.inputWidth {
    width: 31.8%;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    color: #004c99;

}
td.dataTables_empty {
    box-shadow: none !important;
}
i.calIcon.fas.fa-calendar-alt.icon-addon {
    position: absolute;
    z-index: 10;
    margin-left: 95%;
    text-align: right;
    top: 10px;
    left: -5px;
}

.input-group.date > .form-control {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group.date > .form-control::placeholder {
	opacity: 1;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #ccc;
}
.bckbtnReports{
    cursor: pointer;
}
.bckbtnReports {
    cursor: pointer;
}
.underline {
    text-decoration: underline;
}

.noDocs {
    width: 95%;
    margin-left: 15px;
}

.noDocs1 {
    width: 95%;
    /* margin-left: 15px; */
}

.alert-info {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.fa.fa-file-pdf-o {
    margin-left: 8px;
}

/* Small devices (mobile, 320px and up) */
.marginLeftZero {
    margin-left: 15px !important;
}

.updateButtonDate {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.updateButtonDate.buttonMargin button {
    margin-left: 0 !important;
}

.extraTR+tr td {
    border-top: 0 !important;
}

.extraTR td {
    border-color: #fff;
}
#statmentDocTable thead>tr>th {
    color: #333;
    background-color: #f3f3f3;
    border: 1px solid #ccc !important;
    font-weight: normal;
}

#statmentDocTable thead>tr>th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#statmentDocTable thead>tr>th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#statmentDocTable thead>tr>th:hover {
    background: #dadada;
}

#statmentDocTable th {
    cursor: pointer;
    font-weight: bold;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

#statmentDocTable th.headerSortUp {
    background: #007ac3 !important;
    color: #fff;
    border-color: #0055ab;
    /*Accessibility change*/
    border-bottom-color: #bbd7f5;

}

#statmentDocTable th.headerSortDown {
    background: #007ac3 !important;
    color: #fff;
    border-color: #0055ab;
}
.sort-icons i.active {
    color: #007ac3;
}

#statmentDocTable thead tr {
    display: block;
    margin: 20px 0;
}

#statmentDocTable thead th {
    width: auto;
    background-color: transparent;
}
.detailBrder {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.table_component th {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    background-color: white;
    padding-bottom: 1rem;
}
.table_component th {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    background-color: white;
    padding-bottom: 1rem;
}
table#docTable {
    border: none;
    width: 100%;
}
#docTable th {
    border-bottom: 1px solid #D6D6D6;
    border-right: none;
    border-left: none;
    padding-left: 1rem;
    font-weight: 600;
}
#docTable tbody tr.odd {
    background-color: #F5F5F5;
}
.table-striped>tbody>tr:nth-child(even)>td {
    color: black;
}
#docTable td {
    border-bottom: 1px solid #E6E6E5;
    border-left: none;
    border-right: none;
    padding-left: 1rem;
    color: #221F1F;
}
button.btn.btn-primary.px-5.disadvApply {
    margin-right: 1rem;
}
button.btn.btn-primary.px-5.pendApply {
    margin-right: 1rem;
}
button.btn.btn-primary.px-5.stageApply {
    margin-right: 1rem;
}
table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 20px;
    width: 16px;
    height: 16px;
}
.dataTable > thead > tr > th[class*="sorting"]:before,
.dataTable > thead > tr > th[class*="sorting"]:after {
    content: "" !important;
}
.table-striped>tbody>tr:nth-child(odd)>td {
    color: black;
}
.ext-des {
    padding-right: 2rem;
}
.linkcell {
    width: 35%;
}
#reportTableData {
    margin-bottom: 2rem;
}
div#reportTableData_paginate {
    display: flex;
    justify-content: flex-end;
    float: right;
    padding: 19px 0 10px 10px;
    align-self: flex-start;

}
div#reportTableData_filter {
    margin-top: 1rem;
}
.dataTables_paginate.paging_simple_numbers {
    display: flex;
    justify-content: flex-end;
    float: right;
    padding-right: 5px;
    align-self: flex-start;
}
div#reportTableData_info {
    display: flex;
    float: left;
}
.dataTables_length label {
    display: flex;
    padding: 1.5rem 0 0 0;
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
    margin: -0.2rem 0.5rem;
    width: 10%;
}
.parentDataDiv {
    align-items: flex-start;
}
table.display.table-striped.dataTable.no-footer {
    width: 100% !important;
}
div#reportTableData_wrapper .col-sm-12 {
    overflow: auto;
}
button.btn.btn-secondary.dwnloadbtn {
    float: right !important;
    width: 229.397px;
    height: 48px;
}
@media (min-width: 992px){
    button.btn.btn-secondary.dwnloadbtn {
        float: right !important;
        width: 229.397px;
        height: 48px;
    }
}

