/* Minification failed. Returning unminified contents.
(2,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(71,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(132,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(301,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(307,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(341,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(387,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(393,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(399,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(405,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(452,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(519,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(586,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(616,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(633,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(677,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(682,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(687,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(697,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(703,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(747,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(753,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(773,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(825,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(1146,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(1398,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(1651,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2099,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2113,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2123,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2167,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2249,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2377,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2400,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2486,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2495,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2680,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2834,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(2896,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(3037,18): run-time error CSS1030: Expected identifier, found '-'
(3037,18): run-time error CSS1031: Expected selector, found '-'
(3037,18): run-time error CSS1025: Expected comma or open brace, found '-'
(3050,17): run-time error CSS1030: Expected identifier, found '-'
(3050,17): run-time error CSS1031: Expected selector, found '-'
(3050,17): run-time error CSS1025: Expected comma or open brace, found '-'
(3062,17): run-time error CSS1030: Expected identifier, found '-'
(3062,17): run-time error CSS1031: Expected selector, found '-'
(3062,17): run-time error CSS1025: Expected comma or open brace, found '-'
(3196,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(3250,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(3803,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(4250,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(4297,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-bold'
(4406,22): run-time error CSS1039: Token not allowed after unary operator: '-Alert-fill-info'
(4410,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-primary'
(4420,17): run-time error CSS1039: Token not allowed after unary operator: '-Alert-icon-info'
 */
html {
     --weight-bold: 500;
 }

﻿.field-validation-error {
    color: #e74c3c;
    margin: 5px 0 0 0;
    margin-left: 5px;
    font-weight: 400;
}

.input-validation-error {
    border-color: #e74c3c !important;
}

.float-right {
    float: right !important;
}

.modal-header {
    padding: 10px 30px !important;
}
.align-center {
    text-align: center !important;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.w-100 {
    width: 100% !important;
}

div.period-type .active {
    color: #ffffff !important;
    background-color: #3079b7 !important;
    border-color: #3D93CC !important;
}
.k-tabstrip-content, .k-tabstrip > .k-content {
    padding: 12px 20px;
}
.custom-style-group-btn {
    margin: 0px 1px 0px 1px !important
}



.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.grid-header-commands {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #e4e5e7;
    -ms-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    border-bottom: none;
    border-color: #ccc;
}

.td-colspan-all-columns {
    text-align: center;
    font-weight: var(--weight-bold, bold);
    font-size: 12px;
    background-color: #dff0ff;
    text-transform: uppercase;
}

margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-left-10 {
    margin-left: 10px;
}
.margin-left-25 {
    margin-left: 25px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

#logo {
    padding: 0 !important;
}

.font-weight-600 {
    font-weight: var(--weight-bold, bold) !important;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: default;
}

#logo {
    padding: 0 !important;
}

.margin-top--10 {
    margin-top: -10px !important;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: default;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-20 {
    margin-top: 20px;
}

#logo {
    padding: 0 !important;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: default;
}

.firstFocus {
}

.margin-bottom-2 {
    margin-bottom: 2px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.modal-dialog {
    margin-top: 2% !important;
}

.description-message {
    font-size: 14px;
    font-weight: 400;
    color: #797979;
    text-align: center;
}

dl {
    margin-bottom: 6px;
}

.display-day {
    text-align: center;
    font-weight: 300;
    color: #34495E;
}

.schedule-panel {
    padding-top: 2px !important;
    padding-bottom: 10px !important;
}

.markotherDays {
    background-color: #fff !important;
    border-color: #d9dbdd !important;
    color: #606265 !important;
}

.margin-top-132 {
    margin-top: 132px;
}

.margin-top-129 {
    margin-top: 129px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-croshair {
    cursor: crosshair;
}

.cursor-eresize {
    cursor: e-resize;
}

.cursor-move {
    cursor: move;
}

.hide-row {
    display: none !important;
}

.wizard .content {
    min-height: 0;
}

.width-250 {
    width: 250px !important;
}

.wizard > .content > .body {
    height: auto;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    cursor: pointer;
}

.small-input {
    width: 50px;
}

.hide-row {
    display: none;
}

/*body.modal-open {
    overflow: hidden;
}*/

.selectize-control.multi .selectize-input > div {
    background: #76B6E0 !important;
}

.k-input.input-validation-error {
    background: #F7DEDE !important;
}

.small-input {
    width: 50px;
}

.inline-input {
    display: inline !important;
}

.pointer {
    cursor: pointer;
}

.form-error {
    display: block !important;
}

.kendo-rowtemplate-displayColor {
    width: 100%;
    height: 24px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

#availableCourtcount {
    margin-left: 4px;
    color: green;
    font-weight: var(--weight-bold, bold);
}

.displayAvailableItems-dropdown {
    margin-left: 4px;
    color: green;
    font-weight: var(--weight-bold, bold);
}

.icheckbox_flat-green {
    display: block !important;
}

.icheckbox_minimal-green {
    display: block !important;
}

    .icheckbox_minimal-green.checked.disabled {
        background-position: -40px 0 !important;
    }

#ReservationRulesTab .icheckbox_minimal-green {
    display: inline-block !important;
}

.hide {
    display: none !important;
}
 
body.modal-open {
    overflow: visible !important;
}

.hide {
    display: none;
}

.not-working-day {
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--weight-bold, bold) !important;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-75 {
    max-width: 75px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-500 {
    max-width: 500px;
}

.form-checkbox {
    display: block !important;
}

.grid-row-template {
    text-align: center;
}

.passed {
    background: #AFADAD !important;
    color: #0C0C0C !important;
    font-weight: var(--weight-bold, bold) !important;
}

.canceled {
    background: #f16965 !important;
    color: black !important;
    font-weight: var(--weight-bold, bold) !important;
}

.upcoming {
    background: #f0ad4e !important;
    color: black !important;
    font-weight: var(--weight-bold, bold) !important;
}

.today {
    background: rgb(117, 247, 250) !important;
    color: rgb(41, 39, 39) !important;
    font-weight: var(--weight-bold, bold) !important;
}

.awaiting-approval {
    background: rgb(242, 174, 103) !important;
    color: rgb(247, 242, 242) !important;
}

.noConflictsTd {
    background: #CAECCA !important;
    text-align: center;
}

.declined {
    background: rgb(249, 149, 149) !important;
    color: white !important;
    text-align: center;
}

.conflictsTd {
    background: #EFC0BB !important;
    text-align: center;
}

.running {
    background: #BBC1EF !important;
    text-align: center;
}

.row-details ul {
    list-style: none;
    font-style: italic;
    margin: 15px;
    padding: 0;
}

    .row-details ul li {
        margin: 0;
        line-height: 1.7em;
    }

.row-details label {
    display: inline-block;
    width: 40%;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: var(--weight-bold, bold);
}

.currentPosition {
    background: #e0f4d6 !important;
}

#side-menu li .nav-second-level li.currentPosition a {
    background: #e0f4d6 !important;
}


#side-menu li .nav-second-level li.currentPosition a {
    background: #e0f4d6 !important;
}

.k-grid-content .k-state-selected {
    color: #130F0F;
    background-color: #d8fdc6;
    /*background-color: #E0E1E2;*/
}

.k-grid tr.k-state-selected:hover td, .k-grid tr:hover .k-state-selected {
    color: #130F0F;
    background-color: #E0E1E2;
}

.selected-court {
    font-weight: bold !important;
    color: #3A793A !important;
    border: 1px solid #CFD2CF;
}

.display-end-time {
    font-weight: bold !important;
    color: #3A793A !important;
    border: 1px solid #CFD2CF;
}

.content {
    padding-bottom: 40px !important;
}

input[type="radio"], input[type="checkbox"] {
    cursor: pointer !important;
}

/*  .form-row-no-padding {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }*/

