
/************ SELECCIÓN ***************/

/* Ofertas */

.e_job_offer {
    background: #f7f7f7;
    box-shadow: none;
    margin-bottom: 50px;
    /* border: solid 1px #ddd; */
    font-family: Roboto, 'Open Sans', sans-serif;
    /* box-shadow: 3px 3px 0px rgba(0,0,0,.02); */
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    border: none;
}

    .e_job_offer:hover {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -webkit-transition: 0.1s ease-in;
        -moz-transition: 0.1s ease-in;
        -o-transition: 0.1s ease-in;
        transition: 0.1s ease-in;
        border-color: #bbb;
        /*cursor: pointer;*/
    }

    .e_job_offer:active {
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    }

    /* Heading */

    .e_job_offer .panel-heading {
        position: relative;
        height: 150px;
        overflow: hidden;
    }

        .e_job_offer .panel-heading > div {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #fff;
            background-color: #fff;
            background-size: cover;
            background-position: center;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            transition: all .5s;
            -moz-transform: scale(1,1);
            -webkit-transform: scale(1,1);
            transform: scale(1,1);
            -moz-background-size: cover;
            -webkit-background-size: cover;
            background-size: cover;
        }

    .e_job_offer:hover .panel-heading > div {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }


    /* Body */


    .e_job_offer .panel-body {
        box-shadow: 0px 1px 0px rgba(0,0,0,.08);
        position: relative;
        min-height: 220px;
        padding: 15px 20px;
    }

    .e_job_offer .e_job_offer_container_1 {
    }

    .e_job_offer .e_job_offer_period,
    .e_job_offer .e_job_offer_type {
        color: #999;
        font-weight: 400;
    }

    .e_job_offer .e_job_offer_type {
        font-size: 15px;
    }

    .e_job_offer .e_job_offer_period {
        font-size: 12px;
    }



    .e_job_offer .e_job_offer_container_2 {
        border-bottom: solid 1px #ddd;
        margin: 10px 0 15px;
        padding-bottom: 15px;
    }




    .e_job_offer .e_job_offer_title {
        line-height: 1.2em;
        font-size: 21px;
        max-height: calc(21px * 1.2 * 4);
        -webkit-line-clamp: 4;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: -0.8px;
        margin: 0;
        margin-bottom: 3px;
        font-family: Roboto, 'Open Sans', sans-serif;
        font-weight: 400;
    }




    .e_job_offer .e_job_offer_eval {
        background: #1bbc9b;
        color: #fff;
        font-size: 12px;
        padding: 2px 5px;
        vertical-align: 1px;
        border-radius: 2px;
        display: inline-block;
        margin-top: 5px;
    }


    .e_job_offer .e_objetivos_curso {
        overflow-y: auto;
        height: 100px;
        font-size: 13px;
        display: none;
    }

        .e_job_offer .e_objetivos_curso * {
            font-family: inherit !important;
            font-size: 13px !important;
        }



    .e_job_offer .e_seccion_destacada {
        font-size: 14px;
        color: #999;
        font-weight: 400;
        line-height: 1.6em;
    }

        .e_job_offer .e_seccion_destacada .glyphicon {
            font-size: 12px;
            font-weight: normal !important;
            margin-right: 10px;
        }

    .e_job_offer .e_job_offer_status {
        background: #fc0;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .e_job_offer .e_job_offer_group {
        text-align: center;
        color: #fff;
        font-size: 13px;
        padding: 3px;
        font-weight: 400;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }


    /* Footer */


    .e_job_offer .panel-footer {
        background: transparent;
        border-top: 0;
        position: relative;
        padding: 0 15px;
    }

    .e_job_offer .e_lea_stat_container {
        margin: 0px -15px;
        padding: 10px 0;
        background: #eee;
    }


        .e_job_offer .e_lea_stat_container .e_lea_onlystat {
            width: 100%;
            float: left;
            text-align: center;
        }

        .e_job_offer .e_lea_stat_container .e_lea_stat {
            width: 33.333333%;
            float: left;
            text-align: center;
        }

            .e_job_offer .e_lea_stat_container .e_lea_stat:not(:first-child) {
                border-left: solid 1px #ddd;
            }

    .e_job_offer .e_lea_statvalue {
        display: block;
        font-weight: 500;
        font-size: 15px;
    }

    .e_job_offer .e_lea_statname {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        color: #999;
    }

    .e_job_offer .e_lea_btn_container {
        margin: 0;
        text-align: right;
        padding: 15px 0;
    }

    .e_job_offer .e_lea_btn_container .btn {
        float: right;
        max-width: calc(50% - 4px);
        margin-left: 4px;
        display: inline-block;
    }

    .e_job_offer:hover {
    }

        .e_job_offer:hover .e_lea_btn_container {
            display: block;
        }


