html,body,#container {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	padding-top: 50px;
}

input[type="radio"],input[type="checkbox"] {
	margin: 0;
}

#sidebar {
	width: 250px;
	height: 100%;
	max-width: 100%;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

#map {
	width: auto;
	height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#loading {
	position: absolute;
	width: 220px;
	height: 19px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -110px;
	z-index: 20001;
}

#features {
	margin: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sidebar-hide-btn {
	margin-top: -2px;
}

#aboutTabsContent {
	padding-top: 10px;
}

.progress-bar-full {
	width: 100%;
}

.white {
	color: #FFF;
}

.feature-row {
	cursor: pointer;
}

.sidebar-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.sidebar-table {
	position: absolute;
	width: 100%;
	top: 103px;
	bottom: 0;
	overflow: auto;
}

.leaflet-control-layers {
	overflow: auto;
}

.leaflet-control-layers label {
	font-weight: 400;
	margin-bottom: 0;
}

.leaflet-control-layers-list input[type="radio"],input[type="checkbox"] {
	margin: 2px;
}

.table {
	margin-bottom: 0;
}

.navbar .navbar-brand {
	font-weight: 700;
	font-size: 25px;
	color: #FFF;
}

.navbar-collapse.in {
	overflow-y: hidden;
}

.navbar-header .navbar-icon-container {
	margin-right: 15px;
}

.navbar-header .navbar-icon {
	line-height: 50px;
	height: 50px;
}

.navbar-header a.navbar-icon {
	margin-left: 25px;
}

.typeahead {
	background-color: #FFF;
}

.tt-dropdown-menu {
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 4px;
	padding: 4px 0;
	width: 100%;
	max-height: 300px;
	overflow: auto;
}

.tt-suggestion {
	font-size: 14px;
	line-height: 20px;
	padding: 3px 10px;
}

.tt-suggestion.tt-cursor {
	background-color: #0097CF;
	color: #FFF;
	cursor: pointer;
}

.tt-suggestion p {
	margin: 0;
}

.tt-suggestion + .tt-suggestion {
	border-top: 1px solid #ccc;
}

.typeahead-header {
	margin: 0 5px 5px;
	padding: 3px 0;
	border-bottom: 2px solid #333;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#sidebar {
		display: none;
	}

	.url-break {
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.dropdown-menu a i {
		color: #FFF;
	}
}

/* Print Handling */
@media print {
	.navbar {
		display: none !important;
	}

	.leaflet-control-container {
		display: none !important;
	}
}

.navbar {
	height: 50px;
}

.leaflet-control-layers {
	overflow: auto;
	display: none;
}
.navbar-inverse{
	background-color: #D9B501;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
	background-color: #B79902;
}
.btn-primary{
	background-color: #D9B501;
	border-color: #D9B501;
}
.btn-primary:hover{
	background-color: #B79902;
    border-color: #B79902;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
	background-color: #B79902;
    border-color: #B79902;
}
.btn-primary:focus, .btn-primary.focus{
	background-color: #B79902;
    border-color: #B79902;
}
