/*.uk-accordion-title.uk-active {
    background: #7cb342;
    color: #fff;
}*/

.main_logo_top {
  text-align: center;
}

.main_logo_top > a {
  display: inline-block;
  margin-left: -16px;
}

.main_logo_top > a img {
  max-height: 200px;
  width: 170px;
}

[data-taskpanel] a.active {
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5);
}

[data-taskpanel] a {
  color: #000;
  font-size: 11px;
  display: inline-block;
  height: 37px;
  padding: 11px 15px;
  background: #f0f0f0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#sidebar_main {
  padding-right: 0 !important;
}

#sidebar_main .menu_section > ul > li > a > .menu_icon {
  width: 30px;
}

#sidebar_main .menu_section > ul > li ul a {
  padding-left: 33px;
}

#sidebar_main .menu_section > ul > li > a .uk-badge {
  position: initial;
  margin-left: 5px;
}

#target {
  display: none;
}

/*.md-btn.md-btn-mini>i.material-icons {*/
/*    margin-top: 5px;*/
/*    font-size: 15px;*/
/*}*/

.bc:before {
  left: -10px;
  top: 8px;
  content: "\e315";
  display: block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  font-family: "Material Icons";
  color: #727272;
  position: absolute;
}

.uk-nestable-panel table {
  position: absolute;
  left: 48px;
  top: 0;
  width: 100%;
  height: 44px;
  margin: 0 0 0 0 !important;
}

.user-tree-item .uk-nestable-panel table {
  left: auto;
  right: 12px;
}

.uk-nestable-panel td {
  border: none !important;
}

.uk-nestable-panel {
  padding-top: 12px;
  padding-bottom: 12px;
}

.uk-nestable-panel .uk-table td {
  padding: 0 5px;
  vertical-align: middle !important;
}

.hidden {
  display: none !important;
}

.selectize-control.multi .selectize-input input {
  height: 29px;
}

.selectize-dropdown {
  margin-top: 0 !important;
}

.form-template {
  display: none;
}

.dyndata {
  display: none;
}

.md-card-imit {
  background: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
}

.app_theme_dark .md-card-imit {
  background: #424242;
}

.md-card-imit .md-card-content {
  padding: 16px;
}

.md-icon:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

h3 .material-icons {
  margin-top: 2px;
}

.saving {
  background-size: 30px 30px !important;
  background-image: linear-gradient(
    -45deg,
    #f6f6f6 25%,
    transparent 25%,
    transparent 50%,
    #f6f6f6 50%,
    #f6f6f6 75%,
    transparent 75%,
    transparent
  ) !important;
  -webkit-animation: stripes 2s linear infinite !important;
          animation: stripes 2s linear infinite !important;
}

.is-editable {
  padding: 0 !important;
  box-sizing: border-box;
  position: relative;
  overflow: visible !important;
}

.is-editable span {
  display: none;
}

.is-editable:hover span {
  opacity: 0;
  padding: 4px 12px;
  display: inline-block;
  position: absolute;
}

/* вытягивает ширину, но не виден, там инпут*/
.is-editable input {
  border: 1px solid transparent !important;
  height: 100%;
  display: block;
  width: 100%;
  min-width: 100%;
  padding: 4px 8px;
  box-sizing: border-box;
  background: transparent;
  overflow: visible;
  text-overflow: ellipsis;
}

.is-editable:hover input,
.is-editable input:focus,
.is-editable select {
  border: 1px solid transparent !important;
  height: 100%;
  display: block;
  width: 100%;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  top: 0px;
  left: 0;
  box-sizing: border-box;
  background: transparent;
  overflow: visible;
  text-overflow: ellipsis;
  background-size: 30px 30px !important;
  background-image: linear-gradient(
    -45deg,
    #f6f6f6 25%,
    transparent 25%,
    transparent 50%,
    #f6f6f6 50%,
    #f6f6f6 75%,
    transparent 75%,
    transparent
  ) !important;
  -webkit-animation: stripes 6s linear infinite !important;
          animation: stripes 6s linear infinite !important;
}

