﻿
html, body {
	padding: 0;
	margin: 0;
}


body {
	font-size:11px;
	font-family:'MalgunGothic','Nanum Gothic', 'NanumGothic', '나눔고딕', '돋움', dotum, aria, sans-serif;
	background:url(../img/dark-wood.png) repeat 0 0;
}


::selection {
	background:#6F6D1B;
}
::-moz-selection {
	background:#6F6D1B;
}

li > a {
	color:inherit;
}


.nav {
	/* overflow:hidden; */
}
.nav:after {
	content:"";
	clear:both;
	display:block;
}
.nav h1 {
	float:left;
	line-height:65px;
	margin-left:20px;
	font-size:30px;
	
	white-space:nowrap;
}


.headerDate {
	float:right;
	margin-right:15px;
	margin-bottom:9px;
	text-align:right;
}
.box-date {
	display:inline-block;
	margin:17px 0 0 10px;
	padding:5px 10px;
	font-size:19px
}
.box-user {
	display:inline-block;
	margin:17px 0 0 10px;
	padding:5px 10px;
	color:#bfbfbf;
	font-size:13px;
}
.box-log {
	display:inline-block;
	margin:17px 0 0 10px;
	padding:5px 10px;
	color:#bfbfbf;
	font-size:13px;
}
.box-user:hover ,
.box-log:hover {
	color:#d4d4d4;
}
.box-user a, .box-log a {
	color:inherit;
}

.box-gnb {
	float:left;
	margin-left:110px;
}
@media screen and (max-width:1730px) {
	.box-gnb {
		float:left;
		margin-left:15px;
	}
}
.box-gnb ul.gnb {
	display:none;
	/* float:right; */
	
}
.box-gnb ul.gnb > li {
	position:relative;
	/* float:left; */
	margin:16px 0px 8px 10px;
	font-size:14px;
	border-radius:3px;
	box-sizing:border-box;
}
.box-gnb ul.gnb > li.on {
	
}
.box-gnb ul.gnb > li:hover {
}
.box-gnb ul.gnb > li.on {
}
.box-gnb ul.gnb > li > a {
	display:block;
	padding:7px 20px;
}
.box-gnb ul.gnb > li > ul {
	overflow:hidden;
	display:none;
	position:absolute;
	z-index:10;
/* 	border-top:1px solid #868686;
	border-left:1px solid #828282;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333; */
	border: 1px solid #525252;
	border-radius:6px;
	background:rgb(62, 62, 62);
/* background: rgb(91,91,91);
background: -moz-linear-gradient(left, rgba(91,91,91,1) 0%, rgb(62, 62, 62) 7%, rgb(62, 62, 62) 95%, rgba(91,91,91,1) 100%);
background: -webkit-linear-gradient(left, rgba(91,91,91,1) 0%,rgb(62, 62, 62) 7%,rgb(62, 62, 62) 95%,rgba(91,91,91,1) 100%);
background: linear-gradient(to right, rgba(91,91,91,1) 0%,rgb(62, 62, 62) 7%,rgb(62, 62, 62) 95%,rgba(91,91,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#5b5b5b',GradientType=1 ); */
	/* box-shadow: 0px 0px 10px #000000; */
}
.box-gnb ul.gnb > li > ul > li {
	min-width:100px;
	padding:5px 10px;
	/* border-top:1px dashed #000000; */
}
.box-gnb ul.gnb > li > ul > li:hover {
	padding:5px 10px;
	color:#eeeeee;
	background:rgba(0,0,0,0.3);
}
.box-gnb ul.gnb > li > ul > li a {
	display:block;
	color:inherit;
}
.box-gnb ul.gnb > li > ul > li:first-child {
	border-top:none;
}

.nav + .container {
	position:relative;
	padding-top:20px;
}





.area-map {
	position:relative;
	width:800px;
	height:700px;
}
.area-map .spot {
	position:absolute;
	width:15px;
	height:15px;
}
.spot-01 {
	left:250px;
	top:150px;
}
.spot-02 {
	right:50px;
	top:150px;
}
.spot-03 {
	left:450px;
	top:350px;
}
.area-map .layer-map {
	position:absolute;
	left:20px;
	top:20px;
	width:100px;
	height:100px;
}
.modal-backdrop {
	display:none !important;
}
.modal-dialog {
	position:absolute;
	margin-top:0;
	padding-top:0;
}










