/* @version 8.2 [rev.8.2.02] */
/* NAVBAR */
.navbar-nav {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

/* /NAVBAR */
/* TABLES */
.table caption {
  padding: .75rem;
  caption-side: top; }
.table .size-large {
  width: 36%; }
.table .size-medium {
  width: 24%; }
.table .size-small {
  width: 18%; }
.table .size-mini {
  width: 12%; }
.table .size-tiny {
  width: 4%; }
.table .size-actions {
  width: 18%; }
.table .size-min-large {
  min-width: 360px; }
.table .size-min-medium {
  min-width: 240px; }
.table .size-min-small {
  min-width: 160px; }
.table .size-min-mini {
  min-width: 105px; }
.table .size-min-tiny {
  min-width: 45px; }
.table .td-sm {
  font-weight: normal !important;
  font-size: 85%; }
@media (max-width: 1199.98px) {
  .table-responsive .table {
    min-width: 1024px; } }
@media (min-width: 1200px) {
  .table .size-large {
    width: 360px; }
  .table .size-medium {
    width: 240px; }
  .table .size-small {
    width: 160px; }
  .table .size-mini {
    width: 105px; }
  .table .size-tiny {
    width: 45px; }
  .table .size-actions {
    width: 160px; } }

/* /TABLES */
/* FEATHER */
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }
  .feather.feather-lg {
    width: 24px;
    height: 24px; }
  .feather.feather-sm, small .feather {
    width: 14px;
    height: 14px; }

/* /FEATHER */
/* NO-WRAP */
.nowrap {
  white-space: nowrap; }

/* /NO-WRAP */
/* LISTS RESET */
ul {
  display: block;
  list-style-type: disc;
  margin: 0 0 1em;
  padding-left: 40px; }

ol {
  display: block;
  list-style-type: decimal;
  margin: 0 0 1em;
  padding-left: 40px; }

ul ul, ol ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em; }

ol ol, ul ol {
  list-style-type: lower-roman;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em; }

