﻿/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Segoe UI' !important;
    background: #fafafa !important;
    font-size: 12px !important;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

#navSuperior {
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

p {
    font-family: 'Segoe UI' !important;
    /*font-size: 1.1em;*/
    font-weight: 300;
    line-height: 1.7em;
    /*color: #999;*/
}

a, a:hover, a:focus {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.font {
    font-family: 'Segoe UI' !important;
    font-size: 12px !important;
}

.fontfamily {
    font-family: 'Segoe UI' !important;
}

.navbar {
    padding: 5px 5px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 0px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

    .navbar.navbarBottom {
        overflow: hidden;
        background-color: #FFFFFF;
        margin-bottom: 0px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        color: white;
    }

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

.sidebar {
    min-width: 250px;
    max-width: 250px;
    background-color: #FFFFFF;
    color: #4173B5;
    transition: all 0.3s;
    box-shadow: 1px -1px 7px 0px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    background-color: #FFFFFF;
    color: white;
    /*padding-right: 15px;*/
    text-align: center;
}

    i.grande, #sidebar.active p.grande, #sidebar.active .sidebar-header img.grande, #sidebar.active .CTAs {
        display: none !important;
    }

    #sidebar.active i.glyphicon {
        width: -webkit-fill-available;
    }

#sidebar i.glyphicon {
    width: auto;
}

i.peque, #sidebar.active p.peque, #sidebar.active .sidebar-header img.peque {
    display: block !important;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 5px 5px;
    text-align: center;
    font-size: 0.85em;
}


    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 40px 15px 5px 15px;
    /*background: #6d7fcc;*/
}

    i.peque, #sidebar p.peque, #sidebar .sidebar-header img.peque {
        display: none !important;
        margin-left: 5px;
    }

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul li a {
    padding: 10px;
    /*font-size: 1.1em;*/
    display: block;
}

    #sidebar ul li a:hover {
        color: white;
        background: #4173B5;
    }

    #sidebar ul li a i {
        margin-right: 10px;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #4173B5;
}


.headerMenu a {
    color: #4173B5;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    /*padding-left: 30px !important;*/
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}





/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    /*padding: 20px;*/
    min-height: 105vh;
    transition: all 0.3s;
}


.color {
    color: #4173B5;
    font-family: 'Segoe UI' !important;
}

.dxeEditAreaSys {
    font-family: 'Segoe UI' !important;
}

.colorIcons {
    color: #4173B5;
}

.colorIconsMenu {
    color: #4173B5 !important /*MENU*/;
}


.nav-item.active .color {
    color: white;
}

.nav-item.active .collapse .active span.color {
    color: white;
}

.nav-item.active .collapse span.color {
    color: #4173B5;
}

/*.nav-itemMobile {
    color: #4173B5 /*NOBORRAR ;
}
*/ 
.nav-itemMobile:hover {
    color: #7386D5;
}


.nav-itemMobile.active .color {
    color: #4173B5  ;
}

.nav-itemMobile.active .collapse .active span.color {
    color: #4173B5  ;
}

.nav-itemMobile.active .collapse span.color {
    color: white;
}



#sidebar .nav li a, a.dropdown-item,
#sidebar .nav li .dropdown-menu a {
    margin: 5px 5px 0;
    border-radius: 3px;
    color: #4173B5;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 12px !important;
    padding: 10px 10px;
}

    .nav-link:hover, a.F:hover, a.dropdown-item:focus,
    .nav-link:focus {
        text-decoration: none;
        background: #4173B5;
        color: white;
    }



.backcolor {
    background-color: #4173B5;
    color: white;
}

.navcolor {
    background-color: #4173B5;
    color: white;
    border-color: #e7e7e7;
    background-image: linear-gradient(to right,#FFFFFF,#FFFFFF);
}

.itemsnavbar {
    color: white;
}

#aAvisos:hover {
    background-color: #4173B5;
}

#aAvisos:focus {
    background-color: #4173B5;
}

#aCerrarSesion:hover {
    background-color: #4173B5;
}

