.orem-primary {
    background: #f4ece6;
    color: black;
}

.input_error {
    color: red !important
}

.input_success {
    color: green
}

#submit_message {
    font-size: 14px;
    font-weight: 700;
    display: none
}

.button-facturas {
    width: 125px;
    text-align: center
}

.button-secundary {
    margin-top: 5px !important
}

html.remodal-is-locked {
    overflow: hidden
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
    background: rgba(43, 46, 56, .9)
}

.f-footer,
.remodal-wrapper {
    right: 0;
    bottom: 0;
    text-align: center
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal-cancel,
.remodal-close,
.remodal-confirm {
    overflow: visible;
    margin: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

button {
    background: #AFDBDA !important;
    color: #000000;
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-close,
.remodal-close:before {
    display: block;
    width: 35px;
    position: absolute;
    left: 0;
    top: 0
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation: remodal-overlay-opening-keyframes .3s;
    animation: remodal-overlay-opening-keyframes .3s
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation: remodal-overlay-closing-keyframes .3s;
    animation: remodal-overlay-closing-keyframes .3s
}

.remodal.remodal-is-opening {
    -webkit-animation: remodal-opening-keyframes .3s;
    animation: remodal-opening-keyframes .3s
}

.remodal.remodal-is-closing {
    -webkit-animation: remodal-closing-keyframes .3s;
    animation: remodal-closing-keyframes .3s
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal h1 {
    font-size: 18px
}

.remodal-close {
    height: 35px;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #95979c;
    background: 0 0
}

.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {

    font-size: 25px;
    line-height: 35px;
    content: "\00d7";
    text-align: center
}

.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    min-width: 110px;
    padding: 12px 0;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle
}


.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:hover {
    background: #66bb6a;
    box-shadow: none
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:hover {
    background: #ef5350;
    box-shadow: none
}

.remodal-cancel::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

.remodal .cancelacion .space {
    padding-bottom: 20px;
}

.remodal .cancelacion input,
.remodal .cancelacion select {
    width: 100%;
    max-width: none;
}

.remodal .cancelacion,
.remodal .cancelando,
.remodal .resultado {
    display: none;
}

.remodal .cancelando {
    min-height: 200px;
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

#facturacion_wrapper {
    margin:auto;
    max-width: 600px;
}

#facturacion_wrapper .f-welcome-container {
    display: block;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#facturacion_wrapper .f-welcome-container .f-page-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

#facturacion_wrapper .steps-container {
    display: block;
    position: relative
}

#out-message h3 {
    font-size: 15px;
    text-align: center;
    text-transform: none
}

#f-start,
.buttons_container h1,
.invoice-button,
.loader {
    text-transform: uppercase
}

#out-message h3 strong {
    font-size: 15px
}

#f-start {
    width: 250px;
    height: 45px;
    text-align: center;
    border: 2px solid #E73E36;
    color: #E73E36 !important;
    background-color: transparent !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    box-shadow: none
}

#f-start:hover {
    background-color: #E73E36 !important;
    color: #FFF !important
}

.f-button-container {
    margin-top: 30px
}

.f-footer {
    position: absolute;
    left: 0
}

.f-footer h1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400
}

.f-footer .footer-bottom {
    background: 0 0
}

.f-header .home-link {
    float: none;
    text-align: center
}

.step-block {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
}

.step-header {
    width: 100%;
    background: #f4ece6;
    color: black;
    border-radius: 5px 5px 0 0
}

.step-header h1 {
    text-align: center;
    padding: 20px;
    font-weight: 700;
    margin: 0;
    font-size: 30px;
}

.step-block .step-content .step-instruction,
.step-header h1 span {
    font-weight: 600;
}

.step-header h1 span {
    display: block;
    font-size: 14px;
    margin: 0px 0 10px 0;
}

.step-block .steps-icons {
    display: none;
    height: 10px;
    position: relative
}

.step-block .steps-icons hr {
    display: none
}

.step-block .step-badges {
    text-align: center;
    position: relative;
    bottom: 10px;
    padding: 0
}

