body:not(.task-iframe-popup), .bx-layout-inner-table, .bx-layout-inner-inner-table {
    background-image: none !important;
    background-color: #fff !important;
    background: #fff !important;
}

#panel {
    display: none !important;
}

.bx-layout-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}

.menu-items-header {
    width: 250px !important;
}

.menu-items-body {
    top: 63px !important;
    padding-top: 30px !important;
}

.menu-switcher-lines,
.menu-switcher-lines:after,
.menu-switcher-lines:before {
    background: #fff !important;
}

.mainpage-section-wrapper {
    margin: 0 auto;
    /*max-width: 1400px;*/
    min-width: 1000px;
}

.workstories-slider-item {
    --responsible-base-size: 0.833333vw;
    min-height: calc(var(--responsible-base-size) * 21.25);
}

.row.widget-requests {
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.row.widget-requests > * {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.col-slider-width {
    flex: 0 0 800px !important;
    max-width: 800px !important;
}

.menu-switcher {
    margin-left: 27px;
    margin-right: 10px;
}

#header-inner {
    background-color: #121239;
}

.menu-items-body {
    background: #fff !important;
}

.bx-layout-inner-left {
    background: #fff !important;
    width: 228px !important;
    -webkit-user-select: none;
    transition: all 0.5s ease-out;
}

#header {
    margin-left: 228px !important;
}

#header .header-logo-block {
    display: none;
}

#footer .footer-link {
    color: #000 !important;
}

/*@media screen and (max-width: 1799px) {*/
/*    .workstories-slider-item {*/
/*        height: 250px;*/
/*        width: 676px !important;*/
/*    }*/

/*    .col-slider-width {*/
/*        flex: 0 0 700px !important;*/
/*        max-width: 700px !important;*/
/*    }*/
/*}*/


@media screen and (min-width: 1600px) {
    .bx-layout-inner-left {
        width: 298px !important;
    }
    #header {
        margin-left: 298px !important;
    }
    .menu-items-header {
        width: 300px !important;
    }

    .menu-switcher {
        margin-left: 40px;
        margin-right: 10px;
    }
}

.menu-collapsed-mode .bx-layout-inner-left {
    width: 66px !important;
}

.menu-collapsed-mode .menu-switcher {
    margin-left: 18px !important;
}

.menu-collapsed-mode #header {
    /*margin-left: 66px !important;*/
}

.menu-collapsed-mode.menu-sliding-mode .menu-items-block {
    background: rgba(255, 255, 255, 0.97) !important;
    z-index: 150;
}

.menu-collapsed-mode .menu-items-block .logo {
    display: block !important;
}

.bx-layout-inner-left .menu-settings-save-btn {
    background-color: #d9dfe3;
    color: #535c69;
}

#menu-popup-leftMenuSettingsPopup {

}

.bx-layout-inner-center {
    padding-left: 15px !important;
}

#menu-items-block .menu-item-link {
    color: #121239;
}

.no-page-header .bx-layout-inner-inner-top-row {
    display: none;
}

.mainpage-block-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin: 0;
    box-sizing: border-box;
    padding: 5px 0;
    position: relative;
    z-index: 3;
}

.mainpage-block-title {
    margin: 0 40px 0 0;
    font-family: "OpenSans-Bold", sans-serif;
    color: #121239;
    font-size: 20px;
    line-height: 27px;
}

.arrow-link {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #121239;
    transition: color 0.3s ease-in-out;
}

.arrow-link:hover {
    color: #f9423a;
}

.arrow-link-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-right: 10px;
    color: inherit;
}

.arrow-link-icon > svg {
    vertical-align: top;
}

.arrow-link-text {
    font-family: "OpenSans-Bold", sans-serif;
    text-transform: uppercase;
}

.tag-link {
    padding: 4px 10px;
    white-space: nowrap;
    font: 10px/14px "OpenSans-Semibold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 100px;
    cursor: pointer;
    transition-property: color, background-color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.tag-link--default {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.tag-link--default:hover {
    color: #181818;
    background-color: #ffffff;
    border-color: #ffffff;
}

.tag-link--danger {
    color: #f9423a;
    background-color: #ffffff;
    border-color: #f9423a;
}

.tag-link--danger:hover {
    color: #ffffff;
    background-color: #f9423a;
}

.base-slider-button {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #121239;
    cursor: pointer;
}

.base-slider-button:hover {
    color: #121239;
}

body:not(.task-iframe-popup) .main-buttons-box,
body:not(.task-iframe-popup) .disk-folder-list-item {
    background: rgba(82,92,105,.08) !important;
}

body:not(.task-iframe-popup) .main-ui-filter-search {
    border: 1px solid rgba(83,92,105,.2);
}

body:not(.task-iframe-popup) .ui-action-panel-show {
    border: 1px solid rgba(82,92,105,.1);
}

body:not(.task-iframe-popup) #task_kanban {
    background: rgba(82,92,105,.08) !important;
}

.menu-item-icon-box img {
    max-width: 100%;
}

.select2-container--open {
    z-index: 1299;
}