﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Varela|Open+Sans:700,300,400|Open+Sans+Condensed:300,700|Roboto:100,300);
/*@import url(css1.css);*/
@import url(css2.css);
@font-face {
    font-family: 'OpenSans-BCI' !important;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-LightItalic.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
body {
    background: #f0f0f0;
    min-width: 320px;
    font-family: 'Open Sans', sans-serif;
    /*display: flex;
    min-height: 100vh;
    flex-direction: column;*/
}

/* Fix para footer stick-to-bottom */
.no-ie main {
    flex: 1;
}
.logoTipoBCISeguros {
 background: url('../images/baselogo.png') center bottom no-repeat;
 width:26%;
 position:absolute;
 top:0;
 height:150px;
 z-index:10000;
 box-sizing: border-box;
}
/* top BCI */
#bci-top {
    position: relative;
    height: 48px;
    width: 100%;
    min-width: 290px;
}

    #bci-top aside {
        background: #fff url(../images/bci-iso.png) no-repeat 98.5% bottom;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 1;
    }

        #bci-top aside.home-public {
            background-image: none!important;
        }

        #bci-top aside img {
            margin: 20px 0 0 20px;
            float: left;
        }

        #bci-top aside h1 {
            float: left;
            font-family: 'Roboto',sans-serif;
            font-weight: 100;
            font-size: 38px;
            margin: 33px 0 0 3px;
        }

    #bci-top .sombra {
        position: absolute;
        box-shadow: 0px 3px 16px #000;
        z-index: 0;
    }

        #bci-top .sombra.top {
            width: 80px;
            height: 4px;
            top: 30px;
        }

        #bci-top .sombra.bottom {
            top: 68px;
            height: 11px;
            width: 350px;
        }

    #bci-top .top.left {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg);
        -moz-transform: rotate(80deg);
        -o-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        left: -32px;
    }

    #bci-top .top.right {
        transform: rotate(-80deg);
        -webkit-transform: rotate(-80deg);
        -moz-transform: rotate(-80deg);
        -o-transform: rotate(-80deg);
        -ms-transform: rotate(-80deg);
        right: -32px;
    }

    #bci-top .bottom.left {
        transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        left: 10px;
    }

    #bci-top .bottom.right {
        transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        right: 10px;
    }
/* Header */
header {
    margin-top: 10px;
    position: relative;
}

#main-menu {
    font-weight: 300;
    font-size: 23px;
}

    #main-menu > li {
        position: static;
    }

        #main-menu > li > a {
            font-size: 14px;
            color: #666;
        }

            #main-menu > li > a span {
                display: none;
            }

            #main-menu > li > a:hover {
                color: #2c71ca;
            }

        #main-menu > li > ul {
            position: absolute;
            left: 0;
            width: 100%;
            background: #fff;
            display: none;
        }

        #main-menu > li.active > ul {
            display: block;
        }

            #main-menu > li.active > ul li a {
                font-weight: 300;
                color: #666;
                font-size: 17px;
                padding: 15px 10px;
            }

                #main-menu > li.active > ul li a:hover, #main-menu > li.active > ul li.active a {
                    background: #f2cf32;
                    color: #fff;
                }

.intro-text {
    padding: 10px 10px 0px;
    display: block;
    float: left;
    font-size: 19px;
    line-height: 33px;
}

.well.sesion {
    padding: 9px 20px;
    
    margin-bottom: 0px;
    background: #dadada;
}

    .well.sesion p {
        padding-right: 24px;
        color: #363636;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .well.sesion a {
       
        font-size: 15px;
    }

.nav-tabs {
    border-bottom-color: transparent;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none;
    }

    .nav-tabs > li > a:hover {
        border-color: transparent;
    }

.navbar-toggle {
    float: left;
    background: #dadada url(../images/bg_collapse.gif) repeat-x;
    border: solid 1px #dadada;
    padding: 8px 7px;
}

    .navbar-toggle .icon-bar {
        background: #dadada;
    }

.nomina {
    background: #989898;
    margin-top: 48px;
    overflow: hidden;
}

    .nomina p {
        color: #fff;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
    }

    .nomina a {
        color: #fff;
        text-decoration: underline;
        padding: 8px 10px 6px;
    }
/* Contenedor */
#content {
    margin-top: 20px;
    background: #fff;
    padding: 12px 6px 10px;
}

.title-container {
    padding: 10px 16px;
    background: #e1e1e1;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.sub-container {
    padding: 10px 16px;
    background: #e1e1e1;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 2px;
    overflow: hidden;
}

.title-container h2 {
    color: #666;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.subtitle-container p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #666;
}

.side-banner {
    border: solid 1px #a1a1a1;
    margin-bottom: 9px;
}

    .side-banner img {
        width: 100%;
    }

.main-box {
    background: #f0f0f0;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
}

    .main-box h2 {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 9px 0;
        text-transform: uppercase;
        padding: 0;
    }

    .main-box p {
        color: #666;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .main-box img {
        margin-top: 30px;
    }