.modal-footer-top {
    padding-top: 0px;
    border-top: none;
    background: white !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.max-width-200 {
    max-width: 200px;
}



.b {
    font-weight: var(--weight-bold, bold) !important;
}

.system-link:hover {
    text-decoration: underline;
}

.align-central {
    text-align: center !important;
}


/* enable absolute positioning */

.inner-addon {
    position: relative;
}

    /* style icon */

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.glyphicon-left-border {
    border-left: 1px dashed #dedada;
    cursor: pointer !important;
}

.btn-danger1 {
    background-color: #e88176 !important;
    border-color: #e88176 !important;
}

.btn-link {
    color: #014c8c !important;
}

.grid-toolbar-container {
    float: left;
    padding-left: 5px;
    padding-top: 8px;
}

.grid-toolbar-title {
    font-weight: var(--weight-bold, bold);
    font-size: 15px;
}

.grid-toolbar-search-container {
    padding-right: 0px;
    float: right;
}

.grid-search {
    height: 30px;
    padding-left: 3px;
}

.hpanel .alert {
  /*  border: none !important;

      removingimportant, i awnt to override it.
  */
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right:none;
}

.block {
    display: block;
}

.displayCost {
    font-family: var(--font-family); /*"Helvetica neue", Helvetica, Arial, Sans-serif;*/
}

.total-due {
    color: #66c530;
    font-size: 1.4em;
  /*  font-family: sans-serif;*/
}

.total-due-amount {
    color: #5e943f;
    font-size: 1.5em;
   /* font-family: sans-serif;*/
}

.cost-display-admin-side {
    color: #309e2a;
    font-weight: var(--weight-bold, bold);
    font-size: 13px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.item-display-form {
    display: block;
}

.margin-bottom-8 {
    margin-bottom: 8px !important;
}

.item-display-form {
    display: block;
}

.restiction-table .setting-th {
    width: 200px;
}

.restiction-table .icheckbox_minimal-green {
    display: inline-block !important;
}

.item-display-form {
    display: block;
}

legend {
    border-bottom: 2px dashed #e5e5e5;
    font-size: 16px !important;
    margin-bottom: 7px;
}

.totalToPaid-td {
    color: #de5252;
    font-weight: var(--weight-bold, bold);
    text-align: right;
}

.totalUnPaid-td {
    font-weight: var(--weight-bold, bold);
    text-align: right;
}

.transactions-thead {
    font-weight: var(--weight-bold, bold);
}

.pointer {
    cursor: pointer;
}

.paid-amt {
    color: #1f5b84;
    font-size: 1.4em;
    font-family: var(--font-family);
}

.paid-amt-container {
    color: #113f5f;
    font-size: 1.5em;
    font-family: var(--font-family);
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
    .hideOnXsScreen {
        display: none;
    }
}

.selectize-control.multiple .selectize-input > div {
    background: #76b6e0 !important;
}

.selectize-control.multiple .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #efefef;
    color: #333;
    border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multiple .selectize-input > div {
    border-radius: 3px;
}

.selectize-control.multiple .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px;
}

.selectize-control.multiple .selectize-input.has-items {
    padding: 5px 12px 2px;
}

.legend-1 {
    font-weight: var(--weight-bold, bold);
    color: #777779;
}

.field-validation-error {
    font-size: 11px;
    font-weight: var(--weight-bold, bold);
    font-size: 9px;
    color: #de2511 !important;
}

.k-i-filter {
    font-size: 10px;
}

.k-i-sort-desc-sm, .k-i-sort-asc-sm {
    font-size: 12px;
}

.k-grid-header th > .k-link > .k-icon {
    vertical-align: middle;
}

.portal-link {
    display: block;
    color: #A998CA;
    font-weight: var(--weight-bold, bold);
    font-size: 1.4em;
    color: #297BCA;
}

    .portal-link:hover {
        color: #297BCA;
    }

.margin-right-4 {
    margin-right: 4px;
}

.clear-marging-padding {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.border-radius-5 {
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.selectize-input {
    padding-left: 3px !important;
}

.custom-footer {
    text-align: right;
}

.max-200 {
    max-width: 200px !important;
}

#noteBoxhPanel {
    margin-bottom: 0px !important;
}

    #noteBoxhPanel .panel-body {
        padding: 8px 0px 0px 10px !important;
    }

.required-label:after {
    content: " *";
    color: #e81313;
    font-size: 0.8em;
}

.mobile-page-title {
    font-weight: var(--weight-bold, bold);
    color: #34495e;
}

.fake-input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.max-450 {
    max-width: 450px;
}

.max-150 {
    max-width: 150px;
}

.max-193 {
    max-width: 193px;
}

.ver-mid {
    vertical-align: middle !important;
}

.padding-5 {
    padding: 5px !important;
}

.k-grid-filter.k-state-active {
    border-color: #39af02 !important;
    background-color: #62cb31 !important;
}

.label-note-container {
    display: block !important;
    margin-top: -7px !important;
    color: #a8a1a1 !important;
    font-size: 10px !important;
}

.footer-button {
    float: right;
    margin-right: 17px;
}

.label-helper {
    display: block;
    margin-top: -8px;
    font-size: 10px;
    margin-left: 3px;
    margin-bottom: 1px;
}

.kendo-form-control {
    width: 100%;
}

.slot-btn {
    padding: 0px 7px !important;
}

.registration-closed-message {
    color: #b70000;
}

.icon-danger {
    padding-left: 6px;
    color: #d9534f;
    font-size: 15px;
}

.revert-button {
    background: none;
    border: 0;
}

.padding-lr-0 {
    padding-left: 0 !important;
    padding-right: 0px !important;
}

.margin-lr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.k-grid {
    font-size: 11px !important;
}

.k-i-expand {
    background: url(/Content/Images/icons/plus_10.png) center center no-repeat !important;
}

.k-i-collapse {
    background: url(/Content/Images/icons/minus_10.png) center center no-repeat !important;
}

.k-hierarchy-cell {
    text-align: center;
}

.btn-color-black-gray {
    color: white;
    background-color: #929090;
    border-color: #777676;
}

    .btn-color-black-gray:hover,
    .btn-color-black-gray:focus,
    .btn-color-black-gray.focus,
    .btn-color-black-gray:active,
    .btn-color-black-gray.active {
        color: white;
        background-color: #717070;
        border-color: #5f5d5d;
    }

.loading-gif-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.nav .fa.arrow:before {
    vertical-align: sub;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.bool-active-true::before {
    content: '\f00c';
    color: #44b284;
    font-size: 14px
}

.bool-active-false::before {
    content: '\f068';
    color: #ced4da;
    font-size: 14px
}

.empty-content {
    text-align: center;
}

.custom-badge {
    font-size: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    padding: 3px 6px;
    margin-top: -5px;
    position: absolute;
    margin-left: 3px;
}

.k-calendar .k-today {
    background-color: #fbe09e;
}

.align-right {
    text-align: right;
}

.btn-disable-1 {
    opacity: 0.6 !important;
}

    .btn-disable-1:hover {
        opacity: 0.6 !important;
    }

.table-small-font {
    font-size: 11px !important;
}

table.table-striped td {
    vertical-align: middle !important;
}

.table-striped {
    font-size: 11px;
}

.btn-disable-1 {
    -ms-opacity: 0.6 !important;
    opacity: 0.6 !important;
}

    .btn-disable-1:hover {
        -ms-opacity: 0.6 !important;
        opacity: 0.6 !important;
    }

.table-small-font {
    font-size: 11px !important;
}

table.table-striped td {
    vertical-align: middle !important;
}

.table-striped {
    font-size: 11px;
}

.paid-cell {
    font-size: 10px;
    background: #ffffcc !important;
}
.preauthorized-cell {
    font-size: 10px;
    background: #f1f1c5 !important
}
.partiallypaid-cell {
    font-size: 10px;
    background: #eae78c !important;
}

.pendingrefundcell-cell {
    font-size: 10px;
    background: #ff9999 !important;
    color: white;
}

.refunded-cell {
    font-size: 10px;
    background: #a4bffb !important;
}
.label-preauthorized {
    background: #f1f1c5 !important;
    color: black;
}
.preauthorizationTransaction {
    background: #f1f1c5 !important
}
.unpaid-cell {
    font-size: 10px;
    background: #ff9999 !important;
    color: white;
}

.notPaidTransaction {
    background: #ff9999 !important;
}

.debitTransaction {
    background: rgb(215, 212, 212) !important;
}

.membershipFeeTransaction {
    background: rgb(215, 212, 212) !important;
}

.creditTransaction {
    background: #ffffcc !important;
}

.refundTransaction {
    background: #cece6a !important;
}

.main-item .custom-badge {
    margin-top: 0px !important;
}

.modal-modal3 .modal-lg {
    width: 800px;
}

.btn-light {
    background-color: #e0e0e0 !important;
    color: #000;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    margin-right: 20px;
    padding: 0;
    position: relative;
}


.text-Overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.swal2-container {
    zoom: 1.5;
}

.settings-list-item span i {
    font-size: 26px;
    color: #fff;
}

.settings-label {
    background-color: #fff;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    top: -12px;
    font-weight: var(--weight-bold, bold);
    font-size: 16px;
    text-transform: uppercase;
    /* ReSharper disable once HexColorValueWithAlpha */
    color: #000000b8;
}

.settings-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0;
}

.settings-list-item {
    width: 150px;
    text-align: center;
    margin: 10px 0;
}

    .settings-list-item span {
        align-items: center;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: inline-flex;
        justify-content: center;
        -webkit-transition: all 75ms linear;
        -o-transition: all 75ms linear;
        transition: all 75ms linear;
        opacity: 0.9;
        background-color: #8ec3d5;
    }

.content-violet .settings-list-item span {
    color: #fff;
    background-color: #8488ad;
}

.settings-list-item p {
    margin-top: 10px;
    color: #333;
}

.margin-12 {
    margin: 12px !important;
}

.settings-list-item a:hover > span {
    transform: scale(1.1, 1.1);
    opacity: 1;
}

.settings-custom-icon:before {
    text-shadow: 2px 2px 2px #00000096;
    margin-left: 0px;
    font-size: 28px;
}

.content-light-green .settings-list-item span {
    color: #fff;
    background-color: #98beb2;
}

.content-orange .settings-list-item span {
    color: #fff;
    background-color: #e9a785;
}

.content-pink .settings-list-item span {
    color: #fff;
    background-color: #cf686b;
}

.content-gold .settings-list-item span {
    color: #fff;
    background-color: #c0bf86;
}

.content-gray .settings-list-item span {
    color: #fff;
    background-color: #AAAAAA;
}

.content-yellow .settings-list-item span {
    color: #fff;
    background-color: #daca67;
}

.content-purple .settings-list-item span {
    color: #fff;
    background-color: #a770bd;
}

.content-dark-blue .settings-list-item span {
    color: #fff;
    background-color: #4e6173;
}

.content-cyan-blue .settings-list-item span {
    color: #fff;
    background-color: #337ab7;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.content-section {
    background-color: white;
    padding: 20px 20px;
}

.swal2-container {
    zoom: 1.5;
}

.onclick-button-text {
    border: none;
    background: transparent;
    color: #4b86ba;
}

/*.unpaid-reservation-template { border-top: 5px solid red !important; }*/

.float-left { float: left; }

.unpaid-reservation-template .k-event-top-actions {
    background-color: red;
    visibility: visible;
    display: list-item;
    height: 3px;
}

    .unpaid-reservation-template .k-event-top-actions:after {
        visibility: hidden;
        top: 2px !important;
    }
.unpaid-reservation-template:hover .k-event-top-actions:after {
    visibility: visible !important;
}

.btn-teal {
    color: #ffffff;
    background-color: #39CCCC;
    border-color: #39CCC2;
}

    .btn-teal:hover, .btn-teal:focus, .btn-teal.focus {
        color: #ffffff;
        background-color: #23c7c7;
    }


.advance-search {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 8px 20px 0px #000000;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    right: 22px;
    top: 53px;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.advance-search:not(.hidden) {
    animation: fade-in 0.5s;
}

.advance-search .hidden {
    animation: fade-out 0.5s;
}

.desc {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 10px;
}

.advance-search .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.third {
    display: -ms-flexbox;
    display: flex;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 10px;
}

.fourth {
    display: -ms-flexbox;
    display: flex;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 10px;
}

.scheduler-badges {
    position: absolute !important;
    right: 3px;
    margin-top: 3px;
}

.unpaid-reservation-template .scheduler-badges {
    margin-top: 8px;
}

.event-reservation-template .scheduler-badges {
    margin-top: 6px;
}

.popoverTd {
    padding-right: 5px;
    font-weight: var(--weight-bold, bold);
    text-align: right;
    min-width: 80px;
}

.popover-content:last-child {
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.popover-content {
    height: 100%;
}

.popover-title {
    margin: 0;
    color: #000000 !important;
/*    margin-right: 2px !important;*/
    background-color: #BDBDBD !important;
}

.k-tooltip {
    padding: 0px;
}
.k-tooltip-closable .k-tooltip-content {
    padding-right: 0 !important;
}

.k-tooltip .k-tooltip-content {
    width: 100%;
}

    .k-tooltip .k-tooltip-content .popover-title {
        width: 100%;
    }


.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
    background-color: white !important;
    color: #000000 !important;
    border: 1px solid #ccc !important;
}

.popover-content > table > tbody tr td:last-child {
    text-align: left !important;
}

.k-callout-s {
    border-top-color: azure !important;
}

.infoBtn {
    position: absolute;
    font-size: 14px;
    margin: 4px 1px 1px 5px;
    cursor: pointer;
}

.unpaid-reservation-template .infoBtn {
    margin: 8px 1px 1px 5px;
}

.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.swal2-confirm {
    min-width: 80px
}

.swal2-cancel {
    min-width: 80px
}

.dynamic-container {
    width: 99.9% !important;
}

.main-reservation-container .infoBtn {
    display: none !important;
}

.main-reservation-container:hover .infoBtn {
    display: block !important;
}

/*Stripe custom css*/

.stripe-div {
    text-align: center;
    padding-top: 10px;
}

.stripe-logo {
    width: 400px;
}

.right-section {
    border-left: solid 1px #CCC;
}

#expiration-sep-wrapper {
    padding: 0;
    width: 8px;
}

#expiration-sep {
    font-size: 24px;
}

