body {
  background-color: #0089d8;
  padding-top: 3rem;
}

h2, h4 {
  text-align: center;
  color: #FFF;
  font-weight: 50;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

p {
  color: #A9A9A9;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus {
  border: 0;
  outline: none !important;
}

.bordered {
  background-color: #fff;
  padding: 15px;
  border-radius: .6rem;
}

.v-mar {
  margin: 15px 0;
}

.no-top {
  margin-top: 0;
}

.container {
  margin-top: 150px;
  margin-bottom: 10rem;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.center_div {
  margin: 0 auto;
  width: 100%
}

.navbar {
  background-color: #0089d8;
  height: 95px;
  border: none;
}

.navbar-header {
  left: 10%;
  position: relative;
}

label {
  font-weight: normal;
}

input[type=button] {
  width: 75px;
}

input[type=submit] {
  background-color: #f0f0f0;
}

form {
  padding: .5em;
  margin: .5em;
}

textarea {
  resize: vertical;
}

footer {
  padding: 1%;
  text-align: center;
  color: #fff;
}

div.bs-searchbox input {
  /* Hides the live-search box from view */
  width: 0px;
  height: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-left-width: 0;
  border-top-width: 0px;
}

.close {
  font-size: 1.3em;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.preview-item {
  padding: 1px 0;
}

.preview-item-text {
  margin-bottom: 5px;
}

.my-form-section {
  margin-bottom: 2.8em;
}

.contact-section {
  background-color: #0089d822;
  margin-top: 1.3em;
}

.customer-section {
  background-color: #0089d822;
  margin-top: 1.3em;
}

.installer-section {
  background-color: #0089d822;
}

.inverter-section {
  background-color: #0089d822;
}

.address-section {
  background-color: #0089d822;
  margin-bottom: 0em;
}

legend {
  border-bottom-color: #333;
}

input#cf_installation_date {
  padding-top: 0;
  padding-bottom: 0;
}

.invalid-field {
  border: 0.2em solid red
}

.invalid-email {
  border: 0.2em solid red
}

.pos-button-container {
  position: absolute;
  right: 0;
  bottom: 0;
}

#wty-check-button {
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  outline: none;
}