﻿/*Hoja De Stilos Leasing BBVA*/
/*
 * Personalizaciones
 */

/*Estilos Login*/
.login-container {
    width: 730px;
    height: 545px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.login-title {
    position: absolute;
    height: 15px;
    width: 250px;
    top: 35px;
    left: 25px;
    background-image: url('../Content/Img/wtw-logo.png');
}

.login-content {
    position: absolute;
    height: 300px;
    width: 300px;
    top: 350px;
    left: 100px;
    background-image: url('../Content/Img/Banco_de_Bogotá_logo.png');
    background-repeat: no-repeat;
    background-size: 150px 60px !important;
}


.login-footer {
    position: absolute;
    height: 125px;
    width: 730px;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #009ed1;
    background-image: url('../Content/Img/wtw-com-hero-image-730-125.jpg');
}

.login {
    position: absolute;
    top: -40px;
    right: 40px;
    width: 350px;
    /*height: 480px;*/
    padding: 40px;
}

.mobile-login-container {
    display: none;
    width: 100%;
}

.mobile-login-title {
    height: 15px;
    width: 250px;
    background-image: url('../Content/Img/wtw-logo.png');
}

.mobile-login-content {
    height: 50px;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background-image: url('../Content/Img/bbva-logo-250-50.png');*/
}

.login-container .login .form-group {
    margin-top: 40px;
}

.login-button {
    margin-top: 40px;
}

.help {
    margin-top: 30px;
}

.button-container {
    margin-top: 50px;
}

@media (max-width: 544px) {
    .login-container {
        display: none;
    }

    .mobile-login-container {
        display: block;
    }

    .login-footer {
        width: 100%;
        bottom: 0px;
        left: 0px;
        border-top: 1px solid #009ed1;
        background-image: url('../Content/Img/wtw-logo.png');
    }

    .login {
        top: 0px;
        right: 0px;
        width: 100%;
        height: 580px;
        padding: 10px 20px;
    }

    .form-group {
        margin-top: 0px;
    }

    .login-button {
        margin-top: 0px;
    }

    .forgot {
        margin-left: 20px;
    }
}

/*Fin Estilos Login*/
/*Alerts*/

[data-notify="container"][class*="alert-pastel-"] {
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    font-family: Neue Haas Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 1.45rem;
    line-height: 1.5;
    position: relative;
}

[data-notify="container"].alert-pastel-info {
    background-color: #f4f4f4;
    border-color: #707070;
    color: #707070;
}

[data-notify="container"].alert-pastel-danger {
    background-color: #fff5f5;
    border-color: #a31e22;
    color: #a31e22;
}

[data-notify="container"].alert-pastel-warning {
    background-color: #fff6ee;
    border-color: #de7400;
    color: #de7400;
}

[data-notify="container"].alert-pastel-success {
    background-color: #f3fffb;
    border-color: #00c389;
    color: #009865;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="dismiss"][class="close"] {
    position: absolute !important;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
    font-size: 1.7rem;
    font-weight: 400 !important;
    margin-right: .5rem;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    font-weight: 600;
}


/*fin alerts*/

.list-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.list-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.btn-secondary {
    /*background-color: #f2c84b;
    border-color: #822596;
    color: #fff;*/
    color: #767676;
    background-color: #f4f4f4;
    border-color: #9a9999;
}

    .btn-secondary.active, .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:active.focus, .btn-secondary:active:hover, .btn-secondary:focus, .btn-secondary:hover, .open > .btn-secondary.dropdown-toggle {
        background-color: #f4f4f4;
        border-color: #009ed1;
        color: #009ed1;
    }

/*.btn-secondary:focus,
    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary.hover {
        background-color: #822596;
        color: #fff;
    }*/

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table > tbody > tr > td {
    white-space: pre;
}

.table-hover > tbody > tr:hover {
    background-color: #f3d0f5 !important;
}

.table-hover > tbody > tr:active {
    background-color: #deffef;
}

.table-hover > tbody > tr.selected {
    /*background-color: #deffef !important;*/
    background-color: #f2c84b !important;
}

.table-hover > tbody > tr.free {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.yellow-alert {
    background-color: #fffcbe;
}

.table-hover > tbody > tr.orange-alert {
    background-color: #f0d2ac;
}

.table-hover > tbody > tr.red-alert {
    background-color: #f2dede;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #094293;   /*#f2c84b;*/
    border-color: #094293  /*#822596;*/
}

.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 300px !important;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
        margin: 0 0 0 45px;
        font-size: 12px;
        color: #888888;
        text-overflow: ellipsis;
        width: 85%;
        white-space: normal !important;
    }

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    height: 58px;
}

    .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 0px;
    }

        .user-panel > .info > p {
            width: 15em;
            overflow-wrap: break-word;
        }

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 33px !important;
    user-select: none;
    -webkit-user-select: none;
}

