.btn:focus,.btn:active {
   outline: none !important;
}
.bootstrap-select .btn:focus {
    outline: none !important;
}

html,body {
	width:100%;height:100%;margin:0;padding:0;
	position: fixed;
	overflow: hidden;
	font: 13.3333px Arial;
}

#map-container {
	display: block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	margin-top:0px; /* adjust top margin to your header height */
}
.message_size1 {
	position: absolute;
	width: 100%;
	height: 400px;
/*	background-color: red;*/
	top: 120%;
	left: 0px;
	margin-top: -40px;
	margin-left: 0px;
/*	display: none;*/
	pointer-events: none;
}
.message_size2 {
	position: absolute;
	text-align: center;
	font-weight: bold;
	width: 100%;
/*	height: 400px;*/
	color: black;
	background-color: #ffd800;
	top: 50%;
	left: 0px;
/*	margin-top: -40px;*/
/*	margin-left: 0px;*/
/*	display: none;*/
	pointer-events: none;
}
#add_poi .crosshair {
	position: relative;
	top: 0%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: 0px;
	margin-left: -40px;
	background-image: url(../images/noun_158416_cc.png);
	background-size: 80px 80px;
}
#add_poi .formular {
/*	display: none;*/
}
.message_size1 .container {
	position: relative;
/*	left: 50%;*/
	width: 50%;
	min-width: 340px;
	height: 175px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
/*	background-color: rgba(40,40,40,.75);*/
	background-color: black;
	border-radius: 4px;
	border: 1px solid black;
/*	padding: 3px;*/
	pointer-events: auto;
	text-align: left;
	color: white;
}
@media (max-width: 359px) {
#add_poi .formular {
	min-width: 300px;
}
}
.row {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px; 
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	padding-right: 5px;
    padding-left: 5px;
}
.checkbox, .radio {
	margin-top: 0px;
/*    	background-color: red;*/
    padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
/*    border-radius: 5px;*/
}
.checkbox_last, .radio_last {
	margin-bottom: 0px;
}
#add_poi label {
	width: 100%;
	min-height: inherit;
}
#add_poi .btn-custom {
	height: 40px;
    font-weight: bold;
    background-color: black;
    border-color: #ffd800;
    border-width: 2px;
    color: #ffd800;
}
.message_size1 #btn-close {
    position: absolute;
    right: -8px;
    top: -20px;
    padding: 5px;
    padding-bottom: 1px;
    padding-top: 4px;
    border: 2px solid white;
    background-color: black;
    color: white;
}
.form-group {
    margin-bottom: 0px; 
    padding: 3px;
    border: 1px solid black;
/*    border-radius: 4px;*/
	background-color: white;
	color: black;
}
.form-group-1 .checkbox, .form-group-1 .radio {
	font-size: 2em;
	background-color: #333;
	color: white;
	padding-bottom: 0px;
}
@media (max-width: 359px) {
.form-group-1 .checkbox, .form-group-1 .radio {
	font-size: 1.6em;
	line-height: 27px;
}
}

.form-group-1 input[type=checkbox], .form-group-1 input[type=radio] {
    margin-top: 7px !important;
}

.form-group-2 .checkbox, .form-group-2 .radio {
	font-size: 0.8em;
	background-color: #e3e3e3;
	font-weight: bold;
}
@media (max-width: 359px) {
.form-group-2 .checkbox, .form-group-2 .radio {
	font-size: 0.7em;
}
}

.form-group-2 input[type=checkbox], .form-group-2 input[type=radio] {
    margin-top: 0px !important;
	
}
#add_poi .infotext {
	text-align: center;
	padding: 5px;
}
#add_poi .post_message {
	display: none;
}
@media (max-width: 359px) {
#add_poi .container {
	min-width: 300px;
}
}
.alert {
	font-weight: bold;
/*    font-size: 2em;*/
	margin: 20px;
}

#donate form {
	background-color: white;
    border-radius: 5px;
    width: 80%;
    padding: 10px;
    text-align: center;
	margin-left: auto;
    margin-right: auto;
}
#donate .container {
	text-align: center;
}
	
