/***************************************************************
   adding CSS by Aniruddha
****************************************************************/
/***************************************************************
  Start Bootstrap 5.3.3 overwrite to mach our theme
****************************************************************/
:root,
[data-bs-theme=light] {
    --bs-blue: #009EFB;
    --bs-primary: #009EFB;
    --bs-link-color: #009EFB;
}


.form-check-input:checked {
    background-color: #009EFB;
    border-color: #009EFB;
}

.form-range::-webkit-slider-thumb {
    background-color: #009EFB;
}

.form-range::-moz-range-thumb {
    background-color: #009EFB;
}

.btn {
    border-radius: .4em !important;
    padding: 3px 12px; /*button height 32 px*/
}

.btn-primary {
    border-radius: .4em !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #009efb !important;
    --bs-btn-border-color: #009efb !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #0c82c5 !important;
    --bs-btn-hover-border-color: #0c82c5 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253v;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009efb !important;
    --bs-btn-active-border-color: #009efb !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #009efb !important;
    --bs-btn-disabled-border-color: #009efb !important;
    --bs-btn-active-bg: #0c82c5 !important;
    --bs-btn-active-border-color: #0c82c5 !important;
}

.btn-outline-primary {
    --bs-btn-color: #009EFB;
    --bs-btn-border-color: #009EFB;
    --bs-btn-hover-bg: #0c82c5;
    --bs-btn-hover-border-color: #0c82c5;
    --bs-btn-active-bg: #009EFB;
    --bs-btn-active-border-color: #009EFB;
    --bs-btn-disabled-color: #009EFB;
    --bs-btn-disabled-border-color: #009EFB;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #acaeaf;
    --bs-btn-border-color: #acaeaf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #989b9c;
    --bs-btn-hover-border-color: #989b9c;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #989b9c;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #acaeaf;
    --bs-btn-disabled-border-color: #acaeaf;
}

.bunchIcon {
    padding: 5px;
    height: 20px !important;
    width: 20px !important;
    font-size: 1.2rem !important;
    color: #6C7293;
    background: transparent;
    border-radius: 5px;
    transition: .3s all;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #009EFB;
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: #009EFB;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #009EFB;
}

.pagination {
    --bs-pagination-active-bg: #009EFB;
    --bs-pagination-active-border-color: #009EFB;
}

.progress,
.progress-stacked {
    --bs-progress-bar-bg: #009EFB;
}

.list-group {
    --bs-list-group-active-bg: #009EFB;
    --bs-list-group-active-border-color: #009EFB;
}

.alert-warning {
    --bs-alert-color: #3b6794;
    --bs-alert-bg: #d9f3ff;
    --bs-alert-border-color: #009EFB;
    --bs-alert-link-color: #3b6794;
}

.alertclose {
    background: none;
    border: none;
    font-size: 1.475rem !important;
    font-weight: bold;
    color: #9aacb2;
}
/***************************************************************
  Start Bootstrap 5.3.3 overwrite to mach our theme
****************************************************************/

/***************************************************************
  Start Bootstrap 5.3.3 Modal Popup Changes
****************************************************************/
.modal-header {
    padding: 0.4rem 0.4rem;
    line-height: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    background-color: var(--blue);
    color: #ffffff;
    justify-content: space-between;
    border-radius: 5px 5px 0 0px;
}


.Modal-header {
    text-align: left;
    padding: 5px !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
    height: 30px !important;
    text-transform: capitalize;
    background-color: var(--blue);
    color: #ffffff
}


.modalsavebtn, .modalclosebtn {
    border-radius: .4em !important
}

.custom-close-btn {
    font-size: 1.3rem !important;
    font-weight: bold;
    line-height: 1;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
}

    .custom-close-btn:hover {
        color: red;
    }

.popupBtn:active, .popupBtn:hover, .popupBtn:focus {
    border: none !important;
}
/***************************************************************
  End Bootstrap 5.3.3 Modal Popup Changes
****************************************************************/

/***************************************************************
   Start Main CSS
****************************************************************/
:root {
    scroll-behavior: smooth;
    --font-family: "Nunito", sans-serif;
    --blue: #009EFB;
    --white: #ffffff;
}

html {
    background-color: #ffffff;
    scroll-behavior: smooth;
    font-size: 14px;
}

