.theme-dust #main-navbar .navbar-header {
    background: #FFFFFF !important;
}

.navbar-brand > img {
    height: 36px;
    margin-top: 5px;
}

.select2-hidden-accessible {
    display: none;
}

.select2-search__field {
    width: 100% !important;
}

.has-error .select2-container--bootstrap .select2-dropdown,
.has-error .select2-container--bootstrap .select2-selection,
.has-error .select2-container--bootstrap.select2-container--focus .select2-selection,
.has-error .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #d38e99 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-heading .pull-right {
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.page-header .btn {
    margin-bottom: 5px;
}

.page-header h1 {
    word-wrap: break-word;
}

.page-header a.btn {
    margin-right: 10px;
    width: 100%;
}

.panel-body-no-padding {
    padding: 0;
    border-right: none;
    border-left: none;
}

.table-primary th > a {
    color: #FFFFFF;
}

.table-no-first-border {
    margin-top: 5px;
    margin-bottom: 0;
}

.table-no-first-border tr:first-of-type td {
    border: none;
}

.table-no-first-border tr td:first-of-type {
    padding-left: 20px;
}

.checkbox-filling {
    padding-left: 23px;
}

.checkbox-param {
    padding-left: 15px;
}

.checkbox-param label {
    display: block;
    text-align: left !important;
}

.checkbox-param .switcher.switcher-theme-square {
    margin-top: 5px;
}

.report-create .checkbox-container,
#dashboardsearch-projects .checkbox-container,
.attribute-params .checkbox-container {
    display: table;
}

.report-create .checkbox-container .control-label,
#dashboardsearch-projects .checkbox-container .control-label,
.attribute-params .checkbox-container .control-label {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

#dashboardsearch-projects .checkbox-container .control-label {
    font-weight: normal;
}

#dashboardsearch-projects .checkbox-container {
    margin-bottom: 5px;
}

#dashboardsearch-projects .switcher-state-off {
    background: #f4b04f;
}

.ui-sortable-helper {
    border: 1px solid #E4E4E4 !important;
}

.form-group.has-success .help-block {
    display: none;
}

.subinfo,
.form-group .tooltip-block,
.form-group .help-block {
    font-size: 12px;
}

.subinfo,
.form-group .tooltip-block {
    color: #999999;
}

form.search-form {
    padding: 16px 20px 11px 16px;
}

.search-block .nav-tabs > li.active > a:hover,
.search-block .nav-tabs > li.active > a {
    border-bottom-color: #7A6F6F;
}

.search-block .btn:hover {
    border: 1px solid #7A6F6F;
}

.input-lg,
.btn-lg {
    border-radius: 3px;
}

#menu-content-demo .btn {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
}

.datepicker .cw,
.datepicker-days th.dow,
.datepicker-days th.prev,
.datepicker-days th.next,
.datepicker-days th.datepicker-switch,
.datepicker-days td.active.day,
.datepicker-days td.today.day {
    border-radius: 0;
    border: none;
}

.datepicker-dropdown {
    padding: 0 !important;
}

.datepicker-dropdown.datepicker-orient-bottom {
    margin-top: 0 !important;
}

.week-input tbody tr:hover {
    background-color: #eee;
}

.panel.checklist-container,
.panel.marketplace-container {
    margin-bottom: 5px;
}

.panel.checklist-container,
.panel.marketplace-container .panel-heading {
    cursor: pointer;
}

a .panel.marketplace-container,
a .panel.checklist-container {
    color: #333333;
}

.marketplace-container .checklists-count {
    padding: 5px 7px 5px 7px;
    color: #FFFFFF;
    background-color: #F65D35;
    border-radius: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.panel-dark-gray .panel-heading a {
    color: #FFFFFF;
}

.search-input {
    height: 32px;
}

.alert {
    margin-bottom: 35px;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.error-text > a {
    color: #FFFFFF;
}

.mobile-apps {
    padding-top: 15px;
}

#login-form .links {
    margin: 27px auto 0;
    text-align: center;
}

#main-navbar-collapse a.logout {
    color: #E3503E !important;
}

#main-menu .menu-content.top img {
    margin-right: 10px;
    border-bottom-color: rgb(51, 51, 51);
    border-radius: 999999px;
    width: 54px;
    height: 54px;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}

.table th>a[data-sort] {
    text-decoration: underline;
}

.table .asc:after {
    content:" ▴";
    font-weight: bold;
}

.table .desc:after {
    content:" ▾";
    font-weight: bold;
}

#help .panel-heading a.accordion-toggle-admin {
    margin-right: 50px;
}

#help .panel-heading .pull-right {
    margin-top: -20px;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    padding: 9px 15px 9px 20px;
}

.wysiwyg-browse {
    display: none;
}

