/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
/*.infotraffic-map-container {
    position: relative;
}*/

/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.infotraffic-button-map {
    outline: none;
    width: 125px;
    height: 30px;
    border-radius: 4px;
    background-color: #F8F7F4;
}

.infotraffic-button-map-selected {
    font-weight: bold;
    width: 125px;
    background-color: #0086D3;
    color: white;
}

.infotraffic-btn-container {
    position: absolute;
    bottom: 20px;
    left: 9px;
    z-index: 5;
    padding: 0px;
    text-align: center;
    font-size: 11px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 25px;
}

.infotraffic-map-container {
    height: 500px;
    width: 100%;
}

.infotraffic-map-container-slider {
    height: 400px;
    width: 100%;
    z-index: 10000;
}

.infotraffic-btn-container-slider {
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 10000;
    padding: 0px;
    text-align: center;
    font-size: 11px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 25px;
}

.infotraffic-table-works {
    margin-top: 15px;
    width: 100%;
}

    .infotraffic-table-works tbody {
        border-bottom: 1px;
        border-top: 1px;
        border-left: 0px;
        border-right: 0px;
        border-style: solid;
    }

.infotraffic-table-works-title {
    margin-top: 40px;
    font-size: 23px;
}

.infotraffic-table-th {
    padding: 10px;
}

.infotraffic-table-td {
    padding: 10px;
    font-weight: 600;
}


/* Previsioni meteo */
.meteoTable table th {
    background: #ddd;
    color: #333;
}

.meteoTable h4 {
    font-weight: bold;
}

.meteoTable td td {
    border-bottom: 1px dotted #ccc;
    padding: 6px 10px;
}

.itemHeader .itemTitle, .genericItemTitle, .catItemHeader .catItemTitle {
    color: #373636;
    font-size: 20px;
    line-height: 110%;
    margin: 0;
    padding: 10px 0 0px 0;
    margin-top: 10px;
    font-weight: bold;
}
