/*#FFFCFC;*/

.forced-text-danger {
  color: #a94442 !important;
}

.navbar-multisite {
  min-height: 0px;
  background-color: #000000;
  /*
      Coloration des sites
  */
  /*
      Partie utilisateur
  */
}

.navbar-multisite .navbar-nav li a {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: transparent;
}

.navbar-multisite .site {
  padding: 8px 14px;
  border-top: 5px black solid;
  border-bottom: 5px black solid;
}

.navbar-multisite .site .logo {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.navbar-multisite .site a {
  display: inline;
  font-size: 1.1em;
  /* background-color: $black !important; */
  padding-right: 5px;
  padding-left: 5px;
  transition: color 0.5s;
}

.navbar-multisite .site a span {
  transition: color 0.5s;
}

.navbar-multisite .site .a-badge .badge {
  filter: none;
  -webkit-filter: none;
  background-color: gray;
}

.navbar-multisite .site .a-badge:hover {
  background-color: black;
}

.navbar-multisite .site .a-badge:hover .badge {
  background-color: #fe6200;
}

.navbar-multisite .site .a-badge:focus {
  background-color: black;
}

.navbar-multisite .site .a-badge.has-notification .badge {
  background-color: orange;
}

.navbar-multisite .inactive .logo {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  transition: filter 0.5s;
}

.navbar-multisite .site:hover .badge,
.navbar-multisite .site.active .badge {
  color: white;
}

.navbar-multisite .site:hover .logo,
.navbar-multisite .site.active .logo {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: filter 0.5s;
}

.navbar-multisite .site:hover .site-url,
.navbar-multisite .site.active .site-url {
  color: white !important;
  background-color: transparent;
  transition: color 0.5s;
}

.navbar-multisite .site:hover .site-url span,
.navbar-multisite .site.active .site-url span {
  transition: color 0.5s;
}

.navbar-multisite .site:hover .site-url:hover,
.navbar-multisite .site.active .site-url:hover {
  background-color: transparent;
}

.navbar-multisite .site-meditroc:hover,
.navbar-multisite .site-meditroc.active,
.navbar-multisite .site-farmadeals:hover,
.navbar-multisite .site-farmadeals.active {
  border-bottom-color: #01A9DC;
}

.navbar-multisite .site-meditroc:hover a span,
.navbar-multisite .site-meditroc.active a span,
.navbar-multisite .site-farmadeals:hover a span,
.navbar-multisite .site-farmadeals.active a span {
  color: #01A9DC;
}

.navbar-multisite .site-medivip:hover,
.navbar-multisite .site-medivip.active {
  border-bottom-color: #D9534F;
}

.navbar-multisite .site-medivip:hover a span,
.navbar-multisite .site-medivip.active a span {
  color: #D9534F;
}

.navbar-multisite .site-magistrales:hover,
.navbar-multisite .site-magistrales.active,
.navbar-multisite .site-magistraal:hover,
.navbar-multisite .site-magistraal.active {
  border-bottom-color: #7f5422;
}

.navbar-multisite .site-magistrales:hover a span,
.navbar-multisite .site-magistrales.active a span,
.navbar-multisite .site-magistraal:hover a span,
.navbar-multisite .site-magistraal.active a span {
  color: #7f5422;
}

.navbar-multisite .site-forum:hover,
.navbar-multisite .site-forum.active {
  border-bottom-color: #525a6c;
}

.navbar-multisite .site-forum:hover a span,
.navbar-multisite .site-forum.active a span {
  color: #525a6c;
}

.navbar-multisite .site-pharmaciensindependants-blog:hover,
.navbar-multisite .site-pharmaciensindependants-blog.active {
  border-bottom-color: #79C584;
}

.navbar-multisite .site-pharmaciensindependants-blog:hover a span,
.navbar-multisite .site-pharmaciensindependants-blog.active a span {
  color: #79C584;
}

.navbar-multisite .site-pharmaciensindependants-facebookgroup:hover,
.navbar-multisite .site-pharmaciensindependants-facebookgroup.active {
  border-bottom-color: #3B5998;
}

.navbar-multisite .site-pharmaciensindependants-facebookgroup:hover a span,
.navbar-multisite .site-pharmaciensindependants-facebookgroup.active a span {
  color: #3B5998;
}

.navbar-multisite .site-greencircle-annuaire-fr:hover,
.navbar-multisite .site-greencircle-annuaire-fr.active,
.navbar-multisite .site-greencircle-annuaire-nl:hover,
.navbar-multisite .site-greencircle-annuaire-nl.active {
  border-bottom-color: #00bcd4;
}

.navbar-multisite .site-greencircle-annuaire-fr:hover a span,
.navbar-multisite .site-greencircle-annuaire-fr.active a span,
.navbar-multisite .site-greencircle-annuaire-nl:hover a span,
.navbar-multisite .site-greencircle-annuaire-nl.active a span {
  color: #00bcd4;
}

.navbar-multisite .pharmacy {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.navbar-multisite .pharmacy a i {
  color: green;
}

.navbar-multisite .logout a {
  font-size: 1.2em;
}

.navbar-multisite .logout a:hover {
  color: white;
}

.navbar-multisite .notificationcenter {
  line-height: 25px;
  /* Toggle button: remove background-color and set color */
  /* The "open" class is injected by bootstrap and creates a mess */
  /* Badge */
  /* Style when there is one notifiation */
  /* Drop down menu */
  /* Style for notification items, according to application */
}

.navbar-multisite .notificationcenter .dropdown-button {
  font-size: 1.4em;
  line-height: 28px;
  /* Center the icon */
}

.navbar-multisite .notificationcenter .dropdown-button:active,
.navbar-multisite .notificationcenter .dropdown-button:focus,
.navbar-multisite .notificationcenter .dropdown-button:hover {
  background-color: transparent !important;
  color: #555555;
}

.navbar-multisite .notificationcenter.open {
  /* Set a transparent background for all selectors */
  /* Set the color when there is no notification */
  /* Set the color when there is at least one notification */
}

.navbar-multisite .notificationcenter.open .dropdown-button,
.navbar-multisite .notificationcenter.open .dropdown-button:hover,
.navbar-multisite .notificationcenter.open .dropdown-button:active,
.navbar-multisite .notificationcenter.open .dropdown-button:focus {
  background-color: transparent;
}

.navbar-multisite .notificationcenter.open .dropdown-button.no-notification,
.navbar-multisite .notificationcenter.open .dropdown-button.no-notification:focus,
.navbar-multisite .notificationcenter.open .dropdown-button.no-notification:active {
  color: #777777;
}

.navbar-multisite .notificationcenter.open .dropdown-button.has-notification,
.navbar-multisite .notificationcenter.open .dropdown-button.has-notification:focus,
.navbar-multisite .notificationcenter.open .dropdown-button.has-notification:active {
  color: white;
}

.navbar-multisite .notificationcenter.open .dropdown-button:hover {
  background-color: transparent;
  color: #555555;
}

.navbar-multisite .notificationcenter.open .notification-count {
  background-color: red !important;
  color: white;
}

.navbar-multisite .notificationcenter .notification-count {
  position: absolute;
  top: 2px;
  right: 6px;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 0px 3px;
  border-radius: 4px;
  font-size: 0.85em;
}

.navbar-multisite .notificationcenter .notification-count:hover,
.navbar-multisite .notificationcenter .notification-count:active {
  background-color: red;
  color: white;
}

.navbar-multisite .notificationcenter.has-notification .dropdown-button {
  color: white;
}

.navbar-multisite .notificationcenter.has-notification .dropdown-button:hover {
  color: #555555;
}

.navbar-multisite .notificationcenter .dropdown-menu {
  background-color: black;
}

.navbar-multisite .notificationcenter .dropdown-menu .item {
  background-color: transparent;
  padding: 5px;
}

.navbar-multisite .notificationcenter .dropdown-menu .item a {
  padding: 0;
}

.navbar-multisite .notificationcenter .dropdown-menu .divider {
  margin: 0px;
}

.navbar-multisite .notificationcenter .dropdown-menu .loading {
  color: white;
  text-align: center;
  padding: 5px 0px;
}

.navbar-multisite .notificationcenter .dropdown-menu .no-notif {
  color: white;
  font-style: italic;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-read,
.navbar-multisite .notificationcenter .dropdown-menu .item-read a {
  color: gray;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-unread,
.navbar-multisite .notificationcenter .dropdown-menu .item-unread a {
  color: white;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-notification {
  min-width: 300px;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-notification .iconColumn {
  width: 54px;
  text-align: center;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-notification a {
  display: block;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-notification a:hover {
  text-decoration: none;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-notification:hover {
  background-color: #3b3b3b;
  cursor: pointer;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-notification table {
  width: 100%;
  margin: 3px 0px;
}

.navbar-multisite .notificationcenter .dropdown-menu .item-timestamp {
  font-size: 0.8em;
  color: lightgray;
  text-align: right;
}

.navbar-multisite .notificationcenter .dropdown-menu .action-markasread {
  text-align: right;
  color: white;
}

.navbar-multisite .notificationcenter .dropdown-menu .action-markasread .loadingIcon {
  display: block;
  float: left;
  margin-left: 5px;
}

.navbar-multisite .notificationcenter .dropdown-menu .action-markasread .trigger {
  padding-right: 5px;
  font-size: 0.8em;
}

.navbar-multisite .notificationcenter .dropdown-menu .action-markasread .trigger:hover {
  cursor: pointer;
  text-decoration: underline;
}

.navbar-multisite .item-generic {
  padding: 8px 5px;
}

.navbar-multisite .item-generic .item-label {
  font-size: 1.1em;
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
  transition: color 0.5s;
}

.navbar-multisite .item-generic:hover .item-label {
  color: white;
}

.navbar-multisite .item-language-selector .dropdown-menu {
  min-width: 75px;
}

.navbar-multisite .item-language-selector.open .item-label {
  color: white !important;
  background-color: #000000 !important;
}

.navbar-multisite .item-language-selector.open .dropdown-menu a:hover {
  font-weight: bold;
}

@media (min-width: 768px) {
  .navbar-multisite .container .site {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar-multisite .container .site .logo {
    display: none;
  }

  .navbar-multisite .container .site .site-url {
    font-size: 0.8em;
  }

  .navbar-multisite .container .item-generic.pharmacy {
    max-width: 100px;
  }

  .navbar-multisite .container .item-generic .item-label {
    font-size: 0.8em !important;
  }
}

@media (min-width: 992px) {
  .navbar-multisite .container .site {
    padding-left: 14px;
    padding-right: 14px;
  }

  .navbar-multisite .container .site .logo {
    width: 16px;
    height: 16px;
    display: inline;
  }

  .navbar-multisite .container .site .site-url {
    font-size: 0.8em;
  }

  .navbar-multisite .container .item-generic.pharmacy {
    max-width: 125px;
  }

  .navbar-multisite .container .item-generic .item-label {
    font-size: 0.9em !important;
  }
}

@media (min-width: 1200px) {
  .navbar-multisite .container .site .logo {
    width: 24px;
    height: 24px;
  }

  .navbar-multisite .container .site .site-url {
    font-size: 1.1em;
  }

  .navbar-multisite .container .item-generic.pharmacy {
    max-width: 150px;
  }

  .navbar-multisite .container .item-generic .item-label {
    font-size: 0.9em !important;
  }
}

@media (min-width: 1400px) {
  .navbar-multisite .container {
    width: 1370px;
  }

  .navbar-multisite .container .item-generic.pharmacy {
    max-width: 300px;
  }
}

@media (min-width: 1500px) {
  .navbar-multisite .container {
    width: 1470px;
  }

  .navbar-multisite .container .item-generic.pharmacy {
    max-width: 400px;
  }
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 2000 !important;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.btn {
  font-weight: bold;
}

#mainWrapper {
  max-width: 1024px;
  margin: auto;
  margin-bottom: 15px;
}

#mainWrapper .mainContent {
  padding: 15px 0px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

body {
  font-family: "Open Sans", sans-serif !important;
}

header .logo {
  margin-top: 0px;
  font-weight: 700;
}

header .logo i {
  color: #D9534F;
}

header .logo a {
  text-decoration: none;
}

header .logo img {
  height: 70px;
}

header .logo .title {
  color: #000000;
  font-size: 1.4em;
}

header .logo .title span {
  color: #D9534F;
}

header .logo .title :hover {
  text-decoration: none !important;
}

header .logo .subtitle {
  display: block;
  font-size: 0.5em;
  margin-top: 5px;
}

header .logo .subtitle .meditroc {
  color: #000000;
}

header .logo .subtitle .meditroc span {
  color: #01A9DC;
}

header .loginButtons {
  margin-top: 25px;
}

header .identification-link {
  text-decoration: underline;
  color: darkgray;
  text-align: right;
}

header .identification-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

header .member {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

header .member h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
}

header .member .menu {
  list-style-type: none;
}

header .member.member-anonymous .pharmacy-name {
  font-size: 1.3em;
  padding-left: 10px;
}

header .formLogin .colLeft {
  padding-right: 10px;
}

header .formLogin .colRight {
  padding-left: 0px;
}

header .formLogin .columnLinks {
  font-size: 0.8em;
}

header .formLogin .secondRowSmall {
  margin-top: 5px;
}

header .formLogin .secondRowSmall .columnSubmitSmall {
  margin-top: 5px;
}

header .formLogin .secondRowSmall .columnLinksSmall ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header .formLogin .secondRowSmall .columnLinksSmall ul li {
  margin-top: 5px;
}

body {
  background-color: #FFF8F8;
  padding-top: 60px;
  /* Compensate the global navbar height */
}

.navbar-medivip.navbar-default {
  background-color: #FFF8F8;
}

.navbar-medivip {
  margin: 0;
  border: none;
  border-radius: 0 !important;
  min-height: 40px;
}

.navbar-medivip .divider-vertical {
  height: 10px;
  width: 10px;
}

.navbar-medivip .navbar-nav {
  font-size: 1.5em;
}

.navbar-medivip .navbar-nav .topLevel {
  background-color: #D9534F;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.navbar-medivip .navbar-nav .dropdown-menu a {
  color: #000000 !important;
}

.navbar-medivip .navbar-nav a {
  color: #ffffff !important;
  padding: 10px;
}

.navbar-medivip .navbar-nav a:hover {
  background-color: #ffffff !important;
  color: #D9534F !important;
}

.navbar-medivip .navbar-nav .badge {
  background-color: #ffffff;
  color: #D9534F;
}

.navbar-medivip .navbar-nav .active {
  background-color: #ffffff !important;
}

.navbar-medivip .navbar-nav .active a {
  font-weight: 600;
  color: #D9534F !important;
  background-color: #ffffff !important;
}

.navbar-medivip .navbar-nav .active a .badge {
  background-color: #D9534F !important;
  color: #ffffff;
}

.navbar-medivip .navbar-nav .active a .badge :hover {
  background-color: #D9534F !important;
}

.navbar-medivip .navbar-nav .active a:hover {
  background-color: #FFF8F8;
}

.navbar-medivip .navbar-nav .active a:hover .badge {
  background-color: #D9534F !important;
}

.navbar-medivip .navbar-nav .item-newOrder {
  background-color: #2ec51e;
}

.navbar-medivip .navbar-nav .item-newOrder:hover,
.navbar-medivip .navbar-nav .item-newOrder a:hover {
  background-color: #00a900 !important;
  color: white !important;
}

.breadcrumb {
  color: darkgrey;
  background-color: white;
}

footer {
  background-color: #D9534F;
  color: #ffffff;
}

footer .row {
  max-width: 1024px;
  margin: auto;
}

footer .row a {
  color: white;
}

footer .row a :hover {
  color: white;
}

footer .row .menu li {
  list-style-type: none;
}

footer .row .app {
  font-weight: bold;
  font-size: 1.4em;
}

footer .row .app .part1 {
  color: #000000;
}

footer .row .app .part2 {
  color: #ffffff;
}

footer .row .app .legend {
  font-size: 0.8em;
  display: block;
}

footer .row .copyright {
  float: right;
}

footer .row .copyright .greencircle {
  font-weight: bold;
}

footer .row .copyright .greencircle span {
  color: #8EC641;
}

.inputError {
  border: 1px red solid;
}

.addressForm table {
  width: 100%;
}

.addressForm td {
  padding: 2px 0;
}

.blockquoteContainer {
  border: 2px solid #D9534F;
  border-radius: 5px;
  width: 90%;
  margin: 10px auto;
}

.blockquote {
  padding: 5px;
  width: 100%;
}

.blockquote td {
  padding: 15px;
}

.blockquote .photo {
  width: 125px;
}

.blockquote .photo img {
  display: block;
  margin: auto;
  width: 100px;
}

.blockquote .content-container {
  margin-top: 15px;
}

.blockquote .quote-container {
  padding: 3px;
}

.blockquote .quote-container i {
  color: #D9534F;
}

.blockquote .sign-container {
  clear: both;
  font-size: 0.9em;
  font-style: italic;
}

.forumIcon {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 15px;
}

.forumIcon a {
  background-color: #525a6c;
  color: white;
  text-decoration: none;
  font-family: "Asap", sans-serif;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.8em;
}

.forumIcon a:hover span {
  text-decoration: underline;
}

.forumIcon .new {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -15px;
  z-index: 120;
}

.imageDropzone {
  text-align: center;
  font-size: 5em;
}

.imageDropzoneOver {
  color: red;
}

.modal-header {
  background-color: #D9534F;
  color: #ffffff;
}

.modal-header .modal-title {
  font-size: 1.8em;
}

#guest-home {
  width: 85%;
  margin: auto;
}

#guest-home .block h2 {
  font-weight: bold;
}

#guest-home .block h2 span {
  color: #D9534F;
}

#guest-home .block p {
  line-height: 180%;
  font-size: 16px;
}

#guest-home .block .number {
  font-weight: bold;
  color: #D9534F;
}

#guest-home .block1 h2 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 29px;
}

#guest-home .block1 ul {
  list-style-type: none;
  font-size: 16px;
}

#guest-home .block1 .buttonColumn a {
  display: block;
  padding: 7px 16px;
  margin-bottom: 10px;
}

#guest-home .block2 .laboList {
  margin: auto;
  list-style-type: none;
  text-align: center;
  padding: 0;
}

#guest-home .block2 .laboList li {
  display: inline-block;
  width: 200px;
}

#guest-home .block2 #productSlider li {
  text-align: center;
}

