﻿/*------scroll bar---------------------*/
.icontoolscls {
    color: var(--GridHeaderlvl) !important;
    /* color: #ffffff !important;*/
    background-color: white !important;
    border: none !important;
    font-size: 18px;
    background-color: #ffffff !important;
    width: 35px;
    font-size: 19px;
    margin-left: -7px;
}

.k-grid-header .k-grid-filter.k-state-active {
    background-color: transparent !important;
}

.k-grid-content input {
    max-width: 104%
}

.k-grid-header th.k-header {
    vertical-align: middle;
    white-space: normal !important;
}

.tab-pane.k-grid.k-display-block.active {
    display: block;
    transition: 2s ease-in;
}

.tab-pane.k-grid.k-display-block {
    display: none;
    transition: 2s ease-in;
}

li.breadcrumb-item h5 {
    font-weight: 300;
    margin: 0;
    font-size: 15px;
}

li.breadcrumb-item {
    display: inline-flex;
    padding: 0px 2px;
    padding-left: 0px !important;
}

.k-command-cell {
    text-align: center !important;
}

.k-grid-content tr:last-child td {
    border-bottom-width: 1px
}

.arrowBox.breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    border: none;
    margin: 5px 0;
    margin-left: 80px;
}

.breadcrumb li {
    float: left;
    background: linear-gradient(45deg, #cbd0d0, #bdc0c1d9);
    margin: 2px 10px;
    border-radius: 5px;
}

    .breadcrumb li.active a {
        background: #40b0ff;
        color: #fff !important;
        font-weight: 600;
    }

    .breadcrumb li.visited a {
        background: hsl(153, 59%, 44%);
        font-weight: bold;
        color: #575858 !important;
    }

    .breadcrumb li.active a:after {
        border-left: 30px solid #ffc107;
    }

    .breadcrumb li.active a:after {
        border-left: none;
        /*content: '';*/
        position: absolute;
        top: 2px;
        right: -16px;
        width: 38px;
        height: 35px;
        transform: scale(0.707) rotate(45deg);
        z-index: 1;
        border-radius: 0 5px 0 50px;
        background: var(--breadcrumb-theme-2);
        transition: background 0.5s;
        box-shadow: 2px -2px 0 2px #2081c5;
        background: #40b0ff;
        border-top: none;
        border-bottom: none;
        margin-top: 0px;
        left: auto;
    }

    .breadcrumb li.visited a:after {
        box-shadow: 2px -2px 0 2px #229c65;
        border-left: 38px solid hsl(153, 59%, 44%);
    }

.breadcrumb completed a:hover {
    background: hsla(153, 57%, 51%, 1);
    color: #fff;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 15px 0 15px 106px;
    position: relative;
    display: block;
    float: left;
}

    .breadcrumb li a:after {
        /*content: '';*/
        position: absolute;
        top: 1px;
        right: -14px;
        width: 37px;
        height: 37px;
        transform: scale(0.707) rotate(45deg);
        z-index: 1;
        border-radius: 0 5px 0 50px;
        background: var(--breadcrumb-theme-2);
        transition: background 0.5s;
        box-shadow: 2px -2px 0 2px #4b9de0;
        background-color: #c7cacb;
    }

    .breadcrumb li a:before {
        /*content: " ";*/
        display: block;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 29px solid white;
        position: absolute;
        top: 96%;
        margin-top: -50px;
        margin-left: -1px;
        left: 100%;
        z-index: 1;
    }

.breadcrumb li:first-child a {
    padding-left: 25px;
}

.stage-tab.breadcrumb li a:hover {
    background: #0070cc;
    color: #fff
}

    .stage-tab.breadcrumb li a:hover:after {
        border-left-color: #216195 !important;
        background: #0070cc;
    }

.breadcrumb li.visited a:hover {
    background: hsla(153, 57%, 51%, 1);
}

    .breadcrumb li.visited a:hover:after {
        background: hsla(153, 57%, 51%, 1);
        border-left-color: #3bc989 !important;
    }

.breadcrumb.pagination li a:after {
    border-top: 20px solid transparent;
}

.breadcrumb.pagination li a:before {
    content: none
}

.breadcrumb.pagination:first-child a:before {
    /*content: " ";*/
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 60px solid transparent;
    /*border-left: 60px solid #ffffff00;*/
    position: absolute;
    /* top: 50%; */
    /* margin-top: -50px; */
    margin-left: 0px;
    left: 0px;
    z-index: 1;
}

.breadcrumb.pagination li:first-child a {
    padding-left: 20px;
}
/* ----------------------------------- */
.breadcrumb.pagination li a:after {
    /*content: " ";*/
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    /*border-left: 30px solid #49a23200;*/
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.pagination.breadcrumb li a {
    padding: 3px 18px 3px 37px;
}

.pagination.breadcrumb li {
    background: #939697
}

    .pagination.breadcrumb li:nth-child(2n+1) {
        background: #b0bec5;
    }

.breadcrumb.pagination li:nth-child(2n+1) a:after {
    background: #939697
}

.breadcrumb.pagination li:nth-child(2n+1) a:after {
    background: #939697
}

.stage-tab.breadcrumb li a {
    font-size: 14px;
    max-width: 227px;
    text-align: center;
    padding: 11px 24px 10px 9px;
    color: #575858;
    font-family: Arial;
    min-width: 133px;
    border-radius: 5px;
    /* width: 160px; */
    max-width: 330px;
}

.pagination.breadcrumb li.home:hover {
    background: green
}

.k-grid-header .k-header {
    text-transform: capitalize !important;
}

ul.breadcrumb1 {
    padding: 4px 16px;
    list-style: none;
    background-color: #eee;
}

    ul.breadcrumb1 li {
        display: inline;
        font-size: 13px;
        padding: 0px 4px;
    }

        ul.breadcrumb1 li + li:before {
            padding: 4px;
            color: var(--GridHeaderlvl) !important;
            content: "/\00a0";
        }

        ul.breadcrumb1 li a:hover {
            /*color: #222425;*/
        }

.breadcrumb1 {
    float: left;
    text-align: left;
    margin-bottom: 0px;
    margin-top: -2px;
}

.k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input {
    font-weight: bold;
}

.k-datepicker .k-picker-wrap .k-input {
    font-weight: bold;
}

.dropdownborder {
    align-content: center;
    padding: 0.75rem 1.5rem;
    border-bottom: #dee2e6 solid 1px;
    display: flex;
    border-top: #dee2e6 solid 1px;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 5px #dabebe;
    font-weight: 700;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em !important;
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: 3px !important;
}

.wrapper-dropdwn-1 {
    position: relative;
    width: 329px;
    padding: 10px;
    margin: 0 auto;
    /* background: #9dc7de; */
    color: black;
    outline: none;
    cursor: pointer;
    font-weight: bold;
}

.listborder1 {
    border: 1px solid #dacece;
    background-color: #fff;
    padding: 0px;
}

    .listborder1:hover {
        border: 1px solid #dacece;
        background-color: #f9f3f3;
        padding: 0px;
    }
/*end Layout Theme*/
.k-grid-toolbar a, .k-grid-toolbar button {
    float: right;
}

.homefnt {
    font-size: 16px;
    /*color: #f37022 !important;*/
}

.clr {
    color: #fff;
    font-size: 16px;
}

    .clr:active {
        color: #fff;
        font-size: 16px;
    }

    .clr:hover {
        color: #fff;
        font-size: 16px;
    }

.dropdownPosition {
    position: absolute;
    z-index: 1;
    top: 15px;
}

.hhh {
    height: 0px;
}

.weightageFC {
    display: inherit;
    border-left: 5px !important;
}

    .weightageFC .k-link {
        width: 200px
    }

.labelGraph {
    font-size: 17px;
    cursor: pointer;
    padding: 0px 15px;
}

.graphV.arrow {
    left: -8px;
    top: 42%;
    height: 2vmin;
    width: 2vmin;
    border-color: #229aa0;
}

.weightageSC {
    display: none
}

.stage-tab .breadcrumb li.active a:after {
    border-left: none;
    content: '';
    position: absolute;
    top: 2px;
    right: -10px;
    width: 26px;
    height: 26px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    border-radius: 0 5px 0 50px;
    background: var(--breadcrumb-theme-2);
    transition: background 0.5s;
    box-shadow: 2px -2px 0 2px #2081c5;
    background: #40b0ff;
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
    left: auto;
}

.breadcrumb li a:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -11px;
    width: 29.4px;
    height: 29.4px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    border-radius: 0 5px 0 50px;
    background: var(--breadcrumb-theme-2);
    transition: background 0.5s;
    box-shadow: 2px -2px 0 2px #4b9de0;
    background-color: #c7cacb;
}

.stage-tab.breadcrumb li a {
    padding: 4px 24px 4px 9px
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #ffffff;
    position: absolute;
    margin-top: -39px;
    margin-left: 5px;
    left: 106%;
    z-index: 1;
}

.breadcrumb li.active a:after {
    border-left: none;
    content: '';
    position: absolute;
    top: 2px;
    right: -10px;
    width: 26px;
    height: 26px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    border-radius: 0 5px 0 50px;
    background: var(--breadcrumb-theme-2);
    transition: background 0.5s;
    box-shadow: 2px -2px 0 2px #2081c5;
    background: #40b0ff;
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
    left: auto;
}

.stage-tab .arrow {
    border-color: #229aa0;
}

.graphV.arrow {
    left: -8px;
    top: 42%;
    height: 2vmin;
    width: 2vmin;
    border-color: #229aa0;
}

.inner-container {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    /* text-transform: uppercase;
    font-size: .6em;
    letter-spacing: .2em;*/
}

    .inner-container:first-child {
        background: #efe6e6;
        color: #6d6363;
        border: 1px solid #b3b2b2;
    }

    .inner-container.const-container:first-child {
        opacity: 0.9;
    }

    .inner-container.const-container:nth-child(2) {
        background: #135f8c;
        box-shadow: inset 0px -3px #ece747;
    }

    .inner-container:nth-child(2) {
        background: dodgerblue;
        color: white;
        clip-path: inset(0 50% 0 0);
        transition: .3s cubic-bezier(0,0,0,1);
    }

.Autotoggle1 {
    width: 50%;
    position: absolute;
    height: inherit;
    display: flex;
    box-sizing: border-box;
}

    .Autotoggle1 p {
        margin: auto;
        font-size: var(--GridFont);
        font-weight: bold;
    }

    .Autotoggle1:nth-child(1) {
        right: 0;
    }

    .Autotoggle1 a {
        color: #6d6363;
    }

.Autotoggle a {
    color: #6d6363;
    text-decoration: none;
    padding-top: 2px !important;
}

#container {
    width: 146px;
    height: 28px;
    position: relative;
    border-radius: 3px;
    /* overflow: hidden;*/
    user-select: none;
    cursor: pointer;
    /*box-shadow: 0 0 5px 4px #c3c5cc;*/
}

