.rowNormal {
    background-color: #FFFFFF !important;
}
.rowFeriado {
    background-color: #EDEBEB !important;
}
.rowCltWarning {
    background-color: #FFFF66 !important;
}
.rowFreeze {
    background-image: url("/images/frozen.jpg");
    background-repeat: repeat-x;
}
.rowVencBHNormal {
    border-bottom: solid 3px green;
    background-color: #FFFFFF !important;
}
.rowVencBHFeriado {
    border-bottom: solid 3px green;
    background-color: #EDEBEB !important;
}
.rowAjusteBH {
    border-bottom: solid 3px yellow;
    background-color: #FFFFFF !important;
}
.rowAjusteBHFeriado {
    border-bottom: solid 3px yellow;
    background-color: #EDEBEB !important;
}
.rowContainsLosted {
    border-left: solid 3px Purple;
    border-top: solid 3px Purple;
    background-color: #FFFFFF !important;
}
.rowVinculado {
    background-color: #98FB98 !important;
}
.rowSemVinculo {
    background-color: #FFFFFF !important;
}

/* reps */
.rowRepOnline {
    background-color: #FFFFFF !important;
}
.rowRepOffline {
    background-color: #FFDAB9 !important;
}

/* relatorios agendados */
.rowAgendamentoAtivo {
    background-color: #90EE90 !important;
}
.rowAgendamentoInativo {
    background-color: #FFDAB9 !important;
}

/* auto gestao */
.rowSelfMan,
.rowSelfManSent,
.rowSelfManApproved,
.rowSelfManDeclined {
    font-size: 10px;
}
.rowSelfMan {
    background-color: #FFFFFF;
}
.rowSelfManSent {
    background-color: #98FB98;
}
.rowSelfManApproved {
    background-color: #87CEEB;
}
.rowSelfManDeclined {
    background-color: #FFDAB9;
}
.centered-text {
    text-align: center;
    display: block;
}

.avatar:hover {
    filter: brightness(0.6);
    position: relative;
}

.avatar:hover::after {
    content: "\f044";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: white;
}