/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-oct-2020, 6:36:37
    Author     : sebastiantroya
*/
a{
    color: #0c6686;
}
.div-pnr{
    border-right: 1px solid #f3f3f3;

}
#div-loader{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
    background-color: #000;
    opacity: 0.7;
    display: none;
}
#section-menu{
    background-color: #373a3c;
}

.div-datos, .div-datos input{
    text-align: right;
}

.table th, .table td{
    padding: 0.5em;
}
.tarjeta{
    width: 50px;
    margin-right: 12px;
    margin-bottom: 18px;
    border: 1px solid #f5f5f5;
    padding: 2px;
}

.modal-body{
    max-height:80vh;
    overflow-y: auto;
}
.card-header{
    border-top: 3px solid #0099db;
}

#logos{
    background-color: #fff;
    padding-top: 24px;
    margin-bottom: 24px;
}
#footer{
    background-color: #fff;
    padding: 24px;
    font-size: 1.125em;
    font-weight: co;
    color: #424242;
    text-align: center;


}
#cabecera{
    background-color: #fff;
    padding: 12px 0px;
}
table{
    font-size: 12px;
}
.oculto{
    display: none;
}
.mensaje-error{
    font-size: 11px;
    color: #d92324;
}
.input-error{
    border: 2px solid #d82323;
}

.div-mascara{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    top: 0;
    opacity: 0.1;
    margin: -15px;
}
