form .ProductFormAjaxGif {
    display: none;
}

.product-form .bad {
    color: #ff260f;
}

form fieldset {

}

.booking-sidebar .box-shadow2 {
    padding: 0 20px 20px 20px;
}

.hasDatepicker .ui-datepicker {
    width: auto;
}

#ProductForm_ProductBookingForm_Quantity {

}

.multiQty {
    float: left;
}

.product-form input.text {
    width: 100px;
}

.multi-group {
    border: solid 1px #ccc;
    margin: 0 0 10px 0;
}

.multi-group td {
    padding: 1px 5px;
}

.multi-group tr:last-child td {
    padding-bottom: 5px;
}

.multi-group p {
    margin: 0px 0 0 0;
    padding: 3px 0px 0 0px;
}

.checkbox input[type=checkbox] {
    margin-left: 0px;
}

.calendar-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: url(../gif/loading.gif) center no-repeat rgba(255, 255, 255, 0.5);
    z-index: 3;
}

#datepicker {
    position: relative;
}

#datepicker .ui-datepicker-year {
    width: 12%;
}

.price-rrp {
    text-decoration: line-through;
}

.price-rrp {
    text-decoration: line-through;
    font-size: 120%;
}

.price-package {
    font-weight: bold;
    font-size: 350%;
    line-height: 90%;
}

.price-saving {
    font-size: 120%;
}

#openbooking {
    clear: both;
}

table.package-fares tr.fare-row .date {
    word-break: keep-all;
}

table.package-fares input {
    width: 68px;
}

table.package-fares tr.fare-row.even {
    background-color: #ccc;
}

table.package-fares tr.fare-row.odd {
    background-color: #eee;
}

.show-badge {
    color: #7E7470;
    border: 1px solid #C9B800;
    background-color: #FFF0BC;
    clear: both;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 3px;
    font-size: 0.75em;
    line-height: 1em;
    margin-left: 3px;
    margin-right: 6px;
    margin-top: -1px;
    -moz-border-radius: 2px / 2px;
    -webkit-border-radius: 2px 2px;
    border-radius: 2px / 2px;

}

#openbookinginfo {
    clear: both;
}

.strike {
    text-decoration: line-through;
}

.close-x {
    z-index: 1;
    font-family: Arial, sans-serif;
    font-weight: bold;
    /*border:solid 1px #000;*/
    background: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    top: 15px;
    right: 15px;
    position: absolute;
}

#ProductForm_ProductBookingForm .message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#ProductForm_ProductBookingForm .message.validation {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#ProductForm_ProductBookingForm .message.good {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#PackageID input[type=radio] {
    float: left;
    margin-top: 0px;
    width: 10%;
    display: block;
    clear: left;
    margin-bottom: 3px;
}

#PackageID .optionset li label {
    margin: 0px;
    width: 90%;
    float: left;
    display: block;
}

#ProductForm_ProductBookingForm span.number {
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
}

#ProductForm_ProductBookingForm div.divider {
    clear: both;
    border-bottom: 2px dotted #ccc;
    margin: 20px 0;
}

#ProductForm_ProductBookingForm h3 {
    margin: 10px 0 !important;
    font-size: 18px !important;
    font-weight: bold;
}

form#ProductForm_ProductBookingForm .optionset {
    margin: 10px 0 0;
}

form#ProductForm_ProductBookingForm .optionset li {
    padding: 0px;
}

.product-booking-table input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.product-booking-table tr td,
.product-booking-table tr th {
    text-align: center;
}

.pickups-loading,
.fare-loading,
.add-item-loading {
    margin: 0px auto;
    background-image: url('../gif/loading-animation.gif');
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: none;
}

.full {
    /*display: none;*/
    color: #666;
    padding-top: 15px 0;
}

th.middle {
    background-color: #666
}

td.middle {
    background-color: #d9edf7;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    vertical-align: middle !important;
}

.product-booking-table th {
    background: #999;
    color: #fff;
}

select.bookdate,
#ProductForm_ProductBookingForm select.date {
    padding: 6px 2px;
    height: 33px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control::-ms-expand { /* for IE 11 */
    display: none;
}

