@charset "UTF-8";
/* dependencies */
/**
 * Background colors
 */
/**
 * Fonts
 */
@font-face {
  font-family: "bebas-neue-bold";
  font-style: normal;
  font-weight: normal;
  src: local("Bebas Neue Bold"), url("../fonts/BEBASNEUE BOLD.woff") format("woff");
}
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans-cond";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-CondLight.ttf") format("truetype");
}
/**
 * Global
 */
html, body {
  height: 100%;
}

body {
  background-color: #f0f0f0;
  font-family: open-sans, sans-serif;
  color: #666666;
}

.list-icon-element {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  fill: #666666;
  height: 28px;
  margin: 0 5px;
  width: 28px;
}
.list-icon-element:hover {
  fill: #333333;
}
.list-icon-element.update-date {
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  color: white;
  border-radius: 14px;
}

.table {
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}
.table th {
  border-color: #ccc;
  border-width: 3px;
}
.table td {
  border-color: #ccc;
  word-break: break-word;
}

/**
 * Header top
 */
body > header {
  background-color: #fff;
  margin-bottom: 45px;
}
body > header > .container {
  position: relative;
}
body > header > .container #pre-nav {
  height: 88px;
}
body > header > .container #pre-nav img {
  position: absolute;
  top: 23px;
}
body > header > .container #pre-nav img.pull-right {
  right: 0;
}
body > header > .container #pre-nav #slogan {
  padding-top: 30px;
  margin: 0;
}
body > header > .container #pre-nav #slogan a {
  color: #333333;
  font-family: "bebas-neue-bold", sans-serif;
  font-size: 28px;
  text-decoration: none;
}

/**
 * Header navigation
 */
#main-nav {
  margin-bottom: -25px;
  border-radius: 6px;
}
#main-nav .navbar-toggle {
  background-color: #fff;
}
#main-nav .navbar-nav {
  position: absolute;
  left: 0;
  padding: 2px;
  border-radius: 6px;
}
#main-nav .navbar-nav.menu-nav li {
  text-transform: uppercase;
  font-weight: bold;
}
#main-nav .navbar-nav.menu-nav li > a {
  line-height: 14px;
  border-radius: 4px;
}
#main-nav .navbar-nav.navbar-right {
  left: auto;
  right: 15px;
}
#main-nav .navbar-nav.navbar-right > li > a {
  background-color: transparent;
}
#main-nav .navbar-nav.navbar-right li {
  border-left: 1px solid #e7e7e7;
}
#main-nav .navbar-nav.navbar-right li a {
  padding: 12px;
}
#main-nav .navbar-nav.navbar-right li a .menu-icon {
  display: inline-block;
  vertical-align: top;
  fill: #666666;
  height: 20px;
  width: 20px;
}
#main-nav .navbar-nav.navbar-right #search-btn + .dropdown-menu {
  width: 515px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu {
  margin-top: 1px;
  margin-right: -1px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu li {
  font-size: 13px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu li a {
  padding: 6px 15px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form {
  width: 400px;
  padding: 10px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form a {
  padding: 5px 0;
  display: inline-block;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form a.reset-password {
  margin-bottom: 5px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form a.reset-password:before, #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form a.reset-password:after {
  content: "";
  display: block;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form > h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form .message {
  color: red;
  margin: 0 0 10px;
  font-size: 13px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form .message a {
  padding: 0;
  margin: 0;
  display: inline;
  color: red;
  text-decoration: underline;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .form-group {
  width: 180px;
  margin-left: 5px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .form-group:first-child {
  margin-left: 0;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .form-group label {
  font-size: 13px;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .form-group label > span {
  font-weight: normal;
  display: block;
}
#main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .form-group label > input {
  font-weight: normal;
  width: 100%;
}

#nav-search-form {
  background: #fff;
  z-index: 1;
  right: 0;
  top: 50px;
  padding: 15px;
}

#next-breadcrumb-elements {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#next-breadcrumb-elements li a {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 13px;
}
#next-breadcrumb-elements li a:hover {
  background-color: #efefef;
}

/**
 * Main content
 */
body > main {
  min-height: calc(100% - 218px);
  /* overflow: hidden; */
}

#grid-filter {
  list-style-type: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 25px;
}
#grid-filter > li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
#grid-filter > li a {
  text-decoration: none;
}
#grid-filter > li:before {
  content: "|";
  position: absolute;
  font-size: 14px;
  left: -12px;
  color: #333333;
}
#grid-filter > li:first-child:before {
  display: none;
}

#breadcrumb {
  font-size: 13px;
  margin-bottom: 20px;
  cursor: default;
}
#breadcrumb a, #breadcrumb span {
  margin: 0 5px;
  cursor: pointer;
}
#breadcrumb a:first-child, #breadcrumb span:first-child {
  margin-left: 0;
}
#breadcrumb a:last-child, #breadcrumb span:last-child {
  cursor: default;
}
#breadcrumb .separator {
  cursor: pointer;
  outline: none;
  margin: 0;
}
#breadcrumb .nolink {
  cursor: default;
}
#breadcrumb .popover-content {
  max-height: 450px;
  overflow: auto;
}

#content h1.title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}
#content .thumbnail {
  padding: 15px;
  height: 180px;
  border: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#content .thumbnail .brand-logo {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 40px;
  left: 0;
}
#content .thumbnail .brand-logo a {
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
#content .thumbnail .brand-logo a .vertical-align-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
#content .thumbnail .brand-logo a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 60px;
}
#content .thumbnail .brand-logo:hover + .brand-name a {
  color: #2992d1;
}
#content .thumbnail .brand-name {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 36px;
  line-height: 12px;
  font-size: 13px;
}
#content .thumbnail .brand-name a {
  display: block;
  color: #666666;
  text-decoration: none;
}
#content .thumbnail .brand-name a:hover {
  color: #2992d1;
}
#content .thumbnail .list-icons {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 0;
  text-align: center;
  width: 100%;
}
#content .thumbnail .list-icons a {
  text-decoration: none;
  display: inline-block;
}
#content .thumbnail.domain .brand-logo {
  top: 55px;
}
#content .thumbnail.domain .brand-name {
  margin: 5px;
}
#content .grid-sizer {
  position: absolute;
  visibility: hidden;
}

.modal .modal-content {
  border-radius: 0;
  font-size: 13px;
}
.modal .modal-content .modal-header {
  background-color: #f0f0f0;
  padding-left: 25px;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 13px;
}
.modal .modal-content .modal-header .modal-title > span {
  margin-right: 5px;
}
.modal .modal-content .modal-body {
  padding: 25px;
}
.modal .modal-content .modal-body .attribute {
  line-height: 1.8em;
}
.modal .modal-content .modal-body .attribute .attribute-name {
  display: inline-block;
  width: 30%;
}

