/* body {
    font-size: 11px !important;
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
}

body, .btn-sm, .m-timeline-3__item-text, .m-menu__link-text, .m-checkbox, input, .dropdown-menu, select, textarea, .dropdown-toggle, .m-radio {
    font-size: .8rem !important;
}

.m-badge {
    font-size: .7rem;
}

.m-tabs__link, .m-widget4__title, .btn {
    font-size: .8rem !important;
    font-weight: 600 !important;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font-size: 1rem;
} */
.btn {
  font-family: 'Open Sans', sans-serif !important;
}

#m_aside_left {
  overflow-y: scroll;
}

#m_aside_left::-webkit-scrollbar {
  display: none;
}

.m-aside-menu .m-menu__link-text {
  color: #fff !important;
  font-weight: 600 !important;
}

.m-aside-menu .m-menu__link-icon {
  color: #fff !important;
}

.m-aside-menu .m-menu__section-text {
  color: #f5f5f5 !important;
}

.m-aside-menu .m-menu__item--active {
  background: #36a3f7;
}

@media only screen and (min-width: 1025px) {
  .btn-logout {
    margin-top: 12px;
  }
}

.alert-danger ul {
  margin: 0;
  padding: 0;
}

.alert-danger ul li {
  list-style-type: none;
  margin: 0;
}

.table th {
  border: none;
}

.table td,
.table th {
  vertical-align: middle;
  padding: 0.6rem;
}

.btn-group-sm > .m-btn--icon.m-btn--icon-only.btn,
.m-btn--icon.m-btn--icon-only.btn-sm {
  width: 26px;
  height: 26px;
}

.has-error .help-block {
  color: #f4516c;
  font-size: 0.85rem;
}

.has-error input,
.has-error textarea {
  border-color: #f4516c !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-control {
  -webkit-box-shadow: 0 3px 20px 0 rgba(113, 106, 202, 0.11);
  -moz-box-shadow: 0 3px 20px 0 rgba(113, 106, 202, 0.11);
  box-shadow: 0 3px 20px 0 rgba(113, 106, 202, 0.11);
}

.form-control.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.table-custom-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.table-custom,
.table-custom-childs {
  margin-bottom: 0 !important;
}

.table-custom tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.mainRowEven {
  background-color: #f3f3f3 !important;
}

.mainRowOdd {
  background-color: #fff !important;
}

.subRowSmall {
  background: #f3f3f3 !important;
}

.subRowSmall td:first-child {
  padding-left: 40px !important;
}

.subRowSmall td {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  font-size: 12px !important;
}

.table-custom-no-lines tbody tr:nth-of-type(even) {
  background-color: #fff;
}

.table-custom tbody tr.sub,
.table-custom-childs tbody tr.sub {
  background-color: #f3f3f3;
}

.table-custom tbody tr.sub:nth-child(3),
.table-custom-childs tbody tr.sub:nth-child(3) {
  background-color: #f0f0f0;
}

.table-custom th,
.table-custom-childs th {
  background-color: #f4f3f8;
}

.table-custom,
.table-custom-childs td:first-child {
  padding-right: 30px;
}

.table-custom td:first-child {
  font-weight: 600;
}

.table-custom tr.blocked {
  background: #fddfe4 !important;
}

.table-returns tbody tr {
  background-color: #fff !important;
}

.table-returns tbody tr.disabled {
  background-color: #f3f3f3 !important;
}

.m-badge {
  margin-bottom: 2px;
}

.m-badge-paid {
  min-width: 12px;
  min-height: 12px;
}

.m-badge--warning {
  color: #fff !important;
}

.m-badge--orange,
.m-timeline-3__item--orange:before,
.btn-orange,
.btn-orange:hover {
  background-color: #ff8800;
  color: #fff;
}

.m-badge--pink,
.m-timeline-3__item--pink:before,
.btn-pink,
.btn-pink:hover {
  background-color: #f400bf;
  color: #fff;
}

