/*@font-face {
  font-family: "Nunitos";
  src: url("/libs/hyper/fonts/Nunito-Regular.ttf") format("ttf"),
        url("/libs/hyper/fonts/Nunito-Regular.woff") format("woff"),
        url("/libs/hyper/fonts/Nunito-Regular.eot") format("eot");
}
html, body {
    font-family: "Nunitos", sans-serif;
}*/
body {
    overflow-x: hidden !important;
}
.workplace { background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; min-height: 100vh !important; height: 100vh; }
.workplace .navbar-custom { background-color: transparent !important; box-shadow: none !important; }
.workplace .button-menu-mobile { color: #fff !important; }
.workplace .navbar-custom .topbar-right-menu .nav-link { color: #fff !important; }
.workplace .nav-user { background-color: transparent !important; border-color: transparent !important; }
.workplace .left-side-menu { background: #2b303b !important; }

#infopanel-modal .col-sm-3 > i {
    position: absolute;
    cursor: pointer;
    bottom: 38px;
    font-size: 13px;
    display: none;
    color: #fff;
    z-index: 1;
}
#infopanel-modal .col-sm-3:hover > i {
    display: inline-block;
}

#infopanel-modal .col-sm-3 > i.delete-infopanel {
    left: 22px;
}

#infopanel-modal .col-sm-3 > i.edit-infopanel {
    right: 22px;
}
.modal-big .icon-item .icon-img {
    height: 100px;
}
.modal-big .icon-item {
    cursor: pointer;
}
.modal-big .icon-item .icon-img img {
    width: 100%;
    border-radius: 3px;
}

.start, .modal-big {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    /*background: linear-gradient(135deg,rgba(143,117,218,0.9) 0,rgba(114,124,245,0.9) 60%);*/
    background: rgba(255,255,255,1);
    background-size: cover;
    background-position: center;
    z-index: 10000;
    overflow-y: auto;
}
.start i.fa-times, .modal-big i.fa-times {
    font-size: 38px;
    color: #a6a9b1;
    cursor: pointer;
    position: fixed;
    top: 0px;
    left: 10px;
    transition: 0.3s all;
}
.start i.fa-times:hover, .modal-big i.fa-times:hover {
    color: #a6a9b1;
}
.list-view .summary {
    margin-bottom: 20px;
}
.start i.fa-times-circle, .modal-big i.fa-times-circle {
    font-size: 38px;
    color: #a6a9b1;
    cursor: pointer;
    position: fixed;
    top: 30px;
    left: 40px;
    transition: 0.3s all;
    margin-top: 10px;
}
.start i.fa-times-circle:hover, .modal-big i.fa-times-circle:hover {
    color: #a6a9b1;
}

.start.active, .modal-big.active {
    display: block;
    opacity: 0.95;
}

.start.active .icon-start, .modal-big.active .icon-start {
    display: inline-block !important;
}

.top-bar {
    width: 100%;
    min-height: 56px;
    margin-top: 56px;
    position: relative;
}
.top-bar > a {
    float: right;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    transition: 0.3s all;
    color: #6c757d;
    padding: 0px 15px;
    cursor: pointer;
}

.top-bar h2 {
    color: #6c757d;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
}
body[data-leftbar-theme=dark] .top-bar h2 {
    color: #eeeeee;
}


.top-bar h2 > .form-group {
    display: inline-block;
    float: right;
    vertical-align: top;
    position: relative;
}

#app-search {
    width: 200px;
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #6c757d;
    transition: 0.3s all;
    border-radius: 0px !important;
}

#app-search:focus {
    border-bottom: 1px solid #6c757d !important;
}
.top-bar h2 > .form-group label {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 34px;
}

.top-bar > div.dropdown > button.active, .top-bar > div.dropdown > button:hover {
    color: #333;
    background: #fff;
    border: none;
    outline: none;
}

#app-search::placeholder {
    color: #fff;
}
#app-sort {
    background: transparent !important;
    border: none !important;
    font-size: 15px;
    margin-left: 15px;
    color: #6c757d;
}
body[data-leftbar-theme=dark] #app-sort {
    color: #eeeeee;
}
#app-sort option[rel="list"] {
    color: #333;
}

