.cube-loader {
  width: 56px;
  height: 44px;
}
.cube-loader p {
  color: #949ba2;
  font-size: 9px;
  left: 50%;
  line-height: 12px;
  margin: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
.cube-loader .sk {
  width: 18px;
  height: 14px;
  background-color: #2f323b;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.cube-loader .sk.sk1 {
  border-top: 1px solid #5e606c;
  border-left: 1px solid #5e606c;
  border-top-left-radius: 3px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cube-loader .sk.sk2 {
  border-top: 1px solid #5e606c;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.cube-loader .sk.sk3 {
  border-top: 1px solid #5e606c;
  border-right: 1px solid #5e606c;
  border-top-right-radius: 3px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.cube-loader .sk.sk4 {
  border-left: 1px solid #5e606c;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cube-loader .sk.sk5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cube-loader .sk.sk6 {
  border-right: 1px solid #5e606c;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.cube-loader .sk.sk7 {
  border-bottom: 1px solid #5e606c;
  border-left: 1px solid #5e606c;
  border-bottom-left-radius: 3px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.cube-loader .sk.sk8 {
  border-bottom: 1px solid #5e606c;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cube-loader .sk.sk9 {
  border-bottom: 1px solid #5e606c;
  border-right: 1px solid #5e606c;
  border-bottom-right-radius: 3px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.loader {
  position: relative;
}
.loader .cube-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modal-media-library #modal-media-upload .uk-placeholder {
  margin-bottom: 0;
  height: 100%;
  box-sizing: border-box;
}
#modal-media-library #modal-media-upload .uk-progress {
  margin: -2px 0 0 0;
  border-radius: 0;
  height: 2px;
}
#modal-media-library > * {
  height: 115px;
}
#modal-media-library .media-thumb {
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  min-height: 115px;
  position: relative;
  width: 100%;
  border: 2px solid transparent;
  padding: 2px;
  -webkit-transition: border-color 240ms ease-out;
  -moz-transition: border-color 240ms ease-out;
  -ms-transition: border-color 240ms ease-out;
  -o-transition: border-color 240ms ease-out;
  transition: border-color 240ms ease-out;
}
#modal-media-library .media-thumb img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  opacity: 0.75;
}
#modal-media-library .media-thumb:hover {
  border-color: #7f8391;
}
#modal-media-library .media-thumb:hover img {
  opacity: 1;
}
#modal-media-library .media-thumb.selected {
  border-color: #f6a821;
}
#modal-media-library .media-thumb.selected .controls .control {
  border-color: #f6a821;
  color: #f6a821;
}
#modal-media-library .media-thumb.selected .controls .control:hover {
  border-color: #f6a821;
  background-color: #f6a821;
  color: #24262d;
}
#modal-media-library .media-thumb .controls {
  display: none;
  position: absolute;
  top: -2px;
  right: -2px;
}
#modal-media-library .media-thumb .controls .control {
  background-color: #2f323b;
  border: 1px solid #949ba2;
  color: #949ba2;
  height: 20px;
  padding: 5px;
  width: 20px;
}
#modal-media-library .media-thumb .controls .control:hover {
  border-color: #7f8391;
  background-color: #7f8391;
  color: #fff;
}
#modal-media-library .media-thumb:hover > .controls {
  display: block;
}
#modal-media-delete #media-delete-preview {
  height: 221px;
  position: relative;
  width: 100%;
}
#modal-media-delete #media-delete-preview img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
html {
  height: 100%;
}
body {
  color: #949ba2;
  background-color: #2f323b;
  height: 100%;
}
body > .uk-container {
  color: #949ba2;
  height: 100%;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #949ba2;
}
/* ---- FORM --- */
.uk-button-default {
  background: #2f323b;
}
.uk-button-default:hover {
  background: #2f323b;
}
.uk-button-small span {
  margin-right: 3px;
}
.uk-button-small span svg {
  margin-top: -2px;
}
.uk-button-xsmall {
  background-color: #2f323b;
  border: 1px solid #5e606c;
  border-radius: 3px;
  color: #949ba2;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  padding: 5px 10px !important;
  white-space: nowrap;
}
.uk-button-xsmall:focus,
.uk-button-xsmall:hover {
  background-color: #2f323b;
  border-color: #7f8391;
  color: #fff;
  text-decoration: none;
}
.uk-button-xsmall svg {
  margin-top: -3px;
}
.uk-button-secondary {
  background-color: #2f323b;
  border-color: #5e606c;
  border-radius: 3px;
  color: #949ba2;
}
.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background-color: #2f323b;
  border-color: #7f8391;
  color: #fff;
}
.uk-button-secondary:not(.uk-button-small) span {
  margin: -2px 10px 0 -10px;
}
.uk-button-secondary.golden {
  /*
    color: @link-over-dark-color-hover;

    &:hover {
      border-color: @gold-color;
    }

    span {
      color: @gold-color;
    }
    */
}
.uk-form-label {
  color: #949ba2;
  display: block;
}
.uk-input,
.uk-select,
.uk-textarea {
  color: #949ba2;
  background: #2f323b;
  border-color: #5e606c;
  border-radius: 3px;
  outline: none;
  -webkit-transition-property: border;
  transition-property: border;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  color: #fff;
  border-color: #7f8391;
  background: #2f323b;
}
.uk-checkbox,
.uk-radio {
  border-color: #5e606c;
}
.uk-checkbox:focus,
.uk-radio:focus {
  color: #fff;
  background-color: #2f323b;
  border-color: #7f8391;
}
.uk-checkbox:checked,
.uk-radio:checked,
.uk-checkbox:indeterminate,
.uk-radio:indeterminate {
  color: #949ba2;
  background-color: #2f323b;
  border-color: #5e606c;
}
.uk-checkbox:checked:focus,
.uk-radio:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:indeterminate:focus {
  color: #fff;
  background-color: #2f323b;
  border-color: #7f8391;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #2f323b inset;
  -webkit-text-fill-color: #949ba2 !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #2f323b inset;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #2f323b !important;
  -webkit-box-shadow: 0 0 0 30px #2f323b inset !important;
  -webkit-text-fill-color: #949ba2 !important;
}
.uk-select-small,
.uk-select-small:not([multiple]):not([size]) {
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  width: 200px !important;
}
.relation-table .sku {
  width: 200px;
}
.background-dark {
  background-color: #24262d;
}
/* --- TABLE --- */
.uk-table {
  border-color: #3d404c;
}
.uk-table tbody tr {
  background-color: #2f323b;
}
.uk-table tbody tr:hover {
  background-color: #33363f !important;
}
.uk-table tbody tr:hover a .name {
  color: #fff;
}
.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped > tr:nth-of-type(odd) {
  background-color: #2d3039;
}
.uk-table :not(:last-child) > td {
  border-color: #3d404c;
}
.uk-table th {
  border-bottom-color: #3d404c;
}
/* --- COMMON --- */
.uk-hr,
hr {
  border-color: #3d404c;
}
.uk-legend {
  color: #fff;
}
.uk-dropdown {
  background-color: #2f323b;
  border: 1px solid #5e606c;
  border-radius: 3px;
  min-width: 75px;
  padding: 10px 0;
}
.uk-dropdown li.uk-active a {
  color: #fff;
}
.uk-dropdown li a {
  color: #949ba2;
  padding: 4px 10px;
}
.uk-dropdown li a:hover,
.uk-dropdown li a:focus {
  color: #fff;
}
hr + table {
  margin-top: -20px !important;
}
.uk-card .uk-card-title {
  color: #fff;
}
.uk-placeholder {
  border-color: #5e606c;
  padding: 10px;
}
.uk-placeholder .uk-icon {
  display: block;
}
.overflow-scroll {
  overflow-y: scroll;
}
.dashboard-card {
  border: none;
}
.dashboard-card h2 {
  color: #f6a821;
  font-size: 72px;
  margin: 0;
}
.dashboard-card h5 {
  margin: 0;
}
.dashboard-card p {
  font-size: 12px;
  font-weight: 300;
  margin: 5px 0 0 0;
}
.dashboard-card p span {
  font-weight: 600;
}
.uk-modal-dialog {
  background-color: #2f323b;
  padding: 0;
}
.uk-modal-dialog .uk-modal-header {
  background-color: #2f323b;
}
.uk-modal-dialog .uk-modal-body {
  padding: 0;
}
.uk-modal-dialog .uk-modal-body h3 {
  font-weight: 600;
}
.uk-modal-dialog .uk-modal-body #media-preview {
  box-sizing: border-box;
  height: 221px;
  position: relative;
  width: 100%;
}
.uk-modal-dialog .uk-modal-body #media-preview img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.uk-modal-dialog .uk-modal-body #media-preview.media-preview-empty::before {
  content: "Please attach an image";
  font-weight: 300;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.uk-modal-dialog .uk-modal-body #media-preview .controls {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
}
.uk-modal-dialog .uk-modal-body #media-preview .controls .control {
  background-color: #2f323b;
  border: 1px solid #949ba2;
  cursor: pointer;
  color: #949ba2;
  height: 20px;
  padding: 5px;
  width: 20px;
}
.uk-modal-dialog .uk-modal-body #media-preview .controls .control:hover {
  border-color: #7f8391;
  background-color: #7f8391;
  color: #fff;
}
.uk-modal-dialog .uk-modal-body #media-preview:hover .controls {
  display: block;
}
.uk-modal-dialog .uk-modal-body #modal-media-library #modal-media-upload {
  font-size: 12px;
  font-weight: 300;
}
.error-required {
  border-color: #f6a821;
}
/* Login
 ========================================================== */