.validation-summary-errors li a {
    color: #FFF;
    text-decoration: underline;
}

.StripeElement {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
}

.StripeElement--focus {
    border-color: #66afe9;
    outline: 0;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.modal-v2-body .StripeElement {
    height: 38px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 16px;
}

.instructor-badges {
    min-width: 18px;
    font-weight: normal !important;
    border-radius: 6px;
    padding: 3px 5px;
    cursor: pointer;
}

.btn { /*min-width: 55px !important;*/
}

.meta-icon { /*min-width: 55px !important;*/
}

.full-width-control {
    width: 100%;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.scheduler-triangle {
    font-size: 14px;
    position: absolute;
    bottom: 1px;
    padding-left: 4px
}

.scheduler-check {
    font-size: 14px;
    position: absolute;
    bottom: 1px;
    padding-left: 4px
}

.scheduler-dollar {
    position: absolute;
    bottom: 2px;
    right: 8px;
    float: right;
    font-size: 14px;
}


.item-image-preview {
    max-width: 100px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.width-150 {
    min-width: 150px;
}

.period-buttons .btn-group {
    margin-top: 22px;
}

.period-buttons period-type {
    margin-top: 20px;
}

.w-0 {
    width: 0px !important;
}

.category-button, .clear-filter-btn,
.k-link,
.k-pager-numbers {
    z-index: 0 !important;
}

    .k-link.k-state-selected {
        color: #428bca;
        border-color: #ccc !important;
        background: #ebebeb !important;
    }

.swal2-icon.swal2-warning::before {
    display: none;
}

.k-tabstrip-items .k-tab-on-top {
    z-index: 0 !important;
}

.form-kendo-checkbox {
    padding-top: 27px;
}
#createReservationForm .form-kendo-checkbox {
    padding-top: 28px !important;
}

.badge-custom {
    display: inline-block;
    min-width: 10px;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: var(--weight-bold, bold);
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
    position: absolute;
    z-index: 999999;
}

a.mainMenu > .badge-custom {
    right: 5px;
    top: 12px;
}

.vertical-timeline-icon > .badge-custom {
    right: 0;
    bottom: 26px;
}


.badge-custom.badge-success{
    background-color: #62cb31;
}

.badge-custom.badge-info {
    background-color: #3498db;
}

.badge-custom.badge-danger {
    background-color: red;
}

.badge-custom.badge-warning {
    background-color: #ffb606;
}

.badge.badge-primary {
    background-color: #34495e;
}

.inline-blok-top {
    display: inline-block;
    vertical-align: top;
}

.inline-blok-super {
    display: inline-block;
    vertical-align: super;
}

.cr-kendo-d {
    width: 100% !important;
    max-width: 250px;
}

.grid-header-name {
    color: #1c68a9;
    font-size: 12px;
}

.grid-header-subname {
    color: #737373;
    font-size: 10px;
}

.navbar-nav:not(.mobile-nav-header) > li > a:not(.no-padding) {
    padding: 15px 13px !important;
}

.navbar-nav:not(.mobile-nav-header) > li:last-child > a:not(.no-padding) {
    padding-right: 35px !important;
}

.web-header-buttons-container {
    display: inline-flex;
    justify-content: center;
    text-wrap: nowrap;
}

nav[role=navigation] .btn {
    padding: 7px 5px !important;
}

nav[role=navigation] .btn-info {
    padding: 6px 10px !important;
}
.setting-th,
.frozen-col {
    z-index: 2 !important;
}
.paid-invoice-label {
    height: 100px;
    float: right;
    margin-top: -30px;
}
.btn-pink {
    background-color: #feb3ab;
    border-color: #eaa9a2;
    color: #ffffff;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open .dropdown-toggle.btn-pink {
    background-color: #e6aca6;
    border-color: #e6aca6;
    color: #FFFFFF;
}

/*Pending Payment*/
.badge-invoice-1 {
    border-radius: 4px;
    background-color: #ffb606;
}

/*Paid*/
.badge-invoice-2 {
    border-radius: 4px;
    background-color: green;
}
/*Invoice OInly*/
.badge-invoice-6 {
    border-radius: 4px;
    background-color: rgb(100, 214, 100);
}
/*Overdue*/
.badge-invoice-3 {
    border-radius: 4px;
    background-color: #870129;
}

/*Payment Declined*/
.badge-invoice-4 {
    border-radius: 4px;
    background-color: red;
}

/*Voided*/
.badge-invoice-5 {
    border-radius: 4px;
    background-color: #ff017e;
}
.fa-tr-link-btn {
    margin-right: 5px;
}
.width-40 {
    width: 40px;
}
.modal {
    z-index: 4 !important;
}

.margin-8 {
    margin: 8px;
}
.pr-5 {
    margin-right: 5px !important;
}
.mw-40 {
    max-width: 40px;
}
.mw-70 {
    max-width: 70px;
}
.title-flaticon:before {
    font-size: 24px !important;
    margin-left: 0px !important;
}

.icon-custom-badge {
    font-size: 10px !important;
    -ms-border-radius: 5px;
    border-radius: 5px !important;
    font-weight: normal !important;
    padding: 3px 6px !important;
    margin-top: -21px !important;
    position: absolute !important;
    margin-left: 25px !important;
    height: 14px !important;
    width: 33px !important;
}
.new-badge-content {
    border: 1px solid #67cd3666;
}
    .new-badge-content:before {
        content: 'New';
        color: #68cc2e;
        position: absolute;
        margin-left: -30px;
    }
.k-scheduler-refresh, .k-scheduler-refresh:hover, .k-scheduler-refresh:active, .k-scheduler-refresh:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    border-color: transparent;
}

.k-scheduler-toolbar {
    display: block;
}

.k-scheduler-toolbar > div:first-of-type {
    float: right;
    }

.k-scheduler-toolbar .k-button.k-pdf {
    display: block;
}
/*TODO IVAN*/
#filterPanel {
    position: fixed !important;
    top: 120px !important;
}

