

body { margin:0; padding:0; }


mapStyle{
    padding: 0px!important;
}

/*Table*/

td a:link{
    
}

table{
    width: 100%;
}

td:nth-child(1) {
    width: 20%;
}

th{
    background: #000000;
    color: white;
    padding: 5px 10px ;
}

td {
}

.open-button {
  color: black;
  border: none;
  cursor: pointer;
  opacity: 0.8;

}

in{
    padding: 2px 10px ;
    display: block;
}



/**/

#status-legend {
border-radius: 3px;
bottom: 40px;
right:150px;
box-shadow: 0 1px 2px rgba(0,0,0,0.10);
font: 11px/18px 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding: 10px;
position: absolute;
z-index: 1;
/*width:18%;*/
background: #fff;
margin-right:10px;
}

#status-legend h3 {
font-size: 22px;
}

#status-legend div {
padding: 5px;
}

#status-legend div {
padding: 5px;
}

#status-legend a {
font-size: 13px;
margin: 0;
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0,0.25);
}

#status-legend a:last-child {
border: none;
}

#status-legend a:hover {
color: #404040;
}

#status-legend a:link {
color: grey;
}

#status-legend a.active {
font-weight: bold ;
color: black;
}

#status-legend a.active:hover {
color: #404040;

}

#status-legend span {
border-radius: 50%;
display: inline-block;
height: 10px;
margin-right: 10px;
width: 10px;
}

@media handheld and (max-width:640px), screen and (max-device-width:640px), screen and (max-width:640px) {
    
    #status-legend{
        display:none;
    }
   
}

.legend {
cursor: pointer;
background-color: #fff;
border-radius: 3px;
bottom: 30px;
right:20px;
box-shadow: 0 1px 2px rgba(0,0,0,0.10);
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding: 10px;
position: absolute;
z-index: 1;
}
 
.legend h4 {
margin: 0 0 10px;
}

.legend div span {
border-radius: 50%;
display: inline-block;
height: 10px;
margin-right: 10px;
width: 10px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(256,256,256,0.8);
  z-index: 2; 
  cursor: pointer;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  z-index: 9;

}

/* Add styles to the form container */
.form-container {
  z-index: 11;
  padding: 10px;
  background-color: white;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.10);
  top: 13%;
  left: 35%;
  width: 30%;
  border-radius: 3px;
  position: fixed;
  border: 3px solid #162e56;


}

.form-container p[type=title-p1]{
    
    padding-top:10px;
}

.form-container p[type=checkbox-terms]{
    
    margin-bottom:22px;
    float:left;

}

.form-container p[type=turing]{
    
}

.form-container p label[type=title]{
    
    font-size:15px;
    padding-left:2%;


}

.form-container p label[type=title-turing]{
    
    font-size:15px;
    padding-left:2%;
    margin-bottom:10px;


}


/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 93%;
  padding: 15px 3.5%;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  
}

.form-container input[type=turing]{
  width: 40%;
  padding: 15px;
  margin: 10px 0 22px 0;
  border: none;
  background: #f1f1f1;
  display:inline-block;
  float:left;

}

.turing-img{
    width:90px ;
    height:45px ;
    top:10px;
    display:inline-block;
    margin: 10px 15px 10px 0;
     float:left;

}
        

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #162e56;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  margin-bottom:10px;
  margin-left: 20%;
  width:60%;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: grey;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

f1{
    font-size:100%;
    font-weight:300;
    text-align:center;
    padding-left:auto;
    padding-right:auto;
    font-size:22px;
	line-height:1.3em
}





@media handheld and (max-width:933px), screen and (max-device-width:933px), screen and (max-width:933px) {
/* Add styles to the form container */
    .form-container {
    top: 13%;
    left: 20%;
    width: 60%;
    }
    
    #status-legend{
    font: 9px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    width:24%;
    }
}

@media handheld and (max-width:666px), screen and (max-device-width:666px), screen and (max-width:666px) {
    /* Add styles to the form container */
        .form-container {
        top: 13%;
        left: 15%;
        width: 70%;
    }
    
    
    #status-legend h3 {
        font-size: 15px;
    }
    .close{
         padding:5px;
    }      
}
/*
#menu {
    background: #fff;
    position: absolute;
    z-index: 1;
    bottom: 24px;
    right: 10px;
    border-radius: 3px;
    width: 120px;
    border: 1px solid rgba(0,0,0,0.4);
    font-family: 'Open Sans', sans-serif;
}
 
#menu a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    text-align: center;
}
 
#menu a:last-child {
    border: none;
}
 
#menu a:hover {
    background-color: #f8f8f8;
    color: #404040;
}
 
#menu a.active {
    background-color: #162e56;
    color: #ffffff;
}
 
#menu a.active:hover {
    background: #3074a4;
}
*/
#map {
    height: 600px;
}
.close { 
    position: absolute; 
    top: 6px; 
    right: 10px; 
    transition: all 200ms;
    font-size: 20px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #333;

}
.close:hover { 
    color: green; 
    cursor: pointer;
}