*,
 ::after,
 ::before {
    box-sizing: border-box;
}

#mapContainer.container-fluid>div {
    margin: 0;
}

#mapContainer,
#partnersContainer {
    font-family: Muli;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

#mapContainer a {
    text-decoration: none;
}

#mapContainer #table-container {
    overflow-y: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
}

#mapContainer .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

#mapContainer table {
    border-collapse: collapse;
    border: none;
    margin: 0;
}

#mapContainer th {
    text-align: inherit;
    padding-right: 0;
}

#mapContainer .table td,
.table th {
    padding: .4rem;
    vertical-align: top;
    border: none;
    border-top: 1px solid #dee2e6;
}

#mapContainer.themeW table td,
#mapContainer.themeW table th {
    padding: 0;
    border: none;
}

#mapContainer.themeW .table td,
#mapContainer.themeW .table th {
    padding: .2rem;
    border-top: none;
}

#mapContainer .icon-chart {
    width: 20px;
    float: right;
    cursor: pointer;
}

#mapContainer .btnarrow {
    /* display: inline-block;
    width: 44px;
    vertical-align: middle; */
}

#mapContainer .btnarrow.next {}

#mapContainer #nextday,
#mapContainer #prevday {
    font-size: 15px;
    padding: 8px 14px;
    color: #606060;
    display: inline-block;
    transition: all 0.2s ease;
}

#mapContainer #nextday {
    margin-right: 80px;
}

#mapContainer #nextday i {
    margin-left: 20px;
    color: #D20724;
}

#mapContainer #prevday {
    margin-left: 80px;
}

#mapContainer #prevday i {
    margin-right: 20px;
    color: #D20724;
}

#mapContainer #nextday:hover,
#mapContainer #prevday:hover {
    color: #4c4c3c;
    border-color: #4c4c3c;
}

#mapContainer #nextday.disabled,
#mapContainer #prevday.disabled {
    color: #dcdcdc;
    border-color: #cccccc;
}

#mapContainer #nextday.disabled i,
#mapContainer #prevday.disabled i {
    color: #dcdcdc;
}

.text-center {
    text-align: center!important;
}

.float-right {
    float: right!important;
}

.mt-3 {
    margin-top: 20px!important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
}

.mb-6 {
    margin-bottom: 2rem!important;
}

#mapContainer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#mapContainer.container-fluid {
    /*width: 100%;*/
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

#mapContainer .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: none;
}

#dateselector .btn {
    background-color: #EAECFF;
    color: #404248;
    font-size: 18px;
}

#dateselector .btn:hover {
    background-color: #c3c9ff;
}

#dateselector .btn.disabled {
    color: #bcbcbc;
    background-color: #f4f5ff;
    cursor: default;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1490px) {
    .col-xlg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xlg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xlg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.tooltip.show {
    opacity: .9;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.fade {
    transition: opacity .15s linear;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    max-width: 360px;
    padding: 8px 16px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.tooltip-inner h1,
.tooltip-inner h2,
.tooltip-inner h3,
.tooltip-inner h4,
.tooltip-inner h5,
.tooltip-inner h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.popover h1,
.popover h2,
.popover h3,
.popover h4,
.popover h5,
.popover h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#mapContainer.container-fluid .nav-wrapper .nav-elem {
    text-align: center;
    margin: auto;
    width: auto;
}

.nav-title {
    padding: 25px 0px 0px 0px;
    line-height: normal;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #000000;
}

#mapContainer.container-fluid .nav-subtitle {
    font-size: 14px;
    color: #000000;
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
}

#mapContainer .path-hover {
    /* fill: #4460d9; */
    /* stroke: #ffffff; */
}

#mapContainer #map svg path {
    /* stroke: #ffffff; */
    stroke: #C8C8C8;
    stroke-width: 2;
    transition: all 0.2s ease;
    cursor: pointer;
    fill: #ffffff;
}

.maplabel {
    pointer-events: none;
}

.maplabel+text {
    pointer-events: none;
}