#guest-home .block2 #productSlider li img {
  margin: auto;
}

#guest-home .block2 #productSlider li .maxReduction {
  color: #000000;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 10px;
}

#guest-home .block2 #productSlider li .maxReduction .reduction {
  color: #D9534F;
}

#guest-home .block2 .bx-wrapper {
  margin: auto;
}

#guest-home .block2 .bx-wrapper .bx-prev {
  left: -50px;
}

#guest-home .block2 .bx-wrapper .bx-next {
  right: -50px;
}

#guest-home .block4 h3 {
  color: #D9534F;
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#guest-home .block4 .icon {
  color: #D9534F;
  text-align: center;
  font-size: 5em;
}

#guest-home .block4 .col-md-4 {
  padding-right: 7px;
  padding-left: 7px;
}

#guest-home .block5 .fa {
  color: #D9534F;
}

#guest-home .block5 ul li {
  font-size: 16px;
}

#guest-home .separator {
  width: 80%;
  border-top: 1px darkgray solid;
  margin: 30px auto;
}

#contact form .form-group {
  border-bottom: 1px rgba(100, 100, 100, 0.1) solid;
  padding-bottom: 15px;
}

#contact form .control-label {
  text-align: left;
}

#contact form input[type=submit] {
  font-size: 1.6em;
  padding-left: 25px;
  padding-right: 25px;
}

