/*
* ----------
    HOURS CHART
* ----------
*/

.description-chart-hour {
    font-family: var(--font-family-normal);
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.caption-chart-hour {
    font-family: var(--font-family-normal);
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.timeline-chart-hour {
    align-items: center;
    justify-content: initial;
    width: 105%;
    text-decoration: none;
    list-style-type: none;
    left: 0;
}

.field-chart-hour {
    transition: all 200ms ease-in;
    white-space: nowrap;
    padding-right: 0px;
    padding-left: 0px;
}

.timestamp-chart-hour {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    width: auto;
    font-size: 12px;
}

.hours-chart-hour {
    font-weight: bold;
    font-size: 11px;
}

.status-chart-hour {
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

    .status-chart-hour h4 {
        font-weight: 600;
    }

    .status-chart-hour:before {
        content: "";
        width: 1em;
        height: 1em;
        background-color: white;
        border-radius: 25px;
        border: 1px solid #ddd;
        position: absolute;
        top: -10px;
        left: 45%;
        transition: all 200ms ease-in;
    }

.porcent-chart-hour {
    float: right;
    margin-top: -30px;
    font-family: var(--font-family-normal);
    font-style: normal;
    text-align: right;
    word-break: break-word;
    font-size: 0.8em;
    font-weight: 400;
}

.downloader-chart-hour {
    width: 100%;
}

.downloading-progress-chart-hour {
    position: relative;
    float: left;
    width: 85%;
    background-color: rgba(0,0,0,0.15);
    box-sizing: border-box;
    border-radius: 2px;
}

.downloading-progress-bar-chart-hour {
    position: relative;
    width: 0%;
    height: 10px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(164,207,81) 0%, rgba(127,168,49) 100%);
}

.percentage-chart-hour {
    font-family: var(--font-family-normal);
    font-style: normal;
    text-align: right;
    word-break: break-word;
    font-size: 12px;
    font-weight: 400;
    margin-top: -5px;
    margin-left: 3px;
    float: left;
}

@media (max-width: 360px) {
    .field-chart-hour {
        width: 90px;
        transition: all 200ms ease-in;
        height: 38px;
        display: inline-block;
    }
}


/*
* ----------
    COMPLIANCE CARD
* ----------
*/
.btn-toggle {
    margin: 0 2.4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
        outline: none !important;
        outline-offset: none !important;
    }

    .btn-toggle:before, .btn-toggle:after {
        width: 5rem;
        text-align: center;
        font-weight: 500;
        font-size: 13px;
        position: absolute;
        bottom: 0;
        transition: opacity .25s;
    }

    .btn-toggle:before {
        content: attr(data-before);
        left: -4rem;
    }

    .btn-toggle:after {
        content: attr(data-after);
        right: -4rem;
        opacity: .5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #777;
        transition: left .25s;
    }

    .btn-toggle.active {
        transition: background-color .25s;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .btn-toggle.active .handle {
            left: 1.6875rem;
            transition: left .25s;
            background: var(--color-white);
        }

        .btn-toggle.active:before {
            opacity: .5;
        }

        .btn-toggle.active:after {
            opacity: 1;
            color: var(--color-approvals);
        }

    .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: .75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before, .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        background-color: var(--color-approvals);
    }

    .btn-toggle.btn-lg {
        margin: 0 5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 2.5rem;
        width: 5rem;
        border-radius: 2.5rem;
    }

        .btn-toggle.btn-lg:focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg.focus.active {
            outline: none;
        }

        .btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {
            line-height: 2.5rem;
            width: 5rem;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-lg:before {
            content: attr(data-before);
            left: -5rem;
        }

        .btn-toggle.btn-lg:after {
            content: attr(data-after);
            right: -5rem;
            opacity: .5;
        }

        .btn-toggle.btn-lg > .handle {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 1.875rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-lg.active {
            transition: background-color .25s;
        }

            .btn-toggle.btn-lg.active > .handle {
                left: 2.8125rem;
                transition: left .25s;
            }

            .btn-toggle.btn-lg.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-lg.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-lg.btn-sm:before, .btn-toggle.btn-lg.btn-sm:after {
            line-height: 0.5rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.6875rem;
            width: 3.875rem;
        }

        .btn-toggle.btn-lg.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-lg.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-lg.btn-xs:before, .btn-toggle.btn-lg.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-sm {
        margin: 0 .5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 1.5rem;
        width: 3rem;
        border-radius: 1.5rem;
    }

        .btn-toggle.btn-sm:focus, .btn-toggle.btn-sm:focus.active, .btn-toggle.btn-sm.focus, .btn-toggle.btn-sm.focus.active {
            outline: none;
        }

        .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
            line-height: 1.5rem;
            width: .5rem;
            text-align: center;
            font-weight: 600;
            font-size: .55rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-sm:before {
            content: attr(data-before);
            left: -0.5rem;
        }

        .btn-toggle.btn-sm:after {
            content: attr(data-after);
            right: -0.5rem;
            opacity: .5;
        }

        .btn-toggle.btn-sm > .handle {
            position: absolute;
            top: 0.1875rem;
            left: 0.1875rem;
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-sm.active {
            transition: background-color .25s;
        }

            .btn-toggle.btn-sm.active > .handle {
                left: 1.6875rem;
                transition: left .25s;
            }

            .btn-toggle.btn-sm.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-sm.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-sm.btn-sm:before, .btn-toggle.btn-sm.btn-sm:after {
            line-height: -0.5rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.4125rem;
            width: 2.325rem;
        }

        .btn-toggle.btn-sm.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-sm.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-sm.btn-xs:before, .btn-toggle.btn-sm.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn-toggle.btn-xs:focus, .btn-toggle.btn-xs:focus.active, .btn-toggle.btn-xs.focus, .btn-toggle.btn-xs.focus.active {
            outline: none;
        }

        .btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
            line-height: 1rem;
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: .75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-xs:before {
            content: attr(data-before);
            left: 0;
        }

        .btn-toggle.btn-xs:after {
            content: attr(data-after);
            right: 0;
            opacity: .5;
        }

        .btn-toggle.btn-xs > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-xs.active {
            transition: background-color .25s;
        }

            .btn-toggle.btn-xs.active > .handle {
                left: 1.125rem;
                transition: left .25s;
            }

            .btn-toggle.btn-xs.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-xs.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-xs.btn-sm:before, .btn-toggle.btn-xs.btn-sm:after {
            line-height: -1rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.275rem;
            width: 1.55rem;
        }

        .btn-toggle.btn-xs.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-xs.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-xs.btn-xs:before, .btn-toggle.btn-xs.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-secondary {
        color: #6b7381;
        background: #bdc1c8;
    }

        .btn-toggle.btn-secondary:before, .btn-toggle.btn-secondary:after {
            color: #6b7381;
        }

        .btn-toggle.btn-secondary.active {
            background-color: #ff8300;
        }

.compliancecard {
    padding-bottom: 20px;
    z-index: -1;
    position: relative;
}

    .compliancecard span {
        display: inline-block;
        font-weight: 600;
        font-size: 12px;
        margin-left: 7px;
        width: 205px;
    }

/*
* ----------
    BUDGET CHART
* ----------
*/

.progressDiv {
    height: 100px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.statChartHolder {
    height: 90%;
    position: relative;
    display: inline-block;
}

.statRightHolder {
    height: auto;
    width: auto;
    position: relative;
    margin-top: -65px;
    margin-left: 120px;
}

    .statRightHolder ul {
        list-style: none;
        margin: 0;
    }

    .statRightHolder li {
        border-bottom: 1px solid #ccc;
        height: 85px;
        width: 95%;
        position: relative;
        top: -25px;
    }

    .statRightHolder h3 {
        display: inline-block;
        margin-right: 15px;
        color: #B6B5B5;
        font-weight: 300;
        font-size: 38px;
    }

.statsLeft {
    list-style: none;
    display: inline-block;
    width: 45%;
}

    .statsLeft li {
        width: 100%;
        height: 14px;
        border: none;
        top: 5px;
        margin-bottom: 25px;
    }

    .statsLeft h3 {
        font-size: 13px;
        display: inline-block;
    }

    .statsLeft span {
        font-size: 17px;
        display: inline-block;
    }

.statsRight {
    width: 45%;
    display: inline-block;
    position: absolute;
}

    .statsRight li {
        width: 100%;
        height: 14px;
        border: none;
        top: 5px;
        margin-bottom: 25px;
    }

    .statsRight h3 {
        font-size: 17px;
        display: inline-block;
    }

    .statsRight span {
        font-size: 17px;
        display: inline-block;
    }

/* Pie Chart */
.progress-pie-chart {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
}

    .progress-pie-chart.gt-50 {
        background: linear-gradient(90deg, rgba(127,168,49) 0%, rgba(164,207,81) 100%);
    }
    .progress-pie-chart.gt-100 {
        background: linear-gradient(90deg, rgb(234 36 25) 0%, rgb(236 89 81) 100%);
    }

    .progressalem100 {
        width: auto !important;
    }

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    clip: rect(0, 100px, 100px, 50px);
}

    .ppc-progress .ppc-progress-fill {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 50px);
        top: calc(50% - 50px);
        width: 100px;
        height: 100px;
        clip: rect(0, 50px, 100px, 0);
        background: linear-gradient(90deg, rgba(164,207,81) 0%, rgba(127,168,49) 100%);
        transform: rotate(60deg);
    }

.gt-50 .ppc-progress {
    clip: rect(0, 50px, 100px, 0);
}

    .gt-50 .ppc-progress .ppc-progress-fill {
        clip: rect(0, 100px, 100px, 50px);
        background: #E5E5E5;
    }

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 80px/2);
    top: calc(50% - 80px/2);
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    text-align: center;
    display: table;
}

    .ppc-percents span {
        display: block;
        font-weight: bold;
        text-align: center;
    }

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.start-data-title {
    display: inline-block;
    font-size: 12px;
}

.end-data-title {
    display: inline-block;
    font-size: 12px;
}

.statistic-budget .ppc-percents {
    font-size: 12px !important;
    display: inline-block;
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
}

.budget-percent {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.statistic-total {
    display: inline-block;
    font-size: 12px;
 /* font-weight: bold; */
}

    .statistic-total span {
        font-weight: normal;
    }

.statistic-percentage {
    display: inline-block;
    font-size: 12px;
}
