﻿.panel_facturacion {
    /*border: 2px solid #000000;*/
    float: left;
    /*position: absolute;*/
    width: 100%;
    padding: 0px;
    padding-bottom: 10px;
    border-radius: 10px;
    background: #cccccc;
    color: #000000;
}

.titulo_facturacion {
    /*margin-top: -20px;*/
    font-size: x-large;
    font-weight: bold;
    background: #2d394b;
    font-weight: bold;
    /*padding: 0px;*/
    color: #ffffff;
    width: 100%;
    border-radius: 4px 4px 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: 4px;
    color: #6f0000;
    width: 98%;
    margin: auto;
    margin-bottom: 10px;
    font-size: medium;
    float: left;
}

.botones_facturacion {
    width: 100%;
    float: left;
}

.caja:disabled {
    border: none;
}

.contenedor_error {
    z-index: 9999;
    position: absolute;
    width: calc(100% - 65px);
    left: 10px;
    background: cadetblue;
    padding: 20px;
    border-radius: 3px;
    color: #000000;
    top: 210px;
}

.codigo_error, .mensaje_error {
    width: 100%;
    margin: 2px;
    display: block;
}

.contenedor_btn_aceptar {
    width: 100%;
    margin-left: calc(50% - 20px);
    margin-top: 20px;
}

.contenedor_btn_documentos {
    width: 100%;
    margin-left: calc(50% - 170px);
    margin-top: 20px;
}