#pendingorder-follow {
  margin-top: 10px;
  padding: 0;
}

#pendingorder-follow .pendingorder .pendingorder-follow .fa-check {
  font-size: 1.4em;
}

#pendingorder-follow .pendingorder .pendingorder-follow .labelSuccess {
  color: #1BBA1B;
}

#pendingorder-follow .pendingorder .pendingorder-follow label {
  margin: 0;
}

.notification {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.notification .title {
  padding: 5px;
  font-weight: 600;
}

.notification .content {
  padding: 5px;
}

.notification-info {
  border-color: #BCE8F1;
}

.notification-info .title {
  background-color: #0C95DA;
  color: #ffffff;
}

.notification-info .content {
  background-color: #D9EDF7;
  color: #31708F;
}

.notification-success {
  border-color: #D6E9C6;
}

.notification-success .title {
  background-color: #67CC3D;
  color: #ffffff;
}

.notification-success .content {
  background-color: #DFF0D8;
  color: #3C763D;
}

.notification-warning {
  border-color: #FAEBCC;
}

.notification-warning .title {
  background-color: #E3C00A;
  color: #ffffff;
}

.notification-warning .content {
  background-color: #FCF8E3;
  color: #8A6D3B;
}

.notification-error {
  border-color: #EBCCD1;
}

.notification-error .title {
  background-color: #CF2C2C;
  color: #ffffff;
}

.notification-error .content {
  background-color: #F2DEDE;
  color: #A94442;
}

#offer-list-page .offer-active {
  background-color: #FAFFFA;
}

