.padd-b-1p {
    padding-block: 1px !important;
}

.padd-b-2p {
    padding-block: 2px !important;
}

.padd-b-3p {
    padding-block: 3px !important;
}

.padd-b-4p {
    padding-block: 4px !important;
}

.padd-b-5p {
    padding-block: 5px !important;
}

.padd-b-6p {
    padding-block: 6px !important;
}

.padd-b-7p {
    padding-block: 7px !important;
}

.padd-b-8p {
    padding-block: 8px !important;
}


.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.width-48 {
    width: 48% !important;
}

.width-auto {
    width: auto !important;
}

.height-auto {
    height: auto !important;
}

.lh-half {
    line-height: .5 !important;
}

.lh1 {
    line-height: 1 !important;
}

.lh1-half {
    line-height: 1.5 !important;
}

.lh2 {
    line-height: 2 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}
/*Specific padding rules for PC / desktop*/
@media (min-width: 992px) {
    .no-md-padding {
        padding: 0 !important;
    }

    .no-md-padding-left {
        padding-left: 0 !important;
    }

    .no-md-padding-right {
        padding-right: 0 !important;
    }

    .no-md-padding-top {
        padding-top: 0 !important;
    }

    .no-md-padding-bottom {
        padding-bottom: 0 !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .no-sm-padding {
        padding: 0 !important;
    }

    .no-sm-padding-left {
        padding-left: 0 !important;
    }

    .no-sm-padding-right {
        padding-right: 0 !important;
    }

    .no-sm-padding-top {
        padding-top: 0 !important;
    }

    .no-sm-padding-bottom {
        padding-bottom: 0 !important;
    }
}

@media (max-width:767px) {
    .no-xs-padding {
        padding: 0 !important;
    }

    .no-xs-padding-left {
        padding-left: 0 !important;
    }

    .no-xs-padding-right {
        padding-right: 0 !important;
    }

    .no-xs-padding-top {
        padding-top: 0 !important;
    }

    .no-xs-padding-bottom {
        padding-bottom: 0 !important;
    }
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-border {
    border: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-right {
    border-right: 0 !important;
}

.underline {
    text-decoration: underline !important;
}

.no-underline {
    text-decoration: none !important;
}

.no-hover-underline:hover {
    text-decoration: none !important;
}

.no-shadow, .no-box-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.no-bg-color, .no-bg-color:hover, .no-bg-color:focus {
    background-color: transparent !important;
}

.bg-grey {
    background-color: #eee;
}

.investworks-table table tr.bg-grey td,
.investworks-table table tr.bg-grey:hover td {
    background-color: #f3f3f3;
}

.no-text-shadow {
    text-shadow: none !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-visible {
    overflow: visible !important;
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-top: 1px solid #e3e3e3;
    margin: 12px 0;
}

.hr-double {
    height: 3px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.hr.dotted, .hr-dotted {
    border-top-style: dotted;
}

.hr-double.dotted {
    border-bottom-style: dotted;
}

/**
    float classes
*/
@media (max-width:767px) {
    .pull-xs-left {
        float: left !important;
    }

    .pull-xs-right {
        float: left !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }
}

.nav-tabs > li > a > .badge {
    padding: 0 4px;
    line-height: 15px;
    opacity: .7;
}
/* Bottom Spaces */
.mbottom0 {
    margin-bottom: 0 !important;
}

.mbottom2 {
    margin-bottom: 2px !important;
}

.mbottom3 {
    margin-bottom: 3px !important;
}

.mbottom5 {
    margin-bottom: 5px !important;
}

.mbottom10 {
    margin-bottom: 10px !important;
}

.mbottom20 {
    margin-bottom: 20px !important;
}

.mbottom30 {
    margin-bottom: 30px !important;
}

.mbottom40 {
    margin-bottom: 40px !important;
}

.mbottom50 {
    margin-bottom: 50px !important;
}

.mbottom60 {
    margin-bottom: 60px !important;
}

.mbottom70 {
    margin-bottom: 70px !important;
}

.mbottom80 {
    margin-bottom: 80px !important;
}

.mbottom90 {
    margin-bottom: 90px !important;
}

.mbottom100 {
    margin-bottom: 100px !important;
}


/* Top Spaces */
.mtop0 {
    margin-top: 0 !important;
}

.mtop1 {
    margin-top: 1px !important;
}

.mtop2 {
    margin-top: 2px !important;
}

.mtop3 {
    margin-top: 3px !important;
}

.mtop4 {
    margin-top: 4px !important;
}

.mtop5 {
    margin-top: 5px !important;
}

.mtop6 {
    margin-top: 6px !important;
}

.mtop7 {
    margin-top: 7px !important;
}

.mtop8 {
    margin-top: 8px !important;
}

.mtop9 {
    margin-top: 9px !important;
}

.mtop10 {
    margin-top: 10px !important;
}

.mtop15 {
    margin-top: 15px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.mtop21 {
    margin-top: 21px !important;
}

.mtop25 {
    margin-top: 25px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.mtop40 {
    margin-top: 40px !important;
}

.mtop50 {
    margin-top: 50px !important;
}

.mtop60 {
    margin-top: 60px !important;
}

.mtop70 {
    margin-top: 70px !important;
}

.mtop80 {
    margin-top: 80px !important;
}

.mtop90 {
    margin-top: 90px !important;
}

.mtop100 {
    margin-top: 100px !important;
}

/* Left Spaces */
.mleft0 {
    margin-left: 0 !important;
}

.mleft5 {
    margin-left: 5px !important;
}

.mleft10 {
    margin-left: 10px !important;
}

.mleft15 {
    margin-left: 15px !important;
}

.mleft14 {
    margin-left: 14px !important;
}

.mleft20 {
    margin-left: 20px !important;
}

.mleft30 {
    margin-left: 30px !important;
}

.mleft40 {
    margin-left: 40px !important;
}

.mleft50 {
    margin-left: 50px !important;
}

.mleft60 {
    margin-left: 60px !important;
}

.mleft70 {
    margin-left: 70px !important;
}

.mleft80 {
    margin-left: 80px !important;
}

.mleft90 {
    margin-left: 90px !important;
}

.mleft100 {
    margin-left: 100px !important;
}

.mleft110 {
    margin-left: 110px !important;
}

.mleft120 {
    margin-left: 120px !important;
}
/* Right Spaces */
.mright0 {
    margin-right: 0 !important;
}

.mright5 {
    margin-right: 5px !important;
}

.mright6 {
    margin-right: 6px !important;
}

.mright10 {
    margin-right: 10px !important;
}

.mright20 {
    margin-right: 20px !important;
}

.mright30 {
    margin-right: 30px !important;
}

.mright40 {
    margin-right: 40px !important;
}

.mright50 {
    margin-right: 50px !important;
}

.mright60 {
    margin-right: 60px !important;
}

.mright70 {
    margin-right: 70px !important;
}

.mright80 {
    margin-right: 80px !important;
}

.mright90 {
    margin-right: 90px !important;
}

.mright100 {
    margin-right: 100px !important;
}

@media (max-width:767px) {
    .m-xs-top1 {
        margin-top: 1px;
    }

    .m-xs-top2 {
        margin-top: 2px;
    }

    .m-xs-top3 {
        margin-top: 3px;
    }

    .m-xs-top4 {
        margin-top: 4px;
    }

    .m-xs-top5 {
        margin-top: 5px;
    }

    .m-xs-left1 {
        margin-left: 1px;
    }

    .m-xs-left2 {
        margin-left: 2px;
    }

    .m-xs-left3 {
        margin-left: 3px;
    }

    .m-xs-left4 {
        margin-left: 4px;
    }

    .m-xs-left5 {
        margin-left: 5px;
    }

    .m-xs-right1 {
        margin-right: 1px;
    }

    .m-xs-right2 {
        margin-right: 2px;
    }

    .m-xs-right3 {
        margin-right: 3px;
    }

    .m-xs-right4 {
        margin-right: 4px;
    }

    .m-xs-right5 {
        margin-right: 5px;
    }

    .m-xs-bottom1 {
        margin-bottom: 1px;
    }

    .m-xs-bottom2 {
        margin-bottom: 2px;
    }

    .m-xs-bottom3 {
        margin-bottom: 3px;
    }

    .m-xs-bottom4 {
        margin-bottom: 4px;
    }

    .m-xs-bottom5 {
        margin-bottom: 5px;
    }
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline-block;
}

.inlineImp {
    display: inline-block !important;
}

.disp-block {
    display: block;
}

.baseMiddle {
    vertical-align: text-bottom;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

.valign-baseline {
    vertical-align: baseline !important;
}

.valign-top {
    vertical-align: top !important;
}

.valign-text-top {
    vertical-align: text-top !important;
}

.valign-text-bottom {
    vertical-align: text-bottom !important;
}

.valign-sub {
    vertical-align: sub !important;
}

.valign-super {
    vertical-align: super !important;
}

/*
   Optimizing bootstrap hidden property to fit for the IPAD - landscape
   Taken Breakpoint as 1050px; 
*/
@media (min-width:992px) and (max-width:1049px) {
    .hidden-sm-big {
        display: none !important;
    }

    .col-sm-big-12 {
        width: 100%;
    }
}

@media (max-width:360px) {
    .col-xs-mini-12 {
        width: 100%;
    }
}

small.text-muted {
    color: #e74c3c;
}

/**place children center*/
.place-children--center {
    display: grid;
    place-items: center;
}

/* mouse grab icon */
.grabbing {
    cursor: grabbing;
}

.relParent {
    position: relative;
}

    .relParent .abschild, .pos-absolute {
        position: absolute;
    }

/** floated-ctrls-wrap **/
.floated-ctrls-wrap {
    float: left;
}

    .floated-ctrls-wrap label {
        font-weight: 400;
        margin-bottom: 0;
        font-size: 11px;
    }

/**
    iw-profile-header with status indicators
*/
.iw-profile-header:before {
    background-color: transparent;
}

.iw-profile-header.no-status:before {
    background-color: var(--primary-color);
}

.iw-profile-header.su:before, .iw-profile-header.success:before, .iw-profile-header.green:before {
    background-color: #22b14c;
}

.iw-profile-header.er:before, .iw-profile-header.error:before, .iw-profile-header.red:before {
    background-color: #e53935;
}

.iw-profile-header.pa:before, .iw-profile-header.partial:before, .iw-profile-header.yellow:before {
    background-color: #ffeb3b;
}

.iw-profile-header.nm:before, .iw-profile-header.notmember:before, .iw-profile-header.white:before {
    background-color: transparent;
}

.iw-profile-header.ps .queue-loader, .iw-profile-header.pr .queue-loader, .iw-profile-header.pe .queue-loader, .iw-profile-header.pu .queue-loader {
    position: absolute;
    bottom: -1px;
    left: -1px;
    top: -1px;
    width: 3px;
    background-color: #ffeb3b;
    overflow: hidden;
    display: block;
}

    .iw-profile-header.ps .queue-loader:before, .iw-profile-header.pr .queue-loader:before, .iw-profile-header.pe .queue-loader:before, .iw-profile-header.pu .queue-loader::before {
        content: '';
        width: 3px;
        height: calc(100% + 6px);
        background-color: #ffeb3b;
        background-image: -o-repeating-linear-gradient(45deg,#e53935,#e53935 2px,#ffeb3b 0,#ffeb3b 4px);
        background-image: repeating-linear-gradient( 45deg,#e53935,#e53935 2px,#ffeb3b 0,#ffeb3b 4px);
        z-index: 2;
        -webkit-animation: sliderside .6s linear infinite;
        animation: sliderside .6s linear infinite;
        position: absolute;
    }

#runOverlay {
    background-color: rgba(255, 255, 255, 0.75);
    color: #333;
    position: absolute;
    display: none;
    top: -8px;
    left: -4px;
    right: -2px;
    bottom: -2px;
    text-align: center;
    z-index: 5;
}

    #runOverlay a {
        color: #bf0222;
    }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    #runOverlay {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background-color: rgba(255, 255, 255, 0.7);
    }
}

#runOverlay .run-action {
    padding: 5px;
    border-radius: 5px;
    color: #000;
    position: relative;
    top: 100px;
}

    #runOverlay .run-action h5 {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

#runResult {
    position: relative;
    min-height: 300px;
}

#runOverlay .run-action .fa-info-icon {
    font-size: 30px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.run-analyzer-btn {
    width: 132px;
    text-align: left;
}

.floated-ctrls-wrap.fullWidth {
    width: 100%;
}

.floated-ctrls-wrap .k-widget {
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .floated-ctrls-wrap {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .floated-ctrls-wrap + .floated-ctrls-wrap {
        padding-left: 8px;
    }
}

/**
    provided a class and styling to show overlay
    to cover the custom field to avoid interaction during controls disabling
*/
.mr-ctrl-toggle {
    position: relative;
}

    .mr-ctrl-toggle:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.5);
        z-index: 4;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

    .mr-ctrl-toggle.disabled:before {
        opacity: 1;
        visibility: visible;
    }


/*
    Vue js loader elements
*/
.vue-search-loader {
    position: relative;
    z-index: 1000; /* Ensure the spinner is above the overlay */
}

    .vue-search-loader .search-loader {
        margin: auto;
    }

    .vue-search-loader.centered {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000; /* Ensure it's on top of other elements */
    }

.vue-search-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 999; /* Ensure it covers everything else */
    display: flex;
    justify-content: center;
    align-items: center;
}

.vue-section-loader {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .vue-section-loader.mini {
        min-height: 200px;
    }

/**
    Button Inline loader
*/

.btn-loader {
    position: relative;
    overflow: hidden;
}

    .btn-loader:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: var(--bg-color);
        opacity: 0;
        visibility: hidden;
        /*-webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;*/
        z-index: 1;
    }

    .btn-loader:after {
        content: '\f110';
        font-family: FontAwesome;
        position: absolute;
        left: calc(50% - 7px);
        top: 130%;
        opacity: 0;
        width: 14px;
        height: 20px;
        margin-top: -10px;
        background-color: inherit;
        color: inherit;
        -webkit-animation: fa-spin infinite linear 2s;
        animation: fa-spin infinite linear 2s;
        /*-webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;*/
        font-size: 14px;
        z-index: 2;
    }

    .btn-loader.show-loader:before {
        opacity: 1;
        visibility: visible;
        /*-webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;*/
    }

    .btn-loader.show-loader:after {
        top: 50%;
        opacity: 1;
        /*-webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;*/
    }

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

/* Enter and leave animations can use different */
/* durations and timing functions.*/
.slide-fade-enter-active {
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.slide-fade-fast-enter-active {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.slide-fade-leave-active {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.slide-fade-fast-leave-active {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.slide-fade-enter, .slide-fade-leave-to {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.slide-fade-fast-enter, .slide-fade-fast-leave-to {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}

/* Enter and leave animations can use different */
/* durations and timing functions.*/
.slide-fade-delay-enter-active {
    transition: all .3s linear;
    transition-delay: .6s;
}

.slide-fade-delay-leave-active {
    transition: all .3s linear;
}

.slide-fade-delay-enter, .slide-fade-delay-leave-to
/* .slide-fade-delay-leave-active below version 2.1.8 */ {
    transform: translateY(-20px);
    opacity: 0;
}

.fade-myDd-enter-active {
    transition: all .2s linear;
    /*transition-delay : .25s;*/
}

.fade-myDd-leave-active {
    transition: all .2s linear;
}

.fade-myDd-enter, .fade-myDd-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
    /*transform: translateY(-5px);*/
    opacity: 0;
}

.slide-fade-reverse-enter-active {
    transition: all .4s ease-in;
}

.slide-fade-reverse-leave-active {
    transition: all .4s ease-out;
}

.slide-fade-reverse-enter, .slide-fade-reverse-leave-to {
    transform: translateY(40px);
    opacity: 0;
}

.slide-fRight-fade-enter-active {
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    transform: translateX(0);
    opacity: 1;
}

.slide-fRight-fade-leave-active {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.slide-fRight-fade-enter, .slide-fRight-fade-leave-to {
    transform: translateX(80px);
    opacity: 0;
}

/**
    Highlight box
*/
.highlight-box {
    padding: 8px 14px;
    background-color: hsl(0, 0%, 98.8%);
    margin-bottom: 5px;
    border: 1px solid rgba(244,244,244,0.2);
}


    .highlight-box.hb-sm {
        padding: 3px 8px;
    }

    .highlight-box .numWrap {
        border: 2px solid #b0b0b0;
        line-height: 1.4;
        display: inline-block;
        text-align: center;
        padding: 0 4px;
        border-radius: 3px !important;
        font-weight: 700;
    }

.depth-1 {
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
}


.depth-2 {
    box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
}

.im-count-block-wrap {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    font-weight: 400;
    margin-top: 8px;
}

    .im-count-block-wrap .numWrap {
        border: 2px solid #e3e3e3;
        border-radius: 5px !important;
        text-align: center;
        display: inline-block;
        padding: 0 11px;
        line-height: 1.4;
    }

    .im-count-block-wrap.text-center .count-cat {
        display: block;
    }

.field-variance {
    display: inline-block;
    line-height: 1.6;
    background-color: transparent;
    /*padding: 0 4px;*/
    margin: 2px 0 3px 0;
    /*font-size: 11px;*/
    border-radius: 3px !important;
    vertical-align: middle;
}

    .field-variance.isNegative {
        color: red;
    }

body:has([v-cloak]) {
    overflow: hidden;
}

[v-cloak] {
    position: relative;
    color: transparent;
    min-height: 340px;
    display: block;
    
}

    [v-cloak] * {
        display: none !important;
    }

    [v-cloak]::after {
        content: '';
        display: block;
        opacity: 1;
        color: #333;
        inset: 0;
        position: absolute;
        background-color: #fff;
        z-index: 1210;
    }

    [v-cloak]::before {
        content: "";
        opacity: 1;
        position: absolute;
        z-index: 1212;
        width: 64px;
        aspect-ratio: 1;
        height: auto;
        pointer-events: none;
        box-sizing: border-box;
        animation-name: iw-loader-anim;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
        border-radius: 50% !important;
        border-width: 2px;
        border-style: solid;
        border-color: var(--primary-color) var(--grey-shade-03) var(--grey-shade-03);
        display: block;
        margin: auto;
        inset: 0;
    }


@-webkit-keyframes iw-loader-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes iw-loader-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom-heading-with-control {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    padding: 12px 8px;
    margin: 20px 0 10px 0;
}

    .custom-heading-with-control .action-ctrl {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        background-color: #fff;
        z-index: 1;
        left: 6px;
        padding: 0 4px;
    }

        .custom-heading-with-control .action-ctrl .checkbox, .custom-heading-with-control .action-ctrl .radio {
            margin-top: 0;
            margin-bottom: 0 !important;
        }

/*#region multiselect-ui-wrapper */

.multiselect-ui-wrapper {
    width: 100%;
    padding: 3px 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
    /* height: 30px; */
}

    .multiselect-ui-wrapper.focused {
        border-color: var(--primary-color);
        box-shadow: inset 0 0 0 1px var(--primary-color);
    }

    .multiselect-ui-wrapper.disabled {
        opacity: .3;
        cursor: not-allowed;
    }

    .multiselect-ui-wrapper .selected-fields {
        overflow: hidden;
        position: relative;
        /* min-height: 22px; */
    }

        .multiselect-ui-wrapper .selected-fields .caret {
            position: absolute;
            right: 4px;
            bottom: 8px;
        }

        .multiselect-ui-wrapper .selected-fields .sel-list {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
        }

            .multiselect-ui-wrapper .selected-fields .sel-list li {
                float: left;
                height: 20px;
                margin-top: 1px;
                margin-bottom: 1px;
                background-color: #e9e9e9;
                padding: 2px 5px;
                font-size: 12px;
                line-height: 1.3;
                position: relative;
                color: #333;
                cursor: pointer;
            }

    .multiselect-ui-wrapper.disabled .selected-fields .sel-list li {
        cursor: not-allowed !important;
    }

    .multiselect-ui-wrapper .selected-fields .sel-list li:hover, .multiselect-ui-wrapper .selected-fields .sel-list li:focus {
        background-color: #2180b9;
        color: #fff;
    }

    .multiselect-ui-wrapper.disabled .selected-fields .sel-list li:hover,
    .multiselect-ui-wrapper.disabled .selected-fields .sel-list li:focus {
        background-color: #e9e9e9;
        color: #333;
    }

    .multiselect-ui-wrapper .selected-fields .sel-list li + li {
        margin-left: 1px;
    }

    .multiselect-ui-wrapper .selected-fields .sel-list li .range-wrap {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

    .multiselect-ui-wrapper .selected-fields .sel-list li:only-of-type .k-i-close {
        visibility: hidden;
    }

#DataEntryModel {
    width: auto;
}

.multiselect-ui-dropdown {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
    width: 540px;
    z-index: 12;
    max-width: calc(100dvw - 50px);
    /*display: none;*/
}

    .multiselect-ui-dropdown .multiselect-dd-wrap {
        position: relative;
        height: auto;
        width: 100%;
        border: 1px solid #ccc;
        background-color: #fff;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        white-space: nowrap;
        padding: 2px;
        box-shadow: rgba(0, 0, 0, 0.133) 0 3.2px 7.2px 0, rgba(0, 0, 0, 0.11) 0 0.6px 1.8px 0;
        overflow: auto;
    }

        .multiselect-ui-dropdown .multiselect-dd-wrap ul {
            margin-bottom: 0;
            padding-bottom: 0;
        }

.multiselect-dd-wrap ul li {
    padding: 3px 10px;
    background-color: #fafafa;
}

    .multiselect-dd-wrap ul li:before, .multiselect-dd-wrap ul li:after {
        content: "";
        display: table;
    }

    .multiselect-dd-wrap ul li:after {
        clear: both;
    }

    .multiselect-dd-wrap ul li:nth-of-type(even) {
        background-color: #fff;
    }

    .multiselect-dd-wrap ul li.header {
        background-color: #eee;
        line-height: 1.2;
        font-weight: 600;
    }

    .multiselect-dd-wrap ul li > span {
        width: 85px;
        float: left;
    }

        .multiselect-dd-wrap ul li > span + span {
            padding-left: 10px;
        }

        .multiselect-dd-wrap ul li > span.time-period-wrap {
            width: 200px;
            float: left;
        }

        .multiselect-dd-wrap ul li > span.from-wrap, .multiselect-dd-wrap ul li > span.to-wrap {
            width: 125px;
            float: left;
        }

.multiselect-dd-wrap button {
    padding: 4px 7px 4px 7px;
    font-size: 12px;
}

.multiselect-dd-wrap ul li > button {
    margin-left: 10px;
    float: left;
    padding: 2px 7px 1px 7px;
    font-size: 14px;
}

.multiselect-dd-wrap .multiselect-controls {
    padding: 7px 15px 5px 10px;
    margin-top: 6px;
    border-top: 1px solid #ccc;
}
/*#endregion */

/*#region New chart legend marker shapes */

.iw-legend-shape {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .iw-legend-shape.shape-plus:before {
        content: '';
        position: absolute;
        left: calc(50% - 1px);
        top: 0;
        width: 2px;
        border: 1px solid;
        height: 100%;
        z-index: 1;
    }

    .iw-legend-shape.shape-plus.stroke-1:before {
        left: 50%;
        width: 1px;
        border-left: 1px solid;
    }

    .iw-legend-shape.shape-plus:after,
    .iw-legend-shape.shape-line:before {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        height: 2px;
        border: 1px solid;
        width: 100%;
    }

    .iw-legend-shape.shape-plus.stroke-1:after,
    .iw-legend-shape.shape-line.stroke-1:before {
        top: 50%;
        height: 1px;
        border-top: 1px solid;
    }

    .iw-legend-shape.shape-circle-border {
        border-radius: 50% !important;
        border-width: 2px;
        border-style: solid;
    }

        .iw-legend-shape.shape-circle-border.stroke-1 {
            border-width: 1px;
        }

    .iw-legend-shape.shape-circle {
        border-radius: 50% !important;
    }

    .iw-legend-shape.shape-square-border {
        border-width: 2px;
        border-style: solid;
    }

        .iw-legend-shape.shape-square-border.stroke-1 {
            border-width: 1px;
        }

    .iw-legend-shape.shape-triangle, .iw-legend-shape.shape-triangle-border {
        border-style: solid;
        border-top-width: 0;
        border-right-color: transparent;
        border-left-color: transparent;
    }

        .iw-legend-shape.shape-triangle-border span {
            position: absolute;
            top: 2px;
            border-style: solid;
            border-left-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            border-bottom-color: #fff;
            border-top-width: 0;
        }

        .iw-legend-shape.shape-triangle-border.stroke-1 span {
            top: 1px;
        }

    .iw-legend-shape.shape-cross:before,
    .iw-legend-shape.shape-cross:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        left: calc(50% - 1px);
        top: 0;
        border: 1px solid;
    }

    .iw-legend-shape.shape-cross.stroke-1:before,
    .iw-legend-shape.shape-cross-stroke-1:after {
        width: 1px;
        left: calc(50%);
        top: 0;
        border-left: 1px solid;
    }

    .iw-legend-shape.shape-cross:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .iw-legend-shape.shape-cross:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/*#endregion */

.disabledDiv {
    position: relative;
    cursor: not-allowed;
}

    .disabledDiv:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 12;
    }

/*#region mi-info-toolbar */

.mi-info-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f2;
    height: 40px;
    margin: 5px 0;
    padding: 0 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    -webkit-box-shadow: 0 3px 7px -2px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px -2px rgba(0,0,0,0.3);
}

.mi-info-toolbar--name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mi-info-toolbar--controls {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    /*#endregion */
    .mi-info-toolbar--controls .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1.2;
        font-size: 14px;
        width: 36px;
        height: 40px;
    }

        .mi-info-toolbar--controls .btn + .btn {
            margin-left: 5px;
        }

        .mi-info-toolbar--controls .btn.effect-8 {
            padding: 0;
            background-color: #f2f2f2;
            position: relative;
            z-index: 1;
            border: none;
            /*transition: transform ease-out .4s;*/
            -webkit-transition: color linear .2s;
            -o-transition: color linear .2s;
            transition: color linear .2s;
        }

            .mi-info-toolbar--controls .btn.effect-8:before,
            .mi-info-toolbar--controls .btn.btn-loader.effect-8:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 0;
                background-color: transparent;
                -webkit-transition: all .2s linear;
                -o-transition: all .2s linear;
                transition: all .2s linear;
                opacity: 0;
            }

            .mi-info-toolbar--controls .btn.effect-8:hover,
            .mi-info-toolbar--controls .btn.effect-8:focus {
                color: #0088cc;
            }

            .mi-info-toolbar--controls .btn.effect-8[disabled]:hover,
            .mi-info-toolbar--controls .btn.effect-8[disabled]:focus {
                color: #333333;
            }

            .mi-info-toolbar--controls .btn.effect-8:hover:before,
            .mi-info-toolbar--controls .btn.effect-8:focus:before {
                height: 2px;
                background-color: currentColor;
                opacity: 1;
                visibility: visible;
            }

            .mi-info-toolbar--controls .btn.effect-8[disabled]:hover:before,
            .mi-info-toolbar--controls .btn.effect-8[disabled]:focus:before {
                height: 0;
                opacity: 0;
                visibility: hidden;
            }

            .mi-info-toolbar--controls .btn.effect-8.btn-loader:after {
                -webkit-animation: none;
                animation: none;
            }

            .mi-info-toolbar--controls .btn.effect-8.btn-loader.show-loader:before {
                background-color: inherit;
                height: auto;
                bottom: 0;
                z-index: 1;
                opacity: 1;
            }

            .mi-info-toolbar--controls .btn.effect-8.btn-loader.show-loader:after {
                content: '\f110';
                position: absolute;
                opacity: 1;
                width: auto;
                height: auto;
                left: auto;
                top: auto;
                bottom: auto;
                right: auto;
                margin: 0;
                -webkit-animation: fa-spin infinite linear 2s;
                animation: fa-spin infinite linear 2s;
            }

        .mi-info-toolbar--controls .btn .fa, .mi-info-toolbar--controls .btn .iw-icon {
            margin-right: 0;
        }

.name-control .dropdown {
    display: inline-flex;
}

    .name-control .dropdown .dropdown-toggle {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none !important;
        color: #333;
        padding: 2px 6px;
        height: auto;
        line-height: 1.6;
        background-color: transparent;
    }

        .name-control .dropdown .dropdown-toggle .caret {
            color: #0088cc;
            vertical-align: middle;
            /* font-size: 20px; */
            border-width: 7px 5px;
            border-bottom-width: 0;
            margin-left: 3px;
        }

/**
    new share status icon designs
*/

.view-access {
    color: #19754c !important;
}

.edit-access {
    color: #0088cc !important;
}

.mi-share-status {
    font-size: 14px;
    display: inline-flex;
    position: relative;
    /* line-height: 1; */
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

    .mi-share-status.shared-by-us {
        width: 22px;
        height: 16px;
        top: -1px;
    }

    .mi-share-status:before {
        content: "\f1e0";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: inherit;
    }

    .mi-share-status.shared-by-us:before {
        background-color: #18b924;
        color: #fff;
        padding: 2px 4px 3px 4px;
        font-size: 10px;
        border-radius: 3px !important;
    }

    .mi-share-status.shared-by-us.edit-access:before {
        background-color: #0088cc;
    }

    .mi-share-status.shared-by-us:after {
        content: "\f007";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #777;
        position: absolute;
        font-size: 9px;
        text-shadow: -2px 0 2px #fff,-1px 0 1px #fff, 0 -1px 1px #fff;
        bottom: 0;
        right: 0;
        width: 6px;
        text-align: center;
    }

    /**
    Shared Status icons in dropdown...
*/
    .mi-share-status.inverse {
        width: 21px;
        height: 21px;
        background-color: var(--primary-color);
        color: #fff !important;
        border: 2px solid #fff;
        border-radius: 20px !important;
        text-align: center;
    }

    .mi-share-status.shared-by-us.inverse {
        width: 25px;
        border-radius: 6px !important;
        height: 22px;
        top: 0;
    }

    .mi-share-status.inverse.view-access {
        background-color: #18b924;
    }

    .mi-share-status.inverse:before,
    .mi-share-status.inverse.shared-by-us:before {
        background-color: transparent;
        color: inherit;
        font-size: 9px;
        /* line-height: 0; */
    }

    .mi-share-status.inverse.shared-by-us:before {
        font-size: 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .mi-share-status.shared-by-us.inverse:after {
        font-size: 8px;
        color: #fff;
        text-shadow: -2px 0 1px var(--primary-color);
        bottom: 2px;
        right: 3px;
    }

    .mi-share-status.shared-by-us.view-access.inverse:after {
        text-shadow: -2px 0 1px #18b924;
    }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    25% {
        opacity: .5;
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
    }

    75% {
        opacity: .5;
        -webkit-transform: scale(1.375);
        transform: scale(1.375);
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
    }

    100% {
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .2;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    25% {
        opacity: .5;
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
    }

    75% {
        opacity: .5;
        -webkit-transform: scale(1.375);
        transform: scale(1.375);
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
    }

    100% {
        -webkit-box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        box-shadow: 0 0 8px 0 rgba(195, 195, 195, 0.13), 0 0 5px 5px rgba(255, 255, 255, 0.12), 0 0 8px 5px rgba(213, 213, 213, 0.29);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .2;
    }
}
/*#endregion */

/*#region mi-responsive-menu */

.mi-menu-wrap {
    position: relative;
}

.mi-responsive-menu-wrap {
    position: absolute;
    right: 0;
    bottom: 12px;
}

/*#endregion */
.vue-spinner {
    display: inline-block;
}

.disableControls {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1211;
    background-color: transparent;
    cursor: not-allowed;
}

.tab-controls--disabled-lvl1 .tab-v1 .nav,
.tab-controls--disabled-lvl2 .tab-v2 .nav,
.tab-controls--disabled-lvl3 .tab-v3 {
    opacity: .6;
}

/**Sortable dragging styles*/

.sortable-chosen {
    background-color: rgba(176,244,255,.32);
}

/*#region chart-customization-wrapper */

.chart-customization-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

    .chart-customization-wrapper .vue-section-loader {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 2;
    }

.btn.ccmtoggleControl {
    position: absolute;
    z-index: 1;
    right: 3px;
    top: 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50% !important;
    padding: 0;
}

.customizing-options .btn.ccmtoggleControl {
    position: absolute;
    left: -40px;
    top: -2px;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
}

.chart-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 343px);
    height: 100%;
}

.customizing-options {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 340px;
    overflow: visible;
    height: 100%;
    /*border-left: 3px solid #ddd;*/
    margin-left: 3px;
    background-color: #eee;
    padding-left: 0;
    position: relative;
    padding-top: 40px;
    border-bottom: 2px solid #ddd;
}

.cust-controls-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 5px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,.3);
    box-shadow: 0 2px 3px -1px rgba(0,0,0,.3);
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

    .cust-controls-wrapper h3 {
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 16px;
    }

    .cust-controls-wrapper .btn + .btn {
        margin: 0 0 0 5px;
    }

.cust-options-wrapper {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    height: 100%;
    overflow: auto;
    padding-top: 10px;
    position: relative;
}

.customizing-options.disabled-controls .cust-options-wrapper {
    position: relative;
}

    .customizing-options.disabled-controls .cust-options-wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1212;
        background-color: rgba(238,238,238,.41);
    }

.legend-opt-wrap {
    position: relative;
    overflow: visible;
}

    .legend-opt-wrap .legend--name {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 14px;
        padding: 2px 8px;
        line-height: 1.5;
        margin: 10px 0 5px 0px;
        position: relative;
        background-color: var(--primary-color);
        color: #fff;
        width: auto;
        z-index: 1;
    }

    .legend-opt-wrap label {
        margin-left: 8px;
        margin-bottom: 0;
        display: block;
        background-color: #ddd;
        padding: 5px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .legend-opt-wrap label .colorPicker {
            width: 20px;
            height: 20px;
            background-color: currentColor;
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
            position: relative;
        }

            .legend-opt-wrap label .colorPicker:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                box-shadow: inset 0 0 0 1px #fff;
                z-index: 1;
            }

            .legend-opt-wrap label .colorPicker.active:before {
                box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px currentColor, 0 0 0 3px #fff;
            }

        .legend-opt-wrap label + label {
            margin-top: 2px;
        }

        .legend-opt-wrap label .ccl-text {
            display: block;
        }

    .legend-opt-wrap .pcr-app[data-theme="classic"] {
        position: absolute;
        left: auto !important;
        top: auto !important;
        right: 30px;
        bottom: 4px;
        z-index: 11;
        width: 300px;
    }

.cust-options-wrapper .legend-opt-wrap:nth-of-type(2) .pcr-app[data-theme="classic"] {
    bottom: auto;
    top: calc(100% - 28px) !important;
}

.legend-opt-wrap .pcr-app .pcr-interaction input {
    letter-spacing: normal;
}

/*#endregion */

/*#region new-chart-with-table */
.chart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chart-space {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
}

.chart-par {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    position: relative;
    z-index: 1;
}

.tbl-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .tbl-header > span {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }


        .tbl-header > span:first-of-type {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            text-align: left;
            padding-left: 5px;
        }

.tbl-body .tbl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .tbl-body .tbl-row > span {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        border-bottom: 1px dotted #ccc;
    }

        .tbl-body .tbl-row > span:first-of-type {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            text-align: left;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            padding-left: 5px;
            white-space: nowrap;
        }

@media (min-width:768px) {
    .tbl-header > span,
    .tbl-body .tbl-row > span {
        text-align: center;
    }

    .table-wrap .dataField {
        text-align: right;
        /*width: 60px;*/
        display: inline-block;
        word-break: break-all;
    }
}

/*#endregion */

/*#region chart-to-pdf-styles */
.chart-with-table-wrap.ghost-wrap {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}
/*#endregion */

.k-chart-show-image-ghost {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -12;
    background-color: #fff;
}

.graph-feature-wrapper {
    position: relative;
    overflow: hidden;
}

    .graph-feature-wrapper .iconHolder {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.no-touch .graph-feature-wrapper .iconHolder {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.no-touch .graph-feature-wrapper:hover .iconHolder, .no-touch .graph-feature-wrapper:focus .iconHolder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.iconHolder .feature-status {
    background-color: rgba(0,0,0,0.32);
    color: #fff;
    padding: 5px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.iconHolder .btn.feature-btn {
    line-height: 1.4;
}

i.custom-expand {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.28571429em;
    text-align: center;
    position: relative;
    height: 13px;
    width: 12px;
    font-size: 14px;
}

    i.custom-expand:before {
        content: '\f065';
        position: absolute;
        left: 0px;
        top: 0;
    }

    i.custom-expand:after {
        content: '\f065';
        position: absolute;
        transform: scaleX(-1);
        transform-origin: center center;
        left: 0px;
        top: 0;
    }


/***
    New PDF wrapper and related styles
*/

.pdfBodyWrap {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -2; /* -2 */
    width: 720px;
    opacity: 0; /* 0 */
}

    .pdfBodyWrap ul, .pdfBodyWrap ol {
        padding-left: 20px;
    }

        .pdfBodyWrap ul, .pdfBodyWrap ul li,
        .pdfBodyWrap ol, .pdfBodyWrap ol li {
            list-style: unset !important;
        }

    .pdfBodyWrap h1, .pdfBodyWrap h2, .pdfBodyWrap h3, .pdfBodyWrap h4, .pdfBodyWrap h5, .pdfBodyWrap h6 {
        margin-block-start: 0;
    }

    .pdfBodyWrap p {
        margin-block: 10px;
    }

/**
    Chart columns align with table column
*/
table.alignedWithChart thead tr:last-of-type th.numHeader,
table.alignedWithChart td.num {
    text-align: center;
}

table.alignedWithChart .centereddataWrap {
    /*min-width: 35px;*/
    display: inline-block;
}

table.alignedWithChart td.num .centereddataWrap {
    text-align: right;
}

table.alignedWithChart td.num .iw-table-label-wrap.centereddataWrap {
    /*min-width: 52px;*/
}

/*#region checkbox-switch */

.checkbox.checkbox-switch > label {
    position: relative;
    padding-left: 40px;
}

.checkbox.checkbox-switch input[type='checkbox'] {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

    .checkbox.checkbox-switch input[type='checkbox'] + span {
        position: absolute;
        left: 0;
        top: 0px;
        width: 30px;
        height: 14px;
        background-color: #fff;
        box-shadow: inset 0 0 3px 1px hsla(0,0%,75%,.8);
        border-radius: 7px !important;
        /* border: 1px solid #aaa; */
        display: block;
    }

        .checkbox.checkbox-switch input[type='checkbox'] + span::before {
            content: '';
            position: absolute;
            left: -1px;
            top: -2px;
            width: 18px;
            height: 18px;
            background-color: #8d9aa0;
            border-radius: 100% !important;
            transition: all .4s linear;
        }

    .checkbox.checkbox-switch input[type='checkbox']:checked + span::before {
        transform: translateX(16px);
        background-color: #55e227;
    }

    .checkbox.checkbox-switch input[type='checkbox']:disabled + span, .checkbox.checkbox-switch label.disabled input[type='checkbox'] + span {
        opacity: .6;
    }


/*#endregion */


/**
    full content-page spinner
*/

.full-page-initial-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Group validation of grid/table row */

tr.group-validation-highlight .group-validation-start:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border: 2px solid red;
    border-right: none;
    top: 0;
    box-sizing: border-box;
}

tr.group-validation-highlight .group-validation-start ~ td:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    width: 100%;
    height: 100%;
    z-index: 0;
}

tr.group-validation-highlight .group-validation-end:before {
    border-right: 2px solid red;
}

tr.group-validation-highlight .group-validation-end ~ td:before {
    border: none;
    content: none;
}

