﻿.weatherContainer .grid-container {
    position: relative;
}

.weatherContainer .input-group-field {
    height: 40px;
}

.weatherContainer h4, .weatherContainer .input-group {
    margin-bottom: 0;
}

.weatherContainer h6 {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 0;
}

.weatherContainer .today-weather {
    border: 1px solid #dbdbda;
    padding: 1rem;
    height: 380px;
}

    .weatherContainer .today-weather .iconimg {
        color: #4d82b6;
        font-size: 6rem;
    }

.weatherContainer .today-weather-inner {
    text-align: center;
    padding: 1rem;
}

    .weatherContainer .today-weather-inner .weatherTemperature {
        font-size: 60px;
    }

    .weatherContainer .today-weather-inner .minmaxTemperature {
        font-size: 0.8rem;
    }

.weatherContainer .precipitation-block {
    border: 1px solid #dbdbda;
    padding: 0.8rem 1rem 0rem 1rem;
    height: 380px;
}

    .weatherContainer .precipitation-block ul {
        list-style-type: none;
        margin-left: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #dbdbda;
    }

        .weatherContainer .precipitation-block ul:last-of-type {
            padding-bottom: 1rem;
            border-bottom: 1px solid #dbdbda;
            padding-bottom: 0;
            border-bottom: 0;
        }

.weatherContainer .more-data {
    border: 1px solid #dbdbda;
    padding: 0.8rem 1rem 0rem 1rem;
    height: 320px;
}

    .weatherContainer .more-data ul {
        list-style-type: none;
        margin-left: 0;
        border-bottom: 1px solid #dbdbda;
        padding-bottom: 1rem;
    }

        .weatherContainer .more-data ul:last-of-type {
            border-bottom: 0rem;
        }

.weatherContainer .condition {
    text-align: right;
    width: 50%;
    display: inline-block;
    padding: 0.33333rem 1rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
}

.weatherContainer .condition-value {
    text-align: left;
    padding: 0.33333rem 0.7rem 0.5rem;
    width: 50%;
    font-size: 0.8rem;
}

.weatherContainer .current-conditions {
    border: 1px solid #dbdbda;
    height: 380px;
}

    .weatherContainer .current-conditions .iconimg {
        font-size: 4rem;
        color: #fff;
    }

    .weatherContainer .current-conditions .current-wind {
        color: #fff;
        padding: 1rem;
    }

        .weatherContainer .current-conditions .current-wind p {
            margin-bottom: 0;
        }

        .weatherContainer .current-conditions .current-wind .wind-speed {
            position: relative;
            bottom: 1rem;
        }

    .weatherContainer .current-conditions h6 {
        margin-bottom: 50px;
        color: #fff;
    }

    .weatherContainer .current-conditions ul {
        list-style-type: none;
        margin: 0;
    }

    .weatherContainer .current-conditions .current-conditions-detail {
        padding: 1rem;
    }

.weatherContainer .current-day-conditions {
    border: 1px solid #dbdbda;
    height: 470px;
}

    .weatherContainer .current-day-conditions .current-day {
        color: #fff;
        padding: 1rem;
    }

        .weatherContainer .current-day-conditions .current-day p {
            margin-bottom: 0;
        }

    .weatherContainer .current-day-conditions .current-day-detail {
        padding: 1rem;
    }

        .weatherContainer .current-day-conditions .current-day-detail ul {
            list-style-type: none;
            margin-left: 0;
            border-bottom: 1px solid #dbdbda;
            padding-bottom: 1rem;
        }

            .weatherContainer .current-day-conditions .current-day-detail ul:last-of-type {
                border-bottom: 0;
            }

    .weatherContainer .current-day-conditions h6 {
        margin-bottom: 30px;
        color: #fff;
    }

.weatherContainer .property {
    font-size: 0.8rem;
    line-height: 2;
}

.weatherContainer .property-value {
    font-size: 0.8rem;
    width: 25%;
    float: right;
}

.weatherContainer .weekly-forecast {
    border: 1px solid #dbdbda;
    padding: 1rem;
    height: 470px;
}

    .weatherContainer .weekly-forecast ul {
        clear: both;
        display: flex;
        border-bottom: 1px solid #dbdbda;
        margin: 0;
        list-style-type: none;
    }

        .weatherContainer .weekly-forecast ul li {
            padding-top: 25px;
            font-size: 0.8rem;
            width: 22%;
            text-align: center;
            padding-bottom: 10px;
        }

            .weatherContainer .weekly-forecast ul li:last-of-type {
                // width: 32%;
                // text-align: right;
            }

                .weatherContainer .weekly-forecast ul li:last-of-type p {
                    line-height: 0;
                    font-size: 1.5rem;
                }

        .weatherContainer .weekly-forecast ul:last-of-type {
            border-bottom: 0;
        }

    .weatherContainer .weekly-forecast .iconimg {
        font-size: 30px;
        color: #4d82b6;
    }

    .weatherContainer .weekly-forecast img {
        width: 45px;
    }

