﻿/*Prueba AxosoftIntegration 6  */
@font-face {
    font-family: 'SourceSansPro'; /*a name to be used later*/
    src: url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf'); /*URL to font*/
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #F0F0F0;
}

h3 {
    margin: 0;
    font-weight: 300;
    color: #324c68;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/*  -----------------------------------------------------------------------------------
    ------------------ de aqui param abajo es lo que se agrega nuevo ------------------
    ------------------------------------------------------------------------------------
*/
.footerCSS {
    width: 100%;
    background-color: #183551;
    color: #F0F0F0;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: -10px;
    position: fixed;
    bottom: 10px;
}

.footerCSS_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #183551;
    color: #F0F0F0;
    text-align: center;
    padding: 5px 0px 5px 0px;
    z-index: 101;
}

.activeSectionPCH {
    color: aqua;
}

.navbar-pch {
    background-color: #183551;
    color: #ffffff;
}

    .navbar-pch a {
        color: #ffffff;
    }

        .navbar-pch a:hover {
            color: #ffffff; /* texto naranja */
        }

    .navbar-pch .navbar-nav > li > a:hover,
    .navbar-pch .navbar-nav > li > a:focus,
    .navbar-pch .navbar-nav > li > a.selected,
    .navbar-pch .navbar-nav .open > a {
        color: #ffffff;
        background-color: #324c68; /* azul PCH obscuro */
    }

    .navbar-pch .navbar-nav > .active > a,
    .navbar-pch .navbar-nav > .active > a:hover,
    .navbar-pch .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

.botonCentrado {
    text-align: center;
    margin: 5px auto;
    padding: 14px;
    width: 300px;
    height: 50px;
    background-color: #183551;
    color: #ffffff;
    cursor: pointer;
}

.botonCentradoSA {
    text-align: center;
    float: left;
    margin: 5px 5px 5px 5px;
    padding: 14px;
    width: 155px;
    height: 155px;
    background-color: #183551;
    color: #ffffff;
    cursor: pointer;
    padding-top: 55px;
}

.notVisible {
    display: none;
}

.error-class {
    color: red;
    z-index: 0;
    position: relative;
    display: block;
    text-align: left;
}

.btn-slim {
    display: inline-block;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn-slim.disabled,
    .btn-slim[disabled],
    fieldset[disabled] .btn-slim,
    .btn-slim.disabled:hover,
    .btn-slim[disabled]:hover,
    fieldset[disabled] .btn-slim:hover,
    .btn-slim.disabled:focus,
    .btn-slim[disabled]:focus,
    fieldset[disabled] .btn-slim:focus,
    .btn-slim.disabled:active,
    .btn-slim[disabled]:active,
    fieldset[disabled] .btn-slim:active,
    .btn-slim.disabled.active,
    .btn-slim[disabled].active,
    fieldset[disabled] .btn-slim.active {
        background-color: #ffffff;
        border-color: #cccccc;
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btnIcono {
    color: #428bca;
    cursor: pointer;
}

    .btnIcono:hover {
        color: #197bd1;
    }
/* -------------------- Comienzan estilos del CHAT -------------------- */
.DivChat {
    position: absolute;
    /*left: 78%;
            top: 80%;*/
    /*left: 1200px;*/
    bottom: -257px;
    border: solid 1px;
    border-color: lightgray;
    width: 295px;
    height: 300px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    background-color: white;
    z-index: 100;
}

.DivClientesChat {
    position: absolute;
    /*left: 78%;
            top: 80%;*/
    /*left: 1200px;*/
    bottom: 83px; /*350px*/
    width: 295px;
    height: 300px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    background-color: white;
    z-index: 100;
    border: 1px solid lightgray;
}
/*.DivChat:hover {
        bottom: 50px;
    }*/

.nombreChat {
    font-weight: bold;
}

.DIvPrincipalFooter {
    position: fixed;
    bottom: 0;
}

#PiePaginaChat {
    padding: 3px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 20px;
    color: darkgray;
}

.numeroNotificacionesGral {
    left: 274px;
    position: absolute;
    top: 4px;
    color: red;
    font-size: 13px;
    font-weight: bold;
    font-family: cursive;
}

.trChat {
    width: 100%;
    display: block;
    margin: 0;
}

    .trChat:hover {
        background-color: #183551 !important;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }

.HeaderChat {
    background-color: #183551;
    color: white;
    padding-left: 5px;
    height: 32px;
    font-size: 20px;
}

    .HeaderChat:hover {
        background-color: #324c68; /* azul PCH obscuro */
    }

#BotonNAvegacion span {
    background-color: white;
}

#BotonNAvegacion {
    border: 1px solid white;
}

    #BotonNAvegacion:hover {
        /*background-color: #610B5E;*/
        opacity: 0.5;
    }
/* -------------------- Terminan estilos del CHAT -------------------- */
.color-de-total {
    color: #ffffff;
}


/*\
|*|
|*|     ESTILOS PARA LOS HEADERS
|*|
\*/
.PCHSF-media {
}

    .PCHSF-media .page-header {
        padding: 0;
        margin: 0;
    }

    .PCHSF-media .PCHSF-HeaderTitle {
        color: #183551;
        margin: 10px 0;
    }

li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.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 6px;
        border-radius: 0 6px 6px 6px;
        display: none;
    }

li.dropdown-submenu:hover > ul.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: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.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 6px;
        border-radius: 0 6px 6px 6px;
        display: none;
    }