#map {
	height:100%;
}
#map > div,
#siteList > div {
	width:100%;
	height:100%;
}

.leaflet-popup {
	min-width:200px;
}
.leaflet-popup h6{
	font-size:16px;
	
}
.leaflet-popup dl {
	overflow:hidden;
	width:250px;
	padding:10px;
	font-size:14px;
	border-radius:10px;
}
.leaflet-popup dl > dt {
	float:left;
	clear:both;
	width:150px;
	padding-bottom:2px;
	margin-bottom:2px;
}
.leaflet-popup dl > dd {
	float:left;
	width:80px;
	padding-bottom:2px;
	margin-bottom:2px;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}



.line-header {
	
}



.badge {
	position:absolute;
}
.badge-01 {
	top:1px;
	right:2px;
	font-size:11px;
}


.conTit {
	position:relative;
	padding:6px 5px 8px;
	font-size:16px;
	text-indent:2px;
	
}
.conTit-total {
	font-size:18px;
	padding:5px 5px 7px;
}

h4 .fa {
	font-size: 10px;
	line-height: 0;
	position: relative;
	top: -1px;
	text-shadow:none;
}


.box-contents {
	position:relative;
	margin-bottom:15px;
	overflow:hidden;
}

.box-contents-01 {
}
.group-subInfo {
	position:absolute;
	display:inline-block;
	right:13px;
	top:8px;
	padding-left:10px;
	vertical-align:middle;
	font-size:11px;
}
.group-subInfo > div {
	display:inline-block;
	padding-left:10px;
	vertical-align:middle;
	font-size:11px;
}
.group-subInfo > div:first-child {
	padding-left:0px;
}
.group-subInfo label,
.group-subInfo input {
	vertical-align:middle;
}
.group-subInfo input[type=radio] {
	zoom:0.8;
	margin-top:-1px;
}
.group-subInfo label {
	margin-right:10px;
}
.group-subInfo select { 
	border:1px solid #292929;
	background:#333;
	outline:none;
}
.box-contents .widget {
	/* position:relative; */
	min-height:100px;
}
.box-content-100 .box-contents .widget {
	min-height:80px;
}
.box-content-connector .box-contents .widget {
	min-height:auto;
}
.box-content-connector .box-content-100 .box-contents .widget {
	min-height:150px;
}



.widget-hover {
	display:none;
	position:absolute !important;
	left:0;
	top:0;
	width:100%;
	/* height:74px; */
	padding:5px;
	color:#ddd;
	background:#3e3e3e;
	z-index:1;
	cursor:pointer;
}
.widget-hover .mCSB_container > p {
	width:100%;
	margin-bottom:2px;
}

.widget-contentList {
	overflow-y:auto;
	padding:8px 10px;
	text-align:center;
}




dl.group-contentList {
	display:inline-block;
	overflow:hidden;
	width:100%;
	margin:0px auto 0;
	padding:0 10px;
	text-align:left;
	border-radius:4px;
}
dl.group-contentList > dt,
dl.group-contentList > dd {
	line-height:2.2;
}
dl.group-contentList > dt {
	float:left;
	clear:both;
	padding-right:3px;
}
dl.group-contentList > dd {
	float:right;
	text-align:right;
}
dl.group-contentList > dd > strong {
	font-size:1.2em;
	line-height:1;
}


.wrap-tbl {
	overflow:hidden;
	height:500px;
	padding-left:7px;
}
.pop-inverter .wrap-tbl {
	height:350px;
}

table.tbl {
	width:100%;
	margin:10px 0px 0px;
}
table.tbl td,
table.tbl th {
	position:relative;
	padding:3px;
}
table.tbl thead td {
}
table.tbl thead td,
table.tbl thead th {
	text-align:center;
	
}
table.tbl thead tr.subTh td {
}
table.tbl-01 tr.total td {
	font-size:1.5em;
	font-weight:bold;
}
table.tbl-01 td,
table.tbl-01 th {
	font-size:13px;
	white-space:nowrap;
	padding:5px 3px;
}
table.tbl-01 td.siteName,
table.tbl-01 th.siteName {
	padding-right:15px;
}
table.tbl-01 tbody tr:nth-child(even) ,
table.tbl-01 tbody tr:nth-child(even) {
	background:rgba(0,0,0,0.07);
}
table.tbl-01 thead td,
table.tbl-01 thead th {
}
table.tbl td.sum,
table.tbl th.sum {
	text-align:right;
}
table.tbl td.emphasis,
table.tbl th.emphasis {
	
}
table.tbl-01 .dot {
	font-size:38px;
	line-height:0px;
	display: inline-block;
	position: relative;
	top: 9px;
}

