

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

}


.bg-red {
    /*background-image: linear-gradient(0deg, rgba(124,161,134,0.9976365546218487) 0%, rgba(7,108,33,1) 100%);*/
    background-color: #0094d8;
}

.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;
}

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

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

tr:nth-child(even) {
    background: #EBECED;
}

tr:nth-child(odd) {
    background: #FEFEFE;
}

.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;
    }

.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;
    }

.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%;
}

