/* Navbar */
.navbar > .container a.navbar-brand {
  margin-left: 0px;
  height: 42px;
  width: 148px;
  padding: 0px;
  margin-top: 5px;
}
/* elements */
.tile {
  padding: 20px 25px 28px;
  margin-bottom: 28px;
  -webkit-box-shadow: 0px 4px 35px -2px #c7c1c7;
  -moz-box-shadow: 0px 4px 35px -2px #c7c1c7;
  box-shadow: 0px 4px 35px -2px #c7c1c7;
}
/* useful */
.full-width {
  width: 100%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/* footer */
#ft_disclaim {
  text-align: center;
  font-size: 11px;
  color: #666;
  padding: 7px 0;
}
/* Form - old */
.form {
  border: 1px solid #ccc;
  padding: 25px 35px 35px;
}
.form table {
  margin-top: 30px;
}
/* Loading full page */
#loadingSpinner {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-size: 10px;
  display: none;
}
#loadingSpinner div {
  margin: 15% auto;
  background-image: url(/img/loadingSpinner.svg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 184px;
  width: 184px;
  padding-top: 87px;
  color: #d45500;
}
/* er not sure where this below came from */
.ancestry .checkbox {
  background-color: #fff;
  padding: 10px 20px 10px 40px;
  min-height: 55px;
}
.ancestry .checkboxx input {
  margin-left: 15px;
}
.table-form input {
  padding: 3px 3px 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
}
.table-form .btn {
  padding: 4px 12px;
  margin-top: -4px;
}
.gallery div.col-md-3 {
  min-height: 580px;
}
a.help {
  color: #ccc;
}
.customer-help h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.help-image {
  border: 1px solid #ccc;
  padding: 20px;
}
.help-image img {
  width: 100%;
}
