.nav-lines .nav-link {
    padding: 0.8rem 1.3125rem 0.78rem;
    border-bottom: 2px solid transparent;
    color: #b4c5fd;
    font-weight: bold
}

.nav-lines .nav-link:hover,
.nav-lines .nav-link:focus {
    color: #0A3955
}

.nav-lines .nav-link.active {
    color: #0A3955;
    border-bottom: 2px solid #5A80FB
}

.breadcrumb-item a {
    color: #9F9F9F
}

.list-unstyled li {
    line-height: 1.5rem
}

[class*=" btn-outline-"] {
    color: #0A3955;
    background-color: #fff
}

[class*=" btn-outline-"]:hover {
    color: #0A3955;
    background-color: #fff
}

.carousel-indicators li {
    border-radius: 50%
}

.input-group>.input-group-icon+.form-control:not(:first-child) {
    padding-left: 35px;
    border-radius: 4px
}

.input-group-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.3rem;
    z-index: 4
}

.form-control {
    height: auto !important
}

.bv-form .help-block {
    margin-bottom: 0;
    position: absolute;
    color: red
}

html,
body {
    height: 100%;
    min-height: 100%
}

* {
    outline: 0
}

.panel {
    background: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05)
}

.panel .panel-body {
    padding: 1rem
}

@media (min-width: 768px) {
    .page-header {
        margin: 1rem 0
    }
}

@media (max-width: 991.98px) {
    .page-header {
        margin: 1rem 0
    }

    .page-header h1 {
        font-size: 2rem
    }
}

.page-header small {
    font-size: .875rem;
    color: #9F9F9F
}

.heading-icon-und {
    display: flex;
    align-items: center;
    padding-bottom: 0.625rem;
    margin-bottom: 0;
    font-size: 1rem
}

.heading-icon-und .badge-icon {
    display: inline-block;
    margin-right: 0.5rem
}

@media (min-width: 768px) {
    .heading-icon-und .badge-icon {
        padding: 0.5rem;
        border-radius: 0.25rem;
        background: #eff3ff
    }
}

.heading-icon-und .badge-icon .la {
    font-size: 1.375rem;
    color: #5A80FB
}

@media (max-width: 991.98px) {
    .heading-icon-und .badge-icon .la {
        position: relative;
        top: 2px
    }
}

[class*="btn "] i.la {
    font-size: 22px;
    vertical-align: middle;
    line-height: 0;
    margin: 0 5px
}

[class*="btn "][class*="btn-outline"] i.la {
    color: #97B2B8
}

[class*="btn "][class*="btn-outline"]:focus i.la {
    color: #fff
}

[class*="btn "][class*="btn-sm"] i.la {
    font-size: 14px;
    color: inherit
}

[class*="btn "][class*="btn-sm"]:focus i.la {
    color: inherit
}

[class*="btn-rounded"] {
    border-radius: 50px !important
}

#loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7)
}

#loader-wrapper .loader-logo {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -150px 0 0 -45px
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #65bc45;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0a3954;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #65bc45;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.isShownPreload {
    overflow: hidden !important
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bb-iframe-preloader {
    position: absolute;
    width: 80px;
    height: 170px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 3rem 0;
    text-align: center
}

.found_members_list_wrapper {
    overflow-y: scroll;
    height: 400px;
    margin-bottom: 1rem
}

.found_members_list_wrapper #found_members_list {
    border: 1px solid #becdfd
}

.bootbox-body {
    min-height: 140px
}

.dt-bootstrap4 .custom-select {
    background: none
}

.datepicker-dropdown table thead {
    margin-bottom: 1rem
}

.datepicker-dropdown table thead th {
    width: 1.4rem;
    height: 1.4rem;
    font-weight: normal
}

.datepicker-dropdown table thead th .dow {
    padding-bottom: 1rem
}

.datepicker-dropdown table thead .datepicker-switch {
    font-weight: bold
}

.datepicker-dropdown table tr td {
    width: 1.4rem;
    height: 1.4rem
}

.datepicker-dropdown table tr td.old {
    color: #fff
}

.datepicker-dropdown table tr td.today {
    background: #A8CC43;
    color: #fff
}

.outdated-browser-banner {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #FAFBFD;
    z-index: 9999;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif
}

.outdated-browser-banner h1 {
    margin-top: 25px;
    font-size: 30px
}

