@font-face {
  font-family: "Avenir LT";
  src: url("../fonts/Avenir-LT-Book.eot?#iefix");
  src: url("../fonts/Avenir-LT-Book.eot?#iefix") format("eot"), url("../fonts/Avenir-LT-Book.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Avenir LT";
  src: url("../fonts/Avenir-LT-Medium.eot?#iefix");
  src: url("../fonts/Avenir-LT-Medium.eot?#iefix") format("eot"), url("../fonts/Avenir-LT-Medium.woff2") format("woff2"), url("../fonts/Avenir-LT-Medium.woff") format("woff"), url("../fonts/Avenir-LT-Medium.ttf") format("truetype");
  font-weight: normal; }
@font-face {
  font-family: "Avenir LT";
  src: url("../fonts/Avenir-LT-Heavy.eot?#iefix");
  src: url("../fonts/Avenir-LT-Heavy.eot?#iefix") format("eot"), url("../fonts/Avenir-LT-Heavy.woff2") format("woff2"), url("../fonts/Avenir-LT-Heavy.woff") format("woff"), url("../fonts/Avenir-LT-Heavy.ttf") format("truetype");
  font-weight: bold; }
/*
//
// Variables
// --------------------------------------------------
*/
/* Colors */
/**
* BREAKPOINS
*/
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes wk-rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
/**
* General
*/
html, body {
  font-family: 'Avenir LT', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  height: 100%;
  color: #181818; }

a, button, a:focus, button:focus {
  outline: 0 none; }

a {
  color: inherit; }
  a:hover, a:focus {
    color: inherit; }

.icon {
  display: inline-block;
  vertical-align: middle; }

.roll-opacity {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .roll-opacity:hover {
    opacity: 0.7; }

.roll-rotate {
  transition: transform 0.5s; }
  .roll-rotate:hover {
    transform: rotate(180deg); }

/* Utilidad para centrar verticalmente elementos */
.display-t {
  display: table;
  width: 100%;
  height: 100%;
  min-height: inherit; }
  .display-t > .display-tc {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%; }
    .display-t > .display-tc.aling-top {
      vertical-align: top; }
    .display-t > .display-tc.aling-bottom {
      vertical-align: bottom; }

.display-inline {
  display: inline-block; }

/* Alternativa */
.align-middle > * {
  vertical-align: middle; }
.align-middle:before {
  font-size: 0;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: middle;
  display: inline-block; }

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .display-flex--end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .display-flex--between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .display-flex--around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .display-flex--center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

/* Badge */
.badge {
  border-radius: 50%;
  padding: 2px; }

/* ---------------------------------------------------
    BACKGROUNDS
----------------------------------------------------- */
.bg-light {
  background-color: #c5c5c5;
  color: #fff; }

.bg-brand {
  background-color: #4A7991;
  color: #fff; }

.bg-brand-light {
  background-color: #68A8C9;
  color: #fff; }

.bg-brand-lighter {
  background-color: #88CCF1;
  color: #fff; }

.bg-brand-dark {
  background-color: #335567;
  color: #fff; }

.bg-accent {
  background-color: #EB6E6E;
  color: #fff; }

.is-admin .bg-custom-brand {
  background-color: #555555;
  color: #fff; }

.is-supplier .bg-custom-brand {
  background-color: #68A8C9;
  color: #fff; }

.bg-custom-brand {
  background-color: #4A7991;
  color: #fff; }

.is-admin .bg-custom-base {
  background-color: #000;
  color: #fff; }

.is-supplier .bg-custom-base {
  background-color: #000;
  color: #fff; }

.bg-custom-base {
  background-color: #000;
  color: #fff; }

.is-admin .bg-custom-dark {
  background-color: #181818;
  color: #fff; }

.is-supplier .bg-custom-dark {
  background-color: #181818;
  color: #fff; }

.bg-custom-dark {
  background-color: #181818;
  color: #fff; }

.is-admin .bg-custom-light {
  background-color: #fff;
  color: #fff; }

.is-supplier .bg-custom-light {
  background-color: #dd8f3d;
  color: #fff; }

.bg-custom-light {
  background-color: #dd8f3d;
  color: #fff; }

/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  box-shadow: none; }

.btn {
  padding: 12px 21px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: uppercase;
  color: #555555;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }
  .btn:focus, .btn.focus {
    color: #555555;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn:hover {
    color: #555555;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    color: #555555;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle.focus {
      color: #555555;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    background-image: none; }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus {
    background-color: #fff;
    border-color: #fff; }
  .btn .badge {
    color: #fff;
    background-color: #555555; }

.btn-group-sm >
.btn, .btn-sm {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0; }

.btn-group-lg >
.btn, .btn-lg {
  padding: 16px 26px;
  font-size: 16px;
  line-height: 10px 16px;
  border-radius: 0; }

.btn-default {
  color: #555555;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:focus, .btn-default.focus {
    color: #555555;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn-default:hover {
    color: #555555;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #555555;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #555555;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #fff; }
  .btn-default .badge {
    color: #fff;
    background-color: #555555; }

.btn-border-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 1px; }
  .btn-border-default:focus, .btn-border-default.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf; }
  .btn-border-default:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
  .btn-border-default:active, .btn-border-default.active, .open > .btn-border-default.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
    .btn-border-default:active:hover, .btn-border-default:active:focus, .btn-border-default:active.focus, .btn-border-default.active:hover, .btn-border-default.active:focus, .btn-border-default.active.focus, .open > .btn-border-default.dropdown-toggle:hover, .open > .btn-border-default.dropdown-toggle:focus, .open > .btn-border-default.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0);
      border-color: #bfbfbf; }
  .btn-border-default:active, .btn-border-default.active, .open > .btn-border-default.dropdown-toggle {
    background-image: none; }
  .btn-border-default.disabled:hover, .btn-border-default.disabled:focus, .btn-border-default.disabled.focus, .btn-border-default[disabled]:hover, .btn-border-default[disabled]:focus, .btn-border-default[disabled].focus, fieldset[disabled] .btn-border-default:hover, fieldset[disabled] .btn-border-default:focus, fieldset[disabled] .btn-border-default.focus {
    background-color: transparent;
    border-color: #fff; }
  .btn-border-default .badge {
    color: transparent;
    background-color: #fff; }

.btn-brand {
  color: #fff;
  background-color: #4A7991;
  border-color: #4A7991; }
  .btn-brand:focus, .btn-brand.focus {
    color: #fff;
    background-color: #395d6f;
    border-color: #1f333d; }
  .btn-brand:hover {
    color: #fff;
    background-color: #395d6f;
    border-color: #355768; }
  .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #395d6f;
    border-color: #355768; }
    .btn-brand:active:hover, .btn-brand:active:focus, .btn-brand:active.focus, .btn-brand.active:hover, .btn-brand.active:focus, .btn-brand.active.focus, .open > .btn-brand.dropdown-toggle:hover, .open > .btn-brand.dropdown-toggle:focus, .open > .btn-brand.dropdown-toggle.focus {
      color: #fff;
      background-color: #2d4958;
      border-color: #1f333d; }
  .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    background-image: none; }
  .btn-brand.disabled:hover, .btn-brand.disabled:focus, .btn-brand.disabled.focus, .btn-brand[disabled]:hover, .btn-brand[disabled]:focus, .btn-brand[disabled].focus, fieldset[disabled] .btn-brand:hover, fieldset[disabled] .btn-brand:focus, fieldset[disabled] .btn-brand.focus {
    background-color: #4A7991;
    border-color: #4A7991; }
  .btn-brand .badge {
    color: #4A7991;
    background-color: #fff; }

.btn-border-brand {
  color: #4A7991;
  background-color: transparent;
  border-color: #4A7991;
  border-width: 1px; }
  .btn-border-brand:focus, .btn-border-brand.focus {
    color: #4A7991;
    background-color: rgba(0, 0, 0, 0);
    border-color: #1f333d; }
  .btn-border-brand:hover {
    color: #4A7991;
    background-color: rgba(0, 0, 0, 0);
    border-color: #355768; }
  .btn-border-brand:active, .btn-border-brand.active, .open > .btn-border-brand.dropdown-toggle {
    color: #4A7991;
    background-color: rgba(0, 0, 0, 0);
    border-color: #355768; }
    .btn-border-brand:active:hover, .btn-border-brand:active:focus, .btn-border-brand:active.focus, .btn-border-brand.active:hover, .btn-border-brand.active:focus, .btn-border-brand.active.focus, .open > .btn-border-brand.dropdown-toggle:hover, .open > .btn-border-brand.dropdown-toggle:focus, .open > .btn-border-brand.dropdown-toggle.focus {
      color: #4A7991;
      background-color: rgba(0, 0, 0, 0);
      border-color: #1f333d; }
  .btn-border-brand:active, .btn-border-brand.active, .open > .btn-border-brand.dropdown-toggle {
    background-image: none; }
  .btn-border-brand.disabled:hover, .btn-border-brand.disabled:focus, .btn-border-brand.disabled.focus, .btn-border-brand[disabled]:hover, .btn-border-brand[disabled]:focus, .btn-border-brand[disabled].focus, fieldset[disabled] .btn-border-brand:hover, fieldset[disabled] .btn-border-brand:focus, fieldset[disabled] .btn-border-brand.focus {
    background-color: transparent;
    border-color: #4A7991; }
  .btn-border-brand .badge {
    color: transparent;
    background-color: #4A7991; }

.btn-brand-light {
  color: #fff;
  background-color: #68A8C9;
  border-color: #68A8C9; }
  .btn-brand-light:focus, .btn-brand-light.focus {
    color: #fff;
    background-color: #4392bb;
    border-color: #2f6683; }
  .btn-brand-light:hover {
    color: #fff;
    background-color: #4392bb;
    border-color: #408cb4; }
  .btn-brand-light:active, .btn-brand-light.active, .open > .btn-brand-light.dropdown-toggle {
    color: #fff;
    background-color: #4392bb;
    border-color: #408cb4; }
    .btn-brand-light:active:hover, .btn-brand-light:active:focus, .btn-brand-light:active.focus, .btn-brand-light.active:hover, .btn-brand-light.active:focus, .btn-brand-light.active.focus, .open > .btn-brand-light.dropdown-toggle:hover, .open > .btn-brand-light.dropdown-toggle:focus, .open > .btn-brand-light.dropdown-toggle.focus {
      color: #fff;
      background-color: #3a7ea1;
      border-color: #2f6683; }
  .btn-brand-light:active, .btn-brand-light.active, .open > .btn-brand-light.dropdown-toggle {
    background-image: none; }
  .btn-brand-light.disabled:hover, .btn-brand-light.disabled:focus, .btn-brand-light.disabled.focus, .btn-brand-light[disabled]:hover, .btn-brand-light[disabled]:focus, .btn-brand-light[disabled].focus, fieldset[disabled] .btn-brand-light:hover, fieldset[disabled] .btn-brand-light:focus, fieldset[disabled] .btn-brand-light.focus {
    background-color: #68A8C9;
    border-color: #68A8C9; }
  .btn-brand-light .badge {
    color: #68A8C9;
    background-color: #fff; }

.btn-accent {
  color: #fff;
  background-color: #EB6E6E;
  border-color: #EB6E6E; }
  .btn-accent:focus, .btn-accent.focus {
    color: #fff;
    background-color: #e54141;
    border-color: #bf1a1a; }
  .btn-accent:hover {
    color: #fff;
    background-color: #e54141;
    border-color: #e43838; }
  .btn-accent:active, .btn-accent.active, .open > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #e54141;
    border-color: #e43838; }
    .btn-accent:active:hover, .btn-accent:active:focus, .btn-accent:active.focus, .btn-accent.active:hover, .btn-accent.active:focus, .btn-accent.active.focus, .open > .btn-accent.dropdown-toggle:hover, .open > .btn-accent.dropdown-toggle:focus, .open > .btn-accent.dropdown-toggle.focus {
      color: #fff;
      background-color: #e02222;
      border-color: #bf1a1a; }
  .btn-accent:active, .btn-accent.active, .open > .btn-accent.dropdown-toggle {
    background-image: none; }
  .btn-accent.disabled:hover, .btn-accent.disabled:focus, .btn-accent.disabled.focus, .btn-accent[disabled]:hover, .btn-accent[disabled]:focus, .btn-accent[disabled].focus, fieldset[disabled] .btn-accent:hover, fieldset[disabled] .btn-accent:focus, fieldset[disabled] .btn-accent.focus {
    background-color: #EB6E6E;
    border-color: #EB6E6E; }
  .btn-accent .badge {
    color: #EB6E6E;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #B8E986;
  border-color: #B8E986; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #9fe15b;
    border-color: #79cb25; }
  .btn-success:hover {
    color: #fff;
    background-color: #9fe15b;
    border-color: #9ae052; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #9fe15b;
    border-color: #9ae052; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #8ddc3d;
      border-color: #79cb25; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #B8E986;
    border-color: #B8E986; }
  .btn-success .badge {
    color: #B8E986;
    background-color: #fff; }

.btn-detail {
  color: #4A7991; }
  .btn-detail i, .btn-detail span {
    display: inline-block;
    vertical-align: middle; }
  .btn-detail i {
    font-size: 30px;
    padding-right: 5px; }
  .btn-detail span {
    width: 80px;
    white-space: normal;
    text-align: left;
    line-height: 1.2; }
  .btn-detail:hover {
    color: #fff;
    background-color: #a4c1d0; }

.btn-reset {
  color: #4A7991; }
  .btn-reset i {
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px; }

.btn-inline-group {
  margin-left: -7px;
  margin-right: -7px; }
  .btn-inline-group > * {
    vertical-align: top;
    margin-bottom: 15px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block; }

.link-muted {
  font-size: 11px;
  color: #9CA0A1; }

.btn-fav {
  padding: 5px 10px;
  font-size: 24px;
  border: 0;
  text-align: center;
  color: #4A7991;
  cursor: pointer; }
  .btn-fav .icon-star {
    font-family: "FontAwesome" !important;
    transition: all .3s; }
    .btn-fav .icon-star:before {
      content: '\f006'; }
  .btn-fav.active .icon-star:before {
    content: '\f005'; }

.btn-cancel .icon-cross {
  color: #EB6E6E;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 10px;
  line-height: 14px; }

.btn-add .icon-checkmark {
  color: #B8E986;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  line-height: 14px; }

.link {
  border: 0;
  background: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase; }

/* ---------------------------------------------------
    Divider
----------------------------------------------------- */
.divider {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 100%;
  height: 2px;
  background-color: #555555; }
  .divider.divider--brand {
    background-color: #555555; }
  .divider.divider--white {
    background-color: #fff; }

/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */
.page-header {
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #c5c5c5;
  width: 100%;
  z-index: 15;
  height: 128px;
  padding-left: 300px; }
  @media (max-width: 1124px) {
    .page-header {
      padding-left: 160px; } }
  @media (max-width: 767px) {
    .page-header {
      padding-left: 0px; } }
  .page-header .header__logo-brand {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 300px; }
    @media (max-width: 1124px) {
      .page-header .header__logo-brand {
        display: block;
        width: 160px;
        line-height: 128px; }
        .page-header .header__logo-brand img {
          display: inline-block; } }
    @media (max-width: 767px) {
      .page-header .header__logo-brand {
        width: 100%;
        position: relative;
        height: 50px;
        text-align: center; }
        .page-header .header__logo-brand img {
          height: 50px;
          line-height: 1;
          vertical-align: top; } }
  .page-header .wrapper {
    background: url(../img/bg-header.png) no-repeat left center;
    height: 100%;
    padding: 0;
    background-size: cover; }
    @media (max-width: 767px) {
      .page-header .wrapper {
        position: relative;
        height: 78px; } }
  .page-header .site-logo {
    float: left;
    padding: 0 15px;
    max-width: 30%;
    margin: 0;
    height: 100%; }
    .page-header .site-logo a {
      display: inline-block;
      margin-top: 15px;
      margin-bottom: 15px; }
    @media (max-width: 1124px) {
      .page-header .site-logo {
        max-width: 100%;
        width: 50%; } }
    @media (max-width: 767px) {
      .page-header .site-logo a {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 78px;
        padding: 15px 0; }
      .page-header .site-logo img {
        max-height: 100%; } }

.header-size {
  position: relative;
  height: 128px; }

.navbar-header {
  float: right;
  height: 100%;
  display: table; }
  @media (max-width: 1124px) {
    .navbar-header {
      width: 50%;
      max-width: 242px;
      margin: 0;
      border-collapse: collapse;
      margin-right: -2px !important; } }

.widget-menu {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100%;
  color: #fff; }
  @media (max-width: 1124px) {
    .widget-menu {
      display: table-cell;
      width: 33.33%; } }
  .widget-menu .dropdown {
    height: 100%; }
  .widget-menu .widget-menu__link {
    color: #fff;
    height: 100%;
    background-color: transparent;
    border: 0;
    text-decoration: none; }
  .widget-menu .widget-menu__text {
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 1.1; }
    @media (max-width: 1124px) {
      .widget-menu .widget-menu__text {
        display: none; } }
  .widget-menu .widget-menu__icon {
    display: block;
    position: relative;
    text-align: center;
    width: 60px;
    margin: 10px auto; }
    @media (max-width: 1124px) {
      .widget-menu .widget-menu__icon {
        margin: 10px 0; } }
    .widget-menu .widget-menu__icon .icon {
      font-size: 40px; }
      @media (max-width: 767px) {
        .widget-menu .widget-menu__icon .icon {
          font-size: 30px; } }
    .widget-menu .widget-menu__icon .badge {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #EB6E6E;
      width: 27px;
      height: 27px;
      line-height: 1.85;
      border-radius: 50%;
      font-weight: 400;
      font-family: 'Avenir LT'; }
      @media (max-width: 767px) {
        .widget-menu .widget-menu__icon .badge {
          top: -10px;
          right: 0px; } }

.user-menu {
  display: table-cell;
  vertical-align: middle;
  background-color: #9CA0A1;
  color: #fff;
  font-size: 12px;
  width: 230px;
  position: relative; }
  .user-menu .btn-user {
    display: none;
    font-size: 40px;
    width: 80px;
    height: 100%;
    background-color: transparent;
    color: #fff;
    border: 0; }
    @media (max-width: 767px) {
      .user-menu .btn-user {
        font-size: 30px; } }
  .user-menu ul {
    list-style: none;
    display: block;
    height: auto !important; }
  .user-menu ul li {
    margin-top: 8px;
    margin-bottom: 8px; }
  .user-menu .user-menu__name {
    display: block;
    color: #181818;
    text-transform: uppercase; }
  .user-menu .user-menu__link {
    color: #fff;
    text-transform: uppercase; }
    .user-menu .user-menu__link:before {
      content: '>';
      display: inline-block;
      margin-right: 5px; }
  @media (max-width: 1124px) {
    .user-menu {
      width: 33.33%; }
      .user-menu .btn-user {
        display: block;
        padding: 5px 10px;
        width: 100%; }
      .user-menu ul {
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        background-color: #c5c5c5;
        width: 230px;
        right: 0;
        top: 100%; }
        .user-menu ul.collapse {
          display: none;
          height: 0 !important; }
        .user-menu ul.in {
          display: block;
          height: auto !important; } }

.is-admin .user-menu,
.is-supplier .user-menu {
  background-color: #c5c5c5; }

.quicklinks {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  height: 100%; }
  .quicklinks .quicklinks__link {
    display: block;
    height: 50%;
    padding: 15px 30px;
    text-transform: uppercase;
    background-color: #c5c5c5;
    color: #555555;
    line-height: 34px; }
    .quicklinks .quicklinks__link:first-child {
      background-color: #E6E6E6; }
    .quicklinks .quicklinks__link .icon {
      display: inline-block;
      margin-right: 15px; }

/* ---------------------------------------------------
    WIDGET NOTIFICATION
----------------------------------------------------- */
.widget-notification {
  padding: 0;
  margin: 0;
  border: 0;
  width: 300px;
  margin: 0;
  padding: 0;
  border: 0;
  left: -100px; }
  @media (max-width: 1124px) {
    .widget-notification {
      width: 240px;
      left: -80px; } }
  .widget-notification__nav {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0; }
    .widget-notification__nav li {
      position: relative;
      float: left; }
  .widget-notification__link {
    width: 100px;
    height: 80px;
    display: table;
    float: left;
    color: #fff;
    vertical-align: middle; }
    @media (max-width: 1124px) {
      .widget-notification__link {
        width: 80px;
        height: 61px; } }
  .widget-notification__icon {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 100%;
    height: 81px;
    margin: 10px auto; }
    @media (max-width: 1124px) {
      .widget-notification__icon {
        height: 62px; } }
    .widget-notification__icon .icon {
      font-size: 50px; }
      @media (max-width: 1124px) {
        .widget-notification__icon .icon {
          font-size: 40px; } }
    .widget-notification__icon .badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #EB6E6E;
      width: 27px;
      height: 27px;
      line-height: 1.85;
      border-radius: 50%;
      font-weight: 400;
      font-family: "Avenir LT"; }
  .widget-notification__text {
    display: none; }
  .widget-notification__close {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    color: #fff;
    text-align: center;
    transform: translateY(100%); }
    .widget-notification__close.active {
      transition: all .2s;
      transform: translateY(0%); }
    .widget-notification__close .icon {
      display: block;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: bold; }
  .widget-notification___view {
    display: none;
    position: relative;
    background: #4A7991;
    top: 100%; }
    .widget-notification___view .notification-content {
      width: 780px;
      position: absolute;
      right: 0; }
      @media (max-width: 991px) {
        .widget-notification___view .notification-content {
          width: 640px; } }
      @media (max-width: 767px) {
        .widget-notification___view .notification-content {
          width: 100%; } }

/* ---------------------------------------------------
    LAYOUT
----------------------------------------------------- */
.page-container {
  padding-left: 300px; }
  @media (max-width: 1124px) {
    .page-container {
      padding-left: 0px; } }

.page-content {
  padding-left: 60px;
  padding-right: 60px; }
  .page-content .inner-wrapper {
    max-width: 1440px; }
  @media (max-width: 767px) {
    .page-content {
      padding-left: 20px;
      padding-right: 20px; } }

/* ---------------------------------------------------
    BOXED
----------------------------------------------------- */
.boxed__inner {
  padding: 20px 40px; }

/* ---------------------------------------------------
    TEXT BLOCK
----------------------------------------------------- */
.text-block {
  font-size: 18px; }
  .text-block--brand {
    color: #4A7991; }

/* ---------------------------------------------------
    MESSAGE
----------------------------------------------------- */
.alert-message {
  padding: 30px 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px; }
  @media (max-width: 1124px) {
    .alert-message {
      padding: 15px 20px;
      font-size: 14px; } }
  .page-login .alert-message {
    background-color: rgba(24, 24, 24, 0.7); }
  .alert-message h1, .alert-message h2, .alert-message h3, .alert-message h4, .alert-message h5, .alert-message h6 {
    margin-top: 0; }
  .alert-message--success {
    border: 2px solid #4A7991;
    color: #4A7991; }
  .alert-message--error {
    border: 2px solid #EB6E6E;
    color: #EB6E6E; }
  .alert-message--warning {
    border: 2px solid #ffac00;
    color: #ffac00; }
  .alert-message > *:last-child {
    margin-bottom: 0; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.widget-toggle {
  vertical-align: middle;
  display: none; }
  @media (max-width: 1124px) {
    .widget-toggle {
      display: table-cell;
      width: 33.33%; } }

#toggle-nav {
  position: relative;
  z-index: 12;
  display: none;
  padding: 5px;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 9px; }
  #toggle-nav .icon-menu {
    position: relative;
    top: 0px;
    display: block;
    background-color: #555555;
    width: 35px;
    height: 2px;
    margin: 20px auto;
    cursor: pointer;
    transition: transform 300ms linear 0ms,top 250ms ease-in-out 350ms; }
  #toggle-nav .icon-menu:before,
  #toggle-nav .icon-menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #555555; }
  #toggle-nav .icon-menu:before {
    top: -10px; }
  #toggle-nav .icon-menu:after {
    bottom: -10px; }
  #toggle-nav i.fa {
    font-size: 21px; }
  #toggle-nav span {
    display: block; }
  #toggle-nav:hover, #toggle-nav:active, #toggle-nav.active {
    background-color: #fff; }
  @media (max-width: 1124px) {
    #toggle-nav {
      display: block; } }

#sidebar {
  min-width: 300px;
  max-width: 300px;
  position: fixed;
  left: 0;
  top: 128px;
  height: calc(100vh - 128px);
  overflow-y: auto;
  transition: all 0.3s;
  z-index: 100; }
  #sidebar ul li a {
    text-align: left; }
  #sidebar ul a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 10px 15px 10px 40px;
    font-size: 12px;
    display: block;
    line-height: 62px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s; }
    #sidebar ul a > span {
      line-height: 1.2;
      display: inline-block;
      width: 80%;
      vertical-align: middle; }
    #sidebar ul a .icon {
      display: inline-block;
      width: 30px;
      font-size: 22px;
      vertical-align: middle; }
    #sidebar ul a:hover, #sidebar ul a.active {
      background: #555555;
      color: #fff;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
  #sidebar ul li.active a {
    color: #fff;
    background: #6d7fcc; }
  #sidebar ul.sidebar-menu a {
    border-bottom: 1px solid #fff;
    background-color: #c5c5c5;
    color: #181818; }
    #sidebar ul.sidebar-menu a:hover, #sidebar ul.sidebar-menu a.active, #sidebar ul.sidebar-menu a[aria-expanded="true"] {
      background: #555555;
      color: #fff;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
    #sidebar ul.sidebar-menu a.sidebar__link--brand
    #sidebar ul.sidebar-menu a.sidebar__link--brand:hover, #sidebar ul.sidebar-menu a.sidebar__link--brand.active, #sidebar ul.sidebar-menu a.sidebar__link--brand[aria-expanded="true"] {
      background: #4A7991; }
  #sidebar ul.sidebar-menu li.active a {
    background: #555555;
    color: #fff; }
  #sidebar ul.sidebar-submenu a {
    border-bottom: 1px solid #fff;
    background-color: #E6E6E6;
    color: #181818;
    line-height: 62px; }
    #sidebar ul.sidebar-submenu a:hover, #sidebar ul.sidebar-submenu a.active, #sidebar ul.sidebar-submenu a[aria-expanded="true"] {
      background: #fff;
      color: #181818;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
  #sidebar ul.sidebar-submenu li.active a {
    background: #fff;
    color: #555555; }
  #sidebar a[data-toggle="collapse"] {
    position: relative; }
  #sidebar a.sidebar__link--brand[aria-expanded="true"]::before, #sidebar a.sidebar__link--brand[aria-expanded="true"]::after {
    background-color: #fff; }
  #sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="false"]::after, #sidebar a[aria-expanded="true"]::before, #sidebar a[aria-expanded="true"]::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #9CA0A1;
    top: 50%;
    right: 50px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s; }
  #sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    margin-top: -9px;
    height: 20px;
    width: 2px;
    transform-origin: center; }
  #sidebar a[aria-expanded="false"]::after, #sidebar a[aria-expanded="true"]::after {
    margin-right: -9px;
    width: 20px;
    height: 2px;
    transform-origin: center; }
  #sidebar a[aria-expanded="true"]::before, #sidebar a[aria-expanded="true"]::after {
    transform: rotate(45deg); }
  @media (max-width: 1124px) {
    #sidebar {
      right: 0;
      left: initial;
      min-width: 0px;
      width: 100%;
      max-width: 300px;
      text-align: center;
      margin-right: -300px !important;
      background-color: #E6E6E6; }
      #sidebar.active {
        margin-right: 0 !important; }
      #sidebar ul li a {
        padding: 15px 5px;
        text-align: center;
        font-size: 0.7em;
        line-height: 4; }
        #sidebar ul li a .icon {
          margin-right: 0;
          display: block;
          font-size: 1.8em;
          margin-bottom: 5px;
          width: 100%; }
        #sidebar ul li a > span {
          width: 100%; }
      #sidebar a[aria-expanded='false']::after, #sidebar a[aria-expanded='false']::before, #sidebar a[aria-expanded='true']::after, #sidebar a[aria-expanded='true']::before {
        top: initial;
        bottom: 5px;
        right: 15px; }
      #sidebar a[aria-expanded='false']::before, #sidebar a[aria-expanded='true']::before {
        height: 14px; }
      #sidebar a[aria-expanded='false']::after, #sidebar a[aria-expanded='true']::after {
        margin-right: -7px;
        margin-bottom: 6px;
        width: 14px; } }
  @media (max-width: 767px) {
    #sidebar {
      margin-right: -100% !important; } }

.sidebar-form {
  padding: 25px 30px; }
  .sidebar-form .form legend {
    font-size: 14px;
    line-height: 1.24;
    margin-bottom: 10px; }
  .sidebar-form .form .alert {
    font-size: 12px;
    padding: 5px 10px; }
  .sidebar-form .form label {
    text-transform: uppercase;
    font-size: 12px; }

/* ---------------------------------------------------
    POPUP
----------------------------------------------------- */
.mfp-wrap-brand {
  background-color: rgba(74, 121, 145, 0.7); }

.mfp-container::before {
  margin-left: -5px; }

.popup {
  max-width: 1200px;
  padding: 50px 40px 20px 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative; }
  .popup .mfp-close {
    font-size: 36px;
    font-weight: normal;
    font-family: 'Avenir LT', Arial, sans-serif;
    width: auto;
    padding-left: 10px;
    padding-right: 10px; }
    .popup .mfp-close .text {
      font-size: 11px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle; }

.popup--dark {
  background-color: #181818;
  color: #fff; }
  .popup--dark .mfp-close {
    color: #fff; }

.popup--brand {
  max-width: 1440px;
  background-color: transparent;
  padding: 0px 0px 0px 0px; }
  .popup--brand .popup__content {
    padding: 5%;
    background-color: #fff; }

.popup__msg {
  padding-top: 20px;
  padding-bottom: 20px; }
  .popup__msg h5 {
    font-size: 16px;
    font-weight: bold; }
  .popup__msg .btn-holder {
    margin-top: 30px;
    margin-bottom: 15px; }

/* ---------------------------------------------------
    Loading
----------------------------------------------------- */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }
  .btn.loading {
    font-size: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: 46px !important;
    height: 46px !important;
    margin-top: 5px;
    border-radius: 50%;
    padding: 0 !important;
    border: 3px solid white !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.6) !important;
    border-left: 3px solid rgba(0, 0, 0, 0.6) !important;
    background-color: transparent !important;
    transition: all .3s;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }

/* ---------------------------------------------------
    BREADCRUMB
----------------------------------------------------- */
.breadcrumb {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 0;
  color: #4A7991;
  text-transform: uppercase; }
  .breadcrumb > li + li:before {
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome; }
  .breadcrumb .active {
    color: #4A7991; }
  .breadcrumb a:hover {
    text-decoration: none;
    color: #68A8C9; }

/* ---------------------------------------------------
    HEADING
----------------------------------------------------- */
.heading {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 81px; }
  @media (max-width: 1124px) {
    .heading {
      height: auto; } }
  @media (max-width: 767px) {
    .heading {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  .heading h1 {
    font-size: 40px;
    margin-top: 16px; }
    @media (max-width: 1600px) {
      .heading h1 {
        font-size: 30px; } }
    @media (max-width: 1124px) {
      .heading h1 {
        font-size: 24px; } }

/* ---------------------------------------------------
    SECTION TITLE
----------------------------------------------------- */
.section-title h3 {
  color: #4A7991;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .section-title h3 {
      margin-top: 10px; } }
.section-title p {
  font-size: 18px; }
  @media (max-width: 767px) {
    .section-title p {
      font-size: 14px; } }

.section-title--addon {
  padding-right: 120px;
  position: relative; }
  @media (max-width: 767px) {
    .section-title--addon {
      padding-right: 60px; } }
  .section-title--addon .section-title__icon {
    position: absolute;
    right: 0;
    top: -30px; }
    @media (max-width: 767px) {
      .section-title--addon .section-title__icon {
        top: 0; } }
    .section-title--addon .section-title__icon .icon {
      font-size: 100px;
      line-height: 100px; }
      @media (max-width: 767px) {
        .section-title--addon .section-title__icon .icon {
          font-size: 50px;
          line-height: 50px; } }
    .section-title--addon .section-title__icon .badge {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #EB6E6E;
      width: 40px;
      height: 40px;
      line-height: 2.85;
      border-radius: 50%;
      font-weight: 400;
      font-family: "Avenir LT"; }

.section-title--dark h3 {
  color: #fff; }

/* ---------------------------------------------------
    NOTIFICATIOS Section
----------------------------------------------------- */
.notification-section {
  max-width: 980px;
  position: relative; }
  @media (max-width: 1439px) {
    .notification-section {
      max-width: 780px; } }
  .notification-section:after {
    content: '';
    display: table;
    clear: both; }
  .notification-section.active .notification-section__nav {
    width: 200px; }
    @media (max-width: 1439px) {
      .notification-section.active .notification-section__nav {
        width: 100%; } }
    .notification-section.active .notification-section__nav .notification-boxes {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0; }
    .notification-section.active .notification-section__nav .notification-boxes li {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: -15px;
      margin-right: -15px; }
  .notification-section.active .notification-section__view {
    display: block;
    width: 780px;
    visibility: visible;
    opacity: 1; }
    @media (max-width: 1439px) {
      .notification-section.active .notification-section__view {
        width: 100%; } }
  .notification-section.active .btn-close {
    display: inline-block;
    width: 200px;
    float: right; }
    @media (max-width: 1439px) {
      .notification-section.active .btn-close {
        width: 100%; } }
  .notification-section__nav {
    width: 100%;
    float: right; }
  .notification-section__view {
    float: left;
    visibility: hidden;
    opacity: 0;
    width: 0;
    display: none; }
  .notification-section .btn-close {
    transition: all .5s;
    display: none;
    text-align: center;
    width: 0;
    font-size: 10px; }
    .notification-section .btn-close .icon {
      display: block;
      font-size: 36px;
      line-height: 1; }
    @media (max-width: 1439px) {
      .notification-section .btn-close {
        padding: 10px;
        font-size: 9px; }
        .notification-section .btn-close .icon {
          display: block;
          font-size: 21px;
          line-height: 1; } }

/* ---------------------------------------------------
    NOTIFICATIOS BOXES
----------------------------------------------------- */
.notification-boxes {
  vertical-align: middle;
  color: #fff;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px; }
  .notification-boxes:after {
    content: '';
    display: table;
    clear: both; }
  .notification-boxes li {
    width: 230px;
    height: 200px;
    float: left;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff; }
    @media (max-width: 991px) {
      .notification-boxes li {
        width: 170px;
        height: 140px; } }
  .notification-boxes .notification-boxes__link {
    display: block;
    height: 100%;
    padding: 15px 50px;
    text-decoration: none; }
    @media (max-width: 991px) {
      .notification-boxes .notification-boxes__link {
        padding: 15px 15px; } }
  .notification-boxes .notification-boxes__text {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 1.2; }
    @media (max-width: 991px) {
      .notification-boxes .notification-boxes__text {
        font-size: 11px; } }
  .notification-boxes .notification-boxes__icon {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 100px;
    margin: 10px auto; }
    @media (max-width: 991px) {
      .notification-boxes .notification-boxes__icon {
        height: auto; } }
    .notification-boxes .notification-boxes__icon .icon {
      font-size: 80px; }
      @media (max-width: 991px) {
        .notification-boxes .notification-boxes__icon .icon {
          font-size: 40px; } }
    .notification-boxes .notification-boxes__icon .badge {
      position: absolute;
      top: -4px;
      right: -6px;
      background-color: #EB6E6E;
      width: 27px;
      height: 27px;
      line-height: 1.85;
      border-radius: 50%;
      font-weight: 400;
      font-family: 'Avenir LT'; }
      @media (max-width: 991px) {
        .notification-boxes .notification-boxes__icon .badge {
          top: -14px;
          right: -16px; } }

/* ---------------------------------------------------
    NOTIFICATIOS CONTENT
----------------------------------------------------- */
.notification-content {
  max-width: 780px;
  position: relative; }
  .notification-content .notification__thumbnail {
    position: relative;
    border: 1px solid #fff; }
    .notification-content .notification__thumbnail .tooltip-pending {
      top: 20px !important;
      right: 20px !important;
      margin-top: 0 !important; }
  .notification-content .placeholder-input label {
    font-size: 10px; }
  .notification-content__inner {
    padding: 20px 40px; }
  .notification-content__inner--none {
    padding: 0px 0px; }

/* ---------------------------------------------------
    NOTIFICATIOS SLIDER
----------------------------------------------------- */
.notification-slider {
  position: relative; }
  .notification-slider__item {
    display: none;
    outline: 0;
    padding-left: 40px;
    padding-right: 40px; }
  .notification-slider__nav {
    margin-top: 20px;
    height: 50px;
    width: 100%; }
    .notification-slider__nav:after {
      content: '';
      display: table;
      clear: both; }
  .notification-slider__arrow {
    width: 50%;
    height: 100%;
    float: left;
    border: 0;
    color: #fff;
    text-transform: uppercase; }
  .notification-slider__prev {
    background-color: #8dcef2; }
    .notification-slider__prev .icon {
      margin-right: 20px;
      font-size: 18px;
      vertical-align: top; }
  .notification-slider__next {
    background-color: #9ad4f3; }
    .notification-slider__next .icon {
      margin-left: 20px;
      font-size: 18px;
      vertical-align: top; }

/* ---------------------------------------------------
    TABLE (RESPONSIVE)
----------------------------------------------------- */
@media (max-width: 991px) {
  .table-responsive {
    border: 0; }

  .table {
    border: 0; }
    .table caption {
      font-size: 1.3em; }
    .table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .table tr {
      border-bottom: 3px solid #4A7991;
      display: block;
      margin-bottom: 2rem; }
    .table tr:first-child {
      border-top: 3px solid #4A7991; }
    .table td {
      display: block;
      font-size: .8em; }
      .table td[data-label]:not([data-label=""]) {
        text-align: right; }
      .table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase; }
      .table td:last-child {
        border-bottom: 0; }
    .table > tbody > tr > td {
      white-space: initial !important; } }
/* ---------------------------------------------------
    TABLE DEFAULT
----------------------------------------------------- */
.table-default tbody > tr > td,
.table-default tbody > tr > th,
.table-default tfoot > tr > td,
.table-default tfoot > tr > th,
.table-default thead > tr > td,
.table-default thead > tr > th {
  vertical-align: middle;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 5px;
  color: #181818;
  font-size: 14px; }
.table-default thead > tr > th {
  background-color: #e7e7e7;
  text-transform: uppercase;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px; }
  @media (max-width: 1600px) {
    .table-default thead > tr > th {
      font-size: 14px; } }
.table-default .form-control {
  color: #181818; }
.table-default select.form-control {
  border: 0;
  box-shadow: none; }
.table-default .image-thumbnail {
  width: 190px;
  padding: 0;
  text-align: center; }
  .table-default .image-thumbnail img {
    margin: 0 auto; }
  @media (max-width: 575px) {
    .table-default .image-thumbnail {
      width: 100%;
      padding: 0; } }
.table-default .table__actions {
  text-align: right;
  padding: 0; }
  @media (max-width: 575px) {
    .table-default .table__actions {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; } }
  .table-default .table__actions .btn {
    height: 78px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 140px; }
    @media (max-width: 575px) {
      .table-default .table__actions .btn {
        min-width: 0px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px; } }
  .table-default .table__actions .btn-sm {
    height: 50px;
    line-height: 35px;
    padding: 5px;
    font-size: 12px;
    min-width: initial; }
.table-default .table__confirm {
  position: relative;
  display: inline-block;
  text-align: center; }

/* ---------------------------------------------------
    FILTER TABLE
----------------------------------------------------- */
.filter-table {
  margin-top: 15px;
  margin-bottom: 15px; }
  .filter-table .title {
    display: inline-block;
    margin-top: 15px;
    color: #4A7991;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 21px; }
  .filter-table .custom-select {
    display: block; }
  .filter-table .btn-reset {
    margin-top: 15px; }
  @media (max-width: 991px) {
    .filter-table {
      margin-bottom: 40px; } }

/* ---------------------------------------------------
    Order detail Header
----------------------------------------------------- */
.order-detail-header dl dt {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase; }
.order-detail-header dl dd {
  font-size: 30px; }
  @media (max-width: 991px) {
    .order-detail-header dl dd {
      font-size: 21px; } }
.order-detail-header .checkbox-inline, .order-detail-header .radio-inline {
  float: left;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .order-detail-header .checkbox-inline, .order-detail-header .radio-inline {
      width: 100%; } }

/* ---------------------------------------------------
    Product Resume
----------------------------------------------------- */
.product-resume {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0 1em;
  position: relative; }
  @media (max-width: 1124px) {
    .product-resume {
      display: block;
      height: auto; }
      .product-resume:after {
        content: '';
        display: table;
        clear: both; } }
  .product-resume > form {
    display: table;
    width: 100%; }
  .product-resume h5 {
    font-size: 16px; }
  .product-resume dl dt {
    color: #4A7991;
    font-weight: normal;
    font-size: 14px; }
  .product-resume dl dd {
    font-size: 20px; }
  .product-resume dl.small dt {
    font-size: 12px; }
  .product-resume dl.small dd {
    font-size: 12px; }
  .product-resume__row {
    display: table-row; }
    @media (max-width: 1124px) {
      .product-resume__row {
        display: block;
        height: auto;
        margin-bottom: 15px;
        overflow: hidden; } }
    .product-resume__row.is-disabled .product-resume__item {
      opacity: .4; }
    .product-resume__row.is-disabled .product-resume__item--statuses {
      opacity: 1; }
  .product-resume__item {
    display: table-cell;
    vertical-align: top;
    padding: 30px 40px 0 40px;
    height: 240px; }
    @media (max-width: 1124px) {
      .product-resume__item {
        display: block;
        float: left;
        width: 33.33%;
        height: 270px;
        border-top: 1px solid #fff;
        overflow: hidden; } }
    @media (max-width: 767px) {
      .product-resume__item {
        width: 100%;
        height: auto; } }
    .product-resume__item:nth-child(odd) {
      background-color: #d5d5d5; }
    .product-resume__item:nth-child(even) {
      background-color: #E6E6E6; }
    .product-resume__item--image {
      width: 270px;
      min-width: 170px;
      padding: 0;
      vertical-align: middle; }
      @media (max-width: 1124px) {
        .product-resume__item--image {
          max-width: 100%;
          width: 100%;
          height: auto; } }
    .product-resume__item--image img {
      max-width: 100%;
      height: auto;
      max-height: 240px;
      margin-left: auto;
      margin-right: auto; }
    .product-resume__item--desc {
      min-width: 200px; }
      .product-resume__item--desc .product-resume__heading {
        min-height: 60px; }
      .product-resume__item--desc .product-resume__footer .color-sample,
      .product-resume__item--desc .product-resume__footer .model-code {
        margin-left: 10px; }
      .product-resume__item--desc dt {
        text-transform: uppercase; }
      @media (max-width: 1124px) {
        .product-resume__item--desc {
          min-width: 0%; } }
    .product-resume__item--details__heading {
      min-height: 80px; }
    .product-resume__item--details .change-text {
      margin-bottom: 0;
      opacity: 0;
      transition: opacity 200ms linear; }
      .changed .product-resume__item--details .change-text {
        opacity: 1; }
    .product-resume__item--total {
      max-width: 240px; }
      @media (max-width: 1124px) {
        .product-resume__item--total {
          max-width: 100%; } }
    .product-resume__item--statuses {
      width: 80px;
      min-width: 80px;
      padding: 0; }
      .product-resume__item--statuses .form-group {
        margin: 0; }
      @media (max-width: 1124px) {
        .product-resume__item--statuses {
          width: 100%;
          height: auto;
          text-align: right; } }
    .product-resume__item--actions {
      width: 120px;
      min-width: 120px;
      padding: 0; }
      @media (max-width: 1124px) {
        .product-resume__item--actions {
          width: 100%;
          height: auto;
          text-align: right; } }
    .product-resume__item .units-input {
      margin-bottom: 0; }
  .product-resume .product-resume__helper {
    text-transform: uppercase;
    font-size: 11px;
    color: #555555;
    font-weight: 600; }
  .product-resume .link-muted {
    text-transform: uppercase; }
  .product-resume .tooltip-pending {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px; }

.product-resume__notes {
  margin-bottom: 10px;
  height: 45px; }
  .product-resume__notes dl dd {
    font-size: 16px; }
  .product-resume__notes .form-group {
    display: none; }
  .product-resume__notes .addNotes {
    display: block; }
  .product-resume__notes--active .form-group {
    display: block; }
  .product-resume__notes--active .addNotes {
    display: none; }

/* ---------------------------------------------------
    Product Detail
----------------------------------------------------- */
.product-detail {
  max-width: 1200px; }
  .product-detail .product-detail__gallery {
    float: left;
    width: 57%;
    max-width: 700px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 1124px) {
      .product-detail .product-detail__gallery {
        width: 100%; } }
    .product-detail .product-detail__gallery .product-detail__gallery__main {
      float: left;
      width: 75%;
      max-width: 560px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative; }
      @media (max-width: 1439px) {
        .product-detail .product-detail__gallery .product-detail__gallery__main {
          width: 100%; } }
      .product-detail .product-detail__gallery .product-detail__gallery__main .product-detail__slide {
        width: 100%;
        height: 100%;
        outline: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
      .product-detail .product-detail__gallery .product-detail__gallery__main .product-detail__gallery__content {
        min-height: 475px;
        height: 100%;
        outline: 1px solid #E6E6E6;
        overflow: hidden; }
      .product-detail .product-detail__gallery .product-detail__gallery__main .zoom-image {
        cursor: zoom-in; }
      .product-detail .product-detail__gallery .product-detail__gallery__main img {
        display: block;
        margin: 0 auto; }
    .product-detail .product-detail__gallery .product-detail__gallery__thumb {
      float: left;
      width: 25%;
      max-width: 140px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (max-width: 1439px) {
        .product-detail .product-detail__gallery .product-detail__gallery__thumb {
          max-width: 100%;
          width: 100%; } }
      .product-detail .product-detail__gallery .product-detail__gallery__thumb .product-detail__slide {
        width: 100%;
        vertical-align: middle;
        text-align: center;
        outline: 0;
        overflow: hidden;
        display: block;
        width: 100%; }
        @media (max-width: 1439px) {
          .product-detail .product-detail__gallery .product-detail__gallery__thumb .product-detail__slide {
            width: 140px; } }
        .product-detail .product-detail__gallery .product-detail__gallery__thumb .product-detail__slide.slick-current .product-detail__gallery__content {
          border-color: #4A7991; }
      .product-detail .product-detail__gallery .product-detail__gallery__thumb .product-detail__gallery__content {
        border: 2px solid #E6E6E6;
        margin: 7px 0px;
        height: 100px;
        overflow: hidden; }
        @media (max-width: 1439px) {
          .product-detail .product-detail__gallery .product-detail__gallery__thumb .product-detail__gallery__content {
            margin: 15px 5px; } }
        .product-detail .product-detail__gallery .product-detail__gallery__thumb .product-detail__gallery__content img {
          display: block;
          margin: 0 auto;
          max-height: 100%; }
    .product-detail .product-detail__gallery .product-detail__featured {
      position: absolute;
      top: 15px;
      left: 25px;
      padding: 8px 25px;
      background-color: #88CCF1;
      color: #fff;
      z-index: 10;
      font-size: 11px;
      text-transform: uppercase; }
  .product-detail .product-detail__content {
    float: left;
    max-width: 530px;
    width: 43%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 1124px) {
      .product-detail .product-detail__content {
        width: 100%; } }
    .product-detail .product-detail__content h5 {
      font-size: 16px; }
    .product-detail .product-detail__content dl dt {
      color: #4A7991;
      font-weight: normal;
      font-size: 14px;
      text-transform: uppercase; }
    .product-detail .product-detail__content dl dd {
      font-size: 20px; }
    .product-detail .product-detail__content dl.small dt {
      font-size: 12px; }
    .product-detail .product-detail__content dl.small dd {
      font-size: 12px; }
  .product-detail .product-detail__price {
    display: block;
    width: 100%;
    margin-left: -8px;
    margin-right: -8px; }
    @media (max-width: 1124px) {
      .product-detail .product-detail__price {
        text-align: right; } }
    .product-detail .product-detail__price .product-detail__price__item {
      display: inline-block;
      vertical-align: top;
      padding-left: 8px;
      padding-right: 8px;
      margin-right: -2px;
      margin-left: -2px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .product-detail .product-detail__price .h2 {
      min-width: 160px;
      text-align: left;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 36px; }
  .product-detail .product-detail__attr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9CA0A1; }
    .product-detail .product-detail__attr .product-detail__attr__title {
      color: #4A7991;
      border-bottom: 1px solid #E6E6E6;
      margin-bottom: 25px; }
      .product-detail .product-detail__attr .product-detail__attr__title .product-detail__attr__label {
        padding-bottom: 15px;
        margin-bottom: 0px;
        border-bottom: 2px solid #4A7991; }
    .product-detail .product-detail__attr .product-detail__attr__label {
      color: #4A7991;
      margin-top: 5px;
      margin-bottom: 5px;
      display: inline-block; }
    .product-detail .product-detail__attr .product-detail__attr__text {
      margin-top: 5px;
      margin-bottom: 5px;
      display: inline-block; }

/* ---------------------------------------------------
    Product-added
----------------------------------------------------- */
.product-added {
  border: 2px solid #4A7991;
  max-width: 750px;
  margin-bottom: 15px; }
  .product-added .product-added__body,
  .product-added .product-added__left,
  .product-added .product-added__right {
    display: table-cell; }
  .product-added .product-added__body {
    vertical-align: middle;
    padding: 0 25px;
    color: #4A7991; }
    .product-added .product-added__body .icon {
      font-size: 35px;
      margin-right: 5px;
      vertical-align: bottom; }
  .product-added .product-added__left,
  .product-added .product-added__right {
    vertical-align: top; }
  .product-added .product-added__heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .product-added .product-added__image {
    display: block;
    width: 120px; }

/* ---------------------------------------------------
    Product-form
----------------------------------------------------- */
.product-form {
  max-width: 980px; }
  .product-form .checkbox-inline, .product-form .radio-inline {
    float: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .product-form .checkbox-inline, .product-form .radio-inline {
        width: 100%; } }

/* ---------------------------------------------------
    Product-grid
----------------------------------------------------- */
.product-grid {
  max-width: 1920px; }

/* ---------------------------------------------------
    Product-card
----------------------------------------------------- */
.product-card {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: 430px;
  width: 300px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .product-card__featured {
    position: absolute;
    top: 15px;
    left: 25px;
    padding: 8px 25px;
    background-color: #88CCF1;
    color: #fff;
    z-index: 10;
    font-size: 11px;
    text-transform: uppercase; }
  .product-card__image {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #E6E6E6; }
  .product-card__body {
    padding-top: 15px; }
    .product-card__body dl dt {
      color: #4A7991;
      font-weight: normal;
      font-size: 14px; }
    .product-card__body dl dd {
      font-size: 20px; }
    .product-card__body dl.small dt {
      font-size: 12px; }
    .product-card__body dl.small dd {
      font-size: 12px; }
  .product-card__footer {
    align-items: center; }
  .product-card__price {
    font-size: 20px; }

/* ---------------------------------------------------
    Color-sample
----------------------------------------------------- */
.color-sample {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  box-shadow: 0 0 0px 1px #c5c5c5;
  border: 5px solid #fff;
  vertical-align: middle; }
  .color-sample + .color-sample {
    margin-left: 8px; }

/* ---------------------------------------------------
    model-code
----------------------------------------------------- */
.model-code {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 32px;
  background-color: #c5c5c5;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle; }
  .model-code + .model-code {
    margin-left: 8px; }

/* ---------------------------------------------------
    Order Total
----------------------------------------------------- */
.order-total {
  text-align: center;
  margin-bottom: 20px; }
  .order-total--inline {
    margin-right: 30px;
    margin-left: 30px; }
  .order-total .content {
    display: inline-block; }
  .order-total h5 {
    margin-top: 0;
    margin-bottom: 0; }
  .order-total .order-total__amount {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px; }

/* ---------------------------------------------------
    Macro
----------------------------------------------------- */
.macro {
  margin-top: 40px;
  margin-bottom: 40px; }
  .macro .macro__uploader {
    display: inline-block; }
    @media (max-width: 991px) {
      .macro .macro__uploader {
        display: block; } }
  .macro .macro__buttons .btn {
    display: inline-block;
    vertical-align: top;
    min-width: 190px; }
    @media (max-width: 991px) {
      .macro .macro__buttons .btn {
        width: 50%;
        display: block;
        float: left;
        margin-bottom: 15px; } }
  .macro .macro__buttons .btn + .btn {
    margin-left: 20px; }
    @media (max-width: 991px) {
      .macro .macro__buttons .btn + .btn {
        margin-left: 0px; } }
  .macro .macro__open:not(.collapsed) {
    border-color: #4A7991;
    background-color: #4A7991;
    color: #fff;
    padding-bottom: 30px; }

/* ---------------------------------------------------
    User-form
----------------------------------------------------- */
.user-form {
  max-width: 680px; }

/* ---------------------------------------------------
    Actions
----------------------------------------------------- */
.actions {
  position: relative;
  height: 100%;
  width: 100%; }
  @media (max-width: 1124px) {
    .actions {
      height: auto; }
      .actions[data-items='2'] .actions__action {
        width: 50%; }
      .actions[data-items='3'] .actions__action {
        width: 33.33%; }
      .actions[data-items='4'] .actions__action {
        width: 25%; } }
  .actions__action {
    width: 100%;
    padding-bottom: 100%;
    font-size: 10px;
    line-height: 1;
    display: block;
    position: relative; }
    .actions__action .icon {
      display: block;
      font-size: 40px;
      margin-bottom: 8px; }
      @media (max-width: 1124px) {
        .actions__action .icon {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .actions__action .icon {
          font-size: 20px; } }
    @media (max-width: 1124px) {
      .actions__action {
        padding-bottom: 0;
        float: left; } }
  .product-resume__row .actions .actions__action--edit {
    opacity: .2;
    pointer-events: none;
    transition: opacity 200ms linear; }
  .product-resume__row.changed .actions .actions__action--edit {
    opacity: 1;
    pointer-events: auto; }
  .actions__btn {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 80px; }
    @media (max-width: 1124px) {
      .actions__btn {
        position: relative; } }
  .actions.editing .actions__action {
    display: none; }
    .actions.editing .actions__action.actions__action--edit {
      display: block !important; }
  .actions.editing .btn,
  .actions.editing .btn-edit {
    display: none; }
  .actions.editing .btn-done {
    display: block; }
  .actions.locked .actions__action {
    display: none; }
    .actions.locked .actions__action.actions__action--activate {
      display: block !important; }
  .actions .btn-done {
    display: none; }

/* ---------------------------------------------------
    Status
----------------------------------------------------- */
.statuses {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1124px) {
    .statuses {
      height: auto; }
      .statuses[data-items='2'] .statuses__status {
        width: 50%; }
      .statuses[data-items='3'] .statuses__status {
        width: 33.33%; }
      .statuses[data-items='4'] .statuses__status {
        width: 25%; } }
  .statuses__status {
    width: 100%;
    padding-bottom: 105%;
    font-size: 10px;
    line-height: 1;
    display: block;
    position: relative; }
    .statuses__status--success .statuses__btn {
      background-color: #B8E986; }
    .statuses__status--pending .statuses__btn {
      background-color: #4A7991; }
    .statuses__status--disabled .statuses__btn {
      background-color: #EB6E6E; }
    .statuses__status .icon {
      display: block;
      font-size: 30px;
      margin-bottom: 8px;
      line-height: 1; }
      @media (max-width: 1124px) {
        .statuses__status .icon {
          font-size: 30px; } }
    @media (max-width: 1124px) {
      .statuses__status {
        padding-bottom: 0;
        float: left; } }
  .statuses__btn {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    background-color: transparent;
    padding: 0;
    pointer-events: none; }
    .statuses__btn > span {
      line-height: 1.2;
      display: inline-block; }
    @media (max-width: 1124px) {
      .statuses__btn {
        position: relative;
        height: auto;
        line-height: 40px;
        padding-top: 15px;
        padding-bottom: 15px; } }

/* ---------------------------------------------------
    Business Listing
----------------------------------------------------- */
.business-listing {
  display: table;
  width: 100%;
  max-width: 1440px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 1124px) {
    .business-listing {
      display: block; } }
  .business-listing .business-listing__content {
    position: relative;
    display: table-cell;
    vertical-align: top;
    border: 1px solid #4A7991; }
    @media (max-width: 1124px) {
      .business-listing .business-listing__content {
        display: block; } }
  .business-listing .business-listing__actions {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    max-width: 120px;
    min-width: 120px; }
    @media (max-width: 1124px) {
      .business-listing .business-listing__actions {
        height: 90px;
        display: block;
        max-width: 100%;
        width: 100%; } }
  .business-listing.locked .actions__action {
    display: none; }
    .business-listing.locked .actions__action.actions__action--activate {
      display: block !important; }
  .business-listing.locked .business-listing__locked {
    display: block; }
  .business-listing .business-listing__locked {
    display: none; }
  .business-listing .actions__action--activate {
    display: none; }
  .business-listing .form__column:nth-child(2n+1) {
    clear: left; }

/* ---------------------------------------------------
    Confirm popover
----------------------------------------------------- */
.confirm-popover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 15px;
  font-size: 9px;
  z-index: 15;
  display: none; }
  .confirm-popover h5 {
    margin-top: 0;
    font-size: 12px; }
  .confirm-popover ul {
    margin-left: 0;
    padding-left: 14px; }
  .confirm-popover p {
    margin-bottom: 9px; }
  .confirm-popover .link {
    font-size: 12px; }
  .confirm-popover--lg {
    width: 275px;
    font-size: 11px; }
    .confirm-popover--lg h5 {
      font-size: 13px;
      line-height: 1; }
    .confirm-popover--lg .link {
      font-size: 12px; }

/* ---------------------------------------------------
    Form Progress
----------------------------------------------------- */
.form-progress {
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
  position: relative; }
  .form-progress__line {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E6E6E6; }
  .form-progress__steps {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
    .form-progress__steps:after {
      content: '';
      display: table;
      clear: both; }
  .form-progress[data-items='2'] .form-progress__step {
    width: 50%; }
  .form-progress[data-items='3'] .form-progress__step {
    width: 33.33%; }
  .form-progress[data-items='4'] .form-progress__step {
    width: 25%; }
  .form-progress[data-items='5'] .form-progress__step {
    width: 20%; }
  .form-progress__step {
    position: relative;
    float: left;
    padding: 0 5px; }
    .form-progress__step:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      left: -50%;
      top: 14px;
      width: 100%;
      height: 2px;
      background-color: transparent; }
    .form-progress__step:first-child {
      margin-left: -10%; }
    .form-progress__step .form-progress__icon {
      position: relative;
      display: block;
      width: 29px;
      height: 29px;
      margin-top: 0;
      background-color: #c5c5c5;
      font-size: 10px;
      line-height: 29px;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      z-index: 1; }
    .form-progress__step .form-progress__text {
      position: relative;
      display: block;
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      padding: 8px 15px;
      color: #c5c5c5;
      z-index: 1; }
    .form-progress__step.active:before {
      background-color: #4A7991; }
    .form-progress__step.active .form-progress__icon {
      background-color: #4A7991; }
    .form-progress__step.active .form-progress__text {
      color: #4A7991; }

/* ---------------------------------------------------
    Pagination
----------------------------------------------------- */
.pagination > li {
  display: inline-block;
  vertical-align: middle; }
.pagination > li.ellipsis {
  padding: 12px 12px 0 12px; }
.pagination > li > a, .pagination > li > span {
  margin-left: 5px;
  margin-right: 5px;
  color: #4A7991; }
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff;
  background-color: #4A7991; }

/* ---------------------------------------------------
    Tutorial layer
----------------------------------------------------- */
.tutorial-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 40px;
  text-align: center;
  font-size: 18px;
  background-color: rgba(74, 121, 145, 0.9);
  color: #fff; }
  .tutorial-layer .display-t {
    max-width: 840px;
    margin: 0 auto; }
  .tutorial-layer__indicator {
    position: absolute;
    top: 40px;
    left: 40px; }
    .tutorial-layer__indicator.right {
      right: 60px;
      left: inherit; }

/* ---------------------------------------------------
    Contact Popover
----------------------------------------------------- */
.contact-popover {
  display: inline-block;
  position: relative;
  width: 320px; }
  .contact-popover__btn {
    width: 100%;
    margin-bottom: 0 !important; }
  .contact-popover__close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    display: inline-block;
    padding: 15px;
    z-index: 1; }
  .contact-popover__form {
    position: relative;
    margin-top: -46px; }
    .contact-popover__form .form {
      text-align: left;
      font-size: 12px; }
      .contact-popover__form .form label,
      .contact-popover__form .form legend {
        font-size: 12px;
        margin-bottom: 10px; }
      .contact-popover__form .form .alert {
        padding: 5px; }
      .contact-popover__form .form textarea {
        height: 100px; }

/* ---------------------------------------------------
    Filter tags
----------------------------------------------------- */
.filter-tags {
  position: relative;
  width: 100%; }
  .filter-tags__reset {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
    max-width: 25%;
    white-space: normal;
    vertical-align: top; }
    @media (max-width: 991px) {
      .filter-tags__reset {
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px; } }
    .filter-tags__reset .icon {
      vertical-align: top;
      font-size: 14px;
      font-weight: bold;
      margin-right: 5px; }
    .filter-tags__reset:active:hover, .filter-tags__reset:active:focus, .filter-tags__reset:active.focus, .filter-tags__reset.active:hover, .filter-tags__reset.active:focus, .filter-tags__reset.active.focus, .filter-tags__reset:active, .filter-tags__reset.active, .filter-tags__reset:focus, .filter-tags__reset:hover {
      box-shadow: none;
      border-color: transparent;
      background-color: transparent;
      color: #EB6E6E; }
  .filter-tags__trigger {
    padding-left: 0;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    min-width: 80px;
    text-align: left; }
    .filter-tags__trigger:active:hover, .filter-tags__trigger:active:focus, .filter-tags__trigger:active.focus, .filter-tags__trigger.active:hover, .filter-tags__trigger.active:focus, .filter-tags__trigger.active.focus, .filter-tags__trigger:active, .filter-tags__trigger.active, .filter-tags__trigger:focus, .filter-tags__trigger:hover {
      box-shadow: none;
      border-color: transparent;
      background-color: transparent;
      color: #4A7991; }
    .filter-tags__trigger .caret {
      border-width: 6px;
      transition: all .3s;
      margin: 0 5px; }
    .filter-tags__trigger[aria-expanded="true"] .caret {
      transform: rotate(180deg); }
  .filter-tags__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    max-width: 50%; }
    @media (max-width: 991px) {
      .filter-tags__list {
        max-width: 100%; } }
    .filter-tags__list li {
      display: inline-block;
      margin: 5px 10px;
      vertical-align: middle; }
    .filter-tags__list button {
      border: 0;
      background-color: #9CA0A1;
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
      padding: 6px 20px; }
  .filter-tags__options {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 30px 20px 30px 60px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
    box-shadow: 1px 1px 15px rgba(234, 234, 234, 0.4); }
  .filter-tags__colum {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    text-align: left;
    vertical-align: top;
    padding: 0 15px;
    min-width: 240px;
    margin-bottom: 20px; }
  .filter-tags__group {
    margin-bottom: 15px; }
    .filter-tags__group h5 {
      text-transform: uppercase; }
    .filter-tags__group ul {
      list-style: none;
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 0; }
      .filter-tags__group ul li {
        color: #9CA0A1;
        text-transform: uppercase;
        padding: 5px 0;
        cursor: pointer;
        transition: all .3s; }
        .filter-tags__group ul li:hover, .filter-tags__group ul li.selected {
          color: #333333;
          transition: all .3s; }
        .filter-tags__group ul li.selected:before {
          content: '\2022';
          display: inline-block;
          margin: 0 5px 0 0px; }
  .filter-tags .tag {
    border: 0;
    background-color: #9CA0A1;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 20px;
    position: relative; }
    .filter-tags .tag:after {
      content: '\e90c';
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      position: absolute;
      top: -10px;
      right: -10px;
      width: 24px;
      height: 24px;
      display: block;
      text-align: center;
      border-radius: 50%;
      background-color: #9CA0A1;
      color: black; }

/* ---------------------------------------------------
    Filter tags
----------------------------------------------------- */
.search-form {
  display: flex; }
  .search-form__filter {
    flex: 1; }
  .search-form__logos {
    flex: 0 auto; }

.search-filter {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 991px) {
    .search-filter {
      padding-right: 0px; } }
  .search-filter__group {
    margin-top: 20px;
    margin-bottom: 20px; }
  .search-filter__submit {
    text-align: left; }
    @media (max-width: 991px) {
      .search-filter__submit {
        margin-top: 0px;
        position: relative;
        width: 100%;
        bottom: 0; } }

.search-logos {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .search-logos__item {
    display: block;
    max-width: 100px; }
    .search-logos__item:not(:last-child) {
      margin-right: 20px; }
    .search-logos__item a {
      display: block; }
      .search-logos__item a img {
        display: block;
        max-width: 100%; }

/* ---------------------------------------------------
    Tooltips
----------------------------------------------------- */
.tooltip > .tooltip-inner {
  color: #fff;
  background-color: #333333;
  font-size: 11px; }

.tooltip.top .tooltip-arrow {
  border-top: 5px solid #333333; }

.tooltip.left .tooltip-arrow {
  border-left: 5px solid #333333; }

.tooltip.bottom .tooltip-arrow {
  border-bottom: 5px solid #333333; }

.tooltip.right .tooltip-arrow {
  border-right: 5px solid #333333; }

.tooltip-pending {
  font-size: 18px;
  color: #ffac00; }

/* ---------------------------------------------------
    Tooltips
----------------------------------------------------- */
.status-form {
  text-align: right; }
  .status-form .status-form__badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px; }
    .status-form .status-form__badge--pending {
      background-color: #ffac00; }
    .status-form .status-form__badge--success {
      background-color: #B8E986; }
    .status-form .status-form__badge--error {
      background-color: #EB6E6E; }

/* ---------------------------------------------------
    Order notes
----------------------------------------------------- */
.order-notes {
  margin-bottom: 50px; }
  .order-notes__title {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .order-notes__item {
    position: relative;
    background: #E6E6E6;
    padding: 20px;
    padding-top: 60px; }
    .order-notes__item:nth-child(even) {
      background: #d5d5d5; }
  .order-notes__provider {
    font-size: 18px;
    font-weight: bold;
    color: #4A7991;
    position: absolute;
    margin: 0;
    top: 20px;
    left: 20px;
    line-height: 1; }
  .order-notes__date {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    margin: 0;
    top: 20px;
    right: 20px;
    line-height: 1; }

/* ---------------------------------------------------
    Sweet alert
----------------------------------------------------- */
.swal2-actions button {
  margin: 0 20px; }

input[type='text'],
input[type='number'],
textarea {
  font-size: 16px;
  resize: none; }

legend {
  font-size: inherit;
  border: 0;
  color: inherit; }

/**
* Form
*/
.form legend {
  font-size: 16px;
  border: 0; }
.form label {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  color: #181818; }
.form .form-group:after {
  content: '';
  display: table;
  clear: both; }
.form .form-group .btn {
  margin-bottom: 5px; }
.form .form-group .tooltip-pending {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -15px;
  display: none; }
  .notification-content .form .form-group .tooltip-pending {
    right: 20px; }
.form .form-group.form-pending {
  position: relative; }
  .form .form-group.form-pending .tooltip-pending {
    display: block; }
.form .form-control {
  border-radius: 0;
  background: transparent;
  box-shadow: none; }
  .form .form-control:focus, .form .form-control:active {
    outline: 0;
    box-shadow: none; }
.form .control-label {
  text-transform: uppercase; }
.form .error {
  font-size: 10px;
  display: block;
  color: #EB6E6E;
  margin-top: 5px; }
  .form .error + .error {
    margin-top: 0px; }
.form .input-group-addon {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  padding: 0; }
  .form .input-group-addon button {
    border: 0;
    padding: 8px 15px; }
.form .help-block {
  line-height: 1;
  font-size: 10px; }
.form .btn-inline-group .btn {
  min-width: 16.66%; }
.form .form-inline .form-group {
  margin-right: 15px; }

.checkbox-inline:first-child,
.radio-inline:first-child {
  padding-left: 0; }

/**
* Radiobuttons
*/
.custom-radio [type="radio"] {
  position: absolute;
  left: -9999px; }
  .custom-radio [type="radio"] + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block; }
  .custom-radio [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #4A7991;
    border-radius: 100%;
    background: #fff; }
  .custom-radio [type="radio"]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #181818;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.custom-radio.custom-radio--lg [type="radio"] + label {
  font-size: 18px;
  line-height: 28px;
  padding-left: 40px; }
  @media (max-width: 767px) {
    .custom-radio.custom-radio--lg [type="radio"] + label {
      font-size: 14px; } }
.custom-radio.custom-radio--lg [type="radio"] + label:before {
  width: 28px;
  height: 28px; }
.custom-radio.custom-radio--lg [type="radio"]:checked + label:after {
  width: 18px;
  height: 18px;
  top: 5px;
  left: 5px; }

/**
* Radio status
*/
.radio-status {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  border-radius: 4px;
  padding: 0px;
  font-size: 11px;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: uppercase;
  color: #555555;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: 0; }
  .radio-status:first-child {
    border-top: 0; }
  .radio-status [type="radio"] {
    position: absolute;
    left: -9999px; }
  .radio-status + .radio-status {
    margin-top: 0; }
  .radio-status label {
    display: block;
    padding: 8px 14px 4px 14px;
    color: #555555;
    cursor: initial; }
    .radio-status label .icon {
      display: block;
      font-size: 14px;
      text-align: center;
      margin-bottom: 5px; }
  .radio-status [type="radio"] + label {
    cursor: pointer; }
  .radio-status.checked label {
    background: #9CA0A1;
    color: #fff; }
    .radio-status.checked label.radio-status__pending {
      background-color: #88CCF1; }
    .radio-status.checked label.radio-status__denied {
      background-color: #EB6E6E; }
    .radio-status.checked label.radio-status__confirmed {
      background-color: #B8E986; }
    .radio-status.checked label.radio-status__ongoing {
      background-color: #68A8C9; }
    .radio-status.checked label.radio-status__delivered {
      background-color: #4A7991; }
    .radio-status.checked label.radio-status__invoided {
      background-color: #555555; }
  .radio-status.loading label {
    font-size: 0 !important;
    min-height: 66px; }
    .radio-status.loading label .icon {
      font-size: 0 !important;
      min-width: 0 !important;
      min-height: 0 !important;
      width: 21px !important;
      height: 21px !important;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 50%;
      padding: 0 !important;
      border: 3px solid white !important;
      border-bottom: 3px solid rgba(0, 0, 0, 0.2) !important;
      border-left: 3px solid rgba(0, 0, 0, 0.2) !important;
      background-color: transparent !important;
      transition: all .3s;
      animation-name: rotateAnimation;
      -webkit-animation-name: wk-rotateAnimation;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }

/**
* Form search
*/
.form-search {
  margin-top: 15px;
  margin-bottom: 15px; }

.input-search.input-group {
  position: relative;
  width: 100%; }
  .input-search.input-group .form-control {
    padding-left: 50px;
    width: 100%; }
.input-search .input-group-addon {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 50px;
  height: 99%;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  z-index: 10; }
  .input-search .input-group-addon button {
    border: 0;
    padding: 8px 15px;
    background: none;
    appearance: none;
    border: 0;
    outline: none; }

/**
* Form--dark-theme
*/
.form--dark-theme legend {
  color: #fff; }
.form--dark-theme label {
  color: #fff; }
.form--dark-theme .form-control-static,
.form--dark-theme .form-control {
  border: 1px solid transparent;
  border-bottom-color: #ffffff;
  color: #ffffff; }
.form--dark-theme .custom-select {
  display: block; }
.form--dark-theme .custom-select:after {
  color: #fff; }
.form--dark-theme .help-block {
  color: #fff; }
.form--dark-theme .placeholder-input label {
  padding-left: 0;
  padding-right: 0; }
.form--dark-theme .placeholder-input .form-control {
  padding-left: 0;
  padding-right: 0; }

/**
* Form--light-theme
*/
.form--light-theme label {
  color: #fff; }
.form--light-theme .form-control {
  border: 1px solid #fff;
  border-bottom-color: #ffffff;
  color: #181818;
  background-color: #fff; }
  .form--light-theme .form-controltextarea {
    resize: none; }
.form--light-theme .placeholder-input label {
  color: #fff;
  opacity: 1; }
.form--light-theme .placeholder-input.is-empty label {
  color: #181818; }

/**
* Form table theme
*/
.form--table-theme fieldset {
  margin-top: 30px;
  margin-bottom: 30px; }

/**
* Form--table-striped
*/
.form--table-striped fieldset {
  margin-top: 30px;
  margin-bottom: 30px; }
.form--table-striped .form-group--table.readonly:nth-child(odd) .control-label {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6; }
.form--table-striped .form-group--table.readonly:nth-child(odd) .form-control,
.form--table-striped .form-group--table.readonly:nth-child(odd) .form-control-static {
  background-color: #E6E6E6;
  border-color: #E6E6E6; }
.form--table-striped .form-group--table.readonly:nth-child(even) .control-label {
  background-color: #fff;
  border: 1px solid #fff; }
.form--table-striped .form-group--table.readonly:nth-child(even) .form-control,
.form--table-striped .form-group--table.readonly:nth-child(even) .form-control-static {
  border-color: #fff;
  background-color: #fff; }
.form--table-striped .form-group--table.readonly:nth-child(even) .input-group-addon {
  border-color: #fff;
  background-color: #fff; }
.form--table-striped .form-group--table:not(.readonly) {
  outline: 1px solid #4A7991; }

/**
* Form static
*/
.form--static.editing .form__column:nth-child(odd) .control-label {
  background-color: #E6E6E6; }
.form--static.editing .form__column:nth-child(even) .control-label {
  background-color: #c5c5c5; }
.form--static.editing .form-control-static {
  display: none; }
.form--static.editing .form-control {
  display: block; }
  .form--static.editing .form-control.inline {
    display: inline-block;
    width: auto; }
.form--static .error {
  position: absolute;
  top: 5px;
  right: 10px; }
.form--static .form-group {
  margin-bottom: 0; }
.form--static .control-label {
  padding: 12px 12px 4px 30px;
  margin-bottom: 0; }
.form--static .form-control-static,
.form--static .form-control {
  font-size: 30px; }
  @media (max-width: 1600px) {
    .form--static .form-control-static,
    .form--static .form-control {
      font-size: 21px; } }
  @media (max-width: 767px) {
    .form--static .form-control-static,
    .form--static .form-control {
      font-size: 18px; } }
.form--static .form-control-static {
  padding-left: 12px;
  padding-right: 12px; }
.form--static .form-control {
  display: none;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  border: 0; }

/**
* Form Group theme
*/
.form-group--table {
  min-height: 50px;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
  position: relative; }
  @media (max-width: 1124px) {
    .form-group--table {
      height: auto; } }
  .form-group--table .error {
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 10; }
  .form-group--table.form-group--table--texarea {
    display: block;
    height: auto; }
    .form-group--table.form-group--table--texarea .form-control {
      height: auto; }
    .form-group--table.form-group--table--texarea .input-group-addon {
      display: block;
      height: 50px;
      float: right; }
  .form-group--table .form-control-static {
    padding: 16px 12px 6px 25px;
    color: #555555;
    font-size: 14px;
    height: 50px; }
  .form-group--table.readonly:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10; }
  .form-group--table.readonly .btn.btn-done {
    display: none; }
  .form-group--table.readonly .btn.btn-edit {
    display: block; }
  .form-group--table.readonly .custom-select {
    color: transparent; }
  .form-group--table:not(.readonly) .btn.btn-done {
    display: block; }
  .form-group--table:not(.readonly) .btn.btn-edit {
    display: none; }
  .form-group--table .control-label {
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 12px 0px 25px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0; }
    .form-group--table .control-label:before {
      content: '';
      height: 100%;
      width: 0;
      display: inline-block;
      vertical-align: middle;
      font-size: 0;
      overflow: hidden; }
    .form-group--table .control-label span {
      line-height: 1.2;
      display: inline-block;
      vertical-align: middle; }
  .form-group--table .form-control {
    font-size: 14px;
    padding: 6px 12px 6px 25px;
    height: 50px;
    border: 1px solid #E6E6E6; }
    .form-group--table .form-control:not(:read-only):focus {
      box-shadow: 0 1px 3px #c5c5c5; }
  .form-group--table .input-group-addon {
    border: 0;
    background-color: #E6E6E6;
    border-radius: 0;
    width: 120px;
    color: #4A7991;
    padding: 14px 12px;
    position: relative;
    z-index: 12; }
    @media (max-width: 767px) {
      .form-group--table .input-group-addon {
        width: 60px; } }
    .form-group--table .input-group-addon .icon {
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
    .form-group--table .input-group-addon .btn {
      font-size: 12px;
      color: inherit;
      background-color: transparent;
      border: 0;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%; }
      .form-group--table .input-group-addon .btn:focus {
        border: 1px solid #4A7991; }
      @media (max-width: 767px) {
        .form-group--table .input-group-addon .btn {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 10px; } }
    .form-group--table .input-group-addon .btn-done,
    .form-group--table .input-group-addon .btn-edit {
      text-transform: none; }
  .form-group--table .custom-select {
    display: table-cell; }
  .form-group--table textarea {
    height: auto; }

/**
* Placeholder-input
*/
.placeholder-input label {
  display: block;
  transition: all .5s;
  transform: translateY(0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5rem .75rem 0 .75rem;
  text-transform: uppercase;
  opacity: .6;
  letter-spacing: 0;
  font-weight: normal; }
.placeholder-input.is-empty label {
  transform: translateY(100%);
  opacity: .4;
  pointer-events: none; }

/**
* Custom select
*/
.custom-select {
  position: relative;
  display: inline-block;
  color: #555555; }
  .custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    padding-right: 35px;
    position: relative; }
  .custom-select:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    line-height: 0;
    content: "\f107";
    font: normal normal normal 24px/1 FontAwesome;
    text-align: center;
    display: block;
    padding: 4px 0px;
    pointer-events: none; }

/**
* Daterange
*/
.input-daterange {
  border-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #333333; }
  .input-daterange .input-group-addon {
    background-color: transparent;
    border: 0;
    border-radius: 0; }
  .input-daterange .hyphen {
    display: inline-block;
    width: 6%;
    float: left;
    text-align: center;
    vertical-align: middle;
    padding: 6px 2px; }
  .input-daterange .form-control {
    border-color: transparent;
    display: inline-block;
    width: 47%; }

/**
* Datepicker
*/
.datepicker-dropdown {
  width: 400px;
  height: 400px;
  z-index: 20 !important; }
  @media (max-width: 767px) {
    .datepicker-dropdown {
      width: 300px;
      height: 400px; } }
  .datepicker-dropdown .table-condensed {
    width: 100%;
    height: 380px;
    border: none; }
    .datepicker-dropdown .table-condensed thead tr {
      font-size: 16px; }
    .datepicker-dropdown .table-condensed thead tr:last-child {
      font-size: 12px; }
    .datepicker-dropdown .table-condensed thead th {
      padding-top: 15px;
      padding-bottom: 15px;
      text-transform: uppercase;
      font-weight: normal; }
    .datepicker-dropdown .table-condensed thead .next,
    .datepicker-dropdown .table-condensed thead .prev {
      text-indent: -9999px;
      position: relative; }
    .datepicker-dropdown .table-condensed thead .next:before,
    .datepicker-dropdown .table-condensed thead .prev:before {
      content: '1';
      position: absolute;
      width: 100%;
      display: block;
      top: 0;
      left: 0;
      text-indent: 0;
      top: 50%;
      margin-top: -15px; }
    .datepicker-dropdown .table-condensed thead .prev:before {
      content: '\f104';
      font: normal normal normal 28px/1 FontAwesome; }
    .datepicker-dropdown .table-condensed thead .next:before {
      content: '\f105';
      font: normal normal normal 28px/1 FontAwesome; }
    .datepicker-dropdown .table-condensed td {
      border: 1px solid #E6E6E6;
      border-radius: 0;
      font-size: 11px; }
    .datepicker-dropdown .table-condensed td.today,
    .datepicker-dropdown .table-condensed td.today:hover {
      background-color: #c5c5c5;
      border-color: inherit; }
    .datepicker-dropdown .table-condensed td.active.active,
    .datepicker-dropdown .table-condensed td.active.highlighted.active,
    .datepicker-dropdown .table-condensed td.active.highlighted:active,
    .datepicker-dropdown .table-condensed td.active:active {
      color: #fff;
      background-color: #4A7991;
      border-color: #4A7991; }
    .datepicker-dropdown .table-condensed td.selected.range-start {
      background-color: #4A7991;
      border-color: #4A7991;
      text-shadow: none; }
      .datepicker-dropdown .table-condensed td.selected.range-start:focus, .datepicker-dropdown .table-condensed td.selected.range-start:hover, .datepicker-dropdown .table-condensed td.selected.range-start.active, .datepicker-dropdown .table-condensed td.selected.range-start:active {
        background-color: #4A7991;
        border-color: #4A7991; }
    .datepicker-dropdown .table-condensed td.selected.range-end {
      background-color: #EB6E6E;
      border-color: #EB6E6E;
      text-shadow: none; }
      .datepicker-dropdown .table-condensed td.selected.range-end:focus, .datepicker-dropdown .table-condensed td.selected.range-end:hover, .datepicker-dropdown .table-condensed td.selected.range-end.active, .datepicker-dropdown .table-condensed td.selected.range-end:active {
        background-color: #EB6E6E;
        border-color: #EB6E6E; }
    .datepicker-dropdown .table-condensed td.active.active.focus,
    .datepicker-dropdown .table-condensed td.active.active:focus,
    .datepicker-dropdown .table-condensed td.active.active:hover,
    .datepicker-dropdown .table-condensed td.active.highlighted.active.focus,
    .datepicker-dropdown .table-condensed td.active.highlighted.active:focus,
    .datepicker-dropdown .table-condensed td.active.highlighted.active:hover,
    .datepicker-dropdown .table-condensed td.active.highlighted:active.focus,
    .datepicker-dropdown .table-condensed td.active.highlighted:active:focus,
    .datepicker-dropdown .table-condensed td.active.highlighted:active:hover,
    .datepicker-dropdown .table-condensed td.active:active.focus,
    .datepicker-dropdown .table-condensed td.active:active:focus,
    .datepicker-dropdown .table-condensed td.active:active:hover {
      text-shadow: none; }
    .datepicker-dropdown .table-condensed td.selected.active,
    .datepicker-dropdown .table-condensed td.selected.highlighted.active,
    .datepicker-dropdown .table-condensed td.selected.highlighted:active,
    .datepicker-dropdown .table-condensed td.selected:active {
      border-color: inherit; }
    .datepicker-dropdown .table-condensed td.range {
      border-color: #E6E6E6;
      color: #555555; }
      .datepicker-dropdown .table-condensed td.range:focus, .datepicker-dropdown .table-condensed td.range:hover, .datepicker-dropdown .table-condensed td.range.active, .datepicker-dropdown .table-condensed td.range:active {
        border-color: #E6E6E6; }
    .datepicker-dropdown .table-condensed td.range.today {
      border: 1px solid #f7cb76; }

/**
* Select 2
*/
.select2 {
  max-width: 100%; }
  .select2 .select2-selection {
    padding-right: 30px;
    border-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #333333;
    min-height: 35px; }
    .select2 .select2-selection:after {
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 100%;
      line-height: 38px;
      content: "\f107";
      font: normal normal normal 24px/1 FontAwesome;
      text-align: center;
      display: block;
      padding: 4px 0px; }
  .select2--no-borders + .select2 .select2-selection {
    border: 0; }
  .select2 .select2-selection--single,
  .select2 .select2-container--default,
  .select2 .select2-selection--multiple {
    border-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #333333;
    min-height: 35px;
    outline: 0;
    text-transform: uppercase; }

.select2-container--focus,
.select2-container {
  outline: 0; }

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #333333; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #c5c5c5; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  border-color: transparent;
  background-color: #E6E6E6; }
.select2-container--default .select2-results__options,
.select2-container--default .select2-selection__choice {
  text-transform: uppercase; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-search--dropdown .select2-search__field {
  outline: 0; }

/**
* Upload Group
*/
.upload-images {
  position: relative; }

.upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #E6E6E6;
  width: 180px;
  height: 160px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }
  .upload .upload__btn {
    color: gray;
    background-color: #E6E6E6;
    padding: 8px 50px;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    display: inline-block;
    border: 0; }
    .upload .upload__btn .icon {
      display: block;
      font-size: 30px;
      line-height: 50px; }
    .upload .upload__btn.loading .icon {
      font-size: 0 !important;
      min-width: 0 !important;
      min-height: 0 !important;
      width: 36px !important;
      height: 36px !important;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      padding: 0 !important;
      border: 3px solid white !important;
      border-bottom: 3px solid rgba(0, 0, 0, 0.6) !important;
      border-left: 3px solid rgba(0, 0, 0, 0.6) !important;
      background-color: transparent !important;
      transition: all .3s;
      animation-name: rotateAnimation;
      -webkit-animation-name: wk-rotateAnimation;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }
  .upload .upload__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .upload .upload__preview img {
      pointer-events: visible;
      position: relative;
      z-index: 1;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
    .upload .upload__preview img[src=""] {
      display: none; }
    .upload .upload__preview img[src=""] + .upload__delete {
      display: none; }
    .upload .upload__preview .upload__delete {
      position: absolute;
      right: 0;
      bottom: 0;
      border: 0;
      background-color: #EB6E6E;
      color: #fff;
      padding: 2px;
      width: 50px;
      height: 50px;
      font-size: 9px;
      text-transform: uppercase;
      pointer-events: visible;
      opacity: 0;
      z-index: 2; }
      .upload .upload__preview .upload__delete .icon {
        display: block;
        font-size: 20px;
        line-height: 30px; }
    .upload .upload__preview img:hover + .upload__delete {
      opacity: 1; }
  .upload input[type=file] {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

.fileinput {
  position: relative; }
  .fileinput input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none;
    cursor: inherit;
    display: block; }
  .fileinput .fileinput__caption {
    height: auto;
    padding: 12px 21px; }
  .fileinput .fileinput__caption__name {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    background: 0 0;
    outline: 0; }
  .fileinput .fileinput__submit,
  .fileinput .fileinput__upload {
    background-color: #E6E6E6;
    color: #4A7991;
    border-color: #E6E6E6; }
  .fileinput .fileinput__submit {
    display: none;
    position: relative;
    z-index: 10; }

/**
* Units input
*/
.units-input {
  color: #4A7991;
  height: 40px;
  max-width: 120px; }
  .units-input .input-group-btn {
    border: 1px solid #4A7991; }
  .units-input .input-group-btn:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 0; }
  .units-input .input-group-btn:last-child {
    border-radius: 0 5px 5px 0; }
  .units-input .form-control {
    background-color: transparent;
    border: 1px solid #4A7991;
    color: #4A7991;
    height: 40px; }
  .units-input .btn {
    padding: 5px 8px;
    height: 100%;
    display: block;
    border-radius: 5px;
    outline: 0;
    background: transparent;
    border-color: transparent; }

.labels-form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  background: #eeeeee;
  text-align: center; }
  .labels-form label {
    margin: 0;
    text-transform: uppercase; }
  .labels-form input[type=number] {
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center; }

/* ---------------------------------------------------
    LOGIN
----------------------------------------------------- */
/**
* Page Login
*/
.page-login {
  height: 100%;
  width: 100%;
  background: url(../img/bg-login.png) no-repeat center center;
  background-size: cover; }
  .page-login .page-content {
    height: 90vh; }
  .page-login .page-content .container {
    height: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto; }
  .page-login .mfp-bg {
    background-color: transparent; }

/**
* Site Header Login
*/
.site-header-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4.2rem; }

/**
* Login logo
*/
.login-logo {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .login-logo img {
    margin-left: auto;
    margin-right: auto; }

/**
* form-login
*/
#form-login .form-control {
  border-color: #fff;
  color: #fff;
  text-align: center;
  opacity: 1;
  padding: 12px;
  height: 50px;
  line-height: 50px; }
#form-login .form-group label {
  text-align: center;
  line-height: 40px;
  opacity: 1; }
#form-login button[type="submit"] {
  margin-top: 40px;
  margin-bottom: 40px;
  min-width: 175px; }
#form-login .btn-group {
  text-align: center;
  width: 100%; }
#form-login .link {
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: inline-block; }
#form-login .btn-new-user {
  float: none;
  border-radius: 30px;
  border: 3px solid #4A7991;
  color: #4A7991;
  padding-left: 50px;
  text-transform: none;
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
  box-shadow: none; }
  #form-login .btn-new-user i {
    color: #fff;
    background-color: #4A7991;
    width: 40px;
    position: absolute;
    display: block;
    height: calc(100% + 3px);
    left: -2px;
    top: -2px;
    border-radius: 30px 0 0 30px;
    font-size: 18px;
    line-height: 40px; }
  #form-login .btn-new-user:hover {
    color: #fff;
    background-color: #4A7991; }

/**
* form-recovery-popup
*/
#form-recovery-popup {
  max-width: 415px; }
  #form-recovery-popup legend {
    font-size: 14px; }
  #form-recovery-popup button[type="submit"] {
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 105px; }

/**
* form-new-user-popup
*/
#form-new-user-popup {
  padding-left: 80px;
  padding-right: 80px; }
  #form-new-user-popup fieldset {
    margin-bottom: 15px; }
  #form-new-user-popup legend {
    font-size: 18px; }
  #form-new-user-popup button[type="submit"] {
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 195px; }
  #form-new-user-popup .custom-select {
    display: block;
    margin-bottom: 15px; }
    #form-new-user-popup .custom-select select {
      text-align: center;
      border-color: #fff;
      background-color: #fff;
      color: #000;
      padding: 20px 35px 20px 20px;
      height: 60px; }
    #form-new-user-popup .custom-select:after {
      right: 10px;
      color: #000; }
  #form-new-user-popup .placeholder-input label {
    padding-left: 0;
    padding-right: 0; }

/* ---------------------------------------------------
    INDEX
----------------------------------------------------- */

/*# sourceMappingURL=make-it-yours-marketplace-styles.css.map */