.saving {
  background-size: 30px 30px !important;
  background-image: linear-gradient(
    -45deg,
    #f6f6f6 25%,
    transparent 25%,
    transparent 50%,
    #f6f6f6 50%,
    #f6f6f6 75%,
    transparent 75%,
    transparent
  ) !important;
  -webkit-animation: stripes 2s linear infinite !important;
          animation: stripes 2s linear infinite !important;
}

.is-editable.is-digital input {
  text-align: right;
}

a.inlineedit {
  color: #000;
  border-bottom: 1px dotted #000;
}

a.inlineedit[data-val="0"] {
  color: #88888869;
  border-bottom: 1px dotted #88888869;
}

.is-small {
  width: 10px;
}

.is-editable input:hover,
.is-editable input:focus {
  background: #fff;
  width: auto;
}

.td-editable {
  white-space: nowrap;
  width: 100%;
  height: 100%;
}

.is-editable input:before {
  position: absolute;
  right: 8px;
  top: 9px;
  content: "\e313";
  font-family: "Material Icons";
  font-size: 18px;
  display: block;
  color: #727272;
}

.td-editable:hover:after {
  opacity: 1;
}

.user-hide {
  display: none;
  cursor: pointer;
  margin-left: 32px;
}

.user-hide + .user-hide {
  margin-left: 0;
}

.user-field-wrapper:hover .user-hide {
  display: inline-block;
  cursor: pointer;
}

.user-form-label {
  margin: 0;
  font-size: 14px;
  color: #424242;
  font-weight: bold;
}

.app_theme_dark .user-form-label {
  color: #fff;
}

/*.selectize-control.single .selectize-input{border-radius: 4px; border: 1px solid #f0f0f0 !important; padding-left: 15px;}*/

.selectize-input .item[data-value="0"] {
  color: #aaa;
}

.no-margin {
  margin: 0 !important;
}

/*.md-input.md-input-small{padding: 6px !important;}*/
/*.md-input:focus, .md-input:hover {border-color:#aaa !important}*/
/*.md-list .uk-nestable-list>li, .md-list>li{padding-left: 0}*/
.md-input-wrapper > label {
  left: 14px;
  top: 12px;
  color: #999;
  font-weight: 500;
}

.md-input-wrapper {
  padding-top: 0;
}

.md-input-filled > label,
.md-input-focus > label {
  left: 10px;
  top: -9px;
  font-size: 11px;
  background: #fff;
  padding: 2px;
  display: inline-block;
  width: auto;
  right: auto;
  color: #444;
}

/* FORMS */
fieldset {
  display: block;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-before: 6px;
          padding-block-start: 6px;
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
  -webkit-padding-end: 0em;
          padding-inline-end: 0em;
  -webkit-padding-after: 0em;
          padding-block-end: 0em;
  min-inline-size: -webkit-min-content;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
  border-width: 0px;
  border-style: groove;
  border-color: threedface;
  -o-border-image: initial;
     border-image: initial;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.user-form-row {
  position: relative;
}

/*.user-form-row label {
font-size: 15px;
    font-weight: 500;
    background: #fff;
    padding: 5px;
    display: inline-block;
    width: auto;
    right: auto;
    color: #333;
    position: absolute;
    top: 0px;
    left: 6px;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}*/
.uk-form-row-helper {
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  padding: 5px;
  display: inline-block;
  right: auto;
  color: #444;
  position: absolute;
  top: 0px;
  right: 6px;
}

.uk-form-row-helper i {
  color: rgba(213, 225, 232, 0.87) !important;
  cursor: pointer;
}

.selectize-control.single .selectize-input {
  border-width: 0 0 1px;
  padding: 5px 8px 5px;
}

.uk-table-nowrap td,
.uk-table-nowrap th {
  white-space: normal;
}

.circlebtn {
  min-width: 130px;
}

.circlebtn span {
  margin: -40px 0 0 70px;
  display: block;
}

.md-fab i {
  color: #fff;
  font-style: normal !important;
}

.md-fab.small {
  width: 32px;
  height: 32px;
  margin-top: -20px;
  margin-left: 18px;
}

.md-fab.small i {
  font-size: 12px;
  line-height: 32px;
}

.md-card-toolbar-heading-text {
  text-transform: uppercase;
}

.md-card .md-card-inner {
  padding: 16px;
}

/* WIZARD STEP DEISABLED*/
.steps {
  display: none !important;
}

#wizard_vertical .content {
  width: 100% !important;
}