.panel .table .tool {
  font-size: 17px;
  line-height: 17px;
  margin: 0 2px;
  text-decoration: none;
}
.panel .table .tool:hover, .panel .table .tool:active, .panel .table .tool:focus {
  color: #2992d1;
}
.panel .table .tool.inactive {
  opacity: 0.4;
}

/**
 * Product list
 */
#product-list.file .table > thead > tr > th {
  border-width: 3px;
}
#product-list.file .panel-title a:not(.tool) {
  display: block;
  text-decoration: none;
  color: #fff;
}
#product-list.file .panel-title a.tool {
  margin-top: -15px;
  margin-right: 20px;
  color: #fff;
}
#product-list.file .panel-heading {
  background-color: #aaa;
  cursor: pointer;
}
#product-list.file .panel-heading:hover {
  background-color: #999;
}
#product-list.file .panel-collapse {
  cursor: default;
}
#product-list .product-row {
  cursor: pointer;
}
#product-list .empty-results {
  font-size: 13px;
}
#product-list .table .tool {
  font-size: 17px;
  line-height: 17px;
  margin: 0 2px;
  text-decoration: none;
}
#product-list .table .tool:hover, #product-list .table .tool:active, #product-list .table .tool:focus {
  color: #2992d1;
}

/**
 * Product page
 */
#product-detail .panel-body {
  padding: 20px 30px 50px;
  overflow: hidden;
}
#product-detail header .infos {
  border-radius: 4px;
  background-color: #eee;
  padding: 8px 10px;
}
#product-detail header .infos ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#product-detail header .infos ul li {
  display: inline;
  margin-right: 15px;
  font-size: 11px;
  line-height: 18px;
}
#product-detail header .infos ul li.pull-right {
  margin: 0;
}
#product-detail header .infos ul li .update-date {
  position: relative;
}
#product-detail header .infos ul li .update-date:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon-time.png);
  background-repeat: no-repeat;
  left: -18px;
  top: 2px;
}
#product-detail header .title {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 20px;
}
#product-detail header .title .brand-logo {
  padding-left: 0;
  text-align: center;
}
#product-detail header .title .brand-logo img {
  max-height: 100px;
  max-width: 100%;
}
#product-detail header .title h1 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0;
  padding: 0;
  padding-right: 45px;
}
#product-detail header .title h1 .print-picto,
#product-detail header .title h1 .edit-picto {
  position: absolute;
  top: 0;
  right: 0;
}
#product-detail header .title h1 .print-picto > a,
#product-detail header .title h1 .edit-picto > a {
  line-height: 35px;
}
#product-detail header .title h1 .print-picto > a .list-icon-element,
#product-detail header .title h1 .edit-picto > a .list-icon-element {
  height: 35px;
}
#product-detail header .title h1 .edit-picto {
  right: 45px;
  top: 2px;
}
#product-detail header .print {
  margin: 30px 0;
  padding: 0;
}
#product-detail header .print a {
  display: block;
  color: #666666;
  font-size: 13px;
}
#product-detail header .print a:hover {
  color: #333333;
}
#product-detail header .print a:hover .list-icon-element {
  fill: #333333;
}
#product-detail .download-document {
  position: relative;
}
#product-detail .download-document:before {
  content: "\f016";
  position: relative;
  font-family: FontAwesome;
  margin-right: 5px;
  color: #666;
  font-size: 14px;
  text-decoration: none !important;
}
#product-detail .download-document[data-ext=xls]:before, #product-detail .download-document[data-ext=xlsx]:before {
  color: #80ae63;
  content: "\f1c3";
}
#product-detail .download-document[data-ext=pdf]:before {
  color: #d21d00;
  content: "\f1c1";
}
#product-detail .download-document[data-ext=pps]:before, #product-detail .download-document[data-ext=ppt]:before, #product-detail .download-document[data-ext=pptx]:before {
  color: #ed8202;
  content: "\f1c4";
}
#product-detail .download-document[data-ext=doc]:before, #product-detail .download-document[data-ext=docx]:before {
  color: #2a5695;
  content: "\f1c2";
}
#product-detail .download-document.only-picto:before {
  margin-right: 0;
}
#product-detail .download-document.only-picto > span {
  display: none;
}
#product-detail main #carousel {
  height: 500px;
  margin-bottom: 50px;
}
#product-detail main #carousel .carousel-inner {
  height: 100%;
  margin-bottom: 15px;
}
#product-detail main #carousel .carousel-inner .item {
  height: 100%;
  text-align: center;
}
#product-detail main #carousel .carousel-inner .item img {
  display: inline-block;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