#mapContainer .table-col-sel {
    background-color: #eaecff;
}

#mapContainer #seriename {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    width: fit-content;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 94px;
    padding-bottom: 8px;
    border-bottom: 2px solid #D20724;
    display: inline-block;
    /* text-transform: capitalize; */
}

.calendar-wrapper {
    min-width: 290px;
    display: flex;
    justify-content: flex-start;
}

#dateselector #calendar img {
    color: #383838;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    cursor: pointer;
}

.cal-container {
    width: 250px;
    height: 280px;
}

.cal-body {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.cal-body div {
    width: 32px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-left: 2px;
    margin-top: 5px;
    text-align: center;
}

.cal-body div.d-avail {
    border-color: #4559FF;
}

.cal-header i {
    margin-top: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.cal-body div.day:hover {
    background-color: #ddd;
    cursor: pointer;
}

.cal-body div.sunday {
    color: red;
}

#mapContainer .maptbl-sel td:nth-child(1) a {
    color: #1E55E3;
    font-weight: 900;
}

#mapContainer td:nth-child(1) a::after {
    display: block;
    content: attr(title);
    font-weight: 900;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}

.maplabel,
text {
    cursor: pointer;
}

.path-hover {
    fill: #4460d9;
    stroke: #C8C8C8;
}

.top-tiles>div {
    padding: 0;
    /* padding-left: 5px;
    padding-right: 5px */
}

.top-tiles>div:first-child {
    padding-left: 0;
}

.top-tiles>div:last-child {
    padding-right: 0;
}

.tile {
    /* padding: 20px 30px 25px 30px; */
    height: 100%;
    line-height: normal;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 20px;
    color: black;
}

.themeW .tile {
    /* padding: 15px 10px 35px 10px; */
}

.tile>div {
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
}

.all-tiles {
    display: flex;
    align-items: center;
    flex-direction: column;

}

@media all and (max-width: 800px) {
    .all-tiles {
        flex-direction: column;
    }
}

.main-tile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 40px 30px;
    max-width: 1230px;
    border: none;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #f3f3f3;
    margin-bottom : 20px;
}

.main-tile #factor-v, .main-tile #factor-z {
    width: 150px;
    height: 90px;
    border-radius: 6px;
    margin-right: 20px;
    color: white;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;

}

.main-tile #factor-z {
    border: 2px solid #ddd;
    background-color: white;
    color: #373737;

}

.factor_gt0 {
    background: #40912F;
}
.factor_gt10 {
    background: #DEBE23;
}
.factor_gt25 {
    background: #D51C37;
}
.factor_gt50 {
    background: #47104E;
}
.factor_gt70 {
    background: #000;
}

.factor {
    display: flex;
    
}

@media all and (max-width: 1100px) {
    .factor {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #factor-v, #factor-z {
        margin-bottom: 10px;
    }


}

@media all and (max-width: 775px) {
    .factor {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #factor-v, #factor-z {
        margin-bottom: 10px;
    }

    .main-tile {
        flex-direction: column;
    }

    .main-tile div:first-child {
        margin-bottom: 30px;
    }

}


.main-tile .factor-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.main-tile .factor-desc p {
    margin: 0;
    font-size: 18px;
}

.main-tile .factor-desc p:first-child {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}


.factor-legend {
    width: 100%;
    max-width: 1230px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.factor-legend-tile-container {
    display: flex;
}

.factor-legend span {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
}

.factor-legend-tile {
    width: 50px;
    padding: 3px 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.top-tiles {
    max-width: 1260px;
}

.top-tiles .tile_wrapper{
    border: 2px solid #f3f3f3;
    border-radius: 6px;
    margin: 10px;
}

@media all and (max-width: 1300px) {
    .top-tiles>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .top-tiles>div:nth-child(1) {
        padding-right: 0px;
        padding-bottom: 5px;
    }
    .top-tiles>div:nth-child(2) {
        padding-right: 0px;
        padding-bottom: 5px;
    }
    .top-tiles>div:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-tiles .tile {
        padding-left: 60px;
    }
}

@media all and (max-width: 480px) {
    .top-tiles>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-tiles>div {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 5px;
    }
    .top-tiles>div:last-child {
        padding-bottom: 0px;
    }
}



.tile>.tile-val {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 35px;
    font-weight: 700;
}

.tile>.tile-val img {
    margin-right: 6px;
    width: 27px;
    height: 27px;
}

.tile>.tile-val .stroke {
    height: 30px;
    margin-left: 8px;
    ;
}

.tile .tile-subval {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0px;
    display: none;
}

#tvalue-v {
    color: #000000;
}

.themeW #tvalue-v {
    color: #000000;
}