.tooltip-inner {
    font-size: 14px;
    padding: 10px 15px 10px 20px;
    background-color: rgba(24, 194, 13, 0.8);
    color: #fff;
    border: 1px solid #50e735;
    box-shadow: inset 7px -3px 8px #60ab53;
    font-weight: 500;
}

.tooltip-arrow {
    margin-left: -50px;
    margin-top: 10px;
    border-bottom-color: green;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    margin-left: -50px;
    margin-top: 10px;
    border-bottom-color: rgba(40, 162, 88, 0.8);
    /* Red */
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: rgba(40, 162, 88, 0.8);
}

.tooltip .arrow {
    border-color: transparent;
}

.stackEdit {
    font-size: 17px;
}

.spanFaStack {
    height: 20px;
    width: 17px;
}

.stackSlash {
    margin-top: -8px;
    font-size: 18px;
    margin-left: -2px;
    color: #f4f5f7;
    text-shadow: 0 0 2px #234e72;
}

.adminSaveBtn {
    color: #1d6ab7;
    padding: 5px 13px 0px 13px;
    background-color: #F1F1F1;
    height: 35px;
    margin-right: 1px;
}
/*Column setting modal*/
#ColumnSettingModal .k-button {
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background-color: var(--btnColor); /*#08a4ed*/
    background-image: linear-gradient(45deg, rgb(246 246 246 / 33%), rgb(0 0 0 / 15%)) /*linear-gradient(45deg, #407fec, transparent);*/;
    color: white;
    height: 27px;
}

#ColumnSettingModal .k-header.k-grid-toolbar {
    padding: 0 10px;
}

#ColumnSettingModal .form-control {
    height: 30px;
}

#ColumnSettingModal thead tr td {
    font-weight: 700;
    background: #6a9eff;
    color: #fff
}

#ColumnSettingModal thead tr td, #ColumnSettingModal tbody tr td {
    text-align: center;
    border: 1px solid #e4e2e2;
    padding: 3px 4px
}
/*Column setting modal end*/
.PreexecutionFELArrow.stage-tab.breadcrumb li a.marketingFelLIFAd {
    min-width: 330px
}
/*for m2 delte icon to remian aligned*/
.k-command-cell.text-right-delete-icon {
    text-align: right !important;
    padding-right: 22px;
}
/*Tooltip Css*/
.k-callout-n {
    margin-left: 0px !important;
    border-bottom-color: currentColor;
    top: -2px !important;
    left: 50%;
    pointer-events: none;
}

.k-tooltip {
    border-color: rgba(0,0,0,.75);
    color: #000 !important;
    background-color: #fff !important;
    width: max-content;
    padding: 5px 8px !important;
    /*width:200px !important;*/
    max-width: 450px !important;
    overflow:auto;
    max-height:90px;
    /*height:300px;
    text-overflow:inherit !important;
    overflow:hidden !important*/
}
    .k-tooltip::-webkit-scrollbar {
        width: 4px;
        height: 5px;
    }

.k-tooltip-content {
    /* overflow: inherit !important;*/
    text-overflow: inherit !important;
    word-break: break-word;
}

.k-callout-s {
    bottom: -2px !important;
}

.k-callout {
    width: auto !important;
}
/*Progressstatistics*/
.progress-left-arw {
    margin-top: 2%;
    font-size: 18px;
    margin-left: 5px;
}

    .progress-left-arw:hover {
        margin-left: 0px;
    }

.progress-right-arw {
    margin-top: 2%;
    font-size: 18px;
    margin-right: 5px;
}

    .progress-right-arw:hover {
        margin-right: 0px
    }

.pae-chart-img {
    height: auto;
    margin-top: 16%;
    text-align: center;
    width: 98%;
    border: 1px solid #d8d3d3;
    background: #fff;
}

.gridhead-border {
    border-bottom: 1px solid #d8d3d3;
    padding-bottom: 4px !important;
}
/*-----kendo prog stat - plng pkg -------------*/
.k-grid tr.k-alt td.ActualCol.text-right, .k-grid tr.k-alt td.ActualCol {
    background-color: #6af68c;
}

td.ActualCol.text-right, td.ActualCol {
    background-color: #7cff9c;
}

.wdth23 {
    width: 23%
}

.Internal {
    width: 228px;
    float: left;
    padding-left: 16px;
}

.pdlft16 {
    padding-left: 16px
}

input:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.clrw8 {
    float: left;
    color: #fff
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    /*border-color: rgb(118 118 118);*/
    color: #656565 !important;
    background-color: #fff !important;
    background-image: linear-gradient(#fff,#fff) !important;
}

.k-datepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-timepicker .k-picker-wrap {
    border-color: rgb(118 118 118);
    color: #656565 !important;
    background-color: #fff;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
/*----------------------------------------*/
.modal .modal-body .modalGrid {
    min-height: 40vh
}

    .modal .modal-body .modalGrid .k-grid-content.k-auto-scrollable {
        height: 50vh !important;
    }
/*-----------------TAB INDEX CSS-------------------------*/
.k-button:focus, .k-button:hover {
    text-decoration: none;
    outline: 0;
    border: 2px solid #274393 !important;
}

.k-checkbox:focus {
    border-color: var(--GridHeaderlvl) !important;
    box-shadow: 0 0 0 2px rgba(255,99,88,.3);
    border: 1px solid var(--GridHeaderlvl) !important;
}

#content .k-radio:focus {
    border-color: var(--GridHeaderlvl) !important;
    box-shadow: 0 0 0 2px rgba(255,99,88,.3);
    border: 1px solid var(--GridHeaderlvl) !important;
}

.k-radio:checked {
    border-color: var(--GridHeaderlvl) !important;
    color: var(--GridHeaderlvl);
    background-color: #fff;
}

.k-checkbox:checked {
    /* border-color: var(--GridHeaderlvl) !important; */
    background-color: var(--GridHeaderlvl) !important;
    color: #fff !important;
}

input[type="checkbox"]:focus {
    border-color: var(--GridHeaderlvl) !important;
    box-shadow: 0 0 0 2px var(--GridContent);
    border: 1px solid var(--GridHeaderlvl) !important;
}
/*for label navy bg*/
.labelStyle {
    font-weight: 600;
    background: var(--GridHeaderlvl);
    color: white;
    padding: 2px 16px;
    border-radius: 7px;
    box-shadow: 2px 1px 3px #9a9494;
    margin-bottom: 5px;
}

.text-warning {
    color: coral !important;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .25rem solid #ff7f50 !important;
}

.card-header-label {
    font-size: 17px;
    margin-bottom: 5px;
}

span.cardValueBox {
    background-color: #fcffff80;
    padding: 5px 15px;
    border: 1px solid #ecf3f2;
}
/* ------------------Insurance Page CSS-----------------------*/
.labeledButton {
    background: #0b5c8c;
    color: white;
    padding: 3px 16px;
    border-radius: 7px;
    box-shadow: 2px 1px 3px #9a9494;
    float: left;
    margin: 0px 5px 7px 1px;
}

.Gridtitle {
    background: #0b5c8c;
    color: white;
    padding: 4px 10px;
    border-radius: 7px;
    box-shadow: 2px 1px 3px #9a9494;
    float: left;
    margin: -29px 5px 14px 1px;
}

#content .k-datepicker.k-input.k-widget {
    width: auto !important
}

.form-control {
    height: calc(1.5em + .50rem + 2px);
}

input[type=file] {
    padding: 2px 0px 2px 2px !important;
    font-size: 15px;
    height: calc(1.5em + .60rem + 2px);
}
/*end scrollbar*/
/*Form Design css*/
.Gridheding {
    background-color: var(--GridHeaderlvl) !important;
    background: linear-gradient(45deg, #3998ff42, #3998ff42);
    color: white;
    padding: 2px 10px;
    border-radius: 7px;
    box-shadow: 2px 1px 3px #9a9494;
    float: left;
}

.Active_Hd {
    float: left;
    font-size: 20px;
    background: linear-gradient(to right, rgb(187 185 185) 0%, rgba(245,240,243,1) 59%, rgb(255 255 255) 100%);
    font-weight: 500;
    padding: 1px 4px;
    border-left: 5px solid #2e81a5;
    color: #1a6788;
    margin-top: 1%;
}
/*//start Horizontal Tab//*/
.k-dateinput, .k-datepicker, .k-datetimepicker, .k-timepicker {
    height: 32px
}

.k-dropdown, .k-dropdowntree {
    height: 32px;
}

.mgbtm1 {
    margin-bottom: 1%;
}

.tab-content {
    border: 1px solid #ccc;
    border-radius: 0px 0px 7px 7px;
    padding: 8px 14px 0px 14px;
    float: left;
    border-top: none;
    background-color: transparent;
    width: 100%;
    border-top: 1px solid #ccc;
}

.k-datepicker .k-picker-wrap.k-state-hover .k-select, .k-datepicker .k-picker-wrap:hover .k-select, .k-datetimepicker .k-picker-wrap.k-state-hover .k-select, .k-datetimepicker .k-picker-wrap:hover .k-select, .k-timepicker .k-picker-wrap.k-state-hover .k-select, .k-timepicker .k-picker-wrap:hover .k-select {
    border-color: rgba(0,0,0,.15);
    background-color: var(--GridHeaderlvl) !important;
    background: linear-gradient(45deg, #3998ff42, #3998ff42);
    color: var(--TextColorlvl) !important;
}

/*//end Horizontal Tab//*/
.bgpurchase {
    text-align: center;
    background-color: #d0e5ec;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 17px;
    color: #18516d;
    border-bottom: 2px solid #488ea9;
    border-top: 2px solid #488ea9;
}

.producttxt1 {
    font-size: 23px;
    font-weight: 700;
    padding-top: 1px;
    color: #5f5e5e;
    line-height: 34px;
    cursor: pointer;
}

.blue_clr {
    color: #007bff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    cursor: pointer;
}

    .blue_clr:hover {
        color: #007bff;
        font-size: 14px;
        text-decoration: underline;
        font-weight: 200;
        cursor: pointer;
    }

/*startHeightAdujstment*/
#ProductId {
    height: calc(100% - 12px) !important;
    overflow: auto;
}

#billngID {
    height: calc(100% - 12px) !important;
    overflow: auto;
}
/*EndHeightAdujstment*/
.wdth13 {
    width: 181px;
}