/* Footer */
footer {
    background: #2D2D2D;
    margin-top: 15px;
    font-weight: 300;
    padding-top: 15px;
}

    footer .logo-box {
        min-width: 12px;
    }

    footer img {
        margin: 0 23px 0 0;
    }

    footer p {
        margin: 0;
    }

    footer .data-footer {
        color: #2D2D2D;
        font-size: 13px;
        float: left;
        margin-top: 9px;
    }

    footer .social-network {
        height: 46px;
    }

        footer .social-network a {
            background: #2D2D2D;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: block;
            text-align: center;
            float: right;
            text-indent: 1px;
            line-height: 25px;
            margin-left: 7px;
            margin-top: 12px;
        }

            footer .social-network a span {
                color: #2D2D2D;
            }

    footer hr {
        margin: 10px 0;
        clear: both;
        border: solid 1px #424242;
    }

    footer .legales {
        color: #2D2D2D;
        font-size: 12px;
        clear: both;
        padding-bottom: 8px;
    }
/* Carrusel */
.carousel-inner img {
    width: 100%;
}

.boton-planes {
    background: #0b72cf;
    color: #fff;
    font-weight: 300;
    padding: 10px 25px;
    position: relative;
    right: -68%;
    display: block;
    float: left;
    width: auto;
    margin-bottom: 6%;
}

    .boton-planes:hover {
        color: #fff;
        text-decoration: none;
    }
/* Home publico */
aside.sidebar {
    background: #e1e1e1;
    padding: 0;
    border-radius: 5px;
}

    aside.sidebar h4 {
        font-size: 19px;
        font-weight: 300;
        border-bottom: solid 2px #f0f0f0;
        margin-top: 0px;
        line-height: 33px;
    }

.head-bar {
    margin: 0 12px 10px;
}

.side-menu {
    margin: 0 25px;
    padding: 0 0 15px 0;
}

    .side-menu li {
        list-style: none;
    }

        .side-menu li a {
            font-size: 16px;
            color: #fff;
            display: block;
            width: 100%;
            text-align: center;
            background: #979797;
            padding: 10px 0;
            margin: 2.5px 0;
        }

            .side-menu li a:hover {
                background: #6c6c6c;
                text-decoration: none;
            }

.banner {
    border: solid 1px #a1a1a1;
    padding: 2.5% 0;
    float: left;
    position: relative;
    margin-right: 1%;
}

    .banner.gris {
        background: #e3e3e3;
        margin-right: 0;
    }

    .banner img {
        width: 90%;
    }

.login {
    /*background: #e2e2e2 url(../images/login-icon.png) no-repeat 100% 0%;
    width: 39%;*/
    float: right;
    height: 100%;
    /*border-color: #b6b6b6;
    border-width: 0px 1px;*/
    margin-right: 12%;
    /*border-style: solid;*/
    position: relative;
    max-width: 285px;
}

    .login .btn {
        position: absolute;
        bottom: 50%;
        left: 20%;
        padding: 10px 35px;
    }

    .login span {
        font-size: 22px;
        padding: 15px 15px 0;
    }
/* Login */
.log-box {
    width: 60%;
    margin: auto;
    background: #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
}

    .log-box h2 {
        font-weight: 300!important;
    }

    .log-box h3 {
        color: #0b72cf;
        text-shadow: 1px 1px 2px #fff;
        font-size: 19px;
        text-align: center;
        margin: 0 0 10px;
    }

    .log-box p {
        font-size: 15.2px;
    }

#login div {
    display: block;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
}

    #login div span {
        display: block;
    }

    #login div input {
        width: 100%;
        border: solid 1px #525252;
        border-radius: 5px;
        padding: 11px;
        font-weight: 300;
        background: rgb(220,220,220);
        background: -moz-linear-gradient(top, rgb(220,220,220) 0%, rgb(244,244,244) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(220,220,220)), color-stop(100%, rgb(244,244,244)));
        background: -webkit-linear-gradient(top, rgb(220,220,220) 0%, rgb(244,244,244) 100%);
        background: -o-linear-gradient(top, rgb(220,220,220) 0%, rgb(244,244,244) 100%);
        background: -ms-linear-gradient(top, rgb(220,220,220) 0%, rgb(244,244,244) 100%);
        background: linear-gradient(to bottom, rgb(220,220,220) 0%, rgb(244,244,244) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f4f4f4', GradientType=0 );
    }

.bajada {
    font-size: 23px;
    text-align: center;
    color: #666;
    width: 60%;
    margin: auto;
}

.login-link {
    text-align: center;
    margin-bottom: 10px;
}

    .login-link a {
        display: block;
        color: #666;
        text-decoration: none;
        font-size: 16px;
    }

        .login-link a:hover {
            color: #333;
        }
/* General */
.btn-helper {
    color: #edff7d;
    padding: 0;
    background: #70703c;
    margin-top: 2px;
    border-radius: 50%;
    border: solid 1px #70703c;
    outline: none;
}