.m-badge--lblue,
.m-timeline-3__item--lblue:before {
  background-color: #40b2e3;
  color: #fff;
}

.m-badge--dblue,
.m-timeline-3__item--dblue:before {
  background-color: #3700fc;
  color: #fff;
}

.m-badge--lightgreen,
.m-timeline-3__item--lightgreen:before {
  background-color: #6bd0bc;
  color: #fff;
}

.m-timeline-3__item--secondary:before {
  background-color: #eaeaea;
  color: #fff;
}

.m-timeline-3__item-time {
  padding-top: 0 !important;
}
.m-timeline-3__item-date {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.6rem;
  font-weight: 500;
  font-size: 0.9rem;
  position: absolute;
  text-align: right;
  width: 4.2rem;
  color: #898b96;
  padding-top: 22px;
}

.m-badge-bigger {
  font-size: 1rem !important;
  padding: 4px 10px !important;
}

.tax {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
}

.dropdown-item:hover {
  cursor: pointer;
}

/* Otherwise bootform horizontal doesnt work */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  display: inline-block;
}

.control-label {
  vertical-align: top;
  padding-top: 8px;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 1192px) {
  .modal-xl {
    max-width: 1100px;
  }
}

@media (min-width: 1392px) {
  .modal-xl {
    max-width: 80%;
  }
}

.map-supplier-label img {
  width: 32px;
  height: 32px;
}

.map-supplier-label span {
  margin-top: 2px;
  display: block;
  padding: 2px;
  background: #fff;
  font-size: 10px;
}

.m-timeline-3__item-user-name {
  display: block;
}

.morris-hover.morris-default-style {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  width: 500px;
  padding: 10px;
  background: #f5f5f5;
}

.morris-hover.morris-default-style .morris-hover-point {
  width: 230px;
  display: inline-block;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  margin-bottom: 12px;
  font-size: 16px;
}

.m-menu__item .m-badge {
  padding: 2px 5px;
}

.m-badge {
  font-weight: 600;
}

.m-timeline-3
  .m-timeline-3__item
  .m-timeline-3__item-desc
  .m-timeline-3__item-user-name
  .m-timeline-3__item-link {
  font-weight: 600;
}

.mobile-only {
  display: none;
}

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

@media (max-width: 767px) {
  .table-mobile td {
    display: block;
  }
  .table-mobile th {
    display: none;
  }
  .mobile-only {
    display: block;
    width: 50%;
    padding-bottom: 10px;
    font-weight: 600;
  }
  .desktop-only {
    display: none;
  }
}

[role='tab'] {
  cursor: pointer;
}

.m-topbar {
  z-index: 999;
}

.m-stack__item {
  z-index: 1000;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
  font-weight: 600;
}

.m-menu-footer {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
}

.m-menu-footer a {
  color: #fff;
}

.m-accordion .m-accordion__item--warning .m-accordion__item-head > span {
  color: #fff !important;
}

.m-accordion
  .m-accordion__item--warning
  .m-accordion__item-head
  .m-accordion__item-mode,
.m-accordion
  .m-accordion__item--warning
  .m-accordion__item-head.collapsed
  .m-accordion__item-mode {
  color: #fff !important;
}

.m-brand {
  padding: 0 20px;
}

.btn-filter {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 12px;
}

.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-warning:focus,
.btn.btn-warning:hover:not(:disabled),
.btn.btn-warning,
.btn.btn-outline-warning.active,
.btn.btn-outline-warning.focus,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:hover:not(:disabled) {
  color: #fff !important;
}

tr.clickable {
  cursor: pointer;
}

tr.clickable[aria-expanded='true'] {
  font-weight: 600 !important;
}

.clickable .fa-caret-down {
  display: none;
  margin-left: 8px;
}

.clickable .fa-caret-right {
  margin-left: 8px;
}

