﻿

/*main CSS*/

/*start popup*/

.inverse {
    filter: invert(90%)
}

@media (max-width: 992px) {
    #dComCen {
        width: 95% !important; /* Full width on small screens */
    }

    #comCenter1stPane {
        width: 100% !important; /* Full width on small screens */
    }
}


.tskSubCntBlob {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    color: white;
    text-align: center;
    cursor: default;
    letter-spacing: -0.6px;
    margin-right: 5px;
    aspect-ratio: 1;
    font-weight: normal !important;
    justify-content: center;
    align-items: center;
    top: -1px;
    position: relative;
}

.clsTaskTitle {
    position: relative;
    top: 6px
}

#tooltipPopAWDPop {
    position: fixed;
    display: none;
    /*transform: translateY(10px) translateX(0px);*/
    padding: 10px 12px;
    font-size: .7rem;
    z-index: 99999;
    background-color: transparent;
    border-radius: 0px;
    color: #fff !important;
    min-height: 1rem;
    line-height: 100%;
    text-align: center;
    overflow: hidden;
    pointer-events: none;
    background-color: #323232;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}


/*end popup*/
.material-tooltip {
    z-index: 99999 !important;
    border-radius: 0px !important;
    font-size: 22px;
    padding: 10px 10px !important;
    margin-top: -15px !important;
}

#pbSchedular .col {
    cursor: pointer;
}

#modRestoreFromArchive .picker__footer {
    display: none
}

#modAddSubTimeSub {
    top: 5%
}

#select2-sWorkDomListToChange-container {
    font-weight: bold !important;
    color: #817e7e
}

#tblGrouping td, #tblGrouping th {
    padding: 3px 5px !important
}

.unreadRow {
    font-weight: bold;
}

#tblGrouping tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblGrouping thead, #tblGrouping tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblGrouping table {
    width: 100%;
}


#tblLinks td, #tblLinks th {
    padding: 5px 5px !important
}

#tblLinks tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblLinks thead, #tblLinks tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


#tblLinks table {
    width: 100%;
}


#dLinksDD {
    position: absolute;
    top: 225px;
    left: 100px;
    background-color: rgb(250, 250, 250);
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    padding: 0 20px 20px 20px;
    border-radius: 12px;
    max-height: 60%;
    overflow-x: auto;
    display: none;
    height: auto;
    overflow-x: auto;
    max-width: 80%;
    min-width: 750px;
    z-index: 99999 !important;
}


#dspnAlertPop {
    position: absolute;
    top: 48px;
    right: 252px;
    background-color: rgb(250, 250, 250);
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 12px;
    max-height: 60%;
    overflow-x: auto;
    display: none;
    height: auto;
    overflow-x: auto;
    max-width: 750px;
    z-index: 999999 !important;
    font-size: 18px !important;
}

/*#popSuperSearch_Task {
    top: -30px;
    left: 493px;
}*/
/*
#popSuperSearch_Backlog {
    top: -30px;
    left: 493px;
}

#popSuperSearch_OpenIssues {
    top: -30px;
    left: 493px;
}

#popSuperSearch_Sub {
    left: 333px;
}*/
/*
.clsSuperSearchPop {
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    position: absolute;
    font-size: 12px;
    background: white;
    border-radius: 7px;
    padding: 5px;
    z-index: 99999999;
    width: max-content;
}

    .clsSuperSearchPop span {
        cursor: pointer;
        display: block;
        padding: 5px;
        border-radius: 5px;
    }

        .clsSuperSearchPop span:hover {
            background: #EEEEEE;
        }*/

.note-modal.open {
    z-index: 99999;
}

#tblSubsBody {
    border-radius: 12px;
}

@media only screen and (min-width: 601px) {
    #tblTasks thead, #tblSubs thead {
        min-width: 1100px;
    }

    #tblBacklog thead, #tblOpenIssues thead {
        min-width: 1200px;
    }

    #tblOpenIssues thead {
        min-width: 1350px;
    }
}


.note-editable {
    /*border-radius: 0 0 15px 15px;
    border-radius: 15px;*/
}

.note-modal.link-dialog.open {
    z-index: 9999999;
}

.clsCCList_MailDD {
    position: relative;
    font-size: 0.8rem;
    user-select: none;
    background: transparent;
    padding-bottom: 7px;
    border-radius: 0 0 12px;
}


    .clsCCList_MailDD span {
        position: relative;
        top: 7px;
        font-size: 1.3rem;
        left: -4px;
    }

.Members_Filter {
    user-select: none;
}

#dCCList_MailDDPop, #Groups_Enrollees, #BacklogNotesPop {
    background: white;
    border-radius: 12px;
    cursor: default;
    font-size: 11px;
    max-height: 280px;
    max-width: 50%;
    overflow-y: auto;
    user-select: all;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

tr {
    /*border-radius: 12px;*/
}

.note-statusbar {
    /*margin: 0 15px;*/
}

/*.clsLeftRightBars {
    display: none;
}*/

.img-flagDD {
    position: relative;
    margin-bottom: -8px
}

.select2helper-text {
    top: -8px;
    position: relative;
}

.helper-text {
    color: red;
    font-size: 15px;
}


.clsbuttonIcons:hover {
    opacity: 1;
    transition: all 400ms;
}

#modAddEmoji td span {
    cursor: pointer;
}


.clsReqFlt {
    color: red;
    position: relative;
    top: -5px;
    font-size: 75%;
    left: 4px;
}

.clsHighlightEmailPanelGB {
    padding: 10px;
    transition-duration: 200ms;
    cursor: pointer;
}

    .clsHighlightEmailPanelGB:hover {
        background-color: #eeeeee;
    }

.clsMailBoxs {
    border-radius: 0px !important;
    width: 140px;
}

.clsS2UImail_Imail {
    background-color: #42a5f5;
    color: white !important;
    font-size: 80% !important;
}

.clsS2UImail_Imail_Selected {
    background-color: #0D47A1 !important;
    font-size: 80% !important;
    font-weight: bold;
}


.clsS2UImail_S2U {
    background-color: #b797e3 !important;
    color: white !important;
    font-size: 80% !important;
}

.fa-archive, .fa-trash-alt {
    color: red;
}


.clsMailBoxActive {
    background-color: #0D47A1 !important;
}

.clsMailBoxArc {
    background-color: #F0997D !important;
}


    .clsMailBoxArc.clsMailBoxActive {
        background-color: #FF3D00 !important;
    }


#aSendMail {
    color: white;
    width: 125px;
    margin: 0;
    position: relative;     
    top: 25px;
}

#dMlBdyHeaderShowThreadR,
#dMlBdyHeaderShowThreadL,
#sShowThreadInRepyForward {
    flex: 1;
    cursor: pointer;
    font-size: .8rem;
    color: #42a5f5;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: -15px;
    font-style: italic;
}

.clsPersonalList_ColsListTopBarCustomize {
    float: left;
    background: white;
    background-color: white;
    height: 62px;
    color: rgba(0, 0, 0, 0.87);
    margin: 7px;
    /*margin: 13px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    padding: 24px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: 155px;
}

.clsPersonalList_ColsList {
    float: left;
    background: white;
    background-color: white;
    height: 45px;
    color: rgba(0, 0, 0, 0.87);
    margin: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    padding: 15px;
    padding-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
}

#sScheduleLeftTimeLine {
    height: calc(100% - 165px);
    width: 3px;
    background: #42a5f5;
    display: inline-block;
    position: fixed;
    overflow: hidden;
    margin-left: 9px;
}

.clsScheduleLeftTimeLineBlob {
    height: 20px;
    width: 20px;
    background: white;
    display: block;
    position: relative;
    left: -55px;
    z-index: 99999;
    border-radius: 50%;
    top: -20px;
    border: 3px solid #42a5f5;
}

.clsScheduleLeftTimeLineBlobSel {
    background-color: #42a5f5;
}

.onlineBottomGreenBlob {
    border: 1px solid #00FF00;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #00FF00;
    position: relative;
    top: 22px;
    left: 13px;
    aspect-ratio: 1;
}

::-webkit-input-placeholder { /* Edge */
    font-size: 90%;
    color: #13010175;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 90%;
    color: #13010175;
}

::placeholder {
    font-size: 90%;
    color: #13010175;
}


.skeletion {
    opacity: .1;
    animation: skeletion-loader-container 1s linear infinite alternate;
}

@keyframes skeletion-loading {

    0% {
        opacity: .1
    }

    100% {
        opacity: .5
    }
}

.clsTopBarCustomButtons {
    float: left;
    width: 200px;
    background: white;
    float: left;
    background-color: white;
    line-height: 100px;
    height: 100px;
    font-size: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 20px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.clsTopBarCustomButtons_AddNewWD {
    width: 145px;
    float: left;
    line-height: 94px;
    height: 80px;
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 14px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.clsCircleF {
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}


    .clsCircleF:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleS {
    height: 25px;
    width: 25px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleS:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleL {
    height: 35px;
    width: 35px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleL:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }



.clsCircleDisF {
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}


    .clsCircleDisF:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleDisS {
    height: 25px;
    width: 25px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleDisS:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleDisL {
    height: 35px;
    width: 35px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleDisL:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }


.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: #ef5350;
}

#dTaskGridContents, #dSubGridContents, #dProjectGridContents, #dSubEditContents, #dTaskEditContents, #dProjectEditContents, #dOpenIssuesGridContents, #dOpenIssuesEditContents, #dBacklogGridContents, #dBacklogEditContents {
    /*border: 1px solid #c1b9b9;
    border-radius: 0px 12px 12px 0px !important;
    border-left:0px;*/
    border: 1px solid #c1b9b9;
    border-radius: 0px !important;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: 0px;
    padding: 24px 0px;
    margin-left: 5px;
}


#dSubEditContents, #dTaskEditContents, #dProjectEditContents, #dOpenIssuesEditContents, #dBacklogEditContents {
    padding: 24px;
}


#TaskGrid .card, #TaskEdit .card, #dTaskGridContents, #SubGrid .card, #SubEdit .card, #ProjectGrid .card, #ProjectEdit .card, #BacklogGrid .card, #Backlog .card, #OpenIssuesGrid .card, #OpenIssuesEdit .card, #BacklogGrid .card, #BacklogEdit .card {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.note-toolbar .material-icons {
    opacity: .9 !important;
}

.note-toolbar .material-icons-outlined {
    opacity: .9 !important;
}

.note-toolbar .fa {
    opacity: .9 !important;
}

.clsSummerNotePrintTitle {
    font-size: 1.4rem !important;
    padding: 5px !important;     
}

.clsDownloadContents {
    font-size: 1.4rem !important;
    padding: 5px !important;    
}

.clsEmojisInEditor {
    font-size: 1.4rem !important;
    padding: 5px !important;                
}

.clsExtactFromWorkPad {
    width: 17px;
    height: 17px;
    opacity: 1;
    position: relative;
    top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.clsToolTipExtractFromWorkPad {
    font-size: 22px !important;
    padding-right: 4px !important;
}

.card .card-content {
    border-radius: 12px !important;
}

.select2-container--open .select2-dropdown {
    border-radius: 12px !important;
}

.introjs-tooltip, .card, .modal, .dropdown-content, .anz-Movable, .cMailInfoPop {
    border-radius: 12px !important;
}

#dProjectComments, #dMenuPane_1, #dMenuPane_2, #dMenuPane_3, #dMenuPane_4 {
    border-radius: 12px !important;
    margin-left: 17px !important;
}

.clsProjectTaskChartsTabMenu_Active {
    border-bottom: 2px solid #98ee99;
    opacity: 1 !important;
    color: #42a5f5;
}

.clsLastButton {
    margin-left: 1.3rem !important
}

#dStatusBar {
    position: fixed;
    bottom: 0;
    height: 25px;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 99999;
}

.clsPerMinimizedIcn {
    position: relative;
    top: 3px;
    font-size: 16px;
    cursor: pointer;
}

.clsPerMinimizedIcnMax {
    right: -7px;
}

.clsHamMenu {
    border-radius: 12px;
}

.clsPerMinimizedIcnCls {
    right: -7px;
}

    .clsPerMinimizedIcnCls:hover {
        color: red;
    }


.clsPerMinimized {
    font-size: 14px;
    border-radius: 22px 22px 0 0;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    margin-right: 1px;
    opacity: .9;
    background: #7D7D7D;
}

    .clsPerMinimized:hover {
        opacity: 1;
        transition: all 300ms;
    }

.clsProjectTaskChartsTabMenu_Inactive {
    border-bottom: 2px solid transparent;
    opacity: 0.5 !important;
    cursor: pointer;
    color: #42a5f5;
}

.clsShowElipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.note-editor.note-frame {
    /*border: 1px solid #98ee99;*/
    border-radius: 12px !important;
}

#mainSmrntsTaskDetails .note-editor.note-frame,
#mainSmrntsSubDetails .note-editor.note-frame {
    border: none
}

.note-toolbar {
    background-color: transparent;
}


input[type="button"] {
    border-radius: 20px;
}

.btn {
    border-radius: 20px;
}

button {
    border-radius: 20px;
}

.bodyGrayBg {
    background: linear-gradient(to bottom right, rgb(242,242,247) 1%, rgb(229,229,234) 100%) fixed;
    background: -webkit-gradient(to bottom right,rgb(242,242,247) 1%, rgb(229,229,234) 100%) fixed;
}

.bodyWhiteBg {
    background: white;
}

.bodyBlueBg {
    background: linear-gradient(to bottom right, #bfd9ec 1%, #ffffff 100%) fixed;
    background: -webkit-gradient(to bottom right, #bfd9ec 1%, #ffffff 100%) fixed;
}

.bodyYellowBg {
    background: linear-gradient(to bottom right, #FFEFC6 1%, #e0e0de 100%) fixed;
    background: -webkit-gradient(to bottom right, #FFEFC6 1%, #e0e0de 100%) fixed;
}

body {
    min-height: 100vh !important;
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    height: fit-content
}

.clsSubEmojisAddedByUsers {
    margin-left: 4px;
    margin-right: 4px;
}

.clsFlagSubPop td {
    margin: 0;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

.clsFlagSubPopTD:hover {
    outline: 1px solid gray;
}

.clsText {
    background-color: #FF4081 !important;
}

#popAssociatesStatusChanges {
    z-index: 2500 !important;
}

#modZoom {
    top: 5% !important;
    z-index: 2500 !important;
}

#modNotCompletedTheProfile {
    z-index: 2500 !important;
}

#modAddEmoji {
    z-index: 2500 !important;
}

.resizeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -5px;
    right: 0;
    cursor: pointer;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

#dMailThread {
    z-index: 2500 !important;
    width: 760px;
    border: 1px solid #42a5f5;
    resize: both;
    padding: 0px;
    min-width: 500px;
    max-width: 90%;
    min-height: 500px;
    position: absolute;
    display: none;
    background-color: white;
    border-radius: 15px;
}

#modZoom .modal-contentscroll {
    height: calc(100vh - 204px);
}

.note-zoom button {
    margin: 0 !important;
    padding: 0 !important;
}

.clsText1 {
    font-size: 24px;
    padding: 0px;
    border-radius: 4px;
    height: 25px;
    width: 31px;
    text-align: center;
    color: white;
    padding-top: 2px;
    padding-left: 1px;
    background-color: #FF4081 !important;
}

.clsMail {
    background-color: #0D47A1 !important;
}

.clsMail1 {
    font-size: 24px;
    padding: 0px;
    border-radius: 5px;
    height: 24px;
    width: 31px;
    text-align: center;
    color: white;
    background-color: #0D47A1 !important;
}

.clsS2U1 {
    font-size: 8px;
    margin-left: 5px;
    background-color: #6200EA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 4px;
    color: white;
    font-family: "Segoe UI", "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.clsS2U {
    font-size: 15px;
    margin-left: 5px;
    background-color: #6200EA;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 4px;
    color: white;
    font-family: "Segoe UI", "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.input-field label {
    pointer-events: auto;
}

#tRegMnu_Referance::placeholder {
    text-transform: capitalize;
}


.clsFilterRow input {
    font-size: .9rem !important;
}

    .clsFilterRow input::-webkit-input-placeholder {
        font-size: .8rem;
        font-weight: normal
    }

    .clsFilterRow input::-moz-placeholder {
        font-size: .8rem;
        font-weight: normal;
    }

    .clsFilterRow input:-ms-input-placeholder {
        font-size: .8rem;
        font-weight: normal;
    }

    .clsFilterRow input::placeholder {
        font-size: .8rem;
        font-weight: normal;
    }


.uppercase {
    text-transform: uppercase;
}


[contenteditable]:empty:before {
    content: attr(data-placeholder);
    color: grey;
    display: inline-block;
}

.clsMailBoxesRight {
    line-height: 25px;
    opacity: 0.5 !important;
    text-align: right;
    display: inline-flex;
}

.clsMailBoxesLeft {
    opacity: 1;
    line-height: 25px;
    text-align: left;
}

.clsRegMenuLinks, .clsReg1MenuLinks {
    padding-top: 15px;
}

.clsMailBoxes {
    opacity: .5;
    line-height: 2rem;
    cursor: pointer;
    /*display: inline-flex;*/
    transition: all 300ms;
    width: 155px;
}

    .clsMailBoxes:hover {
        opacity: .8;
    }

.clsMailSelection {
    width: 162px;
    border: 1px solid #a09e9e;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-left: 5px;
    height: 48px;
    border-radius: 12px;
}




.clsCartEditSmallText {
    font-size: 12px;
    /*display: block;*/
    line-height: 0;
    padding-left: 5px;
    height: 0;
}

.clsComposeMailText {
    color: white !important;
}

.clsTabs {
    font-size: 1.1rem !important
}


audio {
    outline: none;
}


.cmaiCardNotesPops {
    z-index: 1 !important;
}

.clsComCentThreadHd {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 2px 5px 2px 5px;
    font-size: 10px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.clsComCentThreadHdFullWidth {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 2px 5px 2px 5px;
    font-size: 10px !important;
}

.clscomCenHeadInfo {
    padding-top: 2px;
    cursor: default;
}


.clsComCenAtt {
    vertical-align: inherit;
    font-size: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.contFlCommCentr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.contFlCommCentrRow {
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px solid silver;
    width: 100%;
    padding: 3px 0px 3px 0px;
    height: 70px;
    /*flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}

.cCommCentrRowHeight {
    line-height: 15px;
    height: 15px;
}


.cCommCentrCCOptions {
    opacity: .7;
    font-size: .9rem;
    position: relative;
    margin-right: 0.1rem;
    cursor: default;
}

.cCommCentrRowHeight1 {
    line-height: 30px;
    height: 30px;
}

.clsAddTskPrjSub {
    cursor: pointer;
    font-size: 2.2rem !important;
    margin-top: 2px !important;
    margin-left: -9px;
    position: absolute;
    display: block;
}

.clsHide {
    display: none;
}

.clsAddTskPrjSubI {
    margin-left: 2rem !important;
    margin-bottom: 2px !important;
    border-bottom: none !important;
    margin-top: 5px !important;
    padding-top: 0 !important;
    box-shadow: none !important;
    font-size: 13.5px !important;
}

.clsHighlightRowDefTheme {
    background-color: #ECEFF1;
}

.clsHighlightRowDrkTheme {
    background-color: #ECEFF1;
    color: black;
}

.clsNoImgAvatar {
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    aspect-ratio: 1;
}


.clsNoImgAvatarBg {
    border-radius: 50%;
    display: inline-block;
    font-size: 1.3em;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    aspect-ratio: 1;
}


.clsNoImgAvatarSm {
    border-radius: 50%;
    display: inline-block;
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 0px !important;
    aspect-ratio: 1;
}


.clsChatLineRightMain {
    text-align: right;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    padding-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}


.chatLineDateTimeStap {
    font-size: 70%;
    border: 1px solid #BDBDBD;
    border-right: 0px;
    border-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
}

.clsChatLineRightSub {
    display: inline-block;
    border-radius: 20px;
    padding: 5px;
    background-color: #B2FF59;
    border: 1px solid transparent;
    text-align: right;
    max-width: 95%;
    min-width: 150px;
    padding-right: 10px;
    padding-left: 10px;
}

.clsShowHideChatDateTime {
    display: inline-block;
    padding-right: 5px;
}

.clsChatLineLeftMain {
    text-align: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.clsChatLineLeftSub {
    display: inline-block;
    border-radius: 20px;
    padding: 5px;
    background-color: #B3E5FC;
    /*background-color: #EEEEEE;*/
    border: 1px solid transparent;
    text-align: left;
    max-width: 95%;
    min-width: 150px;
    padding-right: 10px;
}

.clsAssoAvtr {
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}


.clsAssoAvtrBg {
    border-radius: 50%;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    position: relative;
}

.clsAssoAvtrSm {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.clsMailAvtr {
    transition: all 300ms;
}

.clsMailChk {
    transition: all 300ms;
}

.clsMailThreadSep {
    overflow: hidden;
    font-size: .77rem;
    font-weight: bold;
    border-bottom: 1px solid silver;
    opacity: .7;
    width: auto;
    margin-right: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: .75em;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: plum;
    vertical-align: middle;
    color: white;
}

.clsMailAttBox {
    cursor: pointer;
    font-size: 14px;
    opacity: .7;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all 300ms;
    color: #0278e9;
    box-shadow: 0 0 1px rgba(0,0,0,.11), 0 1px 2px rgba(0,0,0,.22);
    box-sizing: border-box;
    display: inline-block;
    border-radius: 12px;
}

    .clsMailAttBox:hover {
        opacity: .9;
        background: rgba(0,0,0,.03);
    }


.collapsible-header {
    line-height: 1.6 !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    padding-right: 0.6rem !important;
}

.collapsible {
    font-size: 16px !important;
}


#tblFileRepository_VisibleTo td, #tblFileRepository_VisibleTo th, #tblOpenIssues_VisibleTo th, #tblOpenIssues_VisibleTo td {
    padding: 3px 3px !important;
    font-size: 15px;
}

#modReassignTaskOwnershipNM {
    top: 3% !important;
}


/*.clsTasks_GiveWorkDomain_highlightedRow:hover {
    background: #ECEFF1;
}*/

#tblFileRepository td, #tblFileRepository th {
    padding: 5px 5px !important
}


#tblWiki td, #tblWiki th {
    padding: 5px 5px !important
}

#tblWhoWasHere td, #tblWhoWasHere th {
    padding: 5px 5px !important
}

#tblWhoWasHere tbody {
    background: transparent;
}

.clsAssociatesTableEdtBrder:hover {
    outline: 1px solid black !important;
}



.clsSel2Associates {
    padding-top: 5px;
}

.clsFromToInMailHeader {
    border: 1px solid transparent;
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 12px;
}


.clsAWDToggleCheck {
    position: absolute;
    font-size: 14px;
    top: 13px;
    right: 8px;
    display: none;
}

.clsAWDToggleCheckChkd {
    display: block;
    color: white !important;
}

.clsAssoAvtrSpn {
    border-radius: 50%;
    vertical-align: text-bottom;
    width: 40px;
    display: inline-block;
    padding: 0;
    margin-right: -10px;
}

.onlineOffLineBlob {
    margin-left: 15px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: #00FF00;
    display: inline-flex;
    vertical-align: baseline;
}

.onlineOffLineBlobN {
    margin-left: 15px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 1px solid #cdcdcd;
    display: inline-flex;
    vertical-align: baseline;
}

.onlineOffLineBlobOL {
    background-color: white !important;
    border: 1px solid lightgrey;
}


.onlineOffLineBlobChat {
    background-color: #edff00 !important;
    border: 1px solid lightgrey;
}

.clsContextMenu {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 100;
}

.dropdown-content1 {
    margin: 0;
    min-width: 100px;
    /*max-height: 650px;*/
    overflow-y: auto;
    opacity: 0;
    /*z-index: 999;*/
    display: contents;
    position: static;
    margin-bottom: 5px;
}


    .dropdown-content1 li {
        clear: both;
        color: rgba(0, 0, 0, 0.87);
        cursor: pointer;
        min-height: 50px;
        line-height: 1.5rem;
        width: 100%;
        text-align: left;
        text-transform: none;
    }

        .dropdown-content1 li:hover, .dropdown-content1 li.active, .dropdown-content1 li.selected {
            background-color: #eee;
        }

.dropdown-content li.active.selected {
    background-color: #e1e1e1;
}

.dropdown-content1 li.divider {
    min-height: 0;
    height: 1px;
}

.dropdown-content1 li > a, .dropdown-content1 li > span {
    font-size: 16px;
    color: #42a5f5;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

    .dropdown-content1 li > span > label {
        top: 1px;
        left: 0;
        height: 18px;
    }

    .dropdown-content1 li > a > i {
        height: inherit;
        line-height: inherit;
        float: left;
        margin: 0 24px 0 0;
        width: 8px;
    }

.dropdown-content1 [type="checkbox"] + label {
    top: 1px;
    left: 0;
    height: 18px;
}



/*///////////////*/
#tblReportBody {
    display: block;
    height: 150px;
    overflow: auto;
}

    #tblReportHead, #tblReportBody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