.k-scheduler-toolbar .k-scheduler-views-wrapper {
    float: right;
    padding-right: 10px;
}
.category-name-display {
    cursor: pointer;
}
/*.zi2 {
    z-index: 2 !important;
}*/

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse-red {
    0% {
        background-color: transparent;
    }

    70% {
        background-color: #c0392b38;
    }

    100% {
        background-color: transparent;
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}
.highlight-addon {
    position: relative;
}
    .highlight-addon .addons-ajax-checkbox {
        z-index: 1;
    }
.highlight-addon {
    content: ' ';
    animation: pulse-red 4s infinite;
/*    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;*/
}


#OrganizationEventsScheduler #kendo-toolbar-container .category-box {
    position: fixed !important;
    top: 170px !important;
}

/*spin*/
.spinner-container {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .spinner-container.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.spinner {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: none;
}

    .spinner.white .circle {
        stroke: #fff !important;
    }

    .spinner-container.active > .spinner, .spinner.active {
        background-color: transparent;
        border: none;
        display: inline-block;
    }

    .spinner svg {
        -webkit-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        -webkit-animation: spinner-rotate 1.333s linear infinite;
        animation: spinner-rotate 1.333s linear infinite;
    }

    .spinner circle {
        fill: transparent;
        stroke: #ff9800;
        stroke-linecap: round;
        stroke-dasharray: 200.96;
        stroke-dashoffset: 58px;
        animation: spinner-dash 1.333s linear infinite, spinner-colors 10.644s linear infinite;
    }

html.ie .spinner circle {
    stroke-dashoffset: 80px;
}

@keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px;
    }

    50% {
        stroke-dashoffset: 200.96px;
    }

    100% {
        stroke-dashoffset: 58px;
    }
}

@-webkit-keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px;
    }

    50% {
        stroke-dashoffset: 200.96px;
    }

    100% {
        stroke-dashoffset: 58px;
    }
}

@keyframes spinner-rotate {
    50% {
        transform: rotate(600deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

@-webkit-keyframes spinner-rotate {
    50% {
        transform: rotate(600deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

@keyframes spinner-rotate-ie {
    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

@keyframes spinner-colors {
    0% {
        stroke: #3f51b5;
    }

    20% {
        stroke: #09b7bf;
    }

    40% {
        stroke: #90d36b;
    }

    60% {
        stroke: #f44336;
    }

    80% {
        stroke: #f90;
    }

    100% {
        stroke: #3f51b5;
    }
}

@-webkit-keyframes spinner-colors {
    0% {
        stroke: #3f51b5;
    }

    20% {
        stroke: #09b7bf;
    }

    40% {
        stroke: #90d36b;
    }

    60% {
        stroke: #f44336;
    }

    80% {
        stroke: #f90;
    }

    100% {
        stroke: #3f51b5;
    }
}

.table-subscription-details .total-amount-display {
    color: #3c763d;
    font-weight: var(--weight-bold, bold);
    font-size: 20px;
    line-height: 19px !important;
}

.table-subscription-details td {
    padding: 13px 8px 13px 8px !important;
}

.table-subscription-details th {
    padding: 13px 8px 13px 8px !important;
}

.table-subscription-details .pricing-name-td {
    font-weight: var(--weight-bold, bold);
}

.table-subscription-details .sub-total-subscription {
    font-size: 15px;
    float: right;
}

.table-subscription-details .sub-total-value {
    font-size: 15px !important;
    font-weight: var(--weight-bold, bold);
}

.table-subscription-details .sub-total-border {
    border-top: 2px solid #928f8f;
}

.card-added i{
    font-size: 16px;
    padding-left: 5px;
}
.top-zindex {
    z-index: 10003 !important;
}
.disclosure-description {
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    font-size: 11px;
    background-color: rgba(251, 251, 255, 1);
    line-height: normal;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.navigation-custom-label {
    font-size: 8px;
    font-weight: 700;
    margin-top: -9px;
    margin-left: -27px;
    padding-right: 20px;
    position: absolute;
    color: #62cb31;
}
.custom-table > tbody > tr > td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.custom-table-label {
    text-align: center;
}
.custom-table-label, .table-total {
    font-weight: var(--weight-bold, bold);
    padding: 15px !important;
    padding-left: 10px !important;
}
.center-text {
    text-align: center;
}

.k-loading-image {
    background-image: none !important;
}

.k-i-loading::after, .k-i-loading::before, .k-loading-image::after, .k-loading-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: "";
    box-sizing: inherit;
    border-radius: 50%;
    border-width: .05em;
    border-style: solid;
    border-color: currentColor;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
}

.k-i-loading::before, .k-loading-image::before {
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    height: 1em;
    -webkit-animation: k-loading-animation .7s linear infinite;
    animation: k-loading-animation .7s linear infinite;
}

.k-loading-image::after, .k-loading-image::before {
    content: "";
    border-width: .015em;
    font-size: 4em;
}

@-webkit-keyframes k-loading-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes k-loading-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.k-i-loading::after, .k-loading-image::after {
    margin-top: -.25em;
    margin-left: -.25em;
    width: .5em;
    height: .5em;
    animation: k-loading-animation reverse 1.4s linear infinite;
}
.href-btn {
    border: none;
    color: #014c8c;
    background-color: transparent;
    outline: none;
    padding-left: 0;
}
.bold-text {
    font-weight: var(--weight-bold, bold);
}

.btn {
    outline: none !important;
}

.btn:focus {
    outline: none !important;
}

.btn:active {
    outline: none !important;
}
.week-instructor-dropdown {
    margin-left: 15px;
}
    .week-instructor-dropdown label {
        padding-right: 5px;
    }

.week-instructor-dropdown .k-dropdown-wrap {
    height: 29px;
}
.week-instructor-dropdown .k-dropdown-wrap .k-input {
    margin-top: 2px;
}
#SchedulerContainer .spinner{
    padding-top: 250px;
}
.clear-swipe-card {
    margin-top: auto;
    margin-bottom: auto;
    height: 35px;
    width: 90px;
    margin-left: 30px;
}
.bt-none {
    border-top: none !important;
}

.main-th-checkbox {
    width: 10%;
    margin-top: auto;
    margin-bottom: auto;

}
.table-scroll tbody {
    display: block;
    max-height: 300px;
    overflow-y: scroll;
}
.table-scroll thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}



.kendo-table table.paleBlueRows td, table.paleBlueRows th {
    border: 1px solid #cccccc;
    padding: 3px 2px;
    border-left: none;
}

.kendo-table table.paleBlueRows tr {
    cursor: pointer;
}

    .kendo-table table.paleBlueRows tr:hover {
        background-color: #ebebeb;
    }

.kendo-table table.paleBlueRows tbody td {
    border-top: none;
}

.kendo-table table.paleBlueRows tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.kendo-table table.paleBlueRows tbody td {
    font-size: 11px;
    padding: .4em .6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
}

.kendo-table table.paleBlueRows tr:nth-child(even) {
    background: #D0E4F5;
}

.kendo-table table.paleBlueRows thead {
    background: #3498db;
    border-bottom: 5px solid #FFFFFF;
}

.kendo-table table.paleBlueRows td,
.kendo-table table.paleBlueRows th {
    border: 1px solid #cccccc;
    padding: 3px 2px;
    border-left: none;
}
.kendo-table table.paleBlueRows thead th {
    border-color: #ccc;
    background-color: #f5f5f5;
    border-left: none;
    color: #333;
    min-height: 18px;
    line-height: 18px;
    margin: -.5em -.6em -.4em 0;
    padding: .5em .6em .4em .6em;
}   

.kendo-table table.paleBlueRows thead th:first-child,
.kendo-table table.paleBlueRows td:first-child {
    border-left: 1px solid #ccc;
}        

.kendo-table table.paleBlueRows tfoot {
    font-size: 14px;
    font-weight: var(--weight-bold, bold);
    color: #333333;
    background: #D0E4F5;
    border-top: 3px solid #444444;
}

    .kendo-table table.paleBlueRows tfoot td {
        font-size: 14px;
    }

.kendo-table table {
    width: 100%;
    margin: 0;
    max-width: none;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    border-width: 0;
    outline: 0;
    font-size: 11px !important;
}

.kendo-table .l-bold {
    font-weight: var(--weight-bold, bold);
}
#report-table .k-grid-excel {
        float: right;
}
.nav-img img{
    opacity: 0.8;
    height: 23px;
    width: 23px;
}

.nav-img {
    margin-left: 2px;
    margin-right: 5px;
}

.price-tax {
    color: #4a564a;
    font-size: 11px;
}
#member-area .price-tax {
    font-size: 16px;
    line-height: 2;
    display: block;
}
.edit-membership-btn .price-tax {
    color: #014c8c !important;
    font-size: 11px !important;
}

.kendo-grid-new-full,
.kendo-grid-new-half,
.kendo-grid-update-full,
.kendo-grid-update-half {
    display: flex;
    margin-bottom: -1px;
}

    .kendo-grid-new-full:after {
        content: 'NEW';
        color: #fff !important;
        background: #62cb31 !important;
        border-radius: 3px !important;
        font-size: 8px;
        padding: 0px 2px;
        height: 12px;
        margin-left: 2px;
    }
    .kendo-grid-new-half:after {
        content: 'NEW';
        color: #fff !important;
        background: #62cb31 !important;
        border-radius: 3px !important;
        font-size: 8px;
        padding: 0px 2px;
        height: 12px;
        margin-left: 2px;
        opacity: 0.5;
    }

    .kendo-grid-update-full:after {
        content: 'UPDATE';
        color: #fff !important;
        background: #62cb31 !important;
        border-radius: 3px !important;
        font-size: 8px;
        padding: 0px 2px;
        height: 12px;
        margin-left: 2px;
    }

    .kendo-grid-update-half:after {
        content: 'UPDATE';
        color: #fff !important;
        background: #62cb31 !important;
        border-radius: 3px !important;
        font-size: 8px;
        padding: 0px 2px;
        height: 12px;
        margin-left: 2px;
        opacity: 0.5;
    }

#organization-memberships .init-price .price-tax,
#organization-membership-view .init-price .price-tax {
    font-size: 12px;
    font-weight: var(--weight-bold, bold);
}

.cmt-2 {
    margin-top: 2px;
}            
.available-count {
    margin-left: 4px;
    color: green;
    font-weight: var(--weight-bold, bold);
}            
.ml-5 {
    margin-left: 5px;
}
.type-tax {
    position: absolute;
    left: 115px;
    margin-top: -10px;
    display: block;
}

mp-type-tax {
    margin-top: -10px;
}

.mp-type-tax .price-tax {
    font-size: 14px;
}
.w-150 {
    width: 150px;
}
.separator {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
#customFilterPanel .k-checkbox-label {
    font-size: 11px;
    font-weight: normal;
}
#customFilterPanel {
    overflow: auto;
    padding-bottom: 0px;
    min-width: 850px;
}
#customFilterPanel .all-checkbox-with-label .checkAll {
    vertical-align: sub;
}    