body {
    font-family: var(--font-family) !important;
    font-size: 1rem;
    background-color: var(--white);
    color: #333333;
    scrollbar-face-color: #dbe9f2;
    scrollbar-highlight-color: #9cb8c8;
    scrollbar-shadow-color: #ccdee8;
    scrollbar-3dlight-color: #c2d4e0;
    scrollbar-track-color: #f2f6f9;
    scrollbar-darkshadow-color: #9cb8c8;
}

ul {
    padding-left: 0;
}

    ul li {
        list-style: none;
    }

.title-onoff {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700;
}

.mobile-right-menu {
    border: none;
}

    .mobile-right-menu:focus {
        box-shadow: none;
    }
/***************************************************************
   End Main CSS
****************************************************************/
/***************************************************************
   Start main Dashboard
****************************************************************/
.app-wrapper {
    position: relative;
    display: grid;
    grid-template-areas:
        "lte-app-sidebar lte-app-header"
        "lte-app-sidebar lte-app-main"
        "lte-app-sidebar lte-app-footer";
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    align-content: stretch;
    align-items: stretch;
    max-width: 100vw;
    min-height: 100vh;
}

.app-sidebar {
    position: sticky;
    top: 0;
    bottom: 0;
    /*z-index: 1038;*/
    /*z-index: 10009;*/
    z-index: 1082; /*bootstrap modal z-index 1055*/
    grid-area: lte-app-sidebar;
    min-width: var(--lte-sidebar-width);
    max-width: var(--lte-sidebar-width);
    transition: min-width 0.3s ease-in-out, max-width 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
    background: var(--blue);
    box-shadow: 3px 8px 4px 0px #8080802e;
    box-sizing: content-box;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 4.25rem;
    /*start if left menu height is smaller then screen then add scroller but we have hide from below css */
   /* overflow-x:hidden;
    overflow-y:auto;*/
   /*end if left menu height is smaller then screen then add scroller but we have hide from below css */
}

.app-header {
    /*z-index: 1034;*/
    z-index: 1081;
    grid-area: lte-app-header;
    max-width: 100vw;
    border-bottom: 1px solid var(--bs-border-color);
    transition: 0.3s ease-in-out;
    background-color: var(--white);
    padding: 5px 0px;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 4px 0px #8080802e;
    /*width: calc(100% - 84px);*/
    height:65px;
}

.app-main {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-area: lte-app-main;
    /*max-width: 94.5vw;*/
    max-width: 100vw;
    /*max-width: 95.5vw;*/
    transition: 0.3s ease-in-out;
    /*overflow:hidden;*/
}

.app-footer {
    grid-area: lte-app-footer;
    width: inherit;
    max-width: 100vw;
    padding: 0.5rem 1rem;
    color: var(--bs-secondary-color);
    background-color: var(--bs-body-bg);
    transition: 0.3s ease-in-out;
    /*box-shadow: 0px 0px 0px 2px #8080802e;*/
    z-index: 1;
}

.app-logo {
    width: 20rem
}

.app-sidebar a {
    color: var(--white);
}

.header_top {
    top: 0px;
}

.modal-body {
    background-color: var(--white);
    padding: 15px;
}
/*start responsive for top navigation menu on small screen */
@media only screen and (min-width: 320px) and (max-width: 576px) {
    .input-group-floting input:not(:placeholder-shown) ~ label, .input-group-floting label {
        /*font-size: .563rem;*/
        font-size: 0.8rem;
    }
}

@media (min-width: 922px) {
    .d-desktopScreen {
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width: 366px) and (max-width: 374px) {
    .d-desktopScreen{
        display:flex;
    }
}

 @media only screen and (min-width: 320px) and (max-width: 436px) {
    #btnSeparateClose {margin-right:5px!important;}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .d-columnMobile {
        display: flex;
        flex-direction: column;
        float: right;
        justify-content: flex-end;
    }
     
    .mobile-profileWidthAdujst {
        display: flex;
        align-items: center;
        float: right;
    }

    .mobileMarginBottom-10 {
        margin: 0 0 10px 0px;
    }

    .app-header .app-logo {
        width: 13rem !important;
    }

    .app-header .border-left-blue {
        border-left: none !important;
    }

    .mobileposition-absolute {
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
        background: #fff;
        padding: 5px 10px 5px 5px;
        box-shadow: rgba(128, 128, 128, 0.18) 0px 3px 4px 0px;
        padding-bottom: 0px;
    }

    .mobilePadingRight-0 {
        padding-right: 0 !important;
    }

    .mobileWidth-100 {
        width: 100%
    }
}

