@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@400;600;700&family=Montserrat:wght@400;600;700&display=swap');
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.reset-box-shadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.round-all {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.round-top {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.round-bottom {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.round-left {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.round-right {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-success {
  color: #468847;
}
.text-danger {
  color: #bf2000;
}
.text-info {
  color: #00acdc;
}
.text-warning {
  color: #EFAA00;
}
.text-red {
  color: #bf2000;
}
.control-label.required:after,
label.required:after {
  content: '*';
  color: #bf2000;
  font-size: 1.2em;
  display: inline-block;
  margin: 0 0 0 0.4em;
  vertical-align: 0;
  line-height: 1;
}
:root {
  --btn-background-color-default: #F0F2F3;
  --btn-background-color-default-disabled: #fefefe;
  --btn-border-color-default: #F0F2F3;
  --btn-text-color-default: #1A1E1E;
  --btn-background-color-default-hover: #454644;
  --btn-text-color-default-hover: #FFFFFF;
  --btn-border-color-default-hover: #454644;
  --btn-background-color-primary: #FABB20;
  --btn-background-color-primary-disabled: #fbc339;
  --btn-border-color-primary: #FABB20;
  --btn-text-color-primary: #1A1E1E;
  --btn-background-color-primary-hover: #EFAA00;
  --btn-text-color-primary-hover: #1A1E1E;
  --btn-border-color-primary-hover: #EFAA00;
  --btn-background-color-secondary: #F0F2F3;
  --btn-background-color-secondary-disabled: #fefefe;
  --btn-border-color-secondary: #F0F2F3;
  --btn-text-color-secondary: #1A1E1E;
  --btn-background-color-secondary-hover: #454644;
  --btn-text-color-secondary-hover: #FFFFFF;
  --btn-border-color-secondary-hover: #454644;
  --btn-background-color-tertiary: #FFFFFF;
  --btn-background-color-tertiary-disabled: #ffffff;
  --btn-border-color-tertiary: #1A1E1E;
  --btn-text-color-tertiary: #1A1E1E;
  --btn-background-color-tertiary-hover: #454644;
  --btn-text-color-tertiary-hover: #FFFFFF;
  --btn-border-color-tertiary-hover: #454644;
  --text-color-success: #195626;
  --background-color-success: #D5EDDB;
  --border-color-success: #195626;
  --btn-text-color-success: var(--text-color-success);
  --btn-background-color-success: #e7f5ea;
  --btn-background-color-sucess-disabled: #f9fcfa;
  --btn-border-color-success: var(--background-color-success);
  --text-color-info: #4383A7;
  --background-color-info: #DAEDF7;
  --border-color-info: #4383A7;
  --btn-text-color-info: var(--text-color-info);
  --btn-background-color-info: #eff7fc;
  --btn-background-color-info-disabled: #ffffff;
  --btn-border-color-info: var(--background-color-info);
  --text-color-warning: #866618;
  --background-color-warning: #FFF2CF;
  --border-color-warning: #866618;
  --btn-text-color-warning: var(--text-color-warning);
  --btn-background-color-warning: #fff9e9;
  --btn-background-color-warning-disabled: #ffffff;
  --btn-border-color-warning: var(--background-color-warning);
  --text-color-danger: #711D26;
  --background-color-danger: #F7D7DB;
  --border-color-danger: #711D26;
  --btn-text-color-danger: var(--text-color-danger);
  --btn-background-color-danger: #fbecee;
  --btn-background-color-danger-disabled: #ffffff;
  --btn-border-color-danger: var(--background-color-danger);
  --swiper-theme-color: #FABB20;
  --swiper-navigation-color: #1A1E1E;
  --swiper-navigation-size: 20px !important;
}
.select2-container.select2-container--default.select2-container--focus .select2-selection {
  border-color: #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-container.select2-container--default .select2-selection {
  border: 1px solid #aaa;
  border-radius: 0;
}
.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.select2-container.select2-container--default .select2-selection .select2-selection__choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
  color: #ccc !important;
  cursor: default;
  background: none !important;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
  background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
  color: #fff;
}
div.mce-fullscreen {
  z-index: 1031;
}
@keyframes spinY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
body {
  padding-top: 60px;
  padding-bottom: 40px;
}
#header .navbar-inner {
  background-color: #565853;
  background-image: -moz-linear-gradient(top,#565853,#30312e);
  background-image: -ms-linear-gradient(top,#565853,#30312e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#565853),to(#30312e));
  background-image: -webkit-linear-gradient(top,#565853,#30312e);
  background-image: -o-linear-gradient(top,#565853,#30312e);
  background-image: linear-gradient(top,#565853,#30312e);
}
.badge:empty {
  display: none;
}
legend {
  margin-bottom: 17px;
}
.action-btn {
  text-align: center;
  background: var(--btn-background-color-secondary);
  color: var(--btn-text-color-secondary);
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-weight: 400;
  text-decoration: none !important;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.action-btn i[class^="icon-"],
.action-btn i[class*=" icon-"],
.action-btn i.fi {
  font-size: 18px;
  color: inherit;
  text-decoration: none;
}
.action-btn strong {
  font-weight: inherit;
}
.action-btn > span,
.action-btn > a > span {
  margin-top: 4px;
  display: block;
  font-size: 15px;
  font-weight: 200;
}
.action-btn > span {
  color: inherit;
  font-weight: inherit;
}
.action-btn > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.action-btn:hover {
  background: var(--btn-background-color-secondary-hover);
  color: var(--btn-text-color-secondary-hover);
}
.action-btn:hover a {
  color: inherit;
}
.action-btn.custom-1 {
  padding: 5px;
  line-height: .9;
  font-weight: 400;
}
.action-btn.custom-1 span {
  font-size: 1em;
}
.form-horizontal .help-block {
  margin: 5px 0 0 !important;
}
.help-block {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
.box {
  margin-bottom: 10px;
}
.box h4.box-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 7px 10px;
  margin: 0;
  background: #454644;
  color: #FFFFFF;
  border: none;
  font-weight: 600;
}
.box h4.box-header .label {
  font-weight: normal;
  font-size: 12px;
}
.box h4.box-header [class^="icon-"],
.box h4.box-header [class*=" icon-"] {
  font-size: 15px;
  margin-right: 5px;
}
.box h4.box-header .fi {
  vertical-align: -2px;
  margin-right: 5px;
}
.box div.box-content {
  border: 1px solid #DDD;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
.box div.box-content > .alert:last-child {
  margin-bottom: 0;
}
.box div.box-content > .table-bordered {
  margin: 10px 0;
}
.box table thead th {
  background: #454644;
  color: #FFFFFF;
  font-weight: 600;
}
.box table thead th a {
  color: inherit;
  text-decoration: underline;
}
.box .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.box form {
  margin: 0;
}
@media (max-width: 991px) {
  .box form .span2 .pull-right {
    display: block;
    text-align: center;
    float: none;
  }
  .box form .control-btn-group [class^="btn-group"] {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 5px;
  }
  .box form .control-btn-group [class^="btn-group"] button,
  .box form .control-btn-group [class^="btn-group"] .btn {
    flex: 1 1 auto;
    border-radius: 5px;
  }
}
.box form .control-group .control-btn-group .btn-group {
  margin-left: 0;
}
.box .form-actions {
  margin-bottom: 0;
}
.table th.center,
.table td.center {
  text-align: center;
}
.table th.right,
.table td.right {
  text-align: right;
}
.table td {
  vertical-align: middle;
}
.table td img.preview {
  max-width: 40px;
  max-height: 40px;
}
.table td img.preview.img-polaroid {
  padding: 2px;
}
.table th a.sort-link {
  color: #FFFFFF;
  text-decoration: underline;
}
.table th a.sort-link:hover {
  color: inherit;
}
.table span.move-handler {
  display: inline-block;
  text-indent: -9000px;
  width: 23px;
  height: 23px;
  cursor: move;
  background: url(/img/grip2.png) 50% 50% no-repeat;
}
.table .td-click:hover {
  box-shadow: inset 0 0 5px #d0d0d0;
  -moz-box-shadow: inset 0 0 5px #d0d0d0;
  -webkit-box-shadow: inset 0 0 5px #d0d0d0;
  cursor: pointer;
}
.table-paginate {
  margin: 0;
  display: inline-block;
}
.results-per-page select {
  margin-bottom: 0;
  width: 75px;
  height: 36px;
  margin-right: 3px;
  padding: 0;
}
.results-per-page.with-bulk-actions {
  display: flex;
  gap: 0 10px;
}
.results-per-page.with-bulk-actions label {
  display: inline-block;
}
.results-per-page.with-bulk-actions .bulk-actions {
  display: flex;
  gap: 0 5px;
  margin: -8px 0 0 1em;
  justify-content: flex-start;
  align-items: center;
}
.results-per-page.with-bulk-actions .bulk-actions select {
  min-width: 200px;
}
.results-per-page.with-bulk-actions .bulk-actions .btn-primary {
  margin: 1px 0 0;
  padding: 4px 5px;
}
.results-per-page.with-bulk-actions .bulk-actions .fi {
  font-size: 1.7em;
  line-height: 1;
  display: inline-block;
  margin: 3px 0 0;
  color: #7c7f78;
}
.multipage-navbar {
  text-align: right;
}
.multipage-nb-results {
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.multipage-nb-results span {
  font-weight: bold;
}
.switch-label {
  cursor: pointer;
}
.controls.switcher {
  padding-top: 3px;
}
.edit-picture-preview {
  max-width: 300px;
  max-height: 200px;
}
div.uploader {
  margin-bottom: 0;
}
.ajax-loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/ajax-loader.gif) no-repeat;
}
.btn-preloader {
  background: #fff url(/img/ajax-loader.gif) center center no-repeat !important;
  color: transparent !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.alert .btn {
  margin-left: 5px;
}
.alert .btn.pull-right:last-child {
  margin-left: 0;
}
tr.ui-sortable-helper td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
}
.sidebar-nav .well {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -ms-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));
  background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: linear-gradient(top,#ffffff,#f5f5f5);
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  padding: 1em 0 .5em;
  position: relative;
}
.sidebar-nav .well li > a {
  position: relative;
  padding: 3px 15px 3px 5px;
}
.sidebar-nav .well li > a span.badge {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8px 4px 0 0;
}
.sidebar-nav .well li > a span.badge-clear {
  background: none;
  color: #000;
}
.sidebar-nav .well li.active span.badge-clear {
  color: #fff;
}
.sidebar-nav .well li.nav-header {
  color: #bbb;
  font-size: 13px;
  text-shadow: none;
  text-transform: none;
}
.sidebar-nav .well h2 {
  color: #999;
  font-size: 0.85em;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: -0.7em 0 0;
  background: #fff;
  display: inline-block;
  padding: .2em 0.5em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.kviste-side-nav {
  padding: 0;
  margin: 0 0 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
.kviste-side-nav > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #E5E5E5;
}
.kviste-side-nav > li > a span.number {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.kviste-side-nav > li > a span.infos {
  display: block;
  color: #444;
}
.kviste-side-nav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.kviste-side-nav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.kviste-side-nav > li .icon-chevron-right {
  float: right;
  margin-top: 10px;
  margin-right: -6px;
  opacity: 0.0025;
  filter: alpha(opacity=.25);
  opacity: .25;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(25));
}
.kviste-side-nav > li.active > a span.infos {
  color: #f2f2f2;
}
.kviste-side-nav > li.active > a .icon-chevron-right {
  color: #fff;
  opacity: 0.007;
  filter: alpha(opacity=.7);
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
}
li.autocompleteProduct span.img-polaroid {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  margin-right: 5px;
}
li.autocompleteProduct span.img-polaroid img {
  max-width: 35px;
  max-height: 35px;
}
#selected-product-img {
  max-width: 35px;
  max-height: 35px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
#leaderboards-list img.preview {
  max-width: none;
  max-height: none;
}
#conditions-detail div.condition-box {
  height: 64px;
}
#conditions-detail a.download-pdf {
  display: inline;
}
#conditions-detail a.download-pdf img {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 15px;
}
#labels-list td.editable {
  position: relative;
}
#labels-list td.editable input {
  margin: 0;
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #1A1E1E;
  width: 100%;
  border: 1px solid transparent;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
#labels-list td.editable input:hover {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.045);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.045);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.045);
  border: 1px solid #eee;
  background: rgba(255,255,255,0.8);
}
#labels-list td.editable input:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}
#labels-list td.editable span.success {
  position: absolute;
}
#labels-list td.editable .ajax-loader {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
}
#labels-list td.editable .icon-ok-sign {
  color: #391;
  font-size: 19px;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -8px;
}
.contact-section-list .contact-section {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
.contact-section-list .contact-section a {
  text-decoration: none;
}
.contact-section-list .contact-section-left {
  position: relative;
  float: left;
  width: 240px;
  background: #f3f3f3;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.contact-section-list .contact-section-left .contact-section-handle {
  float: left;
  display: block;
  font-size: 15px;
  color: #999;
  margin: 6px 4px 0 0;
  cursor: move;
}
.contact-section-list .contact-section-left .contact-section-label {
  float: left;
  font-size: 15px;
  font-weight: bold;
  width: 180px;
}
.contact-section-list .contact-section-left .contact-section-delete {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  margin: -2px 0 0 243px;
}
.contact-section-list .contact-section-left .contact-section-delete i {
  color: #b00;
}
.contact-section-list .contact-section-left .contact-section-add {
  float: left;
  clear: both;
  text-decoration: none;
  margin: -5px 0 0 85px;
}
.contact-section-list .contact-section-left .contact-section-add i {
  color: inherit;
  font-size: 1.1em;
}
.contact-section-list .contact-list {
  float: left;
  position: relative;
  width: 300px;
  margin: 0 0 0 10px;
}
.contact-section-list .contact-list .contact {
  border-bottom: 1px solid #efefef;
  padding: 0;
  margin: 0 0 8px;
  position: relative;
  background: #fff;
}
.contact-section-list .contact-list label {
  display: inline-block;
  margin: 0 4px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}
.contact-section-list .contact-list input[type=text] {
  font-size: 12px;
  height: 0.8em;
  width: 238px;
}
.contact-section-list .contact-list div.name input {
  width: 110px;
}
.contact-section-list .contact-list div.name .contact-firstname {
  text-transform: capitalize;
}
.contact-section-list .contact-list div.name .contact-lastname {
  margin-left: 4px;
  text-transform: uppercase;
}
.contact-section-list .contact-list .contact-handle {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 280px;
  cursor: move;
}
.contact-section-list .contact-list .contact-handle i {
  color: #999;
  font-size: 15px;
}
.contact-section-list .contact-list .contact-delete {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 0 281px;
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.contact-section-list .contact-list .contact-delete i {
  color: #b00;
  font-size: 14px;
}
.contact-section-list .contact-list .contact-add {
  margin: 0 0 0 153px;
}
.contact-section-list .contact-list .contact-add i {
  color: inherit;
  font-size: 1.1em;
}
.contacts-wrapper .form-actions .btn.cancel {
  margin-left: 290px;
}
.contacts-wrapper .form-actions .btn.btn-primary {
  margin-left: 10px;
}
.preorder-status {
  cursor: default;
}
.preorder-status .cart,
.preorder-status .price {
  display: inline-block;
  margin: 0 10px;
}
.search-franchisee-customers form .input-prepend span {
  width: 3%;
}
.search-franchisee-customers form .input-prepend input[type=text] {
  width: 93.6%;
  padding: 0 4px;
  height: 26px;
}
.search-franchisee-customers form [data-toggle=button] input {
  position: absolute;
  left: -9999px;
}
.search-franchisee-customers form .btn-group-style {
  display: inline-block;
  margin: -6px 0 0 5px;
}
.search-franchisee-customers form .row-keywords {
  position: relative;
}
.search-franchisee-customers form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0.5% 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-franchisee-customers form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-franchisee-customers form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-franchisee-customers form div.select label {
  margin: 5px 0 0;
}
.search-franchisee-customers form div.select select {
  width: 36%;
}
.search-franchisee-customers form div.select #franchisee_ids_chosen {
  margin: 0 0 0 5px;
}
.search-franchisee-customers form div.select #franchisee_ids_chosen ul {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #ccc;
}
.search-franchisee-customers form div.select .btn-group {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#list-franchisee-customers th {
  font-size: 0.8em;
  text-align: center;
}
#list-franchisee-customers td {
  vertical-align: middle;
  font-size: 0.8em;
}
#list-franchisee-customers .btn-fidelity-voucher {
  width: 30px;
}
.popover .points-pending-value {
  width: 104px;
}
.popover .force .points-pending-value {
  width: 194px;
}
.popover.fidelity-voucher {
  width: 400px;
}
.popover.fidelity-voucher a.remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 9px 9px 0 0;
  text-decoration: none;
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  cursor: pointer;
}
.popover.fidelity-voucher .fidelity-voucher-list td {
  border-bottom: 1px solid #ddd;
  color: #555;
  padding: 5px 5px;
}
.popover.fidelity-voucher .fidelity-voucher-list tr:last-child td {
  border-bottom: none;
}
.popover.fidelity-voucher .fidelity-voucher-list td.description span {
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.popover.fidelity-voucher .fidelity-voucher-list span.description {
  font-size: 0.9em;
}
.popover.fidelity-voucher .fidelity-voucher-list span.details {
  font-size: 0.8em;
  color: #777;
}
.popover.fidelity-voucher .fidelity-voucher-list button.btn-fidelity-voucher-email {
  width: 50px;
}
.popover.fidelity-voucher .fidelity-voucher-list button.loading {
  background: #fff url('/img/ajax-loader.gif') 50% 50% no-repeat;
  text-indent: -9000px;
}
.search-remainings form .input-prepend span {
  width: 3%;
}
.search-remainings form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-remainings form .row-keywords {
  position: relative;
}
.search-remainings form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-remainings form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-remainings form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
#list-remainings th {
  font-size: 0.8em;
  text-align: center;
}
#list-remainings td {
  vertical-align: middle;
  font-size: 0.8em;
  padding: 3px;
}
#list-remainings tr.selected td {
  background: #e0f5ff !important;
}
#list-remainings .checkbox input {
  margin: 0;
  vertical-align: middle;
  float: none;
}
#list-remainings .checkbox,
#list-remainings .status {
  text-align: center;
}
#list-remainings .quantity {
  text-align: right;
}
#list-remainings .multiple-action {
  padding: 0 0 0 25px;
  margin: 10px 0 10px 1%;
}
#list-remainings .multiple-action label {
  display: inline-block;
}
#list-remainings .multiple-action select {
  height: 22px;
  margin: 0 0 0 7px;
  max-width: 50%;
}
#list-remainings .multiple-action .btn {
  margin: 0 0 0 10px;
}
#list-remainings .multiple-action.top {
  background: #fff url(/img/multiple-selection-arrow-top.png) 0 50% no-repeat;
}
#list-remainings .multiple-action.bottom {
  background: #fff url(/img/multiple-selection-arrow-bottom.png) 0 18% no-repeat;
}
.control-btn-group {
  margin: 8px 0 0;
}
.control-btn-group .span2 {
  min-height: 0;
}
.control-btn-group label {
  display: inline-block;
}
.control-btn-group .btn-group {
  display: inline-block;
  margin: -6px 0 0 5px;
}
.control-btn-group .btn .label {
  top: 0;
}
.form-control-static {
  display: inline-block;
  margin: 4px 0 0 0;
  padding: 0;
  line-height: 20px;
  vertical-align: middle;
}
td.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
  cursor: pointer;
}
td.overflow:empty {
  cursor: default;
}
.popover.overflow {
  width: 400px;
}
.popover.overflow a.remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 9px 9px 0 0;
  text-decoration: none;
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  cursor: pointer;
}
.search-internal-campaigns form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-internal-campaigns form .input-prepend span {
  width: 3%;
}
.search-internal-campaigns form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-internal-campaigns form .row-keywords {
  position: relative;
}
.search-internal-campaigns form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-internal-campaigns form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-internal-campaigns form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
#list-internal-campaigns th {
  vertical-align: middle;
}
#list-internal-campaigns td.description {
  max-width: 200px;
}
#list-internal-campaigns td.description a,
#list-internal-campaigns td.description br {
  display: none;
}
#list-internal-campaigns a.btn {
  white-space: nowrap;
}
#list-internal-campaigns tr.no-digitaleo-reference td {
  background-color: #fbebee;
  color: #b00;
}
.help-block .digitaleo-campaign-reference-btn {
  text-decoration: none;
}
.campaign-procedure-help h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0 10px;
  padding: 0;
  line-height: 1;
}
.campaign-procedure-help .fa-question-circle {
  cursor: help;
}
.campaign-procedure-help table {
  max-width: 1200px;
}
.campaign-procedure-help table th {
  vertical-align: top;
  text-align: right;
  padding: 2px;
  border-bottom: 1px solid #80afcb;
}
.campaign-procedure-help table td {
  padding: 4px 4px;
  border-bottom: 1px solid #80afcb;
}
.modal.campaign-preview {
  top: 50% !important;
  left: 50% !important;
  margin: 0 auto !important;
  transform: translate(-50%,-50%) !important;
}
.modal.campaign-preview .modal-body {
  height: 80vh;
  max-height: none;
}
.modal.campaign-preview .modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal.campaign-reference-hint {
  top: 50% !important;
  left: 50% !important;
  margin: 0 auto !important;
  transform: translate(-50%,-50%) !important;
}
.modal.campaign-reference-hint .modal-body {
  padding-left: 0;
  padding-right: 0;
  max-height: 80vh;
}
.modal.campaign-reference-hint .modal-body p.alert {
  margin: 0 15px 15px;
}
.action-btn.digitaleo-account {
  position: relative;
}
.action-btn.digitaleo-account img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 10px 0 0;
}
.search-registrations form .input-prepend span {
  width: 3%;
}
.search-registrations form .input-prepend input[type=text] {
  width: 93.6%;
  padding: 0 4px;
  height: 26px;
}
.search-registrations form [data-toggle=button] input {
  position: absolute;
  left: -9999px;
}
.search-registrations form .btn-group-style {
  display: inline-block;
}
@media (min-width: 992px) {
  .search-registrations form .btn-group-style {
    margin: -6px 0 0 5px;
  }
}
.search-registrations form .row-keywords {
  position: relative;
}
.search-registrations form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0.5% 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-registrations form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-registrations form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-registrations form label {
  margin: 5px 0 0;
}
.search-registrations form .btn-group {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#list-registrations th {
  font-size: 0.8em;
  text-align: center;
}
#list-registrations td {
  font-size: 0.8em;
  cursor: default;
}
#list-registrations th.action {
  font-size: 1.2em;
}
#list-registrations td.name {
  line-height: 12px;
}
#list-registrations td.name .profil {
  display: block;
  font-style: italic;
  color: #777;
}
#list-registrations td.name .phone {
  display: block;
  color: #666;
  min-width: 81px;
}
#list-registrations td.comments span.comment-content {
  display: none;
}
#list-registrations td.comments .btn {
  font-size: 1.2em;
}
#list-registrations td.registration-status {
  font-size: 1.1em;
}
#list-registrations td.balance {
  line-height: 10px;
}
#list-registrations td.balance > span {
  display: block;
  white-space: nowrap;
}
#list-registrations td.balance .positive {
  color: green;
}
#list-registrations td.balance .negative {
  color: red;
}
.congress-registration-booking .section {
  margin-bottom: 20px;
}
.congress-registration-booking .section > .title {
  background-color: #fbfbfb;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -ms-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));
  background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: linear-gradient(top,#ffffff,#f5f5f5);
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  size: 10px;
  box-sizing: border-box;
  padding: 7px 10px;
  margin: 0;
  display: table;
  width: 100%;
}
.congress-registration-booking .section > .title h1 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline-block;
}
.congress-registration-booking .section > .title .btn {
  float: right;
}
.congress-registration-booking .section > div.content {
  border: 1px solid #DDD;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
.congress-registration-booking .section > div.content > h2,
.congress-registration-booking .section > div.content h3 {
  font-size: 1em;
  color: #777;
  line-height: 0;
  margin-bottom: 15px;
  font-weight: normal;
}
.congress-registration-booking .section .sub-section {
  margin-bottom: 10px;
}
.congress-registration-booking .section .sub-section > .sub-title {
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  size: 10px;
  box-sizing: border-box;
  padding: 7px 10px;
  margin: 0;
  display: table;
  width: 100%;
}
.congress-registration-booking .section .sub-section > .sub-title h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline-block;
}
.congress-registration-booking .section .sub-section > .sub-title .btn {
  float: right;
}
.congress-registration-booking .section .sub-section > div.content {
  border: 1px solid #DDD;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
.congress-registration-booking .section .participant {
  text-transform: capitalize;
}
.congress-registration-booking .section .transport-comment {
  font-size: .8em;
}
.congress-registration-booking .section .participant .quality,
.congress-registration-booking .section .participants .quality,
.congress-registration-booking .section .standby {
  font-size: 0.8em;
  color: #777;
  font-style: italic;
}
.congress-registration-booking .section .table th.registration {
  width: 250px;
}
.search-articles form .input-prepend span,
.search-marketing-tools form .input-prepend span {
  width: 3%;
}
.search-articles form .input-prepend input[type=text],
.search-marketing-tools form .input-prepend input[type=text] {
  width: 93.6%;
  padding: 0 4px;
  height: 26px;
}
.search-articles form [data-toggle=button] input,
.search-marketing-tools form [data-toggle=button] input {
  position: absolute;
  left: -9999px;
}
.search-articles form .btn-group-style,
.search-marketing-tools form .btn-group-style {
  display: inline-block;
  margin: 1px 0 0 5px;
  line-height: 26px;
}
.search-articles form .row-keywords,
.search-marketing-tools form .row-keywords {
  position: relative;
}
.search-articles form a#search-remove-sign,
.search-marketing-tools form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0.5% 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-articles form a#search-remove-sign i,
.search-marketing-tools form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-articles form a#search-remove-sign:hover,
.search-marketing-tools form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-articles form label,
.search-marketing-tools form label {
  margin: 5px 0 0;
}
.search-articles form .btn-group,
.search-marketing-tools form .btn-group {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#list-articles th,
#list-marketing-tools th {
  font-size: 0.8em;
  text-align: center;
}
#list-articles td,
#list-marketing-tools td {
  font-size: 0.8em;
  cursor: default;
  height: 40px;
}
#list-articles th.action,
#list-marketing-tools th.action {
  font-size: 1.2em;
}
#list-articles td.image,
#list-marketing-tools td.image {
  text-align: center;
}
#list-articles td.image img,
#list-marketing-tools td.image img {
  max-width: 80px;
  max-height: 40px;
}
#list-articles td.title,
#list-marketing-tools td.title {
  max-width: 200px;
}
#list-articles td.target,
#list-marketing-tools td.target {
  line-height: 11px;
}
#list-articles td.target span,
#list-marketing-tools td.target span {
  display: block;
}
#list-articles td.action a,
#list-marketing-tools td.action a {
  white-space: nowrap;
}
#list-marketing-tools td {
  height: 25px;
}
#list-marketing-tools td.name {
  min-width: 300px;
}
#list-marketing-tools td.update {
  width: 150px;
}
.control-label .info {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  text-indent: 8px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
.control-label .info i.icon-pushpin {
  position: absolute;
  top: 4px;
  left: 4px;
  text-indent: 0;
}
#marketing-tool-category-list td.tool {
  width: 160px;
}
a.file-box {
  width: 180px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #bebebe;
  margin: 0 20px 10px 0;
  color: #777;
  position: relative;
  text-decoration: none;
}
a.file-box.mime-image .file-content {
  background: url(/img/bg-article-file-image.png) 50% 50% no-repeat;
}
a.file-box.mime-pdf .file-content {
  background: url(/img/bg-article-file-pdf.png) 50% 50% no-repeat;
}
a.file-box.mime-archive .file-content {
  background: url(/img/bg-article-file-archive.png) 50% 50% no-repeat;
}
a.file-box.mime-other .file-content {
  background: url(/img/bg-article-file-other.png) 50% 50% no-repeat;
}
a.file-box .file-content {
  width: 100%;
  height: 75%;
  display: block;
}
a.file-box .file-name {
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  padding: 0 5px;
  background: rgba(245,245,245,0.95);
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
a.file-box span.file-box-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #f5f5f5;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
a.file-box span.file-box-overlay:hover {
  opacity: 0.01;
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
a.file-box span.file-box-overlay span.file-title {
  width: 100%;
  height: 50%;
  margin: 5px 0 0;
  padding: 0 5px;
  box-sizing: border-box;
  display: block;
}
a.file-box span.file-box-overlay span.file-title span.size {
  display: block;
  color: #AAA;
  font-size: 0.8em;
}
a.file-box span.file-box-overlay span.file-actions {
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
}
a.file-box span.file-box-overlay span.file-actions .btn {
  margin: 0 5px;
}
form #search_month,
form #month {
  width: 120px;
}
form #search_year,
form #year {
  width: 80px;
}
form #year_chosen {
  margin: 0 0 0 10px;
}
form select#id_franchisee,
form select#search_id_franchisee {
  width: 300px;
}
form #search_id_franchisee_chosen,
form #search_month_chosen,
form #search_year_chosen {
  margin: 5px 0 0 10px;
}
.search-surveys form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-surveys form .input-prepend span {
  width: 3%;
}
.search-surveys form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-surveys form .row-keywords {
  position: relative;
}
.search-surveys form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-surveys form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-surveys form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
#list-surveys .title {
  max-width: 200px;
}
#list-surveys .description {
  max-width: 200px;
}
#list-surveys number {
  white-space: nowrap;
}
#list-surveys a.btn {
  white-space: nowrap;
}
#form_url.loading {
  background: url(/img/ajax-loader.gif) 98.5% 50% no-repeat;
}
.search-suppliers form .input-prepend span,
.search-franchisees form .input-prepend span {
  width: 3%;
}
.search-suppliers form .input-prepend input[type=text],
.search-franchisees form .input-prepend input[type=text] {
  width: 93.6%;
  padding: 0 4px;
  height: 26px;
}
.search-suppliers form [data-toggle=button] input,
.search-franchisees form [data-toggle=button] input {
  position: absolute;
  left: -9999px;
}
.search-suppliers form .btn-group-style,
.search-franchisees form .btn-group-style {
  display: inline-block;
  margin: -6px 0 0 5px;
}
.search-suppliers form .row-keywords,
.search-franchisees form .row-keywords {
  position: relative;
}
.search-suppliers form a#search-remove-sign,
.search-franchisees form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0.5% 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-suppliers form a#search-remove-sign i,
.search-franchisees form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-suppliers form a#search-remove-sign:hover,
.search-franchisees form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-suppliers form label,
.search-franchisees form label {
  margin: 5px 0 0;
}
.search-suppliers form .btn-group,
.search-franchisees form .btn-group {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#list-suppliers th,
#list-franchisees th {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.3;
}
#list-suppliers td,
#list-franchisees td {
  font-size: 0.8em;
  cursor: default;
}
#list-suppliers td.name,
#list-franchisees td.name {
  line-height: 12px;
  max-width: 90px;
}
#list-suppliers td.name .profil,
#list-franchisees td.name .profil {
  display: block;
  font-style: italic;
  color: #777;
}
#list-suppliers td.name .phone,
#list-franchisees td.name .phone {
  display: block;
  color: #666;
  min-width: 81px;
}
#list-suppliers td.credentials,
#list-franchisees td.credentials {
  text-align: center;
}
#list-suppliers td.credentials .popover-hint,
#list-franchisees td.credentials .popover-hint {
  display: none;
}
#list-suppliers .number,
#list-franchisees .number {
  text-align: right;
}
#list-suppliers .active,
#list-franchisees .active {
  text-align: center;
}
#list-suppliers .active [class^="icon"],
#list-franchisees .active [class^="icon"] {
  font-size: 1.2em;
}
#list-suppliers .active .switch,
#list-franchisees .active .switch {
  font-size: 1.5em;
}
#list-suppliers .active .switch.switch-on,
#list-franchisees .active .switch.switch-on {
  color: #468847;
}
#list-suppliers .active .switch.switch-off,
#list-franchisees .active .switch.switch-off {
  color: #bf2000;
}
#list-suppliers .status,
#list-franchisees .status {
  text-align: center;
}
#list-suppliers .status .label,
#list-franchisees .status .label {
  font-size: .9em;
}
#list-suppliers .text-ellipsis,
#list-franchisees .text-ellipsis {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  max-width: 100%;
}
.popover.credentials {
  width: 300px;
}
.popover.credentials a.remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 9px 9px 0 0;
  text-decoration: none;
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  cursor: pointer;
}
.popover.credentials .credential {
  font-size: .9em;
}
.popover.credentials .popover-hint > div {
  margin-top: 8px;
}
.modal.supplier-detail {
  top: 5% !important;
  margin-top: 0 !important;
  position: absolute !important;
}
.modal.supplier-detail .modal-body {
  max-height: none;
}
.modal.supplier-detail #supplier-detail-content {
  position: relative;
}
.modal.supplier-detail #supplier-detail-content .btn-edit-supplier {
  position: absolute;
  top: 0;
  right: 0;
  margin: -10px 0 0;
}
.modal.supplier-detail #supplier-detail-content fieldset:not(:last-child) {
  margin: 0 0 2em;
}
.modal.supplier-detail #supplier-detail-content fieldset legend {
  font-size: 1.1em;
  font-weight: 400;
  color: #8a8a8a;
  padding: 0 0 2px;
  margin: 0 0 1em;
  line-height: 1;
}
.modal.supplier-detail #supplier-detail-content table {
  margin: 0 1em;
}
.modal.supplier-detail #supplier-detail-content table th {
  text-align: right;
  padding: .2em 1em .2em 0;
  white-space: nowrap;
  min-width: 160px;
}
.modal.supplier-detail #supplier-detail-content table td {
  width: 100%;
}
.modal.supplier-detail #supplier-detail-content p {
  margin: 0;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-validation input[type=radio] {
  display: none;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-validation textarea {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-validation .help-block {
  margin: 0 1em;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-credentials .supplier-account-wrapper {
  display: flex;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-credentials .supplier-account-wrapper .credentials {
  flex-grow: 1;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-credentials a {
  text-decoration: none;
  cursor: pointer;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-credentials a .text-success {
  color: #468847;
}
.modal.supplier-detail #supplier-detail-content fieldset#section-credentials a .text-error {
  color: #bf2000;
}
*,
input,
button,
select,
textarea {
  font-family: Montserrat, "Helvetica Neue", Arial, Sans-serif;
}
a {
  color: #1A1E1E;
}
a .fi {
  vertical-align: -2px;
  margin-right: 5px;
}
input {
  accent-color: #FABB20;
}
.icon-white {
  color: inherit !important;
}
.hide-desktop,
.d-mobile {
  display: revert;
}
.hide-mobile,
.d-desktop {
  display: none;
}
@media (min-width: 992px) {
  .hide-desktop,
  .d-mobile {
    display: none;
  }
  .hide-mobile,
  .d-desktop {
    display: revert;
  }
}
.d-flex {
  display: flex;
}
.d-flex.gap {
  gap: 10px;
}
body {
  background: #f0f2f3;
  padding: 0 10px;
}
@media (min-width: 992px) {
  body {
    padding: 0;
  }
}
body #content {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
body #content > .row-fluid {
  display: flex;
  flex-flow: row nowrap;
}
body #content > .row-fluid #body {
  margin: 0;
  padding: 0 0 20px;
  flex-grow: 1;
  width: 1%;
}
@media (min-width: 992px) {
  body #content > .row-fluid #body {
    padding: 0 20px;
  }
}
body .breadcrumb {
  background: none;
}
body .body-wrapper {
  background: #FFFFFF;
  padding: 20px;
  min-height: min(100vh - 20px, calc(100% - 137px - 20px));
}
.dropdown-menu ._a {
  background: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
}
.dropdown-menu ._a [class^="icon-"] {
  color: var(--btn-text-color-primary) !important;
}
.dropdown-menu li a:hover {
  background: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
  background: var(--btn-background-color-primary-hover);
}
.dropdown-menu li a:hover [class^="icon-"] {
  color: var(--btn-text-color-primary) !important;
}
.dropdown-menu .active a {
  background: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
}
.dropdown-menu .active a [class^="icon-"] {
  color: var(--btn-text-color-primary) !important;
}
.dropdown-menu .active a:hover {
  background: var(--btn-background-color-primary-hover);
  color: var(--btn-text-color-primary);
}
.nav-list > .active > a {
  background-color: var(--btn-background-color-primary-disabled) !important;
  color: #1A1E1E !important;
  text-shadow: none !important;
}
.nav-tabs {
  display: flex;
}
.breadcrumb {
  color: #565853;
  text-shadow: none;
  padding: 5px;
  margin: -10px 0 10px;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #565853;
}
.breadcrumb a {
  text-decoration: underline;
  color: #565853;
}
.breadcrumb .active {
  color: #454644;
}
.modal {
  border-radius: 0;
  max-width: 95vw;
  width: 600px;
  left: 50%;
  margin-left: 0 !important;
  transform: translate(-50%,0);
}
.modal .modal-header .close {
  opacity: .9;
}
.modal .modal-header h3 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .modal .modal-header h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
.box-content form .row-fluid.row-keywords {
  display: flex;
  justify-content: space-between;
}
.box-content form .row-fluid.row-keywords .input-prepend {
  flex-grow: 1;
  display: flex;
  width: 1%;
}
.box-content form .row-fluid.row-keywords .input-prepend input {
  flex-grow: 1;
  width: 1%;
}
.box-content form .row-fluid.row-keywords #search-remove-sign {
  position: absolute;
  line-height: 1;
  z-index: 2;
  top: 50%;
  right: 0;
  margin: 0;
  transform: translate(-5px,-55%);
}
.box-content form .row-fluid.row-keywords + .row-fluid {
  margin-top: 10px;
}
.form-actions {
  background: none;
}
.chosen-results li.highlighted {
  background-color: #FABB20 !important;
  background-image: none !important;
  color: #565853 !important;
}
.chosen-results .product-badge.option {
  position: static;
  background: none;
  border: none;
  text-transform: none;
  font-size: 1em;
}
.chosen-results .product-badge.option:before {
  content: '';
  display: inline-block;
  font-size: 1.5em;
  width: 5px;
  height: 5px;
  background-color: var(--foreground-color);
  border: 4px solid var(--background-color);
  border-radius: 50%;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.alert {
  text-shadow: none;
  border-radius: 5px;
}
.alert-success {
  background-color: var(--background-color-success);
  border-color: var(--border-color-success);
  color: var(--text-color-success);
}
.alert-danger,
.alert-error {
  background-color: var(--background-color-danger);
  border-color: var(--border-color-danger);
  color: var(--text-color-danger);
}
.alert-info {
  background-color: var(--background-color-info);
  border-color: var(--border-color-info);
  color: var(--text-color-info);
}
.btn {
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  border-radius: 5px;
  color: var(--btn-text-color-default);
  background-color: var(--btn-background-color-default);
  border-color: var(--btn-border-color-default);
  font-weight: normal;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.btn:hover,
.btn.active {
  color: var(--btn-text-color-default-hover);
  background-color: var(--btn-background-color-default-hover);
  border-color: var(--btn-border-color-default-hover);
}
.btn:hover [class^="icon"],
.btn:hover .fi,
.btn.active [class^="icon"],
.btn.active .fi {
  color: inherit !important;
}
.btn[disabled],
.btn.disabled {
  color: inherit;
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--btn-background-color-default-disabled);
}
.btn.btn-outline {
  background-color: transparent;
}
.btn .fi {
  vertical-align: -2px;
  margin-right: 5px;
}
.btn-primary {
  color: var(--btn-text-color-primary);
  background-color: var(--btn-background-color-primary);
  border-color: var(--btn-border-color-primary);
}
.btn-primary:hover {
  color: var(--btn-text-color-primary-hover);
  background-color: var(--btn-background-color-primary-hover);
  border-color: var(--btn-border-color-primary-hover);
}
.btn-primary[disabled],
.btn-primary.disabled {
  background-color: var(--btn-background-color-primary-disabled);
}
.btn-primary .caret {
  border-top-color: var(--btn-text-color-primary);
  border-bottom-color: var(--btn-text-color-primary);
}
.btn-secondary {
  color: var(--btn-text-color-secondary);
  background-color: var(--btn-background-color-secondary);
  border-color: var(--btn-border-color-secondary);
}
.btn-secondary:hover {
  color: var(--btn-text-color-secondary-hover);
  background-color: var(--btn-background-color-secondary-hover);
  border-color: var(--btn-border-color-secondary-hover);
}
.btn-secondary[disabled],
.btn-secondary.disabled {
  background-color: var(--btn-background-color-secondary-disabled);
}
.btn-secondary .caret {
  border-top-color: var(--btn-text-color-secondary);
  border-bottom-color: var(--btn-text-color-secondary);
}
.btn-tertiary {
  color: var(--btn-text-color-tertiary);
  background-color: var(--btn-background-color-tertiary);
  border-color: var(--btn-border-color-tertiary);
}
.btn-tertiary:hover {
  color: var(--btn-text-color-tertiary-hover);
  background-color: var(--btn-background-color-tertiary-hover);
  border-color: var(--btn-border-color-tertiary-hover);
}
.btn-tertiary[disabled],
.btn-tertiary.disabled {
  background-color: var(--btn-background-color-tertiary-disabled);
}
.btn-tertiary .caret {
  border-top-color: var(--btn-text-color-tertiary);
  border-bottom-color: var(--btn-text-color-tertiary);
}
.btn-default {
  color: var(--btn-text-color-default);
  background-color: var(--btn-background-color-default);
  border-color: var(--btn-border-color-default);
}
.btn-default:hover {
  color: var(--btn-text-color-default-hover);
  background-color: var(--btn-background-color-default-hover);
  border-color: var(--btn-border-color-default-hover);
}
.btn-default[disabled],
.btn-default.disabled {
  background-color: var(--btn-background-color-default-disabled);
}
.btn-success {
  color: var(--btn-text-color-success);
  background-color: var(--btn-background-color-success);
  border-color: var(--btn-border-color-success);
}
.btn-success:hover {
  color: var(--btn-text-color-success);
  background-color: var(--background-color-success);
  border-color: var(--border-color-success);
}
.btn-success[disabled],
.btn-success.disabled {
  background-color: var(--btn-background-color-success-disabled);
}
.btn-info {
  color: var(--btn-text-color-info);
  background-color: var(--btn-background-color-info);
  border-color: var(--btn-border-color-info);
}
.btn-info:hover {
  color: var(--btn-text-color-info);
  background-color: var(--background-color-info);
  border-color: var(--border-color-info);
}
.btn-info[disabled],
.btn-info.disabled {
  background-color: var(--btn-background-color-info-disabled);
}
.btn-warning {
  color: var(--btn-text-color-warning);
  background-color: var(--btn-background-color-warning);
  border-color: var(--btn-border-color-warning);
}
.btn-warning:hover {
  color: var(--btn-text-color-warning);
  background-color: var(--background-color-warning);
  border-color: var(--border-color-warning);
}
.btn-warning[disabled],
.btn-warning.disabled {
  background-color: var(--btn-background-color-warning-disabled);
}
.btn-danger {
  color: var(--btn-text-color-danger);
  background-color: var(--btn-background-color-danger);
  border-color: var(--btn-border-color-danger);
}
.btn-danger:hover {
  color: var(--btn-text-color-danger);
  background-color: var(--background-color-danger);
  border-color: var(--border-color-danger);
}
.btn-danger[disabled],
.btn-danger.disabled {
  background-color: var(--btn-background-color-danger-disabled);
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: var(--btn-background-color-primary-hover);
}
.badge,
.label {
  text-shadow: none;
  font-weight: normal;
  color: black;
  padding: 1px 9px;
  background-color: #d4d4d4;
}
.badge-primary,
.label-primary {
  background-color: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
}
.badge-success,
.label-success {
  background-color: var(--background-color-success);
  color: var(--text-color-success);
}
.badge-info,
.label-info {
  background-color: var(--background-color-info);
  color: var(--text-color-info);
}
.badge-warning,
.label-warning {
  background-color: var(--background-color-warning);
  color: var(--text-color-warning);
}
.badge-danger,
.badge-important,
.label-danger,
.label-important {
  background-color: var(--background-color-danger);
  color: var(--text-color-danger);
}
.badge-danger [class^="icon-"],
.badge-important [class^="icon-"],
.label-danger [class^="icon-"],
.label-important [class^="icon-"] {
  color: var(--text-color-danger);
}
.title-lettering {
  position: relative;
}
.title-lettering:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
#left-column {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  opacity: 0;
  overflow: hidden;
  z-index: 1000;
  transform: translate(0,-100%);
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  #left-column {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
  #left-column .left-column-content {
    flex-grow: 1;
    overflow: auto;
    padding: 0 20px;
    margin: 0 -20px;
  }
}
.column-opened:not(.mobile-init) #left-column {
  transform: translate(0,0);
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #left-column {
    position: static;
    padding: 0 20px;
    transform: translate(0,0);
    width: 60px;
    min-width: 0;
    opacity: 1;
    border-right: 1px solid #d4d4d4;
  }
  #left-column .header-column img.mini {
    opacity: 1 !important;
  }
  #left-column .header-column img.full {
    opacity: 0;
  }
  .column-opened #left-column {
    width: 20%;
    min-width: 270px;
    max-width: 400px;
  }
  .column-opened #left-column .header-column img.mini {
    opacity: 0 !important;
  }
  .column-opened #left-column .header-column img.full {
    opacity: 1;
  }
}
#left-column .header-column,
#left-column .footer-column:not(:empty) {
  padding: 0 20px;
}
#left-column .header-column {
  background: #2D2E2B;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 992px) {
  #left-column .header-column {
    display: block;
    height: 51px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #left-column .header-column a.btn-column-collapse {
    display: none;
  }
}
#left-column .header-column .brand-logo {
  display: block;
  height: 100%;
  width: 1%;
  position: relative;
  flex-grow: 1;
}
@media (min-width: 992px) {
  #left-column .header-column .brand-logo {
    width: 100%;
  }
}
#left-column .header-column img {
  display: inline-block;
  max-height: 80%;
  width: 80%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column .header-column img.mini {
  opacity: 0;
}
#left-column .header-column .nav-actions {
  width: 80px;
}
@media (min-width: 992px) {
  #left-column .header-column .nav-actions {
    display: none;
  }
}
#left-column #side-navbar {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  flex-grow: 1;
  padding: 0 20px;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