.btn-bci {
    background: #4271cb;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin: auto;
    border: none;
    padding: 5px 15px;
    border-radius: 0;
    text-align: center;
}

    .btn-bci:hover, .btn-bci:focus, .btn-bci:active {
        color: #fff;
        background: #395fa5;
    }

.btn-bci-a {
    background: #4271cb;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: auto;
    border: none;
    padding: 5px 15px;
    border-radius: 0;
    text-align: center;
}

.btn-bci-a:hover, .btn-bci-a:focus, .btn-bci-a:active {
        color: #fff;
        background: #395fa5;
}

.alert {
    color: #d12b39;
}

.pass {
    color: #4271cb;
}

.push-top {
    margin-top: 28px!important;
    overflow: hidden;
}

.push-2x-top {
    margin-top: 60px;
}

.push-bottom {
    margin-bottom: 15px;
}

.push-2x-bottom {
    margin-bottom: 30px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-30 {
    padding-top: 30px;
}

.btn-square {
    border-radius: 0px!important;
    font-weight: 300;
}

.def-image {
    width: 100%;
}

.wrap {
    display: block;
    overflow: hidden;
    clear: both;
}

.dis-table {
    display: table;
}

.dis-cell {
    display: table-cell;
}

.no-pad {
    padding: 0;
}

.pad-r {
    padding-right: 15px;
}

.btn-form {
    border-radius: 0;
    padding: 5px 25px;
    font-weight: 300;
}

.fw-t {
    font-weight: 300;
}

.gris {
    background: #adadad;
}

    .gris:hover {
        background: #7c7c7c;
    }

.gris-banner {
    background: #e3e3e3;
}

    .gris-banner:hover {
        background: #e3e3e3;
    }

.important {
    color: #0b72cf;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Cabecera Flujos */
.intro-icon {
    float: left;
    background: url(../images/ico-recluta-01.png) no-repeat center bottom;
    width: 150px;
    height: 120px;
}

    .intro-icon:before {
        content: 'Ingreso de Datos';
        font-size: 23px;
        display: block;
        text-align: center;
        width: 100%;
    }

.pasos {
    clear: both;
    margin-top: 5px;
}

    .pasos ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: table;
        width: 100%;
    }

    .pasos li {
        display: table-cell;
        width: 105px;
        height: 90px;
        max-height: 90px;
        background: url(../images/pasos-reposo.png) no-repeat center right;
        padding-right: 21px;
    }

        .pasos li p {
            display: block;
            background: #e1e1e1;
            height: 100%;
            margin-bottom: 0;
        }

            .pasos li p strong {
                font-size: 28px;
                padding-left: 10px;
                color: #4271cb;
            }

            .pasos li p span {
                font-size: 13px;
                padding-left: 8px;
                display: block;
                line-height: 15px;
            }

        .pasos li.active {
            background: url(../images/pasos-active.png) no-repeat center right;
        }

            .pasos li.active p, .pasos li.active p strong {
                background: #4271cb;
                color: #fff;
                border: none;
            }

.aviso {
    width: 78%;
    height: 80px;
    padding: 10px 18px;
    background: #7abd9a;
    float: right;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #c4c4c4;
    color: #fff;
    text-align: right;
    font-size: 15px;
    margin-top: 34px;
}

    .aviso:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 26px;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-right: 26px solid #7abd9a;
        border-bottom: 13px solid transparent;
    }
/* Formularios */
form .sub-container {
    overflow: hidden;
}

    form .sub-container span {
        margin-bottom: 5px;
        font-size: 17px;
    }

    form .sub-container label {
        width: 100%;
        font-weight: 300;
    }

        form .sub-container label span {
            display: block;
        }

        form .sub-container label input[type="text"], form .sub-container label select, input.datepicker, {
            width: 100%;
            margin: 0;
            padding-top: 7px!important;
            padding-bottom: 7px!important;
        }

        form .sub-container label input[type="file"] {
            width: 50%;
            margin: 0;
            padding-top: 7px!important;
            padding-bottom: 7px!important;
            padding-left: 10px;
        }

    form .sub-container div div {
        overflow: hidden;
    }

        form .sub-container div div span {
            display: block;
        }

        form .sub-container div div label {
            /*/width: 50%;*/
            float: left;
            padding: 0 2px;
        }

    form .sub-container textarea {
        width: 100%;
        resize: none;
        min-height: 125px;
    }

textarea, input, select {
    border: solid 1px#535353;
    border-radius: 5px;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f4f4f4',GradientType=0 );
}

    input[type="text"], textarea, section select {
        padding: 2px 5px;
        outline: none;
        width: 100%;
    }

.btn-control {
    text-align: center;
    margin-top: 35px;
}

.bci-from {
    border-radius: 0;
    padding: 8px 50px;
    margin-bottom: 5px;
}

.btn-control a {
    color: #666;
    font-size: 17px;
}

