﻿.full-page-container {
    position: absolute;
    top: 130px;
    left: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #efefef;
}

.content-container {
    position: relative;
    border: 2px solid #efefef;
}

.map-container {
    height: 100%;
    vertical-align: bottom;
    width: 30%;
    float: left;
}

.chart-container {
    height: 70%;
    vertical-align: bottom;
    width: 70%;
    float: left;
}

.small-charts-container {
    height: 30%;
    width: calc(70%/3);
    float: left;
}

.chart-title {
    position: absolute;
    top: 0;
    font-size: 12px;
    text-align: left;
    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:hover {
    color: #00B4EB;
}

.small-graph-svg {
    width: 100%;
    height: 100%;
}

.dropdown-item {
    cursor: pointer;
}


circle.selected {
    stroke-width: 5px;
    stroke: #808080;
    stroke-opacity: 0.5;
}

line.plot-line {
    stroke-opacity: 0.6;
    stroke-width: 4px;
    stroke-linecap: round;
}

.axislabel {
    font-family: 'Helvetica Neue LT W1G', Helvetica, Arial, sans-serif;
    font-size: large;
    fill: #808080;
}

.grid {
    opacity: 0.3;
    stroke: rgb(189, 189, 189);
}

.linear-line {
    opacity: 0.7;
    stroke: rgb(189, 189, 189);
}

.svg-container {
    padding-top: 15px;
    width: 100%;
    height: 100%;
}

.dropdown:focus {
    background-color: #00b4eb;
    color: #fff;
}

.dropdown:active {
    background-color: #344A9A;
}

button.multiselect {
    font-family: 'Helvetica Neue LT W1G', Helvetica, Arial, sans-serif;
    max-height: 500px !important;
    overflow: auto;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
}

.multiselect-btn-group {
    display: flex;
    max-width: 100%;
}

.btn-multiselect-dropwdown {
    margin-right: 10px;
    border-radius: 0;
}

.multiselect-container .input-group {
    font-family: 'Helvetica Neue LT W1G', Helvetica, Arial, sans-serif !important;
    font-size: small !important;
}

.multiselect-container {
    max-height: 220px;
}

    .multiselect-container li a label {
        padding: 0 0 0 10px !important;
        font-weight: 100 !important;
        font-size: small !important;
    }

#btn_deselectAll {
    border-radius: 0;
    width: 34px;
}



.maximized {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

div.tooltip {
    position: absolute;
    text-align: left;
    padding: 5px;
    font-size: small;
    background-color: rgba(100, 100, 100, 0.7);
    color: white;
    pointer-events: none;
}

.map-menu-active {
    background-color: #7FC349;
    color: #FFF !important;
}

.axis {
    font-family: 'Helvetica Neue LT W1G', Helvetica, Arial, sans-serif;
}

    .axis path {
        color: #c0c0c0;
    }

    .axis .tick line {
        color: #c0c0c0;
    }

    .axis .tick text {
        color: #c0c0c0;
    }

.y0-line {
    opacity: 0.7;
    stroke: rgb(189, 189, 189);
}

.dotline {
    stroke: rgb(189, 189, 189);
    stroke-width: 1;
    stroke-dasharray: 4;
}

circle.selected {
    stroke-width: 10px;
    stroke: #808080;
    stroke-opacity: 0.5;
}

path.omrade {
    vector-effect: non-scaling-stroke;
    stroke-width: 1;
    stroke: #FFF;
}

    path.omrade.selected {
        stroke-width: 3px;
        stroke: #808080;
        fill-opacity: 0;
    }

.legendText {
    font-family: 'Helvetica Neue LT W1G', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    fill: #808080
}