﻿.tablerowbg {
    background: #d8e8ee;
}

    .tablerowbg .actionMenu {
        visibility: visible;
    }

.actionMenu {
    visibility: hidden;
}

.cp-L1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #E0E0E0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E0E0E0;
}

/*upld_doc*/ 
.upld_doc{
    display:inline-block;
    position: relative;
    max-width: 90%;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}
.upld_doc cite {
    position: absolute;
    right: 0;
    padding: 0 0 0 10px;
    top: 0;
    font-size: 12px;
    font-style: normal;
}

input[type=button], input[type=submit], input[type=reset] {
    /*margin-left:4px;*/
    line-height: 24px;
    float: none;
}

.actionMenu-sub-top {
    position: absolute;
    right: -8px;
    /*top:-140px;*/
    padding: 0 0;
    background: #fff;
    border: solid 1px #d0dbea;
    display: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    min-width: 200px;
}

.popupProcessing {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.25);
    /* z-index: 99999;*/
    z-index: 100000;
}

.actionProcessing {
    max-width: 350px;
    /*width: 90%;*/
    padding: 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

    .actionProcessing p {
        clear: both;
        /*padding: 30px 20px 30px 0px;*/
        /*font-size: 16px;*/
        color: #465668;
    }

        .actionProcessing p img {
            float: left;
            margin-right: 10px;
        }

a[disabled="disabled"], a[disabled="disabled"]:hover {
    pointer-events: none;
}

.p-L6 {
    padding-left: 60px !important;
}

.p-T3 {
    padding-top: 3px !important;
}

.cbx-main, .cbx-main-2 {
    /*margin:5px 0 5px 0;*/
    display: flex;
    line-height: 18px;
}

.cform-inputrow .checkbox-row {
    margin: 0 0 0 0;
}
/*.wtpopup,.wtpopup2 {
height: auto;
width: 60%;
left: 20%;
background: none;
top: 36px;
}
.wtpopup .man-infomissing,.wtpopup2 .man-infomissing{
    width:100%;
}
.wtpopup .alertMain,.wtpopup2 .alertMain {
width: 100%;
}
.wtpopup a{
    position:inherit;
    background:none;
    border: none; 
    line-height:20px;  
}*/
.statusCards img {
    display: inline;
}

.cmdocument-lbrList li {
    background-image: url(../Pages/Images/folderclose.png);
    background-repeat: no-repeat;
    background-position: 30px 8px;
    list-style: none;
}

    .cmdocument-lbrList li.active {
        background-image: url(../Pages/Images/folderOpen.png);
        background-repeat: no-repeat;
        background-position: 30px 8px;
    }

.miversion {
    position: relative;
}

.miversionpopupmenu {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 20px;
    width: 364px;
    background: #fff;
    border: 1px solid #d0dbea;
    border-radius: 6px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.18);
    z-index: 9999;
    left: 40px;
    width: 189px;
    padding: 10px;
    display: none;
}

.acivebackground ul li.active, .acivebackground li.active {
    background: #d8e8ee;
}

.caseprosearch-custom tbody tr:hover {
    background: none;
}

.innergv {
    border: 1px solid #e0e6eb;
    height: calc(100vh - 145px);
    overflow-x: auto;
}

    .innergv tbody tr:hover {
        background: #d8e8ee;
    }

    .innergv tbody tr td {
        height: 25px;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.responspaginations div:nth-child(4) {
    padding-top: 6px;
}

.edicaserowTwo {
    margin-top: 36px;
}

.edicaserowmaster {
    clear: both;
    float: left;
    /*padding: 0 18px 0 18px;*/
    margin: 71px 0 0 0;
    width: 100%;
    /*border: solid 1px #e5eaf0;*/
}


.edicaserowmasterpopup {
    clear: both;
    float: left;
    /*padding: 0 18px 0 18px;*/
    margin: 36px 0 0 0;
    width: 100%;
    /*border: solid 1px #e5eaf0;*/
}

.maildetails-output.showtext p {
    white-space: normal;
    overflow: visible;
    word-break: break-all;
}

.documentlink {
    cursor: pointer;
}

.caseattachmentsscroll {
    height: calc(95vh - 80px);
    overflow: auto;
}

.responseattachmentsscroll {
    height: calc(100vh - 120px);
    overflow: auto;
}

.componentClose {
    background-color: rgb(255, 250, 205) !important;
}

/* inbox===>product search-popover */
.tbl-wthdr {
    height: calc(100vh - 70px);
    overflow: auto;
}
/* fieldsetup page */
.fieldsetup-left {
    height: calc(100vh - 106px);
    overflow: auto;
}

.fieldsetup-tbl {
    height: calc(100vh - 165px);
    overflow: auto;
}

.actionMenu-in-details {
    right: 8px;
}

.details-box-show {
    width: 380px;
    display: block;
}

.details-box-hide {
    width: 0;
    display: none;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display:inline-block !important;
}
.list-with-details-box {
    width: calc(100% - 380px);
    display: block;
    float: left;
}

.list-without-details-box {
    width: 100%;
}

.respns-batch tr th:nth-child(-n+6), .respns-batch tr td:nth-child(-n+6) {
    width: 12%;
}

.respns-batch tr th:last-child, .respns-batch tr td:last-child {
    width: 40%;
}

.EmailAccounts-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.EmailAccounts-Table-Minus {
    height: calc(100vh - 285px);
    overflow: auto;
}

.Picklists-Table-Plus {
    height: calc(100vh - 285px);
    overflow: auto;
}

.Picklists-Table-Minus {
    height: calc(100vh - 340px);
    overflow: auto;
}

.CompReps-Table {
    height: calc(100vh - 540px);
    overflow: auto;
}

.CaseContacts-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.CaseContacts-Table-Minus {
    height: calc(100vh - 340px);
    overflow: auto;
}

.maxHeight-40 {
    max-height: 40vh;
    overflow: auto;
}

.action-drpdwn {
    right: 0px;
}

.cdrpreviewscroll {
    height: calc(100vh - 60px);
    overflow: auto;
}

.cdreditorscroll {
    height: calc(100vh - 350px);
    overflow: auto;
}

.DocLib-Table-Plus {
    height: calc(100vh - 245px);
    overflow: auto;
}

.DocLib-Table-Minus {
    height: calc(100vh - 400px);
    overflow: auto;
}

.DocLib-Folder-Plus {
    height: calc(100vh - 160px);
    overflow: auto;
}

.DocLib-Folder-Minus {
    height: calc(100vh - 305px);
    overflow: auto;
}

.SRMLib-Table-Plus {
    height: calc(100vh - 245px);
    overflow: auto;
}

.SRMLib-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}