#login {
  box-shadow: none;
}
/* Header
 ========================================================== */
#header {
  background-color: #24262d;
  position: relative;
}
#header::after {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#header .uk-navbar-nav li a {
  color: #949ba2;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: none;
}
#header .uk-navbar-nav li a.logo {
  background: url('../images/flag_serbia.png') no-repeat scroll 20px center transparent;
  background-size: auto 11px;
  color: #fff;
  padding: 0 20px 0 45px;
}
#header .uk-navbar-nav li a:hover {
  color: #fff;
}
/* Sidebar
 ========================================================== */
#sidebar {
  background-color: #24262d;
  border: none;
  width: 200px;
  resize: none;
  position: relative;
}
#sidebar::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
#sidebar .uk-nav {
  background-color: #2a2d35;
  position: relative;
}
#sidebar .uk-nav::after {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#sidebar .uk-nav li {
  position: relative;
}
#sidebar .uk-nav li::after {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#sidebar .uk-nav li a {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
#sidebar .uk-nav li a:hover {
  color: #fff;
}
#sidebar .uk-nav li.uk-active a {
  color: #f6a821;
}
#sidebar .uk-nav li.uk-active a:hover {
  color: #f6a821;
}
/* Table
 ========================================================== */
.uk-table tr:last-child > td {
  border-bottom: 1px solid #3d404c;
}
.uk-table tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uk-table tr th .thumb {
  width: 40px;
}
.uk-table tr th .thumb img {
  width: 100%;
  height: auto;
}
.uk-table tr td:first-child {
  padding-left: 20px !important;
}
.uk-table tr td:last-child {
  padding-right: 20px !important;
}
.uk-table tr td a {
  color: #949ba2;
}
.uk-table tr td a span.name {
  display: block;
}
.uk-table tr td a span.brand,
.uk-table tr td a span.gender {
  display: block;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.uk-table tr td .thumb {
  height: 60px;
  margin: 10px 0;
  max-width: 150px;
  padding: 0;
  width: auto;
}
.uk-table tr td .thumb.thumb-brand {
  height: 30px;
}
.uk-table tr td .thumb img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.connection {
  max-width: 60px;
}
/* Content
 ========================================================== */
#content {
  border: none;
}
#content .placeholder-media {
  box-sizing: border-box;
  max-height: 442px;
  min-height: 200px;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
