@font-face {
    font-family: 'Open Sans';
    src: url('../../Content/fonts/OpenSans-Light.woff2') format('woff2'), url('../../Content/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../Content/fonts/OpenSans-Medium.woff2') format('woff2'), url('../../Content/fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../Content/fonts/OpenSans-Bold.woff2') format('woff2'), url('../../Content/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../Content/fonts/OpenSans-Regular.woff2') format('woff2'), url('../../Content/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../Content/fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../../Content/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


*,body {
    /*font-family: "Font Awesome 5 Pro";*/
    font-family: 'Open Sans', sans-serif;
}
.jumbotron {
    color: #111 !important;
    background-color: #FFF !important;
    border-bottom: 3px solid #e6aa38;
}

.well {
    border-bottom: 7px solid #e6aa38 !important;
}

.btn-info {
    border: 1px solid #e6aa38 !important;
    background-color: #FFF !important;
    color: #e6aa38 !important;
}

.panel-title {
    color: #e6aa38 !important;
}

.btn-primary {
    border: 1px solid #e6aa38 !important;
    color: #e6aa38 !important;
    background-color: #FFF !important;
}

.btn-grad {
    text-align: center;
    transition: 0.5s;
    background-size: auto 200% !important;
    color: #FFF !important;
    border-radius: 10px !important;
    background-image: linear-gradient( 180deg, #e6aa38 0%, #B8882D 51%, #e6aa38 100%) !important;
}
.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #FFF !important;
    text-decoration: none;
}
.btn-grad:disabled {
    background: #dddddd !important;
    color: #fff !important;
}

.panel-heading {
    /*background-color: #e6aa38 !important;*/
    /*border-color: #FFF !important;*/
}

/*.navbar-default .navbar-nav > li > a {
    color: #FFF !important;
}*/

.btn-danger, .btn-danger:focus {
    background-color: #e6aa38 !important;
    border-color: #e6aa38 !important;
    color: #FFF;
}

.btn-group {
    color: #FFF !important;
}

.navbar-default .navbar-brand {
    color: #FFF !important;
}

.navbar.navbar-fixed-top {
    background-color: #e6aa38 !important;
}


/*.navbar.header {
    background-color: #FFF !important;
}

.navbar-collapse.collapse {
    background-color: #e6aa38 !important;
}*/

/*#memberheader {
    background-color: #e6aa38 !important;
}*/

.page-sidebar .sidebar-menu li:before {
    background-color: #e6aa38 !important;
}

.panel-primary {
    border-color: #e6aa38 !important;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: dashed 1px #e6aa38 !important;
    color: #e6aa38 !important;
}

.themecolor {
    color: #e6aa38 !important;
}

.nav-tabs > li > a:hover {
    border-bottom: 1px solid #e6aa38 !important;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #e6aa38 !important;
    border-top: 0px;
    box-shadow: none;
}
.tabbable .nav-tabs > li.active > a {
    border-bottom: 2px solid #e6aa38 !important;
    border-top: 0px;
    box-shadow: none;
}

/*#memberheader {
    background-color: #FFF !important;
}*/

#memberstatus {
    color: #e6aa38 !important;
}

.text-info {
    color: #e6aa38 !important;
}

.btn-primary {
    border: 1px solid #e6aa38 !important;
    color: #e6aa38 !important;
    background-color: #FFF !important;
}

    .btn-primary:hover {
        color: #FFF !important;
        border: 1px solid #e6aa38 !important;
        background-color: #e6aa38 !important;
    }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #FFF !important;
    border: 1px solid #FFF !important;
    color: #e6aa38 !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #e6aa38 !important;
}

.modal-custom-layout {
    background: #e6aa38 !important;
    color: #FFF !important;
}

.modal-custom-text {
    color: #FFF !important;
}

.modal-custom-body {
    background: #FFF !important;
    border: 1px solid #e6aa38 !important;
}

.custom-site-bg {
    background: #e6aa38 !important;
}

.custom-site-text {
    color: #FFF !important;
}

.custom-site-dark-text {
    color: #e6aa38 !important;
}

#form-login-signup .tab-group .active a {
    background: #e6aa38;
    color: #FFF;
}

.tab-group li a:hover {
    opacity: 0.7;
    background: #e6aa38;
    color: #FFF;
}

.site-dark-bg {
    background: #e6aa38;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.custom-col {
    width: 14%;
    float: left;
    padding: 5px;
    text-align: center;
}

.custom-col-div {
    width: 13%;
    float: left;
    padding: 5px;
    text-align: center;
}

.custom-col-input {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.text-theme-custom {
    color: #e6aa38 !important;
}

.editable-click {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 50%;
    white-space: nowrap;
}

#divNote > .editable-container, .editable-input, .input-large {
    width: 100% !important;
}

@media (min-width: 768px) {
    body:not(.schedule) {
        background: #333333 url("https://static.clubplanner.be/clubbackground/streetrunning.png") center center fixed no-repeat;
        background-size: cover;
    }

    .login-box {
        top: 100px;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 100px;
        border-radius: 20px !important;
        border: 1px solid #e6aa38 !important;
        opacity: 0.9;
    }
}

