@import "simboli.css";
@import "loader.css";
@import "https://www.ilmeteo.it/portale/themes/ilmeteo10/icons2016b-min.css?2";
@font-face{font-family: 'OpenSansHebrewCondensed'; src:url('/portale/themes/ilmeteo10/fonts2/OpenSansHebrewCondensed-Regular.ttf') format('truetype'); font-weight:normal; font-style:normal;}
@font-face{font-family: 'OpenSansHebrewCondensed'; src:url('/portale/themes/ilmeteo10/fonts2/OpenSansHebrewCondensed-Bold.ttf') format('truetype'); font-weight:bold; font-style:normal;}
		
select#places, select#places option {
    text-align: center;
    color: #9B9B9B;
    height: 33px;
    width: 177px;
    font-weight: bold;
    margin-bottom: 2%;
    border-radius: 8px;
    border: 1px solid #9b9b9b;
}

.meteorecord tr{
    cursor: pointer;
}

.meteorecord .description h2{
    font-size: 16px !important;
    margin: 6px 0 22px 0 !important;
    font-weight: normal;
}

.meteorecord .btn:not(.selected) {
    border-bottom: 2.1px solid #027AB7;
    border-radius: 0px;
}

.meteorecord .btn {
    margin-right: 8%;
    min-width: 10%;
}

.meteorecord .row.records table {
    min-height: 560px;
}

.meteorecord select, .meteorecord .btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.meteorecord .selected {
    background-color: #027AB7;
    color: #fff;
}

.meteorecord small {
    font-size: 60%;
    margin-top: 6px;
    margin-left: 9px;
}

.container-fluid.meteorecord {
    font-family: 'OpenSansHebrewCondensed', sans-serif !important;
}

.meteorecord .tableContainer {
    padding: 4px;background-color: #e8e8e8;
}

.meteorecord tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.meteorecord tbody tr:nth-child(odd) {
    background-color: #e8e8e8 !important;
}

.meteorecord tbody tr, .meteorecord tbody td {
    border: 0px !important;
    font-size: 14px;
    font-weight: bold;
}

.meteorecord h3{
    font-size: 1.17em;
    margin: 1em 0 0.4em 0;
    text-align: center;
    color: #fff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meteorecord #max_temp h3{
    background-color: #CE0017;
}

.meteorecord #min_temp h3{
    background-color: #60C5F1;
}

.meteorecord #precip h3{
    background-color: #9A9A9A;
}

.meteorecord #wind h3{
    background-color: #57B998;
}

.meteorecord table tr:nth-child(1), .meteorecord table tr:nth-child(2){
    background-color: #D5EAF4 !important;
    border-bottom: 1px solid #999999 !important;
}

.meteorecord table tr:nth-child(3) {
    background-color: #D5EAF4 !important;
}

.meteorecord table { margin-bottom: 0px;}

.meteorecord .no-gutters {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

small.d-block.minmax_temp, small.d-block.month {
    font-size: 68%;
    display: block;
    margin: -4px 0 0 0;
    width: 110%;
    padding: 0;
    clear: both;
}

/****MEDIA QUERIES****/
@media screen and (min-width: 768px) {
    .meteorecord .records{
        margin-left: -19px !important;
    }
}

@media screen and (max-width: 767px) {
    .meteorecord .row.buttons-days, .meteorecord .row.select-places{
        margin-left: -8px;
    }
    
    .meteorecord #places {
        font-size: 12px;
    }

    .meteorecord .btn{
        margin-right: 3%;
        font-size: 12px;
        min-width: 10%;
    }

    #page-title {
        height: 32px;
        margin: 0 5px 15px 5px;
        color: #fff;
        background: #007AB9;
        font-size: 1.1em;
        font-weight: 500;
        display: flex;
        align-items: baseline;
    }

    #page-title h1 {
        width: 95%;
        white-space: normal;
        letter-spacing: normal;
        height: auto;
        float: none;
        color: #fff !important;
        margin: 5px 0px 0px 5px;
    }

    .m-breadcrumb {
        display: none;
    }

    .meteorecord .description h2 {
        margin: -2px 0 14px 8px !important;
    }
}

.meteorecord .w + small {
    display: none !important;
    text-align: center;
    margin: 2px 0px 0px -4px !important;
}