.displayheader {
    color: #455ea9 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 231px
}

.searcbxl {
    float: left;
    margin-top: 0.5%;
    margin-bottom: 0.4%;
}

.modalbx {
    width: 96%;
    max-width: 41%;
    top: 23%;
    margin: 1.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.GrpModalbx {
    width: 96%;
    max-width: 41%;
    top: 21%;
    margin: 1.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.pdlft {
    padding-left: 0px !important;
}

.mgbtm2 {
    margin-bottom: 2%;
}

.color_red {
    color: #dc3545 !important;
    font-weight: bold;
}

.k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input {
    padding: 4px 41px 4px 0px;
    width: 100%;
    min-width: 0;
    height: 30px;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    background: 0 0;
    font: inherit;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: initial;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-list .k-item, .k-list-optionlabel {
    white-space: nowrap !important;
}

    .k-list .k-item.k-state-hover, .k-list .k-item:hover, .k-list-optionlabel.k-state-hover, .k-list-optionlabel:hover {
        background-color: var(--GridContent) !important;
    }

.k-dateinput .k-dateinput-wrap .k-input, .k-dateinput .k-picker-wrap .k-input, .k-datepicker .k-dateinput-wrap .k-input, .k-datepicker .k-picker-wrap .k-input, .k-datetimepicker .k-dateinput-wrap .k-input, .k-datetimepicker .k-picker-wrap .k-input, .k-timepicker .k-dateinput-wrap .k-input, .k-timepicker .k-picker-wrap .k-input {
    padding: 4px 2px;
    width: 100%;
    height: calc(8px + 1.42857143em);
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    background: 0 0;
    font: inherit;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

button:focus-visible {
    border: 2px solid #00000099;
}

input:focus {
    outline: none !important;
}

.bgw8 {
    background-color: #fff;
}
/*starttooltipIcon*/
.clrred {
    color: red !important
}

.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: -14px;
    left: 120px;
}

.popover {
    display: none;
    background: #3f51b5;
    padding: 1em;
    border-radius: 4px;
    position: absolute;
    top: 4em;
    left: 10%;
    z-index: 1;
    width: 250px;
    color: #fff;
}

    .popover:before {
        content: "";
        position: absolute;
        left: 40%;
        top: -20px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #3f51b5;
    }

.active.popover {
    display: block
}
/*.active > a {
    background: #ff9800 !important;
}*/
/*endtooltipIcon*/
.cursor {
    cursor: pointer
}

.pdtp5B {
    padding-top: 3px
}

.k-datepicker .k-select, .k-datetimepicker .k-select, .k-timepicker .k-select {
    border-color: rgba(0,0,0,.08);
    background-color: var(--GridHeaderlvl) !important;
    color: var(--TextColorlvl) !important;
    background-image: none !important;
}

.modalbbx_User {
    width: 96%;
    max-width: 82%;
    top: 22%;
    margin: 1.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.Financial-fielset {
    border: 1px solid;
    border-radius: 11px;
    border-color: #dbdbdb;
    padding-bottom: 5px !important;
    transition: all ease 0.3s;
    padding-left: .5rem !important;
    height: auto;
    padding-right: .5rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
    margin-bottom: .25rem !important;
}

    .Financial-fielset legend {
        margin-left: 0px;
        margin-bottom: .3rem !important;
        width: auto;
    }

        .Financial-fielset legend a {
            font-size: 15px;
            background-color: var(--GridHeaderlvl) !important;
            background: linear-gradient(45deg, #3998ff42, #3998ff42);
            padding: 4px 20px;
            cursor: pointer;
            border-radius: 4px;
            font-weight: bold;
            color: #fff !important;
            padding-left: 5px;
        }



.set_up {
    font-size: 24px;
    color: #255680;
    font-weight: bold;
}

.bs_info {
    font-size: 16px;
    font-weight: 500;
    padding-top: 1%;
    float: left
}

.bs_info1 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 2%;
    float: left;
    padding-left: 3%;
}

.mtp1 {
    margin-top: 1%;
    float: left;
}

.mtp1lft {
    margin-top: 0.5%;
    float: left;
    margin-left: 0%;
}

.mtplft3 {
    margin-top: 1%;
    float: left;
    margin-left: 0%;
}

.radio_user {
    margin-right: 1%;
    width: 15px;
    height: 16px;
    float: left;
    margin-top: -2px
}

.radio_lbl {
    margin-top: -4px;
}

.pdlftr8 {
    padding-left: 0px;
    padding-right: 0px
}

.pd_lft5 {
    padding-left: 5px !important
}

.modal-body1 {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.pdlft_ic {
    padding-left: 0px;
    padding-right: 0px;
    float: left
}

.user_name {
    padding: 0% 0% 0% 0%;
    font-size: 23px;
    color: #09222e;
    float: left;
    font-weight: bold;
}

.user_email {
    padding-left: 0px;
    padding-right: 0px;
    float: left
}

.mgtp3_flt {
    float: left;
    margin-top: 1%;
}

.modalbxUser {
    width: 96%;
    max-width: 60%;
    top: 24%;
    margin: 1.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.modalbxUser2 {
    width: 96%;
    max-width: 66% !important;
    top: 24%;
    margin: 0.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.clsUser {
    margin: 1% 1% 0% 1%;
    background-color: #505354;
    opacity: inherit;
    color: #fff;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    float: right;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 46px;
    line-height: 1;
    padding: 3px 8px 8px;
}

.user_name1 {
    padding: 1% 0% 0% 0%;
    font-size: 24px;
    color: #09222e;
    float: left;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0.5rem !important;
}

.icon_clr {
    margin-right: 4%;
    color: #007bff;
    cursor: pointer
}

.pd_lft0 {
    padding-left: 0px;
    float: left;
}

.user_email1 {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    padding-top: 0.5%;
}
/*newtab*/
.nav-tabs1 {
    border-bottom: none;
    background-color: #fff;
    color: #000 !important;
    box-shadow: none;
}

    .nav-tabs1 li a {
        color: #fff !important
    }

    .nav-tabs1 .nav-item.show .nav-link, .nav-tabs1 .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #007bff !important;
        color: #000 !important;
        border-bottom: 4px solid #008de5;
        border-top: none;
        font-weight: bold;
    }

    .nav-tabs1 .nav-link:focus, .nav-tabs1 .nav-link:hover {
        color: #495057;
        background-color: #fff !important;
        border-color: #007bff !important;
        color: #2a3f54 !important;
    }

    .nav-tabs1 .nav-link {
        border: none;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #000 !important;
    }

.tab-content1 > .active {
    display: block;
}

.mgbtm1 {
    margin-bottom: 1%;
}

.tab-content1 {
    border: none;
    border-radius: 0px;
    padding: 21px 0px 11px 0px;
    float: left;
    /* height: 396px; */
    border-top: none;
    background-color: #fff;
    width: 100%;
}

.blue_txt1 {
    float: left;
    color: #0079db;
    font-size: 15px;
    padding: 0px 15px;
    text-align: left;
    cursor: pointer
}

.lbl_bold {
    color: #000;
    padding-bottom: 3px;
    /* cursor: pointer;*/
}

.mgtp1 {
    margin-top: 1%
}

.usertxt {
    float: left;
    font-size: var(--GridFont);
    padding-top: 1px;
    /*cursor: pointer*/
}

.pdlfftB {
    padding-left: 2px !important;
    float: left;
}

.modalbxUser1 {
    width: 96%;
    max-width: 51%;
    top: 24%;
    margin: 1.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.next_btn {
    margin-left: 1%;
    background-color: var(--GridHeaderlvl);
    color: #fff;
    border: none;
    padding: 4px 20px;
    font-size: 15px;
    border-radius: 2px
}

.next_btnn {
    margin-left: 11px;
    background-color: var(--GridHeaderlvl);
    color: #fff;
    border: none;
    padding: 4px 20px;
    font-size: 15px;
    border-radius: 2px
}

.Save_btn {
    margin-left: 0%;
    background-color: #2e81a5;
    color: #fff;
    border: none;
    margin-top: 4px;
    padding: 4px 20px;
    font-size: 15px;
    float: left
}

.GrpSave_btn {
    margin-left: 0%;
    background-color: var(--GridHeaderlvl);
    color: #fff;
    border: none;
    margin-top: 1%;
    padding: 4px 14px;
    font-size: 15px;
    float: right;
    border-radius: 2px
}
/*startSearchDropdown*/
.show {
    display: block
}
/*endSearchDropdown*/

/*startNewprogressbar*/
.card0 {
    background-color: #F5F5F5;
    border-radius: 8px;
    z-index: 0;
}

.card00 {
    z-index: 0
}

.card1 {
    margin-left: 43px;
    z-index: 0;
    margin-top: 6%;
    border-right: 1px solid #F5F5F5;
}

.card2 {
    display: none;
}

    .card2.showtab {
        display: block
    }

.pic {
    width: 230px;
    height: 110px
}

#progressbar {
    position: absolute;
    left: 9px;
    overflow: hidden;
    color: #E53935
}

    #progressbar li {
        list-style-type: none;
        font-size: 8px;
        font-weight: 400;
        margin-bottom: 36px;
    }
    /*#progressbar li:nth-child(3) {
            margin-bottom:88px
        }*/
    #progressbar .step0:before {
        content: "";
        color: #fff;
    }

    #progressbar li:before {
        width: 23px;
        height: 25px;
        line-height: 21px;
        display: block;
        font-size: 20px;
        background-color: #bdbdbd;
        border: 2px solid #bdbdbd;
        border-radius: 50%;
        margin: auto;
    }

    #progressbar li:after {
        content: '';
        width: 3px;
        height: 96px;
        background-color: #BDBDBD;
        position: absolute;
        left: 11px;
        top: 15px;
        z-index: -1;
    }

    #progressbar li:last-child:after {
        top: 200px;
        height: 68px;
    }

    #progressbar li:nth-child(4):after {
        top: 138px
    }

    #progressbar li:nth-child(3):after {
        top: 81px
    }

    #progressbar li:nth-child(2):after {
        top: 0px
    }

    #progressbar li:first-child:after {
        top: -79px;
        position: absolute;
    }

    #progressbar li.active:after {
        background: Green
    }

    #progressbar li.active:before {
        background: #fff;
        font-family: "Font Awesome 5 free";
        /*content: counter(listcounter);*/
        border: 5px solid green;
        font-size: 19px;
    }