td.checked {
    background-color: lightgreen;
}

.product-booking-table input[type=checkbox] {
    display: none;
}

.product-booking-table input[type=checkbox] + div {
    /*background-image:url('../images/select.png');
    */
    /*background-color: #df460e;*/
    color: #fff;
    display: inline-block;
    width: 74px;
    padding: 3px 3px;
}

.product-booking-table input[type=checkbox] + div:hover {
    color: #fff;
}

.product-booking-table input[type=checkbox]:checked + div {
    background-color: #666;
    display: inline-block;
    border-color: #666;
}

.product-booking-table label {
    margin-bottom: 0px;
}

span.price {
    font-size: 19px;
    color: green;
    font-weight: bold;
}

span.remove {
    cursor: pointer;
}

.relative {
    position: relative;
    z-index: 0;
}

span.glyphicon-chevron-down {
    color: #fff;
    right: 1px;
    position: absolute;
    z-index: -1;
    top: 1px;
    width: 22px;
    padding: 10px 0px;
    /*background: #df460e;*/
    height: 31px;
    border-radius: 3px;
    text-align: center;
}

.booking-form-background {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

form#ProductForm_ProductBookingForm {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100001;
    background: #fff;
    margin-top: 3%;
    margin-left: 10%;
    width: 80%;
    padding: 20px;
    display: none;
}

@media (max-width: 1100px) {

    form#ProductForm_ProductBookingForm {
        margin-left: 5%;
        width: 90%;
    }

}

#StartDate {
    float: right;
    margin-left: 20px;
    clear: left;
}

#StartDate label {
    display: none;
}

#StartDate .middleColumn {
    position: relative;
    z-index: 0;
}

#StartDate input {
    background: none;
    height: 33px;
    padding: 0.575rem 0.75rem
}

#ProductForm_ProductBookingForm h2 {
    font-size: 20px;
    background: #999;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.close-booking-form {
    float: right;
    font-size: 30px;
    color: #999;
    margin-left: 20px;
    margin-top: -10px;
    margin-right: -10px;
}

.Actions input {
    float: right;
    margin-left: 10px;
}

.bookdate.form-control {
    background: none;
    background-color: transparent;
    height: 33px;
}

.prev-week,
.prev,
.next,
.next-week {
    margin-left: 5px;
}

#opendatedcheck {
    cursor: pointer;
    clear: both;
    font-size: 20px;
    float: left;
}

#opendatedcheck input {
    height: 20px;
    width: 20px;
    margin-top: 0px;
}

#opendatedcheck label {
    padding-left: 30px;
}

#StartDate {
    margin-bottom: 0px;
}

#StartDate .form-group {
    margin-bottom: 0px;
}

.message.bad {

    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;

}

.show-booking {
    margin-left: 10px;
}

.calendar-nav {
    float: right;
    margin-bottom: 10px;
}

.calendar-nav .btn {
    border: solid 1px #ccc;
    background-color: #fff !important;
    color: #333333 !important;
}

.prices-from-table {
    margin-top: 10px;
}

#ProductForm_ProductBookingForm h2 {
    clear: left;
    float: left;
}

.clear {
    clear: both;
}

#ProductSimpleForm_ProductBookingForm select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.ui-tooltip {
    z-index: 999999;
}

span.conditions {
    font-size: 10px;
    font-weight: bold;
}

.radio label, .checkbox label {
    width: 100%
}

.levy {
    font-size: 10px;
}

