﻿
/* GENERALES */
.hidden {
    display: none !important;
}

.opacity-8 {
    opacity: .8;
}

.opacity-6 {
    opacity: .6;
}

.opacity-4 {
    opacity: .4;
}

img.icon-flag {
    margin-bottom: 10px;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
}

/* ajustes template */
div.card-header {
    background-color: rgba(0,0,0,.03);
}

.large.tooltip-inner {
    text-align: left;
    max-width: 720px;
    width: 720px;
}

/*ajustes imagen de fondo login*/
.login-page::before {
    background: url(/Content/images/background/back03.jpg) no-repeat;
    background-size: cover;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

/* Formulario Imagen */
#dvImgSelector, #dvImgPreview, #dvImgPreviewForm {
    border: 3px dashed #4c6779;
    border-radius: 10px;
    padding: .2em;
    margin-bottom: 20px;
    min-height: 150px;
    text-align: center;
    white-space: nowrap;
}

    #dvImgSelector span.img-helper, #dvImgPreview span.img-helper, #dvImgPreviewForm span.img-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    #dvImgSelector img, #dvImgPreview img, #dvImgPreviewForm img {
        cursor: pointer;
        margin: auto;
        margin-left: -5px;
        max-width: 98%;
        vertical-align: middle;
    }


#imgPreview.no-pointer {
    cursor: none;
}

/* Listado imágenes */
ul.lst-images {
    list-style-type: none;
    list-style-position: inside;
    padding: .3em;
}

    ul.lst-images li.lst-image {
        width: 180px;
        height: 150px;
        display: inline-flex;
        text-align: center;
    }

        ul.lst-images li.lst-image figure {
            background-color: rgba(121, 106, 238, .1);
            border: 1px solid #3b25e6;
            border-radius: 5px;
            padding: 5px;
            margin: auto;
            width: 100px;
            height: 110px;
            display: table;
            text-align: center;
        }

            ul.lst-images li.lst-image figure:hover {
                background-color: #fafafa;
                width: 150px;
                max-height: 120px;
                cursor: pointer;
            }

            ul.lst-images li.lst-image figure figcaption {
                font-size: .7em;
                display: table-caption;
                caption-side: bottom;
            }

            ul.lst-images li.lst-image figure img {
                max-width: 98%;
                opacity: .3;
            }

                ul.lst-images li.lst-image figure img:hover {
                    opacity: 1;
                }


/* Listado de grados */
ul.lst-grados {
    list-style-type: none;
    list-style-position: inside;
    padding: .3em;
    margin: auto;
}

    ul.lst-grados li.block-grado {
        width: 120px;
        height: 100px;
        display: inline-flex;
        text-align: center;
        margin: auto 5px;
    }

        ul.lst-grados li.block-grado figure {
            background-color: rgba(121, 106, 238, .1);
            border: 1px solid #3b25e6;
            border-radius: 5px;
            padding: 5px;
            margin: auto;
            /*width: 100px;
            height: 50px;*/
            display: table;
            text-align: center;
            opacity: .5;
        }

            ul.lst-grados li.block-grado figure:hover {
                opacity: 1;
            }

            ul.lst-grados li.block-grado figure img {
                width: 95%;
            }

            ul.lst-grados li.block-grado figure figcaption {
                font-size: .7em;
                display: table-caption;
                caption-side: bottom;
            }

/*ALERTAS*/
.page-alerts {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

    .page-alerts .page-alert {
        border-radius: 0;
        margin-bottom: 0;
    }

/* CARD DETAILS */
#dvFicha {
}

    #dvFicha table {
        margin: 20px auto;
    }