.weatherContainer .hourly-forecast {
    border: 1px solid #dbdbda;
    padding: 1rem;
    height: 470px;
}

    .weatherContainer .hourly-forecast ul {
        list-style-type: none;
        margin-left: 0;
        border-bottom: 1px solid #dbdbda;
        clear: both;
        display: flex;
        margin: 0;
    }

        .weatherContainer .hourly-forecast ul li {
            padding-top: 20px;
            font-size: 0.8rem;
            width: 10%;
            text-align: center;
        }

        .weatherContainer .hourly-forecast ul:last-of-type, .weatherContainer .hourly-forecastul:first-of-type {
            border-bottom: 0;
        }

        .weatherContainer .hourly-forecast ul li:first-child {
            padding: 1.2rem 1rem 1.5rem 0;
            text-align: left;
            width: 20%;
        }

    .weatherContainer .hourly-forecast .iconimg {
        font-size: 24px;
        color: #4d82b6;
    }

    .weatherContainer .hourly-forecast p {
        word-break: break-all;
        font-size: 0.8rem;
    }

    .weatherContainer .hourly-forecast img {
        width: 40px;
    }

.weatherContainer .radar {
    border: 1px solid #dbdbda;
    padding: 1rem;
    height: 470px;
}

    .weatherContainer .radar p {
        font-size: 0.7rem;
        margin: 2px 0;
        text-align: center;
        line-height: 1.2;
    }

    .weatherContainer .radar option {
        font-size: 0.8rem;
    }

.weatherContainer #loader {
    display: none;
}

    .weatherContainer #loader img {
        position: absolute;
        top: 300px;
        left: 570px;
    }

@media only screen and (max-width: 42rem) {
    .weatherContainer .radar {
        height: 640px;
    }

        .weatherContainer .radar .radarimg {
            padding-bottom: 1rem;
        }

    .weatherContainer .hourly-forecast {
        height: 530px;
    }
}

/* Weekly Forecast Additional Styling 7.5.19 */

.weatherContainer .weekly-forecast, .weatherContainer .radar {
    height: 700px !important;
}

    .weatherContainer .weekly-forecast .forecastDayofWeek {
        display: inline-block;
        border: 0px solid gray;
    }

        .weatherContainer .weekly-forecast .forecastDayofWeek .forecastDayHeader {
            display: inline-block;
            padding: 5px 0 0 5px;
            text-align: left;
            width: 100%;
            border-bottom: 1px solid gray;
        }

            .weatherContainer .weekly-forecast .forecastDayofWeek .forecastDayHeader span {
                display: inline;
            }

            .weatherContainer .weekly-forecast .forecastDayofWeek .forecastDayHeader .forecastDayCondition {
                font-size: .75rem;
            }

    .weatherContainer .weekly-forecast .forecastDayMain {
        box-sizing: border-box;
        width: 45%;
        padding-top: 0;
        display: inline-block;
        text-align: left;
        text-align: left;
    }

        .weatherContainer .weekly-forecast .forecastDayMain .forecastDayIcon {
            display: inline-block;
            // padding-top: 5px;
            vertical-align: top;
            width: 45%;
        }

            .weatherContainer .weekly-forecast .forecastDayMain .forecastDayIcon img {
                width: 65px;
            }


        .weatherContainer .weekly-forecast .forecastDayMain .forecastDayTemp {
            display: inline-block;
            padding-top: 8px;
            vertical-align: top;
            padding-left: 0;
            width: 50%;
        }


            .weatherContainer .weekly-forecast .forecastDayMain .forecastDayTemp p {
                margin-bottom: .5rem;
            }

                .weatherContainer .weekly-forecast .forecastDayMain .forecastDayTemp p span {
                    display: inline;
                    width: 100%;
                    font-size: 1rem;
                    font-weight: 800;
                    color: $light-gray;
                    padding-bottom: 0;
                    margin-bottom: 0;
                    line-height: 1;
                }

        .weatherContainer .weekly-forecast .forecastDayMain .forecastDayHiLo {
            width: 100%;
            text-align: center;
        }


    .weatherContainer .weekly-forecast .forecastDayDetails {
        width: 52%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        padding: 5px 0 0 .75rem;
        text-align: left;
        line-height: 1.25;
    }

    .weatherContainer .weekly-forecast span {
        font-size: .75rem;
        display: inline-block;
        width: auto;
    }
