body {
	background-color: #fcfcfc;
	margin: 0px;
	overflow: hidden;
}

.top-bar {
	display: block;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	background-color: #337ab7;
	z-index: 999;
}

.logo-container {
	width: 120px;
	height: 50px;
}

.logo-container:hover {
	background-color: #286090;
}

.left-menu {
	position: absolute;
	top: 50px;
	left: 0px;	
	display: block;
	background-color: #fcfcfc;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	opacity: 1.0;
	width: 260px;
	height: calc(100% - 50px);
	z-index: 999;

}

.left-menu-closer {
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 8px;
	color: #337ab7;
	font-size: 12px;
}

.left-menu-closer:hover {
	font-size: 14px;
	cursor: pointer;
}

.left-menu-closer:after {
	content: "✖";
}

.legend {
	position: absolute;
	top: 62px;
	right: 10px;
	display: block;
	width: 200px;
	padding: 4px;
	background: #fcfcfc;
	padding: 2px 2px 0px 2px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px gray;
	z-index: 999;
	cursor: pointer;
}

.legend-title {
	min-height: 30px;
	background-color: #337ab7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.legend-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
	color: white;
	font-size: 12px;
}

.legend-closer:hover {
	font-size: 14px;
	cursor: pointer;
}

.legend-closer:after {
	content: "✖";
}

.legend-content {
	padding: 10px;
	font-size: 12px;
}

.info {
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	display: none;
	width: 340px;			
	padding: 4px;
	background: #fcfcfc;
	padding: 2px 2px 0px 2px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px gray;
	z-index: 999;
	cursor: default;
}

.info-title {
	min-height: 30px;
	background-color: #337ab7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.info-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
	color: white;
	font-size: 12px;
}

.info-closer:hover {
	font-size: 14px;
	cursor: pointer;
}

.info-closer:after {
	content: "✖";
}

.info-content {
	padding: 10px;
	font-size: 12px;
}

.popup {
	position: absolute;
	padding: 4px;	
	background-color: white;
	background: #fcfcfc;
	padding: 2px 2px 0px 2px;	
	border-radius: 4px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 140px;
	z-index: 999;	
}

.popup:after, .popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;position: absolute;
	pointer-events: none;
}

.popup:after {
	border-top-color: #fcfcfc;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

.popup-closer {
	color: #337ab7;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
	color: white;
	font-size: 12px;
}

.popup-closer:after {
	content: "✖";
}

.popup-closer:hover {
	font-size: 14px;
	cursor: pointer;
}

.popup-title {
	min-height: 30px;
	background-color: #337ab7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.popup-content {
	padding: 10px;
	font-size: 12px;
}

/* Custom ol css  */
.ol-control button {
	background-color: rgba(51, 122, 183, 0.8);
}

.ol-zoom {
	left: 275px;
}

.ol-scale-line {
	background: #337ab7;
	padding: 5px;
	opacity: 0.8;
	bottom: 8px;
	left: 275px;
}

.ol-mouse-position{
	position:absolute;
	top: calc(100% - 38px);
	left: calc(100% - 208px);
	font-size: 12px;
	background-color: #337ab7;
	opacity: 0.8;
	width: 200px;
	height: 26px;
	padding: 5px 20px 2px 20px;
	color: white;
	text-align: center;
	border-radius: 3px;
}

.ol-overviewmap {
    bottom: 3em;
    left: 275px;
}

.ol-attribution {
	bottom: 3em;
}

.ol-attribution li {
	display: table;
	font-size: 10px;
	line-height: 150%;
}

/* Custom Bootstrap css  */
.btn-group {
	position: absolute;
	z-index: 1001;
}

.btn-primary {
	color: white;
	background-color: #337ab7;
	border-color: #337ab7;
	height: 50px;
	border-radius: 0px;
}

.btn-primary:focus,
.btn-primary.focus {
	color: white;
	background-color: #286090;
	border-color: #286090;
}

.btn-primary:hover {
	color: white;
	background-color: #286090;
	border-color: #286090;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: white;
	background-color: #286090;
	border-color: #286090;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: white;
	background-color: #286090;
	border-color: #286090;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #337ab7;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: white;
}

/* Custom jquery ui css */
.ui-accordion .ui-accordion-content {
	font-size: 12px;
	padding: 0.5em 1em;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #337ab7;
	background: #337ab7;
}
