/* Main tab */

#tabs #tabs1 #tabs2 #tabs3 #tabs4 #tabs5{
background-color:white;
}

.legend{
font-size:14px;
font-weight: bold;
margin: 0; //RESET DEFAULT
padding: 0; // RESET DEFAULT
}

#legend_label {
font-size:24px;
font-weight: bold;
}

#legend_text {
font-size:14px;
font-weight: bold;
width:300px;
margin: 5px;
}

.box {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0px; 5px; 0px; 0px;
  padding: 0px; 5px; 0px; 0px;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 1);
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.box .infoText {
    visibility: hidden;
    width: 250px;
    background-color: lightgrey;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px; 10px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.box:hover .infoText {
    visibility: visible;
}

.red {
  background: #ff0000;
}

.orange {
  background: #ff9900;
}

.yellow {
  background: #ffff00;
}

.green {
  background: #008000
}

.black {
  background: #000000;
}


.LabelTooltip{
font-weight: bold;
background-color: transparent;
opacity: 0.0,
fillOpacity: 0.0,
padding:0px;
margin:0px;
border:0px;
border-radius: 0px;
box-shadow: 0px rgba(0,0,0,0);
color: white;
text-shadow: black 0.1em 0.1em 0.2em;
}

#DAY1_MARKER {
    background-color: #104070;
    border: none;
    color: white;
    padding: 8px 70px 8px 70px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight:      bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius:8px;
}

#DAY2_MARKER, #DAY3_MARKER {
    background-color: grey;
    border: none;
    color: white;
    padding: 8px 70px 8px 70px;
    text-align: center;
    text-decoration: none;
    font-weight:      bold;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius:8px;
}

button {
    background-color: #104070;
    border: none;
    color: white;
    padding: 8px 10px 8px 10px;
    text-align: center;
    //font-weight:      bold;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius:8px;
}

#POINT {
    color: #104070;
    //font-weight:      bold;
}

#mapid { height: 550px; width: 450px; border-style: solid; margin-right: auto;
    margin-left: auto;}	


a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:	    white;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            white;
  } 

#TWITTER_SLC #TWITTER_PIH {
  width:	400px;
}

#infotable {
   width:600px;
}

.Left_J {
    background-color:lightgray;
    width:110px;
    border-collapse: collapse;
    border: 1px solid white;
    text-align: left;
    padding-left: 10px;
}

.INFO_J {
    background-color:lightgray;
    width:100px;
    border-collapse: collapse;
    border: 1px solid white;
    text-align: left;
    padding-left: 10px;
}


#Disclaimer {
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
    color: red;
}

/* Resources  */

.headline2 {
text-align: left;
font: 16px sans-serif;
font-weight: bold;
}

.text a:link{
font-family:arial;
color: #104070;
}
.text a:visited{
font-family:arial;
color: #104070;
}

/* About this pages  */

#help {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color:#104070;
  color: white;
}
/*General marker style*/
.my-div-icon {
  opacity: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-style: normal; 
  }

.my-label {
    position: absolute;
    width:1000px;
    font-size:20px;
}

label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}

#INFOTOP {
  background-color:lightblue;
  color: #104070;
} 

#ACTIVE {
   color:red;
   
   font-family:arial;
   vertical-align: bottom;
   border-radius: 25px;
   border: 2px solid red;
}

#ACTIVE_WWA {
   color:white;
   font-weight:bold;
   background-color:red;
   font-family:arial;
   padding-left:10px;
}

#WWA_BUTTON {
    background-color:White;
    color: black;
}


.RED {
    border-collapse: collapse;
    border: 1px solid white;
    background-color:red;
    color: white;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
}	

.YELLOW  {
    border-collapse: collapse;
    border: 1px solid white;
    background-color:yellow;
    color: black;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
}	
.ORANGE {
    border-collapse: collapse;
    border: 1px solid white;
    background-color:orange;
    color: black;
    text-align: left;
    white-space: nowrap;
    padding-left: 10px;
}	
.BLUE {
    border-collapse: collapse;
    border: 1px solid white;
    background-color:lightblue;
    color: black;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
}	
.GREEN {
    border-collapse: collapse;
    border: 1px solid white;
    background-color:green;
    color: white;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
}	
.BLACK {
    border-collapse: collapse;
    border: 1px solid white;
    background-color:black;
    color: white;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
}	
#marker_name {
white-space: nowrap;
}
.leaflet-popup-content-wrapper {

    z-index: 1000 !important;
}

.ui-dialog { 
    z-index: 1000 !important;
}
.ui-dialog a{
    color:blue;
    font-weight:bold;
}