#offer-list-page .offer {
  padding: 25px 5px;
  position: relative;
}

#offer-list-page .offer .overlay {
  background-color: rgba(150, 150, 150, 0.05);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 200;
}

#offer-list-page .offer .offerName {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}

#offer-list-page .offer .offerName .laboratoryName {
  color: #D9534F;
}

#offer-list-page .offer .offerProduct {
  margin: 5px;
}

#offer-list-page .offer .laboratoryLogo,
#offer-list-page .offer .laboratoryLogoOnly {
  height: 50px;
  margin-bottom: 10px;
}

#offer-list-page .offer .laboratoryLogo {
  float: left;
  margin-right: 5px;
}

#offer-list-page .offer .laboratoryLogo img {
  width: 38px;
}

#offer-list-page .offer .laboratoryLogoOnly img {
  max-height: 50px;
}

#offer-list-page .offer .colInfo {
  text-align: center;
  padding-top: 40px;
}

#offer-list-page .offer .colInfo .maxReduction {
  color: #000000;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}

#offer-list-page .offer .colInfo .maxReduction .reduction {
  color: #D9534F;
}

#offer-list-page .offer .colInfo .maxReduction,
#offer-list-page .offer .colInfo .finishedLabel,
#offer-list-page .offer .colInfo .finishDate,
#offer-list-page .offer .colInfo button,
#offer-list-page .offer .colInfo .deliveryNote {
  display: block;
}