/*
	SUPER SMALL SCREENS
*/
@media screen and (max-width: 500px) {
    .enquiry-form {
        top: 5%;
        left: 5%;
        width: 90%;
        padding: 20px 10px;
    }

    #opendatedcheck label {
        font-size: 10px;
    }

    .prev-week, .prev, .next, .next-week {
        font-size: 10px !important;
    }

    form#ProductForm_ProductBookingForm {
        padding: 5px;
    }

    .close-booking-form {
        margin-top: -2px;
        margin-right: -2px;
    }

    #StartDate {
        float: none;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    #opendatedcheck {
        padding-top: 5px;
    }

    .product-booking-table.table > thead > tr > th,
    .product-booking-table.table > tbody > tr > th,
    .product-booking-table.table > tfoot > tr > th,
    .product-booking-table.table > thead > tr > td,
    .product-booking-table.table > tbody > tr > td,
    .product-booking-table.table > tfoot > tr > td {
        padding: 2px !important;
        font-size: 8px !important;
    }

    .cart-table.table > thead > tr > th,
    .cart-table.table > tbody > tr > th,
    .cart-table.table > tfoot > tr > th,
    .cart-table.table > thead > tr > td,
    .cart-table.table > tbody > tr > td,
    .cart-table.table > tfoot > tr > td {
        padding: 2px !important;
        font-size: 10px !important;
    }

    .btn {
        padding: 3px 5px !important;
        font-size: 10px !important;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 3px 5px !important;
    }

    span.price {
        font-size: 12px;
    }

    .product-booking-table input[type=checkbox] + div {
        width: auto;
    }

    span.glyphicon-chevron-down {
        width: 15px;
    }

    select.form-control {
        padding: 6px 0px;
    }

    .calendar-nav {
        float: none;
    }
}

/* New Faregrid */
.fareGridSimple .faregrid-holder {
    padding: 20px;
}

.fareGridSimple .faregrid-holder #opendate {
    overflow:hidden;
    margin-top:20px;
}

.fareGridSimple .faregrid-holder #opendate input {
    margin-left:0;
}

.fareGridSimple #dailyview-table-holder{
    display: block;
    float: left;
    width: 100%;
}

@media (max-width: 991px) {
    .fareGridSimple #dailyview-table-holder{
        overflow-x: auto;
    }
}

.fareGridSimple table#daily-view {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.fareGridSimple table#daily-view tr th,
.fareGridSimple .flex-column {
    background: #F5F5F5;
    height: 147px;
    padding: 0;
    border-left: #ECECEC solid 1px;
    border-right: #ECECEC solid 1px;
    color: inherit;
}
.fareGridSimple .product-booking-table tr th {
    background: #F5F5F5;
    border-left: #ECECEC solid 1px;
    border-right: #ECECEC solid 1px;
    color: inherit;
}
.fareGridSimple table.faregrid-details .center {
    text-align: center;
}

.fareGridSimple table#daily-view tr td.date-selected,
.fareGridSimple table#daily-view tr th.middle {
    background: #D7EDF9;
}

.fareGridSimple table#daily-view .date {
    font-weight: bold;
}

.fareGridSimple table#daily-view .from-price {
    font-size: 14px;
    color: #B3B3B3;
    font-weight: lighter;
}

.fareGridSimple table#daily-view .price-value,
.fareGridSimple table#weekly-view .price-value {
    font-size: 19px;
}

.fareGridSimple table#daily-view .day-name {
    font-size: 15px;
    font-weight: lighter;
    color: #888;
}

