﻿
/*************************************************

    INCLUYE:

    - Fuentes
    - Estructura general
    - Login
    - Main header / Container
    - Right block
    - Right block aux
    - Sitemap
    - WebContent
    - Navbar vertical
    - Collapse menu
    - Headings
    - Textos
    - Home
    - Tabs
    - Helper classes
    - Rangos
    - Gestor documental
    - Loader animado
    - Formularios
    - Visualización de errores
    - Dropdowns
    - Modal
    - Calendar chooser
    - General botón SAVE
    - Scrolling
    - Labels de estado
    - Correcciones
    - Info display (notificaciones por pantalla)
    - Listados completos de noticias de CMS
    - Carousel modal
    - Centro de notificaciones 




    
*************************************************/

/* ESTRUCTURA */

html {
    min-height: 100%;
    position: relative;
}

body {
    min-height: 100%;
    background-color: #FFF;
}

/* VARIACIÓN PARA UN CONTENEDOR GENÉRICO DENTRO DEL MAIN CONTAINER */



.e_left_block {
    display: block;
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );*/
    z-index: 1;
    padding: 15px;
    background: #F3F3F3;
    top: 80px;
}

    .e_left_block p,
    .e_left_block .form-control-static {
        font-size: 12px;
    }

    .e_left_block .form-horizontal .control-label {
        font-size: 10px;
    }

    .e_left_block .form-group {
        margin-bottom: 5px;
    }



@media (max-width:767px) {
    .e_left_block {
        /*border-bottom: solid 1px #ddd;*/
        margin: 0px -15px 15px;
    }
}