#product-detail main #carousel .carousel-inner .item .vertical-align-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
#product-detail main #carousel .carousel-button {
  font-size: 13px;
}
#product-detail main #carousel .carousel-button.left {
  margin-right: 10px;
}
#product-detail main #carousel .carousel-button.right {
  margin-left: 10px;
}
#product-detail main #carousel + #base-infos {
  margin-top: 30px;
}
#product-detail main #base-infos .documents {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#product-detail main #base-infos .documents ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#product-detail main #base-infos .documents ul li {
  text-overflow: ellipsis;
  overflow: hidden;
}
#product-detail main .table > tbody tr:first-child td {
  border-top: 0;
}
#product-detail main .table > tbody tr td {
  width: 50%;
  color: #666;
}
#product-detail main .table > tbody tr td:first-child {
  color: #000;
}
#product-detail main .table > tbody tr td .updated .form-control {
  border-color: #00b300;
}
#product-detail main .table > tbody tr td .updated .attribute-upload-container {
  min-height: 34px;
  border: 1px solid #00b300;
  border-radius: 4px;
  position: relative;
}
#product-detail main .table > tbody tr td .updated .attribute-upload-container .media-upload {
  top: -1px;
  left: -1px;
}
#product-detail main .table > tbody tr td .has-error .form-control,
#product-detail main .table > tbody tr td .form-control:invalid {
  border-color: #e00;
}
#product-detail main #metaclasses-wrapper {
  margin-top: 20px;
}
#product-detail main #metaclasses-wrapper #metaclasses-tabs {
  padding: 0;
  margin-right: -1px;
}
#product-detail main #metaclasses-wrapper #metaclasses-tabs button {
  white-space: normal;
  outline: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#product-detail main #metaclasses-wrapper #metaclasses-container {
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid {
  padding: 5px 0 25px;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item {
  padding: 0 25px;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item h4 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 3px solid #E7E7E7;
  padding: 5px 0;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item h4 + h5 {
  display: none;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item h4.hidden + h5 {
  display: block;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item h5 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td {
  border-top: 0;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .hint {
  font-size: 16px;
  color: #aaa;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group {
  position: relative;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group .media-remove {
  position: absolute;
  color: white;
  background: #a51902;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  padding: 1px 6px;
  z-index: 1;
  margin-left: -33px;
  margin-top: 2px;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px #fff;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group .media-remove:hover {
  background: #a51902;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group .attribute-preview {
  float: left;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group .attribute-preview .value-not-provided {
  display: none;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group[data-type=doc] .media-remove {
  margin-left: -48px;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group[data-type=doc] .attribute-preview {
  margin-top: 6px;
  margin-left: -20px;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group[data-type=img] .attribute-preview {
  margin-left: -75px;
  width: 65px;
  height: 65px;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group .attribute-upload-container .media-upload {
  margin: 0;
  position: absolute;
}
#product-detail main #metaclasses-wrapper #metaclasses-container .grid .grid-item .table td .form-group .attribute-upload-container .media-label {
  margin-left: 50px;
  display: inline-block;
  padding-top: 10px;
  line-height: 15px;
}
#product-detail #back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #aaa;
  cursor: pointer;
}
#product-detail #back-to-top:hover {
  background-color: #999;
}
#product-detail #product-edit-statistics {
  position: fixed;
  visibility: hidden;
  top: 50vh;
  width: 500px;
  background: #eee;
  border: 2px solid #ccc;
  right: -450px;
  height: 47px;
  margin-top: -150px;
  transition: right 500ms, height 500ms;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 3;
}
#product-detail #product-edit-statistics .table {
  margin-left: 50px;
  margin-top: 15px;
  border-bottom: none;
  transition: margin 500ms;
}
#product-detail #product-edit-statistics .table .new {
  font-weight: bold;
}
#product-detail #product-edit-statistics .table .new:before {
  content: "";
  display: inline-block;
  margin-left: 5px;
}
#product-detail #product-edit-statistics .table .new.up:before {
  color: green;
  content: "▲";
}
#product-detail #product-edit-statistics .table .new.down:before {
  color: red;
  content: "▼";
}
#product-detail #product-edit-statistics h4 {
  margin: 0;
  text-align: center;
}
#product-detail #product-edit-statistics h4 .picto {
  position: absolute;
  left: 8px;
  top: 6px;
}
#product-detail #product-edit-statistics .btn {
  width: 40%;
}
#product-detail #product-edit-statistics .btn.btn-disabled {
  cursor: default;
}
#product-detail #product-edit-statistics.active {
  right: 0;
  height: 300px;
  cursor: default;
}
#product-detail #product-edit-statistics.active .table {
  margin-left: 0;
}
#product-detail[data-can-edit="1"] header .title h1 {
  padding-right: 90px;
}
#product-detail[data-can-edit="1"] #product-edit-statistics {
  visibility: visible;
}

.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
  margin-bottom: 0;
}
.switch > label {
  width: 50%;
  float: left;
  margin: 0;
  position: relative;
}
.switch > label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch > label input ~ span {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EEEEEE;
  border-right: solid #D2D2D2 1px;
  border-left: none;
  border-top: solid #D2D2D2 1px;
  border-bottom: solid transparent 2px;
  box-shadow: 0px 1px 1px 1px #d1d1d1;
  color: #A8A8A8;
  border-radius: 4px 0 0 4px;
  width: 100%;
  height: 34px;
  float: left;
  line-height: 34px;
  text-align: center;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.switch > label input ~ span ~ label {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  top: 0;
}
.switch > label input ~ span.yes {
  float: right;
  border-radius: 0 4px 4px 0;
}
.switch > label input:checked ~ span {
  color: white;
  line-height: 33px;
}
.switch > label input:checked ~ span.no {
  background-color: #E27C79;
  border-top: solid #DD6865 2px;
  border-left: solid #DD6865 2px;
  border-right: solid #DD6865 2px;
  border-bottom: solid #DD6865 1px;
  box-shadow: 0px 2px 0px #dd6865;
}
.switch > label input:checked ~ span.yes {
  background-color: #63C060;
  border-top: solid #7AAA77 2px;
  border-left: solid #7AAA77 1px;
  border-bottom: solid #7AAA77 1px;
  box-shadow: 0px 2px 0px #7aaa77;
}
.switch > label input:checked ~ span + label {
  display: block;
}

/**
 * Static page
 */
#web-page .panel-body {
  padding: 25px;
  font-size: 13px;
}

/**
 * Error page
 */
.panel.error .message {
  font-size: 13px;
  margin: 20px;
}
.panel.error h4 {
  font-weight: bold;
  margin: 30px 0 20px 0;
  background: #e0e0e0;
  text-align: center;
}
.panel.error p span {
  font-weight: bold;
}

#search-form h1 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
}
#search-form .panel {
  border: 0;
  box-shadow: none;
}
#search-form .panel .panel-body {
  padding: 5px;
}

/**
 * Footer
 */
footer {
  height: 60px;
}
footer #footer-menu {
  border-top: 1px solid #dddddd;
  font-size: 0.813em;
  text-align: center;
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0;
  font-size: 13px;
}
footer #footer-menu a {
  color: #999999;
  text-decoration: underline;
}
footer #footer-menu a:hover {
  text-decoration: none;
}

#my-account-wrapper {
  padding: 15px;
}
#my-account-wrapper .nav li .glyphicon {
  display: none;
}
#my-account-wrapper .nav li.active .glyphicon, #my-account-wrapper .nav li:hover .glyphicon {
  display: inline-block;
}
#my-account-wrapper .tab-content .control-label {
  text-align: left;
  border-bottom: 2px solid #2992d1;
  padding-bottom: 7px;
}
#my-account-wrapper .tab-content #account-list p {
  padding-top: 7px;
}
#my-account-wrapper .tab-content #account-update .form-group[data-code=USER_PWD] {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
#my-account-wrapper .tab-content #account-update button {
  width: 200px;
}

#brand-access-brands .brand-access-status {
  font-weight: bold;
}
#brand-access-brands .brand-access-status[data-code=PENDING] {
  color: orange;
}
#brand-access-brands .brand-access-status[data-code=ACCEPTED] {
  color: green;
}
#brand-access-brands .brand-access-status[data-code=REFUSED] {
  color: red;
}

#brand-access-add-all {
  margin-top: 2px;
}

#brand-access-admin {
  position: relative;
}
#brand-access-admin .loading-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/lib/images/loaderbig.gif) no-repeat center rgba(0, 0, 0, 0.35);
  z-index: 1;
  display: none;
}
#brand-access-admin.loading .loading-backdrop {
  display: block;
}
#brand-access-admin .tool,
#brand-access-admin .brand-access-admin-check-all,
#brand-access-admin .brand-access-admin-check {
  cursor: pointer;
}
#brand-access-admin .brand-access-bulk-action.disabled {
  display: none;
}
#brand-access-admin .empty-results {
  text-align: center;
  margin-top: 10px;
}

