html,body{
    background-color: #f8d054;
    overflow-x: hidden;
}
.navbar-light{
    background-color: #058386!important;
    color: white;
}
.printSettings label{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #058386;
}
.counter{
    background-color: #058386;
    border: 1px solid #058386;
    padding: 3px;
    padding-bottom: 0;
    display: inline-block;
    border-radius: 10px;
}
.counter input{
    margin-bottom: 0;
    width: 100px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.counter input::-webkit-outer-spin-button,
.counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn-minus,
.btn-plus{
    position: relative;
    top: -4px;
    font-size: 30px;
    font-weight: bold;
    color: white!important;
    box-shadow: none!important;
}
/* CheckBox */
.button {
    float: left;
    margin: 0 5px 0 0;
    width: 100%;
    position: relative;
}
.button .btn-default{
    padding-bottom: 0;
}

.button label,
.button input {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="radio"]:checked + label {
    background: #058386;
    border-radius: 4px;
    color: white!important;
    border: 1px solid #058386;
}
.button input[type="radio"]:disabled + label {
    opacity: 0.5;
    cursor: default!important;
}
.button input[type="radio"]:checked + label > small{
    color: white;
}
.button input[type="radio"]:checked + label > div >div > small{
    color: white;
}


.button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    color: #058386!important;
    border: 1px solid #bbbbbb;
}
/* CheckBox END */
.infoMain,
.additionalInfo{
    text-transform: uppercase;
}
.infoMain{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.additionalInfo{
    display: block;
    font-size: 10px;
    color: grey;
    position: relative;
    top: -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uploadDocks{
    border-radius: 20px;
}
.uploadDocks .info{
    color: #058386!important;
}
.uploadDocks .info small{
    color: grey;
    font-size: 12px;
    font-weight: bold;
}
.btn-file{
    border-radius: 30px;
    color: white!important;
    padding:15px;
    width: 100%;
}
.btn-uploadFile input{
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.btn-uploadFile{
    background-color: #058386;
}
.btn-uploadFile:hover{
    background-color: #036466;
}
.btn-finalPrice{
    background-color: #058386;
    font-size: 30px;
    padding-top: 4px;
    padding-bottom: 5px;
}
.btn-sent{
    background-color: white;
    border-radius: 30px;
    position: relative;
    float: right;
    top: 3px;
    font-weight: bolder;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-sent:hover{
    background-color: #f8d054;
}
.calcData{
    cursor: default!important;
}
.btn-sent:disabled{
    opacity: 0.5;
}
.preview{
    position: relative;
}
.docPrev{
    max-height: 200px;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.31);
}
.previewBTN{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.40);
    top: 0;
    opacity: 0;
    transition: 0.5s linear;
}
.previewBTN a{
    position: relative;
    top: 40%;
}
.btn-preview{
    color: white!important;
    background-color: #058386;
}
.previewBTN:hover{
    opacity: 1;
}
.previewBTN:hover .docPrev{
    box-shadow: none!important;
}
.uploadContainer h6{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
}
.fileInformation{
    background-color: #f5f5f5;
    color: #058386;
}
.fileInformation small{
    color: #888;
    text-transform: uppercase;
}
.deleteBTN{
    border: 0;
    background-color: transparent;
    color: red;
}
.docResume{
    color: #1a1e21;
    text-decoration: none;
}
.docResume:hover{
    color:#058386;
}
.priceResume .card-body{
    background-color: #058386;
    color: white;
}
.priceResume button{
    background-color: white;
    border-radius: 30px;
    font-weight: bolder;
}
.priceResume button:hover{
    background-color: #f8d054;
    color: #1a1e21;
}
.privatePolicy{
    color: #f8d054!important;
}
#configEncuadernado, #configGrapado{
    display: none;
}
.error{
    color: red!important;
}


.pageFooter{
    background-color: #058386;
    color: white;
}
.pageFooter .footerTitle{
    color: #f8d054;
    text-transform: uppercase;
}
.pageFooter a{
    color: white!important;
    text-decoration: none;
}
.companyCopy a{
    opacity: 0.8;
    border-bottom: 1px dotted white;
    transition: 0.2s linear;
}
.companyCopy a:hover{
    opacity: 1;
    font-weight: 600;
}
.td_lado, .td_grap{
    display: none;
}

.cookie-info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
    color: white;
}