#ama-main .container-fluid {
  padding-bottom: 30px;
}

/* Button Fix */
a.btn {
  float: none;
  position: relative;
  padding: 6px 12px !important;
  line-height: 1.42857143 !important;
  height: inherit;
  color: #fff;
  white-space: inherit;
}

a.btn:hover {
  color: #fff;
}

.btn-default, .btn-warning, .btn-default:hover, .btn-warning:hover {
  color: #333 !important;
}

.btn-link {
  color: #5fa8dc !important;
}

.pre-loader {
  margin: 50px auto;
}

.panel-group {
  margin-bottom: 0;
}

.expRow.panel-default {
  border: 0;
  background-color: transparent;
  margin-bottom: 10px;
}

.expRow.panel > .panel-heading {
  border: 1px solid #eee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background-color: #e9e9e9;
}

.expRow.panel .panel-collapse {
  position: relative;
  border: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 18px;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
}

.panel-collapse.collapse.in:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff;
}

.expRow.panel > .panel-heading > .panel-title {
  margin: 0 !important;
}

.panel-body {
  background-color: transparent;
  border: 0 !important;
}

.checkbox.custom {
  position: relative;
  margin: 0;
}

.checkbox.custom label {
  position: relative;
  padding-left: 30px;
  z-index: 0;
}

.checkbox.custom > label > input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.checkbox.custom > label > input[type=checkbox] + .clabel {
  position: relative;
  padding-left: 12px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  z-index: 2;
}

.clabel {
  line-height: 24px;
  font-weight: bold;
  font-size: 1.3em;
}

.checkbox.custom > label > input[type=checkbox] + .clabel:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  top: -1px;
  left: -30px;
  line-height: 0.45em;
  background-color: #fff;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1), inset 0 0 3px rgba(0,0,0,0.1), 1px 1px 0 #eee;
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1), inset 0 0 3px rgba(0,0,0,0.1), 1px 1px 0 #eee;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1), inset 0 0 3px rgba(0,0,0,0.1), 1px 1px 0 #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.checkbox.custom > label > input[type=checkbox].hidden + .clabel {
  padding-left: 0;
  margin-left: -30px;
}

.checkbox.custom > label > input[type=checkbox].hidden + .clabel:after {
  display: none;
}

.checkbox.custom > label > input[type=checkbox]:checked + .clabel:after {
  content: '\f00c';
  font-family: FontAwesome;
  color: #84c55f;
  font-size: 1.8em;

}

.checkbox.custom.check-black > label > input[type=checkbox]:checked + .clabel:after {
  color: #333;

}

.checkbox.custom > label > input[type=checkbox].ck_agreement + .clabel {
  font-size: 16px;
  line-height: 18px;
}

.checkbox.custom > label > input[type=checkbox].ck_agreement + .clabel:after {
  line-height: 0.45em !important;
}

#ama-main {
  position: relative;
  font-size: 14px;
  background-color: #f9f9f9;
}

hr {
  border-top-color: #ddd;
}

.actions {
  margin-bottom: 30px;
}

a.disabled {
  visibility: visible !important;
}

.btn-default.disabled {
  background-color: #eeeeee;
  color: #bbbbbb;
}

.form {
  font-size: 14px;
}

.new-account, .dup-account, .forgot-pw {
  display: none;
}

#divRule {
  margin-top: 15px;
}

#divRule ul {
  opacity: 0;
  padding: 0;
  margin-bottom: 0;
  transition: opacity, 0.4s;
  -moz-transition: opacity, 0.4s;
  -webkit-transition: opacity, 0.4s;
}

#divRule.active ul {
  opacity: 1;
}

#divRule ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.1em;
}

#divRule ul li:last-child {
  margin-bottom: 0;
}

#divRule ul li .icon-wrapper {
  position: absolute;
  left: 0;
  width: 20px;
  display: inline-block;
}

#divRule ul li .icon-wrapper i.true, #divRule ul li .icon-wrapper i.false {
  display: none;
}

.new-member.actions {
  height: 36px;
  margin-bottom: 15px;
}

br + small {
  line-height: 2em;
}

.organ_reg_table h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

#colMain h3.USA-swimming-brand {
  background: url('/css/uss/usa_swimming.png') no-repeat left center;
}

#colMain h3.ASA-swimming-brand {
  background: url('/css/uk/swim-england-small.png') no-repeat left center;
}

#colMain h3.USA-swimming-brand, #colMain h3.ASA-swimming-brand {
  background-size: 40px auto;
  line-height: 45px !important;
  padding-left: 50px;
  margin-bottom: 0;
}

.fees-col {
  background-color: #e9e9e9 !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f0f0f0;
}

#checkNotice, #cusPayNotice {
  display: none;
}

.form-group.required {
  padding: 0;
}

.ama-header h2 {
  margin-top: 60px !important;
  padding-left: 0;
}

[class^='col-'] .row + .row {
  margin-top: 8px;
}

.badge.bg-danger {
  background-color: #ee3423;
  color: #fff;
}

.badge.bg-success {
  background-color: #84c55f;
  color: #fff;
}

.badge.bg-warning {
  background-color: #f5e071;
  color: #333;
}

.h4 {
  font-size: 18px;
}

.groupCollapse {
  display: none;
}

.alert {
  font-weight: normal;
}

.statement-descriptor {
	padding: 0 30px;
}

@media (max-width: 1024px) {
  .modal-backdrop {
    z-index: 0 !important;
  }
}

@media (max-width: 768px) {
  .ama-header h2 {
    margin-top: 30px !important;
  }
}