.box-shadow-grey {
    box-shadow: 0 0 5px 1px grey !important;
}

.table-product-column {
    width: 50%;
    text-align: center;
}

.table-qtt-column {
    max-width: 100px;
    text-align: center;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.table-price-column {
    max-width: 40px;
    text-align: center;
}

.table-tva-column {
    max-width: 50px;
    text-align: center;
}

.table-reference-column {
    max-width: 120px;
}

.table-action-column {
    max-width: 40px;
    text-align: center;
}

.text-right {
    text-align: right;
}

.input-calculator-icon {
    font-size: 15px !important;
}

.input-calculator-icon:hover {
    cursor: pointer;
}

.w-10 {
    width: 10%;
}

.td-input-number-cart {
    width: 50px;
    /*width: 100%;*/
    padding: 0px !important;
}

.delete_pict {
    position: absolute;
    border-radius: 50px !important;
    top: -5px;
    right: -20px;
    z-index: 1;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.li_sortable {
    position: relative;
    left: 0px;
    top: 0px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 450px;
}

#sortable li {
    margin: 3px 40px 3px 0;
    padding: 1px;
    float: left;
    width: 100px;
    height: 90px;
    font-size: 4em;
    text-align: center;
}

/*############DROPZONE CUSTOM CSS############*/
.dropzone-picture {
    position: relative;
    border: 10px dotted #000;
    border-radius: 20px;
    color: black;
    font: bold 24px/200px arial;
    height: 200px;
    margin: 30px auto;
    text-align: center;
    width: 200px;
}

.dropzone-picture.hover {
    border: 10px solid #FE5;
    color: #FE5;
}

.dropzone-picture.dropped {
    background: #222;
    border: 10px solid #444;
}

.dropzone-picture div {
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dropzone-picture img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
}

.dropzone-picture [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*############DROPZONE CUSTOM CSS############*/

.magik_avi {
    width: 180px;
    margin: 0 auto;

}

.magik_avi .input-group {

    display: flex;
    flex-direction: row;
}

.magik_avi .input-group .form-select {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
}

.magik_avi .input-group .valueModeCalcul {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;

}

.magik_avi .quantityInput {
    width: 100%;
    clear: both;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: rgba(75, 70, 92, 0.08);
    text-align: center;
}

.w-20 {
    width: 20%;
}

sup {
    font-size: 0.90em !important;
    font-weight: bold !important;
}

.min-w-50 {
    min-width: 50px;
}

.w-50px {
    width: 50px !important;
}

.table-compact, .table-compact th, .table-compact td {
    font-size: 12px !important;
    padding: 0.25rem !important;
    line-height: normal !important;
}

.table-compact th {
    padding: 0.75rem !important;
}

.table-compact th, .table-compact td {
    /*max-width: 50px !important;*/
}

.line-height-normal {
    line-height: normal !important;
    display: block;
}

.img-fluid-max-height {
    max-height: 200px;
}