.brand {
	top: 10px;
	right: 10px;
}
.brand img {
	position: absolute;
	right: 0px;
}
.brand_image_size1 {
	width: 40px;
	height: 40px;
	background-color: black !important;
	border: 1px solid transparent;
	border-radius: 4px;
}
.brand_image_size2 {
	width: 60px;
	height: 60px;
	background-color: black !important;
	border: 1px solid white;
	border-radius: 4px;
}
#loading_maps {
	width: 60px;
	height: 60px;
	margin: 0px;
}
#loading_poi {
	width: 40px;
	height: 40px;
	margin: 10px;
}
@media (max-width: 359px) {
	.brand_image_size2 {
		width: 50px;
		height: 50px;
	}
	#loading_maps {
		width: 50px;
		height: 50px;
	}
	#loading_poi {
		width: 30px;
		height: 30px;
	}
}

.control {
	position: absolute;
}
.control-general {
	top: 80px;
	right: 10px;
}
@media (max-width: 359px) {
.control-general {
    top: 68px;
    right: 0px;
}
}
.control-general ul {
	list-style: none;
	width: 60px;
}
.control-general li {
	position: relative;
	left: -40px;
	width: 60px;
	height: 60px;
/*	background-color: red;*/
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
}
@media (max-width: 359px) {
	.control-general li {
		width: 50px;	
		height: 50px;
	}
}
.control-general button {
	white-space: normal;
	padding-height: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 1em;
	
}
.control-general .glyphicon {
	font-size: 2.6em;
}
.control-general .glyphicon-text {
	font-size: 0.8em;
	white-space: nowrap;
}
.control #btn-donate img {
	width: 40px;
	height: 40px;
    right: 70px;
    top: 10px;	
}
#btn-location:hover {
	background-color: white;
}
#btn-location.active {
	color: rgb(255, 216, 0) !important;
	background-color: black;
	border: 1px solid white;
}
#btn-location.disabled {
	background-color: rgba(255, 255, 255, 0.5);
    color: gray;
    cursor: default;
}
@media (max-width: 359px) {
	.control-general .glyphicon {
		font-size: 2em;
	}
	.control-general .glyphicon-text {
		font-size: 0.65em;
		white-space: nowrap;
	}
	.control #btn-donate img {
		width: 30px;
		height: 30px;
		right: 60px;
	}
}
.control-layers {
	top: 10px;
	left: 10px;
	/*	display: inline-block;*/
}
.control-layers .btn-group {
    width: 168px !important;
}

.btn-info, .btn-info.hover, .btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active, .btn-info.active:hover, .btn-info.active:focus, .open>.dropdown-toggle.btn-info {
	background-color: black;
	border-color: white;
}
.btn-icon-bigger {
/*    padding: 18px 28px;*/
    font-size: 35px; /*change this to your desired size*/
}
@media (max-width: 359px) {
.dropdown-menu, .btn {
	font-size: 12px;
}
}
.dropdown .fav {
	position: absolute;
	top: 5px;
	right: 15px;
}
.dropdown-toggle .fav {
	display: none;
}
.optgroup-1.selected {
	background-color: black;
}
.optgroup-1.selected a {
	color: white;
}
.optgroup-1.selected .glyphicon.check-mark {
	display: none !important;
}

.info_container {
	position: absolute;
	padding: 2px;
	background-color: rgba(40,40,40,.7);
	display: none;
}
.info_container p {
	font-size: 0.8em;
	color: white;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}
#info1 {
	bottom: 10px;
	left: 10px;
	width: 45%;
	text-align: left;
}
#info2 {
	bottom: 10px;
	right: 10px;
	width: 45%;
	text-align: right;
}

/* ol */
.ol-control, .ol-control:hover, .ol-control:focus {
/*	background-color: black;*/
	padding: 0px;
}
.ol-control:hover {
/*     background-color: inherit; */
}
.ol-control button {
	background-color: white;
	color: black;
	/* width: 1.6em; */
    /* height: 1.6em; */
	margin: 0px;
	/* font-size: 1.5em; */
}
.ol-control button:hover, .ol-control button:focus {
	background-color: black;
	color: white;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #888888;
    border-color: #484848;
}

