[class*=kos--] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
[class*=kos--].kos--animated {
  opacity: 1;
}

.kos--fadeDown {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}
.kos--fadeDown.kos--animated {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.kos--fadeUp {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.kos--fadeUp.kos--animated {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.kos--fadeLeft {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}
.kos--fadeLeft.kos--animated {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.kos--fadeRight {
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
}
.kos--fadeRight.kos--animated {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.kos--fadeScale {
  -webkit-transform: translate3d(0, 50px, 0) scale(0.8);
          transform: translate3d(0, 50px, 0) scale(0.8);
}
.kos--fadeScale.kos--animated {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.select-filter-wrap {
  position: relative;
}
.select-filter-wrap input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-filter-wrap input.select-input {
  display: none;
}
.select-filter-wrap .select-list {
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  border: solid 1px #dddddd;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 3px #dddddd;
          box-shadow: inset 0 0 3px #dddddd;
  display: none;
  z-index: 2;
  height: 204px;
  overflow-y: scroll;
  background-color: #f7f7f7;
}
.select-filter-wrap .select-list ul {
  margin: 0;
  padding: 0;
}
.select-filter-wrap .select-list ul li {
  padding: 5px 15px;
  line-height: 1;
  border-bottom: solid 1px #dddddd;
  list-style-type: none;
  line-height: 22px;
  cursor: pointer;
}
.select-filter-wrap .select-list ul li:hover {
  background-color: #1e87f0;
  color: #ffffff;
}
.select-filter-wrap .select-list ul li.no-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999999;
  height: 180px;
  pointer-events: none;
  border: none;
}
.select-filter-wrap.active .select-list {
  display: block;
}

.product-control > span {
  display: block;
  text-align: center;
  color: #999999;
}
.product-control:after {
  content: "";
  display: block;
  margin-top: 25px;
  border-bottom: solid 1px #dddddd;
}
.product-control .product {
  background-color: #f7f7f7;
  padding: 15px 20px 25px;
  border: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .product-control .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-control .product + .product {
  margin-top: 15px;
}
.product-control .product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-control .product .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 15px;
  }
}
.product-control .product .info .btns {
  position: absolute;
  top: 0;
  right: 0;
}
.product-control .product .info .btns .uk-button-secondary {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.product-control .product .info p {
  position: relative;
  padding-left: 50px;
  margin-right: 15px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-control .product .info p {
    margin-bottom: 0px;
  }
}
.product-control .product .info p.name {
  width: 10%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .product-control .product .info p.name {
    width: 60%;
  }
}
.product-control .product .info p.qty {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .product-control .product .info p.qty {
    width: 60%;
  }
}
.product-control .product .info p.price {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .product-control .product .info p.price {
    width: 60%;
  }
}
.product-control .product .info p.percent {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .product-control .product .info p.percent {
    width: 60%;
  }
}
.product-control .product .info p.p_item {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .product-control .product .info p.p_item {
    width: 60%;
  }
}
.product-control .product .info p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(title) " :";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.product-control .product.focus {
  border: solid 1px #f65252;
}
.product-control .product:not(.active) {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-control .product:not(.active) {
    padding-bottom: 15px;
  }
}
.product-control .product:not(.active) .info {
  margin-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .product-control .product:not(.active) .info {
    padding-bottom: 0px;
  }
}
.product-control .product:not(.active) .info .btns .uk-button-secondary {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.product-control .product:not(.active) .info + div {
  height: 0;
  overflow: hidden;
}

html {
  background-color: #f7f7f7;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }
}

body {
  background: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

@media print {
  .no-print {
    display: none !important;
  }
}
.login-wrap {
  background-image: url(../images/img-bg-01.png);
  height: 100vh;
}
.login-wrap .login-form {
  padding-top: 150px;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
.login-wrap .login-form form {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px rgba(12, 12, 12, 0.2);
          box-shadow: 2px 2px 5px rgba(12, 12, 12, 0.2);
  border-radius: 10px;
}
.login-wrap .login-form form h2 img {
  margin-bottom: 25px;
  width: 250px;
}

.uk-table-small td, .uk-table-small th {
/*  text-align: center;*/
}
@media print {
  .uk-table-small td, .uk-table-small th {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px !important;
  }
}

#page.menu-in #top-nav {
  padding-left: 270px;
}
@media screen and (max-width: 640px) {
  #page.menu-in #top-nav > p {
    display: none;
  }
  #page.menu-in #top-nav .user {
    display: none;
  }
}
#page.menu-in #header {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (min-width: 767px) {
  #page.menu-in #content {
    padding-left: 270px;
  }
}
@media screen and (min-width: 767px) {
  #page.menu-in #footer {
    padding-left: 250px;
  }
}

#content {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 80px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#content.print-template {
  padding-left: 20px !important;
}
@media screen and (max-width: 767px) {
  #content.print-template {
    padding-left: 15px !important;
  }
}
#content .head {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  #content .head {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content .head h2 {
  font-size: 1.56rem;
}
#content .head h4 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #content .head form {
    margin-top: 10px;
    width: 100%;
  }
}
#content .body {
  padding: 30px 20px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(12, 12, 12, 0.2);
          box-shadow: 2px 2px 5px rgba(12, 12, 12, 0.2);
}
@media screen and (max-width: 767px) {
  #content .body {
    padding: 20px 15px;
  }
}
#content .body.table-filter {
  padding: 15px 20px;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  #content .body.table-filter {
    padding: 15px;
  }
}
#content .body.table-filter ul li a {
  font-size: 1rem;
}
#content .body.table-filter ul li a.uk-accordion-title {
  font-weight: 500;
  letter-spacing: 2px;
}
#content .body.table-filter ul .uk-accordion-content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #dddddd;
}
#content .body.table-filter ul .uk-accordion-content form.uk-form-horizontal .uk-form-label {
  width: 100px;
}
@media screen and (max-width: 960px) {
  #content .body.table-filter ul .uk-accordion-content form.uk-form-horizontal .uk-form-label {
    width: 100%;
  }
}
#content .body.table-filter ul .uk-accordion-content form.uk-form-horizontal .uk-form-controls {
  margin-left: 110px;
}
@media screen and (max-width: 960px) {
  #content .body.table-filter ul .uk-accordion-content form.uk-form-horizontal .uk-form-controls {
    margin-left: 0;
  }
}

