
/* html, body {
    height: 100% !important;
    min-height: 100%;
    overflow-y: auto !important;
} */

.custom-file-label::after {
    content: "Arquivo" !important;
}

.table-condensed th {
    text-align:center;
    background: #c3c3c3;
}
.table-advance{
    color:darkgrey;
}
.cor-digiliza{
    color: #07beb0;
}
.cor-digiliza:hover{
    color: #05847a!important;
}
.fonte-vermelha{
    color: red!important ;
}
.fonte-8{
    font-size: 8px !important;
}
.fonte-9{
    font-size: 9px !important;
}
.fonte-10{
    font-size: 10px !important;
}
.fonte-11{
    font-size: 11px !important;
}
.fonte-12{
    font-size: 12px !important;
}
.fonte-16{
    font-size: 16px !important;
}
.fonte-18{
    font-size: 18px !important;
}
.b{
    font-weight:bold !important;
}
.i{
    font-style: italic !important;
}
.btn-primary{
    background-color: #07beb0!important;
    border-color: #07beb0!important;
}
.btn-primary:hover{
    background-color: #05847a!important;
    border-color: #05847a!important;
}
.semBorda{
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
.chosen-container{
    width: 100% !important;
}
.chosen-container-single .chosen-single {
    height: 37px !important;
    background: #fff !important;
    line-height: 35px !important;
    width: 100% !important;
}
.min-height-200 { height: 200px; }
.min-height-100 {
    height: 100px !important;
    /* width: 390px !important; */
}

.fundo{
    background-image: url("../../public/img/fundo.png");
    background-size: cover;
}

.riscado{
    text-decoration: line-through !important;
    color: red !important;
}
.right{
    align-tracks : right !important;
    text-align: right !important;
    align-self: right !important;
}

.fundoVermelho{
    background-color: red !important;
}

/***************** Botão liga e desliga checkBox **************************/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #05847a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #05847a;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.scroll {
    height:300px;
    overflow-y: auto;
}

/*************ordernar tabela*******************/
th {
    cursor: pointer;
    user-select: none;
}

.icone-ordem {
    margin-left: 5px;
    opacity: 0.6;
}

.col-ordenada {
    background: rgba(0, 123, 255, 0.08);
}

.money-br,
.money-br-3,
.money-br-4{
    align-tracks : right !important;
    text-align: right !important;
    align-self: right !important;
}

.fonte-10 + .chosen-container-single .chosen-single {
    height: 30px !important;
    line-height: 32px !important;
    padding: 0px 0px 0px 12x !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 10px;
    box-sizing: border-box;
}


/* Apenas o chosen com a classe .abre-cima abre para cima */
    .chosen-container.abre-cima .chosen-drop {
        top: auto !important;
        bottom: 100% !important;
        margin-bottom: 6px; /* espaçamento opcional */
    }
