

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans',serif;
}

.container {
    align-content: center;
}


.navbar .nav, #userHeader.navbar a.btn-navbar {
    position: relative;
    left: 0;
    display: none;
    float: left;
    margin: 0 10px 0 0;
}

h3 {
    font-size: 19px;
    color: #666;
}

.progress {
    display: none;
}

.control-label {
    background-image: url('download.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 80px;
    border: 0px;
    color: #000;
    padding-top: 100px;
    font-weight: normal;
    /* color:#d7d7d7; */
    font-size: 17px;
    margin: 0 auto;
}


.logo_logalty {
    display: none;
}



.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-bottom: 25px;
    background-image: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(216,216,216,1) 40%,rgba(216,216,216,1) 100%);
}

.node-info-title {
    color: #000;
    font-size: 14px;
}

#btnContinue, #btnContinueEnabled {
    text-align: center;
    background-color: rgba(0, 199, 231, 1) !important;
    border-radius: 0;
    border: none;
    background-image: none;
    width: 100%;
    max-width: 100%;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    margin: 0;
    text-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    white-space: nowrap;
    display: flex;
    font-size: 16px;
}


#pinBox {
    position: relative;
    margin-top: 20px;
    float: left;
    margin-left: 40%;
}

@media (max-width: 1200px) {
    #pinBox {
        margin-left: 35%;
    }
}

@media (max-width: 980px) {
    #pinBox {
        margin-left: 30%;
    }
}

@media (max-width: 480px) {
    #pinBox {
        margin-left: 6%;
    }
}

/* Botó sms */