@media (min-width: 992px) {
  #left-column #side-navbar {
    padding: 0;
    margin: 0 -10px;
  }
}
#left-column #side-navbar .category {
  margin: 0 0 40px;
}
#left-column #side-navbar .category h2 {
  position: relative;
  line-height: 1;
  opacity: 0;
  font-weight: 600;
  font-size: 1.2em;
  white-space: nowrap;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .category h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
#left-column #side-navbar .category h2:empty {
  display: none;
}
#left-column #side-navbar .nav.nav-list {
  padding: 0;
}
#left-column #side-navbar .nav-section {
  padding: 0;
  margin: 20px 0 0;
  overflow: hidden;
}
#left-column #side-navbar .nav-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left-column #side-navbar .nav-section ul li {
  height: 40px;
  margin: 3px 0;
}
#left-column #side-navbar .nav-section ul li a {
  display: flex;
  height: 100%;
  padding: 0 10px;
  margin: 0;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: normal;
  font-size: 1.1em;
  color: #565853;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section ul li a:hover {
  border-color: #565853;
}
#left-column #side-navbar .nav-section ul li a .fi {
  width: 30px;
  font-size: 1.2em;
  flex-shrink: 0;
  padding-top: 3px;
}
#left-column #side-navbar .nav-section ul li a .item-label {
  display: block;
  text-overflow: ellipsis;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section ul li a .badge {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-3px,3px);
  padding: 1px 4px;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section ul li.active a {
  border-color: #2D2E2B;
}
#left-column #side-navbar .nav-section.foldable .nav-section-title {
  cursor: pointer;
}
#left-column #side-navbar .nav-section.foldable .nav-section-title .icon-caret .fi.minus {
  display: none;
}
#left-column #side-navbar .nav-section.foldable .nav-section-title .icon-caret .fi.plus {
  display: inline-block;
}
#left-column #side-navbar .nav-section.foldable ul {
  opacity: 0;
  max-height: 0;
  transform: translate(0,-100%);
  overflow: hidden;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section.active .nav-section-title {
  background: #454644;
  color: #FFFFFF;
}
#left-column #side-navbar .nav-section.active .nav-section-title .icon-caret .fi.minus {
  display: inline-block;
}
#left-column #side-navbar .nav-section.active .nav-section-title .icon-caret .fi.plus {
  display: none;
}
#left-column #side-navbar .nav-section.active ul {
  opacity: 1;
  max-height: 1000px;
  transform: translate(0,0);
}
#left-column #side-navbar .nav-section-title {
  background: #F0F2F3;
  color: #565853;
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  line-height: 1;
  padding: 0 10px;
  height: 40px;
  align-items: center;
  font-size: 1.1em;
  font-weight: normal;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section-title .fi {
  font-size: 1.2em;
}
#left-column #side-navbar .nav-section-title .icon {
  width: 30px;
  padding: 3px 0 0 2px;
}
#left-column #side-navbar .nav-section-title .title {
  opacity: 0;
  width: 0;
  white-space: nowrap;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section-title .icon-caret {
  padding-top: 6px;
  opacity: 0;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.column-opened #left-column #side-navbar {
  margin: 0;
}
.column-opened #left-column #side-navbar .category h2 {
  opacity: 1;
}
.column-opened #left-column #side-navbar .nav-section-title {
  padding: 0 20px;
}
.column-opened #left-column #side-navbar .nav-section-title .title {
  flex-grow: 1;
  opacity: 1;
  width: 1%;
}
.column-opened #left-column #side-navbar .nav-section ul li a {
  padding: 0 20px;
}
.column-opened #left-column #side-navbar .nav-section ul li a .item-label {
  opacity: 1;
  width: 100%;
}
.column-opened #left-column #side-navbar .nav-section ul li a .badge {
  top: 50%;
  transform: translate(-5px,-50%);
}
.column-opened #left-column #side-navbar .nav-section.foldable .nav-section-title .icon-caret {
  opacity: 1;
}
#left-column #account-menu {
  margin: 0 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  #left-column #account-menu {
    display: none;
  }
}
#left-column #account-menu .dropdown-menu {
  top: auto;
  bottom: 40px;
  left: 50%;
  right: auto;
  transform: translate(-50%,0);
}
.widget-feedback {
  margin: 0 -20px;
  background: #FABB20;
  color: #1A1E1E;
  padding: 0;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
@media (min-width: 992px) {
  .widget-feedback {
    padding: 0;
  }
}
.column-opened .widget-feedback {
  padding: 20px 40px;
  opacity: 1;
}
@media (min-width: 992px) {
  .column-opened .widget-feedback {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: var(--header-height,0);
  }
}
#header {
  margin: 0 -10px;
}
@media (min-width: 992px) {
  #header {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
#header .navbar-inner {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d4d4d4;
  height: 50px;
  display: flex;
  box-shadow: none;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
#header div.brand-logo {
  flex-grow: 1;
  height: 100%;
}
#header div.brand-logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#header div.brand-logo a img {
  max-height: 80%;
}
@media (min-width: 992px) {
  #header div.brand-logo a {
    display: none;
  }
}
#header div.nav-actions {
  width: 80px;
}
@media (min-width: 992px) {
  #header div.nav-actions {
    width: auto;
  }
}
a.btn-column-collapse {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  margin: 0 56px 0 0;
}
a.btn-column-collapse .bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  background: #2D2E2B;
  top: 0;
  left: 50%;
  transform: translate(-50%,5px);
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
a.btn-column-collapse .bar + .bar {
  top: 50%;
  bottom: auto;
  transform: translate(-50%,-50%);
}
a.btn-column-collapse .bar + .bar + .bar {
  top: auto;
  bottom: 0;
  transform: translate(-50%,-5px);
}
a.btn-column-collapse .btn-filter {
  display: none;
}
.column-opened:not(.mobile-init) a.btn-column-collapse .bar:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%,11px) rotate(225deg);
}
.column-opened:not(.mobile-init) a.btn-column-collapse .bar:first-child + .bar {
  top: 50%;
  width: 0;
  bottom: auto;
  transform: translate(-50%,-50%);
}
.column-opened:not(.mobile-init) a.btn-column-collapse .bar:first-child + .bar + .bar {
  top: auto;
  bottom: 0;
  transform: translate(-50%,-11px) rotate(-225deg);
}
a.btn-column-collapse.inverse .bar {
  background: #FFFFFF;
}
@media (min-width: 992px) {
  #content.column-fixed a.btn-column-collapse {
    display: none;
  }
}
.no-column:not(.column-fixed) a.btn-column-collapse {
  visibility: hidden;
  pointer-events: none;
}
#header #account-menu {
  display: none;
}
@media (min-width: 992px) {
  #header #account-menu {
    display: inline-block;
  }
}
.cart-nav {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .cart-nav {
    margin: 0;
  }
}
.cart-nav ul.nav {
  margin: 0;
}
.cart-nav a {
  color: #1A1E1E !important;
}
.cart-nav .caret {
  border-top-color: #1A1E1E !important;
  border-bottom-color: #1A1E1E !important;
  display: none;
}
.cart-nav a.dropdown-toggle .icon {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: -4px;
}
.cart-nav .cart-quantity {
  vertical-align: 1px;
}
.cart-nav .cart-total-price {
  display: none;
}
@media (min-width: 992px) {
  .cart-nav .caret,
  .cart-nav .cart-total-price {
    display: inline-block;
  }
}
.cart-nav .dropdown.open a {
  background: none !important;
}
.cart-nav .dropdown.open .dropdown-menu {
  right: 0;
  left: auto;
}
.cart-nav .dropdown.open .dropdown-menu:before {
  right: 30px;
  left: auto;
}
.cart-nav .dropdown.open .dropdown-menu:after {
  right: 31px;
  left: auto;
}
.cart-nav .dropdown.open .dropdown-menu .view-cart-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cart-nav .dropdown.open .dropdown-menu .view-cart-link a .fi {
  font-size: 1.2rem;
}
.cart-nav .dropdown.open .dropdown-menu .view-cart-link a > span > span {
  display: block;
}
@media (min-width: 992px) {
  .cart-nav .dropdown.open .dropdown-menu {
    left: 0;
    right: auto;
  }
  .cart-nav .dropdown.open .dropdown-menu:before {
    right: auto;
    left: 29px;
  }
  .cart-nav .dropdown.open .dropdown-menu:after {
    right: auto;
    left: 30px;
  }
}
#header .locales-nav {
  display: none;
}
@media (min-width: 992px) {
  #header .locales-nav {
    display: inline-block;
  }
}
#left-column #side-navbar .category {
  margin: 0 0 20px;
}
#left-column #side-navbar .nav-section-title {
  height: 30px;
}
#left-column #side-navbar .nav-section-title .icon-caret {
  padding-top: 3px;
}
#left-column #side-navbar .nav-section ul li {
  height: 30px;
}
#header .labels-configuration-nav {
  display: none;
}
@media (min-width: 992px) {
  #header .labels-configuration-nav {
    float: right;
    display: inline-block;
  }
}
.welcome-content > .section {
  background: #F0F2F3;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 10px;
}
.welcome-content > .section h3 {
  font-size: 1.1em;
  margin: 0 0 1em;
  line-height: 1;
  font-weight: 600;
}
.welcome-content > .section .btn {
  margin: 10px 0 0;
}
.welcome-content > .section .brand-logo {
  margin: 20px 0;
}
.welcome-content .welcome-box h4 {
  font-size: 1.4em;
  font-weight: normal;
  color: #1A1E1E;
  padding: 0 0 5px;
  margin: 0 0 10px;
  text-indent: 0;
  line-height: 1;
  position: relative;
}
.welcome-content .welcome-box h4:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
.welcome-content .tutorial-section {
  margin: 5px 0 20px;
  border-bottom: 1px solid #efefef;
  background: url(/img/default/fond-ombre-tutorial-section.png) 50% 100% no-repeat;
  padding: 0 0 20px;
}
.welcome-content .tutorial-section > div[class*='span'] {
  padding: 20px;
}
.welcome-content .tutorial-section > div[class*='span'] h5 {
  font-size: 1.3em;
  font-weight: normal;
  color: #555;
}
.welcome-content .tutorial-section > div[class*='span'] p,
.welcome-content .tutorial-section > div[class*='span'] li {
  color: #777;
}
.welcome-content .tutorial-section > div[class*='span'] ul {
  list-style-type: square;
}
.welcome-content .tutorial-section:nth-child(odd) > div.span8 {
  text-align: right;
}
.welcome-content .tutorial-section > div.span4 {
  padding: 20px 0;
  margin: 0;
  text-align: center;
}
.welcome-content .tutorial-section > div.span4 img {
  max-width: 100%;
}
.welcome-content .tutorial-section .status-details td {
  vertical-align: top;
}
.welcome-content .tutorial-section .status-details td p {
  text-align: left;
  padding: 0 0 0 10px;
}
.welcome-content .tutorial-section a.demo-link {
  font-size: 11px;
}
#list-products tr.product-special:nth-child(odd) td {
  background: #ffdddc;
}
#list-products tr.product-special:nth-child(even) td {
  background: #ffe7e6;
}
#list-products tr.product-free-quantity:nth-child(odd) td {
  background: #C7E0EC;
}
#list-products tr.product-free-quantity:nth-child(even) td {
  background: #daebf2;
}
#list-products td {
  vertical-align: middle;
  padding: 4px;
  -webkit-transition: background ease 0.5s 0s;
  -o-transition: background ease 0.5s 0s;
  -ms-transition: background ease 0.5s 0s;
  -moz-transition-property: background;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: background ease 0.5s 0s;
}
#list-products td .blank {
  display: block;
  text-align: center;
}
#list-products th a {
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: underline;
}
#list-products td.image {
  width: 40px;
  padding: 0;
}
#list-products td.image .image-wrapper {
  padding: 1px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
