/* Hydro widget - stav vody u reviru */
.hydro-outer {
    margin: 18px 0 24px;
}
.hydro-block {
    position: relative;
    padding-top: 30px;
    margin: 18px 0 0;
}
.hydro-widget {
    background: #003564;
    border: 1px solid #00254a;
    border-radius: 4px 0 4px 4px;
    padding: 10px 15px 6px;
}
.hydro-head {
    margin-bottom: 8px;
    line-height: 1.4;
}
.hydro-head strong {
    font-size: 15px;
    color: #ffffff;
}
.hydro-src {
    color: #a8c4df;
    font-size: 13px;
}
.hydro-time {
    font-size: 11px;
    color: #7aafd4;
    white-space: nowrap;
}
.hydro-btn-tab {
    position: absolute;
    top: 0;
    font-size: 12px;
    color: #7fc8ff !important;
    background: #1565a8;
    border: 1px solid #0e5090;
    border-bottom-color: #003564;
    border-radius: 4px 4px 0 0;
    padding: 5px 12px;
    white-space: nowrap;
    line-height: 1.5;
    height: 31px;
}
.hydro-btn-tab:hover {
    background: #1a72bc;
    border-bottom-color: #003564;
    text-decoration: none !important;
}
.hydro-btn-history { right: 0; }
.hydro-btn-pin     { right: 110px; }
.hydro-metrics {
    margin: 0 -4px;
}
.hydro-metric {
    padding: 4px 4px 8px;
    text-align: center;
}
.hydro-val {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    white-space: nowrap;
}
.hydro-val small {
    font-size: 11px;
    font-weight: normal;
    color: #a8c4df;
}
.hydro-lbl {
    font-size: 11px;
    color: #a8c4df;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.hydro-trend-up   { color: #ff7070; }
.hydro-trend-down { color: #55e07a; }
@media (max-width: 767px) {
    .hydro-val { font-size: 18px; }
    .hydro-metric { padding: 4px 6px 8px; }
}
/* modal charts */
#hydro-charts canvas { margin-bottom: 10px; }
.hydro-chart-wrap { position: relative; height: 200px; margin-bottom: 24px; }