@media only screen and (min-width: 375px) and (max-width: 991px) {
    .border-left-blue-mobile-none {
        border-left: none !important;
    }

    .provider-name {
        max-width: fit-content;
        float: right;
    }

    .mobileMarginBottom-10 {
        margin-bottom: 10px;
    }

    .d-columnMobile {
        display: flex;
        flex-direction: column;
        float: right;
    }

    .d-inlineTab {
        display: flex;
        align-items: center;
        flex-direction: row;
        float: right;
        justify-content: end;
    }

    .app-header .app-logo {
        width: 10rem;
    }

    .mobileposition-absolute {
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
        background: #fff;
        padding: 10px 5px 0px 5px;
        box-shadow: rgba(128, 128, 128, 0.18) 0px 3px 4px 0px;
    }

    .paddingZeroSmallScreen {
        padding: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .d-smallScreen {
        display: block !important;
        padding: 0px 0px 0px 5px;
    }

    .d-none-smallScreen {
        display: none !important;
    }
}


/*end responsive for top navigation menu on small screen */

/***************************************************************
   End main Dashboard
****************************************************************/
/***************************************************************
   Start Home Dashboard - message center section
****************************************************************/

.dashboard-messagecenter-tablecolumn-left {
    width: calc(100% - 130px);
}

.dashboard-messagecenter-tablecolumn-center {
    width: 150px;
    color: #386490;
    text-align: center;
    padding: 0px 10px;
}

    .dashboard-messagecenter-tablecolumn-center, .dashboard-messagecenter-tablecolumn-center .event-month-year {
        font-size: 1rem; /* 16px */
        font-weight: 700;
        color: #386490;
    }

        .dashboard-messagecenter-tablecolumn-center .event-date {
            font-size: 1.125rem; /* 18px */
            font-weight: 700;
            color: #386490;
            line-height: 15px;
        }

.dashboard-messagecenter-tablecolumn-right {
    width: 60px;
}
span#ctl00_ContentPlaceHolder2_lblHeader {
    display: inline-block; /* Important */
    max-width: 45ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 320px) and (max-width: 1367px) {

    html, span, label, td, li, button, Button, a, small, h4, .Initial, .Clicked, div {
        font-size: 0.9rem !important;
    }

    .Title {
        margin-bottom: 5px;
    }

    .dashboard-messagecenter-tablecolumn-left {
        width: 100px;
    }

    .dashboard-messagecenter-tablecolumn-center {
        width: 15%;
    }

        .dashboard-messagecenter-tablecolumn-center, .dashboard-messagecenter-tablecolumn-center .event-month-year {
            font-size: 0.75rem; /* 12px */
        }

            p, .Grid, label, .Button, .dashboard-messagecenter-tablecolumn-center .event-date {
                font-size: 0.875rem; /* 14px */
            }

    .dashboard-messagecenter-tablecolumn-right {
        width: 10%;
        /* padding: 0px 10px;
        text-align: right;*/
    }

    .provider_td {
        display: block !important;
    }
    span#ctl00_ContentPlaceHolder2_lblHeader {
        display: inline-block;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        text-align:left;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1259px) {
     span#ctl00_ContentPlaceHolder2_lblHeader {
        width: 50px;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1490px) {
     span#ctl00_ContentPlaceHolder2_lblHeader {
        display: inline-block;
        width: 225px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        text-align:left;
    }
}
/* start dashboard tag table header line hight adjust*/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .platformName {
        font-size: 0.813rem;
    }

    tr.GridHeader th {
        line-height: 20px;
    }

    .provider-section-height {
        height: 100%;
    }
}
/* end dashboard tag table header line hight adjust*/
/***************************************************************
   End Home Dashboard - message center section
****************************************************************/


/***************************************************************
   Start Custom Scrollbar
****************************************************************/

/*::-webkit-scrollbar {width: 5px;height: 5px;}
::-webkit-scrollbar-track {background: #e4e4e4;}
::-webkit-scrollbar-thumb {background: rgb(100 100 100 / 50%)}
::-webkit-scrollbar-thumb:hover {background: rgb(100 100 100 / 80%)}
::-webkit-scrollbar-thumb:window-inactive {background: #8888886e;}*/

/***************************************************************
   End Custom Scrollbar
****************************************************************/

/***************************************************************
   Start main Dashboard - aside
****************************************************************/
/*.menu-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}*/

.navbar-nav {
    z-index: 2 !important;
}
/***************************************************************
   End main Dashboard - aside
****************************************************************/