.outdated-browser-banner h3 {
    font-size: 22px
}

.outdated-browser-banner h4 {
    font-size: 18px;
    font-weight: bold
}

.outdated-browser-banner hr {
    border-width: 1px;
    border-style: solid;
    border-color: #0A3955
}

.outdated-browser-banner table {
    margin-bottom: 25px
}

.outdated-browser-banner .security,
.outdated-browser-banner .speed,
.outdated-browser-banner .comfort {
    background-color: #65bc45;
    color: #fff
}

.outdated-browser-banner .security h4,
.outdated-browser-banner .speed h4,
.outdated-browser-banner .comfort h4 {
    color: #ffffff;
    margin-bottom: 5px
}

.collapse-arrow:after {
    position: relative;
    top: 2px;
    left: 2px;
    font: normal normal normal 16px/1 LineAwesome
}

.collapse-arrow.collapsed:after {
    content: "\f167"
}

.collapse-arrow:not(.collapsed):after {
    content: "\f165"
}

@media (min-width: 768px) {
    .app-notification .dropdown {
        right: 0;
        left: auto
    }
}

@media (max-width: 991.98px) {
    .app-notification .dropdown {
        width: 100%;
        min-width: 100%
    }
}

.app-notification .dropdown .nav-link {
    position: relative
}

.app-notification .dropdown .nav-link .la {
    font-size: 30px
}

.app-notification .dropdown .dropdown-menu {
    min-width: 18rem
}

@media (max-width: 991.98px) {
    .app-notification .dropdown .dropdown-menu {
        left: 1rem;
        right: 1rem
    }
}

@media (max-width: 991.98px) {
    .app-notification {
        width: 100%;
        order: 1
    }
}

.app-notification .pulsating-circle {
    visibility: hidden;
    position: absolute;
    left: 2.4rem;
    top: 1.2rem;
    width: .5rem;
    height: .5rem;
    transform: translateX(-50%) translateY(-50%)
}

.app-notification .pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #f66;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.app-notification .pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33)
    }

    80%,
    100% {
        opacity: 0
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.8)
    }
}

.app-notification.new .pulsating-circle {
    visibility: visible
}

.app-notification #notsWrapper {
    font-size: 0.8rem
}

.auth-template {
    height: 100vh
}

.auth-template h1 {
    font-weight: bold
}

.auth-template .signin-form-header {
    margin-top: 2rem;
    margin-bottom: 2rem
}


.auth-template .signin-form-wrapper {
    max-width: 362px;
    margin: auto;
}

.auth-template .custom-bg-color {
	background-color: #d9d9d9;
} 
.auth-template .heading{
	font-size: 25px !important;
	color: #455761;
	font-weight: 900;
	padding: 20px 40px 0px 40px;
}
.auth-template .caption{
	color: #455761;
	font-size: 16px;
	padding: 10px 60px 0px 60px;
}
.auth-template .btn-get-started-today{
	margin-top: 10px !important;
	padding: 10px 15px !important;
	border-radius: 2px;
	padding: 10px 15px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	background-color: #67bc45 !important;
	border-color: #67bc45 !important;
}
.auth-template .btn-get-started-today:hover{
	background-color: #67bc45 !important;
	border-color: #67bc45 !important;
}

.auth-template .signin-page-image{
	width: 80%;
}
@media (max-width: 1199.98px){
	.auth-template .signin-right-section {
		display: none !important;
	}
	.auth-template .signin-left-section {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
}
.signin-left-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.auth-template #efitLogon {
    margin-bottom: 32px
}

.auth-template #efitLogon a {
    color: #262626
}

.auth-template .not-member {
    position: relative;
    text-align: center;
    color: #9F9F9F;
    margin-bottom: 22px
}

.auth-template .not-member:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    background: #9F9F9F;
    width: 100%;
    height: 1px
}

.auth-template .not-member span {
    position: relative;
    padding: 0 10px;
    background: #fff
}

.auth-template .request-demo {
    text-align: center
}

@media (min-width: 992px) {
    .auth-template .request-demo {
        padding: 0 3rem
    }
}

.auth-template .request-demo .btn {
    color: #262626
}

.auth-template .reg-account {
    margin-top: 31px;
    text-align: center
}

.auth-template .reg-account a {
    text-decoration: underline
}