.bci-slim {
    border-radius: 0;
    font-weight: 300;
    width: 100%;
}

label {
    margin-bottom: 7px;
}

.sub-label {
    margin-left: 25px;
}

.caja-datos {
    background: #cdcdcd;
    padding: 15px;
    margin: 10px;
    overflow: hidden;
}

    .caja-datos > label {
        width: 100%!important;
        float: none!important;
    }

    .caja-datos > .col-xs-12 {
        padding: 10px 20px;
    }

        .caja-datos > .col-xs-12 label, .caja-datos .editable label {
            width: 100%!important;
        }

    .caja-datos .total {
        background: #b0b0b0;
        text-align: center;
    }

        .caja-datos .total label {
            width: 100%;
        }

        .caja-datos .total input {
            float: left;
            width: 90%!important;
            text-align: right;
        }

        .caja-datos .total .include {
            margin-top: 7px;
        }

    .caja-datos .list-group-item {
        margin-bottom: 5px;
    }

        .caja-datos .list-group-item input {
            margin-right: 10px;
        }

        .caja-datos .list-group-item strong {
            font-size: 17px;
        }

        .caja-datos .list-group-item:first-child, .caja-datos .list-group-item:last-child {
            border-radius: 0px;
        }

.bci-thin {
    font-weight: 300;
    border-radius: 0;
    margin-right: 5px;
    padding: 5px 12px;
}

.text-right.dis-cell {
    padding: 12px 0;
    font-size: 17px;
}

.total-box {
    background: #b0b0b0;
}

.min {
    width: 50px!important;
    float: left;
    margin-right: 7px!important;
}

.total-box label {
    width: 100%!important;
    text-align: center;
}

.box-35-c {
    width: 37%;
    margin: auto;
}

.total-box .fa {
    position: absolute;
    right: 15%;
    bottom: 5%;
    background: url(../images/check.png);
    height: 33px;
    width: 33px;
}

.bci-thin:last-child {
    margin-right: 0px;
}

.modify {
    position: relative;
    padding: 10px 0 0;
}

    .modify input[type="checkbox"] {
        margin-left: 15px;
    }

    .modify strong + strong {
        margin-right: 15px;
    }

    .modify .editable {
        display: block!important;
    }

.editable {
    display: none;
}

.editable {
    background: #fff;
    margin-top: 10px;
    padding: 30px 0px;
}

    .editable input.datepicker {
        margin: 0!important;
    }

.btn-bci-ok {
    background: #519060;
    color: #fff;
    margin: 28px auto 5px;
    display: block;
}

    .btn-bci-ok:hover {
        color: #fff;
        background: #356941;
    }

#select1 {
    background: rgb(152, 152, 152);
    color: #fff;
    border: none;
}
/* Reembolso */
.datos {
    color: #666;
}

    .datos p {
        margin: 2px 0;
        line-height: 1.2em;
        font-size: 16px;
    }

    .datos strong {
    }

    .datos address {
        margin-top: 20px;
    }

.container-table {
    font-size: 15px;
    margin: 5px 0;
    overflow: hidden;
}

    .container-table div {
        background: #cfcfcf;
        margin: 1px 0;
        padding: 5px 0 5px 7px;
    }

        .container-table div:first-child + div {
            text-align: center;
        }

        .container-table div:last-child {
            padding-right: 10px;
            text-align: right;
        }

.banner-acceso {
    display: block;
    overflow: hidden;
    background: #f0f0f0;
    border: solid 1px #a2a2a2;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: solid 4px #508e40;
    height: 170px;
    text-decoration: none!important;
    margin-bottom: 15px;
}
.banner-acceso2 {
    display: block;
    overflow: hidden;
    background: #f0f0f0;
    border: solid 1px #a2a2a2;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: solid 4px #F3D208;
    height: 170px;
    text-decoration: none!important;
    margin-bottom: 15px;
}
    .banner-acceso.ma1 {
        border-bottom: solid 4px #c22c36;
    }
   .banner-acceso2.ma2 {
        border-bottom: solid 4px #F3D208;
    }

   .banner-acceso.ma1 h4 {
            color: #c22c36;
    }      
   .banner-acceso2.ma2 h4 {
            color: #F3D208;
   }

    .banner-acceso h4 {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 700;
        color: #508e40;
        margin-top: 20px;
    }

   .banner-acceso2 h4 {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 700;
        color: #F3D208;
        margin-top: 20px;
    }


    .banner-acceso img {
        float: left;
    }
   .banner-acceso2 img {
        float: left;
    }

    .banner-acceso p {
        color: #666;
        font-size: 16px;
    }
    .banner-acceso2 p {
        color: #666;
        font-size: 16px;
    }

.highlight {
    background: #bababa;
    padding: 5px 10px;
}

.midlight {
    background: #cdcdcd!important;
    padding: 5px 10px;
}

.softlight {
    padding: 0 0;
    background: #d1d1d1;
    min-height: 57px;
    ;
}

