/*
===================================================
== CSS Amendments / Update History:
---------------------------------------------------
== Created using Vennersys CSS Helper. 

== Version: 1.0.0.4
== 
== 
===================================================
*/



a#emailpassword {
    text-decoration: underline;
    color: black;
}

#header-top{
    z-index: 0;
    background-color: #1d242c;
}
#header-top img{
    height: 100px;
    width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.bg-dark {
    background-color: #425563 !important;
}

body {
    padding-bottom: 20px;
    padding-top: 0px;
    height: auto;
    background-color: white;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h2, .h2, h3, a {
    color: #ffff;
}

h3 {
    color: #000000;
}


/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

.card-header {
    background-color: #1d242c;
    color: #ffff !important;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.dl-horizontal dt {
    white-space: normal;
}

.alert-info {
    background-color: #1d242c;
    color: #ffff;
}

    /* .alert-info p {
         margin-bottom: 0rem;
    }*/

.alert-warning {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #7e9a81;
    background-color: #efefef;
    border: none;
}

.navbar-inverse {
    background-color: #333333;
}

.nav {
    flex-wrap: inherit;
}

.navbar-dark .navbar-brand {
    color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
}

.nav-link {
    display: block;
    padding: 0.8rem 0.8rem;
}


    .nav-link:hover {
        color: white;
    }

.dropdown-menu.show {
    background-color: #1d242c;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #1d242c;
}

.dropdown-item {
    background-color: #1d242c;
}

    .dropdown-item a {
        color: #fff;
        text-decoration: none;
    }

        .dropdown-item:hover, .dropdown-item a:hover {
            background-color: #263780;
            color: #fff;
        }

.dropdown-menu {
    left: unset;
}

.headerLogoArea {
    background-repeat: no-repeat;
    height: 150px;
    background-size: contain;
    padding: 25px 10;
	margin: -35px auto 55px auto;
}

    .headerLogoArea.container {
        position: inherit;
        top: 0px;
        height: 70px;
        bottom: 10px;
    }



@media (max-width: 767px) {
    .headerLogoArea.container {
        background-position: center;
    }
}

.btn-lg {
    padding: 0 26px;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 16px;
    color: white !important;
    background-color: #263780;
    margin-bottom: 10px;
}

.btn-primary, .btn-secondary, .btn-default {
    background-color: #fff;
	font-weight: bold;
    color: rgba(29, 36, 44, .8);
    border: 2px solid transparent;
    background-image: linear-gradient(170deg, #ffea6b 0, #fecd53 25%, #f8af4a 50%, #f07f55 75%, #e94973 100%);
    box-shadow: -4px -4px 12px rgba(255, 255, 255, .03), 4px 4px 12px rgba(0, 0, 0, .2);
    border-radius: 2px !important;
}

    .btn-primary:hover, .btn-secondary:hover, .btn-default:hover {
        background-color: #fff;
    	font-weight: bold;
        color: rgba(29, 36, 44, .8);
        border: 2px solid transparent;
        background-image: linear-gradient(170deg, #ffea6b 0, #fecd53 25%, #f8af4a 50%, #f07f55 75%, #e94973 100%);
        box-shadow: -4px -4px 12px rgba(255, 255, 255, .03), 4px 4px 12px rgba(0, 0, 0, .2);
        border-radius: 2px !important;
    }


    .btn-primary:active, .btn-primary:focus, .btn-default:active, .btn-default:focus {
        color: #000000;
        background-color: #D3E0E8 !important;
    }

    .btn-primary:disabled, .btn-primary[disabled], .btn-default:disabled, .btn-default[disabled] {
        color: #000000;
        border-color: #D3E0E8;
        text-decoration: none;
        background-color: #D3E0E8
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        border-color: #000000 !important;
    }

    .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
        border-color: #000000 !important;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem #000000;
    }

    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem #000000;
    }

.btn-lg {
    padding: 0 26px;
    height: 46px;
    line-height: 46px
}

.navbar-toggler:not(:disabled):not(.disabled) {
    color: #fff;
}

a:hover {
    color: #000000;
}

.bg-info {
    background-color: transparent !important;
}



@media (min-width: 768px) {
    .col-md-4 {
        max-width: unset;
    }
   
}

.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}


input[type="radio"],
input[type="checkbox"] {
    margin: 10px;
}