#offer-list-page .offer .colInfo button {
  margin: auto;
  margin-bottom: 5px;
  font-size: 1.4em;
}

#offer-list-page .offer .colInfo .finishDate,
#offer-list-page .offer .colInfo .finishedLabel {
  margin-top: 10px;
  font-style: italic;
  font-size: 1.4em;
}

#offer-list-page .offer .colInfo .deliveryNote {
  color: #000000;
  margin-top: 10px;
}

#offer-list-page .offer .colDescription {
  width: 54% !important;
}

#offer-list-page .offer .colPhoto {
  width: 45% !important;
}

#offer-list-page .offer .slidelist {
  list-style-type: none;
}

#offer-list-page .offer .slidelist li {
  float: left;
  text-align: center;
}

@media (min-width: 480px) {
  #offer-list-page .offer .slidelist li {
    width: 200px;
    height: 200px;
  }

  #offer-list-page .offer .slidelist li img {
    max-width: 200px;
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  #offer-list-page .offer .slidelist li {
    width: 200px;
    height: 200px;
  }

  #offer-list-page .offer .slidelist li img {
    max-width: 200px;
    max-height: 200px;
  }
}

@media (min-width: 992px) {
  #offer-list-page .offer .slidelist li {
    width: 230px;
    height: 230px;
  }

  #offer-list-page .offer .slidelist li img {
    max-width: 230px;
    max-height: 230px;
  }
}

@media (min-width: 1200px) {
  #offer-list-page .offer .slidelist li {
    width: 230px;
    height: 230px;
  }

  #offer-list-page .offer .slidelist li img {
    max-width: 230px;
    max-height: 230px;
  }
}

#offer-list-page .offer .slidelist .moreProducts {
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 3em;
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}

#offer-list-page .separator {
  border: 1px lightgray solid;
  margin: auto;
  width: 90%;
}

#offer-view-page .offerRedirection .title {
  text-align: center;
  font-size: 2em;
}

#offer-view-page .offerRedirection .subtitle {
  text-align: center;
  font-size: 1.6em;
}

#offer-view-page .offerRedirection #offer-list-page {
  border: 1px black solid;
}

#offer-view-page .popover {
  max-width: none !important;
}

#offer-view-page .modal-offer-productimages .slickContent {
  width: 95%;
  margin: auto;
}

#offer-view-page .modal-offer-productimages .slick-prev:before,
#offer-view-page .modal-offer-productimages .slick-next:before {
  color: #D9534F;
}

#offer-view-page .laboratoryNameTable td p {
  vertical-align: middle;
}

#offer-view-page .laboratoryLogo,
#offer-view-page .laboratoryLogoOnly {
  height: 50px;
  margin-bottom: 10px;
}

#offer-view-page .laboratoryLogo {
  float: left;
  margin-right: 5px;
}

#offer-view-page .laboratoryLogo img {
  width: 48px;
}

#offer-view-page .laboratoryLogoOnly img {
  max-height: 70px;
}

#offer-view-page .offerName {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2.3em;
}

#offer-view-page .description {
  margin: 50px 0px 15px 0px;
  font-size: 1.3em;
}

#offer-view-page .description ul li {
  margin-top: 5px;
}

#offer-view-page .label-depleted {
  font-weight: bold;
  color: red;
}

#offer-view-page .label-preorder {
  font-weight: bold;
  color: blue;
}

#offer-view-page .label-ondemand {
  font-weight: bold;
  color: #ff7300;
}

#offer-view-page .quantitySpinner {
  width: 55px;
}

#offer-view-page .reductions {
  margin-bottom: 25px;
}

#offer-view-page .reductions .reductionByQuantity {
  list-style-type: none;
}

