﻿#donutChart {
    max-width: 380px;
    margin: 35px auto;
}

#topTenHeader {
    color: #45ADA8;
    text-align: center;
}

.apexcharts-zoom-icon selected {
    display: none;
}

.apexcharts-zoom-out-icon {
    display: none;
}


.apexcharts-zoom-in-icon {
    display: none;
}

.apexcharts-zoom-icon {
    display: none;
}

.apexcharts-pan-icon {
    display: none;
}

#buttonDaysForOpen:focus {
    color: #45ADA8;
}

#buttonDaysForSessions:focus {
    color: #45ADA8;
}

.card {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    overflow: hidden;
    box-sizing: border-box;
}

    .card * {
        box-sizing: border-box;
    }

.card-heading {
    position: relative;
    padding: 0 15px;
    line-height: 40px;
    background-color: #fafafa;
    border-bottom: solid 1px #c5c5c5;
}

.card-title {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
}

.version-title {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0px 0px 16px;
}

.card-helper {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
}

    .card-helper::before {
        position: absolute;
        top: 100%;
        right: 0;
        display: block;
        margin-top: -12px;
        width: 0;
        height: 0;
        border: solid 6px;
        border-color: transparent transparent rgba(0,0,0,0.75) transparent;
        content: '';
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
    }

    .card-helper::after {
        position: absolute;
        top: 100%;
        right: 0;
        display: block;
        margin-right: -8px;
        padding: 8px;
        width: 150px;
        color: #fff;
        font-size: 11px;
        line-height: 1;
        background-color: rgba(0,0,0,0.75);
        border-radius: 4px;
        content: attr(data-help);
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
    }

    .card-helper:hover::before,
    .card-helper:hover::after {
        opacity: 1;
        visibility: visible;
    }

.card-body {
    position: relative;
    font-size: 15px;
    height: calc(100% - 43px);
    padding: 15px;
    min-height: 400px;
}

.center-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.col {
    position: relative;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33333%;
}

.col-3-rest {
    width: 66.666667%
}

.col-4 {
    width: 25%;
}

.col-4-rest {
    width: 75%;
}

.col-5 {
    width: 20%;
}

.dashboard-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #f6f;
    border-top-color: #0e0;
    border-right-color: #0dd;
    border-bottom-color: #f90;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinnerDashboard {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .spinnerDashboard:before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        border-radius: 50%;
        border: 1px solid #f6f;
        border-top-color: #0e0;
        border-right-color: #0dd;
        border-bottom-color: #f90;
        animation: spinner .6s linear infinite;
    }

@keyframes spinnerDashboard {
    to {
        transform: rotate(360deg);
    }
}

.btn.active {
    background-color: antiquewhite;
}

.title {
    color: #45ADA8;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 0px 16px;
}

.geoguide-link {
    color: blue;
    margin-right: 16px;
}

.startImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Android */
.apexcharts-series {
    fill: rgba(137, 192, 100, 0.5);
}

    /* Apple */
    .apexcharts-series:first-child {
        fill: rgba(0, 112, 201, 0.5);
    }