.step-block .step-badges li {
    border-radius: 50%;
    color: #FFF;
    height: 20px;
    min-width: 40px;
    padding: 10px 3px 0;
    text-align: center;
    display: inline-block;
    background: #CCC;
    font-size: 20px;
    margin: 0 15px
}

.step-block .step-badges li i {
    color: #FFF
}

.step-block .step-content {
    padding: 40px;
    background: #f5f5f5;
    border: 1px solid #c2c2c2;
    border-top: 0
}

.step-block .step-content form {
    height: auto;
    position: relative;
    width: 100%;
}

.step-block .step-content .step-instruction {
    color: #302859;
    text-align: left;
    margin: 0 auto 30px;
    font-size: 15px;
}

.step-block .step-content form .f-input,
.step-block .step-content form .f-select-two {
    display: block;
    width: 100%;
    margin: 0px 0 10px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 10px;
    color: #4C637B;
    font-size: 14px;
    height: auto;
}

#f-step-one-form label,
#f-step-two-form label,
#payment-method-form label {
    width: 100%;
    position: relative;
    padding: 5px 0;
    height: auto;
    font-size: 14px;
    border: transparent;
    border-radius: 5px 0 0 5px;
    float: left;
    margin: 10px 0 10px 0;
    font-weight: 500;
    color: #263238;
}

#f-step-one-form label .requerido {
    color: #f44336;
}

.error_msj,
.step-block .step-content .f-loading {
    font-size: 13px;
}

#f-step-two-form label {
    margin: 0 !important
}

.step-block .step-content form .f-select {
    background: #FFF;
    cursor: pointer;
    margin: 10px 0 0 0;
    width: 100%;
    padding: 10px;
    border-radius: 0
}

#step-three-button-next {
    padding: 10px 35px;
    margin: 30px 0px 0 8px;
}

#step-three-button-next:hover {
    background: #37474f !important;
    border: #37474f !important;
    color: #fff !important;
}

.step-block .step-content form .f-digits {
    padding-left: 295px
}

#payment-method-form label {
    /*background: #FFF*/
}

#f-step-two-form .input-group.float-left {
    width: 49%;
    display: inline-block;
    margin: 0;
    vertical-align: top
}

#f-step-two-form .input-group {
    display: table;
    width: 100%;
    margin: 8px auto
}

#f-step-two-form .input-group .f-input,
#f-step-two-form .input-group .f-select-two {
    margin: 0 !important
}

#f-step-two-form {
    width: 100%
}

#f-step-two-form label {
    width: 180px;
    padding-bottom: 5px;
    font-size:.9em;
}

#f-step-two-form .f-select-two {
    border-color: #67BA2F;
    background-color: #f2f2f2;
    width: 100%;
}

#f-step-two-form .f-input {
    /*border-color: #67BA2F;*/
    color:black;
    width: 100%;
}

#f-step-two-form .f-input:read-only,
#f-step-two-form .f-select-two:disabled {
    border-color: #c2c2c2;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}

.buttons-center {
    text-align: center
}

#num-cta-box {
    display: none
}

.step-content .f-submit {
    border-radius: 5px;
    padding: 10px 60px;
    display: inline-block;
    font-weight: 400;
    margin: 30px 0 0 0;
    background-color: #AFDBDA;
    color: #000000;
    min-width: 190px;
}

.step-content .f-submit:hover {
    background-color: #FFFFFF ;
    border: 2px solid #AFDBDA ;
}

input.f-submit.f-back {
    margin-right: 15px;
    background-color: #f4ece6;
    color: black;
}
input.f-submit.f-back:hover {
    background-color: #FFFFFF;
}


.step-block .step-content form .f-edit {
    margin-right: 15px;
    background-color: #39923D ;
    border: #1992B6 ;
    color:white;
}

.step-block .step-content form .f-edit:hover {
    background-color: #1E5A21;
    border: #1683A3;
}

.step-block .step-content .f-loading {
    display: none
}