#offer-view-page .reductions .reductionByQuantity .entry {
  margin-right: 10px;
  float: left;
  border: 1px black solid;
  text-align: center;
  width: 180px;
  height: 110px;
  line-height: 110px;
  background-color: #f0f0f0;
}

#offer-view-page .reductions .reductionByQuantity .entry .content {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}

#offer-view-page .reductions .reductionByQuantity .entry .content .quantity,
#offer-view-page .reductions .reductionByQuantity .entry .content .reduction {
  display: block;
  color: #D9534F;
  font-weight: bold;
}

#offer-view-page .reductions .reductionByQuantity .entry .content .quantity {
  font-size: 1.4em;
}

#offer-view-page .reductions .reductionByQuantity .entry .content .reduction {
  font-size: 1.4em;
}

#offer-view-page .reductions .reductionByQuantity .entry .content .quantity {
  margin-bottom: 5px;
}

#offer-view-page .reductions .reductionByQuantity .selected {
  background-color: #4BB624;
}

#offer-view-page .reductions .reductionByQuantity .selected .content .quantity {
  color: #ffffff;
}

#offer-view-page .reductions .reductionByQuantity .selected .content .reduction {
  color: #ffffff;
}

#offer-view-page .productFilterBlock {
  font-size: 1.2em;
  width: 50%;
  margin: auto;
}

#offer-view-page .productFilterBlock .form-control {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#offer-view-page .productFilterBlock .input-group-addon {
  background-color: transparent;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#offer-view-page .offerForm {
  position: relative;
}

#offer-view-page .offerForm .table-offer {
  font-size: 1.15em;
}

#offer-view-page .offerForm .table-offer thead th {
  vertical-align: middle;
}

#offer-view-page .offerForm .table-offer .filteredCategoryRow {
  display: none;
}

#offer-view-page .offerForm .table-offer .filteredProductRow {
  display: none;
}

#offer-view-page .offerForm .table-offer .image-thumb-container {
  width: 100px;
  padding: 0;
  text-align: center;
}

#offer-view-page .offerForm .table-offer .image-thumb-container .image-thumb {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}

#offer-view-page .offerForm .table-offer .image-thumb-container .image-thumb:hover {
  cursor: pointer;
}

#offer-view-page .offerForm .table-offer .image-thumb-container .cnk {
  font-size: 0.75em;
  font-weight: bold;
  margin: 3px 0;
}

#offer-view-page .offerForm .table-offer .productSearchNoResultBlock {
  text-align: center;
  font-style: italic;
}

#offer-view-page .offerForm .table-offer .productSearchNoResultBlock td {
  padding: 25px;
}

#offer-view-page .offerForm .supplierSelection {
  font-size: 1.15em;
}

#offer-view-page .offerForm .supplierSelection select {
  font-size: 1.2em;
}

#offer-view-page .offerForm .overallMessagesWrapper {
  text-align: center;
  color: #D9534F;
  font-size: 1.2em;
  margin-bottom: 20px;
}

#offer-view-page .offerForm .ui-spinner-button {
  font-size: 0.65em;
  background-color: #efefef;
  text-align: center;
}

#offer-view-page .offerForm .ui-spinner-button:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: lightgrey;
}

#offer-view-page .offerForm .categoryFilterBlock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

#offer-view-page .offerForm .categoryFilterBlock .categorySelectionBlock {
  margin: 10px;
}

#offer-view-page .offerForm .categoryFilterBlock .categorySelectionBlock.selected button {
  background-color: #00e100;
  color: white;
}

#offer-view-page .offerForm .reductionsContainer {
  text-align: center;
}

#offer-view-page .offerForm .reductionInPercentageContainer {
  background-color: #8EC641;
  color: white;
  padding: 3px;
  border-radius: 5px;
  font-size: 0.8em;
}

#offer-view-page .offerForm .pricePerUnitCell .priceDisplayContainer {
  text-decoration: line-through;
  font-size: 0.8em;
}

#offer-view-page .offerForm .pricePerUnitCell .reducedPriceDisplayContainer {
  font-weight: bold;
}

#offer-view-page .offerForm .pricePerUnitCell .reductionInPercentageBadge {
  color: white;
  background-color: #8EC641;
  padding: 2px;
  border-radius: 15px;
}

#offer-view-page .offerForm .totalPriceCell {
  font-weight: bold;
}

#offer-view-page .offerForm .totalPriceCell .withReduction .totalReducedPriceDisplayContainer {
  font-size: 1.1em;
  color: #8EC641;
}

#offer-view-page .offerForm .totalPriceCell .withReduction .totalPriceDisplayContainer {
  text-decoration: line-through;
  font-size: 0.8em;
}

#offer-view-page .offerForm .totalPriceCell .withReduction .totalReductionDisplayWrapper {
  font-size: 0.6em;
}

#offer-view-page .offerForm .applicableReductionProduct-reductionPerQuantity {
  border-collapse: collapse;
  width: 100%;
}

#offer-view-page .offerForm .applicableReductionProduct-reductionPerQuantity td {
  font-size: 0.85em;
  text-align: left;
  padding-left: 4px;
}

#offer-view-page .offerForm .applicableReductionProduct-reductionPerQuantity td.spacer {
  min-width: 10px;
}

#offer-view-page .offerForm .applicableReductionProduct-reductionPerQuantity .reached {
  font-weight: bold;
}