@media (max-width: 1199.98px) {
    .auth-template .right-section {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .auth-template .heading {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media (max-width: 767.98px) {
    .auth-template {
        padding: 15px 0
    }

    .auth-template h1 {
        font-size: 25px
    }

    .auth-template .signin-form-wrapper {
        max-width: 100%
    }

    .auth-template .heading {
        margin-top: 1rem;
        margin-bottom: 0
    }
}

.template-dashboard {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FAFBFD
}

.template-dashboard .app-header {
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.template-dashboard .app-header #main-nav .navbar-toggler {
    outline: 0
}

.template-dashboard .app-header #main-nav #navbarNavLeft {
    display: flex
}

.template-dashboard .app-header #main-nav #navbarNavLeft .navbar-brand img {
    max-width: 70px;
    max-height: 37px
}

.template-dashboard .app-header #main-nav #navbarNavRight {
    display: flex
}

@media (min-width: 992px) {
    .template-dashboard .app-header #main-nav .navbar-nav .nav-item .nav-link {
        padding: 1.5rem 1rem 1.48rem;
        position: relative;
        border-bottom: 2px solid transparent
    }

    .template-dashboard .app-header #main-nav .navbar-nav .nav-item .nav-link.active {
        border-bottom: 2px solid #5A80FB
    }

    .template-dashboard .app-header #main-nav .navbar-nav .nav-item .nav-link:hover {
        color: #5A80FB
    }
}

@media (max-width: 1040px) and (min-width: 992px) {
    .template-dashboard .app-header #main-nav .navbar-nav .nav-item .nav-link {
        padding: 1.5rem 0.5rem
    }
}

@media (max-width: 991.98px) {
    .template-dashboard .app-header #main-nav {
        padding: 0
    }

    .template-dashboard .app-header #main-nav nav #navbarNavLeft {
        align-items: center;
        justify-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.5rem 1rem
    }

    .template-dashboard .app-header #main-nav nav .navbar-collapse {
        height: 0 !important;
        flex-basis: 0;
        flex-direction: column;
        order: 2
    }

    .template-dashboard .app-header #main-nav nav .navbar-nav {
        align-items: center;
        transition: transform 0.5s ease;
        transform: translateX(400px)
    }

    .template-dashboard .app-header #main-nav nav .navbar-nav .nav-link {
        padding: 1rem
    }

    .template-dashboard .app-header #main-nav nav .app-notification {
        display: none
    }

    .template-dashboard .app-header #main-nav nav #navbarNavRight {
        display: none;
        order: 3
    }

    .template-dashboard .app-header #main-nav.isShown nav {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 999;
        min-height: 100%;
        flex-direction: column
    }

    .template-dashboard .app-header #main-nav.isShown nav .navbar-nav {
        transition: transform 0.5s ease;
        transform: translateX(0)
    }

    .template-dashboard .app-header #main-nav.isShown nav .navbar-collapse {
        display: flex;
        width: 100%
    }

    .template-dashboard .app-header #main-nav.isShown nav .app-notification.new {
        display: block
    }

    .template-dashboard .app-header #main-nav.isShown nav #navbarNavRight {
        display: flex;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #becdfd
    }
}

.template-dashboard .app-header .user-info .user-avatar {
    padding: 6px 7px;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    background: #eff3ff;
    border-radius: 50%
}

.template-dashboard .app-header .user-info .la {
    font-size: 26px !important
}

.template-dashboard .app-header .user-options {
    padding: 0
}

.template-dashboard .app-header .user-options .la {
    font-size: 40px;
    color: #97B2B8
}

.template-dashboard .app-body {
    flex: 1 0 auto !important
}

@media (min-width: 992px) {
    .template-dashboard .app-body {
        padding-top: 1rem;
        padding-bottom: 3rem
    }
}

@media (min-width: 768px) {
    .template-dashboard .app-body .breadcrumb {
        margin-top: 0
    }
}

@media (max-width: 991.98px) {
    .template-dashboard .app-body {
        padding-top: 1rem;
        padding-bottom: 2rem
    }
}

.template-dashboard .app-footer {
    padding: 4.625rem 0 3.875rem;
    background: #0A3955;
    color: #8ca6fc
}

.template-dashboard .app-footer h5 {
    font-size: 15px;
    font-weight: bold;
    color: #fff
}

.template-dashboard .app-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px
}