#customFilterPanel .col-md-3 {
    display: flex;
}

    #customFilterPanel .col-md-3 .k-checkbox-label {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-left: 6px;
        margin-top: 2px;
    }

    #customFilterPanel .third {
        position: sticky;
        bottom: 0;
        background-color: white;
        padding-bottom: 5px;
    }
    #customFilterPanel .k-checkbox {
        min-width: 16px;
    }

.btn-filter-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}
.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}



.ml-5 {
    margin-left: 5px !important;
}
.header-buttons {
    margin-top: -20px;
}
.pink-row,
.pink-row .k-state-selected,
.pink-row:hover td {
    background-color: pink !important;
}
.d-flex {
    display: flex;
}
.mw-150 {
    max-width: 150px;
}

.k-input.ml-10 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mw-55 {
    min-width: 55px;
}
.b-gray {
    border: 1px solid #d0d0d0;
}

.ml-20 {
    margin-left: 20px;
}
.ml-40 {
    margin-left: 40px;
}
.fs-12 {
    font-size: 12px !important;
}


.canceled-res-icon {
    width: 100%;
    position: absolute;
    top: 5px;
    display: block;
    font-size: 16px;
    opacity: 0.2;
}
.mobile-canceled-res-icon {
    width: 100%;
    position: absolute;
    display: block;
    top: 5px;
    font-size: 12px;
    opacity: 0.2;
}
.kendoTooltip {
    z-index: 2;
    position: absolute;
}
.scheduler-ban-icon {
    margin: 4px 1px 1px 5px;
    position: absolute;
    font-size: 14px;
    z-index: 3;
}

.ml-15 {
    margin-left: 15px !important;
}

.w-44em {
    width: 44em !important;
}
.w-55em {
    width: 55em !important;
}
.mr-5 {
    margin-right: 5px;
}

label[for] {
    cursor: pointer;
}
.clickable-reservation {
    cursor: pointer !important;
}
.red {
    color: red !important;
}
.active-color {
    color: #62CB31 !important;
}

.registrants-warning {
    text-align: center;
    font-size: 16px;
}

.registrants-warning .warning-header {
    color: #D65555;
    font-weight: var(--weight-bold, bold);
    font-size: 24px;
}
.danger-color {
    color: #D65555;
}
.printer-popup {
    max-width: 280px !important;
}
    .printer-popup button {
        width: 100%;
        box-shadow: none !important;
    }
.printer-popup button:nth-child(2) {
    margin: 5px 4px;

}

.required-kendo-dd {
    border: 1px solid red;

}
.btn-audit-event-price,
.btn-audit-event-price:hover,
.btn-audit-event-price:focus {
    width: 100%;
    font-size: 12px;
    padding: 0;
    color: #426e9a !important;
    text-align: start;
    text-decoration: none;
}
.audit-clp.in,
.audit-clp.collapsing {
    padding: 2px 0px 10px 15px;
}

.btn-audit-event-price:before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 12px;
    top: 50%;
    margin-right: 5px;
}

.btn-audit-event-price.collapsed:before {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 12px;
    top: 50%;
    margin-right: 5px;
}

td[data-field="DescriptionExport"] .price-tax {
    color: #494949;
    font-size: 10px;
}

.btn-token {
    border: 1px solid gray;
    padding: 4px 5px;
}

.tokens-row span {
    margin-left: 5px;
}
.tokens-row span:first-child {
    margin-left: 0px;
}
.content-token {
    opacity: 0.7;
}
.no-padding {
    padding: 0 !important;
}

.d-inline-block {
    display: inline-block;
}
.panel-body-padding {
    /* nic changed to 20 to match what we have in other palces with panel body to ahve same padding left and right */
    /*padding: 0px 20px !important;*/
    padding: 0px 20px 20px 20px !important;
}

.custom-panel-heading {
    background: #fff;
    border: 1px solid #e4e5e7 !important;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border-bottom: none !important;
    padding-left: 20px !important;
}

.navbar-form {
    /*fixed margin to match the buttons end same place with grid.*/
    margin-right: -15px !important;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    padding: 10px 20px !important;
}
    /*Updating header to more visible.*/
    .hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt h3 {
        /*   color: #1F1F1F !important;*/
        /* H1 */
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 30px !important; /* 125% */
    }
       /* when .hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt h3 datalist update then custom panel needs update aside well*/
.custom-panel-heading h3 {
   /* font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    font-family: 'Inter';
    color: #000000E0;
    font-weight: 600;*/
}

