body, html{
    height: 100%;
}

#PryntCenter.showImage{
    background-image: url(../images/ready2copy_main.png);
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: auto 60%;
}

.navbar-brand img{
    height: 30px;
}
.navbar-brand .r2c-bird{
    height: 30px;
    width: auto;
}
.navbar-brand .r2c-logo{
    height: 24px;
    width: auto;
}
.navbar-brand .r2c-bird ~ .r2c-logo{
    margin-left: 7px;    
}

.print-brand img{
    height: 30px;
}
.print-brand .r2c-bird{
    height: 30px;
    width: auto;
}
.print-brand .r2c-logo{
    height: 24px;
    width: auto;
}
.print-brand .r2c-bird ~ .r2c-logo{
    margin-left: 7px;    
}

html {
    font-size: 15px;
    height: 100%;
    letter-spacing: 0.01rem;
}

.dataTables_filter,
.dataTables_paginate{
    padding-right: 1em;
}
.dataTables_length,
.dataTables_info            {
    padding-left: 1em;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 10px;
}
table.dataTable td{
    border-color: #ebe9f1;
}
.container-container{
    padding-top: 58px;
    min-height: calc(100vh - 75px);
}
.container-copisteria{
    padding-top: 58px;
    min-height: calc(100vh - 75px);
    background: #f8f8f8;
}
.sidebar-copisteria{
    border-left: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
    width: 260px;
    padding: 0.7rem;
    background-color: #F8F8F9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding-top: 30px;
}
.input-files-container{
    text-align: center;
    background: white;
    border-bottom: 1px solid #d2d6de;
    padding: 15px;
    margin-left: calc(var(--mdb-gutter-x)*-0.5);
    margin-right: calc(var(--mdb-gutter-x)*-0.5);
}
/*Copisteria bill*/
.copisteria-bill{
    background: #fff;
    border: 1px solid #e6e7e8;
    padding: 5px;
    position: relative;
    font-size: 13px;
}
.copisteria-bill:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0px;
    height: 0px;
    border-bottom: 25px solid #e6e7e8;
    border-right: 40px solid transparent;
}
.copisteria-bill:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0px;
    height: 0px;
    border-top: 24px solid #F8F8F9;
    border-left: 39px solid transparent;
}
.copisteria-bill .bill-prize{
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}

