body {
    background-color: #bcbcc8 !important;
}

#content {
    background-color: transparent;
}

select {
    text-align: left;
}

.field-validation-error {
    margin-top: 10px;
}

    .field-validation-error > span {
        color: rgb(223, 14, 14);
        font-size: 12px !important;
    }

input:required:invalid {
    border: 1px solid red;
}

input:required:valid {
    border: 1px solid green;
}

.file {
    visibility: hidden;
    position: absolute;
}

.login-container {
    margin-bottom: 7%;
    background-color: #fff;
    box-shadow: gray 1px 1px 2px 2px;
    margin-top: -9%;
    width: 96.8%;
    margin-left: 1.6%;
}

.login-container3 {
    margin-bottom: 4%;
/*    margin-left: 25%; */
    background-color: #fff;
    box-shadow: gray 1px 1px 2px 2px;
    margin-top: -9%;
    width: 50%;
    /*margin-left: 1.6%; */
}

.login-container4 {
    margin-bottom: 4%;
    background-color: #fff;
    box-shadow: gray 1px 1px 2px 2px;
    margin-top: -5%;
    width: 96.8%;
    margin-left: 1.6%;
}

.login-container2 {
    background-color: #fff;
    box-shadow: gray 1px 1px 2px 2px;
    margin-top: 20px;
    width: 95%;
    margin-left: 3%;
}

.container-busqueda {
    background-color: #fff;
    box-shadow: gray 2px 2px 3px 3px;
    margin-top: 20px;
}

.line-top {
    position: relative;
    background-color: #d47424;
    height: 5px;
    width: 100%;
}

    .line-top.separate {
        background-color: gray;
        height: 2px;
        margin-left: 1%;
    }

.header-title h2 {
    margin-top: 20px;
    position: relative;
    padding: 0 3%;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 30px;
    font-size: 2.2rem !important;
    text-transform: uppercase;
    padding: 0 0 10px 10px;
    font-family: 'Open sans',sans-serif;
    color: #8f8f8f;
}

.login-body {
    position: relative;
    padding: 0 20px 20px 0px;
}

.login-body2 {
    position: relative;
    padding: 0 20px 20px 0px;
}

.campos {
    position: relative;
    top: -21px;
    left: 10px;
    font-family: 'Open sans',sans-serif;
    color: #8f8f8f;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.green {
    background-color: #389946;
    color: #fff;
}

.divImagen:hover {
    background-color: #b8bfc3;
    color: #000;
    opacity: 0.8;
}

.divImagen2 {
    background-color: #b8bfc3;
    color: #000;
}

.blue {
    background-color: #2f72cb;
    color: #fff;
}

.btn.blue:hover {
    color: #f5f5f5;
    background-color: #428bed;
}

    .btn.blue:hover:disabled {
        color: #f8f8f0;
    }

.btn.blue:focus {
    color: #f8f8f0;
    background-color: #428bed;
}

.btn.green:hover {
    color: #f5f5f5;
    background-color: #4daa5b;
}

    .btn.green:hover:disabled {
        color: #f8f8f0;
    }

.btn.green:focus {
    color: #f8f8f0;
    background-color: #4daa5b;
}

.btn.green:disabled {
    color: #c5c5c5;
}

#bci-top {
    text-align: left;
    top: 0;
    right: 0;
    line-height: 45px;
    width: 100%;
    font-family: 'Open sans',sans-serif;
}

#bci-top-right {
    text-align: right;
    top: 0;
    right: 0;
    line-height: 45px;
    width: 100%;
    font-family: 'Open sans',sans-serif;
}

.logoTipoBCISeguros {
    height: 150px;
    width: 400px;
}

#bci-top > ul {
    z-index: 100;
}

    #bci-top > ul > li {
        list-style: none;
        display: inline-block;
        height: 44px;
        z-index: 13;
        margin-right: 3%;
    }
        #bci-top > ul > li > a {
            text-decoration: none;
            cursor: pointer;
            font-weight: 400;
            color: #2c2a25;
            font-size: 1.4rem;
            line-height: 44px;
            display: block;
            position: relative;
            padding: 0 10px;
            /*z-index: 10001;*/
        }

            #bci-top > ul > li > a:hover {
                text-decoration: none;
                cursor: pointer;
                font-weight: 400;
                color: #1312e6;
                font-size: 1.4rem;
                line-height: 44px;
                display: block;
                position: relative;
                padding: 0 10px;
                z-index: 10001;
            }

        #bci-top > ul > li:hover > a > #barra {
            top: 45px;
            left: 0;
            width: 100%;
            background: #389946;
            height: 8px;
            display: block;
            position: absolute;
            z-index: 10001 !important;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            z-index: 1000;
        }

        #bci-top > ul > li > a > #barra.active {
            top: 45px;
            left: 0;
            width: 100%;
            background: #2f72cb;
            height: 8px;
            display: block;
            position: absolute;
            z-index: 10001 !important;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            /*z-index: 1000;*/
        }

