﻿/*LOGIN*/
.message-error {
  color: orange;
}
#topMenu .reset-ajax {
  display: block !important;
  width: 100% !important;
  padding: 0;
  line-height: 1.4;
  text-align: left;
}
#topMenu .form-group {
  margin: 0px !important;
}
.DMForms .bootstrap-select {
  margin-top: 5px;
}
#contentWrapper > div.h2 {
  margin-top: 25px;
  border-bottom: 1px solid #000;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .userloginForm #forgotPassword {
    float: none;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  #forgotPassword, #forgotPasswordID, #ExtUserForm.DMForms input[type=submit], #ExtUserForm .searchButton button {
      margin-left: 0px !important;
  }
}
form .btn {
  font-size: 1.5rem;
}


.headerSearchContainer {
  position: relative;
}
#searchResultsHeader {
  max-height: 16em;
  overflow: auto;
  background-color: #6b9a00;
  display: none;
  padding: 1em 0;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 100%;
  z-index: 99;
  font-family: 'LatoBold', Arial, Helvetica, sans-serif;
}
#searchResultsHeader p {
  font-size: 0.9em;
  line-height: 1.4;
}
#searchResultsHeader .item {
  padding: 0.5em;
  display: block;
}
#searchResultsHeader .item:hover {
  background-color: #84bd00;
}

#searchResultsHeader a {
  color: #fff;
}
#searchResultsHeader p {
  color: #fff;
}
#searchResultsHeader .media-image {
  width: 75px;
}
#tabsContainer div ul {
  list-style-type: disc;
  padding-left: 1.3em;
}
#tabsContainer hr {
  border-top: 1px solid #bab9b9;
}

#productsList .listPrice {
  text-align: right;
  width: 100%;
}



#customerInformation fieldset.Select > label {
 line-height:44px; 
}