﻿html {
    position: relative;
    min-height: 100%;
    background-color: #fff;
    width: 100vw;
}

body {
    margin-bottom: 340px;
    overflow-x: hidden;
}

footer {
    position: absolute;
    bottom: 0px;
    height: 300px;
}

.bigwidthbutton {
    min-width: 310px !important;
    word-wrap: break-word;
    white-space: normal;
}

.bg-primary-light {
    background-color: #f2f8fd;
}

.bg-primary-light-alt {
    background-color: #EAF2F7;
}


h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h2 {
    margin-top: 25px;
}

.container.body-content {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.Breadcrumb_Container + .container.body-content {
    margin-top: -10px;
}

.Breadcrumb_Container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -15px;
    height: 42px;
}

.breadcrumb {
    padding-left: 0px;
    height: 40px;
}

.breadcrumb a {
    padding: 10px 15px;
    margin-left: -15px;
}


.error-list ul {
    padding-left: 20px;
}

.bg-primary:hover {
    background-color: #05A396;
}
.bg-primary-reverse {
    color: #06b5a6;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 5px;
}
.bg-primary-reverse:hover {
    color: #fff;
    background-color: #70DAD1;
}

.LargeCheckbox {
    height: 25px;
    width: 25px;
    margin: 0px;
}

.WordButton_Mobile {
    padding: 10px;
    margin-left: -10px;
}

.Responsive_Recaptcha {
    transform: scale(0.50);
    -webkit-transform: scale(0.50);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#ActivitiesTable td {
    vertical-align: middle;
}

/* Well */
.well {
    padding-top: 6.5px;
}

.NoResultsText {
    font-size: 18px;
    margin: 0px;
}
.NoResultsText_Well {
    font-size: 18px;
    margin: 24px 0px 0px 24px;
}
.well-light {
    background-image: none;
    background-color: #F9F9F9;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 6.5px 15px 15px 15px;
}

.Well_Body_LeftAdjust {
    margin-left: 15px;
}
.Well_Body_RightAdjust {
    margin-right: 15px;
}
.Well_Header_LeftAdjust {
    margin-left: 4px;
}
.Well_Header_RightAdjust {
    margin-right: 4px;
}
.Well_Header_Balances {
    float: left;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 4px;
}

/* Table */
.Table_BorderBottom {
    border-bottom: 1px solid #ddd;
}

.Table_BorderBottom_Header {
    border-bottom: 2px solid #ddd;
}
.Table_Row {
    padding: 15px 0px;
}
.Table_CategoryIcon {
    width: 15px;
    display: inline-block;
}
.Table_CategoryIcon ~ a {
    margin-left: 20px;
    display: block;
}

.Table_ScrollX {
    overflow-x: auto;
}

.Table_ScrollX_ScrollText .Arrow_Container {
    width: 16px;
    font-size: 17px;
}

.Table_HeaderBackground {
    background-color: #EAF2F7;
}

.Table_Header {
    font-weight: bold;
}

/* Member Forms */
.MemberForms_Edit_Container {
}
/* Index */
.Member_Home_List + .col-md-6 iframe {
    width: 100%;
}

.Member_Home_List {
    list-style-type: none;
    margin: 0;
}

.Member_Home_List .item {
    position: relative;
    border-top: 1px solid #ddd;
}

.Member_Home_List .item.no-icon .title {
    left: 0;
    top: 9px;
}

.Member_Home_List .item:last-child {
    border-bottom: 1px solid #ddd;
}

.Member_Home_List .item:hover {
    background-color: #eee;
}

.Member_Home_List .item .fa-chevron-right {
    width: 25px;
    text-align: right;
    font-size: 20px;
}

.Member_Home_List .item img {
    display: inline-block;
    width: 50px;
}

.Member_Home_List .item .icon {
    font-size: 35px;
    width: 50px;
    margin-right: 15px;
    text-align: center;
    top: 0px;
    left: 0px;
}

.Member_Home_List .item .member-info {
    display: inline-block;
    height: 30px;
    top: 10px;
    margin-left: 10px;
    position: relative;
}

.Member_Home_List .item .title {
    font-weight: bold;
    width: calc(100% - 80px);
}

.Member_Home_List .item a {
    display: flex;
    padding: 10px;
    min-height: 60px;
    text-decoration: none;
    color: #333;
    align-items: center;
}

.Member_Home_List .fa.fa-edit {
    padding-left: 9px;
}

    .Member_Home_List .checkbox.item, .radio.item {
        margin: 0px;
    }

    .Member_Home_List .checkbox.item a .title, .radio.item a .title {
        top: -3px;
    }

.Member_Home_List .checkbox label, .radio label {
    display: block;
    width: 100%;
    padding: 0 25px 14px;
}

.Member_Home_List .item.all a {
    display: block;
    width: 100%;
    padding: 14px 6px 14px;
    min-height: 0;
    background-color: #f9f9f9;
}

.Member_Home_List .item a.Disable {
    color: #929191;
}