/***************************************************************
   Start Home Page Table
****************************************************************/
div#idx_messagecenter_table_container table.GridItem:nth-child(even) {
    background-color: #f1f1f1 !important;
}

.tabb {
    padding-top: 5px;
    float: left;
    /*width: 100px;
    height: 25px;*/
    line-height: 22px;
    text-align: center;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-color: Gray;
    margin-left: 3px;
    margin-top: 3px;
    cursor: default;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 10pt;
    font-family: var(--font-family);
    padding: 2px 10px;
    margin-top: 0;
    background-color: #e2e2e2;
    color: var(--black);
}

.atabb {
    background-color: var(--blue);
    color: var(--white);
}

/***************************************************************
   End Home Page Table
****************************************************************/


/***************************************************************
   Start Responsvive
****************************************************************/
#leftsideMenu #menuBar {
    /*margin-left: 30px*/
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    /*start option 1 left slider streatch with full height and bootom menu fix at bottom*/
    /*.app-sidebar {
        position: absolute;
        width: 0px;
        margin-left: -30px;
        height: 100%;
        min-height: 630px;
    }
    .sidebar_toggle {
        margin-left: 0px;
    }*/
    /*end option 1 left slider streatch with full height and bootom menu fix at bottom*/

    /*start option 2 left slider fix and bootom menu align with top menu*/
    .app-sidebar {
        position: fixed;
        width: 0px;
        margin-left: -30px;
        /*height: 100%;
        min-height: 630px;*/
        /*justify-content: flex-start;*/
        /*height: 100vh;*/
        overflow-y: auto;
    }

    .sidebar_toggle {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    /*end option 2 left slider fix and bootom menu align with top menu*/

}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    /*.app-sidebar {
        height: 100%
    }*/
    /*start  comment following code for the hide scroll bar on the page we want to add scroll bar on section*/
    .app-main {
           overflow: auto;*/*/
        /*overflow: hidden;*/
    }
    /*end  comment following code for the hide scroll bar on the page we want to add scroll bar on section*/
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
    .app-main {
        overflow: unset !important;
    }
    .app-logo {
        width: 15rem
    }

    .d-ruby-smallScreen {
        display: ruby !important;
    }
}

@media(max-width:401) {
    select#drpTemplates, select#drpTemplates1 {
        width: 100% !important;
    }
}
/*comment by indrapal 01/07/2025 */
/*.SumoSelect > .CaptionCont > span.placeholder {
    color: #fff !important;
}*/

/***************************************************************
   Start Issue with responsive table in frmBusinessGroupList
****************************************************************/


/***************************************************************
   End  Issue with responsive table in frmBusinessGroupList
****************************************************************/

.input-height-34, .k-input {
    height: 34px;
}

input {
    border-radius: .4em !important;
    // same as btn class
}




/***************************************************************
   Start Issue with responsive table in frmClientInsurance
****************************************************************/
@media only screen and (min-width: 320px) and (max-width: 589px) {
    .mobile-flexwrap-wrap {
        flex-wrap: wrap;
    }
}

/***************************************************************
   End  Issue with responsive table in frmClientInsurance
****************************************************************/




/***************************************************************
   Start  color selector css on status list page
****************************************************************/

#colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/select.png);
}

    #colorSelector div {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 30px;
        height: 30px;
        background: url(../images/select.png) center;
    }

#colorSelector2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../images/select2.png);
}

    #colorSelector2 div {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        background: url(../images/select2.png) center;
    }

