.page-header {
    background-image: url('../fondo.jpg');
}

.info {
    padding: 10px 0 10px;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 800px) {
    .fontsize {
        font-size: 20px;
        height: 40px;
    }
}

.errorMsg {
    display: none;
    color: Red;
}

.red {
    color: red !important;
}
.link{
    color:#005ca8;
}

@media (max-width: 979px) {

    .nav-collapse,
    .nav-collapse.collapse {
        /* height: 0; */
        overflow: hidden;
    }
}
@media (max-width: 420px) {
    .btn-navbar { 
        background-color: red;
    }
}
.login-header{
    background-image: url('../fondo.jpg'); background-size: cover; background-position: top center;
}
#tablaResult{
    border-collapse:collapse;
}
#modalbackgroundLoader{
    display: none !important; position: fixed; width: 100%; height: 100%; z-index: 999998; background: rgba(0, 0, 0, 0.48);
}
#modal-content{
    background-color: #414141;
}
.backGroundAndOpacityIE8{
    display: none !important; position: absolute; width: 100%; height: 100%; z-index: 999998;
}
#modal-body{
    text-align: center
}
.form-control {
    font-size: 1rem;
}
.d-none{
    display: none;
}
#w3-teal{
    background-color:#125487 !important;color: white;padding: 10px;
}
.lblCelular{
    font-weight: bold;
}
.lbl-white{
    color:white;
}
.lbl-green{
    color:green;
}