/* Indicador de grupo en el grid */


.e_job_offer_groupcell {
    position: relative;
}

    .e_job_offer_groupcell > div {
        position: absolute;
        background: #ccc;
        width: 3px;
        left: 0;
        top: 0;
        bottom: 0;
    }



/* Cursos de formación anterior */

.e_panel_curso {
}

    .e_panel_curso .e_objetivos_curso {
        overflow-y: auto;
        height: 120px;
        padding-right: 25px;
    }

        .e_panel_curso .e_objetivos_curso * {
            font-family: inherit !important;
            font-size: 13px !important;
        }


    .e_panel_curso .e_seccion_destacada {
        font-size: 12px;
        color: #999;
        font-weight: 400;
        margin-top: 10px;
        border-top: solid 1px #eee;
        padding-top: 10px;
        line-height: 1.6em;
    }

    .e_panel_curso .e_precio_curso {
        font-size: 25px;
        font-weight: 300;
        color: #53a318;
        display: block;
        margin-top: 5px;
        text-align: right;
    }



/* Histórico de MyOffers */

.e_offers_hist {
    list-style: none;
    padding: 0;
}

    .e_offers_hist li {
        border-bottom: solid 1px #eee;
        padding: 10px 0;
    }

        .e_offers_hist li:last-child {
            border-bottom: none;
        }


    .e_offers_hist .e_offers_hist_title {
        display: block;
        font-size: 13px;
        font-weight: 600;
    }

    .e_offers_hist .e_offers_hist_date {
        display: block;
        font-size: 11px;
        font-weight: 600;
        margin-top: 5px;
        color: #999;
        text-align: right;
    }



/* Popup: requisitos de las ofertas */

.e_requerimentInfos {
    font-weight: 600;
    margin: 25px 0 0 25px;
}



/* Detalles de una oferta */

.e_jobOfferDetails h3.e_OfferSection {
    font-weight: 300;
    margin: 45px 0 15px;
    letter-spacing: -1px;
}

.e_jobOfferDetails .e_job_img_wrapper {
    margin: 20px -15px 0 -15px;
}

.e_job_img_wrapper {
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 929px) {
    .e_job_img_wrapper {
        height: 300px;
    }
}

@media (max-width: 370px) {
    .e_job_img_wrapper {
        height: 100px;
    }
}

@media (min-width:371px) and (max-width: 600px) {
    .e_job_img_wrapper {
        height: 150px;
    }
}

.e_offers_PeopleSuscribed {
    color: #bbb;
}


/* Etiquetas de seleccionado o descartado en fichas */

.e_offer_CandidateStatusOk {
    position: relative;
    right: 0px;
    top: -35px;
    padding: 2px 3px;
    display: table;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
    background: #1bbc9b;
    color: white;
}

.e_offer_CandidateStatusPending {
    position: relative;
    right: 0px;
    top: -35px;
    padding: 2px 3px;
    display: table;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
    background: #829595;
    color: white;
}

.e_offer_CandidateStatusNoOk {
    position: relative;
    right: 0px;
    top: -35px;
    padding: 2px 3px;
    display: table;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
    background: #d9534f;
    color: white;
}

/* Grupos de titulaciones */

ul.e-rec-group {
    font-size: 14px;
    list-style: none;
    padding: 0;
}

ul.e-rec-group > li.e-rec-group-name {
    font-weight: bold;

}

ul.e-rec-group > li.e-rec-group-list {
    list-style: none;
}

ul.e-rec-group > li.e-rec-group-list > ul {
    list-style: square;
        margin: 5px 0 10px;
}

ul.e-rec-group > li.e-rec-group-list > ul > li {
    margin-bottom: 5px;
}


ul.e-rec-group span{
    font-size: 80%;
    font-weight: normal;
}

ul.e-rec-group span:before {
    content: " · ";
}

div.e_jobOfferDetails .form-control-static {
	font-size: 14px;
}
