
label {
  display: block;
}

.outer-container {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: light;
	font-size: 14px;
	overflow-y:hidden;
}
h1 {
  font-weight: 200;
  font-size: 52px;
  margin: 0;
  padding: 10px 4%;
}
select{border-radius: 6px;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
}
.inner-container {
  background-color: #131313;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  //padding: 10px 0 32px;
  color: #fff;
  overflow-y:hidden;
}
#map-canvas {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  color: #222;
  overflow-y:hidden;
  overflow-x:hidden;
  object-fit: none;
  object-position: 100%;
}
.filter-container-lg h2 {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 auto;
  //padding: 5px 10px;
   background-color: #fff;
   height: 100vh;
   overflow-y:hidden;

}span{color: #fff}
.filter-container-sm h2 {
	//margin: 0 0 1em;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	overflow-y:hidden;
}
.filter-options {
  padding: 10px;
  color: #222;
  overflow-y:hidden;

}
.mylabel{
 color: #000 !important;
 padding:  15px 6px 15px 6px ; 
 width: inherit  !important;
 min-width: 120px;
 //height:auto  !important;
 font-size: 13px  !important;
 font-family: 'Roboto Condensed', sans-serif  !important;
 font-weight: light  !important;
 line-height: 20px  !important;
 overflow-y: hidden  !important;
 }
 
#legend {
        font-family: Arial, sans-serif;
        background: rgba(57,57,57,0.6);
		color: #fff;
        padding: 10px;
        margin: 10px;
        border: 2px solid #000;
		border-radius:5px;
		font-size: 15px  !important;
      }
	 #legend1 {
        font-family: Arial, sans-serif;
        background: rgba(57,57,57,0.6);
		color: #fff;
        padding: 10px;
        margin: 10px;
        border: 2px solid #000;
		border-radius:5px;
		font-size: 15px  !important;
      }
      #legend h5 {
        margin-top: 0;
		color: yellow;
		text-align: center;
      }
      #legend img {
        vertical-align: middle;
      }
 
    .line{
       width: 100%;
height: 1px;
margin-left: auto;
margin-right: auto;
background-color:#000;
border: 0 none;
margin-top: -5px;
margin-bottom:5px;
    }
	
	.link-color{
		
		color:#ffffff !important;
	}
.gm-style-iw + div {display: none;}

	.link-color:hover{
		
		color:#ffffff !important;
	}
 .mylabel a{color: #fff !important;}
 
 
 #fullscreen {
        font-family: Arial, sans-serif;
        background: rgba(57,57,57,0);
		color: #222;
        padding: 2px;
		font-size: 13px  !important;
      }
 
.iw img {
  border-radius: 2px;
  float: left;
  margin-right: 8px;
}
.iw-text {
  font-size: 1.4em;
  float: left;
}
.filter-set {
  margin: 0 auto;
  padding:5px;
  text-align: center;
  overflow-y:hidden;
}
#st-trigger-effects button {
	margin: 0 2.5%;
}
.modal-backdrop {
    // background-color: rgba(0,0,0,0.6) !important;
}
//hr{height:0.5px !important; border:none !important; color:#dfe4ea !important; background-color:#dfe4ea !important; width:100%; text-align:center !important; margin: 0 auto 0 0 !important;}
#fullscreen{
	color: #ffffff;
}
/*
hr{border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);}
*/
//h5{border-bottom: 3px double;}
.modal-body{background-color: rgba(0,0,0,0.5) !important;}