.start-container .container {
    width: 980px;
}

.icon-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    color: #6c757d;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}

.drag:hover, .icon-start:hover, .icon-start.active {
    border: 1px solid #6c757d;
}

.icon-item .icon-img {
    width: 70px;
    height: 50px;
    margin-bottom: 10px;
    position: relative;
}
.modal-big .icon-item .icon-img {
    height: 100px;
}
.icon-img-i {
    text-align: center;
    line-height: 100px;
    font-size: 40px;
}
.icon-item .icon-img img {
    display: block;
    width: 40px;
    position: absolute;
    margin: auto;
    left: 0; top: 0; bottom: 0;
}
.modal-big .icon-item {
    cursor: pointer;
}
.modal-big .icon-item .icon-img img {
    width: 100%;
    border-radius: 3px;
}
.icon-item:hover, .icon-item:active, .icon-item:visited, .icon-item:link {
    text-decoration: none;
}
.icon-item:hover span, .icon-item:active span, .icon-item:visited span, .icon-item:link span {
    color: #6c757d;
    text-decoration: none;
}
body[data-leftbar-theme=dark] .icon-item:hover span, body[data-leftbar-theme=dark] .icon-item:active span, body[data-leftbar-theme=dark] .icon-item:visited span, body[data-leftbar-theme=dark] .icon-item:link span {
    color: #eeeeee;
}
.icon-item:hover i, .icon-item:active i, .icon-item:visited i, .icon-item:link i {
    color: #6c757d;
}
body[data-leftbar-theme=dark] i, body[data-leftbar-theme=dark] i, body[data-leftbar-theme=dark] i, body[data-leftbar-theme=dark] i {
    color: #eeeeee;
}
.icon-item span {
    display: block;
    width: 100%;
    font-size: 13px;
    min-height: 50px;
    text-align: center;
}

.ibox {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.2s all;
}

.ibox .btn {
    margin-top: 10px;
}

.ibox p {
    color: #6c757d !important;
    max-height: 40px;
    overflow: hidden;
}
body[data-leftbar-theme=dark] .ibox p  {
    color: #eeeeee !important;
}

.ibox:hover {
    box-shadow: 0 0 35px 0 rgba(154,161,171,.45) !important;
}

.col-md-3.ibox {
    height: 217px;
}

.formtitle {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0px;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-bottom: 6px !important;
    max-height: 56px;
    overflow: hidden;
}
.helper {
    padding-top: 100px;
}
.media {
    padding: 15px 0px;
}
.media-left {
    margin-right: 20px;
}
.media-heading {
    margin-top: 0px;
}
.gridster {
    padding-bottom: 50px;
    margin-left: -30px;
    margin-right: -15px;
    /*padding-right: 15px;*/
}
.gridster > ul {
    padding-left: 0px;
}
.gridster > ul > li {
    list-style: none;
}

#grid2 .app-group {
    cursor: pointer;
    padding-top: 0.375rem !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
#grid2 .icon-item {
    padding: 5px; margin-bottom: 10px; display: inline-flex;
}
#grid2 .group-icon-item .icon-img {
    width: 65px!important; margin: 0 auto 20px auto;
}
#grid2 .icon-img {
    margin-bottom: 0!important;
}
#grid2 .group-icon-item .icon-img img {
    width: 100%;
    margin-bottom: 15px;
}
#grid2 span {
    text-align: left; margin-top: 11px;
    padding-left: 10px;
}
#grid2 .group-icon-item {
    text-align: center;
    margin: 40px;
}
#grid2 .app-group h5 {
    font-weight: normal!important;
}
#grid2 .app-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    align-items: flex-start;
}
#list2 .app-search-list {
    columns: 2; column-gap: 1rem;
}
#list2 .group-icon-item .icon-img {
    display: none;
}
#list2 .icon-item {
    padding: 5px;
    margin-bottom: 10px;
}
#list2 .icon-img {
    width: 70px;
    float: left;
    margin-bottom: 0px;
}
#list2 span {
    text-align: left;
    line-height: 50px;
}
.app-group h5 {
    font-size: 1.125rem;
}
#list2 .collapse:not(.show) {
    display: block!important;
}
#list2 .icon-item .icon-img img {
    right: 0;
}
.right-modal .modal-body {
    padding: 1.5rem !important;
    padding-top: 0 !important;
    background-color: #fafbfe;
    position: relative !important;
}
.right-modal .modal-lg {
    width: calc(100% - 70px) !important;
    max-width: calc(100% - 70px) !important;
    height: calc(100vh);
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}

