body {
  background-color: #F3F1F1 !important; }

.container {
  padding: 0px; }

.panel-listing {
  list-style-type: none; }
  .panel-listing .inputFields {
    height: 115px; }
  .panel-listing li {
    list-style-type: none !important;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px; }
    .panel-listing li button {
      background-color: #FFFFFF;
      color: #262E44;
      text-transform: uppercase; }
  .panel-listing .orderReqFields {
    height: 80px; }

.right-pic {
  min-height: 100% !important; }
  .right-pic .panel-image {
    position: fixed;
    top: 283px;
    right: 13%;
    width: 25%;
    height: auto; }
    .right-pic .panel-image img {
      margin: 0 auto; }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .right-pic .panel-image {
      right: 15%; } }
  @media (min-width: 1601px) {
    .right-pic .panel-image {
      right: 19%; } }

.content--container input {
  margin: 0 0 10px 0;
  padding: 2px;
  font-size: 13px;
  font-weight: bold; }

.content--container textarea {
  margin: 0 0 3px 0;
  padding: 2px;
  font-size: 13px;
  font-weight: bold; }

.content--container select {
  margin: 0 0 35px 0;
  font-size: 14px; }

.content--container label {
  font-size: 13px; }

.qe-button-primary {
  background-color: #262E44;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0px 6px 1px;
  font-size: 15px;
  font-weight: bold;
  line-height: 27px; }

.errorMessage {
  color: #A94442;
  font-size: 13px;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  padding: 0px 5px;
  border: 2px solid;
  border-radius: 5px; }

.panelTypesList {
  padding: 10px 0; }
  .panelTypesList .imgDiv {
    width: 80%;
    margin: 0 auto; }
    .panelTypesList .imgDiv img {
      margin: 0 auto;
      display: block;
      cursor: pointer;
      height: 20%; }
  .panelTypesList .panelTypeName {
    height: 40px; }
    .panelTypesList .panelTypeName button {
      background-color: #FFFFFF;
      color: #262E44;
      display: block;
      margin: 5px auto;
      font-size: 14px;
      font-weight: bold; }

.successMsg {
  text-align: center;
  color: #A94442 !important;
  font-size: 18px;
  background-color: #F2DEDE;
  padding: 5px 5px; }

.tip {
  position: fixed;
  top: 540px;
  right: 18.5%;
  width: 16%;
  background-color: #262E44; }
  .tip p {
    color: #fff;
    padding: 0px 5px;
    font-size: 11px; }
  .tip ul {
    padding-left: 10px; }
    .tip ul li {
      display: block;
      color: #fff;
      font-size: 11px;
      list-style-type: circle; }
    .tip ul li::before {
      content: "\25aa";
      margin-right: 5px; }

@media (min-width: 1400px) and (max-width: 1600px) {
  .tip {
    right: 20%;
    top: 565px; } }

@media (min-width: 1601px) {
  .tip {
    right: 24%;
    top: 580px; } }

.instruction {
  background-color: #262E44;
  margin-bottom: 15px; }
  .instruction p {
    color: #fff;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 0 !important; }

.doorCaption {
  font-size: 27px !important;
  font-weight: bold; }

.support-form-login {
  display: none; }

.doorHeightTip {
  font-size: 10px;
  font-style: italic; }

textarea {
  resize: none; }

.true {
  font-weight: bold; }

.footerText {
  font-size: 11px; }

.subTextNote {
  font-size: 10px;
  font-style: italic;
  margin-top: -8px;
  margin-bottom: 5px; }