#list-products td.image .image-wrapper img {
  max-width: 40px;
  max-height: 40px;
}
#list-products td.reference {
  width: 170px;
}
#list-products td.reference .primus-reference {
  display: block;
  color: #798b8b;
  font-size: .8em;
}
#list-products td.name {
  width: 30%;
}
#list-products td.name .name-wrapper {
  position: relative;
  width: 100%;
  line-height: 18px;
}
#list-products td.name .name-wrapper .name {
  display: block;
  float: left;
}
#list-products td.name .name-wrapper .nature,
#list-products td.name .name-wrapper .region {
  display: block;
  float: left;
  clear: both;
  color: #495555;
}
#list-products td.name .name-wrapper .label {
  margin: 0 0 0 2px;
  cursor: default;
}
#list-products td.description {
  width: 30%;
}
#list-products td.comment {
  max-width: 200px;
}
#list-products td.vintage {
  width: 56px;
}
#list-products td.color {
  width: 56px;
}
#list-products td.unit-code {
  width: 70px;
}
#list-products td.base-price {
  width: 60px;
  text-align: right;
}
#list-products td.base-price > span {
  display: block;
}
#list-products td.base-price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
}
#list-products td.base-price .special-price {
  font-size: 1.01em;
  color: #ff675f;
}
#list-products td.price {
  width: 60px;
  text-align: right;
}
#list-products td.price > span {
  display: block;
}
#list-products td.price .primus-price {
  display: block;
  color: #798b8b;
  font-size: .8em;
}
#list-products td.price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
}
#list-products td.price .special-price {
  font-size: 1.01em;
  color: #ff675f;
}
#list-products td.number {
  text-align: right;
}
#list-products td.quantity {
  width: 103px;
  text-align: center;
}
#list-products td.quantity .btn {
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
}
#list-products td.quantity input.input-quantity {
  width: 30px;
  text-align: center;
}
#list-products td.total-price {
  width: 68px;
  text-align: right;
}
#list-products td.total-price .old-price {
  display: block;
  font-size: 0.8em;
  text-decoration: line-through;
}
#list-products td.total-price .special-price {
  display: block;
  font-size: 1.01em;
  color: #ff675f;
}
#list-products .quantity-alert {
  padding-top: 5px;
}
#list-products td.supplier {
  width: 100px;
}
#list-products td.supplier i.icon-user {
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: opacity ease 1s 0s;
  -o-transition: opacity ease 1s 0s;
  -ms-transition: opacity ease 1s 0s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 0s;
  transition: opacity ease 1s 0s;
  cursor: pointer;
  position: absolute;
}
#list-products td.supplier i.icon-user:hover {
  opacity: 0.01;
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#list-products td.priority {
  text-align: center;
  white-space: nowrap;
}
#list-products td.online {
  width: 40px;
  text-align: center;
}
#list-products td.online i[class*="switcher"] {
  cursor: pointer;
}
#list-products td.product-badges .badge-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
}
#list-products td.product-badges .product-badge.custom {
  position: static;
  font-size: .7em;
  padding: 2px;
}
#list-products td.edit {
  width: 33px;
  text-align: center;
}
#list-products td.delete {
  width: 33px;
  text-align: center;
}
#list-products td.delete .delete-product {
  padding: 4px 8px 3px;
  font-size: 10px;
  color: #bf2000;
}
#list-products tr:hover td {
  background: #fef5e1;
}
#list-products tr:has(td.selection :checked) td {
  background: #FEECC8;
}
.search-products form .input-prepend span {
  width: 3%;
}
.search-products form .input-prepend input[type=text] {
  width: 88%;
  padding: 13px 4px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .search-products form .input-prepend input[type=text] {
    width: 95%;
  }
}
.search-products form input#special-only {
  position: absolute;
  left: -9999px;
}
.search-products form button.special-only-btn {
  margin: -2px 0 0;
}
.search-products form button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
.search-products form button.search-btn >i {
  font-size: 1.3em;
  line-height: 0.3em !important;
}
.search-products form >div.row-keywords {
  position: relative;
}
.search-products form >div a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 5px 4px 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-products form >div a#search-remove-sign i {
  font-size: 1.6em;
}
.search-products form >div a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-products form >div >div.select {
  float: left;
  padding: 0 5px 0 0;
  margin: 0 4px 0 0;
}
.search-products form >div >div.select label {
  display: inline-block;
  margin: 0 2px 0 0;
}
.search-products form >div >div.select label:after {
  content: ' :';
}
.search-products form >div >div.select select#search-region {
  width: 150px;
}
.search-products form >div >div.select select#search-nature {
  width: 150px;
}
.search-products form >div >div.select select#search-color {
  width: 110px;
}
.search-products form >div >div.select select#search-vintage {
  width: 110px;
}
@media (max-width: 1024px) {
  .search-products form >div>div.select {
    padding: 0 5px 0 0;
    float: left;
    margin: 0 4px 2px 0;
  }
  .search-products form >div>div.select label {
    width: 75px;
  }
  .search-products form >div>div.select label:after {
    content: ' :';
  }
  .search-products form >div>div.select select#search-region {
    width: 200px;
  }
  .search-products form >div>div.select select#search-nature {
    width: 200px;
  }
  .search-products form >div>div.select select#search-color {
    width: 200px;
  }
  .search-products form >div>div.select select#search-vintage {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .search-products form button.special-only-btn {
    width: 270px;
  }
  .search-products form >div>div.select {
    display: block;
    float: none;
    padding: 0 5px 0 0;
    margin: 2px 4px 2px 0;
  }
  .search-products form >div>div.select label {
    width: 75px;
  }
  .search-products form >div>div.select label:after {
    content: ' :';
  }
  .search-products form >div>div.select select#search-region {
    width: 200px;
  }
  .search-products form >div>div.select select#search-nature {
    width: 200px;
  }
  .search-products form >div>div.select select#search-color {
    width: 200px;
  }
  .search-products form >div>div.select select#search-vintage {
    width: 200px;
  }
}
.form-horizontal .control-group {
  margin-bottom: 10px;
  width: 100%;
  max-width: 800px;
}
.control-group.required .control-label:after {
  content: '*';
  color: #bf2000;
  margin: 0 0 0 .5em;
  font-size: 1.2em;
}
.control-group.to-complete {
  background: #fff7ef;
  border: 1px dotted #ffa1a1;
  padding: 5px 5px 2px 5px;
  margin: -5px -5px 10px -5px;
  border-radius: 5px;
  display: table;
}
.alert .control-group.to-complete {
  display: inline;
}
.control-group.to-complete label {
  font-weight: bold;
}
.control-group.to-complete label .info {
  font-weight: initial;
}
.control-group.to-complete .uploader {
  margin-bottom: 0;
}
#edit-product-form .product-identity {
  position: relative;
  min-height: 350px;
}
#edit-product-form .box-header em {
  font-weight: 600;
  font-style: normal;
}
#edit-product-form .not-editable {
  line-height: 28px;
}
#edit-product-form label.editor {
  margin: 9px 0 5px 0;
}
#edit-product-form .control-label .info {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  text-indent: 8px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
#edit-product-form .control-label .info i.icon-pushpin {
  position: absolute;
  top: 4px;
  left: 4px;
  text-indent: 0;
}
#edit-product-form .editor-length {
  font-size: 11px;
  color: #3a87ad;
  font-weight: normal;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 10px;
  margin: 2px 0 0;
  position: relative;
}
#edit-product-form .editor-length i.icon-warning-sign {
  display: none;
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 1.5em;
  text-indent: 0;
}
#edit-product-form .editor-length.overflow {
  background: #f2dede;
  color: #b94a48;
  border: 1px solid #eed3d7;
}
#edit-product-form .editor-length.overflow span {
  font-weight: bold;
}
#edit-product-form .editor-length.overflow span.editor-max-length {
  font-weight: normal;
}
#edit-product-form .editor-length.overflow i.icon-warning-sign {
  display: block;
}
#edit-product-form .cke_skin_kama {
  background: white;
}
#edit-product-form .info-supplier-map {
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  text-indent: 18px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
  margin: 0 0 0 30px;
}
#edit-product-form .info-supplier-map i.icon-pushpin {
  position: absolute;
  top: 4px;
  left: 4px;
  text-indent: 0;
}
#edit-product-form input[type=text],
#edit-product-form input[type=email] {
  width: 100%;
  max-width: 386px;
  height: 28px;
  box-sizing: border-box;
}
#edit-product-form .product_discount-row {
  margin-bottom: 4px;
}
#edit-product-form .product_discount-row .datepicker {
  max-width: 100px;
}
#edit-product-form .product_discount-row a.btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
#edit-product-form .product_discount-row a.btn-tool > [class^="icon-"] {
  color: #777;
}
#edit-product-form input[type=number] {
  width: 60px;
}
#edit-product-form select {
  width: 100%;
  max-width: 400px;
}
#edit-product-form select[multiple] {
  width: 100%;
  max-width: 700px;
}
#edit-product-form textarea {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}
#edit-product-form .help-block {
  margin-top: 0;
}
#edit-product-form .chosen-choices {
  border-radius: 3px;
}
#edit-product-form .chosen-container .chosen-results li.disabled-result {
  display: none;
}
#edit-product-form .composite-attribute-row {
  margin-bottom: 4px;
}
#edit-product-form .composite-attribute-row.initial {
  display: none;
}
#edit-product-form .composite-attribute-row .chzn-container {
  vertical-align: middle;
}
#edit-product-form .composite-attribute-row .input-append input {
  width: 50px;
  padding: 2px 4px 3px;
  vertical-align: top;
  margin: 1px 0 0 0;
}
#edit-product-form .composite-attribute-row .add-on {
  padding: 2px 4px 3px;
  margin-top: 1px;
}
#edit-product-form .composite-attribute-row a.btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
#edit-product-form .composite-attribute-row a.btn-tool > [class^="icon-"] {
  color: #777;
}
@media (max-width: 992px) {
  #edit-product-form .composite-attribute-row select {
    width: 40%;
  }
}
#edit-product-form .btn-group input {
  display: none;
}
#edit-product-form .alert .btn-undo {
  display: inline-flex;
}
.popover-content textarea {
  width: 94%;
  height: 60px;
}
.actual-product-image {
  position: absolute;
  top: 0;
  right: 0;
  margin: 74px 20px 0 0;
  width: 320px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e5e5e5;
}
.actual-product-image .caption {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  color: #9da0a4;
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  padding: 4px 10px;
  z-index: 1;
}
.actual-product-image .delete {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  background: #f5f5f5;
  padding: 4px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.actual-product-image .delete i {
  -webkit-transition: color ease 0.5s 0s;
  -o-transition: color ease 0.5s 0s;
  -ms-transition: color ease 0.5s 0s;
  -moz-transition-property: color;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: color ease 0.5s 0s;
}
.actual-product-image .delete:hover i {
  color: red;
}
.actual-product-image .image {
  width: 300px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px 10px;
  margin: 0 0 -1px;
  text-align: center;
}
.actual-product-image .image img {
  max-width: 300px;
  max-height: 300px;
  -webkit-transition: opacity ease 1s 0s;
  -o-transition: opacity ease 1s 0s;
  -ms-transition: opacity ease 1s 0s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 0s;
  transition: opacity ease 1s 0s;
}
.actual-product-image.delete .image img {
  opacity: 0.002;
  filter: alpha(opacity=0.2);
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
}
.actual-product-image .message {
  display: none;
  padding: 10px;
  color: #555;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
.actual-product-image .message a {
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
  float: right;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .actual-product-image {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0;
  }
  .actual-product-image .image {
    width: 100%;
    box-sizing: border-box;
  }
}
#supplier-map-container {
  padding: 64px 0 0 0;
  margin: -60px 0 0;
}
#supplier-map-container .map-containment {
  display: block;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#supplier-map-container .map-marker {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: move;
}
.form-actions.edit-product {
  position: relative;
  height: 28px;
  padding-left: 20px;
}
.form-actions.edit-product button {
  margin-left: 10px;
}
.form-actions.edit-product button.ok {
  position: absolute;
  left: auto;
  right: 20px;
}
@media (max-width: 991px) {
  .form-actions.edit-product {
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    gap: 10px;
    padding: 0;
  }
  .form-actions.edit-product button {
    flex: 1 1 auto;
    margin: 0;
  }
  .form-actions.edit-product button.ok {
    position: relative;
    right: 0;
    order: 1;
  }
  .form-actions.edit-product button.to-complete,
  .form-actions.edit-product button.to-correct {
    order: 2;
  }
  .form-actions.edit-product button.cancel {
    order: 3;
  }
}
.product-status-history-content {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 38px 0 0;
}
.product-status-history-content .caption {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  color: #9da0a4;
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  padding: 4px 10px;
  z-index: 1;
}
.product-status-history-content a.all {
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 0;
  margin: 5px 0 0 90px;
  font-size: 11px;
}
.product-status-history-content .history-line {
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  padding: 4px 4px;
}
.product-status-history-content .history-line .cell {
  display: table-cell;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
.product-status-history-content .history-line .cell.date {
  width: 75px;
}
.product-status-history-content .history-line .cell.status {
  width: 150px;
}
.product-status-history-content .history-line .cell.comment {
  border-right: none;
}
@media (max-width: 768px) {
  .product-status-history-content .history-line {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .product-status-history-content .history-line .cell {
    padding: 0;
    border: none;
  }
  .product-status-history-content .history-line .cell.date {
    flex: 1 1 40%;
  }
  .product-status-history-content .history-line .cell.status {
    flex: 1 1 60%;
  }
  .product-status-history-content .history-line .cell.comment {
    flex: 1 1 100%;
    padding: 10px 0 0;
  }
}
.product-status-history-content .history-archive {
  display: none;
}
.product-status-history-content .history-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-status-history-content .history-archive ul li:nth-child(odd) .history-line {
  background: #fff;
}
.product-status-history-content .history-archive ul li:last-child .history-line {
  border-bottom: none;
}
#product-documents.controls {
  width: 100%;
  max-width: 786px;
}
#product-documents.controls input[name="label"] {
  width: 100%;
  max-width: 772px;
}
#product-documents.controls .product_document-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
}
#product-documents.controls .product_document-row:not(:last-child) {
  margin-bottom: 4px;
}
#product-documents.controls .product_document-row.initial {
  display: none;
}
#product-documents.controls .product_document-row div.uploader {
  margin-bottom: 0;
}
#product-documents.controls a[download] {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .2em 1em;
  color: #617070;
  text-decoration: none;
}
#product-documents.controls a[download] [class*=icon] {
  color: inherit;
  display: none;
}
#product-documents.controls a[download]:hover [class*=icon] {
  display: inline-block;
}
#product-documents.controls .f-grow {
  flex-grow: 1;
}
#product-documents.controls .f-grow input {
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  margin: 0 10px;
}
#product-documents.controls .actions {
  padding: 0 20px;
}
#product-documents.controls .actions a.btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
#product-documents.controls .actions a.btn-tool > [class^="icon-"] {
  color: #777;
}
.edit-profile.box fieldset .features-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  max-width: 800px;
}
.edit-profile.box fieldset .features-wrapper .control-group {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.edit-profile.box fieldset .features-wrapper .control-group .controls {
  margin-left: 10px;
}
.edit-profile.box .uploader + .help-block {
  float: left;
  clear: left;
  margin: 5px 0 0;
}
.edit-profile.box input[type=text],
.edit-profile.box input[type=email],
.edit-profile.box input[type=password],
.edit-profile.box input[type=tel],
.edit-profile.box textarea {
  width: 95%;
  max-width: 400px;
}
.edit-profile.box textarea {
  resize: vertical;
}
.edit-profile.box select {
  width: calc(95% + 14px);
  max-width: 414px;
}
.edit-profile.box #commission_rate {
  width: 40px;
}
.edit-profile.box .not-editable {
  line-height: 28px;
}
.edit-profile.box .supplier-image {
  position: relative;
  text-align: center;
}
.edit-profile.box .supplier-image:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  transform: translate(40px,10px);
  background: #fff;
  display: block;
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.edit-profile.box .supplier-image:hover:before {
  opacity: 1;
  transform: translate(45px,8px);
}
.edit-profile.box .supplier-image:hover .delete-image {
  opacity: 1;
  transform: translate(85px,8px);
}
.edit-profile.box .supplier-image img {
  position: relative;
  width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.edit-profile.box .supplier-image .delete-image {
  font-size: 30px;
  color: #444;
  background: #fff;
  position: absolute;
  top: 0;
  right: 50%;
  width: 40px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(80px,10px);
  text-decoration: none;
  line-height: 0;
  padding: 0 0 5px;
  opacity: .4;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.edit-delivery-grid.box textarea.editor {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 50px;
}
.edit-delivery-grid.box .delivery-grid-row {
  box-sizing: border-box;
}
.edit-delivery-grid.box .delivery-grid-row.initial {
  display: none;
}
.edit-delivery-grid.box .delivery-grid-row label,
.edit-delivery-grid.box .delivery-grid-row .input-append,
.edit-delivery-grid.box .delivery-grid-row a {
  display: inline-block;
  box-sizing: border-box;
}
.edit-delivery-grid.box .delivery-grid-row input[type=number]::-webkit-inner-spin-button,
.edit-delivery-grid.box .delivery-grid-row input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edit-delivery-grid.box .delivery-grid-row input {
  width: 30px;
  text-align: right;
}
.edit-delivery-grid.box .delivery-grid-row .input-append {
  margin: 0 10px;
}
.edit-delivery-grid.box .delivery-grid-row .btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
.edit-delivery-grid.box .delivery-grid-row .btn-tool > [class^="icon-"] {
  color: #777;
}
@media (max-width: 991px) {
  .edit-delivery-grid.box .delivery-grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    gap: 0 1px;
  }
  .edit-delivery-grid.box .delivery-grid-row .input-append {
    margin: 0;
  }
}
.search-orders.box-content form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-orders.box-content form .input-prepend span {
  width: 3%;
}
.search-orders.box-content form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-orders.box-content form .row-keywords {
  position: relative;
}
.search-orders.box-content form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-orders.box-content form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-orders.box-content form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-orders.box-content form .control-btn-group {
  margin: 8px 0 0;
}
.search-orders.box-content form .control-btn-group .btn-group {
  display: inline-block;
  margin: -6px 0 0 5px;
}
button.export-orders-btn {
  display: none;
}
button.export-orders-btn i {
  font-size: 1em !important;
}
#list-orders.box-content thead th {
  text-align: center;
  color: #FFFFFF;
}
#list-orders.box-content thead th a {
  color: inherit;
  display: block;
}
#list-orders.box-content tr.mp_canceled {
  text-decoration: line-through;
  color: #888;
  font-style: italic;
}
#list-orders.box-content tbody tr td {
  cursor: pointer;
  vertical-align: middle;
}
#list-orders.box-content tbody tr td.date {
  text-align: center;
}
#list-orders.box-content tbody tr td.price,
#list-orders.box-content tbody tr td.number {
  text-align: right;
}
#list-orders.box-content tbody tr td.price {
  display: table;
  padding: 8px 0;
  width: 100%;
}
#list-orders.box-content tbody tr td.price > div {
  display: table-cell;
  width: 50%;
  padding: 0 4px;
}
#list-orders.box-content tbody tr td.price > div.primus-price {
  font-size: .8em;
}
#list-orders.box-content tbody tr td.price .price {
  display: block;
  font-style: italic;
  font-size: .8em;
  color: #1b1f1f;
}
#list-orders.box-content tbody tr td.price .price em {
  margin: 0 .5em 0 0;
  font-size: .8em;
  display: inline-block;
  background: #ababab;
  border-radius: 3px;
  color: #fff;
  padding: 2px 2px;
  line-height: 1;
  font-style: normal;
  vertical-align: middle;
}
#list-orders.box-content tbody tr td.price .price-net {
  display: block;
  font-weight: bold;
}
#list-orders.box-content tbody tr td .empty-tracking {
  color: #bf2000;
  font-size: .9em;
}
.box.detail-order h4 .btn.btn-primary,
.box.detail-order h4 .btn.btn-success,
.box.prepare-order h4 .btn.btn-primary,
.box.prepare-order h4 .btn.btn-success {
  margin: -3px 0 0 0;
}
.box.detail-order h4 .btn.btn-default,
.box.prepare-order h4 .btn.btn-default {
  margin: -5px .5em 0 0;
}
.box.detail-order h4 .btn.btn-default span,
.box.prepare-order h4 .btn.btn-default span {
  margin: 5px 0 0;
}
.box.detail-order .order-history-add .status-selector label,
.box.prepare-order .order-history-add .status-selector label {
  display: inline-block;
  vertical-align: text-top;
}
.box.detail-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_canceled,
.box.prepare-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_canceled {
  color: #bf2000;
}
.box.detail-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_error_delivery,
.box.prepare-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_error_delivery {
  color: #565853;
  font-style: italic;
}
.box.detail-order .order-history-add .status-selector input,
.box.prepare-order .order-history-add .status-selector input {
  display: none;
  margin: 0;
}
.box.detail-order .order-history-add textarea,
.box.prepare-order .order-history-add textarea {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  margin: 0;
  resize: none;
}
.box.detail-order .order-history-add button,
.box.prepare-order .order-history-add button {
  position: relative;
  margin: -37px 4px 0 0;
}
.box.detail-order .order-products thead th,
.box.prepare-order .order-products thead th {
  text-align: center;
  vertical-align: middle;
}
.box.detail-order .order-products tbody td,
.box.prepare-order .order-products tbody td {
  vertical-align: middle;
}
.box.detail-order .order-products tbody td.image img,
.box.prepare-order .order-products tbody td.image img {
  max-height: 30px;
}
.box.detail-order .order-products tbody td.quantity,
.box.detail-order .order-products tbody td.price,
.box.detail-order .order-products tbody td.price-net,
.box.prepare-order .order-products tbody td.quantity,
.box.prepare-order .order-products tbody td.price,
.box.prepare-order .order-products tbody td.price-net {
  text-align: right;
}
.box.detail-order .order-products tr.total th em,
.box.prepare-order .order-products tr.total th em {
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
  color: #617070;
}
.box.detail-order .order-products tr.total td,
.box.prepare-order .order-products tr.total td {
  text-align: right;
}
.box.detail-order .order-products tr.total td .primus-price,
.box.prepare-order .order-products tr.total td .primus-price {
  display: block;
  font-size: .8em;
  color: #888888;
}
.box.detail-order .order-products .quantity-input,
.box.prepare-order .order-products .quantity-input {
  text-align: center;
}
.box.detail-order .order-products .quantity-input .input-append,
.box.prepare-order .order-products .quantity-input .input-append {
  display: inline-block;
}
.box.detail-order .order-products .quantity-input input,
.box.prepare-order .order-products .quantity-input input {
  width: 30px;
}
.box.detail-order .order-products .quantity-input .btn,
.box.prepare-order .order-products .quantity-input .btn {
  padding: 4px;
}
.box.detail-order .order-products input[type=number]::-webkit-inner-spin-button,
.box.detail-order .order-products input[type=number]::-webkit-outer-spin-button,
.box.prepare-order .order-products input[type=number]::-webkit-inner-spin-button,
.box.prepare-order .order-products input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box.detail-order .order-products td.price .primus-price,
.box.prepare-order .order-products td.price .primus-price {
  display: block;
  font-size: .8em;
  color: #888888;
}
.box.detail-order .order-products td.status,
.box.prepare-order .order-products td.status {
  width: 60px;
  text-align: center;
}
.box.detail-order .order-products td.status span[class^=icon],
.box.prepare-order .order-products td.status span[class^=icon] {
  display: none;
}
.box.detail-order .order-products tr.success td.status .success,
.box.prepare-order .order-products tr.success td.status .success {
  display: inline-block;
  color: #468847;
}
.box.detail-order .order-products tr.error td.status .error,
.box.prepare-order .order-products tr.error td.status .error {
  display: inline-block;
  color: #bf2000;
}
.box.detail-order .order-products .legend .supplier-price,
.box.prepare-order .order-products .legend .supplier-price {
  color: #888888;
  font-size: .8em;
}
.box.detail-order .order-address-container table,
.box.prepare-order .order-address-container table {
  margin-bottom: 0;
}
.box.detail-order .order-address-container th,
.box.detail-order .order-address-container td,
.box.prepare-order .order-address-container th,
.box.prepare-order .order-address-container td {
  border: none;
  padding: 2px 5px;
}
.box.detail-order .alert-success span[class^=icon],
.box.prepare-order .alert-success span[class^=icon] {
  font-size: 2em;
  vertical-align: middle;
}
.box.detail-order .alert-success .btn-success,
.box.prepare-order .alert-success .btn-success {
  margin: 20px 0 10px;
}
.box .order-delivery-number-message form {
  margin: 10px 10% 0;
  display: block;
  background: rgba(255,255,255,0.5);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.box .order-delivery-number-message .order-delivery-number-row {
  margin-top: 4px;
  box-sizing: border-box;
}
.box .order-delivery-number-message .order-delivery-number-row.initial {
  display: none;
}
@media (max-width: 991px) {
  .box .order-delivery-number-message .order-delivery-number-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5px;
  }
}
.box .order-delivery-number-message .order-delivery-number-row input[name^=tracking_number] {
  width: 250px;
}
.box .order-delivery-number-message .order-delivery-number-row select {
  width: 250px;
}
.box .order-delivery-number-message .order-delivery-number-row .chosen-container {
  text-align: left;
}
.box .order-delivery-number-message .order-delivery-number-row .btn-tool {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: .6em;
  margin: .8em 0 0;
  padding: .2em .4em;
}
.box .order-delivery-number-message .order-delivery-number-row .btn-tool > [class^="icon-"] {
  color: #777;
}
.box .order-delivery-number-message button[type="submit"] {
  margin: 10px 0 0 !important;
}
.box .order-deliveries-container th.date {
  width: 120px;
}
.box .order-deliveries-container th.agent {
  width: 200px;
}
.box .order-forms-container ul {
  list-style-type: none;
  margin: 0;
}
.box .order-forms-container ul span[class^="icon-"] {
  color: #999;
}
#list-supplier-documents table tbody tr td {
  font-size: .8em;
}
#list-supplier-documents table tbody tr td.name {
  max-width: 90px;
}
#list-supplier-documents table tbody tr td.document {
  text-align: center;
}
#list-supplier-documents table tbody tr td.document span {
  font-size: 1.3em;
}
.export-supplier-documents-btn {
  display: none;
}
.export-supplier-documents-btn i {
  font-size: 1em !important;
}
.search-challenges form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-challenges form .input-prepend span {
  width: 3%;
}
.search-challenges form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-challenges form .row-keywords {
  position: relative;
}
.search-challenges form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-challenges form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-challenges form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.challenges-list .btn {
  float: right;
  font-weight: normal;
}
#list-challenges table td.actions,
#list-challenges table th.actions {
  width: 250px;
}
#list-challenges table td.date_start,
#list-challenges table td.date_end,
#list-challenges table td.date_insert,
#list-challenges table td.date_update,
#list-challenges table td.nb_franchisee,
#list-challenges table td.nb_product,
#list-challenges table th.date_start,
#list-challenges table th.date_end,
#list-challenges table th.date_insert,
#list-challenges table th.date_update,
#list-challenges table th.nb_franchisee,
#list-challenges table th.nb_product {
  width: 150px;
}
#edit-challenge-form .controls {
  width: 940px;
}
#edit-challenge-form .controls input[name="label"] {
  width: 925px;
}
#edit-challenge-form .controls .mce-tinymce.mce-container {
  width: 938px !important;
}
#edit-challenge-form .franchisee-row input {
  width: 120px;
}
#edit-challenge-form .franchisee-row:not(:last-child) {
  margin-bottom: 4px;
}
#edit-challenge-form .franchisee-row.initial {
  display: none;
}
#edit-challenge-form .franchisee-row .chosen-container {
  width: 284px !important;
}
.box.detail-challenge .box-header .btn {
  margin-top: -2px;
  font-weight: normal;
  margin-right: 0.5em;
  padding: 2px 0 0 3px;
}
.box.challenge-detail table {
  margin-bottom: 0;
}
.box.challenge-detail th,
.box.challenge-detail td {
  border: none;
  padding: 2px 5px;
}
.box.challenge-detail th {
  width: 120px;
}
.box.challenge-franchisees table td {
  font-size: .9em;
}
.box.challenge-franchisees table td.turnover,
.box.challenge-franchisees table td.nb_products {
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
.box.challenge-franchisees table td.turnover .sell-in,
.box.challenge-franchisees table td.turnover .sell-out,
.box.challenge-franchisees table td.nb_products .sell-in,
.box.challenge-franchisees table td.nb_products .sell-out {
  display: flex;
  justify-content: space-around;
  margin: 2px 0;
  gap: 2px;
}
.box.challenge-franchisees table td.turnover .sell-in > span,
.box.challenge-franchisees table td.turnover .sell-out > span,
.box.challenge-franchisees table td.nb_products .sell-in > span,
.box.challenge-franchisees table td.nb_products .sell-out > span {
  flex: 1 0 auto;
}
.box.challenge-franchisees table td.turnover .sell-in > strong,
.box.challenge-franchisees table td.turnover .sell-out > strong,
.box.challenge-franchisees table td.nb_products .sell-in > strong,
.box.challenge-franchisees table td.nb_products .sell-out > strong {
  width: 30px;
}
.box.challenge-franchisees table td.turnover .sell-in .label,
.box.challenge-franchisees table td.turnover .sell-out .label,
.box.challenge-franchisees table td.nb_products .sell-in .label,
.box.challenge-franchisees table td.nb_products .sell-out .label {
  padding: 2px 0 0;
  width: 40px;
  text-align: center;
}
.search-pages form .input-prepend input[type=text] {
  width: 96%;
  padding: 13px 4px;
  box-sizing: border-box;
}
.search-pages form .input-prepend span {
  width: 3%;
}
.search-pages form > div.row-keywords {
  position: relative;
}
.search-pages form > div.row-keywords #search-remove-sign {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-pages form > div.row-keywords #search-remove-sign i {
  font-size: 1.6em;
}
.search-pages form > div.row-keywords #search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-pages form .row-options > * {
  float: left;
}
.search-pages form .row-options > *.select label {
  display: inline-block;
}
.search-pages form .row-options button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
#list-pages table thead th.name {
  width: 30%;
}
#list-pages table thead th.type {
  width: 80px;
}
#list-pages table thead th.actions {
  width: 175px;
}
#edit-page-form #filemanager {
  max-width: 100%;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%);
}
#edit-page-form #filemanager .modal-body {
  max-height: 100%;
  padding: 0;
  background-color: #ececec;
}
#edit-page-form #filemanager iframe {
  width: 100%;
  max-height: 100%;
  height: 570px;
}
#edit-page-form #filename {
  min-width: 430px;
}
#edit-page-form .help-block {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
#edit-page-form .input-append + .help-block,
#edit-page-form .switch-label + .help-block {
  margin-top: 9px;
}
.search-interleafs form .input-prepend input[type=text] {
  width: 96%;
  padding: 13px 4px;
  box-sizing: border-box;
}
.search-interleafs form .input-prepend span {
  width: 3%;
}
.search-interleafs form > div.row-keywords {
  position: relative;
}
.search-interleafs form > div.row-keywords #search-remove-sign {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-interleafs form > div.row-keywords #search-remove-sign i {
  font-size: 1.6em;
}
.search-interleafs form > div.row-keywords #search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-interleafs form .row-options > * {
  float: left;
}
.search-interleafs form .row-options > *.select label {
  display: inline-block;
}
.search-interleafs form .row-options button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
#list-interleafs table thead th.name {
  width: 30%;
}
#list-interleafs table thead th.type {
  width: 80px;
}
#list-interleafs table thead th.actions {
  width: 175px;
}
#edit-interleaf-form #filemanager {
  max-width: 100%;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%);
}
#edit-interleaf-form #filemanager .modal-body {
  max-height: 100%;
  padding: 0;
  background-color: #ececec;
}
#edit-interleaf-form #filemanager iframe {
  width: 100%;
  max-height: 100%;
  height: 570px;
}
#edit-interleaf-form #filename {
  min-width: 430px;
}
#edit-interleaf-form .help-block {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
#edit-interleaf-form .input-append + .help-block,
#edit-interleaf-form .switch-label + .help-block {
  margin-top: 9px;
}
.search-presales form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-presales form .row-keywords {
  position: relative;
}
.search-presales form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-presales form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-presales form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
#list-presales table thead th.name {
  width: 30%;
}
#list-presales table thead th.type {
  width: 80px;
}
#list-presales table thead th.actions {
  width: 320px;
}
.search-cms-blocks form .input-prepend input[type=text] {
  width: 96%;
  padding: 13px 4px;
  box-sizing: border-box;
}
.search-cms-blocks form .input-prepend span {
  width: 3%;
}
.search-cms-blocks form > div.row-keywords {
  position: relative;
}
.search-cms-blocks form > div.row-keywords #search-remove-sign {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-cms-blocks form > div.row-keywords #search-remove-sign i {
  font-size: 1.6em;
}
.search-cms-blocks form > div.row-keywords #search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-cms-blocks form .row-options > * {
  float: left;
}
.search-cms-blocks form .row-options > *.select label {
  display: inline-block;
}
.search-cms-blocks form .row-options button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
#list-cms-blocks table thead th.name {
  width: 30%;
}
#list-cms-blocks table thead th.type {
  width: 80px;
}
#list-cms-blocks table thead th.actions {
  width: 175px;
}
#edit-cms-block-form #filemanager-desktop-image,
#edit-cms-block-form #filemanager-mobile-image {
  max-width: 100%;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%);
}
#edit-cms-block-form #filemanager-desktop-image .modal-body,
#edit-cms-block-form #filemanager-mobile-image .modal-body {
  max-height: 100%;
  padding: 0;
  background-color: #ececec;
}
#edit-cms-block-form #filemanager-desktop-image iframe,
#edit-cms-block-form #filemanager-mobile-image iframe {
  width: 100%;
  max-height: 100%;
  height: 570px;
}
#edit-cms-block-form [type=color] {
  appearance: none;
  background-color: var(--value,transparent);
  border: none;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
