Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.80 KB | None | 0 0
  1.  
  2. :root {
  3. /*color*/
  4. --color-secondary: #3aacaf;
  5. --color-primary: #1e2832;
  6. --primary: #2f4491;
  7. --color-success: #7cb305;
  8. --color-danger: #ff7875;
  9. --color-warning: #ffc53d;
  10. --color-info: #4cb1f7;
  11. --color-gray: #bfbfbf;
  12. --color-gray-300: #d2d4d6;
  13. /*loading*/
  14. --loading-bg-color: #004068;
  15. --loading-color: #448CCB;
  16. /*background*/
  17. --body-bg: #f4f6fa;
  18. /*botton*/
  19. --btn-primary-color: #fff;
  20. --btn-primary-color-active: #fff;
  21. --btn-primary-bg: #1e2832;
  22. --btn-primary-border: #1e2832;
  23. --btn-primary-bg-active: #435ec0;
  24. --btn-primary-border-active: #435ec0;
  25. --btn-primary-disabled-bg: #20a8d8;
  26. --btn-primary-disabled-color: #fff;
  27. --btn-primary-disabled-border: #20a8d8;
  28. --btn-info-color: #fff;
  29. --btn-info-bg: #4cb1f7;
  30. --btn-info-border: #4cb1f7;
  31. --btn-secondary-bg: #3aacaf;
  32. --btn-default-color: #212529;
  33. --btn-default-bg: #fff;
  34. --btn-default-border: #fff;
  35. --btn-danger-bg: #ff7875;
  36. --btn-danger-color: #ffffff;
  37. --btn-danger-border: #ff7875;
  38. --btn-warning-bg: #fa8c16;
  39. --btn-warning-color: #fff;
  40. --btn-warning-border: #fa8c16;
  41. --btn-success-bg: #7cb305;
  42. --btn-success-color: #fff;
  43. --btn-success-border: #7cb305;
  44. --btn-unknown-bg: #8c8c8c;
  45. --btn-unknown-color: #ffffff;
  46. --btn-unknown-border: #8c8c8c;
  47. /*text*/
  48. --header: #5e6eae;
  49. --label-color: #1e2832;
  50. --font-color: #6C90DD;
  51. --text-color-lineconfig: #3479D7;
  52. --bg-gardient-color: #1e2832;
  53. /*modal*/
  54. --modal-header-bg: #5b84d9;
  55. --model-body-bg: #f0f3f5;
  56. --modal-content-border: #5b84d9;
  57. --modal-content-bg: #ffffff;
  58. --modal-border-color: #ffffff;
  59. --modal-title-color: white;
  60. --modal-footer-bg: #dfe5f4;
  61. --modal-right-bg: #dbdbdb;
  62. --modal-span-color: #ffffff;
  63. --modal-MachineDetailLight-header-bg: #fff;
  64. --modal-MachineDetailLight-header-border-bottom: #ccc;
  65. --modal-MachineDetailLight-content-border: #fff;
  66. /*badge*/
  67. --badge-circle-bg: #c3151b;
  68. --badge-color: #3d4349;
  69. --badge-bg: #e7e9ea;
  70. /*card*/
  71. --card-box-shadow: rgba(0, 0, 0, 0.08);
  72. --brand-card-box-shadow: rgba(0, 0, 0, 0.08);
  73. --card-bg-color: #fff;
  74. --card-header-bg: white;
  75. --card-header-bg-periodtime: #F4F7FB;
  76. --card-body-border: #fff;
  77. --card-body-bg: #fff;
  78. --card-body-color: #000000;
  79. --card-body-border-hover: unset;
  80. --card-datatable-bg: white;
  81. /*list*/
  82. --list-circle-box-shadow: rgba(0, 0, 0, 0.08);
  83. --list-card-box-shadow: rgba(0, 0, 0, 0.08);
  84. --list-group-item-bg: #EEF1F8;
  85. /*left menu*/
  86. --sidebar-color: #4472CF;
  87. --sidebar-bg: #FDFDFE;
  88. --sidebar-nav-link-active-bg: #4884D9;
  89. --sidebar-nav-icon-color: #4472CF;
  90. --sidebar-nav-link-color: #4472CF;
  91. --sidebar-nav-link-bg: "transparent";
  92. --sidebar-nav-item-color: #4472CF;
  93. /*--sidebar-nav-dropdown-open-color: 007bff;*/
  94. --sidebar-minimizer-bg: #EAF1F7;
  95. --sidebar-minimized-large-devices-bg: #c8ccd5;
  96. --sidebar-minimized-nav-link-color: #4472CF;
  97. --sidebar-minimized-nav-link-bg: #ffffff;
  98. --sidebar-minimized-nav-link-hover: #20a8d8;
  99. /*top-nav-bar*/
  100. --app-header-bg-color: #fff;
  101. --app-header-border-bottom: #c8ced3;
  102. /*image*/
  103. --logo-image-default: url('../img/Logo_iOperation_size_400X121.png');
  104. --border-image: url('../img/general/line-border.png');
  105. --border-right-image-bg: url(../img/general/border-side.png);
  106. /*datatable*/
  107. --datatable-row-odd-bg: #F2F5FE;
  108. --datatable-row-even-bg: #ffffff;
  109. --datatable-hearder-thead: none;
  110. --datatable-header-thead-box-shadow: none;
  111. /*form-control*/
  112. --form-control-color: #5c6873;
  113. --form-control-bg: #ffffff;
  114. --form-control-border: #e4e7ea;
  115. }
  116.  
  117. .theme-black {
  118. --primary: #1E2832;
  119. /*background*/
  120. /*--body-bg: linear-gradient(to bottom right, #3d4554, #171e26);*/
  121. --body-bg: linear-gradient(to bottom right, rgba(50,58,70,1), rgba(23,30,38,1));
  122. --app-header-bg-color: rgba(30,40,50,0.2);
  123. --app-header-border-bottom: rgba(30,40,50,0.2);
  124. --logo-image-default: url('../img/Logo_iOperation_size_400X121_white.png');
  125. --border-right-image-bg: url('../img/general/line-border-black.png');
  126. --card-body-border: #0f1419;
  127. --card-body-bg: linear-gradient(to bottom right, rgba(62,69,81,0.9), rgba(30,40,50,1));
  128. --header: #ffffff;
  129. --card-body-color: #ffffff;
  130. --card-body-border-hover: #ffffff;
  131. --sidebar-bg: #1e2832;
  132. --sidebar-nav-link-active-bg: #1e2832;
  133. --sidebar-nav-item-color: #97a0af;
  134. --sidebar-nav-link-color: #97a0af;
  135. --sidebar-nav-link-bg: rgba(0,0,0,0.25);
  136. --sidebar-nav-icon-color: #97a0af;
  137. --sidebar-minimizer-bg: #1e2832;
  138. --sidebar-minimized-large-devices-bg: #1e2832;
  139. --badge-bg: rgba(255, 255, 255, 0.1);
  140. --badge-color: #ffffff;
  141. --border-image: url('../img/general/line-border-black.png');
  142. --modal-content-bg: linear-gradient(to bottom right, rgba(50,58,70,1), rgba(23,30,38,1));
  143. --modal-MachineDetailLight-header-bg: linear-gradient(to bottom right, rgba(50,58,70,1), rgba(23,30,38,1));
  144. --modal-border-color: #0f14linear-gradient(to bottom right, rgba(50,58,70,1), rgba(23,30,38,1));
  145. --model-body-bg: linear-gradient(to bottom right, rgba(50,58,70,1), rgba(23,30,38,1));
  146. --btn-primary-bg: #1e2832;
  147. /*--btn-info-bg: #4cb1f7;*/
  148. --btn-danger-bg: #ff7875;
  149. --btn-warning-bg: #ffc53d;
  150. --btn-success-bg: #82b611;
  151. --btn-primary-bg-active: #f8f9fa;
  152. --btn-primary-border-active: #1e2832a8;
  153. --btn-primary-color-active: #1e2832a8;
  154. }
  155.  
  156. .theme--black-white {
  157. --loading-bg-color: #1e2832;
  158. --loading-color: #3aacaf;
  159. --primary: #1E2832;
  160. --sidebar-bg: #1E2832;
  161. --sidebar-nav-link-active-bg: #0f1419;
  162. --sidebar-nav-item-color: #97a0af;
  163. --sidebar-nav-link-color: #97a0af;
  164. /*--sidebar-nav-link-bg: rgba(0,0,0,0.25);*/
  165. --sidebar-nav-icon-color: #97a0af;
  166. --sidebar-minimizer-bg: #1e2832;
  167. --sidebar-minimized-large-devices-bg: #1e2832;
  168. --sidebar-minimized-nav-link-color: #97a0af;
  169. --sidebar-minimized-nav-link-bg: #1e2832;
  170. --sidebar-minimized-nav-link-hover: #0f1419;
  171. --body-bg: #f2f3f7;
  172. --card-header-bg: linear-gradient(to bottom right, rgba(240,241,241,1), rgba(194,195,196,1));
  173. --card-header-bg-periodtime: rgba(201,204,207,1);
  174. --card-body-bg: #fff; /*rgba(240,241,241,1);*/
  175. --header: #1e2832;
  176. --card-body-border: linear-gradient(to bottom right, rgba(240,241,241,1), rgba(194,195,196,1));
  177. --card-body-border-hover: #ffffff;
  178. --card-datatable-bg: linear-gradient(to bottom right, rgba(240,241,241,1), rgba(194,195,196,1));
  179. --badge-bg: #d2d4d6;
  180. --modal-header-bg: rgba(218, 219, 220, 1);
  181. --modal-footer-bg: rgba(218, 219, 220, 1);
  182. --modal-title-color: #1e2832;
  183. --modal-content-border: rgba(174,175,178,1);
  184. --logo-image-default: url('../img/Logo_iOperation_size_400X121.png');
  185. --modal-content-bg: #f2f3f7;
  186. --modal-border-color: #f2f3f7;
  187. --modal-MachineDetailLight-header-bg: #f2f3f7;
  188. /*--modal-header-bg: rgba(60, 70, 72, 0.7);
  189. --modal-footer-bg: rgba(60, 70, 72, 0.7);
  190. --modal-content-border: rgba(110,113,114);*/
  191. --datatable-row-odd-bg: #f0f1f1;
  192. --datatable-row-even-bg: #ffffff;
  193. --datatable-hearder-thead: #ffffff;
  194. --datatable-header-thead-box-shadow: rgba(0,0,0,0.75);
  195. --label-color: #1e2832;
  196. --btn-primary-bg: #1e2832;
  197. --btn-primary-disabled-bg: #1e2832;
  198. --btn-primary-disabled-border: #1e2832;
  199. --btn-unknown-bg: #8c8c8c;
  200. --btn-unknown-border: #8c8c8c;
  201. --btn-info-bg: #4cb1f7;
  202. --btn-danger-bg: #ff7875;
  203. --btn-warning-bg: #fa8c16;
  204. --btn-success-bg: #7cb305;
  205. --modal-span-color: #fffffff;
  206. --list-group-item-bg: linear-gradient(to bottom right, rgba(240,241,241,1), rgba(194,195,196,1));
  207. --font-color: #1e2832;
  208. --text-color-lineconfig: #1e2832;
  209. --color-primary: #1e2832;
  210. --border-image: url('../img/general/line-border-black.png');
  211. --border-right-image-bg: url(../img/general/border-side-black.png);
  212. /*--form-control-bg: linear-gradient(to bottom right, rgba(240,241,241,1), rgba(194,195,196,1));*/
  213. --btn-primary-bg-active: #0f1419;
  214. /*--btn-primary-border-active: #1e2832a8;
  215. --btn-primary-color-active: #1e2832a8;*/
  216. }
  217.  
  218.  
  219.  
  220. #loading {
  221. z-index: 999999999999;
  222. width: 100%;
  223. background-color: var(--loading-bg-color);
  224. height: 100%;
  225. position: fixed;
  226. top: 0;
  227. left: 0;
  228. }
  229.  
  230. #loading i {
  231. margin-top: 25%;
  232. margin-left: 45%;
  233. }
  234.  
  235. .loading-color {
  236. color: var(--loading-color);
  237. }
  238.  
  239. span {
  240. color: var(--modal-span-color);
  241. }
  242.  
  243. .logo-icon {
  244. /*content:*/
  245. width: 50px;
  246. }
  247.  
  248.  
  249. .divSection {
  250. border-top-left-radius: 10px !important;
  251. border-top-right-radius: 10px !important;
  252. border: none !important;
  253. background: var(--card-datatable-bg);
  254. }
  255.  
  256.  
  257. .badge-circle {
  258. width: 24px;
  259. height: 24px;
  260. text-align: center;
  261. padding: 0;
  262. line-height: 24px;
  263. background: var(--badge-circle-bg);
  264. -webkit-box-shadow: 2px 3px 5px 1px rgba(239,90,118,0.63);
  265. -moz-box-shadow: 2px 3px 5px 1px rgba(239,90,118,0.63);
  266. box-shadow: 2px 3px 5px 1px rgba(239,90,118,0.63);
  267. position: absolute;
  268. top: -4px;
  269. right: 0;
  270. }
  271.  
  272. .logo-image {
  273. content: var(--logo-image-default);
  274. width: 160px;
  275. }
  276.  
  277. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  278. color: var(--header);
  279. }
  280.  
  281. body {
  282. background: var(--body-bg);
  283. }
  284.  
  285. .table .thead-light th {
  286. background: #f4f6fa;
  287. }
  288.  
  289. .btn-min-width {
  290. min-width: 100px;
  291. }
  292.  
  293. .btn-primary {
  294. color: var(--btn-primary-color);
  295. background-color: var(--btn-primary-bg);
  296. border-color: var(--btn-primary-border);
  297. border-radius: 6px;
  298. }
  299.  
  300. .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  301. color: var(--btn-primary-color-active);
  302. background-color: var(--btn-primary-bg-active);
  303. border-color: var(--btn-primary-border-active);
  304. /*border-radius: 100%;*/
  305. }
  306.  
  307. .btn-primary.disabled, .btn-primary:disabled {
  308. color: var(--btn-primary-disabled-color);
  309. background-color: var(--btn-primary-disabled-bg);
  310. border-color: var(--btn-primary-disabled-border);
  311. }
  312.  
  313. .btn-info, .btn-info:hover {
  314. color: var(--btn-info-color);
  315. background-color: var(--btn-info-bg);
  316. border-color: var(--btn-info-border);
  317. }
  318.  
  319.  
  320. .btn-secondary {
  321. color: black !important;
  322. background: var(--btn-secondary-bg);
  323. border: none;
  324. border-radius: 6px;
  325. }
  326.  
  327. .btn {
  328. /*border-radius: 1rem;*/
  329. border-radius: 0.25rem;
  330. padding: 0.4rem 0.75rem;
  331. border-radius: 6px;
  332. }
  333.  
  334. .btn-xxs {
  335. border-radius: 100% !important;
  336. padding: 0 !important;
  337. line-height: 22px !important;
  338. width: 22px !important;
  339. height: 22px !important;
  340. vertical-align: middle;
  341. text-align: center !important;
  342. }
  343.  
  344. .btn-default {
  345. color: var(--btn-default-color);
  346. background-color: var(--btn-default-bg);
  347. border-color: var(--btn-default-border);
  348. }
  349.  
  350. .btn-circle {
  351. border-radius: 100%;
  352. width: 30px;
  353. height: 30px;
  354. text-align: center;
  355. padding: 0;
  356. }
  357.  
  358. .btn-danger {
  359. background: var(--btn-danger-bg);
  360. border-color: var(--btn-danger-border);
  361. color: var(--btn-danger-color);
  362. }
  363.  
  364. .btn-warning {
  365. color: var(--btn-warning-color);
  366. background-color: var(--btn-warning-bg);
  367. border-color: var(--btn-warning-border);
  368. }
  369.  
  370. .btn-success {
  371. color: var(--btn-success-color);
  372. background-color: var(--btn-success-bg);
  373. border-color: var(--btn-success-border);
  374. }
  375.  
  376. .btn-unknown {
  377. color: var(--btn-unknown-color);
  378. background-color: var(--btn-unknown-bg);
  379. border-color: var(--btn-unknown-border);
  380. }
  381.  
  382. .rounded-2 {
  383. border-radius: 6px;
  384. }
  385.  
  386. .shadow {
  387. box-shadow: 0 0.05rem 0.4rem rgba(0, 0, 0, 0.08) !important;
  388. }
  389.  
  390.  
  391. .brand-card {
  392. box-shadow: 0 0.05rem 0.4rem var(--brand-card-box-shadow) !important;
  393. }
  394.  
  395. .card {
  396. box-shadow: 0 0.05rem 0.4rem var(--card-box-shadow) !important;
  397. border-radius: 0.65rem !important;
  398. border: none;
  399. background-color: var(--card-bg-color);
  400. }
  401.  
  402. .card-header {
  403. padding: .75rem 1.25rem;
  404. margin-bottom: 0;
  405. background-color: var(--card-header-bg);
  406. border-bottom: 1px solid rgba(0,0,0,.125);
  407. }
  408.  
  409. .card-body {
  410. padding: 1rem;
  411. border: 1px solid var(--card-body-border);
  412. border-radius: 7px;
  413. background: var(--card-body-bg);
  414. color: var(--card-body-color);
  415. }
  416.  
  417. .background-success {
  418. background: var(--color-success);
  419. }
  420.  
  421. .background-info {
  422. background: var(--color-info);
  423. }
  424.  
  425. .background-danger {
  426. background: var(--color-danger);
  427. }
  428.  
  429. .background-warning {
  430. background: var(--color-warning);
  431. }
  432.  
  433. /*.card-body:hover {
  434. border: 1px solid var(--card-body-border-hover);
  435. }*/
  436.  
  437. .list-circle a {
  438. margin-bottom: 5px;
  439. border-radius: 0.8rem;
  440. box-shadow: 0 0.05rem 0.4rem var(--list-circle-box-shadow) !important;
  441. }
  442.  
  443. .list-circle .list-group-item:first-child {
  444. border-top-left-radius: 0.8rem;
  445. border-top-right-radius: 0.8rem;
  446. }
  447.  
  448. .list-circle .list-group-item:last-child {
  449. margin-bottom: 0;
  450. border-bottom-right-radius: 0.8rem;
  451. border-bottom-left-radius: 0.8rem;
  452. }
  453.  
  454. .list-card-h li {
  455. min-width: 150px;
  456. text-align: center;
  457. font-size: 1.2rem;
  458. padding: 0.9rem 4rem;
  459. border-radius: 0.8rem;
  460. box-shadow: 0 0.05rem 0.4rem var(--list-card-box-shadow) !important;
  461. }
  462.  
  463. .list-card-h a {
  464. color: #2f4491;
  465. font-weight: normal;
  466. }
  467.  
  468. .list-card-h .list-group-item {
  469. margin-right: 10px;
  470. }
  471.  
  472. .list-card-h .list-group-item:first-child {
  473. border-top-left-radius: 0.8rem;
  474. border-bottom-left-radius: 0.8rem;
  475. border-top-right-radius: 0.8rem;
  476. }
  477.  
  478. .list-group-horizontal .list-group-item:last-child {
  479. margin-right: 0;
  480. border-top-right-radius: 0.8rem;
  481. border-bottom-right-radius: 0.8rem;
  482. border-bottom-left-radius: 0.8rem;
  483. }
  484.  
  485. .list-group-item {
  486. background: var(--list-group-item-bg);
  487. border: 10px !important;
  488. margin-top: 10px;
  489. margin-bottom: 5px;
  490. border-radius: 10px;
  491. border-top-left-radius: 10px !important;
  492. border-top-right-radius: 10px !important;
  493. border-bottom-left-radius: 10px !important;
  494. border-bottom-right-radius: 10px !important;
  495. }
  496.  
  497. .list-machine {
  498. padding: 0.5rem;
  499. margin-top: 0 !important;
  500. }
  501.  
  502. .images {
  503. display: inline-block;
  504. position: relative;
  505. text-align: center;
  506. padding: 0px;
  507. cursor: pointer;
  508. min-width: 104px;
  509. padding-left: 0px !important;
  510. margin-left: 0px !important;
  511. }
  512.  
  513. .border-image {
  514. position: relative;
  515. /*float: left;*/
  516. border: 6px solid transparent;
  517. border-top: none;
  518. border-left: none;
  519. border-right: none;
  520. -webkit-border-image: var(--border-image) 70 round;
  521. -o-border-image: var(--border-image) 70 round;
  522. border-image: var(--border-image) 70 repeat;
  523. border-image-repeat: repeat;
  524. -webkit-box-shadow: 0px 2px 2px -1px rgba(8,247,255,0.3);
  525. -moz-box-shadow: 0px 2px 2px -1px rgba(8,247,255,0.3);
  526. box-shadow: 0px 2px 2px -1px rgba(8,247,255,0.3);
  527. }
  528.  
  529. .border-left-image {
  530. background: url(/img/general/border-side.png) repeat-y;
  531. height: 190px !important;
  532. top: 115px !important;
  533. width: 7px;
  534. background-position: bottom;
  535. left: 0px;
  536. background-size: 6px;
  537. position: absolute;
  538. -webkit-box-shadow: 4px 0px 5px -1px rgba(8,247,255,0.3);
  539. -moz-box-shadow: 4px 0px 5px -1px rgba(8,247,255,0.3);
  540. box-shadow: 4px 0px 5px -1px rgba(8,247,255,0.3);
  541. }
  542.  
  543. .border-right-image {
  544. background: var(--border-right-image-bg) repeat-y;
  545. height: 190px;
  546. top: 115px !important;
  547. width: 7px;
  548. background-position: bottom;
  549. right: 0px;
  550. background-size: 6px;
  551. position: absolute;
  552. -webkit-box-shadow: 4px 0px 5px -1px rgba(8,247,255,0.3);
  553. -moz-box-shadow: 4px 0px 5px -1px rgba(8,247,255,0.3);
  554. box-shadow: 4px 0px 3px -2px rgba(8,247,255,0.3);
  555. }
  556.  
  557. .image {
  558. max-height: 88px;
  559. padding: 1px;
  560. width: auto;
  561. vertical-align: bottom;
  562. bottom: 0;
  563. padding-bottom: 5px;
  564. position: relative;
  565. }
  566.  
  567. .app-footer {
  568. font-size: 30px;
  569. }
  570.  
  571. .pointer {
  572. cursor: pointer;
  573. }
  574.  
  575. .main {
  576. margin-top: 55px;
  577. }
  578.  
  579. .app-body {
  580. position: absolute;
  581. }
  582.  
  583. .ml45 {
  584. margin-left: 45px;
  585. }
  586.  
  587. .divBodySingleLineStatus {
  588. overflow-y: auto;
  589. overflow-x: hidden;
  590. }
  591.  
  592. .modalRight {
  593. right: 0;
  594. top: 55px;
  595. width: 45% !important;
  596. background: var(--modal-right-bg);
  597. position: fixed;
  598. display: flex;
  599. flex-direction: column;
  600. }
  601.  
  602. .line-name {
  603. text-align: center;
  604. position: absolute;
  605. top: -2px;
  606. width: 100%;
  607. }
  608.  
  609. .guideline-image {
  610. position: relative;
  611. top: 17px;
  612. display: inline-block;
  613. }
  614.  
  615. .guideline-image img {
  616. width: 50px;
  617. }
  618.  
  619. .modalRight {
  620. position: absolute;
  621. z-index: 100000;
  622. right: 0;
  623. background: #f0f3f8;
  624. height: 100%;
  625. opacity: 0.98;
  626. }
  627.  
  628. .badge-gradient {
  629. background: rgba(114,152,247,1);
  630. background: -moz-linear-gradient(left, rgba(114,152,247,1) 0%, rgba(146,96,245,1) 100%);
  631. background: -webkit-gradient(left top, right top, color-stop(0%, rgba(114,152,247,1)), color-stop(100%, rgba(146,96,245,1)));
  632. background: -webkit-linear-gradient(left, rgba(114,152,247,1) 0%, rgba(146,96,245,1) 100%);
  633. background: -o-linear-gradient(left, rgba(114,152,247,1) 0%, rgba(146,96,245,1) 100%);
  634. background: -ms-linear-gradient(left, rgba(114,152,247,1) 0%, rgba(146,96,245,1) 100%);
  635. background: linear-gradient(to right, rgba(114,152,247,1) 0%, rgba(146,96,245,1) 100%);
  636. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7298f7', endColorstr='#9260f5', GradientType=1 );
  637. }
  638.  
  639. .badge-info {
  640. background: #45e8ff;
  641. }
  642.  
  643. label {
  644. color: var(--label-color);
  645. }
  646.  
  647. .text-primary {
  648. color: var(--color-primary) !important;
  649. }
  650.  
  651. .text-secondary {
  652. color: var(--color-secondary) !important;
  653. }
  654.  
  655. .text-info {
  656. color: var(--color-info) !important;
  657. }
  658.  
  659. .text-success {
  660. color: var(--color-success);
  661. }
  662.  
  663. .text-center {
  664. text-align: center !important;
  665. }
  666.  
  667. .text-blue {
  668. color: #45e8ff !important;
  669. }
  670.  
  671. .text-dark-blue {
  672. color: #5e6eae;
  673. }
  674.  
  675. .fontColor {
  676. color: var(--font-color);
  677. }
  678.  
  679. .rounded {
  680. border-radius: 0.65rem !important;
  681. }
  682.  
  683. .bg-primary {
  684. background: #ffffff !important;
  685. }
  686.  
  687. .bg-gray-100 {
  688. background-color: var(--model-body-bg) !important;
  689. }
  690.  
  691. .text-value {
  692. color: #5e6eae !important;
  693. }
  694.  
  695. .bgModalRow {
  696. background: #f6f7fc;
  697. border: none;
  698. border-radius: 10px !important;
  699. }
  700.  
  701. .dataTable thead tr {
  702. background: var(--datatable-hearder-thead);
  703. height: 40px;
  704. box-shadow: 0px 0px 10px -5px var(--datatable-header-thead-box-shadow);
  705. }
  706.  
  707. table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  708. background: var(--datatable-row-odd-bg) !important;
  709. }
  710.  
  711. table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
  712. background: var(--datatable-row-even-bg) !important;
  713. }
  714.  
  715. .dataTables_scrollHeadInner th, .dataTables_scrollHeadInner td {
  716. border-bottom: 0.5px solid #D7D8DD !important;
  717. }
  718.  
  719. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  720. border-bottom: 0.5px solid #D7D8DD !important;
  721. }
  722.  
  723. .dataTables_paginate {
  724. margin-top: 10px !important;
  725. }
  726.  
  727. .modal-header {
  728. background: var(--modal-header-bg);
  729. padding: 0.7rem 1rem;
  730. }
  731.  
  732. .modal-content {
  733. border-radius: 10px;
  734. border: 3px solid var(--modal-content-border);
  735. }
  736.  
  737. .modal-title {
  738. color: var(--modal-title-color);
  739. }
  740.  
  741. .modal-footer {
  742. background: var(--modal-footer-bg);
  743. }
  744.  
  745. .modal-sticky-header .modal-body {
  746. max-height: calc(100vh - 210px);
  747. overflow-y: auto;
  748. }
  749.  
  750. .modal-sticky-header .modal-header img.top-img {
  751. max-width: 80px;
  752. margin-right: 20px;
  753. max-height: 60px;
  754. }
  755.  
  756. .modal {
  757. z-index: 10500;
  758. }
  759.  
  760. .modalMachineDetailDark .modal-header {
  761. background: unset;
  762. border-bottom: unset;
  763. }
  764.  
  765. .close {
  766. font-size: 35px;
  767. color: white !important;
  768. }
  769.  
  770. .modalMachineDetailLight .close {
  771. color: #67839e !important;
  772. }
  773.  
  774.  
  775. .required::after {
  776. content: '*';
  777. color: red;
  778. margin-left: 2px;
  779. }
  780.  
  781. .app-header .navbar-brand {
  782. width: unset;
  783. float: left;
  784. left: 0;
  785. margin-left: 0px;
  786. }
  787.  
  788. .app-header {
  789. position: relative;
  790. -ms-flex-direction: row;
  791. flex-direction: row;
  792. height: 55px;
  793. padding: 0;
  794. margin: 0;
  795. background-color: var(--app-header-bg-color);
  796. border-bottom: 1px solid var(--app-header-border-bottom);
  797. }
  798.  
  799. .modalMachineDetailDark {
  800. /*background-image: linear-gradient(to right bottom, #38416c, #354a73, #345378, #345c7d, #376481);*/
  801. border: none;
  802. border-radius: 1.6rem;
  803. background: #f2f3f7;
  804. }
  805.  
  806.  
  807.  
  808. .bg-gradient {
  809. background: linear-gradient(255deg, rgba(67,109,167,0.7455357142857143) 50%, rgba(60,103,145,0.1741071428571429) 100%);
  810. }
  811.  
  812. .bg-gradient h1, .bg-gradient h2, .bg-gradient h3, .bg-gradient h4, .bg-gradient h5, .bg-gradient h6 {
  813. color: var(--bg-gardient-color);
  814. }
  815.  
  816. .c-violet {
  817. background: linear-gradient(-17deg, rgba(165,147,231,1) 0%, rgba(162,192,251,1) 100%);
  818. border: 2px solid #a593e7;
  819. }
  820.  
  821. label {
  822. color: var(--label-color);
  823. }
  824.  
  825. label.machineType {
  826. position: absolute;
  827. background: var(--badge-bg);
  828. color: var(--badge-color);
  829. border-radius: 10px;
  830. margin-top: -35px;
  831. text-align: center;
  832. font-size: 0.7rem;
  833. left: 50%;
  834. right: unset !important;
  835. min-width: 88px;
  836. margin-left: -44px;
  837. font-weight: bold;
  838. }
  839.  
  840. .c-Blue {
  841. background: #4884D9;
  842. border: none;
  843. color: #fff;
  844. }
  845.  
  846.  
  847. .mt-70 {
  848. margin-top: 70px;
  849. }
  850.  
  851. /*Font awsome spin override only the hover*/
  852. .fa-spin-hover:hover {
  853. -webkit-animation: fa-spin 2s infinite linear;
  854. -moz-animation: fa-spin 2s infinite linear;
  855. -o-animation: fa-spin 2s infinite linear;
  856. animation: fa-spin 2s infinite linear;
  857. }
  858.  
  859. .loginArea .form-control, .loginArea .form-control:focus, .form-control:active {
  860. background: rgba(255,255,255,0.4) !important;
  861. }
  862.  
  863. .form-control {
  864. display: block;
  865. width: 100%;
  866. height: calc(1.5em + 0.75rem + 2px);
  867. padding: 0.375rem 0.75rem;
  868. font-size: 0.875rem;
  869. font-weight: 400;
  870. line-height: 1.5;
  871. color: var(--form-control-color);
  872. background-color: var(--form-control-bg);
  873. background-clip: padding-box;
  874. border: 1px solid var(--form-control-border);
  875. border-radius: 0.25rem;
  876. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  877. }
  878.  
  879. .btnLogin {
  880. border-radius: 20px;
  881. background: #40a7ee;
  882. border-color: #40a7ee;
  883. min-width: 250px;
  884. }
  885.  
  886. .nav-link {
  887. cursor: pointer;
  888. }
  889.  
  890.  
  891.  
  892. .select2-container--default .select2-selection--single {
  893. border: 1px solid #e4e7ea !important;
  894. }
  895.  
  896. /*Data table style by Nim*/
  897. .dataTables_wrapper .dataTables_filter input {
  898. display: block;
  899. width: 100%;
  900. height: calc(1.5em + 0.75rem + 2px);
  901. padding: 0.375rem 0.75rem;
  902. font-size: 0.875rem;
  903. font-weight: 400;
  904. line-height: 1.5;
  905. color: #5c6873;
  906. background-color: #fff;
  907. background-clip: padding-box;
  908. border: 1px solid #e4e7ea;
  909. border-radius: 0.25rem;
  910. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  911. }
  912.  
  913. .dataTables_filter label {
  914. margin-left: 5px;
  915. }
  916.  
  917. .dataTables_wrapper .dataTables_filter input {
  918. margin-left: 0 !important;
  919. }
  920.  
  921. .dataTables_length {
  922. min-width: 150px;
  923. }
  924.  
  925. .dataTables_length label {
  926. width: 100%;
  927. }
  928.  
  929. .dataTables_length select {
  930. display: block;
  931. width: 100%;
  932. height: calc(1.5em + 0.75rem + 2px);
  933. padding: 0.375rem 0.75rem;
  934. font-size: 0.875rem;
  935. font-weight: 400;
  936. line-height: 1.5;
  937. color: #5c6873;
  938. background-color: #fff;
  939. background-clip: padding-box;
  940. border: 1px solid #e4e7ea;
  941. border-radius: 0.25rem;
  942. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  943. }
  944.  
  945. .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  946. z-index: 1;
  947. color: #fff !important;
  948. line-height: 35px;
  949. vertical-align: middle;
  950. height: 35px;
  951. background: #20a8d8 !important;
  952. border-color: #20a8d8 !important;
  953. padding: 0 10px;
  954. }
  955.  
  956. .dataTables_paginate {
  957. height: 35px;
  958. }
  959.  
  960. .max-width {
  961. width: 100%;
  962. }
  963.  
  964. .paginate_button {
  965. vertical-align: middle;
  966. }
  967.  
  968.  
  969.  
  970. .border-green {
  971. border-top: 5px solid #1cd596 !important;
  972. }
  973.  
  974. .border-blue {
  975. border-top: 5px solid #1cb8ba !important;
  976. }
  977.  
  978. .border-dark-blue {
  979. border-top: 5px solid #3d6ac6 !important;
  980. }
  981.  
  982. .border-yellow {
  983. border-top: 5px solid #f2aa15 !important;
  984. }
  985.  
  986. .text-green {
  987. color: #14b57e;
  988. }
  989.  
  990. .circle-lg {
  991. width: 92px;
  992. height: 92px;
  993. border-radius: 100%;
  994. line-height: 69px;
  995. text-align: center;
  996. font-size: 30px;
  997. color: #fff;
  998. display: inline-block;
  999. }
  1000.  
  1001. .circle-geen {
  1002. background: #1cd596;
  1003. border: 10px solid #14b57e;
  1004. }
  1005.  
  1006. .circle-blue {
  1007. background: #2bcbcd;
  1008. border: 10px solid #1cb8ba;
  1009. }
  1010.  
  1011. .circle-dark-blue {
  1012. background: #4884D9;
  1013. border: 10px solid #3d6ac6;
  1014. }
  1015.  
  1016. .circle-yellow {
  1017. background: #ffbe38;
  1018. border: 10px solid #f2aa15;
  1019. }
  1020.  
  1021.  
  1022.  
  1023. .vertical-guideline {
  1024. -ms-transform: rotate(90deg); /* IE 9 */
  1025. -webkit-transform: rotate(90deg); /* Safari prior 9.0 */
  1026. transform: rotate(90deg); /* Standard syntax */
  1027. position: absolute;
  1028. top: 75px;
  1029. right: -16px;
  1030. }
  1031.  
  1032. .right-30 {
  1033. right: 30%;
  1034. }
  1035.  
  1036. .absolute-center {
  1037. position: absolute;
  1038. top: 50%;
  1039. left: 50%;
  1040. transform: translate(-50%, -50%);
  1041. }
  1042.  
  1043. .height-460 {
  1044. height: 460px;
  1045. }
  1046.  
  1047. .height-fit-chart {
  1048. height: 234px;
  1049. }
  1050.  
  1051. .height-400 {
  1052. height: 400px !important;
  1053. }
  1054.  
  1055. .height-100 {
  1056. height: 100px;
  1057. }
  1058.  
  1059. .min-height-445 {
  1060. min-height: 445px;
  1061. }
  1062.  
  1063. .min-height-450 {
  1064. min-height: 450px;
  1065. }
  1066.  
  1067. .min-height-455 {
  1068. min-height: 455px;
  1069. }
  1070.  
  1071. .min-height-296 {
  1072. min-height: 296px;
  1073. }
  1074.  
  1075. .s-Box {
  1076. margin-top: 20px;
  1077. border: solid;
  1078. width: 50%;
  1079. color: #09a909;
  1080. border-radius: 6px;
  1081. }
  1082.  
  1083. .color-secondary {
  1084. color: var(--color-secondary);
  1085. }
  1086.  
  1087. .color-gray {
  1088. color: var(--color-gray);
  1089. }
  1090.  
  1091. .color-gray-300 {
  1092. color: var(--color-gray-300);
  1093. }
  1094.  
  1095. .c-Sky {
  1096. color: var(--text-color-lineconfig);
  1097. }
  1098.  
  1099. .c-Background {
  1100. background: var(--card-header-bg-periodtime);
  1101. }
  1102.  
  1103. .c-Green {
  1104. color: #7cb305;
  1105. }
  1106.  
  1107. .c-Info {
  1108. color: #4cb1f7;
  1109. }
  1110.  
  1111. .c-Orange {
  1112. color: #fa8c16;
  1113. }
  1114.  
  1115. .c-Orange-2 {
  1116. color: #ff7875;
  1117. }
  1118.  
  1119. .c-DarkBule {
  1120. color: #889CE5;
  1121. }
  1122.  
  1123. .c-Yellow {
  1124. color: #fa8c16;
  1125. }
  1126.  
  1127. .c-Red {
  1128. color: #ff7875;
  1129. }
  1130.  
  1131.  
  1132. .right-0 {
  1133. right: 0;
  1134. }
  1135.  
  1136. .border-image {
  1137. margin-top: 70px !important;
  1138. }
  1139.  
  1140. .line {
  1141. height: 4px;
  1142. border-radius: 6px;
  1143. width: 60%;
  1144. }
  1145.  
  1146. .line-orange {
  1147. background: #ffbe38;
  1148. }
  1149.  
  1150. .line-info {
  1151. background: #4cb1f7;
  1152. }
  1153.  
  1154. .line-green {
  1155. background: #1cd596;
  1156. }
  1157.  
  1158. .line-red {
  1159. background: #ff7875;
  1160. }
  1161.  
  1162. .line-orange-2 {
  1163. background: #ff7875;
  1164. }
  1165.  
  1166.  
  1167.  
  1168. h2, .h2 {
  1169. font-size: 1.5rem
  1170. }
  1171. /* width */
  1172. ::-webkit-scrollbar {
  1173. width: 8px;
  1174. background-color: #F5F5F5;
  1175. }
  1176.  
  1177. /* Track */
  1178. ::-webkit-scrollbar-track {
  1179. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  1180. border-radius: 10px;
  1181. background-color: #F5F5F5;
  1182. }
  1183.  
  1184. /* Handle */
  1185. ::-webkit-scrollbar-thumb {
  1186. border-radius: 10px;
  1187. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  1188. background-color: var(--primary);
  1189. }
  1190.  
  1191. /* Handle on hover */
  1192. ::-webkit-scrollbar-thumb:hover {
  1193. background: #555;
  1194. }
  1195.  
  1196. .h-0 {
  1197. height: 0;
  1198. }
  1199.  
  1200. .machineType i {
  1201. font-size: 14px;
  1202. }
  1203.  
  1204. .machineType-nodata i {
  1205. color: #8c8c8c;
  1206. }
  1207.  
  1208. .machineType-pass i {
  1209. color: #7cb305;
  1210. }
  1211.  
  1212. .machineType-error i {
  1213. color: #ff7875;
  1214. }
  1215.  
  1216. .machineType-warning i {
  1217. color: #fa8c16;
  1218. }
  1219.  
  1220. .h-min-253 {
  1221. min-height: 253px;
  1222. }
  1223.  
  1224. .h-min-83 {
  1225. min-height: 83px;
  1226. }
  1227.  
  1228. .modalMachineDetailLight, .modalMachineDetailDark {
  1229. padding: 0.5rem 0;
  1230. }
  1231.  
  1232. .vertical-middle-Image img {
  1233. max-height: 182px;
  1234. max-width: 100%;
  1235. }
  1236.  
  1237. .modalMachineDetailLight .card-body, .modalMachineDetailDark .card-body {
  1238. padding: 0.5rem 1rem;
  1239. }
  1240.  
  1241. .modalMachineDetailLight .modal-body, .modalMachineDetailDark .modal-body {
  1242. padding: 0.5rem 0;
  1243. }
  1244.  
  1245. .modalMachineDetailLight .modal-header {
  1246. background: var(--modal-MachineDetailLight-header-bg);
  1247. border-bottom: var(--modal-MachineDetailLight-header-border-bottom);
  1248. }
  1249.  
  1250. .modalMachineDetailLight .modal-content {
  1251. border-radius: 16px;
  1252. border: 1px solid var(--modal-MachineDetailLight-content-border);
  1253. padding: 1rem;
  1254. background: var(--modal-content-bg);
  1255. border-color: var(--modal-border-color);
  1256. }
  1257.  
  1258. .modalMachineDetailDark .modal-conten {
  1259. border-radius: 16px;
  1260. padding: 1rem;
  1261. }
  1262.  
  1263. .robot {
  1264. background: #fff;
  1265. padding: 2rem;
  1266. margin: 0 auto;
  1267. border: 2px dotted #ccc;
  1268. border-radius: 1rem;
  1269. }
  1270.  
  1271. .robot .fa {
  1272. font-size: 70px;
  1273. }
  1274.  
  1275.  
  1276.  
  1277. .circle-image {
  1278. position: relative;
  1279. height: 125px;
  1280. line-height: 125px;
  1281. width: 125px;
  1282. background: #ccc;
  1283. border-radius: 100%;
  1284. overflow: hidden;
  1285. display: inline-block;
  1286. vertical-align: middle;
  1287. }
  1288.  
  1289. .circle-image-xs {
  1290. position: relative;
  1291. height: 40px;
  1292. line-height: 40px;
  1293. width: 40px;
  1294. background: #fff;
  1295. border-radius: 100%;
  1296. overflow: hidden;
  1297. display: inline-block;
  1298. vertical-align: middle;
  1299. }
  1300.  
  1301. .sidebar .nav-link.active, .sidebar .nav-link:hover {
  1302. background: var(--sidebar-nav-link-active-bg);
  1303. }
  1304.  
  1305. .sidebar .nav-link.active .nav-icon {
  1306. color: var(--sidebar-nav-icon-color) !important;
  1307. }
  1308.  
  1309. .sidebar {
  1310. display: -ms-flexbox;
  1311. display: flex;
  1312. -ms-flex-direction: column;
  1313. flex-direction: column;
  1314. padding: 55px 0 0 0;
  1315. color: var(--sidebar-color);
  1316. background: var(--sidebar-bg);
  1317. }
  1318.  
  1319. .sidebar .nav-dropdown-items {
  1320. /*background: rgba(195,200,211,0.25);*/
  1321. background: rgba(0,0,0,0.33);
  1322. }
  1323.  
  1324. .sidebar .sidebar-header .circle-image .img-avatar {
  1325. vertical-align: middle;
  1326. margin: 0;
  1327. width: 100%;
  1328. }
  1329.  
  1330.  
  1331.  
  1332. table.dataTable td, table.dataTable th {
  1333. padding: 5px 15px;
  1334. }
  1335.  
  1336.  
  1337. /*.navbar-brand-full {
  1338. height: 40px;
  1339. }*/
  1340.  
  1341. .sidebar-minimized .nav-dropdown-items {
  1342. background: #fff !important;
  1343. color: #4472CF;
  1344. }
  1345.  
  1346. .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
  1347. color: #fff;
  1348. }
  1349.  
  1350. .open .active {
  1351. color: #fff;
  1352. }
  1353.  
  1354. .sidebar-minimized .sidebar .nav-link {
  1355. color: var(--sidebar-minimized-nav-link-color);
  1356. background: var(--sidebar-minimized-nav-link-bg);
  1357. }
  1358.  
  1359. .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
  1360. color: #fff;
  1361. }
  1362.  
  1363. .row-custom-5 {
  1364. margin-left: -5px;
  1365. margin-right: -5px;
  1366. }
  1367.  
  1368. .sidebar .nav-dropdown.open .nav-link {
  1369. border-left: 0;
  1370. /*color: var(--sidebar-nav-dropdown-open-color);*/
  1371. }
  1372.  
  1373. .sidebar .nav-link {
  1374. display: block;
  1375. padding: 0.75rem 1rem;
  1376. color: var(--sidebar-nav-link-color);
  1377. text-decoration: none;
  1378. background: var(--sidebar-nav-link-bg);
  1379. font-weight: 600;
  1380. }
  1381.  
  1382. .sidebar .nav-item {
  1383. position: relative;
  1384. margin: 0;
  1385. transition: background .3s ease-in-out;
  1386. color: var(--sidebar-nav-item-color);
  1387. }
  1388.  
  1389. .sidebar .nav-link .nav-icon {
  1390. display: inline-block;
  1391. width: 1.09375rem;
  1392. margin: 0 0.5rem 0 0;
  1393. font-size: 0.875rem;
  1394. color: var(--sidebar-nav-icon-color);
  1395. text-align: center;
  1396. }
  1397.  
  1398. .sidebar .sidebar-minimizer {
  1399. position: relative;
  1400. -ms-flex: 0 0 50px;
  1401. flex: 0 0 50px;
  1402. cursor: pointer;
  1403. background-color: var(--sidebar-minimizer-bg);
  1404. border: 0;
  1405. }
  1406.  
  1407. /*.sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
  1408. background-color: #FDFDFE;
  1409. }
  1410.  
  1411. .brand-minimized.sidebar-minimized a.nav-link.nav-dropdown-toggle:hover {
  1412. color: #FDFDFE;
  1413. }
  1414. .brand-minimized.sidebar-minimized li.nav-item.nav-dropdown.open {
  1415. color: #4472CF;
  1416. }
  1417.  
  1418. ul.nav li.nav-item.nav-dropdown.line-menu.line-status.open a:first {
  1419. color: #FDFDFE;
  1420. }*/
  1421.  
  1422. }
  1423. /*Loading*/
  1424. #spinner {
  1425. visibility: hidden;
  1426. width: 20px;
  1427. height: 20px;
  1428. border: 2px solid #f3f3f3;
  1429. border-top: 3px solid #f25a41;
  1430. border-radius: 100%;
  1431. position: fixed;
  1432. /*top: 0;*/
  1433. bottom: 20px;
  1434. /*left: 0;*/
  1435. right: 20px;
  1436. /*margin: auto;*/
  1437. animation: spin 1s infinite linear;
  1438. }
  1439.  
  1440. @keyframes spin {
  1441. from {
  1442. transform: rotate(0deg);
  1443. }
  1444.  
  1445. to {
  1446. transform: rotate(360deg);
  1447. }
  1448. }
  1449.  
  1450. #spinner.show {
  1451. visibility: visible;
  1452. }
  1453.  
  1454. .builder-group-button {
  1455. background: #eee;
  1456. }
  1457.  
  1458. .form-builder-panel {
  1459. border: 1px solid #ccc !important;
  1460. margin-bottom: 5px;
  1461. }
  1462.  
  1463. .builder-group-button.focus, .builder-group-button:focus {
  1464. box-shadow: none;
  1465. }
  1466.  
  1467. .formio-dialog.formio-dialog-theme-default {
  1468. padding-top: 30px !important;
  1469. }
  1470.  
  1471.  
  1472.  
  1473.  
  1474. @font-face {
  1475. font-family: "Glyphicons Halflings";
  1476. src: url("/lib/formio/fonts/glyphicons-halflings-regular.eot");
  1477. src: url("/lib/formio/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/lib/formio/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/lib/formio/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/lib/formio/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/lib/formio/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  1478. }
  1479.  
  1480. .glyphicon {
  1481. position: relative;
  1482. top: 1px;
  1483. display: inline-block;
  1484. font-family: "Glyphicons Halflings";
  1485. font-style: normal;
  1486. font-weight: 400;
  1487. line-height: 1;
  1488. -webkit-font-smoothing: antialiased;
  1489. -moz-osx-font-smoothing: grayscale;
  1490. }
  1491.  
  1492. .glyphicon-asterisk:before {
  1493. content: "\002a";
  1494. }
  1495.  
  1496. .glyphicon-plus:before {
  1497. content: "\002b";
  1498. }
  1499.  
  1500. .glyphicon-euro:before,
  1501. .glyphicon-eur:before {
  1502. content: "\20ac";
  1503. }
  1504.  
  1505. .glyphicon-minus:before {
  1506. content: "\2212";
  1507. }
  1508.  
  1509. .glyphicon-cloud:before {
  1510. content: "\2601";
  1511. }
  1512.  
  1513. .glyphicon-envelope:before {
  1514. content: "\2709";
  1515. }
  1516.  
  1517. .glyphicon-pencil:before {
  1518. content: "\270f";
  1519. }
  1520.  
  1521. .glyphicon-glass:before {
  1522. content: "\e001";
  1523. }
  1524.  
  1525. .glyphicon-music:before {
  1526. content: "\e002";
  1527. }
  1528.  
  1529. .glyphicon-search:before {
  1530. content: "\e003";
  1531. }
  1532.  
  1533. .glyphicon-heart:before {
  1534. content: "\e005";
  1535. }
  1536.  
  1537. .glyphicon-star:before {
  1538. content: "\e006";
  1539. }
  1540.  
  1541. .glyphicon-star-empty:before {
  1542. content: "\e007";
  1543. }
  1544.  
  1545. .glyphicon-user:before {
  1546. content: "\e008";
  1547. }
  1548.  
  1549. .glyphicon-film:before {
  1550. content: "\e009";
  1551. }
  1552.  
  1553. .glyphicon-th-large:before {
  1554. content: "\e010";
  1555. }
  1556.  
  1557. .glyphicon-th:before {
  1558. content: "\e011";
  1559. }
  1560.  
  1561. .glyphicon-th-list:before {
  1562. content: "\e012";
  1563. }
  1564.  
  1565. .glyphicon-ok:before {
  1566. content: "\e013";
  1567. }
  1568.  
  1569. .glyphicon-remove:before {
  1570. content: "\e014";
  1571. }
  1572.  
  1573. .glyphicon-zoom-in:before {
  1574. content: "\e015";
  1575. }
  1576.  
  1577. .glyphicon-zoom-out:before {
  1578. content: "\e016";
  1579. }
  1580.  
  1581. .glyphicon-off:before {
  1582. content: "\e017";
  1583. }
  1584.  
  1585. .glyphicon-signal:before {
  1586. content: "\e018";
  1587. }
  1588.  
  1589. .glyphicon-cog:before {
  1590. content: "\e019";
  1591. }
  1592.  
  1593. .glyphicon-trash:before {
  1594. content: "\e020";
  1595. }
  1596.  
  1597. .glyphicon-home:before {
  1598. content: "\e021";
  1599. }
  1600.  
  1601. .glyphicon-file:before {
  1602. content: "\e022";
  1603. }
  1604.  
  1605. .glyphicon-time:before {
  1606. content: "\e023";
  1607. }
  1608.  
  1609. .glyphicon-road:before {
  1610. content: "\e024";
  1611. }
  1612.  
  1613. .glyphicon-download-alt:before {
  1614. content: "\e025";
  1615. }
  1616.  
  1617. .glyphicon-download:before {
  1618. content: "\e026";
  1619. }
  1620.  
  1621. .glyphicon-upload:before {
  1622. content: "\e027";
  1623. }
  1624.  
  1625. .glyphicon-inbox:before {
  1626. content: "\e028";
  1627. }
  1628.  
  1629. .glyphicon-play-circle:before {
  1630. content: "\e029";
  1631. }
  1632.  
  1633. .glyphicon-repeat:before {
  1634. content: "\e030";
  1635. }
  1636.  
  1637. .glyphicon-refresh:before {
  1638. content: "\e031";
  1639. }
  1640.  
  1641. .glyphicon-list-alt:before {
  1642. content: "\e032";
  1643. }
  1644.  
  1645. .glyphicon-lock:before {
  1646. content: "\e033";
  1647. }
  1648.  
  1649. .glyphicon-flag:before {
  1650. content: "\e034";
  1651. }
  1652.  
  1653. .glyphicon-headphones:before {
  1654. content: "\e035";
  1655. }
  1656.  
  1657. .glyphicon-volume-off:before {
  1658. content: "\e036";
  1659. }
  1660.  
  1661. .glyphicon-volume-down:before {
  1662. content: "\e037";
  1663. }
  1664.  
  1665. .glyphicon-volume-up:before {
  1666. content: "\e038";
  1667. }
  1668.  
  1669. .glyphicon-qrcode:before {
  1670. content: "\e039";
  1671. }
  1672.  
  1673. .glyphicon-barcode:before {
  1674. content: "\e040";
  1675. }
  1676.  
  1677. .glyphicon-tag:before {
  1678. content: "\e041";
  1679. }
  1680.  
  1681. .glyphicon-tags:before {
  1682. content: "\e042";
  1683. }
  1684.  
  1685. .glyphicon-book:before {
  1686. content: "\e043";
  1687. }
  1688.  
  1689. .glyphicon-bookmark:before {
  1690. content: "\e044";
  1691. }
  1692.  
  1693. .glyphicon-print:before {
  1694. content: "\e045";
  1695. }
  1696.  
  1697. .glyphicon-camera:before {
  1698. content: "\e046";
  1699. }
  1700.  
  1701. .glyphicon-font:before {
  1702. content: "\e047";
  1703. }
  1704.  
  1705. .glyphicon-bold:before {
  1706. content: "\e048";
  1707. }
  1708.  
  1709. .glyphicon-italic:before {
  1710. content: "\e049";
  1711. }
  1712.  
  1713. .glyphicon-text-height:before {
  1714. content: "\e050";
  1715. }
  1716.  
  1717. .glyphicon-text-width:before {
  1718. content: "\e051";
  1719. }
  1720.  
  1721. .glyphicon-align-left:before {
  1722. content: "\e052";
  1723. }
  1724.  
  1725. .glyphicon-align-center:before {
  1726. content: "\e053";
  1727. }
  1728.  
  1729. .glyphicon-align-right:before {
  1730. content: "\e054";
  1731. }
  1732.  
  1733. .glyphicon-align-justify:before {
  1734. content: "\e055";
  1735. }
  1736.  
  1737. .glyphicon-list:before {
  1738. content: "\e056";
  1739. }
  1740.  
  1741. .glyphicon-indent-left:before {
  1742. content: "\e057";
  1743. }
  1744.  
  1745. .glyphicon-indent-right:before {
  1746. content: "\e058";
  1747. }
  1748.  
  1749. .glyphicon-facetime-video:before {
  1750. content: "\e059";
  1751. }
  1752.  
  1753. .glyphicon-picture:before {
  1754. content: "\e060";
  1755. }
  1756.  
  1757. .glyphicon-map-marker:before {
  1758. content: "\e062";
  1759. }
  1760.  
  1761. .glyphicon-adjust:before {
  1762. content: "\e063";
  1763. }
  1764.  
  1765. .glyphicon-tint:before {
  1766. content: "\e064";
  1767. }
  1768.  
  1769. .glyphicon-edit:before {
  1770. content: "\e065";
  1771. }
  1772.  
  1773. .glyphicon-share:before {
  1774. content: "\e066";
  1775. }
  1776.  
  1777. .glyphicon-check:before {
  1778. content: "\e067";
  1779. }
  1780.  
  1781. .glyphicon-move:before {
  1782. content: "\e068";
  1783. }
  1784.  
  1785. .glyphicon-step-backward:before {
  1786. content: "\e069";
  1787. }
  1788.  
  1789. .glyphicon-fast-backward:before {
  1790. content: "\e070";
  1791. }
  1792.  
  1793. .glyphicon-backward:before {
  1794. content: "\e071";
  1795. }
  1796.  
  1797. .glyphicon-play:before {
  1798. content: "\e072";
  1799. }
  1800.  
  1801. .glyphicon-pause:before {
  1802. content: "\e073";
  1803. }
  1804.  
  1805. .glyphicon-stop:before {
  1806. content: "\e074";
  1807. }
  1808.  
  1809. .glyphicon-forward:before {
  1810. content: "\e075";
  1811. }
  1812.  
  1813. .glyphicon-fast-forward:before {
  1814. content: "\e076";
  1815. }
  1816.  
  1817. .glyphicon-step-forward:before {
  1818. content: "\e077";
  1819. }
  1820.  
  1821. .glyphicon-eject:before {
  1822. content: "\e078";
  1823. }
  1824.  
  1825. .glyphicon-chevron-left:before {
  1826. content: "\e079";
  1827. }
  1828.  
  1829. .glyphicon-chevron-right:before {
  1830. content: "\e080";
  1831. }
  1832.  
  1833. .glyphicon-plus-sign:before {
  1834. content: "\e081";
  1835. }
  1836.  
  1837. .glyphicon-minus-sign:before {
  1838. content: "\e082";
  1839. }
  1840.  
  1841. .glyphicon-remove-sign:before {
  1842. content: "\e083";
  1843. }
  1844.  
  1845. .glyphicon-ok-sign:before {
  1846. content: "\e084";
  1847. }
  1848.  
  1849. .glyphicon-question-sign:before {
  1850. content: "\e085";
  1851. }
  1852.  
  1853. .glyphicon-info-sign:before {
  1854. content: "\e086";
  1855. }
  1856.  
  1857. .glyphicon-screenshot:before {
  1858. content: "\e087";
  1859. }
  1860.  
  1861. .glyphicon-remove-circle:before {
  1862. content: "\e088";
  1863. }
  1864.  
  1865. .glyphicon-ok-circle:before {
  1866. content: "\e089";
  1867. }
  1868.  
  1869. .glyphicon-ban-circle:before {
  1870. content: "\e090";
  1871. }
  1872.  
  1873. .glyphicon-arrow-left:before {
  1874. content: "\e091";
  1875. }
  1876.  
  1877. .glyphicon-arrow-right:before {
  1878. content: "\e092";
  1879. }
  1880.  
  1881. .glyphicon-arrow-up:before {
  1882. content: "\e093";
  1883. }
  1884.  
  1885. .glyphicon-arrow-down:before {
  1886. content: "\e094";
  1887. }
  1888.  
  1889. .glyphicon-share-alt:before {
  1890. content: "\e095";
  1891. }
  1892.  
  1893. .glyphicon-resize-full:before {
  1894. content: "\e096";
  1895. }
  1896.  
  1897. .glyphicon-resize-small:before {
  1898. content: "\e097";
  1899. }
  1900.  
  1901. .glyphicon-exclamation-sign:before {
  1902. content: "\e101";
  1903. }
  1904.  
  1905. .glyphicon-gift:before {
  1906. content: "\e102";
  1907. }
  1908.  
  1909. .glyphicon-leaf:before {
  1910. content: "\e103";
  1911. }
  1912.  
  1913. .glyphicon-fire:before {
  1914. content: "\e104";
  1915. }
  1916.  
  1917. .glyphicon-eye-open:before {
  1918. content: "\e105";
  1919. }
  1920.  
  1921. .glyphicon-eye-close:before {
  1922. content: "\e106";
  1923. }
  1924.  
  1925. .glyphicon-warning-sign:before {
  1926. content: "\e107";
  1927. }
  1928.  
  1929. .glyphicon-plane:before {
  1930. content: "\e108";
  1931. }
  1932.  
  1933. .glyphicon-calendar:before {
  1934. content: "\e109";
  1935. }
  1936.  
  1937. .glyphicon-random:before {
  1938. content: "\e110";
  1939. }
  1940.  
  1941. .glyphicon-comment:before {
  1942. content: "\e111";
  1943. }
  1944.  
  1945. .glyphicon-magnet:before {
  1946. content: "\e112";
  1947. }
  1948.  
  1949. .glyphicon-chevron-up:before {
  1950. content: "\e113";
  1951. }
  1952.  
  1953. .glyphicon-chevron-down:before {
  1954. content: "\e114";
  1955. }
  1956.  
  1957. .glyphicon-retweet:before {
  1958. content: "\e115";
  1959. }
  1960.  
  1961. .glyphicon-shopping-cart:before {
  1962. content: "\e116";
  1963. }
  1964.  
  1965. .glyphicon-folder-close:before {
  1966. content: "\e117";
  1967. }
  1968.  
  1969. .glyphicon-folder-open:before {
  1970. content: "\e118";
  1971. }
  1972.  
  1973. .glyphicon-resize-vertical:before {
  1974. content: "\e119";
  1975. }
  1976.  
  1977. .glyphicon-resize-horizontal:before {
  1978. content: "\e120";
  1979. }
  1980.  
  1981. .glyphicon-hdd:before {
  1982. content: "\e121";
  1983. }
  1984.  
  1985. .glyphicon-bullhorn:before {
  1986. content: "\e122";
  1987. }
  1988.  
  1989. .glyphicon-bell:before {
  1990. content: "\e123";
  1991. }
  1992.  
  1993. .glyphicon-certificate:before {
  1994. content: "\e124";
  1995. }
  1996.  
  1997. .glyphicon-thumbs-up:before {
  1998. content: "\e125";
  1999. }
  2000.  
  2001. .glyphicon-thumbs-down:before {
  2002. content: "\e126";
  2003. }
  2004.  
  2005. .glyphicon-hand-right:before {
  2006. content: "\e127";
  2007. }
  2008.  
  2009. .glyphicon-hand-left:before {
  2010. content: "\e128";
  2011. }
  2012.  
  2013. .glyphicon-hand-up:before {
  2014. content: "\e129";
  2015. }
  2016.  
  2017. .glyphicon-hand-down:before {
  2018. content: "\e130";
  2019. }
  2020.  
  2021. .glyphicon-circle-arrow-right:before {
  2022. content: "\e131";
  2023. }
  2024.  
  2025. .glyphicon-circle-arrow-left:before {
  2026. content: "\e132";
  2027. }
  2028.  
  2029. .glyphicon-circle-arrow-up:before {
  2030. content: "\e133";
  2031. }
  2032.  
  2033. .glyphicon-circle-arrow-down:before {
  2034. content: "\e134";
  2035. }
  2036.  
  2037. .glyphicon-globe:before {
  2038. content: "\e135";
  2039. }
  2040.  
  2041. .glyphicon-wrench:before {
  2042. content: "\e136";
  2043. }
  2044.  
  2045. .glyphicon-tasks:before {
  2046. content: "\e137";
  2047. }
  2048.  
  2049. .glyphicon-filter:before {
  2050. content: "\e138";
  2051. }
  2052.  
  2053. .glyphicon-briefcase:before {
  2054. content: "\e139";
  2055. }
  2056.  
  2057. .glyphicon-fullscreen:before {
  2058. content: "\e140";
  2059. }
  2060.  
  2061. .glyphicon-dashboard:before {
  2062. content: "\e141";
  2063. }
  2064.  
  2065. .glyphicon-paperclip:before {
  2066. content: "\e142";
  2067. }
  2068.  
  2069. .glyphicon-heart-empty:before {
  2070. content: "\e143";
  2071. }
  2072.  
  2073. .glyphicon-link:before {
  2074. content: "\e144";
  2075. }
  2076.  
  2077. .glyphicon-phone:before {
  2078. content: "\e145";
  2079. }
  2080.  
  2081. .glyphicon-pushpin:before {
  2082. content: "\e146";
  2083. }
  2084.  
  2085. .glyphicon-usd:before {
  2086. content: "\e148";
  2087. }
  2088.  
  2089. .glyphicon-gbp:before {
  2090. content: "\e149";
  2091. }
  2092.  
  2093. .glyphicon-sort:before {
  2094. content: "\e150";
  2095. }
  2096.  
  2097. .glyphicon-sort-by-alphabet:before {
  2098. content: "\e151";
  2099. }
  2100.  
  2101. .glyphicon-sort-by-alphabet-alt:before {
  2102. content: "\e152";
  2103. }
  2104.  
  2105. .glyphicon-sort-by-order:before {
  2106. content: "\e153";
  2107. }
  2108.  
  2109. .glyphicon-sort-by-order-alt:before {
  2110. content: "\e154";
  2111. }
  2112.  
  2113. .glyphicon-sort-by-attributes:before {
  2114. content: "\e155";
  2115. }
  2116.  
  2117. .glyphicon-sort-by-attributes-alt:before {
  2118. content: "\e156";
  2119. }
  2120.  
  2121. .glyphicon-unchecked:before {
  2122. content: "\e157";
  2123. }
  2124.  
  2125. .glyphicon-expand:before {
  2126. content: "\e158";
  2127. }
  2128.  
  2129. .glyphicon-collapse-down:before {
  2130. content: "\e159";
  2131. }
  2132.  
  2133. .glyphicon-collapse-up:before {
  2134. content: "\e160";
  2135. }
  2136.  
  2137. .glyphicon-log-in:before {
  2138. content: "\e161";
  2139. }
  2140.  
  2141. .glyphicon-flash:before {
  2142. content: "\e162";
  2143. }
  2144.  
  2145. .glyphicon-log-out:before {
  2146. content: "\e163";
  2147. }
  2148.  
  2149. .glyphicon-new-window:before {
  2150. content: "\e164";
  2151. }
  2152.  
  2153. .glyphicon-record:before {
  2154. content: "\e165";
  2155. }
  2156.  
  2157. .glyphicon-save:before {
  2158. content: "\e166";
  2159. }
  2160.  
  2161. .glyphicon-open:before {
  2162. content: "\e167";
  2163. }
  2164.  
  2165. .glyphicon-saved:before {
  2166. content: "\e168";
  2167. }
  2168.  
  2169. .glyphicon-import:before {
  2170. content: "\e169";
  2171. }
  2172.  
  2173. .glyphicon-export:before {
  2174. content: "\e170";
  2175. }
  2176.  
  2177. .glyphicon-send:before {
  2178. content: "\e171";
  2179. }
  2180.  
  2181. .glyphicon-floppy-disk:before {
  2182. content: "\e172";
  2183. }
  2184.  
  2185. .glyphicon-floppy-saved:before {
  2186. content: "\e173";
  2187. }
  2188.  
  2189. .glyphicon-floppy-remove:before {
  2190. content: "\e174";
  2191. }
  2192.  
  2193. .glyphicon-floppy-save:before {
  2194. content: "\e175";
  2195. }
  2196.  
  2197. .glyphicon-floppy-open:before {
  2198. content: "\e176";
  2199. }
  2200.  
  2201. .glyphicon-credit-card:before {
  2202. content: "\e177";
  2203. }
  2204.  
  2205. .glyphicon-transfer:before {
  2206. content: "\e178";
  2207. }
  2208.  
  2209. .glyphicon-cutlery:before {
  2210. content: "\e179";
  2211. }
  2212.  
  2213. .glyphicon-header:before {
  2214. content: "\e180";
  2215. }
  2216.  
  2217. .glyphicon-compressed:before {
  2218. content: "\e181";
  2219. }
  2220.  
  2221. .glyphicon-earphone:before {
  2222. content: "\e182";
  2223. }
  2224.  
  2225. .glyphicon-phone-alt:before {
  2226. content: "\e183";
  2227. }
  2228.  
  2229. .glyphicon-tower:before {
  2230. content: "\e184";
  2231. }
  2232.  
  2233. .glyphicon-stats:before {
  2234. content: "\e185";
  2235. }
  2236.  
  2237. .glyphicon-sd-video:before {
  2238. content: "\e186";
  2239. }
  2240.  
  2241. .glyphicon-hd-video:before {
  2242. content: "\e187";
  2243. }
  2244.  
  2245. .glyphicon-subtitles:before {
  2246. content: "\e188";
  2247. }
  2248.  
  2249. .glyphicon-sound-stereo:before {
  2250. content: "\e189";
  2251. }
  2252.  
  2253. .glyphicon-sound-dolby:before {
  2254. content: "\e190";
  2255. }
  2256.  
  2257. .glyphicon-sound-5-1:before {
  2258. content: "\e191";
  2259. }
  2260.  
  2261. .glyphicon-sound-6-1:before {
  2262. content: "\e192";
  2263. }
  2264.  
  2265. .glyphicon-sound-7-1:before {
  2266. content: "\e193";
  2267. }
  2268.  
  2269. .glyphicon-copyright-mark:before {
  2270. content: "\e194";
  2271. }
  2272.  
  2273. .glyphicon-registration-mark:before {
  2274. content: "\e195";
  2275. }
  2276.  
  2277. .glyphicon-cloud-download:before {
  2278. content: "\e197";
  2279. }
  2280.  
  2281. .glyphicon-cloud-upload:before {
  2282. content: "\e198";
  2283. }
  2284.  
  2285. .glyphicon-tree-conifer:before {
  2286. content: "\e199";
  2287. }
  2288.  
  2289. .glyphicon-tree-deciduous:before {
  2290. content: "\e200";
  2291. }
  2292.  
  2293. .glyphicon-cd:before {
  2294. content: "\e201";
  2295. }
  2296.  
  2297. .glyphicon-save-file:before {
  2298. content: "\e202";
  2299. }
  2300.  
  2301. .glyphicon-open-file:before {
  2302. content: "\e203";
  2303. }
  2304.  
  2305. .glyphicon-level-up:before {
  2306. content: "\e204";
  2307. }
  2308.  
  2309. .glyphicon-copy:before {
  2310. content: "\e205";
  2311. }
  2312.  
  2313. .glyphicon-paste:before {
  2314. content: "\e206";
  2315. }
  2316.  
  2317. .glyphicon-alert:before {
  2318. content: "\e209";
  2319. }
  2320.  
  2321. .glyphicon-equalizer:before {
  2322. content: "\e210";
  2323. }
  2324.  
  2325. .glyphicon-king:before {
  2326. content: "\e211";
  2327. }
  2328.  
  2329. .glyphicon-queen:before {
  2330. content: "\e212";
  2331. }
  2332.  
  2333. .glyphicon-pawn:before {
  2334. content: "\e213";
  2335. }
  2336.  
  2337. .glyphicon-bishop:before {
  2338. content: "\e214";
  2339. }
  2340.  
  2341. .glyphicon-knight:before {
  2342. content: "\e215";
  2343. }
  2344.  
  2345. .glyphicon-baby-formula:before {
  2346. content: "\e216";
  2347. }
  2348.  
  2349. .glyphicon-tent:before {
  2350. content: "\26fa";
  2351. }
  2352.  
  2353. .glyphicon-blackboard:before {
  2354. content: "\e218";
  2355. }
  2356.  
  2357. .glyphicon-bed:before {
  2358. content: "\e219";
  2359. }
  2360.  
  2361. .glyphicon-apple:before {
  2362. content: "\f8ff";
  2363. }
  2364.  
  2365. .glyphicon-erase:before {
  2366. content: "\e221";
  2367. }
  2368.  
  2369. .glyphicon-hourglass:before {
  2370. content: "\231b";
  2371. }
  2372.  
  2373. .glyphicon-lamp:before {
  2374. content: "\e223";
  2375. }
  2376.  
  2377. .glyphicon-duplicate:before {
  2378. content: "\e224";
  2379. }
  2380.  
  2381. .glyphicon-piggy-bank:before {
  2382. content: "\e225";
  2383. }
  2384.  
  2385. .glyphicon-scissors:before {
  2386. content: "\e226";
  2387. }
  2388.  
  2389. .glyphicon-bitcoin:before {
  2390. content: "\e227";
  2391. }
  2392.  
  2393. .glyphicon-btc:before {
  2394. content: "\e227";
  2395. }
  2396.  
  2397. .glyphicon-xbt:before {
  2398. content: "\e227";
  2399. }
  2400.  
  2401. .glyphicon-yen:before {
  2402. content: "\00a5";
  2403. }
  2404.  
  2405. .glyphicon-jpy:before {
  2406. content: "\00a5";
  2407. }
  2408.  
  2409. .glyphicon-ruble:before {
  2410. content: "\20bd";
  2411. }
  2412.  
  2413. .glyphicon-rub:before {
  2414. content: "\20bd";
  2415. }
  2416.  
  2417. .glyphicon-scale:before {
  2418. content: "\e230";
  2419. }
  2420.  
  2421. .glyphicon-ice-lolly:before {
  2422. content: "\e231";
  2423. }
  2424.  
  2425. .glyphicon-ice-lolly-tasted:before {
  2426. content: "\e232";
  2427. }
  2428.  
  2429. .glyphicon-education:before {
  2430. content: "\e233";
  2431. }
  2432.  
  2433. .glyphicon-option-horizontal:before {
  2434. content: "\e234";
  2435. }
  2436.  
  2437. .glyphicon-option-vertical:before {
  2438. content: "\e235";
  2439. }
  2440.  
  2441. .glyphicon-menu-hamburger:before {
  2442. content: "\e236";
  2443. }
  2444.  
  2445. .glyphicon-modal-window:before {
  2446. content: "\e237";
  2447. }
  2448.  
  2449. .glyphicon-oil:before {
  2450. content: "\e238";
  2451. }
  2452.  
  2453. .glyphicon-grain:before {
  2454. content: "\e239";
  2455. }
  2456.  
  2457. .glyphicon-sunglasses:before {
  2458. content: "\e240";
  2459. }
  2460.  
  2461. .glyphicon-text-size:before {
  2462. content: "\e241";
  2463. }
  2464.  
  2465. .glyphicon-text-color:before {
  2466. content: "\e242";
  2467. }
  2468.  
  2469. .glyphicon-text-background:before {
  2470. content: "\e243";
  2471. }
  2472.  
  2473. .glyphicon-object-align-top:before {
  2474. content: "\e244";
  2475. }
  2476.  
  2477. .glyphicon-object-align-bottom:before {
  2478. content: "\e245";
  2479. }
  2480.  
  2481. .glyphicon-object-align-horizontal:before {
  2482. content: "\e246";
  2483. }
  2484.  
  2485. .glyphicon-object-align-left:before {
  2486. content: "\e247";
  2487. }
  2488.  
  2489. .glyphicon-object-align-vertical:before {
  2490. content: "\e248";
  2491. }
  2492.  
  2493. .glyphicon-object-align-right:before {
  2494. content: "\e249";
  2495. }
  2496.  
  2497. .glyphicon-triangle-right:before {
  2498. content: "\e250";
  2499. }
  2500.  
  2501. .glyphicon-triangle-left:before {
  2502. content: "\e251";
  2503. }
  2504.  
  2505. .glyphicon-triangle-bottom:before {
  2506. content: "\e252";
  2507. }
  2508.  
  2509. .glyphicon-triangle-top:before {
  2510. content: "\e253";
  2511. }
  2512.  
  2513. .glyphicon-console:before {
  2514. content: "\e254";
  2515. }
  2516.  
  2517. .glyphicon-superscript:before {
  2518. content: "\e255";
  2519. }
  2520.  
  2521. .glyphicon-subscript:before {
  2522. content: "\e256";
  2523. }
  2524.  
  2525. .glyphicon-menu-left:before {
  2526. content: "\e257";
  2527. }
  2528.  
  2529. .glyphicon-menu-right:before {
  2530. content: "\e258";
  2531. }
  2532.  
  2533. .glyphicon-menu-down:before {
  2534. content: "\e259";
  2535. }
  2536.  
  2537. .glyphicon-menu-up:before {
  2538. content: "\e260";
  2539. }
  2540.  
  2541. .divBodySingleLineStatus {
  2542. min-height: 300px;
  2543. }
  2544.  
  2545. #machineStateDescription {
  2546. height: 42px;
  2547. overflow-y: auto;
  2548. }
  2549.  
  2550.  
  2551. @media (max-width: 991.98px) {
  2552. .app-header .navbar-brand {
  2553. margin-left: 50px;
  2554. }
  2555.  
  2556. .sidebar {
  2557. height: calc(100vh);
  2558. }
  2559.  
  2560. .navbar-brand-minimized {
  2561. display: block;
  2562. }
  2563. }
  2564. /*Extra small devices (portrait phones, less than 576px)
  2565. No media query for `xs` since this is the default in Bootstrap*/
  2566.  
  2567. /*Small devices (landscape phones, 576px and up)*/
  2568. @media (min-width: 576px) {
  2569. ...
  2570. }
  2571.  
  2572. /*// Medium devices (tablets, 768px and up)*/
  2573. @media (min-width: 768px) {
  2574. ...
  2575. }
  2576.  
  2577. /*// Large devices (desktops, 992px and up)*/
  2578. @media (min-width: 992px) {
  2579. .sidebar-minimized .sidebar .sidebar-minimizer {
  2580. background-color: var(--sidebar-minimized-large-devices-bg);
  2581. }
  2582.  
  2583. .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
  2584. color: #fff;
  2585. }
  2586.  
  2587. .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
  2588. background: var(--sidebar-minimized-nav-link-hover);
  2589. }
  2590.  
  2591. h4, .h4 {
  2592. font-size: 1rem;
  2593. }
  2594.  
  2595. h2, .h2 {
  2596. font-size: 1rem;
  2597. }
  2598.  
  2599. /*Jeed Removed it coz try to reduce the image size instead
  2600.  
  2601. .navbar-brand-full {
  2602. height: 30px;
  2603. }*/
  2604.  
  2605. .min-height-445 {
  2606. min-height: 445px;
  2607. }
  2608. }
  2609.  
  2610. /*// Extra large devices (large desktops, 1200px and up)*/
  2611. @media (min-width: 1400px) {
  2612. .divBodySingleLineStatus {
  2613. min-height: 400px;
  2614. }
  2615.  
  2616. .height-fit-chart {
  2617. height: 350px;
  2618. }
  2619. }
  2620.  
  2621. /*Login Style 'Nov 2019'*/
  2622. .background-grey {
  2623. background-color: var(--primary);
  2624. background-repeat: no-repeat;
  2625. background-size: 100%;
  2626. height: 100%;
  2627. }
  2628.  
  2629. .login-form {
  2630. position: absolute;
  2631. width: 100%;
  2632. top: 50%;
  2633. transform: translateY(-50%);
  2634. }
  2635.  
  2636. .login-background {
  2637. background-image: url(/img/graphic-pixel-login.svg);
  2638. background-repeat: no-repeat;
  2639. background-size: 100%;
  2640. }
  2641.  
  2642. .login-panel {
  2643. background-color: #ffffff;
  2644. }
  2645.  
  2646. .login-logo {
  2647. width: 350px;
  2648. margin-top: 30px;
  2649. margin-left: 20px;
  2650. }
  2651.  
  2652. .logo-greeting-text {
  2653. font-size: 28px;
  2654. line-height: 1.2;
  2655. text-align: left;
  2656. margin-top: 15vh;
  2657. margin-left: 6vh;
  2658. }
  2659.  
  2660. #btnlogin {
  2661. padding-left: 20px;
  2662. padding-right: 20px;
  2663. }
  2664.  
  2665. /*End Login Style 'Nov 2019'*/
  2666.  
  2667. .border-radius-2 {
  2668. border-radius: 0.2rem
  2669. }
  2670.  
  2671.  
  2672. .text-black-70 {
  2673. color: rgba(0,0,0, 0.7) !important;
  2674. }
  2675.  
  2676. @media (max-width: 768px) {
  2677. .login-panel {
  2678. background-image: url(/img/graphic-pixel-login.svg);
  2679. background-color: var(--primary);
  2680. background-repeat: no-repeat;
  2681. background-size: cover;
  2682. }
  2683. }
  2684.  
  2685. @media (max-width: 576px) {
  2686. div.logo-greeting-text {
  2687. display: none;
  2688. }
  2689.  
  2690. .login-logo {
  2691. display: block;
  2692. margin: 10% auto 0 auto;
  2693. max-width: 100%;
  2694. }
  2695.  
  2696. #loginFormButton {
  2697. display: flex;
  2698. flex-direction: column-reverse;
  2699. }
  2700.  
  2701. #loginFormButton a {
  2702. display: block;
  2703. text-align: center !important;
  2704. }
  2705.  
  2706. #loginFormButton button {
  2707. float: none !important;
  2708. width: 100%;
  2709. }
  2710. }
  2711.  
  2712. @media (max-height: 576px) {
  2713. div.logo-greeting-text {
  2714. display: none;
  2715. }
  2716.  
  2717. .login-logo {
  2718. display: block;
  2719. margin: 0 auto 0 auto;
  2720. max-width: 100%;
  2721. }
  2722.  
  2723. #loginFormButton button {
  2724. float: none !important;
  2725. width: 100%;
  2726. }
  2727. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement