﻿.sidebar-user-name {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.isActive {
    color: green;
}

.isDisabled {
    color: red;
}

.gridItens {
    font-size: smaller !important;
}

.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 2px solid #eaedf1;
    margin: 0 15px;
}

.chosen-disabled .chosen-single {
    border: 1px solid #dbe1e8 !important;
    border-color: #a7c6c8 !important;
    background-color: #d6d6d6 !important;
}

    .chosen-disabled .chosen-single:focus {
        border-color: #0094ff !important;
        opacity: 1 !important;
    }

.input-datepicker {
    background-color: #FFFFFF !important;
}

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#FileUpload {
    font-size: 13px !important;
}

#password {
    padding: 5px !important;
}

#usuarioResumo {
    padding-top: 2px !important;
    padding-bottom: 25px !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #CCC;
    cursor: not-allowed;
}

.tabDisabled {
    pointer-events: none;
    opacity: 0.7;
    cursor: not-allowed !important;
}
     .MostrarBotao {
        cursor: pointer !important;
        pointer-events: all;
        opacity: unset;
    }



#modalCabecalho {
    background-color: black;
}

#modalBody {
    color: black;
}


#modalRecuperarSenhaCabecalho {
    padding: 20px 10px;
    background: #444444;
    background: url('../../img/template/ie8_opacity_dark_60.png') repeat;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: white;
}

#divGridVisualizarUnidades {
    padding: 0px !important;
}


.partialViewAtendimento {
    display: inherit !important;
}

#listaClientesAnaliseCredito {
    font-weight: bold;
    padding-top: 7px;
}

.listaClientesAnaliseCredito {
    padding-left: 7px;
}

.divExtratoParcelasUAUCarregando {
    min-height: 200px;
    min-width: 400px;
    align-items: center;
}

    .divExtratoParcelasUAUCarregando h5 {
        text-align: center;
        vertical-align: middle;
    }

.switch :has(input:disabled) {
    opacity: 0.25 !important;
}
#logos{
    display:flex;
    flex-direction:column;
    
}
#logos img{
    width:100px
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