.custom-panel-heading {
    padding: 10px 20px !important;
}
.page-sub-title {
    border-bottom: 2px dashed #e5e5e5;
    font-size: 16px !important;
    margin-bottom: 7px;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.modal.in {
    overflow-x: hidden;
    overflow-y: auto;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.k-input:-ms-input-placeholder {
    color: inherit;
    opacity: .7;
}

.k-input.k-placeholder,
.k-input::placeholder {
    color: inherit;
    opacity: .7;
}

.fee-has-refunds {
    color: #58a2d6;
    font-weight: var(--weight-bold, bold);
    font-size: 13px;
    float: right !important;
}
    .fee-has-refunds:hover {
        color: #2f709e;
        text-decoration: underline;
    }


.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
#intercom-launcher i {
    background-color: #5dcb2c;
    padding: 0px 3px;
    padding-top: 0.5px;
    border-radius: 24px;
    color: white;
}

#intercom-launcher {
    margin-top: 11px;
/*    margin-right: 10px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #79d14e;
    border-radius: 8px;
}
#intercom-launcher svg {
    width: 28px;
    height: 32px;
    fill: white;
    padding: 5px;
}

.intercom-link {
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.intercom-link:hover {
    border-bottom: 1px solid #62CB31;
    background: #f7f8fa;
}

.k-fw-light .k-radio:checked {
    border-color: #428bca;
    color: #428bca;
    background-color: #428bca;
}
.k-fw-light label {
    font-weight: 300;
}

.fee-has-refunds {
    color: #58a2d6;
    font-weight: var(--weight-bold, bold);
    font-size: 13px;
    float: right !important;
}
    .fee-has-refunds:hover {
        color: #2f709e;
        text-decoration: underline;
    }

.line-through {
    text-decoration: line-through;
}
/*REMOVE BLACK LINES*/
input {
    outline: none !important;
}

.guest-audit-name,
.member-audit-name {
    margin-top: 6px;
    display: inline-block;
}

.guest-audit-title,
.member-audit-title {
    position: absolute;
    margin-top: -15px;
    background-color: white;
    padding: 0px 10px;
}

.guest-audit-table,
.member-audit-table {
    border: 1px solid #cdcccc;
    display: block;
    padding: 5px;
    margin-top: 10px;
}

.guest-audit-table br:first-child,
.guest-audit-table br:nth-of-type(2),
.member-audit-table br:first-child,
.member-audit-table br:nth-of-type(2) {
    display: none;
}

tr:hover .guest-audit-title,
tr:hover .member-audit-title {
    background-color: #ebebeb;
}
.k-state-selected .guest-audit-title,
.k-state-selected .member-audit-title {
    background-color: #d8fdc6;
}

tr:hover.k-state-selected .guest-audit-title,
tr:hover.k-state-selected .member-audit-title {
    background-color: #e0e1e2;
}
.d-block{
    display: block;
}
.ml-auto {
    margin-left: auto;
}
.bb-gray {
    border-bottom: 1px solid white;
}

.bb-tooltip .tooltip-inner span{
    display: block;
    border-bottom: 1px solid white;
    margin: 3px 0px;
}


.mt-10 {
    margin-top: 10px;
}
.mt-5 {
    margin-top: 5px;
}

.mem-header {
    background-color: #f7f9fa;
}

.mem-header,
.mem-body {
    border-top: 1px solid #e5e5e5;
    /*        display: flex;*/
}

.mem-table {
    border: 1px solid #e5e5e5;
    border-top: none;
    display: inline-grid;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.mem-amount {
    border-left: 1px solid #e5e5e5;
    /*        min-width: 90px;*/
}

.mem-name,
.mem-amount {
    min-width: 100px;
    padding: 7px;
    font-style: initial;
}

.mem-name {
    /*        display: flex;*/
}

.mem-body .mem-amount {
    text-align: end;
}

.mem-owner {
    margin-right: auto;
    font-size: 1.1rem;
    padding-right: 5px;
    margin-top: 1px;
}

.mem-min {
    min-width: 90px;
}

.modal-dialog-xs {
    width: 500px !important;
}

.modal-dialog-sm {
    width: 600px !important;
}

.modal-dialog-xs.--v3 {
    width: 480px !important;
}

.modal-dialog.centered {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 0px !important;
    justify-content: center;
    margin-bottom: 0px !important;
}

.modal-dialog-s.--v3 {
    width: 600px !important;
}

.modal-dialog.centered {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 0px !important;
    justify-content: center;
    margin-bottom: 0px !important;
}
.modal-dialog-l.--v3 {
    max-width: 1200px !important;
    width: 100%;
}


.modal-dialog.centered  .modal-v3-content{
    width: 100%;
}

.modal-dialog-md {
    max-width: 800px !important;
    width: 100%;
}

.modal-dialog-lg {
    max-width: 1000px !important;
    width: 100%;
}

.modal-dialog-xl {
    max-width: 1200px !important;
    width: 100%;
}

#ReservationGridOptions {
    background-color: white;
}

#ReservationGridOptions li {
    padding: 2px 5px;
}

.notes-btn {
    font-size: 11px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 12px;
    color: red
}


.light-label label{
    font-weight: 400;
}
.custom-buttons:hover {
    background-color: #f7f8fa !important;
    border-bottom: 1px solid #62CB31 !important;
}
#EventsGridOptions,
#KioskGridOptions {
    background-color: white;
}
#EventsGridOptions li,
#KioskGridOptions li {
    padding: 2px 5px;
}
.kendo-layout-notification-msg {
    display: flex;
    margin-left: 10px;
    min-height: 60px;
}

