@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../Fonts/v2/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../../Fonts/v2/MaterialIcons-Regular.woff2) format('woff2'), url(../../Fonts/v2/MaterialIcons-Regular.woff) format('woff'), url(../../Fonts/v2/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../../Fonts/v2/RobotoRegular.eot');
    src: url('../../Fonts/v2/RobotoRegular.eot') format('embedded-opentype'), url('../../Fonts/v2/RobotoRegular.woff2') format('woff2'), url('../../Fonts/v2/RobotoRegular.woff') format('woff'), url('../../Fonts/v2/RobotoRegular.ttf') format('truetype'), url('../../Fonts/v2/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../../Fonts/v2/RobotoMedium.eot');
    src: url('../../Fonts/v2/RobotoMedium.eot') format('embedded-opentype'), url('../../Fonts/v2/RobotoMedium.woff2') format('woff2'), url('../../Fonts/v2/RobotoMedium.woff') format('woff'), url('../../Fonts/v2/RobotoMedium.ttf') format('truetype'), url('../../Fonts/v2/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../../Fonts/v2/RobotoLight.eot');
    src: url('../../Fonts/v2/RobotoLight.eot') format('embedded-opentype'), url('../../Fonts/v2/RobotoLight.woff2') format('woff2'), url('../../Fonts/v2/RobotoLight.woff') format('woff'), url('../../Fonts/v2/RobotoLight.ttf') format('truetype'), url('../../Fonts/v2/RobotoLight.svg#RobotoLight') format('svg');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../../Fonts/v2/RobotoBold.eot');
    src: url('../../Fonts/v2/RobotoBold.eot') format('embedded-opentype'), url('../../Fonts/v2/RobotoBold.woff2') format('woff2'), url('../../Fonts/v2/RobotoBold.woff') format('woff'), url('../../Fonts/v2/RobotoBold.ttf') format('truetype'), url('../../Fonts/v2/RobotoBold.svg#RobotoBold') format('svg');
}

* {
    font-family: 'RobotoRegular', 'Helvetica', sans-serif !important;
}

html, body {
    height: 100%;
    background: #f5f7f8;
}

.login-page {
    overflow-y: auto;
}

body {
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
}

.iframe-body {
    background: #FFFFFF;
    overflow-y: auto;
}

    .iframe-body form {
        margin-bottom: 0;
    }

img {
    max-width: 100%;
}

.site-wrapper {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.site-wrapper-inner {
    vertical-align: middle;
    display: table-cell;
}

@media (min-width: 420px) {
    .cover-container {
        width: 420px;
        margin: 0 auto;
    }
}

.cover-container {
    background-color: #FFFFFF;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.RadCaptcha p {
    margin: 0;
    padding: 10px 0 0;
}

.RadCaptcha div {
    text-align: center;
    background-color: #f5f7f8;
    border: 1px solid #e2e4e7;
    padding: 7px;
}

#RadCaptcha1_ctl00 {
    position: absolute;
    width: 100%;
    text-align: right;
    font-size: 12px;
    display: block;
    bottom: -15px;
}

.cover-container .form-group {
    position: relative;
    margin-bottom: 25px;
}

.cover-container .error-label {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: -15px;
}

.error-label {
    font-size: 12px;
    display: block;
}

.cover-container .form-group > label {
    display: block;
    font-family: 'RobotoRegular' !important;
    font-size: 15px;
}

.page-container {
    height: 100%;
    width: 100%;
}