#content.print-template {
  font-size: 16px;
}
@media print {
  #content.print-template {
    font-size: 12px;
    padding-top: 0;
  }
}
#content.print-template .uk-container {
  position: relative;
}
#content.print-template p.no {
  margin: 0;
  font-size: 1rem;
  color: #0c0c0c;
}
@media print {
  #content.print-template p.no {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 12px;
  }
}
#content.print-template hr {
  background: none;
  height: 0;
  opacity: 1;
  border-top: solid 1px #dddddd;
}
@media print {
  #content.print-template hr:not(.exist) {
    border: none;
  }
}
#content.print-template .uk-grid + .uk-grid {
  margin-top: 5px;
}
#content.print-template .head {
  padding-top: 10px;
}
@media print {
  #content.print-template .head {
    margin-bottom: 18px;
    padding-bottom: 0px;
    padding-top: 0;
    border: none;
  }
}
#content.print-template .head.info-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content.print-template .head.info-between img {
  margin: 0;
}
#content.print-template .head.info-between ul {
  margin: 0;
  padding: 0;
  text-align: right;
  width: 170px;
  list-style-type: none;
}
#content.print-template .head.info-between ul li {
  font-size: 12px;
}
#content.print-template .head .company-info {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
#content.print-template .head img {
  display: block;
  margin: 0 auto 15px;
  width: 170px;
}
@media print {
  #content.print-template .head img {
    margin-bottom: 5px;
  }
}
#content.print-template .head h2 {
  font-size: 1.43rem;
  line-height: 30px;
  font-weight: 600;
}
#content.print-template .head h2 span {
  margin-top: 5px;
  display: block;
}
#content.print-template .head h2 span.small {
  font-size: 1rem;
  font-weight: 400;
}
@media print {
  #content.print-template .head + div {
    position: relative;
  }
}
#content.print-template .uk-container {
  padding: 0;
}
#content.print-template .body {
  margin-top: 30px;
  border: none;
  min-height: 60vh;
}
@media screen and (max-width: 767px) {
  #content.print-template .body {
    margin-top: 20px;
  }
}
@media print {
  #content.print-template .body {
    margin-top: 0;
    padding: 0;
    font-size: 15px;
  }
}
#content.print-template .info {
  margin-bottom: 25px;
}
@media print {
  #content.print-template .info {
    margin-bottom: 15px;
  }
}
@media print {
  #content.print-template .info.note {
    font-size: 15px;
  }
}
#content.print-template .info p {
  margin-bottom: 5px;
}
#content.print-template .info ul li, #content.print-template .info ol li {
  margin-bottom: 5px;
  margin-top: 0;
}
#content.print-template .info ul li:last-of-type, #content.print-template .info ol li:last-of-type {
  margin-bottom: 0;
}
#content.print-template .info ul li[title], #content.print-template .info ol li[title] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#content.print-template .info ul li[title]:before, #content.print-template .info ol li[title]:before {
  content: attr(title) " :";
  width: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#content.print-template .info ol {
  padding-left: 20px;
}
#content.print-template .info ul {
  padding-left: 0;
}
#content.print-template .info ul li {
  list-style-type: none;
}
#content.print-template .foot {
  margin-top: 30px;
