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

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

.imgSize {
    width: 64px;
}

.dx-fa-button.dx-fa-button-main .dx-overlay-content {
    background-color: #281C9D;
    border-color: transparent;
    color: #fff;
}

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

.dx-button-mode-contained.dx-button-danger {
    background-color: #FB6B18;
    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;
}

#canvaFirma {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*width: 75vw;
    height: 200px;*/
    background-color: whitesmoke;
    border: 2px solid lightgray;
    position: relative;
}

#pdfbox {
    /*border: 5px solid red;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

.pdfbox {
    /*border: 5px solid red;*/
    /*width: 100%;*/ 
    width: 100%;
    height: 80vh;
}

#lblPdfGenerate {
    color: blue;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
}

#btPdfResult{
    margin-bottom:15px;
}

#signature-pad {
    background-color: whitesmoke;
    border: 2px solid lightgray;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 150px;
}

#btFinalizarProceso{
    margin-bottom: 20px;
}

#my-pdf{
    height: 80vh;
    border: 0px solid #ccc;
}

.pInstrucciones {
    padding: 5px;
    text-align: left;
}

#formDocs {
    /*height: 100vh;
    width: 95vw;*/
}

@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;
        padding-top: 5px;
        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 <= 600px) {

    .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 {
        /*
        height: 200px;*/
        background-color: whitesmoke;
        border: 2px solid lightgray;
    }
    
}

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


}*/