.uk-table.user-table td {
  border: 1px solid #f0f0f0;
}

.uk-table.user-table th {
  vertical-align: middle;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  font-weight: bold;
}

.uk-table .highlight td {
  font-size: 150%;
}

.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

.user-stages .uk-progress-bar {
  border-right: 10px solid #fff;
  box-sizing: border-box;
}

.user-stages .uk-progress-bar:last-child {
  border-right: 0;
}

.ganttview-hzheader-day {
  text-indent: -9999px;
  width: 5px !important;
}

.ganttview-grid-row-cell {
  width: 5px !important;
}

.ganttview-vtheader-group-name {
  overflow: hidden;
}

.ganttview-vtheader-series-row {
  padding: 5px !important;
}

.series-content {
  cursor: pointer;
}

.md-card.no-around {
  box-shadow: none;
}

.tablesorter-altair input.tablesorter-filter,
.tablesorter-altair select.tablesorter-filter {
  border-radius: 4px;
}

.app_theme_dark .tablesorter-altair input.tablesorter-filter,
.tablesorter-altair select.tablesorter-filter {
  background: #888;
}

.app_theme_dark .md-icon {
  background: #666;
}

.app_theme_dark {
  color: #ddd;
}

.selectize-control {
  border-radius: 4px;
}

a.octo-black-opacity {
  border-bottom: 1px solid;
  padding-bottom: 2px;
  border-color: rgba(0, 0, 0, 0.3);
  color: #000;
  line-height: 1.5em;
}

/* TABLES */
.uk-float-table {
  position: absolute_;
  top: 0;
  width: 100%;
  display: none;
}

[data-row-sort] th {
  position: relative;
  cursor: pointer;
}

[data-row-sort] th.uk-sorted {
  padding-right: 30px;
  font-weight: 800;
}

[data-sort-i] {
}

th > .resizer-c {
  min-width: 100% !important;
}

.resizer {
  padding-right: 10px;
  resize: horizontal;
  overflow: auto;
  width: 100%;
  margin: 0px;
  border: 1px solid transparent;
  display: block;
  min-width: 50px;
  background-color: transparent !important;
  box-sizing: border-box;
}

/*.uk-table td { vertical-align: middle !important; border: 1px solid #ebebeb}*/
@media only screen and (max-width: 756px) {
  td {
    padding: 2px 4px !important;
    font-size: 12px !important;
  }

  td i {
    font-size: 15px !important;
  }

  td .md-icon {
    line-height: 16px !important;
    height: 16px !important;
    width: 16px !important;
  }
}

td.md-cell-danger {
  border-bottom: 1px solid #e53935 !important;
}

td.md-cell-success {
  border-bottom: 1px solid #7cb342 !important;
}

td.md-cell-warning {
  border-bottom: 1px solid #ffa000 !important;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #e5ebf380;
}

.uk-table-hover tbody tr:hover {
  background: #e5ebf3;
}

.app_theme_dark .uk-table-striped tbody tr:nth-of-type(odd) {
  background: #535353;
}

.app_theme_dark tbody tr:hover {
  background: #535353;
}

.app_theme_dark th {
  background: transparent !important;
}

[data-showhover] {
  display: none;
  float: right;
}

tr:hover [data-showhover] {
  display: block;
}

/* DROPDOWN */
.uk-button-dropdown {
  vertical-align: baseline !important;
}

.selectize-control .selectize-input {
  min-height: auto !important;
}

.uk-card-title {
  padding: 6px 15px;
  font-weight: bold;
  border-radius: 3px;
}

.uk-height-auto {
  min-height: auto !important;
  height: auto;
}

.uk-width-auto {
  min-width: auto !important;
  width: auto;
}

.table-crop td {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle !important;
}

.table-crop td.td-crop-remove {
  max-width: none;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: normal;
}

