﻿@import url("../lib/statisticonshared/css/all.css?v=20241213");

.container-center {
    position: absolute;
    top: 135px;
    bottom: 36px;
    left: 0;
    right: 0;
    border-left: 3px solid #c8c8c8;
    border-right: 3px solid #c8c8c8;
}

.div-title-text{
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.center-div {
    float: left;
    height: 100%;
    width: 40%;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.dropdown-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 20px;
}

.download-section {
    text-align: center;
    margin-bottom: 20px;
}


fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    border-radius: 4px;
    padding: 0 0 1.0em 0 !important;
    margin: 0 0 1.0em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    text-align: center;
}

legend.scheduler-border {
    color: #808080;
    font-size: 12px !important;
    text-align: left !important;
    width: auto;
    padding: 0 5px;
    border-bottom: none;
}

.custom-width{
    width: 40%;
    max-width: 300px;
}

.skr-logo {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .skr-logo img {
        height: 50px;
    }

.map-div {
    float: left;
    width: 30%;
    height: 100%;
}

.map-container {
    width: 100%;
    height: calc(100% - 14px);
    top: 14px;
}

div.tooltip {
    position: absolute;
    font-family: 'Helvetica Neue LT W1G', Helvetica, Arial, sans-serif;
    padding: 4px;
    background: #fff;
}

.maximized {
    position: absolute !important;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    background-color: #ffffff;
}

/************** LABELS **************/
.map-label {
    text-align: center;
    height: 14px;
    font-size: 12px;
    width: 100%;
    background-color: #efefef;
    color: #808080;
}
.chart-label {
    position: absolute;
    text-align: center;
    height: 14px;
    font-size: 12px;
    width: 100%;
    background-color: #efefef;
    color: #808080;
}
.chart-buttons {
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
    color: #808080;
}
.chart-button{
    margin-left: 4px;
}
.chart-button:hover {
    color: #00B4EB;
}
/************** CHART **************/
.chart-div {
    position: relative;
    width: 100%;
    height: calc(100% - 254px);
}
.chart {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: calc(100% - 14px);
    top: 14px;
    text-align: center;
}
.x-axis path {
    opacity: 0.5;
}

.y-axis path {
    opacity: 0.5;
}

.label {
    fill: #212529;
    font-size: 12px;
}

.x-axis .tick line {
    opacity: 0.5;
}

.y-axis .tick line {
    opacity: 0.5;
}

.grid {
    opacity: 0.3;
}

circle {
    opacity: 0.3;
}

.linear-line {
    stroke: #212529;
}


/************** FOOTER **************/
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .site-footer p {
        font-size: small;
        font-style: italic;
    }