.clickable[aria-expanded='true'] .fa-caret-right {
  display: none;
}

.clickable[aria-expanded='true'] .fa-caret-down {
  display: block;
}

tr.switch {
  font-weight: 600 !important;
}

tr.currentOrder {
  font-weight: 600 !important;
  color: #36a3f7 !important;
}

tr.highlighted {
  background: #f6f5f9;
  font-weight: 500;
  border-top: 2px solid #fff;
}

tr.highlighted-level-1 {
  background: #196691 !important;
  color: #fff !important;
}

tr.highlighted-level-1 a {
  color: #fff !important;
}

tr.highlighted-level-2 {
  background: #26a0e3 !important;
  color: #fff !important;
}

tr.highlighted-level-2 a {
  color: #fff !important;
}

tr.highlighted-level-3 {
  background: #61b9ea !important;
  color: #fff !important;
}

tr.highlighted-level-3 a {
  color: #fff !important;
}

tr.highlighted-level-4 {
  background: #88cbef !important;
  color: #fff !important;
}

tr.highlighted-level-4 a {
  color: #fff !important;
}

tr.highlighted-level-5 {
  background: #9cd3f2 !important;
  color: #fff !important;
}

tr.highlighted-level-5 a {
  color: #fff !important;
}

a.m-datatable__toggle-subtable:hover {
  text-decoration: none;
}

.table-prices tbody tr {
  background-color: #fff !important;
}

.table-prices tbody tr.sub td {
  background-color: #fafafa !important;
}

.table-prices tbody tr.sub.notaccepted td {
  background-color: rgb(255, 222, 194) !important;
}

.table-prices tbody tr td:last-child {
  text-align: right;
}

.table-prices tbody tr.sub {
  font-size: 90% !important;
}

.table-prices tr[aria-expanded='true'] {
  font-weight: 600 !important;
}

.table-prices tr.current td:nth-child(2) {
  font-weight: 600 !important;
}

.a[aria-expanded='true'] .open {
  display: block;
}

.a[aria-expanded='false'] .open {
  display: none;
}

.a[aria-expanded='true'] .closed {
  display: none;
}

.a[aria-expanded='false'] .closed {
  display: block;
}

@media (min-width: 1700px) {
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.m-accordion--orderrows .m-accordion__item .m-accordion__item-head {
  background: #fff !important;
  border: 1px solid #fff !important;
  font-weight: 600 !important;
}

.m-accordion--orderrows .m-accordion__item .m-accordion__item-head.collapsed {
  background: #f2f3f8 !important;
  border: 1px solid #f2f3f8 !important;
}

.btn.m-btn--bolder {
  font-weight: 600;
}

.m-accordion__item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.16);
}

tr.credit {
  font-size: 12px;
  font-weight: 600;
  padding: 0 0.75rem 0.75rem 0.75rem;
  border-top: 0;
}

#stats_content th {
  border: 1px solid #f4f5f8;
  color: #444 !important;
}

#product_supplier_prices_table {
  font-size: 0.8rem;
}

#product_supplier_prices_table th,
#product_supplier_prices_table td {
  width: 160px;
  height: 60px;
  vertical-align: top;
}

#product_supplier_prices_table .column-fixed {
  background: #f4f5f8;
}

@media (min-width: 768px) {
  #product_supplier_prices_container {
    margin-left: 240px;
  }
  #product_supplier_prices_table .column-fixed {
    position: absolute;
    width: 250px;
    left: 40px;
    height: 80px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f4f5f8;
  }

  #product_supplier_prices_table tr:last-child .column-fixed:first-child {
    border-top: none;
    margin-top: 1px;
  }
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item {
  padding: 0 2px;
}

.help-block {
  display: none;
}
.form-group.has-error .help-block {
  display: block;
}

.m-brand.m-brand--skin-dark {
  background: #fff;
}

.sub .row {
  margin-bottom: 8px;
}