.right-modal .modal-header {
    padding-left: 4rem;
}
.right-modal.inner-modal .modal-lg {
    width: calc(100% - 134px) !important;
}
.right-modal.inner-modal2 .modal-lg {
    width: calc(100% - 201px) !important;
}
.right-modal.inner-modal2 {
    z-index: 9999999;
}

.input-group select.select2 + span.select2 {
    position: relative !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    width: 1% !important;
    margin-bottom: 0 !important;
}
.wizard-step-view {
    padding-bottom: 30px;
    padding-top: 10px;
}

.right-modal .modal-body > div {
    height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.dropdown-item {
    cursor: pointer;
}

.globalfilter ul {
    padding: 8px 0px;
    margin: 0px;
}
.globalfilter ul li {
    list-style: none;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}
.globalfilter ul li:after {
    content: '/';
    display: inline-block;
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #777;
}
.globalfilter ul li:last-child:after {
    content: '';
    display: none;
}
.globalfilter ul li a {
    display: inline-block;
    cursor: pointer;
    color: #333;
}
.globalfilter .dropdown-menu {
    top: 180% !important;
    padding: 10px !important;
}
.relative {
    position: relative;
}

#infopanel-modal .col-md-3 > i {
    position: absolute;
    cursor: pointer;
    bottom: 38px;
    font-size: 13px;
    display: none;
    color: #6c757d;
    z-index: 1;
}

body[data-leftbar-theme=dark] #infopanel-modal .col-md-3 > i  {
    color: #eeeeee;
}
#infopanel-modal .col-md-3:hover > i {
    display: inline-block;
}

#infopanel-modal .col-md-3 > i.delete-infopanel {
    left: 22px;
}
#infopanel-modal .col-md-3 > i.edit-infopanel {
    right: 22px;
}
.pull-right {
    text-align: right;
}
.DTE_Field .input-group-prepend {
    position: absolute !important;
}
.DTE_Field .select2-container {
    width: calc(100% - 100px) !important;
    float: right !important;
}
.help-block {
    color: #fa5c7c!important;
}
.select2-selection__clear {
    right: 15px;
}
.sys-img {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    padding: 15px;
    border: 1px solid transparent;
}
.sys-img:hover {
    border: 1px solid #333;
}
.bootstrap-tagsinput {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #dee2e6 !important;

}
.bootstrap-tagsinput .tag {
    background-color: #727cf5 !important;
    border-radius: 3px !important;
    padding: 0 7px !important;
}
.was-validated .form-control:invalid + span.select2 > span > span.select2-selection {
    border-color: #dc3545 !important;
}
/* fo pnotify */
.brighttheme-error {
    background-color: #ffaba2;
    background-image: none !important;
    border: 0 solid #ff1800;
    color: #4f0800;
}

/* Block -34 */
.filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-title p{
    margin: 0;
}
.title-link{
    position: relative;
    display: block;
    padding: 0 0 10px;
    color: #666;
    outline: 0;
}
.title-link:hover{
    color: #000;
}
.option-link{
    padding-left: 20px;
}
.filter-item{
    padding: 15px 0px;
    border-top: 1px solid #ddd;
}
.filter-select{
    margin-bottom: 15px;
}
.filter-item label{
    color: #666;
}
.filter-item label:hover{
    color: #000;
}
.input-group{
    display: flex;
    justify-content: space-between;
}
.input-group-item{
    margin-right: 10px;
}
.input-group-item:last-child{
    margin-right: 0;
}
.button-group{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.button-group .btn{
    width: 48%;
}
.search-result{
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-item{
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 15px;
    border-top: 1px solid #ccc;
}
.search-item_header{
    margin-bottom: 10px;
    font-size: 16px;
}
.search-item_header a{
    color: #008fd3;
}
.res-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.res-icon img{
    width: 80%;
    height: auto;
}

#filterWidget {
    margin-top: 30px;
}

#filterWidget .card {
    min-height: auto !important;
}
#filterWidget .card-header a {
    color: #6c757d !important;
}
body[data-leftbar-theme=dark] #filterWidget .card-header a {
    color: #eeeeee!important;
}
/* End of block-34 */

