/* 2023 */
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Light.otf')
}
    
@font-face {
    font-family: Arial;
    src: url('../fonts/arial.ttf')
}

@font-face {
    font-family: "DejaVu Sans";
    src: url('../fonts/arial.ttf')
}


html, body {
    font-family: Montserrat, Regular, Arial;
    font-size: 14px;
    color: #656565;
    height: 100%;
    background-color: white;
    overflow:hidden;
}


.headerBar {
    width: 100%;
    height: 45px;
    position: fixed;
    background-color:white;
}

.lateralMenu {
    width: 240px;
    height: 100%;
    background-color: white;
    overflow-y:auto;
}

.bodyContainer {
    padding-top: 45px;
    height: 100%;
    display: flex;
    background-color: #F6F6F6;
}

.contentContainer {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.lastLogin {
    color: #A0A0A5;
    border: 0;
    background-color: white;
    height: 30px;
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    margin: 6px 0px 0px 0px;
    cursor: pointer;
}



.topUserButton {
    color: #A0A0A5;
    border: 0;
    background-color: white;
    height: 30px;
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    margin: 6px 0px 0px 0px;
    cursor: pointer;
}

.top-userData {
    padding-top: 5px;
    float: right;
    padding-right: 15px;
    color: white;
}

.top-Menu-Logo {
    padding: 2px;
    float: left;
    width: 240px;
    height: 45px;
}

.top-userEmail {
    text-align: right;
    width: 100%;
    font-size: 12px;
    color: #343A40;
}

.top-userOrg {
    text-align: right;
    width: 100%;
    font-size: 10px;
    color: #343A40;
}
.top-Menu {
    height: 49px !important;
}

.btnUnCollapsed {
    background-color: white;
    margin-top: 8px;
    border-radius: 20%;
    border: 0.5px solid #DFDFDF;
    padding: 1px 3px 1px 3px;
    color: #A0A0A5;
    width: 20px;
}

.btnCollapsed {
    background-color: white;
    margin-top: 8px;
    border-radius: 20%;
    border: 0.5px solid #DFDFDF;
    padding: 1px 3px 1px 3px;
    color: #A0A0A5;
    width: 20px;
}

.svgButtonLarge {
    width: 18px;
    height: 18px;
    fill: #0077B8;
    cursor: pointer;
}

.svgButtonExtraLarge {
    width: 28px;
    height: 28px;
    fill: #0077B8;
    cursor: pointer;
}

.topBarButtonDisabled {
    font-size: 12px !important;
    color: lightgray;
    border: 0.5px solid #DFDFDF;
    border-radius: .6rem;
    background-color: white;
    height: 30px;
    cursor: default !important;
    min-width: 27px;
}
    .topBarButtonDisabled:focus {
        outline: none;
    }

    .topBarButtonDisabled:active {
        color: lightgray;
    }

.topBarButtonSvg {
    width: 16px;
    height: 16px;
    fill: #0077B8;
    margin-left: 6px;
    margin-top: 6px;
}

.topBarButton {
    font-size: 12px !important;
    color: #0077B8;
    border: 0.5px solid #DFDFDF;
    border-radius: .6rem;
    background-color: white;
    height: 30px;
    min-width: 27px;
}

    .topBarButton:focus {
        outline: none;
    }

    .topBarButton:active {
        color: #0077B8;
    }

.topBar {
    width: 100%;
    background-color: transparent;
    height: 50px;
    margin-bottom: 25px;
    min-width: 500px;
}

.topBarTitle {
    float: left;
    margin: 10px 20px 0px 10px;
    font-size: 20px;
    color: #656565;
}

.tdpTopBar {
    width: 130px !important;
    padding-top: 5px;
}


.userMenu {
    position: fixed;
    top: 48px;
    right: 0px;
    background-color: #F3F3F3;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

    .userMenu button {
        border: 0px;
        background-color: transparent;
        font-size: 14px;
        padding: 4px 8px;
        color: #676767;
        width: 100%;
        text-align: left;
    }

        .userMenu button:focus {
            outline: none;
        }

        .userMenu button:hover {
            background-color: #B2B2B2;
        }

.userMenuHide {
    display: none;
}


.ggl-tooltip {
    border: 1px solid #E0E0E0;
    font-family: Arial, Helvetica;
    padding: 6px 6px 6px 6px;
    min-width: 200px;
    height: auto;
}

.dashboardChartTitle {
    font-weight: bold;
}

.dashboardChartValues {
    font-size: 11px !important;
    color: red !important;
}

.formPlain {
    background-color: white;
    padding: 10px;
    border-radius: 0.5rem;
}

.fontMini {
    font-size: 10px;
}


.ruleBoxRed {
    margin: 3px;
    border-radius: 0.5em;
    background-color: rgb(255, 240, 250);
    display: inline-block;
    padding: 4px 7px 4px 7px;
    color: rgb(173, 81, 92);
    font-weight: bold;
}

.ruleBoxBlue {
    margin: 3px;
    border-radius: 0.5em;
    background-color: rgb(224, 237, 249);
    display: inline-block;
    padding: 4px 7px 4px 7px;
    color: rgb(55, 98, 135);
    font-weight: bold;
}

.ruleBoxYellow {
    margin: 3px;
    border-radius: 0.5em;
    background-color: rgb(252, 240, 214);
    display: inline-block;
    padding: 4px 7px 4px 7px;
    color: rgb(217, 159, 109);
    font-weight: bold;
}

.ruleBoxGray {
    margin: 3px;
    border-radius: 0.5em;
    background-color: rgba(230, 230, 230);
    display: inline-block;
    padding: 4px 7px 4px 7px;
    color: rgba(110, 110, 110);
    font-weight: bold;
}


@media (max-width: 767.98px) {
    .hidesm {
        display: none;
    }
}

@media (min-width: 768px) {
    .app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (min-width: 1425px) {
    .searchTextToolBar {
        width: 400px;
    }
}

select {
    line-height: 1.2;
    border-radius: 0.5rem;
    height: 30px;
    border-color: rgba(0,0,0,0.08);
    color: #656565;
    background-color: white;
}

    select:focus {
        outline: none !important;
    }

    select option {
        background-color: white;
        border-color: rgba(0,0,0,0.08) !important;
        outline: none !important;
    }

    select > option:hover {
        box-shadow: 0 0 10px 100px #FED20F inset;
        transition: all .2s ease-in-out;
    }

button {
    white-space: nowrap;
    font: normal normal normal 13px Montserrat !important;
}

    button span {
        margin-right: 5px;
    }

    button:focus {
        outline: none;
    }

.select-dropdown {
        height: calc(1.5em + .75rem + 2px);
        width: 100%;
        border-radius: .25rem;
        border: 1px solid #ced4da;
        padding: .375rem .75rem;
        font-size: 1rem;
    }

input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
}

label {
    display: initial !important;
    margin: 0px !important;
    vertical-align: top;
}

.gridCopyIcon {
    cursor: pointer;
    margin-right: 4px;
    float: left;
    margin-top: 2px;
}

.gridTextClick {
    cursor: pointer;
    color: #197ce1;
    overflow-wrap: break-word;
}

.gridTextClickNoWrap {
    cursor: pointer;
    color: #197ce1;
}

.snOption {
    cursor: pointer !important;
}

.parentLoaderContainer {
    position: relative;
    height: calc(100% - 75px);
}

.parentLoaderContainerNoTop {
    position: relative;
    height: calc(100% - 130px);
}

.cursor_pointer {
    cursor: pointer;
}
/* --------------------------- ALERT  ---------------------------*/
.alertRedLedCircle {
    border-radius: 50%;
    background-color: red;
    animation: animationRedFader 4s infinite;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
}

@keyframes animationRedFader {
    0% {
        background-color: red;
    }

    25% {
        background-color: rgba(255, 0, 0, 0.2);
    }

    50% {
        background-color: rgba(255, 0, 0, 0.5);
    }

    75% {
        background-color: rgba(255, 0, 0, 0.7);
    }

    100% {
        background-color: red;
    }
}

/* --------------------------- ERROR PAGE  ---------------------------*/
.cardError {
    width: 500px;
    text-align: center;
    position: absolute !important;
    top: 30%;
    left: 40%;
}

.txtError {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.txtErrorMessage {
    margin-top: 20px;
    font-size: 20px;
    color: #c63f3f;
    font-weight: bold;
}

/* --------------------------- Tooltips  ---------------------------*/
.ruleTooltip {
    font-size: 12px !important;
    color: white !important;
    border: none !important;
    background-color: #009cdc !important;
}

    .ruleTooltip div {
        margin: 2px !important;
    }

.k-tooltip {
    border-radius: 2px;
    border-color: #aaaaaa;
    background-color: #dddddd;
    margin: 0;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    background-repeat: repeat-x;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    z-index: 12000;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.k-tooltip .k-callout {
    color: #aaaaaa;
}
/* --------------------------- validations  ---------------------------*/

.valid.modified:not([type=checkbox]) {
    outline: 2px solid #0077B8;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size: 11px;
}


/* --------------------------- Colors  ---------------------------*/

.greenColor {
    color: rgb(120, 210, 55);
}

.redColor {
    color: rgb(255, 99, 88);
}

.yellowColor {
    color: rgb(255, 210, 70);
}

.blueColor {
    color: rgb(40, 180, 200);
}

.grayColor {
    color: #343A40;
}

.lightgrayColor {
    color: #8F97AA;
}

/* ----------------- Dashboard --------------------------- */
.card {
    border: 0px !important;
    border-radius: 1rem !important;
}

.card-body {
    padding: 12px !important;
}

.colLink {
    cursor: pointer;
}

    .colLink :hover {
        border-color: rgb(40, 180, 200) !important;
    }

.ddlfilter {
    float: right;
    margin-right: 5px;
}

.card-highlight {
    font-size: 40px;
    font-weight: bold;
    text-align:center;
}

.cardSize-highlight {
    width: 100%;
    min-width: 200px;
    max-height: 250px;
}

.cardSize {
    width: 100%;
    min-width: 400px;
    max-height: 300px;
}

.chartrow {
    width: 99%;
    display: flex;
}


.span_permission {
    display: inline-block;
    margin-left:2px;
}

.span_permission_disable {
    display: inline-block;
    color: gray !important;
    margin-left: 2px;
}

/* ---------------------------winpopups----------------------------- */

.userMenu {
    width: 200px;
    position: fixed;
    top: 46px;
    left: auto;
    inset-inline-end: 0px;
    border-radius: 0px !important;
    transform: none;
    background-color:white;
}
    .userMenu .k-window-titlebar {
       display:none;
    }

.lateral-right-window {
    position: fixed;
    inset-inline-end: 0px;
    height: calc(100% - 46px);
    top: 46px;
    transform: none;
    left: auto;
    border-radius: 0px !important;
}

    .lateral-right-window .k-window-titlebar {
        background-color: white !important;
        color: black !important;
    }

    .lateral-right-window .footerButtons {
        position: absolute;
        bottom: 0;
        padding: 15px;
        width: calc(100% - 20px);
        text-align: right;
    }

    .lateral-right-window ~ .container-fluid {
        overflow: hidden;
    }

.k-window {
    border-radius: 16px;
}

.ConfirmPopup .k-window-titlebar {
    background: gold !important;
}

.ConfirmPopup {
    border: 2px solid gray !important;
}

.ErrorPopup {
    border: 2px solid gray !important;
}

    .ErrorPopup .k-window-titlebar {
        background: #ff6358 !important;
    }

.WinPopup {
    /*border: 2px solid gray !important;*/
    background-color: #FFFFFF; /*#F4F5F7;*/
}

.k-window-titlebar {
    border-radius: 15px 15px 0px 0px;
    padding: 8px 16px !important;
    border-width: 0 0 0px;
}

.k-window-title {
    line-height: inherit !important;
}
/* --------------------- TELERIK CONTROLS ----------------------------------- */
.k-tabstrip-content, .k-tabstrip > .k-content {
    border: none !important;
    padding-block: 0px !important;
}

.k-chart-overlay {
    background-color: inherit;
}

.k-menu-group .k-item:focus > .k-link, .k-menu-group .k-item.k-focus > .k-link, .k-menu.k-context-menu .k-item:focus > .k-link, .k-menu.k-context-menu .k-item.k-focus > .k-link {
    box-shadow: none;
}
.k-input-solid.k-valid {
    border: 1px solid #ced4da !important;
}

/*.k-picker-solid {
    border: 1px solid #ced4da !important;
}*/

.k-picker-solid.k-valid {
    border: 1px solid #ced4da !important;
}

.no-now-button .k-time-now {
    display: none;
}

.linkedChart  g[clip-path] g g g path {
    cursor: pointer;
}

.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-state-focused {
    box-shadow: none;
}
.k-treeview-leaf.k-selected {
    color: white;
    background-color: #0077B8 !important;
}
.k-treeview-lines {
    padding-inline-start: 0px;
}
.k-treeview-leaf:focus, .k-treeview-leaf.k-focus {
    box-shadow: none;
}
.k-treeview-leaf:hover, .k-treeview-leaf.k-hover {
    color: lightgray;
    background-color: inherit;
}

.k-picker {
    color: inherit;
    background-color: white;
    background-image: none;
}

.k-input-value-text {
    overflow: unset;
}

.k-treeview-lines {
    padding-inline-start: 10px;
}

.k-treeview-leaf {
    padding: 3px 2px !important;
}

.tts .k-tabstrip-items-wrapper .k-item.k-active {
    border-bottom: 3px solid #197ce1 !important;
}

.k-pager-numbers .k-state-selected {
    cursor: inherit;
    z-index: 0 !important;
}

.k-loader-primary {
    color: #0077B8 !important;
}

.k-treeview .k-in.k-state-selected {
    color: #ffffff !important;
    background-color: #0077B8 !important;
}


.gridNoBorders table td {
    border: 0 !important;
    border-bottom: .5px solid rgba(204,204,204,.8) !important;
}

.gridNoBorders table tr {
    border: 0 !important;
    border-bottom: .5px solid rgba(204,204,204,.8) !important;
}
.gridNoBorders table th {
    border: 0;
    border-bottom: .5px solid rgba(204,204,204,.8) !important;
    border-right: .5px solid rgba(204,204,204,.8) !important;
}

.k-grid tr.k-alt {
    background: none !important;
}

.k-grid tbody tr:hover, .k-grid tbody tr.k-state-hover {
    background-color: #ededed !important;
}

.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
    background-color: rgba(58,153,252,0.25) !important;
}

.k-grid {
    border: 0px !important;
    font-size: 12px !important;
}
.k-table-md {
    font-size: inherit !important; 
}

.gridSelectedRow {
    background-color: rgba(58,153,252,0.25) !important;
}

.gridNoSelectedRow {
    background-color: none !important;
}

.k-grid .k-table-thead {
    background-color: white !important;
    font-weight: bold !important;
    border-bottom: .5px solid rgba(204,204,204,.8) !important;
}

.k-grid-header {
    background-color: inherit;
}

.k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer, .k-grid-header-wrap {
    background-color: white !important;
    border: 0px !important;
}

.k-grid-toolbar {
    background-color: white !important;
}

.k-window-titlebar {
    background: #0077B8 !important;
    color: white;
}

.k-tabstrip > .k-content {
    height: 480px !important;
    overflow: hidden;
    border: none !important;
}

.k-tabstrip-top > .k-tabstrip-items {
    border-bottom-width: 1px;
}

.k-tabstrip-items .k-item {
    color: inherit !important;
    border: none !important;
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    border: none !important;
    border-bottom: 1px #2B6684 solid !important;
}

.k-treeview .k-item {
    padding: 2px !important;
}
.k-treeview .k-in.k-state-focused {
    box-shadow: none !important;
}

.k-menu-link {
    padding: 0px 12px !important;
    height: 51px;
}

.k-menu > .k-item {
    color: white !important;
    font-size: 17px;
}

    .k-menu > .k-item > .k-state-active {
        
        border: none !important;
    }


.k-menu:not(.k-context-menu) > .k-item:focus {
    box-shadow: none !important;
}

.k-pager-wrap {
    background-color: white !important;
    border-color: rgba(204,204,204,.8) !important;
}

.k-pager-numbers .k-selected {
    color: cornflowerblue !important;
    background-color: rgba(100, 149, 237, 0.2) !important;
    z-index: 0;
}

.k-pager-numbers .k-button-flat-primary {
    color: cornflowerblue !important;
    z-index: 0;
}

.k-column-list-item {
    display:block !important;
}

/* --------------------- scrollbar not compatibility with IE  ----------------------------------- */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFFFFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 10px;
    }

/* Only FireFox */
html {
    scrollbar-color: #888 #FFFFFF;
}

/* -------------------------- DropDown List  -------------------------- */

.k-numerictextbox {
    height: 34px;
}

.k-dropdown.k-state-invalid > .k-dropdown-wrap, .k-state-invalid.k-dropdowntree > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-touched > .k-dropdown-wrap, .ng-invalid.ng-touched.k-dropdowntree > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-dirty > .k-dropdown-wrap, .ng-invalid.ng-dirty.k-dropdowntree > .k-dropdown-wrap {
    border-color: red;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: #ced4da;
}


.k-dropdown {
    width: 100% !important;
}

    .k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
        background-color: white;
        background-image: linear-gradient(white, white);
    }

.k-dropdownlist {
    height: 34px;
}


.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected {
    background-color: #0077B8 !important;
}

.k-dropdown .k-dropdown-wrap.k-state-focused {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/* -------------------------- Button DropDown List  -------------------------- */
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #C8CACC;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ededed !important
}

.dropdown-item {
    padding: 0.5rem 1rem !important;
}
/* -------------------------- switch -------------------------------*/

.k-switch-on .k-switch-track {
    border-color: #0077B8 !important;
    color: var(--kendo-color-on-primary, #ffffff);
    background-color: #0077B8 !important;
}
.k-switch-on:focus
.k-switch-track, .k-switch-on.k-focus {
    outline: none !important;
}
/* -------------------------- Restile -------------------------------*/
.col-form-label {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.row {
    margin-right: 0px !important;
}

.alert {
    padding: .2rem !important;
}

.btn {
    min-width: 72px;
}

.btn-winpopup {
    height: 38px !important;
}

.btn-sm {
    min-width: 50px !important;
    font-size: 11px !important;
}

.btn-grid {
    margin-left:3px;
}


.btn-clear,
.btn-cancel {
    color: #0077B8;
    background-color: white;
    height: 38px;
    border: none;
    font: normal normal normal 14px Montserrat !important;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    width: 100px;
}

    .btn-clear:focus,
    .btn-cancel:focus {
        outline: none;
    }

    .btn-clear:hover,
    .btn-cancel:hover {
        color: #235670;
    }

    .btn-clear:focus,
    .btn-cancel:focus {
        box-shadow: 0 0 0 0;
    }


.btn-back {
    font: normal normal normal 14px Montserrat !important;
    color: #0077B8;
    background-color: white;
    border: 1px solid #0077B8;
    height: 38px;
    border-radius: 5px;
    opacity: 1;
    text-transform: uppercase;
    width: auto;
    min-width: 100px;
}

    .btn-back:focus {
        outline: none;
    }

    .btn-back:hover {
        color: #014B88;
        background-color: #CFD8E3;
        /*border: none;*/
    outline: none;
}

    .btn-back:focus {
        box-shadow: 0 0 0 0;
    }

.btn-back-disabled {
    color: gray;
    border: 1px solid gray;
    background-color: white;
    height: 38px;
    font: normal normal normal 14px Montserrat !important;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    width: auto;
    min-width: 100px;
}

    .btn-back-disabled:focus {
        outline: none;
    }

    .btn-back-disabled:hover {
        color: gray;
        border: 1px solid gray;
        background-color: white;
    }

    .btn-back-disabled:focus {
        box-shadow: 0 0 0 0;
    }

.btn-next {
    font: normal normal normal 14px Montserrat !important;
    color: white;
    background-color: #0077B8;
    border: 1px solid #0077B8;
    /*border: none;*/
    height: 38px;
    border-radius: 5px;
    opacity: 1;
    text-transform: uppercase;
    width: auto;
    min-width: 100px;
}

    .btn-next:focus {
        outline: none;
    }

    .btn-next:hover {
        color: #0077B8;
        background-color: #A0C5D9;
        /*border: none;*/
        outline: none;
    }

    .btn-next:focus {
        box-shadow: 0 0 0 0;
    }

    .btn-next.btn-sm {
        height: 23px;
        font-size: 11px !important;
    }

.btn-ok-secondary {
    font: normal normal normal 14px Montserrat !important;
    color: #0077B8;
    background-color: white;
    border: 2px solid #0077B8;
    height: 38px;
    border-radius: 5px;
    opacity: 1;
    text-transform: uppercase;
    width: 100px;
}

    .btn-ok-secondary:focus {
        outline: none;
    }

    .btn-ok-secondary:hover {
        color: white;
        background-color: #A0C5D9;
        border: none;
        outline: none;
    }


.btn-ok-primary {
    font: normal normal normal 14px Montserrat !important;
    color: white;
    background-color: #0077B8;
    height: 38px;
    border: none;
    border-radius: 5px;
    opacity: 1;
    text-transform: uppercase;
    min-width: 100px;
}

    .btn-ok-primary:focus {
        outline: none;
    }

    .btn-ok-primary:hover {
        color: #0077B8;
        background-color: #A0C5D9;
        outline: none;
    }


.btn-search {
    font: normal normal normal 14px Montserrat !important;
    color: white;
    background-color: #0077B8;
    border: 0px !important;
    height: 33px;
    border: none;
    border-radius: 5px;
    opacity: 1;
    text-transform: uppercase;
    width: 33px;
    min-width: 30px !important;
}

    .btn-search:focus {
        outline: none;
    }

    .btn-search:hover {
        color: white;
        background-color: #014B88;
        border: 0px;
        outline: none;
    }

    .btn-search:focus {
        box-shadow: 0 0 0 0;
    }

.k-radio {
    border-width: 4px;
    outline: 2px solid #0077B8;
}

.k-radio:checked, .k-radio.k-checked {
    border-color: #0077B8;
    color: #ffffff;
    border-width: 4px;
    background-color: #0077B8;
}

    .k-radio:checked:focus, .k-radio.k-checked.k-state-focus {
        border-color: #0077B8 !important;
        box-shadow: 0 0 0 2px rgb(0 119 88 / 30%) !important;
    }


.k-checkbox:checked:focus, .k-checkbox.k-checked.k-state-focus {
    border-color: #0077B8;
    box-shadow: 0 0 0 2px rgb(0 119 88 / 30%);
}

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: #0077B8 !important;
    color: #ffffff !important;
    background-color: #0077B8 !important;
}

.btn-circle.btn-xs {
    width: 25px;
    height: 25px;
    padding: 3px 0px;
    border-radius: 20px;
    font-size: 15px !important;
    text-align: center;
    min-width: 25px !important;
    color: #0077B8;
    border-color: #0077B8;
    cursor: pointer;
}

    .btn-circle.btn-xs:hover {
        color: #014B88;
        border-color: #014B88;
    }

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 18px !important;
    text-align: center;
    min-width: 30px !important;
    color: #0077B8;
    border-color: #0077B8;
    cursor:pointer;
}

    .btn-circle.btn-sm:hover {
        color: #014B88;
        border-color: #014B88;
    }


.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.btn-ml {
    margin-left:5px !important;
}

.k-input-inner {
    height:30px;
}
/*--------------------------------------------------------------------*/
.rex {
    background-color: #69B3F3;
}


.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    height: 100%;
}