/* geocoder */
.ol-geocoder.gcd-gl-container {
	top: 10px;
	width: 210px;
}
@media (max-width: 359px) {
.ol-geocoder.gcd-gl-container {
	font-size: 0.9em;
}
}
.ol-geocoder .gcd-gl-control {
	right: 0px;
	width: 30px;
	height: 34px;
	border-radius: 4px;
	border: 1px solid white;
	z-index: 100;
}
.ol-geocoder .gcd-gl-btn,
.ol-geocoder .gcd-txt-glass {
	position: relative;
	float: right;
	background-color: black;
	color: white;
	top: 0;
	left: 0;
	width: 2.5em;
	height: 100%;
	background-size: 1.6em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M29.156 29.961l-.709.709a2.006 2.006 0 0 1-2.838 0l-5.676-5.674c-.656-.658-.729-1.644-.281-2.412l-3.104-3.102a9.975 9.975 0 0 1-5.965 1.979C5.043 21.461.552 16.97.552 11.43S5.043 1.398 10.583 1.398c5.541 0 10.031 4.491 10.031 10.032 0 2.579-.98 4.923-2.58 6.7l3.035 3.035c.768-.447 1.754-.375 2.41.283l5.676 5.674c.784.785.784 2.056.001 2.839zM18.088 11.389c0-4.155-3.369-7.523-7.524-7.523a7.523 7.523 0 1 0-.001 15.046 7.525 7.525 0 0 0 7.525-7.523z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center; 
}

.ol-geocoder .gcd-gl-btn:after,
.ol-geocoder .gcd-txt-glass:after {
	content: "";
}
.ol-geocoder .gcd-gl-control, .ol-geocoder .gcd-gl-control:hover {
	background-color: black;
}
.ol-geocoder .gcd-gl-expanded {
    width: 207px;
/*    height: 34px;*/
}
.ol-geocoder .gcd-gl-input {
	right: 2.4em;
	left: inherit;
	width: 171px;
	height: 2.1em;
/*	height: 30px;*/
/*	border-radius: 2px;*/
	font-size: inherit;
}
.ol-geocoder ul.gcd-gl-result {
	left: initial;
	right: 2.46em;
 	top: 3.1em;
	width: 171px; 
}
.ol-geocoder ul.gcd-gl-result li:nth-child(odd) {
    background-color: #eee;
}
.gcd-address, .gcd-road {
	font-weight: 800;
}
@media (max-width: 359px) {
.ol-geocoder ul.gcd-gl-result {
    
}
}

.ol-popup {
    position: absolute;
	pointer-events: none;
    min-width: 300px;
    background-color: white;
/*    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));*/
/*    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));*/
    padding: 10px 25px;
    border-radius: 4px;
    border: 1px solid black;
    bottom: 12px;
    left: -150px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 150px;
    margin-left: -11px;
}
.ol-popup:before {
    border-top-color: black;
    border-width: 11px;
    left: 150px;
    margin-left: -12px;
}
.ol-popup-closer {
	pointer-events: all;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
	font-family: 'Glyphicons Halflings';
	color: black;
}
.ol-popup-closer:hover {
	text-decoration: none;
}
.ol-popup-closer:after {
    content: "\e014";
}
.ol-popup p {
	margin: 0px;
}
.popover {
	border-radius: 4px;
    border: 1px solid white;
	background-color: black;
	color: white;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
.popover.top {
    margin-top: -45px;
}
.popover.bottom {
    margin-top: 12px;
	left: -138px !important;
}
.popover.bottom>.arrow {
	left: 50% !important;
}
.popover p {
	margin: 0px;
}
.popover #popover_main {
	font-weight: lighter;
}
.popover #popover_footer {
	font-size: 0.7em;
    border-top: 1px solid gray;
    margin-top: 0.5em;
    padding-top: 0.5em;
}




.ol-scale-singlebar-odd,
.ol-scale-singlebar-even {
    background-color: black;
}
.ol-scale-singlebar {
	border: inherit;
	border-right: 1px solid white;
    border-left: 1px solid white;
}
.ol-scale-step-marker {
	background-color: inherit;
}