::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body{
	background: #252830;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
}

div.tt-menu{
	background: white;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 6px;
	padding: 6px 12px;
}

div.tt-suggestion.tt-selectable{
	color: #ccc;
	cursor: pointer;
}

div.tt-suggestion.tt-selectable:hover{
	color: #555;
}

.navbar{
	height: 30px;
	min-height: 30px;
}

.navbar-default{
	background: none;
	border: none;
	border-radius: 0px;
}

.navbar-default .navbar-brand{
	font-size: 1.2em;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #f3f3f3;
	position: relative;
	z-index: 2;
}

.navbar-default .navbar-nav .open{
	background-color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a {
	color: #535867;
	font-weight: 300;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #535867;
	color: #FFFFFF;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: #252830;
	background: #252830;
	z-index: 1;
	position: relative;
}

.twitter-typeahead{
	width: 100% !important;
}

.navbar-toggle{
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 1px #535867;
	border-color: #535867 !important;
	border-radius: 0px;
}

.navbar-toggle i{
	color: #535867;
}

.dropdown-menu>li>a{
	color: #535867;
}

.dropdown-menu>li>a:hover{
	color: #252830;
}

.main_container{
	border-top: solid 1px #323746;
	padding-top: 15px;
}

.report_header{
	color: #FFFFFF;
	margin-bottom: 30px;
}

h1.title{
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-weight: 300;
	padding: 0px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

.report_header h1, .report_main h1{
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-weight: 300;
	padding: 0px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

.btn{
	font-weight: 300 !important;
}

.report_header h2, .report_main h2{
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-weight: 300;
	color: #FFFFFF;
}

.report_header h3{
	font-size: 1em;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: 300;
}

.report_header h2.report_link{
	line-height: 2em;
}

#map_container{
	border: solid 1px #505973;
	background-color: transparent;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 0px;
	overflow: hidden;
	padding-top: 70%;
	position: relative;
}

#map_canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 4px;
}

div.gm-style{
	border-radius: 4px;
	overflow: hidden;
}

.report_header a{
	margin-right: 15px;
	color: #535867;
}

.report_header a:hover, .report_header a:focus, .report_header a.active {
	color: #FFFFFF;
	text-decoration: none;
}

.righter{
	float: right;
}

.report_row{
	padding-top: 15px;
}

.nav>li>a:focus, .nav>li>a:hover{
	border: none;
	font-weight: 300;
	background-color: transparent;
}

.h1_alt{
	font-size: .8em;
	float: right;
	margin-right: 0px !important;
	bottom: -2px;
	position: relative;
}

hr{
	border-top: solid 1px #535867;
}

.to_top{
	font-size: .8em;
	display: block;
	text-align: right;
	margin-top: -8px;
	margin-bottom: 15px;
	color: #535867;
	cursor: pointer;
}

.to_top:hover, .to_top:active, .to_top:focus{
	color: #FFFFFF;
}

.small_instruction{
	font-size: .9em;
	color: #CCCCCC;
	position: relative;
	margin-bottom: 4px;
	display: block;
}

.panel-default{
	background-color: transparent;
	border: solid 1px #505973;
	border-radius: 4px;
}

.panel-default>.panel-heading{
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 300;
	padding-left: 10px;
	position: relative;
}

.table{
	font-size: 1em;
	border-collapse: collapse;
}

.table td, p{
	color: #9699a4;
}

.table th{
	color: #FFFFFF;
}

.table td, .table th{
	border: none;
	border-top: solid 1px #323746 !important;
	font-weight: 300;
	
}

.table tr:nth-child(even){
	background-color: rgba(83, 88, 103, 0.2);
}

.table tr:nth-child(odd){
	background-color: rgba(83, 88, 103, 0.1);
}

.table tr:not(.no_highlight):hover {
	background-color: rgba(83, 88, 103, 0.7);
}

.report_header .list-group{
	background-color: transparent;
	margin-top: 15px;
}

.report_header .list-group .list-group-item{
	color: #323746;
	background-color: transparent;
	border: solid 1px #505973;
	font-size: .9em;
	border-top: solid 1px #323746;
}

.report_header .list-group .list-group-item:first-child{
	border-top: solid 1px #505973;
}

footer{
	border-top: solid 1px #505973;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
	color: white;
}

footer a{
	color: #535867;
	text-decoration: none;
	font-size: .9em;
}

footer a:hover, footer a:active, footer a:focus{
	color: #FFFFFF;
	text-decoration: none;
}

.td_spacer{
	border-top-width: 2px;
	height: 2px !important;
	padding: 0px !important;
	background-color: #323746;
}

.tr_spacer{
	border-left-width: 2px;
	width: 2px !important;
	padding: 0px !important;
	background-color: #323746; 
}

.td_spacer_large{
	height: 7.5px;
}

.legend{
	font-size: .8em;
	color: #FFFFFF;
	padding: 15px;
}

.inner_button_control, .inner_button_map_center{
	width: 32px !important;
	height: 32px !important;
}

.inner_button_control i, .inner_button_map_center i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.inner_button_control{
	position: relative;
	float: right;
}

.map_zoom_control{
	position: absolute;
	top: 15px;
	right: 15px;
}

.inner_button_map_center{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.inner_button_map_center{
	top: 60px;
	display: none;
}

#large_container{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(37, 40, 48, 0.95);
	z-index: 2;
	display: none;
}

#large_container .inner_button_control{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}

#large_container .inner_dropdown{
	position: absolute;
	top: 100px;
	left: 30px;
	z-index: 2;
	display: none;
}

#large_content{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 0.95);
}

.highlightedDropDownItem {
	color: #FFFFFF !important;
    background: #CCCCCC;
    text-shadow: none !important;
}

.legend_panel{
	display: none;
	position: absolute;
	left: 30px;
	top: 150px;
	background: #FFFFFF;
	z-index: 2;
}

.legend_panel ul{
	list-style-type: none;
	padding: 0px;
}

.legend_panel .legend_icon{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: solid 1px #666666;
	background-size: contain !important;
}

.legend_panel .legend_name{
	display: inline-block;
	font-size: 1em;
	color: #666666;
	margin-left: 7px;
	line-height: 15px;
}

.legend_panel .legend_title{
	color: #666666;
	width: 200px;
}

.large_map_place{
	position: absolute;
	z-index: 2;
	font-size: 2em;
	top: 30px;
	left: 30px;
	color: #666666;
}

.infront{
	position: absolute;
	z-index: 10;
	font-size: 2em;
	color: black;
}

.relative{
	position: relative;
}

.not_granted, .not_granted div{
	background-color: #fc4237 !important;
}

.not_granted_container{
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	border-radius: 4px !important;
}

.not_granted hr{
	border-bottom: white 1px solid;
	border-top: #b2443e 1px solid;
}

.not_granted p{
	color: #ffedec;
}

.not_granted p a{
	color: white;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	font-weight: 700;
}

@media print
{    
    .no-print, .no-print *, .to_top, .inner_button_control, hr{
        display: none !important;
    }
    
    .do_print{
	    width: 60% !important;
	   
	    margin-left: 20%;
    }
    
    .do_print .panel-default{
	    display: block;
	    width: 100%;
	     page-break-inside: avoid !important;
    }
    
    .do_print .panel-default .panel-heading{
		padding-top: .5cm;
    }
    
    .graph_container, .thermo_container{
	    width: 50% !important;
	    padding-top: 50%  !important;
    }
}