.circledone {
}

    .circledone.active:before {
        background: green !important;
        font-family: "Font Awesome 5 free";
        content: "\f058" !important;
        border: 2px solid green !important;
        font-size: 19px;
    }

.tick {
    width: 100px;
    height: 100px
}

.prevtab {
    display: block;
    left: 40px;
    /* float: left; */
    margin-top: 4.2px;
    margin-left: 2.5%;
    cursor: pointer;
}

    .prevtab:hover {
        color: #D50000 !important
    }
/*endNewprogressbar*/
.licenses0 {
    padding-left: 0px !important;
    float: left
}

.AsignL {
    margin-top: 2%;
    float: left;
    margin-left: 0%;
    margin-bottom: 1%
}

.user_checkbox {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0.3%;
    width: 17px;
    height: 17px;
}

.check_txt {
    float: left;
    font-size: 16px;
}

.send_txt {
    margin-left: 35px;
    color: #716f6f;
}

.bs_info2 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 0%;
    float: left;
}

.wd100p {
    width: 100%
}

.bs_info3 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 1%;
    float: left;
}

.wd100f {
    width: 100%;
    float: left
}

.color_blue {
    color: #0079db;
    float: left;
    cursor: pointer
}

    .color_blue:hover {
        text-decoration: underline
    }

.Back_btn {
    margin-left: 1%;
    background-color: #6c757d;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 4px 20px;
    border-radius: 2px
}

.add_org {
    float: right;
    /* font-size: 25px; */
    margin-top: 7px;
    /* height: 26px; */
    margin-right: 4%;
}

.main_page {
    padding: 0%;
    border-radius: 4px;
    float: left;
}

.clrBlack {
    color: var(--ProductShade1) !important /*#24668c*/;
    font-size: 14px;
    font-weight: normal;
    padding-top: 3px;
    float: left;
    line-height: 15px;
    padding-left: 1px !important;
    padding-right: 1px !important;
    cursor: pointer;
}

/*startmorecontent*/
#moreContent {
    display: none;
}
/*#showlessIcon {
    display:none
}*/
/*endmorecontent*/

.Cancel_btn {
    margin-left: 0.5%;
    background-color: #6c6b6b;
    color: #fff;
    border: none;
    padding: 4px 20px;
    font-size: 15px;
    cursor: pointer
}

.Super_AdminLogo {
    color: #0079bf;
    margin-top: 1%;
    border-radius: 0px;
    height: 50px;
    cursor: pointer;
}

.Noti_bx {
    box-shadow: inset 0 0 15px 2px #b9b6af;
    margin: 0.5% 0%;
    padding: 0.5% 1%;
    float: left;
    border-radius: 4px;
}

.Receive_bill {
    float: left;
    font-size: 21px;
    font-weight: 500;
    padding-left: 0px
}

.Receine_txt {
    float: left;
    font-size: 15px;
    padding-top: 0px;
    padding-left: 0px;
}

