﻿
/************ FORMACIÓN ***************/

/* Cursos de formación */

.e_lea_course {
    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_lea_course: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_lea_course:active {
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    }

    /* Heading */

    .e_lea_course .panel-heading {
        position: relative;
        height: 150px;
        overflow: hidden;
    }

        .e_lea_course .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_lea_course: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_lea_course .panel-body {
        box-shadow: 0px 1px 0px rgba(0,0,0,.08);
        position: relative;
        min-height: 330px;
        padding: 15px 20px;
    }

    .e_lea_course .e_lea_course_container_1 {
    }

    .e_lea_course .e_lea_course_period,
    .e_lea_course .e_lea_course_type {
        color: #999;
        font-weight: 400;
    }

    .e_lea_course .e_lea_course_type {
        font-size: 15px;
    }

    .e_lea_course .e_lea_course_period {
        font-size: 12px;
    }



    .e_lea_course .e_lea_course_container_2 {
        border-bottom: solid 1px #ddd;
        margin: 10px 0 15px;
        padding-bottom: 15px;
    }


    .e_lea_course .e_lea_course_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_lea_course .e_lea_course_eval {
        background: #1bbc9b;
        color: #fff;
        font-size: 12px;
        padding: 2px 5px;
        vertical-align: 1px;
        border-radius: 2px;
        display: inline-block;
        margin-top: 5px;
    }


    .e_lea_course .e_objetivos_curso {
        overflow-y: auto;
        height: 100px;
        font-size: 13px;
        display: none;
    }

        .e_lea_course .e_objetivos_curso * {
            font-family: inherit !important;
            font-size: 13px !important;
        }



    .e_lea_course .e_seccion_destacada {
        font-size: 14px;
        color: #999;
        font-weight: 400;
        line-height: 1.6em;
    }

        .e_lea_course .e_seccion_destacada .glyphicon {
            font-size: 12px;
            font-weight: normal !important;
            margin-right: 10px;
        }

    .e_lea_course .e_lea_course_status {
        background: #fc0;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .e_lea_course .e_lea_course_group {
        text-align: center;
        color: #fff;
        font-size: 13px;
        padding: 3px;
        font-weight: 400;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #66bb6a;
            border-color: #66bb6a;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

/* Footer */


.e_lea_course .panel-footer {
    background: transparent;
    border-top: 0;
    position: relative;
    padding: 0 15px;
}

.e_lea_course .e_lea_stat_container {
    margin: 0px -15px;
    padding: 10px 0;
    background: #eee;
}


    .e_lea_course .e_lea_stat_container .e_lea_onlystat {
        width: 100%;
        float: left;
        text-align: center;
    }

    .e_lea_course .e_lea_stat_container .e_lea_stat {
        width: 33.333333%;
        float: left;
        text-align: center;
    }

        .e_lea_course .e_lea_stat_container .e_lea_stat:not(:first-child) {
            border-left: solid 1px #ddd;
        }

.e_lea_course .e_lea_statvalue {
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.e_lea_course .e_lea_statname {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #999;
}

.e_lea_course .e_lea_btn_container {
    margin: 0;
    text-align: right;
    padding: 15px 0;
}

.e_lea_course:hover {
}

    .e_lea_course:hover .e_lea_btn_container {
        display: block;
    }


/* Indicador de grupo en el grid */


.e_lea_course_groupcell {
    position: relative;
}

    .e_lea_course_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;
    }

/*ESTRUCTURAS DE FILTRADO*/

.e_lea_select_container {
    border: solid 1px #ddd;
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
    padding: 0 5px 10px;
    margin-bottom: 15px;
}

.e_lea_select_group {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
}

    .e_lea_select_group .control-label {
        padding-left: 0;
    }

.e_lea_select_checkbox {
    padding-top: 15px;
}

    .e_lea_select_checkbox .checkbox input {
        float: none !important;
        margin-right: 5px;
        vertical-align: -1px;
    }

    .e_lea_select_checkbox .checkbox label {
        font-weight: 600;
    }

    .e_lea_select_group .e_lea_select_ind_checkbox {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        vertical-align: 4px;
    }