.page-sidebar {
    background-color: #404E67;
    color: #252525;
    height: 100%;
    width: 266px;
    position: fixed;
    z-index: 101;
    padding: 0;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.main-container {
    padding: 0 0 0 266px;
    width: 100%;
    vertical-align: top;
}

.sidebar-logo {
    height: 61px;
    text-align: center;
    background: #fff;
    padding: 11px;
    -webkit-box-shadow: 2px 4px 20px -4px rgba(0,0,0,.1);
    box-shadow: 2px 4px 20px -4px rgba(0,0,0,.1);
}

    .sidebar-logo img, .navbar-brand a img {
        height: 35px;
        width: auto;
        margin: 0 auto;
    }

.sf-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .sf-menu ul {
        display: none;
        margin: 0;
        padding: 0;
    }

    .sf-menu li.has-sub.on > a {
        background-color: transparent;
        color: #036eff;
    }

    .sf-menu li a {
        position: relative;
        display: block;
        color: #DCDCDC;
        font-size: 14px;
        font-family: 'RobotoRegular' !important;
        line-height: 18px;
        padding: 15px 10px;
        margin: 0;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 96% center;
        text-decoration: none;
        outline: none;
    }

    .sf-menu > li > a:hover {
        color: #00B5B8
    }

    .sf-menu li ul li a {
        padding: 10px 10px 10px 15px;
        background-color: transparent;
        color: #dcdcdc;
        font-size: 14px;
    }

        .sf-menu li ul li a:hover {
            background-color: #313c4e;
        }

    .sf-menu li ul li ul li a {
        padding: 8px 5px 8px 25px;
    }

    .sf-menu > li > ul {
        padding: 10px 0;
        background-color: #344054;
    }

    .sf-menu li.open ul li a.menuselected {
        color: #00b5b8;
    }

    .sf-menu > li.has-sub > a:after,
    .sf-menu > li.has-sub > ul.sub-menu > li.has-sub > a:after {
        content: 'keyboard_arrow_down';
        font-family: 'Material Icons';
        color: #DCDCDC;
        font-size: 20px;
        position: absolute;
        right: 12px;
        top: 15px;
        font-feature-settings: "liga";
    }

    .sf-menu > li.has-sub > ul.sub-menu > li.has-sub > a:after {
        content: 'add';
        font-size: 14px;
        top: 13px;
        right: 14.5px;
        color: #8f959e;
    }

    .sf-menu > li.has-sub > ul.sub-menu > li.has-sub.open > a:after {
        content: 'remove';
    }

    .sf-menu > li.has-sub.open > a:after {
        content: 'keyboard_arrow_up';
    }

    .sf-menu > li > a.menuselected, .sf-menu li.open > a, .sf-menu li.open > a:after {
        color: #00B5B8 !important;
    }

    .sf-menu > li > a > i,
    .sf-menu > li.active > a > i {
        color: #00b0ff;
    }

    .sf-menu > li > a:hover:after,
    .sf-menu > li.active.has-sub > a:after,
    .sf-menu > li.has-sub.on > a:after {
        text-decoration: none; /*color:#00B5B8;*/
    }

.main-header {
    background: #fff;
    height: 61px;
    color: #1B2942;
    font-size: 22px;
    padding: 15px;
    position: relative;
    z-index: 1;
    font-family: 'RobotoMedium' !important;
    -webkit-box-shadow: 2px 4px 20px -4px rgba(0,0,0,.1);
    box-shadow: 2px 4px 20px -4px rgba(0,0,0,.1);
}

    .main-header i.glyphicon-circle-arrow-left {
        vertical-align: text-top;
        top: 2px;
        color: #7990b0;
    }

.main-header-title {
    color: #1B2942;
    font-size: 22px;
    display: inline-block;
    font-family: 'RobotoMedium' !important;
}

.modal-title {
    color: #1B2942;
}

.main-header-title .back-arrow {
    vertical-align: middle;
}

.sidebarmenutitle {
    color: #999;
    font-size: 10px;
    letter-spacing: 0.2px;
    padding: 0 10px 10px;
    text-transform: uppercase;
}

ul.user-info {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.user-info > li {
    color: #fff;
    text-transform: capitalize;
}

    .user-info > li > a {
        color: #ff6d6d;
        display: inline-block;
        float: right;
        padding: 4px 0;
        position: relative;
        font-size: 21px;
        line-height: 16px;
    }

    .user-info > li img.avatar {
        margin-right: 8px;
        height: 32px;
        width: 32px;
        opacity: 0.7;
    }

.page-title {
    font-size: 24px;
    margin: 0 0 15px;
    font-family: 'RobotoRegular' !important;
}

.main-content {
    padding: 0px;
}

.section-content {
    padding: 15px 15px;
}

a {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

.form-group {
    margin-bottom: 15px;
}

.pagerstyle td span,
.pagerstyle a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagerstyle td span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

thead, tbody, tfoot, tr, td, th {
    padding: 0;
}

.btn {
    --bs-btn-font-size: 14px;
}

.btn-link {
    text-decoration: none;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

@media (min-width: 576px) {
    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .text-sm-left {
        text-align: left !important;
    }
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333%;
}

@media (min-width: 768px) {
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
}

.btn-default {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #bbb;
        border-color: #bbb;
    }

    .btn-default:hover {
        color: #333;
        background-color: #bbb;
        border-color: #bbb;
    }


.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.rgMasterTable,
.tablecellalign {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

    .rgMasterTable > :not(caption) > * > *,
    .tablecellalign > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
        background-color: var(--bs-table-bg);
        border-bottom-width: var(--bs-border-width);
        box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    }

div[id$="_pnlConfirm"].modalPopup,
div[id$="_pnlConfirm"].modalPopup2 {
    --bs-modal-padding: 1rem;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    border-radius: var(--bs-border-radius-lg);
    box-shadow: var(--bs-box-shadow);
    width: 500px;
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}


/* ------------------------------------------------------ */

.RadCalendar .rcTitlebar .rcTitle {
    text-wrap: nowrap;
}

span.RadButton.RadButton_Bootstrap.rbToggleButton {
    line-height: 14px;
    cursor: pointer;
    padding: 0 !important;
}

span.RadButton_Bootstrap.RadButton.rbToggleButton.rbDisabled:hover,
span.RadButton_Bootstrap.RadButton.rbToggleButton.rbDisabled:active,
span.RadButton_Bootstrap.RadButton.rbToggleButton.rbDisabled:focus {
    line-height: 14px;
    cursor: default;
    padding: 0 !important;
}

.RadGrid_Bootstrap td.rgPagerCell.Slider {
    font-size: 12px;
}

    .RadGrid_Bootstrap td.rgPagerCell.Slider .rgSliderLabel {
        line-height: 24px;
    }

    .RadGrid_Bootstrap td.rgPagerCell.Slider .rgInfoPart {
        margin-top: 4px;
    }

.RadSlider_Bootstrap div.rslHorizontal a.rslIncrease {
    background-position: -12px -163px !important;
}

.RadSlider_Bootstrap div.rslHorizontal a.rslDecrease {
    background-position: -14px -113px !important;
}

.RadSlider_Bootstrap div.rslHorizontal .rslTrack {
    margin: 0 !important;
    left: 38px !important;
    width: 120px !important;
}

.RadSlider_Bootstrap div.rslHorizontal .rslTrack {
    height: 8px !important;
}

.RadSlider_Bootstrap div.rslHorizontal a.rslHandle {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    margin: 0 !important;
    top: 0 !important;
}

.RadSlider_Bootstrap div.rslHorizontal a.rslDraghandle {
    top: 0 !important;
    margin-top: -8px !important;
}

.RadWindow_Bootstrap .rwConfirmDialog {
    margin: 0 !important;
    padding: 0 !important;
}

    .RadWindow_Bootstrap .rwConfirmDialog:before {
        display: none !important;
    }

.aspNetDisabled table,
.aspNetDisabled tr,
.aspNetDisabled td {
    color: Gray !important;
}

.RadWindow_Bootstrap .rwDialogContent {
    position: relative;
    padding: 15px !important;
}

.RadWindow_Bootstrap .rwDialogButtons {
    padding: 15px 0;
    margin: 0 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    position: static !important;
}

    .RadWindow_Bootstrap .rwDialogButtons .rwOkBtn {
        color: #fff !important;
        background-color: #4f5d73 !important;
        border-color: #4f5d73 !important;
    }

.modalBackground,
.TelerikModalOverlay {
    background: #fff !important;
    opacity: 0.8 !important;
    width: 100% !important;
}

.RadComboBoxDropDown_Bootstrap .rcbHovered,
.RadComboBoxDropDown_Bootstrap .rcbCheckAllItemsHovered {
    background-color: #e6e6e6 !important;
}

.RadGrid_Bootstrap {
    border: 0px solid #ddd !important;
    border-radius: 0px !important;
    width: 100% !important;
}

    .RadGrid_Bootstrap .rgHeader {
        padding: 10px !important;
        background-color: #eaf0f4 !important;
        font-weight: 500 !important;
        height: auto !important;
        border-top: 0px solid #ddd !important;
        border-bottom: 0px solid #ddd !important;
        border-left: 0px solid #ddd !important;
        vertical-align: top;
        font-family: 'RobotoMedium' !important;
    }

.DashBoard .RadGrid_Bootstrap .rgHeader {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.RadGrid_Bootstrap .rgHeader a {
    font-weight: 500 !important;
    font-family: 'RobotoMedium' !important;
}

.RadGrid_Bootstrap .rgRow > td,
.RadGrid_Bootstrap .rgAltRow > td,
.RadGrid_Bootstrap .rgEditRow > td {
    padding: 10px !important;
    border-width: 0 0 1px 0px !important;
    vertical-align: middle !important;
    color: #333;
}

.RadGrid_Bootstrap .rgFooter td {
    padding: 10px !important;
}

.RadFilter *,
.RadMenu.RadMenu_MetroTouch {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'RobotoRegular' !important;
}

.RadFilter .rfApply input {
    height: 32px !important;
}

.RadFilter .RadDropDownList .rddlInner {
    padding: 4px 22px 4px 5px !important;
    border-width: 0px !important;
}

.RadGrid tbody tr td a[disabled] i.material-icons {
    cursor: no-drop;
    opacity: 0.4;
}

.RadGrid_Bootstrap table tbody td a.actionicons {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 3px 0 0;
    color: #0069c5 !important;
    border: #ccc solid 1px;
    text-align: center;
    border-radius: 100%;
    position: relative;
}

.RadGrid_Bootstrap > table > tbody td a.actionicons:hover {
    border-color: #8ebde3;
    background: #eff8ff;
}

.RadGrid_Bootstrap > table > tbody td a.actionicons[disabled="disabled"] {
    pointer-events: none;
}

.RadGrid tbody tr td a i.material-icons {
    font-size: 16px;
}

.RadGrid_Bootstrap > table > tbody td a.actionicons.ai-custom {
    /*border: #ccc solid 0px;
	padding:0;*/
}

.RadGrid tbody tr td a.ai-custom i.material-icons {
    font-size: 24px;
    margin: -4px;
}

.RadGrid tbody tr td a.ai-custom:hover i.material-icons {
    opacity: 0.9;
}

.RadWindow_Bootstrap .rwTitleBar {
    background-color: #fff !important;
}

    .RadWindow_Bootstrap .rwTitleBar .rwIcon {
        display: none;
    }

.RadWindow_Bootstrap .rwTitleWrapper .rwTitle {
    color: #1B2942 !important;
    line-height: 1.428571 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'RobotoBold' !important;
}

.RadWindow_Bootstrap .rwTitleBar .rwTitleWrapper {
    padding: 15px !important;
    border-bottom-color: #e5e5e5 !important;
}

.RadWindow_Bootstrap .modal-footer {
    padding: 15px 0 15px 0;
    margin: 0;
    gap: 10px;
}

.RadWindow_Bootstrap {
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg) !important;
    box-shadow: var(--bs-box-shadow);
}

    .RadWindow_Bootstrap .rwListItem .rwCommandButton {
        background: #ccc;
        border-radius: 100%;
    }

    .RadWindow_Bootstrap .rwCommands .rwCommandButton:hover {
        background-color: #bbb !important;
        border-color: #bbb !important;
        border-radius: 100% !important;
    }

.radio-toggle-group {
    display: table;
}

    .radio-toggle-group .RadButton_Bootstrap {
        display: table-cell;
    }

        .radio-toggle-group .RadButton_Bootstrap > .rbPrimaryIcon {
            opacity: 0;
        }

        .radio-toggle-group .RadButton_Bootstrap .rbPrimary {
            padding: 10px 15px !important;
            text-align: center;
            display: block;
            background: #B7B7B7;
            height: 34px;
            border-right: #ccc solid 1px;
            font-weight: 400 !important;
            font-family: 'RobotoRegular' !important;
        }

        .radio-toggle-group .RadButton_Bootstrap > .rbPrimaryIcon.rbToggleRadioChecked + .rbPrimary {
            background: #40c863;
            color: #fff;
        }

        .radio-toggle-group .RadButton_Bootstrap:last-child > .rbPrimaryIcon.rbToggleRadioChecked + .rbPrimary {
            background: #f74e4e;
            color: #fff;
        }

    .radio-toggle-group span:first-child .rbPrimary {
        border-radius: 3px 0 0 3px;
    }

    .radio-toggle-group span:last-child .rbPrimary {
        border-radius: 0 3px 3px 0;
        border-right: #ccc solid 0px;
    }

.accordionHeader,
.accordionHeaderSelected {
    color: #036eff;
    padding-bottom: 5px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
}

.overlay {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0 0 8px 0px #c9e2e2;
    z-index: 999;
}

    .overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        padding: 7px;
        border-radius: 100%;
        box-shadow: 0 0 8px 0px #c9e2e2;
        width: 70px;
        margin: -35px 0 0 -35px;
    }

    .overlay span {
        font-size: 12px;
        color: #666;
        display: none;
    }

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
}

.form-group > label {
    color: #666;
    display: block;
    font-weight: 400;
    font-family: 'RobotoRegular' !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 13px;
}

    .form-group > label + span,
    .RadButton_Bootstrap {
        font-weight: 500 !important;
        font-family: 'RobotoMedium' !important;
    }

    .form-group > label em {
        color: #ff0000;
    }

.RadComboBox_Bootstrap .rcbInput,
.RadInput_Bootstrap .riTextBox {
    color: #333 !important;
}

.input-group .RadInput_Bootstrap .riTextBox {
    border-radius: 0 4px 4px 0;
}

.input-group.input-first .RadInput_Bootstrap .riTextBox {
    border-radius: 4px 0 0 4px;
}

.RadGrid_Bootstrap .rgSorted {
    background-color: #eee !important;
}

.RadInputMultiline_Bootstrap textarea {
    height: 50px !important;
}

.RadGrid_Bootstrap > table > tbody td a {
    color: #036eff;
    text-decoration: none;
}

.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage {
    background-color: #6f7686 !important;
    border: 1px solid #6f7686 !important;
}

.RadGrid .rgHeader {
    position: relative;
}

    .RadGrid .rgHeader.rgSorted input {
        position: absolute;
        right: 0;
        top: 2px;
    }

#minheight {
    height: calc(100vh - 61px);
}

.pos-rel {
    position: relative;
}

.b-1 {
    border: #ccc solid 1px;
}

.display-inline span,
.display-inline a {
    display: inline-block !important;
    vertical-align: middle;
}

.display-table {
    display: table;
    width: 100%
}

.display-table-row {
    display: table-row;
}

.display-table-cell {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 991px) {
    .display-table, .display-table-row, .display-table-cell {
        display: block;
        width: auto !important;
    }
}

.DashCampaignSummary .display-table .display-table-row .display-table-cell {
    border-bottom: #ccc solid 1px;
    text-align: center;
    vertical-align: middle;
    height: 123px;
}

.DashCampaignSummary .display-table .display-table-row:last-child .display-table-cell {
    border-bottom: #ccc solid 0px;
}

.DashCampaignSummary .display-table .display-table-row .display-table-cell:first-child {
    border-right: #ccc solid 1px;
}

.header-title {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'RobotoRegular' !important;
    color: #606D83;
    font-size: 16px;
}

.font-weight-500 {
    font-weight: 500;
    font-family: 'RobotoMedium' !important;
}

.align-bottom {
    vertical-align: bottom;
}

.mh-150 {
    min-height: 150px;
}

.btn.text-left {
    text-align: left !important;
}

.text-muted-2 {
    color: #999;
}

.card-header {
    padding: 15px 15px 0;
    background: #fff;
}

    .card-header .card-title {
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'RobotoRegular' !important;
        letter-spacing: 0.5px;
        color: #404E67;
        font-size: 15px;
    }

.card-body {
    padding: 15px 15px 0;
    background: #fff;
    margin-bottom: 15px;
}

.card-box-shadow {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.modalPopup-box-shadow {
    box-shadow: 0 0px 10px -3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0px 10px -3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0px 10px -3px rgba(0, 0, 0, .5);
    border-radius: 6px !important;
    background: #fff;
}

html body .RadInput_Bootstrap .riTextBox,
html body .RadInput_Bootstrap .riFocused {
    box-shadow: none !important;
    height: auto;
}

html body .RadInput_Bootstrap .riError {
    border-color: #ccc !important;
}

.RadInput .riTextBox,
.RadComboBox table td.rcbInputCell {
    padding: 6px 12px !important;
    box-shadow: none !important;
}

.RadComboBox .rcbInput {
    padding: 0 !important;
}

.form-control {
    color: #333 !important;
    font-size: 14px;
}

.custom-radio {
    overflow: hidden;
}

    .custom-radio .RadButton_Bootstrap.rbToggleButton {
        display: block;
        width: 50%;
        float: left;
        margin: 0 !important;
    }

.custom-radio-3 .RadButton_Bootstrap.rbToggleButton {
    width: 33.3%;
}

.custom-radio-4 .RadButton_Bootstrap.rbToggleButton {
    width: 25%;
}

.custom-radio .RadButton_Bootstrap.rbToggleButton:first-child .rbPrimary {
    border-radius: 4px 0 0 4px;
}

.custom-radio .RadButton_Bootstrap.rbToggleButton:last-child .rbPrimary {
    border-radius: 0 4px 4px 0;
}

.custom-radio .RadButton_Bootstrap.rbToggleButton .rbPrimaryIcon {
    display: none;
}

.custom-radio .RadButton_Bootstrap.rbToggleButton .rbPrimary {
    padding: 9px 5px;
    height: 34px;
    display: block;
    text-align: center;
    border: #ccc solid 1px;
    font-weight: 400;
    font-family: 'RobotoRegular' !important;
    min-width: 60px;
    background: #fff;
}

.custom-radio .RadButton_Bootstrap.rbToggleButton.rbHovered .rbPrimary {
    border-color: #adadad;
}

.custom-radio .RadButton_Bootstrap.rbToggleButton .rbToggleRadioChecked + .rbPrimary {
    border-color: #8ebde3;
    background: #eff8ff;
    color: #0069c5;
}

.table-body {
    padding: 0;
    background: #fff;
    margin-bottom: 15px;
}

    .table-body table {
        margin-bottom: 0px;
    }

.RadGrid_Bootstrap .rgPagerCell {
    background: #ffffff !important;
}

.card-body .RadGrid_Bootstrap td.rgPagerCell {
    padding: 12px 0 2px 0;
}

html body .RadInput_Bootstrap .riRead,
html body .RadInput_Bootstrap .riDisabled {
    border-color: #ccc !important;
    color: #333 !important;
    background: #fff !important;
}

html body .tourvoucherblk .RadInput_Bootstrap .riDisabled {
    border-color: #ccc !important;
    color: #909090 !important;
    background: #eee !important;
}

.RadComboBox_Bootstrap .rcbInput[disabled] {
    color: #909090 !important;
}

.main-header-toolbar {
    float: right;
    line-height: 18px;
}

    .main-header-toolbar i,
    .btn i {
        font-size: 18px;
        vertical-align: text-bottom;
    }

    .main-header-toolbar .btn {
        line-height: 8px;
        padding: 5px 10px 4px 5px;
        line-height: 8px;
        font-size: 15px;
    }

.btn-outline-primary {
    border-color: #00B5B8;
    background-color: transparent;
    color: #00B5B8;
    font-weight: 500;
    font-family: 'RobotoMedium' !important;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:active,
    .btn-outline-primary:focus {
        border-color: #00B5B8;
        background-color: #00B5B8;
        color: #fff;
    }

.btn-outline-info {
    border-color: #0070d2;
    background-color: transparent;
    color: #0070d2;
    font-weight: 500;
    font-family: 'RobotoMedium' !important;
}

    .btn-outline-info:hover,
    .btn-outline-info:active,
    .btn-outline-info:focus {
        border-color: #0070d2;
        background-color: #0070d2;
        color: #fff;
    }

.btn-outline-danger {
    border-color: #F70C08;
    background-color: transparent;
    color: #F70C08;
    font-weight: 500;
    font-family: 'RobotoMedium' !important;
}

    .btn-outline-danger:hover,
    .btn-outline-danger:active,
    .btn-outline-danger:focus {
        border-color: #F70C08;
        background-color: #F70C08;
        color: #fff;
    }

.btn-outline-success {
    border-color: #17a41d;
    background-color: transparent;
    color: #17a41d;
    font-weight: 500;
    font-family: 'RobotoMedium' !important;
}

    .btn-outline-success:hover,
    .btn-outline-success:active,
    .btn-outline-success:focus {
        border-color: #17a41d;
        background-color: #17a41d;
        color: #fff;
    }

.btn-outline-default {
    border-color: #888888;
    background-color: transparent;
    color: #888888;
    font-weight: 500;
    font-family: 'RobotoMedium' !important;
}

    .btn-outline-default:hover,
    .btn-outline-default:active,
    .btn-outline-default:focus {
        border-color: #cccccc;
        background-color: #cccccc;
        color: #666;
    }

.RadGrid_Bootstrap table tr td .btn.btn-link {
    padding-left: 0;
    padding-right: 0;
}

.searchblock {
    margin: -15px -15px 0;
    box-shadow: 0 0 5px 1px #ddd;
}

.section-content {
    position: relative;
}

.filterblock {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 0 5px 2px #ccc;
}

    .filterblock .card-body {
        background: #f1f1f1;
    }

    .filterblock .col-xs-6.padding-right-0,
    .filterblock .col-xs-6.padding-left-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

.modal-footer div {
    display: flex;
    gap: 10px;
}

.modalPopup {
    width: 450px;
}

.modalPopup-lg {
    width: 900px;
}

.modalPopup > .mb-5 {
    margin-bottom: 5px !important;
}

div[id$=AddinvSection1].col-sm-12 .form-group > label {
    display: none;
}

@media (min-width:992px) {
    .side-bar-bottom {
        position: fixed;
        margin-left: 1px;
        bottom: 0;
        width: 21%;
        padding: 25px 15px;
        background: #eee;
        box-shadow: rgba(0, 0, 0, 0.5) 0 -2px 15px -5px;
        border-top: 1px solid #e7e7e7;
    }

        .side-bar-bottom p {
            display: none;
        }

        .side-bar-bottom .form-group {
            margin-bottom: 0;
        }

    .side-bar-bottom-padding {
        padding-bottom: 85px !important;
    }
}

.campaignsappliedblk {
    padding: 5px 15px 15px;
    background: #eff6ff;
    margin: 0 3px;
}

    .campaignsappliedblk .RadListBox_Bootstrap .rlbItem {
        padding: 8px 0px !important;
    }

    .campaignsappliedblk .RadListBox_Bootstrap .rlbGroup {
        border-width: 0px !important;
    }

    .campaignsappliedblk .RadListBox_Bootstrap .rlbGroup,
    .campaignsappliedblk .RadListBox_Bootstrap .rlbTemplateContainer {
        background-color: transparent !important;
    }

    .campaignsappliedblk .RadListBox_Bootstrap {
        height: auto !important;
    }

        .campaignsappliedblk .RadListBox_Bootstrap .rlbItem.rlbSelected {
            background-color: transparent !important;
        }

        .campaignsappliedblk .RadListBox_Bootstrap .rlbItem,
        .campaignsappliedblk .RadListBox_Bootstrap .rlbItem.rlbSelected,
        .campaignsappliedblk .RadListBox_Bootstrap .rlbItem.rlbHovered {
            color: inherit !important;
            background-color: transparent !important;
            font-weight: normal !important;
            font-family: 'RobotoRegular' !important;
            border-width: 0 !important;
        }

            .campaignsappliedblk .RadListBox_Bootstrap .rlbItem.rlbHovered .rlbText {
                color: #0070d2 !important;
            }

        .campaignsappliedblk .RadListBox_Bootstrap ul li.rlbItem.rlbHovered label span:before {
            border-color: #0070d2 !important;
        }

.RadGrid_Bootstrap tr.rgFilterRow .rgFilterBox {
    border-radius: 25px !important;
    height: 30px !important;
    padding: 5px 10px !important;
    border: 1px solid #ddd !important;
    box-sizing: border-box;
}

.RadGrid_Bootstrap .rgFilter {
    margin-left: 5px !important;
    width: 28px !important;
    height: 28px !important;
    background-position: -11px -4510px !important;
    border-radius: 25px !important;
}

.RadGrid_Bootstrap tr.rgFilterRow > td {
    padding: 10px !important;
}

.RadTreeView_Bootstrap .rtSelected .rtIn,
.RadTreeView_Bootstrap .rtHover .rtIn {
    border-color: transparent !important;
    color: inherit !important;
    background-color: inherit !important;
}

.RadTreeView_Bootstrap .rtUnchecked,
.RadTreeView_Bootstrap .rtChecked {
    cursor: pointer;
}

.RadGrid_Bootstrap .rgFooter td {
    border-left: 0px solid #ddd !important;
    background: #ffffff !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.RadGrid_Bootstrap tfoot .rgFooter td {
    background: #fffef5 !important;
    font-weight: 500;
    font-family: 'RobotoMedium' !important;
}

.RadGrid_Bootstrap .rgRow > td {
    background-color: #ffffff !important;
}

.RadGrid_Bootstrap .rgAltRow > td {
    background-color: #ffffff !important;
}

.RadGrid_Bootstrap .rgRow:hover > td,
.RadGrid_Bootstrap .rgAltRow:hover > td {
    background-color: #fffdef !important;
}

.RadWindow_Bootstrap .rwTable .rwTitlebarControls em {
    line-height: 26px;
}

.RadGrid_Bootstrap .rgMasterTable,
.RadGrid_Bootstrap .rgGroupHeaderText {
    font-size: 14px !important;
}

.RadPanelBar_Bootstrap .rpRootGroup {
    border-width: 0px !important;
}

.RadPanelBar_Bootstrap ul.rpRootGroup li.rpItem {
    border: #ddd solid 1px !important;
}

    .RadPanelBar_Bootstrap ul.rpRootGroup li.rpItem a.rpLink {
        color: #036eff !important;
        background: #fff !important;
        border: #fff solid 1px !important;
        line-height: 21px !important;
        box-shadow: none !important;
    }

        .RadPanelBar_Bootstrap ul.rpRootGroup li.rpItem a.rpLink.rpExpanded {
            border-bottom-color: #ddd !important;
        }

.RadPanelBar_Bootstrap .rpExpandable .rpExpandHandle, .RadPanelBar_Bootstrap .rpExpandable.rpDisabled:hover .rpExpandHandle {
    background-position: -18px -3018px !important;
}

.RadPanelBar_Bootstrap .rpExpanded .rpExpandHandle, .RadPanelBar_Bootstrap .rpExpanded.rpDisabled:hover .rpExpandHandle {
    background-position: -18px -3217px !important;
}

.RadPanelBar .rpText {
    padding: 9px 10px !important;
}

.RadTabStrip_Bootstrap .rtsLink {
    color: #036eff !important;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsUL {
    display: block !important;
    width: 100%;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected,
.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected:hover {
    border-color: #fff #fff #036eff !important;
    border-width: 1px 1px 2px !important;
}

.RadMultiPage-footer {
    padding-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.RadGrid_Bootstrap .rgGroupHeader > td {
    background: #f0f8ff;
}

.RadScheduler_Bootstrap .rsAptContent {
    padding: 1px 1px !important;
    border-radius: 0px !important;
    font-size: 10px !important;
    line-height: 12px !important;
    cursor: pointer;
}

.RadWindow_Bootstrap .rwContent * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.RadWindow.rwRoundedCorner.border-radius-zero {
    border-radius: 0 !important;
}

.RadCalendar_Bootstrap caption,
.RadCalendarTimeView_Bootstrap caption {
    padding: 0;
}

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected a,
.RadCalendarMonthView_Bootstrap .rcSelected a,
.RadCalendarMonthView_Bootstrap #rcMView_OK,
.RadCalendarTimeView_Bootstrap td.rcSelected a {
    border-color: #00b5b8 !important;
    background: #00b5b8 !important;
    color: #fff;
}

.RadCalendar_Bootstrap .rcMain .rcRow a, .RadCalendar_Bootstrap .rcMain .rcRow span {
    border-radius: 100% !important;
}

.reportframe {
    display: block !important;
}

    .reportframe > script:first-child + div {
        line-height: 6px;
    }

    .reportframe div[dir=LTR] {
        overflow: auto !important;
    }

.form-group-buttons {
    padding-bottom: 15px;
}

.form-radio-control {
    padding-top: 9px;
    padding-bottom: 2px;
}

.controls-above-table {
    padding: 10px 15px;
}

    .controls-above-table .btn.btn.btn-sm {
        padding: 3px 10px;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        margin-right: 15px;
        font-weight: 500;
        font-family: 'RobotoMedium' !important;
        border-radius: 25px;
    }

    .controls-above-table .form-control {
        border-radius: 25px;
    }

.highlight-green-bold {
    color: #00B5B8;
    font-size: 18px;
    font-weight: 500 !important;
    font-family: 'RobotoBold' !important;
}

@media (max-width: 767px) {
    .sidebar-logo img, .navbar-brand a img {
        filter: brightness(0) invert(1);
    }

    .main-container {
        padding: 0;
    }

    .page-sidebar {
        background: #404E67;
        position: fixed;
        width: 280px;
        height: 100%;
        top: 0;
        z-index: 1000;
        border-right: 1px solid #666;
        left: -280px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .page-sidebar.open {
            left: 0px;
        }

    #menubackdrop {
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9;
        cursor: pointer;
    }

    .main-header {
        /*border-bottom: 1px solid #e3e1e1;
		border-top: 1px solid #e3e1e1;*/
        font-size: 16px;
        height: auto;
        padding: 7px 15px;
    }

    .main-header-title {
        font-size: 16px;
    }

    .main-header-toolbar {
        margin-top: -4px;
    }

    .padding-0-xs {
        padding: 0 !important;
    }
}

.modalPopupBig {
    width: 900px;
}

@media (max-width: 900px) {
    .modalPopupBig {
        width: 100% !important;
    }

    .modalPopupBigWindow {
        width: 90% !important;
    }
}

@media (max-width: 450px) {
    .main-header-toolbar {
        float: none;
        padding: 5px 0 0;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .modalPopup {
        width: 100%;
    }

    .RadWindow_Bootstrap {
        width: 90% !important;
    }
}

@media (min-width: 768px) {
    .modal-md {
        width: 450px;
    }
}

.material-icons {
    font-family: 'Material Icons' !important;
}

.p-5, .padding-5 {
    padding: 5px;
}

.p-15, .padding-15 {
    padding: 15px;
}

.p-20, .padding-20 {
    padding: 20px;
}

.p-25, .padding-25 {
    padding: 25px;
}

.pt-5, .padding-top-5 {
    padding-top: 5px;
}

.pt-10, .padding-top-10 {
    padding-top: 10px;
}

.pt-15, .padding-top-15 {
    padding-top: 15px;
}

.pt-25, .padding-top-25 {
    padding-top: 25px;
}

.pb-20, .padding-bottom-20 {
    padding-bottom: 20px;
}

.pb-15, .padding-bottom-15 {
    padding-bottom: 15px;
}

.pb-10, .padding-bottom-10 {
    padding-bottom: 10px;
}

.ptb-15, .padding-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.plr-15, .padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pr-0, .padding-right-0 {
    padding-right: 0px;
}

.pl-0, .padding-left-0 {
    padding-left: 0px;
}

.pb-0, .padding-bottom-0 {
    padding-bottom: 0px;
}

.pt-0, .padding-top-0 {
    padding-top: 0px;
}

.p-0, .padding-0 {
    padding: 0 !important;
}

.bb-1 {
    border-bottom: #ccc solid 1px;
}

.border-0 {
    border-width: 0 !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15, .margin-bottom-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-0, .margin-bottom-0 {
    margin-bottom: 0;
}

.mt-0, .margin-top-0 {
    margin-top: 0;
}

.m-0, .margin-0 {
    margin: 0 !important;
}

.overflowx {
    overflow-x: auto;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    flex: 1;
}

.k-chart .k-tooltip {
    font-size: 11px !important;
    padding: 2px 5px !important;
    border-radius: 2px !important;
    white-space: nowrap;
}

.bg-white {
    background-color: #ffffff;
}

tr.rgNoRecords td div {
    padding: 15px;
}

.checkbox-custom {
    position: relative;
    display: block;
}

.RadListBox_Bootstrap ul li label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

    .RadListBox_Bootstrap ul li label input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        margin: 0 0 0 -25px;
        position: absolute;
        width: 100%;
        height: 20px;
        cursor: pointer;
    }

    .RadListBox_Bootstrap ul li label span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 0 0 0;
        margin: 0px;
        line-height: 17px;
        font-weight: normal;
        font-family: 'RobotoRegular' !important;
        cursor: pointer;
    }

        .RadListBox_Bootstrap ul li label span:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: -25px;
            top: 1px;
            border: 2px solid rgba(0, 0, 0, 0.54);
            border-radius: 0px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

    .RadListBox_Bootstrap ul li label input[type="checkbox"]:hover + span:before {
        border-color: #036eff;
    }

    .RadListBox_Bootstrap ul li label input[type="checkbox"]:checked + span:before {
        background-color: #036eff;
        border-color: #036eff;
    }

    .RadListBox_Bootstrap ul li label input[type="checkbox"]:checked + span:after {
        font-family: "Material Icons";
        content: "done";
    }

    .RadListBox_Bootstrap ul li label span:after {
        color: #fff;
        display: inline-block;
        font-size: 15px;
        height: 16px;
        left: -27px;
        padding-left: 3px;
        padding-top: 1px;
        position: absolute;
        top: 0px;
        width: 16px;
    }

/* ----------------- */

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 20px;
    cursor: pointer;
}

.checkbox-custom label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 24px;
    margin: 0px;
    line-height: 17px;
    font-weight: normal;
    font-family: 'RobotoRegular' !important;
    cursor: pointer;
}

    .checkbox-custom label:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        top: 0;
        border: 2px solid rgba(0, 0, 0, 0.54);
        border-radius: 0px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

.checkbox-custom input[type="checkbox"]:hover + label:before {
    border-color: #036eff;
}

.checkbox-custom input[type="checkbox"]:checked + label:before {
    background-color: #036eff;
    border-color: #036eff;
}

.checkbox-custom-success input[type="checkbox"]:checked + label:before {
    background-color: #00b5b8;
    border-color: #00b5b8;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    font-family: "Material Icons";
    content: "done";
}

.checkbox-custom label:after {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 16px;
    left: -2px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

/* ----- */


.checkbox-custom-sm label:before {
    width: 11px;
    height: 11px;
    border-width: 1px;
}

.checkbox-custom-sm label {
    font-size: 12px;
    padding: 0 0 0 16px;
    line-height: 12px;
}

    .checkbox-custom-sm label:after {
        font-size: 11px;
        left: -3px;
    }

.RadWindow_Bootstrap {
    animation: 0.3s fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.modalPopup-info {
    line-height: 26px;
    text-indent: 0px;
    /*background: #fdfae4;*/
    border-radius: 3px;
    font-size: 12px;
    color: #999;
}

    .modalPopup-info em,
    .modalPopup-error span {
        color: #ff3030 !important;
    }

.modalPopup-error {
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 26px;
    text-indent: 7px;
    background: #fff1f1;
    width: 100%;
    border-radius: 3px;
    color: #ff3030;
    -webkit-animation: fade 0.25s;
    -moz-animation: fade 0.25s;
    -ms-animation: fade 0.25s;
    -o-animation: fade 0.25s;
    animation: fade 0.25s;
}

.RadUpload_Bootstrap ul li.ruSelectWrap,
.RadUpload_Bootstrap ul li.ruSelectWrap span.ruFileWrap.ruStyled {
    display: block !important;
    overflow: visible;
}

.RadUpload_Bootstrap ul li span.ruFakeInput {
    display: inline-block;
    width: 80%;
    height: auto !important;
    background: #fff;
}

.RadUpload_Bootstrap ul li span.ruBrowse {
    display: inline-block;
    height: auto !important;
    width: 19%;
    margin-left: 1%;
    min-width: auto;
}

.RadUpload_Bootstrap .ruFileLI .ruButton {
    font-size: 12px !important;
    vertical-align: sub !important;
}

.RadUpload_Bootstrap .ruStyled .ruFileInput {
    font-size: 11px !important;
    width: 100%;
    height: 100%;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Lounge Membership */
.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.line-height-8 {
    line-height: 8px !important;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-12 {
    line-height: 12px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-32 {
    line-height: 32px !important;
}

.line-height-36 {
    line-height: 36px !important;
}

.font-weight-300 {
    font-family: 'RobotoLight' !important;
    font-weight: normal !important;
}

.font-weight-400 {
    font-family: 'RobotoRegular' !important;
    font-weight: normal !important;
}

.font-weight-500 {
    font-family: 'RobotoMedium' !important;
    font-weight: normal !important;
}

.font-weight-600 {
    font-family: 'RobotoBold' !important;
    font-weight: normal !important;
}

.text-black {
    color: rgba(0, 0, 0, 1) !important;
}

.text-grey {
    color: #435264;
}

.text-label {
    color: #666;
}

.text-trace, a.text-trace:hover {
    color: #ee1379;
}

.bg-black {
    background-color: #000 !important;
}

.bg-light {
    background-color: #F6F6F6 !important;
}

.bg-trace {
    background-color: #FEECF4 !important;
}

.overflow-visible {
    overflow: visible !important;
}

b, strong {
    font-family: 'RobotoBold' !important;
    font-weight: normal;
}

.border-trace {
    border-color: #FCC9E0 !important;
}

.alert-trace {
    background-color: #FEECF4;
    border: #FCC9E0 solid 1px;
}

.pointer-default {
    position: relative;
}

    .pointer-default:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        cursor: default;
    }

.rounded-xl {
    border-radius: 1rem !important;
}

.btn-min-w-120 {
    min-width: 100px;
}

.last-child-bb-0 > div:last-child {
    border-bottom: 0 !important;
}

.alert-primary-light {
    background-color: #F2F5FF;
    color: #0F0F51;
    border: #D8DEF1 solid 1px;
}

.btn-md-h40 {
    padding: 7px 25px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 6px;
    font-family: RobotoMedium !important;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 6px;
}

.btn-white {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

    .btn-white:hover,
    .btn-white:focus {
        color: #000;
        border-color: #fff;
        background-color: #fff;
    }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

    .btn-outline-white:hover,
    .btn-outline-white:focus {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.btn-outline-black {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

    .btn-outline-black:hover,
    .btn-outline-black:focus {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

.btn-black {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

    .btn-black:hover,
    .btn-black:focus {
        color: #fff;
        background-color: #111;
        border-color: #111;
    }

.btn-l-danger {
    color: #fff;
    background-color: #D22727;
    border-color: #D22727;
}

    .btn-l-danger:hover,
    .btn-l-danger:focus,
    .btn-l-danger:active {
        color: #fff;
        background-color: #B71E1E;
        border-color: #B71E1E;
    }

.btn-l-success {
    color: #fff;
    background-color: #47A847;
    border-color: #47A847;
}

    .btn-l-success:hover,
    .btn-l-warning:focus,
    .btn-l-warning:active {
        color: #fff;
        background-color: #369036;
        border-color: #369036;
    }

.btn-l-warning {
    color: #fff;
    background-color: #FE9800;
    border-color: #FE9800;
}

    .btn-l-warning:hover,
    .btn-l-warning:focus,
    .btn-l-warning:active {
        color: #fff;
        background-color: #EB8F07;
        border-color: #EB8F07;
    }

.p-s-member {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    bottom: 0;
    right: 0;
}

.primary-member {
    background-image: url(../../images/v2/p-member.png);
}

.secondary-member {
    background-image: url(../../images/v2/s-member.png);
}

.member-pill {
    background-color: #96a3bb;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid #96a3bb;
    border-radius: 50rem;
    letter-spacing: 1px;
    font-size: 14px;
}

    .member-pill.member-pill-24px {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
    }

.RadComboBox .rcbEmptyMessage {
    opacity: 0.5 !important;
}

.RadButton_Custom {
    padding: 0 !important;
    height: auto !important;
    background-image: none !important;
}

    .RadButton_Custom .rbDecorated {
        color: #fff !important;
        border-color: #ccc !important;
        background-color: #ccc !important;
        padding: 9px 16px !important;
        font-size: 15px;
        line-height: 24px;
        border-radius: 6px !important;
        height: auto !important;
        min-width: 110px;
        background-image: none !important;
    }

    .RadButton_Custom.RadButton_Custom_md .rbDecorated {
        padding: 5px 16px !important;
        font-size: 13px;
        border-radius: 4px;
        min-width: auto !important;
    }

.RadButton_Custom_Black .rbDecorated {
    border-color: #000 !important;
    background-color: #000 !important;
}

.RadButton_Custom_Danger .rbDecorated {
    border-color: #F70C08 !important;
    background-color: #F70C08 !important;
}

.RadButton_Custom_Outline_Danger .rbDecorated {
    border: #F70C08 solid 1px !important;
    color: #F70C08 !important;
    background-color: #fff !important;
}

.RadButton_Custom_Outline_Danger:hover .rbDecorated {
    border-color: #F70C08 !important;
    color: #fff !important;
    background-color: #F70C08 !important;
}

.RadButton_Custom_Orange .rbDecorated {
    border-color: #ffa500 !important;
    background-color: #ffa500 !important;
    color: #fff !important;
}

.RadButton_Custom_LightGreen .rbDecorated {
    border-color: #008000 !important;
    background-color: #008000 !important;
    color: #fff !important;
}

.RadButton_Custom_Primary .rbDecorated {
    border-color: #0d6efd !important;
    background-color: #0d6efd !important;
}

.main-header-dark {
    background-color: #000;
    padding: 15px 15px;
    height: auto;
}

    .main-header-dark .main-header-title {
        color: #fff;
    }

    .main-header-dark .main-header-toolbar .btn {
        padding: 10px 25px 10px 25px;
        line-height: 8px;
        font-size: 15px;
        border-radius: 100px;
        margin-top: -4.5px;
        margin-bottom: -4.5px;
    }

    .main-header-dark .main-header-title .back-arrow {
        border: #fff solid 1px;
        border-radius: 4px;
        padding: 6px 6px;
        display: inline-flex;
        color: #fff;
        margin-right: 6px;
        vertical-align: sub;
        text-decoration: none;
    }

.filter-design.filter-design-show {
    right: 0;
    -webkit-box-shadow: -5px 0 12px -4px rgb(0,0,0,0.4);
    box-shadow: -5px 0 12px -4px rgb(0,0,0,0.4);
}

.filter-design {
    background: #fff;
    position: fixed;
    height: 100vh;
    width: 360px;
    top: 0px;
    right: -360px;
    padding: 15px 25px;
    z-index: 10;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

#ds-toggle-bg {
    position: fixed;
    z-index: 9;
    top: 0;
    width: calc(100% - 266px);
    height: 100%;
    left: 266px;
    background-color: rgba(255, 255, 255, 0.5);
}

.tooltip-hover {
    position: relative;
    display: inline-block;
}

    .tooltip-hover .tooltip-top {
        visibility: hidden;
        white-space: nowrap;
        font-size: 13px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 4px 8px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        width: 160px;
        margin-left: -80px;
    }

        .tooltip-hover .tooltip-top span {
            overflow: hidden;
            text-overflow: ellipsis;
            width: 124px;
            display: block;
        }

        .tooltip-hover .tooltip-top:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltip-hover:hover .tooltip-top {
        visibility: visible;
    }

    .tooltip-hover .tooltip-left {
        visibility: hidden;
        white-space: nowrap;
        font-size: 13px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 4px 8px;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 100%;
        margin: -13px 10px 0 0;
    }

        .tooltip-hover .tooltip-left:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }

    .tooltip-hover:hover .tooltip-left {
        visibility: visible;
    }

    .tooltip-hover .tooltip-right {
        visibility: hidden;
        white-space: nowrap;
        font-size: 13px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 4px 8px;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin: -13px 0 0 10px;
    }

        .tooltip-hover .tooltip-right:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent black transparent transparent;
        }

    .tooltip-hover:hover .tooltip-right {
        visibility: visible;
    }

    .tooltip-hover .tooltip-bottom {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip-hover .tooltip-bottom:after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip-hover:hover .tooltip-bottom {
        visibility: visible;
    }

.scroll-outer .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: -20px;
}

.RadInput .riTextBox.riEmpty {
    color: #909090 !important;
    font-style: normal;
    font-size: 13px;
}

.RadToolTip .rtWrapper td.rtWrapperContent {
    padding: 0 !important;
    color: #fff !important;
}

.RadToolTip.rtLoading {
    background-image: url("../../images/v2/loading-lines.gif") !important;
    background-size: 90% 90px !important;
    background-position: 20px 20px !important;
}

.RadGrid.bg-transparent,
.RadGrid.bg-transparent .rgRow > td,
.RadGrid.bg-transparent .rgAltRow > td,
.RadGrid.bg-transparent .rgRow:hover > td,
.RadGrid.bg-transparent .rgAltRow:hover > td {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.members-listing {
    position: relative;
    padding: 25px;
    background-color: #fff;
    margin: 15px 0;
    border-radius: 12px;
    border: #e0e0e0 solid 1px;
    box-shadow: -2px 5px 4px -5px #c5c5c5;
}

.badge-light {
    font-family: 'RobotoMedium' !important;
    font-weight: normal !important;
    font-size: 11px;
    color: #343a40 !important;
    padding: 2px 11px !important;
    line-height: 16px;
    border-radius: 0.3rem !important;
    background-color: #E5E5E5 !important;
    white-space: nowrap;
    display: inline-block;
}

.inner-badge {
    flex-wrap: wrap;
}

    .inner-badge > span {
        font-family: 'RobotoMedium' !important;
        font-weight: normal !important;
        font-size: 12px;
        color: #343a40 !important;
        padding: 0.5rem 1rem !important;
        margin: 0 0.5rem 0.75rem !important;
        border-radius: 0.3rem !important;
        background-color: #E7EBEF !important;
        white-space: nowrap;
    }

        .inner-badge > span span.moveassetsYes,
        .inner-badge > span span.moveassetsNo {
            display: none;
        }

        .inner-badge > span span.moveassetsYes {
            display: inline-block !important;
            background-image: url(../../images/v2/icon-move-assets.png);
            width: 15px;
            height: 14px;
            background-size: 15px;
            margin-left: 7px;
            vertical-align: text-bottom;
        }

        .badge-full-lounge .inner-badge > span,
        .inner-badge > span.full-lounge {
            background-color: #000 !important;
            color: #fff !important;
        }

.membership-card {
    position: absolute;
    top: -1px;
    right: -1px;
    min-width: 300px;
    border-radius: 0 12px 0 12px;
    padding: 15px;
    border: #e0e0e0 solid 1px;
}

.membership-card-status {
    position: absolute;
    top: 0;
    right: 0;
}

    .membership-card-status > span {
        color: #fff;
        background-color: #9F9F9F;
        font-weight: normal !important;
        font-family: 'RobotoMedium' !important;
        border-radius: 0 12px 0 12px;
        padding: 5px 15px;
        display: block;
        font-size: 12px;
        min-width: 90px;
        max-width: 116px;
        text-align: center;
    }

        .membership-card-status > span.member-badge-active {
            color: #47A847;
            background-color: #E2F3E2;
        }

        .membership-card-status > span.member-badge-onboard {
            color: #0064ff;
            background-color: #f2f8ff;
        }

        .membership-card-status > span.member-badge-inactive {
            color: #F83D3D;
            background-color: #FDEDEE;
        }

        .membership-card-status > span.member-badge-renewal {
            color: #FF8F00;
            background-color: #FFF1DF;
        }

.membership-category-list {
}

    .membership-category-list .rlbGroup {
        border: 0 !important;
    }

        .membership-category-list .rlbGroup .rlbList {
            display: flex;
            flex-wrap: wrap;
            height: auto;
        }

            .membership-category-list .rlbGroup .rlbList li > label,
            .custom-checkbox-black {
                position: relative;
            }

                .membership-category-list .rlbGroup .rlbList .rlbCheck,
                .custom-checkbox-black input[type="checkbox"] {
                    margin: 0;
                    opacity: 0;
                    position: absolute;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                }

                    .membership-category-list .rlbGroup .rlbList li > label span,
                    .custom-checkbox-black input[type="checkbox"] + label {
                        padding: 0 0 0 30px;
                    }

                        .membership-category-list .rlbGroup .rlbList li > label span:before,
                        .custom-checkbox-black label:before {
                            content: "";
                            display: block;
                            position: absolute;
                            background-color: #fff;
                            border: #aaa solid 1px;
                            border-radius: 2px;
                            width: 18px;
                            height: 18px;
                            top: 2px;
                            left: 0;
                            z-index: 0;
                        }

                        .membership-category-list .rlbGroup .rlbList li > label span:after,
                        .custom-checkbox-black label:after {
                            content: "";
                            display: block;
                            position: absolute;
                            left: 7px;
                            top: 4px;
                            width: 5px;
                            height: 12px;
                            border: solid white;
                            border-width: 0 2px 2px 0;
                            transform: rotate(45deg);
                            z-index: 0;
                            opacity: 0;
                        }

                    .membership-category-list .rlbGroup .rlbList li > label input:checked ~ span:before,
                    .custom-checkbox-black input[type="checkbox"]:checked + label:before {
                        background-color: #000;
                        border: #000 solid 1px;
                    }

                    .membership-category-list .rlbGroup .rlbList li > label input:checked ~ span:after,
                    .custom-checkbox-black input[type="checkbox"]:checked + label:after {
                        opacity: 1;
                    }

            .membership-category-list .rlbGroup .rlbList .rlbItem {
                flex: 50%;
                margin-bottom: 10px;
                padding: 0;
            }

                .membership-category-list .rlbGroup .rlbList .rlbItem.rlbHovered,
                .membership-category-list .rlbGroup .rlbList .rlbItem.rlbSelected,
                .membership-category-list .rlbGroup .rlbList .rlbItem.rlbActive {
                    border: none;
                    background: none;
                }

.membership-lounge-list {
}

    .membership-lounge-list .rlbGroup {
        border: 0 !important;
    }

        .membership-lounge-list .rlbGroup .rlbList {
            display: flex;
            flex-wrap: wrap;
        }

            .membership-lounge-list .rlbGroup .rlbList li {
                border: 0 !important;
                background: none !important;
                margin-right: 20px;
                padding: 0;
            }

                .membership-lounge-list .rlbGroup .rlbList li > label {
                    position: relative;
                }

    .membership-lounge-list .rlbDisabled {
        filter: alpha(opacity=100) !important;
        opacity: 1 !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 30px 0 0 !important;
    }

    .membership-lounge-list .rlbGroup .rlbList .rlbCheck {
        margin: 0;
        opacity: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: default;
    }

    .membership-lounge-list .rlbGroup .rlbList li > label span {
        padding: 14px 0 14px 60px;
        background-image: url(../../images/v2/l-lounge.png);
        background-repeat: no-repeat;
        background-size: 48px;
        background-position: left center;
        height: 48px;
        display: block;
        font-size: 14px;
        font-family: 'RobotoMedium' !important;
        color: #000 !important;
    }

/*.RadComboBox-membership-type {
}

.RadComboBox-membership-type table td.rcbInputCellLeft {
  padding: 12px 20px !important;
  box-shadow: none !important;
}

.RadComboBox-membership-type .rcbInput{
  font-family: 'RobotoMedium' !important;
  font-size: 16px !important;
  color: #000 !important;
}

.RadComboBox-membership-type table td.rcbArrowCell {
    border-left-width: 0 !important;
}

.RadComboBox-membership-type  .rcbArrowCell a {
    width: 42px !important;
}

.RadComboBox-membership-type .rcbHovered .rcbArrowCell,
.RadComboBox-membership-type .rcbFocused .rcbArrowCell {
    background-color:transparent !important;
  box-shadow: none !important;
}*/

.member-card-body {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    border: #e0e0e0 solid 1px;
    box-shadow: -2px 5px 4px -5px #c5c5c5;
}

.col-member-left .member-card-body .p-5 {
    padding: 1.5rem !important;
}

.col-member-left .member-card-body .pb-5 {
    padding-bottom: 1.5rem !important;
}

.col-member-left .member-card-body .px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.col-member-left .member-card-body .p-5.mx-n5.mb-n5.border-top {
    padding: 3rem 1.5rem 0 !important;
    margin: 0 -1.5rem !important;
}

.membership-tabs,
.RadTabStrip-membership-tabs ul {
    border-bottom: none;
    background-color: #EAEEF6;
    padding: 4px 4px 5px !important;
    border-radius: 5px;
    display: flex !important;
    float: none !important;
    overflow: visible !important;
}

.RadTabStrip-membership-tabs .rtsLevel1 {
    overflow: visible !important;
}

.membership-tabs > li,
.RadTabStrip-membership-tabs ul > li {
    float: none !important;
    margin-bottom: 0 !important;
    border: 0;
    overflow: visible !important;
}

    .membership-tabs > li > a,
    .RadTabStrip-membership-tabs ul > li > a {
        margin: 0;
        border: none;
        border-radius: 5px;
        color: #7C8798;
        padding: 14px 30px !important;
        font-size: 15px;
        overflow: visible !important;
        display: block;
        text-decoration: none;
        border: 0 !important;
    }

        .membership-tabs > li.active > a,
        .membership-tabs > li.active > a:hover,
        .membership-tabs > li.active > a:focus,
        .RadTabStrip-membership-tabs ul > li > a.rtsSelected,
        .RadTabStrip-membership-tabs ul > li > a.rtsSelected:hover,
        .RadTabStrip-membership-tabs ul > li > a.rtsSelected:focus {
            color: #000000;
            cursor: default;
            background-color: #fff;
            border: none;
            box-shadow: 0px 3px 7px -4px #959595;
        }

        .membership-tabs > li > a:hover,
        .RadTabStrip-membership-tabs ul > li > a:hover {
            border: none;
            background-color: transparent;
            color: #000000;
        }

    .RadTabStrip-membership-tabs ul > li span {
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'RobotoMedium' !important;
        font-weight: normal !important;
    }

.RadTabStrip-bottom-line-tabs ul,
.membership-bottom-line-tabs {
    border-bottom: none;
    background-color: transparent;
    padding: 0 !important;
    border-radius: 0;
    display: flex !important;
    float: none !important;
    overflow: visible !important;
    border-bottom: #ccc solid 3px;
}

.RadTabStrip-bottom-line-tabs .rtsLevel1 {
    overflow: visible !important;
}

.RadTabStrip-bottom-line-tabs ul > li,
.membership-bottom-line-tabs > li {
    float: none !important;
    margin-bottom: -3px !important;
    border: 0;
    overflow: visible !important;
}

    .RadTabStrip-bottom-line-tabs ul > li > a,
    .membership-bottom-line-tabs > li > a {
        margin: 0;
        border-width: 0 0 3px 0 !important;
        border-color: #ccc;
        border-style: solid;
        border-radius: 0;
        color: #7C8798;
        padding: 14px 30px !important;
        font-size: 15px;
        overflow: visible !important;
        background-color: transparent !important;
        display: block;
    }
        .membership-bottom-line-tabs > li > a:hover,
        .membership-bottom-line-tabs > li > a:focus,
        .membership-bottom-line-tabs > li > a:active {
            border-color: transparent !important;
            color: #000 !important;
        }

        .RadTabStrip-bottom-line-tabs ul > li > a.rtsSelected,
        .RadTabStrip-bottom-line-tabs ul > li > a.rtsSelected:hover,
        .RadTabStrip-bottom-line-tabs ul > li > a.rtsSelected:focus,
        .membership-bottom-line-tabs > li > a.active,
        .membership-bottom-line-tabs > li > a.active:hover,
        .membership-bottom-line-tabs > li > a.active:focus {
            color: #000 !important;
            cursor: default;
            background-color: transparent;
            border-color: #000 !important;
            border-width: 0 0 3px 0;
        }

    .RadTabStrip-bottom-line-tabs ul > li span {
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'RobotoMedium' !important;
        font-weight: normal !important;
    }

        .RadTabStrip-bottom-line-tabs ul > li span.span-notify-pending {
            background-color: #E2E2E2;
            font-size: 12px;
            font-weight: 500 !important;
            color: #000;
            padding: 2px 7px !important;
            text-align: center;
            line-height: 21px;
            border-radius: 4px;
            margin-left: 5px !important;
        }

@media (min-width: 768px) {
    .col-member-left {
        width: 420px;
    }

    .col-member-right {
        width: calc(100% - 420px);
    }
}

.member-profile {
    border-radius: 100%;
    background-color: #FFF;
    border: #96A3BB solid 1px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .member-profile > img {
        height: 78px;
        width: auto;
        max-width: initial;
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
    }

.no-data-section {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    background-image: url(../../images/v2/l-no-data.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    box-shadow: 0 0 7px -3px #c5c5c5;
    background-size: 150px auto;
    margin: 15px 2px;
    text-align: center;
    padding: 200px 0 50px !important;
    color: #333;
}

.span-notify-pending {
    background-color: #E99B13;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 1px 6px;
    text-align: center;
    line-height: 21px;
    border-radius: 4px;
}

.RadImageEditor-EditImage {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

    .RadImageEditor-EditImage .rieToolBar {
        display: flex;
        width: 100%;
        justify-content: space-between;
        height: auto !important;
    }

    .RadImageEditor-EditImage .rtbOuter {
        padding: 0 0px 15px !important;
        border-color: transparent !important;
        background-color: #fff !important;
    }

    .RadImageEditor-EditImage .rieStatusBar {
        display: none;
    }

    .RadImageEditor-EditImage .rieDraggableResizeBox {
        border-color: #ff06ef;
    }

        .RadImageEditor-EditImage .rieDraggableResizeBox .rrHandle {
            background: #ff06ef;
        }

    .RadImageEditor-EditImage .RadToolBar .rtbIconOnly span.rtbIcon {
        margin: 0 7px 0 0 !important;
    }

    .RadImageEditor-EditImage .RadToolBar .rtbIn {
        display: flex !important;
        align-items: center;
    }

    .RadImageEditor-EditImage .RadToolBar .rtbIconOnly .rtbText {
        display: block !important;
    }

.RadWindow-h-auto,
.RadWindow-h-auto .rwContent {
    height: auto !important;
}

.upcoming-events-list {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    border-left-width: 5px;
    border-left-color: #000;
    margin-top: 15px;
}

.cls-icon-notpaid,
.cls-icon-partial,
.cls-icon-paid,
.cls-icon-tentative,
.cls-icon-confirm {
    display: block;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.cls-icon-notpaid {
    background-image: url(../../images/v2/icon-notpaid.png)
}

.cls-icon-partial {
    background-image: url(../../images/v2/icon-partial.png)
}

.cls-icon-paid {
    background-image: url(../../images/v2/icon-paid.png)
}

.cls-icon-tentative {
    background-image: url(../../images/v2/icon-tentative.png)
}

.cls-icon-confirm {
    background-image: url(../../images/v2/icon-confirm.png)
}

.cls-icon-service,
.cls-icon-lounge,
.cls-icon-time,
.cls-icon-guest {
    display: block;
    padding-left: 20px;
    width: auto;
    height: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 14px;
}

#upcoming-scroll .cls-icon-service,
#upcoming-scroll .cls-icon-time {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55%;
}

.cls-icon-service {
    background-image: url(../../images/v2/icon-service.png)
}

.cls-icon-lounge {
    background-image: url(../../images/v2/icon-lounge.png)
}

.cls-icon-time {
    background-image: url(../../images/v2/icon-time.png)
}

.cls-icon-guest {
    background-image: url(../../images/v2/icon-guest.png)
}

.RadScheduler-Booking * {
    box-sizing: border-box !important;
}

.RadScheduler-Booking .rsIcon {
    font-family: "TelerikWebUI" !important;
}

.RadScheduler-Booking .rsAptContent {
    padding: 6px 12px;
    border-width: 1px;
    border-color: #337ab7;
    border-radius: 5px;
    color: #fff;
    background-color: #337ab7;
    left: 1px;
}

.RadScheduler-Booking .rsAptContent {
    border: 0px solid transparent !important;
    color: #000 !important;
    background-color: #fff !important;
    left: 0 !important;
    top: 0 !important;
    margin: 3px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    line-height: 22px !important;
    padding: 5px 10px !important;
    font-family: 'RobotoMedium' !important;
    box-shadow: 1px 1px 3px -1px #7c818c;
    position: relative;
}

.RadScheduler-Booking .rsMonthView .rsWrap {
    height: 24px !important;
}

.RadScheduler-Booking .rsMonthView .rsApt {
    height: 24px !important;
    position: relative;
}

.RadScheduler-Booking .rsMonthView .rsAptContent {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.RadScheduler-Booking .rsMonthView .cal-ls-03-02,
.RadScheduler-Booking .rsMonthView .rsAptDelete,
.RadScheduler-Booking .rsMonthView .rsArrowLeft,
.RadScheduler-Booking .rsMonthView .rsArrowRight {
    display: none !important;
}


.RadScheduler-Booking .rsAptContent .servicecolor {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
}

.RadScheduler-Booking .rsWeekView .rsApt {
    width: 86px !important;
}

.RadScheduler-Booking .rsWeekView .cal-ls-03-02,
.RadScheduler-Booking .rsWeekView .cal-ls-01,
.RadScheduler-Booking .rsWeekView .cal-ls-02 {
    display: none !important;
}

.RadScheduler-Booking .rsDayView .rsApt {
    width: 300px !important;
}

.RadScheduler-Booking .rsDayView .cal-ls-01 {
    display: none !important;
}

.RadScheduler-Booking table {
    background-color: #F5F7FB;
}

.RadScheduler-Booking .rsTopWrap,
.RadScheduler-Booking .rsContentWrapper,
.RadScheduler-Booking .rsMonthView .rsContentScrollArea,
.RadScheduler-Booking .rsContent > table,
.RadScheduler-Booking .rsContent.rsMonthView table.rsContentTable {
    height: 100% !important;
}

.RadScheduler-Booking .rsContentTable td {
    border-color: #DDD !important;
    color: #656b78 !important;
    font-family: 'RobotoMedium' !important;
    font-size: 12px !important;
    background-color: #F5F7FB;
    border-style: solid !important;
}

.RadScheduler-Booking .rsContentTable .rsOtherMonth,
.RadScheduler-Booking .rsContentTable .rsNonWorkHour,
.RadScheduler-Booking .rsContentTable .rsSunCol,
.RadScheduler-Booking .rsContentTable .rsSatCol {
    color: #C8D1E3 !important;
}

.RadScheduler-Booking .rsToolbar .rsButton {
    text-transform: capitalize;
}

.RadScheduler-Booking .rsHeader {
    padding: 0 !important;
    border-width: 0px !important;
    background-color: transparent !important;
}

.RadScheduler-Booking .rsContentTable td .rsDateBox {
    text-align: right;
}

    .RadScheduler-Booking .rsContentTable td .rsDateBox .rsDateHeader {
        padding: 4px 8px !important;
        text-decoration: none;
    }

.RadScheduler-Booking .rsContentTable td.rsTodayCell .rsDateBox .rsDateHeader {
    background-color: #cfd6e5;
    color: #152956;
    border-radius: 0 0 0 3px;
    font-family: 'RobotoMedium' !important;
}

.RadScheduler-Booking {
    height: calc(100vh - 91px) !important;
    background-color: transparent !important;
    border-width: 0px !important;
}

    .RadScheduler-Booking .rsHeader {
        margin-bottom: 15px;
        padding-left: 315px !important;
        display: flex;
        justify-content: end;
    }

    .RadScheduler-Booking .rsContent {
        border-color: #DDD !important;
        border-style: solid !important;
        border-width: 1px 0 0 1px !important;
        height: calc(100% - 50px);
    }

    .RadScheduler-Booking .rsHorizontalHeaderTable th {
        padding: 7px;
        background-color: #fff;
        color: #000;
        text-align: center;
    }

    .RadScheduler-Booking .rsHeader .rsCurrent {
        padding: 6px 12px;
        height: 34px;
        border: #ccc solid 1px;
        background-color: #fff;
        border-radius: 3px;
        margin-right: 15px;
    }

        .RadScheduler-Booking .rsHeader .rsCurrent:hover {
            border-color: #adadad;
            color: #333;
            background-color: #e6e6e6;
        }

    .RadScheduler-Booking .rsSelected > .rsButton,
    .RadScheduler-Booking .rsPressed > .rsButton,
    .RadScheduler-Booking .rsButton:active,
    .RadScheduler-Booking .rsButton.rsPressed {
        border-color: #000 !important;
        color: #fff !important;
        background-color: #000 !important;
        box-shadow: none !important;
    }

    .RadScheduler-Booking .rsMonthView .rsShowMore {
        text-decoration: none !important;
        color: #818181;
    }

.RadCalendar-Booking .rcMain .rcRow a,
.RadCalendar-Booking .rcMain .rcRow span {
    line-height: inherit !important;
}

.RadListBox-Booking .rlbGroup {
    border-width: 0px !important;
}

    .RadListBox-Booking .rlbGroup .rlbItem {
        border: none !important;
        padding: 4px 0 !important;
    }

.rad-close-icon {
    position: absolute;
    top: 14px;
    right: 30px;
}

    .rad-close-icon a {
        display: block;
        width: 30px !important;
        height: 30px !important;
        line-height: 28px !important;
        margin: 0 !important;
        background: #ccc !important;
        background-image: none;
        background-image: none !important;
        border-radius: 100% !important;
        position: relative !important;
        text-indent: 0 !important;
        color: #333 !important;
    }

        .rad-close-icon a:before {
            display: inline-block;
            font-family: 'Material Icons';
            content: "clear";
            font-size: 16px;
            border-radius: .14285714em;
            border-style: solid;
            border-width: 1px;
            border-color: transparent;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            text-align: center;
        }

/* Move Assets Toggle Switch */
.custom-checkbox-move-assets {
    position: relative;
}

    .custom-checkbox-move-assets input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        cursor: pointer;
    }

        .custom-checkbox-move-assets input + label {
            padding-right: 25px;
            background-image: url("../../images/v2/icon-move-assets.png");
            background-repeat: no-repeat;
            background-position: right center;
            opacity: 0.4;
            font-size: 13px;
            cursor: pointer;
        }

        .custom-checkbox-move-assets input:hover + label,
        .custom-checkbox-move-assets input:checked + label {
            opacity: 1;
        }

/* Toggle Switch*/

.toggle-switch {
    position: relative;
}

    .toggle-switch label {
        height: 1.5em;
        left: 0;
        background: #C0CCDA;
        -webkit-border-radius: 0.8em;
        border-radius: 0.8em;
        display: inline-block;
        position: relative;
        top: 0 !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 2.5em;
        cursor: pointer;
        background-image: none !important;
    }

        .toggle-switch label:before {
            display: block;
            content: '';
            height: 15px;
            position: absolute;
            width: 15px;
            background-color: #fff;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            left: 4px;
            top: 3px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .toggle-switch input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        cursor: pointer;
    }

        .toggle-switch input:checked + label {
            background-color: #47A847;
        }

            .toggle-switch input:checked + label:before {
                left: auto;
                right: 4px;
            }

/* Radio Tentative & Confirm */
.custom-radio-tc {
    overflow: hidden;
    margin: 0px -2%;
}

    .custom-radio-tc .RadButton_Bootstrap.rbToggleButton {
        display: block;
        width: 46%;
        float: left;
        margin: 0 2%;
    }

        .custom-radio-tc .RadButton_Bootstrap.rbToggleButton:first-child .rbPrimary {
            background-image: url(../../images/v2/icon-tentative.png) !important;
            background-repeat: no-repeat !important;
            background-size: 16px auto !important;
            background-position: 15px 11px !important;
        }

        .custom-radio-tc .RadButton_Bootstrap.rbToggleButton:last-child .rbPrimary {
            background-image: url(../../images/v2/icon-confirm.png) !important;
            background-repeat: no-repeat !important;
            background-size: 16px auto !important;
            background-position: 15px 11px !important;
        }

        .custom-radio-tc .RadButton_Bootstrap.rbToggleButton .rbPrimaryIcon {
            display: none;
        }

        .custom-radio-tc .RadButton_Bootstrap.rbToggleButton .rbPrimary {
            padding: 11px 5px 11px 40px;
            height: 40px;
            display: block;
            text-align: left;
            border: #ccc solid 1px;
            font-weight: 400;
            font-family: 'RobotoRegular' !important;
            min-width: 60px;
            background: #fff;
            border-radius: 4px 4px;
            color: #666;
        }

        .custom-radio-tc .RadButton_Bootstrap.rbToggleButton.rbHovered .rbPrimary {
            border-color: #adadad;
        }

        .custom-radio-tc .RadButton_Bootstrap.rbToggleButton .rbToggleRadioChecked + .rbPrimary {
            border-color: #000;
            background: #fff;
            color: #000;
            font-family: RobotoMedium !important;
        }


/* Radio Tentative & Confirm */
.custom-radio-lc {
    overflow: hidden;
    margin: 0px -2%;
    display: flex;
    justify-content: center;
}

    .custom-radio-lc .RadButton_Bootstrap.rbToggleButton {
        display: block;
        flex: 1 1 auto !important;
        float: none;
        margin: 0 2%;
    }

    .custom-radio-lc span[id$=RadTheNine] .rbPrimary {
        background-image: url(../../images/v2/the-9-lounge.png) !important;
        background-repeat: no-repeat !important;
        background-size: 110px auto !important;
        background-position: center !important;
    }

    .custom-radio-lc span[id$=RadCledor] .rbPrimary {
        background-image: url(../../images/v2/cledor-lounge.png) !important;
        background-repeat: no-repeat !important;
        background-size: 130px auto !important;
        background-position: center !important;
    }

    .custom-radio-lc .RadButton_Bootstrap.rbToggleButton .rbPrimaryIcon {
        display: none;
    }

    .custom-radio-lc .RadButton_Bootstrap.rbToggleButton .rbPrimary {
        padding: 100px 10px 50px 10px;
        height: 40px;
        display: block;
        text-align: center;
        border: #ccc solid 1px;
        font-weight: 400;
        font-family: 'RobotoMedium' !important;
        min-width: 60px;
        background: #fff;
        border-radius: 4px 4px;
        color: #000;
        text-indent: -99999px;
    }

    .custom-radio-lc .RadButton_Bootstrap.rbToggleButton.rbHovered .rbPrimary {
        border-color: #adadad;
    }

    .custom-radio-lc .RadButton_Bootstrap.rbToggleButton .rbToggleRadioChecked + .rbPrimary {
        border-color: #000;
        background: #fff;
        color: #000;
        font-family: RobotoMedium !important;
    }


/* RadDock_Custom */
.RadDock_Custom {
    border: 0px solid #ddd !important;
    border-radius: 15px !important;
    padding: 0px !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px 1px #bdbdbd !important;
    overflow: hidden;
}

    .RadDock_Custom .rdTable tr.rdTop td.rdLeft,
    .RadDock_Custom .rdTable tr.rdTop td.rdRight,
    .RadDock_Custom .rdTable .rdMiddle .rdLeft,
    .RadDock_Custom .rdTable .rdMiddle .rdRight,
    .RadDock_Custom .rdTable .rdBottom .rdLeft,
    .RadDock_Custom .rdTable .rdBottom .rdRight {
        display: none;
    }


    .RadDock_Custom .rdTable tr.rdTop td.rdCenter {
        height: auto !important;
        border-bottom: 0px solid #ddd !important;
        background-color: transparent !important;
    }

        .RadDock_Custom .rdTable tr.rdTop td.rdCenter .rdTitleBar {
            height: auto !important;
            border-bottom: 0px solid #ddd !important;
            background-color: transparent !important;
            padding: 10px 25px !important;
            width: auto !important;
            display: flex;
            justify-content: space-between;
            position: relative;
        }

            .RadDock_Custom .rdTable tr.rdTop td.rdCenter .rdTitleBar em {
                display: block;
                font-weight: normal !important;
                font-family: 'RobotoMedium' !important;
                font-size: 20px !important;
            }

    .RadDock_Custom .rdTable tr.rdMiddle td.rdCenter .rdContent {
        padding: 10px 25px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .RadDock_Custom .RadPicker {
        line-height: 10px !important;
    }

    .RadDock_Custom .rdCenter .rdCommands {
        width: auto !important;
        list-style: none !important;
        margin: -15px 0 0 !important;
        padding: 0 !important;
        position: absolute !important;
        top: 50% !important;
        right: 30px !important;
    }

    .RadDock_Custom .rdCommands li a {
        padding: 0 !important;
        border: 0 !important;
    }

        .RadDock_Custom .rdCommands li a:hover {
            background-color: transparent !important;
            border: 0 !important;
            padding: 0 !important;
            width: 30px !important;
            height: 30px !important;
            border-radius: 100% !important;
        }

    .RadDock_Custom td.rdCenter .rdCommands a span {
        width: 30px !important;
        height: 30px !important;
        line-height: 28px !important;
        margin: 0 !important;
        background: #ccc !important;
        background-image: none !important;
        border-radius: 100% !important;
        position: relative !important;
        text-indent: 0 !important;
        color: #333 !important;
    }

        .RadDock_Custom td.rdCenter .rdCommands a span.rdClose:before {
            display: inline-block;
            font-family: 'Material Icons';
            content: "clear";
            font-size: 16px;
            border-radius: .14285714em;
            border-style: solid;
            border-width: 1px;
            border-color: transparent;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            text-align: center;
        }

    .RadDock_Custom.RadDock_Sidebar[style*="display: none;"] {
        top: 0 !important;
        right: -750px !important;
        left: auto !important;
        height: 100vh !important;
    }

    .RadDock_Custom.RadDock_Sidebar {
        border-radius: 0 !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        position: fixed !important;
        height: 100vh !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media (max-width: 767px) {
    .RadDock_Custom {
        width: calc(100% - 30px) !important;
        left: 15px !important;
        right: 15px !important;
    }

        .RadDock_Custom .membership-card {
            position: static;
            min-width: auto;
            width: 100%;
            border-radius: 12px 12px;
            margin: 15px 0 0;
        }
}

/* RadWindow_Custom */
.RadWindow_Custom,
.RadWindow_Custom *,
.RadWindow_Custom .rwTitleBar * {
    box-sizing: border-box !important;
}

    .RadWindow_Custom .rwIcon {
        display: none !important;
    }

.RadWindow_Custom {
    border: 0px solid #ddd !important;
    border-radius: 15px !important;
    padding: 0px !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px 1px #bdbdbd !important;
    overflow: hidden;
    height: auto !important;
}

    .RadWindow_Custom .rwContent {
        height: auto !important;
        border: 0px solid #ddd !important;
        background-color: transparent !important;
        padding: 10px 25px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .RadWindow_Custom .rwTitleBar {
        height: auto !important;
        border-bottom: 0px solid #ddd !important;
        background-color: transparent !important;
        padding: 10px 25px !important;
        width: auto !important;
        display: flex;
        justify-content: space-between;
    }

    .RadWindow_Custom .rwTitleWrapper {
        padding: 0 !important;
        line-height: inherit !important;
        height: inherit !important;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .RadWindow_Custom .rwTitleWrapper .rwTitle {
            display: block !important;
            font-weight: normal !important;
            font-family: 'RobotoMedium' !important;
            font-size: 20px !important;
            padding: 0 !important;
            line-height: 38px !important;
            text-overflow: initial !important;
            width: auto !important;
        }

    .RadWindow_Custom .rwListItem .rwCommandButton {
        width: 30px !important;
        height: 30px !important;
        line-height: 12px !important;
        margin: 0 !important;
        background: #ccc !important;
        background-image: none !important;
        border-radius: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .RadWindow_Custom .rwCommands {
        width: auto !important;
        list-style: none !important;
        margin: -15px 0 0 !important;
        padding: 0 !important;
        position: absolute !important;
        top: 50% !important;
        right: 30px !important;
    }

    .RadWindow_Custom .alert-danger {
        background: #fff1f1;
        color: #ff3030;
        border-color: #ffe3e3;
    }

    .RadWindow_Custom.RadWindow_Sidebar[style*="display: none;"] {
        top: 0 !important;
        right: -900px !important;
        left: auto !important;
        height: 100vh !important;
    }

    .RadWindow_Custom.RadWindow_Sidebar {
        border-radius: 0 !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        position: fixed !important;
        height: 100vh !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media (max-width: 767px) {
    .RadWindow_Custom {
        width: calc(100% - 30px) !important;
        left: 15px !important;
        right: 15px !important;
    }

        .RadWindow_Custom .membership-card {
            position: static;
            min-width: auto;
            width: 100%;
            border-radius: 12px 12px;
            margin: 15px 0 0;
        }
}
