/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.toggle-data {
    margin-top: 50px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    color: #020D41
}

.toggle-data:hover {
    color: #98D11C;
    cursor: pointer;
}

div.table-data {
    clear: both;  ;
    display: none;
}

div.table-data h2 {
    margin: 60px 0 20px;
}

div.table-data h2:first-of-type{
    margin: 0 0 20px;
}

table.table-data {
    border: 1px solid grey;
    width: 100%;
    padding: 4px;
}

table.table-data td {
    border: 1px solid #D2D2D2;
    padding: 8px;
    text-align: center;
}

table.table-data th {
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #D2D2D2;
    padding: 8px;
    color: #03153F;
    font-weight: bold
}
.tooltip {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    pointer-events: none;
    color: white;
    transition: opacity .1s ease-out;
}

.tooltip.tooltip-hidden {
    opacity: 0;
}

.ct-chart .ct-label.ct-horizontal {
    text-anchor: middle !important;
    text-align: center !important;
}
.ct-point {
    stroke-width: 5px;
    stroke-linecap: round;
}

.sfd-filters {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

.sfd-series {
    margin-right: 10px;
}

.sfd-legend {
    clear: both;
    margin-left: 50px;
}

.sfd-legend-item {
    float: left;
    margin-right: 30px;                       
    display: inline-block;
}

.sfd-legend-disc {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 5px;
    display: inline-block;
}

.sfd-filters select {
    font: 400 normal 1.6rem/2.4rem "DIN Regular", Helvetica, Arial, sans-serif;
    margin: 0 20px 0 0;
    min-width: 150px;
    padding: 20px 50px 20px 20px;
    background: url("../img/dropdown_icon.png") right top no-repeat #f5f6fb;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sfd-filters select:focus {
    outline: none;
    border-left: 3px solid #030F40;
}

@media (max-width: 768px) {
    .sfd-filters select {
        width: 90%;
        margin-top: 10px; }
}

.sfd-filters label {
    font: 400 normal 1.6rem/2.4rem "DIN Regular", Helvetica, Arial, sans-serif;
    width: auto;
    margin: 0px 3% 0px 0px;
    text-align: right;
    padding: 20px 0px;
    color: #030F40;
}
