@font-face {
    font-family: "Luxora Grotesk";
    src: url("../../fonts/Luxora/LuxoraGrotesk-Regular.eot");
    src: url("../../fonts/Luxora/LuxoraGrotesk-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/Luxora/LuxoraGrotesk-Regular.woff2") format("woff2"),
        url("../../fonts/Luxora/LuxoraGrotesk-Regular.woff") format("woff"),
        url("../../fonts/Luxora/LuxoraGrotesk-Regular.svg#LuxoraGrotesk-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RNS Sanz";
    src: url("../../fonts/RNS Sanz/RNSSanz-Normal.eot");
    src: url("../../fonts/RNS Sanz/RNSSanz-Normal.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/RNS Sanz/RNSSanz-Normal.woff2") format("woff2"),
        url("../../fonts/RNS Sanz/RNSSanz-Normal.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::selection {
    background: #F16A23;
    color: #fff;
}

::-moz-selection {
    background: #F16A23;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Luxora Grotesk";
}

#memberRadio{
    color: #fff;
}

#nonMemberRadio{
    color: #fff;
}

#btnVoucher{
    color: #fff;
}

#btnEVoucher{
    color: #fff;
}

body,
.modal-body label,
.select2-container .select2-choice > .select2-chosen {
    font-family: "RNS Sanz";
    color: #000000;
}

.modal-body label {
    font-weight: 400;
    font-family: "Luxora Grotesk";
}

.mb-1 {
    margin-bottom: 1rem;
}

.badge.bg-important {
    background: #F16A23;
}

.round-radio {
    flex-grow: 1;
}

.btn-default-attendance {
    background-color: transparent;
    border-color: transparent;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
}
.btn-default-attendance:hover,
.btn-default-attendance:focus,
.btn-default-attendance.focus,
.btn-default-attendance:active,
.btn-default-attendance.active,
.open > .dropdown-toggle.btn-default-attendance {
    color: #F16A23;
    background-color: transparent;
    border-color: transparent;
}

.btn-default-attendance:active,
.btn-default-attendance.active {
    color: #000000;
}


.btn-default {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #404040;
    border-color: #000000be;
}

.btn-primary {
    background-color: #F16A23;
    border-color: #F16A23;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #bb670e;
    border-color: #bb670e;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-danger {
    background-color: #E51937;
    border-color: #E51937;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #a5212e;
    border-color: #a5212e;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #bb670e;
    background-color: #bb670e;
    color: #fff;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #131313;
    border-color: #131313;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #ffffff;
    border-color: #a5212e;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffc107;
    border-color: #ffc107;
}

.label-default {
    background-color: #000000;
}

.label-primary {
    background-color: #F16A23;
}

.label-primary-note {
    background-color: #fff;
    color: #F16A23;
    font-weight: bold;
    font-family: Arial Black;
    font-size: 12px;
}

.label-success {
    background-color: #28a745;
}

.label-info {
    background-color: #17a2b8;
}

.label-secondary {
    background-color: #cecccd;
}

.label-danger {
    background-color: #E51937;
}

.label-warning {
    background-color: #ffc107;
}

.label-inverse {
    background-color: #464646;
}