.input-prepend.input-append .btn:last-child {
    text-align: center;
    background-color: #e91500;
    border-radius: 4px;
    float: initial;
    display: inline;
    background-image: linear-gradient(to bottom, #e91500, #e91500);
    width: 100%;
    max-width: 100%;
    display: grid;
    margin-top: 35px;
    margin-left: -20px;
    margin-right: 20px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Botó sms NOK */

.input-prepend.danger.input-append .btn:last-child {
    text-align: center;
    background-color: #ff0000;
    border-radius: 4px;
    float: initial;
    display: inline;
    background-image: linear-gradient(to bottom, #ff0000, #ff0000);
    width: 100%;
    max-width: 100%;
    display: grid;
    margin-top: 35px;
    margin-left: -20px;
    margin-right: 20px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}




.input-prepend.success input[type="text"] {
    width: 250px;
    margin-top: 20px;
    /*margin-left: 10px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e91500 !important;
    border: none;
    background-color: #f4f4f4;
}


.input-prepend.danger input[type="text"], .input-append.danger input[type="text"] {
    width: 250px;
    margin-top: 20px;
    /*margin-left: 10px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff0000 !important;
    border: none;
    background-color: #f4f4f4 !important;
}



.paragraph-resend-pin {
    display: inline-block;
    margin-top: 110px;
    margin-left: -240px;
}



.label-warning[href] {
    color: #9a9a9a;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
    border-color: #fff #fff #fff;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    *background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-decoration: underline;
    background-color: #fff;
}

.paragraph-view-documentation, #btnSgPinCancel {
    display: none
}

; li .icon-large[class^="icon-"], .nav li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"], .nav li .icon-large[class*=" icon-"] {
    display: none;
}


.input-prepend.danger input[type="text"], .input-append.danger input[type="text"] {
    background-color: #f2dede;
    width: 260px;
    text-align: center;
    height: 40px;
}

.control-group {
    margin-bottom: 100px;
    margin-top: 100px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    min-height: 20px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    border: 0px solid #fff;
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

#nodeInfo, .accordion-toggle {
    display: none;
}

.sd-module-cont {
    background-color: #ffffff;
    padding-bottom: 20px;
    padding-top: 35px;
}

.sd-module {
    background-color: #ffffff;
    border: 0px solid #fff;
}

.btnDownloadMultipleDocs, .btnDownloadMultipleDocs:hover, .btnDownloadMultipleDocs:active, .btnDownloadMultipleDocs.active {
    color: #fff;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border-color: #ffffff #ffffff #ffffff;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    *background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-align: left;
    border: 0px solid #cccccc;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
    text-decoration: underline;
    background-image: url('pdf_ho.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
    width: 430px;
    height: 45px;
    border: 0px;
    float: right;
    margin-top: -32px;
}

    .btnDownloadMultipleDocs, .btnDownloadMultipleDocs:hover, .btnDownloadMultipleDocs:active, .btnDownloadMultipleDocs.active {
        color: #ff;
        text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
        background-color: #ffffff;
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        border-color: #ffffff #ffffff #ffffff;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        *background-color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        text-align: left;
        border: 0px solid #cccccc;
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
        text-decoration: underline;
        background-image: url('pdf_ho.png');
        background-repeat: no-repeat;
        background-position: right;
        background-color: #ffffff;
        width: 430px;
        height: 45px;
        border: 0px;
        float: right;
        margin-top: -32px;
    }

.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
    display: none;
}

h3 {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
}

.form_zero {
    margin-top: -7px;
}

#btnShowDocCancel {
    text-align: center;
    background-color: #9a9a9a;
    border-radius: 4px;
    float: initial;
    display: none;
    background-image: linear-gradient(to bottom, #9a9a9a, #9a9a9a);
}

small {
    display: none
}

.buttonBar {
    padding-top: 30px;
    text-align: center;
}

#btnShowDocCancel {
    display: none;
}

.downSectionMulti {
    font-size: 12px;
    display: inline;
    color: #e91500;
}

.sd-module {
    padding: 0px;
}

    .sd-module p {
        text-align: left;
        font-size: 2px;
        line-height: 0px;
    }

.btn:first-child {
    margin-left: 0;
    float: right;
}

.sd-module-cont {
    background-color: #ffffff;
    padding-bottom: 0px;
    padding-top: 0px;
}

.sd-module {
    background-color: #ffffff;
    border: 0px solid #fff;
}

.control-label {
    width: 150px;
    height: 80px;
    border: 0px;
    color: #000;
    padding-top: 100px;
    /* color:#d7d7d7; */
    font-size: 17px;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .control-group {
        background-image: url('');
        background-position: top !important;
        display: inline-block;
        background-position: center;
        padding-top: 130px;
        margin-top: 0px;
        background-repeat: no-repeat;
        width: 100%;
    }
}

p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    width: 280px;
    text-align: center;
    display: inline;
    border-top: 0;
    border-left: 0;
    border-right: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.input-prepend.input-append .btn:last-child,
.input-prepend.danger.input-append .btn:last-child {
    text-align: center;
    background-color: #e91500;
    border-radius: 25px;
    float: initial;
    display: inline;
    background-image: linear-gradient(to bottom, #e91500, #e91500);
    width: 100%;
    max-width: 100%;
    display: grid;
    margin-top: 35px;
    margin-left: -20px;
    margin-right: 20px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 480px) {
    .paragraph-resend-pin {
        display: inline-block;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.paragraph-resend-pin {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
}

.paragraph-cancel-process {
    font-size: 12px;
    background-color: #efefef;
    padding: 10px;
    color: #666;
}

li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] {
    display: none;
    width: 1.25em;
    text-align: center;
}

/* ---- New changes v1.0.2 ---- */
input[type="checkbox"]:checked + label:before {
    background-position: 0 0;
    position: relative;
    font-family: FontAwesome;
    content: "\f046";
    font-size: 20px;
    background-image: none;
    color: rgba(0, 199, 231, 1)
}

input[type="checkbox"] + label:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f096";
    background-image: none;
    color: rgba(0, 199, 231, 1)
}

input[type="checkbox"]:checked + label {
    color: #666;
}

input[type="checkbox"] + label {
    font-size: 12px;
}

.navbar.navbar-fixed-top {
    display: none;
}

.sd-module p a::before {
    content: " ";
    float: right;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-image: url("./download.png");
}

.downSectionMulti {
    color: rgba(90,90,90,1);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

#btnContinueEnabled::after, #pinBox\:btnSendPin::after {
    /* content: "»"; */
    content: "\00bb";
    font-size: 28px;
}

#btnContinueEnabled::after {
    padding-bottom: 5px;
    padding-left: 4px;
}

#pinBox\:btnSendPin.icon-legal {
    display: none;
}

.control-label {
    background-image: none;
}

#pinBox\:btnSendPin {
    display: grid;
    height: 50px;
    line-height: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
}

    #pinBox\:btnSendPin::after {
        position: relative;
        top: -53px;
        left: 43px;
    }

.caption ul.thumbnails:nth-of-type(2) .thumbnail {
    background-image: url("./sms.png");
    background-position: top;
    display: inline-block;
    padding-top: 130px;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.control-group {
    background-image: none;
    padding-top: 0px;
    margin-bottom: 60px;
}

    .control-group > strong {
        display: inherit;
    }

#pinBox {
    margin: 0;
    float: none;
}

.input-prepend.success input[type="number"],
.input-append.success input[type="number"],
.input-prepend.error input[type="number"],
.input-append.error input[type="number"] {
    min-height: 28px;
    width: 250px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #000;
    font-size: 28px;
}

    .input-prepend.success input[type="number"]:focus,
    .input-append.success input[type="number"]:focus,
    .input-prepend.error input[type="number"]:focus,
    .input-append.error input[type="number"]:focus {
        box-shadow: none;
        border-bottom: 2px solid #e91500;
    }

