.offer-configurable {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

#variantAttributesTable tr td {
  vertical-align: middle;
}

.variant-messages {
  margin-top: 15px;
}

.variantGrid .ui-grid-canvas .ui-grid-row,
.variantGrid .ui-grid-canvas .ui-grid-cell,
.variantGrid .ui-grid-canvas .ui-grid-cell .ui-grid-vertical-bar {
  height: 30px !important;
}

.mt-selectbox input {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-top: -5px;
}
.mt-selectbox .ui-select-placeholder {
  position: absolute;
  top: 8px;
}

.typeahead-user-item {
  text-transform: none;
}
.typeahead-user-item .login {
  text-transform: uppercase;
}

.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.ui-select-preloader {
  width: 250px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-readius: 3px;
  height: 50px;
  position: absolute;
  top: 38px;
  left: 16px;
  background-color: white;
  background-image: url("/img/ajax-loader-small.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.preloader-icon {
  position: absolute;
  top: 0;
  right: 3px;
  width: 20px;
  height: 37px;
  background-image: url("/img/ajax-loader-small.gif");
  background-repeat: no-repeat;
  background-position: right;
}

.ui-select-container-over {
  z-index: 10 !important;
}

.offer-photo {
  text-align: center;
}
.offer-photo ul {
  margin: 0;
}
.offer-photo .offer-photo-indices {
  font-size: 20px;
  margin-top: -10px;
}
.offer-photo .rn-carousel-control-next {
  right: 1em;
  background: white;
  border-radius: 40px;
  opacity: 0.5;
}
.offer-photo .rn-carousel-control-prev {
  left: 1em;
  background: white;
  border-radius: 40px;
  opacity: 0.6;
}

.partner-form-config {
  padding-top: 20px;
}
.partner-form-config header {
  margin-bottom: 15px;
}

.offerbar-tab {
  padding-left: 40px;
}

.btn-json-import {
  background: #1D428A;
  color: white;
}