@import "uikit.css";

/* INPUTS */
.md-input {padding: 11px var(--m2) !important;}
.md-input, .selectize-input {
  color: #333;
  border: 2px solid var(--color-bg-blue) !important;
  border-radius: var(--margin) !important;
  background: var(--color-bg-lgrey) !important;
}
.md-input::placeholder {color: var(--color-lgrey) !important}
.md-input:focus {
  border: 2px solid var(--color-blue) !important;
}
.md-input:hover {
  border: 2px solid var(--color-bg-blue) !important;
}
input[readonly], input[disabled] {
  cursor: default;
}
.md-input.md-input-flat{border-style: none none solid none !important; border-radius: 0 !important;}
.md-input::placeholder {
  color: #11305D;
}

/* SELECTIZE */
.selectize-no-bg .selectize-input.full {background: transparent}
.selectize-control.single .selectize-input.input-active { border: 2px solid var(--color-blue) !important; -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1); transition: all 280ms cubic-bezier(.4,0,.2,1);  }
.selectize-control.single .selectize-input:after { color: var(--color-blue); }
.selectize-control.multi .selectize-input > div { background: var(--color-white); border: 1px solid var(--color-blue); border-radius: var(--margin)}
.selectize-control.single .selectize-input {
  border-radius: 4px;

  padding-left: 15px;
  box-sizing: border-box;
}
.selectize-control.single .selectize-input {
  border-width: 0 0 1px;
  padding: 7px;
  height: 44px;
  display: flex;
}

body {padding-top: 59px;}
.switcher_app_themes li.switcher_theme_nkab .app_color_accent {
  background: #000000;
}
.switcher_app_themes li.switcher_theme_nkab .app_color_main {
  background: #999999;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.app_theme_nkab,
.app_theme_nkab #sidebar_main .menu_section > ul > li > a {
  font-family: "Montserrat", sans-serif !important;
}
.app_theme_nkab .heading_b {
  font: 400 22px/28px "Montserrat", sans-serif !important;
}

.app_theme_nkab .auth-page h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.4;
  text-align: left;
  color: #000;
}
.app_theme_nkab .auth-page .uk-tab-center {
  border: none;
}



.app_theme_nkab #header_main .uk-navbar-nav.user_actions {
  margin-left: 260px;
  display: flex;
  align-items: center;
  height: 100%;
}

.app_theme_nkab #header_main .uk-navbar .uk-navbar-nav > li > .md-header-text {
  color: #000000;
  margin-left: 0;
  padding-top: 0;
}
.app_theme_nkab
  #header_main
  .uk-navbar
  .uk-navbar-nav
  > li
  > a.md-header-link
  > span {
  color: #d1d4d3;
}

.app_theme_nkab .md-user-image {
  height: 36px;
  width: 36px;
  border: 1px solid #eee;
}
.app_theme_nkab .uk-alert {
  background: #5bac26;
}
.app_theme_nkab .md-btn-primary,
.app_theme_nkab .md-btn-primary:hover,
.app_theme_nkab .md-btn-primary:focus,
.app_theme_nkab .md-btn-primary:active {
  background: #5bac26;
  color: #fff;
}
.app_theme_nkab .md-btn-flat-primary,
.app_theme_nkab .md-btn-flat-primary:hover,
.app_theme_nkab .md-btn-flat-primary:focus,
.app_theme_nkab .md-btn-flat-primary:active {
  color: #303f9f;
}
.app_theme_nkab .md-btn-flat-primary:hover,
.app_theme_nkab .md-btn-flat-primary:focus,
.app_theme_nkab .md-btn-flat-primary:active {
  background: #d1d6ef;
}
.app_theme_nkab .uk-badge-primary {
  background: #f39002;
}
.app_theme_nkab
  .md-card-list-wrapper
  .md-card-list
  > ul
  > li.item-shown.md-card-list-item-selected:before {
  background: #e8eaf6;
}
.app_theme_nkab
  .md-card-list-wrapper
  .md-card-list
  .md-card-list-item-selected {
  background: #e8eaf6;
}
.app_theme_nkab
  .md-card-list-wrapper
  .md-card-list
  .md-card-list-item-selected.item-shown {
  background: #fff;
}
.app_theme_nkab
  .md-card-list-wrapper
  .md-card-list
  .md-card-list-item-selected.item-shown:before {
  background: #e8eaf6;
}
.uk-badge-circle.uk-badge-success,
.app_theme_nkab .md-fab.md-fab-accent {
  background: #f39002;
}
.app_theme_nkab .md-list .uk-nestable-list > li.md-list-item-active,
.app_theme_nkab .md-list > li.md-list-item-active {
  color: #f39002;
}
.app_theme_nkab .md-list-addon > li.md-list-item-active .md-list-addon-element,
.app_theme_nkab
  .md-list-addon
  > li.md-list-item-active
  .md-list-addon-element
  .material-icons {
  color: #f39002;
}
.app_theme_nkab .uk-pagination > li > a,
.app_theme_nkab .uk-pagination > li > span {
  border-radius: 0;
}

