/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 05.02.2017, 21:28:24
    Author     : Dominik
*/

.modCitywaetherContent {
    background-color: white;
    padding: 40px;
}

.cityNames {
    text-align: center;
    width: 12.8571% !important;
    font-size: 20px;
    border-right: 1px solid rgb(84, 84, 84);
    margin-top: 10px;
}

.cityNames:hover {
    color: rgb(0, 108, 189);
}

.activeCity {
    color: rgb(0, 108, 189);
}

.arrowLeft {
    border-right: 1px solid rgb(84, 84, 84);
}

.arrowRight {
    text-align: right;
    border-left: 1px solid rgb(84, 84, 84);
}

.arrow {
    font-size: 20px;
    width: 5% !important;
    color: rgb(0, 108, 189);
    background-color: rgba(63, 157, 209, 0.2);
    padding: 10px 0px;
}

.cityNamesRow {
    background-color: rgb(248, 248, 248);
}

.yellowDivider {
    height: 8px;
    background-color: rgb(252, 193, 0);
    margin-top: 400px;
}

.imageDiv {
    background-size: cover;
    background-repeat: no-repeat;
}

.weatherToday {
    width: 35% !important;
    border-right: 2px solid white;
    height: 220px;
}

.city-name {
    color: white;
    font-size: 36px;
    margin-bottom: 0px;
}

.todayMaxTemp {
    color: white;
    font-size: 80px;
    display: inline;
}

.todayWeatherIcon {
    width: 40%;
    display: inline;
    margin-left: 20px;
    margin-top: -40px;
}

.todayWindIcon {
    width: 10%;
    display: inline;
    margin-top: -40px;
    margin-left: 20px;
}

.todayFooterBar {
    color: white;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
}

.nextDaysDivs {
    height: 220px;
    width: 10.83333333% !important;
    border-right: 2px solid white;
}

.lastDaysDiv {
    height: 220px;
    width: 10.83333333% !important;
}

.dayShort {
    margin-top: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.nextDaysWeatherIcon {
    margin-top: 30px;
    width: 100%;
}

.nextDaysMaxTemp {
    color: white;
    text-align: center;
    font-size: 30px;
}

.cityDivider {
    text-align: center;
}