div.detail-card {
    margin: auto;
    width: 95%;
}

    div.detail-card img.card-img-detail {
        max-width: 500px;
        margin: auto;
    }

    div.detail-card div.default-img {
        background-color: #f0f0f0;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 5px;
        margin: 20px auto;
        text-align: center;
        max-width: 350px;
        position: relative;
    }

        div.detail-card div.default-img figure {
            margin: auto;
            padding: .5em;
        }


            div.detail-card div.default-img figure img {
                max-width: 250px;
            }

            div.detail-card div.default-img figure figcaption {
                position: absolute;
                bottom: .3em;
                right: .3em;
            }

    div.detail-card .row-detail {
        margin-left: 0;
        margin-right: 0;
        padding: .3em;
        /*border-bottom: 1px solid rgba(0,0,0,.125);*/
    }

/* FORM EXAMEN */
#lstGrados {
    font-size: .7em;
    list-style-type: none;
    padding: 0;
    margin: auto;
    max-width: 98%;
    text-align: center;
}

    #lstGrados li.item-grado {
        background-color: rgba(121, 106, 238, .1);
        border: 1px solid #3b25e6;
        border-radius: 5px;
        display: inline-block;
        padding: .2em;
        margin: .3em;
        max-height: 90px;
        text-align: center;
    }

    #lstGrados li img {
        display: block;
        max-height: 70px;
    }

/* FORM EVENTO */
#dvAsistentes {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .5em;
    margin-bottom: 20px;
}

    #dvAsistentes #lstAsistentes {
        list-style-type: none;
    }

        #dvAsistentes #lstAsistentes li {
            color: rgb(104, 106, 118);
            font-size: 0.9em;
            height: 30px;
            padding: .3em;
            position: relative;
        }

            #dvAsistentes #lstAsistentes li:hover {
                background-color: rgba(0,0,0,.03);
                color: rgb(0, 0, 0);
                font-size: 1em;
            }

            #dvAsistentes #lstAsistentes li a {
                cursor: pointer;
                position: absolute;
                right: 10px;
            }


/* Anchos genéricos*/
.width-40px {
    width: 40px;
}

.width-60px {
    width: 60px;
}

.width-80px {
    width: 80px;
}

.width-100px {
    width: 100px;
}

.width-120px {
    width: 120px;
}

.width-140px {
    width: 140px;
}

.width-160px {
    width: 160px;
}

.width-180px {
    width: 180px;
}

.width-200px {
    width: 200px;
}

/* CONCEPTOS */
dl.lst-definition {
}

    dl.lst-definition dt, dl.lst-definition dd {
        padding: .3em;
    }

    dl.lst-definition dt {
        display: block;
        background-color: rgba(0,0,0,.03);
        font-variant: small-caps;
    }

    dl.lst-definition dd {
        display: block;
        background-color: rgba(0,0,0,.01);
        border: 1px solid;
        border-color: rgba(0,0,0,.05);
        border-top: none;
        border-radius: 5px;
        font-size: .9em;
        font-style: italic;
    }


button[data-video] {
    margin: 10px auto;
}

/* Filtros */
ul.char-filter {
    margin: 10px auto;
    text-align: center;
}

    ul.char-filter li.char {
        background-color: rgba(121, 106, 238, .1);
        border: 1px solid #3b25e6;
        border-radius: 5px;
        color: #3b25e6;
        display: inline-block;
        font-size: 1.1em;
        margin: 3px;
        padding: .3em;
        text-align: center;
        width: 40px;
    }

        ul.char-filter li.char:hover {
            background-color: rgba(121, 106, 238, .7);
            color: white;
            cursor: pointer;
            font-weight: bold;
        }

        ul.char-filter li.char.active {
            background-color: rgba(121, 106, 238, .7);
            font-weight: bold;
        }

        ul.char-filter li.char.inactive {
            background-color: rgba(4, 2, 18, 0.1);
            border: 1px solid gray;
            color: gray;
        }

            ul.char-filter li.char.inactive:hover {
                cursor: no-drop;
            }

        ul.char-filter li.char.reset-filter {
            background-color: rgba(248, 215, 218, .5);
            border: 1px solid #721c24;
            color: rgba(114, 28, 36, 1);
        }

            ul.char-filter li.char.reset-filter:hover {
                background-color: rgba(248, 215, 218, 1);
                border: 1px solid #721c24;
            }

