﻿h3 {
    color: #000000;
    margin: 15px 15px 10px;
    font: normal 22px Verdana;
}

#map {
    width: 100%;
    height: 350px;
}

.description p {
    font: normal 12px Verdana;
    text-align: center;
    margin: 5px 15px;
    color: #434242;
}

.defTable {
    border-collapse: collapse;
    font-size: 12px;
    color: #134B65;
    cursor: default;
}

    .defTable tr:nth-child(odd) {
        background-color: #EEF2F3;
    }

    .defTable tr:nth-child(even) {
        background-color: #D7E0E9;
    }

    .defTable tr:hover {
        background-color: #5B86D1;
        color: #CBECE3;
    }

    .defTable td {
        text-align: center;
        padding: 3px 0;
    }

        .defTable td:nth-child(2),
        .defTable td:nth-child(6),
        .defTable td:nth-child(7) {
            text-align: left;
            padding-left: 5px;
        }

    .defTable th {
        background-color: #134B65;
        font: normal 16px PF Square Sans Pro,Verdana;
        color: #EEF2F3;
    }

.defTable-filter {
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0;
    margin-bottom: 5px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border: 1px solid #0065A2;
    display: none;
}

    .defTable-filter li {
        line-height: 30px;
        line-height: 3.3em;
        line-height: 3.3rem;
        margin: 3%;
    }

    .defTable-filter label {
        font-family: Verdana;
        font-size: 12px;
        font-size: 1.333em;
        font-size: 1.333rem;
    }

    .defTable-filter input[type="text"] {
        box-sizing: border-box;
        height: 28px;
    }

.menu-dropdown:hover .defTable-filter {
    display: block;
}

.h-ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

.gauge-details {
    width: 100%;
    height: 400px;
    color: #434242;
    font: normal 12px Verdana;
    cursor: default;
    margin-bottom: 20px;
}

    .gauge-details h5 {
        margin: 0px;
        font: bold 14px Verdana;
    }

    .gauge-details blockquote {
        margin-top: 0;
    }

    .gauge-details td:first-child {
        padding-left: 10px;
        vertical-align: top;
    }

.webcam-btn {
    border: none;
    color: #ffffff;
    background-color: #0065A2;
    font: bold 12px Verdana;
    min-width: 130px;
    margin-right: 5px;
    cursor: pointer;
}

.graphs-menu {
    background-color: #F3F3F3;
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .graphs-menu li {
        float: left;
        border-left: 1px solid #C7C7C7;
    }

        .graphs-menu li:first-child {
            border-left: none;
        }

    .graphs-menu a {
        text-decoration: none;
        color: #000000;
        font: bold 12px Verdana;
        padding: 4px 22px;
        display: block;
    }

        .graphs-menu a:hover {
            background-color: #8CD1EF;
            color: #ffffff;
        }

        .graphs-menu a.selected {
            background-color: #2E7A9B;
            color: #ffffff;
        }

#divCharts table {
    border-collapse: collapse;
    width: 100%;
}

#divCharts td img {
    box-sizing: border-box;
    border: 1px solid black;
    width: 100%;
    cursor: zoom-in;
}

#graph-close {
    display: none;
    cursor: pointer;
}

#subTime {
    text-align: center;
}

    #subTime label {
        margin: 0 10px;
        font-size: 20px;
    }

#divDynamicChart {
    display: none;
}

    #divDynamicChart iframe {
        width: 100%;
        overflow: hidden;
        border: none;
        height: 850px;
    }

.no-plot {
    text-align: center;
}