.softerlight {
    background: #e1e1e1;
    padding: 15px;
    overflow: hidden;
}

.softlight p {
    margin-bottom: 0px;
}

.ultralight {
    background-color: #f0f0f0;
    padding: 15px;
    overflow: hidden;
}

.no-pad .highlight {
    margin-bottom: 0;
}

.softlight input, .softlight select {
    width: 100%;
}

.reembolso label {
    width: 100%!important;
}
/*.reembolso input,.reembolso select{width:100%;}*/
.recetaPermanencia {
    padding: 20px 6px 20px 0!important;
}

.no-bottom {
    margin-bottom: 0;
}

.bci-from.fw-t {
    padding: 5px 20px;
}

.box-center {
    margin: auto;
    float: none;
}

.v-block {
    display: block;
}

.softerlight .box-center div label {
    text-align: center;
    width: 100%;
}

.softerlight .box-center div p {
    text-align: center;
}

.softerlight .box-center div strong {
    display: block;
    text-align: center;
}

.notice-green {
    color: #009a3c;
    font-size: 16px;
    margin-bottom: 10px;
}

.code input {
    width: 60%;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.bline {
    margin-bottom: 1px;
}

.panel-title > a {
    display: block;
    text-decoration: none;
}

.box-center .confirmacion h4 {
    color: #4271cb;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-center .confirmacion p {
    text-align: left!important;
    font-size: 19px;
}

.box-center .confirmacion strong {
    font-size: 29px;
    color: #666;
    text-align: left!important;
    margin-bottom: 10px;
}
/**/
a.fa {
    text-decoration: none;
}

section p {
    font-size: 15px;
}

.softlight .table {
    background: #e8e8e8;
}

    .softlight .table tr td:last-child {
        width: 50px;
    }

    .softlight .table tr td {
        vertical-align: middle;
    }

        .softlight .table tr td:last-child a:first-child {
            margin-right: 8px;
        }

.table .header {
    background: #fff;
    font-weight: 700;
    color: #666;
}

.table .footer {
    font-weight: 700;
    color: #666;
}

.slim-pad {
    padding: 10px!important;
    min-height: 10px;
    clear: both;
}

.row4 div {
    padding: 0 6px 0 0;
}

.mensaje {
    background: #ededed;
    color: #666;
    padding: 35px;
    margin: 30px auto 0;
    width: 75%;
}

    .mensaje img {
        display: block;
        margin: 0 auto 20px;
    }

    .mensaje p {
        font-size: 23px;
        text-align: center;
    }

    .mensaje.mensaje-cuenta p {
        font-size: 16px;
        text-align: left;
    }

    .mensaje.mensaje-cuenta strong {
        display: block;
        font-size: 17px;
    }

p.mensaje-cuenta {
    width: 75%;
    color: #666;
    margin: 5px auto;
}

.panel-group.comprobante .panel-heading {
    background-color: #bababa;
}

.panel-group.comprobante .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #bababa;
}

.panel-group.comprobante .softerlight {
    margin-bottom: 7px;
}

.padded {
    padding: 15px;
}
/* Formulario Acordeon */
#accordion div label {
    width: 100%;
}

#accordion div textarea {
    min-height: 50px!important;
}

.panel-heading.midlight {
    position: relative;
}

.option-select {
    width: 110px;
    position: absolute;
    right: 40px;
    top: 5px;
    overflow: visible!important;
}

    .option-select img {
        position: absolute;
        left: 80px;
        width: 25px;
    }

    .option-select label {
        width: 30%!important;
    }

.whitebox {
    clear: both;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 2px;
    overflow: hidden;
}

.midlight h5 {
    color: #666;
    font-weight: 700;
    font-size: 17px;
    text-shadow: 1px 1px 1px #e7e7e7;
}

.highlight.push-top.no-bottom + .softlight {
    padding: 0!important;
}

.whitebox div {
    font-size: 16px;
}

    .whitebox div strong {
        color: #666;
    }

.link-pdf {
    color: #1072cf;
    font-size: 15px;
}

    .link-pdf:after {
        display: inline-block;
        content: '';
        background: url(../images/pdf-ico.png);
        height: 27px;
        width: 22px;
    }



.panel-body.softlight {
    padding-top: 7px;
}
/* Fix Tabla Solicitudes de rembolso */
.like-table {
    padding: 0px!important;
}

.like-row {
    display: table;
    background: #e8e8e8;
    position: relative;
}

    .like-row div {
        display: table-cell;
        vertical-align: middle;
        padding: 8px;
        height: 55px;
    }

        .like-row div a:first-child {
            margin-right: 8px;
        }

.head-row {
    background: #fff;
    font-weight: 700;
    color: #666;
}

    .head-row div {
        height: 30px;
        padding-top: 5px;
        padding-left: 5px;
    }

.footer-row {
    font-weight: 700;
    border-top: solid 1px #ddd;
}

