﻿.colorFontWhiteHeader {
    color: #ffffff !important;
    font-weight: 500 !important;
}

.margin-top-28 {
    margin-top: 28px !important;
}

.margin-left-28 {
    margin-left: 28px !important;
}

/*.FileUploadClass {
    background-color: Yellow;
    font-size: 5px;

}

    .FileUploadClass input[type=file] {
        background-color: Yellow;
        border: Dashed 2px #000000;
        position: relative;
    }*/

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btnUpload {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: normal;
}

.upload-btn-wrapper .FileUploadClass input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.textboxExaminar {
    font-size: 8px !important;
    height: 15px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
}
/*input[type=file] {
    background-color:red;
}*/
.form-group.required .form-control-label:after {
    color: #d00;
    content: "*";
    /*position: absolute;*/
    margin-left: 8px;
}

.error-01 h1 {
    transform: skewY(-10deg) !important;
    font-size: 12rem !important;
}

.error-01 h2 {
    font-size: 1.5rem !important;
}

.error-01 p {
    font-size: 1rem !important;
}

.invoiceWidth90 {
    width: 90% !important;
}

.bootstrap-select .btn {
    border-radius: 4px !important;
    border: 1px solid #eee;
    height: calc(2.85rem + 2px);
    background-color: #fff;
    font-size: .85rem;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
    color: #94a4b0;
}

.mercadopago-button {
    display: none !important;
}

.btn.disabled, .btn:disabled {
    opacity: 1 !important;
}

.modal-section-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.scrollable-modal {
    overflow-y: auto;
}

.hide {
    visibility: hidden;
}

.input-color {
    position: relative;
}

.input-color input {
    padding-left: 20px;
}

.input-color .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius:100%;
}

.sp-replacer {
    position: relative;
    bottom: 10px;
}

.fw-300 {
    font-weight:300 !important;
}

.custom-title {
    color: #2c304d;
    font-weight: 510;
}

.custom-subtitle {
    color: #2c304d;
    font-weight: 505;
}

.ordenCliente{
    font-weight : 800;
    font-size : 15px;
}
.ordenTitulo {
    font-weight: 600;
    font-size: 13px;
}

span.selection{
   width:100% ;
}

.select2-container--default .select2-selection--multiple {
    font-size: 1rem;
    line-height: 1.25;
    color: #2c304d;
    border: 1px solid #eee !important;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: .75rem 1.07rem;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #5d5386 !important;
        border: 1px solid #5d5386 !important;
        border-radius: 4px;
        display: inline-block;
        margin-left: 2px !important;
        margin-top: 2px !important;
        padding: 0;
        font-weight: 500 !important;
        color: #fff !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding: 5px !important;
       
    }

.select2-container--default .select2-selection--multiple {
   
    padding-top: 5px;

}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600 !important;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #ccc !important;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600 !important;
        padding: 0 4px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            color: #fff !important;
            background-color: #5d5386 !important;
        }

 span.select2-search.select2-search--inline{
    display: inline !important;
}

.bootstrap-select .disabled {
    background-color: #e9ecef !important;
}

/*.truncateTarea {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.truncateTarea {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 2.4em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

    .truncateTarea + .truncateTarea {
        margin-top: 10px;
    }

.truncateTarea:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

    .truncateTarea:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }

    /*.marginCheck{
        margin-right:5px;
    }*/

/*DropZone*/

.dropzone .dz-preview {
    left: -18px !important;
    margin: 3px !important;
}

.dropzone {
    border-style: dashed !important;
}

.imgProducto {
    width: 100%;
    height: 100%;
}

.dropzone.foto1 {
    height: 250px;
    min-height: 250px;
}

    .dropzone.foto1 .dz-preview .dz-image {
        height: 200px;
        width: 700px;
    }

.dropzone.foto2 {
    height: 250px;
    min-height: 250px;
}

    .dropzone.foto2 .dz-preview .dz-image {
        height: 200px;
        width: 200px;
    }

.dropzone.foto1Modal {
    height: 250px;
    min-height: 250px;
}

    .dropzone.foto1Modal .dz-preview .dz-image {
        height: 200px;
        width: 700px;
    }

.dropzone.foto2Modal {
    height: 250px;
    min-height: 250px;
}

    .dropzone.foto2Modal .dz-preview .dz-image {
        height: 200px;
        width: 200px;
    }

.dropzone.foto3 {
    min-height: 154px;
    height: 154px;
    padding: 0;
    margin-bottom: 10px;
}

    .dropzone.foto3 .dz-message {
        margin: 0;
    }

    .dropzone.foto3 .dz-preview {
        left: 0 !important;
        margin: 3px !important;
    }

.dropzone.foto1 .dz-preview {
    left: 0 !important;
    margin: 3px !important;
}

.dropzone.foto2 .dz-preview {
    left: 0 !important;
    margin: 3px !important;
}

.dropzone.foto1Modal .dz-preview {
    left: 0 !important;
    margin: 3px !important;
}

.dropzone.foto2Modal .dz-preview {
    left: 0 !important;
    margin: 3px !important;
}

.dropzone.foto4 {
    min-height: 154px;
    height: 154px;
    padding: 0;
    margin-bottom: 10px;
}

    .dropzone.foto4 .dz-message {
        margin: 0 !important;
    }

    .dropzone.foto4 .dz-preview {
        left: 0 !important;
        margin: 3px !important;
    }

    i.la.la-cloud-upload{

        font-size:50px !important;
    }