/*tbody {
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  
    background-attachment: local, local, scroll, scroll;
}


.clsScrollTopBottomBorder {
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px; 
    background-attachment: local, local, scroll, scroll;
}*/

#tblReport {
    width: 100%;
}

/*/////////////////////*/
.clsSettingsSideMain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100%;
    padding: 55px 0 20px 0px;
}

.clsSettingsSideSub {
    width: 200px;
    height: 75px;
    border: solid #d0d0d0;
    border-width: 1px 1px 1px 0;
    padding: 10px 0px 10px 20px;
    cursor: pointer;
    transition: all 300ms;
    opacity: .4;
}

    .clsSettingsSideSub:hover {
        font-weight: bold;
        transition: all 300ms;
        opacity: .7;
    }

.clsSettingsSideSubOthers {
    border-width: 0px 1px 1px 0;
}

.clsSettingSideSelected {
    border-right: 0px;
    opacity: .7;
}

.clsSettingSideLast {
    border-width: 0px 1px 0px 0;
}

.clsSettingSideLastReal {
    cursor: default;
    border-bottom: 0px;
    border-right: 1px solid #d0d0d0;
    height: 80px;
}


.clsAddNewUserRow {
    margin-bottom: 30px !important;
}

.clsSubTimeRow {
    margin-bottom: 30px !important;
}

.clsMarg25 {
    margin-bottom: 25px !important;
}

.clsBlueOnHover:hover {
    color: #42a5f5 !important;
}




.clsTimGrdSet {
    height: 10px !important;
    padding: 10px 5px !important;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}




.bodyDarkTheme {
    min-height: 100vh !important;
    margin: 0px;
    height: auto;
    background: #31334b;
}


.switch .lever {
    background-color: #c2c2c2;
}

.darkTheme {
    color: white !important;
    background-color: #212121 !important;
}


.darkThemeLight {
    color: #42a5f5 !important;
    background-color: #353437 !important;
}

/*.dLftRhtArrowsR img {
    width: 12px !important
}*/

/*.clsLftRhtArrowsI {
    opacity: .7;
    transition: all 500ms;
    cursor: pointer;
    width: 8px;
}


    .clsLftRhtArrowsI:hover {
        opacity: 1;
        transition: all 500ms;
    }*/

.clsPadlock {
    width: 34px;
    display: inline-block;
    text-align: center;
    height: 34px;
}


/*.clsLftRhtArrows {
    width: 30px;
    display: block;
    position: absolute;
    top: 7.8rem;
    user-select: none;
}*/

.clsEditTaskInPrjs {
    display: none;
    padding-top: 5px;
    transition: all 500ms;
}

.clsLock {
    font-size: 30px;
    color: #9E9E9E;
    transition: all 300ms;
    content: " NEW!";
    cursor: pointer;
}

    .clsLock:hover {
        font-size: 30px;
        color: black;
        transition: all 300ms;
    }


.clsCircleDis {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    padding-top: 7px;
    padding-left: 7px;
    cursor: pointer;
    background-color: #42a5f5;
    transition: all 300ms;
    color: #76FF03 !important;
}

    .clsCircleDis:hover {
        background-color: transparent;
        transition: all 400ms;
        color: #9E9E9E !important;
    }

.clsCircle {
    color: #9E9E9E !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    padding-top: 7px;
    padding-left: 7px;
    cursor: pointer;
    transition: all 400ms;
}

    .clsCircle:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }



.clsCircleBig {
    color: #9E9E9E !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 400ms;
    padding-right: 7px;
    padding-top: 7px;
    font-size: 24px;
}

    .clsCircleBig:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsWorkDoaminListLine {
    width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.clsTopTitle {
    font-size: 1rem;
    opacity: .9;
    line-height: 1;
    padding-bottom: 10px;
}

#uploadifive-FileUpload_Image {
    text-align: left !important;
}

#uploadifive-FileUpload_ImageNM {
    text-align: left !important;
}


#uploadifive-FileUpload_CompLogoNM {
    text-align: left !important;
}

.topRightClose {
    opacity: .5;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
    transition: all 300ms;
}

    .topRightClose:hover {
        opacity: 1;
        transition: all 300ms;
    }




.topRightCloseChat {
    opacity: .5;
    position: relative;
    top: -40px;
    left: 120px;
    cursor: pointer;
    transition: all 300ms;
}

    .topRightCloseChat:hover {
        opacity: 1;
        transition: all 300ms;
    }



.topRightMnmz {
    opacity: .5;
    position: absolute;
    top: 2px;
    right: 45px;
    cursor: pointer;
    transition: all 300ms;
}

    .topRightMnmz:hover {
        opacity: 1;
        transition: all 300ms;
    }


.clsAniMenuTopRightClose {
    opacity: .7;
    text-align: right;
    height: 0px;
    margin-right: 10px;
    padding-top: 3px;
    display: block;
}


#dPopMessagesRight {
    opacity: 1;
    background-color: white;
    position: fixed;
    top: 88px;
    right: -20px;
    text-align: right;
    height: 60px;
    /*border-radius: 10px;*/
    width: auto;
    border: 1px solid #d3d3d3;
    padding: 14px 35px 14px 14px;
    transition: all 300ms;
    cursor: pointer;
    display: none;
}

    #dPopMessagesRight:hover {
        opacity: 1;
        transition: all 300ms;
    }

modWikiAddEdit
#dWorkPad .note-frame {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}


.clsFileRepositoryMod1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.select2-container--open {
    z-index: 9999999
}
/*ssssssssssssssssssssssssssssssssssssssss*/
.anz-Movable {
    position: fixed;
    z-index: 2050;
    background-color: rgb(250, 250, 250);
    border: 2px solid #d3d3d3;
    display: none;
    max-width: 95%;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
}

.anz-Movableheader {
    cursor: move;
    text-align: center;
    z-index: 10;
    /*background-color: white;*/
    color: black;
    height: 40px;
    margin: 0px;
}



.anz-Controls {
    cursor: pointer;
    position: absolute;
    top: 6px;
    display: block;
}

.anz-Controls-Min {
    right: 70px;
}

.anz-Controls-Max {
    right: 40px;
}

.anz-Controls-Clo {
    right: 6px;
}

.modal-content .btn {
    min-width: 150px;
}

/*start loader*/
.preloader-awd {
    display: inline-block;
    position: relative;
    width: 100px;
}

.chatOfflineNosReceived {
    display: none;
    position: absolute;
    top: 26px;
    right: 6px;
    font-size: .8rem;
    background-color: red;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: white !important;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
}

#tblAssociates td, #tblAssociates th {
    padding: 5px 5px !important
}

#tblUserProfiles td, #tblUserProfiles th {
    padding: 5px 5px !important
}

#tblFileRepository td, #tblFileRepository th {
    padding: 5px 5px !important
}

.clsComCenMailLabels {
    cursor: default;
    user-select: none;
}

.comCenterMessageCntReceivedSubs {
    padding: 1px 3px 1px 3px;
    /*border: 1px solid;*/
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.comCenterMessageCntReceived {
    font-size: 60%;
    min-width: 70px;
    color: black !important;
    margin-bottom: -14px;
    text-align: center;
    padding: 0px;
    user-select: none;
    background-color: transparent !important;
    /*display: none*/
}

.clsML {
    color: white !important;
    background: #b01e1e !important;
}

.clsCH {
    color: black !important;
    background: #00FF00 !important;
}

.clsS2 {
    color: white !important;
    background: #6200EA !important
}

#modPersonalizePop [type="radio"]:not(:checked) + label:before,
#modPersonalizePop [type="radio"]:not(:checked) + label:after,
#modPersonalizePop [type="radio"]:checked + label:before,
#modPersonalizePop [type="radio"]:checked + label:after,
#modPersonalizePop [type="radio"].with-gap:checked + label:before,
#modPersonalizePop [type="radio"].with-gap:checked + label:after {
    width: 12px;
    height: 12px;
    border: 1px solid;
}

#modPersonalizePop .clsRectangle [type="radio"]:not(:checked) + label:before,
#modPersonalizePop .clsRectangle [type="radio"]:not(:checked) + label:after,
#modPersonalizePop .clsRectangle [type="radio"]:checked + label:before,
#modPersonalizePop .clsRectangle [type="radio"]:checked + label:after,
#modPersonalizePop .clsRectangle [type="radio"].with-gap:checked + label:before,
#modPersonalizePop .clsRectangle [type="radio"].with-gap:checked + label:after {
    margin-top: 11px;
    margin-left: -22px;
}



.greenBlob:checked + label:after, .greenBlob.with-gap:checked + label:after {
    background-color: #efabab !important;
}

.greenBlob:checked + label:after, .greenBlob.with-gap:checked + label:before, .greenBlob.with-gap:checked + label:after {
    border: 1px solid #c5c558 !important
}



.blueBlob:checked + label:after, .blueBlob.with-gap:checked + label:after {
    background-color: #6ad3ea !important;
}

.blueBlob:checked + label:after, .blueBlob.with-gap:checked + label:before, .blueBlob.with-gap:checked + label:after {
    border: 1px solid #335860 !important;
}



.grayBlob:checked + label:after, .grayBlob.with-gap:checked + label:after {
    background-color: #c26aea !important;
}

.grayBlob:checked + label:after, .grayBlob.with-gap:checked + label:before, .grayBlob.with-gap:checked + label:after {
    border: 1px solid #335860 !important;
}


.clsHideRow {
    display: none;
}

.clsSearchBox {
    cursor: pointer;
    margin-top: 2px !important;
    margin-left: -9px;
    position: absolute;
    display: block;
    font-size: 1.8rem !important;
    top: 0.3rem !important;
    left: 1.75rem !important;
}

::-webkit-scrollbar {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #e1d9d9;
}

::-webkit-scrollbar-track {
    visibility: hidden; /* doesn't seem to work */
}

::-webkit-scrollbar-thumb {
    cursor: default;
    border-radius: 3px;
    background: #00000082
}

::-webkit-scrollbar:window-inactive {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    background: #e1d9d9;
}

/*--------------*/


.inverseScrollBar::-webkit-scrollbar {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #9BA49E;
}

.inverseScrollBar::-webkit-scrollbar-track {
    visibility: hidden; /* doesn't seem to work */
}

.inverseScrollBar::-webkit-scrollbar-thumb {
    cursor: default;
    border-radius: 3px;
    background: #332c2c;
}

.inverseScrollBar::-webkit-scrollbar:window-inactive {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    background: #9BA49E;
}



/*--------------*/



.materialize-textarea {
    height: 6rem;
}

.avatar {
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.clsGridIcon {
    width: 40px;
    cursor: pointer
}


.gridEdit {
    cursor: pointer
}

.datepicker {
    cursor: pointer;
}


#iAddNewSub {
    font-size: 2rem !important;
}

.txtBoxBorderRoundAlways {
    border: 1px solid #42a5f5;
    border-top: none;
    border-right: none;
    border-left: none;
    /*border: 1px solid rgb(63, 169, 245);*/
    /*border-radius: 20px;*/
}

    .txtBoxBorderRoundAlways i {
        font-size: 1.7rem !important;
        top: 0.1rem !important;
        left: 0.85rem !important;
    }

.grdEditIcoFaws {
    opacity: .5;
    cursor: pointer;
}

    .grdEditIcoFaws:hover {
        opacity: 1;
        transition: all 300ms;
    }

.clsMatLeft {
    left: .75rem !important;
    text-align: left !important
}


.tblDoneIcon {
    cursor: pointer;
    position: relative;
    top: 4px;
}

.tblDoneIconDiss {
    opacity: .4;
    /*font-size: 20px;*/
    cursor: default;
}

.tblDoneIcon:hover {
    opacity: 1;
    transition: all 300ms;
}

