/* FUENTES */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);



.endalia, body {
    background: #fafafa;
}

    .endalia .navbar-default {
        background-color: #fff;
    }

    .endalia .e_nav .e_logo_wrapper img {
        height: 55px;
    }
/****** Titulo **********/

    .endalia .e_mainheader {
        margin-bottom: 25px;
    }

    .endalia .e_pagetitle {
        margin-bottom: 15px;

        background: #444;
        margin: -30px -30px 0;
        padding: 10px 30px 10px;
        color: #fff;

    }

        .endalia .e_pagetitle .e_advice {
            float: right;
            margin-top: -35px;
        }

@media (max-width: 550px) {
    .endalia .e_pagetitle .e_advice {
        float: none;
        margin-top: 0;
    }
}

.endalia .e_pagetitle h1 {
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 300;
}

.endalia .e_pagetitle div .form-control {
    margin-top: 20px;
}

.endalia .e_pagetitle div .form-control {
    margin-bottom: 15px;
}

.endalia h3.e_sectiontitle {
    font-weight: 300;
    margin: 30px 0 20px;
}

.endalia h4.e_sectiontitle {
    font-weight: 300;
    margin: 10px 0 15px;
}

.endalia h4.e_subsectiontitle {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}


/******* CONTENIDO DE LA PAGINA *******************/

.endalia .e_main_container {
    /*background-color: #fff;
  min-height: 100vh;*/
    background: #fff;
    padding: 30px;
    /*border: solid 1px #ddd;*/
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16), 0 0px 0px 1px rgba(0, 0, 0, 0.02);
    border-radius: 2px;
    
    margin: 0 -15px 30px;

}

@media (min-width:992px){
    .endalia .e_register_block{
        padding-left: 20px;
    }
}

.endalia .e_jobOffer_filters {
    margin-bottom: 15px;
}

/****************** JOBOFFER *****************/
.endalia .e-offer-grid-container {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
}

.endalia .e_jobOffer {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin: 0 0 25px;
    height: calc(100% - 25px);
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16),0 0px 0px 1px rgba(0, 0, 0, 0.02);
    border-radius: 2px;
}

    .endalia .e_jobOffer:hover {
        box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.6);
    }