#bci-top-right > ul {
    z-index: 100;
    margin-top: -49px;
    margin-bottom: 10px;
    margin-right: 27px;
}

    #bci-top-right > ul > li {
        list-style: none;
        display: inline-block;
        height: 29px;
        z-index: 13;
    }

        #bci-top-right > ul > li > a {
            text-decoration: none;
            cursor: pointer;
            font-weight: 400;
            color: #2c2a25;
            font-size: 1.4rem;
            line-height: 44px;
            display: block;
            position: relative;
            padding: 0 10px;
            /*z-index: 10001;*/
        }

            #bci-top-right > ul > li > a:hover {
                text-decoration: none;
                cursor: pointer;
                font-weight: 400;
                color: #1312e6;
                font-size: 1.7rem;
                line-height: 44px;
                display: block;
                position: relative;
                padding: 0 10px;
                /*z-index: 10001;*/
            }

        #bci-top-right > ul > li:hover > a > #barra {
            top: 45px;
            left: 0;
            width: 100%;
            background: #389946;
            height: 8px;
            display: block;
            position: absolute;
            z-index: 10001 !important;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            /*z-index: 1000;*/
        }

        #bci-top-right > ul > li > a > #barra.active {
            top: 45px;
            left: 0;
            width: 100%;
            background: #2f72cb;
            height: 8px;
            display: block;
            position: absolute;
            z-index: 10001 !important;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            /*z-index: 1000;*/
        }



.dropdown-menu > li > a:hover {
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    color: #1312e6 !important;
    font-size: 1.4rem;
    line-height: 23px;
    display: block;
    position: relative;
    padding: 0 10px;
    z-index: 10001;
}


.menu {
    background: #f6f6f6;
    box-shadow: gray 2px 2px 2px;
    display: block;
    width: 96%;
    margin: 0;
    left: 0;
    top: 46%;
    z-index: 10000;
}

    .menu.contenedor {
        height: 85px;
    }

.contenedor {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    max-height: 44px;
    width: 99% !important;
}

@media(max-width:992px) {
    #bci-mobile {
        display: block;
    }

    #bci-top {
        display: none;
    }
}

@media(min-width:992px) {
    #bci-mobile {
        display: none;
    }

    #bci-top {
        display: block;
    }
}

#bci-mobile {
    position: relative;
    background-color: #f1f1f1;
    max-height: 100%;
    top: 22%;
    left: 13px;
    z-index: 100000;
    min-height: 70px;
    min-width: 92%;
}

    #bci-mobile.active {
        position: absolute;
        min-height: 62%;
    }

.iconbar-logo > a > i {
    font-size: 40px;
    border-color: #c5c5c5;
    margin-left: 20px;
    margin-top: 15px;
    position: absolute;
}

.top-container {
    display: inline-block;
    background: #f6f6f6;
    width: 100%;
}

.top-logo {
    background-color: #fafafa;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    margin-bottom: 5px;
}

.logo-mobile {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    margin-top: 10px;
}

.logo-container {
    height: 70px;
    position: relative;
}

.sidebar {
    display: block;
    background-color: #f1f1f1;
}

.sidebar-menu {
    display: block;
    width: 100%;
}

    .sidebar-menu > ul {
        width: 80%;
        margin: auto;
        list-style: none;
    }

        .sidebar-menu > ul > li {
            color: #524f4f;
            font-size: 2rem;
            line-height: 7rem;
            border-bottom: 1px solid #cfcfcf;
            font-family: 'Open sans',sans-serif;
            font-weight: 300;
            background-size: auto 20%;
        }

            .sidebar-menu > ul > li > a {
                color: #2c2a25;
            }

                .sidebar-menu > ul > li > a:hover {
                    color: #cfcfcf;
                    text-decoration-line: none;
                }

                .sidebar-menu > ul > li > a.active {
                    color: #389946;
                    text-decoration-line: none;
                }

                .sidebar-menu > ul > li > a:focus {
                    color: #cfcfcf;
                    text-decoration-line: none;
                }

#content {
    margin-top: 100px;
}

div.dataTables_wrapper div.dataTables_filter input {
    background: white;
}

.pasos {
    margin-top: 50px;
}

@media (max-width:991px) {
    .pasos > ul > li.active > p > span {
        position: absolute;
        display: block;
        left: 10px;
        color: #4271cb;
        margin-top: 15px;
        font-size: 18px;
    }

    .pasos {
        margin-top: 10px;
    }
}

.bordes {
    border-color: darkgray !important;
}

.box-siniestro {
    background-color: #4271cb;
    height: 10em;
}

.bordes3 {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #d8d0d03d;
    box-shadow: 1px 1px 1px #887f7fad;
}

.left-10 {
    margin-left: 10%;
}

.divConfirmacionEliminarPieza {
    position: absolute;
    top: 200px;
    background-color: #e1e1e1;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 10px;
}

.divConfirmacionEliminarPieza2 {
    position: absolute;
    top: 50px;
    background-color: #e1e1e1;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 10px;
}

.Confirmar {
    width: 83%;
    height: 80%;
    z-index: 10000;
    position: absolute;
    top: 1%;
    left: 9%;
    display: none;
}

.BusquedaPoliza {
    width: 83%;
    height: 80%;
    z-index: 10000;
    position: absolute;
    top: 5%;
    left: 9%;
    display: none;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../imagen/Preloader_21.gif) center no-repeat #fff;
}
.se-pre-con2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../imagen/ajax-loader2.gif) center no-repeat;
}

.dropdown-submenu2 {
    position: relative;
}

    .dropdown-submenu2 > .dropdown-menu {
    top: 0;
    /*left: 100%;*/
    margin-top: 47px;
    margin-left: -6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}


.dropdown-submenu2:hover > .dropdown-menu {
    display: block;
}

    .dropdown-submenu2 > a:after {
        display: block;
        content: " ";
        /*float: right;*/
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        /*border-left-color: #ccc;*/
        margin-top: 5px;
        margin-right: -10px;
    }

.dropdown-submenu2:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu2.pull-left {
    float: none;
}

    .dropdown-submenu2.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