.clsMyProfile {
    cursor: pointer;
    /*position: absolute;*/
    /*top: 43px;
    right: 95px;*/
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .clsMyProfile:hover {
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

.awdCards {
    display: none;
    margin-right: -20px !important;
}

th.sortable {
    cursor: pointer;
}

.backKey {
    opacity: .7;
    cursor: pointer;
}

.grdDwAr {
    display: none;
    opacity: .5
}

.grdUpAr {
    display: none;
    opacity: .5
}

    .grdUpAr:hover {
        opacity: .8
    }

.grdDwAr:hover {
    opacity: .8
}

.clsTopCardShowHideEtc {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -7px;
    margin-top: 0px;
}


#modMenu {
    overflow: hidden;
    background: none;
    box-shadow: none;
    max-width: 100vw;
    margin-left: 15px;
    border: none;
}


.cen {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.rgt {
    text-align: right;
}

.grdEditIco {
    font-size: 18px;
    opacity: .6;
    cursor: pointer
}

    .grdEditIco:hover {
        opacity: 1;
        transition: all 300ms;
    }

.btn {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#aWorkPad {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;
    bottom: 2.1rem;
    left: .4%;*/
    /*display: block;*/
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
    display: none;
}

    #aWorkPad:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }


#aMyAssociates1 {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;
    bottom: 2.1rem;
    right: .4%;
    display: block;*/
    font-size: 2rem;
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aMyAssociates1:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
    }


#aWiki {
    cursor: pointer;
    /*opacity: .4;*/
    /*position: fixed;
    bottom: 6.8rem;
    left: .4%;*/
    /*display: block;*/
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
    display: none;
}

    #aWiki:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }

#aFileRepository {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;*/
    /*bottom: 11.5rem;*/
    /*left: .4%;*/
    /*display: block;*/
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
    display: none;
}

    #aFileRepository:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }

.clsChatWindows {
    height: auto;
    width: 300px;
    padding: 0px;
    display: inline-block;
    /*border-radius: 15px;*/
}


#dChatMain .select2-container {
    width: 226px !important;
}

.clsChatText {
    width: 210px;
    height: 64px;
    border: 1px solid #a9a9a9;
    font-size: 14px !important;
    padding: .3rem !important;
    overflow: hidden;
    overflow-y: auto;
    outline: none;
    border-radius: 12px !important;
    color: black
}

#Iwiki {
    color: #0D47A1;
    opacity: .8;
    transition: all 300ms;
    position: relative;
    right: 3px;
}

    #Iwiki:hover {
        opacity: 1;
        transition: all 300ms;
    }

.deleteIconRed:hover {
    color: red;
}

#dLeftMoreIconListSmall img {
    opacity: .7 !important;
}


    #dLeftMoreIconListSmall img:hover {
        opacity: 1 !important;
    }

#dLeftMoreIconListBig {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0px;
    width: 50px;
    height: 100vh;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    /*background: #465069;*/
}

    #dLeftMoreIconListBig img {
        opacity: .7 !important;
        position: relative;
        cursor: pointer;
        width: 100%;
        height: auto;
        padding: 0px 5px 0px 5px;
    }


        #dLeftMoreIconListBig img:hover {
            opacity: 1 !important;
            transition: all 300ms;
        }


#iMyAssociates1 {
    color: #0D47A1;
    opacity: .9;
    transition: all 300ms;
    position: relative;
    bottom: 5px;
    right: 6px;
}

    #iMyAssociates1:hover {
        opacity: 1;
        transition: all 300ms;
    }


#iFileRepositorys {
    color: #0D47A1;
    opacity: .9;
    transition: all 300ms;
    position: relative;
    right: 3px;
    font-size: 2.6rem;
}

    #iFileRepositorys:hover {
        opacity: 1;
        transition: all 300ms;
    }

#iWorkPad {
    color: #0D47A1;
    opacity: .8;
    transition: all 300ms;
    position: relative;
    bottom: 3px;
    right: 3px;
    font-size: 2.6rem;
}

    #iWorkPad:hover {
        opacity: 1;
        transition: all 300ms;
    }



#aChat1 {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;*/
    /*bottom: 6.8rem;*/
    /*right: .4%;
    display: block;
    font-size: 2rem;*/
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aChat1:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
    }

#iChat1 {
    margin-left: -4px;
    color: #0D47A1;
    transition: all 300ms;
    opacity: .9;
    position: relative;
    bottom: 4px;
}

    #iChat1:hover {
        opacity: 1;
        transition: all 300ms;
    }

/*#aMail {
    cursor: pointer;
   
    font-size: 2rem;
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aMail:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
        z-index: 0;
    }*/

#iMail {
    color: #0D47A1;
    opacity: .7;
    transition: all 300ms;
    font-size: 2.6rem;
    position: relative;
    bottom: 8px;
    right: 3px;
    cursor: pointer;
}

    #iMail:hover {
        opacity: 1;
        transition: all 300ms;
        box-shadow: none;
    }


#aMail1 {
    cursor: pointer;
    /*opacity: .4;*/
    /*position: fixed;
    bottom: 11.5rem;
    right: .4%;
    display: block;*/
    font-size: 2rem;
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aMail1:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
        z-index: 0;
    }

#iMail1 {
    color: #0D47A1;
    opacity: .7;
    transition: all 300ms;
    font-size: 2.6rem;
    position: relative;
    bottom: 2px;
    right: 5px;
}

    #iMail1:hover {
        opacity: 1;
        transition: all 300ms;
        box-shadow: none;
    }




#iAI1 {
    color: #0D47A1;
    opacity: .7;
    transition: all 300ms;
    font-size: 2.6rem;
    position: relative;
    bottom: 0px;
    right: 1px;
}

    #iAI1:hover {
        opacity: 1;
        transition: all 300ms;
        box-shadow: none;
        width: 48px;
        height: 48px;
    }


#aHelp {
    cursor: pointer;
    opacity: .4;
    position: fixed;
    /*bottom: 10.5rem;*/
    bottom: 10.5rem;
    right: .3rem;
    display: block;
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
}

    #aHelp:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }

#iHelp {
    font-size: 2rem;
    font-size: 2.2rem;
    margin-top: -4px;
    margin-left: -2px;
    color: black;
    opacity: .4;
    transition: all 300ms;
}

    #iHelp:hover {
        opacity: 1;
        transition: all 300ms;
    }

.clsPrty {
    text-align: center !important;
    width: 100px;
    height: 26px !important;
    line-height: 28px;
    border: 2px solid;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
}

.clsPrtySp1 {
    display: inline-block;
    font-weight: normal;
    color: #434348;
    line-height: 20px;
    position: relative;
    top: -3px;
    width: 12px;
    margin-left: 4px;
    text-align: right;
    /*display:none;*/
}

.clsPrtySp2 {
    display: inline-block;
    line-height: 20px;
    position: relative;
    color: #434348;
    top: -3px;
    width: 63px;
    text-align: center;
}

#select2-self_tskPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_tskStatus-container {
    padding: 0;
}


#select2-self_BacklogPriority-container {
    padding: 0;
}

#select2-self_BacklogStatus-container {
    padding: 0;
}


#select2-self_subPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_subStatus-container {
    padding: 0;
}

#select2-self_subSeverity-container {
    padding: 0;
}



#select2-self_tskPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_prjStatus-container {
    padding: 0;
}

#select2-self_prjPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_tskStatus-container {
    padding: 0;
}


#select2-self_prjPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_prjStatus-container {
    padding: 0;
}

#select2-self_OpenIssuesPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_OpenIssuesStatus-container {
    padding: 0;
}

.clsPrty_1 {
    color: #f3131f;
}

.clsPrty_2 {
    color: rgb(255, 196, 0)
}

.clsPrty_3 {
    color: #434348;
}

.clsPrty_4 {
    color: rgb(0, 174, 255)
}

.clsPrty_5 {
    color: #afacac
}

/*override materializecss*/
.container {
    width: calc(100vw - 70px) !important;
    margin-left: 50px !important;
    min-width: calc(100vw - 70px) !important;
    max-width: calc(100vw - 70px) !important;
}

.clsAvatrarMail {
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    padding: 3px;
    position: relative;
    right: -3px;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 20px;
    top: 1px;
    font-size: 0.7rem;
    color: white;
    margin-left: -3px;
}

.clsAvatrarMailPic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    right: -3px;
    top: 7px;
}

.sMailNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: 102px;
    left: 193px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}


.chatBlob { /*display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0;
    background-color: #00FF00;
    margin-bottom: 0px;
    margin-right: 10px;*/
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0;
    /*background: none;*/
    background-color: #00FF00;
    top: 1px;
    right: 8px;
    position: relative;
    border: 1px solid lightgray;
}


.chatBlobEnable {
    background-color: #00FF00;
}

.chatBlobDis {
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0;
    border: 1px solid lightgray;
    background: none;
    margin-bottom: 0px;
    margin-right: 10px;
}


.anzPopTitle {
    font-size: 18px;
    padding-top: 6px;
    padding-right: 40px;
    padding-left: 40px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.removeFile {
    opacity: .5;
    transition: all 300ms;
}

    .removeFile:hover {
        opacity: 1;
        transition: all 300ms;
    }


    .removeFile i {
        padding-left: 10px;
        font-size: 19px;
    }

.input-field label {
    font-size: 15px !important;
}

.note-dropdown-menu, .note-check, .dropdown-fontname {
    font-size: 15px !important;
}

input, textarea {
    font-size: 15px !important;
}

.input-field {
    font-size: 15px !important;
}


.clsLink {
    opacity: .8;
    color: #0278e9;
    font-style: italic;
    cursor: pointer;
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 21px;
}

    .clsLink:hover {
        opacity: 1;
        transition: all 300ms;
    }


.clsLinkSm {
    opacity: .8;
    color: #0278e9;
    font-style: italic;
    cursor: pointer;
}

    .clsLinkSm:hover {
        opacity: 1;
        transition: all 300ms;
    }



.erLabel {
    color: #F44336;
    font-size: 12px;
    margin-left: 3rem;
    width: auto;
    display: none;
}

.navCard {
    min-width: 170px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 35px;
    height: 85px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.clsSelWorkDomain {
    /*display: block;*/
    color: black;
    /*position: absolute;
    top: 43px;*/
    font-size: 11px;
    right: 121px;
    text-align: right;
    background-color: white;
    width: auto;
    height: 25px;
    padding: 6px 6px 10px 10px;
    border-radius: 25px 0 0 25px;
}


.clsNewCommentAdded {
    display: none;
    width: auto;
    position: absolute;
    top: 100px;
    right: 97px;
    opacity: .8;
    text-align: right;
    color: #FFBF00;
    font-size: 34px;
}

.clsLogOff {
    cursor: pointer;
    font-size: 40px;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 44px;
    right: 20px;
    opacity: .4;
    -webkit-transition: all 300ms;
    /* Safari */
    font-size: 1.7rem !important;
    transition: all 300ms;
    color: #f44336;
}

    .clsLogOff:hover {
        /*color: #f44336;*/
        opacity: .8;
        -webkit-transition: all 300ms;
        /* Safari */
        transition: all 300ms;
    }

.clsLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    display: none;
    margin: -75px 0px 0px -75px;
}

.clsLoader1 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -75px 0px 0px -75px;
}

.clsRedForeColor {
    color: #f44336;
}

.nobottomborder {
    border-bottom: 1px solid transparent !important;
}


/*#ColumnHeadersListToAddSwap_Sub [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    border: 1px solid lightgray;
}

#ColumnHeadersListToAddSwap_Sub [type="checkbox"]:checked:disabled + label:before {
    border-right: 1px solid rgba(0, 0, 0, 0.42);
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

#ColumnHeadersListToAddSwap_Sub [type="checkbox"]:checked + label:before {
    top: -3px;
    left: -5px;
    width: 10px;
    height: 18px;

    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #42a5f5;
    border-bottom: 1px solid #42a5f5;
}*/


#modPersonalizePop {
    top: 1% !important;
}

.topMenuVisibilityCards {
    background-color: white;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 12px;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    width: 160px;
    margin-right: 12px;
    margin-bottom: 15px;
    height: 50px;
    line-height: 35px;
}


.clstopMenuVisibilityCardsChkBox {
    position: absolute;
    margin-top: -9px;
    display: block;
    width: 10px;
    margin-left: -18px;
}

.note-toolbar .note-btn {
    background-color: transparent;
    border-color: transparent;
}

    .note-toolbar .note-btn:hover {
        /*background-color: white;*/
        /*border-color: transparent;*/
    }

.clsOpenInEditMode {
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    margin-top: -7px;
    margin-left: -23px;
}

.br_tmln {
    width: 125px;
    height: 28px;
    background-color: #42a5f5;
    position: relative;
    /*overflow: hidden;*/
    /*border-radius: 7px;*/
    cursor: default;
    /*border: 2px solid #434348;*/
}

.br_tmln_bar,
.br_tmln_txt {
    /*position: absolute;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;*/
    position: absolute;
    height: 28px;
    line-height: 29px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
    /*border-radius: 5px 0px 0px 5px;*/
}

.br_tmln_bar {
    -webkit-animation: show-bar-one 1.2s 0.1s forwards;
    -moz-animation: show-bar-one 1.2s 0.1s forwards;
    animation: show-bar-one 1.2s 0.1s forwards;
    /*background-color: #434348;*/
    background-color: #0162b1;
}