#tvalue-a {
    color: #000000;
}

.themeW #tvalue-a {
    color: #000000;
}

#tvalue-w {
    color: #000000;
}

.themeW #tvalue-w {
    color: #000000;
}

#tvalue-z {
    color: #000;
}

#resulttable {
    border-color: #19176a;
    border-collapse: separate;
}

#resulttable thead {
    color: black;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

#resulttable thead #prevserie {
    float: left;
}

#resulttable thead #nextserie {
    float: right;
}

#resulttable thead th {
    padding-bottom: 3px;
}

#resulttable thead th>div {
    line-height: 50px;
}

#resulttable thead th span {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 26px;
    font-weight: normal;
}

#resulttable thead th:last-child {
    min-width: 280px;
    text-align: leftt;
}

#resulttable tr {
    border-top: 1px solid #dee2e6;
}

#resulttable td {
    text-align: left;
    line-height: 145%;
}

#resulttable td:nth-child(1) {
    text-align: left;
}

#resulttable td:nth-child(2) {
    background-position-y: center;
    background-repeat: no-repeat;
}

#resulttable .maptbl-sel td:nth-child(2) div {
    color: #ffffff;
    background-color: #1E55E3;
    border-radius: 6px;
}

#resulttable .maptbl-sel td:nth-child(2) div {
    background-color: #1E55E3;
    border-radius: 6px;
    display: inline-block;
}

#table-desc {
    font-size: 10px;
}

#dateselector {
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#dateselector>div {
    display: flex;
    padding: 0 2px;
    line-height: normal;
}

#dateselector a {
    font-size: 16px;
}

#dateselector div>span {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 14px;
    display: inline-block;
}

#map {
    padding: 30px;
}

#map-back {
    margin-top: 20px;
    display: flex;
    float: left;
}

#map-back img {
    width: 54px;
    height: 54px;
    margin-top: -18px;
}

#map-back span {
    margin-left: 10px;
    ;
    color: #000000;
}

.map-legend {
    display: flex;
    align-items: center;
}

.map-legend img {
    height: 40px;
}

#map-legend {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 20px;
    font-size: 15px;
}

.tooltip-inner {
    background-color: white;
    color: black;
    text-align: left;
    -webkit-box-shadow: 0px 6px 31px -16px rgba(109, 105, 232, 0.79);
    -moz-box-shadow: 0px 6px 31px -16px rgba(109, 105, 232, 0.79);
    box-shadow: 0px 6px 31px -16px rgba(109, 105, 232, 0.79);
}

.tooltip-inner strong {
    padding-left: 1px;
}

.tooltip-inner h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
    display: inline-block;
}

.tooltip-inner h3 {
    margin-top: -8px;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.tooltip-inner p {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: white;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: white;
}

popover-bottom {
    margin-top: .5rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}

.fade {
    transition: opacity .15s linear;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1);
}

.popover {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
}

.bs-popover-bottom {
    margin-top: .5rem;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem;
}

.popover-chart {
    max-width: 800px;
}

.chartarea {
    padding: 20px;
    margin-bottom: 70px;
}

.chartarea>div {
    margin: 20px;
}

.chartarea h4 {
    font-size: 16px;
    margin: 20px;
    font-weight: bold;
}

.rb {
    border: solid 2px #bebebe;
    border-radius: 5px;
}

.justify-content-center {
    justify-content: center;
}

