﻿.panel_facturacion {
    /*border: 2px solid #000000;*/
    /* float: left; */
    position: absolute;
    width: 97%;
    padding: 0px;
    padding-bottom: 10px;
    border-radius: 20px;
    background: #FFFFFF;
    color: #000000;
}

.titulo_facturacion {
    /*margin-top: -20px;*/
    font-size: x-large;
    font-weight: bold;
    background: #1C831C;
    font-weight: bold;
    /*padding: 0px;*/
    color: #FFFFFF;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

    .titulo_facturacion + span {
        padding-left: 10px !important;
    }

.instrucciones {
    margin: 10px 20px;
    font-size: large;
}

.tiempo_facturacion {
    margin: 10px;
    font-size: large;
    width: 100%;
}

.opciones {
    margin: 10px !important; 
    width: 100%;
}

.error_datos_facturacion {
    background: #fcb1b1 !important;
}

    .error_datos_facturacion::placeholder{
        color: #ffffff;
    }

.errores_facturacion {
    display: none;
    empty-cells: hide;
    background: #fcb1b1 !important;
    border: 2px solid #6f0000;
    border-radius: 10px;
    color: #6f0000;
    width: 98%;
    margin: auto;
    font-size: medium;
    float: left;
}

.botones_facturacion {
    width: 100%;
    float: left;
}

.caja:disabled {
    border: none;
}

.comprobantes {
} 

.comp_xml {

}

.comp_pdf {

}

.respuesta_erronea {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    margin-top: 25%;
    height: 100%;
}

.respuesta_existosa {
    color: #ffffff;
    font-size: 14px;
}