.notification-form {
    border-radius: 3px;
    border: 1px solid #9669b1;
    margin: 10px 10px;
}

    .notification-form input[type="text"],
    .notification-form .btn {
        box-shadow: none;
        background-color: #fff;
        border: 1px solid transparent;
        height: 35px;
    }

    .notification-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .notification-form input[type="text"]:focus,
        .notification-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .notification-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .notification-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

/*
 * Documentation specific stylesheet
 */
.content-wrapper p {
    padding: 0 10px;
    font-size: 16px;
    position: relative;
    z-index: 30;
}

.bring-up {
    position: relative;
    z-index: 30;
}

.nth-2-center > tbody > tr > td:last-of-type {
    text-align: center !important;
}

.content {
    font-size: 16px;
    z-index: 500;
}

#components > h3 {
    font-size: 25px;
    color: #000;
}

#components > h4 {
    font-size: 20px;
    color: #000;
}

ul {
    margin-bottom: 20px;
}

.page-header {
    /*border-bottom: 1px solid #ddd;        */
    margin: 20px 0 10px 0 !important;
    position: relative;
    z-index: 1;
    font-size: 30px;
}

    .page-header span,
    .page-header a {
        z-index: 5;
        display: block;
        background-color: #ecf0f5;
        color: #000;
    }

        .page-header span::before,
        .page-header a::before {
            content: '#';
            font-size: 25px;
            margin-right: 10px;
            color: #3c8dbc;
        }

    .page-header:before,
    #components > h3:before {
        display: block;
        content: " ";
        margin-top: -60px;
        height: 60px;
        visibility: hidden;
        z-index: -10;
    }

.lead {
    font-size: 18px;
    font-weight: 400;
}

.eg {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #d2d6de;
    padding: 5px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #d2d6dc;
    border-right: 1px solid #d2d6dc;
}

    .eg + * {
        margin-top: 30px;
    }

.content {
    padding: 37px 25px;
}

.hierarchy {
    background: #333;
    color: #fff;
}

.plugins-list li {
    width: 50%;
    float: left;
}

pre {
    border: none;
}

.sidebar {
    margin-top: 0;
    padding-top: 0 !important;
}

.box .main-header {
    z-index: 1000;
    position: relative;
}

.treeview .nav li a:hover,
.treeview .nav li a:active {
    background: transparent;
}

p {
    padding: 0 !important;
}
/* Hemisu Light */
/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
pre.prettyprint {
    background: white;
    font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #dedede !important;
    padding: 10px;
    max-height: 300px;
    width: auto;
    overflow: auto !important;
}

    pre.prettyprint > code {
        width: auto;
        overflow: auto !important;
    }

.pln {
    color: #111111;
}

@media screen {
    .str {
        color: #739200;
    }

    .kwd {
        color: #739200;
    }

    .com {
        color: #999999;
    }

    .typ {
        color: #ff0055;
    }

    .lit {
        color: #538192;
    }

    .pun {
        color: #111111;
    }

    .opn {
        color: #111111;
    }

    .clo {
        color: #111111;
    }

    .tag {
        color: #111111;
    }

    .atn {
        color: #739200;
    }

    .atv {
        color: #ff0055;
    }

    .dec {
        color: #111111;
    }

    .var {
        color: #111111;
    }

    .fun {
        color: #538192;
    }
}

@media print, projection {
    .str {
        color: #006600;
    }

    .kwd {
        color: #006;
        font-weight: bold;
    }

    .com {
        color: #600;
        font-style: italic;
    }

    .typ {
        color: #404;
        font-weight: bold;
    }

    .lit {
        color: #004444;
    }

    .pun, .opn, .clo {
        color: #444400;
    }

    .tag {
        color: #006;
        font-weight: bold;
    }

    .atn {
        color: #440044;
    }

    .atv {
        color: #006600;
    }
}


/*Estilos Propios Jhon Beltran*/
.div-center {
    height: 100%;
    margin-bottom: 0px;
    line-height: 39px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.div-TipoNegocio {
    margin-bottom: 0px;
    line-height: 39px;
    float: none;
    margin-left: 42%;
    margin-right: auto;
}

.carousel-caption-prop {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: -60px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #373737;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.btn-agr-fond {
    display: block;
    float: left;
    padding: 10px;
    text-align: center;
    background: #ECECEC;
}
/*Cierre Estilos Propios Jhon Beltran*/

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
    /* */
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    /* */
}

.p-modified {
    margin: 0 0 10px !important;
    margin-bottom: 21px !important;
}

/*Panel de asignación de tareas*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

.board {
    width: 75%;
    margin: 60px auto;
    height: 500px;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

    .board .asignacion-tareas {
        position: relative;
        /* border-bottom: 0; */
        /* width: 80%; */
        margin: 40px auto;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .board > div.board-inner {
        background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
        background-size: 30%;
    }

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.asignacion-tareas > li.active > a, .asignacion-tareas > li.active > a:hover, .asignacion-tareas > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 120px;
    height: 70px;
    line-height: 150px;
    display: inline-block;
    border-radius: 193px;
    background: white;
    z-index: 2;
    position: relative;
    left: 150px;
    text-align: -webkit-center;
    font-size: 62px;
}

    span.round-tabs.one {
        color: rgb(34, 194, 34);
        border: 2px solid rgb(34, 194, 34);
    }

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.asignacion-tareas > li.active > a span.round-tabs {
    background: #fafafa;
}