.MRLib-Table-Plus {
    height: calc(100vh - 245px);
    overflow: auto;
}

.MRLib-Table-Minus {
    height: calc(100vh - 350px);
    overflow: auto;
}

.CustomerLogo {
    width: 117px;
    height: 34px;
    float: left;
}

    .CustomerLogo img {
        width: 100%;
        height: 100%;
        float: left;
    }


.CMDoc-table tr th:nth-child(1), .CMDoc-table tr td:nth-child(1) {
    width: 5%;
}

.CMDoc-table tr th:nth-child(2), .CMDoc-table tr td:nth-child(2) {
    width: 40%;
}

.CMDoc-table tr th:nth-child(3), .CMDoc-table tr td:nth-child(3) {
    width: 15%;
}

.CMDoc-table tr th:nth-child(4), .CMDoc-table tr td:nth-child(4) {
    width: 35%;
}

.CMDoc-table tr th:nth-child(5), .CMDoc-table tr td:nth-child(5) {
    width: 5%;
}

.VVDoc-table tr th:nth-child(1), .VVDoc-table tr td:nth-child(1) {
    width: 5%;
}

.VVDoc-table tr th:nth-child(2), .VVDoc-table tr td:nth-child(2) {
    width: 45%;
}

.VVDoc-table tr th:nth-child(3), .VVDoc-table tr td:nth-child(3) {
    width: 25%;
}

.VVDoc-table tr th:nth-child(4), .VVDoc-table tr td:nth-child(4) {
    width: 10%;
}

.VVDoc-table tr th:nth-child(5), .VVDoc-table tr td:nth-child(5) {
    width: 10%;
}

.VVDoc-table tr th:nth-child(6), .VVDoc-table tr td:nth-child(6) {
    width: 5%;
}

.VVModuleSearch-tbl tr th:nth-child(2), .VVModuleSearch-tbl tr td:nth-child(2) {
    width: 25%;
}

.VVModuleSearch-tbl tr th:nth-child(3), .VVModuleSearch-tbl tr td:nth-child(3), .VVModuleSearch-tbl tr td:nth-child(5), .VVModuleSearch-tbl tr td:nth-child(6) {
    width: 15%;
}

.VVModuleSearch-tbl tr th:nth-child(4), .VVModuleSearch-tbl tr td:nth-child(4), .VVModuleSearch-tbl tr th:nth-child(7), .VVModuleSearch-tbl tr td:nth-child(7) {
    width: 10%;
}

.VVModuleSearch-tbl tr th:nth-child(1), .VVModuleSearch-tbl tr td:nth-child(1), .VVModuleSearch-tbl tr th:last-child, .VVModuleSearch-tbl tr td:last-child {
    width: 5%;
}

    .VVModuleSearch-tbl tr td:last-child a {
        visibility: hidden;
    }

.VVModuleSearch-tbl tr:hover td:last-child a {
    visibility: visible;
}

.CMDocSerach-Table-Plus {
    height: calc(100vh - 175px);
    overflow: auto;
}

.CMDocSerach-Table-Minus {
    height: calc(100vh - 410px);
    overflow: auto;
}

.VVDocSerach-Table-Minus {
    height: calc(100vh - 370px);
    overflow: auto;
}

.VVDocSerach-Table-Plus {
    height: calc(100vh - 175px);
    overflow: auto;
}

.SchCDR-Table-Plus {
    height: calc(100vh - 232px);
    overflow: auto;
}

.SchCDR-Table-Minus {
    height: calc(100vh - 290px);
    overflow: auto;
}

.EditSchCDRReport {
    height: calc(98vh - 135px);
    overflow: auto;
}

.TRRulesTable {
    height: calc(90vh - 283px);
    overflow: auto;
}

.CDRLog-Table-Plus {
    height: calc(100vh - 225px);
    overflow: auto;
}

.CDRLog-Table-Minus {
    height: calc(100vh - 287px);
    overflow: auto;
}

.cdrjobdetailscroll {
    height: calc(100vh - 225px);
    overflow: auto;
}

.MyStatdReportsScroll {
    height: calc(100vh - 100px);
    overflow: auto;
}

.CMAlerts-Table {
    height: calc(100vh - 275px);
    overflow: auto;
}

/* Picklists Table Styles */
.picklistTable4 {
    width: 100%;
    padding: 0 20px;
}

    .picklistTable4 table th img {
        display: inline-block;
        padding-left: 5px;
    }

    .picklistTable4 table th:nth-child(1), .picklistTable4 table td:nth-child(1) {
        width: 5%;
    }

    .picklistTable4 table th:nth-child(2), .picklistTable4 table td:nth-child(2) {
        width: 70%;
    }

    .picklistTable4 table th:nth-child(3), .picklistTable4 table td:nth-child(3) {
        width: 15%;
    }

    .picklistTable4 table th:nth-child(4), .picklistTable4 table td:nth-child(4) {
        width: 10%;
    }

    .picklistTable4 table td a {
        display: inline-block;
        padding: 0 5px;
        visibility: hidden;
    }

    .picklistTable4 table tr:hover a {
        visibility: visible;
    }

.picklistTable5 {
    width: 100%;
    padding: 0 20px;
}

    .picklistTable5 table th img {
        display: inline-block;
        padding-left: 5px;
    }

    .picklistTable5 table th:nth-child(1), .picklistTable5 table td:nth-child(1) {
        width: 5%;
    }

    .picklistTable5 table th:nth-child(2), .picklistTable5 table td:nth-child(2) {
        width: 55%;
    }

    .picklistTable5 table th:nth-child(3), .picklistTable5 table td:nth-child(3) {
        width: 20%;
    }

    .picklistTable5 table th:nth-child(4), .picklistTable5 table td:nth-child(4) {
        width: 10%;
    }

    .picklistTable5 table th:nth-child(5), .picklistTable5 table td:nth-child(5) {
        width: 10%;
    }

    .picklistTable5 table td a {
        display: inline-block;
        padding: 0 5px;
        visibility: hidden;
    }

    .picklistTable5 table tr:hover a {
        visibility: visible;
    }