.Receine_txt1 {
    float: left;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.pdlft2 {
    padding-left: 2px !important;
    float: left
}

.pdlft2Re {
    padding-left: 2px !important;
    float: left
}

.pdlft_2 {
    padding-left: 2px !important;
    float: left
}

.Noti_recipient {
    float: left;
    font-size: 21px;
    font-weight: 500;
    padding-top: 4px;
    padding-left: 0px;
}

.Backbtn {
    margin-left: 0.5%;
    background-color: #646667;
    color: #fff;
    border: none;
    padding: 4px 20px;
    font-size: 15px;
    cursor: pointer;
    float: right;
    margin-top: 12%;
}

    .Backbtn a:hover {
        text-decoration: none !important
    }

.mb12 {
    margin-bottom: 12px !important;
}

.UsersGridBtn {
    width: auto;
    padding: 0px 36px !important;
    background-image: linear-gradient(#24a942,#28b247) !important;
    background-color: #34c856 !important;
}

.gpdlft0 {
    padding-left: 0px;
    float: left
}

textarea:focus {
    outline: none !important
}

.choosefileG {
    border: 1px solid #a3a1a1;
    border-radius: 4px;
    font-size: 15px;
    padding: 3px 2px;
}

.GrpModalbx1 {
    width: 96%;
    max-width: 50%;
    top: 21%;
    margin: 1.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.modal-bodyG {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-bodyE {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.GRpCancel_btn {
    margin-left: 0.7%;
    background-color: #6c757d;
    color: #fff;
    border: none;
    padding: 4px 12px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 1%;
    float: right;
    border-radius: 2px
}

.GrpSave_btn1 {
    margin-left: 0%;
    background-color: #2e81a5;
    color: #fff;
    border: none;
    margin-top: 6px;
    padding: 4px 14px;
    font-size: 15px;
    float: right;
}

.emailId {
    padding-left: 2%;
    font-weight: normal;
}

.modalbbx_User1 {
    width: 96%;
    max-width: 40%;
    top: 18%;
    margin: 0.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.mgtp3Multi {
    float: left;
    margin-top: 5%;
}

.modal-bodyUser {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-bodyuse1 {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 0px;
}

#ProductLicences {
    /* float: left;*/
    /* height: 42vh;*/
    overflow: auto;
}

.form-control {
    height: 32px;
    font-size: 14px
}

.k-switch-off {
    width: 86px !important
}

.k-switch-on {
    width: 86px !important
}

.k-switch-label-off, .k-switch-label-on {
    text-transform: initial !important;
}

.k-switch-label-on {
    left: 4px;
    width: calc(100% + -3em + 5px);
}

.k-switch-on .k-switch-handle {
    left: calc(100% - 2em);
}

.k-switch-off .k-switch-container, .k-switch-off:hover .k-switch-container {
    color: #fff;
    background-color: #f34c3c;
    font-size: 12px !important;
}

.k-switch-on .k-switch-container, .k-switch-on:hover .k-switch-container {
    color: #fff !important;
    background-color: #24ab43 !important;
    font-size: 12px;
}

.k-switch-label-off {
    right: 2px;
    width: calc(100% + -3em + 9px);
}

.k-switch-handle {
    width: 22px !important;
    height: 22px !important;
}

.k-switch-container {
    width: auto;
}

.bs_infopswd {
    font-size: 16px;
    font-weight: 500;
    padding-top: 3%;
    float: left;
}

.usergmail {
    box-shadow: inset 0 0 15px 2px #b4b4b5;
    background-color: #d2cdcd;
    color: #383737;
    text-align: left;
    padding-left: 3%;
}

.modalbxResetUser2 {
    width: 96%;
    max-width: 47%;
    top: 24%;
    margin: 0.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.modal-bodyReset {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 6px 14px 0px;
}

.hgtmodel {
    height: 656px;
}

.hgtadduser {
    /* height: 566px;*/
    max-height: 566px;
}

.activeUser {
    padding: 5px 0px;
    cursor: pointer;
    height: 36px;
    margin-right: 0%;
}

    .activeUser:hover {
        cursor: pointer;
        border-bottom: 4px solid #0c3650;
        border-top: none;
        font-weight: bold;
        float: left;
        margin-top: 0%;
        padding: 5px 5px;
        height: 36px;
        background-color: #ccc;
        width: 30%;
        margin-right: 3%;
        border-radius: 22px;
    }

.logoIbx {
    float: left !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-top: 0px;
    cursor: pointer;
    margin: 0% 0.5%;
    padding: 14px 0px;
    border-radius: 4px;
    height: 86px;
    text-align: center;
    border: 1px solid #ccc;
}

    .logoIbx:hover {
        box-shadow: 0px 2px 7px 0px #9a9999;
    }

.OnOff_content {
    float: right;
}

    .OnOff_content .km-switch {
        width: 100px !important;
        height: 28px !important;
    }

    .OnOff_content .km-switch-handle {
        margin: 5px 0px 1px -3px !important;
    }

    .OnOff_content .km-switch-label-on {
        left: -446% !important;
    }

    .OnOff_content .km-switch-label-off {
        left: 169% !important;
    }

    .OnOff_content .km-switch-off .km-switch-handle {
        margin: 6px 0px 1px 1px !important;
    }

label {
    color: rgb(0,36,92) !important;
    padding-bottom: 3px;
    float: left;
    text-align: left !important
}

.km-switch {
    width: 86px !important;
    height: 24px !important;
    line-height: inherit !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    border-radius: 16px !important;
    font-size: 12px !important;
}

.km-content, .km-popover-root .km-content .km-widget, .km-widget {
    color: #2e2e2e !important;
    background: #fff !important;
}

.km-switch-wrapper {
    border-radius: 5px !important;
}

.km-switch-container {
    padding: 0px !important;
}

.km-switch-off .km-switch-handle {
    box-shadow: none !important;
}

.km-switch-handle {
    color: transparent !important;
    border-radius: 6em !important;
    width: 19px !important;
    height: 19px !important;
    border-width: 1px !important;
    border-style: solid !important;
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative !important;
    left: 0 !important;
    transition: left .2s ease-out 0s !important;
    top: -3px !important;
}

#ActiveGrid .km-state-disabled {
    opacity: 1 !important;
}

#manageProductsGrid .km-state-disabled {
    opacity: 1 !important;
}

.km-switch-handle {
    background: #f2f2f2 !important;
    margin: 0px 0px 1px 3px;
}

.k-switch-label-on .km-switch-container, .km-switch-on:hover .km-switch-container {
    color: #fff !important;
    background-color: #24ab43 !important;
    font-size: 12px !important;
    cursor: pointer !important
}

.km-switch-on .km-switch-container {
    color: #fff !important;
    background-color: #24ab43 !important;
    font-size: 12px !important;
    border-radius: 16px;
}

.km-switch-label-off .km-switch-container, .km-switch-off:hover .km-switch-container {
    color: #fff !important;
    background-color: #f34c3c !important;
    font-size: 12px !important;
    cursor: pointer !important
}

.km-switch-off .km-switch-container {
    color: #fff !important;
    background-color: #f34c3c !important;
    font-size: 12px !important;
}

.km-switch-label-off, .km-switch-label-on {
    font-size: 14px !important;
    top: -2px !important;
    text-transform: capitalize !important;
}

.km-switch-label-on {
    left: -294% !important;
}

.km-switch-label-off {
    left: 116% !important;
}
/*PgoldNewcss*/
label {
    color: var(--DashboardTextcolor);
    padding-bottom: 3px;
    float: left;
    font-weight: 500;
}

.cancelbtnBx {
    margin-top: 3%
}

.blue_txtUser {
    float: left;
    color: #007bff;
    font-size: var(--GridFont);
    text-align: left;
    padding: 0px 13px 3px 15px;
    cursor: pointer
}

    .blue_txtUser:hover {
        text-decoration: underline
    }

.user_checkbox1 {
    float: left;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 2%;
    width: 17px;
    height: 20px;
}

.hgt36 {
    height: 29px;
}

.hgt36Lic {
    height: 30px;
}

.hgDcad {
    background-color: #fff;
    height: 30px;
    width: 72%;
}

.hgIcgp {
    height: 30px;
    width: 71%;
}

.hg40pLic {
    height: 28px;
    width: 71%;
}

.bg_boxlic1 {
    background-color: #7b7d7d;
    float: left;
    height: 77px;
    padding: 1px 5px 0px 5px;
}

.hgtpro {
    height: 32px;
}

.hgDcad1 {
    background-color: #fff;
    height: 29px;
    width: 68%;
}

.hgIcgp1 {
    height: 32px;
    width: 64%;
}

.hgt33 {
    height: 28px;
}

.w100 {
    width: 100% !important
}

.logobxlic {
    float: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 17px;
    cursor: pointer;
    text-align: center;
}

.AssignCheckbx1 {
    padding-top: 15px;
    float: left;
    float: left;
    margin-left: 48%;
    margin-right: 1%;
    margin-top: 126%;
    width: 16px;
    height: 17px;
}

.hgt36_mn {
    height: 31px;
}

.bg_boxlicA {
    background-color: #7b7d7d;
    float: left;
    height: 92px;
    padding: 1px 5px 0px 5px;
}

.logobxlicA {
    float: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 29px;
    cursor: pointer;
    text-align: center;
}

.ABC_Content {
    text-decoration: underline;
    cursor: pointer;
    color: blue !important;
}

.hgtbasicUser {
    float: left;
    height: 69vh !important;
    overflow: auto;
    width: 100%
}

.pdlftri {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.MultiSave_btn1 {
    margin-left: 0%;
    background-color: var(--GridHeaderlvl);
    color: #fff;
    border: none;
    margin-top: 1%;
    padding: 4px 21px 4px 21px;
    font-size: 15px;
    float: right;
    margin-right: 1%;
    border-radius: 2px
}

.modalbbx_Contact {
    width: 96%;
    max-width: 40%;
    top: 26%;
    margin: 0.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.modal-bodycontact {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.ScrollContact {
    height: 400px;
    overflow: auto
}

.center {
    text-align: center
}

.next-button {
    margin-top: 3%;
    color: #fff;
    border-radius: 6px;
    cursor: pointer
}

    .next-button:hover {
        color: #fff;
    }

.Cancel_btnn {
    margin-left: 1%;
    background-color: #2e81a5;
    color: #fff;
    border: none;
    padding: 4px 20px;
    font-size: 15px;
    border-radius: 2px
}

.hgtbassignUser {
    float: left;
    /* height: 46vh !important;*/
    overflow: auto;
    width: 100%;
}

.hgtoptional {
    width: 100%;
    height: 68vh;
    float: left;
    overflow: auto;
}

.k-grid .k-grid-search {
    width: 15.7em;
    float: left !important;
    border-color: rgb(0 0 0 / 19%) !important;
}

.k-header.k-grid-toolbar {
    padding: 0px 2px !important;
}

.k-grid-toolbar {
    padding: 0px 8px;
}

.headertxt {
    color: #fff !important;
    text-align: center !important;
    width: 100%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em !important;
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    /* margin-top: 3px !important; */
}

.blueclr {
    color: #007bff !important;
    /* text-overflow: ellipsis;
    overflow: hidden;*/
    max-width: 100%;
    /*white-space: nowrap;*/
}

.k-grid .k-header .k-grid-search {
    width: 22.7em;
    float: right;
    display: -ms-flexbox;
    display: flex;
}

.orgName {
    padding: 0px 38px 0px 23px;
    font-size: var(--FontSizespan) !important;
    color: #07141f !important;
    margin-top: -4px;
    margin-right: -24px;
    border-bottom: 30px solid #ccc;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    line-height: 1.9;
     max-width: 784px;
    text-overflow: ellipsis;
  /*  overflow: hidden;*/
    white-space: nowrap;
}

.managorg {
    float: left;
    margin-top: 30%;
}

.OrgSave_btn {
    margin-left: 0%;
    background-color: var(--GridHeaderlvl);
    color: #fff;
    border: none;
    margin-top: 1%;
    padding: 4px 21px 4px 21px;
    font-size: 15px;
    float: right;
    margin-right: 1%;
    border-radius: 4px;
}

.k-pager-wrap {
    border-top: 1px solid #849de7 !important
}

.ghUser_txt {
    height: 68px;
    padding: 0px 0px 2px 0px;
    font-size: 20px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    margin: 0% 18%;
    box-shadow: 0 0 6px 0px #606366;
    width: 38%;
    /* width: 48%;*/
    text-align: center;
    float: left;
}

.labelPic {
    text-align: center !important;
    width: 100%;
    padding: 18px 0px;
    font-size: 24px;
    background-color: #41a7d4;
    box-shadow: inset 0 0 15px 2px #2e81a5;
    border-radius: 80%;
    color: #fff !important;
    cursor: pointer;
}

.imgPic {
    height: 100%;
    width: 100%;
    margin: 1px 0px;
    border-radius: 50%;
}

.brdgry {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1%;
    float: left
}

.blue_txt {
    float: left;
    color: #007bff;
    font-size: 15px;
    text-align: center;
    padding: 3px 0px;
    cursor: pointer;
    width: 72%;
}

    .blue_txt:hover {
        text-decoration: underline
    }

.mangedrop {
    margin-top: 3%;
}

.shadowlogo {
    height: 68px;
    padding: 0px;
    box-shadow: 0 0 3px 0px #8b8d8e;
    /*cursor: pointer*/
}

.OrgimgPic {
    height: 100%;
    width: 100%;
}

.orgSave_btnn {
    margin-left: 0%;
    background-color: var(--GridHeaderlvl);
    color: #fff;
    border: none;
    margin-top: 1%;
    padding: 4px 14px;
    font-size: 15px;
    float: right;
    border-radius: 2px;
}

.Orgblue_txt {
    float: left;
    color: #0079db;
    font-size: 15px;
    text-align: center;
    padding: 3px 0px;
    cursor: pointer
}

    .Orgblue_txt:hover {
        text-decoration: underline
    }

.logoutbx {
    height: 46px;
    font-size: 20px;
    margin-top: 19%;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    /* box-shadow: 0 0 10px 0px #606366;*/
    text-align: center;
    float: left;
    width: 100%
}

.logoutLogo {
    height: 46px;
    font-size: 20px;
    margin-top: 0px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: left;
}

.wdthadjust {
    width: 76px;
    margin-right: -17px !IMPORTANT;
    height: 20px;
    margin-top: 1px;
}

.lgtadjust {
    margin-top: 0% !important;
    height: 42px;
}

.toptxt {
    line-height: 49px;
    float: left;
}

.topLogout1 {
    margin-top: 17px;
    right: 1% !important;
}

.LogoimgPic {
    height: 44px;
    width: 46px;
    margin-top: 12px;
    box-shadow: 0 0 10px 0px #606366;
    border-radius: 4px;
    margin-right: 8px;
    margin-left: -12px;
    transition: transform .2s;
}

    .LogoimgPic:hover {
        transform: scale(1.1);
    }

.logotop {
    margin-top: -38%;
}

.topLogout {
    top: 95%;
}

.fontB {
    width: 100% !important;
    margin-left: 10%;
    height: 53px;
    font-size: 19px !important;
    margin-top: 5px;
    padding: 1px 12px 0px;
}

.boxB {
    margin-left: 30%;
    margin-top: -20px;
}

.LogoimgPic1 {
    height: 44px;
    width: 46px;
    box-shadow: 0 0 3px 0px #6063669c;
    border-radius: 4px;
    transition: transform .2s;
    margin-top: 32px;
    margin-right: 8px;
    margin-left: -6px;
}

    .LogoimgPic1:hover {
        transform: scale(1.1);
    }

.logoadj {
    margin-top: -83%;
}

.logoText {
    position: relative;
    float: left;
    font-weight: bold;
    color: var(--bgTransparent) !important;
    font-family: system-ui;
    font-size: 27px;
    top: 25px;
    padding-left: 1%;
    text-shadow: 2px 2px #c6b7b7;
}

.scrollhgt {
    overflow: auto;
    height: 490px;
}

#AddOrgGridID .km-state-disabled {
    opacity: 1 !important;
}

#AddOrgGridID .k-grid-content.k-auto-scrollable {
    height: calc(100% - 129px) !important;
}

.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700 !important;
    padding: 1px 7px 5px 7px !important;
    border-radius: 30px;
    line-height: 1;
    margin: 0% 0% 0% 0% !important;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: #fff !important;
}

.modal-header {
    background-color: var(--GridHeaderlvl);
    color: white;
    padding: 0.5rem 0.5rem;
}

.shadhowradio {
    float: left;
    padding: 4px 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #c1c0c0;
}

.radioOrg {
    margin-top: 2px;
}

.greenBg {
    float: left;
    padding: 4px 11px;
    width: 27%;
    text-align: center;
    border-radius: 4px;
    margin-left: 2px;
    border: 1px solid #ccc8c8;
}

.Redbg {
    float: left;
    padding: 5px 11px;
    width: 27%;
    margin-left: 3%;
    border-radius: 4px;
    border: 1px solid #ccc8c8
}

.hgtEpcproman {
    height: 30px;
}

.clrblueHd {
    font-size: 19px;
    font-weight: bold;
    padding: 20px 0px;
    color: #24668c;
    line-height: 15px;
    padding-left: 1px !important;
    padding-right: 1px !important;
    cursor: pointer;
}

.allProducts {
    background-color: #f0f5f7;
    border: 1px solid #ccc;
    padding: 0% 0%;
    margin-top: 0%;
    margin-bottom: 1%;
    float: left;
    border-radius: 4px;
}

.bggraybox {
    background-color: #d5d6d6 !important;
    float: left;
    padding: 8px 7px 7px 7px;
}

.headingAssign {
    color: #f1e8e8;
    font-size: 14px;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    float: left;
    line-height: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    cursor: pointer;
}

.TitleProduct {
    font-size: 17px;
    font-weight: 700;
    color: #5f5e5e;
    line-height: 27px;
    padding-left: 2%;
    cursor: auto;
}

.radioAssign {
    margin-right: 7%;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    float: left;
}

.radioassignBX {
    color: #000;
    font-weight: bold;
    float: left
}

.clrblueHd1 {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0px;
    color: rgb(10 50 75) !important; /*#24668c;*/
    line-height: 15px;
    padding-left: 1px !important;
    padding-right: 1px !important;
    cursor: pointer;
}

.calendortimehgt {
    height: 33px
}

.DashboardBtn1 {
    background-color: #1c8bb9;
    color: #fff;
}

.favbtn {
    width: 100% !important;
}

.input-group.input-group-w img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-left: 5px;
    /* background-color: white; */
    box-shadow: inset -1px -1px 3px #a29b9b;
    border-radius: 50%;
    cursor: pointer
}

.input-group-w {
    margin-top: 6px;
    width: 100%;
}

.userimg {
    width: 81px !important;
    margin: 26px 48px 26px 48px !important
}

.addfav {
    cursor: pointer;
    font-weight: normal !important;
    padding: 0px;
    font-size: 14px !important;
    border-radius: 4px;
}

.Recentbtn {
    border-radius: 4px;
    padding: 13px 11px 10px 11px;
    margin: 14px 12px 7px 12px;
    box-shadow: 0 0 10px 0px #606366;
    background-color: #fff;
}

    .Recentbtn:hover {
        background: var(--Sidebar);
        color: white !important;
    }

.recenbtn {
    width: 100% !important;
}

span[aria-owns="ProjectDropdown_listbox"] .k-dropdown-wrap {
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    background-color: rgba(215, 210, 210, 0.26);
    height: 35px;
    padding: 3px 0px;
}

span[aria-owns="ProjectDropdown_listbox"] .k-input {
    color: #000 !important;
    font-weight: unset !important;
}

span[aria-owns="ProjectDropdown_listbox"] .k-dropdown-wrap .k-select {
    border-radius: 4px !important;
    background-color: unset !important;
    color: #000 !important;
}

.k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input {
    border-radius: 4px !important;
}

.Bordergrey {
    border-bottom: 1px double #c8cccc !important;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.brderradius {
    padding: 4px 8px;
    border: 2px solid #007afe;
    border-radius: 50%;
}

.titlecoolor {
    color: #255680 !important;
}

.pgoldbgcolor {
    background-color: #cdeafb !important;
    border: 1px solid #aad3ea !important;
}

.UpdateradioAssign {
    margin-right: 3%;
    width: 15px;
    height: 16px;
}

.ResourcePhgt {
    height: 35px;
}

.resHD {
    padding: 7px 0px;
}

.todolistbx {
    float: none;
    width: 20%;
    margin: 0 auto;
}

.OnOffProduct {
    margin: 5px 0px 5px -8px;
}
/*PgoldNewcss*/
/*Themesetting Changes*/
.transferantbg {
    background-color: transparent !important
}

.Headingtransferant {
    background-color: rgb(243 243 243 / 34%) !important;
}

.productBorder {
    border: 1px solid #eaeef5;
    background-color: rgb(243 243 243 / 28%) !important;
}

.Feature {
    padding: 8px 0px !important;
    height: 64px !important;
    float: left !important;
    margin-top: 0px;
    cursor: pointer;
    margin: 0% 0.5%;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ccc;
}

.Super_TsAdminic {
    border-radius: 4px;
    padding: 2px 5px;
    height: 41px;
    background-color: #fbfbfb;
    cursor: pointer;
    margin: -11px 0px 0px 0px;
}

.maxwidthcontent {
    max-width: 100% !important
}
/*modalcss*/
.borderbotom {
    border-bottom: 1px solid #000
}

.modalbgcolor {
    background-color: #4e4e4d7a;
    opacity: inherit !important;
    display: none
}

.form-check-inline .form-check-input {
    position: inherit !important;
}

.form-check .k-radio:checked {
    color: #fff !important;
    border-color: var(--GridHeaderlvl) !important;
    /* background-color: var(--GridHeaderlvl) !important;*/
}
/*PointsCss*/
.divParent {
    position: relative
}

.seqBadgeDiv {
    position: absolute;
    left: 50%;
    z-index: 9999;
    display: none
}

    .seqBadgeDiv span {
        padding: 6px 11px;
        box-shadow: 1px 2px #0e0d0e, 1px 1px 5px 4px #fbe7e742;
        font-size: 15px;
        background-color: #464343;
    }
/*treelistcolor*/
.treeListLevel1 td {
    background: #f6f678c9 !important;
    font-weight: bold
}

.treeListLevel2 td {
    background: #a3f29094 !important;
    font-weight: bold
}

.treeListLevel3 td {
    background: #94f3ea99 !important;
    font-weight: bold
}

.treeListLevel4 td {
    background: #f1cbe7cf !important;
    font-weight: bold
}

.treeListLevel5 td {
    background: #fbd1504f !important;
    font-weight: bold
}

.treeListLevel6 td {
    background: #cce4827a !important;
    font-weight: bold
}

.treeListLevel7 td {
    background: #eff9a07a !important;
    font-weight: bold
}

.k-icon.k-i-none {
    background-image: none !important;
    width: 3px;
}
/*.cursornotallwed {
    cursor: not-allowed;
}

[data-disabled='true'] {
    cursor: not-allowed;
}*/
.greenfont {
    color: #00c851;
}

.redfont {
    color: red
}

.redtext {
    font-size: 29px;
    font-weight: 600;
    line-height: 42px;
    padding: 1% 9%;
    color: #b80a0a;
}

.signupemailbox {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 8px 20px 0 rgb(0 0 0 / 19%);
    z-index: 99;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 44%;
    margin-left: 6px;
    top: 58px;
}

.ResetPasswordbox {
    width: 82%;
    margin-left: 79px;
    top: 45px;
}

.dropdown-menu-hover > div {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    cursor: pointer;
}

.vg-nav-main-container .dropdown-menu-hover div > ul {
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    display: none;
}

.vg-nav-main-container .dropdown-menu-hover.showDrp div > ul, .vg-nav-main-container .dropdown-menu-hover.showDrp div > ul, .vg-nav-main-container .dropdown-menu-hover:hover div > ul {
    visibility: visible;
    opacity: 9;
    top: -16px;
    position: absolute;
    width: /*max-content*/ 290px;
    background-color: var(--MenuTextlvl) !important;
    background: linear-gradient(45deg, #00000054, #0000007a);
    z-index: 1;
    left: 133%;
    padding: 0 5px 2px 10px;
    display: block;
    border-radius: 3px;
}

.dropdwnwdth {
    font-size: 14.84px;
}

.underlineingrid {
    text-decoration: underline;
    cursor: pointer;
    color: blue !important;
}

#HelpDiv {
    font-size: 18px;
    color: var(--NavBarlvl);
    cursor: pointer;
}

.Indexdropdown .dropdown-toggle::after {
    margin-left: 0.255em !important;
}

.Indexdropdown .dropdown-menu.show {
    top: 48px !important;
    line-height: 1.5;
}

.toplayouthelp {
    top: 65px !important;
}

.Sequencehelp {
    font-size: 14px;
    color: #18205f !important;
}

.Indexdropdown .dropdown-menu a {
    color: #18205f;
    padding: 0.25rem 1.5rem;
}

    .Indexdropdown .dropdown-menu a:hover {
        color: #b8860b;
    }

.helpModalBX {
    right: 0;
    left: auto;
    box-shadow: -8px 7px 7px rgb(0 0 0 / 40%) !important;
}

.helpmenuHD {
    font-weight: bold;
    padding: .25rem 1.5rem;
    border-bottom: 3px double #ccc;
    color: #a97e17;
    font-size: 17px;
    text-shadow: 1px 1px #ccc;
    border-top: 1px solid #ccc;
}

.helpModalBX {
    right: 0;
    left: auto
}

.orgtext {
    color: var(--NavBarlvl);
    text-shadow: 1px 1px #ccc;
    font-size: 20px !important;
    margin-bottom: 1.5rem;
}

    .orgtext::before {
        content: "";
        width: 45px;
        height: 2px;
        display: inline-block;
        background: #e0a20c;
        margin: 9px 10px;
    }

    .orgtext::after {
        content: "";
        width: 45px;
        height: 2px;
        display: inline-block;
        background: #e0a20c;
        margin: 9px 10px;
    }

.orgcolor {
    box-shadow: inset 0 0 8px 2px #4f73dd4d;
    background-color: #f0f4f766;
}

[data-title="S.No."] .k-i-more-vertical, .HyperlinkFilterRemove .k-i-more-vertical {
    display: none
}

[data-title='S.No.'] .k-header-column-menu, .HyperlinkFilterRemove .k-header-column-menu {
    display: none
}

[data-title='S.No.'] .k-link {
    margin-right: 0px !important;
    padding-right: 0px !important
}

.textareamic {
    top: 42px !important;
    margin-right: -15px
}

.k-animation-container .k-group li span input {
    margin-right: 7px;
}

.k-grid table {
    width: 100% !important;
}

.k-animation-container .k-menu-group .k-item > .k-link > .k-menu-expand-arrow, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-right, .k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-right {
    top: 66% !important;
    margin-top: -5px !important;
}

textarea.form-control {
    font-style: var(--FontStyle) !important;
    font-weight: var(--FontWeight) !important;
}

.k-grid-header th.k-header {
    font-weight: var(--FontWeight) !important;
}

button {
    font-style: var(--FontStyle) !important;
    font-weight: var(--FontWeight) !important;
}

#sidebar ul li a {
    text-align: left !important;
}

.scrollheight {
    max-height: 471px;
    overflow-y: auto;
    overflow-x: hidden
}

.DrpdwnPlchdr {
    color: #b7c1cb;
}
/*------StartToolbar Positiontop css---------------------*/
/*.k-tooltip {
   top: -62px !important;
   }

.k-callout-n {
    margin-left: -4px !important;
    top: 28px !important;
    transform: rotate(177deg);
}*/
/*------EndToolbar Positiontop css---------------------*/
/*------StartRightSidemodal css---------------------*/
.Rightsitemodal {
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    border-radius: 10px 0px 0px 0px;
    border-left: #938d8d 5px solid;
    max-width: 55%;
    float: right
}

.modal-overlay {
    background-color: rgb(0 0 0 / 60%);
    opacity: inherit;
    z-index: 9999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#MRListModalOpen {
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    border-radius: 10px 0px 0px 0px;
    border-left: #999999 5px solid;
}

    #MRListModalOpen .WindoFooter {
        bottom: 0%;
        z-index: 9999999;
        /*position: absolute;*/
        width: 98%;
    }

.modalHeaderTitle {
    border-radius: 10px 10px 0 0;
}

.modalClose {
    background-color: var(--GridHeaderlvl) !important;
    border-radius: 50% !important;
    width: 24px;
    height: 24px !important;
    cursor: pointer;
    padding: 0px;
}

.CalculateModelHgt {
    height: 84vh;
}

#btnSave {
    background-color: var(--GridHeaderlvl)
}

.Window-Title {
    color: var(--GridHeaderlvl)
}

.TeamcharterGridModal {
    background-color: rgb(0 0 0 / 60%);
}

    .TeamcharterGridModal .modal-body .modalGrid .k-grid-content.k-auto-scrollable {
        height: 75vh !important;
    }

.Modalhead {
    color: var(--GridHeaderlvl)
}
/*------EndRightSidemodal css---------------------*/
.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    background-color: var(--NavBarlvl) !important;
    color: #fff !important
}