/* /LISTS RESET */
/* CODE TEXTAREA */
textarea.textarea-code {
  font-family: Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.2;
  background-color: #FAF8CC; }

/* /CODE TEXTAREA */
/* SCROLLABLE WELL */
.well-scrollable {
  max-height: 300px;
  overflow-y: scroll; }

/* /SCROLLABLE WELL */
/* ALERT */
.alert .feather {
  vertical-align: text-top;
  width: 24px;
  height: 24px; }

/* /ALERT */
/* PAYMENT BOX */
.payment-box {
  border-bottom: 1px dotted #eeeff0; }
  .payment-box .payment-logo {
    max-width: 150px; }

/* /PAYMENT BOX */
/* LISTINGS CAROUSEL */
.carousel-control-prev,
.carousel-control-next {
  width: 5%; }
  @media (min-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
      bottom: auto;
      margin-top: 180px; } }
  .carousel-control-prev .glyphicon,
  .carousel-control-next .glyphicon {
    font-size: 24px;
    color: #000; }

/* /LISTINGS CAROUSEL */
/* LOADING MODAL */
body.loading {
  overflow: hidden; }

.loading-modal {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("../img/svg-loaders/oval.svg");
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  body.loading .loading-modal {
    display: block; }

/* /LOADING MODAL */
/* FORMS */
/* reset checkbox and radio top padding to match top padding of labels in horizontal forms */
.form-check {
  padding-top: calc(.375rem + 1px); }

.form-control.form-check-input {
  height: auto; }

@media (min-width: 1200px) {
  .col-form-label {
    flex: 0 1 225px; }

  .col-form-input {
    flex: 1;
    max-width: 100%; } }
.form-inline {
  flex-flow: nowrap; }

input[type="checkbox"],
input[type="radio"] {
  width: auto; }

/* /FORMS */
/* TEXT FIELDS WITH ICONS */
.has-icons {
  position: relative;
  display: inline-block; }
  .has-icons.has-icons-block {
    display: block !important; }
  .has-icons .icon-left, .has-icons .icon-right {
    position: absolute;
    top: 10px; }
    .has-icons .icon-left:hover, .has-icons .icon-right:hover {
      cursor: pointer; }
  .has-icons .icon-left {
    left: 10px; }
  .has-icons .icon-right {
    right: 10px; }
  .has-icons .has-icon-left {
    padding-left: 34px; }
  .has-icons .has-icon-right {
    padding-right: 34px; }

/* /TEXT FIELDS WITH ICONS */
/* CUSTOM FORMS */
.form-purchase-confirm {
  width: 100%;
  max-width: 310px; }

.form-sign-in {
  width: 100%;
  max-width: 420px; }
  .bootbox-body .form-sign-in {
    max-width: 100%; }

/* /CUSTOM FORMS */
/* FLOATING LABELS */
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
  /* Fallback for Edge  */
  /* Fallback for IE  */ }
  .form-label-group > input {
    height: auto; }
  .form-label-group > input, .form-label-group > label {
    padding: 0.75rem 0.75rem; }
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #343a40;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out; }
  .form-label-group input::-webkit-input-placeholder {
    color: transparent; }
  .form-label-group input:-ms-input-placeholder {
    color: transparent; }
  .form-label-group input::-ms-input-placeholder {
    color: transparent; }
  .form-label-group input::-moz-placeholder {
    color: transparent; }
  .form-label-group input::placeholder {
    color: transparent; }
  .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem; }
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    color: #777; }
  @supports (-ms-ime-align: auto) {
    .form-label-group > label {
      display: none; }
    .form-label-group input::-ms-input-placeholder {
      color: #777; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
      display: none; }
    .form-label-group input:-ms-input-placeholder {
      color: #777; } }

/* /FLOATING LABELS */
/* BLOCKQUOTES */
.bq {
  background-color: rgba(108, 117, 125, 0.1);
  border-left: 5px solid #6c757d;
  padding: 1rem; }
  .bq.bq-info {
    background-color: rgba(0, 123, 255, 0.1);
    border-left-color: #007bff; }
  .bq.bq-success {
    background-color: rgba(40, 167, 69, 0.1);
    border-left-color: #28a745; }
  .bq.bq-danger {
    background-color: rgba(220, 53, 69, 0.1);
    border-left-color: #dc3545; }

/* /BLOCKQUOTES */
/* DEFINITION LISTS */
/* definition list with variable title width */
.dl-variable {
  max-width: 600px;
  overflow: auto; }
  .dl-variable dt {
    float: left;
    clear: left;
    font-size: 95%;
    color: #343a40; }
    .dl-variable dt .feather {
      width: 14px;
      height: 14px;
      color: #6c757d; }
    .dl-variable dt span:after {
      content: ":"; }
  .dl-variable dd {
    display: table-cell;
    padding-left: .5rem;
    padding-bottom: .25rem; }
  .dl-variable.dl-condensed {
    font-size: 90%;
    margin-bottom: 0; }
    .dl-variable.dl-condensed dt {
      padding-right: .25rem; }
    .dl-variable.dl-condensed dd {
      display: inherit;
      padding-bottom: 0;
      margin-bottom: 0; }

/* large definition list */
.dl-lg dt .feather {
  width: 24px;
  height: 24px; }
.dl-lg dd {
  font-size: 1rem; }

/* /large definition list */
.dl-indented dt {
  margin-top: .5rem;
  margin-bottom: .5rem; }
.dl-indented dd {
  margin-left: .5rem;
  margin-bottom: .25rem; }

@media (min-width: 1200px) {
  .dl-flex dt {
    flex: 0 1 225px; }
  .dl-flex dd {
    flex: 1;
    max-width: 100%; } }
/* /DEFINITION LISTS */
/* BUTTONS STICKY BOTTOM */
.buttons-sticky-bottom {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  padding: .75rem 0;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .buttons-sticky-bottom {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; }
      .buttons-sticky-bottom button {
        display: inline-block; } }
  .form-sticky-buttons .buttons-sticky-bottom {
    display: none; }

/* /BUTTONS STICKY BOTTOM */
/* COOKIE USAGE */
.cookie-usage {
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 2; }

/* /COOKIE USAGE */
/* INPUT FIELDS */
.input-tiny,
.input-mini,
.input-small,
.input-default,
.input-medium,
.input-large,
.input-xlarge {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-tiny,
  .navbar-form .input-tiny,
  .form-inline .input-tiny {
    width: 60px; }

  .input-mini,
  .navbar-form .input-mini,
  .form-inline .input-mini {
    width: 90px; }

  .input-small,
  .navbar-form .input-small,
  .form-inline .input-small {
    width: 125px; }

  .input-default,
  .navbar-form .input-default,
  .form-inline .input-default {
    width: 200px; }

  .input-medium,
  .navbar-form .input-medium,
  .form-inline .input-medium {
    width: 270px; }

  .input-large,
  .navbar-form .input-large,
  .form-inline .input-large {
    width: 400px; }

  .input-xlarge,
  .navbar-form .input-xlarge,
  .form-inline .input-xlarge {
    width: 500px; } }
/* /INPUT FIELDS */
/* TEXT COLORS */
.text-sm {
  font-size: 90%; }
.text-lg {
  font-size: 120%; }
.text-bold {
  font-weight: 600; }
.text-buyout {
  color: #0062cc; }
.text-classified {
  color: #343a40; }
.text-under-reserve {
  color: #bd2130; }
.text-over-reserve {
  color: #1e7e34; }
.text-red {
  color: #d32535; }
.text-green {
  color: #23923d; }
.text-blue {
  color: #006fe6; }
.text-gold {
  color: #fbc404; }
.text-orange {
  color: #ff9600; }
.text-black {
  color: #000000; }

/* /TEXT */
/* /TEXT COLORS */
/* BUTTONS */
/* blue button */
.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-blue:hover {
    color: #fff;
    background-color: #006fe6;
    border-color: #006fe6; }

/* /blue button */
/* green button */
.btn-green {
  color: #fff;
  background-color: #00a651;
  border-color: #008d45; }
  .btn-green:hover {
    color: #fff;
    background-color: #007338;
    border-color: #004f27; }

/* /green button */
/* red button */
.btn-red {
  color: #fff;
  background-color: #d42020;
  border-color: #d42020; }
  .btn-red:hover {
    color: #fff;
    background-color: #a81919;
    border-color: #9f1818; }

/* /red button */
/* gold button */
.btn-gold {
  color: #846e20;
  background-color: #fcd036;
  border-color: #fcd036; }
  .btn-gold:hover {
    color: #846e20;
    background-color: #fbc404;
    border-color: #f1bc04; }

/* /gold button */
/* black button */
.btn-black {
  color: #fff;
  background-color: #303641;
  border-color: #252a32; }
  .btn-black:hover {
    color: #fff;
    background-color: #1a1e24;
    border-color: #0b0d0f; }

/* /black button */
/* orange button */
.btn-orange {
  color: #fff;
  background-color: #ff9600;
  border-color: #ff9600; }
  .btn-orange:hover {
    color: #fff;
    background-color: #cc7800;
    border-color: #c27200; }

/* /orange button */
/* default button - backwards compatibility */
.btn-default {
  color: #212529;
  background-color: #eeeff0;
  border-color: #eeeff0; }
  .btn-default:hover {
    color: #212529;
    background-color: #d7dbdf;
    border-color: #d7dbdf; }

/* /default button - backwards compatibility */
/* /BUTTONS */
.btn {
  /* ICON BUTTONS */
  /* /ICON BUTTONS */ }
  .btn.btn-sm .feather {
    width: 14px;
    height: 14px; }
  .btn.btn-icon {
    position: relative;
    text-align: left !important; }
    .btn.btn-icon i, .btn.btn-icon .feather {
      position: absolute;
      right: .75rem;
      top: .7rem; }

/* ICON COLORS */
.btn-blue.btn-icon i {
  background-color: #005cbf;
  border-left-color: #005cbf; }
.btn-green.btn-icon i {
  background-color: #007d3d;
  border-left-color: #007d3d; }
.btn-red.btn-icon i {
  background-color: #b11b1b;
  border-left-color: #b11b1b; }
.btn-gold.btn-icon i {
  background-color: #fbc70e;
  border-left-color: #fbc70e; }
.btn-black.btn-icon i {
  background-color: #1f232a;
  border-left-color: #1f232a; }
.btn-orange.btn-icon i {
  background-color: #e68700;
  border-color: #e68700; }
.btn-default.btn-icon i {
  background-color: #ebebeb; }
.btn-primary.btn-icon i {
  background-color: #006fe6; }
.btn-secondary.btn-icon i {
  background-color: #468fb8; }
.btn-success.btn-icon i {
  background-color: #4bad4b; }
.btn-warning.btn-icon i {
  background-color: #f29b20; }
.btn-danger.btn-icon i {
  background-color: #da3430; }
.btn-info.btn-icon i {
  background-color: #35bde5; }

/* /ICON COLORS */
/* USER REPUTATION STARS */
.star-yellow {
  color: #FDD017; }
.star-green {
  color: #41A317; }
.star-blue {
  color: #0074f0; }
.star-red {
  color: #E42217; }
.star-gold {
  color: #D4A017; }

/* /USER REPUTATION STARS */
/* IMAGE RETINA DISPLAY CLASSES */
.img-xs {
  width: 24px; }

.img-sm {
  width: 64px; }

.img-md {
  width: 96px; }

.img-lg {
  width: 128px; }

/* /IMAGE RETINA DISPLAY CLASSES */
/* MEDIA THUMBNAIL DIVS */
.jq-thumbs {
  overflow: hidden; }

.jq-thumb {
  overflow: hidden;
  float: left;
  padding: .5rem;
  margin: .5rem 0;
  border: 1px solid #eeeff0;
  border-radius: .25rem;
  text-align: center; }
  .jq-thumb .jq-thumb-delete {
    margin-top: 1rem;
    text-align: center;
    cursor: pointer;
    display: block; }

.jq-thumb + .jq-thumb {
  margin-left: .5rem; }

/* /MEDIA THUMBNAIL DIVS */
/* DATE & DATETIME FORM ELEMENTS */
.element-date,
.datetimepicker-input {
  cursor: pointer;
  background-color: #fafafa !important; }

/* /DATE & DATETIME FORM ELEMENTS */
/* LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
.language-dropdown .btn,
.user-dropdown .btn {
  background-color: transparent; }
  .language-dropdown .btn:hover, .language-dropdown .btn:focus,
  .user-dropdown .btn:hover,
  .user-dropdown .btn:focus {
    box-shadow: none; }
.language-dropdown .dropdown-item,
.user-dropdown .dropdown-item {
  padding: .125rem 1rem; }

/* /LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
/* SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
.cart-dropdown .feather {
  width: 18px;
  height: 18px; }
.cart-dropdown > .btn {
  background-color: transparent; }
  .cart-dropdown > .btn:hover, .cart-dropdown > .btn:focus {
    box-shadow: none; }
  .cart-dropdown > .btn::after {
    display: none; }
.cart-dropdown .dropdown-menu {
  width: 400px;
  padding: 1rem; }
  @media (max-width: 575.98px) {
    .cart-dropdown .dropdown-menu {
      width: 100%; } }
.cart-dropdown .cart-box .feather {
  color: #0b0b0b;
  height: 15px;
  width: 15px; }
.cart-dropdown .cart-box + .cart-box {
  border-top: 1px solid #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem; }
.cart-dropdown .cart-item + .cart-item {
  margin-top: .5rem; }
.cart-dropdown .cart-total {
  border-top: 1px solid #e7ebef; }
.cart-dropdown .media {
  font-size: 85%; }

/* /SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
/* CART TOTALS BOX (CART / CHECKOUT PAGES) */
.form-checkout .cart-dropdown {
  border-bottom: 1px solid #edf1f5;
  padding-bottom: .9rem;
  margin-bottom: .9rem; }

.dl-cart-totals {
  margin-bottom: 0; }
  .dl-cart-totals > dd {
    font-size: .925rem;
    margin-bottom: .25rem;
    text-align: right; }
    .dl-cart-totals > dd a {
      color: #343a40; }
  .dl-cart-totals .col-total {
    font-size: 1.4em;
    margin-top: .5rem; }
  .dl-cart-totals .calculate-shipping {
    text-align: left;
    margin-top: .75rem; }
    .dl-cart-totals .calculate-shipping > div {
      border-top: 1px solid #edf1f5;
      border-bottom: 1px solid #edf1f5;
      padding: .75rem 0; }
    .dl-cart-totals .calculate-shipping dt {
      font-weight: 400;
      font-size: 90%; }
  .dl-cart-totals .form-check {
    padding-top: 0; }

/* /CART TOTALS BOX (CART / CHECKOUT PAGES) */
/* HOME PAGE CAROUSEL */
.jq-rs-slider .jq-slide .slide-center {
  display: table;
  margin: 0 auto; }
.jq-rs-slider .img-fluid {
  width: 100vw; }
.jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
  width: 50px;
  height: 50px; }
.jq-rs-slider .slick-next {
  right: 30px !important;
  z-index: 5; }
.jq-rs-slider .slick-prev {
  left: 30px !important;
  z-index: 5; }
.jq-rs-slider .slick-prev:before {
  color: #343a40 !important;
  font-size: 50px; }
.jq-rs-slider .slick-next:before {
  color: #343a40 !important;
  font-size: 50px; }
@media (max-width: 575.98px) {
  .jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
    width: 30px;
    height: 30px; }
  .jq-rs-slider .slick-next {
    right: 10px !important; }
  .jq-rs-slider .slick-prev {
    left: 10px !important; }
  .jq-rs-slider .slick-prev:before {
    font-size: 30px; }
  .jq-rs-slider .slick-next:before {
    font-size: 30px; } }

/* HOME PAGE CAROUSEL */
/* HIDE SLIDES UNTIL SLIDER LOADED */
.jq-loading-slider .jq-slide.hidden {
  display: none; }

/* /HIDE SLIDES UNTIL SLIDER LOADED */
/* VIDEO.JS CONTAINER */
.video-js {
  width: 100%; }

/* /VIDEO.JS CONTAINER */
/* PRODUCT ATTRIBUTES PARTIAL */
.product-attribute-element .col-form-label {
  padding-top: 0;
  padding-bottom: .25rem; }

/* /PRODUCT ATTRIBUTES PARTIAL */
/* BADGES */
.badge {
  font-size: 85%;
  font-weight: 500;
  white-space: normal;
  text-align: left; }
  .badge-text {
    color: #000; }
  .badge-slim {
    font-weight: 400; }
  .badge-open {
    color: #fff;
    background-color: #259b40; }
  .badge-closed {
    color: #fff;
    background-color: #da2839; }
  .badge-scheduled {
    color: #fff;
    background-color: #0056b3; }
  .badge-preferred {
    color: #fff;
    background-color: #1486ff; }
  .badge-verified {
    color: #fff;
    background-color: #2990ff; }
  .badge-live-mode {
    color: #fff;
    background-color: #b51f2e; }
  .badge-account-mode {
    color: #fff;
    background-color: #005dc2; }
  .badge-store-info {
    color: #fff;
    background-color: #6c757d; }
  .badge-seller {
    color: #fff;
    background-color: #007bff; }
  .badge-buyer {
    color: #fff;
    background-color: #dc3545; }
  .badge-draft {
    background-color: #f8f9fa; }
  .badge-pending {
    color: #fff;
    background-color: #80808d; }
  .badge-declined {
    color: #fff;
    background-color: #b51f2e; }
  .badge-withdrawn {
    color: #fff;
    background-color: #c99700; }
  .badge-product {
    color: #fff;
    background-color: #007bff; }
  .badge-classified {
    color: #fff;
    background-color: #a31c29; }
  .badge-auction {
    color: #fff;
    background-color: #28a745; }
  .badge-activity-bids {
    color: #fff;
    background-color: #30c853; }
  .badge-activity-offers {
    color: #fff;
    background-color: #fd7e14; }
  .badge-activity-sales {
    color: #fff;
    background-color: #2990ff; }
  .badge-listin-site {
    color: #fff;
    background-color: #2B60DE; }
  .badge-listin-store {
    color: #fff;
    background-color: #1200A2; }
  .badge-listin-both {
    color: #fff;
    background-color: #DE2A60; }
  .badge-homepage-featured {
    color: #fff;
    background-color: #19692c; }
  .badge-category-featured {
    color: #fff;
    background-color: #a71d2a; }
  .badge-offer {
    color: #fff;
    background-color: #1f9f50; }
  .badge-counter {
    color: #fff;
    background-color: #830f03; }
  .badge-blue {
    color: #fff;
    background-color: #007bff; }
  .badge-green {
    color: #fff;
    background-color: #28a745; }
  .badge-red {
    color: #fff;
    background-color: #dc3545; }
  .badge-gold {
    color: #75611c;
    background-color: #fcd036; }
  .badge-black {
    color: #fff;
    background-color: #303641; }
  .badge-orange {
    color: #fff;
    background-color: #ff9600; }

/* /BADGES */
/* SALE BOX PARTIAL */
.table-sale > caption {
  margin-bottom: 0;
  padding: 1px 0 5px; }
.table-sale > thead > tr > th {
  border-bottom: 1px dotted #ddd;
  padding: 5px 5px 5px 0; }
.table-sale > tbody > tr > td {
  border-top: 0 none;
  padding: 5px 5px 5px 0; }

/* DROPDOWNS */
.dropdown-item span {
  padding-top: 1px;
  padding-bottom: 2px;
  color: #343a40;
  background-color: #eeeff0; }
.dropdown-item.hover {
  color: #16181b;
  background-color: #f8f9fa; }

/* /DROPDOWNS */
/* SIDEBAR SEARCH */
.sidebar-search .nav-item > a {
  display: block;
  font-weight: 500;
  color: #333; }
.sidebar-search .nav-dropdown + .nav-dropdown {
  margin-top: .75rem;
  padding-top: .5rem;
  border-top: 1px dotted #e9edf1; }
.sidebar-search .nav-dropdown-toggle {
  padding-bottom: .25rem; }
.sidebar-search .nav-item > ul {
  padding: 0;
  max-height: 20rem;
  overflow-y: auto; }
.sidebar-search .form-check {
  padding-top: 0; }

/* /SIDEBAR SEARCH */
/* INVOICE DESIGN */
.invoice-billing-headline {
  padding: .75rem;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 1px solid #dee2e6; }
.invoice-billing-content, .invoice-billing-logo {
  padding: .75rem; }

/* /INVOICE DESIGN */
/* PRINT */
@media print {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important; }

  .print-only {
    display: block !important; }

  .no-print {
    display: none !important; }

  a:link:after, a:visited:after {
    display: none;
    content: ""; }

  .img-thumbnail {
    padding: 0;
    width: 75%;
    border: none; }

  .slick-arrow {
    display: none !important; } }
@media screen {
  .print-only {
    display: none; } }
/* /PRINT */
/* SELECTIZE CONTAINER */
.loading .selectize-input::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../img/svg-loaders/tail-spin.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px; }

/* /SELECTIZE CONTAINER */
/* MAINTENANCE MODE */
.maintenance-mode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  min-height: 100vh;
  margin: auto; }
  .maintenance-mode .content {
    text-align: center; }
    .maintenance-mode .content img {
      width: 150px; }
  @media (max-width: 767.98px) {
    .maintenance-mode {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

/* /MAINTENANCE MODE */
/* FEES TOTAL */
.fees-total {
  padding-top: .5rem;
  font-size: 1.4rem !important; }

/* /FEES TOTAL */
/* GLYPHICONS */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/* /GLYPHICONS */

/*# sourceMappingURL=default.css.map */