td.td-crop {
  overflow: visible;
  text-overflow: ellipsis;
  white-space: normal;
}

.uk-text-crop-remove {
  overflow: visible !important;
}
.cell-crop {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar_main_swipe #sidebar_main ul li {
  padding: 0 15px;
}

#sidebar_main .menu_section > ul > li ul a {
  padding: 8px 10px 8px 0px !important;
}

.sidebar_mini #sidebar_main {
  padding: 0;
}

#sidebar_main .menu_section > ul > li.submenu_trigger li ul {
  margin-left: 0px;
}

#sidebar_main .menu_section > ul > li.submenu_trigger > a:before {
  right: -5px;
}

/* ----------------------- SCROLLBAR ---------------------- */

/* ----------------------- KWINDOW ---------------------- */
div.k-window {
  box-sizing: border-box;
}

.k-widget .k-window-content div,
.k-widget fieldset {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.k-window-content {
  max-height: 90vh;
  overflow-y: auto;
}

.k-window-content::-webkit-scrollbar {
  width: 10px;
}

.uk-datepicker,
.selectize-dropdown,
.uk-sortable-dragged,
.uk-tooltip {
  z-index: 19011;
}

.gallery-image img {
  max-height: 142px;
}

/* ----------------------- JCROP ---------------------- */
.jcrop-holder img {
  max-width: none;
}

body {
  position: relative;
}

#sidebar_main .menu_section > ul > li > a > .menu_icon {
  width: 30px;
}

#sidebar_main .menu_section > ul > li ul a {
  padding-left: 33px;
}

#sidebar_main .menu_section > ul > li ul li.act_item ul > li > a {
  color: #212121;
  font-weight: 200;
  font-size: 0.8em;
}

#sidebar_main .menu_section > ul > li ul li.act_item ul > li.act_item > a {
  color: #7cb342;
  font-weight: 500;
  font-size: 0.8em;
}

.app_theme_e
  #sidebar_main
  .menu_section
  > ul
  > li
  ul
  li.act_item
  ul
  > li.act_item
  > a {
  color: #e53935;
  font-weight: 500;
  font-size: 0.8em;
}

.app_theme_e #sidebar_main .menu_section > ul > li ul li.act_item ul > li > a {
  color: #212121;
  font-weight: 200;
  font-size: 0.8em;
}

/*#header_main .uk-navbar .uk-navbar-flip .uk-navbar-nav>li .uk-dropdown{margin-top:1px;max-height:300px;top:100%!important;left:auto!important; right: 0 !important;}*/
/*#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown{left:auto!important; right: auto !important;}*/
#target {
  display: none;
}

.md-btn.md-btn-mini {
  min-width: 0;
  padding: 2px 10px;
}

.md-btn.md-btn-small {
  min-width: 0;
  padding: 4px 10px;
}

.bc:before {
  left: -10px;
  top: 8px;
  content: "\e315";
  display: block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  font-family: "Material Icons";
  color: #727272;
  position: absolute;
}

.dyndata {
  display: block;
}

.uk-nestable-panel table {
  position: absolute;
  left: 48px;
  top: 0;
  width: auto !important;
  height: 44px;
  margin: 0 0 0 0 !important;
}

.user-tree-item .uk-nestable-panel table {
  left: auto;
  right: 12px;
}

.uk-nestable-panel td {
  border: none !important;
}

.uk-nestable-panel {
  padding-top: 12px;
  padding-bottom: 12px;
}

.uk-nestable-panel .uk-table td {
  padding: 0 5px;
  vertical-align: middle !important;
}

.hidden {
  display: none !important;
}

.selectize-control.multi .selectize-input input {
  height: 29px;
}

.form-template {
  display: none;
}

.no-border {
  border: none !important;
}

.dyndata {
  display: none;
}

.md-card-imit {
  background: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
}

.app_theme_dark .md-card-imit {
  background: #424242;
}

.md-card-imit .md-card-content {
  padding: 16px;
}

.md-icon:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

h3 .material-icons {
  margin-top: 2px;
}

.td-editable {
  white-space: nowrap;
}

