.fc-toolbar {
    display: none;
}

.parent_link.submenu_link.active {
    border-left: none;
    background-color: transparent;
    padding: 5px 20px !important;
}

[data-module="orders_sales"] .table tr[data-complect-child='1'] td.counter:before {
    display: none;
}

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

.table td[data-type='mexpro-product-quantity'], .table th[data-type='mexpro-product-quantity'] {
    text-align: right;
    white-space: nowrap;
}

[data-module='orders_purchase'] .title_bold.products, [data-module='orders_return'] .title_bold.products {
    margin-top: 0px;
}

.fc-event.grn {
    background-color: #91AC76 !important;
}

.fc-event.red {
    background-color: #AC7676 !important;
}

.fc-event.blank {
    background-color: #EEE !important;
    color: #999 !important;
}