﻿body {
}

#headerContent {
	height:70px;
	
	vertical-align:middle;
	border-bottom: 1px solid #999999;
    box-shadow: 0 4px 8px -4px #808080;
}
#headerContent h1 {
	margin:0;
	margin-left:10px;
	color:#ffa500;
	line-height:62px;
	
	color:#555555;
	/*
	font-family: century gothic;
		*/
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    
    
}
#headerContent img {
	vertical-align:middle;
    
    
}
#headerContent .title-text {
	display: inline-block;
    font-size: 20px;
    line-height: normal;
    margin-left: 20px;
    vertical-align: middle;
    
}


#mainContent {
	position:absolute;
	top:70px;
	bottom:0px;
	left:0px;
	right:0px;
}

#map {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;

	
}

#sidebar {
	display:none;
}

.date-slider-control {
	
	background:#ffffff;
	margin:4px;
	padding:6px;
	border-radius:4px;
	box-shadow:0 1px 4px 0px rgba(0, 0, 0, 0.5);
	width:280px;
	font-size:12px;
	


}
.date-slider-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 130%;
	color:#707070;
	border-bottom:solid 1px #ffffff;
	padding-bottom:5px;
	margin-bottom:8px;
}
.date-slider-title .glyphicon {
	font-size:24px;
	color:#428BCA;
	box-shadow:1px 1px 4px rgba(0,0,0,0.6);
	border-radius:50%;

}
.date-slider-control .tooltip-inner {
	color:#222222;
	background:#ffffff;
	border:solid 1px #428BCA;
	min-width:200px;
	font-weight:normal;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	
}
.date-slider-control .tooltip.bottom .tooltip-arrow 
{
	border-bottom-color: #428BCA;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

.date-slider-control .well{
	background-color:#e9e9e9;
	padding:4px 0px;
	text-align:center;
	margin-bottom:0;
}

.date-slider-control .date-range {
	font-size:135%;
	
}

.date-slider-control .from, .date-slider-control .to {
	color:#428BCA;
	font-size:100%;
}


.legend {
	
	background:#ffffff;
	margin:4px 8px 4px 4px;
	padding:6px;
	border-radius:4px;
	box-shadow:0 1px 4px 0px rgba(0, 0, 0, 0.5);
	max-width:250px;
	font-size:12px;

}
.legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 100%;

}
.legend-source {
    font-size: 80%;
    color: #999;
}
.legend-items {
	border-top:solid 1px #d0d0d0;
	padding-top:8px;
}
.legend-item {
	padding-left:14px;
	text-indent:-14px;
	line-height:14px;
    padding-left: 16px;
	margin-bottom:6px;

}

.legend-item-label {

	display:inline-block;
	padding-left:4px;
	text-indent:0;
}
.legend-item-swatch {
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:top;
	border-radius:50%;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    border: 2px solid rgba(255, 255, 255, 0.7);
	background: #707070;
}
.legend-item-swatch.entero-moderate {
	border-color: rgba(155, 155, 0, 0.7);
}

.legend-overlay .checkbox{

	margin:0px;
}



.location-map-icon {


	-webkit-transition-property: width, height, margin, line-height, font, box-shadow, background;
    -moz-transition-property:  width, height, margin, line-height, font, box-shadow, background;
    -o-transition-property:  width, height, margin, line-height, font, box-shadow, background;
    transition-property: width, height, margin, line-height, font, box-shadow, background;

	-webkit-transition-duration: 0.05s;
    -moz-transition-duration:  0.05s;
    -o-transition-duration:  0.05s;
    transition-duration: 0.05s;

	-webkit-transition-timing-function: linear;
    -moz-transition-timing-function:  linear;
    -o-transition-timing-function:  linear;
    transition-timing-function: linear;

	position:absolute;
    background: #707070;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50% 50% 50% 50%;
    color: #000000;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
	height:16px;
	width:16px;
	margin-left:-8px;
	margin-top:-8px;
	cursor:pointer;
	z-index:100;

	border: 2px solid rgba(255, 255, 255, 0.7);

}


.entero-nodata {
	background: #707070;
}
.entero-low {
	background: #008000;/*green*/
}
.entero-moderate {
	background: #ffff00;/*yellow*/
	border-color: rgba(155, 155, 0, 0.7);
}
.entero-high {
	background: #ffa500;/*orange*/
}
.entero-veryhigh {
	background: #ff0000;/*red*/
}

.entero-low-text {
	color: #008000;/*green*/
}
.entero-moderate-text {
	color:rgb(125, 125, 0);
}
.entero-high-text {
	color: #ff7700;/*orange*/
}
.entero-veryhigh-text {
	color: #ff0000;/*red*/
}



.popover .label {
	text-transform:uppercase;
	font-size:90%;
}
.label.entero-moderate {
	color:rgb(125, 125, 0);
	border: 2px solid rgba(155, 155, 0, 0.7);
}



.highlighted {
    
    line-height: 24px;

	height:28px;
	width:28px;
	margin-left:-14px;
	margin-top:-14px;
	z-index:1000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.location-popover {
	width:250px;
	height:250px;
	font-weight:normal;
	cursor:default;
	overflow:auto;
	line-height:20px;
}

.location-popover .title {
  padding: 2px 0 6px;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
   line-height: normal;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.location-popover a .img-thumbnail:hover,
.location-popover a .img-thumbnail:focus,
.location-popover a .img-thumbnail:active {
  border-color: #428bca;
}

.location-popover .title-data {
	display:block;
	margin-bottom:5px;
}
.location-popover .title-label {
	color:#808080;
	text-transform:uppercase;
	display:block;
}
.location-popover .title-value {
	
}




.tooltip.location .label {
	text-transform:uppercase;
}
.tooltip.location {
	width:180px;
}
.tooltip.location .tooltip-inner {

  padding-bottom:6px;
  color:#444;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		  text-align:left;


}
.tooltip.location.top .tooltip-arrow {
 
  border-top-color: #ddd;
  
}


.tooltip .title {
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0;
	color:#000;
}


/*BOOTSTRAP OVERRIDES*/


.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px 0;
}



