@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body, #app {
    height: 100%;
    overflow: hidden;
}

#app {
    background-color: #F9FBFD;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.HeaderLogoImg {
    height: 40px;
    width: 180px;
    top: -20px;
}


.LogoImg {
    height: 71px;
    width: 250px;
    top: -20px;
}


.footer {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    background-color:transparent;
    width:100%;
}


.divAllPage {
    background-color: #F9FBFD;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    position: absolute;
}


.padre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
    font-family: "Segoe UI",Roboto,"Helvetica Neue","-apple-system",BlinkMacSystemFont,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;


    /*background: yellow;
    height: 100vh;*/
}

.hijo {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    border: 0px;
    top:-100px;
}


.txtGen {
    border-radius: 10px;
    background-color:white;
}

    .txtGen::after {
        background-color: white;
    }


.btnMenuCatIco {
    border: 0;
    margin-right: 15px;
    background-color: #585858;
}

.btnMenuCat {
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    background-color: #585858;
    color: #FFF;
    height: 45px;
    border: 0px;
}

.btnMenuCatFill {
    margin-top: 10px;
    height: 50px;
}

.btnMenuCat .btnMenuCatIco :active ::after :after :hover ::before :before {
    border-radius: 10px;
    width: 100%;
    font-size: 22px;
    background-color: #585858;
}

.btnMenuCat:active {
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    background-color: #343434;
    border: 0px;
}

.btnMenuCatFill {
    margin-top: 10px;
    height: 50px;
}


.file-input-zone1 {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #585858;
    color: white;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 45px;
    cursor: pointer;
    font-size: 20px;
}

    .file-input-zone1:hover {
        border-radius: 10px;
        width: 100%;
        font-size: 22px;
        background-color: #585858;
    }

    .file-input-zone1 input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }


.LoginBox {
    border-radius: 10px;
    background-color: #FF843B;
    padding: 10px;
}


.divSipn {
    top: 40%;
    height: 90%;
    width: 90%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinGen {
    color: #FF843B;
    height: 100px;
    width: 100px;
    border: 1.2em solid;
    border-color: #FF6E20 #fcfcfc #fcfcfc;
    width: 120px;
    height: 120px;
}

.SpinText {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1.5rem;
    color: #212529;
}


a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

    a:link {
        color: #FF843B;
        text-decoration: none;
    }

    a:visited {
        color: #FF843B;
        text-decoration: none;
    }

    a:focus {
        color: #FFF;
        text-decoration: none;
    }

    a:hover {
        color: #FFF;
        text-decoration: none;
    }

    a:active {
        color: #FFF;
        text-decoration: none;
    }



.cols {
    height: 30px;
}

.col1 {
    background-color: transparent;
    width: 20%;
}

.col2 {
    background-color: transparent;
    width: 20%;
}
.col3 {
    background-color: transparent;
    width: 20%;
}
.col4 {
    background-color: transparent;
    width: 20%;
}

.col1, .col2, .col3, .col4 {
    display: inline-block;
    height: 30px;
    background-color: transparent;
}


.GridGlobal {
    width: 95%;
    border: 0px;
}

    .GridGlobal td {
        border-left-width: 0px;
        border-right-width: 0px;
    }

div.GridGlobal > .card > .card, div.GridGlobal .table-bordered td, th, div.GridGlobal > .card {
    border-color: transparent !important;
}


.NotFound {
    font-size: 25px;
    color: #FF843B;
}


.btnMenuIniGrid {
    border-radius: 10px;
    border-color: #F9FBFD;
    min-width: 150px;
    min-height: 70px;
    width: 99%;
    font-size: 20px;
    background-color: #fff;
    color: #4E4E4E;
    text-align: left;
    display: block;
    padding: 20px;
    margin: 10px;
}

    .btnMenuIniGrid:hover {
        color: #fff;
        background-color: #585858; /*#FF843B;*/
    }



.RegPanel {
    background-color: #FBFBFB;
    min-height: 85vh;
    height: auto; /*90%;*/
    width: 100%;
    border-radius: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    /*background-color: yellow;*/
}

.RegPanelSub {
    height: 98%;
    width: 100%;
    /*Para el scroll, ya no se pretende usar*/
    /*overflow-y: scroll;*/
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    /*background-color: red;*/
}

.RegPanelCat {
    background-color: #FBFBFB;
    min-height: 600px;
    height: 80%;
    width: 100%;
    border-radius: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0px;
    /*background-color:rebeccapurple;*/
}

.RegDocument {
    background-color: #FBFBFB;
    border-radius: 40px;
    padding: 5px;
    border: 0px;
    height: 330px;
    width: 240px;
}

.RegDocumentFooter {
    min-height: 60px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    bottom: 0;
    padding-top: 10px;
    background-color: transparent;
}

.RegDocumento {
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
}

.RegDocumentOpt {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    border-radius: 40px;
}

    .RegDocumentOpt:hover {
        background: #FF843B;
    }

    .RegDocumentOpt:checked {
        background: #FF843B;
    }

        .RegDocumentOpt:checked::before {
            width: 40px;
            height: 40px;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            position: absolute;
            align-items: center;
            justify-content: center;
        }

        .RegDocumentOpt:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #FF843B;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .RegDocumentOpt.radio {
        border-radius: 50%;
    }

        .RegDocumentOpt.radio::after {
            border-radius: 50%;
        }