.DescribeMaster {
    font-size: 16px;
    color: #08216c;
    font-weight: 500;
    padding-top: 1.5rem !important;
}

.ExpandGrid {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff !important;
}

.addattachmentmodal {
    margin-top: -27px;
}

.todoIssueRow {
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 7px 0px;
    box-shadow: 1px 2px 12px 0px #b7b7b778;
    background-color: #fff;
    font-size: 15px;
    border-radius: 7px;
    border-left: 1mm ridge rgb(93 131 239);
}

#ExistingTodogrid .k-grid-content {
    overflow: hidden;
}

    #ExistingTodogrid .k-grid-content td {
        padding: 5px 11px !important
    }

#ExistingToDo .k-grid {
    border: none;
    margin-top: -12px;
}

    #ExistingToDo .k-grid tbody tr:hover {
        background-color: transparent;
    }

.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 10474 !important;
}

.gridzindex {
    z-index: 9
}

.GridTollbarcontent {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10330 !important;
}

.orglogo {
    height: 57px;
    width: fit-content;
    margin-left: -9px;
    margin-top: 0%;
    max-width: 166px;
}

.RAMLegendimg {
    width: 20px;
    margin-top: 4px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #a3a3a3;
    margin-bottom: 3px;
}

.hidecolumnmentID {
    display: none !important
}