/* cardJob*/
.cardJob{
    width: 405px;
    padding: 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.cardJob .card-header{
    background-color: #006BB7;
    border-bottom: 1px solid #006BB7;
    color: white;
    padding: .2rem .5rem 0rem .5rem;
    font-size: 13px;
}

.cardJob .job-options{
    margin-bottom: 3px;
    margin-top: 1px;
    background: white;
}

.cardJob .job-options .col{
    text-align: center;
    padding: 1px;
    margin: 0px;
}

.cardJob .job-options .job-option-title{
    font-size: 10.5px;
    text-align: left;
    line-height: 11px;
    padding: 0px;
    padding-top: 4px;
}

.cardJob .job-options .job-option{
    background-color: #E8505B;
    padding: 1px 1px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    color: white;
    font-weight: normal;
}

.cardJob .job-options .job-option.off{
    opacity: 0.4;
}

.cardJob .card-footer{
    border-top: 1px solid #dcdcdc;
    background: #F7F9FA;
    font-size: 13px;
    padding: .1rem .5rem;
}

.cardJob .card-button-more-files{
    line-height: 28px;
    cursor: pointer;
    color: #6a6d70;
}
.cardJob .card-button-more-files i{
    color: #006BB7;
    margin-right: 3px;
}

.cardJob .card-prize{
    font-size: 18px;
    font-weight: 700;
    color: #00c851 !important;
    text-align: right;
}
.cardJob .card-files{
    height: 300px;
    border-right: 1px solid #dcdcdc;
    /*border-top: 1px solid #dcdcdc;*/
    position: relative;
    min-width: 0px;
    flex: 1;
}

.cardJob .card-details{
    height: 300px;
    width: 40%;
    /*padding-top: 22px;*/
    text-align: center;
}

.cardJob .card-details .file_thumbnail{
    display: inline;
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #dcdcdc;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    position: relative;
}

.cardJob .card-details .job-summary{
    font-size: 11px;
    text-align: left;
}

.job-summary .counter_section{
    text-align: center;
    /*border-bottom: 1px dashed #999;*/
    line-height: 11px;
    color: #222;
    padding-top: 12px;
    margin-bottom: 5px;
}
.job-summary .counter_section:first-child{
    padding-top: 0px;
}

.job-summary .counter_title{
    text-align: left;
    line-height: 8px;
    font-size: 10px;
    color: #999;
}

.job-summary .counter{
    text-align: center;
    background: #fafafa;
    /*border: 1px solid #dcdcdc;*/
    font-size: 14px;
    color: #E8505B;
    font-weight: 500;
    /*line-height: 18px;*/

    /*margin: 10px;*/
}

.job-summary .counter_prize{
    text-align: right;
    font-size: 10px;
    line-height: 9px;
    color:#008a00;
}

.cardJob .card-details-toggle-button{
    position: absolute;
    top: 0px;
    right: -17px;
    width: 17px;
    border: 1px solid #dcdcdc;
    height: 22px;
    line-height: 20px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    background: white;
    color: #999;
    border-radius: 1px;
    z-index: 10;
}

.cardJob .card-main.extense .card-details-toggle-button{
    right: 0px !important;
}
.cardJob .card-main.extense .card-details{
    display: none;
}
.cardJob .card-main.extense .PryntFilesList{
    padding-right: 15px;
}

.cardJob .in-modal {
    position: relative;
    z-index: 1061;
}

.cardJob .card-toast{
    background: white;
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    display: none;
    padding: 90px 11px 11px 11px;
}
.cardJob .card-toast.in-modal{
    display: block;
}

.cardJob .card-toast .card-close{
    cursor:pointer; 
    position:absolute; 
    text-align: center; 
    top: -33px; color:white; 
    right:0; left:0; 
    font-size: 15px;      
}
    
.cardJob .card-toast-tab{
    display: none;
}

.cardJob .tab-title{
    font-size: 13px;
    text-align: center;
}

.cardJob .tab-scroll-area{
    padding: 5px;
    border: 1px dashed #dcdcdc;
    border-width: 1px 0px;
    height: 297px;
    overflow-y: auto;
}
.cardJob .file_thumb_eye{
    padding: 0px;
    position: absolute;
    color: #409fff;
    top: -7px;
    right: 2px;
    cursor: pointer;
    font-size: 14px;
}
.cardJob .file_thumb_view_button{
    cursor: pointer;
}

/*cardFile*/
.cardFile{
    /*margin-bottom: 1px;*/
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;

}
.cardFile .file_order{
    width: 15px;
    min-width: 15px;
    text-align: center;
    background: #006BB7;
    color: white;
    cursor: move;
    font-size: 11px;
}
.cardFile .file_main{
    padding: 3px;
    font-size: 11px;
    min-width: 0px;
    //Necessatry
}
.cardFile .file_title{
    font-size: 14px;
    color: #333;
    padding-right: 12px;
}

.cardFile .file_delete{
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 13px;
    margin-left: 3px;
    margin-top: 2px;
    color: #E8505B;
}

.cardFile .file_completed{
    display: none;
    height: 25px;
    padding-top: 4px;
}
.cardFile .file_uploading{
    display: block;
    height: 25px;
}

.cardFile .file_uploading .progress{
    height: 3px;
}
.cardFile .file_uploading .progress-bar{
    background: #E8505B;
}

.cardFile.active{
    background: #e3f6f9;
}

.cardFile.completed .file_completed{
    display: block;
}
.cardFile.completed .file_uploading{
    display: none;
}

.cardFile .file_color{
    display: none;
}

.cardFile .file_color i{
    font-size: 14px;
    position: relative;
    top: 1px;
}

.cardFile .file_color.color i{
    color: #E8505B;
}

/* FINISHING OPTIONS */
.thumb_class_BINDING_VERTICAL_SHORTSIDE,
.thumb_class_BINDING_HORIZONTAL_LONGSIDE,
.thumb_class_BINDING_HORIZONTAL_OFF{
    border-top: 3px dashed black !important;
    padding-top: 3px;
}
.thumb_class_BINDING_VERTICAL_LONGSIDE,
.thumb_class_BINDING_HORIZONTAL_SHORTSIDE,
.thumb_class_BINDING_VERTICAL_OFF{
    border-left: 3px dashed black !important;
    padding-left: 3px;
}
.thumb_class_PRINT_VERTICAL_SHORTSIDE,
.thumb_class_PRINT_HORIZONTAL_LONGSIDE
{
    border-top: 1px solid #555 !important;
    padding-top: 1px;
}
.thumb_class_PRINT_VERTICAL_LONGSIDE,
.thumb_class_PRINT_HORIZONTAL_SHORTSIDE
{
    border-left: 1px solid #555 !important;
    padding-left: 1px;
}

.thumb_class_STAPLE_VERTICAL_SHORTSIDE + .file_thumb_mask::before,
.thumb_class_STAPLE_HORIZONTAL_LONGSIDE + .file_thumb_mask::before,
.thumb_class_STAPLE_HORIZONTAL_OFF + .file_thumb_mask::before,
.thumb_class_STAPLE_VERTICAL_LONGSIDE + .file_thumb_mask::before,
.thumb_class_STAPLE_HORIZONTAL_SHORTSIDE + .file_thumb_mask::before,
.thumb_class_STAPLE_VERTICAL_OFF + .file_thumb_mask::before{
    content: '/';
    color:red;
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: 3px;
    font-weight: bold;
}
.thumb_class_STAPLE_VERTICAL_SHORTSIDE,
.thumb_class_STAPLE_HORIZONTAL_LONGSIDE
{
    border-top: 1px solid #555 !important;
    padding-top: 1px;
}
.thumb_class_STAPLE_VERTICAL_LONGSIDE,
.thumb_class_STAPLE_HORIZONTAL_SHORTSIDE
{
    border-left: 1px solid #555 !important;
    padding-left: 1px;
}

/*SCROLLBAR*/
.simpleScrollBar{
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
/* width */
.simpleScrollBar::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.simpleScrollBar::-webkit-scrollbar-track {
    background: #f1f1f1;
    ;
}
/* Handle */
.simpleScrollBar::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.simpleScrollBar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*BOTONES*/
.tab-option-img-horizontal{
    margin: auto;
    max-width: 55px;
    display: none;
    margin-top: 6px;
}
.tab-option-img-vertical{
    margin: auto;
    max-height: 55px;
    display: none;
}

.tab-option-ppv{
    padding: 1px;
    padding-top: 10px;
}

.tab-option-ppv .info{
    font-size: 11px;
    line-height: normal;
    padding-top: 4px;
    color: #777;
}

.tab-option-ppv > input[type=radio] {
    display: none;
}
.tab-option-ppv > input[type=radio] + label {
    display: block;
    height: 34px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    padding: 7px 5px;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    color: #154166;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
}

.tab-option-ppv > input[type=radio] + label:hover {
    background-color: #efefef;
}
.tab-option-ppv > input[type=radio]:checked + label {
    background-color: #006BB7 !important;
    border: 1px solid #006BB7;
    color: #ffffff;
    outline: none;
    font-weight: 700;
}
.tab-option-ppv > input[type="radio"]:disabled + label {
    color: #E0E0E0;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid #E0E0E0;
}
.tab-option-ppv > input[type=radio]:disabled + label:hover {
    background-color: #ffffff;
}

/*SUBOPTIONS*/
.tab-suboptions{
    /*margin-left: 5px;*/
    padding: 10px;
    /*border-left: 4px solid #dcdcdc;*/
    padding-top: 0px;
    background: #efefef;
}

.tab-suboptions .tab-option-ppv  input[type=radio] + label {
    height: 24px;
    line-height: 14px;
    font-size: 0.8rem;
    padding: 5px 5px;
}

.tab-suboption{
    padding-top: 10px;
}

.tab-suboption .suboption{
    font-size: 12px;
    font-weight: bold;
    width: 40%;
}

/*INPUT COPIAS NUMBER*/
.number-input{
    text-align: center;
    padding-top: 10px;
}

.number-input .minus, .number-input .plus{
    cursor:pointer;
    width:30px;
    height:34px;
    line-height: 34px;
    background-color: #006BB7 !important;
    border: 1px solid #006BB7;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.number-input input{
    height:34px;
    width: 150px;
    text-align: center;
    font-size: 26px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}
.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*<editor-fold defaultstate="collapsed" desc="CSS CARRITO DE COMPRA">*/
.cart-product-copis .cart-product-delete{
    position: absolute;
    top: -10px;
    right: -5px;
}
.cart-product-copis table{
    font-size: 11px;
}
.cart-product-copis table th{
    font-weight: normal;
    background: #eee;
    color: #111;
    border-bottom: 1px solid #eee;
}
.cart-product-copis table td{
    border-bottom: 1px solid #eee;
}
.cart-product-copis table td ul{
    margin-bottom: 0px;
}
.cart-product-copis .job-prize{
    /*color: #00c851 !important;*/
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.cart-product-prods .thumbnail-top{
    height: 120px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-product-prods .thumbnail-top img{
    max-height: 120px;
}

.cart-delivery input[type=radio]{
    display: none;
}
.cart-delivery input[type=radio] + label{
    display: block;
}
.cart-delivery .card{
    border: 3px solid #f8f8f8;
}
.cart-delivery.selected .card{
    border: 3px solid #14a44d;
}
.cart-delivery:not(.selected) input[type=radio] + label > .card:hover,
.cart-delivery:not(.selected) input[type=radio] + div > label > .card:hover{
    border: 3px solid #409fff;
}
.btn-xs{
    font-size: 10px;
    border-width: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px;
}


/*STEPPER*/
.stepper{
    display: flex;
    justify-content: center;
    height: 32px;
    margin-bottom: 25px;
    color: #bcbcbc;
}
.stepper .fa-stack{
    font-size: 14px !important;
}
.stepper .separator{
    height: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepper .stepper-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 130px;
}
/*</editor-fold>*/

.form-control.is-invalid, .was-validated .form-control:invalid{
    margin-bottom: 0px;
}
.form-control.is-valid, .was-validated .form-control:valid{
    margin-bottom: 0px;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    #PryntCenter.showImage{
        background-image: none !important;
    }
    .sidebar-copisteria{
        width: 100%;
    }
    .container-copisteria{
        min-height: 0px;
    }
    #PryntPatterns,#PryntJobsList{
        padding: 5px !important;
    }
    .card-image .file_thumb_eye{
        display: none !important;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .cardJob{
        width: 100%;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}