.app_theme_nkab .uk-pagination > li > a:hover {
  background: #ffd9e6;
}
.app_theme_nkab .uk-pagination > li.uk-active > a,
.app_theme_nkab .uk-pagination > li.uk-active > span {
  background: #f39002;
  color: #fff;
}
.app_theme_nkab .uk-subnav-pill > .uk-active > * {
  background: #f39002;
}
.app_theme_nkab .uk-tab > li > a:hover,
.app_theme_nkab .uk-tab > li > a:focus {
  border-bottom-color: #fda601;
}
.app_theme_nkab .uk-tab > li.uk-active > a {
  border-bottom-color: #f39002;
}
.app_theme_nkab .uk-tab-bottom li > a:hover,
.app_theme_nkab .uk-tab-bottom li > a:focus {
  border-top-color: #abb4e2;
}
.app_theme_nkab .uk-tab-bottom li.uk-active > a {
  border-top-color: #f39002;
}
.app_theme_nkab .uk-tab-left li > a:hover,
.app_theme_nkab .uk-tab-left li > a:focus {
  border-right-color: #abb4e2;
}
.app_theme_nkab .uk-tab-left li.uk-active > a {
  border-right-color: #f39002;
}
.app_theme_nkab .uk-tab-right li > a:hover,
.app_theme_nkab .uk-tab-right li > a:focus {
  border-left-color: #abb4e2;
}
.app_theme_nkab .uk-tab-right li.uk-active > a {
  border-left-color: #f39002;
}
.app_theme_nkab .uk-tab-double-header li a:hover,
.app_theme_nkab .uk-tab-double-header li a:focus {
  border-bottom-color: #606fc7;
}
.app_theme_nkab .uk-tab-double-header li.uk-active > a {
  border-bottom-color: #e85127;
}
.app_theme_nkab #header_main {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #d1d4d3;
}
.app_theme_nkab.header_double_height:after {
  background: #5bac26;
}
.app_theme_nkab #top_bar .top_bar_nav > li > a:hover {
  box-shadow: inset 0 -3px 0 #5bac26;
}
.app_theme_nkab #top_bar .top_bar_nav > li.uk-active a {
  box-shadow: inset 0 -3px 0 #5bac26;
}
.app_theme_nkab .user_heading {
  background: #303f9f;
}
.app_theme_nkab .sidebar_main_swipe #sidebar_main ul li {
  padding: 0;
  border-bottom: none;
}

.app_theme_nkab #header_main {
  height: 60px;
}
.app_theme_nkab .header_main_content {
  height: 100%;
}
.app_theme_nkab #header_main .uk-navbar {
  border-radius: 0;
  height: 100%;
}

.app_theme_nkab #header_main .uk-navbar .uk-navbar-nav > li > a {
  /*height: auto;*/
  /*line-height: 1.3;*/
  color: #5bac26;
  font-size: 12px;
  font-weight: bold;
  /*padding-left: 0;*/
  /*line-height: normal;*/
  height: auto;
  margin-left: 0;
}

.app_theme_nkab #header_main .sSwitch {
  margin-top: 16px;
}
.app_theme_nkab .uk-navbar-nav.user_actions {
  margin-left: 300px;
}

.app_theme_nkab #header_main .uk-navbar .uk-navbar-nav > li {
  font-size: 16px;
  color: #000;
}

