/*template styles*/
html, body, #map {
    height: 100%;
    width: 100%;
    overflow: hidden;
    
}
body {
    padding-top: 50px;
	padding-bottom: 25px;
}
label {
    font-weight: normal;
	font-size: 14px !important;
}

#loading {
    position: absolute;
    width: 220px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -110px;
    z-index: 20001;
}
#searchbox {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.table {
    margin-bottom: 0px;
}

.navbar{
	
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 -1px 5px rgba(0,0,0,0.5);
}

.navbar-footer{
		
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
}

.navbar .navbar-brand {
    /*font-weight: bold;*/
    font-size: 20px;
    /*color: white;*/
    white-space: nowrap;
}

.navbar-collapse.in {
    overflow-y: hidden;
}
.tt-dropdown-menu {
    overflow: auto;
}
.tt-hint, .tt-query {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}
.typeahead-header {
    margin: 0 5px 5px 5px;
    padding: 3px 0;
    border-bottom: 2px solid #333;
}
.tt-suggestion + .tt-suggestion {
    border-top: 1px solid #ccc;
}
.search-container {
    width: 250px;
}
.leaflet-popup-content {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
	font-size: 12px;
}
.leaflet-popup-content-wrapper {
    border-radius: 5px;
}
/*.panel-heading a:hover {
    text-decoration: none;
}*/

.leaflet-sidebar {
    z-index: 1020;
}
.leaflet-sidebar .close {
    right: 0px;
    top: 5px;
    background: transparent;
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        font-size: 18px;
    }
    .search-container {
        width: 150px;
    }
}
@media (max-width: 767px){
    .search-container {
        width: 100%;
    }
    .url-break {
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
	body {
		padding-bottom: 0px;
	}
}
/* Print Handling */
@media print {
    .navbar {
        display: none !important;
    }
    .leaflet-control-container {
        display: none !important;
    }
}

/*app styles*/

.logo{
	float:left;
	padding-top: 5px;
	padding-left: 5px;
}

.prettycheckbox, .prettyradio { /*adjust text and checkboxes*/
	margin-bottom: -10px !important;
}

.prettycheckbox label{
	display: none !important;
}

.slide {
   width: 150px;
   margin-top: 4px;
   margin-left: 4px;
}

.slider .slider-horizontal{
	
	width: 150px;
}

.slider-selection {
    background: #bababa;
  }

.button_holder{
	padding-top: 5px;
	padding-bottom: 10px;
}
#dlbtn{
	/*margin-top: -5px !important;*/
	  margin-top: -35px !important;	
}