.table-edit {
    height: 30px!important;
    position: absolute;
    right: -90px;
    top: 5px;
}

    .table-edit a {
    }

        .table-edit a:first-child {
        }

        .table-edit a span {
            display: none!important;
        }

/*Flujo Ingreso Readonly*/
input[readOnly], input[readOnly="readonly"] {
    background: rgba(255,255,255,0.2);
    border: solid 1px #ddd;
}
/* Modificaciones */
.title-container {
    margin-top: 10px;
}

.separador {
    border-bottom: 2px solid #FFF;
}

.buttons {
    margin: 0 auto;
    padding-top: 15px;
}
/* Cargar Nomina*/
.bita {
    border-bottom: 4px solid #3864ab;
}

.banner-acceso.bita h4 {
    color: #3864ab;
}
/* Recuperar Clave */
.informacion {
    font-size: 25px;
    text-align: center;
    color: #666666;
}

.title_recupera {
    font-weight: bold;
    font-size: 19px;
    padding-right: 124px;
}

.recupera {
    padding-left: 80px;
}

.img_recupera {
    padding-left: 30px;
}
/* Formularios Perfil - Permisos */
.push-bottom-form {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Productos y Siniestros */
.salud {
    border-bottom: 4px solid #e8c62f;
}

.banner-acceso.salud h4 {
    color: #e8c62f;
}
/* Modificacion de datos*/
.datos2 {
    text-indent: 25%;
}
/* Datepicker */
input.datepicker {
    background: #e9e9e9 url(../images/calendar.png) no-repeat 98% center;
    background-size: 21px;
}

.caja_revision div label {
    width: 100%!important;
}

.btn-bci-green {
    background: #519060;
    color: #fff;
    margin: 21px auto 5px;
    display: block;
    border-radius: 0;
    padding: 6px 50px;
}

    .btn-bci-green:hover {
        color: #fff;
        background: #356941;
    }
    .btn-bci-blue {
    background: #007ABA;
    color: #fff;
    margin: 21px auto 5px;
    display: block;
    border-radius: 0;
    padding: 6px 50px;
}

    .btn-bci-blue:hover {
        color: #fff;
        background: #395fa5;
    }
   .btn-bci-gris {
    background: #adadad;
    color: #fff;
    margin: 21px auto 5px;
    display: block;
    border-radius: 0;
    padding: 6px 50px;
}

    .btn-bci-gris:hover {
        color: #fff;
        background: #7C7C7C;
    }
/* FIX Acordeon */
.panel-title a span:first-child {
    float: left;
    max-width: 50%;
}

.panel-title input[type="radio"] {
    margin-right: 5px;
}
/* Paginador */
ul.paginador {
    list-style: none;
    display: table;
    margin: auto;
}

    ul.paginador li {
        display: table-cell;
        padding: 5px;
        font-weight: bold;
    }

        ul.paginador li > a {
            color: #999;
        }

            ul.paginador li > a:hover {
                color: #000;
                text-decoration: none;
            }

        ul.paginador li > i {
            color: #c4c4c4;
        }
/* NFI */
.NFI-wrapper {
    padding: 1px 6px 1px 0!important;
}

.NFI-button, .NFI-button * {
    cursor: pointer;
}
/* Bitacora */
.bloque-bitacora h5 {
    float: left;
}

.fecha_ingreso {
    padding-top: 7px;
}
/**/
.caja_datos_modificacion div label {
    width: 100%!important;
}

.container-table a {
    color: #666;
    border-bottom: dotted 1px #666;
}

    .container-table a:hover {
        text-decoration: none;
    }

.full-width label {
    width: 100%!important;
}

.pad-left {
    padding-left: 15px;
}
/* Documentos */
.xls, .doc, .pdf, .ppt {
    width: 150px;
    padding: 25px 10px 55px;
    margin: 0 3.5px;
    background: #dbdbdb;
    font-size: 15px!important;
    text-align: center;
    display: block;
    color: #666;
    cursor: pointer;
    position: relative;
    height: 100%;
}

    .xls:hover, .doc:hover, .pdf:hover, .ppt:hover {
        text-decoration: none;
    }

    .xls:before, .doc:before, .pdf:before, .ppt:before {
        content: '';
        display: block;
        width: 63px;
        height: 75px;
        margin: auto;
    }

    .xls a, .doc a, .pdf a, .ppt a {
        display: block;
        font-size: 14px!important;
        margin-top: 10px;
        position: absolute;
        bottom: 10px;
    }

    .xls:before {
        background: url(../images/ico_xls.png);
    }

    .doc:before {
        background: url(../images/ico_doc.png);
    }

    .pdf:before {
        background: url(../images/ico_pdf.png);
    }

    .ppt:before {
        background: url(../images/ico_ppt.png);
    }
/* Correcciones */
.list-bci {
    margin-top: 15px;
}

    .list-bci li.list-group-item {
        background: #e1e1e1;
        margin-bottom: 1px;
    }

        .list-bci li.list-group-item .badge {
            background: #cdcdcd;
            color: #666;
        }

.bci-center {
    margin: auto;
    font-weight: 300;
    border-radius: 0;
    padding: 5px 25px;
}

.panel-title > a {
    overflow: hidden;
    padding: 2px;
}

.list-docs {
    list-style: none;
}

    .list-docs li {
        margin: 3px;
        display: inline-block;
        height: 190px;
        vertical-align: top;
        background: #dbdbdb;
    }

.bci-left {
    font-weight: 300;
    border-radius: 0;
    padding: 5px 25px;
    float: left;
    margin-right: 5px;
}

.row.buttons div {
    margin-bottom: 5px;
}

u {
    text-decoration: none;
}

.sub-acordeon .panel-title * {
    font-size: 14px!important;
}

.caja_siniestros_salud {
    float: none;
    overflow: hidden;
}

.sep-right {
    margin-right: 5px!important;
}

.#main-menu > li li a {
    background: none repeat scroll 0 0 #fed106;
    color: #fff !important;
    font-size: 17px;
    z-index: 100!important;
    position: relative!important;
}