.picklistTable6 {
    width: 100%;
    padding: 0 20px;
}

    .picklistTable6 table th img {
        display: inline-block;
        padding-left: 5px;
    }

    .picklistTable6 table th:nth-child(1), .picklistTable6 table td:nth-child(1) {
        width: 5%;
    }

    .picklistTable6 table th:nth-child(2), .picklistTabl6 table td:nth-child(2) {
        width: 38%;
    }

    .picklistTable6 table th:nth-child(3), .picklistTable6 table td:nth-child(3) {
        width: 12%;
    }

    .picklistTable6 table th:nth-child(4), .picklistTable6 table td:nth-child(4) {
        width: 25%;
    }

    .picklistTable6 table th:nth-child(5), .picklistTable6 table td:nth-child(5) {
        width: 10%;
    }

    .picklistTable6 table th:nth-child(6), .picklistTable6 table td:nth-child(6) {
        width: 10%;
    }

    .picklistTable6 table td a {
        display: inline-block;
        padding: 0 5px;
        visibility: hidden;
    }

    .picklistTable6 table tr:hover a {
        visibility: visible;
    }

.CMPicklists-Table-Plus {
    height: calc(100vh - 289px);
    overflow: auto;
}

.CMPicklists-Table-Minus {
    height: calc(100vh - 344px);
    overflow: auto;
}
/* Picklists Table Styles */

.AllHelpSystem-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.AllHelpSystem-Table-Minus {
    height: calc(100vh - 392px);
    overflow: auto;
}

/*Pending Transmission*/
.PendingTrans-Table-Plus {
    height: calc(100vh - 237px);
    overflow: auto;
}

.PendingTrans-Table-Minus {
    height: calc(100vh - 349px);
    overflow: auto;
}

.PendingTransDetails-Table-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.PendingTransDetails-Table-Minus {
    height: calc(100vh - 321px);
    overflow: auto;
}

/*Processed Transmission*/
.ProcessedTrans-Table-Plus {
    height: calc(100vh - 237px);
    overflow: auto;
}

.ProcessedTrans-Table-Minus {
    height: calc(100vh - 349px);
    overflow: auto;
}

.ProcessedTransDetails-Table-Plus {
    height: calc(100vh - 210px);
    overflow: auto;
}

.ProcessedTransDetails-Table-Minus {
    height: calc(100vh - 321px);
    overflow: auto;
}
/*AuditTrans Transmission*/
.AuditTrans-Table-Plus {
    height: calc(100vh - 237px);
    overflow: auto;
}

.AuditTrans-Table-Minus {
    height: calc(100vh - 349px);
    overflow: auto;
}

.ResponseBatchLog-Table-Plus {
    height: calc(117vh - 349px);
    overflow: auto;
}

.ResponseBatchLog-Table-Minus {
    height: calc(103vh - 349px);
    overflow: auto;
}


/*DataProtection*/
.DataProtection-Table-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.DataProtection-Table-Minus {
    height: calc(100vh - 366px);
    overflow: auto;
}

/*FolderLocation*/
.FolderLocation-Table-Plus {
    height: calc(100vh - 360px);
    overflow: auto;
}

.FolderLocation-Table-Minus {
    height: calc(100vh - 366px);
    overflow: auto;
}
/*WorkflowState*/
.WorkflowState-Table-Plus {
    height: calc(100vh - 360px);
    overflow: auto;
}

.WorkflowState-Table-Minus {
    height: calc(100vh - 366px);
    overflow: auto;
}

/*WorkflowRule*/
.WorkflowRule-Table-Plus {
    height: calc(100vh - 360px);
    overflow: auto;
}

.WorkflowRule-Table-Minus {
    height: calc(100vh - 366px);
    overflow: auto;
}
/*AllGroups*/
.AllGroups-Table-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.AllGroups-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}
/*AllOrgUsers*/
.AllOrgUsers-Table-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.AllOrgUsers-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}
/*AllSites*/
.AllSites-Table-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.AllSites-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}
/*CRM */
.CRM-Table-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.CRM-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}

.CRM-MappingTable-Plus {
    height: calc(93vh - 160px);
    overflow: auto;
}
/*Provider Info*/
.Providerinfoscroll {
    height: calc(90vh - 130px);
    overflow: auto;
}
/*PC Actvities*/
.Pcactivitiesscroll {
    height: calc(100vh - 100px);
    overflow: auto;
}
/*MedicalHistory*/
.MedicalHistoryscroll {
    height: calc(100vh - 300px);
    overflow: auto;
}

/*Custom Forms, Templates, Checkout, ReviewOwner/Reviewer */
.CustomForms-Table-All {
    height: calc(100vh - 170px);
    overflow: auto;
}

.CustomFormsQues-Table-All {
    height: calc(100vh - 170px);
    overflow: auto;
}


.ResponseTemplates-Table-Plus {
    height: calc(100vh - 240px);
    overflow: auto;
}

.ResponseTemplates-Table-Minus {
    height: calc(100vh - 302px);
    overflow: auto;
}


.EmailTemplates-Table-Plus {
    height: calc(100vh - 240px);
    overflow: auto;
}

.EmailTemplates-Table-Minus {
    height: calc(100vh - 302px);
    overflow: auto;
}


.AckTemplates-Table-Plus {
    height: calc(100vh - 240px);
    overflow: auto;
}

.AckTemplates-Table-Minus {
    height: calc(100vh - 302px);
    overflow: auto;
}


.CMFoldersTemplates-Table-Plus {
    height: calc(100vh - 275px);
    overflow: auto;
}

.CMFoldersTemplates-Table-Minus {
    height: calc(100vh - 335px);
    overflow: auto;
}


.AllCheckouts-Table-Plus {
    height: calc(100vh - 275px);
    overflow: auto;
}

.AllCheckouts-Table-Minus {
    height: calc(100vh - 335px);
    overflow: auto;
}


