.booking-header {
    height: 70px;
    width: 100%;
    max-height: 100px;
    position: relative;
}

.booking-header h1 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 16px;
}

.booking-header p {
    color: #fff;
}

.booking-header .back-to-calendar {
    color: #fff !important;
}

.booking-header span {
    text-align: center;
}

body[md-theme=blue] .booking-header {
    background: #2196F3;
}

body[md-theme=teal] .booking-header {
    background: #009688;
}

body[md-theme=green] .booking-header {
    background: #4CAF50;
}

body[md-theme=grey] .booking-header {
    background: #9E9E9E;
}

body[md-theme=blue_grey] .booking-header {
    background: #607D8B;
}

body[md-theme=yellow] .booking-header {
    background: #FFEB3B;
}

body[md-theme=indigo] .booking-header {
    background: #3F51B5;
}

body[md-theme=red] .booking-header {
    background: #F44336;
}

body[md-theme=black] .booking-header {
    background: #000000;
}

.paymentWithResponse .paymentSummarySection{
    height: 100%;
}

.paymentSummarySection {
    position: relative;
    width: 100%;
}

.columnFix {
    flex: 1 0 auto !important;
}

.detailsForm {
    padding-left: 16px;
    padding-right: 16px;
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #a3a3a3;
    -webkit-transition: box-shadow 150ms ease;
    font-size: 12px !important;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0px 1px 5px 1px #4f5fbb;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    padding: 0px 0 8px 2px;
    color: red;
}

.submitButton {
    width: 100%;
    margin: 8px 0;
    height: 42px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    font-size: 15px;
    color: rgba(90, 90, 90, 0.8);
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    outline: none;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 0px 3px 0 rgba(82, 82, 82, 0.6);
}

.submitButton:hover {
    color: rgba(80, 80, 80, 0.92);
    box-shadow: 0 0px 3px 0 rgba(82, 82, 82, 0.92);
}

.ElementsApp .InputElement {
    color: #32325d;
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px !important;
    height: 24px;
}

@media(max-width: 600px) {
    .booking-header h1{
        font-size: 14px;
        text-align: center;
    }
    .booking-header p{
        font-size: 12px;
    }
}

abl-activity-book iframe#paymentIframe{
    padding: 0 !important;
}