a49792aefb4f2338b4711156e47debfae9ac69d9.svn-base 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. @charset "utf-8";
  2. /* intro */
  3. .intro_login_container {
  4. background: url(../images/login/intro_bg.jpg);
  5. height: 100%;
  6. background-position: center center;
  7. background-attachment: fixed;
  8. }
  9. .intro_login_wrap {
  10. width: 594px;
  11. height: 273px;
  12. position: absolute;
  13. top: 50%;
  14. margin-top: -100px;
  15. background: url(../images/login/intro-logo.png) top left no-repeat;
  16. left: 50%;
  17. margin-left: -297px;
  18. }
  19. .intro_login_wrap ul {
  20. position: relative;
  21. width: 345px;
  22. margin: 170px 0 0 20px;
  23. }
  24. .login_id_input_wrap, .login_pass_input_wrap {
  25. background: url(../images/login/intro_login_bg_off.png) left top no-repeat;
  26. width: 205px;
  27. color: #fff;
  28. }
  29. .login_id_input, .login_pass_input {
  30. width: 190px;
  31. height: 41px;
  32. border: none;
  33. background: none;
  34. padding: 0 15px;
  35. line-height: 1em;
  36. color: #fff;
  37. }
  38. .login_id_input_wrap:hover, .login_id_input_wrap:focus, .login_pass_input_wrap:hover, .login_pass_input_wrap:focus {
  39. background: url(../images/login/intro_login_bg_on.png) left top no-repeat;
  40. }
  41. .btn_intro_login {
  42. width: 132px;
  43. height: 43px;
  44. display: block;
  45. background: url(../images/login/btn_login_off.png) no-repeat;
  46. }
  47. .btn_intro_login_wrap {
  48. position: absolute;
  49. top: 0;
  50. right: 0;
  51. }
  52. .intro_id_save_wrap {
  53. position: absolute;
  54. top: 50px;
  55. right: 30px;
  56. }
  57. .intro_id_save_wrap input {
  58. background: url(../images/login/check_box_off.png) no-repeat;
  59. border: none;
  60. }
  61. .intro_id_save_wrap label {
  62. color: #fff;
  63. font-weight: bold;
  64. }
  65. .intro_login_wrap .dx-placeholder {
  66. line-height: 30px;
  67. padding-left: 10px;
  68. font-size: 12px;
  69. }
  70. .login_id_field_wrap input {
  71. background: url(../images/custom/ibems_light/intro_login_bg_off.png) no-repeat;
  72. width: 205px;
  73. height: 41px;
  74. color: #fff;
  75. font-weight: 600;
  76. }
  77. .login_pass_field_wrap input {
  78. background: url(../images/custom/ibems_light/intro_login_bg_off.png) no-repeat;
  79. width: 205px;
  80. height: 41px;
  81. color: #fff;
  82. }
  83. /* cyim 2016.02.17 : 로그인화면 작업 */
  84. .intro_login_container {
  85. background: url(../images/login/intro_bg1.png);
  86. height: 100%;
  87. background-position: center;
  88. background-attachment: fixed;
  89. }
  90. .BasicLayout {
  91. width: 970px;
  92. height: 572px;
  93. position: relative;
  94. margin: auto;
  95. top: auto;
  96. /* width:970px; height:378px; text-align:center; vertical-align:middle; display:table-cell;*/
  97. }
  98. .BasicLayout.center {
  99. margin-left: 35%;
  100. }
  101. .LogingBoxImage {
  102. position: absolute;
  103. margin-top: 33%;
  104. z-index: 2;
  105. /*position: absolute; display:inline-block; */
  106. }
  107. .login_siteid_area_content {
  108. line-height: 2em;
  109. width: 451px;
  110. height: 52px;
  111. font-size: 20px;
  112. font-weight: 600;
  113. position: absolute;
  114. margin-top: 419px;
  115. margin-left: 25px;
  116. z-index: 20;
  117. border: dotted;
  118. border-width: 1px;
  119. border-color: wheat;
  120. }
  121. .login_id_area_content {
  122. line-height: 2em;
  123. width: 451px;
  124. height: 52px;
  125. font-size: 20px;
  126. font-weight: 600;
  127. position: absolute;
  128. margin-top: 450px;
  129. margin-left: 28px;
  130. z-index: 20;
  131. border: dotted;
  132. border-width: 1px;
  133. border-color: wheat;
  134. }
  135. .login_id_area_content2 {
  136. line-height: 2em;
  137. width: 451px;
  138. height: 52px;
  139. font-size: 20px;
  140. font-weight: 600;
  141. position: absolute;
  142. margin-top: 481px;
  143. margin-left: 25px;
  144. z-index: 20;
  145. border: dotted;
  146. border-width: 1px;
  147. border-color: wheat;
  148. }
  149. .login_pw_area_content {
  150. line-height: 2em;
  151. width: 451px;
  152. height: 52px;
  153. font-size: 20px;
  154. font-weight: 600;
  155. position: absolute;
  156. margin-top: 527px;
  157. margin-left: 28px;
  158. z-index: 20;
  159. border: dotted;
  160. border-width: 1px;
  161. border-color: wheat;
  162. }
  163. .login_pw_area_content2 {
  164. line-height: 2em;
  165. width: 451px;
  166. height: 52px;
  167. font-size: 20px;
  168. font-weight: 600;
  169. position: absolute;
  170. margin-top: 543px;
  171. margin-left: 25px;
  172. z-index: 20;
  173. border: dotted;
  174. border-width: 1px;
  175. border-color: wheat;
  176. }
  177. .Button_Login {
  178. position: absolute;
  179. top: 602px;
  180. left: 363px;
  181. width: 115px;
  182. height: 60px;
  183. z-index: 2;
  184. background: url(../images/login/LoginButton.png);
  185. background-position: center;
  186. }
  187. .Label_IdSave {
  188. position: absolute;
  189. top: 640px;
  190. left: 37px;
  191. z-index: 3;
  192. }
  193. .Check_IdSave {
  194. position: absolute;
  195. top: 638px;
  196. left: 120px;
  197. z-index: 2;
  198. }
  199. /* news */
  200. .ibems_news_wrap {
  201. position: absolute;
  202. width: 1400px;
  203. }
  204. .ibems_news_position_wrap {
  205. position: relative;
  206. }
  207. .news_content_container {
  208. background: #0d4378;
  209. padding: 20px;
  210. overflow: hidden;
  211. }
  212. .news_content_container h3 {
  213. color: #fff;
  214. margin-bottom: 5px;
  215. font-size: 16px;
  216. }
  217. .news_wrap_bottom {
  218. background: url(../images/custom/ibems_light/news_bottom.png) no-repeat;
  219. width: 1400px;
  220. height: 9px;
  221. }
  222. .news_open_close {
  223. position: absolute;
  224. cursor: pointer;
  225. background: url(../images/custom/ibems_light/news_control_bar.png)left top no-repeat;
  226. width: 140px;
  227. height: 35px;
  228. bottom: -28px;
  229. right: 10px;
  230. }
  231. .news_open_close_con {
  232. width: 110px;
  233. margin: 5px 0 0 10px;
  234. }
  235. .news_open_close_con li {
  236. float: left;
  237. }
  238. .news_open_close_con li:first-child {
  239. width: 20px;
  240. }
  241. .stats_markig {
  242. color: #fff;
  243. font-size: 10px;
  244. padding-top: 5px;
  245. width: 45px;
  246. }
  247. .new_content_icon {
  248. padding-top: 5px;
  249. text-align: right;
  250. width: auto;
  251. }
  252. /* cyim 2015.12.09
  253. 현재기준으로 css 작업의 경우 devextrme 에서 사용하던 라이브러리를 많이 수정하여 작업하였다.
  254. 결국 dx.common.css 와 같이 이 파일을 직접 수정해버리면 차후에 버전 업그레이드 (아직 불투명)에서 상당한 재작업이 요구되므로
  255. 별도로 공통으로 사용하는 css 작업은 여기에서 작업하기로한다. css 분석 자체가 힘들고 하나의 파일만으로 관리해야 될 것같다.
  256. shared 에서 관리하는 dx 라이브러리를 사용하지않고 여기서 정의하는 이유는 3가지이다
  257. 1. 버전업그레이드시에 문제가 된다 (재작업양이 많다)
  258. 2. 모바일앱은 고려하지않아도 된다 (FMS 와 BEMS 는 모바일앱을 따로 개발하고 있다. 결국 shared 프로젝트의 css 를 복사하는 번거로움을 줄일수있다)
  259. 3. custom_ibems_layout.css 밑으로 링크되는것이 없다.
  260. 마지막으로 현재 여기 파일이 최종이라고 생각하고 곧바로 우선순위가 제일 높도록 한다.
  261. */
  262. /****************************************************************/
  263. /* 수정 */
  264. /****************************************************************/
  265. /* dx 로 시작하는 접두사 css 내에 수정 내용은 일단 아래로 빼두고 정리 */
  266. /* 왼쪽으로 커서보내기 */
  267. .dx-field-value, .dx-field-value-static {
  268. float: left !important;
  269. }
  270. /* 입력영역 확대*/
  271. .dx-texteditor-input {
  272. width: 100% !important;
  273. }
  274. /* jks-2015-12-21 공사계획 팝업 전용이다!*/
  275. .dx-theme-generic-typography .dx-field-label {
  276. width: 140px !important;
  277. }
  278. /* jks-2015-12-21 신청제목 입력영역 조정 */
  279. .cw-multi-field-value {
  280. width: 270px !important;
  281. }
  282. .cw-multi-field-value-one {
  283. width: 1000px !important;
  284. }
  285. /* jks-2015-12-21 첨부파일 영역 확대*/
  286. .result_con {
  287. height: 40px !important;
  288. }
  289. /* jks-2016-02-03 그래프보기 글자 다 보이도록 height=730px 에서 750px 수정 */
  290. #myframe {
  291. height: 750px !important;
  292. }
  293. /* jks-2016-02-03 ***님 환영합니다. 색변경*/
  294. .user_name {
  295. color: #345178 !important;
  296. }
  297. .user_masage {
  298. color: #345178 !important;
  299. }
  300. /* jks-2016-02-03 header menu 수정*/
  301. .main-menu {
  302. top: 0px !important;
  303. left: 190px !important;
  304. }
  305. .desktop-layout #navBar .dx-nav-item {
  306. height: 71px !important;
  307. }
  308. .dx-tab {
  309. border-right: 1px solid rgba(255,255,255,0.5) !important;
  310. /*border-left: 1px solid rgb(110,140,170) !important;*/
  311. border-left: 1px solid rgba(255,255,255,0.5) !important;
  312. border-top-right-radius: 0px !important;
  313. border-top-left-radius: 0px !important;
  314. }
  315. .dx-tabs {
  316. display: table;
  317. /*padding: 14px 10px;*/
  318. background-color: #4e4e4e;
  319. text-align: center;
  320. /*-webkit-border-radius: 3px;
  321. -moz-border-radius: 3px;
  322. -ms-border-radius: 3px;
  323. -o-border-radius: 3px;
  324. border-radius: 3px;
  325. -webkit-box-sizing: border-box;
  326. -moz-box-sizing: border-box;
  327. box-sizing: border-box;*/
  328. }
  329. .dx-tabs.dx-state-hover-enabled .dx-tab:hover:not(.dx-tab-selected) {
  330. background-color: #959595;
  331. background-repeat: no-repeat;
  332. background-image: -webkit-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%);
  333. background-image: -moz-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%);
  334. background-image: -ms-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%);
  335. background-image: -o-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%);
  336. background-image: linear-gradient(180deg,#959595 0%,#6a6a6a 100%);
  337. }
  338. .dx-tab {
  339. display: table-cell;
  340. padding: 9px;
  341. /*border: 0px solid rgba(26,26,26,.75);*/
  342. border: 0px solid rgba(255,255,255,.75);
  343. /*border-left: 0px solid #424242;*/
  344. border-left: 0px solid #D5D5D5;
  345. background-color: #D5D5D5;
  346. background-repeat: no-repeat;
  347. background-image: -webkit-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%);
  348. background-image: -moz-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%);
  349. background-image: -ms-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%);
  350. background-image: -o-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%);
  351. background-image: linear-gradient(180deg,#D5D5D5 0%,#EAEAEA 100%);
  352. -webkit-box-shadow: inset 0 0px rgba(255,255,255,.2),0 0px 0px rgba(0,0,0,.15);
  353. -moz-box-shadow: inset 0 0px rgba(255,255,255,.2),0 0px 0px rgba(0,0,0,.15);
  354. box-shadow: inset 0 0px rgba(255,255,255,.2),0 2px 0px rgba(0,0,0,.15);
  355. }
  356. .dx-tab .dx-icon {
  357. width: 31px;
  358. height: 31px;
  359. }
  360. .dx-tab:first-child {
  361. /*-webkit-border-bottom-left-radius: 3px;
  362. -moz-border-bottom-left-radius: 3px;
  363. border-bottom-left-radius: 3px;
  364. -webkit-border-top-left-radius: 3px;
  365. -moz-border-top-left-radius: 3px;
  366. border-top-left-radius: 3px;*/
  367. }
  368. .dx-tab:last-child {
  369. /*border-right-color: rgba(26,26,26,.75);*/
  370. border-right-color: rgba(255,255,255,.75);
  371. /*-webkit-border-bottom-right-radius: 3px;
  372. -moz-border-bottom-right-radius: 3px;
  373. border-bottom-right-radius: 3px;
  374. -webkit-border-top-right-radius: 3px;
  375. -moz-border-top-right-radius: 3px;
  376. border-top-right-radius: 3px;*/
  377. }
  378. .dx-tab:only-child {
  379. /*border-right-color: rgba(26,26,26,.75);*/
  380. border-right-color: rgba(255,255,255,.75);
  381. }
  382. .dx-tab.dx-state-active {
  383. /*border: 1px solid rgba(0,0,0,.1);*/
  384. border: 0px solid rgba(255,255,255,.1);
  385. background: #EAEAEA;
  386. -webkit-box-shadow: inset 0 0px 0px rgba(255,255,255,.13);
  387. -moz-box-shadow: inset 0 0px 0px rgba(255,255,255,.13);
  388. box-shadow: inset 0 0px 0px rgba(255,255,255,.13);
  389. }
  390. .dx-tab-selected {
  391. background: #BDBDBD;
  392. -webkit-box-shadow: inset 0 0px 0px 0 #BDBDBD,0 0px 0px 0 rgba(255,255,255,.8);
  393. -moz-box-shadow: inset 0 0px 0px 0 #BDBDBD,0 0px 0px 0 rgba(255,255,255,.8);
  394. box-shadow: inset 0 0px 0px 0 #BDBDBD,0 0px 0px 0 rgba(255,255,255,.8);
  395. }
  396. .dx-tab-selected:not(:last-child):not(:only-child) {
  397. /*border-right-color: #292929;*/
  398. border-right-color: #D5D5D5;
  399. }
  400. .dx-tab-text {
  401. /*padding: 2px 5px 0;
  402. color: #dbdbdb;
  403. vertical-align: 50%;
  404. color: #818181;
  405. font-weight: normal;
  406. font-size: 14px;
  407. font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,san-serif;*/
  408. }
  409. .dx-tab-text input, .dx-tab-text textarea {
  410. /*xfont-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,san-serif;*/
  411. }
  412. /* jks-2016-02-04 버튼 라운드 없애기 */
  413. .dx-button {
  414. border-radius: 0px !important;
  415. }
  416. .fc-state-default.fc-corner-left {
  417. border-top-left-radius: 0px !important;
  418. border-bottom-left-radius: 0px !important;
  419. border-top-right-radius: 0px !important;
  420. border-bottom-right-radius: 0px !important;
  421. }
  422. .fc-state-default.fc-corner-right {
  423. border-top-left-radius: 0px !important;
  424. border-bottom-left-radius: 0px !important;
  425. border-top-right-radius: 0px !important;
  426. border-bottom-right-radius: 0px !important;
  427. }
  428. /* jks-2016-02-19 첨부파일 박스 325px에서 420px로 넓이 조절 */
  429. .construction_image {
  430. width: 420px !important;
  431. }
  432. /* jks-2016-02-19 에디터박스 배경색 하얀색으로 고정*/
  433. .dx-texteditor-input {
  434. background-color: #ffffff; /* cyim 2016.02.24 : !important 삭제함. 하단의 로그인 텍스트박스는 색상이 필요함 */
  435. }
  436. /* cyim 2016.02.24 : 로그인 텍스트박스 바탕색상변경 : 보완 */
  437. #siteId .dx-texteditor-input {
  438. background-color: #EBEAF0;
  439. font-size: 20px;
  440. font-weight: bold;
  441. }
  442. #userId .dx-texteditor-input {
  443. background-color: #EBEAF0;
  444. font-size: 20px;
  445. font-weight: bold;
  446. }
  447. #userPassword .dx-texteditor-input {
  448. background-color: #EBEAF0;
  449. font-size: 20px;
  450. font-weight: bold;
  451. }
  452. /****************************************************************/
  453. /* 신규 */
  454. /****************************************************************/
  455. /* 달력 아이콘 위치 변경 */
  456. .dxDateBox_IconLocation {
  457. width: 168px !important;
  458. }
  459. /* jks-2015-12-24 내용 입력 영역 확대100% */
  460. .dxTextArea_InputArea {
  461. width: 100%;
  462. }
  463. /* jks-2015-12-24 등록 아이콘 이미지 교체 */
  464. .dx-icon-add {
  465. background-image: url(../images/plus.png) !important;
  466. }
  467. /* jks-2015-12-24 아이콘 이미지 교체 */
  468. .dx-icon-plus {
  469. background-image: url(../images/cross.png) !important;
  470. }
  471. /* jks-2015-12-24 투명도 0% */
  472. .dx-icon {
  473. /*color: rgba(0,0,0,0) !important;*/
  474. color: white;
  475. }
  476. /* jks-2015-12-29 우편번호 칸 80px */
  477. .dxbox_zip {
  478. width: 84px !important;
  479. }
  480. /* jks-2015-12-29 칸 160px */
  481. .dxbox_one_sixty {
  482. width: 160px !important;
  483. }
  484. /* jks-2015-12-29 칸 130px */
  485. .dxbox_one_thirty {
  486. width: 134px !important;
  487. }
  488. /* jks-2015-12-29 노트 */
  489. .dxbox_note {
  490. width: 501px !important;
  491. height: 62px !important;
  492. }
  493. /* jks-2015-12-30 배경없애기*/
  494. .dx-numberbox-spin-button {
  495. background-color: rgba(0,0,0,0) !important;
  496. }
  497. /* jks-2015-12-30 배경없애기*/
  498. .dx-numberbox-spin-button {
  499. background-color: rgba(0,0,0,0) !important;
  500. }
  501. /* jks-2015-12-30 보더 생김*/
  502. .dx-border {
  503. border: 1px solid #cccccc;
  504. }
  505. /* jks-2016-02-01 오른쪽 매뉴 달력 아이콘 칸 135px 늘이기 */
  506. .dxbox_one_thirty_five {
  507. width: 135px !important;
  508. }
  509. /* jks-2016-02-04 로그인화면 바닥 변경*/
  510. .intro_login_container {
  511. background-color: #eeeeee !important;
  512. }
  513. .dx-dashboard-title {
  514. color: #c7c7c7;
  515. font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', Helvetica, 'Trebuchet MS', Verdana, sans-serif;
  516. font-weight: 200;
  517. font-size: 30px;
  518. overflow: hidden;
  519. padding-top: 3px;
  520. padding-bottom: 3px;
  521. height: 42px;
  522. text-align: center;
  523. }
  524. .dark-dashboard {
  525. padding: 10px;
  526. /* height: 830px;*/
  527. /*height: 930px;*/
  528. background-color: #303030;
  529. }
  530. .dark-dashboard .first-row {
  531. width: 100%;
  532. height: 280px;
  533. margin-top: 5px;
  534. }
  535. .dark-dashboard .second-row {
  536. width: 100%;
  537. height: 260px;
  538. margin-top: 5px;
  539. }
  540. .dark-dashboard .third-row {
  541. width: 100%;
  542. height: 360px;
  543. margin-top: 5px;
  544. margin-bottom: 5px;
  545. }
  546. .dark-dashboard .first-row .first-col {
  547. width: calc(50% - 4px);
  548. height: 100%;
  549. display: inline-table;
  550. }
  551. .dark-dashboard .first-row .second-col {
  552. width: calc(50% - 4px);
  553. height: 100%;
  554. display: inline-table;
  555. margin-left: 4px;
  556. }
  557. .dark-dashboard .col {
  558. width: 100%;
  559. height: 100%;
  560. }
  561. .border-gray {
  562. border-style: solid;
  563. border-width: 1px;
  564. border-color: rgb(58, 58, 58);
  565. }
  566. .dark-dashboard .row-header {
  567. height: 20px;
  568. line-height: 20px;
  569. background-color: rgb(58, 58, 58);
  570. color: #c7c7c7;
  571. overflow: hidden;
  572. text-overflow: ellipsis;
  573. cursor: default;
  574. display: block;
  575. font-weight: normal;
  576. padding-left: 10px;
  577. padding-top: 5px;
  578. padding-right: 0px;
  579. padding-bottom: 5px;
  580. white-space: nowrap;
  581. }
  582. .dark-dashboard .second-row .gauge {
  583. width: 220px;
  584. height: 220px;
  585. display: inline-block;
  586. margin-left: 100px;
  587. margin-right: 100px;
  588. margin-top: 10px;
  589. }
  590. .dark-dashboard .second-row .gauge:nth-child(3) {
  591. margin-left: 50px;
  592. margin-right: 50px;
  593. }
  594. .dark-dashboard .second-row .box {
  595. width: 300px;
  596. height: 150px;
  597. display: inline-block;
  598. border: solid 1px #808080;
  599. }
  600. .dark-dashboard .second-row .box:nth-child(5) {
  601. margin-right: 80px;
  602. }
  603. .dark-dashboard .second-row .box .title {
  604. font-size: 22px;
  605. color: #808080;
  606. font-weight: bold;
  607. text-align: center;
  608. padding: 20px;
  609. }
  610. .dark-dashboard .second-row .box .contents {
  611. padding-top: 10px;
  612. padding-left: 60px;
  613. }
  614. .dark-dashboard .second-row .box .unit {
  615. font-size: 22px;
  616. color: #808080;
  617. font-weight: bold;
  618. float: right;
  619. padding-right: 30px;
  620. padding-top: 8px;
  621. }
  622. .dark-dashboard .second-row .box .unit_account {
  623. display: inline-block;
  624. width: 150px;
  625. height: 39px;
  626. line-height: 39px;
  627. border: 1px solid #808080;
  628. font-size: 26px;
  629. font-weight: 600;
  630. color: #fff;
  631. text-shadow: 0 2px 0 #525252;
  632. text-align: center;
  633. margin: auto;
  634. background: rgb(48,48,48); /* Old browsers */
  635. background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(128,128,128,1) 100%); /* FF3.6-15 */
  636. background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(128,128,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
  637. background: linear-gradient(to bottom, rgba(48,48,48,1) 0%,rgba(128,128,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  638. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
  639. -moz-box-sizing: border-box;
  640. -webkit-box-sizing: border-box;
  641. box-sizing: border-box;
  642. -webkit-border-radius: 25px 25px 25px 25px;
  643. border-radius: 25px 25px 25px 25px;
  644. }
  645. .dx-viewport.dx-color-scheme-dark,
  646. .dx-viewport.dx-color-scheme-dark .desktop-layout .page {
  647. min-width: 1900px;
  648. }