.fareGridSimple a.table-slider {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.fareGridSimple a.table-slider i {
    line-height: 153px;
}

.fareGridSimple table.faregrid-details {
    width: 100%;
    margin-top:28px;
}

.fareGridSimple table.faregrid-details thead {
    background: #373A3C;
    color:#ffffff;
}

.fareGridSimple table.faregrid-details tr td,
.fareGridSimple table.faregrid-details tr th {
    padding: 10px;
}

.fareGridSimple table.faregrid-details tr td {
    padding-top:20px;
    padding-bottom: 20px;
}

.fareGridSimple table.faregrid-details tr {
    border-bottom: 1px solid #ECECEC;
}

.fareGridSimple table#weekly-view h5,
.fareGridSimple table.faregrid-details h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.fareGridSimple table.faregrid-details .price {
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
}

.fareGridSimple table.faregrid-details .price-levy {
    color:#9E9E9E;
    font-weight: lighter;
    font-size: 10px;
}

.fareGridSimple table.faregrid-details .incrementer-holder {
    display: block;
    width: 184px;
    margin:0 auto;
}

@media (max-width: 420px) {
    .fareGridSimple table.faregrid-details .incrementer-holder {
        max-width: auto;
        text-align: left;
    }
}

.fareGridSimple div.incrementer {
    display: inline-block;
    width: 39px;
    height: 39px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding-top: 10px;
    font-size: 20px;
}

.fareGridSimple input.quantity-input {
    width: 74px;
    height: 39px;
    text-align: center;
    color: #848484;
    border: solid 1px #cccccc;
    font-size: 18px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .fareGridSimple table.faregrid-details thead th.hide-mobile,
    .fareGridSimple table.faregrid-details td.hide-mobile {
        display: none;
    }
    .fareGridSimple table.faregrid-details .show-mobile {
        display: block;
    }

    .fareGridSimple table.faregrid-details .price,
    .fareGridSimple table.faregrid-details .price-levy  {
        text-align: left;
    }
    .fareGridSimple select.form-control {
        font-size: 10px;
    }
    form#ProductForm_ProductBookingForm.giftbooking {
        margin-left: 10px;
        width: 95%;
    }
    .fareGridSimple input.quantity-input {
        border-radius: 0;
        width: 40px;
    }
    form#ProductForm_ProductBookingForm.giftbooking {
        height: 100%;
        width: 100%;
        margin-left: 0;
        overflow-y: scroll;
        position: fixed;
    }
    form#ProductForm_ProductBookingForm.giftbooking .Actions {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 15px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        margin-left: -5px;
    }
    .fareGridSimple.giftbooking .purchase-gift-button {
        font-size: 18px!important;
        padding: 7px!important;
    }

    .booking-response-container.giftbooking {
        z-index: 100002;
        bottom: 0;
        position: fixed;
        width: 100%;
        margin-left: 0;
        height: auto;
        background-color: rgba(0,0,0,0.7);
    }
    .booking-response-container.giftbooking .booking-response.giftbooking {
        width: 100%;
        margin-left: 0;
        position: fixed;
        bottom: 0;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    }
}

.fareGridSimple table#daily-view td.date-unavailable .price-value {
    opacity: 0.4;
}

.fareGridSimple table.faregrid-details .btn-default.full-enquire {
    background: #959595;
    color: #ffffff;
    padding: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    width: 160px;
    display: block;
    margin: 0 auto;
}

.fareGridSimple .price-total {
    float: right;
    margin-top:20px;
    margin-right: 20px;
    margin-bottom:30px;
}

.fareGridSimple .price-total table {
    width: 350px;
}

.fareGridSimple .price-total table tr td {
    /*width:;*/
    text-align: right;
}

@media (max-width: 767px) {

    .fareGridSimple table.faregrid-details .booking-incremental {
        margin-top:-60px;
    }

    .fareGridSimple table.faregrid-details .full-enquire,
    .fareGridSimple table.faregrid-details .incrementer-holder {
        float: right;
    }

    .fareGridSimple table.faregrid-details h5 {
        margin-top:20px;
    }

    .fareGridSimple table.faregrid-details .incrementer-holder,
    .fareGridSimple table.faregrid-details .btn-default.full-enquire {
        width: 120px;
    }

}

@media (max-width: 420px) {
    .fareGridSimple table.faregrid-details .booking-incremental {
        margin-top:0px;
    }

    .fareGridSimple table.faregrid-details .full-enquire,
    .fareGridSimple table.faregrid-details .incrementer-holder {
        float: left;
        margin-bottom:20px;
    }
}

.fareGridSimple .cancel-button {
    color:#ffffff;
    padding: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
}

.fareGridSimple .checkout-button,
.fareGridSimple .purchase-gift-button,
.booking-response.giftbooking .btn {
    padding: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    display: inline-block;
    width: 200px;
    text-align:center;
}

.fareGridSimple .add-cart-continue {
    font-weight: normal;
    display: inline-block;
}

.fareGridSimple .align-right {
    text-align: right;
}

