* {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    color: #333;
}

.topbar {
    height: 70px;
    width: 100%;
    background: #333;
}

.topbar .logoContainer {
    height: 70px;
    width: calc(150px - 5px);
    display: inline-block;
    padding: 5px 15px;
    background: #333;
}

.remainingTopBar {
    width: calc(100% - 154px);
    height: 70px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    background: #444;
}

.topbar .logoContainer h1 {
    line-height: 60px;
    font-size: 30px;
    color: #dc2a2a;
}

body, #app, .siteContainer {
    min-height: 100vh;
    min-width: 100vw;
}

.sidebar {
    width: 150px;
    min-height: calc(100vh - 70px);
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px 15px 15px;
    background: #444;
}

.main {
    display: inline-block;
    vertical-align: top;
    min-height: calc(100vh - 70px);
    width: calc(100% - 155px);
    padding: 15px;
}

ul.nav {
    display: block;
}

ul.nav li {
    display: block;
    padding: 5px 0;
    cursor: pointer;
    color: #e8e8e8;
}

.sidebar {
    min-height: 100vh;
    margin-right: -5px;
}

.main {
    min-height: 100vh;
    width: calc(100% - 159px);
    background: #443b3b;
}

.sidebar {
    padding: 15px 0;
}

ul.nav li {
    padding: 5px 15px;
}

ul.nav li.active {
    background: #a53f3f;
}

h1.logoText {
    font-size: 24px;
    color: white;
    padding: 15px 0;
    text-align: left;
    padding-left: 15px;
}

.tabContent {
    background: #753535;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    top: 50%;
}

.mainContent {position: absolute;top: 50%;width: calc(100% - 30px);transform: translateY(-50%);}

.tab {
    min-height: 100%;
}

.main {
    position: relative;
}

.tabContent * {
    color: white;
}

.title p {
    margin-bottom: 0;
}

.title {
    padding: 10px;
}

.title {
    background: #a53f3f;
    margin-bottom: 50px;
}

.tabContent {
    background: transparent;
}

.main {
    background: #4c4c4c;
}

.innerTab {
    text-align: left;
}

table th {
    background: none !important;
    font-weight: 500 !important;
    padding: 10px!important;
}

#app .dataTables_info, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, #app .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
}

table.dataTable {
    margin-bottom: 15px !important;
}

#app .dataTables_wrapper .dataTables_paginate .paginate_button.current, #app .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #a53f3f !important;
    color: white !important;
}

table.dataTable th, table.dataTable.no-footer {
    border-color: #333 !important;
}

ul.nav li i {
    color: #e8e8e8;
    padding-right: 10px;
}

.title i {
    font-size: 42px;
    margin-bottom: 10px;
}

#app .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

.actions i {
    font-size: 21px;
    color: #e8e8e8;
    cursor: pointer;
}

.modal label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
}

.modal form .form-row:first-of-type label {margin-top: 0;}

form input, form select, form textarea {
    width: 100%;
    display: block;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    color: #333;
    padding: 5px 10px;
}

.modal form {
    padding: 15px 30px;
}

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

table.dataTable tbody tr {
    background: transparent !important;
}

i.tableAction {
    margin-right: 15px;
    cursor: pointer;
    color: #e8e8e8;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.actions a span {
    vertical-align: top;
    margin-left: 5px;
}

