@media screen and (max-width: 1500px) {
    [data-module="orders_sales"] .right {
        width: 29%;
    }

    [data-module="orders_sales"] .middle-left {
        width: 71%;
    }
}

span.change {
    padding-left: 14px;
    position: relative;
}

span.change:before {
    font-family: "bsource" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    left: 0;
    top: 1px;
    position: absolute;
}

span.change.grn {
    color: #337F2D;
}

span.change.grn:before {
    color: #3A8A33;
    content: "k";
}

span.change.red {
    color: #8C0000;
}

span.change.red:before {
    color: #970100;
    content: "j";
}

.notifications_menu .arrow-up {
    right: 83px;
}

.tasks_menu {
    width: 626px;
}

.tasks_menu .arrow-up {
    right: 121px;
}

.add-product .suggest-popup, .add-product-top .suggest-popup {
    width: 650px;
}

.mw120 {
    min-width: 120px;
}

.mw240 {
    min-width: 240px;
}

[data-module="clients"] .main-title,
[data-module="products"] .main-title,
[data-module="products_generated_descriptions"] .main-title,
[data-module="services"] .main-title {
    font-size: 21px;
    line-height: 140%;
}

[data-module="m-to_do_tasks"] .btn_container {
    display: none;
}

[data-module="m-products"] .table select {
    width: 200px;
}

[data-module="orders_sales"] .add-product-top {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

#dialog_generate_orders_purchase.ui-dialog-content .popup-info .form_table.edit .select2-container {
    width: 300px !important;
}