.block-color {
    border: 1px solid #3b25e6;
    border-radius: 5px;
    display: block;
    margin: auto;
    height: 10px;
    width: 50px;
}

/* JURAMENTO */
#titleJuramento {
}

#dvJuramento {
    font-family: 'Acme', sans-serif;
    font-size: 18pt;
    font-style: italic;
    color: rgba(104, 106, 118, .8);
    line-height: 35pt;
    text-align: center;
    margin: auto;
}

#dvHomeMedia {
    margin: 25px auto;
}

    #dvHomeMedia div:first-child {
        border-radius: 10px;
    }

span.custom-quote {
    font-size: 30pt;
}

/*MENSAJES*/

#lstDestinatarios {
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    margin-top: 10px;
}

    #lstDestinatarios li {
        color: rgb(104, 106, 118);
        border: 1px solid rgb(206, 212, 218);
        border-radius: 3px;
        background-color: rgb(233, 236, 239);
        font-size: 12px;
        display: inline-block;
        margin-right: 2px;
        padding: 3px;
    }

        #lstDestinatarios li span {
            cursor: pointer;
        }

/* POLÍTICA PRIVACIDAD */
#dvRGPD {
    font-size: .8em;
}

    #dvRGPD div.buttons {
        margin: 20px;
    }

    #dvRGPD h3 {
        margin: 20px;
    }

    #dvRGPD ul {
        margin: 20px 40px;
    }

/*AVISOS*/
#dvAvisos {
    font-size: .8em;
    border-left: 1px solid rgb(170, 170, 170);
}

    #dvAvisos .bg-light {
        background-color: #FEFF99 !important;
    }

    #dvAvisos .card-body {
        color: #5A4522 !important;
    }

    #dvAvisos h5.card-title {
        color: #6C571B !important;
    }

    #dvAvisos h6.card-subtitle {
        color: #BD9B60 !important;
    }

/*HISTORIA*/
#ulIndice {
    border-right: 1px solid rgb(170, 170, 170);
    display: block;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 50px;
}

    #ulIndice li a {
        color: rgb(104, 106, 118) !important;
        display: block;
        font-size: 12pt;
        font-style: italic;
        padding-left: 20px;
    }

        #ulIndice li a:hover {
            font-size: 14pt;
            font-weight: bold;
            text-decoration: none;
        }

div.dv-historia {
    margin: 10px auto;
}

    div.dv-historia div.separator {
        border-top: 1px solid rgb(170, 170, 170);
        display: block;
        margin-bottom: 40px;
        margin-top: 15px;
    }

        div.dv-historia div.separator a {
            margin-top: 5px;
        }

/*PSEUDO*/
@media screen and (max-width: 768px) {
    #ulIndice {
        border-right: none;
        border-bottom: 1px solid rgb(170, 170, 170);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #dvAvisos {
        border-left: none;
        border-bottom: 1px solid rgb(170, 170, 170);
        padding-bottom: 20px;
    }

    .img-mvl-block {
        float: none !important;
        display: block !important;
        text-align: center;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* LISTA Selección grados aleatorios */
#lstGrados > li:hover {
    cursor: copy;
}

#lstGrados > li.selected {
    display: none;
}

#lstGradosSel > div.custom-inline-item {
    background: rgba(121, 106, 238, .1);
    border-radius: 3px;
    border: 1px solid rgba(86,61,124,.15);
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    margin: 0 5px 5px 0;
    width: 100px;
    cursor: pointer;
}

/* Lista Info Examan Entidad */
#lstExamenesInfo {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 5px;
    list-style-type: none;
}

    #lstExamenesInfo li {
        font-size: .8rem;
        margin-bottom: 1em;
    }

    #lstExamenesInfo li:first-child {
        margin-bottom: auto !important;
    }