@media (max-width:500px) {
    button.btn-small.btn.btn-primary, btn-sm {
        font-size: 0.6rem;
        width: unset;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    button.btn-small.btn.btn-primary {
        font-size: small;
        white-space: inherit;
        
    }
    
}

.btn-small {
    padding: 3px;
}

.btn-success {
    font-weight: Bold;
    background-color: #1d242c;
    color: rgba(0, 49, 60, .8);
    border: 2px solid transparent;
    background-image: linear-gradient(170deg, #dbde70 0, #26d07c 50%, #48a9c5 100%);
    box-shadow: -5px -5px 15px rgba(255, 255, 255, .04), 5px 5px 15px rgba(0, 0, 0, .2);
    border-radius: 2px !important;
}

    .btn-success:hover {
        font-weight: Bold;
        background-color: #1d242c;
        color: rgba(0, 49, 60, .8);
        border: 2px solid transparent;
        background-image: linear-gradient(170deg, #dbde70 0, #26d07c 50%, #48a9c5 100%);
        box-shadow: -5px -5px 15px rgba(255, 255, 255, .04), 5px 5px 15px rgba(0, 0, 0, .2);
        border-radius: 2px !important;
    }

    .btn-success:active, .btn-success:focus {
        color: #fff;
        background-color: #D3E0E8 !important;
    }

.btn-primary, .btn-secondary, .btn-success, .btn-default {
    border-color: transparent;
    border-radius: 20px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*@media (min-width: 550px) {
    .card-body {
        padding-left: 50px;
    }
}*/

@media (max-width: 600px) {
    .form-group {
        width: inherit;
    }
     #header-top img{
        height: 55px !important;
        width: 300px !important;
    }
}

.table-bordered thead th {
    white-space: pre-wrap;
    overflow: hidden;
    background-color: #1d242c;
    color: #fff;
}

/* Marketing questions */
@media (max-width: 600px) {
    .form-group.row {
        width: unset;
    }
}

#bookings, #membershipDetails, #purchases {
    pointer-events: none;
    cursor: default;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .col-md-5.fieldName {
        width: 100%;
        padding: unset;
    }
}

@media (max-width: 766px) {
    .col-md-4.fieldName, .col-md-5.fieldName {
        background: #1d242c;
        color: white;
        padding: 3px;
    }

    .col-md-7.text-muted {
        padding: 5px;
    }

    .col-md-8.text-muted {
        padding: 5px;
    }
}

a.homeLink {
    width: 175px;
    height: 85px;
    display: none;
}



/* RESPONSIVE tables start -------------------------------------------- */
/*****************************************************************************/
/* Memberships Expired */
@media (max-width: 1200px) {
    .table.memberships-expired-table tbody tr {
        border: 2px solid #1d242c;
    }
}

@media (max-width: 1200px) {
    .ME-Name::before,
    .ME-Membership::before,
    .ME-Ref::before,
    .ME-Expires::before,
    .ME-Cost::before,
    .ME-NewType::before,
    .ME-NewCost::before,
    .ME-Renew::before,
    .ME-DDStatus::before,
    .ME-Edit::before {
        background: #1d242c;
        color: #e6e6e8;
    }
}
/*****************************************************************************/
/* Memberships Curent */
@media (max-width: 576px) {
    .table.memberships-current-table tbody tr {
        border: 2px solid #1d242c;
    }

    .MC-Name::before,
    .MC-Membership::before,
    .MC-Ref::before,
    .MC-Expires::before,
    .MC-Cost::before,
    .MC-Edit::before {
        background: #1d242c;
        color: #e6e6e8;
        font-size: 0.9em;
    }

    .renewOptions .btn-primary {
        width: 220px;
    }
}
/*****************************************************************************/
/*Online Purchases */
@media (max-width: 550px) {
    .online-purchases-table td.OP-Date::before,
    .online-purchases-table td.OP-Ref::before,
    .online-purchases-table td.OP-Value::before,
    .online-purchases-table td.OP-Action::before {
        background: #1d242c;
        color: #e6e6e8;
    }
}
/*****************************************************************************/
/* Event Bookings */
@media (max-width: 1050px) {
    .ev-bookings-table td.EB-Ref::before,
    .ev-bookings-table td.EB-Event::before,
    .ev-bookings-table td.EB-VisitDate::before,
    .ev-bookings-table td.EB-BookingDate::before,
    .ev-bookings-table td.EB-Status::before,
    .ev-bookings-table td.EB-Action::before {
        background: #1d242c;
        color: #e6e6e8;
    }
}
/*****************************************************************************/
/* Events list */
@media (max-width: 990px) {
    .table.events-list-table tbody tr {
        border: 2px solid #1d242c;
    }

    .events-list-table td.EL-Loc::before,
    .events-list-table td.EL-Descr::before,
    .events-list-table td.EL-Type::before,
    .events-list-table td.EL-Start::before,
    .events-list-table td.EL-Duration::before,
    .events-list-table td.EL-Facility::before,
    .events-list-table td.EL-Action::before {
        background: #1d242c;
        color: #e6e6e8;
    }
}

/*****************************************************************************/
/* Bookings tables */
@media (max-width: 550px) {
    .booking-table td.Desc::before,
    .booking-table td.Price::before,
    .booking-table td.Qty::before,
    .booking-table td.Total::before {
        background: #1d242c;
        color: #e6e6e8;
    }
}
/* RESPONSIVE tables END -------------------------------------------- */

span.fa.fa-bank {
    display: none;
}

.nav-tabs .nav-link {
    border-bottom: 1px solid #1d242c;
}

.nav-link.active.show, #registerTabs a.active.nav-link {
    color: #1d242c;
    background-color: #f8f9fa;
    font-weight: bold;
    border-right: 1px solid #1d242c !important;
    border-top: 1px solid #1d242c !important;
    border-left: 1px solid #1d242c !important;
}


@media (max-width: 990px) {
    #pageEditCustomer label {
        background-color: #1d242c;
        color: #fff;
    }
}

.forgottenPassInfo {
    display: none;
}

a#emailpassword {
    text-decoration: underline;
}

span.fa, span.far, span.fas {
    padding-right: 4px;
    padding-left: 4px;
}

.fa, .far {
    font-weight: 900;
}

span.HelpInfo, span.HelpInfoPhoto {
    font-size: 2rem;
}

.renewOptions {
    position: relative;
}

label {
    margin-bottom: 1rem;
    margin-top: 5px;
}

.nav-tabs {
    border-bottom: 1px solid #1d242c !important;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        border-color: #1d242c !important;
    }

.body-content h2 {
    display: none
}

/*input[type="radio"], input[type="checkbox"] {
    float: left;
}*/

.ME-DDStatus {
    display: none;
}

li.nav-item.nav-add-booking {
    display: visible;
}

li.dropdown-item.bookings, li.dropdown-item.purchases {
    display: visible;
}

div#maBookings, div#maOnlinePurchases {
    display: visible;
}

.alert.alert-info.static {
    display: none;
}
p.divNoMembershipRenewalsMsg {
    color: black;
}