#aCerrarSesion:focus {
    background-color: #4173B5;
}



.sidebarMov {
    min-width: 0px;
    max-width: 0px;
    width: 0px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 105vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    .sidebarMov .sidebar-header {
        margin-top: 20px;
    }

#sidebar.activeMov {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
}

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.activeMov {
        display: block;
        opacity: 1;
    }

.titlePage {
    color: #7386D5;
    margin: 15px;
    font-size: large;
    padding-left: 5px;
    font-weight: bold;
    font-family: 'Segoe UI' !important;
    font-size: 12px !important;
    margin-bottom: 10px;
    margin-top: 0px;
}

.subtitlePage {
    color: #7386D5;
    margin: 15px;
    font-size: 12px !important;
    padding-left: 5px;
    font-weight: bold;
}

.formLayout {
    margin: 15px;
    border-color: #7386D5;
}


.layoutGroup {
    color: #7386D5;
    font-weight: bold;
}

.gridview {
    margin: 15px;
}

.gridviewheader {
    color: #7386D5;
    background: #FFFFFF !important;
    font-family: 'Segoe UI' !important;
    font-size: 12px !important;
}

td.dxgv {
    background-color: #FFFFFF !important;
}

.gridviewfooter {
    color: #7386D5;
    background-color: #FFFFFF;
    font-family: 'Segoe UI' !important;
    font-size: 12px !important;
}


.overlayMenuBottom {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

    .overlayMenuBottom:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 0px 0px 75px 0px;
    /*padding: 20px;*/
    background-color: #FFFFFF;
    border-radius: 30px 0px 0px 30px;
    width: 250px;
    position: absolute;
    right: 5px;
    bottom: 0px;
    transition: all 5s ease-in-out;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    /*/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */ */
}

    .popup h2 {
        margin-top: 0;
        color: #333;
    }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

/*Cookie Consent Begin*/
.cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    font-family: 'Segoe UI' !important;
    font-size: 12px !important;
}

    .cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }


/*Cookie Consent End*/
.divCabecera {
    border-radius: 15px 15px 0px 0px;
    margin: -5px 5px 10px 20px;
    background-color: /* CABECERA */ transparent;
}
.pnlBusqueda {
    display: inline;
    vertical-align: super;
    text-decoration: none;
    text-align: start;
}

a.pnlBusqueda:hover, a.pnlBusqueda:focus {
    background-color: transparent;
}

/*Cookie Consent End*/
.divCabecera {
    border-radius: 15px 15px 0px 0px;
    width: calc(100% - 10px);
    /*margin: -5px 5px 10px 20px;*/
    background-color: /* CABECERA */ transparent;
}