#offer-view-page .offerForm .applicableReductionProduct-reductionPerQuantity .last-reached {
  border: 2px #8EC641 solid;
  color: #8EC641;
  font-weight: bold;
}

#offer-view-page .offerForm .applicableReductionProduct-reductionPerQuantity .not-reached {
  filter: grayscale(1);
}

#offer-view-page .offerForm .applicableReductionsOfferWrapper.invisible-on-page {
  padding: 10px;
  border: 2px black solid;
  position: fixed;
  right: 25px;
  top: 175px;
  background-color: #f4f4f4;
  z-index: 99999;
}

#offer-view-page .offerForm .applicableReductionsOfferWrapper.visible-on-page {
  position: relative;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableQuantityTotal {
  width: 100%;
  margin-bottom: 15px;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableQuantityTotal td {
  font-weight: bold;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableQuantityTotal .countCell {
  text-align: right;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow {
  width: 100%;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .reductionLabels td,
#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .quantityLabels td {
  text-align: center;
  vertical-align: center;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .reductionLabels td.reached,
#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .quantityLabels td.reached {
  color: green;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .reductionLabels td.spacer,
#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .quantityLabels td.spacer {
  min-width: 50px;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems td:first-child .spacer-left .content {
  background-color: transparent !important;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems td:last-child .spacer-right .content {
  background-color: transparent !important;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step {
  display: flex;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step .spacer {
  min-width: 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step .spacer .content {
  background-color: #bbb;
  width: 100%;
  min-height: 10px;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step .circle {
  flex-basis: 25px;
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step .circle .fa {
  display: none;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step.step-reached .circle {
  background-color: green;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step.step-reached .circle .fa {
  display: inline;
  color: white;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step.step-reached.step-first-reached .spacer-right .content {
  background-color: green;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step.step-reached.step-between-reached .spacer .content {
  background-color: green;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .step.step-last-reached .spacer-left .content {
  background-color: green;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .filler .content {
  background-color: #bbb;
  width: 100%;
  min-height: 10px;
}

#offer-view-page .offerForm .applicableReductionOffer-reductionPerQuantity .tableReductionFlow .flowItems .filler.filler-reached .content {
  background-color: green;
}

#offer-view-page .offerForm .offerProductStatusContainer .label-depleted-description {
  color: #ff1717;
  font-size: 0.7em;
  line-height: 1;
}

#offer-view-page .btnSendRow {
  text-align: center;
}

#offer-view-page .btnSendRow button {
  font-size: 1.7em;
}

#offer-view-page .btnSendRow .note {
  margin-top: 15px;
  font-style: italic;
}

#offer-view-page .offerProductSubscriptionContainer {
  margin-top: 15px;
}

#offer-view-page .offerProductSubscriptionContainer .actionDoneMessage {
  font-size: 0.8em;
}

#offer-view-page .offerProductSubscriptionContainer .text-success {
  font-weight: bold;
}

#offer-view-page .offerTopBanner {
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.order-view-cld-bugwatch .display_container label {
  border: 2px transparent solid;
}

.order-view-cld-bugwatch .display_container img {
  max-height: 250px;
}

.order-view-cld-bugwatch .display_container.selected .highlighWhenSelected {
  border: 2px #D9534F solid;
}

#orderConfirmModal {
  z-index: 2000;
}

#orderConfirmModal .summaryText {
  font-size: 1.2em;
}

#orderConfirmModal .btnConfirmRow {
  text-align: center;
}

#orderConfirmModal .btnConfirmRow input {
  font-size: 1.7em;
}

#orderConfirmModal .table-offer {
  font-size: 1.1em;
}

#orderConfirmModal .btnCancelRow {
  margin-top: 15px;
  text-align: center;
}

#orderConfirmModal .btnCancelRow button {
  font-size: 0.8em;
}

.table-offer th {
  text-align: center;
}

.table-offer .colPriceWithReductionHeader {
  line-height: 1;
}

.table-offer .colPriceWithReductionHeader small {
  font-size: 65%;
}

.table-offer .colTotal {
  width: 13%;
}

.table-offer .cellCnk {
  text-align: center;
}

.table-offer .reducedPrice {
  color: #D9534F;
}

.table-offer .reductionRow {
  color: #D9534F;
}

.table-offer .unitaryPriceFull {
  font-weight: bold;
}

.table-offer .reductionDisplayContainer {
  font-size: 0.8em;
}

.table-offer .productRemark {
  font-size: 0.7em;
}

.table-offer .row-offerproduct-remark td {
  padding: 0;
  border: none;
  line-height: 0.7;
}

.table-offer .row-offerproduct-remark td .productRemark {
  margin-bottom: 5px;
}

.table-offer .popover-content i {
  font-weight: bold;
}

.table-offer .popover-content span {
  font-weight: bold;
  color: #D9534F;
}

.table-offer .productMessageRow td {
  border-top: none;
  padding: 0;
  padding-bottom: 5px;
}

.table-offer .productMessageRow .productMessage {
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 5px;
}

.orderFlowContainer {
  width: 100%;
}

.summaryOrderedProductRecapTitle th,
.summaryOrderedProductRecapFlow th {
  border: none !important;
}

.summaryOrderedProductRecapTitle th {
  padding-top: 15px;
  font-size: 35px;
  background-color: #D9534F;
  color: white;
  font-weight: bold;
  text-align: center;
}

.summaryOrderedProductRecapFlow th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  background-color: #D9534F;
  color: white;
  font-weight: bold;
}