#btnlogon, #btnforgotpwd {
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 0;
    padding: 0px 15px;
    border-radius: 3px;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: block;
    margin: 0 auto 10px auto;
    height: 48px !important;
    background-color: #e6aa38;
    color: #FFF;
}

#btnforgotpwd {
    border: 1px solid darkgrey;
    color: darkgrey;
    background-color: white !important;
}

#btnlogon:hover {
    background-color: #FFF;
    color: #e6aa38;
    border: 1px solid #e6aa38;
}

.btn_groups.active {
    background-color: #e6aa38 !important;
    border: 1px solid #e6aa38;
}

.webshop-panel {
    /*    border: 1px solid #e6aa38 !important;*/
    /*   border-top-right-radius: 5px;
    border-top-left-radius: 5px;*/
    margin-bottom: 10px;
    /*    background-color: white !important;*/
    opacity: 0.96;
}
    .webshop-panel-title {
        color: white;
        padding-left: 15px;
        border-left: 5px solid #ffffff;
        user-select: none;
    }

    .webshop-panel-title > .toggle-wizard {
        padding-top: 4px;
        user-select: none;
    }


.webshop-panel-heading {
   /* border-bottom: 1px solid #e6aa38;*/
    /*padding: 6px 15px;*/
    border-radius: 8px;
    background-color: #ffffff;
    /*padding-left: 0;*/
    border: 1px solid rgb(169 169 169 / 30%);
    user-select: none;
    padding: 5px;
    font-weight: 600;
}

.webshop-panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #e6aa38;
    border-left: 5px solid #e6aa38;
    user-select: none;
}


.webshop-panel-heading.active {
    background-color: #e6aa38 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    user-select: none;
}
    .webshop-panel-heading.active .webshop-panel-title {
        color: #ffffff;
        border-left: 0px solid #ffffff;
        user-select: none;
    }


.webshop-panel-body {
    border-bottom: 1px solid #e6aa38;
    padding: 15px;
}

.webshop-panel-footer {
    padding: 4px 15px !important;
    background-color: transparent;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    user-select: none;
}
/*span:not(.menu-text) {
    color: #e6aa38 !important;
}*/

/*wizard css*/

.sw-theme-circles > ul.step-anchor > li.active > a {
    border-color: #e6aa38 !important;
    color: #FFF !important;
    background: #e6aa38 !important;
}

    .sw-theme-circles > ul.step-anchor > li.active > a, .sw-theme-circles > ul.step-anchor > li.active > a:hover, .sw-theme-circles > ul.step-anchor > li.active > a:focus {
        border-bottom: 2px solid #e6aa38 !important;
    }

.sw-theme-circles > ul.step-anchor > li.done > a {
    border-color: #e6aa38 !important;
    color: #FFF !important;
    background: #e6aa38 !important;
}

    .sw-theme-circles > ul.step-anchor > li.done > a, .sw-theme-circles > ul.step-anchor > li.done > a:hover, .sw-theme-circles > ul.step-anchor > li.done > a:focus {
        border-bottom: 2px solid #e6aa38 !important;
    }

/*smart wizard v5*/
.sw-theme-arrows > .nav .nav-link.active {
    color: #FFF !important;
    border-color: #e6aa38 !important;
    background: #e6aa38 !important;
    cursor: pointer;
}

/*.sw-theme-arrows > .nav .nav-link.done {
    color: #FFF !important;
    border-color: #e6aa38 !important;
    background: #e6aa38 !important;
    cursor: pointer;
}
*/
.sw-theme-arrows > .nav .nav-link.active::after {
    border-left-color: #e6aa38 !important;
}

/*.sw-theme-arrows > .nav .nav-link.done::after {
    border-left-color: #e6aa38 !important;
}*/

/*.sw-theme-arrows > .nav .nav-link.inactive.done {
    opacity: 0.6;
}*/
.sw-theme-arrows > .tab-content > .tab-pane {
    background: rgb(255 255 255 / 0.95) !important;
}

.custom-site-border {
    border-color: #e6aa38 !important;
}
/*.sw-theme-arrows > .nav .nav-link.done::after {
    opacity: 0.6;
}*/
.swth_btn .checkbox.checbox-switch label > input:checked + span::before, .swth_btn .checkbox-inline.checbox-switch > input:checked + span::before {
    left: 17px;
    background-color: #e6aa38 !important;
}

/*table booker*/
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #e6aa38 !important;
    color: #FFF !important;
}
    div.bhoechie-tab-menu div.list-group > a.active:after {
        border-left: 10px solid #e6aa38 !important;
    }
div.bhoechie-tab-menu > .list-group-item.active > a .glyphicon,
div.bhoechie-tab-menu > .list-group-item.active > a .fa {
    color: #e6aa38 !important;
}

div.bhoechie-tab-menu > .list-group-item > a .glyphicon,
div.bhoechie-tab-menu > .list-group-item > a .fa {
    color: #FFF !important;
}

@media (max-width: 660px) {
    .bhoechie-tab-menu > .list-group {
        background-color: #e6aa38 !important;
    }
}
    /*end table booker*/