select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
  cursor: not-allowed;
}

select[readonly].select2 + .select2-container  .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2 + .select2-container .select2-selection__arrow,
select[readonly].select2 + .select2-container .select2-selection__clear {
    display: none;
}

.card.card-box-shadow-none {
    box-shadow: none;
    border: 1px solid #e3eaef;
}
.close-tab {
    z-index: 1;
    cursor: pointer;
}
div.pq-theme * { font-size: 0.8rem; }
.unread-ico { margin-right: 10px; font-size: 18px; }

#add-app-icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.topbar-left-menu {
    display: flex;
    max-height: 70px;
}
.topbar-left-menu .notification-list {
    display: flex;
    align-items: center;
    position: relative;
}
.topbar-left-menu .showModalDashboardButton {
    color: #98a6ad;
}
.topbar-left-menu .nav-link {
    margin: 0 0.5rem;
    display: block;
    padding: 0.5rem 0.5rem;
}
.workplace .topbar-left-menu .showModalDashboardButton {
    color: #fff !important;
}
.list-icons-img {
    height:21px;
}
.notification-list .dripicons-cross {
    position: absolute;
    display: none;
    right: 0;
    color: #fa5c7c;
    top: 13px;
    cursor: pointer;
}
.notification-list:hover > .dripicons-cross {
    display: block;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    margin-top: -10px;
}
.select2-container--krajee .select2-selection--single .select2-selection__clear {
    margin-top: -5px;
}
.side-nav .side-nav-link {
    font-size: inherit;
}
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:not(:hover) .side-nav-link.active {
    background: #ffffff2e;
}
.side-nav-second-level li.active > a, .side-nav-third-level li.active > a, .side-nav-forth-level li.active > a {
    background: #ffffff2e;
}

