.mte-grid-toolbar-center-block {
    display: flex;
    justify-content: center;
}

.mte-grid-toolbar .dropdown-menu {
    padding: 15px 0;
}

.mte-grid-toolbar .pager-dropdown {
    width: 70px;
}

.mte-grid-toolbar .input-group-addon.pager-wrapper {
    display: flex;
    gap: 0;
    margin-left: 8px;
}

.row-actions a {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

.mte-grid-pageLimiter .input-group-addon {
    width: 100px;
}
.mte-grid-notfound {
    text-align: center;
}

.white-block {
    font-size: 10px;
    margin-top: 1px;
    cursor:pointer;
    padding: 1px 3px;
}
.white-block .glyphicon-chevron-down {
    top: 2px;
}
.row-noname {text-align: center;}
.mte-grid-toolbar .btn-group:not(:last-child) {
    margin-right: 4px;
}

/*
    Overlay
*/

.gird-overlay {
    position: absolute;
    z-index: 100;
    background: #ccc;
    opacity: 0.3;
}

/* Disable animation for collapsing */
.collapsing {
    -webkit-transition: none;
    transition: none;
}

.loader-placeholder {
    font-size: 14px;
    padding: 5px 0 5px 15px;
}

.loader-process {
    color: #666;
}

.loader-error {
    color: #ff0500;
}

.glyphicon-th {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABaSURBVHgB1dGxCQAhDAXQz3EDOIKjOYIjuIWlE4krOIaVKHaKRIIg+iBFCISQD9zNetWK8IMmF3N82HR4weQnqx+MJMgLXBBg6hekrOuJBgyvpTAxphCZ/QUKQmkP1S3fvckAAAAASUVORK5CYII=') !important;
    width: 16px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.glyphicon-th:before {
    content: none;
}

.glyphicon-download {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC+SURBVHgBzVJLDsIgEH209T5sdO8N6gncmRhXHsWFn7jpETyCXRubcKACzuAnlCA2qSa+hDCZee8BMwA/xfYicaSVQJEqIstLaBeptxQMxD8aHJoq2jhuKNc+Gmi9gS5OHRMWZ5TjWgCBGJ4CIRQMs6yEaWdYTVTcgAUj2hcegXOiOLvYttOO2OPfn+DmTcsHC1gYigN++iNFrhxi8BgfNzA1kFfYNz1lYg5r1i565XbXkrou+xnQgctxjW/gBnFnQ9NYdwUDAAAAAElFTkSuQmCC') !important;
    width: 16px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.glyphicon-download:before {
    content: none;
}

.mte-grid-toolbar .btn-default {
    width: auto;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 8px;
}

.mte-grid-toolbar .btn-default:hover,
.mte-grid-toolbar .btn-default:focus,
.mte-grid-toolbar .btn-default:active,
.mte-grid-toolbar .btn-default.active,
.mte-grid-toolbar .open .dropdown-toggle.btn-default {
    border: 1px solid #0097CE;
    box-shadow: none;
    background: #FFFFFF;
}

.mte-grid-toolbar .glyphicon:empty {
    width: 16px !important;
}

.mte-grid-toolbar .input-group-addon:first-child {
    color: rgba(61, 61, 59, 0.6);
}

.mte-grid-toolbar .input-group {
    display: block;
}

.mte-grid-toolbar .input-group-addon {
    background: none !important;
    align-items: center;
    padding: 6px 9px;
    gap: 10px;
    width: auto;
    height: 32px;
    border: 1px solid #DCE3EB;
    border-radius: 4px;
}

.mte-grid-pageLimiter {
    background: none !important;
}

.mte-grid-toolbar .input-group-addon .form-control {
    border-width: 0;
    padding: 0;
    height: 18px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3D3D3B;
    margin-bottom: 1px;
    background: transparent;
}

.mte-grid-pageLimiter .input-group-addon {
    display: inline-block;
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3D3D3B;
}

.mte-grid-pageLimiter.pageLimiter-flex {
    display: flex;
}

.mte-grid-toolbar .mte-grid-toolbar-right-block {
    display: flex;
    justify-content: flex-end;
}

.ui-sortable-placeholder {
    visibility: visible !important;
    border-style: dashed !important;
}

.column-setting-title span{
    font-family: 'russo_oneregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3B;
}

.column-setting-title {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-setting-title .column-setting-icon-close {
    width: 20px;
    height: 20px;
    color: #0097CE;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.column-setting-title .column-setting-icon-close:hover {
    color: #D0D6DE;
}

/*
    Сортировка столбцов таблицы (ui-sortable)
*/

.columns-settings .columns-settings-dropdown {
    left: auto;
    right: 0;
    width: 325px;
    padding: 16px;
    border: 1px solid #DCE3EB;
    border-radius: 4px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02), 0 7px 5px rgba(0, 0, 0, 0.03), 0 13px 10px rgba(0, 0, 0, 0.04), 0 22px 18px rgba(0, 0, 0, 0.04);
}

.columns-settings .ui-sortable .ui-sortable-handle {
    border: 1px solid #DCE3EB;
    border-radius: 4px;
    padding: 8px 36px 8px 8px;
    cursor: pointer;
    min-width: 100%;
}

.columns-settings .ui-sortable .ui-sortable-handle:not(:first-child) {
    margin-top: 4px;
}

.columns-settings .ui-sortable .ui-sortable-handle:active {
    background-color: #FFFFFF;
    border-color: #009DDB;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02), 0 7px 5px rgba(0, 0, 0, 0.03), 0 13px 10px rgba(0, 0, 0, 0.04), 0 22px 18px rgba(0, 0, 0, 0.04);
}

.columns-settings .ui-sortable .ui-sortable-handle:active:hover {
    background-color: #FFFFFF;
}

.columns-settings .ui-sortable .ui-sortable-handle:hover {
    background-color: #EDF4FA;
}

.columns-settings .ui-sortable .ui-sortable-handle > .checkbox-render {
    left: 8px;
}

.columns-settings .ui-sortable .ui-sortable-handle > .checkbox-title {
    font-size: 12px;
    line-height: 16px;
}

.columns-settings .ui-sortable .ui-sortable-handle:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%237A97AB' d='M0 6.5h20M0 10.5h20M0 14.5h20'/%3E%3C/svg%3E");
}

.columns-settings .ui-sortable .ui-sortable-handle:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23009DDB' d='M0 6.5h20M0 10.5h20M0 14.5h20'/%3E%3C/svg%3E");
}

.columns-settings .columns-settings-dropdown .columns-settings-dropdown__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

/*
    !!! Заменить кнопку закрытия !!!
*/
.columns-settings .column-setting-title .icon-close-rounded {
    cursor: pointer;
}

#lot_status_id-element .checkbox.checkbox-nd {
    min-width: 100%;
}