.fa-circle-exclamation, .fa-exclamation-circle {
    color: #007ac3;
}
.bckbtnReports {
    color: #0071B3;
}
.bckbtnLead {
    display: none;
    color: #007ac3;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
    display: inline-block;
    width: 247px !important;
    height: 38px !important;
}
@media (min-width: 992px) {
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 5.4rem;
    }
}
#reportTableData.display.table-striped.dataTable.no-footer td {
    padding: 1rem;
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
    padding: 0 6px !important;
    width: 4%;
}
.dwnldInfo {
    margin-left: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 0;
}
i.errorCircle.fa-li.fa.fa-exclamation-circle {
    color: #CC0000;
}

/* Keep inline date validation visible in red for Pending and Stage filters. */
.error-section-color,
.error-section-color .fa-exclamation-circle,
.error-section-color .error-message-pending,
.error-section-color .error-message-stage,
.error-section-color .error-message-disenroll,
.error-section-color span {
    color: #CC0000 !important;
}

li.errorDesc {
    list-style-type: disc;
}

.custom-datatable-tooltip .tooltip-inner {
    max-width: 360px;
    background-color: #221F1F;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.5rem 0.75rem;
    text-align: left;
}

.custom-datatable-tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #221F1F;
}

.disenrollWidth.px-0 {
    width: 49%;
}
@media (max-width: 1280px){
    .inputWidth {
        width: 30.8%;
    }
}
@media (max-width: 1280px) {
    .opportunities-widget-container {
        width: 529px;
    }
}
@media (min-width: 375px) and (max-width: 600px){
    button.btn.btn-secondary.px-5 {
        width: 95%;
        margin-top: 1rem;
        margin-right: 1rem;
    }
    button.btn.btn-primary.px-5 {
        margin-right: 1rem;
        width: 95%;
    }
    .filterAdj {
        width: 92%;
        margin-left: 1rem;
    }
    .bottomBtns {
        padding: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-bottom: 1rem;
    }
    .inputWidth {
        width: 95%;
    }
    .disenrollWidth {
        width: 95%;
    }
    .col-7.bottomBtns.infocol {
        margin-left: 3rem;
    }
    .infocol2 {
        width: 125%;
        padding-left: 0 !important;
    }

    button.btn.btn-secondary.dwnloadbtn {
        width: 343px;
        margin-top: 1rem;
        margin-right: 0.5rem;
    }
    .dwnldInfo {
        margin-left: 1.5rem;
        margin-top: -1.5rem;
        margin-bottom: 0;
        width: 125%;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: -62.2rem !important;
        display: inline-block;
        width: 480px !important;
    }
    select.custom-select.custom-select-sm.form-control.form-control-sm {
        width: 10%;
    }
    div#reportTableData_filter {
        margin-top: 0;
    }
    div#reportTableData_paginate {
        float: left;
        margin-top: 3rem;
    }
    table.dataTable {
        margin-left: 1rem;
    }
    div#reportTableData_length {
        position: relative !important;
        right: 6.5rem !important;
    }
    .appStatus {
        margin-left: 0 !important;
    }
    .ml-3.disenrollWidth.px-0 {
        margin-left: 0 !important;
        width: 96% !important;
    }
    .disenrollWidth.px-0 {
        width: 96% !important;
    }
    .ml-2.mr-3.inputWidth.stageSel.px-0 {
        margin-left: 0 !important;
    }
    .ml-3.inputWidth.closetoSel.px-0 {
        margin-left: 0 !important;
    }
    .bottom .dataTables_paginate.paging_simple_numbers {
        position: absolute !important;
        margin-top: 2rem !important;
        margin-left: 1rem !important;
        width:max-content;
    }
    .dataTables_paginate.paging_simple_numbers {
        padding-top: 1rem;
    }
    div#reportTableData_info {
        display: flex;
        float: left;
        padding-left: 1rem;
    }
    .col-5.bottomBtns.dwnldcol {
        margin-left: 13.5rem;
    }
    div#reportTableData_paginate {
        padding: 19px 0 10px 2px;
    }
}
@media (width: 375px) {
    .bottom .dataTables_paginate.paging_simple_numbers {
        margin-left: 0.5rem !important;
        width: 101%;
    }
}
td.dataTables_empty {
    padding: 3rem !important;
    background-color: white !important;
}

.card-blue-top {
    border-top: 4px solid #007DC5;
    margin-bottom: 16px;
}
i.searchDash.fas.fa-search.search-icon {
    position: relative;
    bottom: 1.9rem;
    left: 0.8rem;
    color: #656565;
}
.dashboard-search[type=text] {
    border-radius: 0.1875rem;
    padding-left: 2rem;
}
.search-container {
    position: relative;
    width: 75%;
}
.dashboard-search-dropdown {
    position: absolute;
    top: 2.5rem;
    margin-top: -1px;
    width: calc(100% - 5.5rem);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    z-index: 5;
    max-height: 320px;
    overflow-y: auto;
}

.dashboard-search-result-main {
    min-width: 0;
}

.dashboard-search-result-title {
    color: #333;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
}

.dashboard-search-result-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #f1f3f5;
    cursor: pointer;
}

.dashboard-search-result-item:last-child {
    border-bottom: none;
}