.wysiwyg-toolbar-list {
    max-height: 16em;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.wysiwyg-toolbar-list a,
.wysiwyg-toolbar-list a:link,
.wysiwyg-toolbar-list a:visited {
    display: block;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

.wysiwyg-toolbar-list a:hover {
    color: HighlightText;
    background-color: Highlight;
}

.wysiwyg-input {
    height: 30px;
}

#main-navbar-collapse p {
    padding-left: 260px;
    line-height: 46px;
    height: 46px;
    margin: 0;
}

.demo-logo {
    background-color: transparent !important;
}

.demo-logo img {
    height: 40px;
}

.theme-dust #main-navbar .navbar-brand div {
    background-color: transparent;
}

#login-form .login-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

#login-form .login-btn:first-of-type {
    margin-top: 0;
}

#login-form .login-btn:last-of-type {
    margin-bottom: 0;
}

.tooltip-inner {
    max-width: 350px;
    width: 350px;
}

.menu-content > a > div {
    font-size: 12px;
    color: #746A68;
}

.notification-description {
    color: #333333 !important;
}

.free-space-bar {
    margin: 25px 10px 10px;
}

.free-space-bar small {
    color: #746A68;
}

.free-space-bar .progress {
    margin-bottom: 0;
}

#main-menu .mmc-dropdown-open-ul, #main-menu .navigation {
    padding-top: 0;
}

table {
    word-break: break-all;
}

.page-signin-alt h1.form-header {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.report-attr {
    margin-bottom: 20px; 
}

.report-attr-hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.report-attr-comment {
    font-size: 12px;
    color: #888888;
}

.report-attr-header {
    font-size: 32px;
}

.menu-content.text-bg,
.menu-content.text-bg a {
    color: #fff;
}

.progress {
    text-align: center;
    font-size: 8pt;
}

.contract-info dt {
    width: 300px;
    text-align: left;
}

.sku-group {
    margin-bottom: 15px;
}

.sku-group:not(:last-of-type) {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.group-btn-fix {
    padding-top: 8px;
    padding-bottom: 8px;
}

table tr.filters td {
    border-color: #565656 !important;
}

.stat-info:not(:first-of-type) {
    padding-top: 5px;
}

.permission-table .help-block {
    display: none;
}

.permission-table,
.permission-row .form-group,
.permission-checkbox > div {
    margin-bottom: 0;
}

.footer-preloader {
    display: none;
}

#report-grid .login {
    color: #BBBBBB;
}

.zui-wrapper {
    position: relative;
}
.zui-scroller {
    margin-left: 535px;
    overflow-x: scroll;
    padding-bottom: 5px;
}
#work-plan-filter-form .zui-scroller {
    margin-left: 865px;
}
#sell-chart-data.zui-scroller {
    margin-left: 560px;
}
.zui-table .zui-sticky-col {
    left: 0;
    position: absolute;
    top: auto;
}
.zui-table .zui-sticky-end-col {
    border-right: 1px solid #e4e4e4;
}

.table-hover > tbody > tr:hover > .zui-sticky-col {
    background-color: #f5f5f5;
}

.zui-table .bordered {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.suwala-doubleScroll-scroll-wrapper {
    margin-left: 535px;
}
#work-plan-filter-form .suwala-doubleScroll-scroll-wrapper {
    margin-left: 865px;
}
.sell-chart .suwala-doubleScroll-scroll-wrapper {
    margin-left: 560px;
}

@-moz-document url-prefix() {
    .zui-table .zui-sticky-col {
        margin-top: -1px;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 200px;
    }

    .dl-horizontal dd {
        margin-left: 220px;
    }
}

@media (max-width: 1023px) {
    .zui-wrapper {
        position: static;
    }
    .zui-scroller {
        margin-left: 0;
        overflow-x: scroll;
    }
    #work-plan-filter-form .zui-scroller {
        margin-left: 0;
    }
    #sell-chart-data.zui-scroller {
        margin-left: 0;
    }
    .zui-table .zui-sticky-col {
        position: static;
    }
}

@media (max-width: 1000px) {
    #content-wrapper {
        font-size: 12px;
    }
    .form-group .input-group {
        margin: 5px;
    }
    .page-header .btn {
        margin: 5px;
    }

    .kv-field-range,
    .kv-field-range .bootstrap-timepicker.input-group {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .form-group .input-group {
        margin: 0;
    }
    .page-header .btn {
        margin: 0;
    }
    .page-header .actions a {
        width: 100%;
    }
    .page-header a.btn {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 640px) {
    #content-wrapper {
        font-size: 11px;
    }
}

@media (max-width: 340px) {
    #content-wrapper {
        font-size: 9px;
    }
}

#skufocusform-focus label {
    display: block;
}

.work-plan-row-field {
    margin-bottom: 0px !important;
}

#workplan-form h6 {
    margin-bottom: 0;
    margin-top: 0;
}

.report-facts {
    color: #999999;
    font-size: 10px;
}

.report-facts > div:first-of-type {
    padding-left: 28px;
}