#content .placeholder-media.error {
  border-color: #ff0001;
  background-color: rgba(255, 0, 0, 0.03);
}
#content .placeholder-media .uk-overlay {
  padding: 10px;
}
#content #media-control {
  max-width: 352px;
}
/* Media
 ========================================================== */
#media-modal .uk-modal-dialog {
  min-height: 100%;
}
#media-modal .uk-modal-dialog .uk-legend {
  padding: 10px 40px;
}
#media-modal .uk-modal-dialog #media-library #media-modal-upload {
  height: 221px;
  width: 176px;
}
#media-modal .uk-modal-dialog #media-library #media-modal-upload .upload-area {
  padding: 20px 5px;
}
#media-modal .uk-modal-dialog #media-library #media-modal-upload .upload-area .uk-icon {
  display: block;
  margin: 0 0 20px;
}
#media-modal .uk-modal-dialog #media-library .media {
  height: 221px;
  width: 176px;
  border: 1px dashed #e5e5e5;
  margin-bottom: 30px;
  cursor: pointer;
}
#media-modal .uk-modal-dialog #media-library .media:hover {
  border-color: #222;
}
#media-modal .uk-modal-dialog #media-library .media img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.background-1 {
  background: url('../images/multibrand_background_1.png') no-repeat scroll 0 0 transparent;
  background-position: center bottom;
  background-size: 100% auto;
}