.AllCheckouts-Table-Plus1 {
    height: calc(100vh - 320px);
    overflow: auto;
}

.AllCheckouts-Table-Minus1 {
    height: calc(100vh - 380px);
    overflow: auto;
}


.MyCheckouts-Table-Plus {
    height: calc(100vh - 325px);
    overflow: auto;
}

.MyCheckouts-Table-Minus {
    height: calc(100vh - 385px);
    overflow: auto;
}


.MyCheckouts-Table-Plus1 {
    height: calc(100vh - 370px);
    overflow: auto;
}

.MyCheckouts-Table-Minus1 {
    height: calc(100vh - 430px);
    overflow: auto;
}

.ReviewOwner-Table-Plus {
    height: calc(100vh - 262px);
    overflow: auto;
}

.ReviewOwner-Table-Minus {
    height: calc(100vh - 323px);
    overflow: auto;
}

.Reviewer-Table-Plus {
    height: calc(100vh - 280px);
    overflow: auto;
}

.Reviewer-Table-Minus {
    height: calc(100vh - 341px);
    overflow: auto;
}

/*Custom Forms, Templates, Checkout, ReviewOwner/Reviewer */

/*Address Popup -CaseAttachments*/
.ADCaseAttachments-Table-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.ADCaseAttachments-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}
/*Address Popup -Organization*/
.ADOrganization-Table-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.ADOrganization-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}
/*Address Popup -Representatives*/
.ADRepresentatives-Table-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.ADRepresentatives-Table-Minus {
    height: calc(100vh - 460px);
    overflow: auto;
}
/*Address Popup -CustomDomain*/
.ADCustomDomain-Table-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.ADCustomDomain-Table-Minus {
    height: calc(100vh - 260px);
    overflow: auto;
}
/*Attachments Popup -CaseAttachments*/
.AttCaseAttachments-Table-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.AttCaseAttachments-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}
/*Attachments Popup -Correspondence*/
.AttCorrespondence-Table-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.AttCorrespondence-Table-Minus {
    height: calc(100vh - 300px);
    overflow: auto;
}


.SCMPicklists-Table-Plus {
    height: calc(100vh - 224px);
    overflow: auto;
}

.SCMPicklists-Table-Minus {
    height: calc(100vh - 279px);
    overflow: auto;
}

.CRMMapping-Table-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.ChatHistory-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}


.CaseQueryN-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.CaseQueryN-Table-Minus {
    height: calc(100vh - 545px);
    overflow: auto;
}

.CaseQueryN-CaseDetails-Plus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.CaseQueryN-CaseDetails-Minus {
    height: calc(100vh - 516px);
    overflow: auto;
}