.td-editable:after {
  content: "\e254";
  display: block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  font-family: "Material Icons";
  color: #727272;
  float: left;
  opacity: 0.3;
}

.td-editable:hover:after {
  opacity: 1;
}

.user-hide {
  display: none;
  cursor: pointer;
  margin-left: 32px;
}

.user-hide + .user-hide {
  margin-left: 0;
}

.user-field-wrapper:hover .user-hide {
  display: inline-block;
  cursor: pointer;
}

.user-form-label {
  margin: 0;
  font-size: 14px;
  color: #424242;
  font-weight: bold;
}

.app_theme_dark .user-form-label {
  color: #fff;
}

.selectize-input .item[data-value="0"] {
  color: #aaa;
}

.no-margin {
  margin: 0 !important;
}

/*.md-input.md-input-small{padding:6px*/
/*!important}.md-input:focus,.md-input:hover{border-color:#aaa !important}.md-list .uk-nestable-list>li,.md-list>li{padding-left:0}.md-input-wrapper>label{left:12px;top:9px;color:#666;font-weight:300}*/
/*.md-input-wrapper>label.star{color:#e53935}.md-input-filled>label,.md-input-filled>label.star{color:#7cb342}.md-input-wrapper{padding-top:0}*/
/*.md-input-filled>label,.md-input-focus>label{left:10px;top:-9px;font-size:11px;font-weight:200;background:#fff;padding:2px;display:inline-block;width:auto;right:auto}.md-input-filled>label{color:#999}.uk-table-nowrap td, .uk-table-nowrap*/
/*th{white-space:normal}.uk-custom-btn-wrapper{margin:0*/
/*-10px;padding:11px}*/

.circlebtn {
  min-width: 150px;
}

.circlebtn span {
  margin: -40px 0 0 70px;
  display: block;
}

.md-fab i {
  color: #fff;
  font-style: normal !important;
}

.md-fab.small {
  width: 32px;
  height: 32px;
  margin-top: -20px;
  margin-left: 18px;
}

.md-fab.small i {
  font-size: 12px;
  line-height: 32px;
}

.md-card-toolbar-heading-text {
  text-transform: uppercase;
}

.md-card .md-card-inner {
  padding: 16px;
}

.steps {
  display: none !important;
}

#wizard_vertical .content {
  width: 100% !important;
}

.uk-table.user-table td {
  border: 1px solid #f0f0f0;
}

.uk-table.user-table th {
  vertical-align: middle;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  font-weight: bold;
}

.uk-table .highlight td {
  font-size: 150%;
}

.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

.user-stages .uk-progress-bar {
  border-right: 10px solid #fff;
  box-sizing: border-box;
}

.user-stages .uk-progress-bar:last-child {
  border-right: 0;
}

.ganttview-hzheader-day {
  text-indent: -9999px;
  width: 5px !important;
}

.ganttview-grid-row-cell {
  width: 5px !important;
}

.md-card.no-around {
  box-shadow: none;
}

.tablesorter-altair input.tablesorter-filter,
.tablesorter-altair select.tablesorter-filter {
  border-radius: 4px;
}

.app_theme_dark .tablesorter-altair input.tablesorter-filter,
.tablesorter-altair select.tablesorter-filter {
  background: #888;
}

.app_theme_dark .md-icon {
  background: #666;
}

.app_theme_dark {
  color: #ddd;
}

.selectize-control {
  border-radius: 4px;
}

#sidebar_secondary {
  width: 380px;
  max-width: 100%;
  transform: translate3d(388px, 0, 0);
}

.k-autocomplete,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-numerictextbox,
.k-selectbox,
.k-textbox,
.k-timepicker,
.k-toolbar .k-split-button {
  width: auto !important;
  max-width: 100% !important;
}

[data-numeric] {
  display: none;
}

.menu_section li li {
  border-bottom: none;
}

.uk-padding-left {
  padding-left: 8px !important;
}