.br_tmln_barPop {
    position: absolute;
    height: 15px;
    line-height: 9px;
    font-size: 9px;
    font-weight: bold;
    color: white;
    background-color: #434348;
    top: -1.17rem;
    border-radius: 50%;
    width: 15px;
    text-align: center;
    padding: 3px;
}



.br_tmln_txt {
    width: 100%;
    /*width: 156px;*/
    /*left: -1px;*/
}

.clsGrid_Pie2 {
    width: 75px;
    text-align: center;
    /*padding-top: 0*/
}

.clsGrid_Pie1 {
    font-size: 9px;
    opacity: .8;
    position: relative;
    top: -6px;
    left: 1px;
    opacity: 1;
    font-weight: bolder;
}

.hideShowEditViewIcon {
    position: relative;
    top: 8px;
    padding-right: 10px;
    display: none;
}

    .hideShowEditViewIcon img {
        opacity: 0.5;
        position: relative;
        top: 0px;
        transform: scale(.87);
    }

    .hideShowEditViewIcon span {
        font-size: 11px;
        position: relative;
        top: -7px;
        opacity: 0.7;
        left: -4px;
    }

#dCentralDisplay {
    overflow: hidden;
    position: absolute;
    margin-top: 18px;
    padding-left: 0px;
    height: 96px;
    /*border: 1px solid rgb(218 213 213);*/
    background-color: white;
    display: none;
    z-index: 99;
    color: black;
}



#dEntity {
    /*margin-left: 0px;
    position: absolute;
    top: 30px;
    padding-left: 30px;
    font-size: 2.2vw !important;
    color: #817e7e;
    z-index: 0;
    border: 2px solid #817e7e; 
    border-radius: 17px;
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Ysabeau Infant', sans-serif;
    letter-spacing: 1.3px;
    overflow: hidden;
    height: 64px;*/
    position: absolute;
    padding-left: 30px;
    font-size: 2.2vw !important;
    color: #817e7e;
    z-index: 0;
    border-radius: 17px;
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Ysabeau Infant', sans-serif;
    letter-spacing: 1.3px;
    overflow: hidden;
    height: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#lblTopBar {
    margin-left: 30px;
    position: absolute;
    margin-top: 122px;
    opacity: 1;
    font-size: 11px;
    padding-right: 4px;
    color: #817e7e;
    font-family: 'Noto Sans', sans-serif;
}

#dAnzeeWDTitleAppVer {
    cursor: default;
    position: absolute;
    top: 11px;
    opacity: 1;
    font-size: 11px;
    right: 37px;
    color: #817e7e;
    font-family: 'Noto Sans', sans-serif;
}



.logo-container {
    height: 90px;
    text-align: left;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .logo-container img {
        max-width: calc(100% - 10px);
        max-height: 90px;
        margin-left: 30px
    }

    .logo-container span {
        color: #817e7e;
        font-family: 'Ysabeau Infant', sans-serif;
        font-weight: bold;
        white-space: normal;
        word-wrap: break-word;
        /*font-size: 2.1rem !important;*/
        font-size: 2vw !important;
        color: #817e7e;
        margin-left: 10px;
        max-height: 90px;
        line-height: 38px;
    }

#sTogglePW {
    font-size: 1.1rem;
    cursor: pointer;
    position: absolute;
    margin-top: 1.7rem;
    margin-left: 19.5rem;
    opacity: 0.6;
    font-weight: 100;
    display: inline-block;
}

#spTaskDonePendingBtn_Pending, #spSubDonePendingBtn_Pending, #spToggleMailsLV_Live {
    position: absolute;
    top: -8px;
    right: -8px;
    border: 3px solid #42a5f5;
    border-radius: 50%;
    color: white;
    background: #42a5f5;
    z-index: 1;
    opacity: 1;
    font-size: 0.6rem;
    aspect-ratio: 1;
}

#spTaskDonePendingBtn_Done, #spSubDonePendingBtn_Done, #spToggleMailsLV_Arch {
    position: absolute;
    top: -8px;
    right: -8px;
    border: 3px solid #42a5f5;
    border-radius: 50%;
    color: white;
    background: #42a5f5;
    z-index: 1;
    opacity: 1;
    font-size: 0.6rem;
}


/*
#spanPopSuperSearch_Task, #spanPopSuperSearch_Sub, #spanPopSuperSearch_Backlog, #spanPopSuperSearch_OpenIssues {
    position: absolute;
    left: 418px;
    top: 6px;
    cursor: pointer;
    width: 240px;
    text-align: right;
}*/

/*#spanPopSuperSearch_Sub {
    left: 258px;
}*/

/*#bSuperSearch_TaskGo, #bSuperSearch_SubGo, #bSuperSearch_BacklogGo, #bSuperSearch_OpenIssuesGo {
    border-radius: 20px !important;
    color: rgb(255, 255, 255);
    font-size: 0.6rem;
    line-height: 16px;
    height: 16px;
    width: 40px;
    padding: 0px;
    position: relative;
    top: -4px;
    right: 5px;
    display: none;
}
*/



@media print {

    .no-print {
        display: none;
    }



    table {
        page-break-inside: avoid;
    }
}

#SendMailsTimeReport {
    max-width: 580px !important;
}

#dEmailAddressToSendProgressReports div {
    border-bottom: 1px solid rgb(208, 208, 208);
    padding-bottom: 5px;
    padding-top: 10px;
}

/*#sSuperSearch_TaskLabel, #sSuperSearch_SubLabel, #sSuperSearch_BacklogLabel, #sSuperSearch_OpenIssuesLabel {
    opacity: 1;
    height: 25px;
    line-height: 26px;
    padding-right: 1px;
    padding-left: 12px;
    font-size: 0.8rem;
    position: relative;
    max-width: 200px;
    display: inline-block;
    top: 3px;
}
*/



#comCenter2ndPane, #comCenter3rdPane, #comCenter1stPane {
    flex-grow: 1;
    min-width: 475px;
    overflow: hidden;
    border-radius: 12px !important;
    border: 1px solid #c1b9b9;
    padding: 20px;
}

/*Start Mail line*/
#comCenter1stPane {
    padding-right: 0px;
}




.clsMailLineContainer {
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid silver;
    margin-right: 20px;
    cursor: pointer;
}


.clsMailLineContainer_Avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /*overflow: hidden;*/
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 7px;
}


.clsMailLineContainer_NmSub {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    font-size: .97rem;
    opacity: .9;
    padding-right: 8px;
}

.clsUnReadMailClass .clsMailLineContainer_NmSub {
    opacity: 1;
}

.clsMailLineContainer_NmSub .clsSpNmSub {
    justify-content: space-between;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    display: flex;
}

/*.clsMailLineContainer_NmSub .clsMailSubjectLine {
        width: 250px;
    }*/
.clsiArchMail {
    font-size: 1.2rem;
    margin-right: 3px;
    top: -4px;
    position: relative;
}



.clsMailAtt {
    width: 16px;
    position: relative;
    top: -1px;
    left: -4px;
    font-size: 15px;
    font-style: oblique;
}

.clsArchiveMail {
    position: relative;
    top: -3px;
    font-size: 0.72rem;
    left: -2px;
}

    .clsArchiveMail i {
        opacity: .7;
        font-size: 12px;
    }

#dComCenRow {
    padding: 0px;
    height: 100%;
    /*margin-top: 35px;*/ 
}

.clsMailLineContainer_NmSub .clsName {
    font-size: .97rem;
    letter-spacing: 0.3px;
    /*width: 215px !important;*/
    display: inline-block;
}

#dComCenMovable {
    font-size: 18px;
    width: 100%;
    display: block;
    position: absolute;
    margin-top: 10px;
    cursor: move;
    text-align: left;
    /* border-bottom: 1px solid lightgray; */
    padding-bottom: 5px;
    margin-left: 25px;
}

#dChatMainMovable {
    font-size: 18px;
    width: 100%;
    display: block;
    position: absolute;
    /*cursor: move;*/
    text-align: left;
    /*border-bottom: 1px solid lightgray;*/
    height: 35px;
    margin-left: 0px;
    padding-bottom: 0px;
    margin-top: 0;
}

.clsMailLineContainer_NmSub .clsFromTo {
    font-size: 0.5rem;
    top: -6px;
    position: relative;
    padding-right: 3px;
}

/*End Mail line*/


#comCenter1stPaneContents {
    margin-top: 50px;
    overflow: hidden;
    overflow-y: auto;
}


/*Start mail filter*/



#popSuperSearch_Mail {
    top: -7px;
    left: 202px;
    width: 130px;
}



/*End mail filter*/


#iComposeMail, #rRec_Mail, #rSent_Mail, #rSentRec_Mail {
    border-radius: 20px !important;
    color: rgb(255, 255, 255);
    min-width: 130px !important;
    width: 130px !important;
    height: 35px;
    line-height: 35px;
}

    #iComposeMail i, #rRec_Mail i, #rSent_Mail i, #rSentRec_Mail i {
        /*font-size: 1.1rem;*/
        position: relative;
        left: -22px;
        top: -35px;
    }



#dPaneComCenter_Pop {
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
    width: 145px;
    height: auto;
    position: absolute;
    top: 82px;
    right: 25px;
    background-color: white;
    display: none
}

.clsPopMailPane {
    background: url('/images/1pn.png');
    color: black;
    height: 18px;
    width: 28px;
    display: inline-block;
    border-radius: 2px;
    opacity: 0.6;
    margin: 5px;
    position: relative;
    top: 2px;
    right: 8px;
}



.clsPopMailPane_2 {
    background: url('/images/2pn.png');
    color: black;
    height: 18px;
    width: 28px;
    display: inline-block;
    border-radius: 2px;
    opacity: 0.6;
    margin: 5px;
    position: relative;
    top: 2px;
    right: 8px;
}

.clsPopMailPane_Pop {
    background: url('/images/pv.png');
    color: black;
    height: 18px;
    width: 28px;
    display: inline-block;
    border-radius: 2px;
    opacity: 0.6;
    margin: 5px;
    position: relative;
    top: 2px;
    right: 8px;
}

.clsComCenLineSubject {
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 1.3rem
}

.clsMailTextDetails {
    overflow-x: auto;
    max-height: 60px;
    display: block;
    margin-top: 10px;
    padding-left: 1px;
    margin-bottom: 10px;
    height: fit-content;
}

/*.clsNextPrvMailUser, #dNextPrvMail {
    font-weight: bold;
    font-size: 2rem;
    user-select: none;
    position: relative;
    bottom: -.5%;
    height: 15px;
    line-height: 11px;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: right;

    display:none;
}*/
/*.clsNextPrvMailUser span {
    cursor: pointer;
    opacity: .3;
    height: 11px;
    line-height: 6px;
    display: inline-block;

    display:none;
}*/
.clsMailLineContainer:hover .clsShowHideMailSelection {
    display: block;
}

#tblAlertGrid tr:hover .clsShowHideMailSelection {
    display: block;
}

.clsShowHideMailSelection:hover {
    display: block;
}


.clsSelectedMailLine {
    transition: all 300ms;
    background-color: #beccd5 !important;
    border-radius: 12px;
    border-bottom: 1px solid transparent;
}

    .clsSelectedMailLine + .clsSelectedMailLine {
        border-bottom: 1px solid transparent;
    }




.clsSelectedMailLine1 {
    transition: all 300ms;
    background-color: #d5c4be !important;
    border-radius: 12px;
    border-bottom: 1px solid transparent;
}

    .clsSelectedMailLine1 + .clsSelectedMailLine1 {
        border-bottom: 1px solid transparent;
    }


/*.clsSelectedMailLine::before {
    content: "";
    position: ab;
    margin-top: -26px;
    left: 0;
    border-width: 24px 0px 16px 34px;
    border-color: #ffe567 transparent transparent transparent;
    border-style: solid;
    transform: rotate(-90deg);
    transition: opacity 0.3s ease;
    opacity: 0;
    border-radius: 15px;
}

.clsSelectedMailLine1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 18px 0px 16px 34px;
    border-color: #007bff transparent transparent transparent;
    border-style: solid;
    transform: rotate(-90deg);
    transition: opacity 0.3s ease;
    opacity: 0;
}*/

.mailSelectorTriangle::before {
    width: 20px;
    height: 20px;
    border-width: 23px 0px 30px 31px;
    border-style: solid;
    transform: rotate(-90deg);
    transition: opacity 0.3s ease;
    display: inline-block;
    opacity: 0;
}

