.imagem-funcionario{
    border-radius:100%;
    width: 50%;
    margin: 0 auto;
}

.funcionario-status{
    margin: 0 auto;
    width: 100%;
}
.funcionario-status p{
    margin: 0 auto;
    text-align: center;
}
.funcionario-status p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
}

.cartao-funcionario .row .col-md-6 b{
    font-size: 11px;
}
.cartao-funcionario .row .col-md-6 p{
    font-size: 13px;
}
.cartao-funcionario .row .col-md-12 p{
    margin: 0 auto;
    text-align: center;
}
.cartao-funcionario .row .col-md-12 p:nth-child(1){
    font-weight: 600;
    font-size: 16px;
}
.cartao-funcionario .row .col-md-12 p:nth-child(2) {
    font-size: 12px;
}
.picture_desativado {
    display:none
}
.picture_ativado {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: default;
    margin: 0;
}
#fu_perfil {
    float: right;
    margin-top: 1.7rem !important;
    width: 135px;
}
#cad_novo {
    height: 100vh;
    width: 70vw;
    padding-top: 20vh;
    padding-left:3vw;
    padding-right:3vw;
}
#body {
    overflow: hidden;
    background-image: url(./assets/images/fundo_cad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#gridview1 tbody tr td, #gridview1 tbody tr th {
    border-left: none;
    border-right: none;
    border-color: rgba(128, 128, 128, 0.78);
}

#txt_data_inicial_CalendarExtender_popupDiv, #Txt_data_final_CalendarExtender_popupDiv, #txt_data_CalendarExtender_popupDiv {
    z-index: 999;
}

.centro {
    text-align:center
}

@media(max-width:1440px) {
    .header-ajuste {
        font-size: 0.6rem;
    }

}

@media (max-width: 1024px) {

    #fu_perfil {
        width: 55px;
    }

    #cad_novo {
        height: 100vh;
        width: 80vw;
        padding-top: 5vh;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    #body {
        overflow: visible;
    }


}
@media (max-width: 780px) {

    #cad_novo {
        height: 140vh;
        width: 100vw;
        padding-top: 5vh;
        padding-left: 3vw;
        padding-right: 3vw;
    }

}


@media (max-width:540px) {

    #fu_perfil {
        width: 135px;
    }

    #ponto_diario {
        display:none
    }
}
.swatch-holder {
    width: 33px;
    height: 33px;
    margin: 5px 5px 0;
    transition: all .2s;
    opacity: .7;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
}

.enviada {
    display: inline-block;
    background: #dcf8c6;
    border-radius: 1.3rem 0.4rem;
}

.recebida {
    display: inline-block;
    background: #fff;
    border-radius: 0.4rem 1.3rem;
}

.mensagem-enviada {
    display: inherit;
    text-align: right;
    margin-left: 40%
}

.mensagem-recebida {
    display: inherit;
    text-align: left;
    margin-right: 40%
}
.contato {
    background-color: #fff;
    height: 4.2rem;
    padding-top: 0.3rem;
    cursor: pointer;
    border-bottom: 2px solid #00000052;
}

.contato:hover {
    background-color: #dedede66
}
.funcionario {
    background-color: #d8ffda80;
}
    .funcionario:hover {
        background-color: #afffb3d6;
    }
.gestor {
    background-color: #d9e0ff94;
}
.gestor:hover {
    background-color: #c8d2ffba;
}

#txt_obs {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 9vh;
    overflow: auto;
    resize: vertical;
    width: 100%;
}
#txt_obs p {
    margin-bottom:0px;
    font-size:0.7rem;
}
.correcao {
    display: none
}
#loading {
    width: 1.8rem;
    height: 1.8rem;
    border: 4px solid #dcdcdc;
    border-right: 5px solid #58baed;
    opacity: 0.6;
    border-radius: 50%;
    animation: 1.2s gira infinite;
    display: none;
    
}

@keyframes gira {to {transform: rotate(360deg);}}

select.form-control[multiple] {
    height: 13rem!important; 

}

#timeli {
    margin-bottom: 1.2rem;
    width: 900px;
}
#timeli::-webkit-scrollbar {
    width: 10px;
    height: 11px;
}

#timeli::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#timeli::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
}
.selecao {
    height: 13rem !important;
    overflow-y:scroll;
        
}
.selecao::-webkit-scrollbar {
    width: 10px;
    height: 11px;
}

.selecao::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.selecao::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.selecao div {
cursor:pointer
}

.selecao div:hover {
    background: #b9dbff5c;
}