.template-dashboard .app-footer ul li .la {
    position: relative;
    top: 3px;
    color: #fff;
    font-size: 21px;
    margin-right: 5px
}

.template-dashboard .app-footer a {
    color: #8ca6fc
}

.template-dashboard .app-footer .social-media a {
    text-decoration: none
}

.template-dashboard .app-footer .social-media a:hover {
    color: #fff
}

.template-dashboard .app-footer .social-media a .la {
    font-size: 30px;
    margin-right: 1rem
}

.template-dashboard .app-footer .copyright {
    padding-top: 1.5rem;
    text-align: center;
    font-size: 12px
}

@media (max-width: 991.98px) {
    .template-dashboard .app-footer {
        padding: 2rem 0
    }
}

#receiptOptions .signature_button {
    display: none
}

#receiptOptions .signature_image {
    width: 384px;
    height: 25px
}

.scanBlock {
    display: flex
}

.scanBlock i.la {
    font-size: 38px;
    color: #0A3955;
    margin-right: 10px
}

.scanBlock i.la.la-spinner {
    animation: rotation linear 0.8s infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.scanBlock span {
    font-size: 15px
}

.memberDetailedWrapper {
    height: auto !important;
    max-height: none !important
}

.memberDetailedInfo {
    display: flex
}

.memberDetailed-wrp {
    display: flex
}

.memberDetailed_notAdmin .memberDetailedPhoto {
    margin-right: 60px
}

.memberDetailed_notAdmin .memberDetailed_text {
    min-width: 300px
}

.memberDetailedPhoto {
    width: 170px;
    display: inline-flex;
    margin-right: 10px
}

.memberDetailedPhoto-pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.memberDetailedPhoto-pic img {
    width: 120%;
    height: auto
}

.memberDetailedPhoto-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.memberDetailedPhoto-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s
}

.memberDetailedPhoto-link:before {
    position: absolute;
    content: 'Change photo';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    text-align: center
}

.memberDetailedPhoto-link:hover {
    opacity: .6;
    background-color: #000
}

.memberDetailed_text {
    min-width: 220px
}

.memberDetailed_status {
    margin-top: 3px;
    margin-bottom: 30px;
    color: #FFFFFF;
    padding: 4px 12px 3px 10px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
    flex-shrink: 0
}

.memberDetailed_status i.la {
    display: inline-block;
    color: #fff;
    margin-right: 4px;
    font-size: 18px;
    line-height: 1;
    vertical-align: sub
}

.memberDetailed_status__green {
    background-color: #66BC45
}

.memberDetailed_status__grey {
    background-color: #4a5159
}

.memberDetailed_status__yellow {
    background-color: #ffc107
}

.memberDetailedTable {
    width: 100%;
    font-size: 13px
}

.memberDetailedTable_text {
    font-size: 16px
}

.memberMessages_title {
    display: flex;
    justify-content: space-between
}

.memberMessages_wrp {
    max-height: 160px;
    overflow-y: auto
}

.memberMessages_wrp-user {
    max-height: 400px;
    overflow-y: auto
}

.memberMessages_list {
    list-style: none;
    padding-left: 0;
    padding-right: 5px
}

.memberMessages_list-item {
    color: #262626;
    font-size: 13px;
    line-height: 20px;
    padding: 17px 0;
    position: relative;
    display: flex
}

.memberMessages_list-item:first-child {
    font-weight: bold
}

.memberMessages_list-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 18px);
    background-color: #D5DEFD;
    top: 36px;
    left: 136px
}

.memberMessages_list-item:last-child:before {
    display: none
}

.memberMessages_alert-date {
    width: 132px;
    color: #82848B;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    display: inline-block;
    padding-right: 30px;
    flex-shrink: 0
}

.memberMessages-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 7px
}

.memberMessages-status_red {
    background-color: #dc3545
}

.memberMessages-status_yellow {
    background-color: #ffc107
}

.memberMessages-status_blue {
    background-color: #007bff
}

.memberMessages-status_green {
    background-color: #28a745
}

.memberMessages_alert-text {
    display: inline-block;
    margin-left: 30px
}

.new-fccs_header {
    padding: 12px 15px
}

.new-fccs_main {
    min-height: calc(100vh - 80px)
}

.new-fccs_container,
.new-fccs_form,
.new-fccs_row {
    height: 100%
}