.fareGridSimple table#weekly-view h5,
.fareGridSimple table.faregrid-details h5 {
    font-size: 16px;
}
.fareGridSimple .day-name {
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

@media (max-width:767px) {
    .fareGridSimple .cancel-button {
        display: none;
    }
}

@media (max-width: 479px) {
    .fareGridSimple .checkout-button,
    .fareGridSimple .add-cart-continue,
    .fareGridSimple .purchase-gift-button {
        width:100%;
        display:block;
    }
    .fareGridSimple table#weekly-view h5,
    .fareGridSimple table.faregrid-details h5 {
        font-size: 8px;
    }
    .fareGridSimple table#daily-view .price-value,
    .fareGridSimple table#weekly-view .price-value {
        font-size: 12px;
    }
    .fareGridSimple .levy {
        font-size: 8px;
    }
    .fareGridSimple .alert.alert-info {
        font-size: 10px;
    }
    .fareGridSimple .day-name {
        font-size: 8px;
    }
    .fareGridSimple table.faregrid-details tr td {
        padding: 2px;
    }
}

.fareGridSimple a.grid-toggle-button {
    background: #D8EDF8;
    border: solid 1px #C6E8FF;
    color:#31708F;
    padding:18px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    /*width: 307px;*/
    float: right;
    text-align: center;
    clear: left;
    margin-bottom:5px;
    font-weight: normal;
    text-decoration: none;
}

.fareGridSimple .fare-grid-notice {
    display: block;
    float: right;
    font-size:14px;
    clear: both;
    font-weight: normal;
    color: #888;
}

@media (max-width: 767px) {
    .fareGridSimple a.grid-toggle-button {
        margin-top:20px;
        margin-bottom:10px;
        float: none;
        width: 100%;
    }

    .fareGridSimple .fare-grid-notice {
        float: none;
    }
}

.fareGridSimple .success-message {
    text-align: center;
    background: #F1FFE1;
    color:#179517;
    padding: 10px;
    font-size: 23px;
    font-weight: normal;
    margin-top:30px;
}

.fareGridSimple .rrp {
    font-weight: bold;
    font-size: 18px;
}

.fareGridSimple table#weekly-view .btn-primary {
    font-size: 13px;
    padding:5px 15px;
    font-weight: normal;
    min-width: 85px;
}
@media (max-width: 479px) {
    .fareGridSimple table#weekly-view .btn-primary {
        min-width: 50px;
    }
    .fareGridSimple .faregrid-details > thead > tr > th,
    .fareGridSimple .faregrid-details > tbody > tr > th,
    .fareGridSimple .faregrid-details > thead > tr > td,
    .fareGridSimple .faregrid-details > tbody > tr > td {
        font-size: 10px;
    }

    .fareGridSimple table.faregrid-details .price {
        font-size: 12px;
    }
    .fareGridSimple div.incrementer {
        padding-top: 6px;
        height: 32px;
        width: 32px;
    }
    .fareGridSimple input.quantity-input {
        height: 32px;
    }
    .fareGridSimple #opendatedcheck {
        float: none;
    }
    .fareGridSimple #StartDate {
        float: right;
        margin-left: 20px;
    }
    .fareGridSimple #dayViewGrid-template {
        clear: both;
        font-size: 10px;
    }
    .fareGridSimple table#daily-view .from-price,
    .fareGridSimple table#daily-view .day-name,
    .fareGridSimple .rrp,
    .fareGridSimple .price-total {
        font-size: 10px;
    }
}
.fareGridSimple table#weekly-view .btn-default.full-enquire {
    background: #959595;
    color:#ffffff;
    border-color:#959595;
}

.fareGridSimple table#weekly-view {
    width: 100%;
}

.fareGridSimple table#weekly-view td,
.fareGridSimple table#weekly-view th {
    text-align: center;
    border: solid 1px #EEEEEE;
}

.fareGridSimple table#weekly-view td.left,
.fareGridSimple table#weekly-view th.left {
    text-align: left;
}

.fareGridSimple table#weekly-view th {
    background: #F5F5F5;
}

.fareGridSimple .calendar-fa-icon {
    float: right;
    font-size: 20px;
}
.fareGridSimple #opendatedcheck {
    font-size: inherit;
}

.fareGridSimple #dayViewGrid-template {
    display: flex;
    flex-flow: row wrap;
}