.logoHi {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.btn-link, .btn-link:hover {
    color: #b55555;
}

body.dashboard {
    background: #4c4c4c;
}

.sidebarToggle {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: none;
    transition: all .15s ease-in-out;
}

.sidebar {
    position: relative;
}

.sidebarToggle p {
    font-size: 42px;
    color: #e8e8e8;
    line-height: 42px;
}

.nav li span {
    color: inherit;
}

.logoBox {
    max-height: 120px;
}

.main {
    transition: width .15s ease-in-out;
}

.main {
    margin-top: 50px;
    margin-bottom: 50px;
}

body, #app, .siteContainer {
    min-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .logoBox {
        margin-top: 10px;
    }

    .sidebarToggle {
        display: block;
    }

    .sidebar:not(.active) {
        width: 50px;
    }
    
    .sidebar:not(.active) .logoBox {
        opacity: 0;
        max-height: 15px;
    }
    
    .logoBox, .sidebar {
        transition: all .15s ease-in-out;
    }
    
    .logoBox, .nav li {
        white-space: nowrap;
    }
    
    .sidebar:not(.active) li span {
        opacity: 0;
    }

    .sidebar:not(.active) .sidebarToggle {
        transform: translateX(-50%) rotateZ(45deg);
    }
    
    .sidebarToggle {
        height: 40px;
        width: 30px;
        text-align: center;
    }

    /* .siteContainer.sidebarActive .main {
        width: calc(100% - 159px);
    } */

    .siteContainer:not(.sidebarActive) .main {
        width: calc(100% - 59px);
    }

    .sidebar:not(.active) ul.nav {
        margin-left: -18px;
    }
    
    .sidebar ul.nav {
        transition: margin .3s ease-in-out;
    }
}

@media only screen and (max-width: 750px) {
    .sidebar:not(.active) {
        margin-left: -50px;
    }

    .sidebar {
        z-index: 1;
    }
    
    .sidebar:not(.active) .sidebarToggle {
        margin-left: 50px;
    }

    /* .siteContainer.sidebarActive .main {
        width: calc(100% - 159px);
    } */

    .siteContainer:not(.sidebarActive) .main {
        width: 100%;
    }
}

.sidebar {
    width: 170px;
}

.main {
    width: calc(100% - 169px);
}

ul.nav li.drop ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .15s ease-in-out;
}

ul.nav li.drop.active ul {
    max-height: 240px;
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #804646;
    margin-bottom: -5px;
    margin-top: 5px;
}

ul.nav li.drop.active ul li {
    font-size: 12px;
    padding-left: 17px;
}

ul.nav li.drop.active ul li span {padding-left: 1px;}

input#createMembershipRenewalInterval, select#createMembershipRenewalType {
    width: 50%;
    display: inline-block;
}

input#createMembershipRenewalInterval {
    border-right: none;
}

#createMembershipPlanForm span,
.modalNote {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

input#createMembershipPlanCancelUpon {
    display: inline-block;
    width: 70px;
    margin: 0 15px;
    vertical-align: middle;
}

label[for='createMembershipPlanCancelUpon']+p {
    vertical-align: middle;
    display: inline;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}

label[for='createMembershipPlanCancelUpon'] {
    display: none;
}

table {
    table-layout: fixed;
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.actionSection:not(:last-of-type) {
    margin-bottom: 40px;
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 40px;
}

div#ui-datepicker-div {
    background: white;
    padding: 20px;
    box-shadow: 0 0 3px 1px #ccc;
    text-align: center;
    display: none;
}

.ui-datepicker-prev, .ui-datepicker-next {
    width: 50%;
    display: inline-block;
}

.ui-datepicker-prev {
    text-align: left;
}

.ui-datepicker-next {
    text-align: right;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
    display: block !important;
    width: 100% !important;
    cursor: pointer;
}

table.ui-datepicker-calendar a {
    color: inherit;
    text-align: center;
    display: block;
    width: 100%;
}

table.ui-datepicker-calendar td a {
    padding: 5px;
    text-decoration: none;
    transition: background .15s ease-in-out;
}

table.ui-datepicker-calendar td:hover a {
    background: #f1f1f1;
}

table tbody tr:nth-child(even) {
    background: rgba(255,255,255,.05) !important;
}

.sidebar {
    background: rgb(62, 62, 62);
    background: linear-gradient(180deg, rgb(62, 62, 62) 0%, rgb(64, 64, 64) 100%);
    width: 210px;
}