.new-fccs_asideMenu {
    width: 326px;
    position: relative;
    transition: width .3s;
    padding-left: 14px;
    margin-left: -15px
}

.new-fccs_asideMenu-hidden {
    width: 105px
}

.new-fccs_asideMenu-hidden .new-fccs_inner {
    width: 59px;
    overflow: hidden
}

.new-fccs_asideMenu-hidden .new-fccs_menuButton span {
    opacity: 0
}

.new-fccs_asideMenu-hidden .new-fccs_collapseBtn i.la {
    transform: scaleX(-1)
}

.new-fccs_inner {
    width: 280px;
    transition: width .3s
}

.new-fccs_collapseBtn {
    position: absolute;
    top: 0;
    right: 8px;
    width: 24px;
    height: 40px;
    border: none;
    border-radius: 0 3px 3px 0;
    padding: 0;
    color: #b7c5d2;
    background-color: #fff;
    font-size: 24px;
    box-shadow: 9px 3px 12px -8px rgba(0, 0, 0, 0.05);
    outline: none !important;
    cursor: pointer
}

.new-fccs_menuButton {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    width: 280px
}

.new-fccs_menuButton i.la {
    color: #b7c5d2;
    font-size: 21px;
    margin-right: 18px
}

.new-fccs_menuButton span {
    opacity: 1;
    transition: opacity .1s;
    transition-delay: .05s
}

.new-fccs_menuButton:hover {
    background-color: #5A80FB;
    color: #fff;
    text-decoration: none
}

.new-fccs_content {
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.new-fccs_largerText {
    font-size: 13px
}

.new-fccs_admin-title {
    position: relative
}

.new-fccs_admin-title button.la {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    outline: none;
    color: #5A80FB;
    font-size: 22px;
    padding: 0;
    border: none
}

.new-fccs_timer-seconds {
    width: 26px;
    display: inline-block;
    text-align: center
}

.new-fccs_clubAttendance-wrapper .new-fccs_clubAttendance-table {
    max-height: 180px
}

.new-fccs_clubAttendance-alert {
    padding-top: 10px
}

.new-fccs_clubAttendance-remake .club_attendance_header {
    width: 100%;
    border-radius: initial;
    border-width: initial;
    background-color: initial;
    color: initial;
    margin-top: initial;
    margin-bottom: initial
}

.new-fccs_clubAttendance-remake .club_attendance {
    width: auto;
    min-height: initial;
    max-height: 500px;
    height: 100%;
    border-radius: initial;
    border-style: initial;
    border-width: initial;
    border-color: initial;
    overflow-x: hidden;
    overflow-y: auto
}

.new-fccs_clubAttendance-remake__fixed .club_attendance {
    height: 500px
}

.ui-timepicker {
    padding: 0
}

.ui-timepicker-container {
    font-family: "Montserrat", sans-serif;
    font-size: .875rem
}

.ui-timepicker-container.ui-timepicker-standard {
    z-index: 1150 !important;
    padding: 0;
    border: 1px solid #ced4da
}

.ui-timepicker-container.ui-timepicker-standard a:hover {
    background-color: #5A80FB;
    color: #fff
}

.ui-timepicker-container .ui-menu-item {
    font-family: "Montserrat", sans-serif;
    font-size: 12px
}

.ui-timepicker-container .ui-menu-item .ui-corner-all {
    padding-right: 15px
}

.ui-corner-all.ui-state-hover {
    background-color: #5A80FB !important;
    color: #fff !important;
    border-color: transparent !important;
    cursor: pointer
}

.timepicker_wrp {
    position: relative
}

.timepicker_wrp.active .timepicker_selects {
    display: flex
}

.timepicker_selects {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 100%;
    display: none;
    text-align: center;
    background-color: white;
    padding: 5px;
    border: 1px solid #ced4da;
    flex-wrap: nowrap
}

.quick-stats {
    color: #fff
}

.quick-stats .card {
    min-height: 180px
}

.quick-stats .card-body {
    padding: 1rem
}

.quick-stats .card-body .card-title {
    padding-bottom: 10px;
    font-size: .875rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.quick-stats .card-body .card-title .la {
    font-size: 2.4rem
}

.quick-stats .card-body .la {
    font-size: 1.5rem
}

.quick-stats .card-body strong {
    font-size: 1.2rem
}

.quick-stats .count {
    font-size: 1.5rem;
    font-weight: bold
}

.quick-stats .count .spinner-border {
    position: relative;
    bottom: 6px
}

.quick-stats .badge {
    padding: 8px;
    margin-left: 15px;
    font-size: 1.4rem
}

.quick-stats .caption .caption-count {
    font-size: 12px
}

.quick-stats .caption .caption-text {
    float: right;
    font-size: 10px
}

.quick-stats-toggle .btn i.la {
    font-size: 1.5rem
}

.reports_nav .nav-link.active {
    position: relative;
    font-weight: bold
}

#cashDrawerConfig {
    display: none
}

.overflow-products-tables {
    max-height: 400px;
    overflow-y: scroll
}

#purchase_products,
#purchase_cart {
    overflow-y: hidden
}