.dashboard-search-result-item:hover,
.dashboard-search-result-item.is-active {
    background: #f5f9ff;
}

.dashboard-search-result-icon {
    color: #656565;
    width: 14px;
    text-align: center;
    padding-top: 0.5rem;
}

.dashboard-search-result-type {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 700;
}

.dashboard-search-state {
    padding: 12px;
    color: #656565;
    font-size: 1.4rem;
}
.dashboard-search-dropdown {
    position: absolute;
    top: 2.5rem;
    margin-top: -1px;
    width: calc(100% - 5.5rem);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    max-height: 320px;
    overflow-y: auto;
}

.dashboard-search-result-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #f1f3f5;
    cursor: pointer;
}

.dashboard-search-result-item:last-child {
    border-bottom: none;
}

.dashboard-search-result-item:hover,
.dashboard-search-result-item.is-active {
    background: #f5f9ff;
}

.dashboard-search-result-icon {
    color: #656565;
    width: 14px;
    text-align: center;
    padding-top: 0.5rem;
}

.dashboard-search-result-main {
    min-width: 0;
}

.dashboard-search-result-title {
    color: #333;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
}

.dashboard-search-result-type {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 700;
}

.dashboard-search-state {
    padding: 12px;
    color: #656565;
    font-size: 1.4rem;
}
@media (min-width: 375px) and (max-width: 600px) {
    .dataTables_length {
        position: absolute;
        padding-left: 0.5rem;
    }
    select.custom-select.custom-select-sm.form-control.form-control-sm {
        min-width: 45px !important;
        text-align: left !important;
    }
    #reportTableData thead th {
        width: max-content;
        overflow: auto;
        padding: 0 0.1rem 0.3rem !important;
        font-weight: 600 !important;
    }
    #docTable th {
        padding-right: 0;
        padding-left: 0;
    }
    div#reportTableData_length {
        position: relative !important;
        right: 20.6rem !important;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.1rem !important;
        display: inline-block !important;
        width: 343px !important;
    }
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0;
        font-weight: 600;
    }
    .bookInfo {
        width: 90%;
        padding-left: 1rem;
    }
    div#fromdteDoc {
        margin-bottom: 0.5rem;
    }
    div#tomdteDoc {
        margin-bottom: 0.5rem;
    }
    .bckbtnReports {
        padding-left: 1rem;
        padding-bottom: 1rem;
    }
    .bckbtnLead {
        display: block;
        padding-left: 1rem;
        padding-bottom: 2rem;
    }

    .filtrTitle {
        margin-bottom: 0 !important;
    }
    .col-7.bottomBtns.infocol {
        margin-left: 2rem;
    }
}
.noDataReport {
    font-weight: 400;
    font-size: 16px;
}
.dashboard-card-info {
    font-size: 13px;
}
.dashboard-count-label {
    margin-top: 3rem !important;
}

/* ------------------------------------------------------------------ */
/* Two-line truncation + hover tooltip for name columns in report table */
/* ------------------------------------------------------------------ */

/* Allow the absolutely-positioned tooltip to escape the td boundaries.
   The resizeTable() function sets overflow:auto as an inline style on every
   td; !important is required to override that and prevent scrollbars from
   appearing when the tooltip extends below the cell. */
#reportTableData td {
    overflow: visible !important;
}

#reportTableData .table-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    cursor: default;
    overflow: visible;
}

#reportTableData .table-wrap .wrap-text {
    width: 100%;
    display: inline-block;
}

#reportTableData .table-wrap .two-line-wrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 48px;
    white-space: normal;
    overflow: hidden;
    line-height: 22px;
    overflow-wrap: break-word;
    word-break: break-word;
}

#reportTableData .table-wrap .tooltip-box {
    display: none;
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 6px);
    bottom: auto;
    transform: translateX(0%) translateY(-2px);
    background-color: #221F1F;
    color: #fff;
    border-radius: 4px;
    padding: 10px 12px;
    width: max-content;
    max-width: 220px;
    text-align: center;
    z-index: 9999;
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    transition: opacity 1s ease;
}

#reportTableData .table-wrap .tooltip-box::after {
    content: "";
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 100%;
    top: auto;
    transform: translateX(0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #221F1F;
    border-top: none;
}

/* Flip tooltip ABOVE the cell when near the bottom of the viewport */
#reportTableData .table-wrap .tooltip-box.tooltip-above {
    top: auto;
    bottom: calc(100% + 6px);
    transform: translateX(0%) translateY(2px);
}

#reportTableData .table-wrap .tooltip-box.tooltip-above::after {
    bottom: auto;
    top: 100%;
    border-bottom: none;
    border-top: 8px solid #221F1F;
}

/* Flip tooltip to open LEFTWARD for right-side columns */
#reportTableData .table-wrap .tooltip-box.tooltip-flip-left {
    left: auto;
    right: 0;
}

#reportTableData .table-wrap .tooltip-box.tooltip-flip-left::after {
    left: auto;
    right: 20px;
}
.resultsInfo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}