.k-animation-container {
    z-index: 0;
}

.k-tabstrip-items-wrapper {
    z-index: 0;
}

.k-chart-tooltip-wrapper {
    z-index: 1;
}

#components-reconnect-modal {
    background-color: lightgray !important;
    z-index: 100000 !important;
}

/* Custom Wizard */

.ADWizardContent {
    height: auto;
    padding-top: 20px;
}

.ADWizardContent .k-radio-label {
    margin-left: 10px !important;
}

.ADWizardContent .k-radio-list .k-radio-item {
    padding-top: 15px;
}

.ADWizard .k-tabstrip-items .k-item.k-state-active, .k-tabstrip-items .k-item.k-state-selected {
    background-color: transparent !important;
    font-weight: bold;
}

.ADWizard .k-window-content {
    padding: 0px !important;
    overflow: hidden;
}

.ADWizard .ADTabWizard > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    width: 150px;
    padding-top: 30px;
    padding-left: 5px;
    background-color: rgba(0, 0, 0, 0.08) !important;
}

.ADWizard .k-tabstrip-items .k-state-disabled {
    opacity: 1 !important;
}

.ADWizard .k-tabstrip-items-wrapper {
    border-style: none;
}

.ADWizard .tts .k-tabstrip-items {
    background-color: white !important;
}

.ADWizard .tts {
    height: 100% !important;
}

.ADWizard .tts > .k-tabstrip-content {
    padding-top: 10px !important;
}

.ADWizard .k-tabstrip-left > .k-content, .k-tabstrip-left > .k-tabstrip-content {
    border-top-right-radius: 0px !important;
}

.ADWizard > .k-window-content {
    border-radius: 0px 0px 16px 16px !important;
}

.wizard-btn-container {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    width: 100%;
}

/* Custom Tooltip */

.custom-tooltip-template {
    padding: 0px;
    border-radius: 12px;
    color: gray;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    border: none;
}

/*  Widget */
.widget-box {
    border: 1px solid #f6f6f6 !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05) !important;
}