html,
body,
#container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
    padding-top: 50px;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 2!important;
	padding: 2!important;
}
#sidebar {
    display: block;
    width: 250px;
    height: 100%;
    max-width: 100%;
    float: left;
}
#map {
	width: auto;
	height: 100%;
}
.leaflet-bar {
    border: none!important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65)!important;
}
.leaflet-bar a, .leaflet-bar a:hover,
.leaflet-bar button,
.leaflet-bar button:hover {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-print-actions {
    top: 152px;
    left: 40px;
}
.leaflet-control-scale {
	/*bottom: 3px;
	left: 137px;*/
	margin-left: 138px!important;
	margin-bottom: 9px!important;
}
.leaflet-control {
	position: static!important;
}
#logo {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 128px;
	height: 43px;
	background: rgba(255,255,255,.8);
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#logo-img {
	margin-top: 0;
	margin-left: 0;
	width: 55%;
	height: 50%;
#logo-img2 
	margin-top: 0;
	margin-left: 0;
	width: 95%;
	height: 100%;
}
#loading {
    position: absolute;
    width: 220px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -110px;
    z-index: 20001;
}
#features {
    margin: 0px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar-hide-btn {
    margin-top: -2px;
}
#aboutTabsContent {
    padding-top: 10px;
}
.progress-bar-full {
    width: 100%;
}
.white {
    color: #FFFFFF;
}
.panel-heading {
    width: 250px;
}
.panel-body {
    width: 250px;
}
.feature-row {
    cursor: pointer;
    width: 250px;
}
.sidebar-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.sidebar-table {
    position: absolute;
    width: 100%;
    top: 103px;
    bottom: 0px;
    overflow: auto;
}

.leaflet-control-geocoder-expanded {
	width: 266px;
	height: 45px;
}

.leaflet-control-geocoder-form {
	margin: 2px;
	margin-left: 1px;
	width: 240px;
}

.leaflet-control-geocoder-form input {
	border-radius: 3px;
	border: 0.2px solid #dedede;
	height: 30px;
}

.leaflet-control-geocoder-form input[type=text] {
	border-radius: 6px 0 0 6px;
	border: 0.2px solid #f1f0f0
}

.leaflet-control-geocoder-form input[type=submit] {
	border-radius: 0 6px 6px 0;
	width: 53px;
	background-color: rgba(0,0,0,.80);
	color: #fafafa;
	height: 32px;
}

.leaflet-control-geocoder-form input[type=submit]:hover {
	background-color: #141414;
}

#close-geocoder {
	position: absolute;
	top: 74px;
	right: 23px;
	cursor: pointer;
	display: none;
	z-index: 1000;
	color: #c3c3c3;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

#close-geocoder:hover {
	color: #999;
}

.leaflet-control-geocoder-toggle {
    background-image: none!important;
    width: 130px!important;
    height: 45px!important;   
}

#geocoder-img {
    margin-top: 9px;
    margin-left: 84px;
}

#geocoder-toggle {
    position: absolute;
    top: 22px;
    right: 70px;
    color: #333;
    font-weight: bold;
}

.leaflet-control-layers {
    overflow: auto;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2)!important;
}
.leaflet-control-layers label {
    font-weight: normal;
    margin-bottom: 0px;
}
/* .leaflet-control-layers-list input[type="radio"], */
/* input[type="checkbox"] { */
    /* margin: 2px; */
/* } */
.table {
    margin-bottom: 0px;
}
.navbar .navbar-brand {
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF!important;
}
.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: #FFFFFF;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    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: #FFFFFF;
    cursor: pointer;
}
.tt-suggestion p {
    margin: 0;
}
.tt-suggestion + .tt-suggestion {
    border-top: 1px solid #ccc;
}
.typeahead-header {
    margin: 0 5px 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;
}
#start-modal-dialog {
    width: 65%;
}
#start-modal-content {
    text-align: center;
    box-shadow: 0 0 10px 0 #000;
    opacity: 0.9;
    margin-top: 15%;
    min-height: 400px;
}
#start-modal-close-btn {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
    opacity: 1;
}
#start-modal-header {
    border: 0px;
}
.leaflet-control-layers-list {
        width: 250px!important;
}
@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: #FFFFFF;
    }
    #start-modal-dialog {
        width: auto;
    }
}
@media (max-width: 400px) {
    #start-modal-dialog h2 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 30px;
        
    }
    .leaflet-control-scale {
        display:none;
    }
    #logo {
        bottom: 26px;
    }
}
@media (max-width: 1327px) and (min-width: 767px) {
    .leaflet-top {
        top: 50px;
    }
	#close-geocoder {
    top: 124px;
    right: 23px;
	}
}
@media (max-height: 650px) {
    .leaflet-control-layers-list {
        max-height: 180px!important;
    }
    .legend {
        max-height: 260px!important;
    }
}
/* Print Handling */