.show-triangle1::before {
    opacity: 1; /* Make the triangle visible */
    border-color: #ffe567 transparent transparent transparent;
}


.show-triangle2::before {
    opacity: 1; /* Make the triangle visible */
    border-color: #80ff67 transparent transparent transparent;
}


/*#tblTasks thead, #tblTasks tbody {

}*/

#sMlSelectAllMls {
    font-size: 11px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.clsMailDateLineW {
    display: inline-block;
    font-weight: normal;
    text-align: right;
    font-size: 11px;
    opacity: .7;
    padding-right: 5px;
    padding-left: 5px;
}

.clsMailDateLineMainW {
    text-align: right;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 185px;
}


.clsMailSubjectW {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-top: 6px;
}

.clsNameW {
    display: inline-block;
    position: relative;
    margin-top: 9px;
}

#sMailNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: 112px;
    left: 190px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}


#sTasksNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: -22px;
    right: 36px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}



#sOpenIssuesNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: -22px;
    right: 16px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}

#sSubsNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: -22px;
    right: 16px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
    display: none;
}


.clsTaskTabContentnts {
    display: none;
    border: 2px solid rgb(66, 165, 245);
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.clsSubTabContentnts {
    display: none;
    border: 2px solid rgb(66, 165, 245);
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}


#tabTaskEditMain li, #tabSubEditMain li {
    width: fit-content;
    cursor: pointer;
    padding: 0 30px 0 30px;
    user-select: none;
    font-size: 1.1rem;
    /*font-weight: bold;*/
    color: #9e9e9e !important;
    padding-top: 2px;
    letter-spacing: 2px;
}

#tabTaskEditMain .active, #tabSubEditMain .active {
    background: #42a5f5 !important;
    color: #ffffffd6 !important;
    border-radius: 10px 10px 0px 0px;
}

#sTaskTitleEdtble {
    background: #42a5f5 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 20px;
    font-size: 1rem;
}

    #sTaskTitleEdtble span {
        color: #ffffffd6 !important;
        font-weight: bold;
    }


#sBacklogTitleEdtble {
    background: #42a5f5 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 20px;
    font-size: 1rem;
}

    #sBacklogTitleEdtble span {
        color: #ffffffd6 !important;
        font-weight: bold;
    }


#sSubTitleEdtble {
    background: #42a5f5 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 20px;
    font-size: 1rem;
}

    #sSubTitleEdtble span {
        color: #ffffffd6 !important;
        font-weight: bold;
    }


#sOpenIssuesTitleEdtble {
    background: #42a5f5 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 20px;
    font-size: 1rem;
}

    #sOpenIssuesTitleEdtble span {
        color: #ffffffd6 !important;
        font-weight: bold;
    }


.clsChipName {
    margin-left: -2px !important;
}

.clsEditAreaInputLabelTitle {
    font-size: .97rem !important;
    position: relative;
    top: 3px;
    letter-spacing: 1.2px;
}

.clsEditAreaInputLabelTitleHead {
    display: inline-block;
    text-align: left;
    padding-right: 25px;
}


.clsBackFromDetails {
    color: #918e8e;
    position: absolute;
    left: 14px;
    top: 17px;
    cursor: pointer;
    font-size: 3rem;
}

    .clsBackFromDetails:hover {
        color: black;
    }


.clsBackFromDetails {
    color: #918e8e;
    position: absolute;
    left: 14px;
    top: 17px;
    cursor: pointer;
    font-size: 3rem;
}

#sBackToSubList {
    color: #918e8e;
    cursor: pointer;
    font-size: 3rem;
}

    #sBackToSubList:hover {
        color: black;
    }



#iToggleTaskEditEstTime {
    line-height: 28px;
    opacity: 0.5;
    cursor: pointer;
    margin-left: 3px;
    height: 30px;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    font-size: 1.3rem;
}

#modMailMobile {
    left: auto;
    right: auto;
    max-height: 94% !important;
    width: 50%;
    min-width: 650px;
    min-height: 360px;
    overflow: visible;
    /*overflow:hidden!important*/
}

    #modMailMobile .clsComCenLineContents {
        overflow: auto;
        padding-right: 5px;
    }

.clsSpanSelectAllText:hover {
    outline: 2px solid white;
}

.clsSpanSelectAllTextIcn {
    opacity: 0.8;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    top: 2px;
    font-weight: normal;
}

.clsClpInEditArea {
    margin-left: -8px;
    opacity: .5;
    cursor: pointer !important;
}

input[type="file"] {
    cursor: pointer;
}

span.highlightAWDSrchTxt {
    background-color: yellow !important;
    color: black !important;
}


#sSubMemberList, #sTaskMemberList {
    /*overflow-x: hidden;
    opacity: 1;
    height: calc(100vh - 669px);
    max-height: 250px;
    overflow-y: auto;*/
    overflow-x: hidden;
    opacity: 1;
    height: auto;
    max-height: 370px;
    overflow-y: auto;
}




.clsAWDToggle {
    position: relative;
    width: 145px;
    border-radius: 12px;
    color: #434348 !important;
    font-size: 14px !important;
    height: 27px !important;
    background: transparent !important;
    font-weight: bold;
    margin-left: 10px;
    border: 3px solid !important;
    border-color: #a1a1a9 !important;
    padding: 0 .8rem !important;
    width: 135px !important;
    min-width: 135px !important;
}

.clsAWDToggleSel {
    border-color: #42a5f5 !important;
}

.clsGrpPieChartMain {
    width: 150px;
    height: 160px;
    display: inline-block;
    text-align: center;
}

.clsGrpPieChart {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-left: 25px;
}

.clsGrpPieChartTitle {
    position: relative;
    top: 6px;
    font-size: 11px;
    color: #817e7e;
}

.clsGridPieChrt {
    position: relative;
    top: 0px;
}



.btn:focus {
    outline: 2px solid #1366a9;
    /*border: 2px solid #1366a9;*/
}


#tblTasksBody, #tblSubsBody, #tblBacklogBody, #tblOpenIssuesBody {
    /* padding: 0 6px;*/
}


/*From main page*/


.note-help {
    margin-right: -8px !important;
}

.note-editable ul {
    padding-left: 3rem !important;
}

    .note-editable ul li {
        list-style-type: square !important;
    }

#pbSubTime_Date .col {
    margin-top: 4px !important;
    height: 33px !important;
    padding-top: 3px;
    cursor: pointer;
    user-select: none;
}

.subTime_DateColSelected {
    background: #42a5f5;
    color: white !important;
    border-radius: 20px;
}

#modSchedularAddEdit {
    top: 5% !important;
}

#modCustomizedSearchPop {
    top: 3% !important;
}

#modSchedularAddEdit .clsRemove, #modSchedularAddEdit .clsAdd {
    user-select: none;
}

ins {
    background: #d8ecff;
    text-decoration: none;
    border-radius: 6px;
    padding: 1px 3px 1px
}

 

del {
    background: #feeec8;
    text-decoration: none;
    border-radius: 6px;
    padding: 1px 3px 1px
}

#dComCen, #dMyAssociates {
    height: 96% !important;
    width: calc(100vw - 85px) !important;
    overflow: hidden;
    margin-left: 65px !important;
    top: 2%;
    border-radius: 12px !important;
}

#dChatMain {
    top: 2vh !important;
    border: 1px solid #42a5f5;
    padding: 0px;
    margin-left: 70px !important;
    border-radius: 12px !important;
    width: calc(100% - 92px);
    height: 95vh;
    overflow: hidden;
}

.note-dropdown-menu {
    padding-right: 10px;
    width: max-content;
    padding-bottom: 8px;
}

#tblAssociates tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow-x: hidden;
}

    #tblAssociates thead, #tblAssociates tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


#tblAssociates table {
    width: 100%;
}

/*Tasks stat*/
#tblReassignTaskOwnerShip tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblReassignTaskOwnerShip thead, #tblReassignTaskOwnerShip tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblReassignTaskOwnerShip table {
    width: 100%;
}

#sAddTaskMemberFrom_CurrentWorkDomain tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #sAddTaskMemberFrom_CurrentWorkDomain thead, #sAddTaskMemberFrom_CurrentWorkDomain tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#sAddTaskMemberFrom_CurrentWorkDomain table {
    width: 100%;
}

#sAddTaskMemberFrom_OtherWorkDomain tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #sAddTaskMemberFrom_OtherWorkDomain thead, #sAddTaskMemberFrom_OtherWorkDomain tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#sAddTaskMemberFrom_OtherWorkDomain table {
    width: 100%;
}

/*#tblTasks tbody {
            display: block;
            overflow: auto;
            padding-top: 1px;
            padding-bottom: 1px;
        }

            #tblTasks thead, #tblTasks tbody tr {
                display: table;
                width: 100%;
                table-layout: fixed;
            }

            #tblTasks tbody tr {
                border-bottom: 1px solid #d0d0d0
            }

        #tblTasks table {
            width: 100%;
        }*/

#tblDupTaskConf tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblDupTaskConf thead, #tblDupTaskConf tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblDupTaskConf table {
    width: 100%;
}

/*Projects stat*/

#tblProjects tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblProjects thead, #tblProjects tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1250px !important;
    }

    #tblProjects tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblProjects table {
    width: 100%;
    min-width: 1250px !important;
}


/*Projects End*/


/*Task Start*/

#tblTasks tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}

    #tblTasks thead, #tblTasks tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1250px !important;
    }

    #tblTasks tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblTasks table {
    width: 100%;
    min-width: 1250px !important;
}

/*Task End*/

/*Subs stat*/



#tblSubs tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblSubs thead, #tblSubs tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1350px !important;
    }

    #tblSubs tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblSubs table {
    width: 100%;
    min-width: 1250px !important;
}


/*Subs stat*/


/*tblSubsInTaskEdit stat*/

#tblSubsInTaskEdit tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblSubsInTaskEdit thead, #tblSubsInTaskEdit tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1350px !important;
    }

    #tblSubsInTaskEdit tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblSubsInTaskEdit table {
    width: 100%;
    min-width: 1250px !important;
}

/*tblSubsInTaskEdit stat*/



/*Backlog Start*/
#tblBacklog tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblBacklog thead, #tblBacklog tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1400px !important;
    }

    #tblBacklog tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblBacklog table {
    width: 100%;
    min-width: 1250px !important;
}


/*Backlog End*/


/*OI stat*/


#tblOpenIssues tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblOpenIssues thead, #tblOpenIssues tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1300px !important;
    }

    #tblOpenIssues tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblOpenIssues table {
    width: 100%;
    min-width: 1250px !important;
}


/*OI End*/

/*start static header*/


/*start time reported header*/
#tblTmRprtd tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblTmRprtd thead, #tblTmRprtd tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblTmRprtd table {
    width: 100%;
}



#tblAlertGrid tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    max-height: 265px;
}


    #tblAlertGrid thead, #tblAlertGrid tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    #tblAlertGrid tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblAlertGrid table {
    width: 100%;
}


/*start*/
[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    opacity: .5
}

#dGanttChart_TaskchartTable {
    width: 100% !important;
}

.clsUnReadMailClass {
    font-weight: bold;
}



#dMail .select2-selection__choice {
    font-size: 1rem !important;
    border-radius: 12px;
    background-color: #e4e4e4;
    padding: 0 10px 0px 5px;
    border: none;
    color: black;
}

#dMail .select2-search__field {
    width: 100% !important;
}

#dMail .select2-selection__choice__remove {
    opacity: .5;
    font-size: 1.2rem;
    position: relative;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: 3px;
}

#dMail .note-editor {
    border: none;
    margin-top: 15px;
}

.clsMouseMoveMailMain:hover + .clsArchiveMail {
    display: block;
    transition: all 300ms;
}

/*.clsMailSubjectLine {
            width: auto;
            max-width: 69%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }*/

.clsMailDateLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7rem;
    text-align: right;
    line-height: 12px;
    font-weight: bold;
    opacity: 0.6;
    padding-right: 3px;
}

.material-icons, .material-icons-outlined, .far, .fas {
    opacity: .8;
}



#dMail .select2-search__field {
    width: 100% !important;
}

#dMail .note-editor {
    border: none;
    margin-top: 15px;
}

/*#dMail {
            z-index: 1050;
        }*/

#dMail {
    margin: 0px;
    transform: scaleX(1);
    overflow: hidden;
    z-index: 1056;
    opacity: 1;
    top: 72px;
    max-height: 94% !important;
    min-height: 650px !important;
    max-width: 90% !important;
    min-width: 650px !important;
    left: auto;
    right: auto;
}



.collapsible-header {
    opacity: .8
}