.fareGridSimple .flex-column {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.fareGridSimple .product-booking-table th {
    background: none;
}

.fareGridSimple .add-cart-continue,
.fareGridSimple .cancel-button {
    padding: 17px 48px;
}

.fareGridSimple .booking-incremental .fare-loading {
    display:block;
}
.fareGridSimple .Actions button {
    float: right;
}

.fareGridSimple .Actions .cancel-button {
    float: left;
}

.fareGridSimple #dayViewGrid-template {
    overflow:hidden;
    margin-top: 6px;
}
.fareGridSimple #dayViewGrid-template .flex-column.flex-hide {
    display: none;
}
.fareGridSimple .next-week {
    margin-right: 5px;
}
.fareGridSimple td.checked {
    background-color: transparent;
}
@media screen and (max-width: 500px) {
    .fareGridSimple .calendar-nav {
        float: right;
    }
}
.fareGridSimple .conditions-message {
    color:red;
    font-weight: bold;
}
.fareGridSimple .alert-message {
    text-align: center;
    color:red;
}
.giftbooking .close-booking-form {
    color: #333;
    font-size: 20px;
}

#giftbookinginfo .border {
    border-bottom: 1px solid #ccc;
}
.giftbooking-alert {
    padding-top: 10px;
}

.fareGridSimple.giftbooking table.faregrid-details {
    margin-top: 0;
}
form#ProductForm_ProductBookingForm.giftbooking {
    background: #f0f0f0;
}
.fareGridSimple.giftbooking table.faregrid-details tr {
    background: #fff;
}

.fareGridSimple.giftbooking table.faregrid-details tr td,
.fareGridSimple.giftbooking table.faregrid-details tr th {
    padding-left: 15px;
}
.fareGridSimple.giftbooking table.faregrid-details tr {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.fareGridSimple.giftbooking #booking-cart-template .col-sm-12 {
    padding: 0;
}
.fareGridSimple.giftbooking table.faregrid-details {
    border-spacing: 0 10px;
    border-collapse: separate;
}

#ProductForm_ProductBookingForm #giftbookinginfo,
#ProductForm_ProductBookingForm #giftbookinginfo h2 {
    display: none;
}

.giftbooking #opendatedcheck,
.giftbooking.fareGridSimple a.grid-toggle-button,
.giftbooking .fare-grid-notice,
.giftbooking #StartDate,
.giftbooking .calendar-fa-icon,
.giftbooking .faregrid-details thead,
.giftbooking #ProductForm_ProductBookingForm_action_Save,
.giftbooking .price-total,
.giftbooking #liveavailbooking,
.giftbooking .travel,
.giftbooking#ProductForm_ProductBookingForm h2 {
    display: none;
}
.giftbooking#ProductForm_ProductBookingForm #giftbookinginfo,
.giftbooking#ProductForm_ProductBookingForm #giftbookinginfo h2 {
    display: block;
}

.giftbooking#ProductForm_ProductBookingForm #giftbookinginfo h2 {
    background: none;
    color: #333;
    padding: unset;
    float: none;
}
div#giftbookinginfo {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .fareGridSimple table.faregrid-details .show-mobile {
        display: none;
    }
    .booking-response-container.giftbooking {
        z-index: 100002;
        top: 0;
        position: fixed;
        width: 100%;
        margin-left: 0;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
    }
    .booking-response-container.giftbooking .booking-response.giftbooking {
        width: 40%;
        margin-left: 30%;
        position: fixed;
        bottom: unset;
        margin-top: 10%;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        padding: 30px;
    }
}

.fareGridSimple.giftbooking table.faregrid-details tr {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
form#ProductForm_ProductBookingForm.giftbooking .Actions {
    background: #fff;
}

.fareGridSimple.giftbooking .alert-danger.availability-error {
    display: none;
}


.beat {
    animation:beat 2s ease infinite;
}
@keyframes beat {
    0% {
        transform:scale(1);
    }
    5% {
        transform:scale(1.25);
    }
    20% {
        transform:scale(1);
    }
    30% {
        transform:scale(1);
    }
    35% {
        transform:scale(1.25);
    }
    50% {
        transform:scale(1);
    }
    55% {
        transform:scale(1.25);
    }
    70% {
        transform:scale(1);
    }
}
.pickups select {
    margin-bottom: 10px;
}

select[id^="pickupid"],
select[id^="dropoffId"],
select[id^="timeid"] {
    margin-bottom: 10px;
    max-width: 60%;
}