.app_theme_nkab .material-icons.md-light {
  color: #5bac26;
}

.app_theme_nkab .main_logo_top {
  padding: 0;
}

@media only screen and (min-width: 1220px) {
  .app_theme_nkab .sidebar_main_open #sidebar_main {
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (min-width: 1220px) {
  .app_theme_nkab .sidebar_main_active #footer,
  .app_theme_nkab .sidebar_main_open #footer {
    margin-left: 300px;
  }
}

@media only screen and (min-width: 1220px) {
  .app_theme_nkab .sidebar_main_open #page_content,
  .app_theme_nkab .sidebar_main_active #page_content,
  .app_theme_nkab .sidebar_main_active #top_bar {
    margin-left: 300px !important;
  }
}

.app_theme_nkab #sidebar_main {
  transform: translate3d(-300px, 0, 0);
}
.app_theme_nkab .sidebar_main_active #sidebar_main {
  transform: translate3d(0, 0, 0);
}

.app_theme_nkab
  #sidebar_main
  .menu_section
  > ul
  > li.submenu_trigger
  > a:before {
  right: 15px;
}
.app_theme_nkab #sidebar_main .menu_section > ul > li > a,
.app_theme_nkab #sidebar_main .menu_section > ul > li ul a {
  padding: 10px 15px !important;
}
.app_theme_nkab #sidebar_main li.act_section {
  background: #ffe9c0;
  border-right: 2px solid #f6ab09;
}
.app_theme_nkab #sidebar_main li.act_section li.act_section {
  border-right: none;
}

.app_theme_nkab #sidebar_main .menu_section li li:hover {
}
.app_theme_nkab #sidebar_main .menu_section li.current_section {
  /* background: #fceae4; */
}

.app_theme_nkab #sidebar_main .menu_section > ul > li ul li.act_item a {
  color: #f6ab09;
}
.app_theme_nkab
  #sidebar_main
  .menu_section
  > ul
  > li.current_section
  > a
  > .menu_icon
  .material-icons {
  color: #f6ab09;
}
.app_theme_nkab
  #sidebar_main
  .menu_section
  > ul
  > li.current_section
  > a
  .menu_title {
  color: #f6ab09;
}
.app_theme_nkab.sidebar_mini
  #sidebar_main
  .menu_section
  > ul
  > li
  > a
  > .menu_title {
  background: #f6ab09;
  color: #fff;
}
.app_theme_nkab.sidebar_mini
  #sidebar_main
  .menu_section
  > ul
  > li:hover.sidebar_submenu {
  background: #e85127;
}
.app_theme_nkab.sidebar_mini
  #sidebar_main
  .menu_section
  > ul
  > li:hover.sidebar_submenu
  > a
  .menu_icon
  .material-icons {
  color: #fff;
}
.app_theme_nkab.sidebar_mini
  #sidebar_main
  .menu_section
  > ul
  > li:hover.sidebar_submenu
  ul {
  border-left-color: #e85127;
}
.app_theme_nkab.sidebar_mini
  #sidebar_main
  .menu_section
  > ul
  > li.current_section
  > a
  > .menu_icon
  .material-icons {
  color: #e85127;
}
.app_theme_nkab .clndr .clndr_days .clndr_days_grid .day.today > span {
  background: #e85127;
}
.app_theme_nkab .DTTT_print_info h6 {
  color: #e85127;
}
.app_theme_nkab .fc-unthemed .fc-button.fc-state-active:after {
  color: #e85127;
}
.app_theme_nkab .fc-unthemed .fc-highlight {
  box-shadow: inset 0 0 0 2px #3f51b5, inset 0 -1px 0 2px #5bac26;
}
.app_theme_nkab .tablesorter-altair tbody > tr.row_highlighted > td {
  background: #e8eaf6;
}
.app_theme_nkab .tablesorter-altair .headerSortUp,
.app_theme_nkab .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_nkab .tablesorter-altair .tablesorter-headerAsc,
.app_theme_nkab .tablesorter-altair .headerSortDown,
.app_theme_nkab .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_nkab .tablesorter-altair .tablesorter-headerDesc {
  color: #e85127;
}
.app_theme_nkab .wizard > .steps {
  background: #5bac26;
}
.app_theme_nkab .wizard > .steps > ul > li.current a,
.app_theme_nkab .wizard > .steps > ul > li.current a:hover,
.app_theme_nkab .wizard > .steps > ul > li.current a:active {
  background: #606fc7;
}
.app_theme_nkab .wizard > .steps > ul > li.done a,
.app_theme_nkab .wizard > .steps > ul > li.done a:hover,
.app_theme_nkab .wizard > .steps > ul > li.done a:active {
  background: #303f9f;
}
.app_theme_nkab .md-card-primary {
  border-left-color: #5bac26;
}
.app_theme_nkab .waves-effect.md-btn-flat-primary {
  background: none;
}
.app_theme_nkab .waves-effect.md-btn-flat-primary .waves-ripple {
  background: rgba(63, 81, 181, 0.4);
}
.app_theme_nkab .search_list_link {
  color: #e85127;
}