#edit-cms-block-form [type=color]::-webkit-color-swatch {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  border: none;
}
#edit-cms-block-form [type=color]::-moz-color-swatch {
  border-radius: 15px;
  border: none;
}
#edit-cms-block-form .help-block {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
#edit-cms-block-form .input-append + .help-block,
#edit-cms-block-form .switch-label + .help-block {
  margin-top: 9px;
}
.search-eshop-designs .row-keywords {
  position: relative;
}
.search-eshop-designs form .input-prepend input[type=text] {
  width: 96%;
  padding: 13px 4px;
  box-sizing: border-box;
}
.search-eshop-designs form .input-prepend span {
  width: 3%;
}
.search-eshop-designs form > div.row-keywords {
  position: relative;
}
.search-eshop-designs form > div.row-keywords #search-remove-sign {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-eshop-designs form > div.row-keywords #search-remove-sign i {
  font-size: 1.6em;
}
.search-eshop-designs form > div.row-keywords #search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-eshop-designs form .row-options > * {
  float: left;
}
.search-eshop-designs form .row-options > *.select label {
  display: inline-block;
}
.search-eshop-designs form .row-options button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
#list-eshop-designs table thead th.name {
  width: 30%;
}
#list-eshop-designs table thead th.type {
  width: 80px;
}
#list-eshop-designs table thead th.actions {
  width: 175px;
}
#edit-eshop-design-form .filemanager {
  max-width: 100%;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%);
}
#edit-eshop-design-form .filemanager .modal-body {
  max-height: 100%;
  padding: 0;
  background-color: #ececec;
}
#edit-eshop-design-form .filemanager iframe {
  width: 100%;
  max-height: 100%;
  height: 570px;
}
#edit-eshop-design-form #mobile_image,
#edit-eshop-design-form #desktop_image {
  min-width: 430px;
}
#edit-eshop-design-form .help-block {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
#edit-eshop-design-form .input-append + .help-block,
#edit-eshop-design-form .switch-label + .help-block {
  margin-top: 9px;
}
.search-promotional-banners .row-keywords {
  position: relative;
}
.search-promotional-banners form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-promotional-banners form .input-prepend input[type=text] {
  width: 96%;
  padding: 13px 4px;
  box-sizing: border-box;
}
.search-promotional-banners form .input-prepend span {
  width: 3%;
}
.search-promotional-banners form > div.row-keywords {
  position: relative;
}
.search-promotional-banners form > div.row-keywords #search-remove-sign {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-promotional-banners form > div.row-keywords #search-remove-sign i {
  font-size: 1.6em;
}
.search-promotional-banners form > div.row-keywords #search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-promotional-banners form .row-options > * {
  float: left;
}
.search-promotional-banners form .row-options > *.select label {
  display: inline-block;
}
.search-promotional-banners form .row-options button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
#list-promotional-banners table thead th.name {
  width: 30%;
}
#list-promotional-banners table thead th.type {
  width: 80px;
}
#list-promotional-banners table thead th.actions {
  width: 175px;
}
#edit-promotional-banner-form .filemanager {
  max-width: 100%;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%);
}
#edit-promotional-banner-form .filemanager .modal-body {
  max-height: 100%;
  padding: 0;
  background-color: #ececec;
}
#edit-promotional-banner-form .filemanager iframe {
  width: 100%;
  max-height: 100%;
  height: 570px;
}
#edit-promotional-banner-form #mobile_image,
#edit-promotional-banner-form #desktop_image {
  min-width: 430px;
}
#edit-promotional-banner-form .help-block {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
#edit-promotional-banner-form .input-append + .help-block,
#edit-promotional-banner-form .switch-label + .help-block {
  margin-top: 9px;
}
.search-crossell-products .row-keywords {
  position: relative;
}
.search-crossell-products form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-crossell-products form .input-prepend input[type=text] {
  width: 96%;
  padding: 13px 4px;
  box-sizing: border-box;
}
.search-crossell-products form .input-prepend span {
  width: 3%;
}
.search-crossell-products form > div.row-keywords {
  position: relative;
}
.search-crossell-products form > div.row-keywords #search-remove-sign {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-crossell-products form > div.row-keywords #search-remove-sign i {
  font-size: 1.6em;
}
.search-crossell-products form > div.row-keywords #search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-crossell-products form .row-options > * {
  float: left;
}
.search-crossell-products form .row-options > *.select label {
  display: inline-block;
}
.search-crossell-products form .row-options button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
#list-crossell-products table thead th.name {
  width: 30%;
}
#list-crossell-products table thead th.type {
  width: 80px;
}
#list-crossell-products table thead th.actions {
  width: 175px;
}
#edit-crossell-product-form .filemanager {
  max-width: 100%;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%);
}
#edit-crossell-product-form .filemanager .modal-body {
  max-height: 100%;
  padding: 0;
  background-color: #ececec;
}
#edit-crossell-product-form .filemanager iframe {
  width: 100%;
  max-height: 100%;
  height: 570px;
}
#edit-crossell-product-form #mobile_image,
#edit-crossell-product-form #desktop_image {
  min-width: 430px;
}
#edit-crossell-product-form .help-block {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
#edit-crossell-product-form .input-append + .help-block,
#edit-crossell-product-form .switch-label + .help-block {
  margin-top: 9px;
}
#edit-congress-form .control-label {
  width: 250px;
}
#edit-congress-form .controls {
  margin-left: 270px;
}
#edit-congress-form label.inline {
  display: inline-block;
}
#edit-congress-form label.inline input {
  margin-top: 0;
}
#edit-congress-form span[contenteditable],
#edit-congress-form div[contenteditable] {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border linear .2s, box-shadow linear .2s;
  padding: 4px 6px;
  height: 18px;
  width: 530px;
  border-radius: 3px;
}
#edit-congress-form span[contenteditable]:focus,
#edit-congress-form div[contenteditable]:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
#edit-congress-form textarea,
#edit-congress-form div[contenteditable] {
  width: 530px;
  height: auto;
  min-height: 60px;
  resize: vertical;
}
#edit-congress-form .clonable-row {
  display: flex;
  margin: 0 0 2em;
  padding: 0 0 2em;
  background: #fff;
}
#edit-congress-form .clonable-row.initial {
  display: none;
}
#edit-congress-form .clonable-row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
#edit-congress-form .clonable-row .buttons {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 0.5em 0.5em 0 0;
  width: 54px;
}
#edit-congress-form .clonable-row .buttons .sortable-handle {
  flex-grow: 1;
  width: 100%;
}
#edit-congress-form .clonable-row .content {
  border-left: 4px solid #ccc;
  padding: 0 0 0 1em;
}
#edit-congress-form .clonable-row .content .control-label {
  width: 100px;
}
#edit-congress-form .clonable-row .content .controls {
  margin-left: 120px;
}
#edit-congress-form .congress-transport-row fieldset {
  padding: 10px 0 0 1em;
}
#edit-congress-form .congress-transport-row fieldset legend {
  font-size: 1.2em;
  padding: 0 0 5px;
  height: auto;
  line-height: 1;
  margin: 0 0 10px;
}
#edit-congress-form .participant-price-section {
  display: none;
}
#edit-congress-form .participant-price-row {
  display: flex;
  align-items: flex-start;
  margin: 0 0 1em;
}
#edit-congress-form .participant-price-row .participant-price-label {
  transform: rotate(-90deg) translate(-30px,0);
  transform-origin: 100% 100%;
  width: 20px;
  text-align: right;
}
#edit-congress-form .participant-price-row .content {
  border-left: 1px solid #ccc;
}
#edit-congress .alert-success input {
  margin: 3px 0 0 0;
  vertical-align: top;
}
.search-translations form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-translations form .input-prepend span {
  width: 3%;
}
.search-translations form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-translations form .row-keywords {
  position: relative;
}
.search-translations form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-translations form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-translations form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.translations-list .btn {
  float: right;
  font-weight: normal;
}
#list-translations table td.overflow,
#list-translations table th.overflow {
  max-width: 250px;
}
#list-translations table td.actions,
#list-translations table th.actions {
  width: 250px;
}
#list-suppliers .wrapper.contact {
  position: relative;
}
#list-suppliers .wrapper.contact .supplier-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  cursor: crosshair;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#list-suppliers .wrapper.contact .supplier-image:hover {
  transform: scale(5);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  border: 0.6px solid #fff;
}
#list-suppliers td.nb-orders {
  text-align: center;
  line-height: 1.3;
}
#list-suppliers td.nb-orders span {
  display: block;
}
#list-suppliers td.nb-orders hr {
  margin: 2px auto;
  padding: 0;
  border: none #333;
  border-bottom: 1px solid;
  width: 20px;
}
.search-suppliers .control-btn-group {
  display: flex;
  align-items: center;
}
.search-suppliers .btn-group.marketplace-performance .btn {
  line-height: 1.2;
}
.search-suppliers .btn-group.marketplace-performance .btn small {
  display: block;
  font-style: italic;
}
#imports-files .droppable-area {
  border: 3px dashed #d4d4d4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  position: relative;
}
#imports-files .droppable-area .content {
  width: fit-content;
  text-align: center;
  line-height: 2.5;
  font-size: 1.1em;
  color: #565853;
}
#imports-files .droppable-area.ondragover {
  border-color: #90CD2C;
  background: #f2f9e5;
}
#imports-files .droppable-area.ondragover .content {
  pointer-events: none;
}
#imports-files code {
  display: inline-block;
  margin: .2em 0;
  color: inherit;
}
#imports-files .imports-results {
  margin: 1em 0 0;
}
#imports-files .imports-results [class*="fi-rr"] {
  vertical-align: -2px;
}
#imports-files.loading .droppable-area:after,
#imports-files.processing .droppable-area:after {
  content: '';
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  filter: blur(10px);
}
#imports-files.loading .droppable-area .content,
#imports-files.processing .droppable-area .content {
  opacity: .2;
  filter: grayscale();
}
#imports-files.loading .droppable-area .custom-loader,
#imports-files.processing .droppable-area .custom-loader {
  display: block;
  z-index: 1;
}
#imports-files.processing .custom-loader {
  color: #FABB20;
}
#imports-files.processing .custom-loader:before {
  background: #FABB20;
}
.custom-loader {
  width: 500px;
  height: 22px;
  border-radius: 20px;
  color: #90CD2C;
  border: 2px solid;
  display: none;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%,-50%);
}
.custom-loader::before {
  content: '';
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: #90CD2C;
  animation: p6 2s infinite;
}
@keyframes p6 {
  50% {
    inset: 0 0 0 0;
  }
  100% {
    inset: 0 0 0 100%;
  }
}
.search-product-badges form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-product-badges form .input-prepend span {
  width: 3%;
}
.search-product-badges form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-product-badges form .row-keywords {
  position: relative;
}
.search-product-badges form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-product-badges form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-product-badges form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.product-badge-list .btn {
  float: right;
  font-weight: normal;
}
#list-product-badges table td.name,
#list-product-badges table td.preview,
#list-product-badges table th.name,
#list-product-badges table th.preview {
  width: 100%;
  min-width: 250px;
}
#list-product-badges table td.actions,
#list-product-badges table th.actions {
  min-width: 250px;
}
#list-product-badges table td.date,
#list-product-badges table th.date {
  min-width: 150px;
}
#list-product-badges .product-badge {
  position: static;
}
#edit-product-badge-form [name=label] {
  text-transform: uppercase;
}
#edit-product-badge-form [type=color] {
  appearance: none;
  background-color: var(--value,transparent);
  border: none;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