.paragraph-cancel-process {
    background-color: inherit;
}

.paragraph-resend-pin {
    display: block;
}

.form_zero {
    margin-top: 0px;
}

.thumbnails .clear, .caption h3 {
    display: none;
}

.ui-messages.ui-widget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sd-module-cont .btnDownloadMultipleDocs,
.sd-module-cont .btnDownloadMultipleDocs:hover,
.sd-module-cont .btnDownloadMultipleDocs:active,
.sd-module-cont .btnDownloadMultipleDocs.active {
    background-color: #fff;
    background-image: none;
    width: 100%;
}

/* ---- Error message ---- */
.ui-messages-error {
    background-color: #EB4D49;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .ui-messages-error ul {
        padding-left: 30px;
    }

    .ui-messages-error .ui-messages-error-icon {
        display: none;
    }

    .ui-messages-error ul li span {
        margin-left: 0px;
    }

    .ui-messages-error:before {
        font-family: FontAwesome;
        content: "\f05e";
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 10px;
    }

    .ui-messages-error .ui-messages-error-summary {
        color: #fff;
    }

/* ---- space distribution ---- */
.caption-no-padding.caption {
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sd-module-cont {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
}

.caption .clear:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ayuda {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #e91500;
    font-size: 25px;
    text-align: center;
}

.circulopdf {
    background: #e91500;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    padding: 7px 10px;
    cursor: pointer;
}

nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 5px 20px;
    background: #e91500;
    color: #fff;
}

    nav p {
        font-weight: normal;
        margin-bottom: 10px;
    }

.filaDoc {
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.classFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.filaDoc > span {
    width: 90%;
    line-height: 35px;
    font-weight: bold;
}

.bloque {
    padding: 10px;
}

.btn_rsi {
    /*border-radius: 0;
    width: 100%;
    padding: 20px 20px;*/
    background: #e91500;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.btn_rsi_footer {
    border-radius: 0;
    width: 100%;
    padding: 20px 20px;
}

.btn_rsi_firmar {
    width: 80%;
    border-radius: 40px;
    padding: 10px;
    float: none !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.neg {
    font-weight: bold;
}

.lblCheck {
    margin-left: 10px;
    width: 85%;
}

.lblObligatorio {
    margin-left: 10px;
}

.alert_rsi_bottom {
    bottom: 40px;
    position: relative;
}

.msg_rsi_info {
    font-size: 16px !important;
    padding: 5px;
    border: 2px solid #0054B8;
    margin-bottom: 10px;
}
            /* Make Header Sticky */
            #header_container {
                background: #e91500;
                height: 70px;
                width: 100%;
                z-index: 1500 !important;
            }
            /* Make Footer Sticky */
            #footer_container {
                background: #e91500;
                border: 1px solid #666;
                bottom: 0;
                height: 120px;
                left: 0;
                position: fixed;
                width: 100%;
            }

            /*.classFlex {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }
            .filaDoc > span {
                width: 90%;
                line-height: 35px;
                font-weight: bold;
            }

            .circulopdf {
                background: #e91500;
                display: block;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                color: #fff;
                font-size: 25px;
                padding: 7px 10px;
            }
                */
            .filaDoc i.fa-check-circle {
                font-size: 24px;
                margin: 5px 10px 0;
                color: green;
            }



            /*.lblCheck {
                margin-left: 10px;
                width: 90%;
            }*/


            .btn_otpm {
                background: #e91500;
                text-align: center;
                color: #fff;
                font-size: 20px;
            }

            .card.card-primary {
                border-top: 3px solid #e91500;
            }


.main-div-spinner{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spin-loader-container {
            box-sizing: border-box;
            z-index: 9999;
            flex: 1 1 auto;
            max-width: 300px;
            width: 100%;
            background-image: radial-gradient(circle, white 150px, white 150px, rgba(255,255,255, 40%));
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .spin-loader {
            box-sizing: border-box;
            width: 100%;
            max-width: 300px;
            max-height: 85%;
            aspect-ratio: 1/1;
            -webkit-animation: rotation 1.4s infinite linear;
            animation: rotation 1.4s infinite linear;
            border: 24px solid rgba(0, 0, 0, 0.2);
            border-radius: 100%;
            position: relative;
        }

            .spin-loader:before {
                box-sizing: content-box;
                content: "";
                display: block;
                position: absolute;
                left: -24px;
                top: -24px;
                height: 100%;
                width: 100%;
                border-top: 24px solid #e91500;
                border-left: 24px solid transparent;
                border-bottom: 24px solid transparent;
                border-right: 24px solid transparent;
                border-radius: 100%;
            }

        @-webkit-keyframes rotation {
            from {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(359deg);
            }
        }

        @keyframes rotation {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(359deg);
            }
        }