@media print {
    .navbar {
        display: none !important;
    }
    .leaflet-control-container {
        display: none !important;
    }
}
.custom-popup .leaflet-popup-content-wrapper {
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    /*#b5d0d0;    /*#2c3e50;*/
    
    color: #777;
    font-size: 19px;
    font-family: Alegreya-Regular;
    line-height: 23px;
}
.custom-popup .leaflet-popup-tip-container {
    /* width:900px;*/
    /*so that the container fits content*/
    
    width: auto;
    height: 15px;
}

.legend {
    /* margin: 3em;*/
    /* display: none; */
    margin: 10px;
    background-color: #fafafa;
    border-radius: 6px;
	/* padding: 1em; */
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	/* border: 1px solid #d1d1d1; */
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    /* color: #555; */
    overflow-y: auto!important;
    max-height: 290px;
    width: 267px;
    cursor: pointer;
}

.lgd {
	display: none;
	margin-left: 7px;
	margin-bottom: 3px;
}

.title {
	margin-top: 10px;
}
.legend p {
    font-size: 13px;
    /* font-weight: bold; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	max-width: 219px;
	/* border-bottom: 1px solid #d1d1d1; */
    background: #141414;
    color: #fff;
	text-align: center;
    padding: 3px;
    margin: 3px 0px 7px 0px;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}
.legend h1 {
    margin-top: 0;
    font-size: 100%;
}
.legend h6 {
    margin: 0px;
    padding: 3px;
    color: #000;
    font-weight: bold;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.fa.fa-times {
    float: right;
    color: #000;
    margin-right: 5px;
    margin-top: 2px;
}

.leaflet-control-layers-base, .leaflet-control-layers-overlays {
	max-width: 220px;
	font-size:14px!important;
	margin: 0px!important;
}

#close-legend, #close-layers {
	top: -2px;
	right: -2px;
	cursor: pointer;
}

#close-legend {
	top: 7px;
	right: 8px;
}

/* #ind-1, #ind-2, #ind-3, #ind-4, */
/* #ind-5 { */
	/* display: none; */
/* } */

#expand-legend {
    position: absolute;
	display: none;
	bottom: 26px;
	right: 11px;
	width: 131px;
    height: 44px;
    background-color: #ffffff;
	padding-top: 10px;
	padding-left: 29px;
	opacity: .9;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border: 1px solid rgba	(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    color: #333;
 font-weight: bold;
	cursor: pointer;
}

#expand-legend-btn {
	/* background-color: #101010; */
	border: none;
	padding: 7px 20px 10px 99px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 0%;
	left: 0;
}
.leaflet-control-layers {
        border: 0px!important;
}
.leaflet-control-layers-toggle {
	width: 130px!important;
        height: 44px;
	background-color: #ffffff;
        opacity: .9;
	background-image: none;
        border-radius: 6px;
        -o-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        left: auto;
        right: 0px;
}

#expand-layers-btn {
	/*background-color: #101010;*/
	border: none;
	
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 10px;
	left: 25px;
 font-weight: bold;
}

#layer-img {
        margin-top: 6px;
        margin-left: 60%;
}

#expand-layers-btn:hover {
	color: #707070;
}

#expand-legend-btn:hover {
	color: #707070;
}
#expand-legend:hover {
	color: #707070;
}
/*.custom-popup .leaflet-popup-content{
   font-family: BebasNeueRegular;
    src: url(libs/css/fonts/BebasNeue-webfont.woff);
   font-size:16px; 
    }*/
/*rule for Chrome only - to remove white space*/
/*html {
    margin-top: 0px !important;
  }
*/
/*.navbar-collapse a {
	font-size:16px;
}*/

.filter a {
    color: #9d9d9d;
}
.input {
    max-height: 21;
}
.operator.form-control {
    font-size: 12px!important;
}
#attr-value, #attr-name {
	width: 120px!important;
}

#updateFilterButton {
	margin: 7px;
}
.ac-large {
    overflow: hidden!important;
}

.menu-item-checkbox {
	font-size: 12px!important;
}

.mCSB_scrollTools .mCSB_draggerContainer{
	top: 25px!important;
}
#mCSB_2_scrollbar_vertical {
	top: 10px;
	right: 10px;
	bottom: 15px;
}

::-webkit-scrollbar {
    width: 1px;
}