.none {
  display: none;
}

#topMessage h3 {
  color: #0066a6;
  font-weight: bold;
  font-size: 22px;
  padding-top: 10px;
}

#topMessage {
  font-size: 14px;
}

.border-bottom {
  border-bottom: 1px solid #c8c5c0;
}

.signIn-wrapper {
  background-color: #f3f7f9;
  padding: 30px;
  min-height: 360px;
  margin-top: 10px;
}

.body_content .col-md-6 {
  padding-left: 0px;
}

.signIn-wrapper h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}


input.form-control {
  box-shadow: inset 0px 2px 2px 0px #d8d8d8;
  color: #343434;
}

#login-form > .action-container > button {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 13px;
}

#login-form > .action-container > .forgot-password-container {
  float: right;
  display: inline;
}

#forgot-password {
  font-weight: bold;
  font-size: 13px;
  margin: 15px 0 0;
}

.signUp-wrapper {
  min-height: 360px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signUp-inner,.signIn-inner {
  margin: auto;
  text-align: left;
  padding: 20px;
}

#signup-to-signin {
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.signUp-wrapper-tm {
  min-height: 570px;
}

.span-big {
  font-size: 20px;
  margin-bottom: 30px;
}

.button-white {
  margin: 20px 0;
  padding: 8px;
  width: 100%;
  font-size: 14px;
}

.bottom-shadow {
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
}

.signUp-wrapper-tm h3 {
  font-weight: bold;
  font-size: 28px;
}

.btn-block {
  width: 100%;
  font-size: 14px;
}

.pro_popup {
  width: 100%;
}

.apply-form {
  padding: 0 10px 0 0;
}

#post-1 {
  padding: 15px 15px 15px 0;
}

#topMessage {
  padding-bottom: 15px;
}

.checkbox {
  padding-left: 10px;
}

#thankyouMessageWhenSuccess {
  padding: 20px 25px;
  text-align: center;
}

#thankyouMessageWhenSuccess h2 {
  color: #b7804e;
  font-weight: bold;
  font-size: 22px;
  padding-top: 10px;
}

.contactUs {
  text-align: center;
  padding: 20px 70px;
  margin-right: 15px;
}

ul.inner {
  max-height: 250px;
  overflow-y: scroll;
}

.filter-option {
  font-weight: bold;
}

.form-inline .checkbox input[type="checkbox"] {
  margin-left: 8px;
  opacity: 0;
  z-index: 100;
}

.checkbox .check::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  border: 1px solid #cccccc;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label.checked::before {
  background-color: #343434;
  border-color: #343434;
}

.checkbox .check::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox label.checked::after {
  padding-top: 3px;
  content: "\2713";
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 30%;
  right: 10%;
  border: none;
}

.bootstrap-select > .dropdown-toggle .caret:after {
  content: '\e259';
  font-family: 'Glyphicons Halflings';
  color: #07729C;
  font-size: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

label {
  padding-bottom: 5px;
  margin-right: 10px;
  font-size: 14px!important;
}

#understood {
  position: unset;
}

#understood-text {
  padding-left: 15px;
}

.address-form-group {
  display: inline-block;
  vertical-align: top;
}
.form-group.optional-field-padding-bottom {
  margin: 0px;
}
.form-group.optional-field-padding-bottom > a {
  font-size: 12px
}
.select-form-group {
  width: 250px;
  height: 40px;
}

#company-type-other-input {
  width: 250px;
}

.form-group-other {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.column {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin-right: 20px;
  float: left;
}

.check-option-wrapper {
  margin-top: 10px;
  vertical-align: top;
}

#other-products-input {
  margin-left: 20px;
  height: 30px;
}

#citystate-form-group-tm {
  padding-left: 0px;
}

.custom-error {
  color: #a94442;
  padding: 10px 0 0;
  margin: 0;
  line-height: 13px;
  font-size: 13px!important;
}

#submitApplyForTradeMaster {
  width: 100%;
  margin-top: 30px;
}

.knowus-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c8c4c0;
  align-items: center;
}

.knowus-wrapper label {
  margin-right: 10px;
}

.knowus-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 250px;
}

.knowus-wrapper .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
}

#how-you-hear-us-other-input {
  margin-top: 20px;
  width: 250px;
}

.optional {
  margin-left: 10px;
  color: #999;
}

.placeholder-custom::placeholder {
  color: #999;
  font-style: italic;
  font-weight: normal;
}

.more-info-wrapper {
  display: flex;
}

.more-info-right {
  width: 20%;
  font-size: 13px;
  padding-left: 20px;
  margin-left: 30px;
  margin-top: 45px;
  margin-bottom: 15px;
  border-left: 1px solid #ccc;
  align-items: center;
  opacity: 0.7;
  display: none;
}

.more-info-left {
  width: 100%;
}

.more-info-top {
  font-size: 12px;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  opacity: 0.7;
}

@media (min-width: 768px) {
  #forgot-password {
    margin: 15px 2px 10px;
    font-size: 13px;
  }

  #citystate-form-group-tm {
    padding-left: 40px;
  }

  #more-info-break {
    display: block;
  }

  #understood-text {
    padding-left: 0;
  }

  .more-info-top {
    display: none;
  }

  .more-info-right {
    display: flex;
  }

  .more-info-left{
    width: 70%;
  }

  #how-you-hear-us-other-input {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .rightMain {
    padding: 0 0 0 40px;
  }

  #forgot-password {
    margin-top: 24px;
  }

  #topMessage {
    font-size: 18px;
    padding-bottom: 20px;
  }

  #topMessage h3 {
    font-size: 26px;
    padding-top: 16px;
  }

  .signIn-wrapper h3 {
    font-size: 28px;
  }

  #login-form > .action-container > button {
    width: 230px;
  }

  .form-control {
    height: 40px;
  }

  .signUp-inner,.signIn-inner {
    text-align: center;
  }

  .button-white {
    width: 80%;
  }

  #signup-to-signin {
    min-height: 570px;
  }

  .btn-block {
    width: 60%;
  }

  .signUp-wrapper-tm {
    padding-left: 15px;
  }

  #thankyouMessageWhenSuccess {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #thankyouMessageWhenSuccess h2 {
    font-size: 28px;
  }

  #thankyouMessageWhenSuccess p {
    font-size: 16px;
  }

  #post-1 {
    padding-top: 40px;
  }

  .zip-wrapper {
    width: 20%;
  }

  .city-wrapper {
    width: 30%;
  }

  .state-wrapper {
    margin-left: 10px;
    width: 30%;
    float: left;
  }

  .knowus-wrapper {
    clear: both;
    padding-top: 30px;
    padding-bottom: 0;
    border-top: 1px solid #c8c4c0;
  }

  /* #794 - Add user's preferred shirt size */
  .shirt-size {
    clear: both;
    padding: 30px 0 20px 0;
  }

  #submitApplyForTradeMaster {
    padding: 10px 0px;
    margin-top: 30px;
    font-size: 12px;
    width: 30%;
  }

  ul.inner {
    max-height: 200px;
  }

  .info-wrapper {
    width: 70%;
  }

  .state-wrapper .bootstrap-select button {
    height: 40px;
  }

  .knowus-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
  }
}