
.bs-ns h1, h2, h3 {
	text-transform: none;
}

.bs-ns hr {
	border-top: 2px dotted grey;
}

.bs-ns .glyphicon {
	min-height: 20px;
	padding-top: 1px;
}

@media (max-height: 900px) {
	.bs-ns .scrollable-menu {
		height: auto;
		max-height: 550px;
		overflow-x: hidden;	
	}
}

@media (max-height: 800px) {
	.bs-ns .scrollable-menu {
		height: auto;
		max-height: 450px;
		overflow-x: hidden;	
	}
}

@media (max-height: 700px) {
	.bs-ns .scrollable-menu {
		height: auto;
		max-height: 350px;
		overflow-x: hidden;	
	}
}

@media (max-height: 600px) {
	.bs-ns .scrollable-menu {
		height: auto;
		max-height: 250px;
		overflow-x: hidden;	
	}
}


.bs-ns .btn-toolbar > .btn,
.bs-ns .btn-toolbar > .btn-group,
.bs-ns .btn-toolbar > .input-group {
 	margin-left: 0px; 
}


.bs-ns .content-left {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 300px;
	overflow: auto;
}

.bs-ns .content-right {
	position: absolute;
	top: 0px;
	left: 300px;
	bottom: 0px;
	right: 0px;
	overflow-y: hidden;
}

.bs-ns .map {
	width: 100%;
	height: 100%;
}

.bs-ns .btn {
	float: none;	
}

.bs-ns button {
	height: auto;	
}

.bs-ns .close {
	position: absolute;
	right:10px;
	top: 10px;
}

.bs-ns dd {
	margin-bottom: 10px;
}

.bs-ns .progress {
	margin-bottom: 10px;	
}

.embedded {
	width: 100%;
	height: 100%;
	position: relative;
}

.bs-ns .mm-toolbar .btn-group {
	
}

.bs-ns .mm-toolbar {
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 20px;
	width: 400px;
	background-color: transparent;
}

.bs-ns #toolbar1 {
	left: 20px;
}

.bs-ns #toolbar2 {
	left: 20px;
}

.bs-ns #toolbar3 {
	right: 20px;
}

.bs-ns .mm-panel-left {
	bottom: 10px;
	left: 10px;
}

.bs-ns .mm-panel-right {
	top: 10px;
	bottom: 10px;
	right: 10px;
}

.bs-ns .info-panel {
	position: absolute;
	display: none;
}

.bs-ns .section {
	border-bottom: 1px solid #cccccc;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

/*
.bs-ns .section.active {
	background-color: #efefef;
}
*/

.bs-ns .section2 {
	margin-top: 20px;
	padding: 10px;
	border-radius: 4px;
	border: 1px dotted grey;
	background-color: white;
}

.bs-ns .mm-panel {
	position: absolute;
	width: 320px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.bs-ns .mm-panel-small {
	width: 240px;
}

.bs-ns .mm-panel-small h1 {
	font-size: 2.0em;
}

.bs-ns .mm-panel-small h2 {
	font-size: 1.8em;
}

.bs-ns .mm-panel-small h3 {
	font-size: 1.6em;
}

.bs-ns .mm-panel-small h4 {
	font-size: 1.2em;
}

.bs-ns .mm-panel-small h5 {
	font-size: 1.0em;
}

.bs-ns .mm-panel-small .section {
/*	margin: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
*/
}

.bs-ns .mm-panel-content {
	padding: 10px;
}

.bs-ns .legend-panel {
	position: absolute;
	max-height: 320px;
}

.bs-ns .legend-layers ul {
	padding-left: 0px;
	list-style: none;
	margin-left: 10px;
}

.bs-ns .mm-legend-title {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 20px;
}

.bs-ns .mm-legend-symbol {
	padding-top: 2px;
	/*	list-style: none; */
	line-height: 18px;
}

.bs-ns .mm-symbol-icon { /* position: absolute; */
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 4px;
	border: 1px solid black;
	margin-left: -20px;
}

.bs-ns .link { cursor: pointer; }

.bs-ns .cmd-transparency {
	height: 34px;
}

input[type="range"] {
	color: rgb(196,196,196);
    border: 1px solid black; 
}