.themeW .rb {
    border: none;
}

#resulttable td,
#resulttable td a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

#resulttable td:nth-child(1) a {
    font-weight: 400;
}

#resulttable tr {
    border-top: none;
}

#resulttable tbody tr:not(:last-of-type) {
    border-bottom: 2px solid #bebebe;
}

#resulttable tbody tr:not(:last-of-type) {
    border-bottom: none;
}

#resulttable th {
    border-bottom: 3px solid #4660d8;
    border-top: none;
}

#resulttable th a#prevserie {
    font-size: 20px;
    padding: 2px 4px;
    color: #bebebe;
    display: inline-block;
    transition: all 0.2s ease;
}

#resulttable th a#nextserie {
    font-size: 20px;
    padding: 2px 4px;
    color: #bebebe;
    display: inline-block;
    transition: all 0.2s ease;
}

.serieSelector {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 36px;
    margin-top: 4px;
}

#serieSelector {
    line-height: 50px;
}

.serieSubSelector {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;
    margin-left: 25px;
}

.serieSubSelector a,
.mapserieSubSelector a {
    color: #000000;
}

.mapserieSubSelector {
    text-align: center;
}

#mapContainer .serieSubSelector a.selected,
#mapContainer .mapserieSubSelector a.selected {
    text-decoration: underline;
}

.serieSelector a {
    color: #000000;
}

.serieSelector a.selected {
    background-color: #D51C37;
    color: #ffffff;
    padding: 2px 8px 2px 8px;
    border-radius: 6px;
}

.serieSelector a.disabled {
    padding: 2px 8px 2px 8px;
    border-radius: 6px;
    color: #aaaaaa;
    cursor: default;
}

#mapContainer #charts-all {
    margin-top: 20px;
}

#charts-all .serieSelector {
    text-align: left;
    margin-left: 25px;
    ;
}

.column-sort {
    display: inline-block;
    color: #6B6B6B;
}

.relative {
    position: relative;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.nav-wrapper div:first {
    width: 100%;
}

.nav-dateselector {
    margin-left: 20px;
}

@media all and (max-width: 815px) {
    .nav-wrapper {
        flex-direction: column;
    }
    .nav-dateselector {
        align-self: center;
    }
}

.chartarea-header {
    font-weight: 700;
    font-size: 22px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chartarea-header p {
    margin-top: 22px;
    margin-bottom: 22px;
}

.chartarea-dates-select {
    cursor: pointer;
}

.chartarea-dates-selected {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 1);
}

#charts2 {
    max-width: 1340px;
    width: 100%;
}

.wlkp g {
    transform: translateX(-100px);
}

#trp-floater-ls-current-language {
    display: none!important;
}

#resulttable-warap {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: center;*/
    align-items: flex-start;
}

#resulttable-warap .column {
    width: 100%;
    min-width: 450px;
}

#mapContainer #chart-lg {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 4px;
    table-layout: fixed;
}

#mapContainer #chart-lg td,
#mapContainer #chart-lg-ticks td {
    border-bottom: 2px solid white;
    border-top: 1px solid white;
    border-left: 2px solid white;
    border-right: 1px solid white;
    padding: 0;
}

#mapContainer #chart-frame {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
    margin-left: 0px;
    padding: 10px;
}

#mapContainer #chart-lg-footer {
    padding: 10px;
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

#mapContainer #chart-lg-footer td {
    text-align: left;
}

.chart-bar {
    background-color: #FFFFFF;
    height: 28px;
}

#chart-lg-footer-t {
    min-width: 250px;
}

#chart-lg-ticks {
    display: flex;
    height: 100%;
    width: 250px;
    padding: 10px 10px 10px 0;
}

#chart-lg-ticks td {
    font-size: 14px;
}

.chart-wrapper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    #mapContainer #chart-lg {
        border-spacing: 2px;
        table-layout: auto;
    }
    #mapContainer #chart-lg td {
        width: 20px;
    }
    #mapContainer #chart-lg td,
    #mapContainer #chart-lg-ticks td {
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }
    #mapContainer #chart-lg-footer {
        font-size: 12px;
    }
    #chart-lg-ticks {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    #mapContainer #chart-lg td {
        width: 10px;
    }
    #mapContainer #chart-lg-footer {
        display: none;
    }
}