.endalia .e_job_img_wrapper {
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

    .endalia .e_job_img_wrapper.e_job_img_detail {
        height: 200px;
    }

@media (min-width: 992px) {
    .endalia .e_job_img_wrapper.e_job_img_detail {
        margin-top: 50px;
        height: 300px;
    }
}

@media (max-width: 370px) {
    .endalia .e_job_img_wrapper {
        height: 100px;
    }
}

@media (min-width: 371px) and (max-width: 600px) {
    .endalia .e_job_img_wrapper {
        height: 150px;
    }
}

.endalia .e_jobOffer .e_jobOffer_Content {
    padding: 5px 15px 15px;
    position: relative;
}

.endalia .e_jobOffer h3.e_job_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.endalia .e_jobOffer p.e_job_subtitle {
    font-size: 12px;
    color: #999;
    font-style: italic;
    margin-top: -5px;
}

.endalia .e_jobOffer .e_job_location {
    background: #ccc none repeat scroll 0 0;
    border-radius: 20px;
    color: #333;
    font-weight: 600;
    padding: 1px 8px 2px 5px;
}

    .endalia .e_jobOffer .e_job_location:empty {
        display: none;
    }

.endalia .e_jobOffer p.e_job_desc {
    font-size: 13px;
    max-height: 108px;
    overflow: hidden;
}

.endalia .e_jobOffer_Footer {
    text-align: right;
    padding: 0 10px 15px 10px;
    margin-top: auto;
}

    .endalia .e_jobOffer_Footer .btn-link {
        font-size: 11px;
    }

    .endalia .e_jobOffer_Footer div a {
        margin-top: 15px;
    }

    .endalia .e_jobOffer_Footer div * {
        float: right;
    }

    .endalia .e_jobOffer_Footer div:first-child {
        padding-bottom: 5px;
    }

.endalia .e_job_status {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.endalia a.e_job_status {
    cursor: pointer;
}

/*Cargando del boton*/
.endalia .e_offer_btnprocess {
    display: none;
}

.endalia .e_offer_process .e_offer_btnprocess {
    display: block;
}

.endalia .e_offer_process .e_offer_btntext {
    display: none;
}

.endalia .e_offer_process, .endalia .e_offer_process:hover, .endalia .e_offer_process:focus, .endalia .e_offer_process:active {
    background-color: #999;
    border-color: #888;
    color: #fff;
    text-transform: none !important;
    cursor: progress;
    pointer-events: none;
}
/****************** JOBOFFER DETAILS *****************/

.endalia .e_jobOfferDetails h3.e_OfferSection {
    font-weight: 300;
    margin: 45px 0 15px;
    letter-spacing: -1px;
}

/*.e_jobOfferDetails .e_job_img_wrapper {
    margin: -16px -40px 0 -40px;
}*/


/****************** JOBOFFER HISTORIAL *****************/
.endalia .e_offers_hist {
    list-style: none;
    padding: 0;
}

    .endalia .e_offers_hist li {
        border-bottom: solid 1px #eee;
        padding: 10px 0;
    }

        .endalia .e_offers_hist li:last-child {
            border-bottom: none;
        }

    .endalia .e_offers_hist .e_offers_hist_title {
        display: block;
        font-size: 13px;
        font-weight: 600;
    }

    .endalia .e_offers_hist .e_offers_hist_date {
        display: block;
        font-size: 11px;
        font-weight: 600;
        margin-top: 5px;
        color: #999;
        text-align: right;
    }

    .endalia .e_offers_hist .e_offers_hist_resigned {
        display: block;
        font-size: 11px;
        font-weight: 600;
        margin-top: 5px;
        color: #999;
        text-transform: uppercase;
    }

/* Grupos de titulaciones */

.endalia ul.e-rec-group {
    font-size: 14px;
    list-style: none;
    padding: 0;
}

    .endalia ul.e-rec-group > li.e-rec-group-name {
        font-weight: bold;
    }

    .endalia ul.e-rec-group > li.e-rec-group-list {
        list-style: none;
    }

        .endalia ul.e-rec-group > li.e-rec-group-list > ul {
            list-style: square;
            margin: 5px 0 10px;
        }

            .endalia ul.e-rec-group > li.e-rec-group-list > ul > li {
                margin-bottom: 5px;
            }

    .endalia ul.e-rec-group span {
        font-size: 80%;
        font-weight: normal;
    }

        .endalia ul.e-rec-group span:before {
            content: " · ";
        }




/********************updateprogress***************************/
.endalia .e_updateprogresspanelWrapper {
    /*background-color:rgba(0,0,0,0.5);*/
    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 */
}

.endalia .e_waitajax {
    width: 100%;
    height: 200px;
}

.endalia .e_updateprogresspanelContent {
    margin: 0 auto;
    padding: 0 20px 20px;
    z-index: 10000;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    position: relative;
}

.endalia .e_updateprogresspanelWrapper .e_updateprogresspanelContent {
    vertical-align: middle;
    display: table-cell;
    /*margin: 0;*/
}


/* Loader */
.endalia .terminal-loader-icon {
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 70px;
    height: 54px;
    text-align: center;
    position: relative;
}

    .endalia .terminal-loader-icon .dot {
        position: absolute;
        height: 8px;
        width: 8px;
        background-color: #000;
        -o-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        bottom: 0;
    }

.endalia .e_updateprogresspanelWrapper .terminal-loader-icon .dot {
    background-color: #fff;
}

.endalia .e_waitajax .terminal-loader-icon .dot {
    background-color: #000;
}

.endalia .terminal-loader-icon .dot.dot-1 {
    left: 0;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -0.5s infinite;
    animation: spin 1s linear -0.5s infinite;
}

.endalia .terminal-loader-icon .dot.dot-2 {
    left: 25%;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -0.375s infinite;
    animation: spin 1s linear -0.375s infinite;
}

.endalia .terminal-loader-icon .dot.dot-3 {
    left: 50%;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -0.25s infinite;
    animation: spin 1s linear -0.25s infinite;
}

.endalia .terminal-loader-icon .dot.dot-4 {
    left: 75%;
    margin: 0 0 0 -4px;
    -webkit-animation: spin 1s linear -0.125s infinite;
    animation: spin 1s linear -0.125s infinite;
}

.endalia .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;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes spin {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes spin {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.endalia .e_offers_PeopleSuscribed {
    color: #bbb;
}

.endalia .e_acciones_footer {
    margin-top: 30px;
    padding: 15px 0px;
    text-align: right;
    /*border-top: 2px solid #ddd;*/
}


/**Tabs no pulsables**/
.endalia .e_no_click {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}


/*** Subtitle ******************/


.endalia .e_heading_3 {
    padding: 15px 0 0px;
    margin-bottom: 15px;
}

    .endalia .e_heading_3 h3, .endalia .e_heading_3 h4 {
        font-size: 25px;
        font-weight: 300;
        color: #484848;
        letter-spacing: -0.5px;
        margin: 3px 0 5px;
        float: left;
    }

    .endalia .e_heading_3 h4 {
        font-size: 18px;
        font-weight: 200;
        color: #363636;
    }

.endalia .e_left_block .e_heading_3 {
    padding: 0;
    margin: 15px 0 10px;
}

    .endalia .e_left_block .e_heading_3 h3 {
        margin: 0;
        font-size: 20px !important;
        letter-spacing: -0.7px;
    }


/*.e_heading_3 + .help-block {
    margin-top: -10px;
    margin-bottom: 15px;
}*/

@media (max-width: 767px) {
    .endalia .e_heading_3 {
        margin-bottom: 15px;
    }

        .endalia .e_heading_3 h3 {
            float: left;
            width: 75%;
        }
}

.endalia .e_heading_3 .e_actions_group {
    /*font-size: 20px;
    font-weight: 300;
    color: #667CA0;*/
    float: right;
}

    .endalia .e_heading_3 .e_actions_group .btn {
        text-transform: uppercase;
        border-radius: 0;
        /*padding: 6px 9px;*/
        font-size: 12px;
    }

        .endalia .e_heading_3 .e_actions_group .btn .glyphicon {
            margin-right: 5px;
            font-size: 12px;
        }

        .endalia .e_heading_3 .e_actions_group .btn.e_more_actions {
            font-size: 17px;
            padding: 5px 7px 0 6px;
            margin-left: 6px;
        }

    .endalia .e_heading_3 .e_actions_group .e_button_action_name {
        font-weight: 600;
        letter-spacing: -0.3px;
    }

    .endalia .e_heading_3 .e_actions_group .btn-group > .btn.active {
        z-index: 0;
    }


/****DorpdownList************/
.endalia .form-control.e_DropDown_Auto {
    width: auto;
    max-width: 100%;
}


/* Inputs de fechas - Datepicker */

.endalia .inputDatepicker {
    width: 95px !important;
}

.endalia .e_datepicker_hidden .inputDatepicker {
    width: 100% !important;
}

.endalia .has-feedback .inputDatepicker.form-control {
    width: 150px !important;
}


/******* foto *************************/
.endalia .e_employee_photo {
    margin: 10px auto;
    position: relative;
    height: 200px;
    width: 200px;
}

    .endalia .e_employee_photo div {
        width: 100%;
        height: 100%;
    }

    .endalia .e_employee_photo .e_employeePic_container {
        position: relative;
        border-radius: 7%;
        overflow: hidden;
    }

    .endalia .e_employee_photo .e_employeePic {
        border: none !important;
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: -10%;
        left: 0;
    }

.endalia .e_fileUpload:after {
    position: absolute;
    color: #fff;
    left: 2px;
    bottom: 2px;
    width: 20px;
    height: 20px;
    font-family: "Glyphicons Halflings";
    content: "\270f";
    font-size: 12px;
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
}

.endalia .e_fileUpload:hover:after {
    position: absolute;
    color: #fff;
    right: 0px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    font-family: "Glyphicons Halflings";
    content: "\e046";
    font-size: 30px;
    background: rgba(0,0,0,0.5);
    line-height: 200px;
    padding: 1px 4px;
    cursor: pointer;
    text-align: center;
    border-radius: 7%;
}


.endalia .e_employee_photoDelete {
    text-align: center;
    color: #a94442;
    display: block;
    padding: 10px;
}

/**************************GENERAL BOTON SAVE************************************************/
.endalia .e_contentGeneralMessage {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    padding: 25px;
    position: fixed;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 99999;
}
.endalia .e_Message_Danger {
    background: rgba(217, 0, 0, 0.9) none repeat scroll 0 0;
}

.endalia .e_Message_Success {
    background: rgba(133, 178, 0, 0.9) none repeat scroll 0 0;
}

@media (max-width: 767px) {
    .endalia .e_contentGeneralMessage {
        top: 50px;
        left: 0;
        right: 0;
    }
}

.endalia .e_contentGeneralMessage > .alert,
.endalia .e_contentGeneralMessage.alert {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.01);
}

/***********************Requisitos de las ofertas (modal)********************************************/
.endalia .e_requerimentInfos {
    font-weight: 600;
    margin: 25px 0 0 25px;
}

.endalia .e_more_actions_icon {
    font-weight: normal !important;
}

    .endalia .e_more_actions_icon:before {
        font-family: "Glyphicons Halflings";
        content: "";
        line-height: 0;
    }




/********************************LOGIN CONTACTO *************************************/
.endalia .e_contact {
    margin-top: 30px;
    font-size: 13px;
    color: #666;
    border: solid 1px #ddd;
    padding: 10px 20px 15px 15px;
    background-color: #fbfbfb;
}

    .endalia .e_contact i {
        color: #999;
        float: left;
        margin: 2px 10px 40px 0;
        display: block;
    }


/******************************** INFO DISPLAY *************************************/

.endalia .e_infodisplay {
    position: fixed;
    z-index: 3;
    right: -350px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 350px;
    max-width: calc(100% - 10px);
    top: 100px;
}

    .endalia .e_infodisplay > li {
        background: #333;
        padding: 25px 15px 25px;
        padding-left: 80px;
        margin-bottom: 5px;
        position: relative;
        min-height: 80px;
    }

        .endalia .e_infodisplay > li:after {
            background: url("../images/infodisplay.svg") no-repeat;
            background-size: 45px 135px;
            content: "";
            width: 45px;
            height: 45px;
            position: absolute;
            left: 20px;
            top: 20px;
        }

        .endalia .e_infodisplay > li:hover {
            background: #444;
        }

        .endalia .e_infodisplay > li.e_success:after {
            background-position: 0 0;
        }

        .endalia .e_infodisplay > li.e_error:after {
            background-position: 0 -45px;
        }

        .endalia .e_infodisplay > li.e_info:after {
            background-position: 0 -90px;
        }

        .endalia .e_infodisplay > li > h3,
        .endalia .e_infodisplay > li > p {
            font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #fff;
        }

        .endalia .e_infodisplay > li > h3 {
            font-size: 16px;
            font-weight: 500;
            margin: 0px 0 5px;
        }

        .endalia .e_infodisplay > li > p {
            font-size: 14px;
            margin-bottom: 0px;
        }

    .endalia .e_infodisplay .close {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #fff;
        text-shadow: none;
        width: 20px;
        height: 20px;
        outline: none;
    }




.endalia .e_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilos para Home del portal externo*/

.e_job-title_h1 {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 300;
}



.e_wrapper_category-job {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    height: auto;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16), 0 0px 0px 1px rgba(0, 0, 0, 0.02);
    border-radius: 2px;
}

.e_wrapper_category-job .e_jobOffer_Content {
    padding: 5px 15px 15px;
    position: relative;
    min-height: 150px;
}

.e_wrapper_category-job .e_jobOffer_Content span {
    text-decoration: none;
}

.e_wrapper_category-job .e_jobOffer_Content span:hover {
    text-decoration: none;
}

.e_wrapper_category-job p.e_job_desc {
    font-size: 13px;
    max-height: 108px;
    overflow: hidden;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.e_wrapper_nav_job {
    display:flex;
}

.e_wrapper_nav_job a {
    color: inherit !important;
    display: block;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    flex: 1;
}

.form-control.e-privacy {
    font-family: Arial;
    font-size: 9px;
    height: 120px;
}