ul.nav li.active {background: #c34141;}

h1.logoText {
    padding-left: 0;
    text-align: center;
}

ul.nav li {
    padding: 8px 0 8px 35px;
}

ul.nav li.drop.active ul {margin-left: -35px;width: calc(100% + 35px);margin-bottom: -8px;}

ul.nav li.drop ul li {
    padding-left: 38px !important;
}

ul.nav li:not(.active):hover {
    background: #804646;
    color: white;
}

ul.nav li {
    transition: all .15s ease-in-out;
}

ul.nav li i {
    width: 28px;
    text-align: center;
}

ul.nav li.drop li i {margin-left: -3px;}

.main {
    width: calc(100% - 210px);
}

body.dashboard, .main {
    background: #312f2f;
}

.main {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 15px;
}

.sidebar {
    position: sticky;
    top: 0;
}

thead {
    background: rgba(165, 63, 63, 1);
}

.actionSection .actionSectionTitle+.actions {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 0;
}

.actionSection {
    position: relative;
}

.postTitleTable {
    margin-bottom: 40px;
    margin-top: -45px;
}

.postTitleTable table {
    text-align: center;
}

.actionSectionTitle h3 {
    display: inline-block;
}

.expandSection {
    margin-left: 10px;
    vertical-align: middle;
    color: white;
    margin-top: -5px;
    cursor: pointer;
    transition: transform .15s ease-in-out;
}

.expandSection.active {
    transform: rotate(180deg);
}

.actionSectionBody:not(.expand) {
    display: none;
}

.postTitleTable table {
    display: block;
    width: 100%;
}

.postTitleTable table {
    display: table;
}

a.quickLink {
    color: white;
    text-decoration: underline;
    transition: color .15s ease-in-out;
    cursor: pointer;
}

a.quickLink.red:hover {
    color: #bd5454;
}

.redButton {
    background: #bd5454;
    color: white;
}

.redButton:hover {
    color: white !important;
}

table.ui-datepicker-calendar th * {
    color: white !important;
}

span.loadDot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    margin: 0 2px;
}

.dotLoading .loadDot:first-of-type {
  -webkit-animation: loadingDotAnimation .5s infinite alternate; /* Safari 4+ */
  -moz-animation:    loadingDotAnimation .5s infinite alternate; /* Fx 5+ */
  -o-animation:      loadingDotAnimation .5s infinite alternate; /* Opera 12+ */
  animation:         loadingDotAnimation .5s infinite alternate; /* IE 10+, Fx 29+ */
}

.dotLoading .loadDot:nth-child(2) {
  -webkit-animation: loadingDotAnimation .5s infinite alternate; /* Safari 4+ */
  -moz-animation:    loadingDotAnimation .5s infinite alternate; /* Fx 5+ */
  -o-animation:      loadingDotAnimation .5s infinite alternate; /* Opera 12+ */
  animation:         loadingDotAnimation .5s infinite alternate; /* IE 10+, Fx 29+ */
  animation-delay: .15s;
}

.dotLoading .loadDot:nth-child(3) {
  -webkit-animation: loadingDotAnimation .5s infinite alternate; /* Safari 4+ */
  -moz-animation:    loadingDotAnimation .5s infinite alternate; /* Fx 5+ */
  -o-animation:      loadingDotAnimation .5s infinite alternate; /* Opera 12+ */
  animation:         loadingDotAnimation .5s infinite alternate; /* IE 10+, Fx 29+ */
  animation-delay: .3s;
}

@-webkit-keyframes loadingDotAnimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

input.inlineEditor {
    width: 100%;
    padding: 5px;
    color: black;
}

.clientDot {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
}

.clientDot.archived {
    background: #ff3939;
}

p.tt-message {
    white-space: nowrap;
}

.clientDot {
    width: 10px;
    height: 10px;
}

.clientDot:first-of-type {
    margin-left: 3px;
}

.tt-message {
    position: absolute;
    top: -3px;
    left: 0;
    transform: translateX(-50%);
    background: #a43f3f;
    padding: 4px 7px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: all .15s ease-in-out;
    pointer-events: none;
}

.tt {
    position: relative;
}

.tt.tt-show .tt-message, .tt:hover .tt-message {
    opacity: 1;
    transform: translate3d(-50%, -100%, 0);
}

[data-tab='clients'] i.tableAction {
    margin-right: 20px;
}

.dotMenu {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}

.dotMenu span {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    display: block;
    margin: 2px 0;
}

.dotMenu ul {
    text-align: left;
    position: absolute;
    top: 30px;
    left: 0;
    transform: translate3d(-100%, -50%, 0);
    min-width: 210px;
    display: none;
    padding-right: 15px;
}

