.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;
}

body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side{
    width: 180px;
}