.app_theme_nkab body {
  background: #fff;
}

.app_theme_nkab #page_content_inner {
  background: #ededed;
  padding-bottom: 61px;
}

.app_theme_nkab .md-btn {
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  background: #fda601;
  border-radius: 8px;
  color: #000;
  padding: 6px 50px;
  box-shadow: none;
}

.app_theme_nkab .md-card {
  box-shadow: 0 0px 17px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
}
.app_theme_nkab .md-card.md-card-noshadow {
  box-shadow: none;
}

.app_theme_nkab #sidebar_main {
  border: none;
  width: 300px;
  box-shadow: 8px 0px 20px rgba(174, 126, 65, 0.13);
  background: #ffffff;
  box-shadow: 8px 0px 20px rgba(174, 126, 65, 0.13);
  top: 0;
  padding-top: 60px;
  /*z-index: 10000;*/
}

.app_theme_nkab .uk-navbar-flip {
  padding-top: 10px;
}

.app_theme_nkab .uk-table thead th {
  font-weight: normal !important;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #d1d4d3 !important;
}

.app_theme_nkab #sidebar_main ul li {
  text-transform: uppercase;
}
#sidebar_main .menu_section ul>li>a>.menu_title {font-size: 13px !important;}
.app_theme_nkab .heading_a {
  font-size: 24px;
  line-height: 28px;
  color: #4a4a4a;
}

.app_theme_nkab .uk-nestable-panel {
  background: #ffffff;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 24px 20px;
}
.app_theme_nkab .uk-nestable-item + .uk-nestable-item {
  margin-top: 15px;
}

.app_theme_nkab .auth-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url(./circut.png) no-repeat 100% 0; */
  background-size: auto 50%;
}

.app_theme_nkab .auth-page .uk-tab > li > a {
  background: none !important;
  text-transform: none !important;
  /* font-weight: 700; */
  font-size: 18px;
  line-height: 27px;
  color: #acacac;
  padding-left: 0 !important;
}

.app_theme_nkab .auth-page .left_block {
  display: flex;
  flex-basis: 50%;

  align-items: center;
  justify-content: center;
  height: 100%;
}

.app_theme_nkab .auth-page .uk-tab-center .uk-tab {
  float: none;
  right: auto;
  display: flex;
  justify-content: space-between;
}
.app_theme_nkab .auth-page .uk-tab-center .uk-tab > li {
  right: auto;
}
.app_theme_nkab .auth-page .uk-tab:after,
.app_theme_nkab .auth-page .uk-tab:before {
  display: none;
}

.app_theme_nkab .auth-page .uk-tab > li.uk-active > a {
  color: #fda601;
  border: none;
}
.app_theme_nkab .auth-page .uk-tab > a {
  color: #acacac;
}

.error_page_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  position: relative;
  background: url(/project/web/img/bg404-l.png),
    url(/project/web/img/bg404-r.png);
  background-repeat: no-repeat;
  background-position: 100% 50%, 0 50%;
  background-color: #fff;
}

.error_page_header {
  background: #fff;
  color: #fda601;
  font-size: 144px;
  line-height: 166px;
  font-weight: bold;
}

.app_theme_nkab .error_page_content a {
  color: #fda601;
}

.app_theme_nkab #header_main .sSwitch:before {
  background: #fda601;
}