/*  position: absolute;*/
  right: 0;
  bottom: 0;
}
@media print {
  #content.print-template .foot {
    margin-top: 0px;
  }
}
#content.print-template .foot .authorized-signature {
  margin-left: 20px;
}
#content.print-template .foot .authorized-signature2 {
  margin-left: 5px;
}
#content.print-template .foot .authorized-signature p {
  margin-bottom: 10px;
  font-size: 0.87rem;
  color: #0c0c0c;
}
#content.print-template .foot .signature {
  text-align: center;
  padding: 10px;
  width: 180px;
  height: 98px;
  /* border: solid 1px #0c0c0c; */
}
@media print {
  #content.print-template .foot .signature {
    border-color: #dddddd;
  }
}
#content.print-template .foot .signature img {
  height: 100%;
  width: auto;
}

#top-nav {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  border-bottom: solid 1px #dddddd;
  background-color: #eeeeee;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0 0 5px rgba(12, 12, 12, 0.2);
          box-shadow: 0 0 5px rgba(12, 12, 12, 0.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  #top-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#top-nav #toggle-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-nav #toggle-menu svg {
  margin-right: 5px;
  width: 40px;
  height: 40px;
}
#top-nav > p {
  margin: 0;
  line-height: 1;
  line-height: 49px;
  color: #0c0c0c;
  font-size: 1.12rem;
  font-weight: 500;
}
#top-nav .user {
  cursor: pointer;
}
#top-nav .user .head {
  margin-right: 10px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #333333;
  border: solid 2px #333333;
  position: relative;
}
#top-nav .user .head .uk-icon svg, #top-nav .user .head img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
#top-nav .user .head .uk-icon svg {
  width: 25px;
  height: 25px;
}
#top-nav .user .head .uk-icon svg path, #top-nav .user .head .uk-icon svg circle {
  stroke: #ffffff;
}
#top-nav .user .head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-nav .user .uk-dropdown {
  padding: 10px 20px;
}
#top-nav .user .uk-nav li {
  padding: 5px 0;
  border-bottom: solid 1px #dddddd;
}
#top-nav .user .uk-nav li:last-of-type {
  border: none;
}
#top-nav .user .uk-nav li a {
  display: block;
  line-height: 1;
}
#top-nav .user p {
  margin: 0;
  line-height: 40px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #333333;
  z-index: 99;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.4);
          box-shadow: 0 0 10px rgba(12, 12, 12, 0.4);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#header h2 {
  margin: 0;
  padding: 10px;
  color: #ffffff;
  height: 50px;
  -webkit-box-shadow: inset 0 -1px 0px #f7f7f7;
          box-shadow: inset 0 -1px 0px #f7f7f7;
}
#header h2 img {
  display: block;
  height: 30px;
  width: auto;
}
#header .menu {
  height: calc(100vh - 50px);
  padding-bottom: 100px;
  overflow-y: scroll;
}
#header .menu::-webkit-scrollbar {
  width: 5px;
  background-color: #eeeeee;
}
#header .menu::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 50px;
}
#header .menu > .uk-accordion li a {
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#header .menu > .uk-accordion li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 5px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 30px;
  height: 30px;
}
#header .menu > .uk-accordion li a span svg {
  width: 25px;
  height: 25px;
}
#header .menu > .uk-accordion > li {
  border-bottom: solid 1px #f7f7f7;
}
#header .menu > .uk-accordion > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  line-height: 30px;
  padding: 15px 15px 15px 45px;
  color: #ffffff;
  font-size: 1.12rem;
}
#header .menu > .uk-accordion > li > a:before {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
#header .menu > .uk-accordion > li + li {
  margin-top: 0;
}
#header .menu > .uk-accordion > li.uk-open > a {
  -webkit-box-shadow: 0 0 5px #0c0c0c;
          box-shadow: 0 0 5px #0c0c0c;
}
#header .menu > .uk-accordion > li .uk-accordion-content {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul {
  padding: 0;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li {
  list-style-type: none;
  border-bottom: solid 1px #dddddd;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li:last-of-type {
  border: none;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li:last-of-type a:after {
  height: 50%;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li a {
  display: block;
  padding: 10px 20px 10px 40px;
  color: #0c0c0c;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li a:before, #header .menu > .uk-accordion > li .uk-accordion-content ul li a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #dddddd;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li a:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 18px;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li a:before {
  width: 10px;
  height: 10px;
  background-color: #dddddd;
  border-radius: 50%;
  top: 50%;
  left: 19px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li a:hover {
  background-color: #d26d4a;
  color: #ffffff;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li a:hover:before, #header .menu > .uk-accordion > li .uk-accordion-content ul li a:hover:after {
  background-color: #ffffff;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li.active {
  border-right: solid 5px #ffffff;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li.active a {
  background-color: #d26d4a;
  color: #ffffff;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
#header .menu > .uk-accordion > li .uk-accordion-content ul li.active a:before, #header .menu > .uk-accordion > li .uk-accordion-content ul li.active a:after {
  background-color: #ffffff;
}

#footer {
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #0c0c0c;
  font-size: 12px;
  pointer-events: none;
  background-color: #f7f7f7;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#footer p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

table.uk-table {
  border: solid 1px #000000;
}
table.uk-table td, table.uk-table th {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  font-size: 1rem;
  text-transform: none;
}
table.uk-table td:last-child, table.uk-table th:last-child {
  border-right: none;
}
table.uk-table thead {
  background-color: #333333;
}
table.uk-table thead th {
  color: #ffffff;
  white-space: nowrap;
}
table.uk-table thead tr.top {
  background-color: #ffffff;
}
table.uk-table thead tr.top td {
  color: #0c0c0c;
  font-size: 0.93rem;
  border-bottom: solid 1px #dddddd;
}
table.uk-table .actions {
  width: 120px;
  white-space: nowrap;
}
table.uk-table .actions a {
  padding-right: 10px;
  border-right: solid 1px #dddddd;
  line-height: 1;
}
table.uk-table .actions a + a {
  margin-left: 10px;
}
table.uk-table .actions a:last-of-type {
  border: none;
  padding-right: 0;
}

td.no-result {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #999999;
}

@media screen and (min-width: 960px) {
  form.uk-form-horizontal .uk-form-label {
    width: 140px;
  }
}
form.uk-form-horizontal .uk-form-label.required:after {
  content: "*";
  color: #f65252;
  position: relative;
  top: -4px;
  right: -3px;
}
@media screen and (min-width: 960px) {
  form.uk-form-horizontal .uk-form-controls {
    margin-left: 150px;
  }
}
form.uk-form-horizontal .form-title {
  padding-top: 15px;
}
form.uk-form-horizontal .form-title:first-of-type {
  margin-top: -15px;
}
form.uk-form-horizontal .form-title:after {
  content: "";
  display: block;
  margin: 10px 0;
  height: 1px;
  background-color: #dddddd;
}

.uk-checkbox-label {
  font-size: 0.875rem;
}
.uk-checkbox-label input {
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .uk-checkbox-label {
    line-height: 40px;
  }
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form-button:before {
  content: "";
  display: block;
  width: 100%;
  margin: 10px 0 20px;
  height: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  .form-button button {
    width: 100%;
  }
}
.form-button button + button {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .form-button button + button {
    margin-right: 0;
    margin-top: 10px;
  }
}

.file-footer-caption {
  display: none !important;
}

.file-preview .fileinput-remove {
  font-size: 12px;
  padding: 5px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  padding-top: 10px;
  height: auto !important;
}
.krajee-default.file-preview-frame .file-thumbnail-footer .file-drag-handle {
  margin-top: 5px;
  width: 35px;
  height: 35px;
}

[uk-alert] {
  position: fixed;
  top: 50px;
  right: 20px;
}

.uk-pagination > * {
  margin: 0 2px;
}
.uk-pagination > * > * {
  min-width: 39px;
  border: solid 1px #dddddd;
  text-align: center;
  border-radius: 4px;
}
.uk-pagination > *.uk-active > * {
  background-color: #0c0c0c;
  color: #ffffff;
  border-color: #0c0c0c;
}

.uk-input-group {
  position: relative;
}
.uk-input-group .uk-input {
  padding-right: 40px;
}
.uk-input-group .uk-input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
}

.fit-top {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 2;
  background-color: #ffffff;
}

.uk-input,
.uk-textarea,
.uk-select {
  border-radius: 5px;
  -webkit-box-shadow: inset -1px -1px 5px rgba(12, 12, 12, 0.1);
          box-shadow: inset -1px -1px 5px rgba(12, 12, 12, 0.1);
}

.input-uppercase {
  text-transform: uppercase;
}

.uk-input[type=number]::-webkit-outer-spin-button, .uk-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.date-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -6px;
  width: calc(100% + 12px);
  position: relative;
}
.date-range .uk-form-controls {
  padding: 0 6px;
}
.date-range > span {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  font-size: 12px;
}

.uk-form-controls[data-input-unit] {
  position: relative;
}
.uk-form-controls[data-input-unit] > * {
  padding-right: 45px;
}
.uk-form-controls[data-input-unit]:after {
  position: absolute;
  right: 13px;
  line-height: 40px;
  content: attr(data-input-unit);
  color: #0c0c0c;
  font-size: 14px;
}

.uk-button:hover {
  opacity: 0.8;
}
.uk-button.uk-button-primary {
  -webkit-box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.5);
          box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.uk-button.uk-button-secondary {
  -webkit-box-shadow: inset -1px -1px 5px rgba(153, 153, 153, 0.8);
          box-shadow: inset -1px -1px 5px rgba(153, 153, 153, 0.8);
  border-radius: 5px;
}
.uk-button.uk-button-danger {
  -webkit-box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.5);
          box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

/*# sourceMappingURL=style.min.css.map*/