.notification-main-title {
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

.kendo-layout-notification-msg .notification-items {
    display: inline-grid;
    margin-left: 10px;
    list-style-type: none;
    margin-top: auto;
    margin-bottom: auto;
}

.kendo-layout-notification-msg .notification-item {
    font-size: 16px;
    margin: 2px 0px;
    display: flex;
}

.bagde-notification-msg {
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
    margin: 5px;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}

.badge-paid-waitingforpayment {
    background-color: #f00 !important;
    color: white;
}
.badge-paid-waitingforpayment:after {
    content: "Unpaid";
    color: white;
}    

.badge-paid-paid {
    background-color: #62cb31 !important;
    color: white;
}

.badge-paid-paid:after {
    content: "Paid"
}

.badge-paid-partiallypaid {
    background: #eae78c !important;
    color: black;
}

.badge-paid-partiallypaid:after {
    content: "Partially Paid"
}
.k-popup.k-notification {
    min-height: 60px;
}

.k-popup.k-notification-success {
    background-color: orange;
    border: 1px solid orange;
    color: white;
}

.panel-custom-heading {
    color: inherit;
    font-weight: var(--weight-bold, bold);
    padding: 8px 4px;
    transition: all .3s;
    background: #fff;
    border: 1px solid #e4e5e7 !important;
    border-radius: 2px;
    border-bottom: none !important;
    padding: 0px 20px;
}

.panel-header-right {
    display: flex;
    align-items: center;
}
.icon-header {
    display: flex;
    height: 100%;
    width: 70px;
    border-bottom: 1px solid transparent;
    opacity: 0.6;
}

.icon-header:hover {
    opacity: 1;
}
.icon-header i {
    margin: auto;
}
.icon-header i:before {
    font-size: 26px;
    margin-left: 0px;
}

.icon-header:hover {
    background: #f7f8fa;
    border-bottom: 1px solid #62CB31;
}

.icon-header img {
    margin: auto;
    height: 34px;
}
.k-radio + .k-radio-label {
    margin-top: 4px;
}
.grid-min-length-msg-container {
    padding-top: 12px;
    display: flex;
}

.grid-min-length-msg {
    font-size: 18px !important;
    color: #d86f6f;
    margin: auto;
    font-weight: var(--weight-bold, bold);
}

.panel-body-message {
    font-size: 15px;
    line-height: 25px;
}

.kendo-filter-chb {
    margin-top: 0px !important;
}
.kendo-filter-chb-parent {
    font-size: 15px;
}
.kendo-filter-chb-parent:hover,
.kendo-filter-chb-parent:hover .k-checkbox-label {
    border-color: #252222;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
#event-filter-modal .modal-content,
#pr-filter-modal .modal-content,
#round-robin-filter-modal .modal-content,
.right-filter-modal .modal-content {
    border-radius: 0;
    border: none;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

#event-filter-modal .modal-header,
#pr-filter-modal .modal-header,
#round-robin-filter-modal .modal-header,
.right-filter-modal .modal-header {
    position: sticky !important;
    z-index: 99999;
    top: 0;
    width: 100%;
}

#event-filter-modal .modal-body,
#pr-filter-modal .modal-body,
#round-robin-filter-modal .modal-body,
.right-filter-modal .modal-body {
    padding: 0px !important;
    position: absolute;
    overflow: auto;
    width: 100%;
    display: contents;
}

/*body.modal-open {
    overflow: hidden;
}*/

#event-filter-modal .modal-footer,
#pr-filter-modal .modal-footer,
#round-robin-filter-modal .modal-footer,
.right-filter-modal .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#event-filter-modal .modal-dialog,
#pr-filter-modal .modal-dialog,
#round-robin-filter-modal .modal-dialog,
.right-filter-modal .modal-dialog {
    margin-top: 0px !important;
}

#event-filter-modal .panel-title,
#pr-filter-modal .panel-title,
#round-robin-filter-modal .panel-title,
.right-filter-modal .panel-title {
    cursor: pointer;
}

#event-filter-modal .panel-group .panel + .panel,
#pr-filter-modal .panel-group .panel + .panel,
#round-robin-filter-modal .panel-group .panel + .panel,
.right-filter-modal .panel-group .panel + .panel {
    margin-top: 0px !important;
}

#event-filter-modal .panel-heading,
#pr-filter-modal .panel-heading,
#round-robin-filter-modal .panel-heading,
.right-filter-modal .panel-heading {
    border-radius: 0px !important;
    padding: 10px 15px;
}

#event-filter-modal .panel-title,
#pr-filter-modal .panel-title,
#round-robin-filter-modal .panel-title,
.right-filter-modal .panel-title {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}

    #event-filter-modal .panel-title .fa,
    #pr-filter-modal .panel-title .fa,
    #round-robin-filter-modal .panel-title .fa,
    .right-filter-modal .panel-title .fa {
        -webkit-transition: .3s transform ease-in-out;
        transition: .3s transform ease-in-out;
    }

    #event-filter-modal .panel-title.collapsed .fa,
    #pr-filter-modal .panel-title.collapsed .fa,
    #round-robin-filter-modal .panel-title.collapsed .fa,
    .right-filter-modal .panel-title.collapsed .fa {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

#event-filter-modal .panel-group .panel-heading,
#pr-filter-modal .panel-group .panel-heading,
#round-robin-filter-modal .panel-group .panel-heading,
.right-filter-modal .panel-group .panel-heading {
    background-color: white;
}

#event-filter-modal .panel-default,
#pr-filter-modal .panel-default,
#round-robin-filter-modal .panel-default,
.right-filter-modal .panel-default {
    display: flow-root;
    border-right: none !important;
    border-radius: 0;
}

.period-bar .btn-group {
    display: none;
}

.period-bar .period-buttons-wrapper {
    display: inline-block;
}

.period-bar .btn-group > .btn:not(:first-child) {
    padding-left: 5px;
    padding-right: 4px;
}

#event-filter-modal label,
#pr-filter-modal label,
#round-robin-filter-modal label,
.right-filter-modal label {
    font-weight: 400 !important;
}

#event-filter-modal .k-multiselect-wrap,
#pr-filter-modal .k-multiselect-wrap,
#round-robin-filter-modal .k-multiselect-wrap,
.right-filter-modal.k-multiselect-wrap,
#event-filter-modal .k-input,
#pr-filter-modal .k-input,
#round-robin-filter-modal .k-input,
.right-filter-modal .k-input {
    cursor: pointer;
}

#event-filter-modal .period-type,
#pr-filter-modal .period-type,
#round-robin-filter-modal .period-type,
.right-filter-modal .period-type {
    padding-bottom: 3px;
}

.custom-style-group-btn {
    margin: 1px 1px 1px 1px !important;
}

#event-filter-modal .period-buttons-wrapper label,
#pr-filter-modal .period-buttons-wrapper label,
#round-robin-filter-modal .period-buttons-wrapper label,
.right-filter-modal .period-buttons-wrapper label {
    /*margin-bottom: 2px !important;*/
    border-radius: 0px !important;
    width: 86px;
}

.clear-row-btn {
    color: red !important;
    margin-top: -8px;
    margin-left: -4px;
    text-decoration: none !important;
    top: -10px;
}

.item-filter-container {
    display: inline-block;
    padding-left: 35px;
    padding-right: 10px;
    position: relative;
    top: -3px;
}

.remove-filter {
    position: absolute;
    display: block;
    content: '\00d7';
    left: 1.375rem;
    top: 10px;
    font-size: 16px;
    line-height: 1;
    color: red;
    cursor: pointer;
}

.item-filter-title {
    display: block;
}

.checkbox-row label {
    margin-bottom: -5px !important;
}

.arrow-right svg {
    padding-top: 10px;
}
.member-calculated-amount-to-pay-audit-row {
    text-decoration: line-through;
}
.all-checkbox {
    margin-left: 10px;
    font-size: 10px;
}

.all-checkbox .k-checkbox {
    margin-top: -4px;
}
.all-checkbox .k-checkbox-label {
    margin-top: -5px
}

.full-ev-time-span,
.ev-time-span{
/*    max-width: 100px;*/
    margin-top: 2px;
}

.full-ev-time-span .k-timepicker,
.ev-time-span .k-timepicker {
/*    max-width: 100px;*/
}   

.tab-tooltip-checkbox {
    width: 20px;
    margin: auto;
}

.disabled-checkbox-container {
    opacity: 0.5;
    cursor: default;
}

.disabled-checkbox-container .iCheck-helper {
    cursor: default;
}

#filtered-items .tooltip-inner,
.right-filtered-items .tooltip-inner {
    display: block;
    max-width: initial;
}
#filtered-items .filter-tooltip-row,
.right-filtered-items .filter-tooltip-row {
    width: auto;
    min-width: auto;
    white-space: nowrap;
}

.invalid-membership-color {
    color: red;
}
.dd-with100 select{
    width: 100% !important;
}    
   
.tab-row {
    margin-right: -12px;
    margin-left: -12px;
}
.fix-tabstrip-input .form-control {
    height: auto !important;
}
.iframe-modal-footer-container {
    background-color: white;
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: -23px;
    margin: -1px;
    right: 10px;
    left: 1px;
}
.iframe-modal-footer-container .modal-title-buttons {
    float: right;
}
.btn-kendo-edit-fullscreen {
    height: 33px !important;
    width: 33px !important;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .selector:not(*:root), .k-fullscreen .k-editor .k-editable-area {
        height: auto;
    }

    .selector:not(*:root), .k-fullscreen .k-editor .k-editor-toolbar-wrap {
        height: 35px;
    }
}

.k-fullscreen .k-editor {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}

.k-fullscreen #header {
    display: none;
}

.k-fullscreen .footer {
    display: none;
}

.fn-hide-icons .fa {
    display: none !important;
}


.waiver-color-1 {
    color: green;
    display: none;
}

.waiver-color-2,
.color-red {
    color: red;
}

.waiver-color-3 {
    color: orange;
}

.waiver-registrant-icon {
    font-size: 12px;
    padding: 0;
    margin-top: 2px;
    margin-left: 0px !important;
}
.waiver-registrant-icon:after {
    vertical-align: middle;
    font-size: 18px;
    font-family: flaticon4 !important;
}        

/*//signed*/
.waiver-icon-1:after {
    content: "\f1ee";
}
/*//pending*/
.waiver-icon-2:after {
    content: "\f1f2";
}

/*//queue*/
.waiver-icon-3:after {
    content: "\f16b";
}

.default-cb-style {
    opacity: 1 !important;
    -webkit-filter: initial !important;
    filter: initial !important;
}

.tabstrip-width-icon {
    height: 37px;
}
.tabstrip-icon {
    margin-top: -4px;
    margin-left: -8px;
    position: absolute;
}

.tabstrip-icon-text {
    margin-left: 22px;
}

.tabstrip-icon:before {
    font-weight: 100;
    color: #333333;
    font-size: 25px !important;
    margin-left: 0px !important;
    vertical-align: middle;
}
.badge-active,
.badge-future {
    background-color: #62cb31;
}

.badge-suspended {
    background-color: #e67e22;
}

.badge-canceled,
.badge-expired {
    background-color: #d9534f;
}

.ws-nowrap {
    white-space: nowrap;
}

.icon-edit-resource {
    color: orange;
    cursor: pointer;
}

.checkbox-table .th-header-setting {
    width: 100%;
    position: relative;
}

.checkbox-table .th-header-setting label {
    margin: auto;
    font-weight: 400;
    text-transform: initial;
    font-size: 13px;
}

.checkbox-table .setting-description-span {
    display: block;
    color: #3276b1;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
    max-width: 90%;
}

.checkbox-table .item-button {
    padding: 0px 5px;
    font-size: 13px;
    margin: auto;
}

.checkbox-table .setup-btn-container {
    float: right;
}

.checkbox-table .th-value {
    min-width: 60px;
}

.checkbox-table .k-checkbox:disabled {
    margin-left: -3px;
}

.checkbox-table .setup-btn-container {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 10px;
}

.label-opacity-0-5 {
    opacity: 0.5;
}
.label-offered {
    background-color: #558f09 !important;
}

.suwala-doubleScroll-scroll {
    height: auto !important;
}

.not-available-courts-container {
    display: flex !important;
    margin: auto;
    vertical-align: middle;
    height: 100%;
}

.not-available-courts-container .consolidate-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black !important;
    font-size: 12px;
    color: white !important;
}

#reservationApprove-form label,
#reservationDecline-form label{
    text-align: start;
}

.confirm-message {
    color: #575757;
    font-size: 24px;
    text-align: center;
    font-weight: var(--weight-bold, bold);
    text-align: center;
}

.k-numerictextbox.k-input {
    display: flex;
    padding: 0;
}

.k-numerictextbox.k-input .form-control {
    border-bottom: none;
    border-left: none;
    border-top: none;
}    


.colapsed-header-rcu .accordion-toggle.collapsed::before, .accardion-icon.collapsed:before {
    color: #444;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.custom-grid-container-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.custom-grid-container-2 .d-grid {
    height: 100%;
}

@media (min-width: 1160px) and (max-width: 1630px) {
    .custom-grid-container-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-grid-container-2 .pricing_table {
        margin-top: auto;
    }
}

@media (min-width: 0px) and (max-width: 1160px) {
    .custom-grid-container-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.custom-grid-container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.custom-grid-container-3 .d-grid {
    height: 100%;
}

@media (min-width: 1160px) and (max-width: 1630px) {
    .custom-grid-container-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-grid-container-3 .pricing_table {
        margin-top: auto;
    }
}

@media (min-width: 0px) and (max-width: 1160px) {
    .custom-grid-container-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.custom-grid-container-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.custom-grid-container-4 .d-grid {
    height: 100%;
}

@media (min-width: 1160px) and (max-width: 1630px) {
    .custom-grid-container-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-grid-container-4 .pricing_table {
        margin-top: auto;
    }
}

@media (min-width: 0px) and (max-width: 1160px) {
    .custom-grid-container-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.d-grid {
    display: grid;
}

.allocated-player-dd.k-disabled {
    opacity: 1;
}

.unpair-btn {
    text-decoration: underline;
}

.unpair-btn:hover {
    text-decoration: underline;
}

.move-to-alternate-list {
    cursor: pointer;
    margin-left: 6px;
    margin-top: 8px;
    font-size: 16px;
    color: red;
}

.replace-player-btn {
    cursor: pointer;
    margin-left: 6px;
    margin-top: 8px;
    font-size: 16px;
    color: rgb(105, 163, 250);
}

.swal-members span {
    width: 100%;
}

.pairing-section {
    display: inline-block;
    border: 1px solid #f1f3f6;
    padding-top: 5px;
    margin-bottom: 7px;
    width: 100%;
}


.allocated-player-dd.k-disabled .k-select {
    opacity: 0;
}

#inner-instructorPricingContainer input.form-control {
    max-height: 26px;
    min-height: 26px;
}

.k-pager-sizes .k-dropdown .k-input-inner {
    padding: 0;
    padding-left: 8px;
    margin: 0;
    height: 27px;
}

.HoursOfOperation .k-timepicker {
    width: 100%;
}

.k-pager-wrap .k-link {
    padding: 3px 8px;
}

.k-icon.k-i-loading {
    margin: auto;
    margin-right: 5px;
}

.periodbar-top-padding {
    padding-top: 23px;
}

.udf-container {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 14px;
    border: 1px solid #cccccc;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 4px;
}

.udf-container-title {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: white;
    padding: 0px 10px;
    font-size: 14px;
}
.k-grid .k-header.k-filterable {
    padding: 0.6em 0.6em 0.6em 0.6em;
}
.k-grid .k-filterable .k-cell-inner {
    margin-right: 2px !important;
}



.mm-players-count {
    font-size: 11px;
}


.dates-widget-container {
    gap: 15px;
    display: flex !important;
}

    .dates-widget-container .startDate-container,
    .dates-widget-container .endDate-container {
        max-width: 140px;
        margin-bottom: 0px;
    }

.custom-audit-panel + .audit-clp + br {
    display: none;
}

.custom-audit-panel + .audit-clp div br:first-child {
    display: none;
}

.flex-end {
    display: flex;
    justify-content: end;
}
.flex-bewteen-div {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

/*#ReservationRulesTab .td-colspan-all-columns {
    text-align: initial !important;
}
*/
#ReservationRulesTab #FreeTabstrip .td-colspan-all-columns {
    text-align: initial;
}

#ReservationRulesTab #FreeTabstrip .td-colspan-all-columns span {
    position: sticky;
    left: 200px;
}

#ReservationRulesTab #FreeTabstrip .setting-th {
    width: 320px;
}


.delete-modal-confirmation-box {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.package-badge {
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: normal;
}
.package-badge-Active {
    background-color: #62cb31 !important;
}
.package-badge-Expired {
    background-color: #efca12 !important;
}
.package-badge-Used {
}
.package-badge-Deleted {
    background-color: #e2263c !important;
}

.weight-100,
.weight-100 label{
    font-weight: 100;
}

.k-radio-list .k-radio-item {
    margin-top: 6px;
}

.navigation-top-badge .navigation-custom-label {
    right: 0;
    top: 12px;
    margin-right: 0px;
    padding-right: 8px;
}

.nav-svg {
    width: 23px;
    margin-right: 5px;
    margin-left: 2px;
}

.content-svg-label {
    vertical-align: super;
}

.one-radio-group {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
}

.one-radio-group li {
    font-size: 16px;
    margin-top: 10px !important;
    margin-left: -10px;
}

.one-radio-group input {
    display: none;
}

.btn-warning-dark {
    background-color: #f8b30e !important;
    border-color: #cb9510 !important;
    color: #FFFFFF;
}
    .btn-warning-dark:hover,
    .btn-warning-dark:active {
        background-color: #f8b30e !important;
        border-color: #cb9510 !important;
        color: #FFFFFF;
    }
.align-end {
    text-align: end;
}
.no-image-details {
    width: 250px;
    height: 250px;
}

#action-modal-content-wrapper.pos-item-modal {
    max-width: 800px;
    margin: auto;
}

#action-modal-content-wrapper.pos-item-modal .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: stretch;
    /* align-items: stretch; */
    width: 100%;
    padding-bottom: 15px;
    height: 63px;
}