.fc-sun {
  background-color: #e2e5ec;
}
.fc-sat {
  background-color: #e2e5ec;
}

.fc-dispute .fc-content,
.fc-dispute .fc-event-dot {
  background-color: #f4516c !important;
  border-color: #f4516c !important;
}

.fc-past .fc-content,
.fc-past .fc-event-dot {
  background-color: #45ccb1 !important;
  border-color: #45ccb1 !important;
}

.fc-future .fc-content,
.fc-future .fc-event-dot {
  background-color: #36a3f7 !important;
  border-color: #36a3f7 !important;
}

.fc-title {
  color: #fff !important;
  font-weight: 600 !important;
}

.fc-content:before {
  background: #fff !important;
}

.modal-header,
.modal-footer {
  background: #f7f8fa;
}

.btn.btn-warning {
  color: #fff !important;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.fc-unthemed .fc-popover .fc-header .fc-title {
  color: #575962 !important;
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
}

.postit {
  /* overflow-y: scroll; */
  width: 100%;
  min-height: 200px;
  /* max-height:200px; */
  padding: 25px;
  margin-bottom: 20px;
}

.postit textarea {
  width: 100%;
  background: #ffff88; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #ffff88 81%,
    #ffff88 82%,
    #ffff88 82%,
    #ffffc6 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(81%, #ffff88),
    color-stop(82%, #ffff88),
    color-stop(82%, #ffff88),
    color-stop(100%, #ffffc6)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    #ffff88 81%,
    #ffff88 82%,
    #ffff88 82%,
    #ffffc6 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    #ffff88 81%,
    #ffff88 82%,
    #ffff88 82%,
    #ffffc6 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    #ffff88 81%,
    #ffff88 82%,
    #ffff88 82%,
    #ffffc6 100%
  ); /* IE10+ */
  background: linear-gradient(
    135deg,
    #ffff88 81%,
    #ffff88 82%,
    #ffff88 82%,
    #ffffc6 100%
  ); /* W3C */
  min-height: 200px;
  border: none !important;
}

.postit-sm {
  min-height: 80px;
  padding: 0;
}

.postit-sm textarea {
  min-height: 80px;
}

.m-badge-xl {
  font-size: 1.8rem;
  line-height: 46px;
  padding: 4px 44px !important;
}

.m-portlet-eq-height {
  height: calc(100% - 2.2rem);
}

.m-portlet-eq-height-2 {
  height: calc(50% - 2.2rem);
}

.m-portlet-custom-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  height: 20px;
}

/* .m-tabs__link {
    font-weight: 600 !important;
} */

p,
label {
  overflow-wrap: break-word;
}

.form-control-label,
.control-label {
  font-weight: 600;
}

.control-label-normal {
  font-weight: 400;
}

.col-xxl-4 {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 1600px) {
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.m-tabs-line .m-tabs__item {
  margin-right: 20px;
}

.m-tabs-line.m-tabs-line--primary a.m-tabs__link.active,
.m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link.active {
  background: #36a3f7;
  color: #fff;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: none;
}

.m-tabs-line a.m-tabs__link,
.m-tabs-line.nav.nav-tabs .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

.modal .modal-content .modal-header .modal-title {
  font-weight: 600;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #34bfa3;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #f4516c;
}

.map-supplier-label span {
  width: 50px;
  padding: 4px;
  text-align: center;
}

.blockOverlay {
  opacity: 0.23 !important;
}

.m-blockui {
  padding: 10px 5px;
}

.m-blockui > span {
  font-weight: 600;
}

/* Price colors */

/* .price-color-0 {
    background: red !important;
    color: #fff;
} */

.price-color-10::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background: #7cdf64;
}
.price-color-20::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background: #eee82c;
}
.price-color-30::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background: #f1ec52;
}
.price-color-40::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background: #f18701;
}
.price-color-50::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background: #f35b04;
}
.price-color-60::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background: #de3e4b;
}
.price-color-70::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background: #db2b39;
}
.price-color-80::before {
  content: '';
  padding-right: 20px;
  margin-right: 15px;
  background-image: url('../images/cross.png');
  background-size: cover;
  background-position: center center;
}