#progress[value] {
    width: 500px;
    height: 5px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: -moz-linear-gradient(left, #38B1EB 10%, #38B1EB 19%, 38B1EB 19%, 38B1EB 21%, #38B1EB 21%, #38B1EB 39%, 38B1EB 39%, 38B1EB 41%, #38B1EB 41%, #38B1EB 59%, 38B1EB 39%, 38B1EB 41%, #38B1EB 41%, #fcff00 59%, 38B1EB 59%, 38B1EB 61%, #ffb750 61%, #ffb750 79%, 38B1EB 79%, 38B1EB 81%, #38B1EB 81%, #38B1EB 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #38B1EB), color-stop(19%, #38B1EB), color-stop(19%, 38B1EB), color-stop(21%, 38B1EB), color-stop(21%, #38B1EB), color-stop(39%, #38B1EB), color-stop(39%, #38B1EB), color-stop(41%, #38B1EB), color-stop(41%, #38B1EB), color-stop(59%, #38B1EB), color-stop(39%, #38B1EB), color-stop(41%, #38B1EB), color-stop(41%, #38B1EB), color-stop(59%, #38B1EB), color-stop(59%, #38B1EB), color-stop(61%, #38B1EB), color-stop(61%, #38B1EB), color-stop(79%, #38B1EB), color-stop(79%, #38B1EB), color-stop(81%, #38B1EB), color-stop(81%, #38B1EB), color-stop(100%, #38B1EB));
    background: -webkit-linear-gradient(left, #38B1EB 0, #38B1EB 19%, #38B1EB 19%, #38B1EB 21%, #38B1EB 21%, #38B1EB 39%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 59%, #38B1EB 61%, #38B1EB 61%, #38B1EB 79%, #38B1EB 79%, #38B1EB 81%, #38B1EB 81%, #38B1EB 100%);
    background: -o-linear-gradient(left, #38B1EB 0, #38B1EB 19%, #38B1EB 19%, #38B1EB 21%, #38B1EB 21%, #38B1EB 39%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 59%, #38B1EB 61%, #38B1EB 61%, #38B1EB 79%, #38B1EB 79%, #38B1EB 81%, #38B1EB 81%, #38B1EB 100%);
    background: -ms-linear-gradient(left, #38B1EB 0, #38B1EB 19%, #38B1EB 19%, #38B1EB 21%, #38B1EB 21%, #38B1EB 39%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 59%, #38B1EB 61%, #38B1EB 61%, #38B1EB 79%, #38B1EB 79%, #38B1EB 81%, #38B1EB 81%, #38B1EB 100%);
    background: linear-gradient(to right, #38B1EB 0, #38B1EB 19%, #38B1EB 19%, #38B1EB 21%, #38B1EB 21%, #38B1EB 39%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 39%, #38B1EB 41%, #38B1EB 41%, #38B1EB 59%, #38B1EB 59%, #38B1EB 61%, #38B1EB 61%, #38B1EB 79%, #38B1EB 79%, #38B1EB 81%, #38B1EB 81%, #38B1EB 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#progress[value]::-webkit-progress-bar {
    background-color: transparent;
    position: relative
}

#progress[value]::-webkit-progress-value {
    width: 100%;
    background-color: #fff;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

#step-two {
    display: none;
    width: 100%
}

.error_msj {
    display: none;
    color: red;
    bottom: 30px
}

.clearfix {
    clear: both
}

#fiscal-calle,
#fiscal-colonia,
#fiscal-cp,
#fiscal-delegacion,
#fiscal-estado,
#fiscal-exterior,
#fiscal-interior,
#fiscal-municipio,
#fiscal-pais,
#fiscal-telefono {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.f-right {
    float: right !important
}

.f-left {
    float: left !important
}

.f-top {
    margin: 15px auto !important
}

.f-bottom {
    margin-bottom: 15px !important
}

.data-warning {
    color: #E23737 !important
}

#step-four,
#step-three {
    display: none
}

.buttons_container {
    padding: 20px;
    text-align: center
}

.buttons_container h1 {
    font-size: 20px;
    margin: 0 auto 40px
}

.buttons_container .invoice-button {
    float: left;
    display: none;
    color: #FFF
}

.buttons_container .invoice-button:hover {
    background-color: #A09FA0;
    border-color: #A09FA0;
}

.buttons_container #result-msg {
    color: red;
    font-size: 14px;
    margin-bottom: 50px
}