.nav.navbar-nav > li {
    z-index: 100;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.borrado {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

.siniestroSaludMarginLeft {
    margin-left: 20%;
}

.siniestroSaludMarginLeftPendiente {
    margin-left: 21%;
}

.separadorBeneficiario {
    clear: both;
}

.separadorCargaFamiliar {
    clear: both;
}

.reembolsoPrestacionResponsive {
    display: none;
}

.reembolsoPrestacionResponsive2 {
    display: none !important;
}
/*.no-ie main{flex: none;}*/
/* Media Queries */
@media (max-width: 768px) {
    #bci-top .sombra.bottom {
        width: 270px!important;
    }

    #main-menu li {
        float: none!important;
    }

    .nomina {
        margin-top: 0px!important;
    }

    #main-menu > li > ul {
        position: static;
        left: 10px;
        margin: 0;
        width: 100%;
        float: left;
        padding-right: 2px;
        padding-left: 10px;
        background: transparent!important;
    }

    #main-menu > li > a, #main-menu > li.active > a {
        border-radius: 0;
        background: linear-gradient(to right, #f5f5f5 50%, #0071cd 50%);
        background-size: 210% 100%;
        background-position: 3px bottom;
        margin-left: 10px;
        transition: all 0.2s ease;
    }

        #main-menu > li > a:hover, #main-menu > li.active > a {
            color: #fff;
            background-position: -95% bottom;
        }

        #main-menu > li > a span {
            display: inline!important;
            color: #e7e7e7;
            font-size: 10px;
            line-height: 19px;
        }

        #main-menu > li.active > a span {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        }

    #main-menu > li ul li {
        border-left: solid 3px #feb800;
    }

    #main-menu > li li a {
        font-size: 17px;
        background: #fed106;
        color: #fff!important;
    }

    #main-menu > li.active > ul li a:hover, #main-menu > li.active > ul li.active a {
        background: #ecbf00!important;
    }

    .siniestroSaludMarginLeft {
        margin-left: 0px;
    }

    .siniestroSaludMarginLeftPendiente {
        margin-left: 0px;
    }

    .separadorBeneficiario {
        display: none;
    }

    .separadorCargaFamiliar {
        display: none;
    }

    .reembolsoPrestacionResponsive {
        display: block;
    }
}

@media (max-width: 430px) {
    #bci-top .login .btn {
        padding: 6px 10px;
    }

    #bci-top aside {
        background-image: none!important;
    }

    .bajada {
        font-size: 21px!important;
    }

    .box-35-c {
        width: 50%!important;
    }

    .list-group-item strong {
        font-weight: 300;
        font-size: 15px;
    }

    .title-container {
        padding: 10px 0 10px 10px;
    }

    .caja-datos {
        padding: 15px 2px;
    }

    form .sub-container {
        padding: 10px 0;
    }

    .bci-thin {
        padding: 5px!important;
    }

    .sub-container p {
        padding: 0 10px;
    }

    .banner-acceso img {
        display: none;
    }
      .banner-acceso2 img {
        display: none;
    }
    .izq {
        padding-left: 0 !important;
    }

    .reembolsoPrestacionResponsive {
        display: block;
    }
}

@media (max-width: 460px) {
    .main-box img {
        width: 100%;
    }

    form .sub-container .pull-right div label {
        width: 100%;
        clear: both;
    }
}

