@charset "utf-8"; /* intro */ .intro_login_container { background: url(../images/login/intro_bg.jpg); height: 100%; background-position: center center; background-attachment: fixed; } .intro_login_wrap { width: 594px; height: 273px; position: absolute; top: 50%; margin-top: -100px; background: url(../images/login/intro-logo.png) top left no-repeat; left: 50%; margin-left: -297px; } .intro_login_wrap ul { position: relative; width: 345px; margin: 170px 0 0 20px; } .login_id_input_wrap, .login_pass_input_wrap { background: url(../images/login/intro_login_bg_off.png) left top no-repeat; width: 205px; color: #fff; } .login_id_input, .login_pass_input { width: 190px; height: 41px; border: none; background: none; padding: 0 15px; line-height: 1em; color: #fff; } .login_id_input_wrap:hover, .login_id_input_wrap:focus, .login_pass_input_wrap:hover, .login_pass_input_wrap:focus { background: url(../images/login/intro_login_bg_on.png) left top no-repeat; } .btn_intro_login { width: 132px; height: 43px; display: block; background: url(../images/login/btn_login_off.png) no-repeat; } .btn_intro_login_wrap { position: absolute; top: 0; right: 0; } .intro_id_save_wrap { position: absolute; top: 50px; right: 30px; } .intro_id_save_wrap input { background: url(../images/login/check_box_off.png) no-repeat; border: none; } .intro_id_save_wrap label { color: #fff; font-weight: bold; } .intro_login_wrap .dx-placeholder { line-height: 30px; padding-left: 10px; font-size: 12px; } .login_id_field_wrap input { background: url(../images/custom/ibems_light/intro_login_bg_off.png) no-repeat; width: 205px; height: 41px; color: #fff; font-weight: 600; } .login_pass_field_wrap input { background: url(../images/custom/ibems_light/intro_login_bg_off.png) no-repeat; width: 205px; height: 41px; color: #fff; } /* cyim 2016.02.17 : 로그인화면 작업 */ .intro_login_container { background: url(../images/login/intro_bg1.png); height: 100%; background-position: center; background-attachment: fixed; } .BasicLayout { width: 970px; height: 572px; position: relative; margin: auto; top: auto; /* width:970px; height:378px; text-align:center; vertical-align:middle; display:table-cell;*/ } .BasicLayout.center { margin-left: 35%; } .LogingBoxImage { position: absolute; margin-top: 33%; z-index: 2; /*position: absolute; display:inline-block; */ } .login_siteid_area_content { line-height: 2em; width: 451px; height: 52px; font-size: 20px; font-weight: 600; position: absolute; margin-top: 419px; margin-left: 25px; z-index: 20; border: dotted; border-width: 1px; border-color: wheat; } .login_id_area_content { line-height: 2em; width: 451px; height: 52px; font-size: 20px; font-weight: 600; position: absolute; margin-top: 450px; margin-left: 28px; z-index: 20; border: dotted; border-width: 1px; border-color: wheat; } .login_id_area_content2 { line-height: 2em; width: 451px; height: 52px; font-size: 20px; font-weight: 600; position: absolute; margin-top: 481px; margin-left: 25px; z-index: 20; border: dotted; border-width: 1px; border-color: wheat; } .login_pw_area_content { line-height: 2em; width: 451px; height: 52px; font-size: 20px; font-weight: 600; position: absolute; margin-top: 527px; margin-left: 28px; z-index: 20; border: dotted; border-width: 1px; border-color: wheat; } .login_pw_area_content2 { line-height: 2em; width: 451px; height: 52px; font-size: 20px; font-weight: 600; position: absolute; margin-top: 543px; margin-left: 25px; z-index: 20; border: dotted; border-width: 1px; border-color: wheat; } .Button_Login { position: absolute; top: 602px; left: 363px; width: 115px; height: 60px; z-index: 2; background: url(../images/login/LoginButton.png); background-position: center; } .Label_IdSave { position: absolute; top: 640px; left: 37px; z-index: 3; } .Check_IdSave { position: absolute; top: 638px; left: 120px; z-index: 2; } /* news */ .ibems_news_wrap { position: absolute; width: 1400px; } .ibems_news_position_wrap { position: relative; } .news_content_container { background: #0d4378; padding: 20px; overflow: hidden; } .news_content_container h3 { color: #fff; margin-bottom: 5px; font-size: 16px; } .news_wrap_bottom { background: url(../images/custom/ibems_light/news_bottom.png) no-repeat; width: 1400px; height: 9px; } .news_open_close { position: absolute; cursor: pointer; background: url(../images/custom/ibems_light/news_control_bar.png)left top no-repeat; width: 140px; height: 35px; bottom: -28px; right: 10px; } .news_open_close_con { width: 110px; margin: 5px 0 0 10px; } .news_open_close_con li { float: left; } .news_open_close_con li:first-child { width: 20px; } .stats_markig { color: #fff; font-size: 10px; padding-top: 5px; width: 45px; } .new_content_icon { padding-top: 5px; text-align: right; width: auto; } /* cyim 2015.12.09 현재기준으로 css 작업의 경우 devextrme 에서 사용하던 라이브러리를 많이 수정하여 작업하였다. 결국 dx.common.css 와 같이 이 파일을 직접 수정해버리면 차후에 버전 업그레이드 (아직 불투명)에서 상당한 재작업이 요구되므로 별도로 공통으로 사용하는 css 작업은 여기에서 작업하기로한다. css 분석 자체가 힘들고 하나의 파일만으로 관리해야 될 것같다. shared 에서 관리하는 dx 라이브러리를 사용하지않고 여기서 정의하는 이유는 3가지이다 1. 버전업그레이드시에 문제가 된다 (재작업양이 많다) 2. 모바일앱은 고려하지않아도 된다 (FMS 와 BEMS 는 모바일앱을 따로 개발하고 있다. 결국 shared 프로젝트의 css 를 복사하는 번거로움을 줄일수있다) 3. custom_ibems_layout.css 밑으로 링크되는것이 없다. 마지막으로 현재 여기 파일이 최종이라고 생각하고 곧바로 우선순위가 제일 높도록 한다. */ /****************************************************************/ /* 수정 */ /****************************************************************/ /* dx 로 시작하는 접두사 css 내에 수정 내용은 일단 아래로 빼두고 정리 */ /* 왼쪽으로 커서보내기 */ .dx-field-value, .dx-field-value-static { float: left !important; } /* 입력영역 확대*/ .dx-texteditor-input { width: 100% !important; } /* jks-2015-12-21 공사계획 팝업 전용이다!*/ .dx-theme-generic-typography .dx-field-label { width: 140px !important; } /* jks-2015-12-21 신청제목 입력영역 조정 */ .cw-multi-field-value { width: 270px !important; } .cw-multi-field-value-one { width: 1000px !important; } /* jks-2015-12-21 첨부파일 영역 확대*/ .result_con { height: 40px !important; } /* jks-2016-02-03 그래프보기 글자 다 보이도록 height=730px 에서 750px 수정 */ #myframe { height: 750px !important; } /* jks-2016-02-03 ***님 환영합니다. 색변경*/ .user_name { color: #345178 !important; } .user_masage { color: #345178 !important; } /* jks-2016-02-03 header menu 수정*/ .main-menu { top: 0px !important; left: 190px !important; } .desktop-layout #navBar .dx-nav-item { height: 71px !important; } .dx-tab { border-right: 1px solid rgba(255,255,255,0.5) !important; /*border-left: 1px solid rgb(110,140,170) !important;*/ border-left: 1px solid rgba(255,255,255,0.5) !important; border-top-right-radius: 0px !important; border-top-left-radius: 0px !important; } .dx-tabs { display: table; /*padding: 14px 10px;*/ background-color: #4e4e4e; text-align: center; /*-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/ } .dx-tabs.dx-state-hover-enabled .dx-tab:hover:not(.dx-tab-selected) { background-color: #959595; background-repeat: no-repeat; background-image: -webkit-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%); background-image: -moz-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%); background-image: -ms-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%); background-image: -o-linear-gradient(-90deg,#959595 0%,#6a6a6a 100%); background-image: linear-gradient(180deg,#959595 0%,#6a6a6a 100%); } .dx-tab { display: table-cell; padding: 9px; /*border: 0px solid rgba(26,26,26,.75);*/ border: 0px solid rgba(255,255,255,.75); /*border-left: 0px solid #424242;*/ border-left: 0px solid #D5D5D5; background-color: #D5D5D5; background-repeat: no-repeat; background-image: -webkit-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%); background-image: -moz-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%); background-image: -ms-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%); background-image: -o-linear-gradient(-90deg,#D5D5D5 0%,#EAEAEA 100%); background-image: linear-gradient(180deg,#D5D5D5 0%,#EAEAEA 100%); -webkit-box-shadow: inset 0 0px rgba(255,255,255,.2),0 0px 0px rgba(0,0,0,.15); -moz-box-shadow: inset 0 0px rgba(255,255,255,.2),0 0px 0px rgba(0,0,0,.15); box-shadow: inset 0 0px rgba(255,255,255,.2),0 2px 0px rgba(0,0,0,.15); } .dx-tab .dx-icon { width: 31px; height: 31px; } .dx-tab:first-child { /*-webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px;*/ } .dx-tab:last-child { /*border-right-color: rgba(26,26,26,.75);*/ border-right-color: rgba(255,255,255,.75); /*-webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px;*/ } .dx-tab:only-child { /*border-right-color: rgba(26,26,26,.75);*/ border-right-color: rgba(255,255,255,.75); } .dx-tab.dx-state-active { /*border: 1px solid rgba(0,0,0,.1);*/ border: 0px solid rgba(255,255,255,.1); background: #EAEAEA; -webkit-box-shadow: inset 0 0px 0px rgba(255,255,255,.13); -moz-box-shadow: inset 0 0px 0px rgba(255,255,255,.13); box-shadow: inset 0 0px 0px rgba(255,255,255,.13); } .dx-tab-selected { background: #BDBDBD; -webkit-box-shadow: inset 0 0px 0px 0 #BDBDBD,0 0px 0px 0 rgba(255,255,255,.8); -moz-box-shadow: inset 0 0px 0px 0 #BDBDBD,0 0px 0px 0 rgba(255,255,255,.8); box-shadow: inset 0 0px 0px 0 #BDBDBD,0 0px 0px 0 rgba(255,255,255,.8); } .dx-tab-selected:not(:last-child):not(:only-child) { /*border-right-color: #292929;*/ border-right-color: #D5D5D5; } .dx-tab-text { /*padding: 2px 5px 0; color: #dbdbdb; vertical-align: 50%; color: #818181; font-weight: normal; font-size: 14px; font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,san-serif;*/ } .dx-tab-text input, .dx-tab-text textarea { /*xfont-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,san-serif;*/ } /* jks-2016-02-04 버튼 라운드 없애기 */ .dx-button { border-radius: 0px !important; } .fc-state-default.fc-corner-left { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; } .fc-state-default.fc-corner-right { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; } /* jks-2016-02-19 첨부파일 박스 325px에서 420px로 넓이 조절 */ .construction_image { width: 420px !important; } /* jks-2016-02-19 에디터박스 배경색 하얀색으로 고정*/ .dx-texteditor-input { background-color: #ffffff; /* cyim 2016.02.24 : !important 삭제함. 하단의 로그인 텍스트박스는 색상이 필요함 */ } /* cyim 2016.02.24 : 로그인 텍스트박스 바탕색상변경 : 보완 */ #siteId .dx-texteditor-input { background-color: #EBEAF0; font-size: 20px; font-weight: bold; } #userId .dx-texteditor-input { background-color: #EBEAF0; font-size: 20px; font-weight: bold; } #userPassword .dx-texteditor-input { background-color: #EBEAF0; font-size: 20px; font-weight: bold; } /****************************************************************/ /* 신규 */ /****************************************************************/ /* 달력 아이콘 위치 변경 */ .dxDateBox_IconLocation { width: 168px !important; } /* jks-2015-12-24 내용 입력 영역 확대100% */ .dxTextArea_InputArea { width: 100%; } /* jks-2015-12-24 등록 아이콘 이미지 교체 */ .dx-icon-add { background-image: url(../images/plus.png) !important; } /* jks-2015-12-24 아이콘 이미지 교체 */ .dx-icon-plus { background-image: url(../images/cross.png) !important; } /* jks-2015-12-24 투명도 0% */ .dx-icon { /*color: rgba(0,0,0,0) !important;*/ color: white; } /* jks-2015-12-29 우편번호 칸 80px */ .dxbox_zip { width: 84px !important; } /* jks-2015-12-29 칸 160px */ .dxbox_one_sixty { width: 160px !important; } /* jks-2015-12-29 칸 130px */ .dxbox_one_thirty { width: 134px !important; } /* jks-2015-12-29 노트 */ .dxbox_note { width: 501px !important; height: 62px !important; } /* jks-2015-12-30 배경없애기*/ .dx-numberbox-spin-button { background-color: rgba(0,0,0,0) !important; } /* jks-2015-12-30 배경없애기*/ .dx-numberbox-spin-button { background-color: rgba(0,0,0,0) !important; } /* jks-2015-12-30 보더 생김*/ .dx-border { border: 1px solid #cccccc; } /* jks-2016-02-01 오른쪽 매뉴 달력 아이콘 칸 135px 늘이기 */ .dxbox_one_thirty_five { width: 135px !important; } /* jks-2016-02-04 로그인화면 바닥 변경*/ .intro_login_container { background-color: #eeeeee !important; } .dx-dashboard-title { color: #c7c7c7; font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', Helvetica, 'Trebuchet MS', Verdana, sans-serif; font-weight: 200; font-size: 30px; overflow: hidden; padding-top: 3px; padding-bottom: 3px; height: 42px; text-align: center; } .dark-dashboard { padding: 10px; /* height: 830px;*/ /*height: 930px;*/ background-color: #303030; } .dark-dashboard .first-row { width: 100%; height: 280px; margin-top: 5px; } .dark-dashboard .second-row { width: 100%; height: 260px; margin-top: 5px; } .dark-dashboard .third-row { width: 100%; height: 360px; margin-top: 5px; margin-bottom: 5px; } .dark-dashboard .first-row .first-col { width: calc(50% - 4px); height: 100%; display: inline-table; } .dark-dashboard .first-row .second-col { width: calc(50% - 4px); height: 100%; display: inline-table; margin-left: 4px; } .dark-dashboard .col { width: 100%; height: 100%; } .border-gray { border-style: solid; border-width: 1px; border-color: rgb(58, 58, 58); } .dark-dashboard .row-header { height: 20px; line-height: 20px; background-color: rgb(58, 58, 58); color: #c7c7c7; overflow: hidden; text-overflow: ellipsis; cursor: default; display: block; font-weight: normal; padding-left: 10px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; white-space: nowrap; } .dark-dashboard .second-row .gauge { width: 220px; height: 220px; display: inline-block; margin-left: 100px; margin-right: 100px; margin-top: 10px; } .dark-dashboard .second-row .gauge:nth-child(3) { margin-left: 50px; margin-right: 50px; } .dark-dashboard .second-row .box { width: 300px; height: 150px; display: inline-block; border: solid 1px #808080; } .dark-dashboard .second-row .box:nth-child(5) { margin-right: 80px; } .dark-dashboard .second-row .box .title { font-size: 22px; color: #808080; font-weight: bold; text-align: center; padding: 20px; } .dark-dashboard .second-row .box .contents { padding-top: 10px; padding-left: 60px; } .dark-dashboard .second-row .box .unit { font-size: 22px; color: #808080; font-weight: bold; float: right; padding-right: 30px; padding-top: 8px; } .dark-dashboard .second-row .box .unit_account { display: inline-block; width: 150px; height: 39px; line-height: 39px; border: 1px solid #808080; font-size: 26px; font-weight: 600; color: #fff; text-shadow: 0 2px 0 #525252; text-align: center; margin: auto; background: rgb(48,48,48); /* Old browsers */ background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(128,128,128,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(128,128,128,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(48,48,48,1) 0%,rgba(128,128,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#808080',GradientType=0 ); /* IE6-9 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 25px 25px 25px 25px; border-radius: 25px 25px 25px 25px; } .dx-viewport.dx-color-scheme-dark, .dx-viewport.dx-color-scheme-dark .desktop-layout .page { min-width: 1900px; }