﻿/* pageID: 6730 */
/* language: Great Britain English */
/*!\n * Hills Sampling widget - v1.0.0-ignored - 2014-06-27\n * Copyright (c) 2014 Actum\n */.sampling-popup {
  font-family: arial, sans-serif;
}
.sampling-popup h1,
.sampling-popup h2,
.sampling-popup h3,
.sampling-popup h4,
.sampling-popup h5,
.sampling-popup h6,
.sampling-popup p,
.sampling-popup ul,
.sampling-popup li {
  border: 0;
  color: #424242;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.sampling-popup h1,
.sampling-popup h2,
.sampling-popup h3,
.sampling-popup h4,
.sampling-popup h5,
.sampling-popup h6 {
  clear: none;
}
.sampling-popup .clearfix:before,
.sampling-popup .clearfix:after {
  content: " ";
  display: table;
}
.sampling-popup .clearfix:after {
  clear: both;
}
.sampling-popup .clearfix {
  *zoom: 1;
}
.sampling-popup .hide {
  display: none;
}
.sampling-popup .buttons-wrap {
  *zoom: 1;
  padding: 20px 0 0;
  position: relative;
}
.sampling-popup .buttons-wrap:before,
.sampling-popup .buttons-wrap:after {
  content: " ";
  display: table;
}
.sampling-popup .buttons-wrap:after {
  clear: both;
}
.sampling-popup .fleft {
  float: left;
}
.sampling-popup .flright {
  float: right;
}
.sampling-popup .sampling-btn {
  background: #bb0711;
  background: -moz-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e0307), color-stop(100%, #bb0711));
  background: -webkit-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: -o-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: -ms-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: linear-gradient(to bottom, #bb0711 0%, #7e0307 100%);
  border: 0;
  border-radius: 20px;
  color: #fff !important;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  position: relative;
  zoom: 1;
}
.sampling-popup .sampling-btn:hover {
  background: #7e0307;
  background: -moz-linear-gradient(top, #7e0307 0%, #bb0711 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb0711), color-stop(100%, #7e0307));
  background: -webkit-linear-gradient(top, #7e0307 0%, #bb0711 100%);
  background: -o-linear-gradient(top, #7e0307 0%, #bb0711 100%);
  background: -ms-linear-gradient(top, #7e0307 0%, #bb0711 100%);
  background: linear-gradient(to bottom, #7e0307 0%, #bb0711 100%);
  color: #fff;
  text-decoration: none !important;
}
.sampling-popup .sampling-btn:after {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  height: 0;
  margin: 0 0 0 20px;
  width: 0;
}
.sampling-popup .sampling-btn.btn-back {
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  color: #989898 !important;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}
.sampling-popup .sampling-btn.btn-back:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%);
}
.sampling-popup .sampling-btn.btn-back:after {
  display: none;
}
.sampling-popup .sampling-btn.btn-back:before {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #989898;
  height: 0;
  margin: 0 20px 0 0;
  width: 0;
}
.sampling-popup .sampling-link {
  color: #cb0919;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
  text-transform: uppercase;
}
.sampling-popup .sampling-link .icon {
  background: url("/images/weurg/emea_sampling_sprite.png") 0 0 no-repeat;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.sampling-popup .sampling-link .link-text {
  position: relative;
  top: -5px;
}
.sampling-popup-outer {
  border-radius: 5px;
}
.sampling-popup-outer .fancy-bg {
  display: none;
}
.sampling-popup-outer #fancybox-inner {
  overflow: visible !important;
}
.sampling-loading {
  visibility: hidden;
}
body > #sampling-ajax-content,
body > #sampling-popup-placeholder {
  display: none;
}
.sampling-body {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
.sampling-body .hide {
  display: none;
}
.sampling-cta-btn {
  background: #cb0919;
  background: -moz-linear-gradient(left, #cb0919 0%, #7e0307 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7e0307), color-stop(100%, #cb0919));
  background: -webkit-linear-gradient(left, #cb0919 0%, #7e0307 100%);
  background: -o-linear-gradient(left, #cb0919 0%, #7e0307 100%);
  background: -ms-linear-gradient(left, #cb0919 0%, #7e0307 100%);
  background: linear-gradient(to right, #cb0919 0%, #7e0307 100%);
  border-radius: 0 0 5px 5px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 50px;
  position: fixed;
  right: 0;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
  outline: 0;
  white-space: nowrap;
  z-index: 999;
}
.sampling-cta-btn:hover,
.sampling-cta-btn.hover {
  background: #fff;
  box-shadow: 2px 0px 15px rgba(0,0,0,0.17);
  color: #cb0919;
}
.sampling-cta-btn.hide {
  display: none;
}
.ie8 .sampling-cta-btn {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.ie8 #sampling-cta-wrap {
  position: fixed;
  right: 0;
  z-index: 998;
}
.sampling-popup-close-btn,
.sampling-popup-outer #fancybox-close {
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  border-radius: 50px;
  box-shadow: inset 0 0 3px 1px rgba(0,1,1,0.1);
  color: #7b7b7b;
  display: inline-block;
  font-size: 18px;
  height: 22px;
  padding: 0 0 2px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-decoration: none;
  top: 15px;
  width: 24px;
}
.sampling-popup-close-btn:before,
.sampling-popup-outer #fancybox-close:before {
  color: #7b7b7b;
  content: 'x';
  font-family: arial;
  font-size: 18px;
}
.sampling-popup-close-btn:hover,
.sampling-popup-outer #fancybox-close:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #fff 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%);
}
.sampling-popup {
  padding: 30px 30px 0;
  width: 410px;
}
.sampling-popup a {
  color: #cb0919;
  font-weight: bold;
  text-decoration: none;
}
.sampling-popup a:hover {
  text-decoration: underline;
}
.sampling-popup p {
  color: #424242;
  font-size: 13px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.sampling-popup .sampling-headline {
  font-family: arial, sans-serif;
  color: #cb0919;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
}
.sampling-popup .sampling-subheadline {
  font-family: arial, sans-serif;
  color: #424242;
  font-size: 14px;
  font-weight: normal;
}
.sampling-popup .sampling-subheadline-color {
  color: #cb0919;
  font-size: 16px;
  line-height: 1.4;
}
.sampling-popup .sampling-steps {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 5px 0 15px;
}
.sampling-popup .sampling-steps:before,
.sampling-popup .sampling-steps:after {
  content: " ";
  display: table;
}
.sampling-popup .sampling-steps:after {
  clear: both;
}
.sampling-popup .sampling-steps .step {
  color: #a5a4a4;
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 8px 0 0;
}
.sampling-popup .sampling-steps .step a {
  color: #a5a4a4;
  font-weight: bold;
}
.sampling-popup .sampling-steps .step .number {
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  border-radius: 50px;
  box-shadow: inset 0 0 3px 2px rgba(0,1,1,0.1);
  color: #a5a4a4;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  height: 20px;
  padding: 2px 0 0;
  position: relative;
  top: -2px;
  text-align: center;
  text-decoration: none;
  width: 22px;
}
.sampling-popup .sampling-steps .step.active .number {
  background: #7e0307;
  background: -moz-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e0307), color-stop(100%, #bb0711));
  background: -webkit-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: -o-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: -ms-linear-gradient(top, #bb0711 0%, #7e0307 100%);
  background: linear-gradient(to bottom, #bb0711 0%, #7e0307 100%);
  color: #fff;
}
.sampling-popup .sample {
  *zoom: 1;
  min-height: 200px;
  position: relative;
  padding-bottom: 20px;
}
.sampling-popup .sample:before,
.sampling-popup .sample:after {
  content: " ";
  display: table;
}
.sampling-popup .sample:after {
  clear: both;
}
.sampling-popup .sample-img {
  float: right;
}
.sampling-popup .sample-img img {
  max-width: 150px;
}
.sampling-popup .sample-name {
  font-family: arial, sans-serif;
  color: #cb0919;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 0;
  width: 255px;
}
.sampling-popup .sample-description {
  padding-bottom: 30px;
  width: 255px;
}
.sampling-popup .sample-description p {
  color: #424242;
  font-size: 13px;
  line-height: 1.3;
}
.sampling-popup .sample-btn-wrap {
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.sampling-body .sampling-popup .sample:first-child {
  padding-bottom: 0;
}
.sampling-body .sampling-popup .sample:first-child .sample-btn-wrap {
  bottom: 0;
}
.sampling-body .sampling-popup .sample:last-child {
  padding-bottom: 0;
}
.sampling-body .sampling-popup .sample:last-child .sample-btn-wrap {
  bottom: 0;
}
.sampling-popup fieldset {
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding: 20px 0 !important;
}
.sampling-popup fieldset+.buttons-wrap {
  padding-top: 0;
}
.sampling-popup .form-group {
  display: table;
  *zoom: 1;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.sampling-popup .form-group:before,
.sampling-popup .form-group:after {
  content: " ";
  display: table;
}
.sampling-popup .form-group:after {
  clear: both;
}
.sampling-popup .sampling-label {
  font-family: arial, sans-serif;
  color: #424242 !important;
  display: table-cell;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 24px !important;
  text-align: left !important;
  vertical-align: middle !important;
  width: 103px !important;
}
.sampling-popup .sampling-label.fullwidth {
  position: relative;
}
.sampling-popup .form-group-checkbox .sampling-checkbox {
  left: 0;
  position: absolute;
  top: 2px;
}
.sampling-popup .form-group-checkbox .sampling-label.fullwidth {
  padding: 0 0 0 25px !important;
  width: 380px !important;
}
.sampling-popup .form-group-checkbox .checkbox-note {
  font-size: 11px;
}
.sampling-popup .col-70,
.sampling-popup .col-30,
.sampling-popup .col-50 {
  display: table-cell;
  vertical-align: top;
}
.sampling-popup .col-70 .input-wrap,
.sampling-popup .col-30 .input-wrap,
.sampling-popup .col-50 .input-wrap,
.sampling-popup .col-70 .sampling-label,
.sampling-popup .col-30 .sampling-label,
.sampling-popup .col-50 .sampling-label {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}
.sampling-popup .col-30 {
  width: 30%;
}
.sampling-popup .col-50 {
  width: 50%;
}
.sampling-popup .col-50:first-child .sampling-label {
  padding-left: 0 !important;
  width: 103px !important;
}
.sampling-popup .col-50 .sampling-label {
  padding-left: 20px !important;
  width: 83px !important;
}
.sampling-popup .col-50 .input-wrap {
  width: 105px !important;
}
.sampling-popup .col-70 {
  width: 70%;
}
.sampling-popup .col-70 .input-wrap {
  width: 170px !important;
}
.sampling-popup .col-special .sampling-label {
  width: 145px !important;
}
.sampling-popup .col-special .input-wrap {
  width: 267px !important;
}
.sampling-popup .input-container {
  position: relative;
}
.sampling-popup .input-container.has-labels label {
  color: #424242;
  font-size: 12px;
}
.sampling-popup .required-asterisk {
  color: #cb0919;
}
.sampling-popup .input-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 309px !important;
}
.sampling-popup .input-wrap .sampling-input {
  font-family: arial, sans-serif;
  background: #fff !important;
  border: 1px solid #d7d7d7 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #424242 !important;
  font-size: 12px !important;
  height: 28px !important;
  line-height: 1.428571429 !important;
  padding: 6px 12px !important;
  vertical-align: middle !important;
  width: 100% !important;
}
.sampling-popup .input-wrap .sampling-input-text,
.sampling-popup .input-wrap input[disabled="disabled"] {
  font-family: arial, sans-serif;
  background: #fff !important;
  border: 0 !important;
  padding: 6px 0 !important;
  width: 100% !important;
}
.sampling-popup .input-wrap .sampling-select {
  font-family: arial, sans-serif;
  background: #fff !important;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #424242 !important;
  display: block !important;
  font-size: 12px !important;
  height: 28px !important;
  line-height: 1.42857 !important;
  padding: 4px 12px !important;
  vertical-align: middle !important;
  width: 100% !important;
}
.sampling-popup .row {
  *zoom: 1;
  display: table-row;
  position: relative;
  width: 414px;
}
.sampling-popup .row:before,
.sampling-popup .row:after {
  content: " ";
  display: table;
}
.sampling-popup .row:after {
  clear: both;
}
.sampling-popup .mandatory-fields {
  color: #424242;
  font-size: 12px;
  left: 117px;
  line-height: 1.2;
  text-align: center;
  top: 25px;
  position: absolute;
  width: 180px;
}
.sampling-popup .mandatory-fields.full {
  display: inline;
  float: left;
  left: 0;
  position: relative;
  top: 5px;
  width: auto;
}
.sampling-popup .col-2 {
  float: left;
  width: 50%;
}
.sampling-popup .col-2 .sampling-right {
  text-align: right;
  padding-right: 5px;
}
.sampling-popup .sampling-radio-label {
  color: #424242;
  font-size: 12px;
  padding: 0 20px 0 0;
  width: auto;
}
.sampling-popup .sampling-radio-label input[type="radio"] {
  position: relative;
  top: 4px;
}
.sampling-popup.thank-you .sample {
  padding-top: 15px;
}
.sampling-popup.thank-you .sample-description {
  padding-top: 10px;
  width: 225px;
}
.sampling-popup.thank-you .sample-description p {
  font-size: 14px;
}
.sampling-popup.coupon {
  background: url("/images/weurg/sampling_bg.jpg") bottom right no-repeat;
  border-radius: 0 0 5px 0;
  min-height: 370px;
  padding-bottom: 55px;
  position: relative;
}
.sampling-popup.coupon .sampling-subheadline {
  width: 320px;
}
.sampling-popup.coupon .inner {
  width: 200px;
}
.sampling-popup.coupon .inner .sampling-subheadline {
  width: 100%;
}
.sampling-popup.coupon .inner p {
  font-size: 14px;
  line-height: 1.4;
}
.sampling-popup.coupon .sampling-subheadline-color {
  padding: 20px 0;
}
.sampling-popup.coupon .buttons-wrap {
  bottom: 30px;
  padding: 0;
  position: absolute;
  width: 80%;
}
.sampling-popup .validation-error,
.sampling-popup .sampling-form-error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #cb0919;
  color: #fff;
  display: none;
  font-size: 11px;
  padding: 2px 10px;
  left: 0;
  position: absolute;
  top: -20px;
  white-space: nowrap;
  z-index: 30;
}
.sampling-popup .validation-error:before,
.sampling-popup .sampling-form-error:before {
  border: 7px solid transparent;
  content: ' ';
  display: block;
  border-top-color: #cb0919;
  height: 0;
  width: 0;
  left: 10px;
  position: absolute;
  top: 17px;
}
.sampling-popup .sampling-form-error {
  display: block;
  position: relative;
  top: 10px;
  white-space: normal;
}
.sampling-popup .sampling-form-error:before {
  bottom: -12px;
  left: 50%;
  top: auto;
}
.sampling-popup .form-group.has-error .validation-error {
  display: inline-block;
}
.sampling-popup .form-group.has-error .sampling-label {
  color: #cb0919 !important;
}
.sampling-popup .form-group.has-error .sampling-input,
.sampling-popup .form-group.has-error .sampling-select {
  border: 1px solid #cb0919 !important;
}
.sampling-popup .form-group.has-error.error-right .validation-error {
  bottom: 30px !important;
  top: auto;
  width: 100%;
  white-space: normal;
}
.sampling-popup .form-group.has-error.error-right .validation-error:before {
  display: none;
}
.sampling-popup .form-group.has-error.error-right .validation-error:after {
  border: 7px solid transparent;
  content: ' ';
  display: block;
  border-top-color: #cb0919;
  height: 0;
  width: 0;
  bottom: -13px;
  left: 10px;
  position: absolute;
}
.sampling-body .ui-datepicker {
  font-size: 0.8em !important;
  left: 25% !important;
  top: 25% !important;
  z-index: 999 !important;
}
.sampling-body .ui-datepicker td {
  padding: 1px !important;
}
.sampling-body .ui-datepicker table {
  margin: 0 0 0.4em !important;
}
.form-auto-submit {
  display: block !important;
  height: 200px;
}
.form-auto-submit button {
  display: none;
}
#fancybox-wrap.fancybox-wrap-tutorial {
  position: fixed;
}
.sampling-popup.tutorial {
  width: 490px;
}
.sampling-popup.tutorial .sampling-subheadline-color {
  font-size: 20px;
  line-height: 1.3;
  padding: 20px 0;
}
.sampling-popup.tutorial .buttons-wrap {
  padding-top: 50px;
}
.sampling-popup-outer-tutorial {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sampling-popup-outer-tutorial .arrow {
  border-top: 165px solid transparent;
  border-bottom: 165px solid transparent;
  border-left: 50px solid #fff;
  content: ' ';
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
}
#fancybox-overlay.show {
  display: block !important;
}
.sampling-popup-inner.has-logo .brand-logo {
  margin-bottom: 50px;
}
.sampling-popup-inner.has-logo .sampling-headline,
.sampling-popup-inner.has-logo .sampling-subheadline {
  width: 225px;
}
.sampling-popup-inner.has-logo .sample {
  min-height: 0;
}
.sampling-popup-inner.has-logo .sample-img {
  margin-top: -50px;
}
.sampling-terms-conditions {
  padding: 20px;
}
.sampling-terms-conditions ol h2 {
  border: 0;
}
.sampling-terms-conditions ol {
  color: #de252a !important;
  font-size: 18px;
  list-style-type: decimal;
  border: 0;
}
.sampling-terms-conditions ol ol li {
  color: #666 !important;
  font-size: 14px;
}
.sampling-terms-conditions .sampling-terms__list {
    color: inherit !important;
    font-size:  inherit !important;
}
.sampling-terms-conditions .sampling-terms__list li {
    margin-bottom: 5px;
}
.sampling-popup label[for="firstName"] {
  width: 100px !important;
}
.sampling-popup-error {
  min-height: 260px;
}
.sampling-body .custom-combobox {
  font-family: arial, sans-serif;
  background: #fff !important;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #424242 !important;
  display: block !important;
  font-size: 12px !important;
  height: 28px !important;
  line-height: 1.42857 !important;
  padding: 4px 0 !important;
  position: relative;
  vertical-align: middle !important;
  width: 100% !important;
}
.sampling-body .custom-combobox .ui-helper-hidden-accessible {
  display: none !important;
}
.sampling-body .custom-combobox .ui-autocomplete-input {
  outline: 0;
  border: 0;
  color: #424242 !important;
  padding-left: 14px;
  width: 65px;
}
.sampling-body .custom-combobox .ui-autocomplete-input::-webkit-input-placeholder {
  font-size: 10px;
}
.sampling-body .custom-combobox .ui-autocomplete-input::-moz-placeholder {
  font-size: 10px;
}
.sampling-body .custom-combobox .ui-autocomplete-input::-ms-input-placeholder {
  font-size: 10px;
}
.sampling-body .custom-combobox .ui-button {
  background: none;
  border: 0;
  position: absolute;
  right: -6px;
  top: 6px;
}
.sampling-body .custom-combobox .ui-icon-triangle-1-s {
  background: none;
}
.sampling-body .custom-combobox .ui-icon-triangle-1-s:before {
  border: 3px solid transparent;
  border-top-color: #000;
  border-top-width: 7px;
  content: ' ';
  display: block;
  height: 0;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 0;
}
.sampling-body .autocomplete-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #666;
  color: #fff;
  display: none;
  font-size: 11px;
  padding: 2px 10px;
  left: 0;
  position: absolute;
  top: 32px;
  white-space: nowrap;
  z-index: 40;
}
.sampling-body .autocomplete-placeholder.active {
  display: inline-block;
}
.sampling-body .autocomplete-placeholder.active:before {
  border: 7px solid transparent;
  content: ' ';
  display: block;
  border-bottom-color: #666;
  height: 0;
  width: 0;
  left: 10px;
  position: absolute;
  top: -13px;
}
.sampling-body .ui-autocomplete {
  border-radius: 0;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 96px;
}
.sampling-body .ui-autocomplete.ui-widget-content {
  border-color: #d7d7d7;
}
.sampling-body .ui-autocomplete.ui-menu .ui-menu-item a {
  color: #424242 !important;
  font-size: 12px !important;
  padding: 2px 5px;
}
.sampling-body .sampling-breed-selectbox .sampling-select {
  display: none !important;
}
.sampling-popup .sampling-footnotes {
  margin-left: 20px;
}
.sampling-popup .sampling-footnotes li {
  font-size: 11px;
  line-height: 1.3;
  padding-top: 5px;
}

/* locale specific */
.fr-fr .sampling-popup .col-special .sampling-label {
  width: 165px !important;
} 

.fr-fr .sampling-popup .col-special .input-wrap {
  width: 227px !important;
}