body{
  font-family: Helvetica;
	color: #495057;
}
h3{
  font-weight: 400;
}
h4{
  color: #428bca;
}
a{
  color: #0b8935;
}
a:hover{
	color: #495057;
}
.nav{
	position: relative;
	z-index: 999;
}
.nav-item{
  min-width: 100px;
  text-align: center;
}
.nav-link {
  font-size: 18px;
}
#collapse_butt{
		border: solid 1px #ccc;
    border-radius: 5px;
		background: #fff;
    position: absolute;
    top: 15px;
    right: 12px;
		z-index: 9999;
}
#home_div{
	padding: 0 15px;
	z-index: 99999;
	position: relative;
}
.home_p{
	max-width: 650px;
	text-align: justify;
}
.table_top_controls{
}
.table_top_butt{
  border: solid 1px #ccc;
  width: 100px;
	background: #fff;
  border-radius: 10px;
  margin-left: 50px;
	margin-bottom: 10px;
}
.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.table_top_butt:hover{
  background: #dddd;
}
.blue_butt{
  color: #fff;
  border-radius: 10px;
  width: 100px;
  background-color: #428bca;
  border-color: #428bca;
}
.main_content{
  margin-top: 10px;
}
.top_pad{
  padding-top: 20px;
}
#home_content{
	background: #0b8935;
	color: white;
	padding: 15px;
}
#home_footer{
	width: 100%;
	border-top: solid 1px #dee2e6;
	margin: 20px -15px;
	padding: 15px 0px;
}
.table_top_text{
  float: left;
  margin-left: 50px;
  margin-top: 7px;
}
#map {
  height: 80vh;
  min-height: 500px;
  width: 100%;
	max-width: 1200px;
  margin: auto;
  overflow: hidden; 
  border: 2px solid #dddd;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.2), 0 3px 3px -2px rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
}
.popup_div{
  width: 300px;
  padding: 20px  0 0 20px;
}
.measurement_popup_div{
  width: 200px;
  padding: 20px  0 0 20px;
}
.results_table_div{
  max-width: 600px;
}
.risk_table_div{
  max-width: 800px;
}
table{
	font-size: 12px;
}

thead{
	background-color: #428bca;
	color:#fff;
	font-weight:400
}
.th_flex{
  display: flex;
  justify-content: space-between;
}
.no_wrap{
  white-space: nowrap;
}
.sort_butts_div{
  display: flex;
  flex-direction: column;
  margin-top: -6px;
  margin-left: 10px;
  opacity: 0.4;
}
.sort_butts_div:hover{
  opacity: 1;
}
.sort_butts_div>.fa{
  color: #dddd;
  height: 11px;
  font-size: 18px;
}
.sort_butts_div>.fa:hover{
  color: #939191;
}
.pagination {
  margin-left: 1px;
	margin-bottom: 10px;
}
.pagination_p{
	font-size:12px;
	margin-bottom: 10px;
}
.rows_select_p{
  margin-left: 50px;
  margin-top: 5px;
}
.page-item.active .page-link {
    background-color: #428bca;
    border-color: #428bca;
}
.fa{
	font-size: 18px;
}
.filter_div{
  border-top: solid 1px #ccc;
  padding: 20px 10px;
}
.no_border{
  border: none;
}
.date_input{
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 0px 5px;
}
.checkbox_div{
  min-width: 25%;
  display: inline-block;
  margin-right: 20px;
}
.checkbox_div:hover {
  opacity: 0.75;
}
.loader_div{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader {
	margin-left: auto;
  margin-right: auto;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #ccc;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.no_pad{
	padding: 0px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#map_legend{
	background: #fff;
	margin-left: 10px;
	padding: 10px 20px 0 20px;
	border-radius: 10px;
}
.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
	border: solid 1px #ccc;
  margin-bottom: -3px;
	margin-top: 5px;
}
#weeks_control{
  display: flex;
  width: 600px;
	max-width: 70%;
  height: 65px;
  padding: 20px;
  margin-bottom: 25px;
  background: #f1f1f2;
  border-radius: 50px;
}
.play_butt{
  margin-top: -6px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #d3d3d3;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.play_butt:hover{
  background: #d3d3d3;
}
.play_butt>.fa{
  text-align: center;
  color: #b6b4b4;
}
.play_butt>.fa-play{
  margin-left: 5px;
}
.slidecontainer {
  flex: 1;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-bottom: 10px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #428bca;
  cursor: pointer;
  border-radius: 50%
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #428bca;
  cursor: pointer;
  border-radius: 50%
}

@media  only screen and (max-width: 767px) {
  .navbar {
    z-index: -1;
  }
  .navbar-header{
    margin-left: 0px;
  } 
	#nav_logo_a{
		padding-left: 0;
	}
	.nav-link{
		border: none!important;
		font-size: 16px;
	}
  .filter_butt {
    margin-top: -85px;
  }
  .top_pad {
    padding-top: 20px;
  }
	#home_div{
		padding: 0;
	}
	#map{
		height: 90vh;
	}
	#home_footer{
		margin: 20px 0;
	}
	.nav{
		display: block;
	}
}
@media (min-width: 768px) {
  #collapse_butt{
		display: none;
	}
	.collapse.dont-collapse-sm {
    display: flex;
    height: auto !important;
    visibility: visible;
  }
}
/****** Graph *****/
[type="checkbox"]
{
    vertical-align:middle;
}
.graph_legend{  
  width: fit-content;
	margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  float: left;
  display: flex;
  flex-direction: row;
}
.legend_label_big{
  margin-right: 40px;
  font-size: 18px;
  cursor: pointer;
}
.legend_label{
  margin-right: 20px;
  font-size: 12px;
  cursor: pointer;
}
.legend_line{
  width: 30px;
  height: 0;
  border: solid 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.graph {
  position: relative;
  margin: 0 auto;
  height: 60vh;
  width: 1000px;
}

svg {
  position:relative;
}


line {
  stroke-width: 4;
}