.uk-text-lowercase {
  text-transform: lowercase;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-capitalize {
  text-transform: capitalize;
}

.uk-margin-medium-left {
  margin-left: 24px;
}

@media only screen and (max-width: 479px) {
  #header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown {
    width: 100%;
    top: 10px !important;
    left: 0px !important;
    position: fixed;
  }

  .timeline.timeline_small:before {
    left: 0px;
    display: none;
  }

  .timeline.timeline_small {
    padding: 0;
  }

  .timeline.timeline_small .timeline_icon {
    left: -19px;
  }

  .timeline_item .heading_a {
    margin-left: 22px;
  }
}

.md-fab-wrapper {
  bottom: 50px;
}

.md-fab {
  width: 48px;
  height: 48px;
}

.md-fab > i {
  font-size: 27px;
  line-height: 49px;
}

.md-fab.md-fab-success {
  background: #44bb6e;
}

.chat_box .chat_message_wrapper ul.chat_message {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  max-width: 79%;
}

/* SLIDER отключил в мдс, зачем непонятно тут так сделано
.uk-slider{min-height: 100% !important} */

/* PAGINATOR */
@media only screen and (max-width: 756px) {
  .uk-pagination > li > a,
  .uk-pagination > li > span {
    min-width: 10px;
    padding: 2px 6px;
    height: auto;
  }
}

.uk-autocomplete .uk-dropdown {
  z-index: 100001;
}

/* GRID */
/* 1440 */
@media (min-width: 1440px) {
  .uk-width-1440-1-1 {
    width: 100%;
  }

  .uk-width-1440-1-2 {
    width: 50%;
  }

  .uk-width-1440-1-3 {
    width: 33.333%;
  }

  .uk-width-1440-1-4 {
    width: 25%;
  }

  .uk-width-1440-1-5 {
    width: 20%;
  }

  .uk-width-1440-1-6 {
    width: 16.666%;
  }

  .uk-width-1440-1-10 {
    width: 10%;
  }

  .uk-width-1440-2-10 {
    width: 20%;
  }

  .uk-width-1440-3-10 {
    width: 30%;
  }

  .uk-width-1440-4-10 {
    width: 40%;
  }

  .uk-width-1440-6-10 {
    width: 60%;
  }

  .uk-width-1440-7-10 {
    width: 70%;
  }

  .uk-width-1440-8-10 {
    width: 80%;
  }

  .uk-width-1440-9-10 {
    width: 90%;
  }

  .uk-text-1440-center {
    text-align: center !important;
  }

  .uk-text-1440-left {
    text-align: left !important;
  }

  .uk-text-1440-right {
    text-align: right !important;
  }
}

/* 1920 */
@media (min-width: 1920px) {
  .uk-width-1920-1-1 {
    width: 100%;
  }

  .uk-width-1920-1-2 {
    width: 50%;
  }

  .uk-width-1920-1-3 {
    width: 33.333%;
  }

  .uk-width-1920-1-4 {
    width: 25%;
  }

  .uk-width-1920-1-5 {
    width: 20%;
  }

  .uk-width-1920-1-6 {
    width: 16.666%;
  }

  .uk-width-1920-1-10 {
    width: 10%;
  }

  .uk-width-1920-2-10 {
    width: 20%;
  }

  .uk-width-1920-3-10 {
    width: 30%;
  }

  .uk-width-1920-4-10 {
    width: 40%;
  }

  .uk-width-1920-6-10 {
    width: 60%;
  }

  .uk-width-1920-7-10 {
    width: 70%;
  }

  .uk-width-1920-8-10 {
    width: 80%;
  }

  .uk-text-1920-center {
    text-align: center !important;
  }

  .uk-text-1920-left {
    text-align: left !important;
  }

  .uk-text-1920-right {
    text-align: right !important;
  }
}

/* HAADER NEW LAYOUT */
#header_main .uk-navbar-nav.user_actions {
  margin-left: 189px;
}

#header_main .uk-navbar .uk-navbar-nav > li > .md-header-text {
  display: block;
  color: #fff;
  padding-top: 6px;
  margin-left: -1px;
}

#header_main .uk-navbar .uk-navbar-nav > li > a.md-header-link {
  display: inline;
  color: #fff;
  padding: 0;
  line-height: normal;
}

#header_main .uk-navbar .uk-navbar-nav > li > a.md-header-link > span {
  color: #fff;
  font-size: 15px;
}