#value-legend {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-around;
    height: 60px;
    width: 100%;
}

.chart-lg-title {
    font-weight: 700;
    font-size: 18px;
}

#chart-lg-legend {
    padding: 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
}

#chart-lg-legend table {
    margin: auto;
    margin-left: 80px;
}

#mapContainer .legend-item {
    min-width: 250px;
    align-self: flex-start;
}

#mapContainer .vc6 {
    background-color: #D20724;
}

#mapContainer .vc5 {
    background-color: #606060;
}

#mapContainer .vc4 {
    background-color: #808080;
}

#mapContainer .vc3 {
    background-color: #AAAAAA;
}

#mapContainer .vc2 {
    background-color: #CDCDCD;
}

#mapContainer .vc1 {
    background-color: #E8E5E5;
}

#mapContainer .dot {
    height: 24px;
    width: 24px;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#chart-lg-hdr {
    display: flex;
    flex: auto;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

#valcountSel {}

#valcountSel input {
    margin: 5px;
}

#partnersContainer {
    text-align: center;
}

#partnersContainer #map,
#partnersContainer .prov {
    text-align: center;
}

#partnersContainer #map>img {
    max-width: 700px;
}

#partnersContainer h4 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: 1px;
}

.tooltip .partnertooltip {
    padding: 15px;
}

.tooltip h3 {
    font-size: 24px;
    font-weight: 700;
}

.tooltip h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.tooltip a {
    text-decoration: none;
    color: #000;
}

#partnersContainer table {
    font-size: 18px;
    line-height: 26.1px;
    margin: auto;
    text-align: left;
    max-width: 800px;
}

#partnersContainer table td:first-child {
    font-weight: 800;
    width: 40px;
}

#partnersContainer table td.prov {
    border-bottom: none;
}

#partnersContainer table td:not(.prov) {
    border-bottom: 1px solid #C8CFDB;
    padding: 20px 0 11px 0;
    ;
}

#partnersContainer table td a {
    text-decoration: underline;
    color: #000;
}

#partnersContainer svg circle:hover {
    cursor: pointer;
    filter: brightness(150%);
}

#partnersContainer #map svg {
    width: 60%;
}

#mapContainer.container-fluid>div.h-line {
    width: 100%;
    height: 5px;
    margin-top: 75px;
    margin-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}

.table-bar {
    height: 100%;
    background-color: #dddddd;
    border-radius: 6px;
    padding-left: 5px;
}


/* ============================= */

.serie-select {
    position: relative;
}

.serie-select select {
    display: none;
}

.select-selected {
    display: block;
    width: 280px;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.5px solid #606060;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-selected .combo-arrow {
    display: inline-block;
    float: right;
    margin-top: 12px;
}

.select-selected.select-arrow-active .combo-arrow {
    transform: rotate(180deg);
}

.select-items {
    border: 0.5px solid #606060;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: left;
    width: 280px;
    ;
}

.select-items div,
.select-selected {
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}

.select-items div {
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #D51C37;
    color: #ffffff;
}

.vacc-percent-table {
    width: 100%;
    margin-bottom: 70px !important;
    border-collapse: separate;
}

.vacc-percent-table thead {
    font-size: 18px;
    font-weight: 700;
}
#vacc-percent-table .vacc-percent-table td {
    padding: 5px !important;
    width: 25%;
    text-align: center;
}

.vacc-percent-table tr:hover {
    background-color:rgba(0, 0, 0, .05);
    cursor: pointer;
}

.morestrainsinfo {
    color: black;
    width: 100%;
    display: flex;
    justify-content: left;
}

a.morestrainsinfo {
    margin-top: 5px;
    text-decoration: underline !important;
}

a.morestrainsinfo:hover {
    text-decoration: underline !important;
}
