﻿#card_coberturas {
    border:none !important;
}

#mainTitle {
    background-color: #004c78 !important;
    color: #fff;
}

#mainNav {
    padding: 10px;
    width: 100%;
    /*text-align:left;
      display: block;
    */
}
/*
==============================================
Seccion de div de mensajes
==============================================
*/

.overlay-no-display {
    height: 0;
    width: 0;
    display: none;
}

.overlay-show {
    background: rgba(0, 0, 0, 0.45);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

    .overlay-show #divMensaje {
        position: fixed;
        z-index: 9999;
        top: 30%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 370px;
        text-decoration: none;
        padding: 20px 15px;
        border-radius: 3px;
        box-shadow: 1px 5px 15px #3c3c3c;
        font-size: 14px;
        text-align: center;
    }

.msj-hidden, .msj-hidden span .msj-hidden .content-grid, msj-hidden .small-grid {
    width: 0;
    height: 0;
    opacity: 0;
    background-color: transparent;
}

.overlay-show span {
    display: block;
}

.overlay-show .button-dialog {
    display: inline-block;
    border: none;
    padding: 12px 10px;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 3px;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 12px;
    margin-top: 20px;
}

.button-dialog-hidden {
    display: none;
}

.overlay-show input[type=button]:last-child, .overlay-show input[type=submit]:last-child {
    margin-right: 0;
}

.overlay-show input[type=button]:hover, .overlay-show input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.60);
}

.msj-warning {
    background-color: #fffee9;
    color: #383708;
    border: 1px solid #fff548;
}

.msj-error {
    background-color: #ffdede;
    color: #220101;
    border: 1px solid #d04d4d;
}

.msj-info {
    background-color: #daf0ff;
    color: #07456f;
    border: 1px solid #6ac3ff;
}

.overlay-show .panel-modal {
    position: fixed;
    z-index: 9999;
    top: 27%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 390px;
    background-color: #eee;
    display: block;
    height: 350px;
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 3px;
    box-shadow: 1px 5px 15px #3c3c3c;
    font-size: 14px;
    text-align: center;
}

.sinPadding {
    padding: 0 !important;
}

.celesteHeader {
    background: #2fb5e9 !important;
}

.paddingTop {
    padding-top: 30px !important;
}

.paddingRight {
    padding-right: 15px !important;
}


.tamImagenHeader {
    width: 75% !important;
}

.sinBorde {
    border:none !important;
}

.sinBorderRadius {
    border-radius: 0 !important;
}

.letraBlanca {
    color: azure !important;
}

.btn-registrarPoliza {
    float: right !important;
    background: #0168b3 !important;
    border: none;
    color: #fff;
}

    .btn-registrarPoliza:hover {
        background: #96c154 !important;
        border: none;
    }

    .btn-registrarPoliza:active {
        background: #96c154 !important;
        border-color: white !important;
    }

    .btn-registrarPoliza:focus {
        background: #96c154 !important;
        border-color: #96c154 !important;
        color: #fff;
        outline: none;
    }

.colorInputs {
    background: #bde7ff54;
}

.tam70 {
    width: 70%;
}

.tam23 {
    width: 23%;
}

.btn-ConsultarCedula {
    width: 30%;
    border-radius: 5px 5px 5px 5px;
    margin-left:20px;
}

.divCedula {
    padding: 0;
    display: flex;
    height: auto;
}

.divLoginInputs {
    height: auto;
}

.fondoImagen {
    background-image: url("../img/estudiantil/fondoCeleste.png");
    padding-bottom: 1px;
}

.imagenPrecios {
    width: 61%;
    display: block;
    margin: auto;
}

.imagenPreciosTitulos {
    width: 10%;
    display: block;
}

.imagenPreciosTitulosCobertura {
    width: 10%;
    display: block;
}

    .imagenPreciosTitulos:hover {
        background: #084671 !important;
        border: none;
    }

    .imagenPreciosTitulos:active {
        background: #2fb5e9 !important;
        border-color: #2fb5e9 !important;
    }

    .imagenPreciosTitulos:focus {
        background: #084671 !important;
        border-color: #084671 !important;
        color: #fff;
        outline: -webkit-focus-ring-color auto 0px;
    }

.escondeBoton {
    visibility:hidden;
}

.inputsInvisibles {
    display:none;
}

.txtTipoTarifaElegida {
    float: right;
    background: aliceblue !important;
    text-align: center;
}

.modalTabla {
    text-align: center;
}

    .modalTabla:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