@media (max-width: 768px) {
    aside.sidebar h4 {
        background: url(../images/side-menu-icon.png) no-repeat 90% bottom;
        padding-top: 15px;
        position: relative;
        top: -9px;
    }

    .banner {
        margin-top: 5px;
    }

    .login {
        background-image: none!important;
        width: auto!important;
        background: #fff;
        border: transparent;
    }

        .login .btn {
            position: relative;
            width: 100%!important;
            height: 100%!important;
            top: 0px!important;
            left: 0px!important;
            border-radius: 0px!important;
            background: #e4e4e4;
            color: #494949;
        }

        .login > span {
            display: none;
        }
    /* Carrusel */
    .carousel-caption {
        background: rgba(66,113,203,0.3);
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        height: 40%;
    }

    .boton-planes {
        width: 76%!important;
        height: 30%!important;
        background: #379844!important;
        right: 0!important;
        float: right;
        margin-right: 9px;
        line-height: 10px;
        max-height: 30px;
        max-width: 310px;
    }

    .carousel-caption p {
        font-size: 23px;
        font-size: 5vw;
        font-weight: 700;
        width: 76%;
        float: right;
        padding-right: 2.5%;
        text-align: right;
    }

        .carousel-caption p span {
            font-weight: 300;
        }
    /* Login */
    .log-box, .bajada {
        width: 100%;
    }
    /* Cabecera Flujos */
    .intro-icon {
        display: none;
    }

    .aviso {
        width: 100%;
        height: 100%;
        border-radius: 0;
        float: none;
        margin-top: 0;
    }

    .side-banner {
        display: none;
    }
}

@media (min-width: 768px) {
    .banner {
        width: 49%!important;
    }
}

@media (max-width: 991px) {
    .intro-text {
        display: none;
    }

    .boton-planes {
        margin-bottom: 0px!important;
        right: -58%;
    }

    .banner img {
        : block;
        margin: auto;
    }

    .no-pad {
        padding: 0!important;
    }

    .banner.gris {
        float: right;
    }

    .bajada span {
        float: none!important;
        display: block;
        width: 100%;
        text-align: center;
    }

    .pasos li {
        background: none!important;
        height: auto;
        padding: 0;
        border: solid 1px transparent;
    }

        .pasos li p {
            padding: 0px 9px;
            text-align: center;
            border: solid 1px #e6e6e6;
            background: #f7f7f7;
        }

            .pasos li p strong {
                padding: 0;
                font-size: 21px;
                font-weight: 300;
            }

            .pasos li p span {
                display: none;
            }

        .pasos li.active:after {
            content: ' ';
            display: block;
            position: relative;
            width: 100%;
            top: -1px;
            background: url(../images/flecha.svg) no-repeat;
            height: 27px;
            background-size: 100%;
        }

    .container-table div,
    .container-table div:first-child + div .container-table div:last-child {
        text-align: left!important;
    }

    .izq {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .like-row div, .head-row div {
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        padding-left: 15px;
        font-weight: 300;
    }

    .like-row, .head-row {
        border-left: solid 1px #ddd;
    }

    .table-edit {
        text-align: center;
        border-bottom: solid 3px #d3d3d3!important;
        padding-bottom: 24px!important;
        position: relative!important;
        right: 0px!important;
        top: 0px!important;
    }

        .table-edit a {
            line-height: 1;
            text-decoration: none!important;
        }

            .table-edit a:first-child {
                margin-right: 30px!important;
            }

            .table-edit a span {
                display: inline!important;
                padding-left: 5px;
                font-size: 14px;
            }

    .reembolsoPrestacionResponsive {
        display: block;
    }

    .reembolsoPrestacionResponsive2 {
        display: block !important;
    }

    .reembolsoPrestacionNoResponsive {
        display: none !important;
    }

    #main-menu > li li a {
        background-color: #dadada!important;
        color: #363636 !important;
        font-size: 17px;
    }
}

@media(min-width: 992px) {
    .panel-body .acc-top;

{
    margin-top: 35px;
}

}

.linkPointer {
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(../fonts/opensanscondensed2.woff) format('woff2'), url(../fonts/opensanscondensed.woff) format('woff');
}

.textUpper {
    text-transform: uppercase;
}

.inactivo {
    color: rgb(153, 153, 153);
}

.selectInactivo {
    background: none;
    background-color: rgb(180, 180, 180);
}

.underline {
    text-decoration: underline;
}

.field-validation-error span {
    font-weight: normal!important;
    font-size: 17px!important;
}

.wrapper {
    flex: 1;
}

@media all and (-ms-high-contrast:none) {
    * {
        margin: 0;
    }

    /*html, body {
        height: 100%;
    }

    body {
        display: flex;
        flex-direction: column;
        display: -ms-flexbox;
        -ms-flex-direction: column;
        margin: 0;
    }*/

    .wrapper {
        flex: 1 0 auto;
        display: block;
        -ms-flex-positive: 1;
        -ms-flex-negative: 0;
        -ms-flex-preferred-size: auto;
    }

    .footer {
        flex: none;
        display: block;
        height: 60px;
    }
}

.revisarReembolsoItem {
    float: left;
    margin-top: 20px!important;
    margin-right: 15px!important;
}

/* Sticky footer styles
-------------------------------------------------- */
html
{
    position: relative;
    min-height: 100%;
}

body
{
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted
{
    margin: 20px 0;
}