#brand-access-admin-profile-modal .modal-body > h3 {
  display: none;
}
#brand-access-admin-profile-modal .modal-body .col-xs-12 {
  border-top: 1px solid #ccc;
}
#brand-access-admin-profile-modal .modal-body .col-xs-12 > p {
  margin: 5px 0;
}
#brand-access-admin-profile-modal .modal-body .col-xs-12:nth-child(even) {
  background-color: #f0f0f0;
}
#brand-access-admin-profile-modal .modal-body .col-xs-12:last-child {
  border-bottom: 1px solid #ccc;
}

body.charteATITAClicked * {
  cursor: wait !important;
}

#frontend-modal.charte-atita {
  height: 100%;
}
#frontend-modal.charte-atita .modal-dialog {
  width: 80%;
  height: calc(100% - 60px);
}
#frontend-modal.charte-atita .modal-content {
  height: 100%;
}
#frontend-modal.charte-atita .modal-title {
  text-align: center;
  font-size: 17px;
}
#frontend-modal.charte-atita .modal-body {
  height: calc(100% - 55px);
  overflow: auto;
}

#api-doc-modal .modal-dialog {
  width: 90%;
  height: calc(100% - 60px);
}
#api-doc-modal .modal-dialog .modal-content {
  height: 100%;
}
#api-doc-modal .modal-dialog .modal-content .modal-body {
  height: calc(100% - 50px);
  padding: 0;
}
#api-doc-modal .modal-dialog .modal-content .modal-body [data-html] {
  position: relative;
  height: 100%;
}
#api-doc-modal .modal-dialog .modal-content .modal-body [data-html] iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 768px) {
  #frontend-modal.charte-atita .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #frontend-modal.charte-atita .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #frontend-modal.charte-atita .modal-dialog {
    width: 1170px;
  }
}
#content.data-cart .nav-tabs li a,
#catalog-export-list .nav-tabs li a {
  color: #999;
  text-align: center;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0;
}
#content.data-cart .nav-tabs li:hover a,
#catalog-export-list .nav-tabs li:hover a {
  background-color: #bbb;
}
#content.data-cart .nav-tabs li:focus a, #content.data-cart .nav-tabs li.active a,
#catalog-export-list .nav-tabs li:focus a,
#catalog-export-list .nav-tabs li.active a {
  background-color: #999 !important;
  color: white !important;
  font-weight: bold;
}
#content.data-cart .nav-tabs li.disabled,
#catalog-export-list .nav-tabs li.disabled {
  cursor: not-allowed;
}
#content.data-cart .nav-tabs li.disabled a,
#catalog-export-list .nav-tabs li.disabled a {
  pointer-events: none;
  background-color: #ddd !important;
}
#content.data-cart .panel-body,
#catalog-export-list .panel-body {
  padding: 0 0 15px;
}
#content.data-cart .panel-body .tab-content,
#catalog-export-list .panel-body .tab-content {
  padding: 20px 0;
}
#content.data-cart .panel-body .tab-content .btn-selectAll, #content.data-cart .panel-body .tab-content .btn-unselectAll,
#catalog-export-list .panel-body .tab-content .btn-selectAll,
#catalog-export-list .panel-body .tab-content .btn-unselectAll {
  margin-right: 25px;
}
#content.data-cart .panel-body .tab-content .loader,
#catalog-export-list .panel-body .tab-content .loader {
  margin-top: 30px;
}
#content.data-cart .panel-body .tab-content .loader > i,
#catalog-export-list .panel-body .tab-content .loader > i {
  animation-duration: 1.5s;
  font-size: 3.2em;
}
#content.data-cart .panel-body .tab-content #tab-content-brands .thumbnail,
#catalog-export-list .panel-body .tab-content #tab-content-brands .thumbnail {
  width: 150px;
  margin-bottom: 5px;
}
#content.data-cart .panel-body .tab-content #tab-content-brands .thumbnail .list-icons,
#catalog-export-list .panel-body .tab-content #tab-content-brands .thumbnail .list-icons {
  bottom: 20px;
}
#content.data-cart .panel-body .tab-content #tab-content-configuration .form-control.Tokenize,
#catalog-export-list .panel-body .tab-content #tab-content-configuration .form-control.Tokenize {
  height: auto;
  padding: 0;
}
#content.data-cart .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer,
#catalog-export-list .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer {
  border: none;
}
#content.data-cart .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer .Token, #content.data-cart .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer .TokenSearch,
#catalog-export-list .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer .Token,
#catalog-export-list .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer .TokenSearch {
  height: auto;
  padding: 5px 10px;
}
#content.data-cart .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer .Token.error,
#catalog-export-list .panel-body .tab-content #tab-content-configuration .form-control.Tokenize .TokensContainer .Token.error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
#content.data-cart .panel-body .tab-content .footer,
#catalog-export-list .panel-body .tab-content .footer {
  margin-top: 30px;
}
#content.data-cart .panel-body .tab-content .logomarque,
#catalog-export-list .panel-body .tab-content .logomarque {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 60px;
}
#content.data-cart .panel-body .tab-content h4,
#catalog-export-list .panel-body .tab-content h4 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 3px solid #E7E7E7;
  padding: 5px 0;
}
#content.data-cart .panel-body .tab-content .set-wrapper,
#catalog-export-list .panel-body .tab-content .set-wrapper {
  padding: 5px 15px 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
}
#content.data-cart .panel-body .tab-content .set-wrapper:hover,
#catalog-export-list .panel-body .tab-content .set-wrapper:hover {
  cursor: move;
  background-color: rgba(94, 138, 51, 0.3);
}
#content.data-cart .panel-body .tab-content .attributes-unsorted, #content.data-cart .panel-body .tab-content .attributes-sorted,
#catalog-export-list .panel-body .tab-content .attributes-unsorted,
#catalog-export-list .panel-body .tab-content .attributes-sorted {
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  min-height: 30px;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#content.data-cart .panel-body .tab-content .attributes-unsorted h4, #content.data-cart .panel-body .tab-content .attributes-sorted h4,
#catalog-export-list .panel-body .tab-content .attributes-unsorted h4,
#catalog-export-list .panel-body .tab-content .attributes-sorted h4 {
  font-size: 16px;
}
#content.data-cart .panel-body .tab-content .attributes-unsorted div:not(.set-wrapper), #content.data-cart .panel-body .tab-content .attributes-sorted div,
#catalog-export-list .panel-body .tab-content .attributes-unsorted div:not(.set-wrapper),
#catalog-export-list .panel-body .tab-content .attributes-sorted div {
  margin: 0 5px 5px 5px;
  padding: 3px;
  width: 100%;
  cursor: move;
}
#content.data-cart .panel-body .tab-content div.checkbox,
#catalog-export-list .panel-body .tab-content div.checkbox {
  background-color: transparent;
  padding: 3px;
  border-radius: 5px;
  border: none;
  width: auto;
  height: auto;
}
#content.data-cart .panel-body .tab-content div.checkbox:hover label,
#catalog-export-list .panel-body .tab-content div.checkbox:hover label {
  cursor: pointer;
}
#content.data-cart .panel-body .tab-content .form-group.error > .form-control, #content.data-cart .panel-body .tab-content .form-group.error > label,
#catalog-export-list .panel-body .tab-content .form-group.error > .form-control,
#catalog-export-list .panel-body .tab-content .form-group.error > label {
  color: #b94a48;
}
#content.data-cart .panel-body .tab-content .form-group.error > .form-control,
#catalog-export-list .panel-body .tab-content .form-group.error > .form-control {
  border-color: #ee5f5b;
}
#content.data-cart .panel-body .tab-content .topright,
#catalog-export-list .panel-body .tab-content .topright {
  float: right;
  cursor: pointer;
  font-size: 20px;
}
#content.data-cart .panel-body .tab-content .topright:hover,
#catalog-export-list .panel-body .tab-content .topright:hover {
  color: red;
}
#content.data-cart .panel-body .tab-content .button-domain,
#catalog-export-list .panel-body .tab-content .button-domain {
  cursor: pointer;
}
#content.data-cart .panel-body .tab-content #tab-content-attributes .gammes-and-attributes-sorted,
#catalog-export-list .panel-body .tab-content #tab-content-attributes .gammes-and-attributes-sorted {
  padding-top: 34px;
}
#content.data-cart .panel-body .tab-content #tab-content-domains input[type=radio], #content.data-cart .panel-body .tab-content #tab-content-domains input[type=checkbox],
#catalog-export-list .panel-body .tab-content #tab-content-domains input[type=radio],
#catalog-export-list .panel-body .tab-content #tab-content-domains input[type=checkbox] {
  margin: 0 4px 0;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group {
  padding: 20px 15px;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary {
  background-color: #aaa;
  border-color: #aaa;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:hover, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:active, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:active:hover, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:active:focus, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:focus,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:hover,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:active,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:active:hover,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:active:focus,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .form-group > .btn-secondary:focus {
  background-color: #bbb;
  border-color: #bbb;
  outline: none;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition {
  padding: 10px 15px 5px;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition:nth-child(odd),
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition:nth-child(odd) {
  background-color: #eee;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions {
  padding: 0 10px;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:hover, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:active, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:active:hover, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:active:focus, #content.data-cart .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:focus,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:hover,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:active,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:active:hover,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:active:focus,
#catalog-export-list .panel-body .tab-content #tab-content-conditions #conditions-wrapper > .condition > .row > .form-group.actions > .remove-condition:focus {
  background-color: #d43f3a;
}

#catalog-export-list table th[data-dt-order=disable]:after {
  content: unset;
}
#catalog-export-list table th:after {
  top: unset !important;
  bottom: 5px !important;
}

#frontend-edition .modal-body {
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 60vh;
  overflow: auto;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper > h4 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 3px solid #E7E7E7;
  padding: 5px 0;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper > h5 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td {
  border-top: 0;
  width: 50%;
  color: #666;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .hint {
  font-size: 16px;
  color: #aaa;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document {
  position: relative;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document:before {
  content: "\f016";
  position: relative;
  font-family: FontAwesome;
  margin-right: 5px;
  color: #666;
  font-size: 14px;
  text-decoration: none !important;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=xls]:before, #frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=xlsx]:before {
  color: #80ae63;
  content: "\f1c3";
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=pdf]:before {
  color: #d21d00;
  content: "\f1c1";
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=pps]:before, #frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=ppt]:before, #frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=pptx]:before {
  color: #ed8202;
  content: "\f1c4";
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=doc]:before, #frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document[data-ext=docx]:before {
  color: #2a5695;
  content: "\f1c2";
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document.only-picto:before {
  margin-right: 0;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .download-document.only-picto > span {
  display: none;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group {
  position: relative;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group .media-remove {
  position: absolute;
  color: white;
  background: #a51902;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  padding: 1px 6px;
  z-index: 1;
  margin-left: -33px;
  margin-top: 2px;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px #fff;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group .media-remove:hover {
  background: #a51902;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group .attribute-preview {
  float: left;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group .attribute-preview .value-not-provided {
  display: none;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group[data-type=doc] .media-remove {
  margin-left: -48px;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group[data-type=doc] .attribute-preview {
  margin-top: 6px;
  margin-left: -20px;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group[data-type=img] .attribute-preview {
  margin-left: -75px;
  width: 65px;
  height: 65px;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group .attribute-upload-container .media-upload {
  margin: 0;
  position: absolute;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-group .attribute-upload-container .media-label {
  margin-left: 50px;
  display: inline-block;
  padding-top: 10px;
  line-height: 15px;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
  margin-bottom: 0;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label {
  width: 50%;
  float: left;
  margin: 0;
  position: relative;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input {
  opacity: 0;
  width: 0;
  height: 0;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input ~ span {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EEEEEE;
  border-right: solid #D2D2D2 1px;
  border-left: none;
  border-top: solid #D2D2D2 1px;
  border-bottom: solid transparent 2px;
  box-shadow: 0px 1px 1px 1px #d1d1d1;
  color: #A8A8A8;
  border-radius: 4px 0 0 4px;
  width: 100%;
  height: 34px;
  float: left;
  line-height: 34px;
  text-align: center;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input ~ span ~ label {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  top: 0;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input ~ span.yes {
  float: right;
  border-radius: 0 4px 4px 0;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input:checked ~ span {
  color: white;
  line-height: 33px;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input:checked ~ span.no {
  background-color: #E27C79;
  border-top: solid #DD6865 2px;
  border-left: solid #DD6865 2px;
  border-right: solid #DD6865 2px;
  border-bottom: solid #DD6865 1px;
  box-shadow: 0px 2px 0px #dd6865;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input:checked ~ span.yes {
  background-color: #63C060;
  border-top: solid #7AAA77 2px;
  border-left: solid #7AAA77 1px;
  border-bottom: solid #7AAA77 1px;
  box-shadow: 0px 2px 0px #7aaa77;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .switch > label input:checked ~ span + label {
  display: block;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .updated .form-control {
  border-color: #00b300;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .updated .attribute-upload-container {
  min-height: 34px;
  border: 1px solid #00b300;
  border-radius: 4px;
  position: relative;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .updated .attribute-upload-container .media-upload {
  top: -1px;
  left: -1px;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .has-error .form-control,
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper .set-wrapper .table tr td .form-control:invalid {
  border-color: #e00;
}
#frontend-edition .modal-body .edition-wrapper .metaclass-wrapper:last-child .set-wrapper:last-child .table:last-child {
  border-bottom: none;
}
#frontend-edition .modal-footer .modal-cancel {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#frontend-edition .modal-footer .modal-cancel:hover, #frontend-edition .modal-footer .modal-cancel:active, #frontend-edition .modal-footer .modal-cancel:active:hover, #frontend-edition .modal-footer .modal-cancelactive:focus, #frontend-edition .modal-footer .modal-cancel:focus {
  background-color: #c9302c;
  border-color: #ac2925;
}
#frontend-edition ~ #zoombox {
  position: absolute;
  z-index: 2000;
}
#frontend-edition ~ #frontend-modal {
  z-index: 1052;
}
#frontend-edition ~ #frontend-modal + .modal-backdrop {
  z-index: 1051;
}

/* PopIn Upload */
.left {
  float: left;
}

.clear {
  clear: both;
}

.mapsUploadPopIn {
  background-color: #eee;
  position: fixed;
  top: 30%;
  left: 44%;
  z-index: 11000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mapsUploadPopIn.mapsUploadPopInIntegrated {
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 161px;
}
.mapsUploadPopIn .slimScrollDiv, .mapsUploadPopIn .uploadEprel_mapsUploadPopInScrollbar {
  width: 403px !important;
}
.mapsUploadPopIn .mapsUploadPopInLeft {
  width: 160px;
  height: 226px;
  border-right: 1px solid #ddd;
  padding-top: 12px;
}
.mapsUploadPopIn.isIe .mapsUploadPopInLeft {
  width: 200px;
}
.mapsUploadPopIn.isIe .mapsUploadSendZone {
  border-top: none;
}
.mapsUploadPopIn .mapsUploadDropZone {
  margin-left: 14px;
  margin-right: 12px;
  width: 132px;
  height: 165px;
  background: url("/lib/images/sprite_global2.png") 0px -432px;
}
.mapsUploadPopIn .mapsUploadList {
  width: 0px;
  height: 240px;
  border-left: 1px solid #fff;
}
.mapsUploadPopIn .mapsUploadList .mapsUploadFiles {
  margin: 12px;
  line-height: 16px;
}
.mapsUploadPopIn .mapsUploadDropZoneContent {
  height: 162px;
  border-bottom: 1px solid #ddd;
}
.mapsUploadPopIn .mapsUploadDropZoneLabel {
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding-top: 34px;
  font-weight: bold;
}
.mapsUploadPopIn .mapsUploadFile {
  width: 400px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
}
.mapsUploadPopIn .mapsUploadFile:nth-child(even) {
  background-color: #e1e1e1;
}
.mapsUploadPopIn .mapsUploadFile:nth-child(odd) {
  background-color: #eee;
}
.mapsUploadPopIn .mapsUploadFilePreview {
  margin: 15px;
  width: 50px;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.mapsUploadPopIn .mapsUploadFileName {
  margin-top: 12px;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  color: #444;
  word-wrap: break-word;
}
.mapsUploadPopIn .mapsUploadFileMid {
  width: 270px;
}
.mapsUploadPopIn .mapsUploadFileMid .mapsUploadFileBarre:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
}
.mapsUploadPopIn .mapsUploadFileMid .mapsUploadFileBarre:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
.mapsUploadPopIn .mapsUploadFileMid .mapsUploadFileBar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #cecece;
  border: 1px inset #fff;
  height: 12px;
  width: 270px;
  margin-top: 8px;
}
.mapsUploadPopIn .mapsUploadFileIcon {
  width: 64px;
}
.mapsUploadPopIn .mapsUploadPopInClose {
  display: none;
  background: none;
}
.mapsUploadPopIn .mapsUploadFilePreviewImg {
  max-width: 50px;
  max-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mapsUploadPopIn .mapsUploadFilePreviewImg.img {
  width: 60px;
  height: 60px;
  background: url("/lib/images/sprite_global2.png") -4px -374px;
  border: 1px solid darkgrey;
}
.mapsUploadPopIn .mapsUploadFilePreviewImg.doc {
  width: 60px;
  height: 60px;
  background: url("/lib/images/sprite_global2.png") -65px -374px;
  border: 1px solid darkgrey;
}
.mapsUploadPopIn .mapsUploadFilePreviewImg.vid {
  width: 60px;
  height: 60px;
  background: url("/lib/images/sprite_global2.png") -189px -374px;
  border: 1px solid darkgrey;
}
.mapsUploadPopIn .mapsUploadFilePreviewImg.son {
  width: 60px;
  height: 60px;
  background: url("/lib/images/sprite_global2.png") -127px -374px;
  border: 1px solid darkgrey;
}
.mapsUploadPopIn .mapsUploadFileSizeContent {
  margin-top: 12px;
  font-size: 11px;
  font-family: arial;
  color: #61666E;
}
.mapsUploadPopIn .mapsUploadFileBarre {
  height: 11px;
  margin-top: -1px;
  margin-left: 0px;
  border-top: 1px solid #3584d2;
  border-bottom: 1px solid #3584d2;
  background: rgb(208, 228, 247); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(208, 228, 247) 0%, rgb(115, 177, 231) 24%, rgb(10, 119, 213) 50%, rgb(83, 159, 225) 79%, rgb(135, 188, 234) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(208, 228, 247)), color-stop(24%, rgb(115, 177, 231)), color-stop(50%, rgb(10, 119, 213)), color-stop(79%, rgb(83, 159, 225)), color-stop(100%, rgb(135, 188, 234))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a8cdea 0%, #7bb3e0 12%, #5f9dd6 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(208, 228, 247) 0%, rgb(115, 177, 231) 24%, rgb(10, 119, 213) 50%, rgb(83, 159, 225) 79%, rgb(135, 188, 234) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(208, 228, 247) 0%, rgb(115, 177, 231) 24%, rgb(10, 119, 213) 50%, rgb(83, 159, 225) 79%, rgb(135, 188, 234) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(208, 228, 247) 0%, rgb(115, 177, 231) 24%, rgb(10, 119, 213) 50%, rgb(83, 159, 225) 79%, rgb(135, 188, 234) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e4f7", endColorstr="#87bcea",GradientType=0 ); /* IE6-9 */
}
.mapsUploadPopIn .mapsUploadFileBarreGif {
  height: 9px;
  width: 269px;
  margin-top: 1px;
  background: url("/lib/images/progressbar_infini.gif") -8px -2px;
}
.mapsUploadPopIn .mapsUploadIconFail {
  background: url("/lib/images/sprite_global2.png") -196px -104px;
  width: 16px;
  height: 20px;
  margin-left: 16px;
  margin-top: 28px;
}
.mapsUploadPopIn .mapsUploadIconSuccess {
  margin-left: 20px;
  margin-top: 28px;
  background: url("/lib/images/sprite_global2.png") -157px -312px;
  width: 21px;
  height: 20px;
}
.mapsUploadPopIn .mapsUploadIconLoading {
  margin-left: 20px;
  margin-top: 28px;
  background: url("/lib/images/loader.gif");
  width: 16px;
  height: 16px;
}
.mapsUploadPopIn .mapsUploadIconCancel {
  margin-left: 18px;
  margin-top: 28px;
  background: url("/lib/images/sprite_global2.png") -107px -308px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mapsUploadPopIn .mapsUploadFileDocIcon {
  background: url("/lib/images/sprite_global2.png") -82px -313px;
  width: 21px;
  height: 20px;
  margin-top: -4px;
  margin-right: 6px;
}
.mapsUploadPopIn .hide {
  display: none;
}
.mapsUploadPopIn .mapsUploadParcourir {
  width: 110px;
  height: 34px;
  padding: 0px !important;
  margin-left: 24px;
  background-color: #eee !important;
  color: #333 !important;
  border-color: #adadad !important;
}
.mapsUploadPopIn .mapsUploadParcourir:hover, .mapsUploadPopIn .mapsUploadParcourir:active, .mapsUploadPopIn .mapsUploadParcourir:active:hover, .mapsUploadPopIn .mapsUploadParcourir:active:focus, .mapsUploadPopIn .mapsUploadParcourir:focus {
  background-color: #496d26;
  color: #fff;
  border-color: #496d26;
}
.mapsUploadPopIn .mapsUploadParcourirDoc {
  height: 24px;
  width: 27px;
  background: url("/lib/images/sprite_global2.png") -79px -309px;
  margin-top: 4px;
  margin-left: 4px;
  border: 1px solid #ddd;
  background-color: #eee;
}
.mapsUploadPopIn .mapsUploadParcourirLabel {
  line-height: 32px;
  margin-left: 12px;
}
.mapsUploadPopIn .mapsUploadSendZone {
  padding-top: 12px;
  border-top: 1px solid #fff;
}
.mapsUploadPopIn .mapsUploadError {
  border-top: 1px solid #ddd;
  width: 100%;
  /*text-align: center;*/
  margin: auto;
}
.mapsUploadPopIn .mapsUploadError.mapsUploadErrorOnFile {
  border-top: none;
}
.mapsUploadPopIn .mapsUploadError .mapsUploadErrorContent {
  margin: 12px;
  line-height: 16px;
}
.mapsUploadPopIn .mapsUploadIconError {
  height: 16px;
  width: 16px;
  background: url("/lib/images/glyphicons-halflings.png") -144px -120px;
  margin-left: 4px;
  margin-right: 4px;
}
.mapsUploadPopIn .mapsUploadPopInIe {
  padding: 16px;
}
.mapsUploadPopIn .mapsUploadIconSeeSummary {
  cursor: pointer;
  height: 16px;
  width: 16px;
  background: url("/lib/images/glyphicons-halflings.png") -359px -48px;
  margin-left: 4px;
  margin-right: 4px;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.mapsUploadPopInLoader {
  height: 48px;
  width: 48px;
  background: url("/lib/images/loaderbig.gif");
  position: absolute;
  left: 45%;
  top: 35%;
}

.modal-uploadsummary .modal-body {
  overflow-y: auto !important;
}
.modal-uploadsummary .modal-body .treatedFileList {
  margin-top: 5px;
  margin-bottom: 15px;
}
.modal-uploadsummary .modal-body .treatedFileList li {
  list-style-type: disc;
}
.modal-uploadsummary .modal-body .treatedFileList li .treatedFilename {
  font-weight: bold;
}
.modal-uploadsummary .modal-footer .closeBtn {
  display: none;
}

.uploadBoxInObjectSheet.mapsUploadPopInIntegrated {
  width: 564px !important;
}
.uploadBoxInObjectSheet.mapsUploadPopInIntegrated .mapsUploadList {
  display: block !important;
}

#import-module {
  position: relative;
}
#import-module #import-tab {
  margin-right: 10px;
}
#import-module .panel-heading .panel-title {
  line-height: 34px;
}
#import-module .panel-heading .btn.active {
  background-color: #0B61A4;
  border-color: #0B61A4;
  color: #fff;
  outline: none;
}
#import-module #import-params > .col-md-4 {
  margin-top: 25px;
  margin-bottom: 25px;
}
#import-module .no-results {
  text-align: center;
  padding: 10px 0;
}
#import-module .import-block {
  color: #0e84b5;
  border: 4px dashed #0e84b5;
  border-radius: 30px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
}
#import-module .import-block:hover {
  color: #0B61A4;
  border-color: #0B61A4;
}
#import-module .import-block.disabled {
  cursor: not-allowed;
  color: #00b0ff;
  border-color: #00b0ff;
}
#import-module .import-block .block-picto {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 60px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
  font-size: 50px;
}
#import-module .import-block .block-title {
  text-align: center;
  padding: 120px 40px 0;
  font-weight: 700;
}
#import-module .import-block-file {
  text-align: center;
  margin-top: 10px;
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#import-module .import-block-file .delete {
  cursor: pointer;
  color: #ef1f00;
}
#import-module #import-ajax .progress {
  animation-duration: 400ms;
  background-color: #ccc;
  height: 35px;
  line-height: 35px;
}
#import-module #import-ajax .progress > span {
  position: absolute;
  color: #fff;
  text-shadow: 0px 0px 2px #000;
  font-size: 16px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}
#import-module #import-ajax .import-row-result {
  width: 150px;
}
#import-module #import-ajax .import-row-result[data-value=error] {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#import-module #import-ajax .import-row-result[data-value=error]:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
#import-module #import-ajax .import-row-result[data-value=complete] {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#import-module #import-ajax .import-row-result[data-value=complete]:hover {
  background-color: #449d44;
  border-color: #398439;
}
#import-module #import-ajax .import-row-result[data-value=incomplete] {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#import-module #import-ajax .import-row-result[data-value=incomplete]:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
#import-module #import-ajax .import-row-tools {
  text-align: center;
}
#import-module #import-ajax .import-row-tools[data-status=todo] {
  display: none;
}
#import-module #import-ajax .import-row-tools .import-row-tool {
  cursor: pointer;
}
#import-module #import-ajax .import-row-check {
  color: #5cb85c;
}
#import-module #import-ajax .data-importing-rebuild-message a {
  color: #337ab7;
  font-weight: bold;
}
#import-module #import-report-list .table thead th.sorting:after {
  top: auto;
}