.dotMenu.active ul {
    display: block;
}

.dotMenu ul li {
    list-style: none;
    padding: 5px 15px;
    background: #e8e8e8;
    color: #312f2f;
    transition: background .15s ease-in-out;
}

.dotMenu ul li:not(:last-child) {
    border-bottom: 1px solid #312f2f38;
}

.relative {
    position: relative;
}

.dotMenu ul li:hover {
    background: #d89b9b;
}

.dotLoading.horizontal .loadDot {
    display: inline-block;
    margin-right: 5px;
}

.dotLoading.darkDots .loadDot {background: grey;}

.dataTables_length select, .dataTables_length select option {
    color: black;
}

.dataTables_length select {
    padding: 2px 5px;
    margin: 0px 2px;
}

.clientImageContainer img,
.gymImageContainer img {
    box-shadow: 0 0 6px 1px #e8e8e8;
    border-radius: 8px;
    margin-bottom: 5px;
    cursor: pointer;
}

.postTitleTable .dataTables_length, .postTitleTable .dataTables_info, .postTitleTable .dataTables_paginate {
    display: none;
}

select, select option {
    color: black !important;
}

select {
    padding: 5px 15px;
}

/* No longer vertically center content */
.mainContent {
    position: relative;
    top: auto;
    transform: none;
    margin: 0 auto;
}

.main {
    height: 100%;
    overflow: auto;
}

/* Temporary */
/* @media only screen and (max-width: 1200px) {
    .sidebar {
        background: blue;
    }
}
@media only screen and (max-width: 1100px) {
    .sidebar {
        background: red;
    }
}
@media only screen and (max-width: 1000px) {
    .sidebar {
        background: yellow;
    }
}
@media only screen and (max-width: 900px) {
    .sidebar {
        background: green;
    }
}
@media only screen and (max-width: 800px) {
    .sidebar {
        background: purple;
    }
}
@media only screen and (max-width: 700px) {
    .sidebar {
        background: white;
    }
} */

.actionSection .actions a.action:not(:first-child) {
    margin-left: 10px;
}

.inline-validation-error {
    color: #b55454;
    font-weight: 500;
}

input.modalToModalLink,
.inlineCheckbox {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 15px;
}

input.modalToModalLink+span,
.inlineCheckbox+span {
    vertical-align: middle;
    display: inline-block;
    margin-top: 12px;
    font-weight: 500;
    font-size: 12px;
}

.ui-datepicker-current-day {background: #a43f3f;color: white;}

.ui-datepicker-today {
    color: #a43f3f;
    font-weight: bold;
}

.dotMenu {
    padding: 5px 10px;
    top: 10px;
    right: 20px;
}

.actionSectionBody .actionSectionTitle, .actionSectionBody .actionSectionTitle h3 {
    font-size: 16px;
}

.actionSectionBody .actionSectionTitle h3+i {
    margin-top: 0;
}

.actionSectionBody .actionSection {
    margin-top: 40px;
    padding-left: 15px;
}

table {
    table-layout: fixed;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
    overflow: scroll;
}

.dataTables_wrapper {
    overflow-x: scroll;
}

/* :not(div.dataTables_wrapper)::-webkit-scrollbar {
    width: 0px;
    background: transparent;
} */
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

* {
    -ms-overflow-style: none;
}

div#ui-datepicker-div {
    max-width: 415px;
}

table .fas.no-tooltip::after {
    content: initial !important;
}

table .fas::after {content: "Edit";background: #a43f3f;color: white;display: block;padding: 7px;font-family: "Montserrat";font-weight: 300;font-size: 14px;position: absolute;top: 0;left: 50%;
    transform: translate3d(-50%, -75%, 0);white-space: nowrap;z-index: 10;transition: all .3s ease-in-out;opacity: 0;}

table .fas {
    position: relative;
}

table .fas:not(.shopPOSClient):not(.shopPOSProduct):hover::after {
    opacity: 1;
    transform: translate3d(-50%, -125%, 0);
}

