
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}


.progress-layout {
    position: relative;
}

.bounce-top::before {
    content: '\00a0';
    position: absolute;
    top: 1px;
    height: 37px;
    z-index: 15;
    right: -2px;
    width: 1px;
    border-left: 2px solid black;
}

.bounce-bottom::before {
    content: '\00a0';
    position: absolute;
    top: -20px;
    height: 37px;
    z-index: 2;
    right: -2px;
    width: 1px;
    border-left: 2px solid #000000
}

.progress-bounce {
    position: absolute;
    top: -1px;
    z-index: 900;
    color: black;
    font-size: 14px;
}
.bounce-top{
    top: -22px
}
.bounce-bottom{
    top: 18px;
}
.progress-bounce-fact {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    z-index: 1;
    color: red;
    font-size: 14px;
}

.progress-bounce-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    color: red;
    font-size: 14px;
}

.manager-photo {
    width: 100%;
    height: auto;
}

.progress-item {
    margin-top: 25px;
}

.progress-item .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.statistic-container {
    padding-top: 40px;
}

.no-display {
    display: none;
}

@media print {
    .no-print {
        display: none;
    }

    .no-display {
        display: block;
    }
}

.calculate-current {
    display: block;
    width: 100%;
}

.btn-dialog {
    text-decoration: none;
    color: black;
}

.btn-dialog:hover {
    text-decoration: none;
}

.value-description {
    margin-left: 20px;
    margin-top: 20px;
}

.bg-secondary {
    background-color: #899fb3;
}

.kpi-description-danger {
    color: red;
    font-weight: bold;
    display: block;
}

.indicator-bar {
    position: absolute;
    height: 16px;
    background-color: #0871f3 !important;
}


.text-indicator {
    color: #FFF;
}
.datepicker {
    z-index: 900 !important;
}
.text-manager{
    color: #44b445;
}
.bg-manager{
    background-color: #44b445 !important;
}
.custom-bar {
    position: absolute;
    left: 0;
    height: 16px;
}
.table-box{
    margin-top: 30px;
}
.on-bounce-hover{
    font-weight: bold;
    font-size: 20px;
    z-index: 999;
}
.table-box tr:hover{
    background-color: rgba(128, 128, 128, 0.7);
    cursor: pointer;
}