.tab-bg-primary {
    background: #000000;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.version-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.version-login {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: rgb(180, 180, 180);
    background-color: #f1f1f1;
    padding: 2px 8px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.version-attendance {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: rgb(150, 150, 150);
    background-color: #f1f1f1;
    padding: 2px 8px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.time-wrapper {
    text-align: center;
}
.time {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    background-color: rgba(232, 232, 232, 0.882);
    padding: 10px;
    margin-top: -5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}


/* .btn-default,
.btn-default:hover,
.btn-default.active {
  background: #313030;
  border-color: #313030 !important;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
  background: #636060;
}

.btn-danger,
.btn-danger:hover{
  background-color: #a5212e;
} */

.btn-secondary {
  background: #d7d4d4;
  border-color: #d7d4d4;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #989292;
    border-color: #989292;
}

.close,
.close:hover {
    color: #fff;
}

.active-option {
    font-size: 0.8rem;
    color: #F16A23;
    vertical-align: middle;
}

#sidebar {
    background: #000000;
}

ul.sidebar-menu li ul.sub li {
    background: #313030;
}

ul.sidebar-menu li a.active,
ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
    background: #313030;
    color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.profile-nav .user-heading {
    background: #F16A23;
    color: #fff;
    padding: 0px 15px;
}

.profile-nav .user-heading > button {
    font-size: inherit;
    margin: 4px 0px;
}

.profile-nav ul > li > a,
.profile-nav ul > li > a > i {
    color: #313030;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.panel-heading .nav {
    margin: 0px;
}

.panel-heading ul > li {
    border-bottom: 0px;
}

.panel-heading ul > li > a {
    height: 61px;
}

.panel-heading .nav > li > a {
    color: #898989;
}

.panel-heading .nav > li.active > a,
.panel-heading .nav > li > a:hover,
.panel-heading .nav > li > a:active {
    color: #000000 !important;
    font-weight: bold;
    border-bottom: 3px solid #F16A23 !important;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    color: #000000 !important;
    font-weight: bold;
}

.dropdown-menu > li > a {
    display: initial;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #313030;
    white-space: nowrap;
}

.modal-header {
    background: #000000;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.fixed-sidebar-right,
.fixed-sidebar-right .list-group-item {
    background-color: #000000;
}

.highlight-div {
    background: #313030;
    margin: 0rem;
    padding: 10px 10px;
    border-radius: 0.5rem;
}

.highlight-div-2 {
    background: #dddddd;
    margin: 0rem -1rem;
    padding: 10px 10px;
    border-radius: 0.5rem;
}

.list-group-item {
    padding: 7px 14px;
}

ul.sidebar-menu li ul.sub li a:hover,
ul.sidebar-menu li ul.sub li.active a {
    color: #F16A23;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
    color: #F16A23;
}

ul.sidebar-menu li a.active i {
    color: #F16A23;
}

.dropdown-menu.extended li p.orange {
    background-color: #F16A23;
    color: #fff;
}

#notification-indicator {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: red;
    color: white;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.notify-arrow-red {
    border-color: transparent transparent #F16A23;
    border-bottom-color: #F16A23 !important;
    border-top-color: #F16A23 !important;
}

.state-overview .orange {
    background: #F16A23;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #F16A23;
    border-bottom: 5px solid #F16A23;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-left: 23%;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    background: #efefef;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.form-signin .btn-login {
    background: #F16A23;
    color: #fff;
    text-transform: none;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 12px;
    box-shadow: none;
}

.form-signin p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-weight: bold;
}


.form-signin p:hover {
    color: #F16A23;
}


.btn-login:hover,
.btn-login:active {
    background-color: #bb670e;
    border-color: #bb670e;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid rgba(180, 180, 180, 0.882);
    box-shadow: none;
    font-size: 12px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #F16A23;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #F16A23;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #F16A23;
    border-color: #F16A23;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.swal2-container {
    z-index: 1099 !important;
}

/* span .legend { float: left; width: 2rem; height: 2rem; margin: 0px 2px; }
.legend-warning { background-color: yellow; border: 1px solid black; }
.legend-danger { background-color: red; border: 1px solid black; } */

.legend-item {
    float: left;
    margin-right: 1rem;
}

.legend-colorbox {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}

.legend-warning {
    background-color: #fcf8e3;
    border: 1px solid black;
}

.legend-danger {
    background-color: #f2dede;
    border: 1px solid black;
}

.fixed-table-body {
    height: auto;
}

.oneLine {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.btn-payment {
    color: #F16A23;
    background-color: #FFFFFF;
    border-color: #F16A23;
}

.btn-payment:hover,
.btn-payment:focus,
.btn-payment.focus,
.btn-payment:active,
.btn-payment.active,
.open > .dropdown-toggle.btn-payment {
    color: #FFFFFF;
    background-color: #F16A23;
    border-color: #F16A23;
    opacity: 1;
}

.btn-discount {
    background-color: #f59765;
    border-color: #F16A23;
    color: #ffff;
}

.btn-discount:hover,
.btn-discount:focus,
.btn-discount.focus,
.btn-discount:active,
.btn-discount.active,
.open > .dropdown-toggle.btn-discount {
    color: #FFFFFF;
    background-color: #F16A23;
    border-color: #F16A23;
}

.bg-grey {
    background: #F2F2F2;
}