div#drupal-modal .block-title, #sample-order-settings-form .block-title {
  background: none;
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: #000;
  line-height: 14px;
  letter-spacing: 1px;
}

div#drupal-modal .block-title > span, #sample-order-settings-form .block-title > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  z-index: 9;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
}

div#drupal-modal .sample-order-location-form .form-item label, .sample-order-location-form .form-item input, div#drupal-modal .sample-order-location-form .form-item select {
  width: 100%;
  line-height: 30px;
}

div#drupal-modal .sample-order-location-form .form-item input, div#drupal-modal .sample-order-location-form .form-item select {
  float: left;
  height: 35px;
  border: 1px solid #E2E3E4;
  border-radius: 2px;
  background-color: #fff;
  padding: 6px 15px;
}

div#drupal-modal .sample-order-location-form .form-item input, div#drupal-modal .sample-order-location-form .form-item select {
  width: 100%;
  margin-bottom: 5px;
}

div#drupal-modal .sample-order-location-form .form-item--error-message {
  color: red;
}

 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
  float: none;
}
.ui-dialog .ui-dialog-buttonpane{
  text-align: center;
}
.alert-warning {
  display:block !important;
}

div#drupal-modal .sample-order-product-info .image {
  width: 45%;
  float: right;
  padding-left: 0;
}

div#drupal-modal .sample-order-product-info table {
  border-collapse: collapse;
  width: 55%;
}

div#drupal-modal .sample-order-product-info table tr:nth-child(odd) {
  background: #9E9978;
}

div#drupal-modal .sample-order-product-info table td .form-item.form-type-item {
  margin-bottom: 0;
}

div#drupal-modal .sample-order-product-info table td {
  line-height: 12px
}

div#drupal-modal .sample-order-product-info .boxed-warning {
  border: solid 1px #000;
  padding: 10px;
  text-align: center;
}

div#drupal-modal .sample-order-product-info .references {
  text-align: center;
}

.sample-order-main img {
  width: auto !important;
}

.sample-order-main td.information, .sample-order-main th.information {
  text-align: center;
  line-height: 100%;
  vertical-align: middle;
}

.fa.fa-info {
  border: 1px solid;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  padding: 7px;
  font-weight: normal;
}