#action-modal-content-wrapper.pos-item-modal .input-group .form-control {
    height: 100% !important;
    font-size: 20px;
}

#action-modal-content-wrapper.pos-item-modal .justify-content-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: super;
}

#action-modal-content-wrapper.pos-item-modal .item-short-name {
    font-size: 20px;
}

.acardion-toggler .panel-heading {
    padding-top: 0;
    padding-bottom: 0px;
}

.acardion-toggler .oboarding-accordion-header .panel-title .fa {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.acardion-toggler .fa-chevron-circle-down {
    font-size: 28px;
    margin: 6px;
    margin-right: 0px;
}

.acardion-toggler .panel-title .d-flex span {
    margin-top: auto;
    margin-bottom: auto;
}

.acardion-toggler .oboarding-accordion-header.collapsed .panel-title .fa {
    transform: rotate(180deg);
}

#item-amount-edit .item-short-name {
    font-size: 20px;
}

.justify-content-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: super;
}

.admin-area #item-amount-edit .details-name,
.admin-area #item-amount-edit .details-price,
.admin-area #item-amount-edit .k-input-inner {
    font-size: 18px;
}

.admin-area #item-amount-edit .k-input-inner {
    height: 41px;
}

.admin-area #item-amount-edit hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.item-label:after {
    content: ':';
    margin-left: -3px;
    font-weight: var(--weight-bold, bold);
}

.admin-area #item-amount-edit btn.float-right {
    height: 38px;
}

.right-filtered-items .arrow-right svg {
    padding-top: 0px;
    height: 22px;
    padding-bottom: 3px;
}
.right-filtered-items {
    display: contents;
    font-size: 13px;
}

.right-filtered-items .item-filter-container{
    top: 0px;
}
#pos-modal-details .show-oos-badge,
.k-list-content.k-list-scroller .show-oos-badge {
    position: inherit;
    margin-left: 10px;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -2px;
}
.search-icon {
    display: none;
}
.search-grid-clear-btn {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #FFFFFF;
    margin-right: 6px;
}
.nav-label {
    font-size: 12.5px;
}

b,
.b,
.bold,
th,
label {
    font-weight: var(--weight-bold, bold);
}

#AuditGrid b {
    font-weight: 700 !important;
}
.admin-search .search-grid {
    min-width: 250px;
}

.k-master-row .k-grid-content-sticky,
.k-grid-header .k-grid-header-sticky {
    border-left-color: #ccc;
    border-right-color: #ccc;
}

.date-time-bar-wrapper {
    display: flex;
    justify-content: space-between
}

.date-time-bar-wrapper .startDate-container, 
.date-time-bar-wrapper .endDate-container {
    min-width: 180px !important;
    max-width: 180px !important;
}
.date-time-bar-wrapper .endDate-container {
    margin-bottom: 0;
}
.main-period-wrapper .startDate-container,
.main-period-wrapper .endDate-container {
    min-width: 180px !important;
    max-width: 180px !important;
}

.p-relative {
    position: relative;
}

.absolute-center {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.k-animation-container .k-no-data {
    font-weight: 400 !important;
}

.appstatus-1 {
    margin-left: 4px;
    color: yellow;
}
.appstatus-2 {
    margin-left: 4px;
    color: dodgerblue;
}
.appstatus-3 {
    margin-left: 4px;
    color: green;
}
.appstatus-4 {
    margin-left: 4px;
    color: red;
}

.pos-item-cart-name {
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 215px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#grid .k-toolbar .k-button {
    display: flex !important;
    align-items: center !important;
}

.inline-helper-text-checkbox {
    margin-left: 10px;
    vertical-align: text-bottom !important;
}

#scrolable-body input[type="radio"]{
    margin: 2px 0 0;
    line-height: normal;
    margin-left: -20px;
    position: absolute;
}

.validation-summary-errors{
    color:red;
}

/*-- NEW ALERT*/
.alert-info-v2 {
    display: flex !important;
    padding: 16px !important;
    align-items: flex-start !important;
    gap: 12px !important;
    align-self: stretch !important;
    border-left: 4px solid rgba(47, 84, 235, 0.5) !important;
    background: var(--Alert-fill-info, #EBEFFF) !important;
}

.alert-content-v2 {
    color: var(--Text-primary, #1F1F1F) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    max-width: 750px !important;
    flex: 1 0 0;
}

.alert-content-icon-i-v2 {
    color: var(--Alert-icon-info, #2F54EB);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.alert-body-v2 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
/*-- END  NEW ALERT */

.cr-badge-capitalize{
    text-transform:initial !important;
}

.fa-sharp {
    font-family: "Font Awesome 6 Pro" !important;
}
