
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
    /*position: relative;*/
}

/*#id_popup_windows {*/
/*background-color: aqua;*/
/*}*/

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}

ul.dropdown-menu > li.active > a:hover {
    background: #419641 !important;
}

.traffic_l1 {
    border-color: green;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    width: 20px;
}

.traffic_l2 {
    border-color: orange;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    width: 20px;
}

.traffic_l3 {
    border-color: red;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    width: 20px;
}

.traffic_l4 {
    border-color: brown;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    width: 20px;
}

/*#floating-panel {*/
/*position: absolute;*/
/*!*top: ;*!*/
/*left: 25%;*/
/*z-index: 5;*/
/*background-color: #ffff;*/
/*padding: 5px;*/
/*border: 1px solid #999;*/
/*text-align: center;*/
/*font-family: 'Roboto', 'sans-serif';*/
/*!*line-height: 30px;*!*/
/*!*padding-left: 10px;*!*/
/*}*/

/*-------------------------Section Added By nick Monroe---------------------------------------------------*/
.layer {
    background-color: rgba(248, 247, 216, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.btn_layer {
    text-align: left;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    cursor: pointer;
}

.layer_selector{
    background-color:rgb(243, 243, 243);
    border: 1px solid black;
    box-shadow: 5px 10px;
    width: 135px;
    height: 180px;
    position: absolute;
    right: 1%;
    top: 13%;
    padding:9px;
    font-size: 15px;
}

/* Style the active class, and buttons on mouse-over */
.active, .btn_layer:hover, .inactive:hover {
    text-align: left;
    border: none;
    outline: none;
    background-color: #3B666B;
    color: white;
    cursor: pointer;
}
.inactive {
    text-align: left;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    cursor: pointer;
}

.bottom{
    height: 4px;
    position: relative;
    top: -10px;
    border:1px solid #777;
}

.scale{
    background-color: white;
    width: 364px;
    height: 30px;
    border-radius: 28px;
    position: absolute;
    right: 71px;
    bottom: -3%;
    padding: 9px;
    font-size: 13px;
}
.mintemp{
    border-left: 1px solid #777;
    position: absolute;
    left: 55px;
    top: 3px;
    width: 13px;
}
.zerotemp{
    border-left: 1px solid #777;
    position: absolute;
    left: 202px;
    top: 3px;
    width: 13px;
}
.maxtemp{
    border-right: 1px solid #777;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 31px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

/* .gm-style-iw.gm-style-iw-c {*/
/*     border-radius: 0px !important;*/
/*     padding: 0px !important;*/
/* }*/
/*.gm-style-iw.gm-style-iw-c>button {*/
/*    display: none !important;*/
/*}*/
/*.gm-style-iw-d {*/
/*    overflow: auto !important*/
/*}*/

.info-view {
    width: 200px;
    background-color: #000;
    color:#fff;
    font-weight: bold;
}

.info-title {
    background: #1c71f2;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}


.labels1 {
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    position: absolute;
    white-space: nowrap;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    height: 18px;
    display: block;
}

.city-name {
    font: 400 12px / 1 Roboto,Sans-Serif!important;
    padding: 4px 3px;
    vertical-align: middle;
    text-align: center!important;
    color: #fff;
}
.city-weather {
    display: inline-block;
    min-width: 16px;
    background: #000;
    vertical-align: middle;
    color: #fff;
    height: 18px;
    padding-top: 3px;
}

.color5 .weather-col {
    background: #1c71f2;
}

/*-------------------------End of Section Added By nick Monroe--------------------------------------------*/