@keyframes click-wave {
    0% {
        height: 30px;
        width: 30px;
        opacity: 0.35;
        position: relative;
        border-radius: 50px;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
        border-radius: 50px;
    }
}



::-webkit-scrollbar {
    width: 10px;
    background-color: transparent; /*#F5F5F5 ;*/
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: transparent; /*#F5F5F5;*/
}

::-webkit-scrollbar-thumb {
    background-color: transparent; /*#FBFBFB;*/ /* #FF843B;*/
    background-image: -webkit-linear-gradient(90deg,rgba(255, 255, 255, .2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, .2) 50%,rgba(255, 255, 255, .2) 75%,transparent 75%,transparent)
}



#draw-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 5px;
    cursor: crosshair;
    /*cursor: url(images/pencil.png);*/
    background-color: white;
    border-radius: 40px;
}

#draw-dataUrl {
    width: 100%;
}

#draw-siganture {
    border: 2px dotted #CCCCCC;
    border-radius: 5px;
    background-color: white;
    border-radius: 40px;
    width: 620px;
    height: 360px;
}



.Tittle00 {
    margin-top: 200px;
    padding-top: 200px;
    font-size: 30px;
    font-weight: 800;
    color: #606060;
}

.Tittle01 {
    font-size: 20px;
    color: #a0a0a0;
    padding-left: 62px;
}

.TittleCard01 {
    font-size: 20px;
    color: #a0a0a0;
    padding-bottom: 40px;
    height: 80px;
    min-height: 80px;
}

.TittleCard02 {
    font-size: 18px;
    color: #a0a0a0;
    padding-bottom: 40px;
}

.Version {
    font-size: 10px;
    color: #fdfdfd;
    padding-bottom: 80vh;
}


.Field00 {
    font-size: 20px;
    font-weight: 500;
    color: #606060;
}

.Field01 {
    font-size: 15px;
    color: #a0a0a0;
    padding-left: 0px;
}



.accordion-header {
    background-color: yellow;
}


.divSignerFields {
    margin-left: 2px;
    padding: 5px;
    padding-bottom: 15px;
    background-color: transparent;
    /*border-radius: 10px;
    border: 1px solid #CED4DA;*/
}


.sigCheck {
    font-size: 30px;
    color: #F78F1E;
}


.sigRow {
    font-size: 30px;
    padding-top: 20px;
}

.optGen {
    font-size: 80px;
}

.rowOrg {
    margin: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
    background-color: #fff;
}


.btnSignDel {
    border-radius: 10px;
    width: 100%;
    font-size: 19px;
    color: #FFF;
    height: 35px;
    border: 0px;
    background-color: #dddddd;
}

.btnSignAdd {
    border-radius: 10px;
    width: 100%;
    font-size: 19px;
    color: #FFF;
    height: 35px;
    border: 0px;
    background-color: #00AFEF;
}

.btnSignOk {
    border-radius: 10px;
    width: 100%;
    font-size: 19px;
    color: #FFF;
    height: 40px;
    border: 0px;
    background-color: #60a8ff;
}


.btnSignGen {
    border-radius: 10px;
    width: 100%;
    font-size: 19px;
    color: #FFF;
    height: 35px;
    border: 0px;
    background-color: #dddddd;
}

    .btnSignGen:hover {
        background: #FF843B;
    }

.MailConfirm {
    padding-top: 0px;
    font-size: 100px;
    color: #FF843B;
}

.MailConfirmText {
    font-size: 30px;
    color: #dddddd;
}