#colorpickerHolder2 {
    top: 32px;
    left: 0;
    width: 356px;
    height: 0;
    overflow: hidden;
    position: absolute;
}

    #colorpickerHolder2 .colorpicker {
        background-image: url(../images/custom_background.png);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #colorpickerHolder2 .colorpicker_hue div {
        background-image: url(../images/custom_indic.gif);
    }

    #colorpickerHolder2 .colorpicker_hex {
        background-image: url(../images/custom_hex.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_r {
        background-image: url(../images/custom_rgb_r.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_g {
        background-image: url(../images/custom_rgb_g.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_b {
        background-image: url(../images/custom_rgb_b.png);
    }

    #colorpickerHolder2 .colorpicker_hsb_s {
        background-image: url(../images/custom_hsb_s.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_hsb_h {
        background-image: url(../images/custom_hsb_h.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_hsb_b {
        background-image: url(../images/custom_hsb_b.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_submit {
        background-image: url(../images/custom_submit.png);
    }

    #colorpickerHolder2 .colorpicker input {
        color: #778398;
    }

#customWidget {
    position: relative;
    height: 36px;
    z-index: 1;
}
/***************************************************************
   End  color selector css on status list page
****************************************************************/
.bottom-content .menu-links {
    margin-bottom: 0px;
}

.menu, .bottom-content {
    display: flex;
    justify-content: center;
    margin-bottom:4px;
}

#reBody_contentIframe{
    height: 308px!important;
}

/***************************************************************
   Start  WorkSpace page
****************************************************************/
.Exportdropdown {
    position: relative;
    display: inline-block;
}

.Exportdropdown-content {
    display: none;
    position: absolute;
    min-width: 125px;
    z-index: 1;
    webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa5e;
    border-radius: 5px;
    background: #ffffff;
    color: #222222;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .09);
}

    .Exportdropdown-content a {
        text-align: left;
        color: black;
        padding: 4px 6px;
        text-decoration: none;
        display: block;
        font-size: 0.9em;
    }

        .Exportdropdown-content a:hover {
            background-color: #5EAEE5;
        }

.Exportdropdown:hover .Exportdropdown-content {
    display: block;
}

.GridItem a:hover, .GridHeader a:hover, .GridSelect a:hover, .anchor-link:hover, .jqx-grid a:hover {
    color: var(--blue) !important;
    text-decoration: underline;
}

.tooltiploc {
    position: relative;
}

    .tooltiploc .tooltiptextloc {
        font-weight: normal !important;
        visibility: hidden !important;
        min-width: 200px !important;
        background-color: unset !important;
        color: black !important;
        text-align: left !important;
        border-radius: 6px !important;
        padding: 5px 5px !important;
        position: absolute !important;
        opacity: unset !important;
        box-shadow: unset !important;
        top: 20px;
        z-index: 1;
    }


    .tooltiploc:hover .tooltiptextloc {
        visibility: visible !important;
    }

.tooltiptextloc:hover {
    visibility: visible !important;
}

.CredentilaingActivity {
    vertical-align: middle;
    cursor: pointer;
    background-color: #FFFF99 !important;
}

.CredentilaingProject {
    vertical-align: middle;
    cursor: pointer;
    background-color: #f6f6f6 !important;
}

.sort-options {
    display: flex;
    margin-left: 20px;
    margin-right: 10px;
}

    .sort-options label {
        font-size: 0.7rem!important;
        font-weight: bold;
        color: #878787;
        width: 56px;
    }

.drag-icon {
    margin-left: auto;
    color: var(--blue);
    cursor: grab;
}

    .drag-icon:hover {
        color: #555;
    }
    .TimePicker .RadInput {
    vertical-align: baseline;
}

.TimePicker table.rcTable .rcInputCell {
    padding: 0 0px 0 0;
}

.TimePicker, .TimePicker td {
    vertical-align: middle;
}

    .TimePicker table.rcTable, .TimePicker table.rcTable td {
        border: 0;
        margin: 0;
        padding: 0;
    }



.rcTimePopup1:hover {
    background-image: url('../images/Time-icon-hover.png') !important;
    width: 22px;
    height: 22px;
    /*background-position: 0 -100px;*/
}

.rcTimePopup1 {
    float: left !important;
    background-image: url('../images/Time-icon.png') !important;
    width: 22px;
    height: 22px;
}

table.TimeView_Default {
    border-color: #868686 ;
    background: #fff ;
    font: 12px "segoe ui",var(--font-family);
}

.TimeView_Default th {
    border-bottom: 1px solid #c4c4c4 ;
    padding: 0 0 1px ;
    background: #eaeaea 0 -1000px repeat-x url('../../WebResource.axd?d=xVuQSbdj7OpT8KSRVdKGyFTA4lvso8Mz1nBdZ2XOJ0gQh4qWCiLhzN3g…aKfdLn3fqdkQbbpKLcQbfjqpB54S1A2-FqbjAZNkt3AAro_grko1&t=636057391737195957') ;
    color: #000 ;
    line-height: 23px ;
}

table.TimeView td {
    border-style: solid ;
    border-width: 0 0 0 1px ;
    padding: 2px 2px 3px ;
    border-color: #c4c4c4 ;
}

    table.TimeView td:first-child {
        border: none !important;
    }

.TimeView th {
    border: 0 ;
    text-align: center ;
    cursor: default ;
    font-weight: normal ;
      border-bottom: 1px solid #c4c4c4 ;
}

.TimePicker td a {
    position: relative !important;
    outline: none !important;
    z-index: 2 !important;
    margin: 0 2px !important;
    text-decoration: none !important;
    color: #333 !important;
}

.TimeViewa {
    display: block !important;
    padding: 2px 6px !important;
    text-align: center !important;
    text-decoration: none !important;
}


.TimeView td.rcSelected a {
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    background: #828282 0 -1700px repeat-x url('../../WebResource.axd?d=xVuQSbdj7OpT8KSRVdKGyFTA4lvso8Mz1nBdZ2XOJ0gQh4qWCiLhzN3g…aKfdLn3fqdkQbbpKLcQbfjqpB54S1A2-FqbjAZNkt3AAro_grko1&t=636057391737195957');
    color: var(--white);
    padding: 3px 10px 1px 11px;
    display: inline-block;
}
.z-five9 {
    z-index:99999;
}
.TimeView {
    border-collapse: separate ;
    border-style: solid ;
    border-width: 1px ;
    border-spacing: 0 ;
    line-height: 1.428571429 ;
    z-index: 100001 !important;
    /*position: absolute ;*/
    /*top: 40% ;
    left: 454px ;
    /*left: 34%;
    margin: -50px 0 0 -100px ;*/
}

.TimeViewa:hover {
    border-color: #c4c4c4 #b2b2b2 #9e9e9e !important;
    background: #c5c5c5 0 -1600px repeat-x url('../../WebResource.axd?d=xVuQSbdj7OpT8KSRVdKGyFTA4lvso8Mz1nBdZ2XOJ0gQh4qWCiLhzN3g…aKfdLn3fqdkQbbpKLcQbfjqpB54S1A2-FqbjAZNkt3AAro_grko1&t=636057391737195957') !important;
    color: #000 !important;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 1px 5px !important;
    cursor: pointer !important;
}

.rcTimePopup {
    background-image: url('../../WebResource.axd?d=xVuQSbdj7OpT8KSRVdKGyFTA4lvso8Mz1nBdZ2XOJ0gQh4qWCiLhzN3g…aKfdLn3fqdkQbbpKLcQbfjqpB54S1A2-FqbjAZNkt3AAro_grko1&t=636057391737195957');
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    background: var(--white);
    color: #000;
    font: 12px "segoe ui",var(--font-family);
}


html body .RadInput .riTextBox, html body .RadInputMgr {
    border-width: 1px;
    border-style: solid;
    padding: 2px 1px 3px;
}
.assign-task-popup h3 {
    font-size:1.17rem;
    font-weight:700;
}

  .placeholder {
            background-color: #fff;
        }

        .Client {
            /*color: Blue;*/
            color: #0000ff;
            font-weight: bold;
        }

        .cstooltip {
            width: max-content;
        }

        .mleft-5 {
            margin-left:28px;
        }
            input[type="radio" i] {
                margin: 0px 8px 0px 5px !important;
            }

            .font-8 {
                font-size: 0.813rem;
            }
            .spacing-adjustment {
                margin-left: 1.5rem !important;
            }

        @media only screen and (min-width: 320px) and (max-width: 576px) {
            #actionPanel button {
                margin: 2px;
            }

            .flex-wrap-1024 {
                flex-wrap: wrap;
            }
            .max-width-485{
            width: 100% !important;
            margin-right:0!important;
        }

            }
/***************************************************************
   Start  WorkSpace page
****************************************************************/

/***************************************************************
   start tooltip for follow up date on worspace page
****************************************************************/

.tooltip-follw {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltiptext-follw {
    visibility: hidden;
    width: max-content;
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px !important;
    position: absolute;
    top: -9%;
    left: 10%;
    transform: translateY(-100%);
    white-space: nowrap;
    z-index: 999;
    background-color: var(--blue) !important;
    color: var(--white) !important;
    border-radius: 8px;
}

.tooltip-follw:hover .tooltiptext-follw {
    visibility: visible;
}
.tooltiptext-follw::before {
    content: "";
    position: absolute;
    top: 100%; /* arrow below tooltip box */
    left: 20%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    /* Right-side arrow (pointing left) */
    border-color: var(--blue) transparent transparent transparent;
}
/***************************************************************
   end tooltip for follow up date on worspace page
****************************************************************/
.closebtnposition {
    right:20px;
    top:15px;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.SumoSelect > .CaptionCont > span.placeholder {
    background: transparent!important;
}