.text-center {
	text-align:center;
}



.widget {
	position:relative;
	overflow:hidden;
	margin-bottom:0;
	border:0 none;
}



.box-divide,
.box-content,
.box-content-100 {
	float:left;
	margin:0 0 10px;
	padding: 0 15px 0 8px;
}
.box-divide.alarm .widget,
.box-content.alarm .widget,
.box-content-100.alarm .widget {
}
.box-divide:nth-child(4n+1),
.box-content:nth-child(4n+1),
.box-content-100:nth-child(3n+1) {
	padding: 0 15px 0 15px;
}
.box-divide .widget,
.box-content .widget,
.box-content-100 .widget {
	color:#5F5F5F;
	margin:0;
}
.box-divide h4,
.box-content h4,
.box-content-100 h4 {
	text-align:center;
}
.alarm h4 {
	cursor:pointer;
}

.box-divide h6,
.box-content h6,
.box-content-100 h6 {
	min-width:80px;
	font-size:1em;
	text-align:center;
	padding:5px 0 5px;
}
.box-content-100 .widget {
	font-size:17px;
}
.box-divide .box-content,
.box-content .box-content {
	padding:16px 4% 15px 1%;
}
.box-content-100 .widget > div {
	padding:10px 19px 10px 15px;
}
.box-content-100 .widget > div {
	border-right: 1px solid rgba(84, 84, 84, 0.8);
	border-left: 1px solid rgba(35, 35, 35, 0.6);
}
.box-divide .value,
.box-content .value,
.box-content-100 .value {
	font-size:1.1em;
	text-align:right;
	padding-bottom:3px;
}
.box-divide .value .amount,
.box-content .value .amount,
.box-content-100 .value .amount {
	padding:0 3px;
	font-size: 1.2em;
	color:#d0d0d0;
}
.box-divide .value .unit,
.box-content .value .unit,
.box-content-100 .value .unit {
	display:inline-block;
	width:1.6em;
	font-size:0.9em;
	text-align:left;
}





.wrap-page {

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	box-sizing: border-box;
	padding:0px;
	overflow: hidden;
}


.alarm .scrollable .viewport {
	/* position:absolute !important; */
	min-width:100%;
}

.scrollable .viewport .overview {
	min-width:100%;
	height:auto !important;
}

.scrollable .scroll-bar.vertical {
	z-index:50;
	width:6px;
}
.scrollable .scroll-bar.vertical .thumb {
	background:#585858;
	border-radius:3px;
}



.scrollable.default-skin .scroll-bar .thumb {
	background-color: #828282 !important;
}







.content-inverter {
	width:100%;
	min-height:969px;
	margin-bottom:15px;
}
.content-report,
.content-cctv,
.content-setting,
.content-singleLine,
.content-trend,
.content-alarm {
	width:100%;
	min-height:910px;
	margin:15px 0;
}




.row-searchCd {
	padding-top:15px;
}
.row-searchCd .form-group {
	float:left;
}
.row-searchCd select {
	min-width:150px;
}

.row-searchCd .control-label {
	float:left;
	padding-top:14px;
	padding-right:5px;
	width:70px;
}
.row-searchCd .control-label input[type=radio] {
	vertical-align:middle;
	margin-top:0px;
}
.row-searchCd .input-group {
	float:left;
	padding-top:5px;
	padding-right:15px;
}
.row-searchCd .btn {
	margin-top:3px;
}




#siteList {
	padding-right:0px;
}