.mailPeriodLbl {
    margin-left: 40px;
    font-size: 1rem;
    color: #42a5f5;
}

.flexMailPanel {
    display: flex;
    flex-direction: row;
}


.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 7px;
    margin-bottom: 7px;
}

    .gutter.gutter-horizontal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
        cursor: col-resize;
        width: 7px !important;
    }



.panel-container {
    display: flex;
    flex-direction: row;
    border: 0px solid #ddd;
    overflow: hidden;
    xtouch-action: none;
}

.panel-container1 {
    display: flex;
    flex-direction: row;
    border: 0px solid #ddd;
    overflow: hidden;
    xtouch-action: none;
}

.panel-left {
    flex: 0 0 auto;
    width: 300px;
    min-height: 245px;
    min-width: 150px;
    white-space: nowrap;
}

.panel-left1 {
    flex: 0 0 auto;
    width: 300px;
    min-height: 245px;
    min-width: 150px;
    white-space: nowrap;
}

.splitter {
    flex: 0 0 auto;
    width: 4px;
    min-height: 245px;
    cursor: col-resize;
    background-color: #42a5f5;
}

.panel-right {
    flex: 1 1 auto;
    padding: 20px 0 20px 20px;
    width: 100%;
    min-height: 200px;
    min-width: 200px;
}

.panel-container-vertical {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.panel-container1-vertical {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/*end splitter*/

/*end mail*/
td img {
    vertical-align: top;
}

.right-triangle {
    float: left;
}

.dropdown-nested {
    overflow-y: visible;
}

.dropdown-content .dropdown-content {
    margin-right: 100%;
}

#ddMyProfile_WorkDomain, #ddReports {
    left: -250px !important;
}



#ddMySettings {
    left: -411px !important;
}

#ddTask_BackgroundColor {
    left: -280px !important;
}

.note-toolbar {
    position: inherit !important;
    top: inherit !important;
    top: inherit !important;
    width: 100% !important;
}

#dMailContents .note-statusbar {
    display: none;
}

/*#dMailContents .note-editable {
    border: 1px solid #c1b9b9 !important;
    border-radius: 12px !important;
    height: 100%;
}*/

#dMailContents .note-editor {
    height: 100%;
}

#dMailContents .note-editable {
    /*height: calc(100% - 100px);*/ /* Adjust based on toolbar and other elements */
}


/*#dBacklogEntry .note-editable {
    max-height: calc(100vh - 520px) !important;
    height: calc(100vh - 520px) !important;
}
*/

#dMailContents .note-toolbar {
    /* border: none !important;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    border-radius: 15px;
    margin-bottom: 10px;*/

    border: 1px solid #c1b9b9;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #dfdfdf45;
}

#dMailContents .note-btn {
    zoom: 90%;
}

#dMailContents .note-btn-group {
    border-bottom: 1px solid black;
    margin-right:0px!important;
}

    #dMailContents .note-btn-group .note-btn-group {
        border-bottom: none;
    }





.clsToolTipZoom {
    padding: 0px !important;
    position: relative;
    top: 2px;
    font-size:1.3rem      ;
    line-height:1rem;
}

 


input [type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select2-results__option {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

input[type="time"]::-ms-clear {
    display: none;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}

.introjs-tooltiptext {
    padding-top: 20px !important;
}


#modRemoveContentsOfEditor {
    position: absolute !important;
    width: 550px !important;
    top: 35% !important;
    right: 15% !important;
    margin-right: 0 !important;
}


.clsSmallCheckbox + label:before, .clsSmallCheckbox:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    z-index: 0;
    margin-top: 7px;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #5a5a5a;
}

.clsSmallCheckbox:checked + label:before {
    top: -3px;
    left: -3px;
    width: 7px;
    height: 13px;
    border-right: 1px solid #42a5f5;
    border-bottom: 1px solid #42a5f5;
}

.clsSmallCheckbox:checked:disabled + label:before {
    border-right: 1px solid #42a5f5;
    border-bottom: 1px solid #42a5f5;
}

.clsFilterRow td {
    padding-top: 0px;
    padding-bottom: 20px
}

.clsFilterRow .select2-selection {
    font-size: .9rem !important;
}

.clsFilterRow .select2-dropdown * {
    width: 150px !important;
}

.clsFilterRow .select2-dropdown .select2-dropdown--below {
    width: 150px !important;
}

.note-editor .note-help button {
    margin-top: -3px;
    margin-left: -10px !important;
}

#modAboutWorkDomsFromNM {
    margin-top: 0px;
    top: 1% !important;
    width: 1100px;
}

#modBoundaries {
    top: 5% !important;
}



#modMyProfileNM {
    top: 2% !important;
    width: 850px !important;
}

#modBoundaries table td {
    padding: 2px;
    border-bottom: 1pt solid rgb(212, 207, 207)
}

#modBoundaries table tr td {
    background-color: #fafafa;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 350ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }


#mainSmrntsSubDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height:calc(100vh - 175px);*/
}

#mainSmrntsTaskDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}

#mainSmrntsProjectDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}

#mainSmrntsOpenIssuesDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}

#mainSmrntsBacklogDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}



#dWorkPad .note-editable {
    max-height: calc(100vh - 300px) !important;
    height: calc(100vh - 300px) !important;
}

#modWiki, #modFileRepository, #modTimeReported {
    height: 90%;
    width: calc(100vw - 120px);
    border: 1px solid #42a5f5;
    overflow: auto;
    padding: 0px;
    padding-bottom: 10px;
}

.clsDownArrow {
    position: relative;
    top: 11px;
    left: 3px;
}

.clsDownArrowSt {
    height: 5px;
    width: 10px;
    position: relative;
    left: 2px;
    top: 11px;
    margin-right: 10px;
}

/*.clsAlertPopDiv {
    width: fit-content;
    border: 1px solid black;
    padding: 10px;
    border-radius: 15px;
    display: inline-block;
    margin-left: 10px;
}*/

/*#dAlertPopContents .clsAlertPopDiv:first-child {
    margin-left: 0px;
}

#dAlertPopContents {
    display: flex;
}*/

.clsTaskTeamHoverIcn {
    color: #0D47A1;
    cursor: pointer;
    position: relative;
    top: 3px;
    padding-left: 2px;
    font-size: 75%;
}

.clsSubTeamHoverIcn {
    color: #0D47A1;
    cursor: pointer;
    position: relative;
    top: 3px;
    padding-left: 2px;
    font-size: 75%;
}

#divTaskSubTeamPop {
    color: black;
    height: auto;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 1;
    border-radius: 12px !important;
    display: none;
    width: auto;
    position: absolute;
    overflow-x: auto;
    max-height: 25%;
}


    #divTaskSubTeamPop div {
        margin-bottom: 10px
    }

        #divTaskSubTeamPop div:last-child {
            margin-bottom: 0px
        }


.clsAvtrImg {
    margin-top: -9px;
    width: 20px;
    height: 20px;
}

.clsAvtrNoImg {
    margin-top: -3px;
    font-size: .7rem;
    line-height: 21px;
    margin-right: 5px;
}

.clsAvtrNoImg2 {
    position: relative;
    top: 0px;
    font-size: 13px;
}


.clsAvtrNoImgSm {
    position: relative;
    top: -2px;
}

#dMyAssociates {
    border: 1px solid #42a5f5;
    padding: 0px;
    overflow: hidden;
    z-index: 1020 !important;
}

#sUnreadMailsMain {
    position: absolute;
    top: -18px;
    margin-left: 525px;
    font-size: 65%;
    text-align: center;
    padding: 4px;
    border-radius: 9px;
    z-index: 2;
}

#sUnreadMails {
    display: block;
    border-radius: 12px;
    text-align: center;
    padding: 2px;
    height: 16px;
    width: 16px;
    line-height: 11px;
}

.clsSelectMailMain {
    padding: 0px;
    padding-left: 8px;
    position: relative;
    top: 3px;
    width: 20px
}

.onlineBottomGreenBlobNMail {
    display: inline-table;
    top: -20px;
    left: 35px;
}

.cPrvMail {
    user-select: none;
    position: relative;
    top: -1px;
    cursor: pointer;
    opacity: 0.8;
    left: -5px;
    line-height: 8px;
}

.cNxtMail {
    user-select: none;
    position: relative;
    top: 3px;
    cursor: pointer;
    opacity: 0.8;
    left: -5px;
    line-height: 8px;
}

.popOpenGridLineInEdit {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0px;
}

 


.clsShowThread {
    top: -14px;
    margin-left: 15px;
}

.clsShowThreadPop {
    top: -37px;
    margin-left: 60px;
}

.clsMailLineSplitter {
    text-align: center;
    width: 100%;
    line-height: 30px;
    height: 30px;
}

#pchkAlertViaEmailMl .lever, #pcchkAlertViaSMS .lever, #chkBacklog_OpenAllNotes .lever, #chkBacklog_DoNotShowAutoNotes .lever {
    transform: scale(.7);
    margin: 0px 2px;
}

/*Dropdow line height and padding reduced */

#dEditGridContents {
    display: none;
    background-color: white;
    position: absolute;
    top: 401px;
    left: 268px;
    width: 100%;
}


    #dEditGridContents .dropdown-content li > span {
        font-size: .97rem;
        display: block;
        line-height: 10px;
        padding: 10px 10px;
        width: max-content !important;
    }

    #dEditGridContents .dropdown-content li {
        clear: both;
        cursor: pointer;
        min-height: 32px;
        line-height: 33px;
        width: 100%;
        text-align: left;
        text-transform: none;
    }


/*.dropdown-content li {
    min-height: 30px!important;
}*/

/*  .dropdown-content li > a, .dropdown-content li > span {
        padding: 7px 16px!important;
    }*/


/*#select2-sBacklogAssignedTo-container {
    font-size: 1.2rem;
}*/

/*#dBacklogEntry {
    overflow: auto !important;
}
*/


.popup_bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.popup_left-section {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.popup_right-section {
    display: flex;
    gap: 10px;
}

    .popup_right-section a {
        white-space: nowrap;
    }




.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8); /* Optional: semi-transparent background */
    z-index: 9999; /* Ensures it is on top of other content */
    display: flex; /* Initially hidden */
}


.inline-loader-container {
    position: fixed;
    top: 50%;
    left: calc(50% + 20px);
    transform: translate(-50%, -50%);
    z-index: 10000;
    pointer-events: none;
    display: none;
}

/* 
#dBacklogEntry .note-editing-area {    
    max-height: 80% !important
}

#dBacklogEntry {
    width: 60%;
    border: 1px solid #42a5f5;
    resize: auto;
    padding: 0px;
    min-width: 590px;
    min-height: 200px;        
    max-height: calc(100vh - 120px);
    max-width: 95%;
}
*/

#dBacklogEntry {
    left: auto;
    right: auto;
    max-height: 94% !important;
    width: 50%;
    min-width: 650px;
    min-height: 230px;
}


#dBacklogEntryheader, #dBacklogCommentheader {
    width: calc(100% - 80px);
    display: block;
    cursor: move;
    height: 50px;
    font-size: 16px;
    line-height: 80px;
    padding-left: 46px;
    text-align: left;
    margin-right: 80px;
}

.srchDiv {
    display: inline-block;
    padding-left: 12px;
    min-width: 450px;
    width: 450px;
    margin-top: -7px !important;
}

.srchDivi {
    position: relative !important;
    top: 5px !important;
    left: -0.8rem !important;
    width: 26px !important;
    font-size: 1.2rem !important;
    padding-top: 5px;
}

.srchDivInp {
    width: 60% !important;
    margin-left: -2.9rem !important;
    padding-left: 20px !important;
    padding-right: 34px !important;
}

.srchDivGo {
    margin-left: 14px;
    border-radius: 20px !important;
    color: rgb(255, 255, 255);
    height: 20px !important;
    line-height: 20px !important;
    top: 3px;
    font-size: 11px !important;
    padding: 0px 15px 0px 15px !important;
}

#select2-sFilter_Mail_FromTo-container {
    font-size: 1.2rem
}

#dAIHead, #dMyAssociatesHead {
    width: 80%;
    display: block;
    position: absolute;
    cursor: move;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 40px;
    margin-top: 16px;
    font-size: 23.5px;
}

#dLinksDDheader {
    width: 80%;
    display: block;
    position: absolute;
    cursor: move;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-top: 16px;
    font-size: 23.5px;
}

#modSchedularHead, #modFileRepositoryheader, #modWikiheader, #dWorkPadheader {
    width: 80%;
    display: block;
    position: absolute;
    cursor: move;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 30px;
    margin-top: 16px;
    font-size: 23.5px;
}