@media (min-width:768px) {
    .e_left_block {
        position: fixed;
        /*border-right: solid 1px #ddd;*/
        bottom: 0px;
        overflow: hidden;
        display: block;
        left: 50px;
        width: 350px;
        /*padding: 5px 15px;*/
        overflow-y: auto;
    }

    .e_main_container .e_right_block {
        margin-left: 335px;
        margin-right: -15px;
    }

    .e_right_block > div {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .e_left_block {
        width: 270px;
        /*top: 100px;*/
        overflow-y: auto;
    }

    .e_main_container .e_right_block {
        margin-left: 255px;
        margin-right: -15px;
        padding-bottom: 100px;
    }
}

@media (min-width:1600px) {

    .e_left_block {
        width: 450px;
    }

    .e_main_container .e_right_block {
        margin-left: 435px;
    }
}



/* RIGHT BLOCK AUX */


.e_header_right_block {
    background: #fff;
    height: 55px;
    position: fixed;
    left: 500px;
    top: 80px;
    right: 0;
    border-bottom: solid 1px #ddd;
    /*box-shadow: 0px 3px 0px rgba(0,0,0,.05);*/
    z-index: 1;
    padding: 15px 15px 10px;
}

.e_aux_right_block {
    display: block;
    padding: 15px;
    z-index: 2;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    display: block;
    right: 0px;
    width: 350px;
    overflow-y: auto;
    box-shadow: -1px 0px 0px #eee;
    background: #fff;
}

@media (max-width: 767px) {
    .e_aux_right_block {
        top: 105px;
        box-shadow: -4px 0px 0px rgba(0,0,0,.08);
    }

    .e_header_right_block {
        left: 0px;
        top: 50px;
        padding: 13px 15px 10px;
    }
}

@media (min-width: 768px) {
    .e_aux_right_block {
        top: 135px;
    }

    .e_right_block.e_with_header {
        padding-top: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .e_header_right_block {
        left: 320px;
    }

    .e_aux_right_block {
        /*display: none;*/
        box-shadow: -4px 0px 0px rgba(0,0,0,.08);
    }
}

@media (min-width: 1600px) {
    .e_right_block.e_with_aux {
        margin-right: 335px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .e_header_right_block {
        left: 400px;
    }
}

/* Títulos en el header del right block */

.e_header_right_block h2 {
    font-size: 18px;
    margin: 5px 0;
    font-weight: 400;
}


/* FIN RIGHT BLOCK AUX */





/* LOGIN */

/*Fondo tamaño completo*/

.e_FullBackWrapper {
    /*background-color:#FBFBFB;*/
    border-top: 1px solid #EBEBEB;
    position: relative;
    /*box-shadow: -1px 0px 1px 1px #F0F0F0 inset;*/
    overflow: hidden;
    height: 100vh;
}

    .e_FullBackWrapper .e_login_bkg {
        position: absolute;
        left: -10px;
        bottom: -10px;
        right: -10px;
        top: -10px;
        z-index: -1;
        background-color: #f0f0f0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /*-webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);*/
    }


#boxLoginWrapperT {
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#boxLoginWrapperTC {
    padding: 0 20px;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

#login-box {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

#login-boxImg {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    #login-boxImg img {
        width: 100%;
        max-width: 250px;
    }

/*#login-boxMessage {
    padding: 0px 15px 0px 15px;
}*/

.panel-login {
    background: rgba(255,255,255,.95);
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
    border: solid 1px rgba(0,0,0,.15);
    border-radius: 0;
}

    .panel-login .panel-body {
        padding: 40px;
    }

    .panel-login .form-control {
        font-size: 16px;
    }

    .panel-login .e_login_button {
        margin: 20px 0px;
        text-transform: uppercase;
        font-size: 14px;
    }

.e_login_upperCase {
    text-align: center;
    font-weight: 600;
    padding: 4px 0 5px;
    margin-bottom: -20px;
    font-size: 12px;
}

/* Footer login */

.e_footer {
    /* background-color: rgba(0,0,0,.2); */
    border-top: solid 1px rgba(255,255,255,.5);
    height: 63px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

    .e_footer img {
        float: right;
        margin-right: 30px;
        margin-top: 18px;
    }


/* clase para identificar los items del menusidebar que no sea accesible, pero sí visible*/
.e_noitemavail {
    color: #ccc;
    cursor: default;
    padding: 8px 35px 8px 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}


/* MAIN HEADER */

div.e_mainheader {
    position: fixed;
    z-index: 3;
    /*height: 100px;*/
    height: 80px;
    background: rgba(255,255,255,.95);
    left: 50px;
    right: 0;
    top: 0;
    box-shadow: 0px 4px 0px rgba(0,0,0,.08);
    border-top: solid 3px;
    padding: 10px 15px;
}



@media (min-width:768px) {
    .e_main_container {
        margin-top: 80px;
        margin-bottom: 50px;
    }
}


@media (max-width:767px) {
    div.e_mainheader {
        left: 0px;
        top: 50px;
        height: 130px;
        position: absolute;
        background: #fff;
        border-top: none;
        border-bottom: solid 1px #ddd !important;
        box-shadow: none;
    }

    .e_main_container {
        margin-top: 130px;
    }
}


.e_mainheader .e_maintitle_container {
    float: left;
    width: calc(100% - 230px);
}

.e_pagetitle {
}

.e_company_header {
    float: right;
    width: 230px;
    height: 55px;
    text-align: right;
}

    .e_company_header > img {
        max-height: 100%;
        max-width: 230px;
    }

.e_login_bkg + .e_company_header {
    margin: 10px 15px 0 0;
}


@media (max-width:767px) {

    .e_mainheader .e_maintitle_container {
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
    }

    .e_company_header {
        width: 100%;
        height: 40px;
        text-align: center;
    }
}

@media (max-width: 499px) {

    div.e_company_header {
        height: 40px;
    }
}



/* MAIN HEADER H1 */

.e_mainheader h1 {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 25px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px;
    margin: 0;
    color: #285580;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/********************* SITEMAP *********************/

.e_sitemap {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .e_sitemap > span.glyphicon {
        padding: 0;
        font-size: 10px;
        margin: 0;
    }

    .e_sitemap a, .e_sitemap > span, .e_sitemap span.e_sitemap_module {
        position: relative;
        margin-right: 2px;
        text-decoration: none;
        font-weight: 400;
        padding-right: 10px;
        color: #999;
    }

    .e_sitemap span.e_sitemap_module {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
    }

        .e_sitemap a:not(.e_active):after,
        .e_sitemap span.e_sitemap_module:after {
            right: 0px;
            position: absolute;
            top: -2px;
            content: "/";
            font-weight: 600;
        }

        .e_sitemap a:hover,
        .e_sitemap span.e_sitemap_module:hover {
            text-decoration: underline;
        }


    .e_sitemap a.e_active, .e_sitemap span.e_active {
        padding-right: 0px;
        margin-right: 0px;
        font-weight: 500;
        color: #7F93B2;
    }


        .e_sitemap a.e_active:hover, .e_sitemap span.e_sitemap_module:hover {
            text-decoration: none;
            cursor: default;
        }




/********************* NAVBAR VERTICAL *********************/


.e_navbar {
    position: fixed;
    width: 100%;
    z-index: 2000;
    top: 0;
}

.e_navbar_vertical {
    background: #656565;
    z-index: 99999;
    box-shadow: none;
}

/********************* COLLAPSE MENU *********************/

.e_WebContent .e_collapse_menu {
    background-color: #fff !important;
    max-height: none;
    overflow: hidden !important;
    display: none;
    position: relative;
    padding-bottom: 60px;
    /*padding-left: 20px ;
    padding-right: 20px;*/
}

    .e_WebContent .e_collapse_menu > div {
        box-shadow: -1px 0px 0px #ddd;
    }

    .e_WebContent .e_collapse_menu .divider {
        background-color: #e5e5e5;
        height: 1px;
        margin: 9px 15px 9px 15px;
        overflow: hidden;
    }

.e_WebContent.e_WebContent_Desktop {
    margin-left: 0px;
}

    .e_WebContent.e_WebContent_Desktop > .e_WebContentNoMenu > .e_main_container {
        margin-top: 0px;
    }

    .e_WebContent.e_WebContent_Desktop .e_left_block {
        left: 0px;
        top: 0px;
    }

@media (min-width: 768px) {
    .e_WebContent .e_collapse_menu .divider {
        width: 320px;
    }
}

/*** Accesos externos 360 Ineco ***/
.e_WebContent.e_WebContent_External {
    margin-left: 0px;
}

    .e_WebContent.e_WebContent_External > .e_WebContentNoMenu > .e_mainheader {
        margin-left: -50px;
    }

    .e_WebContent.e_WebContent_External .e_left_block {
        left: 0px;
    }
/********************************/

/******/

.e_WebContent_Desktop .e_tree_open {
    top: 0px !important;
}

/******/

.e_WebContent .e_menu_title {
    padding: 0 0 0 15px;
    display: block;
    color: #27547F;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 25px;
    margin-top: 29px;
    margin-left: -1px;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.e_WebContent a.e_menu_title {
    cursor: pointer;
}

.e_collapse_menu .e_menu_overtitle {
    top: 10px;
    padding: 0 0 0 15px;
    display: block;
    color: #27547F;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

    .e_collapse_menu .e_menu_overtitle:before {
        display: none;
    }

.e_menu_title.e_menu_title_child:before,
.e_menu_title.e_menu_title_child2:before {
    background: url("../images/ico/menu_arrows.svg") no-repeat scroll left top;
    content: "";
    width: 9px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 10px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.e_menu_title.e_menu_title_child:hover:before,
.e_menu_title.e_menu_title_child2:hover:before {
    left: 10px;
}

.e_menu_title.e_menu_title_child,
.e_menu_title.e_menu_title_child2 {
    padding-left: 30px;
    padding-right: 10px;
}

.e_menu_button {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #ddd;
    background-color: #fff;
    color: #44709b;
}

.navbar-nav > li > a.e_hassubmenu.e_color {
    background-color: white;
}

.navbar-nav > li > a.e_hassubmenu:after {
    background: url("../images/ico/menu_arrows.svg") no-repeat scroll right top;
    content: "";
    width: 9px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.navbar-nav > li:hover > a.e_hassubmenu:after {
    right: 10px;
}


#primaryMenu.e_collapse_menu > div {
    bottom: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white;
}

@media (min-width: 768px) {

    .e_navbar_vertical {
        bottom: 0;
        /*position: fixed;*/
        top: 0;
        width: 50px;
        z-index: 99999;
    }

    .e_navbar_logo {
        bottom: 10px;
        height: 225px !important;
        left: 5px;
        margin: auto;
        padding: 0 !important;
        position: fixed;
        width: 40px !important;
        background: url("../images/logos/logo_endalia_web_menu_ver.svg") no-repeat scroll center bottom;
        background-size: 80%;
    }

    .e_navbar_logo_confidential {
        bottom: 190px;
        height: 135px !important;
        left: 5px;
        margin: auto;
        padding: 0 !important;
        position: fixed;
        background: url("../images/logos/ew5_confidencial.png") no-repeat center;
        width: 40px !important;
        border: none;
    }

    .e_WebContent {
        margin-left: 50px;
        height: 100%;
    }

    .e_WebContentMenu {
        width: 350px;
    }

    .e_WebContent > .e_WebContentNoMenu, .e_WebContent > .e_WebContentNoMenu > .container-fluid {
        height: 100%;
    }

    .e_navbar_vertical .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }

    /* MENÚ NAVBAR DESPLEGABLE (Pantalla grande) */

    .e_WebContent .e_collapse_menu {
        bottom: 0 !important;
        left: 50px !important;
        position: fixed !important;
        top: 0 !important;
        width: 350px;
        z-index: 10000;
        height: auto !important;
        /*box-shadow: 2px 0px 1px rgba(0,0,0,.05), 1px 0px 0px rgba(0,0,0,.08);*/
        box-shadow: 4px 0px 0px rgba(0,0,0,.04), 1px 0px 0px rgba(0,0,0,.02);
    }

        .e_WebContent .e_collapse_menu .e_scroll {
            bottom: 0;
            overflow-x: hidden;
            position: absolute;
            top: 90px;
            width: 100%;
        }

        .e_WebContent .e_collapse_menu li {
            width: 100%;
        }


        .e_WebContent .e_collapse_menu .dropdown-menu > li > a {
        }

        .e_WebContent .e_collapse_menu li > a:hover {
            /*background-color:#009ada;
            color: #fff;*/
        }

        .e_WebContent .e_collapse_menu .dropdown-menu {
            position: static;
            border: none;
            box-shadow: none;
        }
}


@media (max-width: 767px) {
    .e_navbar_logo {
        background: url("../images/logos/logo_endalia_web_menu_hor.svg") no-repeat center;
        /*width: 180px;*/
        /*background-size: 95%;*/
        float: right !important;
    }

    .e_navbar_logo_confidential {
        width: 140px;
        background-size: 95%;
        background: url("../images/logos/ew5_confidencial_hor.png") no-repeat center;
        float: right !important;
    }

    .e_menu_buttons {
        float: left !important;
        margin: 7px 4px !important;
    }

    .e_WebContent .e_collapse_menu {
        width: 350px;
        height: 100%;
        box-shadow: 4px 0px 0px rgba(0,0,0,.08), 1px 0px 0px rgba(0,0,0,.05);
    }

        .e_WebContent .e_collapse_menu .e_scroll {
            bottom: 0px;
            overflow-y: auto;
            position: absolute;
            top: 90px;
            width: 100%;
        }

        .e_WebContent .e_collapse_menu .e_logopowered {
            padding: 10px 30px;
        }

    .e_WebContentNoMenu {
        padding-top: 50px;
    }

    .e_WebContent_Desktop .e_WebContentNoMenu {
        padding-top: 0;
    }

    .e_WebContentMenu {
        position: fixed;
        width: 100%;
        top: 50px;
        z-index: 9999;
        bottom: 0;
        width: 350px;
    }

        .e_WebContentMenu .navbar-static-top {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }
}

@media (max-width: 400px) {
    .e_navbar_logo {
        background: url("../images/logos/logo_endalia_web_menu_hor.svg") no-repeat scroll center;
    }

    .e_navbar_logo_confidential {
        background: url("../images/logos/ew5_confidencial_hor.png") no-repeat center;
        width: 100px;
        background-size: 95%;
    }

    .e_WebContent .e_collapse_menu {
        width: 270px;
        height: 100%;
        box-shadow: 4px 0px 0px rgba(0,0,0,.08), 1px 0px 0px rgba(0,0,0,.05);
    }

    .e_WebContentMenu {
        width: 270px;
    }
}


/* BOTONES DE NAVEGACIÓN NAVBAR VERTICAL (Pantalla pequeña) */

.e_menu_buttons[disabled] {
    opacity: 0.5;
    background-position: -1px -1px !important;
}

.e_menu_buttons {
    display: block;
    margin: 10px auto;
    float: none;
    position: relative;
    width: 35px;
    height: 35px;
    background-position: -1px -1px;
    background-repeat: no-repeat;
    background-size: 70px;
}

    .e_menu_buttons:hover {
        background-position: -36px -1px;
    }

    .e_menu_buttons.e_menu_buttons_open {
        background-position: -36px -1px;
    }


.e_navbar_home {
    background-image: url("../images/ico/navbar_home.svg");
    display: block;
}

.e_navbar_menu {
    background-image: url("../images/ico/navbar_menu.svg");
}

.e_navbar_user {
    background-image: url("../images/ico/navbar_user.svg");
    position: relative;
}

.e_navbar_notification {
    background-image: url("../images/ico/navbar_notification.svg");
    position: relative;
}

.e_navbar_tree {
    background-image: url("../images/ico/navbar_tree.svg");
    position: relative;
}

    .e_navbar_tree.e_navbar_tree_open {
        background-position: -36px -1px;
    }

        .e_navbar_tree.e_navbar_tree_open:hover {
            background-position: -1px -1px;
        }


/***************** FIN DE NAVBAR *****************/


/******************* HEADINGS ********************/


.e_heading_3 {
    padding: 20px 0 0px;
    margin-bottom: 10px;
}


    .e_heading_3 h3 {
        font-size: 20px;
        font-weight: 300;
        color: #484848;
        letter-spacing: -0.5px;
        margin: 3px 0 5px;
        float: left;
    }

.e_left_block .e_heading_3 {
    padding: 0;
    margin: 10px -15px 5px;
    border-bottom: solid 1px #ddd;
    padding: 5px 15px 10px;
    /* background: #eee; */
}

    .e_left_block .e_heading_3 h3 {
        margin: 0;
        font-size: 13px !important;
        font-weight: 600;
    }


@media (max-width: 767px) {
    .e_heading_3 {
        margin-bottom: 15px;
    }

        .e_heading_3 h3 {
            float: left;
            width: 75%;
        }
}

.e_heading_3 .e_actions_group {
    /*font-size: 20px;
    font-weight: 300;
    color: #667CA0;*/
    float: right;
}

    .e_heading_3 .e_actions_group .btn {
        /*text-transform: uppercase;*/
        /*border-radius: 0;*/
        /*padding: 6px 9px;*/
        font-size: 12px;
    }


        .e_heading_3 .e_actions_group .btn .glyphicon {
            margin-right: 5px;
            font-size: 12px;
        }

        .e_heading_3 .e_actions_group .btn.e_more_actions {
            font-size: 17px;
            padding: 5px 7px 0 6px;
            margin-left: 6px;
        }

    .e_heading_3 .e_actions_group .e_button_action_name {
        font-weight: 600;
        letter-spacing: -0.3px;
    }

    .e_heading_3 .e_actions_group .btn-group > .btn.active {
        z-index: 0;
    }


    .e_heading_3 .e_actions_group .btn .badge {
        padding: 1px 7px;
    }

.e_heading_3 .e_mode_selection {
    float: left;
}

.btn-primary .badge {
    color: #44709B;
    background-color: #fff;
}

.e_more_actions_icon {
    font-weight: normal !important;
}

    .e_more_actions_icon:before {
        font-family: 'Glyphicons Halflings';
        content: "\e234";
        line-height: 0;
    }


h4.e_section_heading {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0px 10px;
    color: #333;
}

.e_controls_heading {
    padding: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

h5 {
    font-weight: 600;
}

/*****************  FIN DE HEADINGS *****************/


/* Data / text container */

div.e_data_container {
}

div.e_text_container {
    margin-top: 20px;
}

div.e_data_container h2 {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
}


/* Grupos de acciones */

div.e_acciones {
    position: absolute;
}

.e_heading_1 .e_acciones {
    bottom: 22px;
    right: 0;
}

.e_heading_2 .e_acciones {
    bottom: 13px;
    right: 0;
}

.e_pagetitle .e_acciones {
    bottom: 24px;
    right: 30px;
}

.e_widget .panel-heading .e_acciones {
    right: 10px;
    top: 12px;
}

.e_heading_1.e_profile .e_acciones {
    bottom: 38px;
    right: 0;
}


/* Acciones > Botones */


.e_acciones .btn-default {
    color: #428bca;
    border-color: #ddd;
}

    .e_acciones .btn-default span {
        border-top-color: #428bca;
        color: #428bca;
    }

.e_icon_btn {
    font-size: 12px;
    padding: 0;
    color: #999;
}

/* Acciones footer */

.e_acciones_footer {
    margin-top: 20px;
    padding: 30px 15px 60px;
    text-align: right;
    border-top: 2px solid #eee;
}


/* Fichas de colaborador, empleado, puesto */

.e_heading_2.e_info_tab {
    padding-left: 50px;
}

    .e_heading_2.e_info_tab:before {
        left: 10px;
        position: absolute;
        top: 15px;
        content: url(../images/ico/employee_tab_icon.png);
    }

    .e_heading_2.e_info_tab.e_all_colaborators:before {
        content: url(../images/ico/all_colaborators_tab_icon.png);
    }

    .e_heading_2.e_info_tab.e_employee:before {
        content: url(../images/ico/employee_tab_icon.png);
    }

    .e_heading_2.e_info_tab.e_job:before {
        content: url(../images/ico/job_tab_icon.png);
    }





/********************* TEXTOS **********************/


/* Enunciados */

.e_statement {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
}

b, strong {
    font-weight: 600;
}

/* Corrección de párrafos con estilo incrustado */

/*p [style], p > span[style]
, span > span[style] {
    font-family: "Open Sans" !important;
    font-size: 13px !important;
    line-height: inherit !important;
    color: inherit !important;
}*/

/*p [style="font-size:20pt"] {
    font-weight: bold;
}*/


/****** Textos de información ********/

.e_generalInfo {
    margin: 10px 0 20px;
    display: none;
}

    .e_generalInfo > span {
        outline: none;
        font-size: 13px;
    }

.e_specificInfo {
    margin: 10px 0 20px;
    display: none;
}


/********************* FIN DE TEXTOS **********************/


/******** HOME *********/


.e_home_left_block,
.e_home_right_block {
    margin-top: 10px;
}

.e_home_right_block {
    margin-top: -95px;
}

@media (min-width: 768px) {
    .e_home_left_side {
        position: fixed;
        left: 80px;
    }
}

h1.e_home_title {
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
    color: #285580;
    /*-webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;*/
}

/************************************************************ < 768 ****/

@media (max-width: 767px) {

    h1.e_home_title {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    ul.e_home_links > li a {
        font-size: 12px;
    }

    .e_home_right_block {
        margin-top: 0px;
    }
}

/************************************************************ > 768 ****/

@media (min-width: 768px) and (max-width: 1199px) {

    .e_home_left_block {
        width: 300px !important;
    }

    .e_home_right_block {
        width: calc(100% - 300px) !important;
    }

    .e_home_left_side {
        right: calc(100% - 330px);
        top: 100px;
    }

    h1.e_home_title {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .lead {
        font-size: 18px;
    }


    ul.e_home_links > li a {
        font-size: 12px;
    }
}


/************************************************************ > 1200 ****/

@media (min-width: 1200px) {

    .e_home_left_block {
        width: 500px !important;
    }

    .e_home_right_block {
        width: calc(100% - 500px) !important;
        max-width: 1080px;
    }

    .e_home_left_side {
        right: calc(100% - 530px);
        top: 120px;
        left: 100px;
    }

    h1.e_home_title {
        font-size: 50px;
        margin-bottom: 20px;
        letter-spacing: -2px;
    }

    ul.e_home_links > li a {
        font-size: 14px;
    }
}


/* Links */

ul.e_home_links {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

    ul.e_home_links > li {
    }

        ul.e_home_links > li.e_division {
            border-top: solid 1px #eee;
            padding-top: 10px;
            margin-top: 10px;
        }


        ul.e_home_links > li a {
            text-transform: uppercase;
            font-weight: 600;
            position: relative;
            text-decoration: none;
            color: #667CA0;
        }

            ul.e_home_links > li a:after {
                right: -10px;
                top: 0px;
                position: absolute;
                content: url(../images/ico/mini_arrow_right.png);
                -webkit-transition: 0.1s ease-in;
                -moz-transition: 0.1s ease-in;
                -o-transition: 0.1s ease-in;
                transition: 0.1s ease-in;
            }

            ul.e_home_links > li a:hover:after {
                right: -15px;
                position: absolute;
                content: url(../images/ico/mini_arrow_right.png);
            }


/******************* NAV TABS *******************/

.e_navtabs,
.igtab_THHolder {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 0px;
    display: block;
}

.e_navtabs_no_margintop.e_navtabs, .e_navtabs_no_margintop .igtab_THHolder {
    margin-top: 0px;
}

.igtab_THHolder > input {
    display: none;
}

.e_noHideGridPlease > div {
    overflow: visible !important;
}

.igtab_THHolder {
    /*margin-bottom: 0px;*/
    border-bottom: 1px solid #ddd;
    background: rgb(255, 255, 255);
    padding-top: 20px;
    position: sticky;
    top: 80px;
    z-index: 2;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .igtab_THHolder {
        top: 40px;
    }
}

@media (min-width: 768px) and (-ms-high-contrast:none) {
    .e-sticky-tabs .igtab_THHolder {
        position: fixed;
        right: 15px;
        left: 335px;
        top: 100px;
    }

    .e-sticky-tabs .e_responsivetabs {
        position: fixed;
        top: 60px;
        right: 0;
        padding: 15px;
        background: #fff;
        left: 320px;
    }

    .e-sticky-tabs .igtab_THContentHolder {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) and (-ms-high-contrast:none) {
    .e-sticky-tabs .igtab_THHolder {
        position: fixed;
        right: 15px;
        left: 415px;
    }

    .e-sticky-tabs .e_responsivetabs {
        position: fixed;
        top: 60px;
        right: 0;
        padding: 15px;
        background: #fff;
        left: 400px;
    }

    .e-sticky-tabs .igtab_THContentHolder {
        margin-top: 80px;
    }
}

@media (min-width: 1600px) and (-ms-high-contrast:none) {
    .e-sticky-tabs .igtab_THHolder {
        position: fixed;
        right: 15px;
        left: 515px;
    }

    .e-sticky-tabs .e_responsivetabs {
        position: fixed;
        top: 60px;
        right: 0;
        padding: 15px;
        background: #fff;
        left: 500px;
    }

    .e-sticky-tabs .igtab_THContentHolder {
        margin-top: 80px;
    }
}


/* Variaciones de tabs de bootstrap con la clase e_nav_ig_bootstrap */

.igtab_THTab {
    position: relative;
    display: inline-block;
    padding: 10px 3px 9px;
    font-size: 12px;
    color: #333;
    margin-right: 15px;
    border: solid 1px transparent;
    border-radius: 0;
    margin-bottom: -1px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    width: auto !important;
    cursor: default;
    border: none;
}

.igtab_THTabSel {
    color: #66799F;
}

.igtab_THTab:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    background: transparent;
    height: 2px;
    bottom: 0px;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}


.igtab_THTabHov:not(.igtab_THTabSel)::after {
    left: 0;
    right: 0;
    background: #333;
}

.igtab_THTabSel::after {
    left: 0;
    right: 0;
    background: #66799F;
}


.e_nav_ig_bootstrap {
    margin-top: 20px;
}

    .e_nav_ig_bootstrap > li {
        margin-right: 15px;
    }


        .e_nav_ig_bootstrap > li > a {
            position: relative;
            display: inline-block;
            padding: 9px 3px;
            font-size: 12px;
            color: #000;
            border-radius: 0;
            text-transform: uppercase;
            font-weight: 600;
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            position: relative;
            width: auto !important;
            cursor: default;
            border: none !important;
            background: transparent !important;
        }

        .e_nav_ig_bootstrap > li.active > a {
            color: #66799F !important;
        }

        .e_nav_ig_bootstrap > li > a:hover {
            background: transparent;
            border: none;
        }

        .e_nav_ig_bootstrap > li > a::after {
            content: "";
            position: absolute;
            left: 50%;
            right: 50%;
            background: transparent;
            height: 2px;
            bottom: 0px;
            -webkit-transition: 0.1s ease-in;
            -moz-transition: 0.1s ease-in;
            -o-transition: 0.1s ease-in;
            transition: 0.1s ease-in;
        }

        .e_nav_ig_bootstrap > li.active > a::after {
            left: 0;
            right: 0;
            background: #66799F;
        }

        .e_nav_ig_bootstrap > li:not(.active):hover > a::after {
            left: 0;
            right: 0;
            background: #333;
        }


@media (max-width: 991px) {
    .igtab_THTab {
        font-size: 11px;
        padding: 9px 6px;
    }
}

/**Tabs no pulsables**/

.e_no_click {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

/**REVISION DE PUESTO TABS MARCADAS**/
.igtab_THTab.e_errorInputsCVRev:before {
    CONTENT: "♦ ";
    COLOR: #e66665;
    FONT-WEIGHT: 900;
    FONT-SIZE: 17PX;
}

.igtab_THTab.e_errorInputsCVRev {
    background: transparent !important;
    border: none !important;
}

    .igtab_THTab.e_errorInputsCVRev span.igtab_THText {
        color: #333 !important;
    }

.igtab_THTab.igtab_THTabSel.e_errorInputsCVRev span.igtab_THText {
    color: #66799F !important;
}

span.igtab_THTab.e_errorInputsCVRev:after {
    background-color: #66799F !important;
}


/******************* NAV TABS *******************/

/******************* TABS HORIZONTALES *******************/

.form-control.e_jsCmbRepsonsiveWebTabs {
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.e_disabledTabs {
    color: #ccc;
}


.igtab_THContent {
    overflow: visible !important;
    padding: 0px;
}


    .igtab_THContent.e_overload_y_auto {
        overflow-y: auto !important;
    }

.igtab_THContentHolder {
    margin-bottom: 20px;
    height: 100% !important;
}

iframe {
    overflow: hidden;
}


/*************** HELPER CLASSES ***************/

.e_margin_top {
    margin-top: 20px !important;
}

.e_vertical_margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.e_box_wrapper {
    width: 100%;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.e_box_wrapper_container {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

.e_right {
    text-align: right;
}

.e_left {
    text-align: left;
}

.e_center {
    text-align: center;
}

.e_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.e_no_ellipsis {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}

.e_divider {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

    .e_divider:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .e_divider.e_no_lined {
        border-bottom: none;
        padding-bottom: 0;
    }

.e_gen_shadow {
    border-radius: 0;
    border: solid 1px #ddd;
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/*************** FIN HELPER CLASSES ***************/


/* RANGOS */

/******** Slider para los input range *********/

.e_range {
    margin-bottom: 20px;
    position: relative;
}

.e_WebContent .e_range .slider.slider-horizontal {
    width: 100%;
}

    .e_WebContent .e_range .slider.slider-horizontal .tooltip {
        margin-left: -12px;
    }

.e_hiddenValue {
    display: none;
}

.e_range .slider.slider-horizontal .slider-track {
    height: 5px;
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.e_range .slider.slider-horizontal .slider-selection {
    background: #68B8D8;
    border-radius: 0;
    box-shadow: none;
}

.e_range .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -8px;
    outline: none;
    background: #fff;
    border: solid 3px #39A9D6;
    opacity: 1;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    z-index: 2;
}

    .e_range .slider.slider-horizontal .slider-handle:active {
        margin-left: -10px;
        margin-top: -8px;
        outline: none;
        background: #eee;
        box-shadow: none;
    }

.e_range ul.e_range_marks {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

    .e_range ul.e_range_marks li {
        float: left;
        list-style: none;
        pointer-events: none;
        position: relative;
        display: block;
    }

    .e_range ul.e_range_marks > li > div {
        width: 100%;
    }

    .e_range ul.e_range_marks > li > div {
        width: 11px;
        height: 11px;
        background: #fff;
        border-radius: 6px;
        border: solid 2px #39A9D6;
        margin-left: -4px;
        float: left;
    }

    .e_range ul.e_range_marks li:last-child div:last-child {
        float: right;
        margin: 0;
        margin-right: -4px;
    }

.e_range .e_range_5 ul.e_range_marks li, .e_range .e_range_small_5 {
    width: 20%;
}

.e_range .e_range_10 ul.e_range_marks li, .e_range .e_range_small_10 {
    width: 9.09%;
}

.e_range .e_range_small_5, .e_range .e_range_small_10 {
    overflow: hidden;
}

.e_range .e_range_Anchor ul.e_range_marks li {
    width: 11.11%;
}

.e_range .e_range_Assessment ul.e_range_marks li {
    width: 10%;
}

.e_range_5, .e_range_10, .e_range_Anchor, .e_range_Assessment {
    position: relative;
}

.e_range .tooltip-inner {
    padding: 4px 5px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    min-width: 26px;
    margin-left: -1px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    border: solid 1px #ddd;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 3%, #f5f5f5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffffff), color-stop(100%,#f5f5f5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 3%,#f5f5f5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 3%,#f5f5f5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 3%,#f5f5f5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 3%,#f5f5f5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    /* IE6-9 */
    text-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    border-bottom-color: #ccc;
}

.e_range .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ddd;
}

.e_range .slider.slider-horizontal .slider-track,
.e_range .slider.slider-horizontal .slider-selection,
.e_range .slider.slider-horizontal .slider-handle /*,
.e_WebContent .e_range .slider.slider-horizontal .tooltip*/ {
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.e_range .e_range_labels {
    position: relative;
    height: 20px;
    pointer-events: none;
}

    .e_range .e_range_labels span {
        font-size: 9px;
        text-transform: uppercase;
        color: #999;
        font-weight: 500;
        position: absolute;
        /*z-index: 1;*/
        font-family: Arial, sans-serif;
        top: 3px;
        height: 28px;
    }

        .e_range .e_range_labels span:first-child {
            left: 0;
            border-left: solid 2px rgba(0,0,0,.1);
            padding-left: 5px;
            height: 28px;
        }

        .e_range .e_range_labels span:last-child {
            right: 0;
            border-right: solid 2px rgba(0,0,0,.1);
            padding-right: 5px;
        }

        .e_range .e_range_labels span.e_range_5,
        .e_range .e_range_labels span.e_range_10 {
            left: 20%;
            border-left: solid 2px rgba(0,0,0,.1);
            padding-left: 5px;
        }

        .e_range .e_range_labels span.e_range_10 {
            left: 9.09%;
        }

.e_range .slider-disabled .slider-track {
    cursor: default !important;
}


/******************** GESTOR DOCUMENTAL *********************/

/* GESTOR DOCUMENTAL - VISTA TABLA */

/* Clase específica para el árbol, para quitar las negritas de los parents. */

.e_edoc_tree .igdt_NodeParent {
    font-weight: normal;
}

.e_edoc_tree .e_tree > ul.igdt_NodeGroup {
    margin-left: 12px;
}

.e_edoc_tree .e_tree .igdt_NodeHolder > img:first-child {
    left: -22px;
}

/* GESTOR DOCUMENTAL - VISTA ICONOS */


.e_edoc_icon_list {
    margin: 0;
    min-height: 100px;
    padding: 0;
    text-align: left;
    white-space: normal;
    display: block;
}

    .e_edoc_icon_list > li.e_edoc_icon {
        padding: 1px;
        display: inline-block;
        vertical-align: top;
        color: black;
        height: 98px;
        width: 106px;
        margin-bottom: 20px;
        position: relative;
    }

        .e_edoc_icon_list > li.e_edoc_icon > .dropdown {
            position: absolute;
            right: -2px;
            top: 12px;
            display: none;
            padding: 0 2px;
        }

            .e_edoc_icon_list > li.e_edoc_icon > .dropdown > .btn {
                padding: 0 2px;
            }

    .e_edoc_icon_list li.e_edoc_icon:hover > .dropdown {
        display: block;
    }

    .e_edoc_icon_list > li.e_edoc_icon > a {
        display: inline-block;
        font-size: 13px;
        margin: 8px 2px;
        text-align: center;
        outline: none;
        text-decoration: none;
        border: 1px solid transparent;
        border-radius: 2px;
        padding: 10px 0;
        cursor: default;
    }

        .e_edoc_icon_list > li.e_edoc_icon > a:hover,
        .e_edoc_icon_list > li.e_edoc_icon:not(.e_active) > .dropdown:hover + a {
            border-color: #e5e5e5;
        }


        .e_edoc_icon_list > li.e_edoc_icon > a:active,
        .e_edoc_icon_list > li.e_edoc_icon:not(.e_active) > .dropdown:active + a {
            background: #fbfbfb;
            border-color: #ccc;
        }



    .e_edoc_icon_list > li.e_edoc_icon.e_active > a:active {
        border-color: #ccc;
        background: #f4f4f4 !important;
    }



    .e_edoc_icon_list .e_edoc_img {
        background-image: url('../images/ico/edoc_icons.png');
        /*-webkit-background-size: 64px 960px;
        background-size: 64px 960px;*/
        display: inline-block;
        vertical-align: top;
        height: 64px;
        width: 64px;
    }


    .e_edoc_icon_list .e_edoc_label {
        display: block;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        width: 104px;
        text-overflow: ellipsis;
        color: #333;
        font-size: 11px;
        font-weight: 600;
        padding: 0 3px;
    }

    .e_edoc_icon_list > li.e_edoc_icon.e_active > a {
        border-color: #ccc;
        background: #fbfbfb;
    }

    .e_edoc_icon_list > li.e_edoc_icon.e_active > .dropdown {
        display: block;
    }

    .e_edoc_icon_list > li.e_edoc_icon.e_active {
        z-index: 5;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_folder {
        background-position: 0 0px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_file {
        background-position: 0 -64px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_image {
        background-position: 0 -128px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_pdf {
        background-position: 0 -192px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_word {
        background-position: 0 -256px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_excel {
        background-position: 0 -320px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_ppt {
        background-position: 0 -384px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_endalia {
        background-position: 0 -448px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_video {
        background-position: 0 -512px;
    }

    .e_edoc_icon_list .e_edoc_img.e_edoc_audio {
        background-position: 0 -576px;
    }
/*
.e_edoc_icon_list .e_edoc_img.e_edoc_endalia
    {
        background-position-y:-640px;
    }

.e_edoc_icon_list .e_edoc_img.e_edoc_endalia
    {
        background-position-y:-704px;
    }
*/


/* elimina X que aparece a la hora de editar en IE un input*/

.e_removeIECross::-ms-clear {
    display: none;
}



/*********** LOADER ANIMADO ***********/

.terminal-loader-icon {
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 70px;
    height: 54px;
    text-align: center;
    position: relative;
}

    .terminal-loader-icon .dot {
        position: absolute;
        height: 8px;
        width: 8px;
        background-color: #000;
        -o-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        bottom: 0;
    }

.e_updateprogresspanelWrapper .terminal-loader-icon .dot {
    background-color: #fff;
}

.e_waitajax .terminal-loader-icon .dot {
    background-color: #000;
}

.terminal-loader-icon .dot.dot-1 {
    left: 0;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -.5s infinite;
    animation: spin 1s linear -.5s infinite;
}

.terminal-loader-icon .dot.dot-2 {
    left: 25%;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -.375s infinite;
    animation: spin 1s linear -.375s infinite;
}

.terminal-loader-icon .dot.dot-3 {
    left: 50%;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -.25s infinite;
    animation: spin 1s linear -.25s infinite;
}

.terminal-loader-icon .dot.dot-4 {
    left: 75%;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -.125s infinite;
    animation: spin 1s linear -.125s infinite;
}

.terminal-loader-icon .dot.dot-5 {
    right: 0;
    margin: 0 -4px 0 0;
    -webkit-animation: spin 1s linear 0 infinite;
    animation: spin 1s linear 0 infinite;
}

.e_waitajax {
    width: 100%;
    height: 200px;
}

    .e_waitajax .terminal-loader-icon .dot {
        background-color: #000;
    }

/* Chrome, Safari, Opera */

@-webkit-keyframes spin {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Standard syntax */

@keyframes spin {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}




/* Logos Fundación Tripartita (Módulo de formación) */

.e_formacion_logos_tri {
    margin: 30px 0 15px;
    overflow: hidden;
}

    .e_formacion_logos_tri img {
        max-width: 500px;
        width: 100%;
    }


/* FORMULARIOS */

/* Clases que definen distintos anchos para inputs */

@media (min-width: 500px) {
    /* 1-2 caracteres */
    .e_form_control_1 {
        max-width: 45px;
    }

    /* 3-5 caracteres (CP, Extensiones, etc.) */
    .e_form_control_2 {
        max-width: 80px;
    }

    /* 6-15 caracteres (teléfono, NASS, etc.) */
    .e_form_control_3 {
        max-width: 150px;
    }

    /* Variación para campos con error */

    .has-feedback .e_form_control_3 {
        max-width: 180px;
    }

    .e_form_control_max {
        max-width: none;
    }

    .form-control.e_DropDown_Auto {
        width: auto;
        max-width: 100%;
    }
}

/* VISUALIZACIÓN DE ERRORES */

.e_errorInputs {
    border: 2px solid red;
}

span.e_errorInputs {
    background: red none repeat scroll 0 0 !important;
}

span.checkbox.e_errorInputs label {
    color: red;
}

span.checkbox.e_errorInputs {
    border: none;
    background: none !important;
}

/*Tabs se ponen en rojo */

.igtab_THTab.e_errorInputs {
    background: transparent !important;
    border: none !important;
}

    .igtab_THTab.e_errorInputs .igtab_THText {
        color: red !important;
    }

    .igtab_THTab.e_errorInputs:after {
        background-color: #ff0000 !important;
    }

.e_error_container {
    margin-top: 170px;
}

.e_errorInputs + .ewc-combobox input {
    border: 2px solid red;
}

/* FIN VISUALIZACIÓN DE ERRORES */


/* DROPDOWNS */

.igDropDown {
    border: 1px solid #ccc;
}

    .igDropDown input[type="text"] {
        width: 100%;
        border: none;
        margin-left: 8px;
        outline: none;
    }

/*****Errores en dropdowns (en IE no se ven bien si no)******/
.has-feedback select.form-control {
    padding-right: 12px;
}

.has-feedback.has-error select.form-control {
    padding-right: 45px;
}

/*****Reposiciona X de error en los dropdowns*****/
.e_marginForSpanError {
    padding-right: 40px !important;
}

/******CONTROL DE IG DESPLEGABLE CON CHECKS********/
.igdd_DropDownList {
    background-color: #fff;
}

.igdd_DropDownList {
    list-style-type: none !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    border: 1px;
    border-style: solid;
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .igdd_DropDownList li a {
        color: #555;
        font-style: normal;
        text-decoration: none;
        padding-left: 10px;
    }

.igdd_ValueDisplay,
.ig_Hover,
.igdd_ValueDisplayHover,
.igdd_DropDownListContainer,
.igdd_ListItem {
    font-size: 12px;
}


/* A CONTINUACIÓN, PARECE QUE NO SE UTILIZA */
/*
  

    .e_DropDownButton {
        width: 22px;
        height: 25px;
        position: absolute;
        right: 20px;
        top: 5px;
        float: right;
    }
        */

/* HASTA AQUÍ, PARECE QUE NO SE UTILIZA */

/****************** MODAL ******************/


.e_updateprogresspanelWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 999999;
    padding: 0;
    display: table;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 99%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.5)), color-stop(99%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 99%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 99%,rgba(0,0,0,0.7) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 99%,rgba(0,0,0,0.7) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 99%,rgba(0,0,0,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.e_updateprogresspanelContent {
    padding: 0 20px 20px;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    z-index: 10000;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    position: relative;
}

    .e_updateprogresspanelContent > span {
        text-shadow: 0px 0px 30px rgba(0,0,0,1);
    }

#divUpdProgress .e_updateprogresspanelWrapper {
    height: 500px;
    position: static;
    margin-top: -20px;
}




.e_MaxHeightModal {
}

    .e_MaxHeightModal .slimScrollDiv {
        padding-right: 14px;
        margin-right: -14px;
    }

.e_PopupPanel .alert {
    margin: 15px 0 -20px;
    font-size: 13px;
    padding: 3px 5px;
}

/****************** FIN DE MODAL ******************/

/****************** POPOVER ******************/
.popover h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0;
}

.popover .e_actions_btn_group {
    border-top: solid 1px #ebebeb;
    padding: 8px 10px 10px;
    margin: 10px -14px -10px;
    text-align: right;
    background: #fbfbfb;
}

.popover .e_popover_info .form-group {
    margin-bottom: 0;
}

/****************** FIN POPOVER ******************/

/****************** CALENDAR CHOOSER ******************/

.dateChooserDropDown {
    width: 240px !important;
    height: 260px !important;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

table.dateChooserLayoutCalendar {
    border: none !important;
    width: 100%;
    height: 100%;
}

.dateChooserDay:hover {
    background: #fbfbfb;
    color: #333;
}

.dateChooser > tbody > tr > td {
    border: none;
}

.dateChooserEdit.form-control {
    border: solid 1px #ccc !important;
    padding-left: 12px !important;
}

dateChooserLayoutTitle {
    display: none;
}

/****************** FIN CALENDAR CHOOSER ******************/

/****************** GENERAL BOTON SAVE ********************/

.e_contentGeneralMessage {
    position: fixed;
    top: 0px;
    left: 20%;
    right: 20%;
    text-align: center;
    z-index: 999999;
}

@media (max-width: 767px) {
    .e_contentGeneralMessage {
        top: 50px;
        left: 0;
        right: 0;
    }
}

.e_contentGeneralMessage > .alert,
.e_contentGeneralMessage.alert {
    box-shadow: 3px 3px 0px rgba(0,0,0,.01);
}

/****************** FIN GENERAL BOTON SAVE ********************/

/****************** SCROLLING ********************/

.scrollable {
    overflow: auto;
}

.scrollable-x {
    overflow-x: auto;
}

.scrollable-y {
    overflow-y: auto;
}

/****************** FIN SCROLLING ********************/


/*************** LABELS DE ESTADO ****************/

.e_status_ind {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    margin: 3px;
}

    .e_status_ind.e_centered_block {
        margin: 3px auto;
    }



/*** CORRECCIONES ***/

/**Navegador incompatible**/

.e_Browser_nav {
    margin-top: 15%;
}

@media (max-width:767px) {
    .e_Browser_nav {
        margin-top: 25%;
    }
}

@media (min-width:768px) {
    .e_Browser_nav {
        margin-top: 15%;
        font-size: 20px;
    }
}



.e_comp_browsers_container {
    padding: 20px;
}

ul.e_comp_browsers {
    margin: 0 auto;
    text-align: center;
    border-top: solid 1px #fff;
    padding: 60px 0 80px;
    margin-bottom: 20px;
    max-width: 600px;
    margin-top: 50px;
}

    ul.e_comp_browsers li {
        display: inline-block;
        list-style: none;
        width: 86px;
        margin: 0 10px;
        vertical-align: top;
    }

        ul.e_comp_browsers li a {
            background-color: #009ADA;
            display: block;
            width: 92px;
            height: 92px;
            cursor: pointer;
            border: solid 3px #fff;
            border-radius: 20px;
            background-position: 0 0;
        }

            ul.e_comp_browsers li a:hover {
                background-position: 0 86px;
                background-color: #fff;
            }

            ul.e_comp_browsers li a.e_chrome {
                background-image: url(../images/ico/nav_chrome.png);
            }

            ul.e_comp_browsers li a.e_firefox {
                background-image: url(../images/ico/nav_firefox.png);
            }

            ul.e_comp_browsers li a.e_explorer {
                background-image: url(../images/ico/nav_explorer.png);
            }


        ul.e_comp_browsers li span {
            display: block;
            text-align: center;
            margin-top: 10px;
            line-height: 1.2em;
            font-size: 13px;
        }


/* INFO DISPLAY */

.e_infodisplay {
    position: fixed;
    z-index: 101;
    right: -350px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 350px;
    max-width: calc(100% - 10px);
    top: 100px;
}

    .e_infodisplay > li {
        background: #333;
        padding: 25px 15px 25px;
        padding-left: 80px;
        margin-bottom: 5px;
        position: relative;
        min-height: 80px;
    }

        .e_infodisplay > li:after {
            background: url("../images/ico/infodisplay.svg") no-repeat;
            background-size: 45px 135px;
            content: "";
            width: 45px;
            height: 45px;
            position: absolute;
            left: 20px;
            top: 20px;
        }

        .e_infodisplay > li:hover {
            background: #444;
        }

        .e_infodisplay > li.e_success:after {
            background-position: 0 0;
        }

        .e_infodisplay > li.e_error:after {
            background-position: 0 -45px;
        }

        .e_infodisplay > li.e_info:after {
            background-position: 0 -90px;
        }


        .e_infodisplay > li > h3,
        .e_infodisplay > li > p {
            font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #fff;
        }

        .e_infodisplay > li > h3 {
            font-size: 16px;
            font-weight: 500;
            margin: 0px 0 5px;
        }

        .e_infodisplay > li > p {
            font-size: 14px;
            margin-bottom: 0px;
        }

    .e_infodisplay .close {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #fff;
        text-shadow: none;
        width: 20px;
        height: 20px;
        outline: none;
    }


/* FIN DE INFO DISPLAY */

/* LISTADOS DE NOTICIAS, LINKS, ETC. DE INTERCOM */

ul.e_intercom_all_items_list {
    list-style: none;
    padding: 0;
    /*max-width: 1055px;*/
    padding-left: 5px;
}

    ul.e_intercom_all_items_list > li {
        border-bottom: solid 1px #ddd;
        padding-bottom: 15px;
    }

        ul.e_intercom_all_items_list h3.e_title,
        ul.e_intercom_all_items_list > li > a {
            color: #333;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            ul.e_intercom_all_items_list h3.e_title a {
                color: #333;
            }

    ul.e_intercom_all_items_list .e_more_info {
        font-size: 12px;
        color: #aaa;
        margin-right: 5px;
        display: inline-block;
    }

    ul.e_intercom_all_items_list p.e_desc {
        color: #333;
        /*margin-top: 5px;*/
        margin-bottom: 15px;
        font-size: 13px;
        text-align: justify;
    }

    ul.e_intercom_all_items_list .e_tag,
    .e_full_news .e_tag,
    ul.e_intercom_all_items_list .e_category,
    ul.e_intercom_all_items_list .e_link {
        display: inline-block;
        margin-top: 3px;
        font-size: 12px;
    }

.e_full_news .e_tag {
    margin-top: 10px;
}

ul.e_intercom_all_items_list .e_category > span,
ul.e_intercom_all_items_list .e_link {
    color: #999;
}

    ul.e_intercom_all_items_list .e_category > span:first-child,
    ul.e_intercom_all_items_list .e_tag > span:first-child,
    .e_full_news .e_tag > span:first-child,
    ul.e_intercom_all_items_list .e_link {
        font-weight: 600;
        color: #333;
    }

ul.e_intercom_all_items_list .e_link {
    color: #009ada;
}


ul.e_intercom_all_items_list .e_tag > span:not(:first-child),
.e_full_news .e_tag > span:not(:first-child),
.e_full_news .e_tag > a,
ul.e_intercom_all_items_list .e_tag > a {
    font-size: 12px;
    border: solid 1px #ddd;
    padding: 0px 4px 1px;
    border-radius: 2px;
    color: #999;
}




.e_cmspageitem_breadcrumb {
    border: solid 1px #ddd;
    padding: 5px;
    /*box-shadow: 2px 2px 0px rgba(0,0,0,.08);*/
    background: #fbfbfb;
}

.e_cmspageitem_up {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    margin-right: 6px;
    padding-right: 6px;
    border-right: solid 1px #ddd;
}

    .e_cmspageitem_up[disabled="disabled"] {
        cursor: default;
        color: #ccc;
    }

.e_cmspageitem_path {
    font-weight: 600;
    vertical-align: middle;
}

.e_cmspageitem_up .glyphicon {
    font-size: 22px;
}

a.e_cmspageitem_document:before,
a.e_cmspageitem_folder:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}



a.e_cmspageitem_document:before {
    content: "\e022";
    color: #ccc;
}

a.e_cmspageitem_folder:before {
    content: "\e118";
    color: #ffcc00;
    margin-right: 9px;
}




/* AVISOS */

ul.e_intercom_alerts {
    list-style: none;
    margin: -3px;
    padding: 3px;
    max-height: 357px;
    overflow-y: hidden;
    margin-bottom: 25px;
}


    ul.e_intercom_alerts > li {
        padding: 0;
        background: #fff;
        height: 174px;
        margin-bottom: 3px;
        overflow: hidden;
        position: relative;
    }

    ul.e_intercom_alerts a {
        display: block;
        padding: 5px 15px;
        height: 174px;
        text-decoration: none;
        color: #009ada;
        cursor: pointer;
    }

    ul.e_intercom_alerts > li:last-child {
        margin-bottom: 0px;
    }


    ul.e_intercom_alerts > li .close {
        position: absolute;
        right: 5px;
        top: 0;
    }

    ul.e_intercom_alerts > li:hover:not(:last-child) {
        box-shadow: 0px 0px 0px 3px #f0ad4e;
    }



    ul.e_intercom_alerts h3.e_title,
    .e_alert_detail_title {
        font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin: 10px 0 5px;
        color: #333;
        line-height: 1.3;
        display: block; /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: calc(15px * 1.3 * 2); /* Fallback for non-webkit */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.e_intercom_alerts .e_more_info {
        font-size: 12px;
        color: #aaa;
        font-weight: 300;
        margin-right: 5px;
    }

    ul.e_intercom_alerts p.e_desc {
        color: #333;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.3;
        display: block; /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: calc(14px * 1.3 * 4); /* Fallback for non-webkit */
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* FIN DE LISTADOS DE NOTICIAS, LINKS, ETC. DE INTERCOM */

/*SCROLL EN SAFARI*/
::-webkit-scrollbar {
    -webkit-appearance: none; /* you need to tweak this to make it available.*/
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/*FIN DE  SCROLL EN SAFARI VISIBLE*/

.e_employee_titleButton {
    float: right;
}


.e_pnl_disable .control-label {
    color: #999;
}


/**   COLOR DORADO **/
.text-gold {
    color: #ffc107; /*#C2A573;*/
}

.e-column-start {
    width: 70px;
}

@media (min-width: 1200px) {

    .e-column-start {
        width: 120px;
    }

    .e_competence_panelseparated {
        min-height: 220px;
    }
}

/******************* CENTRO DE NOTIFICACIONES *******************/

.e_notifications_list {
}

    .e_notifications_list li {
        padding: 1.25rem 1.25rem;
    }

        .e_notifications_list li:last-child {
            border-bottom: none;
        }

    .e_notifications_list div.e_notifications_list_container {
        padding-left: 48px;
        position: relative;
    }

    .e_notifications_list .e_notifications_list_title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .e_notifications_list .e_notifications_list_text {
        font-size: 15px;
        margin-bottom: 0.5rem;
    }

    .e_notifications_list .e_notifications_list_date {
        display: block;
    }

    .e_notifications_list .e_notifications_list_icon {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 15px;
        color: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        padding-top: 8px;
    }

.e_notifications_list_news .e_notifications_list_icon {
    background-color: #e6718c;
}

.e_notifications_list_warning .e_notifications_list_icon {
    background-color: #93b4dc;
}

.e_notifications_list_h4 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #666666;
}

.e_unread_notification_list {
    background-color: rgba(0,154,218,0.05);
}

    .e_unread_notification_list .e_notifications_list_title {
        font-weight: 700;
    }

/******************* Responsive del CENTRO DE NOTIFICACIONES *******************/

@media (max-width: 575px) {
    .e_actions_notifications_list {
        float: left !important;
    }

    .e_actions_notifications_list, .btn {
        margin-left: 0px !important;
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .e_actions_notifications_list {
        float: left !important;
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .e_actions_notifications_list, .btn {
        margin-left: 10px;
    }
}

/* PERFIL DE CANDIDATO NAVANTIA */

.e-settings-card {
}

    .e-settings-card ul.e-settings-list {
        margin: 0 -1.25rem;
    }

        .e-settings-card ul.e-settings-list > li {
            padding-top: 2px;
        }

            .e-settings-card ul.e-settings-list > li:last-child {
                border-bottom: none;
            }

            .e-settings-card ul.e-settings-list > li:first-child {
                border-top: none;
            }

    .e-settings-card .e-select-list {
        list-style: none;
        padding-left: 0px;
    }

        .e-settings-card .e-select-list a {
            text-decoration: none;
        }

        .e-settings-card .e-select-list i {
            color: #888888;
            vertical-align: -5px;
            margin-right: 5px;
        }

    .e-settings-card .card-footer {
        background-color: #ffffff;
        border-top: none;
    }

/*POLITICA DE PRIVACIDAD*/
.e-description-privacypolicy {
    height: auto;
    max-height: 400px;
    overflow-x: auto
}

.nomargin .modal-dialog {
    margin-top: 0;
    margin-left: 0;
}




/**===========================================================
 * _e-comp-notifications.scss
 * ===========================================================
 *
 * Para IMPORTAR en endalia.scss
 * Estilos de componente para notificaciones en EW5.
 *
 *
 * Índice:
 * - Estilos generales del listado
 * - Estados notificaciones
 * - Modal lateral
 * - Listado centro de notificaciones
 *
 */
/**===========================================================
 * _e-variables.scss
 * ===========================================================
 *
 * Para IMPORTAR en endalia.scss
 * Hoja de estilos para aglutinar todas las VARIABLES.
 *
 *
 * Índice:
 * - Colors
 * - Spacers
 * - Tipography
 * - Tabs
 * - Utilities
 * - Navbar
 * - Toolbarnpm
 * - Grid
 * - Cards
 * - Inputs
 * - Buttons
 * - Tables
 * - Popovers
 * - Modals
 * - Steppers
 * - Medias
 * - Tree
 * - Toast
 * - Notifications
 * - Status bar
 *
 */
/**
 * Colors
 * ===========================================================
 */
/**
 * Spacers
 * ===========================================================
 */
/**
 * Tipography
 * ===========================================================
 */
/**
 * Tabs
 * ===========================================================
 */
/**
 * Utilities
 * ===========================================================
 */
/**
 * Navbar
 * ===========================================================
 */
/**
 * Toolbar
 * ===========================================================
 */
/**
 * Grid
 * ===========================================================
 */
/**
 * Cards
 * ===========================================================
 */
/**
 * Inputs
 * ===========================================================
 */
/**
 * Buttons
 * ===========================================================
 */
/**
 * Tables
 * ===========================================================
 */
/**
 * Popovers
 * ===========================================================
 */
/**
 * Modals
 * ===========================================================
 */
/**
 * Steppers
 * ===========================================================
 */
/**
 * Medias
 * ===========================================================
 */
/**
 * Tree
 * ===========================================================
 */
/**
 * Toast
 * ===========================================================
 */
/**
 * Notifications
 * ===========================================================
 */
/**
 * Estilos generales del listado
 * ===========================================================
 */
.e-notification-center__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 16px;
    border-bottom: 1px solid #f3f3f3;
    text-decoration: none !important;
}

    .e-notification-center__item:last-of-type {
        border-bottom: none !important;
    }

    .e-notification-center__item:hover {
        background-color: rgba(153, 153, 153, 0.05);
        text-decoration: none;
    }

.e-notification-center__item--icon {
    margin-right: 16px;
    font-size: 16px;
}

    .e-notification-center__item--icon i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.e-notification-center__item--notification {
    margin-right: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40px;
}

.e-notification-center__item--notification__title {
    font-size: 14px;
    color: #333333;
}

.e-notification-center__item--notification__description {
    margin-top: 1.6px;
    font-size: 12px;
    color: #666666;
}

.e-notification-center__item--date {
    color: #999999;
    font-size: 10px;
    text-align: right;
    overflow-wrap: break-word;
    max-width: 65px;
    min-width: 65px;
}
/**
 * Estados notificaciones
 * ===========================================================
 */
.e-notification-ns_nr {
    background-color: rgba(114, 149, 181, 0.1);
}

    .e-notification-ns_nr .e-notification-center__item--notification__title {
        font-weight: 700 !important;
    }

    .e-notification-ns_nr i {
        background-color: rgba(68, 112, 155, 0.2) !important;
        color: #44709b !important;
    }

.e-notification-s_nr .e-notification-center__item--notification__title {
    font-weight: 700 !important;
}

.e-notification-s_nr i {
    background-color: rgba(68, 112, 155, 0.2) !important;
    color: #44709b !important;
}

.e-notification-s_r i {
    background-color: rgba(102, 102, 102, 0.2) !important;
    color: #666666 !important;
}
/**
 * Modal lateral
 * ===========================================================
 */
.e-wrapper-notifications__modal {
    padding: 16px 0 0;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .e-wrapper-notifications__modal endalia-main-notification-list-ew5 {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 54px;
        top: 81px;
        overflow-y: auto;
    }

.e-wrapper-notifications__modal__button {
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #dddddd;
    background-color: #ffffff;
    color: #44709b;
}

    .e-wrapper-notifications__modal__button:hover {
        text-decoration: none !important;
        color: #44709b;
    }
/**
 * Listado centro de notificaciones
 * ===========================================================
 */

.e-alert-custom--empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

    .e-alert-custom--empty i {
        font-size: 2rem;
        color: #44709b;
        opacity: 0.65;
        margin-bottom: 0.5rem;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-style: normal;
    }

.e-alert-custom--empty-msg {
    font-size: 12px;
    color: #44709b;
    opacity: 0.65;
}

.e-wrapper-notifications__list {
    margin-top: 48px !important;
    border: 1px solid #dddddd;
    padding: 0 0 16px !important;
}

    .e-wrapper-notifications__list .e-alert-custom--empty {
        padding: 80px 16px 128px !important;
    }

        .e-wrapper-notifications__list .e-alert-custom--empty i {
            font-size: 40px;
        }

    .e-wrapper-notifications__list .e-alert-custom--empty-msg {
        font-size: 16px;
    }

    .e-wrapper-notifications__list .e-notification-center__item {
        align-items: center;
    }