ul.list-sections {
	padding:10px 0 0;
}
ul.list-sections > li {
	height:32px;
	line-height:32px;
	margin:0 10px 10px;
	color:#cecece;
	font-size:15px;
	text-indent:10px;
	border-top:1px solid rgba(255,255,255,0.3);
	border-left:1px solid rgba(255,255,255,0.3);
	border-right:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(0,0,0,0.3);
	/* background:rgba(233, 242, 255, 0.5); */
/* background: -moz-linear-gradient(-45deg, rgba(233, 242, 255, 0.5) 0%, rgba(58,75,93,0.5) 50%, rgba(55,69,86,0.5) 51%, rgba(109,109,109,0.5) 100%);
background: -webkit-linear-gradient(-45deg, rgba(233, 242, 255, 0.5) 0%,rgba(58,75,93,0.5) 50%,rgba(55,69,86,0.5) 51%,rgba(109,109,109,0.5) 100%);
background: linear-gradient(135deg, rgba(233, 242, 255, 0.5) 0%,rgba(58,75,93,0.5) 50%,rgba(55,69,86,0.5) 51%,rgba(109,109,109,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bfd9ff', endColorstr='#806d6d6d',GradientType=1 ); */
}
ul.list-sections > li:hover a {
	color:#dddddd !important;
	text-shadow:none;
}
ul.list-sections > li.on {
	color:#ffffff;
	font-weight:bold;
	border: 1px solid #6a7692;
	background:rgba(0,0,0,0);
	border-top:1px solid rgba(255,255,255,0.3);
	border-left:1px solid rgba(255,255,255,0.3);
	border-right:1px solid rgba(55, 64, 80, 0.7);
	border-bottom:1px solid rgba(55, 64, 80, 0.7);

	background: -moz-linear-gradient(-45deg,rgba(66, 74, 84, 0.8) 0%,rgba(23, 31, 41, 0.8) 50%,rgba(22, 30, 39, 0.8) 51%,rgba(68, 68, 68, 0.8) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(66, 74, 84, 0.8) 0%,rgba(23, 31, 41, 0.8) 50%,rgba(22, 30, 39, 0.8) 51%,rgba(68, 68, 68, 0.8) 100%);
	background: linear-gradient(135deg,rgba(66, 74, 84, 0.8) 0%,rgba(23, 31, 41, 0.8) 50%,rgba(22, 30, 39, 0.8) 51%,rgba(68, 68, 68, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbfd9ff', endColorstr='#cc6d6d6d',GradientType=1 );
	box-shadow:0px 0px 35px #abbcce;
	text-shadow:0px 0px 3px #38424c;
}
ul.list-sections > li > a {
	display:block;
}








.sections {
}
.sections .section {
	display:none;
	height: 556px;
	background:#3e3e3e;
	overflow:hidden;
	margin: 0 0px 25px 7px;
	padding:24px 7px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.section .widget .col-sm-4 {
	position:relative;
	padding-top:7px;
	cursor:pointer;
}








.sidebar-content .area-content {
	min-height:300px;
	margin:10px;
	background:#5f5f5f;
}

.content-conditions {
	min-height:480px;
	margin:0px auto 10px;
	padding:0 0 10px;
	background: #393939;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.content-conditions h4 {
	text-align:left;
}


table.conditions {
	width:97%;
	margin:10px;
	font-size:16px;
	color:#ffffff;
	font-weight: bold;
	text-align:left;
	border-top: 1px solid #525252;
	border-left: 1px solid #525252;
}
table.conditions > thead > tr > td,
table.conditions > tbody > tr > th {
	line-height:36px;
	padding-left:5px;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#80000000',GradientType=0 );
}
table.conditions > thead > tr > td {
	text-align:center;
}
table.conditions > tbody > tr > td {
	line-height:36px;
	padding:0 5px;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
}
table.conditions > tbody > tr > td select,
table.conditions > tbody > tr > td input[type=text] {
	width:100%;
	min-width:90px;
	height:30px;
	line-height:30px;
	padding-left:3px;
	vertical-align:middle;
	background:rgba(0,0,0,0.1);
	color: #bfbfbf;
	border: 1px solid #5f5f5f;
	border-radius:3px;
}
table.conditions > tbody > tr > td button{
	vertical-align:middle;
}
table.conditions > tbody > tr > td input[type=radio] {
	margin:0;
	vertical-align:middle;
}
table.conditions-horizontal > tbody > tr > td input[type=text] {
	min-width:150px;
}
table.conditions-horizontal > tbody > tr > td select {
	min-width:174px;
}
table.conditions > tbody > tr > td select option {
	background:#000000;
}









.box-login {
	width:400px;
	height:220px;
	background:#222222;
	margin:100px auto 62px;
	border: 1px solid #2d2d2d;
	box-shadow:0px 0px 62px rgba(0,0,0,0.9);
}
.box-login h4 {
	padding:10px;
	border-bottom:1px dashed #3c3c3c;
	background:#2b0202;
	margin-bottom:20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.form-input {
	text-align:center;
}
.box-login .ico-login {
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	vertical-align:middle;
	background:#111111;
}
.box-login .ico-login i {
	vertical-align:middle;
	font-size:15px;
}
.box-login input[type=text],
.box-login input[type=password] {
	background:#333333;
	border:1px solid #333333;
	width:80%;
	height:30px;
	margin:5px auto;
	padding-left:5px;
}
.box-login .btns {
	margin:10px auto;
}





.sidebar-trigger {
	position:absolute;
	top:1px;
	color:#c5c5c5;
	font-size:20px;
	margin-left:10px;
	outline:none !important;
}
.sidebar-trigger .fa {
	color:inherit;
}

#gnb {
	position:absolute;
	top:30px;
	left: 0;
	width: 220px;
	height: 100%;
	z-index: 10;
}

.box-gnb {
	margin-left:10px;
	padding-left:15px;
	border-left:4px solid #000000;
}

.sidebar-content {
	position: relative;
	top: 0;
	left: 0;
	min-height: 100%;
	padding: 0 10px;
	margin-top:10px;
	z-index:11;
	transition: all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sidebar-content-pushed {
	/* transform: translate3d(220px, 0, 0);
	-webkit-transform: translate3d(220px, 0, 0);
	-moz-transform: translate3d(220px, 0, 0);
	-ms-transform: translate3d(220px, 0, 0); */
	padding-left:220px;
	z-index:9;
}

@media screen and (max-width: 480px){
	.sidebar-content {
		display:block;
		padding: 0 10px;
	}
	#gnb {
		display:none;
		position:fixed;
		top:96px;
		z-index:13;
	}
	#gnb.gnb-m {
		display:block;
		background:#222222;
	}
}







.btns {
	text-align:center;
}






.pop-bg {
	display:none;
	position:fixed;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:9998;
}
.pop-layer {
	display:none;
	position:absolute;
	left:50%;
	top:100px;
	min-width:300px;
	min-height:200px;
	margin-left:-150px;
	padding:20px;
	background:rgba(0,0,0,0.3);
background: -moz-linear-gradient(top, rgba(122,130,142,1) 0%, rgba(117,117,117,1) 100%);
background: -webkit-linear-gradient(top, rgba(122,130,142,1) 0%,rgba(117,117,117,1) 100%);
background: linear-gradient(to bottom, rgba(122,130,142,1) 0%,rgba(117,117,117,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc7a828e', endColorstr='#cc757575',GradientType=0 );
	z-index:9999;
	border-top:1px solid rgba(255,255,255,0.3);
	border-left:1px solid rgba(255,255,255,0.3);
	border-right:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
	/* cursor: all-scroll; */
}

.pop-smp {
	top:50%;
	width:900px;
	margin-left:-450px;
	margin-top:-101px;
}
.pop-inverter {
	top:50%;
	width:1200px;
	margin-left:-600px;
	margin-top:-220px;
}

.pop-layer .pop-container {
	width:100%;
	height:160px;
	min-height:100%;
	background:rgba(0,0,0,0.3);
}
.pop-smp .pop-container {
	height:160px;
}
.pop-inverter .pop-container {
	height:400px;
	margin-bottom:0;
}

.pop-layer .btn-close {
	position:absolute;
	right:3px;
	top:-2px;
	color:#000000;
	font-size:20px;
	/* text-shadow: 0px 0px 7px #000000; */
}
.pop-tit {
	color:#ffffff;
	text-indent:5px;
	background:rgba(0,0,0,0.47);
}
.pop-contents {
	padding:20px;
	text-align:center;
}
.pop-contents > dl {
	font-size:20px;
}
.pop-contents > dl > dt {
	font-weight:normal;
}
.pop-contents > dl > dd {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000000;
}


/*customScrollbar*/
.mCSB_container_wrapper {
	margin-right:7px;
	margin-bottom:7px;
}
.mCSB_container_wrapper > .mCSB_container {
	overflow:visible;
	padding-right:7px;
	padding-bottom:7px;
}
.mCSB_container_wrapper > .mCSB_container:after {
	clear:both;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom:7px;
}
.mCSB_scrollTools {
}
.mCSB_1_scrollbar {
	width: 7px;
	z-index:13;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height:7px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right:7px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	margin:1px auto;
}

.section .box-content .mCSB_scrollTools_horizontal {
	display:none !important;
}
/*customScrollbar*/