.step-invoice {
    width: 100%
}

.invoice-title {
    font-size: 15px;
    text-align: right;
    margin: 0 !important
}

.invoice-title #invoice-id {
    font-weight: 700;
    font-size: 20px
}

.invoice-emisor,
.invoice-receptor {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 10px 30px 20px 0
}

.invoice-emisor .ref-data,
.invoice-receptor .ref-data {
    display: block
}

.invoice-header {
    font-weight: 700
}

.invoice-totals,
.invoice-payment
{
    display: inline-block;
}
.invoice-totals {
    width: 30%;
    float: right;
}

.btn-success {
    background-color: #67BA2F;
    border: #67BA2F;
    border-radius: 5px;
    padding: 13px 20px;
    float: right;
    font-weight: 700;
    margin: 0
}

table {
    background-color: #fff
}

.form-table th {
    padding: 20px
}

.invoice-totals table {
    background: 0 0 !important;
    border: none !important
}

.invoice-totals table td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    font-weight: 700;
    font-size: 15px
}

.table-details td {
    padding: 6px 10px;
}

#table-details thead td {
    background-color: #f4ece6;
    color: #000000;
}

#td-discount {
    display: none
}

#invoice-discount,
#invoice-iva,
#invoice-subtotal,
#invoice-total {
    font-weight: 400
}

.invoice-button {
    padding: 10px 24px;
    color: #FFF;
    text-decoration: none;
    margin: 15px 10px 15px 0;
    font-size: 15px;
    font-weight: 300;
    background-color: #AFDBDA;
    color: #000000;
}


.invoice-button:active,
.invoice-button:focus,
.invoice-button:hover {
    background-color: #FFFFFF;
    border: 2px solid #AFDBDA;
}

.email-msg {
    position: relative;
    font-size: 12px;
    color: #1b1a26;
    bottom: 5px
}

#result-email-msg {
    font-size: 16px
}

#result-email-msg.success {
    color: #67BA2F
}

#result-email-msg.error {
    color: red
}

.loader_content {
    background: #fff;
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10000000
}

.loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #949494;
    letter-spacing: .2em
}

.loader::after,
.loader::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #949494;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out
}

.loader::before {
    top: 0
}

.loader::after {
    bottom: 0
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px
    }
}

.steps-progress {
    position: relative;
    height: 30px
}

.steps-progress .color-progress {
    position: absolute;
    height: 3px;
    display: block;
    width: 100%;
    z-index: 10;
    background: #9B9B9B;
    bottom: 0
}

.progress {
    width: 100%;
    height: 3px
}

.progress-wrap {
    background: #942318;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin: 0;
    box-shadow: none
}

.progress-wrap .progress-bar {
    background: #9B9B9B;
    left: 0;
    position: absolute;
    top: 0;
    margin: 0
}

.steps-progress ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 6px;
}

.steps-progress ul li {
    display: inline-block;
    margin: 0 10px;
    list-style: none
}

.steps-progress ul li .step-icon {
    display: block;
    background-color: #9B9B9B;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out
}

.steps-progress ul li .step-icon.active {
    background-color: #942318
}

.steps-progress ul li .search-order {
    background-image: url(search-order.png)
}

.steps-progress ul li .customer-data {
    background-image: url(customer-data.png)
}

.steps-progress ul li .verify-order {
    background-image: url(verify-invoice.png)
}

.steps-progress ul li .invoice-result {
    background-image: url(invoice-result.png)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    text-shadow: none;
    color: #0085ba;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0085ba;
    border-color: #0073aa #006799 #006799 !important;
    border: 1px solid #0073aa;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff !important;
    text-decoration: none;
}

.invoice-success-screen {
    display: flex;
    justify-content: center;
}

#table-details .producto {
    width:60%;
}
#table-details .cantidad {
    text-align: center;
}
#table-details .precio {
    text-align: center;
}
#table-details .total {
    text-align: center;
}