﻿/******************************************************************/
/*                  HOJA DE ESTILO PARA                           */
/*      Color de Fondo, Imagen de fondo, Fuente Texto,            */
/*  Color Fuente Texto, Fuente Titulos, Color Fuente de Titulos,  */
/*          Logo, Color de Botones Entrada, Salida                */
/******************************************************************/

.attend-Logo {
    margin-left: 20px;
    float: left;
    width: 15vh;
    height: 15vh;
    background-image: url("../../themes/gui/logoAsistencias.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: auto;
    padding-top: 3em;
    text-align: center;
    position: absolute;
}

.attend-container {
    background-image: url("../../img/bg-asistencia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 515px;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.attend-TextFecha {
    font-size: 24px;
    font-family: Verdana, sans-serif;
    margin-top: 5px !important;
    padding: 5px;
    position: absolute;
    float: right;
    overflow: auto;
    top: 0;
    right: 0;
    display: inline-flex;
}

.attend-PaddingFecha{
    padding-right: 8px;
}

.attend-TitleText {
    /*font-family: Verdana, sans-serif;*/
    font-size: 25px;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    color: #092568;
    /*letter-spacing: 3px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-decoration: none;
}

.attend-btn-comment {
    width: 50px;
    max-width: 100%;
    height: auto;
}

.attend-header {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    height: 15vh;
    overflow: hidden;
    padding: 5px;
    min-height: 80px;
}

.attend-body {
    padding: 0px;
    width: 100vw;
    height: 85vh;
    margin: 0;
}

.attend-footer-blue {
    background-color: #0094ff;
    padding: 5px;
    color: #fff;
    width: 100vw;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 5vh;
    margin: 0;
    position: fixed;
}

.Attend-TextArea {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 30px !important;
    border-radius: 3px !important;
    border: solid 1px #dedede !important;
}

.btn-entrada {
    background-color: #00a651 !important;
    border: solid 1px #017a3c !important;
    width: 130px;
    font-weight: bold;
}

    .btn-entrada:hover, .btn-entrada:active, .btn-entrada:visited {
        background-color: #017a3c !important;
    }

.btn-salida {
    background-color: #ed1c24 !important;
    border: solid 1px #ed1c24 !important;
    width: 130px;
    font-weight: bold;
}

    .btn-salida:hover, .btn-salida:active, .btn-salida:visited {
        background-color: #ed1c24 !important;
    }

.btn-ubicacion {
    border: solid 1px #0094ff !important;
    width: 130px;
    font-weight: bold;
    margin-right: auto !important;
    margin-left: auto !important;
}

    .btn-ubicacion:hover, .btn-ubicacion:active, .btn-ubicacion:visited {
        background-color: #0c3085 !important;
    }

.attend-BtnClose {
    margin-top: 5px;
    padding: 5px;
    position: absolute;
    float: right;
    overflow: auto;
    top: 5vh;
    right: 0;
    width: 65px;
    font-weight: bold;
    margin-right: auto !important;
    margin-left: auto !important;
    z-index: 98;
}

    .attend-BtnClose > button {
        z-index: 99;
    }

.btn-ubicacion:hover, .btn-ubicacion:active, .btn-ubicacion:visited {
    background-color: #0c3085 !important;
}

.btn-BtnClose {
    background-color: #ed1c24 !important;
}

button#btn-salida[disabled] {
    background-color: #8c7a7a !important;
    color: #696161;
}

button#btn-entrada[disabled] {
    background-color: #8c7a7a !important;
    color: #696161;
}

.float-r {
    float: right;
}

.attend-TextAlingCenter {
    text-align: center;
}

.attend-BlockUser {
    position: relative;
    height: 55vh;
    min-height: 300px;
}

.attend-BlockBottoms {
    position: relative;
    height: 25vh;
    min-height: 120px;
}

.attend-cirlce {
    width: 40vh;
    height: 40vh;
    border-radius: 20vh;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border: solid 2px #0094ff;
    background-color: #686666;
    display: flex;
    background-image: url("../../img/bg-person.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn-ubicacion > span {
    display: none;
    color: white;
}

@media only screen and (min-width: 250px) and (max-width: 394px) {
    .attend-Logo {
        width: 80px;
        height: 80px;
        margin-left: 5px;
    }

    .btn-entrada {
        width: auto;
    }

    .btn-salida {
        width: auto;
    }

    .btn-ubicacion {
        width: 40px;
        height: 34px;
    }

        .btn-ubicacion > span {
            display: block !important;
            color: white;
        }

        .btn-ubicacion > p {
            display: none;
        }

    .attend-BtnClose {
        width: 55px;
        font-size: 13px;
    }
    
    .attend-TextFecha {
        font-size: 11px;
    }

    .attend-TitleText {
        font-size: 18px;
        margin: 18px auto;
    }

    .attend-h3 {
        margin: 5px !important;
        font-size: 15px;
    }

    #video {
        height: 210px;
    }

    .attend-cirlce {
        width: 210px;
        height: 210px;
        border-radius: 105px;
    }
}

@media screen and (max-width: 395px) {
    .attend-Logo {
        width: 80px;
        height: 80px;
        margin-left: 5px;
    }

    .btn-entrada {
        width: auto;
    }

    .btn-salida {
        width: auto;
    }

    .btn-ubicacion {
        width: 40px;
        height: 34px;
    }

        .btn-ubicacion > span {
            display: block !important;
            color: white;
        }

        .btn-ubicacion > p {
            display: none;
        }

    .attend-BtnClose {
        width: 55px;
        font-size: 13px;
        top: 19px;
    }

    .attend-TextFecha {
        font-size: 13px;
    }

    .attend-TitleText {
        font-size: 22px;
        margin: 23px auto;
    }

    .attend-h3 {
        margin: 5px !important;
        font-size: 15px;
    }

    #video {
        height: 220px;
    }

    .attend-cirlce {
        width: 220px;
        height: 220px;
        border-radius: 110px;
    }
}

@media only screen and (min-width: 396px) and (max-width: 639px) {
    .attend-Logo {
        width: 90px;
        height: 90px;
        margin-left: 10px;
    }

    .btn-entrada {
        width: 100px;
    }

    .btn-salida {
        width: 100px;
    }

    .btn-ubicacion {
        width: 100px;
    }

    .attend-BtnClose {
        width: 65px;
        top: 22px;
    }

    .attend-TextFecha {
        font-size: 14px;
    }

    .attend-TitleText {
        font-size: 27px;
        margin: 24px auto;
    }

    .attend-h3 {
        margin: 5px !important;
        font-size: 18px;
    }

    #video {
        height: 220px;
    }

    .attend-cirlce {
        width: 220px;
        height: 220px;
        border-radius: 110px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .btn-entrada {
        width: 100px;
    }

    .btn-salida {
        width: 100px;
    }

    .btn-ubicacion {
        width: 100px;
    }

    .attend-TextFecha {
        font-size: 15px;
    }

    .attend-TitleText {
        font-size: 40px;
        margin: 20px auto;
    }

    .attend-BtnClose {
        width: 65px;
        top: 22px;
    }

    .attend-h3 {
        margin: 6px !important;
        font-size: 19px;
    }

    #video {
        height: 220px;
    }

    .attend-cirlce {
        width: 220px;
        height: 220px;
        border-radius: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .btn-entrada {
        width: 100px;
    }

    .btn-salida {
        width: 100px;
    }

    .btn-ubicacion {
        width: 100px;
    }
    
    .attend-TextFecha {
        font-size: 16px;
    }

    .attend-TitleText {
        font-size: 40px;
        margin: 20px auto;
    }

    .attend-BtnClose {
        width: 65px;
        top: 26px;
    }

    .attend-Logo {
        margin-left: 15px;
    }

    .attend-h3 {
        margin: 6px !important;
        font-size: 19px;
    }

    #video {
        height: 240px;
    }

    .attend-cirlce {
        width: 240px;
        height: 240px;
        border-radius: 120px;
    }

    .attend-BlockUser {
        min-height: 320px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 2000px) {
    .attend-TextFecha {
        font-size: 18px;
    }

    .attend-TitleText {
        font-size: 40px;
        margin: 20px auto;
    }

    .btn-entrada {
        width: 130px;
    }

    .btn-salida {
        width: 130px;
    }

    .btn-ubicacion {
        width: 130px;
    }

    .attend-BtnClose {
        width: 50px;
        top: 28px;
    }

    .attend-Logo {
        margin-left: 20px;
    }

    .attend-h3 {
        margin: 6px !important;
        font-size: 20px;
    }

    #video {
        height: 280px;
    }

    .attend-cirlce {
        width: 280px;
        height: 280px;
        border-radius: 140px;
    }

    .attend-BlockUser {
        min-height: 355px;
    }

}


/*  Control del video */
#video {
    /*background-image: url("../../img/bg-person.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;*/
}

.video-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
}

.border-bottom {
    border-bottom: solid 2px #0094ff;
}

header {
    overflow: hidden;
    padding: 10px;
    padding-left: 50px;
}

.row {
    margin: 0px;
}

html, body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    min-height: 500px;
}

btn {
    margin: 0 !important;
}

p {
    margin: 0px !important;
}
