body {
  font-size: 0.9rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
header {
  border-bottom: 1px solid #fff;
  background: #003c5a;
  background: -moz-linear-gradient(top, #003c5a 0%, #002b40 50%, #001a26 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003c5a), color-stop(50%, #002b40), color-stop(100%, #001a26));
  background: -webkit-linear-gradient(top, #003c5a 0%, #002b40 50%, #001a26 100%);
  background: -o-linear-gradient(top, #003c5a 0%, #002b40 50%, #001a26 100%);
  background: -ms-linear-gradient(top, #003c5a 0%, #002b40 50%, #001a26 100%);
  background: linear-gradient(to bottom, #003c5a 0%, #002b40 50%, #001a26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c5a', endColorstr='#001a26', GradientType=0);
  color: #FFF;
}
.modal-confirm {
  color: #434e65;
  width: 525px;
}
.modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  background: #e85e6c;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-confirm .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}
.modal-confirm .close:hover {
  opacity: 0.8;
}
.modal-confirm .icon-box {
  color: #fff;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}
.modal-confirm .icon-box i {
  font-size: 58px;
  margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
.form-group.fc-customer {
  display: none;
}
/*# sourceMappingURL=hightec.css.map */