#purchase_products td,
#purchase_cart td {
    vertical-align: middle
}

#returns_selected_products_list td {
    vertical-align: middle
}

#purchase_products table,
#returns_products table {
    font-size: 13px
}

#purchase_products table:first-child tr .product_number_column,
#returns_products table:first-child tr .product_number_column {
    position: relative;
    padding-right: 30px
}

#purchase_products table:first-child tr:hover,
#returns_products table:first-child tr:hover {
    cursor: pointer
}

#purchase_products table:first-child tr:hover td.product_number_column:before,
#returns_products table:first-child tr:hover td.product_number_column:before {
    content: "\f16e";
    font: normal normal normal 24px/1 LineAwesome;
    position: absolute;
    top: calc(50% - 14px);
    right: 2px;
    color: #A8CC43
}

#process_order .row-header {
    background: #5A80FB;
    color: #fff
}

@media (min-width: 768px) {
    #process_order .row-header [class*="col"] {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width: 991.98px) {
    #process_order .row-header [class*="col"] {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }
}

#process_order .row-body {
    align-items: center;
    border-bottom: 1px solid #becdfd
}

@media (min-width: 768px) {
    #process_order .row-body {
        min-height: 3rem
    }
}

#process_order .row-body [class*="col"] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

#process_order #helpLink .la {
    font-size: 24px;
    line-height: 0;
    position: relative;
    top: 4px
}

.new-pap_tabs .new-pap_content {
    height: auto;
    width: 100%;
    overflow-x: auto;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: none
}

.new-pap_content .new-pap_block-wrp {
    min-width: 600px
}

.new-pap_nav .tabs_header ul li {
    width: auto
}

.new-pap_nav-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    border-bottom: 1px solid #dee2e6
}

.new-pap_nav-list-item {
    color: #007bff;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: .5rem 1rem;
    margin-bottom: -1px;
    cursor: pointer
}

.new-pap_nav-list-item:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.new-pap_nav-list-item.selected {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.new-pap_general a.new-pap-link {
    color: #5A80FB;
    cursor: pointer
}

.new-pap_general a.new-pap-link:hover {
    color: #5A80FB
}

.new-pap_checkbox__right {
    padding-left: 0;
    padding-right: 1.5rem
}

.new-pap_checkbox__right .custom-control-label:before {
    left: auto;
    right: -1.5rem
}

.new-pap_checkbox__right .custom-control-label:after {
    left: auto;
    right: -1.5rem
}

.new-pap_tabs .table {
    table-layout: fixed
}

.new-pap_tabs .table td {
    vertical-align: middle
}

.new-pap_tabs .table .invoice_description_column {
    width: 50%;
    min-width: 200px
}

.new-pap_tabs .table .invoice_details_column {
    width: 21%;
    min-width: 106px
}

.new-pap_tabs .table .invoice_number_column {
    width: 20%;
    min-width: 80px
}

.new-pap_tabs .table .invoice_input_column {
    width: 40%;
    min-width: 120px
}

.new-pap_tabs .table .control_link {
    color: #5A80FB
}

.new-pap_tabs .invoices_list_header {
    width: 100%;
    border-radius: 0;
    border-width: 0;
    background-color: unset;
    color: inherit;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.new-pap_tabs .invoices_list {
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    overflow-x: hidden;
    overflow-y: auto
}

.new-pap_tabs .invoices_list_table {
    width: 100%
}

.new-pap_tabs .invoice_detail_row th {
    background-color: transparent;
    color: #262626
}

/*# sourceMappingURL=main.css.map */