﻿body, main, html {
    background-color: #fdf1d7;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbar {
    z-index: 6;
    background: transparent;
    position: fixed;
    top: 0px;
    width: 100dvw;
    height: 3.5rem;
}

.imgSize {
    width: 64px;
}

.dx-button-mode-contained.dx-button-success {
    background-color: #8CBB3B;
    border-color: transparent;
    color: #fff;
}

.dx-button-mode-contained.dx-button-danger {
    background-color: #FCCD2A;
    border-color: transparent;
    color: #fff;
}

.detalleValeItem {
    font-weight: 700;
    color: #3B3B3B;
    font-size: 14px;
}

.tarjetaNested {
    margin-top: 10px;
}

.canvas {
    position: center;
}

.video-circle {
    width:360px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid blue;
}

#foto {
    height: 420px;
    width: 420px;
    /*max-width: 480px;
    max-height: 480px;*/
}

#canvaFirma {
    width: 75vw;
    height: 200px;
    background-color: whitesmoke;
    border: 2px solid lightgray;
}

#pdfbox {
    width: 75vw;
    height: 50vh;
}

#lblPdfGenerate {
    color: blue;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (width >= 599px) {
    .formDetalleVale {
        background-color: #FFFFFF;
        padding: 35px;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
    }

    .detalleValeTitle {
        font-weight: 700;
        color: #353535;
        text-align: center;
        font-size: 26px;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .detalleValeLabel {
        font-weight: 500;
        font-size: 12px;
        color: aliceblue;
        padding-left: 35px;
        padding-right: 35px;
    }

    .formConfirmacion {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 35px;
    }

    .borderForm {
        border-radius: 5px;
        border: 0px;
        border: 1px solid #aca5a5;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .borderFormNested {
        border-radius: 5px;
        border: 0px;
        border: 1px solid #aca5a5;
        padding: 20px !important;
    }

    .borderFormPaddingBottom {
        margin-bottom: 20px !important;
    }

    .btRegistrar {
        width: 15vw;
    }

    .valeDetalle { /**/
        width: 85vw;
        background-color: #FFFFFF;
        padding: 35px;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
    }

    #lblFoto, #lblFotoInstrucciones, #lblDoc {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    #divVideoOptions {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media only screen and (width <= 768px) {

    .formDetalleVale {
        background-color: #FFFFFF;
        padding: 10px;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
    }

    .detalleValeTitle {
        font-weight: 700;
        color: #353535;
        text-align: center;
        font-size: 22px;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .detalleValeLabel {
        font-weight: 500;
        font-size: 12px;
        color: aliceblue;
        margin-left: 20px;
        margin-right: 20px;
    }

    .formConfirmacion {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 10px;
    }


    
    .formularioLeyenda {
        margin-top: 10px;
    }

    .borderForm {
        border-radius: 5px;
        border: 0px;
        border: 1px solid #aca5a5;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .borderFormNested {
        border-radius: 5px;
        border: 0px;
        border: 1px solid #aca5a5;
        padding: 10px !important;
    }

    .borderFormPaddingBottom {
        margin-bottom: 20px !important;
    }

    .btRegistrar {
        width: 87vw;
    }

    .valeDetalle {
        max-width: 90vw;
        width: 90vw;
        background-color: #FFFFFF;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #divDocTmp {
        padding-bottom: 30px;
    }

    #lblFoto, #lblFotoInstrucciones, #lblDoc {
        padding-top: 10px;
    }

    .lblPdfError {
        padding-left: 10px !important;
        padding-right: 10px !important;
        color: cornflowerblue;
    }

    #canvaFirma {
        width: 80vw;
        height: 200px;
        background-color: whitesmoke;
        border: 2px solid lightgray;
    }
}


@media only screen and (width >= 480px) {

    #foto {
        max-width: 420px;
        width: 420px;
    }

}