.modal.import-row-messages .modal-body {
  max-height: 400px;
  overflow: auto;
}

#navigation-action {
  margin-bottom: 20px;
}
#navigation-action .navigation-action-wrapper {
  text-align: center;
}
#navigation-action .navigation-action-wrapper .btn-group.dropup .dropdown-menu {
  margin-left: -61.5px;
  padding: 0;
}
#navigation-action .navigation-action-wrapper .btn-group.dropup .dropdown-menu > li {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#navigation-action .navigation-action-wrapper .btn-group.dropup .dropdown-menu > li:first-child {
  border-bottom: 1px solid #ddd;
}

body[data-action-mode=duplicate] .thumbnail:hover:before, body[data-action-mode=sort] .thumbnail:hover:before, body[data-action-mode=delete] .thumbnail:hover:before {
  content: "";
  position: absolute;
  border-radius: 4px;
  width: calc(100% - 30px);
  height: calc(100% - 20px);
  top: 0;
  left: 15px;
  z-index: 10;
}
body[data-action-mode=duplicate] #navigation-action .navigation-action-duplicate {
  background-color: #337ab7;
  border-color: #2e6da4;
}
body[data-action-mode=duplicate] .thumbnail:hover {
  cursor: not-allowed;
}
body[data-action-mode=duplicate] .thumbnail[data-type=GAMME]:hover {
  cursor: pointer;
  cursor: url("../images/duplicate.png"), pointer;
}
body[data-action-mode=duplicate] .thumbnail[data-type=GAMME]:hover:before {
  background-color: rgba(51, 122, 183, 0.5803921569);
}
body[data-action-mode=duplicate] #product-list .product-row:hover {
  cursor: pointer;
  cursor: url("../images/duplicate.png"), pointer;
  background-color: rgba(51, 122, 183, 0.5803921569);
}
body[data-action-mode=sort] #navigation-action .navigation-action-sort {
  background-color: #f0ad4e;
  border-color: #eea236;
}
body[data-action-mode=sort] .thumbnail:hover {
  cursor: pointer;
}
body[data-action-mode=sort] .thumbnail:hover:before {
  background-color: rgba(238, 162, 54, 0.431372549);
}
body[data-action-mode=sort] #product-list .product-row:hover {
  cursor: pointer;
  background-color: rgba(238, 162, 54, 0.431372549);
}
body[data-action-mode=delete] #navigation-action .navigation-action-delete {
  background-color: #d9534f;
  border-color: #d43f3a;
}
body[data-action-mode=delete] .thumbnail:hover {
  cursor: not-allowed;
  cursor: url("../images/delete.png"), not-allowed;
}
body[data-action-mode=delete] .thumbnail:hover:before {
  background-color: rgba(217, 83, 79, 0.4509803922);
}
body[data-action-mode=delete] #product-list .product-row:hover {
  cursor: not-allowed;
  cursor: url("../images/delete.png"), not-allowed;
  background-color: rgba(217, 83, 79, 0.4509803922);
}
body .thumbnail .plugin-edition-edit .list-icon-element {
  fill: #fff;
  stroke: #fff;
  stroke-width: 15px;
  border-radius: 50%;
}