li.dropdown-submenu:hover > ul.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: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}


.navbargrouped > .container > .collapse > ul > li.dropdown > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.navbar-pch li a:hover,
.navbar-pch li:hover + li.dropdown > a {
    color: #ffffff;
    background-color: #324c68;
}

    .navbar-pch li:hover + li.dropdown > a.dropdown-toggle .caret {
        color: #ffffff;
    }

.navbargrouped > .container > .collapse > ul > li > a:hover,
.navbargrouped > .container > .collapse > ul > li:hover + li.dropdown > a {
    border: none;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 50px;
}

.navbargrouped > .container > .collapse > ul > li.active {
}

    .navbargrouped > .container > .collapse > ul > li.active > a,
    .navbargrouped > .container > .collapse > ul > li.active + li.dropdown > a {
        border-bottom: 6px solid #009C82;
        height: 50px;
        background: #e7e7e7;
    }

    .navbargrouped > .container > .collapse > ul > li.active + li.dropdown {
        display: block;
    }

        .navbargrouped > .container > .collapse > ul > li.active + li.dropdown > a:hover {
            background-color: #324c68;
            color: aliceblue;
        }

.navbargrouped > .container > .collapse > ul > li.dropdown.open > a {
    background-color: #324c68 !important;
    color: #ffffff !important;
}

.navbargrouped > .container > .collapse > ul > li.dropdown.open > .dropdown-menu {
    border: 1px solid #ffffff;
}


    .navbargrouped > .container > .collapse > ul > li.dropdown.open > .dropdown-menu > li {
        width: 100%;
    }
*/

/* CSS Document */


.navRecursive {
    margin: 50px 0;
    background-color: #E64A19;
}

    .navRecursive ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .navRecursive ul li {
            display: inline-block;
            background-color: #E64A19;
        }

    .navRecursive a {
        display: block;
        padding: 0 10px;
        color: #FFF;
        border: 1px solid lime;
        font-size: 20px;
        line-height: 60px;
    }

        .navRecursive a:hover {
            background-color: #000000;
        }

    /* Hide Dropdowns by Default */
    .navRecursive ul ul {
        display: none;
        position: absolute;
        top: 60px;
        /* the height of the main nav */
    }

    /* Display Dropdowns on Hover */
    .navRecursive ul li:hover > ul {
        display: inherit;
    }

    /* Fisrt Tier Dropdown */
    .navRecursive ul ul li {
        width: 170px;
        float: none;
        display: list-item;
        position: relative;
    }

    /* Second, Third and more Tiers */
    .navRecursive ul ul ul li {
        position: relative;
        top: -60px;
        left: 170px;
    }

/*CIEC*/

.ConsultaCIEC {
    margin: auto;
    padding: 0 50px;
    background: #FFF;
}

    .ConsultaCIEC > input[type="checkbox"] {
        display: none;
    }

        .ConsultaCIEC > input[type="checkbox"] + label {
            display: block;
            position: relative;
            padding-left: 70px;
            margin-bottom: 20px;
            font: 14px/20px 'Open Sans', Arial, sans-serif;
            color: #183551;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .ConsultaCIEC > input[type="checkbox"] + label:last-child {
                margin-bottom: 0;
            }

            .ConsultaCIEC > input[type="checkbox"] + label:before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                border: 2px solid gray;
                position: absolute;
                left: 35px;
                top: 0;
                opacity: .6;
                -webkit-transition: all .12s, border-color .08s;
                transition: all .12s, border-color .08s;
            }

        .ConsultaCIEC > input[type="checkbox"]:checked + label:before {
            width: 10px;
            top: -5px;
            left: 40px;
            border-radius: 0;
            opacity: 1;
            border-top-color: transparent;
            border-left-color: transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

/*TYC*/

.TerminosYCondiciones {
    margin: auto;
    padding: 0 50px;
    background: #FFF;
}

    .TerminosYCondiciones > input[type="checkbox"] {
        display: none;
    }

        .TerminosYCondiciones > input[type="checkbox"] + label {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 20px;
            font: 14px/20px 'Open Sans', Arial, sans-serif;
            color: #183551;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .TerminosYCondiciones > input[type="checkbox"] + label:last-child {
                margin-bottom: 0;
            }

            .TerminosYCondiciones > input[type="checkbox"] + label:before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                border: 2px solid #6cc0e5;
                position: absolute;
                left: 0;
                top: 0;
                opacity: .6;
                -webkit-transition: all .12s, border-color .08s;
                transition: all .12s, border-color .08s;
            }

        .TerminosYCondiciones > input[type="checkbox"]:checked + label:before {
            width: 10px;
            top: -5px;
            left: 5px;
            border-radius: 0;
            opacity: 1;
            border-top-color: transparent;
            border-left-color: transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }


.loadingSpinningLine {
    background-image: url("Images/spinningLine.gif") !important;
    height: 40px;
    width: 40px;
    background-size: 100%;
    margin: 0 auto;
}

.loader_bg {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spinbg 2s linear infinite;
}

@keyframes spinbg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.panel-well:hover {
    background: #e5e9ed;
}


.lblInfoTasa {
    font-size: 10px;
    font-family: verdana;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}

    .lblInfoTasa > span {
        font-size: 10px !important;
        font-family: verdana !important;
        line-height: 13px;
        float: right;
    }

table tr td:first-child {
    border-left: none;
}

table tr td:last-child {
    border-right: none;
}


#divCobranza > container {
    border: 1px solid red;
}
