.dotPerson {
    font-size: 7px;
    color: #10b759;
    padding-right: 1px;
}

.dotPerson1 {
    font-size: 7px;
    color: #10b759;
    opacity: 0.7;
    padding-right: 1px;
}

.dotPersonDisable {
    font-size: 7px;
    color: #dc3545;
    opacity: 0.5;
}

.btn-outline-light.active {
    background-color: #10b759 !important;
    border-color: #10b759 !important;
    ;
    color: #fff !important;
    ;
}

.tx-uppercase {
    text-transform: uppercase
}

.refresh {
    cursor: pointer;
}

.transbox {
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