.app_theme_nkab #header_main .sSwitch .sSwitchIcon,
.app_theme_nkab #header_main .sSwitch .sSwitchIcon:after,
.app_theme_nkab #header_main .sSwitch .sSwitchIcon:before {
  background: #fda601;
}

/*COLORS*/
.app_theme_nkab .md-color-light-blue-A400 {
  color: #00cad7 !important;
}
.app_theme_nkab .uk-text-warning {
  color: #ff9900 !important;
}

.app_theme_nkab .uk-text-danger {
  color: #db2215 !important;
}
.app_theme_nkab .uk-text-success {
  color: #f6ab09 !important;
}

.app_theme_nkab .md-color-blue-grey-300 {
  color: #c3c8c8 !important;
}

/* TYPOGRAPHY */

.app_theme_nkab .heading_c {
  margin: 0;
  font: 800 16px/20px "Montserrat", sans-serif;
}
.app_theme_nkab .md-card .md-card-toolbar-heading-text {
  font-family: "Montserrat", sans-serif;
}

.app_theme_nkab .app-green-thead th {
  background: #5bac2640 !important;
}

.app_theme_nkab .link_to_site {
  width: 100%;
  color: #5bac26;
  display: block;
  margin-bottom: 20px;
  text-align: center;

  /*margin-left: 100px;*/
  font-size: 11px;
}

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

.app_theme_nkab 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;
}

.app_theme_nkab tr .hover-show {
  display: none;
}
.app_theme_nkab tr:hover .hover-show {
  display: block;
}
.app_theme_nkab .uk-text-black {
  color: #444 !important;
}
.app_theme_nkab .uk-border-dotted-black {
  border-bottom: 1px dotted #444 !important;
}
.app_theme_nkab .uk-border-primary {
  border-color: #005382;
}
.app_theme_nkab #sidebar_main .menu_section > ul > li.submenu_trigger li ul {
  padding: 0;
}
.app_theme_nkab #sidebar_main .menu_section > ul > li.submenu_trigger li ul li {
  padding-left: 30px;
}
.app_theme_nkab
  #sidebar_main
  .menu_section
  > ul
  > li.submenu_trigger
  li.submenu_trigger
  > a:before {
  right: 18px;
}

.uk-notify {
  bottom: 47px;
}

/* fullcalendar */
.fc-day-grid-event .fc-content {
  white-space: normal;
  overflow: visible;
}
.fc-event {
  background: none;
  padding: 6px;
}
.fc-basic-view .fc-body .fc-row {
  min-height: fit-content !important;
  height: 100% !important;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: relative;
}
.fc-content-skeleton {
  min-height: 4em;
}
.fc-scroller {
  min-height: 600px;
}
/* modal */
.k-block,
.k-button,
.k-draghandle,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-pager-wrap,
.k-toolbar,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background: #f6ab09 !important;
}

.k-window-titlebar .k-state-hover {
  background-color: #f6ab09 !important;
  border-color: #f6ab09 !important;
}

/* passworm toggle btn*/
.js-password-eye {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 13px;
}
.js-password-eye._active {
  opacity: 0.5;
}

.icheckbox_md.checked,
.icheckbox_md.hover.checked {
  background: #fff;
  border-color: #000;
}
.icheckbox_md.checked:after,
.icheckbox_md.disabled:after {
  color: #000;
}
.inline-label {
  left: 0;
}

/** checkbox */
.icheckbox_md { width: 37px; height: 37px; }
.icheckbox_md.checked:after, .icheckbox_md.disabled:after { font-size:33px; left: 1px;top: -6px;}
.icheckbox_md { border: 1px solid #999 !important; border-radius: 7px; }

.md-input-bar {display: none !important;}
.selectize-control.single {
  margin-top: 0px;
}
.uk-tooltip {max-width: unset; padding: 15px; border-radius: 15px; line-height: 1em;}
.uk-tooltip.long-text {max-width: 240px;}
.uk-tooltip-inner {padding: 0 !important}

#page_content_inner {min-height: calc(100vh - 60px)}
.content-preloader-wrapper {pointer-events: none;}
[data-layer] .icheckbox_md {margin-top: 3px;}