.divSigAdd {
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    background-color: #fcfcfc;
    border-radius: 8px;
}

.SigTitle {
    font-size: 20px;
    font-weight: 500;
    color: #606060;
}



.file-input-zone {
    border-radius: 10px;
    background-image: url(../images/menu/FileUpload2.png);
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF843B;
    color: white;
    cursor: pointer;
    position: relative;
    width: 220px;
    height: 32px;
    cursor: pointer;
    min-width: 150px;
    min-height: 70px;
}

    .file-input-zone:hover {
        background-image: url(../images/menu/FileUpload1.png);
        background-color: #FF843B;
    }

    .file-input-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }



.PDFPan {
    top: 10px;
}

.PDFPre01 {
    width: 100%;
    height: 900px;
}




.bntTemTool {
    padding-bottom:5px;
}



/*Acordeon Ini*/


.accordion-button {
    font-size: inherit;
}

.accordion-item {
    border: 1px solid rgba(35, 65,100, .15);
    background-color: inherit;
}


.accordion-button:not(.collapsed) {
    color: inherit;
    background: #f0f0f0;
    color: #585858;
}

    .accordion-button:not(.collapsed)::after {
        filter: brightness(0%) invert(10%);
        background: transparent; /*#f0f0f0;*/
        color: red;
    }

.accordion-button:focus {
    box-shadow: inherit;
    
}

.accordion-button h2 {
    color: #a0a0a0;
}

    @media(max-width: 767px) {
        .accordion-button h2 {
            font-size: calc(.95rem + 1.5vw);
        }
    }



    /*.accordion-bg::after {
    background-color: rebeccapurple;
}

.accordion-bg:not(.collapsed)::after {
    background-color: aqua;
}

.accordion-border-color {
    color: red;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.75) !important;
    background-color: rebeccapurple;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    background-color: aqua;
}
*/
    /*Acordenon Fin*/
    .GridGen {
    border: 0px;
}

    .GridGen .card,
    .GridGen .card > div {
        border: 0px;
        background-color: #fff;
        border-top: 0px;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        border-color: #c0c0c0;
    }

    .GridGen .table-active {
        background-color: #FF843B;
    }

    .GridGen .text-start {
        background-color: transparent;
        border: 0px;
        color: #AAA; /*#B5B5B5;*/
    }

    .GridGen .dxbs-fixed-header-content {
        border: 0px;
        color: #AAAAAA;
        text-decoration: none;
    }

    .GridGen .gridview-column-sort {
        color: #B5B5B5;
        text-decoration: none;
        font-weight: 0;
    }



.btnGrid {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FF843B;
}

    .btnGrid:hover {
        font-size: 30px;
        text-decoration-line: none;
    }


.btnGridAzul {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #3C86CA;
}

.bbtnGridAzul:active ::after :after :hover ::before :before {
    font-size: 30px;
    text-decoration-line: none;
    color: #3C86CA;
}

.bbtnGridAzul:active {
    font-size: 30px;
    text-decoration-line: none;
    color: #3C86CA;
}


.imgDocPlus {
    width: 100px;
    height: 150px;
    padding-top: 50px;
    opacity: 0.6;
}

.imgDocPrev01 {
    width: 400px;
    height: 450px;
    padding-top: 50px;
    opacity: 0.6;
}



.containerMenu {
    width: auto;
}

.first {
    float: left;
    background-color: inherit;
}

.second {
    float: left;
    background-color: inherit;
}

.clear {
    clear: both;
}





/*timeline*/


.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

    .rtl .timeline .event::before {
        left: 0;
        right: -170px;
    }

    .rtl .timeline .event::after {
        left: 0;
        right: -55.8px;
    }      


/*fin timeline*/



.MenuCanvas {
    background-color: #F8FAFC;  /*ECEDF8*/
    font-size: 22px;
    color: #606060;
}

.MenuCanvasItem {
    background-color: #F8FAFC; /*ECEDF8*/
    font-size: 22px;
}





.spin-splash-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
    font-family: "Segoe UI",Roboto,"Helvetica Neue","-apple-system",BlinkMacSystemFont,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

    .spin-splash-screen .spin-spinner-border {
        border: 1.2em solid;
        border-color: #FF6E20 #fcfcfc #fcfcfc;
        width: 120px;
        height: 120px;
    }

.spin-splash-screen-caption {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.spin-splash-screen-text {
    color: #a1a1a1;
    margin-top: .5rem;
}



.imgDocDefault {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}