.save-icon {
    background-image: url(../img/icon-save.png) !important;
}

.close-icon {
    background-image: url(../img/icon-close.png) !important;
}

.add-icon {
    background-image: url(../img/icon-add.gif) !important;
}

.edit-icon {
    background-image: url(../img/icon-edit.png) !important;
}

.del-icon {
    background-image: url(../img/icon-del.gif) !important;
}

.info-icon {
    background-image: url(../img/icon-info.png) !important;
}

.ok-icon {
    background-image: url(../img/icon-ok.png) !important;
}

.cancel-icon {
    background-image: url(../img/icon-cancel.png) !important;
}

.checked-icon {
    background-image: url(../img/icon-checked.gif) !important;
}

.uncheckedchecked-icon {
    background-image: url(../img/icon-unchecked.gif) !important;
}

.refresh-icon {
    background-image: url(../img/icon-refresh.gif) !important;
}

.filter-icon {
    background-image: url(../img/icon-filter.png) !important;
}

.act-icon {
    background-image: url(../img/icon-act.png) !important;
}

.sort-icon {
    background-image: url(../img/icon-sort.png) !important;
}

.docs-icon {
    background-image: url(../img/icon-docs.png) !important;
}

.excel-icon {
    background-image: url(../img/icon-excel.png) !important;
}

.summoney-icon {
    background-image: url(../img/icon-summoney.png) !important;
}

.report-icon {
    background-image: url(../img/icon-report.png) !important;
}

.report-item-icon {
    background-image: url(../img/icon-item_report.png) !important;
}

.module-note-ico {
    background-image: url(../img/note_48x.png);
    background-repeat: none;
    border: 0 none;
    height: 48px;
    width: 48px;
}

.k-settings-settings .thumb-wrap {
    cursor: pointer;
    float: left;
    margin: 8px 0 0 8px;
    text-align: center;
}

.k-settings-settings .thumb {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2px;
}

.k-settings-settings .x-view-over {
    background-color: #f1f1f1;
}

.vertical-center {
    height: 100%;
    display: flex;
    align-items: center;
}

.align-right div.x-form-item-body .x-form-display-field {
    float: right;
}

.rate-cell div.x-form-item-body .x-form-display-field {
    padding: 4px 7px 7px 7px;
}

.rate-cell {
    gap: 10px;
}

.dc-modal-container__title--lg {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dc-modal-container__title--m {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dc-modal-container__title--sm {
    font-size: 12px;
    font-weight: bold;
}

.order-import-grid-cell-with-select .x-grid-cell-inner {
    padding: 2px 0 0 6px !important;
}

.deal-tab-custom-tbar .x-toolbar:first-of-type .x-box-inner {
    min-height: 32px;
    height: auto !important;
}

.settings-lk__form .x-panel-body .x-box-inner .x-form-cb-wrap {
    padding-top: 0 !important;
}

.custom-checkbox-label {
    display: inline-block;
    width: 150px;
    text-align: left;
}

.custom-tooltip {
    max-width: 400px;
    white-space: normal; /* Разрешить перенос строк */
    word-wrap: break-word; /* Разрешить перенос длинных слов */
    overflow-wrap: break-word; /* Гарантирует перенос слов */
    padding: 5px;
}

.task-grid__custom-tooltip {
    max-width: 400px;
    min-width: 150px;
    white-space: normal;
    word-wrap: break-word;
}

.task-grid-selected-row.task-row-green,
.task-grid-selected-row.task-row-pink .x-grid-cell {
    background-color: #fff !important;
}

.task-row-green .x-grid-cell {
    background-color: #f6fcf6 !important;
}

.task-row-pink .x-grid-cell {
    background-color: #fdf6f6 !important;
}

.header-yellow-bg .x-column-header-inner {
    background: #fbfbbc !important;
}

.header-green-bg .x-column-header-inner {
    background: #dffcdf !important;
}

.handling-grid__custom-tooltip {
    max-width: 400px;
    min-width: 120px;
    white-space: normal;
    word-wrap: break-word;
}

#logPanel-body .x-grid {
    width: 100% !important;
}

#calcPanel-body .x-grid {
    width: 100% !important;
}

#calcPanel__logArea textarea {
    padding: 10px;
}

.transp-filter-panel__body .x-panel-body {
    background-color: #dfe9f6;
}

.tasks-panel__body .x-panel-body {
    background-color: #fff;
}

@-moz-document url-prefix() {
    .fixed-width-panel {
        left: 0 !important;
        margin-left: 0 !important;
    }
}

#auth-container .x-border-layout-ct {
    background-color: #e0e0e0;
}

#auth-container .x-panel-header-default {
    border-color: #d0d0d0;
    background-color: #d7d2d2;
    background-image: -webkit-linear-gradient(top, #f0f0f0,#d7d7d7);
}

#auth-container .x-panel-body-default {
    border-color: #d0d0d0;
}

.download-cell a {
    color: #1a0dab !important;
    text-decoration: underline;
}

.download-cell a:visited {
    color: #1a0dab !important;
}