.pnlGeneral {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.pnlButtons {
    margin-right: 5px;
    width: calc(100%);
}

.divDentroPanel {
    width: calc(100% - 10px);
    margin-right: 10px;
    border-radius: 0px;
    float: left;
    background-color: /* CABECERA */ white;
}

.divGrid {
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: calc(100% - 40px);
    border-radius: 0px;
    float: left;
    background-color: /* CABECERA */ white;
}

.firmaDocs_titulo {
    color: #000000 /*firmaDocsTituloColor*/;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Segoe UI' /*firmaDocsTituloFuente*/ !important;
    font-size: 12px /*firmaDocsTituloTamanho*/ !important;
    font-weight: bold;
    display: inherit;
}

.firmaDocs_texto {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*firmaDocsTextoColor*/;
    font-family: 'Segoe UI' /*firmaDocsTextoFuente*/ !important;
    font-size: 12px /*firmaDocsTextoTamanho*/ !important;
    font-weight: bold;
}

.docsRel_titulo {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*docsRelTituloColor*/;
    font-family: 'Segoe UI' /*docsRelTituloFuente*/ !important;
    font-size: 12px /*docsRelTituloTamanho*/ !important;
    font-weight: bold;
    display: inherit;
}

.docsRel_textoPaso1 {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*docsRelTextoPaso1Color*/;
    font-family: 'Segoe UI' /*docsRelTextoPaso1Fuente*/ !important;
    font-size: 12px /*docsRelTextoPaso1Tamanho*/ !important;
    display: inherit;
}

.docsRel_textoPaso2 {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*docsRelTextoPaso2Color*/;
    font-family: 'Segoe UI' /*docsRelTextoPaso2Fuente*/ !important;
    font-size: 12px /*docsRelTextoPaso2Tamanho*/ !important;
    display: inherit;
}

.docsRel_textoPaso3AntesEnvioCodFirma {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*docsRelTextoPaso3AntesEnvioCodFirmaColor*/;
    font-family: 'Segoe UI' /*docsRelTextoPaso3AntesEnvioCodFirmaFuente*/ !important;
    font-size: 12px /*docsRelTextoPaso3AntesEnvioCodFirmaTamanho*/ !important;
    display: inherit;
}

.docsRel_textoPaso3DespuesEnvioCodFirma {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*docsRelTextoPaso3DespuesEnvioCodFirmaColor*/;
    font-family: 'Segoe UI' /*docsRelTextoPaso3DespuesEnvioCodFirmaFuente*/ !important;
    font-size: 12px /*docsRelTextoPaso3DespuesEnvioCodFirmaTamanho*/ !important;
    display: inherit;
}

.docsRel_tituloDespuesFirma {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*docsRelTituloDespuesFirmaColor*/;
    font-family: 'Segoe UI' /*docsRelTituloDespuesFirmaFuente*/ !important;
    font-size: 12px /*docsRelTituloDespuesFirmaTamanho*/ !important;
    display: inherit;
}

.docsRel_textoDespuesFirma {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000 /*docsRelTextoDespuesFirmaColor*/;
    font-family: 'Segoe UI' /*docsRelTextoDespuesFirmaFuente*/ !important;
    font-size: 12px /*docsRelTextoDespuesFirmaTamanho*/ !important;
    display: inherit;
}

.docsRel_tituloErrorFirma {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000 /*docsRelTituloErrorFirmaColor*/;
    font-family: 'Segoe UI' /*docsRelTituloErrorFirmaFuente*/ !important;
    font-size: 12px /*docsRelTituloErrorFirmaTamanho*/ !important;
    display: inherit;
}

.docsRel_textoErrorFirma {
    margin-top: 5px;
    color: #000000 /*docsRelTextoErrorFirmaColor*/;
    font-family: 'Segoe UI' /*docsRelTextoErrorFirmaFuente*/ !important;
    font-size: 12px /*docsRelTextoErrorFirmaTamanho*/ !important;
    display: inherit;
}

.recMedTitulo {
    margin: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #000000 /*recMedTituloColor*/;
    font-family: 'Segoe UI' /*recMedTituloFuente*/ !important;
    font-size: 12px /*recMedTituloTamanho*/ !important;
    display: inherit;
}

.recMedTexto {
    margin: 15px;
    margin-top: 5px;
    padding-left: 5px;
    color: #000000 /*recMedTextoColor*/;
    font-family: 'Segoe UI' /*recMedTextoFuente*/ !important;
    font-size: 12px /*recMedTextoTamanho*/ !important;
}

.firmaPDFTitulo {
    margin: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #000000 /*firmaPDFTituloColor*/;
    font-family: 'Segoe UI' /*firmaPDFTituloFuente*/ !important;
    font-size: 12px /*firmaPDFTituloTamanho*/ !important;
    display: inherit;
}

.firmaPDFTextoPendiente {
    margin: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #000000 /*firmaPDFTextoPendienteColor*/;
    font-family: 'Segoe UI' /*firmaPDFTextoPendienteFuente*/ !important;
    font-size: 12px /*firmaPDFTextoPendienteTamanho*/ !important;
}

.firmaPDFTextoAceptado {
    margin: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #000000 /*firmaPDFTextoAceptadoColor*/;
    font-family: 'Segoe UI' /*firmaPDFTextoAceptadoFuente*/ !important;
    font-size: 12px /*firmaPDFTextoAceptadoTamanho*/ !important;
}