table .fas.fa-link::after {
    content: "View";
}
table .fas.fa-trash::after {
    content: "Remove";
}
table .fas.fa-trash.removeClient::after {
    content: "Cancel";
}
table .fas.fa-pen::after {
    content: "Edit";
}
table .fas.viewGymContract::after {
    content: "View Contract";
}
table .showPayoutCalculations::after {
    content: "View Details";
}
table i.fas.fa-clipboard.hasNotes::after {
    content: "Notes";
}
table i.marketingLockClient::after {
    content: "Pick";
}
table i.viewPaymentNote::after {
    content: "View Note";
}
table i.quickSTSetup::after {
    content: "Quick ST" !important;
}
table i.viewClientClockins::after {
    content: "Clock-ins" !important;
}
table .fas.fa-wallet::after {
    content: "Refund";
}
table .resyncAttachment::after {
    content: "Resync";
}
table .fas.fa-redo::after {
    content: "Retry";
}
table .fas.fa-plus::after {
    content: "Create";
}
table .fas.makePaymentMethodDefault::after {
    content: "Make Default";
}

table .fas.unarchiveClient::after {
    content: "Uncancel"
}

table .fas.viewShopInvoice::after {
    content: "View Invoice"
}

table .fas.icon-view::after {
    content: "View"
}

table .fas.startAwaitingSubscription::after {
    content: "Start";
}

table .fas.viewClientTokens::after {
    content: "Tokens";
}

table .fas.acceptDispute::after {
    content: "Accept Dispute";
}

table .fas.submitDisputeEvidence::after {
    content: "Submit Evidence";
}

table i.openSwitchPlanModal::after {
    content: "Switch Plan";
}

.checkboxRow input[type='checkbox'] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: auto;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.checkboxRow {
    margin-top: 10px;
}

.checkboxRow span,
.checkboxRow label {
    vertical-align: middle;
    display: inline-block;
    width: auto;
    margin: 0;
}

.dataTables_filter input[type="search"] {
    border: 1px solid #ccc;
    color: black;
    padding: 2px 5px;
}

table .fas::after {
    pointer-events: none;
}

.wideModal .modal-dialog {
    max-width: 70%;
}

.doorViewFrame {
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.doorFrame {
    width: 860px;
    height: 540px;
    background: white;
    padding: 30px;
}

.doorFrame *:not(#nameColor) {
    color: black !important;
}

.doorContainer {
    overflow-x: auto;
    background: white;
}

/* Door view HTML overrides */
.profile-container {
    height: 330px;
}

.message-box {
    height: 212px;
}
/* End door view HTML overrides for dashboard tab HTML displaying */

/* i.hasNotes {
    margin-left: 5px;
} */

.tab[data-tab="mygym-door"] .tabContent, .tab[data-tab="mygym-door"] .tabContent .innerTab {
    height: 100%;
}

.verticalCenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal[data-triggerName='unfreezeClient'] .modal-body p {
    color: red;
    font-weight: 500;
    font-size: 16px;
}

.hourlyAttended {
    color: #3fa55e;
    margin-left: 3px;
}

/* i.hasNotes {
    margin: 0 5px;
    font-size: inherit;
    color: #e8e8e8;
} */

.shopPOSSaleContainer {
    border: 1px solid white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 45px;
}

.shopPOSSaleContainer label {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.shopPOSSaleContainer p {
    margin: 0;
    font-size: 16px;
}

input.tableAjaxSearch, input.customTableSearch {
    position: absolute;
    right: 0;
    z-index: 100;
    color: black;
    padding: 0 5px;
}

.shopPOSClientContainer, .shopPOSChargeListContainer {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom: 10px;
}

#posConfirmClient, #posConfirmTotal {
    font-weight: bold;
}

span.removePosItem, span.incrementPosItem {
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
    background: #b55555;
    padding: 0 5px;
    margin-top: -3px;
    display: inline-block;
    cursor: pointer;
}

p#posChargeList>p {
    margin: 5px 0;
}

/* table.shopPOSProductsTable th:first-child, table.shopPOSProductsTable td:first-child,
table.shopPOSClientsTable th:first-child, table.shopPOSClientsTable td:first-child {
    padding-left: 35px !important;
    position: relative;
} */

