/*@import url("//openlayers.org/en/v3.1.1/css/ol.css");*/
@import url("ol/ol.css");
@import url("bootstrap/css/bootstrap.min.css");
@import url("http://www.w3schools.com/lib/w3.css");
@import url("font-awesome/css/font-awesome.min.css");
/*@import url("ol3-zoom-slider.css");*/
@import url("bk-styles.css");

html, 
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div#login-section {
	width: 400px;
	height: auto;
	margin: 200px auto;
}

header {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: auto;
	margin: 0;
	padding: 10px;
	background: #333;
	z-index: 2;
}

header #title {
	font-size: 1.5em;
	font-weight: bold;
}

header #logout-sect {
	position: absolute;
	width: auto;
	top: 10px;
	right: 10px;
	float: right;
}

header #logout-sect:hover {
	color: inherit;
}

footer {
	color: #fff;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	margin: 0;
	padding: 5px;
	background: #333;
	z-index: 2;
}

section#panel {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	width: 300px;
	margin: 0;
	padding: 0;
	background: #cacaef;
	z-index: 3;
}

section#panel p {
	margin: 0;
}

section#map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: #cacaef;*/
	background: #fff;
	z-index: 1;
}

.map-retract {

}

.map-panel-show {

}

#l-info {
	position: absolute;
	top: 60px;
	left: auto;
	right: 10px;
	width: 300px;
	height: 300px;
	z-index: 2;
}

#layer-swipe {
	position: absolute;
	top: 55px;
	left: 5px;
	width: calc(100% - 10px);
	z-index: 2;
}

#map-zooms {
	position: absolute;
	width: auto;
	height: auto;
	top: 70px;
	left: 10px;
	z-index: 2;
}

#panel-btn-cont {
	position: absolute;
	width: auto;
	height: auto;
	top: 130px;
	left: 17px;
	z-index: 2;
}

#map-scale {
	position: absolute;
	width: auto;
	height: auto;
	top: auto;
	left: 10px;
	bottom: 30px;
	z-index: 2;
}

.popover-content {
	min-width: 300px;
}

.line-style {
	width: 100px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: 5px solid #000;
}

.sta-style {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 5px;
	background: #ccc;
}


