@charset "UTF-8";

@font-face {font-family: 'NanumGothic'; 
src:url('../font/NanumGothic.eot');   src:url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'), 	url('../font/NanumGothic.woff') format('woff'),  url('../font/NanumGothic.ttf') format('truetype'); font-weight:normal; }
 
html,body {width:100%; }
html {overflow:scroll;}
body {*word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none;  vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button{font-size:13px; line-height:24px;  font-family:'NanumGothic', 'Verdana', 'Geneva', 'Open Sans', 'Oswald', sans-serif;} 

a:link,a:active,a:visited{color:#333; text-decoration:none; border:0px;}
a:hover,a:focus{color:#7d7d7d; text-decoration:none;}
img:hover,img:focus{border:0px none;}

table {border-collapse:collapse; border-spacing:0;}
td {text-align: center; border: 1px solid #ccc;}
th {text-align: center; }
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden */
.invisible{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

img.title { display: none; }
table caption{display: none;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0a0a0;
  opacity: 0.7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a0a0a0;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a0a0a0;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
    display: none;
}

select {
	border: 1px solid #c0c0c0;
	border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none;  /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;    
    margin: 0 auto;
    padding: .5em .5em;
    background: url('../images/common/bottom_arrow.png') no-repeat;  /* 화살표 모양의 이미지 */
	background-position: 95%;
}

div[role="date"], div[role="time"]{
	width: 224px;
}

div[role="datetime"] {
	width: 224px;
}

.navbar-brand{
	margin: 0 auto;
	padding: 2px;
}

.top-logo{
	width: 250px;
	height: 46px;
}

.top-menu{
	font-size: 1.3em;	
}

.lef-menu{
	font-size: 1.2em;	
	width: 236px;	
	float: left;
	padding-left: 18px;
}

.lef-menu-title{	
	overflow: hidden; 
	font-weight: bold;
	color: white;
	background: url('../images/common/leftmenu_title.png') no-repeat;
	height: 46px;
	padding-top: 6px;
	text-align: center;
}

.lef-menu-list{
	background: url('../images/common/bg_leftmenu.gif');
}

.nav-stacked > li{
	width: 212px;
	padding-left: 6px;
}

.nav-stacked > li + li{
	width: 212px;
	padding-left: 6px;
}

.input-group-addon{
	margin: 0 auto;
	padding: 0 2px 0 2px;	
}

.select-default select{
	width: 100px;
	margin-right: 6px;
}

.search-keyword input{
	width: 160px;
	border: 1px solid #c0c0c0;	
	margin-right: 6px;	
	padding-top: 3px;
	padding-bottom: 12px;
}

#recordCountPerPage{
	width: 70px;
}

/*
.table-box-wrap {
	position: relative;
    margin-top: 10px;
    padding-top: 40px;
}
.table-box-wrap .table-box {
    overflow: auto;
    overflow-x: hidden;
}
.table-box-wrap .table-box table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-box-wrap .table-box table thead tr {
    position: absolute;
    top: 0;
}
.table-box-wrap .table-box table thead tr th {
    font-weight: normal;
    width: 120px;
    height: 40px;
}

.table-box-wrap .table-box table td {
    text-align: center;
    height: 40px;
    border-top: 1px solid #ccc;
}

.table-box-wrap .table-box table tr {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
}

.table-box-wrap .table-box table tbody tr {
   display: table-row;
}

*/

.table-no-data{
	position: absolute;
	display: inline;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

.table-fixed-contaner{
	margin: 0;
	padding: 0;
	border: none;
	background: no-repeat;
	overflow-x: scroll;
}

.table-fixed {
	width : 100%;
	table-layout: fixed;	
}

.table-fixed thead tr{
	height: 32px;	
	background-repeat: no-repeat;
    background: #FCFCFC;
	background: -moz-linear-gradient(#FCFCFC, #EAEAEA);
	background: -webkit-linear-gradient(#FCFCFC, #EAEAEA);
	background: -o-linear-gradient(#FCFCFC, #EAEAEA);
	background: -ms-linear-gradient(#FCFCFC, #EAEAEA);/*For IE10*/
	background: linear-gradient(#FCFCFC, #EAEAEA);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFCFC', endColorstr='#EAEAEA');/*For IE7-8-9*/ 
	
}

.table-fixed tr,
.table-fixed td{
	border: 1px solid #ccc;
}

.table-fixed tbody {	
	height: 400px;
	overflow-y: scroll;
}

.table-fixed thead,
.table-fixed tbody{
	display: block;
}

.table-fixed th[role="rnum"], .table-fixed td[role="rnum"]{max-width: 55px; width: 55px; font-weight: bold;} 
.table-fixed th[role="admin_nm"], .table-fixed td[role="admin_nm"]{max-width: 65px; width: 65px;}
.table-fixed th[role="route_id"], .table-fixed td[role="route_id"]{max-width: 84px; width: 84px;}
.table-fixed th[role="route_nm"], .table-fixed td[role="route_nm"]{max-width: 95px; width: 95px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="route_ex"], .table-fixed td[role="route_ex"]{max-width: 200px; width: 200px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} .table-fixed td[role="route_ex"]{text-align: left;}
.table-fixed th[role="route_ty_nm"], .table-fixed td[role="route_ty_nm"]{max-width: 130px; width: 130px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="remark"], .table-fixed td[role="remark"]{max-width: 100px; width: 100px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="reg_date"], .table-fixed td[role="reg_date"]{max-width: 180px; width: 180px;}		
.table-fixed th[role="station_id"], .table-fixed td[role="station_id"]{max-width: 84px; width: 84px;}		
.table-fixed th[role="station_nm"], .table-fixed td[role="station_nm"]{max-width: 180px; width: 180px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} .table-fixed td[role="station_nm"]{text-align: left;}
.table-fixed th[role="station_knm"], .table-fixed td[role="station_knm"]{max-width: 180px; width: 180px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} .table-fixed td[role="station_knm"]{text-align: left;}
.table-fixed th[role="station_enm"], .table-fixed td[role="station_enm"]{max-width: 200px; width: 200px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} .table-fixed td[role="station_enm"]{text-align: left;}
.table-fixed th[role="mobile_no"], .table-fixed td[role="mobile_no"]{max-width: 84px; width: 84px;}
.table-fixed th[role="centr_yn_nm"], .table-fixed td[role="centr_yn_nm"]{max-width: 120px; width: 120px;}
.table-fixed th[role="station_tp_nm"], .table-fixed td[role="station_tp_nm"]{max-width: 110px; width: 110px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="coords_x"], .table-fixed td[role="coords_x"]{max-width: 120px; width: 120px;}
.table-fixed th[role="coords_y"], .table-fixed td[role="coords_y"]{max-width: 120px; width: 120px;}
.table-fixed th[role="road_name"], .table-fixed td[role="road_name"]{max-width: 150px; width: 150px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

.table-fixed th[role="updonw_nm"], .table-fixed td[role="updonw_nm"]{max-width: 120px; width: 120px;}
.table-fixed th[role="station_yn_nm"], .table-fixed td[role="station_yn_nm"]{max-width: 120px; width: 120px;}

.table-fixed th[role="veh_id"], .table-fixed td[role="veh_id"]{max-width: 84px; width: 84px;}
.table-fixed th[role="obe_id"], .table-fixed td[role="obe_id"]{max-width: 84px; width: 84px;}
.table-fixed th[role="plate_no"], .table-fixed td[role="plate_no"]{max-width: 100px; width: 100px;}
.table-fixed th[role="veh_tp_nm"], .table-fixed td[role="veh_tp_nm"]{max-width: 80px; width: 80px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="bus_tp_nm"], .table-fixed td[role="bus_tp_nm"]{max-width: 80px; width: 80px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="low_yn_nm"], .table-fixed td[role="low_yn_nm"]{max-width: 70px; width: 70px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="veh_capa"], .table-fixed td[role="veh_capa"]{max-width: 85px; width: 85px;}
.table-fixed th[role="event_type"], .table-fixed td[role="event_type"]{max-width: 88px; width: 88px;}
.table-fixed th[role="event_time"], .table-fixed td[role="event_time"]{max-width: 190px; width: 190px;}
.table-fixed th[role="update_time"], .table-fixed td[role="update_time"]{max-width: 190px; width: 190px;}

.table-fixed th[role="company_id"], .table-fixed td[role="company_id"]{max-width: 84px; width: 84px;}
.table-fixed th[role="company_nm"], .table-fixed td[role="company_nm"]{max-width: 100px; width: 100px;}
.table-fixed th[role="phone_no"], .table-fixed td[role="phone_no"]{max-width: 100px; width: 100px;}
.table-fixed th[role="fax_no"], .table-fixed td[role="fax_no"]{max-width: 100px; width: 100px;}
.table-fixed th[role="ceo_nm"], .table-fixed td[role="ceo_nm"]{max-width: 80px; width: 80px;}
.table-fixed th[role="address"], .table-fixed td[role="address"]{max-width: 280px; width: 280px;} .table-fixed td[role="address"]{text-align: left;}
.table-fixed th[role="bus_cnt"], .table-fixed td[role="bus_cnt"]{max-width: 65px; width: 65px;} 
.table-fixed th[role="reg_cnt"], .table-fixed td[role="reg_cnt"]{max-width: 65px; width: 65px;}
.table-fixed th[role="spare_cnt"], .table-fixed td[role="spare_cnt"]{max-width: 65px; width: 65px;}

.table-fixed th[role="param_value"], .table-fixed td[role="param_value"]{max-width: 100px; width: 100px;}

.table-fixed th[role="time"], .table-fixed td[role="time"]{max-width: 65px; width: 65px;}
.table-fixed th[role="num"], .table-fixed td[role="num"]{max-width: 65px; width: 65px;}
.table-fixed th[role="oper_week_nm"], .table-fixed td[role="oper_week_nm"]{max-width: 95px; width: 95px;}

.table-fixed th[role="bit_id"], .table-fixed td[role="bit_id"]{max-width: 90px; width: 90px;}
.table-fixed th[role="bit_tp_nm"], .table-fixed td[role="bit_tp_nm"]{max-width: 100px; width: 100px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="manufacturer"], .table-fixed td[role="manufacturer"]{max-width: 100px; width: 100px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table-fixed th[role="temperature"], .table-fixed td[role="temperature"]{max-width: 85px; width: 85px;}
.table-fixed th[role="humidity"], .table-fixed td[role="humidity"]{max-width: 65px; width: 65px;}
.table-fixed th[role="use_yn"], .table-fixed td[role="use_yn"]{max-width: 65px; width: 65px;}
.table-fixed th[role="fan_onoff"], .table-fixed td[role="fan_onoff"]{max-width: 65px; width: 65px;}
.table-fixed th[role="heater_onoff"], .table-fixed td[role="heater_onoff"]{max-width: 65px; width: 65px;}
.table-fixed th[role="lcd_ontime"], .table-fixed td[role="lcd_ontime"]{max-width: 65px; width: 65px;}
.table-fixed th[role="door_onoff"], .table-fixed td[role="door_onoff"]{max-width: 65px; width: 65px;}
								
.table-fixed th[role="facility_id"], .table-fixed td[role="facility_id"]{max-width: 90px; width: 90px;}								
.table-fixed th[role="model_nm"], .table-fixed td[role="model_nm"]{max-width: 120px; width: 120px;}									
.table-fixed th[role="modem_sn"], .table-fixed td[role="modem_sn"]{max-width: 120px; width: 120px;}									
.table-fixed th[role="modem_telno"], .table-fixed td[role="modem_telno"]{max-width: 100px; width: 100px;}

.table-fixed th[role="mmddhhmmss"], .table-fixed td[role="mmddhhmmss"]{max-width: 130px; width: 130px;}
.table-fixed th[role="modem_rssi"], .table-fixed td[role="modem_rssi"]{max-width: 80px; width: 80px;}

								
.hidden{
	display: none;
}					
	
.tr-link{
	cursor: pointer;
}

.excel-down{
	margin-left: 40px;
	background-image: url("../../resources/images/common/excel_download.png");
	width: 32px;
	height: 32px;
}

.excel-down2{
	margin-left: 40px;
	background-image: url("../../resources/images/common/excel_download2.png");
	width: 24px;
	height: 24px;
}

.excel-down3{
	margin-left: 40px;
	background-image: url("../../resources/images/common/excel_download3.png");
	width: 12px;
	height: 12px;
}

.all-excel-down{
	margin-left: 40px;
	background-image: url("../../resources/images/common/excel_download.png");
	width: 32px;
	height: 32px;
	border: 2px solid #bdd3f9;
}

.thumbnail{
	text-align: center;
	vertical-align: middle;	
	float: left;
	text-decoration: none;
	border: 2px solid #C6C9C7;
	border-radius: 5px;
	margin-right: .5em;
}

.thumbnail-title{
	background-repeat: no-repeat;
    background: #FCFCFC;
	background: -moz-linear-gradient(#FCFCFC, #EAEAEA);
	background: -webkit-linear-gradient(#FCFCFC, #EAEAEA);
	background: -o-linear-gradient(#FCFCFC, #EAEAEA);
	background: -ms-linear-gradient(#FCFCFC, #EAEAEA);/*For IE10*/
	background: linear-gradient(#FCFCFC, #EAEAEA);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFCFC', endColorstr='#EAEAEA');/*For IE7-8-9*/
	width: 100%;
	padding: .8em;
}

.thumbnail-title h5{
	font-weight: bold;
	width: 240px;
}

.thumbnail img{	
	width: 260px;
	height: 160px;
	cursor: pointer;
	padding: .3em 0 .3em 0;
}
 
.ol-ctx-menu-container li:not(.ol-ctx-menu-separator):hover{
	background-color: #C6C9C7;
}
 
/* hide backdrop overlay: */
.modal-backdrop {
    display: none !important;
}

/* allow scroll */
.modal,
.modal-open {
    overflow-y: auto;
    padding-right: 0 !important;
}

/* place popup in the center, allow interaction with page under popup */
.modal {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.modal-dialog {
    margin: 0 !important;
    margin-right: 0;
    margin-left: 0;
}

/* change animation  */
.modal.fade .modal-dialog {
    transform: scale(.1, .1);
}

.modal.in .modal-dialog {
    transform: scale(1, 1);
}

.modal-header {
  height:30px;
  padding: 20px;
  background-color:#3175ab;
  color:white;
}
.modal-header h4{
  margin-top:-10px;
}

.modal-title {
  margin-top:-10px;
  font-size:16px;
}
.modal-header .close {
  margin-top:-20px;
  color:#fff;
}
.modal-body {
  color:#000;
}
.modal-body h5 {
  padding-top:4px;
  font-weight: bold;
  font-size: 1.1em;
}
.modal-body p {
  padding-top:10px;
  font-size: 1.1em;
}
.wrap-loading{ /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background: rgba(0,0,0,0.2); /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
}
.wrap-loading div{ /*로딩 이미지*/
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -21px;
        margin-top: -21px;
}

.gradient-gray {
	background: #FCFCFC;
	background: -moz-linear-gradient(#FCFCFC, #EAEAEA);
	background: -webkit-linear-gradient(#FCFCFC, #EAEAEA);
	background: -o-linear-gradient(#FCFCFC, #EAEAEA);
	background: -ms-linear-gradient(#FCFCFC, #EAEAEA);/*For IE10*/
	background: linear-gradient(#FCFCFC, #EAEAEA);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFCFC', endColorstr='#EAEAEA');/*For IE7-8-9*/
}