#frontend-action-add .new-block,
#frontend-action-add .reactivate-block,
#frontend-action-add .empty-block {
  margin-top: 25px;
}
#frontend-action-add .new-block .btn:last-child,
#frontend-action-add .reactivate-block .btn:last-child,
#frontend-action-add .empty-block .btn:last-child {
  margin-right: 10px;
}

#frontend-duplicate-modal .form-group .form-error,
#frontend-edition .form-group .form-error {
  display: none;
  color: #e00;
}
#frontend-duplicate-modal .form-group.has-error .form-control,
#frontend-edition .form-group.has-error .form-control {
  border-color: #e00;
}
#frontend-duplicate-modal .form-group.has-error .form-error,
#frontend-edition .form-group.has-error .form-error {
  display: inline;
}

@media (min-width: 768px) {
  #product-detail header .title h1 {
    padding-left: 70px;
  }
  #product-detail main #carousel + #base-infos {
    padding-left: 25px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #product-detail header .title h1 {
    padding-left: 95px;
  }
  #product-detail main #carousel + #base-infos {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  #content .col-lg-2 {
    width: 20%;
  }
}
@media (max-width: 991px) {
  body > header > .container #pre-nav {
    height: 72px;
  }
  body > header > .container #pre-nav img {
    height: 30px;
  }
  body > header > .container #pre-nav #slogan {
    padding-top: 26px;
  }
  body > header > .container #pre-nav #slogan a {
    font-size: 22px;
  }
  body > header > .container #main-nav {
    float: left;
    width: 100%;
  }
  body > header > .container #main-nav .navbar-toggle {
    margin: 7px 10px;
  }
  body > header > .container #main-nav .navbar-wrapper > .menu-nav {
    float: left;
    margin: 0;
    top: 0;
  }
  body > header > .container #main-nav .navbar-wrapper > .menu-nav > li {
    float: left;
  }
  body > header > .container #main-nav .navbar-wrapper > .menu-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #main-nav #mobile-nav-target {
    margin-top: 1px;
    margin-right: -8px;
    border-radius: 4px;
    border: none;
    z-index: 2;
  }
  #main-nav #mobile-nav-target.collapse.in {
    overflow: visible;
  }
  #main-nav #mobile-nav-target > li {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #main-nav #mobile-nav-target > li:last-child {
    border-bottom: none;
  }
  #main-nav #mobile-nav-target > li #search-btn + .dropdown-menu {
    width: 255px;
    margin-top: -2px;
  }
  #main-nav #mobile-nav-target > li .dropdown-menu {
    position: absolute;
    margin: 0;
    width: 250px;
    right: 47px;
    top: 0;
    left: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  #main-nav #mobile-nav-target > li .dropdown-menu > li > a {
    white-space: normal;
  }
  #nav-search-form {
    right: 57px;
    width: 250px;
  }
  #nav-search-form .form-control {
    margin-bottom: 5px;
  }
  #search-form .form-control {
    margin-bottom: 5px;
  }
  #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form {
    width: 250px;
  }
  #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form .message {
    font-size: 11px;
  }
  #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .alert {
    margin-bottom: 10px;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .form-group {
    width: 225px;
    margin-bottom: 0;
  }
  #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .form-group > label {
    width: 100%;
    padding-right: 7px;
    font-size: 11px;
  }
  #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form a, #main-nav .navbar-nav.navbar-right .dropdown-menu #menu-login-form form .btn {
    font-size: 11px;
  }
}
@media (max-width: 550px) {
  body > header > .container #pre-nav #slogan {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 21px;
    line-height: 18px;
  }
  body > header > .container #pre-nav #slogan > a {
    font-size: 15px;
  }
}

/*# sourceMappingURL=frontend.css.map */
