/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/
form input[type=text] {
  height: 30px;
}

/*.col-md-10 {
    width: 50%;
} */
form .col-lg-2 {
  width: 145px;
}

.leadingLetter {
  font-weight: bold;
  font-size: 32px;
}

.testbutton {
  background-color: #1275af;
  width: 100px;
  height: 50px;
}

.testbutton:hover {
  box-shadow: inset 0 0 20px 7px #080808;
}

/*Styles Added*/
.panelsContainer {
  margin-bottom: 30px;
}

.panelsContainer .panel {
  margin-bottom: 0px;
}

.panelsContainer .panel-default .panel-body {
  display: none;
}

.panelsContainer .panel-default:first-child .panel-body {
  display: block;
}

.panelsContainer .panel-default .panel-heading {
  margin: 0px;
}

/*/* Tool tip css   */
.errtooltip, .emailErrorToolTip, .termsAndConditionsErrorToolTip {
  position: absolute;
  width: 200px;
  height: 30px;
  background: red;
  text-align: center;
  z-index: 2222;
  color: #FFFFFF;
  display: block;
  border-radius: 7px;
  padding: 5px 10px 5px 10px;
  display: none;
}

.errtooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ff0000 transparent transparent transparent;
  top: 30px;
  left: 88px;
}

.emailErrorToolTip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff0000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.termsAndConditionsErrorToolTip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -82px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff0000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/*# sourceMappingURL=Site.css.map */
