@font-face {
    font-family: 'Roboto-Thin', sans-serif;
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../font/Roboto-Thin.ttf') format('truetype');
}


.divFactura .formulario label {
    font-family: Roboto-Thin, sans-serif !important;
    /* color: #526b92 !important; */
    margin: 2px;
    font-weight: 700 !important;
}
.divFactura .formulario input, .divFactura .formulario select {
    font-family: Roboto-Thin, sans-serif !important;
    color: #030303 !important;
}

.divFactura table>thead>tr>th {
    color: #fff;
    font-family: Roboto-Thin, sans-serif !important;
    background: #5e7999;
}

.divFactura button {
    background: #87b72b !important;
    border-color: rgb(184, 184, 184) !important;
}
.divFactura button.mat-icon-button {
    background: #fff !important;
    border-color: #fff !important;
}
.divTitulo {
    color: #005A80;
    font-size: 1.4em;
    margin-left: 10px;
}   
.divSubTitulo {
    color: #005A80;
    font-style: bold;
}
.divResolucion {
    color: #fff;
    font-size: 0.9em;
    background-color: #87b72b; 
    padding: 5px 0px 1px 20px;
    border-top-left-radius: 30px;
    vertical-align: middle;
}
.divResolucion select {
    font-size: 0.9em;
    width: 90%;
    border: 0px;
    padding: 0px;
    height: 10px;
}

.divResolucion .form-control {
    font-size: 1em !important;
    height: 25px !important;
    margin-top: 4px;
    margin-bottom: 4px;
}
.divPrefijo {
    background-color: #fff; 
    margin-top: 20px;
    padding: 0px 15px;
}
.divPrefijo label{
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff !important;
    font-size: 0.9em;
}

.inputFactura {
    height: 25px !important;
    font-size: 0.9em;
    padding: 0px 10px !important;
}

.divPrefijo input, .divPrefijo select{
    height: 25px !important;
    font-size: 0.9em;
    padding: 0px 10px !important;
    color:  #030303  !important;
    font-family: Roboto-Thin, sans-serif !important;
}
.textoNormal {
    color: #005A80;
}
.bordeInferior {
    border-bottom: 1px solid #b0b0b0;
}
.colorIcono {
    color: #87b72b !important;
}
.divValores {
    color: #8a8a8a;
    font-size: 1.1em;
    font-style: bold;
}

.botLateral{
    display: block !important; 
    margin-right: 60px !important;
}
::-webkit-file-upload-button {
    background: black;
    color: red;
    padding: 1em;
    content: 'whatever it is you want to add';
}

.btn-file {
    position: relative;
        overflow: hidden;
        background: #87b72b !important;
        border-color: #87b72b !important;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.divSoportes{
    color: #fff !important;
    height: 35px !important;
    border-radius: 20px !important;
    padding: 4px 20px !important;
    font-size: 0.9em !important;
}
.fondoGris{
    background-color:  #f8f8f8 !important;
}
.divFactura .form-control .ng-untouched .ng-pristine .ng-valid {
    font-size: 1em;
    height: 30px;
}
.divFactura .form-control .ng-untouched .ng-pristine .ng-invalid {
    font-size: 1em;
    height: 30px;
}

.divFactura .form-control {
    font-size: 1em;
    height: 30px;

}

.divFactura .form-control .ng-pristine .ng-valid .ng-touched {
    font-size: 1em;
    height: 30px;
}

.inputFactura{
    font-size: 0.9em;
    height: 30px;
}

.divFactura .form-control .ng-pristine .ng-invalid .ng-touched {
    font-size: 1em;
    height: 30px;
}

.divFactura .mat-datepicker-toggle-default-icon .ng-star-inserted {
    color: #87b72b !important;
}

.divFactura .form-control .ng-valid .ng-dirty .ng-touched {
    font-size: 1em;
    height: 30px;
}

.divFactura .mat-expansion-panel .ng-tns-c2-19 {
    box-shadow: 0 0 0 0 !important;
}

.divFactura .mat-expansion-panel:not([class*=mat-elevation-z]) {
    box-shadow: 0 0 0 0 !important;
}

.divFactura .bordeRedondeado{
    border-top-left-radius: 30px;
    height: 40px !important;    
}
.divFactura .mat-expansion-indicator::after {
    color: #000000 !important;
}

.divFactura .tablaRedondeada {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: #5e7999;
    font-size: 0.8em;
}
.divFactura .filaRedondeada {
    background-color: unset;
    border: 1px solid #fff;
}
.divFactura .tablaRedondeada td {
    background-color: #ffffff;
}

.selectColumnas {
    width: 100%;
    text-align: center;
    background-color: #5e7999;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.cajaSeleccion {
    position: relative;
}

.cajaSeleccion select {
    width: 100%;
}

.overSelectColumnas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#opcionesColumna {
    width: 200px;
    display: none;
    border: 1px #dadada solid;
    position: absolute; 
    background-color: #fff;
    text-align: left;
    z-index: 99;
    top: 30px;
    padding: 5px;
}

#opcionesColumna label {
    display: block;
    color: black !important;
    font-size: 0.9em !important;
}

#opcionesColumna label:hover {
    background-color: #f7f7f7;
}

.btn-primary {
    color: #fff;
    background-color: #365780 !important;
    border-color: #365780 !important;
}
.divFactura .card-body{
    padding: 0px !important;
    border: 0px !important;
    background-color: #f8f8f8 !important;
}
.divFactura .card-body.filtroBody{
    padding: 0px !important;
    border: 0px !important;
    background-color: #f8f8f8 !important;
}




