openautomation.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  1. @font-face {
  2. font-family: 'openautomation';
  3. src: url('../fonts/openautomation.eot');
  4. src: url('../fonts/openautomation.eot') format('embedded-opentype'), url('../fonts/openautomation.woff') format('woff'), url('../fonts/openautomation.ttf') format('truetype'), url('../fonts/openautomation.svg') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. [class^="oa-"],
  9. [class*=" oa-"] {
  10. font-family: 'openautomation';
  11. speak: none;
  12. font-size: 100%;
  13. font-style: normal;
  14. font-weight: normal;
  15. font-variant: normal;
  16. text-transform: none;
  17. /* Better Font Rendering =========== */
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale;
  20. }
  21. .oa-weather_winter:before {
  22. content: "\e600";
  23. }
  24. .oa-weather_wind_speed:before {
  25. content: "\e601";
  26. }
  27. .oa-weather_wind_directions_w:before {
  28. content: "\e602";
  29. }
  30. .oa-weather_wind_directions_sw:before {
  31. content: "\e603";
  32. }
  33. .oa-weather_wind_directions_se:before {
  34. content: "\e604";
  35. }
  36. .oa-weather_wind_directions_s:before {
  37. content: "\e605";
  38. }
  39. .oa-weather_wind_directions_nw:before {
  40. content: "\e606";
  41. }
  42. .oa-weather_wind_directions_ne:before {
  43. content: "\e607";
  44. }
  45. .oa-weather_wind_directions_n:before {
  46. content: "\e608";
  47. }
  48. .oa-weather_wind_directions_e:before {
  49. content: "\e609";
  50. }
  51. .oa-weather_wind:before {
  52. content: "\e60a";
  53. }
  54. .oa-weather_thunderstorm:before {
  55. content: "\e60b";
  56. }
  57. .oa-weather_sunset:before {
  58. content: "\e60c";
  59. }
  60. .oa-weather_sunrise:before {
  61. content: "\e60d";
  62. }
  63. .oa-weather_sun:before {
  64. content: "\e60e";
  65. }
  66. .oa-weather_summer:before {
  67. content: "\e60f";
  68. }
  69. .oa-weather_storm:before {
  70. content: "\e610";
  71. }
  72. .oa-weather_station_quadra:before {
  73. content: "\e611";
  74. }
  75. .oa-weather_station:before {
  76. content: "\e612";
  77. }
  78. .oa-weather_snow_light:before {
  79. content: "\e613";
  80. }
  81. .oa-weather_snow_heavy:before {
  82. content: "\e614";
  83. }
  84. .oa-weather_snow:before {
  85. content: "\e615";
  86. }
  87. .oa-weather_rain_meter:before {
  88. content: "\e616";
  89. }
  90. .oa-weather_rain_light:before {
  91. content: "\e617";
  92. }
  93. .oa-weather_rain_heavy:before {
  94. content: "\e618";
  95. }
  96. .oa-weather_rain_gauge:before {
  97. content: "\e619";
  98. }
  99. .oa-weather_rain:before {
  100. content: "\e61a";
  101. }
  102. .oa-weather_pollen:before {
  103. content: "\e61b";
  104. }
  105. .oa-weather_moonset:before {
  106. content: "\e61c";
  107. }
  108. .oa-weather_moonrise:before {
  109. content: "\e61d";
  110. }
  111. .oa-weather_moon_phases_8:before {
  112. content: "\e61e";
  113. }
  114. .oa-weather_moon_phases_7_half:before {
  115. content: "\e61f";
  116. }
  117. .oa-weather_moon_phases_6:before {
  118. content: "\e620";
  119. }
  120. .oa-weather_moon_phases_5_full:before {
  121. content: "\e621";
  122. }
  123. .oa-weather_moon_phases_4:before {
  124. content: "\e622";
  125. }
  126. .oa-weather_moon_phases_3_half:before {
  127. content: "\e623";
  128. }
  129. .oa-weather_moon_phases_2:before {
  130. content: "\e624";
  131. }
  132. .oa-weather_moon_phases_1_new:before {
  133. content: "\e625";
  134. }
  135. .oa-weather_light_meter:before {
  136. content: "\e626";
  137. }
  138. .oa-weather_humidity:before {
  139. content: "\e627";
  140. }
  141. .oa-weather_frost:before {
  142. content: "\e628";
  143. }
  144. .oa-weather_directions:before {
  145. content: "\e629";
  146. }
  147. .oa-weather_cloudy_light:before {
  148. content: "\e62a";
  149. }
  150. .oa-weather_cloudy_heavy:before {
  151. content: "\e62b";
  152. }
  153. .oa-weather_cloudy:before {
  154. content: "\e62c";
  155. }
  156. .oa-weather_barometric_pressure:before {
  157. content: "\e62d";
  158. }
  159. .oa-weather_baraometric_pressure:before {
  160. content: "\e62e";
  161. }
  162. .oa-vent_ventilation_level_manual_m:before {
  163. content: "\e62f";
  164. }
  165. .oa-vent_ventilation_level_automatic:before {
  166. content: "\e630";
  167. }
  168. .oa-vent_ventilation_level_3:before {
  169. content: "\e631";
  170. }
  171. .oa-vent_ventilation_level_2:before {
  172. content: "\e632";
  173. }
  174. .oa-vent_ventilation_level_1:before {
  175. content: "\e633";
  176. }
  177. .oa-vent_ventilation_level_0:before {
  178. content: "\e634";
  179. }
  180. .oa-vent_ventilation_control:before {
  181. content: "\e635";
  182. }
  183. .oa-vent_ventilation:before {
  184. content: "\e636";
  185. }
  186. .oa-vent_used_air:before {
  187. content: "\e637";
  188. }
  189. .oa-vent_supply_air:before {
  190. content: "\e638";
  191. }
  192. .oa-vent_exhaust_air:before {
  193. content: "\e639";
  194. }
  195. .oa-vent_bypass:before {
  196. content: "\e63a";
  197. }
  198. .oa-vent_ambient_air:before {
  199. content: "\e63b";
  200. }
  201. .oa-user_ext_away:before {
  202. content: "\e63c";
  203. }
  204. .oa-user_away:before {
  205. content: "\e63d";
  206. }
  207. .oa-user_available:before {
  208. content: "\e63e";
  209. }
  210. .oa-time_timer:before {
  211. content: "\e63f";
  212. }
  213. .oa-time_statistic:before {
  214. content: "\e640";
  215. }
  216. .oa-time_note:before {
  217. content: "\e641";
  218. }
  219. .oa-time_manual_mode:before {
  220. content: "\e642";
  221. }
  222. .oa-time_graph:before {
  223. content: "\e643";
  224. }
  225. .oa-time_eco_mode:before {
  226. content: "\e644";
  227. }
  228. .oa-time_clock:before {
  229. content: "\e645";
  230. }
  231. .oa-time_calendar:before {
  232. content: "\e646";
  233. }
  234. .oa-time_automatic:before {
  235. content: "\e647";
  236. }
  237. .oa-text_min:before {
  238. content: "\e648";
  239. }
  240. .oa-text_max:before {
  241. content: "\e649";
  242. }
  243. .oa-temp_windchill:before {
  244. content: "\e64a";
  245. }
  246. .oa-temp_temperature_min:before {
  247. content: "\e64b";
  248. }
  249. .oa-temp_temperature_max:before {
  250. content: "\e64c";
  251. }
  252. .oa-temp_temperature:before {
  253. content: "\e64d";
  254. }
  255. .oa-temp_outside:before {
  256. content: "\e64e";
  257. }
  258. .oa-temp_inside:before {
  259. content: "\e64f";
  260. }
  261. .oa-temp_frost:before {
  262. content: "\e650";
  263. }
  264. .oa-temp_control:before {
  265. content: "\e651";
  266. }
  267. .oa-status_standby:before {
  268. content: "\e652";
  269. }
  270. .oa-status_open:before {
  271. content: "\e653";
  272. }
  273. .oa-status_night:before {
  274. content: "\e654";
  275. }
  276. .oa-status_locked:before {
  277. content: "\e655";
  278. }
  279. .oa-status_frost:before {
  280. content: "\e656";
  281. }
  282. .oa-status_comfort:before {
  283. content: "\e657";
  284. }
  285. .oa-status_away_2:before {
  286. content: "\e658";
  287. }
  288. .oa-status_away_1:before {
  289. content: "\e659";
  290. }
  291. .oa-status_available:before {
  292. content: "\e65a";
  293. }
  294. .oa-status_automatic:before {
  295. content: "\e65b";
  296. }
  297. .oa-secur_smoke_detector:before {
  298. content: "\e65c";
  299. }
  300. .oa-secur_open:before {
  301. content: "\e65d";
  302. }
  303. .oa-secur_locked:before {
  304. content: "\e65e";
  305. }
  306. .oa-secur_heat_protection:before {
  307. content: "\e65f";
  308. }
  309. .oa-secur_frost_protection:before {
  310. content: "\e660";
  311. }
  312. .oa-secur_encoding:before {
  313. content: "\e661";
  314. }
  315. .oa-secur_alarm:before {
  316. content: "\e662";
  317. }
  318. .oa-scene_x-mas:before {
  319. content: "\e663";
  320. }
  321. .oa-scene_workshop:before {
  322. content: "\e664";
  323. }
  324. .oa-scene_wine_cellar:before {
  325. content: "\e665";
  326. }
  327. .oa-scene_washing_machine:before {
  328. content: "\e666";
  329. }
  330. .oa-scene_visit_guests:before {
  331. content: "\e667";
  332. }
  333. .oa-scene_toilet_alternat:before {
  334. content: "\e668";
  335. }
  336. .oa-scene_toilet:before {
  337. content: "\e669";
  338. }
  339. .oa-scene_terrace:before {
  340. content: "\e66a";
  341. }
  342. .oa-scene_swimming:before {
  343. content: "\e66b";
  344. }
  345. .oa-scene_summerhouse:before {
  346. content: "\e66c";
  347. }
  348. .oa-scene_stove:before {
  349. content: "\e66d";
  350. }
  351. .oa-scene_storeroom:before {
  352. content: "\e66e";
  353. }
  354. .oa-scene_stairs:before {
  355. content: "\e66f";
  356. }
  357. .oa-scene_sleeping_alternat:before {
  358. content: "\e670";
  359. }
  360. .oa-scene_sleeping:before {
  361. content: "\e671";
  362. }
  363. .oa-scene_shower:before {
  364. content: "\e672";
  365. }
  366. .oa-scene_scene:before {
  367. content: "\e673";
  368. }
  369. .oa-scene_sauna:before {
  370. content: "\e674";
  371. }
  372. .oa-scene_robo_lawnmower:before {
  373. content: "\e675";
  374. }
  375. .oa-scene_pool:before {
  376. content: "\e676";
  377. }
  378. .oa-scene_party:before {
  379. content: "\e677";
  380. }
  381. .oa-scene_office:before {
  382. content: "\e678";
  383. }
  384. .oa-scene_night:before {
  385. content: "\e679";
  386. }
  387. .oa-scene_microwave_oven:before {
  388. content: "\e67a";
  389. }
  390. .oa-scene_making_love_clean:before {
  391. content: "\e67b";
  392. }
  393. .oa-scene_making_love:before {
  394. content: "\e67c";
  395. }
  396. .oa-scene_livingroom:before {
  397. content: "\e67d";
  398. }
  399. .oa-scene_laundry_room_fem:before {
  400. content: "\e67e";
  401. }
  402. .oa-scene_laundry_room:before {
  403. content: "\e67f";
  404. }
  405. .oa-scene_keyboard:before {
  406. content: "\e680";
  407. }
  408. .oa-scene_hall:before {
  409. content: "\e681";
  410. }
  411. .oa-scene_garden:before {
  412. content: "\e682";
  413. }
  414. .oa-scene_gaming:before {
  415. content: "\e683";
  416. }
  417. .oa-scene_fitness:before {
  418. content: "\e684";
  419. }
  420. .oa-scene_dressing_room:before {
  421. content: "\e685";
  422. }
  423. .oa-scene_dishwasher:before {
  424. content: "\e686";
  425. }
  426. .oa-scene_dinner:before {
  427. content: "\e687";
  428. }
  429. .oa-scene_day:before {
  430. content: "\e688";
  431. }
  432. .oa-scene_cubby:before {
  433. content: "\e689";
  434. }
  435. .oa-scene_cooking:before {
  436. content: "\e68a";
  437. }
  438. .oa-scene_cockle_stove:before {
  439. content: "\e68b";
  440. }
  441. .oa-scene_clothes_dryer:before {
  442. content: "\e68c";
  443. }
  444. .oa-scene_cleaning:before {
  445. content: "\e68d";
  446. }
  447. .oa-scene_cinema:before {
  448. content: "\e68e";
  449. }
  450. .oa-scene_childs_room:before {
  451. content: "\e68f";
  452. }
  453. .oa-scene_bathroom:before {
  454. content: "\e690";
  455. }
  456. .oa-scene_bath:before {
  457. content: "\e691";
  458. }
  459. .oa-scene_baking_oven:before {
  460. content: "\e692";
  461. }
  462. .oa-scene_baby:before {
  463. content: "\e693";
  464. }
  465. .oa-sani_water_tap:before {
  466. content: "\e694";
  467. }
  468. .oa-sani_water_hot:before {
  469. content: "\e695";
  470. }
  471. .oa-sani_water_cold:before {
  472. content: "\e696";
  473. }
  474. .oa-sani_supply_temp:before {
  475. content: "\e697";
  476. }
  477. .oa-sani_sprinkling:before {
  478. content: "\e698";
  479. }
  480. .oa-sani_solar_temp:before {
  481. content: "\e699";
  482. }
  483. .oa-sani_solar:before {
  484. content: "\e69a";
  485. }
  486. .oa-sani_return_temp:before {
  487. content: "\e69b";
  488. }
  489. .oa-sani_pump:before {
  490. content: "\e69c";
  491. }
  492. .oa-sani_irrigation:before {
  493. content: "\e69d";
  494. }
  495. .oa-sani_heating_temp:before {
  496. content: "\e69e";
  497. }
  498. .oa-sani_heating_manual:before {
  499. content: "\e69f";
  500. }
  501. .oa-sani_heating_automatic:before {
  502. content: "\e6a0";
  503. }
  504. .oa-sani_heating:before {
  505. content: "\e6a1";
  506. }
  507. .oa-sani_garden_pump:before {
  508. content: "\e6a2";
  509. }
  510. .oa-sani_floor_heating:before {
  511. content: "\e6a3";
  512. }
  513. .oa-sani_earth_source_heat_pump:before {
  514. content: "\e6a4";
  515. }
  516. .oa-sani_domestic_waterworks:before {
  517. content: "\e6a5";
  518. }
  519. .oa-sani_buffer_temp_up:before {
  520. content: "\e6a6";
  521. }
  522. .oa-sani_buffer_temp_down:before {
  523. content: "\e6a7";
  524. }
  525. .oa-sani_buffer_temp_all:before {
  526. content: "\e6a8";
  527. }
  528. .oa-sani_boiler_temp:before {
  529. content: "\e6a9";
  530. }
  531. .oa-phone_ring_out:before {
  532. content: "\e6aa";
  533. }
  534. .oa-phone_ring_in:before {
  535. content: "\e6ab";
  536. }
  537. .oa-phone_ring:before {
  538. content: "\e6ac";
  539. }
  540. .oa-phone_missed_out:before {
  541. content: "\e6ad";
  542. }
  543. .oa-phone_missed_in:before {
  544. content: "\e6ae";
  545. }
  546. .oa-phone_dial:before {
  547. content: "\e6af";
  548. }
  549. .oa-phone_call_out:before {
  550. content: "\e6b0";
  551. }
  552. .oa-phone_call_in:before {
  553. content: "\e6b1";
  554. }
  555. .oa-phone_call_end_out:before {
  556. content: "\e6b2";
  557. }
  558. .oa-phone_call_end_in:before {
  559. content: "\e6b3";
  560. }
  561. .oa-phone_call_end:before {
  562. content: "\e6b4";
  563. }
  564. .oa-phone_call:before {
  565. content: "\e6b5";
  566. }
  567. .oa-phone_answering:before {
  568. content: "\e6b6";
  569. }
  570. .oa-message_tendency_upward:before {
  571. content: "\e6b7";
  572. }
  573. .oa-message_tendency_steady:before {
  574. content: "\e6b8";
  575. }
  576. .oa-message_tendency_downward:before {
  577. content: "\e6b9";
  578. }
  579. .oa-message_socket_on_off:before {
  580. content: "\e6ba";
  581. }
  582. .oa-message_socket_ch_3:before {
  583. content: "\e6bb";
  584. }
  585. .oa-message_socket_ch:before {
  586. content: "\e6bc";
  587. }
  588. .oa-message_socket:before {
  589. content: "\e6bd";
  590. }
  591. .oa-message_service:before {
  592. content: "\e6be";
  593. }
  594. .oa-message_presence_disabled:before {
  595. content: "\e6bf";
  596. }
  597. .oa-message_presence:before {
  598. content: "\e6c0";
  599. }
  600. .oa-message_ok:before {
  601. content: "\e6c1";
  602. }
  603. .oa-message_medicine:before {
  604. content: "\e6c2";
  605. }
  606. .oa-message_mail_open:before {
  607. content: "\e6c3";
  608. }
  609. .oa-message_mail:before {
  610. content: "\e6c4";
  611. }
  612. .oa-message_light_intensity:before {
  613. content: "\e6c5";
  614. }
  615. .oa-message_garbage:before {
  616. content: "\e6c6";
  617. }
  618. .oa-message_attention:before {
  619. content: "\e6c7";
  620. }
  621. .oa-measure_water_meter:before {
  622. content: "\e6c8";
  623. }
  624. .oa-measure_voltage:before {
  625. content: "\e6c9";
  626. }
  627. .oa-measure_power_meter:before {
  628. content: "\e6ca";
  629. }
  630. .oa-measure_power:before {
  631. content: "\e6cb";
  632. }
  633. .oa-measure_photovoltaic_inst:before {
  634. content: "\e6cc";
  635. }
  636. .oa-measure_current:before {
  637. content: "\e6cd";
  638. }
  639. .oa-measure_battery_100:before {
  640. content: "\e6ce";
  641. }
  642. .oa-measure_battery_75:before {
  643. content: "\e6cf";
  644. }
  645. .oa-measure_battery_50:before {
  646. content: "\e6d0";
  647. }
  648. .oa-measure_battery_25:before {
  649. content: "\e6d1";
  650. }
  651. .oa-measure_battery_0:before {
  652. content: "\e6d2";
  653. }
  654. .oa-light_wire_system_2:before {
  655. content: "\e6d3";
  656. }
  657. .oa-light_wire_system_1:before {
  658. content: "\e6d4";
  659. }
  660. .oa-light_wall_3:before {
  661. content: "\e6d5";
  662. }
  663. .oa-light_wall_2:before {
  664. content: "\e6d6";
  665. }
  666. .oa-light_wall_1:before {
  667. content: "\e6d7";
  668. }
  669. .oa-light_uplight:before {
  670. content: "\e6d8";
  671. }
  672. .oa-light_stairs:before {
  673. content: "\e6d9";
  674. }
  675. .oa-light_pendant_light_round:before {
  676. content: "\e6da";
  677. }
  678. .oa-light_pendant_light:before {
  679. content: "\e6db";
  680. }
  681. .oa-light_party:before {
  682. content: "\e6dc";
  683. }
  684. .oa-light_outdoor:before {
  685. content: "\e6dd";
  686. }
  687. .oa-light_office_desk:before {
  688. content: "\e6de";
  689. }
  690. .oa-light_office:before {
  691. content: "\e6df";
  692. }
  693. .oa-light_mirror:before {
  694. content: "\e6e0";
  695. }
  696. .oa-light_light_dim_100:before {
  697. content: "\e6e1";
  698. }
  699. .oa-light_light_dim_90:before {
  700. content: "\e6e2";
  701. }
  702. .oa-light_light_dim_80:before {
  703. content: "\e6e3";
  704. }
  705. .oa-light_light_dim_70:before {
  706. content: "\e6e4";
  707. }
  708. .oa-light_light_dim_60:before {
  709. content: "\e6e5";
  710. }
  711. .oa-light_light_dim_50:before {
  712. content: "\e6e6";
  713. }
  714. .oa-light_light_dim_40:before {
  715. content: "\e6e7";
  716. }
  717. .oa-light_light_dim_30:before {
  718. content: "\e6e8";
  719. }
  720. .oa-light_light_dim_20:before {
  721. content: "\e6e9";
  722. }
  723. .oa-light_light_dim_10:before {
  724. content: "\e6ea";
  725. }
  726. .oa-light_light_dim_00:before {
  727. content: "\e6eb";
  728. }
  729. .oa-light_light:before {
  730. content: "\e6ec";
  731. }
  732. .oa-light_led_stripe_rgb:before {
  733. content: "\e6ed";
  734. }
  735. .oa-light_led_stripe:before {
  736. content: "\e6ee";
  737. }
  738. .oa-light_led:before {
  739. content: "\e6ef";
  740. }
  741. .oa-light_floor_lamp:before {
  742. content: "\e6f0";
  743. }
  744. .oa-light_fairy_lights:before {
  745. content: "\e6f1";
  746. }
  747. .oa-light_downlight:before {
  748. content: "\e6f2";
  749. }
  750. .oa-light_dinner_table:before {
  751. content: "\e6f3";
  752. }
  753. .oa-light_diffused:before {
  754. content: "\e6f4";
  755. }
  756. .oa-light_control:before {
  757. content: "\e6f5";
  758. }
  759. .oa-light_ceiling_light:before {
  760. content: "\e6f6";
  761. }
  762. .oa-light_cabinet:before {
  763. content: "\e6f7";
  764. }
  765. .oa-it_wireless_dcf77:before {
  766. content: "\e6f8";
  767. }
  768. .oa-it_wifi:before {
  769. content: "\e6f9";
  770. }
  771. .oa-it_television:before {
  772. content: "\e6fa";
  773. }
  774. .oa-it_telephone:before {
  775. content: "\e6fb";
  776. }
  777. .oa-it_smartphone:before {
  778. content: "\e6fc";
  779. }
  780. .oa-it_server:before {
  781. content: "\e6fd";
  782. }
  783. .oa-it_satellite_dish_heating:before {
  784. content: "\e6fe";
  785. }
  786. .oa-it_satellite_dish:before {
  787. content: "\e6ff";
  788. }
  789. .oa-it_router:before {
  790. content: "\e700";
  791. }
  792. .oa-it_remote:before {
  793. content: "\e701";
  794. }
  795. .oa-it_radio:before {
  796. content: "\e702";
  797. }
  798. .oa-it_pc:before {
  799. content: "\e703";
  800. }
  801. .oa-it_network:before {
  802. content: "\e704";
  803. }
  804. .oa-it_net:before {
  805. content: "\e705";
  806. }
  807. .oa-it_nas:before {
  808. content: "\e706";
  809. }
  810. .oa-it_internet:before {
  811. content: "\e707";
  812. }
  813. .oa-it_fax:before {
  814. content: "\e708";
  815. }
  816. .oa-it_camera:before {
  817. content: "\e709";
  818. }
  819. .oa-fts_window_roof_shutter:before {
  820. content: "\e70a";
  821. }
  822. .oa-fts_window_roof_open_2:before {
  823. content: "\e70b";
  824. }
  825. .oa-fts_window_roof_open_1:before {
  826. content: "\e70c";
  827. }
  828. .oa-fts_window_roof:before {
  829. content: "\e70d";
  830. }
  831. .oa-fts_window_louvre_open:before {
  832. content: "\e70e";
  833. }
  834. .oa-fts_window_louvre:before {
  835. content: "\e70f";
  836. }
  837. .oa-fts_window_2w_tilt_r:before {
  838. content: "\e710";
  839. }
  840. .oa-fts_window_2w_tilt_lr:before {
  841. content: "\e711";
  842. }
  843. .oa-fts_window_2w_tilt_l_open_r:before {
  844. content: "\e712";
  845. }
  846. .oa-fts_window_2w_tilt_l:before {
  847. content: "\e713";
  848. }
  849. .oa-fts_window_2w_tilt:before {
  850. content: "\e714";
  851. }
  852. .oa-fts_window_2w_open_r:before {
  853. content: "\e715";
  854. }
  855. .oa-fts_window_2w_open_lr:before {
  856. content: "\e716";
  857. }
  858. .oa-fts_window_2w_open_l_tilt_r:before {
  859. content: "\e717";
  860. }
  861. .oa-fts_window_2w_open_l:before {
  862. content: "\e718";
  863. }
  864. .oa-fts_window_2w_open:before {
  865. content: "\e719";
  866. }
  867. .oa-fts_window_2w:before {
  868. content: "\e71a";
  869. }
  870. .oa-fts_window_1w_tilt:before {
  871. content: "\e71b";
  872. }
  873. .oa-fts_window_1w_open:before {
  874. content: "\e71c";
  875. }
  876. .oa-fts_window_1w:before {
  877. content: "\e71d";
  878. }
  879. .oa-fts_sunblind:before {
  880. content: "\e71e";
  881. }
  882. .oa-fts_sliding_gate:before {
  883. content: "\e71f";
  884. }
  885. .oa-fts_shutter_up:before {
  886. content: "\e720";
  887. }
  888. .oa-fts_shutter_manual:before {
  889. content: "\e721";
  890. }
  891. .oa-fts_shutter_down:before {
  892. content: "\e722";
  893. }
  894. .oa-fts_shutter_automatic:before {
  895. content: "\e723";
  896. }
  897. .oa-fts_shutter_100:before {
  898. content: "\e724";
  899. }
  900. .oa-fts_shutter_90:before {
  901. content: "\e725";
  902. }
  903. .oa-fts_shutter_80:before {
  904. content: "\e726";
  905. }
  906. .oa-fts_shutter_70:before {
  907. content: "\e727";
  908. }
  909. .oa-fts_shutter_60:before {
  910. content: "\e728";
  911. }
  912. .oa-fts_shutter_50:before {
  913. content: "\e729";
  914. }
  915. .oa-fts_shutter_40:before {
  916. content: "\e72a";
  917. }
  918. .oa-fts_shutter_30:before {
  919. content: "\e72b";
  920. }
  921. .oa-fts_shutter_20:before {
  922. content: "\e72c";
  923. }
  924. .oa-fts_shutter_10:before {
  925. content: "\e72d";
  926. }
  927. .oa-fts_shutter:before {
  928. content: "\e72e";
  929. }
  930. .oa-fts_light_dome_open:before {
  931. content: "\e72f";
  932. }
  933. .oa-fts_light_dome:before {
  934. content: "\e730";
  935. }
  936. .oa-fts_garage_door_100:before {
  937. content: "\e731";
  938. }
  939. .oa-fts_garage_door_90:before {
  940. content: "\e732";
  941. }
  942. .oa-fts_garage_door_80:before {
  943. content: "\e733";
  944. }
  945. .oa-fts_garage_door_70:before {
  946. content: "\e734";
  947. }
  948. .oa-fts_garage_door_60:before {
  949. content: "\e735";
  950. }
  951. .oa-fts_garage_door_50:before {
  952. content: "\e736";
  953. }
  954. .oa-fts_garage_door_40:before {
  955. content: "\e737";
  956. }
  957. .oa-fts_garage_door_30:before {
  958. content: "\e738";
  959. }
  960. .oa-fts_garage_door_20:before {
  961. content: "\e739";
  962. }
  963. .oa-fts_garage_door_10:before {
  964. content: "\e73a";
  965. }
  966. .oa-fts_garage:before {
  967. content: "\e73b";
  968. }
  969. .oa-fts_door_slide_open_m:before {
  970. content: "\e73c";
  971. }
  972. .oa-fts_door_slide_open:before {
  973. content: "\e73d";
  974. }
  975. .oa-fts_door_slide_m:before {
  976. content: "\e73e";
  977. }
  978. .oa-fts_door_slide_2w_open_r:before {
  979. content: "\e73f";
  980. }
  981. .oa-fts_door_slide_2w_open_lr:before {
  982. content: "\e740";
  983. }
  984. .oa-fts_door_slide_2w_open_l:before {
  985. content: "\e741";
  986. }
  987. .oa-fts_door_slide_2w:before {
  988. content: "\e742";
  989. }
  990. .oa-fts_door_slide:before {
  991. content: "\e743";
  992. }
  993. .oa-fts_door_open:before {
  994. content: "\e744";
  995. }
  996. .oa-fts_door:before {
  997. content: "\e745";
  998. }
  999. .oa-fts_blade_z_sun:before {
  1000. content: "\e746";
  1001. }
  1002. .oa-fts_blade_z:before {
  1003. content: "\e747";
  1004. }
  1005. .oa-fts_blade_s_sun:before {
  1006. content: "\e748";
  1007. }
  1008. .oa-fts_blade_s:before {
  1009. content: "\e749";
  1010. }
  1011. .oa-fts_blade_arc_sun:before {
  1012. content: "\e74a";
  1013. }
  1014. .oa-fts_blade_arc_close_100:before {
  1015. content: "\e74b";
  1016. }
  1017. .oa-fts_blade_arc_close_50:before {
  1018. content: "\e74c";
  1019. }
  1020. .oa-fts_blade_arc_close_00:before {
  1021. content: "\e74d";
  1022. }
  1023. .oa-fts_blade_arc:before {
  1024. content: "\e74e";
  1025. }
  1026. .oa-edit_sort:before {
  1027. content: "\e74f";
  1028. }
  1029. .oa-edit_settings:before {
  1030. content: "\e750";
  1031. }
  1032. .oa-edit_save:before {
  1033. content: "\e751";
  1034. }
  1035. .oa-edit_paste:before {
  1036. content: "\e752";
  1037. }
  1038. .oa-edit_open:before {
  1039. content: "\e753";
  1040. }
  1041. .oa-edit_expand:before {
  1042. content: "\e754";
  1043. }
  1044. .oa-edit_delete:before {
  1045. content: "\e755";
  1046. }
  1047. .oa-edit_cut:before {
  1048. content: "\e756";
  1049. }
  1050. .oa-edit_copy:before {
  1051. content: "\e757";
  1052. }
  1053. .oa-edit_collapse:before {
  1054. content: "\e758";
  1055. }
  1056. .oa-control_zoom_out:before {
  1057. content: "\e759";
  1058. }
  1059. .oa-control_zoom_in:before {
  1060. content: "\e75a";
  1061. }
  1062. .oa-control_x:before {
  1063. content: "\e75b";
  1064. }
  1065. .oa-control_standby:before {
  1066. content: "\e75c";
  1067. }
  1068. .oa-control_return:before {
  1069. content: "\e75d";
  1070. }
  1071. .oa-control_reboot:before {
  1072. content: "\e75e";
  1073. }
  1074. .oa-control_plus:before {
  1075. content: "\e75f";
  1076. }
  1077. .oa-control_outside_on_off:before {
  1078. content: "\e760";
  1079. }
  1080. .oa-control_on_off:before {
  1081. content: "\e761";
  1082. }
  1083. .oa-control_minus:before {
  1084. content: "\e762";
  1085. }
  1086. .oa-control_home:before {
  1087. content: "\e763";
  1088. }
  1089. .oa-control_centr_arrow_up_right:before {
  1090. content: "\e764";
  1091. }
  1092. .oa-control_centr_arrow_up_left:before {
  1093. content: "\e765";
  1094. }
  1095. .oa-control_centr_arrow_up:before {
  1096. content: "\e766";
  1097. }
  1098. .oa-control_centr_arrow_right:before {
  1099. content: "\e767";
  1100. }
  1101. .oa-control_centr_arrow_left:before {
  1102. content: "\e768";
  1103. }
  1104. .oa-control_centr_arrow_down_right:before {
  1105. content: "\e769";
  1106. }
  1107. .oa-control_centr_arrow_down_left:before {
  1108. content: "\e76a";
  1109. }
  1110. .oa-control_centr_arrow_down:before {
  1111. content: "\e76b";
  1112. }
  1113. .oa-control_building_s_og:before {
  1114. content: "\e76c";
  1115. }
  1116. .oa-control_building_s_kg:before {
  1117. content: "\e76d";
  1118. }
  1119. .oa-control_building_s_eg:before {
  1120. content: "\e76e";
  1121. }
  1122. .oa-control_building_s_dg:before {
  1123. content: "\e76f";
  1124. }
  1125. .oa-control_building_s_all:before {
  1126. content: "\e770";
  1127. }
  1128. .oa-control_building_outside:before {
  1129. content: "\e771";
  1130. }
  1131. .oa-control_building_og:before {
  1132. content: "\e772";
  1133. }
  1134. .oa-control_building_modern_s_okg_og:before {
  1135. content: "\e773";
  1136. }
  1137. .oa-control_building_modern_s_okg_eg:before {
  1138. content: "\e774";
  1139. }
  1140. .oa-control_building_modern_s_okg_dg:before {
  1141. content: "\e775";
  1142. }
  1143. .oa-control_building_modern_s_okg_all:before {
  1144. content: "\e776";
  1145. }
  1146. .oa-control_building_modern_s_og:before {
  1147. content: "\e777";
  1148. }
  1149. .oa-control_building_modern_s_kg:before {
  1150. content: "\e778";
  1151. }
  1152. .oa-control_building_modern_s_eg:before {
  1153. content: "\e779";
  1154. }
  1155. .oa-control_building_modern_s_dg:before {
  1156. content: "\e77a";
  1157. }
  1158. .oa-control_building_modern_s_all:before {
  1159. content: "\e77b";
  1160. }
  1161. .oa-control_building_modern_s_2og_og2:before {
  1162. content: "\e77c";
  1163. }
  1164. .oa-control_building_modern_s_2og_og1:before {
  1165. content: "\e77d";
  1166. }
  1167. .oa-control_building_modern_s_2og_kg:before {
  1168. content: "\e77e";
  1169. }
  1170. .oa-control_building_modern_s_2og_eg:before {
  1171. content: "\e77f";
  1172. }
  1173. .oa-control_building_modern_s_2og_dg:before {
  1174. content: "\e780";
  1175. }
  1176. .oa-control_building_modern_s_2og_all:before {
  1177. content: "\e781";
  1178. }
  1179. .oa-control_building_kg:before {
  1180. content: "\e782";
  1181. }
  1182. .oa-control_building_filled:before {
  1183. content: "\e783";
  1184. }
  1185. .oa-control_building_empty:before {
  1186. content: "\e784";
  1187. }
  1188. .oa-control_building_eg:before {
  1189. content: "\e785";
  1190. }
  1191. .oa-control_building_dg:before {
  1192. content: "\e786";
  1193. }
  1194. .oa-control_building_control:before {
  1195. content: "\e787";
  1196. }
  1197. .oa-control_building_all:before {
  1198. content: "\e788";
  1199. }
  1200. .oa-control_building_2_s_kg:before {
  1201. content: "\e789";
  1202. }
  1203. .oa-control_building_2_s_eg:before {
  1204. content: "\e78a";
  1205. }
  1206. .oa-control_building_2_s_dg:before {
  1207. content: "\e78b";
  1208. }
  1209. .oa-control_building_2_s_all:before {
  1210. content: "\e78c";
  1211. }
  1212. .oa-control_arrow_upward:before {
  1213. content: "\e78d";
  1214. }
  1215. .oa-control_arrow_up_right:before {
  1216. content: "\e78e";
  1217. }
  1218. .oa-control_arrow_up_left:before {
  1219. content: "\e78f";
  1220. }
  1221. .oa-control_arrow_up:before {
  1222. content: "\e790";
  1223. }
  1224. .oa-control_arrow_turn_right:before {
  1225. content: "\e791";
  1226. }
  1227. .oa-control_arrow_turn_left:before {
  1228. content: "\e792";
  1229. }
  1230. .oa-control_arrow_rightward:before {
  1231. content: "\e793";
  1232. }
  1233. .oa-control_arrow_right:before {
  1234. content: "\e794";
  1235. }
  1236. .oa-control_arrow_leftward:before {
  1237. content: "\e795";
  1238. }
  1239. .oa-control_arrow_left:before {
  1240. content: "\e796";
  1241. }
  1242. .oa-control_arrow_downward:before {
  1243. content: "\e797";
  1244. }
  1245. .oa-control_arrow_down_right:before {
  1246. content: "\e798";
  1247. }
  1248. .oa-control_arrow_down_left:before {
  1249. content: "\e799";
  1250. }
  1251. .oa-control_arrow_down:before {
  1252. content: "\e79a";
  1253. }
  1254. .oa-control_all_on_off:before {
  1255. content: "\e79b";
  1256. }
  1257. .oa-control_4:before {
  1258. content: "\e79c";
  1259. }
  1260. .oa-control_3:before {
  1261. content: "\e79d";
  1262. }
  1263. .oa-control_2:before {
  1264. content: "\e79e";
  1265. }
  1266. .oa-control_1:before {
  1267. content: "\e79f";
  1268. }
  1269. .oa-audio_volume_mute:before {
  1270. content: "\e7a0";
  1271. }
  1272. .oa-audio_volume_mid:before {
  1273. content: "\e7a1";
  1274. }
  1275. .oa-audio_volume_low:before {
  1276. content: "\e7a2";
  1277. }
  1278. .oa-audio_volume_high:before {
  1279. content: "\e7a3";
  1280. }
  1281. .oa-audio_stop:before {
  1282. content: "\e7a4";
  1283. }
  1284. .oa-audio_sound:before {
  1285. content: "\e7a5";
  1286. }
  1287. .oa-audio_shuffle:before {
  1288. content: "\e7a6";
  1289. }
  1290. .oa-audio_rew:before {
  1291. content: "\e7a7";
  1292. }
  1293. .oa-audio_repeat:before {
  1294. content: "\e7a8";
  1295. }
  1296. .oa-audio_rec:before {
  1297. content: "\e7a9";
  1298. }
  1299. .oa-audio_playlist:before {
  1300. content: "\e7aa";
  1301. }
  1302. .oa-audio_play:before {
  1303. content: "\e7ab";
  1304. }
  1305. .oa-audio_pause:before {
  1306. content: "\e7ac";
  1307. }
  1308. .oa-audio_mic_mute:before {
  1309. content: "\e7ad";
  1310. }
  1311. .oa-audio_mic:before {
  1312. content: "\e7ae";
  1313. }
  1314. .oa-audio_loudness:before {
  1315. content: "\e7af";
  1316. }
  1317. .oa-audio_headphone:before {
  1318. content: "\e7b0";
  1319. }
  1320. .oa-audio_ff:before {
  1321. content: "\e7b1";
  1322. }
  1323. .oa-audio_fade:before {
  1324. content: "\e7b2";
  1325. }
  1326. .oa-audio_eq:before {
  1327. content: "\e7b3";
  1328. }
  1329. .oa-audio_eject:before {
  1330. content: "\e7b4";
  1331. }
  1332. .oa-audio_audio:before {
  1333. content: "\e7b5";
  1334. }