.custom-select-option::after {
  /* Set content to be an attribute on the element */
  content: attr(data-value2);
}

.custom-form-separator {
  border-top: 1px dashed #ebedf2;
  margin-top: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1599px) {
  .flex-mobile-first {
    order: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .m-tabs__item {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
}

.datepicker-diff {
  background: #f4516c !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.m--font-white {
  color: #fff !important;
}

.page-link {
  font-weight: 600;
}

.table-second-bold td:first-child {
  font-weight: 400;
}

.table-second-bold td:nth-child(2) {
  font-weight: 600;
}

.custom-image-boxed {
  max-width: 200px;
  height: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  margin: 10px 0;
  /* padding: 10px; */
}

.custom-image-boxed-no-margin {
  margin: 0;
}

.custom-image-boxed-thumbnail {
  max-width: 50px;
}

.table-custom td:first-child,
.table-custom th:first-child {
  padding-left: 20px;
}

.table td,
.table th {
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 10px;
}

.m-wizard.m-wizard--1.m-wizard--primary
  .m-wizard__steps
  .m-wizard__step.m-wizard__step--current
  .m-wizard__step-info
  .m-wizard__step-number
  > span,
.m-wizard.m-wizard--1.m-wizard--primary
  .m-wizard__steps
  .m-wizard__step.m-wizard__step--current
  .m-wizard__step-info
  a.m-wizard__step-number:hover
  > span {
  background-color: #91ccfa;
}

.m-wizard.m-wizard--1.m-wizard--primary
  .m-wizard__steps
  .m-wizard__step.m-wizard__step--done
  .m-wizard__step-info
  a.m-wizard__step-number:hover
  > span {
  background-color: #36a3f7;
}

.m-wizard.m-wizard--1 .m-wizard__head {
  margin: 0;
  padding: 30px;
  background: #f5f5f5;
}

.m-separator.m-separator--lg {
  margin: 20px 0;
}

/* Wizard */

.wizard-card-footer {
  position: fixed;
  background: rgb(54, 163, 247);
  width: 100%;
  width: calc(100% - 255px);
  left: 255px;
  bottom: 0;
  padding: 20px !important;
  border-top: 2px solid #fff;
  z-index: 99;
}

.wizard-btn {
  background: #fff !important;
  color: rgb(54, 163, 247) !important;
  border: none !important;
}

@media only screen and (max-width: 800px) {
  .wizard-card-footer {
    left: 0;
    width: 100%;
  }
}

.wizard-header {
  display: none;
}
.stepTitle {
  font-weight: 600;
  font-size: 18px;
  padding: 8px 0;
  color: rgb(54, 163, 247);
  background: #fff;
  display: block;
  width: 100%;
}
.wizard-icon {
  font-style: normal;
}
.vue-form-wizard
  .wizard-navigation
  .wizard-progress-with-circle
  .wizard-progress-bar,
.vue-form-wizard .wizard-nav-pills {
  margin: 0 20px;
}

.m-portlet--disabled {
  background: #f5f5f5;
}

.cart-button-container {
  position: absolute;
  bottom: 8px;
  right: 15px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

.cart-line {
  margin-top: 20px;
}

.form-group-no-margin .form-group {
  margin: 0 !important;
}

.form-group-no-margin .control-label {
  padding: 0 !important;
  margin: 0;
  margin-bottom: 8px;
}

.cart-total {
  background: #36a3f7;
}

.cart-total h4,
.cart-total p {
  color: #fff !important;
}

.m-form__group.row .m-checkbox-inline,
.m-form__group.row .m-radio-inline {
  margin-top: 0;
}

[v-cloak] {
  display: none;
}

.m-option--disabled {
  background: lightgray;
}

.return-check {
  position: absolute;
  background: lightgray;
  top: 0;
  left: 16px;
  bottom: 30px;
  width: 40px;
  z-index: 99;
  cursor: pointer;
}

.return-check.checked {
  background: #f4516c;
}

.return-check .fa {
  display: none;
  color: #fff;
  font-size: 32px;
  margin-left: 6px;
  margin-top: 10px;
}

.row-quantity {
  background: #36a3f7;
  padding: 0px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
}

.m-portlet__body.disabled {
  background: #f5f5f5 !important;
}

.deployment-badge {
  position: absolute;
  top: 9px;
  right: 140px;
}

.branche-badge {
  position: absolute;
  top: 9px;
  right: 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  background: #444;
}

.branche-badge span {
  padding: 3px 5px;
  display: inline-block;
}

.branche-badge-false {
  background: red;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.branche-badge-true {
  background: #48c528;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.testbar {
  background: #396afc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2948ff,
    #396afc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2948ff,
    #396afc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  height: 40px;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999999;
}

.testbar p {
  line-height: 40px;
  font-weight: 800;
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
}

body.testbar-enabled {
  margin-top: 40px !important;
}

.testbar-enabled #m_aside_left {
  margin-top: 40px !important;
}

.testbar-enabled .m-brand {
  top: 40px !important;
}

@media screen and (max-width: 1024px) {
  .testbar-enabled .m-brand {
    top: 0 !important;
  }
}

.quantity-return {
  background: #f4516c;
  color: #fff;
  border-radius: 4px;
  padding: 2px 14px;
}

.quantity-active {
  background: #c4c5d6;
  color: #444;
  padding: 2px 14px;
  margin: 0 20px 0 2px;
  border-radius: 4px;
}

.quantity-current {
  background: #36a3f7;
  color: #fff;
  border-radius: 4px;
  padding: 2px 14px;
  margin-right: 20px;
}

/* simple to let the form-group be a row (remove if something looks weird) */
.form-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-group-norow {
  margin: 0;
  margin-bottom: 1rem;
}

/* The sticky class is added with JS when it reaches its scroll position */
/* Never sticky on smaller screen */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sticky {
    position: relative;
  }
}

.m-portlet__body_smallpadding {
  padding: 1.2rem 2.2rem !important;
}

.input-group-text-sm {
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.datepicker-dropdown {
  z-index: 999999999 !important;
}

.table-row-bg-0 {
  background: #bbf2da !important;
}

.table-row-bg-1 {
  background: #bbe1f2 !important;
}

.table-row-bg-2 {
  background: #fffad6 !important;
}

.table-row-bg-3 {
  background: #ebe2f3 !important;
}

/* Smaller buttons instances for mobile */
@media only screen and (max-width: 768px) {
  .m-nav__link .btn-group-sm > .btn.m-btn--custom,
  .btn.m-btn--custom.btn-sm {
    padding: 0.2rem 0.5rem !important;
  }
}

.datepicker tbody tr > td.day.today {
  background: #36a3f7;
}
[v-cloak] {
  display: none;
}

.custom-swal-class {
  overflow-x: visible;
  overflow-y: visible;
  /* max-height: 550px !important;
  min-height: 550px !important; */
}

.disabled.day {
  opacity: 0.38;
  pointer-events: none;
}

.postcodenl-autocomplete-menu-open {
  z-index: 99999 !important;
}
.btn-no-hover:hover {
  background-color: #ffff;
  cursor: initial !important;
}
.btn-no-hover {
  pointer-events: none;
}
.ui-timepicker-container {
  z-index: 1051 !important;
}

a[aria-expanded='true'] .la-angle-double-right {
  display: none;
}
a[aria-expanded='false'] .la-angle-double-left {
  display: none;
}