.clsGroupLines {
    height: 30px !important;
    width: 30px !important;
    position: relative !important;
    top: 2px !important;
    margin: 3px !important;
}

    .clsGroupLines i .red {
        background-color: red;
    }

    .clsGroupLines i .green1 {
        background-color: green;
    }


    .clsGroupLines i {
        line-height: 30px !important;
    }

.list-group {
    min-height: 60px;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 12px;
    padding: 10px !important;
}

.clsDragDropMain {
    display: flex;
    justify-content: space-between;
}

.clsDragDropFirst {
    flex: 1;
    border: 1px solid #d5caca;
    padding: 3px;
    border-radius: 12px;
    background: cornsilk;
    cursor: move;
    margin: 3px;
}


.clsDragDropSecond {
    width: 50px;
    text-align: right;
}


#sAlertCount {
    position: fixed;
    left: 28px;
    background-color: #b01e1e;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: white;
    top: 45px;
    z-index: 9;
    cursor: pointer;
}


#sAlertCountBell span:hover {
    opacity: 1 !important;
    transition: all 400ms;
}


#dAlertPopContents .clsAlertPopContentsMain {
    padding: 25px;
    background: #f5faff;
    border: 1px solid #b1aeae;
    border-radius: 12px;
    padding-top: 15px;
    margin-bottom: 20px;
}

/*..............................*/

#dAlertPopContents .clsAlertPopContentsMain_Sub {
    display: flex;
}

#dAlertPopContents .clsAlertPopContentsMain_Btn {
    width: 150px; /* Increased width */
    text-align: center;
    border-radius: 16px;
    padding: 5px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Make parent relative */
    cursor: pointer;
}

    #dAlertPopContents .clsAlertPopContentsMain_Btn.added {
        border: 1px solid black;
        margin-right: 20px;
    }

        #dAlertPopContents .clsAlertPopContentsMain_Btn.added:hover {
            background-color: rgba(0, 0, 0, 0.1);
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out;
        }

    #dAlertPopContents .clsAlertPopContentsMain_Btn.changed {
        border: 1px solid #2E91EC;
    }

        #dAlertPopContents .clsAlertPopContentsMain_Btn.changed:hover {
            background-color: rgba(66, 165, 245, 0.1);
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out;
        }

    #dAlertPopContents .clsAlertPopContentsMain_Btn.ends0 {
        opacity: .3;
        cursor: default;
    }



    #dAlertPopContents .clsAlertPopContentsMain_Btn:last-child {
        margin-right: 0px;
    }

/*#dAlertPopContents .clsAlertPopContentsMain_Btn.disabled*/

#dAlertPopContents .clsSpnCounts {
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* Adjust as necessary */
    position: absolute; /* Make circle absolute */
    top: -10px; /* Adjust to place it at the top right */
    right: -10px; /* Adjust to place it at the top right */
}

    #dAlertPopContents .clsSpnCounts.added {
        background-color: black;
    }

    #dAlertPopContents .clsSpnCounts.changed {
        background-color: #2E91EC;
    }

#lFilter_Mail_DateNoOfDaye {
    position: absolute;
    right: 40px;
    margin-top: 34px;
    font-size: 12px;
    text-align: right;
    width: 100px;
}

.clsSubConvertedMessage {
    background: #6c6c6c;
    color: white;
    border-radius: 0 12px 0 0;
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
    padding: 8px 11px !important;
    /* display: flex;
    
    background: #6c6c6c;
    
    width: -webkit-fill-available !important;
    color: white;
    border-radius: 0 12px 0 0;
    padding: 5px 13px;
    line-height: 25px;
    font-size: 12px;
    margin-top: 0px;*/
}

.clsAlertClearIcon {
    position: absolute;
    margin-left: 273px;
    margin-top: -25px;
    cursor: pointer;
}

.clsAlertClearIconN {
    margin-left: 123px;
}

.clsDeleteAlertdisabled {
    cursor: default;
    opacity: .3
}

.clsAlertLeftID {
    width: 145px;
    text-align: right;
    padding-right: 15px;
}

.clsHighlightLinesToSelectToDelete {
    margin-left: 5px;
}

/*
 #select2-sMyGuide-results .select2-results__option{
      font-weight:100!important;
     

 }
*/

.select2-container .select2-results__options {
    max-height: calc(100vh - 200px); /* Adjust the height as needed */
}

.select2-dropdown {
    max-height: calc(100vh - 200px); /* Adjust the height as needed */
    overflow-y: auto; /* Ensure it scrolls if the content exceeds the height */
}

.video-container {
    position: relative !important;
    height: auto !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
}

.short-btn {
    height: 27px !important;
    line-height: 27px !important
}

.gridRowFilterIcon {
    user-select: none;
    cursor: pointer;
    padding-top: .6rem;
    position: relative;
    right: 5px;
    font-size: 21px;
    padding-right: 0 !important;
}

.gridRowFilterRowFilterIcon {
    user-select: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    font-size: 21px;
    margin-top: -11px;
}



.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#TaskEdit .select2-container, #BacklogEdit .select2-container, #SubEdit .select2-container, #SubEdit .select2-container {
    font-size: .97rem !important
}

.labelInEditAreas {
    opacity: 1;
    font-size: .97rem;
    top: 5px;
    position: relative;
    display: block;
}

/*
.select2-dropdown .select2-dropdown--below {
    width: max-content!important;
}*/

.clsBacklogNotesArea {
    padding: 20px;
    border: 1px solid gray;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: auto;
}



.clsBacklogNotesAreaLines table td {
    padding: 2px 5px;
}


.clsBacklogNotesAreaLines .clsSmallRightAlign {
    width: 130px;
    text-align: right;
    font-size: 11px;
    vertical-align: top;
}



.clsBacklogNotesAreaLines .clsDetailTitle {
    position: relative;
    top: 3px;
}

.clsBacklogNotesAreaLines .clsShowMore {
    cursor: pointer;
    user-select: none;
}

.clsBacklogNotesAreaLines .clsDetails {
    display: none;
}


.clsBacklogNotesAreaSub01 {
    width: 56px;
    font-weight: bold;
    opacity: .6;
    flex-shrink: 0;
    text-align: right;
    padding-right: 10px;
}

    .clsBacklogNotesAreaSub01 .material-icons-outlined {
        cursor: pointer;
    }

.clsBacklogNotesAreaSub02 {
    width: 138px;
    color: green;
}


.clsAllowEdit_OK {
    cursor: pointer;
}

.clsAllowEdit_NO {
    cursor: default;
    opacity: .3
}

.clsDisplay1 {
    display: none;
}

.clsNotesUSerDetails {
    font-size: 11px;
    opacity: .8;
    margin-left: 10px;
}

    .clsNotesUSerDetails span {
        margin-left: 4px;
    }


#dBacklogEntry .modal-overlay {
    display: none !important;
}

.clsBacklogComments {
    display: none;
    zoom: 75%
}

.clsCommentToBackLog {
    width: 237px;
    zoom: 75%;
    padding-right: 5px !important;
    padding-left: 5px !important
}

.BacklogGridEdt {
    cursor: pointer;
}


#self_DateAdded_root .picker__clear {
    display: block !important;
}

#dMailContents .note-editable {
    border-radius: 15px !important;
    border: 1px solid #c1b9b9;
}

.clsResizeScale {
    /*  width: 138px;
    position: absolute;
    right: 92px;
    top: 15px;
    height: 20px;
    text-align: right;
    z-index: 99999;
    opacity: 1;*/
    /*display: none*/
}



/*.clsSwitch_MailCompose .switch label .lever:before {
    background-color: #bbd5e9 !important;
}


.clsSwitch_MailCompose .switch label .lever:after {
    background-color: #bbd5e9 !important;
}
*/
.clsSwitch_MailCompose .switch label .lever:before,
.clsSwitch_MailCompose .switch label .lever:after {
    top: -7px !important;
    background: #dfdfdf;
}


.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #00ff3f!important;
}

.clsSwitch_MailCompose .switch label .lever {
    height: 9px !important;
}


.note-dropdown-menu [data-value="Material Icons Outlined"] {
    display: none !important;
}

.note-editable {
    font-size: 12px !important;
    font-family:Verdana;
}


.clsHide {
    display: none;
}

#tBacklogEntryNotes + .autocomplete-content {
    position: absolute !important;
    margin-top: 0px !important;
}

ul:empty {
    display: none;
}

.clsSmallRightAlign .clsNoteTitle {
    position: relative;
    top: 7px;
}

#spnReceivedChatNos {
    border-radius: 12px;
    text-align: center;
    padding: 2px;
    height: 16px;
    width: 16px;
    line-height: 11px;
    position: absolute;
    margin-top: 30px;
    margin-left: 27px;
    position: absolute;
    transform: scaleX(1);
    display: block;
}




#dChatUsersList .clsChatUsersId {
    position: relative;
    top: 2px;
    left: 0px;
    max-width: 110px;
    overflow: hidden;
    display: inline-block;
}


#dChatMainChBxs {
    /*width: 100%;
    overflow: auto;
    border: 1px solid #00000052;
    border-radius: 15px;
    
    height: calc(100vh - 11rem);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: auto;*/

    width: 100%;
    border: 1px solid #00000052;
    border-radius: 15px;
    height: calc(100vh - 11rem);
    position: relative;    
  /*  overflow-y: hidden;*/
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}


#dChatMainChBxs .clsChatUsersId {
    position: relative;
    top: 2px;
    left: -3px;
    max-width: 130px;
    overflow: hidden;
    display: inline-block;
}



    #dChatMainChBxs .onlineBottomGreenBlobN {
        top: 9px;
        left: -10px;
        position: relative;
        display: inline-block;
    }

    #dChatMainChBxs .clsChatTyping {
        font-size: 0.6rem;
        position: relative;
        color: green;
        left: -46px;
        top: -17px;
        display: inline-block;
    }
    #dChatMainChBxs .titleBar {
        cursor: move;
    }

#dChatUsersList {
    width: 200px;
    overflow-y: auto;
    height: calc(100vh - 11rem);
}


    #dChatUsersList .clsChatUsersList {
        padding: 5px;
        cursor: pointer;
        border-radius: 15px;
        margin-right: 10px;
    }


        #dChatUsersList .clsChatUsersList:hover {
            background-color: #42a5f566;
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out;
        }



    #dChatUsersList .onlineBottomGreenBlobN {
        top: 9px;
        left: -10px;
        position: relative;
        display: inline-block;
        /*box-sizing: border-box;*/
    }

.clsChatPop {
    width: 250px;
    height: 360px;
    border: none !important;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 10px;
    /*margin: 15px;*/
    background: white;
    position: absolute;
}

#dChatMain_Users {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.clsChatPopContents {
    display: flex;
    flex-direction: column;
    height: calc(100% - 33px);
    width: 100%;
    box-sizing: border-box;
}

    .clsChatPopContents .clsViewArea {
        flex: 1 1 auto;
        width: 100%;
        overflow-y: auto;
        border: 1px solid rgb(206, 234, 206);
        border-radius: 7px;
        padding: 5px;
        margin-top: 10px;
    }

    .clsChatPopContents .clsvInputArea {
        height: 70px;
        flex: 0 0 70px;
        width: 100%;
        border: 1px solid #00000052;
        margin-top: 20px;
        border-radius: 7px;
        padding: 5px;
        overflow-y: auto;
        outline: none;
    }

    .clsChatPopContents .clsFunctionArea {
        display: flex;
        justify-content: space-between;
        height: 30px;
        width: 100%;
        padding-top: 10px;
    }

    .clsChatPopContents .clsChatDateTime {
        font-size: .6rem;
        border-color: #80808054;
        width: fit-content;
        border-width: 1px 0px;
        border-style: solid;
        padding-left: 2px;
        padding-right: 2px;
    }

    .clsChatPopContents .clsChatDateTime .hide {
        display:none;
    }


.clsChatLineRightWrapper {
    width: 100%;
    text-align: right;
    padding-left: 15px
}

.clsChatLineLefttWrapper {
    width: 100%;
    text-align: left;
    padding-right: 15px
}


.clsChatLineRight {
    display: inline-block;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    background-color: #B2FF59;
    max-width: 95%;
    min-width: 150px;
    margin-top: 5px;
    word-wrap: break-word;
}


.clsChatLineLeft {
    display: inline-block;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    background-color: #B3E5FC;
    max-width: 95%;
    min-width: 150px;
    margin-top: 5px;
    word-wrap: break-word;
}

.ui-icon, .ui-widget-content .ui-icon {
    z-index: auto !important;
}