.column-tabs {
    height: 112px;
    width: 112px;
    margin-left: 5px;
    border-radius: 4px;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.column-tabs:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.icon-edit {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.context-icon {
    color: white;
    opacity: 0;
}

.context-icon:hover {
    opacity: 1;
    transition-delay: 100ms;
}

.icon-main {
    display: block;
    text-align: center;
    padding-top: 20px;
}

.icon-itself {
    background-color: white;
    border-radius: 50px;
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}

body[data-leftbar-theme=dark] .icon-itself  {
    background: #38404a;
}

.icon-text {
    font-size: 12px;
    font-weight: bolder;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.icon-text p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-object {
    vertical-align: sub;
    top: 4px;
    right: 0px;
}

.add-icon, .icon-columns {
    cursor: pointer;
}

.wallpaper-edit-section {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.wallpaper-edit-popup {
    border: none;
    border-radius: 8px;
    border-width: thin;
    bottom: 44px;
    left: auto;
    padding: 0;
    position: fixed;
    right: 16px;
    padding-bottom: 10px;
}

.wallpaper-edit-icon {
    background-color: white;
    border-radius: 50px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 14px;
}
body[data-leftbar-theme=dark] .wallpaper-edit-icon  {
    background: #38404a;
}
body[data-leftbar-theme=dark] .popover  {
    background: #6d798b;
}

.wallpaper-edit-icon-itself {
    vertical-align: sub;
}

.wallpaper-box {
    margin-left: 5px;
    border-radius: 4px;
    display: block;
    position: relative;
    box-sizing: border-box;
    bottom: 5px;
    right: 15px;
}

@font-face {
    font-family: NewNavBarLight;
    src: url(new-navbar-fonts/NewNavBar_Lt.woff2) format("woff2"), url(new-navbar-fonts/NewNavBar_Lt.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NewNavBar;
    src: url(new-navbar-fonts/NewNavBar_Rg.woff2) format("woff2"), url(new-navbar-fonts/NewNavBar_Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NewNavBarBold;
    src: url(new-navbar-fonts/NewNavBar_Bd.woff2) format("woff2"), url(new-navbar-fonts/NewNavBar_Bd.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.navbar-main * {
    font-family: NewNavBar, "Nunito", sans-serif;
}

.form-wizard-header {
    background-color: #e3eaef;
}
/*
Lang Switcher
 */

.langSwitcher-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 700;
}
.langSwitcher-wrapper .select2-selection__rendered {
    padding: 0!important;
    text-align: center;
    color: #ffffff!important;
}
.langSwitcher-wrapper .select2-selection {
    border: none;
    background: transparent;
}
.langSwitcher-dropdown .select2-results__option {
    text-align: center;
    color: #ffffff70;
}
.langSwitcher-dropdown .select2-search,
.langSwitcher-wrapper .select2-selection__arrow,
.langSwitcher-dropdown .select2-results__option[aria-selected=true] {
    display: none!important;
}
.langSwitcher-dropdown {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

/*
Go-to-top button
 */
.go-to-top {
    display: inline-block;
    background-color: #c0c5ff;
    padding: 6px 10px 3px 10px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 4000;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.go-to-top:hover {
    background-color: #737cf5;
}
.go-to-top.show {
    opacity: 1;
    visibility: visible;
}
/*langTabs*/

.tablinks {
    margin-right: 6px;
    padding: 2px;
    margin-top: 0px;
    cursor: pointer;
}
.tablinks.active {
    border-bottom: 3px solid #6c757d;
    font-weight: 700;
    color: inherit;
}
.lang-tabs {
    position: relative;
    top: -1px;
}
/* Разное */

@font-face {
    font-family: Nunito;
    src: url(/libs/hyper/fonts/Nunito-Regular.eot);
    src: local("Nunito Regular"), local("Nunito-Regular"), url(/libs/hyper/fonts/Nunito-Regular.eot?#iefix) format("embedded-opentype"), url(/libs/hyper/fonts/Nunito-Regular.woff) format("woff"), url(/libs/hyper/fonts/Nunito-Regular.ttf) format("truetype"), url(/libs/hyper/fonts/Nunito-Regular.svg#Roboto) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Nunito;
    src: url(/libs/hyper/fonts/Nunito-Regular.eot);
    src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(/libs/hyper/fonts/Nunito-Regular.eot?#iefix) format("embedded-opentype"), url(/libs/hyper/fonts/Nunito-Regular.woff) format("woff"), url(/libs/hyper/fonts/Nunito-Regular.ttf) format("truetype"), url(/libs/hyper/fonts/Nunito-Regular.svg#Roboto) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Nunito;
    src: url(/libs/hyper/fonts/Nunito-Bold.eot);
    src: local("Nunito Bold"), local("Nunito-Bold"), url(/libs/hyper/fonts/Nunito-Bold.eot?#iefix) format("embedded-opentype"), url(/libs/hyper/fonts/Nunito-Bold.woff) format("woff"), url(/libs/hyper/fonts/Nunito-Bold.ttf) format("truetype"), url(/libs/hyper/fonts/Nunito-Bold.svg#Roboto) format("svg");
    font-weight: 700;
    font-style: normal
}
.logo, .content-page {
    -webkit-transition: all .2s ease-out, background-position 0s;
    transition: all .2s ease-out, background-position 0s;
}
.navbar-custom {
    z-index: 5;
}
.logo {
    background: transparent !important;
}
.themeSwitcherWrapper {
    position: absolute;
    padding-left: 42px;
    text-align: center;
    width: 100%;
    bottom: 40px;
}
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
    cursor: pointer;
}


body[data-leftbar-compact-mode="scrollable"] .logo {
    position: initial;
}
body[data-leftbar-theme=dark] .left-side-menu .logo {
    background: transparent !important;
}
body[data-leftbar-theme=dark] .start {
    background: #141414;
}
body[data-leftbar-theme=dark] .bg-white {
    background: #38404a !important;
}
body[data-leftbar-theme=dark] .btn-outline-secondary {
    color: #ccc;
    border-color: #ccc;
}
body[data-leftbar-theme=dark] .btn-outline-secondary:hover {
    border-color: #fff;
}
body[data-leftbar-theme=dark] .card-disabled {
    background-color: #2a3138b5;
}
body[data-leftbar-theme=dark] .card-disabled .card-portlets-loader {
    background-color: #dceeee;
}
body[data-leftbar-theme=dark] .gtaskheading,
body[data-leftbar-theme=dark] .gname,
body[data-leftbar-theme=dark] .gtaskname,
body[data-leftbar-theme=dark] .gresource,
body[data-leftbar-theme=dark] .gduration,
body[data-leftbar-theme=dark] .gpccomplete,
body[data-leftbar-theme=dark] .gstartdate,
body[data-leftbar-theme=dark] .gplanstartdate,
body[data-leftbar-theme=dark] .gplanenddate,
body[data-leftbar-theme=dark] .gcost,
body[data-leftbar-theme=dark] .genddate,
body[data-leftbar-theme=dark] .gadditional {
    background-color: #37404a!important;
    border: #464f5b 1px solid!important;
}
body[data-leftbar-theme=dark] .gmajorheading,
body[data-leftbar-theme=dark] .gminorheading,
body[data-leftbar-theme=dark] .gminorheadingwkend,
body[data-leftbar-theme=dark] .gtaskcell,
body[data-leftbar-theme=dark] .gtaskcellwkend {
    background-color: #37404a!important;
    border: #464f5b 1px solid!important;
}
body[data-leftbar-theme=dark] span.gformlabel:hover,
body[data-leftbar-theme=dark] span.gselected {
    background-color: #727cf5!important;
    border: none!important;
}
body[data-leftbar-theme=dark] .gname.glineitem.gitemhighlight {
    background-color: #4f5660!important;
}
body[data-leftbar-theme=dark] .text-secondary {
    color: #eee !important;
}
body[data-leftbar-theme=dark] .text-secondary:hover {
    color: #fff !important;
}
body[data-leftbar-theme=dark] .dashboard-block .card {
    background-color: #697789 !important;
}
body[data-leftbar-theme=dark] .bg-conditional {
    background-color: #38404a !important;
}
body[data-leftbar-theme=dark] .product-item {
    box-shadow: none !important;
    background: #38404a !important;
}
body[data-leftbar-theme=dark] .vis-labelset .vis-label .vis-inner {
    color: #fff !important;
}
body[data-leftbar-theme=dark] .nav-box .nav-link.active {
    color: #eeeeee;
    background-color: #464f5b;
}

body[data-leftbar-theme=dark] .nav-box .nav-link.active, .nav-box .nav-link:hover {
    border-color: transparent;
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    background: initial;
    border: initial;
    color: initial;
}
/*.image-holder .file-manager-selected-files {*/
/*    display: none;*/
/*}*/

.sticky-top {
    z-index: 8;
}

body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item {
    white-space: unset;
}
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link {
    width: 420px;
    white-space: nowrap;
}
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul {
    width: 350px;
}
body[data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover > ul a {
    width: 350px;
}
body[data-leftbar-compact-mode="condensed"] .scrollable-parent-menu > .simplebar-wrapper,
body[data-leftbar-compact-mode="condensed"] .scrollable-parent-menu > .simplebar-wrapper > .simplebar-mask,
body[data-leftbar-compact-mode="condensed"] .scrollable-parent-menu > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper {
     overflow: initial!important;
}
.left-side-menu .simplebar-horizontal {
    display: none!important;
    visibility: hidden!important;
}
.left-side-menu .simplebar-scrollbar:before {
    width: 5px;
    background: #ececec;
}

body[data-leftbar-compact-mode="condensed"] .side-nav-third-level {
    display: none;
    background: linear-gradient(135deg, #8f75da 0%, #727cf5 60%);
    top: 5px;
    position: absolute;
}
body[data-leftbar-compact-mode="condensed"] .side-nav-second-level > li:hover > .side-nav-third-level  {
    display: block!important;
    left: 350px!important;
}

body:not([data-leftbar-compact-mode="condensed"]) .side-nav-second-level, body:not([data-leftbar-compact-mode="condensed"]) .side-nav-third-level {
    overflow: hidden!important;
}

.file-manager-selected-files .avatar-title i {
    display: none;
    font-size: 22px;
}
.file-manager-selected-files .avatar-title:hover i {
    display: block;
}

.qb-where .select2 {
    flex: 1;
}

.qb-where .filter-part-2 .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