i.shopPOSProduct,
i.shopPOSClient {
    position: absolute;
    left: 10px;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}

.hideTableSearch .dataTables_filter {
    display: none !important;
}

.shopCategorySearchBtn {
    border: 1px solid white;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    border-radius: 3px;
}

.shopCategorySearchBtn.active {
    background: #a53f3f;
}

i.shopPOSProduct, i.shopPOSClient {
    color: #bb4949;
    font-size: 21px;
}

input.fakeTableSearch {
    color: black;
    padding: 0 10px;
}

.fakeTableSearchContainer {
    display: inline-block;
    position: relative;
}

span.clearFakeSearch {
    position: absolute;
    right: 5px;
    color: black;
    font-size: 27px;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

input.fakeTableSearch {
    padding-right: 20px;
}

.shopPOSGuestCheckout {
    position: absolute;
    top: 5px;
    left: 150px;
}

.radioBox {
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.radioBox.active {
    background: #b55555;
    color: white;
}

table.dataTable td:last-child {
    white-space: nowrap;
}

/* table.dataTable.frozenClientsTable i.tableAction.fas.fa-trash.removeClient {
    display: none;
} */

.marketingForm input, .marketingForm textarea {
    color: black;
}

.marketingSnippets, .smsTemplates, .emailTemplates {
    display: inline-block;
    width: auto;
}

ul.nav li.drop.active ul {
    max-height: 360px;
}

.smsBadge, .emailBadge {
    color: white;
    display: inline-block;
    background: #c34141;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    margin-right: 5px;
    cursor: pointer;
}

.smsBadge i, .emailBadge i {
    color: #c34141;
    font-size: 32px;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotateY(180deg);
}

.smsBadge, .emailBadge {
    background: transparent;
    position: relative;
}

.smsBadge span, .emailBadge span {
    color: white;
}

.dotMenu ul {
    top: 30px;
}

.replyToClientSMS, .replyToClientEmail {
    cursor: pointer;
    position: absolute !important;
    top: 10px;
    left: 0;
    float: none;
}

table.inboundSMSTable tr td:first-child,
table.outboundSMSTable tr td:first-child,
table.inboundEmailTable tr td:first-child,
table.outboundEmailTable tr td:first-child,
table[data-render="renderClientSMSTable"] tr td:first-child,
table[data-render="renderClientEmailTable"] tr td:first-child {
    position: relative;
    padding-left: 25px;
}

.replyToClientSMS::after,
.replyToClientEmail::after {
    display: none !important;
}

.tableSecondarySelect {
    position: absolute;
    left: 180px;
}

.tableSecondarySelect select {
    height: 26px;
    padding: 0;
    position: relative;
    z-index: 100;
}

.tableSecondarySelect input {
    position: relative;
    z-index: 100;
}

.selectListItem {
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.selectListItem.active {
    background: #b55555;
    color: white;
}

.selectListItem:last-child {
    border-bottom: none;
}

.pdfList.selectList {
    max-height: 50vh;
    overflow: auto;
}

.client-bar .clientItem {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 170px;
    cursor: pointer;
    margin-bottom: 20px;
}

.client-bar .clientItem .clientImageContainer {
    height: 150px;
    margin-bottom: 10px;
}

.client-bar .clientItem .clientImageContainer img,
.client-bar .clientItem .clientImageContainer i {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.client-bar .clientItem .clientImageContainer {
    text-align: center;
}

.client-bar .clientItem p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.client-bar .clientItem span {
    font-weight: 300;
}

.client-bar {
    margin-top: 20px;
    width: auto;
    overflow: auto;
}

span.clearFakeSearch {
    background: #a53f3f;
    color: white;
    height: 28px;
    line-height: 27px;
    right: 0;
    width: 20px;
    text-align: center;
}

input.fakeTableSearch {
    padding-right: 30px;
}

.dataTables_filter {
    position: relative;
}

.dataTables_filter input {
    height: 27px;
}

.dataTables_filter .clearFakeSearch {
    margin-top: -4px;
}

img#shopPOSClientImage {
    max-height: 110px;
}

span.incrementPosItem {
    margin-left: 10px;
}

table.dataTable.noActions td:last-child {
    white-space: initial;
}

a.ajaxView, .shopPOSClient, .shopPOSProduct {
    font-style: italic;
}

a.ajaxView:hover, .shopPOSClient:hover, .shopPOSProduct:hover {
    color: #a53f3f;
}

.addTokenProductInfoContainer {
    display: none;
}

.modalTable th {
    color: white;
}

.modalTable th, .modalTable td {padding: 10px !important;}

.modalTable i {
    color: darkgrey;
}

.fa-circle span {
    color: #e44646;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
}

.impersonatingBar {
    background: #a53f3f;
    padding: 10px;
    cursor: pointer;
}

.impersonatingBar * {
    color: white;
    text-align: center;
}

.impersonatingBar p {
    margin: 0;
}

.permissionItem {
    text-align: left;
    display: block;
    vertical-align: top;
    margin-top: 5px;
    width: 100%;
}

.permissionItem * {
    display: inline-block;
    width: auto;
}

.permissionItem input {
    margin-right: 5px;
}

.treeGroup {
    width: 100%;
    padding-left: 15px;
    background: #efefef;
}

.permissionItem.groupTitle {
    font-weight: 600;
}

.currentlyLoggedIn p, .systemVersion p, .cdGymChosen p {
    color: white;
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 100;
    font-style: italic;
}

.currentlyLoggedIn, .systemVersion, .cdGymChosen {
    margin-top: 10px;
    border-top: 1px solid #777;
    padding: 10px;
}

.semibold {
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.errorModal .modal-content {
    background: #b55555;
}

.errorModal .modal-content * {
    color: white;
}

.form-row>label {
    text-align: left;
}

body.iphoneNotch.notch-left {
    padding-left: 25px;
    background: #3f3f3f;
}

.mobile {
    display: none;
}

.notMobile {
    display: block;
}

div.tab[data-tab="mygym-door"] {
    height: 90vh;
}

.doorTab {
    transform: translateY(-50%);
}

.doorContainer {
    height: 100%;
}

.doorFrame {
    margin: 0 auto;
}

a.action.shopPOSGenericCharge {
    top: 10px;
}

.shopPOSSaleContainer {
    padding-bottom: 45px;
}

i.viewClientTokens {
    font-size: 18px;
}

span.saveTokenTime {
    font-size: 12px;
    cursor: pointer;
    margin-top: 5px;
    display: block;
    color: #a53f3f;
}

input.tokenTimeInput {
    width: 100%;
    padding: 5px;
}

.badges {
    text-align: center;
    padding-top: 15px;
}

.badges>div {
    margin: 0 10px;
}

.ui-datepicker-current-day {
    background: #3f7fa5;
}

.tableSecondarySelect input.revenueMembershipTimeframeDates,
.tableTimeframe {
    color: black;
    padding: 0 5px;
    width: 100px;
    text-align: center;
}

.inlineEdit textarea {color: black !important; width: 100%; min-height: 210px;}

.product-favourite-toggle {cursor: pointer;}

.sidebar.active {
    overflow-y: scroll;
    height: 100vh !important;
    min-height: 300px !important;
}

.clockin-container {
    position: absolute;
    right: 40px;
    top: 10px;
}

span.deleteClockin {
    display: inline-block;
    margin-right: 10px;
    font-size: 27px;
    line-height: initial;
    vertical-align: middle;
    cursor: pointer;
    color: #b55455;
}

span.editClockin {
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
}

span.editClockin i {
    color: #b55455;
}

.login-error p {
    color: #b45555;
    font-weight: bold;
}

p.cdGymPickerToggler {
    color: #ec4c4c;
    font-size: 10px;
    font-style: italic;
    text-align: center;
    margin-top: -10px;
    cursor: pointer;
}

select.cdGymChooser {
    width: 90%;
    margin: 0 auto !important;
    font-size: 12px;
    display:none;
}

.cdGymChosen {
    padding-bottom: 0;
}

ul.pos-method-selection li {
    list-style: none;
    padding: 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: -1px;
    cursor: pointer;
}

ul.pos-method-selection li:hover, ul.pos-method-selection li:active {
    background: #b65556;
    color: white;
}