.modal-content{background-color: rgba(0,0,0,0.8) !important; color: #fff !important;}
	a{color: #70fff5 !important;}
	.fas, .fab, .far{color: #2fc3f9 !important;}
	

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 70vh;
    overflow-y: auto;
}

.button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  padding: 7px 14px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
  line-height: 13px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  clear: both;
}
.button:hover,
.button:focus {
  outline: 0;
  text-decoration: none;
}
.button:active,
.button.is-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.button.is-success {
  border-color: #f4511e;
  background-color: #f4511e;
  color: white;
}
.button.is-success:hover,
.button.is-success:focus {
  border-color: #82bc43;
  background-color: #9bc969;
}
.button.is-success:active,
.button.is-success.is-active {
  border-color: #628e33;
  background-color: #f4511e;
}
.button.is-default {
  border-color: #656d78;
  background-color: #f4511e;
  color: #434a54;
}
.button.is-default:hover,
.button.is-default:focus {
  border-color: #737c89;
  background-color: f4511e;
}
.button.is-default:active,
.button.is-default.is-active {
  border-color: #575e67;
  background-color: #e1e7f0;
}
.button.is-primary {
  border-color: #2494be;
  background-color: #3bafda;
  color: white;
}
.button.is-primary:hover,
.button.is-primary:focus {
  border-color: #2aa8d7;
  background-color: #55badf;
}

.button.is-primary:active,
.button.is-primary.is-active {
  border-color: #1f80a4;
  background-color: #27a2cf;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\21BB';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}






/* filter button */

.buttons {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  width: 100% !important;
  padding: 7px 14px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
  line-height: 13px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #9bc969;
  color: white;
  clear: both;
}
.buttons:hover,
.buttons:focus {
  outline: 0;
  text-decoration: none;
    background-color: #f4511e;
}



/* Clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



	li {
  //background: #f5f6fa;
  margin: 5px;
  padding: 3px 5px 3px 5px;
   list-style-type: none;
   border-radius: 6px;
   
}


/*li:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
*/



.filter-container-lg{

  -webkit-transition-property: width; /* Safari */
  -webkit-transition-duration: 1s; /* Safari */
  transition-property: width;
  transition-duration: 1s;
}





a:hover{
	text-decoration: none;
}
.legend-text{font-size: 16px}

@media only screen and (max-width: 769px) and (min-width: 320px) {
 .legend-text{font-size: 9px}
#legend {
	display:none;
	font-size: 10px  !important;
    }
.button, .buttons{
	padding: 3px 6px;
	font-size: 10px;
	line-height: 10px;
	
	}
 .filter-set{
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	margin-top: -20px;
	margin-bottom: -3px;
 }
 #map-canvas {
  margin: 0 auto;
  width: 100%;
  height: 91.5vh;
  color: #222;
  overflow-y:hidden;
  overflow-x:hidden;
  object-fit: none;
  object-position: 100%;
}
#checkboxes label {
  padding-left: 6px !important;
}
#map-canvas {
  height: 86.5vh;

}
.multiselect {
	width: 90px !important;
}
}

@media only screen and (max-width: 1279px) and (min-width: 770px) {
 .legend-text{font-size: 10px}
#legend {
		font-size: 12px  !important;
      }
}

@media only screen and (max-width: 1440px) and (min-width: 1280px) {
 .legend-text{font-size: 15px}

}


@media only screen and (min-width: 769px) {
	.map-container {
	  float: right;
	  width: 100%;
	}
	.filter-container-lg {
		display: block;
		float: left;
		width: 0%;
		background-color: #fff;
		overflow-y:hidden;
	}
	.filter-container-lg > div {
	 // border: 1px solid #ccc;
	 // box-shadow: 0px 0px 3px #bbb;
	  width: 100%;
	  margin: 0 auto;
	  background-color: #fff;
	  //height: 100%;
	  overflow-y:hidden;
	  
	  
	}
	.filter-container-sm {
		display: none;
	}
	
	

}



.multiselect {
	width: 90%;
    position: absolute;
	z-index:999;
	display: inline-block;
}
	


.selectBox {
  position: relative;
  display: inline-block;
  z-index:999;
  border-radius: 5px !important;
}

.selectBox select {
  width: 100% !Important;
  font-weight: bold;

  display: inline-block;
}

.overSelect {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  
  z-index:999;
}

#checkboxes {
  display: none;
  
  //border: 1px #dadada solid;
  background-color: rgba(0, 0, 0, 0.9);
}

#checkboxes label {
  display: block;
  text-align: left;
  padding-left: 20px !important;
  z-index:999;
}

#checkboxes label:hover {
  background-color: #1e90ff;
  z-index:999;
}
.cb{
	padding-left: 20px !important;
	
}

li, .padding{padding-left:20px!important}





  