.modalTabla-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border: solid 1px #c0c0c0;
    background: #f0f0f0;
    padding: 0px 10px 10px 10px;
}

    .modalTabla-dialog td {
        border: solid 1px #c0c0c0;
        text-align:center;
    }

    .modalTabla-dialog table {
        margin: 20px;
    }


.floatRight {
    float:right;
}

.marginLeft {
    margin-left:10px;
}

.ineditable {
    pointer-events:none;
    opacity:0.3;
}

.bordeRojo {
    border-color: red !important;
}

.bordeFormularioDiv {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
}

.estiloChecks input {
    margin-left: 15px;
    margin-right: 3px;
}

.divChecks {
    float: right;
    margin-top: 20px;
}

.imagenLogos {
    width: 20%;
    display: block;
    float:right;
}

.invisibleGrid {
    visibility:hidden;
}

.margenIzq {
    margin-left:5px;
}

.margenRadio {
    margin-left: 9px;
    margin-right: 3px;
}

    .margenRadio input {
        margin: 3px;
    }

.margenArriba {
    margin-top: 20px;
}

.divRadios {
    float: right;
    padding: 5px;
    padding-top: 9px;
    background: #3f8899;
    border-radius: 4px;
    display: flex;
    font-family: unset;
    font-weight: 600;
    color: white;
}

.margenLados {
    margin:20px;
}

.marginBottom {
    margin-bottom: 20px;
}

.btnLogin {
    border-radius: 5px 5px 5px 5px;
    background: #004c78 !important;
    border: none;
    color: #fff;
    font-family: sans-serif;
    font-weight: 500;
    cursor: pointer;
}

    .btnLogin:hover {
        background: #006ead !important;
        border: none;
    }

    .btnLogin:active {
        background: #006ead !important;
        border-color: white !important;
    }

    .btnLogin:focus {
        background: !important;
        border-color: #006ead !important;
        color: #fff;
        outline: none;
        box-shadow: 0 0 0 0 !important;
    }


.btnSalir {
    width: 14%;
    border-radius: 5px 5px 5px 5px;
    margin-left: 20px;
    float: right !important;
    background: #0168b3 !important;
    border: none;
    color: #fff;
}

    .btnSalir:hover {
        background: #96c154 !important;
        border: none;
    }

    .btnSalir:active {
        background: #96c154 !important;
        border-color: #96c154 !important;
        border-color: white !important;
    }

    .btnSalir:focus {
        background: #96c154 !important;
        border-color: #96c154 !important;
        color: #fff;
        outline: none;
    }



.btnConsultaLinea {
    border-radius: 4px 4px 4px 4px;
    background: #0168b3 !important;
    border: none;
    color: #fff;
}

    .btnConsultaLinea:hover {
        background: #96c154 !important;
        border: none;
    }

    .btnConsultaLinea:active {
        background: #96c154 !important;
        border-color: #96c154 !important;
        border-color: white !important;
    }

    .btnConsultaLinea:focus {
        background: #96c154 !important;
        border-color: #96c154 !important;
        color: #fff;
        outline: none;
    }





.mostrarControlVentana {
    display: block !important;
}

.quitarIcono {
    display: none !important;
}

.quitarIconoLight {
    display: none;
}

.margenFormResult {
    margin-top: 35px;
}

.fontBootstrap {
    font-weight: 700;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}

.margenArribaForm125 {
    margin-top:125px;
}

.margenAbajoForm230 {
    margin-bottom: 230px;
}

/*CSS PARA LOADING*/

.loadingCentrado {
    position: absolute;
    display: table;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    /*background-color: rgba(255,255,255,0.7);*/
}

.card{
    border-radius: 15px !important;
}

.card-header:first-child{
    border-top-left-radius: 15px !important;
     border-top-right-radius: 15px !important;
}

@media screen and (max-width:700px) {

    .loadingCentrado {
        left: -200px;
    }
}
@media screen and (max-width:899px) {

    .loadingCentrado {
        left: -150px;
    }
}
@media screen and (min-width:900px) (max-width:1000px) {

    .loadingCentrado {
        left: -100px;
    }
}

@media screen and (max-width:800px) {

    .btnSalir {
        width: 24% !important;
        border-radius: 5px 5px 5px 5px;
        margin-left: 3px;
        float: right !important;
        background: #0168b3 !important;
        border: none;
        color: #fff;
    }

    .divBtnSalir {
        text-align: right;
        width: 30%;
    }
}

.divBtnSalir {
    text-align: right;
    width: 50%;
}