/* GLOBAL BORDERS */
.uk-border-danger {
  border-color: #db2215 !important;
}

.uk-border-left-danger {
  border-left-color: #db2215 !important;
}

.uk-border-success {
  border-color: #7cb342 !important;
}

.uk-border-left-success {
  border-left-color: #7cb342 !important;
}

.uk-border-warning {
  border-color: #ffa000 !important;
}

.uk-border-left-warning {
  border-left-color: #ffa000 !important;
}

.uk-border-1 {
  border-width: 1px;
  border-style: solid;
}

.uk-border-radius {
  border-radius: 4px;
}

.uk-border-left-10 {
  border-left-width: 10px !important;
}

/* MATERIAL ICONS */
.md-13 {
  font-size: 13px;
}

/** PRELOADER */
.content-preloader-wrapper {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  top: 0;
  left: 0;
  pointer-events: all;
}

.content-preloader.preloader-active {
  position: absolute;
  left: 50%;
  top: 50%;
}

.uk-modal {
  z-index: 77777;
}

a > span.uk-badge-circle {
  position: relative;
  top: -14px;
  left: -16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 11px;
}

.ui-autocomplete {
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
  padding-bottom: 20px;
}

/* new tables */
.ttable-wrapper,
[data-scroll-sync] {
  overflow: auto;
  position: relative;
}

.ttable--row {
  display: flex;
  border: none;
}

.ttable--head {
}

.ttable--head > .ttable--row > div {
  padding-right: 15px;
}

.ttable--row > div.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  left: 0;
}

.ttable--row > div.sticky-right {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  right: 0;
}

.ttable--row > div {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  display: flex;
}

.ttable-nowrap .ttable--row > div {
  white-space: nowrap;
}

.ttable--row-center {
  align-items: center;
}

.ttable--striped .ttable--body .ttable--row:nth-of-type(odd) > div {
  background: #f2f5f9;
}

/*.ttable--row > div.col-5{flex-grow: 1 !important; min-width: 400px; flex-shrink: 0 !important; }*/
.ttable--row > div > .col-resize {
  position: absolute;
  width: 10px;
  height: 100%;
  left: 100%;
  top: 0;
  background: #f0f0f0;
  margin-left: -10px;
  cursor: col-resize;
  opacity: 0;
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ttable--row > div:hover > .col-resize {
  opacity: 1;
}

div.td-crop-remove {
  overflow: visible;
  text-overflow: ellipsis;
  white-space: normal;
}

.uk-padding-right-remove {
  padding-right: 0 !important;
}

/* layout stable */

#footer {
  z-index: 1;
}

/* add */
a {
  color: var(--main-color);
  &:hover,
  &:active {
    color: var(--hover-color);
  }
}
#sidebar_main
.logo {
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0;
     object-position: 0;
}
.dropify-wrapper {
  background: var(--color-bg-lgrey) !important;
}
.w-100.JCLRFlex {
  width: 100% !important;
}
.action-delete {
  color: #fff;
  background: #dc3202;
}
.md-list-addon-element .element-status-success {
  background: var(--green);
}
.md-list-addon-element .element-status-danger {
  background: var(--red);
}
.md-bg-light-blue-200 {
  background: var(--color-bg-lgrey) !important;
}
.md-user-image {
  aspect-ratio: 1;
}
#style_switcher_toggle {
  border-radius: var(--radius) 0 0 var(--radius) !important;
}
.border-radius,
.css-controls {
  border-radius: var(--radius) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--lightgray);
}
.table-footer.--fixed {
   border-top-left-radius: var(--radius) !important;
   border-top-right-radius: var(--radius) !important;
}

#page_heading.uk-active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.uk-table.uk-table-striped td,
.uk-table.uk-table-striped th {
  line-height: 1.2;
  vertical-align: top;
  overflow: hidden;
}

.md-card .dropify-wrapper {
  height: 150px;
  font-size: 0.8em;
  line-height: 1.3;
}

.md-card .d-grid div:first-child {
  width: 40%;
  font-size: .9em;
}
.md-card + .md-card {
  margin-top: 0;
}

