/* CSS for admin menu */
#admin-menu, #admin-menu .dropdown {
  z-index: 1002;
}
/* CSS Regarding contact-us page */
.field-widget-options-select {
  width: 100%;
}
.form-required {
  color: #333;
}
.form-control.error {
  border-color: #d52316;
}

/* CSS to unset form-item class */
.search-bar__start > .form-item {
  margin-top: 0em;
  margin-bottom: 0em;
}

/* CSS to make button yellow colored of navigation search form */
.navigation-bar-section .search-bar__start > .button--ecom {
  background: #ffffff;
  background-color: #ffd500;
  box-shadow: inset 0 0 0 2px #ffd500;
}

/* CSS Regarding Product detail page */
.product-detail a[href] {
  text-decoration: none;
}

.product-detail .list--downloads a[href]:hover {
  text-decoration: underline;
}

.product-detail .button--secondary a[href]:hover {
  box-shadow: none;
  text-decoration: none;
}

/* CSS to apply background color on navigation search form only */
.search-bar__start > input:focus,
input:-webkit-autofill:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 0 0px 9999px #eeeff1,
  0 0 0px rgba(102, 175, 233, 0.6);
}

/* CSS to centre the search textbox on search results page only */
.search-results__header > .container > .row > .offset-md-3 > .search-bar > .search-bar__end {
  position: absolute;
}

/* CSS to align the textbox correctly in iphone */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form--datasheets .input-group .form-type-select {  
  width: 100%;
}
.page-datasheets .main {
  padding-bottom: 3.6rem;
}
@media (min-width: 480px){
.page-datasheets .main {
  padding-bottom: 4.8rem;
}
}
.page-datasheets .form--datasheets  .form-group .input-group .form-item .custom-select {
  font-size: 1.6rem;
  color: #000;
}

/* super script */
.two-halves__title sup{
  font-size: large;
}

/* CSS style for Dynacoat Russia */
@media (min-width: 992px) and (max-width: 1279px) {
  .dyn-ru-hero-title-small .hero--homepage .hero__title {
    font-size: 3.5rem;
  }
}

ul.brand-bar__languages li.brand-bar__language a.language-link {
    text-transform: uppercase;
	color: #fff;
}
ul.brand-bar__languages li.brand-bar__language a.active {
    font-weight: 700;
}
#tds-datasheets-form-wrapper > .form--datasheets > .js-btn-add-to-summary.form-submit.ajax-processed {
    height: 45px;
}
/*Remove cross mark on search on Distributor map*/
input.glass::-webkit-search-decoration,
input.glass::-webkit-search-cancel-button,
input.glass::-webkit-search-results-button,
input.glass::-webkit-search-results-decoration { display: none; }