
    /**
     * Creado por Edgar Emmanuele Sánchez Parrazales
     * Usuario: https://github.com/emmanueleconde
     * Fecha: 25/02/2019
     * Hora: 08:13 AM
     * Para: Laboratorios Silanes
     */
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix */

.header-principal {
    background-color: #00ccff;

}


.bg-red {
    background-color: #E2221A!important;
}

.bg-viaticos {
    background-color: #5a6268;
    color: #efefef;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: darkgreen;
    background-color: green;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: indianred;
}

hr.red {
    border: 2px solid red;
}

.ccostos{
    font-size: .7rem;
}

.ima {
    margin-right: 10px;
}

.contenido_tabla{
    text-align: center;
    vertical-align: middle;
}

.username{
    color: #fff;
    margin-right: 10px;
}

.texttable {
    font-size: .85rem;
    overflow:scroll;
    height:400px;
    width:100%;
}

.texttable1 {
    font-size: .85rem;
    overflow:scroll;
    height:400px;
    width:100%;
}

.texttable2 {
    font-size: .85rem;
    overflow: scroll;
    height: auto;
    width: 100%;
}

.resumenanticipos {
    font-size: .70rem;
    }


.monauth{
    text-align: right;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.montostotal{
        color: #585858;
        text-align: right;
}

.xmlres{
}

.totalfactura{
    text-align: right;
    color: #fff;
    font-size: large;
    display: block;
    background-color: #2e2e2e;
}

.asientosap {
    font-size: .80rem;
    overflow:scroll;
    width:100%;
    margin-top: 20px;
    }

.totalfacturasap{
    text-align: right;
    color: #fff;
    }

.centro{
    text-align: center;
}

.asientofinanzas {
    font-size: .85rem;
    width:100%;
}

.asientofinanzastitulotabla {
    text-align: center;
    color: #fff;
    }


.totalmodal {
    text-align: right;
    color: #fff;
}

.resumenusuarios{
    font-size: 12px;
    color: white;
}

.montoedocta{
    text-align: right;
}

.concenter{
    text-align: center;
}

.conright{
        text-align: right;
    }

.conleft{
        text-align: left;
    }
.gsize{
        width: 430px;
        display: block;
    }
.nsize{
        width: 300px;
        display: block;
    }
.msize{
        width: 200px;
        display: block;
    }
.ssize{
        width: 150px;
        display: block;
    }
.ssize2 {
    width: 170px;
    display: block;
}

.headcolor{
    background-color: #DEE2E6;
    color: #000;
}

.anticiporeg{
    background-color: #E9ECEF;
    color: #000;
}

.anticiporegpro{
    background-color: #F1F2F2;
    color: #00698C;
}

.anticiporegnopro{
    background-color: #F8F9FA;
    color: #990000;
}

.detallefacturas{
    font-size: .70rem;
    color: #2b2b2b;
    font-weight: bold;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