.k-popup .k-animation-container .k-popup {
    max-height: 400px !IMPORTANT;
}
/*KendogridTextboxdot*/
.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget:not(.k-switch), .k-grid-edit-row td > .k-textbox, .k-grid-edit-row td > .k-widget:not(.k-switch) {
    width: 100%;
    margin: 0 auto;
}

.k-grid .k-grid-content tr td .k-dropdown {
    /* width: calc(100% + 9px); */
    margin: 0 auto;
}
/*KendogridTextboxdot*/
.checkboxradio {
    margin-top: -5px !important;
}

.ShortWord {
 /*   padding: 4px 8px;
    color: coral;*/
    padding: 4px 10px;
    font-size: 10px;
    float: left;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.shortwordBX {
    width: 28px;
    background: var(--ProductNumberColor);
    height: 29px;
    text-align: center;
    background-color: var(--GridHeaderlvl) !important;
    border-radius: 2px;
    text-shadow: 2px 2px #2d61bd;
}
.shorDisc {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 253px !important;
    padding-top: 2px;
    white-space: nowrap;
    clear: both;
}

.ShortDes {
    float: left;
    font-size: 14px;
}
/*NoDATAPreviewcss*/
.Nopreviewdatatext {
    /*box-shadow: 0 1px 0px 0 rgb(145 169 169 / 14%), 0 0px 6px 0 rgb(191 195 197 / 52%);*/
    /*text-shadow: 2.05px 0.05px 0 rgb(159 151 150 / 48%);*/
}

.Nopreview {
    text-shadow: 0px 0px !important;
    color: #6c757db0 !important;
}

#DownloadModal .modal-footer .btn-info, #AssociateDownloadModal .modal-footer .btn-info {
    background-color: var(--GridHeaderlvl) !important;
}

#btnSavePwd {
    background-color: var(--GridHeaderlvl) !important;
}

.scrollable-container a {
    color: var(--GridHeaderlvl) !important;
}

.k-radio {
    /*  color: #1b87c5;*/
    background-color: #fff;
    color: var(--GridHeaderlvl) !important;
}

.k-checkbox {
    /*  color: #1b87c5;*/
    background-color: #fff;
    color: var(--GridHeaderlvl) !important;
}

ul.breadcrumb1 li span {
    font-weight: 600;
    font-size: var(--GridFont);
    color: var(--NavBarlvl);
}
/*--TabStrip----*/
.k-tabstrip-wrapper #tabstrip .nav {
    flex-wrap: unset;
}

.k-tabstrip-wrapper #tabstrip .k-tabstrip-items {
    margin: unset !important;
}

.k-tabstrip-wrapper #tabstrip .k-flat {
    border: 1px solid #ffffffc2 !important;
    box-shadow: 0px 0px 4px 0px #fff !important;
    background-color: var(--NavBarlvl) !important;
    border-radius: 150px 0 0 150px;
    margin-top: -2.7px;
    height: 32px;
}

    .k-tabstrip-wrapper #tabstrip .k-flat.k-tabstrip-prev {
        border-radius: 0 150px 150px 0;
    }
/*--TabStrip----*/
.dateformatlbl {
    font-size: 12px;
    padding-left: 5px;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: rgb(0 0 0 / 18%) !important;
}


.shadowlogoLogin {
    height: 60px;
    width: 165px;
    padding: 0px;
    box-shadow: 1px 1px #ccc;
    /* cursor: pointer; */
    border: 1px solid #a39f9f61;
    border-radius: 4px;
}

.imgContnr .LoginSettingimgoption {
    width: 45px;
    height: 45px;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: rgb(102 102 102 / 57%) 4px 4px 4px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 200ms ease-in;
}

