﻿html, body {
    min-height: 100%;
    margin: 0;
}

body {
    font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    background-image: none;
    background-color: #00AF9D;
    color: #4E4E4E;
}

*, *:hover, *:active, *:focus {
    outline: none !important;
}

.page {
    height: 100vh;
    margin: 0 auto 0 auto;
}

.imgHome {
    width: 25px;
    margin-left: 7px;
    margin-right: 8px;
}

.btn-home {
    /* vertical-align: middle; */
    display: flex !important;
}

.ibica-header {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /*background: #008998;*/
    justify-content: space-between;
    height: 70px;
    /*height: 90px;*/
    vertical-align: middle;
    position: fixed;
    width: 100%;
    z-index: 5;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #00828E !important;
}



.ibica-menu-navegacion {
    order: 1;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    /*background-color: #00AF9D;*/
    /*width: 30px;*/
}


.ibica-logo {
    order: 2;
    max-width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
}


.ibica-menu-usuario {
    order: 3;
    min-height: 62px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

.btn-login {
    background-color: transparent !important;
    /*border: 2px solid #fff;*/
    color: #fff;
    background: #008998;
    box-shadow: none;
    font-weight: 600;
    font-size: 24px !important;
    display: flex;
    align-content: center;
}
.btn-login > .material-icons{
    font-size: 24px !important;
}

.navUser {
    /*background: #008998;*/
    min-height: 62px;
}



.flexSpaceBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexSpaceAround {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
}

body.spinnerActive {
    overflow: hidden !important;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    background: #008998;
}


.main {
    padding: 6px 15px;
    min-height: 440px;
    background-color: #fff;
    padding-top: 80px;
    min-height: calc(100vh - 607px);
}

    .main label {
        font-weight: 300;
        font-size: 12px;
        font-weight: 500;
    }

    .main a.btn:hover, .main a.btn:active, .main a.btn:focus, #footer a:hover, #footer a:active, #footer a:focus {
        color: #ffffff;
        text-decoration: none !important;
        transform: scale(1);
        outline: none !important;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    font-weight: 400;
}

.form-control {
    border: 1px solid #aaa;
    /*border-radius: 10px!important;
    height: 40px!important;
        Cuando se descomente esto, quitar estos 2 campos de la definicion de la clase form-control de transferencias.css
    */
}
/*.header.fixed {
        position: fixed;
        z-index: 10;
        top: 0;
        width: 100%;
    }*/


.breadcrumb {
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

    .breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb span {
        color: #008998;
        outline: none !important;
    }

    .breadcrumb .breadcrumb-item {
        vertical-align: text-bottom;
        font-size: 15px !important;
        font-weight: 300;
    }

    .breadcrumb .separator {
        font-weight: 900;
        padding: 0 5px;
        font-size: 22px !important;
    }


/*-----BOTON SALIR----*/
#LoginView1_btnIniciarSesion {
    border: none !important;
}


.main {
    background-color: #D4EAE8;
}

/*.imgiServicios {
    width: 100%;
    max-width: 150px;
    height: auto;
}*/

.imgiServicios {
    width: 100%;
    max-width: 150px !important;
    margin-left: 0px !important;
    height: auto;
}


.fullHeight {
    height: 100%;
}


.verticalCenter {
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: central;
    align-self: center;
}



/*------------------------SECCION FOOTER-------------------*/
.page #footer .row p, a {
    font-size: 13px !important;
}

#footer a {
    color: #ffffff;
}

.footer-contactos {
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-contactos a {
        margin: 5px;
    }

#footer .flechas a::before {
    content: url(../img/flechas/right-arrow-angle-white.png);
    padding-right: 5px;
    height: 10px;
    width: 10px;
}

.page #footer .row h4 {
    font-size: 13px !important;
}

#footer .line50percent {
    visibility: collapse;
}

#footer {
    padding-top: 20px;
    color: #ffffff;
    background: #008998;
}

.footer-fila {
    padding: 0px 40px;
}

#footer i {
    vertical-align: text-bottom;
    font-size: 14px;
}

.footer-separador {
    border-color: rgb(0,175,157);
}

.footer-separador-mobile {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 5px 0 !important;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
}

.bold {
    font-weight: bold !important;
}

@media only screen and (max-width:992px) {
    .btn-user .caret {
        color: transparent;
    }

    #footer {
        text-align: center;
    }
}



@media (min-width: 992px) {
    .main {
        padding-top: 100px;
    }

    .ibica-header {
        justify-content: space-between;
        height: 90px;
        background-color: #00828E !important;
    }

    .imgiServicios {
        max-width: 150px !important;
        margin-left: 30px !important;
    }

    .ibica-logo {
        order: 1;
    }

    .ibica-menu-usuario {
        order: 2;
    }

    .ibica-menu-navegacion {
        order: 3;
        width: 100%;
        background-color: #00AF9D;
    }

    .breadcrumb .breadcrumb-item {
        vertical-align: text-bottom;
        font-size: 15px;
        font-weight: 300;
    }
}



/*Componentes comunes*/


/*Terminos y condiciones*/
#lbTyc, #pnlTyC, #pnlTyCApp {
    position: fixed;
    overflow-y: auto;
    padding: 15px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3) !important;
    z-index: 99999;
}

    #pnlTyC input[type=checkbox], #pnlTyCApp input[type=checkbox], #pnlTyC label[for=chkTyCApp], #pnlTyCApp label[for=chkTyCApp] {
        display: inline;
    }

    #pnlTyCApp > div:first-child, #pnlTyC > div:first-child {
        background: #fff;
        z-index: 9999999;
        padding: 60px 10px;
        border: 1px solid #333;
        margin-top: 10vh;
        border-radius: 5px;
    }



.popup-TyC-acciones {
    width: 100%;
    margin-top: 20px;
}

.tooltip-box {
    position: relative;
}

.link-tooltip {
    height: 18px;
    width: 18px;
    border-radius: 9px;
    border: 2px solid #00858a;
    text-align: center;
    position: absolute;
    right: 11px;
    top: 6px;
}

    .link-tooltip .linkTooltip {
        font-size: 12px;
        color: #00858a;
        font-weight: 900;
        padding: 1px 5px;
        position: relative;
        top: -1px;
        text-decoration: none;
    }


@media(min-width: 768px) {
    .div-wuc-desplegable {
        max-height: 55vh;
        overflow-y: auto;
    }
}