html, body {
    min-height: 100%;
}

.masthead {
    width: 100%;  /* Always fill the available width */
    padding-top: 24.63%;  /* The height is 24.63% of the width (200px / 812px) */
    background-image: url("../theme/banner.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

#mainContainer {
    max-width: 840px;
    padding-bottom: 30px;
}

.masthead + .panel {
    /* Uncomment to remove the rounded corners on the top of the main form */
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
}

.masthead + .panel hr {
    margin-left: -15px;
    margin-right: -15px;
}

.masthead + .panel > .card-body + table.table {
    border-top: 0 none transparent;
}

body {
    background-color: white;
}

/* Form Wizard */
.bs-wizard {border-bottom: 0; border-top: 0; padding: 0 0 30px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #666; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/* END Form Wizard */

.col-centered {
    float: none;
    margin: 0 auto;
}

.reg-type-selector, .badge-type-selector {
    cursor: pointer;
}

.optional-field {
    font-weight: normal;
}

.heading-label {
    font-weight: 700;
}

.warning {
    font-weight: bold;
    background-color: pink;
}

.prereg-price-notice, .prereg-type-closing {
    color: #CC0000;
}

.active .prereg-price-notice, .active .prereg-type-closing {
    color: #FFCC66;
}

#first_name { margin-bottom: 0; }
@media (max-width: 768px) {
    #first_name { margin-bottom: 10px; }
}

/* "Registration Type" Buttons */

#reg-types, #badge-types {
    margin-right: 0;
}

.col-btn {
    padding-right: 0;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .col-btn {
        padding-bottom: 0;
    }
}

.bling-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bling-icon:before {
  content: "\2605";
}

/* "Want to kick in extra?" Buttons */

.btn-group-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: -10px;
}

.btn-inline {
    margin-bottom: 10px;
    margin-right: 15px;
}

.btn-inline:last-child {
    margin-right: 0;
}

.btn-inline .title h4 {
    text-align: center;
    white-space: normal;
}

.btn-inline .title span {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}

.btn-inline ul {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0;
    font-size: 80%
}

.btn-inline li {
    padding-bottom: 0.5em;
    text-align: center;
}

.btn-inline li a {
    color: black;
    text-decoration: underline;
}

.btn-primary li a {
    color: #fff;
}

.btn-primary img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

@media (max-width: 767px) {

    .btn-group-inline {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-inline {
        margin-right: 0;
        text-align: left;
        width: 100%;
    }

    .btn-inline .title, .btn-inline ul {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .btn-inline li {
        text-align: left;
    }
}
