section {
    margin-bottom: 50px;
}


.wpb_text_column ul.dropdown-menu li:before {
    display: none;
}

.dropdown-menu {
    list-style-type: none;
}
.dropdown-menu li {
    background-color: #fff;
}

li.dropdown-filter {
    padding: 10px 20px;
    cursor: pointer;
}

li.dropdown-filter:hover {
    color: #00a8e2;
}

.daily-filters .caret,
.h-chart-filters .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Wykres pionowy */
#v-chart-labels, #v-chart-bars, #v-chart-seps {
    margin: 0;
    padding: 0;
    min-height: 20px;
    float: left;
}

#v-chart-labels {
    text-align: right;
    width: 100%;
}

#v-chart-bars {
    width: 100%;
}

#v-chart-seps {
    width: 100%;
}

.v-chart-label {
    color: #1f3a44;
    font-size: 13px;
    width: 10%;
    max-width: 100px;
    float: left;
    white-space: nowrap;
    font-weight: bold;
}

.v-chart-label a text:hover {
    text-decoration: underline;
}

.v-chart-text-value {
    margin-top: 30%;
    transform: translateY(-50%);
    font-weight: bold;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.v-chart-sep {
    width: 10%;
    max-width: 100px;
    border-top: 3px solid #1f3a44;
    border-right: 3px solid #1f3a44;
    height: 5px;
    float: left;
}

.v-chart-bar-area {
    position: relative;
    height: 400px;
    float: left;
    width: 10%;
    max-width: 100px;
}

.v-chart-bar {
    display: none;
    width: 50%;
    background-color: #e2e2e2;
    -webkit-transition: 1200ms linear;
    -moz-transition: 1200ms linear;
    -o-transition: 1200ms linear;
    -ms-transition: 1200ms linear;
    transition: 1200ms linear;
    height: 0;
    -webkit-transform: translateZ(0);
    position: absolute;
    bottom: 0;
    margin-left: 25%;
}

.v-chart-bar:hover {
    opacity: 0.3;
}

.v-chart-bar-percent {
    position: absolute;
    text-align: center;
    color: #1f3a44;
    font-weight: bold;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 2px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition: 1200ms linear;
    -moz-transition: 1200ms linear;
    -o-transition: 1200ms linear;
    -ms-transition: 1200ms linear;
    transition: 1200ms linear;
}

/* End Wykres pionowy */

/* Wykres poziomy */
.h-chart {
    overflow: auto
}

.h-chart-labels, .h-chart-bars, .h-chart-seps {
    margin: 0;
    padding: 0;
    min-height: 50px;
    float: left;
}

.h-chart-labels {
    text-align: right;
    max-width: 120px;
    width: 16%;
}

.h-chart-bars {
    width: 82%;
}

.h-chart-seps {
    border-right: 3px solid #1f3a44;
    width: 7px;
}

.h-chart-label {
    height: 72px;
    color: #1f3a44;
    font-size: 13px;
}

.h-chart-text-value {
    margin-right: 5px;
    line-height: 14px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.h-chart-sep {
    height: 70px;
    border-bottom: 3px solid #1f3a44;
}

.h-chart-bar-area {
    height: 26px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.h-chart-bar-area:nth-child(odd) {
    margin-top: 10px;
}

.h-chart-bar-area:nth-child(even) {
    margin-bottom: 20px;
}

.h-chart-bar {
    display: none;
    width: 0;
    background-color: #e2e2e2;
    -webkit-transition: 1200ms linear;
    -moz-transition: 1200ms linear;
    -o-transition: 1200ms linear;
    -ms-transition: 1200ms linear;
    transition: 1200ms linear;
    height: 25px;
    -webkit-transform: translateZ(0);
    float: left
}

.h-chart-bar:hover {
    opacity: 0.3;
}

.h-chart-bar-percent {
    float: left;
    margin-left: 4px;
    display: none;
    color: #1f3a44;
    font-weight: bold;
}

@media (max-width: 767px) {
    .h-chart-labels {
        text-align: right;
        max-width: 120px;
        width: 30%;
    }

    .h-chart-label {
        font-size: 10px;
        height: 52px;
    }

    .h-chart-sep {
        height: 50px;
    }

    .h-chart-bars {
        width: 65%;
    }

    .h-chart-bar-area {
        height: 16px;
    }

    .h-chart-bar {
        height: 15px;
    }

    .h-chart-bar-percent {
        font-size: 10px;
    }

    .v-chart-bar-area {
        position: relative;
        height: 250px;
    }

    .v-chart-bar-percent,
    .v-chart-label {
        font-size: 10px;
    }
}

.more {
    display: none;
}

/* End Wykres poziomy */


/* Tooltip */
.tooltipster-sidetip .tooltipster-box {
    border: none;
    border-radius: 4px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: none;
}

.map-tooltipster.tooltipster-sidetip .tooltipster-box {
    background: #1f3a44;
}

.map-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.map-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.map-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.map-tooltipster.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #1f3a44;
}

/* End Tooltip */

/* DAILY SECTION */
/* Map */
#daily svg#map {
    margin: 20px 0;
}

.map-line {
    display: none;
    fill:none;
    stroke:#ddd;
    stroke-width:2px;
}

.land {
    fill: #00a8e2;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
}

.land:not(.voivodeship-active):hover {
    fill-opacity: 0.5;
    cursor: pointer;
}

@media (hover: none) {
    .land:not(.voivodeship-active):hover {
        fill-opacity: 1;
    }
}