.asignacion-tareas > li {
    width: 20%;
}
    /*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
    .asignacion-tareas > li:after {
        content: " ";
        position: absolute;
        left: 145%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #ddd;
        transition: 0.1s ease-in-out;
    }

    .asignacion-tareas > li.active:after {
        content: " ";
        position: absolute;
        left: 145%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;
    }

    .asignacion-tareas > li a {
        width: 70px;
        height: 70px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .asignacion-tareas > li a:hover {
            background: transparent;
        }

.tab-content {
}

.tab-pane {
    position: relative;
    padding-top: 10px;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}

@media( max-width : 585px ) {

    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .asignacion-tareas > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .asignacion-tareas > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
}

.check {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label i {
    width: 20px;
    height: 20px;
}

    .form-group input[type="checkbox"] + .btn-group > label i:first-child {
        display: none;
    }

    .form-group input[type="checkbox"] + .btn-group > label i:last-child {
        display: inline-block;
    }

.form-group input[type="checkbox"]:checked + .btn-group > label i:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label i:last-child {
    display: none;
}

/*Fin panel asignación de tareas*/


/*Alertas */
.alert {
    width: 15% !important;
    background-color: #f6f6f6 !important;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    display: inline-block;
    margin: 10px; /*agrega JFP*/
}

    .alert > a {
        text-decoration-line: none;
    }


.alert-color-green {
    width: 15% !important;
    background-color: rgb(34, 194, 34) !important;
    text-align: center;
    border-radius: 60%;
    padding: 0px;
}



/*Quitar Decoraciones*/
.no-decorate {
    text-decoration: none;
    border-color: transparent;
}

    .no-decorate:hover {
        background-color: transparent !important;
        color: #585858;
    }

/*Colores Willis*/

.willis-colors {
    background-color: #f2c84b;
    border-color: #f2c84b;
}

a.willis-colors {
    background-color: transparent;
    border-color: #f2c84b;
    color: #585858;
}

.container-white {
    background-color: white;
    width: 100% !important;
    padding: 2%;
}

.nav-tabs {
    background-color: white;
    margin-left: 1%;
}

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid #ccc;
        border-radius: 4px 4px 0 0;
        color: #000;
    }




.flexible {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
}

/*JFP*/
/* Círculos de colores */
span.red {
    background: #dd4b394f;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #dd4b39;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 0px;
    text-align: center;
    width: 2em;
    border-style: solid;
    border-color: red;
    font-size: initial;
    font-family: fantasy;
}

span.green {
    background: #00a65a1c;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #00a65a;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 0px;
    text-align: center;
    width: 2em;
    border-style: solid;
    border-color: green;
    font-size: initial;
    font-family: fantasy;
}

span.orange {
    background: #f39c122e;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #f39c12;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 0px;
    text-align: center;
    width: 2em;
    border-style: solid;
    border-color: orange;
    font-size: initial;
    font-family: fantasy;
}

.menu-config {
    font-size: 16px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    list-style: none;
}

    .menu-config li {
        margin: 3%;
    }


        .menu-config li > a {
            color: #444;
            display: block;
        }

            .menu-config li > a > .fa {
                width: 7%;
            }

.oculto {
    display: none;
}

.visible {
    display: block;
}

.validate {
    border: 2px solid red;
}

/*custom drop zone*/

.area {
    width: 100%;
    height: 350px;
    max-height: 400px;
    padding: 15px;
    border: 1px solid #333;
    background: rgba(256,256,256,0.7);
    overflow-y: scroll;
    display: inline-block;
    overflow: auto;
}

.files-dropzone {
    border: 2px dashed #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    height: 100%;
    overflow: auto;
    background-image: url('Img/cloud-upload3.png');
    background-repeat: no-repeat;
    background-position: center;
}

.document-upload {
    background-color: #fff;
    border: purple;
    border-style: solid;
    border-radius: 0.2em;
    padding: 10px;
    margin: 8px 3px;
}

.details-control {
    text-align: center;
    color:  #094293;/*#f2c84b;*/
}

tr.shown td.details-control {
}

/*Tooltip Decorate*/
.validate + .tooltip > .tooltip-inner {
    background-color: #fff;
    font-size: 1.2em;
    color: #000000;
    border: 1px solid purple;
}
/* Tooltip on top */
.validate + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}


.validate + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid black;
}

body .overlay, .overlay-wrapper .overlay {
    z-index: 1500;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

body > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .overlay > .fa, .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.fa-5x {
    font-size: 5em !important;
}


#info-box:hover {
    cursor:pointer;
}