/* Navigation */
.navbar-brand {
    float: none;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {
    margin-left: 10px;
}
.navbar-brand>img.brand-logo {
    display: inline;
}
.header-text {
    display: inline;
    font-size: 18px;
    font-weight: bold;
}
.nav.navbar-nav {
    position: relative;
}
.navbar-toggle {
  margin-top: 9px;
}
.navbar-link i {
    padding-right: 3px;
}
/* Product List */
.ProductContainer {
    display: block;
}
.ProductDetails p {
    padding-top: 0px;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.3;
}
.QuickAddButtonContainer {
    margin-top: 10px;
    padding-left: 0px;
}
.ProductDetailTitle {
    font-size: 18px;
}
.ProductImage img {
    max-width: 90%;
    max-height: 90%;
}

.QuickAddButtonOptions {
    padding: 5px 16px;
    opacity: 0.75;
}
.QuickAddButtonOptions.HideOptions {
    opacity: 1;
}
.ProductDetail {
    line-height: 1.3;
}
.ProductContainer .browse-details {
    margin-top: 15px;
}
.ProductListContainer {
    padding-top: 20px;
}

.ProductOptions .QuickAddButton {
    margin-top: 15px;
    margin-bottom: 5px;
    float: right;
    padding: 5px 10px;
}
.ProductListContainer hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ProductOptionsContainer .QuickAddItems {
    display: flex;
    flex-wrap: wrap;
}

.QuickAddLabel {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.1em;
    width: 100%;
}
.QuickAddLabel.ProductDescription_Label {
    margin-top: 5px;
}

.QuickAdd-AddOnContainer .AddOnItem img {
    display: none;
}

.AddOnItem img {
    display: none;
}

.AddOnItem:not(:first-child) {
    margin-top: 24px;
}

.QuickAdd-AddOnContainer .AddOnItem {
    margin-top: 0px;
}


.AddOns-ShowSubProductImage .AddOnItem img {
    display: block;
    padding-right: 16px;
    width: 50%;
    margin: 0 auto 16px;
    max-width: 150px;
    max-height: 130px;
}

.AddOns-ShowSubProductImage .AddOnItem {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


.AddOnItem_Options .ProductName {
    margin-top: 0px;
}


.AddOnCheckAll, .AddOnUncheckAll {
    cursor: pointer;
    font-size: 15px;
    border-bottom: 2px solid rgba(6, 181, 166, 0);
}
.AddOnCheckAll:hover, .AddOnUncheckAll:hover {
    border-bottom: 2px solid rgba(6, 181, 166, 1);
    transition: background-color ease-in 200ms 200ms;
}
.AddOnsTitle_Title {
    width: 100%;
}
.ProductDescription_Button {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0px;
}
.select_days {
    width: 100%;
}
.ProductOptions {
    padding-top: 15px;
}
.GridProductRow .ProductOptions {
    padding-top: 0px;
}
.GridProductRow {
    margin-top: 10px;
}
.PaginationRow {
    margin-left: 0px;
    margin-right: 0px;
}
.DatesContainer {
    width: 100%;
}
.DatesContainer_To {
    width: 100%;
    text-align: center;
    display: block;
}
.DayStatusBreak {
    display: none;
}
.DaysSelection {
    font-size: 13px;
}
.ReplaceActiveMembership {
    list-style-type: none;
    padding-left: 0px;
    font-size: 13px;
    margin-top: 20px;
    border: 1px solid #EEE;
    border-radius: 5px;
    background-color: #F9F9F9;
}
.QuickAdd_Addons_Description_Button {
    cursor: pointer;
}
.ShoppingForQuickAdd .QuickRemove {
    display: none;
}
.ShoppingForQuickAdd .QuickRemove.QuickRemoveButton {
    display: inline;
}
.QuickAddButton:disabled,
.QuickAddButton[disabled] {
    border: 1px solid #999999;
    background-color: #dddddd;
    color: #777;
}

.GroupedProductInfoContainer {
    width: calc(100% - 90px);
}
.thumbnail.GroupedProductImage {
    float: right;
    margin-right: 0px;
}
.ViewMoreProductDescription {
    cursor: pointer;
    margin-left: 8px;
    font-weight: normal;
}
.ViewMoreProductDescriptionMore {
    display: none;
}
.ViewMoreProductDescription.ViewLess {
    display: none;
    margin-left: 0px;
}
.GroupedProductCenterAdjust {
    margin-top: -4px;
}
.GridBottomDivider {
    width: 83%;
    margin-left: 15px;
    margin-right: 15px;
}

/* Make Payment */
.cumulative-balance label.select_days {
    width: 47%;
}

/* Footer */
.FooterContainer {
    padding-top: 15px;
    /*padding-bottom: 100px;*/
}

/* Scroll To Top Button */
#ScrollToTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 9px 13px;
    border-radius: 30px;
    opacity: 1;
    box-shadow: 1px 1px 2px #bbb;
}

/* Calendar */
.schedule-info {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: space-between;
}

.top-info-date {
    text-align: center;
    padding: 2px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 11px 3px;
}

.Schedule_Daily .top-info-date {
    min-width: 25%;
    flex-grow: 2;
}
.Schedule_Week .top-info-date {
    width: 33%;
}

.Schedule_Week .top-info-date.daySeven {
    margin-left: 35%;
    margin-right: 35%;
}
.top-info-date-nav {
    order: 2;
    width: 48%;
    display: flex;
    justify-content: center;
}

.top-info-nav-prev {
    justify-content: flex-end;
}
.top-info-nav-next {
    justify-content: flex-start;
}
.top-info-date-nav button {
    width: 70%;
}

.top-info-nav {
    height: 50px;
    text-align: center;
}

.top-info-nav-next {
    text-align: right;
}
.event-details-table td {
    padding: 3px 0px 2px 8px;
}
.event-details-table tr {
    border-bottom: 1px solid #ddd;
}
.event-details-table th {
    font-weight: bold;
    width: 50%;
}
.Calendar_Container_Week {
    overflow-x: auto;
}
.Schedule_Week .calendar-nav-day-name {
    display: none;
}
.SummaryContainer_Dialog {
    max-width: fit-content;
    width: 90vw !important;
}
.Calendar_Filter select {
    padding: 3px;
}
.Calendar_Filter .input-xlarge .btn {
    padding: 1px 3px 0px 3px;
}
.Calendar_Filter span.dropdowncaret {
    background-position-x: right;
}

/* Calendar Management */
.calendar-management-list-item {
    position: relative;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 10px 5px 10px 15px;
    padding: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .calendar-management-list-item .calendar-management-list-item-title {
        width: 70%;
    }
    .calendar-management-list-item .calendar-management-list-item-nav {
        width: 15%;
        padding: 5px;
        text-align: center;
    }
    .calendar-management-list-item .fa.icon {
        font-size: 25px;
    }
    .calendar-management-list-item-nav-filter .col-xsm-8 {
        margin-left: -15px;
        margin-right: -15px;
    }

.calendar-management-list-item-delete-wrapper p {
    display: inline-block;
    width: calc(100% - 70px);
}
    .calendar-management-list-item-delete-wrapper button {
        display: inline-block;
        padding: 1px 0px;
        width: 30px;
    }

.IconList_Container.Calendar_IconList .IconList_Item a {
    padding: 0px;
}

/* Registration */
.checkPasswordValid {
    color: #999
}
.checkPassword_Option {
    margin-top: 4px;
}

/* Reservations */
.ReservationsHead {
    background-color: #EAF2F7;
}

.Reservations td, .Reservations > thead > tr > th {
    padding-bottom: 4px;
    font-size: 13px;
}

table.Reservations .SelectorContainer td {
    padding: 20px;
}

table.Reservations .SelectorContainer tr:nth-child(4n+2) td {
    background-color: #fafafa;
}

.Reservations_CancelButton {
    width: 100px;
}

.Reservations_MobileEvent {
    font-size: 16px;
}

.Reservations.table td {
    vertical-align: middle;
    height: 48px;
}

.Reservations.table td.Reservation_ButtonContainer {
    padding: 8px 14px;
}

.Reservations_MobileEvent_Title {
    font-size: 18px;
    font-weight: bold;
}

.Reservations_MobileEvent .cancelReservation-link {
    font-size: 16px;
    float: right;
}
.Reservations_MobileEvent span {
    width: 75px;
    display: inline-block;
}

.Reservations_MobileEvent_Title span {
    width: auto;
}

.Reservations_MobileEvent_Title_Status {
    font-size: 85%;
}

.Reservations_Header_Waitlist,
.Reservations_Header_Confirmed {
    font-size: 22px;
}

.Reservations_Header_Waitlist {
    margin-left: -20px;
}

/* Payment */
.Payment_History_MemberInfoTable div {
    display: flex;
    margin-bottom: 7px;
}

.Payment_History_MemberInfoTable .Table_Header {
    max-width: 200px;
    min-width: 140px;
    width: auto;
}

.ReceiptTopSectionLeft .row, .ReceiptTopSectionRight .row {
    margin-bottom: 5px;
}

.SwitchPaymentMethod_Select {
    width: 100%;
}

/* IconListContainer */
.IconList_Container {
    list-style-type: none;
}

.IconList_Item {
    position: relative;
    border-top: 1px solid #ddd;
}

    .IconList_Item.no-icon .title {
        left: 0;
        top: 9px;
    }

.IconList_Container .IconList_Item:last-child {
    border-bottom: 1px solid #ddd;
}

.IconList_Item a:hover {
    background-color: #eee;
}

.IconList_Item a.Disable:hover {
    background-color: transparent;
    cursor: default;
}

.IconList_Item .fa-chevron-right {
    width: 25px;
    text-align: right;
    font-size: 20px;
}

.IconList_Item img {
    display: inline-block;
    width: 50px;
}

.IconList_Item .glyphicon.icon {
    display: inline-block;
    font-size: 35px;
    top: 12px;
}

.IconList_Item .icon {
    font-size: 35px;
    width: 50px;
    margin-right: 15px;
    text-align: center;
    top: 0px;
    left: 0px;
}

.IconList_Item .member-info {
    display: inline-block;
    height: 30px;
    top: 10px;
    margin-left: 10px;
    position: relative;
}

.IconList_Item .title {
    font-weight: bold;
    width: calc(100% - 80px);
}

.IconList_Item a {
    display: flex;
    padding: 10px;
    min-height: 60px;
    text-decoration: none;
    color: #333;
    align-items: center;
}

.IconList_Item.all a {
    display: block;
    width: 100%;
    padding: 14px 6px 14px;
    min-height: 0;
    background-color: #f9f9f9;
}

.IconList_Item a.Disable {
    color: #929191;
}

.IconList_Item_Data {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.IconList_Item_Text {
    width: calc(100% - 80px);
}

.IconList_Item a.Disable .fa-chevron-right {
    display: none;
}

/* Checkout Reciept */
.OrderSummary .receipt_details .row {
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .ProductImage {
        width: 30%;
    }
    .ProductInfo,
    .ProductDetail {
        width: 70%;
    }
    .QuickAddButtonContainer {
        width: 70%;
        margin-left: 30%;
    }
    .ProductOptions .col-xs-10 {
        margin-left: 0px;
        width: 100%;
    }

    .ProductContainer.GroupedProduct {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 360px) {
    .hidden-xxsm {
        display: none;
    }
    .FullWidth-xxsm {
        width: 100%;
    }
    .StatusName.hidden-xs {
        display: inline-block !important;
        text-align: left;
    }

    .public_btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .QuickAddButtonContainer {
        margin-left: 15px;
    }
    .ProductDetail {
        width: 100%;
    }
    .HeaderSectionMobile_Filter {
        height: 35px;
        display: flex;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: -18px;
    }
    .HeaderSectionMobile_ShoppingFor {
        width: 100%;
    }
    .HeaderSectionMobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .ProductContainer .StatusName {
        text-align: left;
    }
}

@media (min-width: 361px) {
    .select_days {
        width: 49%;
    }

    .DatesContainer .col-md-3 {
        width: 50%;
    }
    .DayStatusBreak {
        display: inline;
    }
    .QuickAddButtonContainer {
        padding-left: 15px;
    }
    .GridProduct .ProductImage {
        padding-right: 0px;
    }
     /* Calendar */
    .top-info-date-nav button {
        width: 40%
    }
   
}

@media (min-width: 408px) {
    .flex-xs-nowrap {
        flex-wrap: nowrap !important;
    }
    .DatesContainer_To {
        width: auto;
    }

    /* Calendar */
    .Schedule_Week .top-info-date {
        width: 33%;
        padding: 7px 7px;
    }
}

@media (min-width: 472px) {
    .Schedule_Week .top-info-date {
        width: 12%;
    }
    .Schedule_Daily .top-info-date {
        width: 12%;
        min-width: 0px;
    }
    .Schedule_Week .top-info-date.daySeven {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 576px) {

    /* Product List */
    .ProductContainer {
        display: flex;
    }

    .QuickAddButtonContainer {
        text-align: right;
        align-self: center;
    }

    .QuickAddButtonContainer {
        margin-top: 0px;
    }

    .QuickAddButtonOptions {
        padding: 10px 20px;
    }

    .ProductContainer .StatusName {
        max-width: 90%;
    }

    .ProductContainer .StatusName {
        text-align: center;
    }

    .ProductOptions .QuickAddButton {
        float: unset;
        padding: 1px 6px;
    }

    .select_days {
        width: 32%;
    }

    .GridProductRow {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .GridProduct {
        width: 42%;
        margin: 30px 15px 15px 15px;
        padding: 0;
        padding-bottom: 30px;
        margin-bottom: 0;
        border-bottom: 1px solid transparent;
    }
    .GridProduct > .row {
        flex-grow: 2;
        display: flex;
        flex-direction: column;
    }
    .GridProduct.GridProductBorderBottom {
        border-bottom: 1px solid #eee;
    }
    .ProductListContainer .GridProductRow hr.col-xs-12 {
        display: none;
    }

    .GridProductRow .ProductImage,
    .GridProductRow .ProductDetail {
        width: 100%;
    }

    .ProductImage img {
        max-width: 85px;
        max-height: 85px;
    }
    .GridProduct .ProductImage {
        padding-right: 15px;
    }

    .GridProduct .StatusName {
        text-align: left;
    }

    .GridProductDivider {
        padding-left: 12px;
        padding-right: 12px;
        margin: 3% 0%;
        display: flex;
        justify-content: center;
    }

    .GridProductDividerLine {
        width: 1px;
        background-color: #eee;
    }

     .GridProductDivider:nth-child(7) {
        display: none;
    }
    .GridProductDivider:nth-child(36n + 20) {
        display: none;
    }
    .GridProductDivider:nth-child(36n + 30) {
        display: none;
    }
    .GridProductDivider:nth-child(36n + 43) {
        display: none;
    }
    .GridProductRow .QuickAddButtonContainer {
        text-align: left;
        margin-top: 10px;
        flex-grow: 2;
        display: flex;
        align-items: flex-end;
    }
    .GridProductRow .QuickAddButtonContainer .QuickAddButtonOptions {
        padding: 7px 15px;
    }
    .GridProductRow {
        padding-top: 0px;
        margin-top: -15px;
    }
    .GridProductRow .ProductOptionsContainer {
        display: block;
        width: 100%;
    }
    .GridProductRow .ProductOptionsContainer_GridOne,
    .GridProductRow .ProductOptionsContainer_GridThree {
        width: 0%;
        display: none;
    }

    .QuickAddItems .DatesContainer label {
        margin-top: 0px;
    }
  

    .GridProductRow .ProductOptions .GridProductBorderBottom {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        padding-top: 15px;
        margin: 0px;
        width: 100%;
    }
    .AddOnsTitle_Title {
        width: auto;
    }

    /* Calendar */
    .top-info-date {
        text-align: center;
        width: 12%;
        cursor: pointer;
        margin-bottom: 0px;
    }

    .top-info-date-nav {
        width: 6.25%;
        order: 0;
    }
    .top-info-date-nav button {
        width: 100%;
    }
    .top-info-nav {
        height: 40px;
        text-align: center;
    }
    .top-info-nav-next {
        text-align: right;
    }
    .Schedule_Week .calendar-nav-day-name {
        display: block;
    }
    .event-details-table tr {
        border-bottom: 0px;
    }
    .event-details-table td {
        padding: 0px 0px 2px 8px;
    }

    /* Calendar Mangement */
    .calendar-management-list-item .calendar-management-list-item-title {
        width: 80%;
    }
        .calendar-management-list-item .calendar-management-list-item-nav {
            width: 8%;
        }

    /* Payment */
    .Payment_History_MemberInfoTable .Table_Header.Table_Header_Small {
        min-width: 80px;
    }

    .PaymentRecipet_DescriptionColumn {
        width: 538px;
    }
    .SwitchPaymentMethod_Select {
        width: calc(100% - 190px)
    }


    /* Well */
    .well-light {
        padding: 6.5px 24px 24px 24px;
    }

    .Well_Body_LeftAdjust {
        margin-left: 24px;
    }

    .Well_Body_RightAdjust {
        margin-right: 24px;
    }

    .Well_Header_Balances {
        float: right;
        text-align: right;
        margin-bottom: 0px;
    }

    /* Checkout Reciept */
    .OrderSummary > .row:last-child {
        margin-bottom: 15px;
    }

    /* Reservations */
    .Reservations_MobileEvent_Title_Status {
        font-size: 85%;
    }

}

/* Desktop only styles for widths over 768px */
@media (min-width: 768px) {
    .WordButton_Mobile {
        padding: 10px;
        margin-left: -10px;
    }

    /* Table */
    .Table_Row {
        padding: 10px 0px;
    }

    .container.body-content,
    .Breadcrumb_Container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-row {
        margin-top: 10px;
        min-height: 86px;
    }

    .sub-container {
        padding-left: 0;
    }

    .breadcrumb {
      /*  padding: 8px 0px;
        margin-bottom: 20px;
        list-style: none;*/
        background-color: transparent;
   /*     border-radius: 4px;
        top: -24px;
        position: absolute;*/
    }

    .day_open {
        display: block;
    }

    .day_wait {
        display: block;
    }

    .day_close {
        display: block;
    }

    .small-PaymentList {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .MobileStep {
        display: none;
    }

    .StepProcess {
        position: absolute;
        top: 130px;
    }

    .AccountDropdown {
        padding-top: 11px;
    }

    .ShopDropdown .dropdown a {
        padding: 5px 15px;
    }
    .ShopDropdown a.dropdown-toggle {
        margin-top: 18px;
        padding: 8px 10px;
    }

    .HeaderFilterObject.FilterObject {
        margin-top: 27px;
    }

    .browse-filter .FilterObject label,
    .browse-filter .FilterObject a {
        margin-left: 0px;
    }

    .FilterObject [name="BirthDate"] {
        font-size: 15px;
        padding-left: 5px;
    }

    /* Product List */
    .ProductContainer .browse-details td {
        line-height: 1.4;
        padding: 3px;
    }
    .ProductDetailTitle {
        font-size: 16px;
    }
    .ProductImage .thumbnail {
        max-width: 85px;
        max-height: 85px;
    }
    .QuickAddButtonOptions {
        padding: 1px 6px;
    }
    .ProductImage {
        padding-right: 5px;
    }
    .ProductContainer .StatusName {
        max-width: 85px;
    }
    .ProductDetails {
        display: flex;
        flex-wrap: wrap;
    }
    .ProductDetails p {
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .ProductOptionsContainer .QuickAddItems > * {
        margin-top: 15px;
    }
    .ProductOptionsContainer .QuickAddItems > *:not(label) {
        width: calc(100% - 90px);
    }
    .QuickAddLabel {
        margin: 0px;
        padding-right: 10px;
        width: 90px;
        line-height: 1.3;
    }
    .select_days {
        width: 24%;
    }
    .QuickAddLabel {
         font-weight: normal; 
         font-size: 14px;
    }
    .ProductOptionsContainer .QuickAddItems {
        flex-wrap: nowrap;
    }
    .ProductGroupedContainer,
    .PaginationRow {
        margin-left: -15px;
        margin-right: -15px;
    }
    .GridProductRow .ProductOptions {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ViewButtonContainer {
        padding-right: 0px;
        margin-top: 2px;
    }
    .ResultsAmountContainer {
        margin-top: 29px;
    }
    .ProductListContainer {
        margin-right: -15px;
    }
    .QuickAddItems select.form-control {
        width: auto;
    }
    .GridProduct > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .GridProductRow .QuickAddButtonContainer .QuickAddButtonOptions {
        padding: 1px 6px;
    }
    .ProductListContainer hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .QuickAddItems ul.ReplaceActiveMembership {
        width: 100%;
    }
    .GridProductRow .ProductOptions > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .GroupedProductImage {
        margin-top: 5px;
    }

 

    


    .ProductOptionsContainer .ProductOptions_InnerContainer {
        margin-left: 13%;
        width: 87%;
    }

        .AddOns-ShowSubProductImage .AddOnItem {
            flex-direction: row;
        }

            .AddOns-ShowSubProductImage .AddOnItem img {
                max-width: 100px;
                margin: 0;
            }

    .ProductContainer .ProductImage {
        width: 13%;
    }

        .ProductContainer .ProductImage + .ProductDetail {
            width: 70.3333333%
        }

    /* Registration */
    .checkPassword_Option.TopOption {
        margin-top: -5px;
    }

    /* Calendar*/
    .event-details-table th {
        width: 50%;
    }

    /* Calendar Management */
    .calendar-management-list-item {
        padding: 10px 5px 10px 15px;
    }
        .calendar-management-list-item .fa.icon {
            font-size: 18px;
        }
        .calendar-management-list-item .calendar-management-list-item-nav {
            width: 6%;
            text-align: center;
            padding: 0px 5px;
        }
        .calendar-management-list-item .calendar-management-list-item-title {
            width: 88%;
        }
        .calendar-management-list-item-nav-filter .col-xsm-8 {
            margin-left: -0px;
            margin-right: 0px;
        }

    .IconList_Container.Calendar_IconList .IconList_Item a {
        padding: 10px;
    }


    /* Reservations */
    table .Reservations .SelectorContainer td {
        padding: 15px;
        vertical-align: middle;
    }
}

@media (max-width:1200px) {
.StepProcess {
    position: absolute;
    top: 120px;
}

.StepLink {
    padding: 50px 0px;
}
}

@media only screen and (min-width : 992px) {
    h2 {
        margin-top: 35px;
    }

    .header-text {
        padding-left: 25px;
    }

    .StepProcess {
        position: absolute;
        top: 175px;
    }

    .StepLink {
        padding: 70px 0px;
    }

    .AccountDropdown {
        padding-top: 0px;
    }

    .ShopDropdown .dropdown a {
        padding: 15px;
    }
    .ShopDropdown .dropdown .dropdown-menu a {
        padding: 3px 20px;
    }
    /* Well */
    .Well_Header_Balances {
        margin-top: 10px;
    }
    /* Products */
    .HeaderFilterObject.FilterObject {
        margin-top: 27px;
    }

    .browse-filter .FilterObject label,
    .browse-filter .FilterObject a {
        margin-left: 10px;
    }

    .FilterObject [name="BirthDate"] {
        font-size: 16.8px;
        padding-left: 12px;
    }
    .ProductOptions {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ProductListContainer .GridProductRow .ProductOptionsContainer.row,
    .GridProductRow .ProductOptions {
        margin-left: 0px;
        margin-right: 0px;
    }
    .GroupedProductImage {
        margin-top: 0px;
    }
    .ViewButtonContainer {
        margin-top: 11px;
    }
    .ResultsAmountContainer {
        margin-top: 40px;
    }
    /* Make Payment */
    .cumulative-balance label.select_days {
        width: 40%;
    }

    /* Scroll To Top Button */
    #ScrollToTopButton {
        opacity: 0.85;
    }

    #ScrollToTopButton:hover {
        opacity: 1;
    }

    /* Calendar */
    .top-info-date-nav button {
        width: 70%;
    }
    .event-details-table tr:last-child th,
    .event-details-table tr:last-child td {
        border-bottom: 0px;
    }

    .top-info-nav-prev {
        justify-content: flex-start;
    }

    .top-info-nav-next {
        justify-content: flex-end;
    }
    .SummaryContainer_Dialog {
        max-width: fit-content;
        width: 70vw !important;
    }
    .event-details-table th {
        width: 40%;
    }

    /* Reservations */
    table.Reservations .SelectorContainer td {
        padding: 14px 8px;
    }

    .Reservations_Header_Waitlist,
    .Reservations_Header_Confirmed {
        font-size: 18px;
    }
    table.Reservations .SelectorContainer tr:nth-child(2) td {
        border-top: 0px;
    }
    .Reservations_Header_Waitlist {
        margin-left: -8px;
    }

    /* Cart */
    .cart_Totals {
        margin-top: -37px;
    }

    .cart_PageTitle {
        margin-bottom: -5px;
    }

}

@media (min-width : 1200px) {
    .GridProduct {
        width: 27%;
        margin: 20px 15px 0px 15px;
    }

    .GridProductRow .GridProductDivider {
        display: flex;
    }
    .GridProductRow .GridProductDivider:nth-child(13) {
        display: none;
    }
    .GridProductDivider:nth-child(36n + 30) {
        display: none;
    }
    .GridProductDivider:nth-child(36n + 49) {
        display: none;
    }
    .select_days {
        width: 19%;
    }
    .GridProductRow {
        margin-top: -25px;
    }
    .GridProductRow .GridProduct:nth-child(n - 3) {
        flex-grow: 0 !important;
    }
    .GridProductDivider:last-of-type {
        display: none;
    }
    .GridProductRow .ProductOptionsContainer_GridThree {
        display: block;
        width: 100%;
    }
    .GridProductRow .ProductOptionsContainer_GridOne,
    .GridProductRow .ProductOptionsContainer_GridTwo {
        width: 0%;
        display: none;
    }

    /* Make Payment */
    .cumulative-balance label.select_days {
        width: 30%;
    }

}

/* Mobile only styles for widths under 768px */
@media (max-width: 767px) {
    .sub-container {
        padding-left: 15px;
    }

    .breadcrumb {
        /*margin-top: 5px;*/
        list-style: none;
        background-color: transparent;
        /*border-radius: 4px;*/
    }

    .threedeep {
        padding-left: 15px;
        padding-right: 15px;
    }

    .padding-md {
        padding-left: 30px;
    }

    .staff-menu {
        background-color: #fff;
    }

    .clear-text {
        background-color: #E2E2E2;
        border-radius: 4px;
        padding: 0 5px;
    }



    .AddOn_select_days {
        width: 50%;
    }

    .day_open, .day_wait, .day_close {
        display: inline-block;
        padding-top: 5px;
        padding-right: 10px;
        float: right;
    }

    row.details {
        margin-left: 0px !important;
    }

    .public_header {
        padding: 10px !important;
    }

    .public_well {
        margin-bottom: 0px;
    }

    .small-PaymentList {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .MobileStep {
        display: none;
    }

    .StepProcess {
        position: absolute;
        top: 65px;
        margin-right: 5px;
    }

    .StepProcessLinks {
        height: 75px;
    }

    .StepLink {
        padding: 70px 0px;
    }

    .CompleteButton {
        padding: 10px 0px 5px 0px;
    }



    .ProductDetails .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }


    p.ProductDetails_BranchName {
        font-weight: bold;
    }

    .EligibleStatusName {
        display: block;
    }


    .ProductContainer .EligibleStatusName,
    .GridProduct .EligibleStatusName {
        padding-left: 0px;
        padding-right: 15px;
    }
}
/* Mobile only styles for widths under 600px */
@media (max-width: 600px) {
    .public_btn {
        width: 49%;
        margin-bottom: 5px;
    }

    .MobileStep {
        display: block;
    }

    .DesktopStep {
        display: none;
    }

    .StepProcessLinks {
        height: 75px;
    }

}
/* Mobile only styles for widths under 500px */
@media (max-width: 500px) {

    .AddOn_select_days {
        width: 100%;
    }

    .day_open, .day_wait, .day_close {
        display: inline-block;
        padding-top: 5px;
        padding-right: 15px;
        float: right;
    }

    .AddOn_DaysSelection {
        margin-left: 10px;
    }

    .public_btn {
        width: 100%;
        margin-bottom: 10px;
    }


    .receipt-total {
        text-align: left !important;
    }

    .receipt-total {
        margin-top: 20px !important;
    }

    .DesktopStep {
        display: none;
    }

    .MobileStep {
        display: block;
    }

    .StepProcessLinks {
        height: 50px;
    }
}
/* Mobile only styles for widths under 360px */


@media print {
    .hidden-xs, .hidden-xxsm, .hidden-sm, .hidden-md, .hidden-lg {
        display: block !important;
    }

    table.hidden-xs, table.hidden-xxsm, table.hidden-sm, table.hidden-md, table.hidden-lg {
        display: table !important;
    }

    tr.hidden-xs, tr.hidden-xxsm, tr.hidden-sm, tr.hidden-md, tr.hidden-lg {
        display: table-row !important;
    }

    td.hidden-xs, td.hidden-xxsm, td.hidden-sm, td.hidden-md, td.hidden-lg {
        display: table-cell !important;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .Print-show {
        display: block !important;
    }

    .Print-no-break {
        break-inside: avoid;
    }

    .Print-h1 {
        font-size: 40px;
        font-weight: bold;
    }

    .Print-h2 {
        font-size: 32px;
        font-weight: bold;
    }

    .Print-h3 {
        font-size: 28px;
        font-weight: bold;
    }

    .Print-h4 {
        font-size: 24px;
        font-weight: bold;
    }

    .Print-h5 {
        font-size: 20px;
        font-weight: bold;
    }

    .Print-h5 {
        font-size: 16px;
        font-weight: bold;
    }

    .Print-col-12, .Print-col-11, .Print-col-10, .Print-col-9, .Print-col-8, .Print-col-7, .Print-col-6, .Print-col-5, .Print-col-4, .Print-col-3, .Print-col-2, .Print-col-1 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        font-size: 12px;
    }

    .Print-col-12 > .row, .Print-col-11 > .row, .Print-col-10 > .row, .Print-col-9 > .row, .Print-col-8 > .row, .Print-col-7 > .row, .Print-col-6 > .row, .Print-col-5 > .row, .Print-col-4 > .row, .Print-col-3 > .row, .Print-col-2 > .row, .Print-col-1 > .row {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0px;
    }

    .Print-col-12 .row, .Print-col-11 .row, .Print-col-10 .row, .Print-col-9 .row, .Print-col-8 .row, .Print-col-7 .row, .Print-col-6 .row, .Print-col-5 .row, .Print-col-4 .row, .Print-col-3 .row, .Print-col-2 .row, .Print-col-1 .row {
        margin-bottom: 0px;
    }

    .Print-col-12 {
        width: 100%;
    }

    .Print-col-11 {
        width: 91.66666667%;
    }

    .Print-col-10 {
        width: 83.33333333%;
    }

    .Print-col-9 {
        width: 75%;
    }

    .Print-col-8 {
        width: 66.66666667%;
    }

    .Print-col-7 {
        width: 58.33333333%;
    }

    .Print-col-6 {
        width: 50%;
    }

    .Print-col-5 {
        width: 41.66666667%;
    }

    .Print-col-4 {
        width: 33.33333333%;
    }

    .Print-col-3 {
        width: 25%;
    }

    .Print-col-2 {
        width: 16.66666667%;
    }

    .Print-col-1 {
        width: 8.33333333%;
    }

    .Print-col-pull-12 {
        right: 100%;
    }

    .Print-col-pull-11 {
        right: 91.66666667%;
    }

    .Print-col-pull-10 {
        right: 83.33333333%;
    }

    .Print-col-pull-9 {
        right: 75%;
    }

    .Print-col-pull-8 {
        right: 66.66666667%;
    }

    .Print-col-pull-7 {
        right: 58.33333333%;
    }

    .Print-col-pull-6 {
        right: 50%;
    }

    .Print-col-pull-5 {
        right: 41.66666667%;
    }

    .Print-col-pull-4 {
        right: 33.33333333%;
    }

    .Print-col-pull-3 {
        right: 25%;
    }

    .Print-col-pull-2 {
        right: 16.66666667%;
    }

    .Print-col-pull-1 {
        right: 8.33333333%;
    }

    .Print-col-pull-0 {
        right: auto;
    }

    .Print-col-push-12 {
        left: 100%;
    }

    .Print-col-push-11 {
        left: 91.66666667%;
    }

    .Print-col-push-10 {
        left: 83.33333333%;
    }

    .Print-col-push-9 {
        left: 75%;
    }

    .Print-col-push-8 {
        left: 66.66666667%;
    }

    .Print-col-push-7 {
        left: 58.33333333%;
    }

    .Print-col-push-6 {
        left: 50%;
    }

    .Print-col-push-5 {
        left: 41.66666667%;
    }

    .Print-col-push-4 {
        left: 33.33333333%;
    }

    .Print-col-push-3 {
        left: 25%;
    }

    .Print-col-push-2 {
        left: 16.66666667%;
    }

    .Print-col-push-1 {
        left: 8.33333333%;
    }

    .Print-col-push-0 {
        left: auto;
    }

    .Print-col-offset-12 {
        margin-left: 100%;
    }

    .Print-col-offset-11 {
        margin-left: 91.66666667%;
    }

    .Print-col-offset-10 {
        margin-left: 83.33333333%;
    }

    .Print-col-offset-9 {
        margin-left: 75%;
    }

    .Print-col-offset-8 {
        margin-left: 66.66666667%;
    }

    .Print-col-offset-7 {
        margin-left: 58.33333333%;
    }

    .Print-col-offset-6 {
        margin-left: 50%;
    }

    .Print-col-offset-5 {
        margin-left: 41.66666667%;
    }

    .Print-col-offset-4 {
        margin-left: 33.33333333%;
    }

    .Print-col-offset-3 {
        margin-left: 25%;
    }

    .Print-col-offset-2 {
        margin-left: 16.66666667%;
    }

    .Print-col-offset-1 {
        margin-left: 8.33333333%;
    }

    .Print-col-offset-0 {
        margin-left: 0;
    }

    .Print-float-start {
        float: left;
    }

    .Print-float-end {
        float: right;
    }

    .Print-inline-block {
        display: inline-block;
    }

    /* Receipt */
    .Receipt_OrderConfirmation {
        padding-top: 10px;
    }

    .Receipt_OrderNumber {
        margin-left: 10px;
    }

    .Well_Body_LeftAdjust {
        margin-left: 0px;
    }

    .Well_Header_LeftAdjust {
        margin-left: 0px;
    }

    /* Reservations */
    .Reservations td, th {
        padding: 3px 5px !important;
    }

    .Reservations tr {
        margin-left: -5px;
        margin-right: -5px;
    }

    .Reservations_Header_Waitlist {
        margin-left: 0px;
    }


} /* End Print */

.btn {
    border-radius: 2px;
}

nav.navbar form.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Mobile version of dropdown nav */
nav .navigation.mobile {
    padding: 0 5px 10px 5px;
}

    nav .navigation.mobile a:first-of-type {
        border-top: 1px solid #ddd;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    nav .navigation.mobile a:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    nav .navigation.mobile a {
        position: relative;
        line-height: 40px;
        clear: both;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px;
        display: block;
        font-size: 16px;
    }

nav .navigation.mobile a .glyphicon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
}

    nav .navigation.mobile {
        position: relative;
        padding: 10px;
    }

        nav .navigation.mobile .tagline {
            display: inline-block;
            float: left;
            bottom: 10px;
            position: absolute;
            font-size: 11px;
        }

        nav .navigation.mobile img {
            display: block;
            float: left;
        }

    /* Footer */
    footer {
        background-color: #eee;
        width: 100%;
    }

        /* Mobile version of footer */
        footer .navigation a {
            display: block;
            line-height: 30px;
            font-size: 14px;
        }

        footer .navigation.mobile {
            padding: 0 5px 10px 5px;
        }

            footer .navigation.mobile a:first-child {
                border-top: 1px solid #ddd;
                border-top-left-radius: 2px;
                border-top-right-radius: 2px;
            }

            footer .navigation.mobile a:last-child {
                border-bottom-left-radius: 2px;
                border-bottom-right-radius: 2px;
            }

            footer .navigation.mobile a {
                position: relative;
                line-height: 40px;
                clear: both;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                padding: 5px;
            }

                footer .navigation.mobile a .glyphicon {
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    margin-top: -8px;
                    font-size: 20px;
                }

        footer .logo.mobile {
            position: relative;
            padding: 10px;
        }

            footer .logo.mobile .tagline {
                display: inline-block;
                float: left;
                bottom: 10px;
                position: absolute;
                font-size: 11px;
            }

            footer .logo.mobile img {
                display: block;
                float: left;
            }

        footer .tag {
            padding: 10px;
        }

    /* Icon options */
    .glyphicon-large {
        font-size: 40px;
    }

    /* Body content*/
    .body-content {
        margin-bottom: 20px;
    }

/* Happy path objects */
.happy-path-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .happy-path-container .item {
        position: relative;
        border-top: 1px solid #ddd;
    }

        .happy-path-container .item.no-icon .title {
            left: 0;
            top: 9px;
        }

        .happy-path-container .item:last-child {
            border-bottom: 1px solid #ddd;
        }

        .happy-path-container .item:hover {
            background-color: #eee;
        }

        .happy-path-container .item .fa-chevron-right {
            position: absolute;
            right: 10px;
            top: 25px;
            font-size: 25px;
        }

        .happy-path-container .item img {
            display: inline-block;
            width: 50px;
        }

        .happy-path-container .item .glyphicon.icon {
            display: inline-block;
            font-size: 35px;
            top: 12px;
        }

        .happy-path-container .item .icon {
            display: inline-block;
            font-size: 35px;
            top: 6px;
            position: relative;
            width: 1.5em;
            text-align: center;
        }

        .happy-path-container .item .member-info {
            display: inline-block;
            height: 30px;
            top: 10px;
            margin-left: 10px;
            position: relative;
        }

        .happy-path-container .item .title {
            display: inline-block;
            font-weight: bold;
            position: relative;
            left: 18px;
            top: 0px;
        }

        .happy-path-container .item a {
            display: block;
            padding: 10px 40px 15px 10px;
            min-height: 60px;
            text-decoration: none;
            color: #333;
        }

.checkbox.item, .radio.item {
    margin: 0px;
}

    .checkbox.item a .title, .radio.item a .title {
        top: -3px;
    }

.checkbox label, .radio label {
    display: block;
    width: 100%;
    padding: 0 25px 14px;
}

.happy-path-container .item.all a {
    display: block;
    width: 100%;
    padding: 14px 6px 14px;
    min-height: 0;
    background-color: #f9f9f9;
}

.happy-path-container .item a.Disable {
    color: #929191;
}



    /* Manage personal info*/
    .manage-personalinfo {
        margin-top: 9px;
    }

    .personalinfo-type {
        font-weight: bold;
        padding-right: 5px;
    }

    .preferred {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-style: normal;
        padding-right: 5px;
    }

    .small-info {
        font-size: 12px;
    }

    /* Calendar management */
    .calendar-management-list-item-nav-filter {
        position: relative;
        border-bottom: 50px;
        border-top: 1px solid #ddd;
        height: 100px;
    }

        .calendar-management-list-item:last-child {
            border-bottom: 1px solid #ddd;
        }

        .calendar-management-list-item:hover {
            background-color: #eee;
            padding-left: 8px;
            padding-right: 8px;
        }

    .calendar-management-list-item-nav .fa-chevron-right {
        position: absolute;
        font-size: 10px;
    }

    .calendar-management-list-item .fa-pencil-square-o {
        position: absolute;
        font-size: 10px;
    }

    .calendar-management-list-item .fa-trash-o {
        position: absolute;
        font-size: 10px;
    }

 



    .calendar-management-list-item .calendar-list-item span {
        font-weight: bold;
    }

    .calendar-management-list-item .glyphicon.icon {
        display: inline-block;
        font-size: 35px;
        top: 12px;
    }



    .calendar-management-list-item a {
        display: inline-block;
        min-height: 20px;
        vertical-align: middle;
        text-decoration: none;
        color: #333;
    }

    .calendar-management-list-item-nav .fa-chevron-right {
        font-size: 15px;
    }



    /*Manage payment methods*/


    .cc-status {
        font-size: 12px;
    }
    /* Button styles*/
    .btn-lg {
        border-radius: 2px !important;
    }

    .btn-success:focus, .btn-success:hover {
        background-color: #FF8E57;
        border: 1px solid #FF702B;
    }

    /*Login screen info*/
    .login_info {
        padding-left: 20px;
        padding-bottom: 10px;
    }

    /*My cart*/
    .cart {
        font-size: 13px;
    }

    .cart-product {
        font-size: 17px;
        font-weight: bold;
    }

    .cart-totals {
        font-size: 13px;
        padding-top: 10px;
    }

        .cart-totals th {
            font-weight: normal;
        }

        .cart-totals td, .cart-totals th {
            text-align: right;
            /*padding-right: 1em;*/
        }

    .well.totals {
        padding: 20px 30px;
    }

    .PricesTable td {
        text-align: right;
    }

    .PricesTable td, th {
        font-weight: normal;
    }

    .remove-link {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .product-details th {
        padding-right: 15px;
    }

    .product-price th {
        width: 200px;
    }

    .product-price td {
        padding-bottom: 5px;
    }

    .product-price label {
        margin-top: 0px;
    }

    .product-price input[type="radio"] {
        vertical-align: middle;
        margin: 0px 5px 0px 0px;
    }

    .product-price input[type="text"] {
        margin-left: 5px;
    }
    /*product details*/
    .big-price {
        font-size: 18px;
    }

    .SelectPrice td {
        padding-bottom: 10px;
    }

    .PricePerDay {
        font-size: 12px;
        font-weight: normal;
        color: black;
    }

    .RedPrice {
        font-size: 17px;
        font-weight: bold;
        margin: 0px;
        padding-left: 20px;
        text-align: right;
        padding-bottom: 15px;
    }

    .description {
        font-size: 13px;
    }

    .MembershipFamilyMembers li label {
        margin-top: 0;
    }

    .select_days {
        vertical-align: top;
        background-color: #EAF2F7;
        border: 1px solid #D3D7DA;
        border-radius: 3px;
        padding: 10px;
        font-weight: normal;
        margin-top: 5px;
    }

    .include_checkbox {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        border: 2px solid #555;
        vertical-align: middle;
        margin: 0px 5px 0px 5px !important;
    }

    .AddOn_select_days {
        vertical-align: top;
        background-color: #FDFDFD;
        border: 1px solid #CECECE;
        border-radius: 3px;
        padding: 5px 8px;
        font-weight: normal;
        margin-top: 5px;
    }

    .AddOn_details {
        margin-left: 40px;
        margin-top: 5px;
    }

    .AddOn_DaysSelection {
        margin-left: 40px;
    }

    .day_open {
        color: #1FA91F;
    }

    .day_wait {
        color: #F77F00;
    }

    .day_close {
        color: #C00;
    }

    .PriceLabel {
        display: block;
        font-weight: normal;
        padding-bottom: 5px;
        margin-top: 0px;
    }

    table.Price {
        margin-left: 35px;
    }

        table.Price tr th, table.Price tr td {
            padding: 3px;
            vertical-align: top;
        }

    /*product browse */
    .browse-filter {
        background-color: #F9F9F9;
        padding-bottom: 15px;
        border-left: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC;
    }

    .browse-details {
        line-height: 10px;
        margin-top: 10px;
        font-size: 13px;
    }

    .thumbnail {
        border: none;
        box-shadow: none;
    }
    /*Checkout Receipt*/
    .receipt_amount {
        font-size: 17px;
    }
    /*colors*/
    .red {
        color: #C00;
    }

    .light-gray {
        color: #ABABAB;
    }

    .green {
        color: #3e8f3e;
    }


    /* Common objects*/
    label {
        margin-top: 15px;
        margin-bottom: 2px !important;
        font-weight: normal;
    }

    div.bg-danger, div.bg-success, div.bg-info, div.bg-warning, div.bg-danger {
        padding: 10px;
        border-radius: 2px;
    }

    p {
        padding-top: 10px;
    }

    .form-control {
        border-radius: 2px;
        font-size: larger;
    }

    .breadcrumb .Selected {
        font-weight: bold;
    }

    .breadcrumb a:last-child, .breadcrumb .disabled {
        color: #333;
    }

    div.breadcrumb a:only-child {
        color: #337ab7;
        font-size: 18px;
    }

    .spacer {
        height: 20px;
    }

        .spacer.big {
            height: 100px;
        }

    .uppercase {
        text-transform: uppercase;
    }

    .bold {
        font-weight: bold !important;
    }

    a span.fa {
        position: relative;
        top: 1px;
    }

    .member-list span {
        display: block;
    }

/*    .breadcrumb .fa-chevron-left {
        float: left;
        top: 4px;
        position: relative;
        left: -4px;
    }*/

    .form-control {
        height: 36px;
    }

    /*Lists*/
    .comma-separated-list span:after {
        content: ", ";
    }

    .comma-separated-list span:last-child:after {
        content: "";
    }

    .mobile-header-button {
        position: relative;
        float: left;
        padding: 0px 7px;
        margin-top: 9px;
        margin-left: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 23px;
        color: #7D7878;
    }

    .text-right {
        text-align: right;
    }

    /*Member Messages*/
    .MemberMessage {
        color: #C00;
        font-size: 14px;
        font-weight: normal;
    }

    .MemberMessageName {
        font-size: 11px;
        font-weight: normal;
        white-space: nowrap;
        width: 1%;
    }

    .ViewMemberMessage {
        font-size: 13px;
        text-decoration: underline;
    }

    .div-MemberMessages td, .div-MemberMessages th {
        vertical-align: middle;
        padding: 5px;
    }

    .circle-background {
        display: inline-block;
        padding: 10px 12px;
        font-size: 20px;
        line-height: 14px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #E8E8E8;
        border-radius: 67px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .StatusName {
        font-size: 12px;
        display: inline;
        font-weight: bold;
        padding-left: 15px;
    }

    .StatusName {
        font-size: 12px;
        display: inline;
        font-weight: bold;
        padding-left: 15px;
    }

    .EligibleStatusName {
        font-size: 12px;
        display: inline;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 5px;
    }

    /* Icon within a dropd-down menu */
    .dropdown-menu .icon, .staff-menu .icon, .navigation .icon {
        width: 17px;
    }
    /* Menu Classes */
    .SubmenuHeader {
        font-weight: bold !important;
    }

    .Indent {
        padding-left: 35px !important;
    }

    body div .required::after {
        content: " *" !important;
        color: red;
        font-family: cursive;
        font-weight: bold;
    }


#ThirdPartyCookieModal {
    background: rgba( 255, 255, 255, .8);
    opacity: 1;
}

    #ThirdPartyCookieModal .modal-content {
        margin-top: 220px;
    }

    #ThirdPartyCookieModal .modal-body {
        padding: 25px 25px 0px 25px
    }

    #ThirdPartyCookieModal .HeaderText {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
        padding-top: 0px;
    }

    #ThirdPartyCookieModal .InfoText {
        font-size: 13px;
        padding-top: 8px;
        font-style: italic;
    }

    #ThirdPartyCookieModal .ContinueText {
        font-size: 15px;
        padding-right: 10px;
    }

    #ThirdPartyCookieModal img {
        width: 100%;
        max-width: 435px;
        margin-top: 10px;
    }

    #ThirdPartyCookieModal .InstructionText {
        font-size: 13px;
        border-top: 1px solid #cccccc;
        padding-top: 6px;
        margin-top: 16px;
        margin-left: -25px;
        margin-right: -25px;
        padding-right: 25px;
        padding-left: 25px;
        background-color: #eeeeee;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

@media (min-width: 400px) {
    #ThirdPartyCookieModal .modal-content {
        margin-top: 200px;
    }
}

@media (min-width: 400px) {
    #ThirdPartyCookieModal .modal-content {
        margin-top: 150px;
    }
}


    /*Iframe*/
    body.IframeBody {
        margin-bottom: 10px;
    }

        body.IframeBody footer {
            display: none;
        }

    /*Iframe Header*/
    .IframeBody ul.AccountDropdownIframe.navbar-nav > li > a {
        padding: 4px 8px;
        margin-right: 6px;
    }

    .IframeBody .header-iframe .header-row {
        min-height: 0px;
        margin-top: 0px;
    }

    .IframeBody .header-iframe.navbar {
        min-height: 51px;
    }

    .IframeBody .AccountDropdownIframe.navbar-right {
        margin-right: 0px;
    }

    .IframeBody .header-iframe > .container.body-content {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .IframeBody .header-iframe .mobile-header-button {
        float: right;
        margin-right: 16px;
    }

    .IframeBody .header-iframe .MenuDesktopIframe {
        min-height: 49px;
    }


    @media (min-width: 768px) {
        .IframeBody .navbar.header-iframe {
            max-width: 970px;
            margin: 0 auto;
        }

            .IframeBody .navbar.header-iframe > .container {
                width: 100%;
                padding-top: 6px;
                padding-right: 0px;
                padding-left: 0px;
            }

            .IframeBody .navbar.header-iframe + .container {
                width: 100%;
                padding-left: 15px;
                padding-right: 15px;
            }
    }

    @media (min-width: 992px) {
        .IframeBody .navbar.header-iframe {
            width: 100%;
            margin: 0 auto;
        }

            .IframeBody .navbar.header-iframe > .container {
                width: 100%;
                padding: 0px;
            }

            .IframeBody .navbar.header-iframe + .container {
                width: 100%;
                padding-left: 15px;
                padding-right: 15px;
            }
    }

    @media (min-width: 1200px) {
        .IframeBody .navbar.header-iframe {
            max-width: 1600px;
            width: 100%;
            margin: 0 auto;
        }

            .IframeBody .navbar.header-iframe > .container {
                max-width: 1600px;
                width: 100%;
                padding-left: 15px !important;
                padding-right: 15px !important;
            }

            .IframeBody .navbar.header-iframe + .container {
                max-width: 1600px;
                width: 100%;
                padding-left: 15px;
                padding-right: 15px;
            }

            .IframeBody .navbar.header-iframe #bs-example-navbar-collapse-1 {
                padding: 0px;
            }
    }