.Settingbtn {
    margin: 13px 5px 6px 9px;
    color: white !important;
    font-size: 13px;
    background-color: var(--GridHeaderlvl) !important;
    background: linear-gradient(45deg, #3432324f, #3432324f);
    border-color: #fff;
}

.bgImg .LoginSettingdelBgImg {
    float: right;
    margin-top: -19px;
    margin-left: -7px;
    z-index: 9999;
    position: absolute;
}

.bgImg .LoginSettingdelBgImg {
    margin-top: -7px;
}

@media(max-width:450px) {
    .k-menu .k-animation-container .k-menu-group, .k-menu-scroll-wrapper .k-animation-container .k-menu-group, .k-popups-wrapper .k-animation-container .k-menu-group {
        top: 12px;
        width: 208px;
        left: 0px;
        /*right: 0px;*/
        margin-left: -1px;
    }

    .k-popup .k-animation-container .k-popup {
        /* max-height: 284px !IMPORTANT;*/
    }
}

.breadcrumb1 li:nth-child(2) a {
    cursor: default !important
}

.breadcrumb1 li:nth-child(3) a {
    cursor: default !important
}

.k-dropdown .desabledropdown {
    background-image: linear-gradient(rgb(233, 236, 239), rgb(233, 236, 239)) !important
}

.modalFiltercontentClose {
    background-color: #fff !important;
    color: var(--GridHeaderlvl) !important;
    border-radius: 50% !important;
    width: 24px;
    height: 24px !important;
    cursor: pointer;
    padding: 0px !important;
    box-shadow: 0 1px 0px 0 rgb(78 75 75 / 74%), 0 0px 6px 0 rgb(13 14 14 / 52%);
}
/*saloni grid wrap 6/2/2023*/
.gridrowdata {
    max-height: 500px;
    overflow: auto;
    word-break: break-all;
}

    .gridrowdata::-webkit-scrollbar {
        width: 4px;
        height: 5px;
    }

.PointerEvent {
    pointer-events: none !important
}
/*saloni 16/2/2023*/
.btn-primary {
    color: #fff;
    background-color: var(--GridBtnlvl) !important;
    border-color: var(--MenuBg);
}

.btndesign {
    color: blue !important;
    text-decoration: underline;
}
/*saloni 17/2/2023*/
.chkborder {
    float: left;
    height: 21px;
    width: 1px;
    background-color: #3d809d;
    margin-top: 1px;
}

.bar {
    border: 1px solid #bfbebe;
    width: 12px;
    height: 75px;
    background: #d49829;
}

.lastrowcolor {
    background-color: var(--GridContent) !important;
    background-image: linear-gradient(45deg, rgb(0 0 0 / 4%), rgb(0 0 0 / 4%)) !important;
}
/*<!---StartDatepickerDesign--->*/
.k-calendar .k-calendar-view th {
    background-color: #cccccca1 !important;
}

.k-calendar .k-header {
    color: #fff !important;
    background-color: var(--GridHeaderlvl) !important;
}

.k-calendar-container span.k-icon {
    background-color: #fff !important;
    border-radius: 2px !important
}

.k-calendar .k-nav-fast.k-state-hover, .k-calendar .k-nav-fast:hover, .k-calendar .k-nav-next.k-state-hover, .k-calendar .k-nav-next:hover, .k-calendar .k-nav-prev.k-state-hover, .k-calendar .k-nav-prev:hover {
    background-color: inherit;
    background-image: none !important;
    color: #fff !important;
}

.k-calendar .k-content .k-today {
    color: var(--GridHeaderlvl) !important;
    /* background-color: var(--GridHeaderlvl) !important;
    border-radius: 40px;*/
}
/*.k-calendar .k-state-hover .k-link {*/
/* border-color: none !important;*/
/*color: var(--GridHeaderlvl) !important;*/
/* border-radius: 40px !important;
    background-color: var(--GridHeaderlvl) !important;*/
/*}*/
/*.k-calendar .k-state-focused .k-link {
    box-shadow: none !important;
}
.k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today {
    color: var(--GridHeaderlvl) !important;
}*/
.k-calendar .k-calendar-header .k-today:focus, .k-calendar .k-calendar-header .k-today:hover, .k-calendar .k-footer .k-nav-today:focus, .k-calendar .k-footer .k-nav-today:hover {
    /*color: var(--GridHeaderlvl) !important;*/
    border-radius: 50%;
}

.k-calendar .k-state-selected .k-link {
    border-color: none;
    color: #fff;
    background-color: var(--GridHeaderlvl) !important;
    border-radius: 50%;
}
/*<!---EndDatepickerDesign--->*/
.k-dropdown:focus, .k-datepicker .k-input:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
/*.k-column-menu .k-menu-vertical > .k-menu-item > .k-menu-link {
    display:none !important
}*/
.k-column-menu .k-menu-vertical .k-columns-item {
    display: none !important
}

.k-grid-header th.k-with-icon .k-link {
    margin-right: 0px !important;
}

.k-filterable.k-content input[type=radio] {
    margin: 0px 4px 0px 8px !important;
}

.mobileNoBx input {
    height: 32px !important;
}

    .mobileNoBx input:focus {
        border: none !important;
        box-shadow: none;
    }

.ArrowrightFont {
    font-size: 19px;
    margin-top: 6px !important;
    margin-left: -29px;
    color: #00c851;
}

.ArrowCrossFont {
    color: #f23550;
}

.k-grid-content tr:last-child td, .k-grid-content-locked tr:last-child td {
    border-bottom-width: 1px;
}
/*.k-grid .k-grid-content-locked td, .k-grid .k-grid-content-locked .k-alt td {
    background-color: #fff !important;
}*/
/*Start Treelist Legend*/
.FirstLevelTS {
    background: #f6f678c9 !important;
}

.SecondLevelTS {
    background: #a3f29094 !important;
}

.ThirdLevelTS {
    background: #94f3ea99 !important;
}

.FourthLevelTS {
    background: #f1cbe7cf !important;
}

.FifthLevelTS {
    background: #fbd1504f !important;
}

.SixthLevelTS {
    background: #cce4827a !important;
}

.SeventhLevelTS {
    background: #eff9a07a !important;
}

.EighthLevelTS {
    background: #fff !important;
}

/*End Treelist Legend*/
.Underlinegrid {
    text-decoration: underline;
    cursor: pointer;
    color: blue !important;
}

.inputissue .k-datepicker.form-control.k-textbox {
    height: 47px;
    padding-bottom: 1rem !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.progressBar {
    height: 2vh;
    background-color: #cfcfcf;
    margin-top: 13px
}

.newprogress {
    height: 2vh;
    /*background-color: #6cd169;*/
    /* background:linear-gradient(to left,red 50%,blue 50%)right;*/
    margin-top: -18px;
    border-radius: 20px;
    width: 10%;
}

.newprogress1 {
    height: 2vh;
    /*background-color: #6cd169;*/
    /* background:linear-gradient(to left,red 50%,blue 50%)right;*/
    margin-top: -18px;
    border-radius: 20px;
    width: 10%;
    background-image: linear-gradient(to right, lightskyblue,var(--NavBarlvl));
}

.progress-bar-striped {
    background-color: #3fbf37;
    animation: progress-bar-stripes 2s linear infinite;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}
.maxwd {
    max-width:100% !important 
}
.navbarPdMg .ActiveHome {
    background-color: var(--NavBarlvl) !important;
    color: white !important;
}

.layoutProfile a:focus-visible .fontB {
    width: 100% !important;
    margin-left: 1%;
    height: 53px;
    font-size: 19px !important;
    margin-top: 0px;
    padding: 1px 12px 0px;
}

.k-grid th.k-state-focused {
    box-shadow: inset 0 0 0 2px rgb(2 10 70 / 59%) !important;
}

.k-button:focus {
    /* border: 1px solid #99fff1e3 !important;*/
    /*box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .25) !important;*/
    animation: blink-border 1s infinite;
}

@keyframes blink-border {
    0% {
        border-color: rgba(0,0,0,.08);
        box-shadow: unset;
    }

    50% {
        border-color: darkblue;
        box-shadow: 0px 0px 10px darkblue;
    }

    100% {
        border-color: rgba(0,0,0,.08);
        box-shadow: unset;
    }
}

.k-dropdown:focus {
    /*  border: 2px solid #ffc267 !important;*/
    border: 2px solid #95c3ffe3 !important;
}

input:focus {
    border: 1px solid #80bdff !important;
    box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .25) !important;
}

.k-link:focus {
    border: 2px solid black !important;
}

.hightlightrow {
    background-color: #d1e4fd87 !important
}
.print-iframe {
    display: none
}
/*.hightlightrow td {
        border-color: rgb(85 61 17 / 15%) !important;
    }*/
/*Loader Css*/
.loader_container {
    display: none;
}

    .loader_container.active {
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #00000081;
        z-index: 99999;
        align-items: center;
        justify-content: center;
    }

/*  .loader_container.active .loader {
            width: 48px;
            height: 48px;
            border: 5px solid #cce6ff;
            border-bottom-color: transparent;
            border-radius: 50%;
            display: inline-block;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
        }*/

/*Loader New Css*/
.triple-spinner {
    display: block;
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #8bff22;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

    .triple-spinner::before, .triple-spinner::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        border: 4px solid transparent
    }

    .triple-spinner::before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-top-color: #5abddb;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3.5s linear infinite;
    }

    .triple-spinner::after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-top-color: #FFC107;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.75s linear infinite;
    }

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg)
    }
}

#content .k-datetimepicker .k-select {
    background-color: white !important;
    background: transparent !important;
    color: var(--GridHeaderlvl) !important;
}

.k-datetimepicker .k-select .k-link {
    width: auto !important;
    margin-top: -8px !important;
}

.k-link.k-link-time {
    margin-right: 18px !important;
}

/*for global filteration*/
.k-multicheck-wrap {
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    max-height: 250px;
    max-width: 310px;
}

    .k-multicheck-wrap .k-item .k-label {
        display: flex;
        align-items: baseline;
        gap: 6px;
        padding-bottom: 0;
        white-space: break-spaces;
    }

    .k-multicheck-wrap .k-item .k-label input {
        transform: translateY(1px);
    }