#edit-product-badge-form [type=color]::-webkit-color-swatch {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  border: none;
}
#edit-product-badge-form [type=color]::-moz-color-swatch {
  border-radius: 15px;
  border: none;
}
#edit-product-badge-form .product-badge-preview fieldset {
  display: flex;
  gap: 0 10px;
}
#edit-product-badge-form .product-badge-preview fieldset .switch-special {
  margin: 38px 0 0;
}
#edit-product-badge-form .product-badge-preview fieldset .switch-special label {
  line-height: 1;
  display: flex;
  gap: 0 5px;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 7px;
  cursor: pointer;
}
#edit-product-badge-form .product-badge-preview fieldset .switch-special label input {
  margin: 0;
}
#edit-product-badge-form .eshop-product-box-list {
  width: 350px;
}
#edit-product-badge-form .eshop-product-box-list a {
  pointer-events: none;
  cursor: default;
}
#edit-product-badge-form .eshop-product-box-list .product-badge:empty {
  display: none;
}
#edit-product-badge-form .eshop-product-box-list .product-badge.product-special-flag {
  right: 20px;
}
#edit-product-badge-form .eshop-product-box-list .btn-add-to-cart {
  display: block;
}
.product-badge {
  position: absolute;
  top: var(--top,40px);
  right: var(--right,auto);
  display: inline-block;
  color: #565853;
  background-color: #F0F2F3;
  text-transform: uppercase;
  font-size: 0.7em;
  border: 1px solid #F0F2F3;
  line-height: 1;
  border-radius: 3px;
  padding: 5px 3px;
  white-space: nowrap;
}
.product-badge.custom {
  color: var(--foreground-color,transparent);
  background-color: var(--background-color,transparent);
  border-color: var(--background-color,transparent);
}
.eshop-product-box-list {
  padding: 0;
  height: fit-content;
  overflow: hidden;
  background: #fff;
  font-size: 1.1em;
}
.eshop-product-box-list,
.eshop-product-box-list * {
  box-sizing: border-box;
  text-decoration: none !important;
}
.eshop-product-box-list > .wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  -webkit-transition: border-color ease 0.5s 0s;
  -o-transition: border-color ease 0.5s 0s;
  -ms-transition: border-color ease 0.5s 0s;
  -moz-transition-property: border-color;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: border-color ease 0.5s 0s;
}
.eshop-product-box-list:hover .wrapper {
  border-color: #EFAA00;
}
.eshop-product-box-list .product-image {
  display: flex;
  width: 100%;
  height: 220px;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 0 0 20px;
}
.eshop-product-box-list .product-image img {
  max-height: 100%;
  max-width: 100%;
}
.eshop-product-box-list .product-badge.product-special-flag {
  color: #FFFFFF;
  background: #FF7E35;
  border-color: #FF7E35;
}
.eshop-product-box-list .product-badge.product-export-flag {
  color: #FFFFFF;
  background-color: #90CD2C;
  font-size: 0.6em;
  font-weight: bold;
  border-color: #90CD2C;
}
.eshop-product-box-list .product-badge.product-low-stock-flag {
  top: 20px;
  left: 20px;
  color: #454644;
  background-color: #FFFFFF;
  border-color: #454644;
}
.eshop-product-box-list .product-badge.stock {
  top: 20px;
  left: 20px;
  background-color: #FFFFFF;
  font-size: 0.8em;
  border: none;
}
.eshop-product-box-list .product-badge.stock.vert,
.eshop-product-box-list .product-badge.stock.green {
  color: #90CD2C;
  border-color: #90CD2C;
}
.eshop-product-box-list .product-badge.stock.orange {
  color: #FF8660;
  border-color: #FF8660;
}
.eshop-product-box-list .product-badge.stock.rouge,
.eshop-product-box-list .product-badge.stock.red {
  color: #FF6060;
  border-color: #FF6060;
}
.eshop-product-box-list .product-badge.stock.disabled {
  color: #565853;
  border-color: #565853;
}
.eshop-product-box-list .product-badge.product-delivery-week {
  top: 40px;
  left: 21px;
  background-color: #fff;
  color: #565853;
  border: none;
}
.eshop-product-box-list .product-badge.product-o-sign {
  top: 55px;
  left: 40px;
  color: #2D2E2B;
  background-size: 40px 40px;
  background-position: 50% 4px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.8);
  min-width: 40px;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 3;
  text-align: center;
  padding: 41px 6px 0;
  border-radius: 3px;
  border: none;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.eshop-product-box-list .product-badge.product-o-sign.muscle {
  background-image: url(/img/eshop/o-sign/muscle.png);
}
.eshop-product-box-list .product-badge.product-o-sign.sensuel {
  background-image: url(/img/eshop/o-sign/sensuel.png);
}
.eshop-product-box-list .product-badge.product-o-sign.tendance {
  background-image: url(/img/eshop/o-sign/tendance.png);
}
.eshop-product-box-list .product-badge.product-o-sign.insoumis {
  background-image: url(/img/eshop/o-sign/insoumis.png);
}
.eshop-product-box-list .product-badge.product-o-sign.gourmand {
  background-image: url(/img/eshop/o-sign/gourmand.png);
}
.eshop-product-box-list .product-badge.product-o-sign.explorateur {
  background-image: url(/img/eshop/o-sign/explorateur.png);
}
.eshop-product-box-list .product-badge.product-o-sign.eternel {
  background-image: url(/img/eshop/o-sign/eternel.png);
}
.eshop-product-box-list .product-badge.product-o-sign.esthete {
  background-image: url(/img/eshop/o-sign/esthete.png);
}
.eshop-product-box-list .product-badge.product-certification {
  bottom: 240px;
  top: auto;
  left: 20px;
  text-indent: -9000px;
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
}
.eshop-product-box-list .product-badge.product-certification.bio {
  background: url(/img/eshop/certification/ab.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.eshop-product-box-list .product-badge.product-distinction {
  bottom: 240px;
  top: auto;
  right: 20px;
  text-indent: -9000px;
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
}
.eshop-product-box-list .product-badge.product-distinction.rvf {
  background: url(/img/eshop/distinction/rvf.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.eshop-product-box-list .product-badge.marketplace {
  box-sizing: border-box;
  top: 10px;
  right: 10px;
  background: #03a000 linear-gradient(45deg,#03a000,#4ad602);
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-variant: small-caps;
  width: 60px;
  left: auto;
  border: none;
  border-radius: 5px;
  padding: 5px;
  line-height: 10px;
  white-space: normal;
}
.eshop-product-box-list .product-badge.marketplace .far {
  display: block;
  vertical-align: middle;
}
.eshop-product-box-list .product-badge.stock-alert-flag {
  top: 10px;
  right: 10px;
  background: none;
  border-color: transparent;
}
.eshop-product-box-list .product-badge.stock-alert-flag button.btn-stock-alert {
  border: none;
  background: none;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eshop-product-box-list .product-badge.stock-alert-flag button.btn-stock-alert .fi {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.eshop-product-box-list .product-badge.stock-alert-flag button.btn-stock-alert:hover .fi {
  transform: scale(1.2);
}
.eshop-product-box-list .product-badge.stock-alert-flag.active button.btn-stock-alert {
  background-color: #454644;
  color: #FFFFFF;
}
.eshop-product-box-list .product-label {
  color: #1A1E1E;
  text-decoration: none;
  height: 90px;
}
.eshop-product-box-list .product-label .product-country-nature {
  color: #1A1E1E;
  text-transform: uppercase;
}
.eshop-product-box-list .product-label .product-name {
  text-transform: capitalize;
  font-weight: bold;
}
.eshop-product-box-list .product-label .product-details .appellation {
  color: #565853;
  text-transform: capitalize;
}
.eshop-product-box-list .product-label .product-details .features {
  font-size: .9em;
}
.eshop-product-box-list .product-label .product-reference {
  font-size: 0.8em;
  color: #565853;
}
.eshop-product-box-list .product-comment {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
  font-size: 0.8em;
  height: 20px;
  position: absolute;
  top: 175px;
  left: 10px;
  right: 10px;
  padding: 2px 0;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
}
.eshop-product-box-list .product-comment .fas {
  color: #FF8660;
}
.eshop-product-box-list .product-prices {
  *zoom: 1;
  display: flex;
  align-items: flex-end;
  height: 40px;
}
.eshop-product-box-list .product-prices:before,
.eshop-product-box-list .product-prices:after {
  display: table;
  content: "";
  line-height: 0;
}
.eshop-product-box-list .product-prices:after {
  clear: both;
}
.eshop-product-box-list .product-prices .franchisee-price {
  float: left;
  width: 70%;
}
.eshop-product-box-list .product-prices .franchisee-price .old-price {
  font-size: 0.8em;
  color: #454644;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.eshop-product-box-list .product-prices .franchisee-price .old-price:after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #5f605d;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  transform: rotateZ(-15deg);
}
.eshop-product-box-list .product-prices .franchisee-price .price,
.eshop-product-box-list .product-prices .franchisee-price .special-price {
  font-size: 1.3em;
  color: #454644;
}
.eshop-product-box-list .product-prices .franchisee-price .special-price {
  color: #FF7E35;
  display: inline-block;
}
.eshop-product-box-list .product-prices .franchisee-price .special-discount-amount {
  background-color: #FF7E35;
  color: #FFFFFF;
  border: 1px solid #FF7E35;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 2px;
  line-height: 1;
  margin: 0 0 0 .5em;
}
.eshop-product-box-list .product-prices .franchisee-price em {
  font-size: .6em;
  margin-left: .3em;
  font-style: normal;
}
.eshop-product-box-list .product-prices .msrp {
  float: right;
  width: 30%;
  text-align: right;
  line-height: 1;
}
.eshop-product-box-list .product-prices .msrp div {
  color: #1A1E1E;
  display: inline-block;
  font-size: 1.2em;
}
.eshop-product-box-list .product-prices .msrp small {
  font-size: 0.6em;
  background: #fff;
  color: #565853;
  text-shadow: none;
  vertical-align: top;
  margin: 0 2px 0 0;
  padding: 1px 1px 1px 3px;
}
.eshop-product-box-list .btn-add-to-cart {
  margin: 10px 0 0;
}
.eshop-product-box-list.product-low-stock:hover .wrapper {
  border-color: #555;
}
.eshop-product-box-list.product-low-stock .msrp div {
  color: #90939a;
}
#statistics-data-franchisee h4 em {
  font-size: .9em;
  font-weight: normal;
  font-style: normal;
}
#statistics-data-franchisee .franchisee-title {
  display: inline-block;
  background: #efefef;
  padding: 1em 2em;
  border-radius: 5px;
  line-height: 2;
  margin: 1em 0;
  position: relative;
}
#statistics-data-franchisee .franchisee-title h5 {
  margin: 0;
}
#statistics-data-franchisee .franchisee-title .franchisee-sheet {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  text-decoration: none;
}
#statistics-data-franchisee .months-bar * {
  text-transform: capitalize;
}
#statistics-data-franchisee section {
  margin: 1em 0;
}
#statistics-data-franchisee section.statistics-data-franchisee {
  width: fit-content;
  margin-inline: auto;
}
#statistics-data-franchisee section .table-head-title {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  text-align: left;
}
#statistics-data-franchisee section .table-head-title h6 {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-left: -6px;
}
#statistics-data-franchisee section table {
  width: auto;
  border-spacing: 0;
  border-collapse: separate;
}
#statistics-data-franchisee section table .radius-top-left {
  border-top-left-radius: 5px;
}
#statistics-data-franchisee section table .radius-top-right {
  border-top-right-radius: 5px;
}
#statistics-data-franchisee section table .radius-bottom-left {
  border-bottom-left-radius: 5px;
}
#statistics-data-franchisee section table .radius-bottom-right {
  border-bottom-right-radius: 5px;
}
#statistics-data-franchisee section table tr.border-bottom td,
#statistics-data-franchisee section table tr.border-bottom th {
  border-bottom: 1px solid #555;
}
#statistics-data-franchisee section table tr:last-child th,
#statistics-data-franchisee section table tr:last-child td {
  border-bottom: 1px solid #555;
}
#statistics-data-franchisee section table .cell-bottom-left {
  border-bottom: 1px solid #555;
}
#statistics-data-franchisee section table th,
#statistics-data-franchisee section table td {
  padding: 0.3em 0.5em;
  border-left: 1px solid #555;
  border-color: #555;
}
#statistics-data-franchisee section table th:last-child,
#statistics-data-franchisee section table td:last-child {
  border-right: 1px solid #555;
}
#statistics-data-franchisee section table th {
  border-top: 1px solid #555;
}
#statistics-data-franchisee section table td {
  text-align: right;
  font-size: 1.2em;
  width: 100px;
  border-top: 1px solid #555;
}
#statistics-data-franchisee section .bg-main-column {
  background: #dee9ff;
}
#statistics-data-franchisee section .bg-monthly {
  background: #89d389;
}
#statistics-data-franchisee section .bg-yearly {
  background: #dee9ff;
}
#statistics-data-franchisee section tr.evolution {
  background: #dcdcdc;
}
#statistics-data-franchisee section tr.evolution td {
  border-top: none;
  font-size: 0.9em;
}
#statistics-data-franchisee section tr.evolution th:first-child {
  border-top: none;
  text-align: right;
  font-weight: normal;
}
#statistics-data-franchisee section .main-column {
  width: calc(200px + 2*0.5em - 2px);
}
#statistics-data-franchisee section .main-column-title {
  text-align: left;
  vertical-align: top;
  width: calc(66px);
}
#statistics-data-franchisee section .main-column-subtitle {
  text-align: right;
  font-weight: 600;
  width: calc(132px);
  border-left: none;
}
#statistics-data-franchisee section .main-column-subtitle:first-child {
  border-top: none;
}
#statistics-data-network h4 em {
  font-size: .9em;
  font-weight: normal;
  font-style: normal;
}
#statistics-data-network .tip {
  cursor: help;
}
#statistics-data-network #form-statistics .months-bar {
  margin-bottom: 0;
}
#statistics-data-network #form-statistics .months-bar * {
  text-transform: capitalize;
}
#statistics-data-network #form-statistics .control-group {
  max-width: none;
}
#statistics-data-network #form-statistics .nav-pills {
  display: flex;
  flex-flow: row wrap;
  gap: 2px 2px;
}
#statistics-data-network #form-statistics .nav-pills li {
  flex: 1 0 auto;
}
#statistics-data-network #form-statistics .nav-pills li:first-child {
  margin-left: -2px;
}
#statistics-data-network #form-statistics .nav-pills li:last-child {
  margin-right: -2px;
}
#statistics-data-network #form-statistics .nav-pills li a {
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#statistics-data-network #form-statistics .nav-pills li:hover a {
  background-color: var(--btn-background-color-primary-hover);
  border-color: var(--btn-border-color-primary-hover);
  color: var(--btn-text-color-primary-hover);
}
#statistics-data-network #form-statistics .nav-pills li.active a {
  background-color: var(--btn-background-color-primary);
  border-color: var(--btn-border-color-primary);
  color: var(--btn-text-color-primary);
}
#statistics-data-network #filters-statistics {
  border-right: 1px solid #d4d4d4;
}
#statistics-data-network #filters-statistics .filter-box {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 10px;
}
#statistics-data-network #filters-statistics .filter-box h5 {
  margin: 0 0 10px;
  padding: 0;
}
#statistics-data-network #filters-statistics .filter-box .filter-content {
  max-height: 300px;
  overflow: auto;
}
#statistics-data-network #filters-statistics .filter-box .filter-content ul {
  list-style: none;
  margin: 0;
}
#statistics-data-network #filters-statistics .filter-box .filter-content ul label {
  cursor: pointer;
  text-transform: capitalize;
}
#statistics-data-network #filters-statistics .filter-box .filter-content ul input {
  margin-top: -3px;
}
#statistics-data-network .datas {
  margin-left: 0;
  padding-left: 10px;
  flex-grow: 1;
}
#statistics-data-network .datas h4 {
  font-size: 1.2em;
}
#statistics-data-network .datas #statistics-network-datatable th.number {
  text-align: center;
  width: 1%;
  white-space: nowrap;
}
#statistics-data-network .datas #statistics-network-datatable td.number {
  text-align: right;
  white-space: nowrap;
}
#statistics-data-network .datas #statistics-network-datatable .number.up {
  background-color: var(--background-color-success);
  color: var(--text-color-success);
}
#statistics-data-network .datas #statistics-network-datatable .number.down {
  background-color: var(--background-color-danger);
  color: var(--text-color-danger);
}
#statistics-data-network .datas #statistics-network-datatable .number.up .rank,
#statistics-data-network .datas #statistics-network-datatable .number.down .rank {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#statistics-data-network .datas #statistics-network-datatable .number.up .rank .fi,
#statistics-data-network .datas #statistics-network-datatable .number.down .rank .fi {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#content.listStatisticsGlobals #filters-statistics .filter-box .filter-content ul input {
  margin-top: 2px;
}
#statistics-data-referent h4 em {
  font-size: .9em;
  font-weight: normal;
  font-style: normal;
}
#statistics-data-referent .tip {
  cursor: help;
}
#statistics-data-referent #form-statistics .months-bar {
  margin-bottom: 0;
}
#statistics-data-referent #form-statistics .months-bar * {
  text-transform: capitalize;
}
#statistics-data-referent #filters-statistics {
  border-right: 1px solid #d4d4d4;
}
#statistics-data-referent #filters-statistics .filter-box {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 10px;
}
#statistics-data-referent #filters-statistics .filter-box h5 {
  margin: 0 0 10px;
  padding: 0;
}
#statistics-data-referent #filters-statistics .filter-box .filter-search input,
#statistics-data-referent #filters-statistics .filter-box select {
  width: -webkit-fill-available;
  width: stretch;
}
#statistics-data-referent #filters-statistics .filter-box .filter-content ul.alternate-filter {
  border-bottom: 1px solid #d4d4d4;
  padding: 0;
  margin: 0 0 7px 0;
}
#statistics-data-referent #filters-statistics .filter-box .filter-content ul {
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow: auto;
}
#statistics-data-referent #filters-statistics .filter-box .filter-content ul label {
  cursor: pointer;
}
#statistics-data-referent #filters-statistics .filter-box .filter-content ul input {
  margin-top: -3px;
}
#statistics-data-referent #statistics-referent-widgets h4 {
  font-size: 1.4em;
  display: block;
  text-align: center;
  margin: 0 0 20px;
}
#statistics-data-referent #statistics-referent-widgets h4 .subtitle {
  padding: 10px 0 0;
  font-size: .9em;
  color: #6b6d6a;
  font-style: normal;
  display: block;
}
#statistics-data-referent #statistics-referent-widgets .row-fluid.d-flex {
  margin-bottom: 20px;
}
#statistics-data-referent #statistics-referent-widgets .row-fluid.d-flex .span2 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#statistics-data-referent #statistics-referent-widgets .widget {
  border: 1px solid #d4d4d4;
  padding: 1em;
  margin: 0;
  border-radius: 5px;
}
#statistics-data-referent #statistics-referent-widgets .widget.loyalty-year .graph-content {
  position: relative;
}
#statistics-data-referent #statistics-referent-widgets .widget.loyalty-year .loyalty-rate {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: auto;
  font-size: 30px;
  font-weight: bold;
  transform: translate(-50%,90%);
  background: red;
  width: fit-content;
  height: auto;
  line-height: 1;
  display: inline-block;
}
#statistics-data-referent #statistics-referent-widgets .widget.datatable th {
  text-align: center;
  background-color: #FFFFFF;
  color: #454644;
}
#statistics-data-referent #statistics-referent-widgets .widget.datatable th.text-right {
  text-align: right;
}
#statistics-data-referent #statistics-referent-widgets .widget.datatable td.month {
  border-right: 1px solid #d4d4d4;
}
#statistics-data-referent #statistics-referent-widgets .widget.datatable td.number {
  text-align: right;
  white-space: nowrap;
}
#statistics-data-referent #statistics-referent-widgets .widget.datatable tr.total td {
  font-weight: bold;
}