.elpises {
    position: relative;
    cursor: pointer;
}

    .elpises:after {
        content: '&nbsp;';
        visibility: hidden;
    }

    .elpises .textoverflowContent {
        position: absolute;
        left: 8px;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .elpises .fullContent {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 98%;
        max-height: 100px;
        padding: 10px;
        background: #f7f7f7;
        border: 1px solid #d2d2d2;
        z-index: 99;
    }

    .elpises:hover .fullContent {
        display: block;
    }

.email-listMain table tr, .draft-body table tr {
    padding: 0;
}

    .email-listMain table tr td, .draft-body table tr td {
        padding: 0 10px;
        border: none;
    }



.NewDocASDocSrh-Table-Plus {
    height: calc(100vh - 177px);
    overflow: auto;
}

.NewDocASDocSrh-Table-Minus {
    height: calc(100vh - 277px);
    overflow: auto;
}

.NewDocModSrh-Table-Plus {
    height: calc(100vh - 216px);
    overflow: auto;
}

.NewDocModSrh-Table-Minus {
    height: calc(100vh - 316px);
    overflow: auto;
}

.NewFAQASDocSrh-Table-Plus {
    height: calc(96vh - 178px);
    overflow: auto;
}

.NewFAQASDocSrh-Table-Minus {
    height: calc(100vh - 278px);
    overflow: auto;
}

.NewFAQSDSrh-Table-Plus {
    height: calc(100vh - 177px);
    overflow: auto;
}

.NewFAQSDSrh-Table-Minus {
    height: calc(100vh - 233px);
    overflow: auto;
}

.CMDocSerarch-Plus {
    height: calc(100vh - 215px);
    overflow: auto;
}

.CMDocSerarch-Minus {
    height: calc(100vh - 278px);
    overflow: auto;
}

.CMMDocSerarch-Plus {
    height: calc(100vh - 215px);
    overflow: auto;
}

.CMMDocSerarch-Minus {
    height: calc(100vh - 319px);
    overflow: auto;
}

.CMASSDocSerarch-Plus {
    height: calc(96vh - 179px);
    overflow: auto;
}

.CMASSDocSerarch-Minus {
    height: calc(100vh - 280px);
    overflow: auto;
}

.CMSRDModuleVersions-Plus {
    height: calc(100vh - 295px);
    overflow: auto;
}

.CMSRDModuleHistory-Plus {
    height: calc(100vh - 315px);
    overflow: auto;
}

.CMSRDModuleVersionsReview-Plus {
    height: calc((100vh - 415px)/2);
    overflow: auto;
}

.CMDocumnetGeneral-Plus {
    height: calc(100vh - 215px);
    overflow: auto;
}

.CMDocumnetOther-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.CMDocumnetAss-Plus {
    height: calc(100vh - 285px);
    overflow: auto;
}

.CMDocumnetUI-Plus {
    height: calc(100vh - 403px);
    overflow: auto;
}

.CMDocumnetVA-Plus {
    height: calc(100vh - 220px);
    overflow: auto;
}

.CMDocumnetVersions-Plus {
    height: calc(100vh - 285px);
    overflow: auto;
}

.CMDocumnetHistory-Plus {
    height: calc(100vh - 315px);
    overflow: auto;
}

.CMDocumnetReview-Plus {
    height: calc((100vh - 400px)/2);
    overflow: auto;
}

.CMDocumnetDetails-Plus {
    height: calc(100vh - 100px);
    overflow: auto;
}

.CMDocumnetEditDetails-Plus {
    height: calc(100vh - 100px);
    overflow: auto;
}

.CMFAQGeneral-Plus {
    height: calc(100vh - 255px);
    overflow: auto;
}

.CMFAQAss-Plus {
    height: calc(100vh - 300px);
    overflow: auto;
}

.CMFAQVA-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.CMFAQVersions-Plus {
    height: calc(100vh - 295px);
    overflow: auto;
}

.CMFAQHistory-Plus {
    height: calc(100vh - 315px);
    overflow: auto;
}

.CMFAQReview-Plus {
    height: calc((100vh - 400px)/2);
    overflow: auto;
}

.CMFAQEditDetails-Plus {
    height: calc(100vh - 100px);
    overflow: auto;
}

.CMMRGeneral-Plus {
    height: calc(100vh - 255px);
    overflow: auto;
}

.CMMRVA-Plus {
    height: calc(100vh - 260px);
    overflow: auto;
}

.CMMRVersions-Plus {
    height: calc(100vh - 295px);
    overflow: auto;
}

.CMMRHistory-Plus {
    height: calc(100vh - 315px);
    overflow: auto;
}

.CMMRReview-Plus {
    height: calc((100vh - 415px)/2);
    overflow: auto;
}

.CMMREditDetails-Plus {
    height: calc(100vh - 100px);
    overflow: auto;
}

.CRPH {
    height: calc(100vh - 110px);
    overflow: auto;
}

.tableSettingsColumn {
    overflow: inherit;
}

    .tableSettingsColumn a {
        width: auto;
    }

.iconstyle li {
    display: inline;
    list-style: none;
}

.valErrorSingleMsg li {
    list-style: none !important;
}

.configurationTableEmail {
    clear: both;
    padding: 0 20px;
}

    .configurationTableEmail table th img {
        display: inline-block;
        padding-left: 5px;
    }

    .configurationTableEmail tr th:nth-child(1), .configurationTableEmail tr td:nth-child(1) {
        width: 80%;
    }

    .configurationTableEmail tr th:nth-child(2), .configurationTableEmail tr td:nth-child(2) {
        width: 20%;
    }

    .configurationTableEmail table td a {
        display: inline-block;
        padding: 0 5px;
        visibility: hidden;
    }

    .configurationTableEmail table tr:hover a {
        visibility: visible;
    }

    .configurationTableEmail table td a:first-child {
        padding-left: 20px;
    }

.adm-customformTableACF {
    width: 100%;
}

    .adm-customformTableACF tr th:nth-child(1), .adm-customformTableACF tr td:nth-child(1) {
        width: 45%;
    }

    .adm-customformTableACF tr th:nth-child(2), .adm-customformTableACF tr td:nth-child(2) .adm-customformTableACF tr th:nth-child(3), .adm-customformTableACF tr td:nth-child(3) .adm-customformTableACF tr th:nth-child(4), .adm-customformTableACF tr td:nth-child(4) {
        width: 15%;
    }

    .adm-customformTableACF tr th:nth-child(5), .adm-customformTableACF tr td:nth-child(5) {
        width: 10%;
    }

    .adm-customformTableACF-all tr th:nth-child(-n+6), .adm-customformTableACF-all tr td:nth-child(-n+6) {
        width:15%;
    }
    .adm-customformTableACF-all tr th:first-child, .adm-customformTableACF-all tr td:first-child {
        width:30%;
    }
    .adm-customformTableACF-all tr th:last-child, .adm-customformTableACF-all tr td:last-child {
        width:10%;
    }
.adm-customformTableACF-all tr td a {
    visibility : hidden;
}
.adm-customformTableACF-all tr:hover td a {
    visibility : visible;
}

    .adm-customformTableACF tr th img {
        display: inline-block;
        padding-left: 5px;
    }

    .adm-customformTableACF table tbody td:nth-child(4) a {
        display: inline-block;
        padding-left: 20px;
    }

    .adm-customformTableACF tr td a {
        visibility: hidden;
    }

    .adm-customformTableACF tr:hover a {
        visibility: visible;
    }

.requistFormTblRRQ tr th:nth-child(1), .requistFormTblRRQ tr td:nth-child(1) {
    width: 55%;
}

.requistFormTbl tr th:nth-child(2), .requistFormTblRRQ tr td:nth-child(2) {
    width: 30%;
}

.requistFormTblRRQ tr th:nth-child(3), .requistFormTblRRQ tr td:nth-child(3) {
    width: 15%;
}

.requistFormTblRRQ tr td:last-child ul {
    float: right;
    visibility: hidden;
}

.requistFormTblRRQ tr:hover td:last-child ul {
    visibility: visible;
}

.requistFormTblRRQ tr td ul li {
    list-style: none;
    float: left;
}

.docu-attachmentTableSD tr th:nth-child(1), .docu-attachmentTableSD tr td:nth-child(1) {
    width: 10%;
}

.docu-attachmentTableSD tr th:nth-child(2), .docu-attachmentTableSD tr td:nth-child(2), .docu-attachmentTableSD tr th:nth-child(3), .docu-attachmentTableSD tr td:nth-child(3) {
    width: 35%;
    /*word-break:break-all;*/
}

.docu-attachmentTableSD tr th:nth-child(4), .docu-attachmentTableSD tr td:nth-child(4) {
    width: 10%;
}

.docu-attachmentTableSD tr th:nth-child(5), .docu-attachmentTableSD tr td:nth-child(5) {
    width: 10%;
}

.docu-attachmentTableSD tr:hover td .actionMenu {
    visibility: visible;
}

.sgtnhdr-cnt {
    padding-right: 45px;
}

.sfdc-main {
    position: relative;
    width: 100%;
}

.sfdc-cnt {
    margin-top: 0;
    padding-right: 16px;
}

.sfdc-main p img {
    position: absolute;
    right: 0;
    top: 2px;
}

.odr-notificationCORR {
    width: 100%;
    /*display:inline-block;*/
    font-size: 13px;
    color: #4c6a82;
    line-height: 24px;
}

    .odr-notificationCORR a {
        line-height: 16px;
    }

.input-details2 {
    width: 72%;
}

.adm-CasecustomformTable {
    width: 100%;
}

    .adm-CasecustomformTable tr td:nth-child(1) {
        width: 18%;
    }

    .adm-CasecustomformTable tr td:nth-child(2) {
        width: 82%;
    }

.CustomForm {
    height: calc(300px - 48px);
    overflow: auto;
}

.CustomFormZoom {
    height: calc(100vh - 110px);
    overflow: auto;
}

.cusfieldwidth input, .cusfieldwidth select, .cusfieldwidth textarea, .cusfieldwidth .micategorylistone-2 {
    width: 100%;
}

.CustomTypeSection {
    float: left;
    border-width: 0px;
    font-weight: 600;
    font-size: small;
    text-decoration: none;
    vertical-align: top;
    padding-top: 22px;
    width: 60%;
}

.ScreenHeading {
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hideControlImp {
    display: none !important;
}

.FileNameDisplayParent {
    width: 90%;
    margin-right: 0px;
}

.FileNameDisplay {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mt2 {
    margin-top: 2px !important;
}

.provider-table tr td, .prodetails-table tr td, .productPage-Tbl tr td {
    white-space: inherit;
}

.BCCM {
    height: inherit;
}

.BCCMFAQ-Plus {
    height: calc(100vh - 440px);
    overflow: auto;
}

.BCCMFAQ-Minus {
    height: calc(100vh - 190px);
    overflow: auto;
}

.BCCMDOC-Left-Plus {
    height: calc(100vh - 435px);
    overflow: auto;
}

.BCCMDOC-Left-Minus {
    height: calc(100vh - 185px);
    overflow: auto;
}

.BCCMDOC-Right-Plus {
    height: calc(100vh - 405px);
    overflow: auto;
}

.BCCMDOC-Right-Minus {
    height: calc(100vh - 155px);
    overflow: auto;
}

.BCVVFAQ-Plus {
    height: calc(100vh - 355px);
    overflow: auto;
}

.BCVVFAQ-Minus {
    height: calc(100vh - 200px);
    overflow: auto;
}

.BCVVDOC-Left-Plus {
    height: calc(100vh - 238px);
    overflow: auto;
}

.BCVVDOC-Left-Minus {
    height: calc(100vh - 175px);
    overflow: auto;
}

.BCVVDOC-Right-Plus {
    height: calc(100vh - 208px);
    overflow: auto;
}

.BCVVDOC-Right-Minus {
    height: calc(100vh - 148px);
    overflow: auto;
}

.rowspace {
    border: 1px solid #e0e6eb;
    display: block;
    margin: 3px 0;
}

#divHelp table tr:hover, #customhelpPreview-ppr table tr:hover, #tabdiv1 table tr:hover, /*.admspannel-head:hover,*/ .hoverbg-nn tr:hover {
    background: inherit;
}

.Inbox-Attachments {
    max-height: 45px;
    overflow-y: auto;
    overflow-x: hidden;
}

.DisplayFullText tr td, .DisplayFullText tr td a {
    white-space: inherit;
    text-overflow: inherit;
    word-break: break-word;
    vertical-align: top;
}


.ATDisplayFullText tr td, .ATDisplayFullText tr td a {
    white-space: break-spaces;
    /*white-space: inherit;*/
    text-overflow: inherit;
    word-break: break-all;
    vertical-align: top;
}
.ATDisplayFullText tr td:last-child, .ATDisplayFullText tr td:last-child a {
    white-space: inherit !important;
}

.RCDisplayFullText tr td, .RCDisplayFullText tr td a {
    white-space: break-spaces;
    /*white-space: inherit;*/
    text-overflow: inherit;
    word-break: break-all;
    vertical-align: top;
}

.CRDisplayFullText tr td, .CRDisplayFullText tr td a {
    white-space: break-spaces;
    /*white-space: inherit;*/
    text-overflow: inherit;
    word-break: break-all;
    vertical-align: top;
}


.replaceoutput-replaceRow {
    width: 100%;
    display: inline-block;
    line-height: 30px;
}

    .replaceoutput-replaceRow p /*,.replaceoutput-listrow span*/ {
        float: left;
        width: 35%;
        font-size: 12px;
        color: #4c6a82;
    }

    .replaceoutput-replaceRow .divp {
        float: left;
        width: 65%;
        font-size: 12px;
        color: #26a1c7;
    }

        .replaceoutput-replaceRow .divp .FileName {
            max-width: 70%;
            color: #26a1c7;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: inline-block;
        }

        .replaceoutput-replaceRow .divp .imgp {
            display: inline-block;
            margin-left: 10px;
            margin-top: 5px;
            vertical-align: top;
            cursor: pointer;
        }

        .replaceoutput-replaceRow .divp ul {
            width: auto;
            margin-left: 10px;
        }

            .replaceoutput-replaceRow .divp ul li {
                float: left;
                list-style: none;
            }

.TSMSUploadDocument {
    margin-top: 10px;
    max-width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.CMDLGDoc {
    width: 100%;
}

    .CMDLGDoc li {
        list-style: none;
    }

    .CMDLGDoc .li1, .CMDLGDoc .li2, .CMDLGDoc .li3 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        float: left;
    }

    .CMDLGDoc .li1 {
        width: 60%;
    }

    .CMDLGDoc .li2 {
        width: 15%;
    }

    .CMDLGDoc .li3 {
        width: 25%;
    }

.CMDLGDocData li {
    font-size: 12px;
    margin-top: 2px;
    float: left;
    list-style: none;
}

.ULLIStyle li {
    list-style: none;
}

.tblTDUL li {
    float: left;
}

.acknwldgeform ul li {
    list-style: none;
}

.orgusers ul li {
    list-style: none;
    float: left;
}

.CR-RFD .cbx-main {
    margin: 0px 0 13px 10px;
}

.CRRFD-main {
    height: calc(100vh - 189px);
}

.archiveModule-content ul li {
    list-style: none;
}

.HelpSetupadm-drpdownBtns {
    clear: both;
    padding-top: 20px;
}

    .HelpSetupadm-drpdownBtns ul li {
        min-width: 90px;
        margin: 0 auto;
        display: table;
        list-style: none;
        float: right;
    }

.HelpSetupadm-dropdown .inputtype {
    padding-bottom: 5px;
}

.HelpSetupadm-drpdownBtns a {
    margin: 10px 10px 0 0;
}

    .HelpSetupadm-drpdownBtns a:last-child {
        margin-right: 0;
    }

.ProductDicNDC-Table {
    height: calc(100vh - 505px);
    overflow: auto;
}

.ProductDicAuth-Table {
    height: calc(100vh - 98px);
    overflow: auto;
}

.email-listMainVS {
    height: calc( 100vh - 140px );
}

.ViewCorrSearchI-Plus {
    height: calc(100vh - 140px);
    overflow: auto;
}

.ViewCorrSearchI-Minus {
    height: calc(100vh - 280px);
    overflow: auto;
}

.ViewCorrSearchO-Plus {
    height: calc(100vh - 140px);
    overflow: auto;
}

.ViewCorrSearchO-Minus {
    height: calc(100vh - 280px);
    overflow: auto;
}
/* Import Case Tables */
.ImportCaseTable table th:nth-child(-n+4), .ImportCaseTable table td:nth-child(-n+4) {
    width: 15%;
}

.ImportCaseTable table th:nth-child(1), .ImportCaseTable table td:nth-child(1) {
    width: 60%;
}

.ImportCaseTable table th:last-child, .ImportCaseTable table td:last-child {
    width: 10%;
}

.ImportCaseTable2 table th:nth-child(-n+6), .ImportCaseTable2 table td:nth-child(-n+6) {
    width: 10%;
}

.ImportCaseTable2 table th:nth-child(1), .ImportCaseTable2 table td:nth-child(1) {
    width: 30%;
}

.ImportCaseTable2 table th:nth-child(4), .ImportCaseTable2 table td:nth-child(4), .ImportCaseTable2 table th:nth-child(6), .ImportCaseTable2 table td:nth-child(6) {
    width: 20%;
}

.bwrDocument-tbl-3 table th:nth-child(-n+3), .bwrDocument-tbl-3 table td:nth-child(-n+3) {
    width: 40%;
}

.bwrDocument-tbl-3 table th:nth-child(1), .bwrDocument-tbl-3 table td:nth-child(1) {
    width: 20%;
}

.CiomsViewImport {
    height: calc(100vh - 102px);
    overflow: auto;
}

.CiomsIframe {
    height: calc(100vh - 68px);
    overflow: auto;
}

.aditionalseletionTbl tr th:nth-child(-n+6), .aditionalseletionTbl tr td:nth-child(-n+6) {
    width: 10%;
}

.aditionalseletionTbl tr th:nth-child(2), .aditionalseletionTbl tr td:nth-child(2), .aditionalseletionTbl tr th:nth-child(3), .aditionalseletionTbl tr td:nth-child(3) {
    width: 35%;
}

.aditionalseletionTbl tr th:nth-child(1), .aditionalseletionTbl tr td:nth-child(1), .aditionalseletionTbl tr th:nth-child(4), .aditionalseletionTbl tr td:nth-child(4) {
    width: 5%;
}

.aditionalseletionTbl tr th:last-child, .aditionalseletionTbl tr td:last-child {
    width: 6%;
}
.CaseRepsdiv tr td div{
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.fieldsetRB1 li{
	float:left;
	padding:0 20px 0 0;
    list-style: none;
}
.fs-Uploadtext{
    font-size: 13px!important;
    font-weight: 500!important;
    /*color: #26a1c7!important;*/
    /*position:unset!important;*/
    border-radius: 0px!important;
        /*display: block !important;
        float: none !important;*/
        /*position: inherit !important;*/
}
.multidrphdn{
    /*overflow: unset!important;*/
    overflow: visible!important;
}
.RPPreviewPop{
	width:100%;
	height:100%;
	padding:0 20px;
	position:fixed;
	right:0;
	top:0;
	transition: all 0.4s ease;
	-webkit-transform: translate(100%);
	transform: translate(100%);
	background:rgba(0,0,0,0.1);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
    display: block !important;
	z-index: 99990; /* To show behind the popup */
}
.RPPreviewPop.open-canvas {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.responsTemplat-row h2 label,.deffrentPage h2 .cbx-main label{
    color:#495058;
}


.addDoc-table thead tr th:nth-child(1),.addDoc-table tbody tr td:nth-child(1){
	width:6%;
}
.addDoc-table thead tr th:nth-child(2), .addDoc-table tbody tr td:nth-child(2) {
    width:30%;
}
.addDoc-table thead tr th:nth-child(3), .addDoc-table tbody tr td:nth-child(3) {
    width:20%;
}

.addDoc-table tbody tr td:last-child{
	width:44%;
}
.CiteCrossIcon{
    font-size: 12px;
    font-style: inherit;
    padding: 3px 0 0 5px;
    display: inline-block;
    cursor:pointer;
    color: #a4b4c0;
}
.ProductDicNames{
    width:90%;
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.timeout-warning {
	position:relative;
	display:inline-block;
	width:100%;
	background:#fff;
	border-top:3px solid #ee0000;
	box-shadow: 0 0 5px 0 rgba(117, 117, 117, 0.77);
	text-align:center;
}
.timeout-warning span {
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #ee0000;
    margin: 0 auto;
}
.autowidth {
    width:auto !important;
}
/*.timeout-warning a{
    position: absolute;
    right: -7px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #589c0e;
    border-radius: 100%;
}
.timeout-warning a{
	border-color:#ee0000;
}
.timeout-warning a img{
    width: 9px;
    height: 9px;
    display: block;
    margin: 5px auto;
}*/
.noaccessElement:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -24px;
    width: 100px;
    height: 30px;
    background: transparent;
}
.noaccessElement:before {
    content: '';
    position: absolute;
    right: -85px;
    top: -24px;
    width: 100px;
    height: 30px;
    background: transparent;
}
.input-fileThree{
	width:auto !important;
	height:26px;
	line-height:inherit;
	font-weight:normal;
    display:inline;
}
.input-fileThree img{
	float:none;
	padding-left:10px;
}
#AllComposeAttachments tr td{
    width:70%;
}
#AllComposeAttachments tr td:last-child{
    width:30%;
}
.relatedtopiclist li a{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.w-autocc{
    width:auto !important;
}
.previewEmailTemplateScroll {
    height: calc(100vh - 70px);
    overflow: auto;
}


.responseactionbuttons {
	float: right;
	padding: 4px 0;
}
.responseactionbuttons li {
	display: inline-block;
	vertical-align:top;
	margin: 0 8px;
	position: relative;
    cursor:pointer;
    list-style: none;
}
.responseactionseparator {
	margin: 0 0px !important;
    /*right: -10px;*/
    top: 4px;
    height: 17px;    
    cursor: auto !important;
    border-right: 2px solid #b3caf4;
}
.responseactionbuttons li a {
	display: block;
	text-align: center;
	transition: all 0.3s ease;
}

.activeImage {
    cursor: pointer;
}
.inactiveImage {
    cursor: auto;
}
.case-searchmainCdr {
    z-index: 999 !important;
}
.Env_Settings {
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto;
}
.QAScheduleLog-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.QAScheduleLog-Table-Minus{ 
    height: calc(100vh - 288px); 
    overflow: auto;
}

.QAScheduleJob-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.QAScheduleJob-Table-Minus{ 
    height: calc(100vh - 288px); 
    overflow: auto;
}

.AllQACases-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.AllQACases-Table-Minus{ 
    height: calc(100vh - 338px); 
    overflow: auto;
}

.QAUserReports-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.QAUserReports-Table-Minus{ 
    height: calc(100vh - 338px); 
    overflow: auto;
}

.QAURFieldSearchReports-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.QAURFieldSearchReports-Table-Minus{ 
    height: calc(100vh - 338px); 
    overflow: auto;
}

.QAScheduleReports-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.QAScheduleReports-Table-Minus{ 
    height: calc(100vh - 288px); 
    overflow: auto;
}

.MYQACases-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.MYQACases-Table-Minus{ 
    height: calc(100vh - 338px); 
    overflow: auto;
}

.AIQA-AllCases-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.AIQA-AllCases-Table-Minus {
    height: calc(100vh - 338px);
    overflow: auto;
}

.AIQA-BatchLogReports-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.AIQA-BatchLogReports-Table-Minus {
    height: calc(100vh - 338px);
    overflow: auto;
}

.AIQA-MyCases-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.AIQA-MyCases-Table-Minus {
    height: calc(100vh - 338px);
    overflow: auto;
}
.AIQA-UnassignedCases-Table-Plus {
    height: calc(100vh - 230px);
    overflow: auto;
}

.AIQA-UnassignedCases-Table-Minus {
    height: calc(100vh - 338px);
    overflow: auto;
}


.UNAQACases-Table-Plus{ 
    height: calc(100vh - 230px); 
    overflow: auto;
}
.UNAQACases-Table-Minus{ 
    height: calc(100vh - 338px); 
    overflow: auto;
}

.QAReviewAuditTrail-Table-Plus{ 
    height: calc(100vh - 290px); 
    overflow: auto;
}
.QAReviewAuditTrail-Table-Minus{ 
    height: calc(100vh - 298px); 
    overflow: auto;
}
.sectiongrid-data {
    width:70%;
    float:right;
}
.sectiongrid-data li {
    list-style:none;
    float:left;
    width:20%;
    padding:4px 5px;
}
 .sectiongrid-data li:last-child {
        width:40%;
        padding:0;
 }
.sectiongrid-data li:last-child label{
    width:66px;
    float:left;
    padding-top:8px;
 }
.sectiongrid-data li:nth-child(2) label{
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sectiongrid-data li:last-child textarea{
    float:right;
    width:calc(100% - 66px);
 }
.overflow-hidden {
   overflow:hidden;
}
.QAAlerts-Table {
    height: calc(100vh - 215px);
    overflow: auto;
}
.removefile{
    cursor:pointer;
    color: #a4b4c0;
}
.removefile1{
    cursor:pointer;
    color: #a4b4c0;
}
.cursorPointer{
     cursor:pointer;
}
.clearFix{
    clear: both;
}
.wd-100 {
    width:100%;
}
.CMDoc-table tr td span br{
    display:none;
}
 .instructions{
     white-space:inherit;
 }
.showinstructions {
    position: absolute;
    right: 2px;
    top: 8px;
}

/*New Upadated clases for font Sizes*/
.fs-12 {
    font-size:12px !important;
}
.fs-13 {
    font-size:13px !important;
}
.fs-14 {
    font-size:14px !important;
}
.fs-16 {
    font-size:16px !important;
}

/*AE 1 Version 1 Acordion Updated design*/
.accordion-ae-sub {
    background: #cae5aa !important;
    padding: 3px 10px 8px 10px;
    border-color: #cdd5c6;
}
.ae-subbody {
    border-color:#cdd5c6 !important;
}
.accordion-pc-sub {
    background: #b1dada !important;
    padding: 3px 10px 8px 10px;
    border-color: #a5caca;
}
.pc-subbody {
    border-color:#a5caca !important;
}
/*Case Query Preview Grid Align*/
.preview-grid-3 tr th:nth-child(-n+3),.preview-grid-3 tr td:nth-child(-n+3) {
    width:42%;
}
.preview-grid-3 tr th:first-child,.preview-grid-3 tr td:first-child{
    width:16%;
}
.noreview-data{
        margin: 0 auto;
    max-width: 90%;

}
ul.noreview-data li {
    float: left;
    list-style: none;
    padding: 20px 0 10px 20px;
}
 ul.noreview-data li .field-lable {
    display:block;
    }
ul.noreview-data li:last-child {
    padding: 0 0 0 20px;
}
ul.noreview-data li:first-child {
    width:300px;
}
.noreview-data li textarea {
    width:400px
}

.AIQABl tr td .actionMenu{
    visibility:visible !important;
}
 .AIQABl tr td .actionMenu a {
    width:24px !important;
   }
.instructions_CaseManage{
    white-space: inherit;
    word-wrap: break-word;
}
.text-overflow {
      text-overflow:ellipsis;
      white-space:nowrap;
      overflow:hidden;
}
.trRuleConditiongrid {
    height: calc(95vh - 55px);
    overflow: auto;
    clear: both;
}
/*.colWidthToShow {
    width: 150px !important;
}*/

.emailscroll {
    height: calc(114vh - 200px);
    overflow: auto;
}


.Inboxoverlayscroll {
    height: calc(117vh - 200px);
    overflow: auto;
}