.summaryOrderedProductRecapFlow th table {
  margin: auto;
}

.summaryOrderedProductRecapFlow .flowRow {
  font-size: 20px;
}

.summaryOrderedProductRecapFlow .flowRow .circle {
  width: 1px;
}

.summaryOrderedProductRecapFlow .flowRow .circle div {
  flex-basis: 25px;
  height: 35px;
  width: 35px;
  background-color: white;
  border: 3px gray solid;
  color: gray;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.summaryOrderedProductRecapFlow .flowRow .circle.current div {
  background-color: #0081b9;
  border-color: white;
  color: white;
}

.summaryOrderedProductRecapFlow .flowRow .line {
  flex-direction: column;
  align-content: center;
}

.summaryOrderedProductRecapFlow .flowRow .line .spacer {
  grow: 1;
  line-height: 0.5;
}

.summaryOrderedProductRecapFlow .flowRow .line .stroke {
  height: 10px;
  background-color: white;
}

.summaryOrderedProductRecapFlow .labelRow .spacer {
  min-width: 60px;
}

.offer-product-image-pop-container {
  display: flex;
}

.offer-product-image-pop-container .offer-product-image-pop-image {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-product-image-pop-container .offer-product-image-pop-image img {
  max-width: 500px;
  max-height: 500px;
}

#orderconfirm-page h1 {
  text-align: center !important;
  text-transform: uppercase;
}

#orderconfirm-page h2 {
  text-align: center !important;
  font-size: 26px;
}

#orderconfirm-page .control-label-apb {
  font-size: 1.2em;
  color: #00bb0c;
}

#orderconfirm-page .addressContainer .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

#orderconfirm-page .videoWrapper video {
  margin: auto;
  width: 80%;
}

#order-list-page .tableOrder td {
  vertical-align: middle;
}

#order-list-page .tableOrder .text-warning {
  color: #DB9E34;
  font-weight: bold;
}

#order-list-page .tableOrder .text-success {
  color: #02A805;
  font-weight: bold;
}

#order-list-page .tableOrder .text-default {
  color: black;
  font-weight: bold;
}

#order-list-page .tableOrder .text-primary {
  font-weight: bold;
}

#order-list-page .tableOrder .fa-info-circle {
  color: #b9b9b9;
}

#account-page .form-group label {
  text-align: left;
}

#account-page .supplier {
  margin: 15px 0;
}

#account-page .supplier .column-logo {
  text-align: center;
}

#account-page .supplier .column-data {
  padding-top: 10px;
}

#account-page .separator-supplier {
  border-top: 1px #ccc solid;
  width: 80%;
  margin: auto;
}

#register-page .notification {
  margin: 10px 0;
}

#register-page .notification .content {
  padding: 10px;
}

#register-page .notification .content .fa {
  font-size: 2em;
}

#register-page .form-group label {
  text-align: left;
}

#register-page .supplier {
  margin-bottom: 15px;
}

#register-page .supplier .column-logo {
  text-align: center;
}

#register-page .feedbackSuppliersSuccess .help-block {
  display: inline;
}

.errorMessage {
  color: #D9534F;
  font-weight: bold;
}

.rowCentralButton {
  text-align: center;
}

.rowCentralButton .btn {
  font-size: 1.7em;
}

#countdown {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

#countdown .counter {
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -125px;
  z-index: 300;
  width: 500px;
  height: 250px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#countdown .counter .wrapper {
  text-align: center;
  margin: auto;
  padding-left: 23px;
}

#countdown .counter .position {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: white;
  background-color: #D9534F;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  width: 44px;
  float: left;
  display: block;
  border-radius: 8px;
  margin: 2px;
}

#countdown .counter .interPosition {
  float: left;
  width: 10px;
  font-size: 3em;
}

#countdown .counter .text {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

#countdown .counter .preregistrationForm .row {
  margin-top: 10px;
}

#countdown .counter .preregistrationForm .textSuccess {
  text-align: center;
  font-weight: bold;
  color: green;
  margin-top: 20px;
}

#countdown .counter .preregistrationForm .textError {
  font-weight: bold;
  color: red;
}

.alert {
  box-sizing: content-box !important;
}

#offerProductConsentModal .userconsent-medivip-gc-foodsupplement-v1 h2 {
  margin-top: 10px;
}

#offerProductConsentModal .userconsent-medivip-gc-foodsupplement-v1 ul {
  font-size: 1.2em;
}

#offerProductConsentModal .userconsent-medivip-gc-foodsupplement-v1 ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}

#offerProductConsentModal .userconsent-medivip-gc-foodsupplement-v1 .example {
  color: #646464;
}

#offerProductConsentModal .userconsent-medivip-gc-foodsupplement-v1 .acceptLabel {
  font-weight: bold;
}

#offerProductConsentModal .modal-footer {
  text-align: left;
}

#offerProductConsentModal .modal-footer .consentConfirmation button {
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, #337ab7 50%, #5cb85c 50%) right;
  background-size: 200%;
  transition: 0.5s linear;
  border-color: #4cae4c;
}

#offerProductConsentModal #confettiCanvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

#offerProductConsentModal.successful-consent .modal-footer .consentConfirmation button {
  background-position: left;
}

