/*#mapid { height: 480px; }*/

#weatherModal{
    /*color: #ffffff;*/

}

#weatherModal>div>div{
    /*background: #6f787f;*/
    background: #ffffff;
}

.weatherTableContainer{
    overflow-x: auto;
    margin-bottom: 30px;

}


.weatherTable{
    /*border: 1px solid #0d6aad;*/
    /*width: 100%;*/
    border-collapse: collapse;
    list-style: none;
    width: 1150px;
    border-left: 1px solid #999;
}

.weatherTable li{
    text-align: center;
    width: 150px;
    cursor: pointer;
    display: inline-block;
    border-right: 1px solid #999;
}

.weatherTable li:hover{
    /*background: #a1a1a1;*/
    /*border: 1px solid #f05514;*/
    background: #f2f5f7;
}

.weatherTable li.active{
    background: #f2f5f7;
    /*border-bottom: 2px #f05514;*/
    border-bottom: 3px #00afbe solid;
    /*border-top: 3px #00afbe solid;*/
}

#weatherHourlyTable{
    border-top: 1px solid #ffffff;
}

#weatherHourlyTable td{
    width: 150px;
}

.header-bounded{
    border-bottom: 1px #a1a1a1;
}

.date{
    color: #999;
    /*font-size: 12px;*/
    margin: 0;
}
.wday{
    color: #00afbe;
}

.large-temp {
    font-size: 25px;
    color: #1f384d;
    font-family: roboto,sans-serif;
}

.small-temp {
    color: #999;
    font-size: 16px;
    position: relative;
    top: -10px;
}

.weather-text {
    color: #1f384d;
    display: block;
    font-size: 12px;
    margin-top: 22px;
}

.weather-icon{
    margin-top: 16px;
}

.weather-icon > i{
    font-size: 40px;
}

.dividing{
    padding-bottom: 10px;
    border-bottom: 1px solid #a1a1a1;
}

#weatherHourlyTable{
    list-style: none;
    width: 5400px;
}

#weatherHourlyTable li{
    float: left;
    width: 100px;
    font-size: 12px;
    border-right: 1px solid #999;
    text-align: center;
}

.hourly-time{
    color: #ffffff;
    font-weight: bold;
    background: #00c0ef;
}

.hourly-temperature{
    font-weight: bold;
    font-size: 14px;
}

.wt-day-night-label {
    text-align: center;
    color: #ffffff;

    background-color: #00c0ef;

}
.weatherTable td{
    text-align: center;
    width: 100px;
    cursor: pointer;
    border-right: 1px solid #999;
}
/*leayers*/

.layers-cont{
    border-left: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
}

.layers-header{
    height: 40px;
    border-bottom: 1px solid #a1a1a1;
    padding: 5px 10px;
    background-color: #f0f0f0;
    color: #000000;
    font-weight: bold;
}

.layers-content{
    overflow-y: auto;
    overflow-x: auto;
    height: 830px;
}

