.search_divider{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    opacity: 0.7;
}

.search-trash-icon{
    line-height: 30px;
    font-size: 16px;
    opacity: 0.8;
}

.icon-20x20{
    width: 20px;
    height: 20px;
}


.img-search-header{
    margin-top: -3px;
    margin-right: 30px;
}

.cursor-pointer{
    cursor: pointer;
}

.modal-backdrop{
    opacity: 0.5 !important;
}

width-50px{
    width: 50px;
}

.padding-10px{
    padding: 10px;
}

.ibox{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    border: 1px #CFCFCF solid;
    box-shadow: none !important;
}

.ibox .ibox-content{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.product-title-order{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 90%;
}

@media screen and (max-width: 1812px){

    .product-title-order{
        max-width: 250px;
    }

}

.opacity-50per{
    opacity: 0.5 !important;
}
.link-clear{
    color: var(--text-color-dark);
    cursor: pointer;
}
.link-clear:hover{
    color: var(--text-color-dark);
}
.link-light{
    color: var(--text-color-dark);
    cursor: pointer;
}
.link-light:hover{
    text-decoration: underline;
}

.image-square-20px{
    width: 20px;
    height: 20px;
}
.margin-top-less-4px{
    margin-top:-4px;
}

.select2-results{
    box-shadow: 0px 0px 11px 6px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding:4px;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.spinner {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid var(--project-base-color);
    border-right: 0.5em solid var(--project-base-color);
    border-bottom: 0.5em solid var(--project-base-color);
    border-left: 0.5em solid white;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.commessetable{
    min-width: 1000px;
}
.commessetable tbody tr{
    height: 80px;
    position: relative;
}
.commessetable td{
    border-bottom: 1px solid var(--border-bottom-table);
}

.overflow-scroll-x{
    overflow-x: scroll !important;
}