﻿@charset "utf-8";
/* CSS Document */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
}




@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/Gotham-Medium.otf") format("opentype"), /* Open Type Font */ url("../fonts/Gotham-Medium.svg") format("svg"), /* Legacy iOS */ url("../fonts/Gotham-Medium.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Gotham-Medium.woff") format("woff"), /* Modern Browsers */ url("../fonts/Gotham-Medium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/Gotham-Bold.otf") format("opentype"), /* Open Type Font */ url("../fonts/Gotham-Bold.svg") format("svg"), /* Legacy iOS */ url("../fonts/Gotham-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Gotham-Bold.woff") format("woff"), /* Modern Browsers */ url("../fonts/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Black.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Gotham-Black.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Gotham-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Gotham-Black.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Black.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-Light.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Gotham-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Gotham-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Gotham-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}



/*---------------------- Nuinto Font Family---------------*/

@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg'), url('../fonts/Nunito-Regular.ttf') format('truetype'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('../fonts/Nunito-SemiBold.eot');
    src: url('../fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg'), url('../fonts/Nunito-SemiBold.ttf') format('truetype'), url('../fonts/Nunito-SemiBold.woff') format('woff'), url('../fonts/Nunito-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.eot');
    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg'), url('../fonts/Nunito-Bold.ttf') format('truetype'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Black';
    src: url('../fonts/Nunito-Black.eot');
    src: url('../fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Black.svg#Nunito-Black') format('svg'), url('../fonts/Nunito-Black.ttf') format('truetype'), url('../fonts/Nunito-Black.woff') format('woff'), url('../fonts/Nunito-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*Font family Utility======================*/
.BlackFamily {
    font-family: "Nunito-Black";
}

.Bold {
    font-family: 'Nunito-Bold';
}

.Regular {
    font-family: 'Nunito-SemiBold';
}

.Light {
    font-family: "Nunito-Regular";
}



/*.statusBg { display: inline-block; font-size: 11px;}*/

.text-dark {
    color: #000 !important;
}

.statusBg {
    display: inline-block;
    font-size: 11px;
    min-width: 56px;
    text-align: center;
}

    .statusBg.bg-success {
        background: #d3f3cd !important;
        color: #228711; /*border: 1px solid #b7f3aa;*/
    }

    .statusBg.bg-warning {
        background: #ffeacc !important;
        color: #e6800b; /*border: 1px solid #fda576;*/
    }

    .statusBg.bg-danger {
        background: #fdd9dc !important;
        color: #c73f4c; /*border: 1px solid #f78791;*/
    }

    .statusBg.bg-high {
        background: #ffcac9 !important;
        color: #c73f4c; /*border: 1px solid #fda576;*/
    }

    .statusBg.bg-medium {
        background: #ffe99c !important;
        color: #e9942a; /*border: 1px solid #f78791;*/
    }

    .statusBg.bg-low {
        background: #d3f3cd !important;
        color: #228711; /*border: 1px solid #b7f3aa;*/
    }

/* ------------- | Reset CSS Start | ------------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

button:focus {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
}


.tooltip-inner {
    color: #fff;
    background-color: #0F64B9;
    font-family: "Nunito-Regular";
    font-size: 12px;
    border-radius: 3px;
    letter-spacing: .3px
}

.tooltip.show {
    opacity: 1 !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #0F64B9;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #0F64B9;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #0F64B9;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #0F64B9;
}



.popover {
    color: #fff;
    background-color: #fff;
    font-family: "Nunito-Regular";
    font-size: 12px;
    border-radius: 3px;
    letter-spacing: .3px;
    border-color: #0F64B9;
    padding: 0;
    line-height: normal;
}

.popover-body {
    padding: 5px 10px;
    color: #0F64B9;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    border-bottom-color: #0F64B9;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #0F64B9;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    border-left-color: #0F64B9;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    border-right-color: #0F64B9;
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    border-width: .3rem 0 .3rem .3rem;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    border-width: .3rem 0 .3rem .3rem;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    border-width: .4rem .4rem .4rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    border-width: .4rem .4rem .4rem 0;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    border-width: 0 .4rem .4rem .4rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    border-width: 0 .4rem .4rem .4rem;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    border-width: .4rem .4rem 0;
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    border-width: .4rem .4rem 0;
}


.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - -1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - -1px);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 3px;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 2px;
}


.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 3px;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 2px;
}

.popover .arrow {
    display: none;
    opacity: 0;
}
/* ------------- Reset CSS End ------------- */


/*a.reminderCount {position: absolute;    top: 24px;   right: 25px;}*/

/* ------------- Reset CSS End ------------- */
* {
    -webkit-font-smoothing: antialiased;
}

:root {
    /* OFFICIAL BRAND */
    --bg-white: #ffffff;
    --baird-primary: #00539B;
    --baird-primary-dark: #003B6F;
    /* LIGHT */
    --bg-page: #F5F7FA;
    --bg-surface: #FFFFFF;
    --bg-subtle: #FAFBFC;
    --text-primary: #1F2933;
    --text-secondary: #4B5563;
    --text-muted: #6B7280;
    --border: #D8E1EA;
    --border-soft: #E7EDF3;
    --success: #2E7D32;
    --warning: #B26A00;
    --danger: #C62828;
    /* STRICT ENTERPRISE */
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --shadow-sm: none;
    --shadow-md: 0 1px 2px rgba(0,0,0,.04);
    --transition: .15s ease;
    --success-soft: #EAF1DC;
    --danger-soft: #F4E1DD;
    --info: #006890;
    --info-soft: #E2EFF4;
    --bg: #F4F6F8;
    --surface: #FFFFFF;
    --surface-2: #F8FAFC;
    --surface-3: #EEF2F6;
    --header-bg: #FFFFFF;
    --warning-soft: #F7E9D2;
}


body {
    -webkit-font-smoothing: antialiased;
    font-family: "Nunito-Regular", Helvetica, Arial, sans-serif;
    background: #f5f5f5;
    color: #535353;
    line-height: 1.3;
    padding-top: 57px;
    font-weight: 400;
    font-size: 13px;
    background-color: #F0F4F7;
}

.body_bg {
    background: #0F70B7 url(../images/body_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    background: var(--baird-primary);
}

a.reminderCount {
    position: absolute;
    top: 30px;
    right: 25px;
}

span.countText {
    position: absolute;
    background: #f00;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 9px;
    padding: 0;
    left: 8px;
    top: -9px;
    border: 1px solid;
    line-height: 14px;
    cursor: pointer;
    z-index: 1;
}
/* ------------- | Common CSS Start | ------------- */
.bg-dark {
    background-color: #28a745 !important;
    padding-left: 3rem;
    padding-right: 3rem;
}

.otherIcons a img {
    max-width: 22px;
}

a.profileIcon.m-0 img {
    max-width: 25px;
}

.otherIcons a {
    display: inline-block;
    margin: 0 1rem;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    transition: .2s;
}

    .otherIcons a:last-child {
        margin: 0;
    }

    .otherIcons a:hover {
        background: rgba(0,0,0,.2);
    }

.navbar-brand {
    margin-right: 2.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #4A4A4A;
    font-weight: 100;
    letter-spacing: .5px;
    padding: .3rem 1rem;
    border-radius: 30px;
}

ul.navbar-nav li.nav-item.active a {
    background: #fff;
    color: #28a745 !important;
    border-color: #0d952c;
}


select {
    background: #F0F3FB;
    border: 1px solid #F0F3FB;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: #3F3F3F;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

    .select-wrapper:after {
        content: ' \25BE';
        font-size: 22px;
        position: absolute;
        top: 6px;
        right: 20px;
        color: #000;
        pointer-events: none;
    }

select::-ms-expand {
    display: none;
}
/*
.custom-select {border-radius: .15rem; font-size: 13px; background: #fff;}
.custom-select:focus {border-color: #0a2a80; outline: 0; box-shadow: none;}
.filterSelected{border-color: #0a2a80;}
*/


/* =============Generic Utility=============*/
.loginOpacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; /*    background: #0062cc;*/
}

.text-generic {
    color: #0F64B9;
}

.bg-generic {
    background-color: #0F64B9 !important;
}

.btn-generic {
    background-color: #0F64B9 !important;
    color: #fff !important;
}

.btn-outline-generic {
    background-color: #fff !important;
    color: #fff !important;
    color: #0F64B9 !important
}

.border-generic {
    border-color: #0F64B9;
}

.btn-outline-generic {
    border-color: #0F64B9;
    color: #0F64B9;
    background-color: transparent;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

[data-toggle="modal"]:hover {
    cursor: pointer;
}

.form-control {
    background: #fff;
    border-radius: .15rem;
}

.nav-item.disabled {
    pointer-events: none;
    background: #f2f2f2;
}

/*Font Size Utility======================*/
.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-35 {
    font-size: 35px;
}

.font-38 {
    font-size: 38px;
}
/*.dName { border-left: 1px solid rgba(250,250,250,.3); opacity:1; border-right: 1px solid rgba(250,250,250,.3); padding: 0 1rem;}*/

/*utility====================*/


/*-- Scrollbar Css --*/
::-webkit-scrollbar {
    width: 8px;
    /* for vertical scrollbars */
    height: 8px;
    /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}



/*---------------------Login Css Start Here-----------------*/

body.loginPage {
    margin: 0;
    background: #fff;
    padding: 0;
}

.loginBg {
    background: url("../images/loginBg.jpg") no-repeat left;
    background-size: contain;
    /*    background-position: top;*/
    background: linear-gradient(135deg, rgba(11, 42, 74, 0.95), rgba(31, 78, 121, 0.5)), url(../images/loginBg_Baird.jpg) no-repeat center center;
    background-size: cover;
    background-position: left;
}

.loginLogo {
    max-width: 100%;
}

.loginForm {
    width: 100%;
    min-height: 25rem;
}

    .loginForm .form-group.input-material .form-control:focus ~ label,
    .loginForm .form-group.input-material .form-control[value]:not([value=""]) ~ label,
    .loginForm .form-group.input-material label.floatLabel {
        background-color: #fff;
        top: -10px;
        color: #0F64B9;
        font-family: "Nunito-Bold";
        font-size: 13px;
    }

    .loginForm .form-group.input-material .form-control {
        border: 1px solid #ADB2C9;
        border-radius: 5px;
        padding: 10px 15px;
        height: auto;
        font-size: 13px;
    }

    .loginForm .form-group.input-material label {
        left: 10px;
        top: 13px;
        padding: 0 10px;
        font-weight: 500;
    }

/*---------------------Login Css End Here-----------------*/
.modal-backdrop.show {
    opacity: .35;
}

.modal button.close {
    opacity: 1;
    color: #f00;
    font-weight: 100;
}

.logoText {
    line-height: 20px;
}

.footer_purpose {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: normal;
    font-size: .78rem;
}



/* ------------- | Index CSS Start | ------------- */


/*==========Navbar start here==========*/
.menuHover .dropdown-menu {
    padding: 0;
    overflow: hidden;
    transform-origin: top;
    transform: scale(1, 0) translateY(0);
    transition: .2s;
    display: block !important;
    position: absolute;
}

    .menuHover .dropdown-menu a {
        padding: .6rem 1rem;
        border-bottom: 1px solid #eee;
        font-size: 13px;
    }

        .menuHover .dropdown-menu a:last-child {
            border: none;
        }

    .menuHover .dropdown-menu.show, .menuHover .dropdown:hover .dropdown-menu {
        box-shadow: 0 3px 12px rgba(27,31,35,.15), 0 0 1px rgba(27,31,35,.2);
        transform: scale(1, 1) translateY(2px);
    }
/*==========Navbar end here==========*/


/*==========Form placeholder start here==========*/
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
    font-family: "Nunito-Regular";
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-family: "Nunito-Regular";
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    font-family: "Nunito-Regular";
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-family: "Nunito-Regular";
}
/*==========Form placeholder end here==========*/


div.dataTables_wrapper div.dataTables_filter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
    font-family: "Nunito-Regular";
}

div.dataTables_wrapper div.dataTables_filter ::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    font-family: "Nunito-Regular";
}

div.dataTables_wrapper div.dataTables_filter :-ms-input-placeholder { /* IE 10+ */
    color: #999999;
    font-family: "Nunito-Regular";
}

div.dataTables_wrapper div.dataTables_filter :-moz-placeholder { /* Firefox 18- */
    color: #999999;
    font-family: "Nunito-Regular";
}


.customTable thead tr th {
    border: none;
    border-bottom: 1px solid #ddd;
}

    .customTable tbody tr td:first-child, .customTable thead tr th:first-child {
        padding-left: 1.5rem;
    }

    .customTable tbody tr td:last-child, .customTable thead tr th:last-child {
        padding-right: 1.5rem;
    }

.customTable tbody tr td {
    line-height: normal;
}

#multiCollapseExample1 {
    overflow: hidden;
}

.customTable tbody tr:hover td {
    color: #000;
    background: #f9f9f9;
}
/*
  .dataViewClick { position: relative; cursor: pointer; }
.arrowAdded:before { border-bottom: 11px solid #1b4b87; border-left: 11px solid transparent; border-right: 11px solid transparent; content: "";  display: inline-block; position: absolute;
    right: 16px; left: 20px;  width: 0px;  top: 125%; bottom: 0;}
.arrowAdded:after { border-bottom:11px solid #f8f9fa; border-left:11px solid transparent;  border-right:11px solid transparent;  content:""; display:inline-block;  position:absolute;
    right: 16px; left: 20px; width: 0px;  top: 127%;  bottom: 0;   z-index: 1;}
.arrowAdded.collapsed:before, .arrowAdded.collapsed:after {display: none;}
*/

.customTable .row:last-child {
    margin: 0;
    align-items: center;
    background-color: #f8f9fa;
    padding: .5rem .6rem;
    border-top: 1px solid #ddd;
    font-size: 13px;
    font-family: 'SFProDisplay-Semibold';
}

    .customTable .row:last-child .dataTables_info {
        padding: 0;
    }

.customTable .row:first-child {
    margin: 0;
    align-items: center;
    background-color: #f8f9fa;
    padding: .5rem .6rem;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-family: 'SFProDisplay-Semibold';
}

    .customTable .row:first-child .dataTables_info {
        padding: 0;
    }

    .customTable .row:first-child label {
        margin: 0;
    }



/*

.ps-container > .ps-scrollbar-y-rail { background-color: #fff!important; }
.customTable  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { right:5px;}
*/

ul.pagination .page-item .page-link {
    margin: 0 .1rem;
    color: #000;
    box-shadow: none !important;
    border: none;
    border-radius: 3px;
    background-color: transparent;
}

    ul.pagination .page-item .page-link:hover {
        background: #dee2e6;
    }

ul.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #004586;
    border-color: #004586;
}

ul.pagination .page-item.disabled .page-link {
    opacity: .5;
}



table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

table.dataTable thead strong {
    display: inline-block;
}

table.dataTable thead .sorting strong:before,
table.dataTable thead .sorting strong:after,
table.dataTable thead .sorting_asc strong:before,
table.dataTable thead .sorting_asc strong:after,
table.dataTable thead .sorting_desc strong:before,
table.dataTable thead .sorting_desc strong:after,
table.dataTable thead .sorting_asc_disabled strong:before,
table.dataTable thead .sorting_asc_disabled strong:after,
table.dataTable thead .sorting_desc_disabled strong:before,
table.dataTable thead .sorting_desc_disabled strong:after {
    position: relative;
    bottom: auto;
    display: inline-block;
    opacity: 0.3;
    align-self: normal;
    float: right;
    font-size: 12px;
}


table.dataTable thead .sorting strong:before,
table.dataTable thead .sorting_asc strong:before,
table.dataTable thead .sorting_desc strong:before,
table.dataTable thead .sorting_asc_disabled strong:before,
table.dataTable thead .sorting_desc_disabled strong:before {
    right: auto;
    content: "\2191";
    left: .1rem;
}

table.dataTable thead .sorting strong:after,
table.dataTable thead .sorting_asc strong:after,
table.dataTable thead .sorting_desc strong:after,
table.dataTable thead .sorting_asc_disabled strong:after,
table.dataTable thead .sorting_desc_disabled strong:after {
    right: auto;
    content: "\2193";
    left: .2rem;
}

table.dataTable thead .sorting_asc strong:before,
table.dataTable thead .sorting_desc strong:after {
    opacity: 1;
}

div.dataTables_wrapper div.dataTables_filter label input {
    box-shadow: none !important;
    font-family: 'SFProDisplay-Regular'
}

div.dataTables_wrapper div.dataTables_filter label a {
    float: right;
    line-height: normal;
    height: auto;
    margin: 0px;
    padding: 0;
    position: relative;
    top: 4px;
    right: 8px;
    margin-left: -24px;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.dataTables_length label .custom-select {
    background: #fff url(../images/selectIcon.png) no-repeat 83% 11px;
    background-size: 7px;
}







/*--------------------------*/

.fixed_table_container .table-fixed thead {
    width: 100%;
}

.fixed_table_container .table-fixed tbody {
    max-height: calc(150px - 0px);
    overflow-y: auto;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    position: relative;
}

.fixed_table_container .table-fixed thead,
.fixed_table_container .table-fixed tbody,
.fixed_table_container .table-fixed tr,
.fixed_table_container .table-fixed td,
.fixed_table_container .table-fixed th {
    display: block;
    width: 100%;
    align-items: center;
}

    .fixed_table_container .table-fixed tbody td, .fixed_table_container .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
        line-height: 25px;
    }

    .fixed_table_container .table-fixed thead tr {
        border-bottom: 1px solid #e7e7e7;
        display: flex;
    }

        .fixed_table_container .table-fixed thead tr th {
            border: none;
        }

            .fixed_table_container .table-fixed thead tr th:first-child {
                padding-left: 0rem;
            }

    .fixed_table_container .table-fixed tr td:first-child {
        padding-left: 0rem;
    }
/*.fixed_table_container td.text-center.col-6 {    justify-content: center;} */
.customTable.fixed_table_container .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    right: 0;
}
/*--------------------------*/




/*====================================== Page LOader start Here====================================*/
/*=============================================================================================*/
.overflow-hidden {
    overflow: hidden !important;
}

.pageLoad {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    background: rgba(255,255,255, .9);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.Iconload {
    background: #fff url(../images/loader.gif) no-repeat;
    height: 48px;
    border-radius: 100px;
    width: 48px;
    background-size: contain;
}

/*===========================================================================*/
/*==========================Page LOader End Here==================*/


.navbar-dark .navbar-toggler-icon {
    background-image: none;
    transition: .2s;
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 28px;
    transition: .2s;
    font-weight: lighter;
}

.navbar-toggler .navbar-toggler-icon:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    transition: .2s;
    font-size: 28px;
    font-weight: lighter;
}

.overflow-x-hidden {
    overflow-x: hidden;
}



/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/*.datepicker .datepicker-switch { width: auto; }*/
.datepicker td, .datepicker th {
    width: 2rem;
    height: 2rem;
    font-size: 12px;
    border-radius: 50px;
    line-height: 20px;
}

.datepicker th {
    font-family: "Gotham-Bold";
}

    .datepicker th.datepicker-switch {
        border-radius: 3px;
    }

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #0f64b9;
}

.datepicker-dropdown:before {
    border-bottom: 7px solid #0f64b9;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -8px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -5px;
}
/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
.datepicker table tr td span {
    font-size: 12px;
}

td.active.day, span.month.active, span.year.active, span.century.active {
    background-image: none !important;
    background-color: #0f64b9 !important;
    font-family: "Gotham-Bold";
}

td.today.day {
    background: #f6f8fe !important;
    color: #000 !important;
    font-family: "Gotham-Bold";
}

.datepicker-dropdown {
    z-index: 9999 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
    pointer-events: none;
    -webkit-transform: translateY(30px) rotateX(-2deg) translateX(0);
    transform: translateY(30px) rotateX(-2deg) translateX(0);
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s, -webkit-transform .25s;
    opacity: 0;
    visibility: visible;
    margin: auto;
    position: absolute;
    border: 1px solid #0f64b9 !important;
    border-radius: 3px;
    background: #fff;
}

.openDatepicker .datepicker-dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(16px)translateX(0);
    animation: none;
}

.openDatepicker .datepicker-orient-top {
    transform: translateY(-5px)translateX(0);
}

.dateCss input {
    outline: none !important;
    user-select: none;
    cursor: pointer;
    letter-spacing: .5px;
    /*max-width:120px;  font-family: 'SFProDisplay-Semibold'; background: url("../images/calendarIcon.png") no-repeat; background-position: 95% 0px; */
}



/*-------------------------------*/

.conditionalViewClick a {
    opacity: .5;
}

    .conditionalViewClick a.active {
        opacity: 1;
    }

.tabularView {
    margin-top: 18px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

    .tabularView a.reminderCount {
        position: relative;
        top: 0;
        right: 0;
        left: 10px;
    }

.custom_table > tbody > tr {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

.disabled {
    opacity: .7;
    pointer-events: none;
}

/*Tabular View Pending Requirement Information start Here=================*/
.tabularView table thead th {
    background-color: #e6f4ff !important;
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    font-family: 'Nunito-Bold';
    padding: 1.3rem .75rem;
    border: none !important;
}

.modal .tabularView table thead th {
    padding: 1rem .75rem;
}

.tabularView table td {
    padding: 1rem .75rem;
    border: none;
    border-bottom: 1px solid #e6f4ff;
    font-size: 12px;
}

.tabularView table tbody tr:last-child td {
    border: none;
}

 

.tabularView table tr td:first-child, .tabularView table thead th:first-child {
    padding-left: 20px;
}

.tabularView td.GCIName_text {
    font-size: 14px;
    font-family: 'Nunito-Bold';
}

.boxView td .statusBg {
    position: absolute;
    top: 19px;
    left: 129px;
}

.boxView td.hideBell .statusBg {
    right: 13px;
    left: auto;
}
/*Tabular View Pending Requirement Information end Here=================*/

/*Box View Pending Requirement Information start Here=================*/
.boxView tbody > tr td {
    border: none !important
}

.boxView table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.boxView table td {
    display: block;
    text-align: left;
    padding: 0;
}

.boxView table tr:hover td {
    background-color: transparent !important;
}

.boxView tbody tr {
    margin: 1rem 1.1%;
    padding: 0rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    /*    flex: 0 0 31%;
    max-width: 31%;*/
    flex: 0 0 22.8%;
    max-width: 22.8%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
  /*  transition: .1s;*/
}

    .boxView tbody tr:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.boxView .CountryName_text,
.boxView .Jurisdiction_text,
.boxView .RT_text,
.boxView .RD_text {
    width: 50%;
    border-bottom: 1px solid #cadef2 !important;
    padding: 1rem 1rem 1rem 1.5rem;
    position: relative;
}

.boxView .RT_text, .boxView .RD_text {
    border: none !important;
}

.boxView .Jurisdiction_text,
.boxView .RD_text {
    margin: 0;
}

.boxView tbody .tdLabel {
    font-family: "Nunito-Bold";
    float: left;
    letter-spacing: normal;
}

.boxView table tr:hover td.GCIName_text {
    background-color: #f2f9ff !important;
}

.boxView td.GCIName_text {
    width: 100%;
    background-color: #f2f9ff !important;
    padding: 1.2rem 1.5rem;
    font-size: 16px;
    font-family: "Nunito-Bold";
}

    .boxView td.GCIName_text a {
        font-size: 16px;
        color: #000000;
    }

.boxView .LegalName_text {
    border-bottom: 1px solid #cadef2 !important;
    width: 100%;
    padding: 1rem 1.5rem;
    position: relative;
}

.boxView .Action_text {
    width: 100%;
    margin-bottom: 1.5rem;
}

.boxView .viewMore {
    display: block;
    font-family: "Nunito-Bold";
    font-size: 13px;
}

boxView .custom_table > tbody > tr:hover td {
    background-color: #eef5fc;
    color: #000;
    border-color: #cadef2 !important;
}

.boxView .Action_text {
    border: none !important;
    padding: 0 1.5rem;
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
}

    .boxView .Action_text:before {
        display: none;
    }

    .boxView .Action_text * {
        margin: 0 !important;
    }

.boxView .LegalName_text:after,
.boxView .CountryName_text:after {
    content: '';
    position: absolute;
    width: 19px;
    background: #fff;
    height: 100%;
    top: 2px;
    left: 0;
}

.boxView .Jurisdiction_text:after,
.boxView .RD_text:after {
    content: '';
    position: absolute;
    width: 19px;
    background: #fff;
    height: 110%;
    top: -2px;
    right: 0;
}

.boxView tbody {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
}

.boxView table td::before {
    content: attr(data-label);
    font-family: "Gotham-Light";
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    text-align: left;
    color: #4A4A4A;
    font-size: 11px;
    margin-bottom: 2px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.boxView table td:last-child {
    border-bottom: 0;
}
/*Box View Pending Requirement Information end Here=================*/




/*Pending Requirement internal Start here================*/
.menuHover {
    align-items: center;
}

.headerWrapperSmall {
    background: #0F70B7 url(../images/body_bg.jpg) no-repeat;
    background-size: cover;
}

.transparent-border {
    border-color: rgba(255,249,249,0.25) !important;
}

.accordionStyle {
    box-shadow: 0 0 1rem rgba(0,0,0,.09);
}

    .accordionStyle .card {
        border: none;
        border-bottom: 1px solid #E2E2E2 !important;
    }

        .accordionStyle .card:last-child {
            border-bottom: none !important;
        }

    .accordionStyle .card-header {
        /*   border: none;*/
        background: #fff;
        font-family: "Nunito-Bold";
    }

        .accordionStyle .card-header h2 {
            display: flex;
            align-items: center;
        }

    .accordionStyle .card-body {
        background-color: #f9f9f9;
        border-left: 3px solid transparent;
        transition: .2s;
    }

    .accordionStyle .card-header button.collapsed {
        color: #000;
    }

    .accordionStyle .card-header button {
        position: relative;
        color: #0F64B9;
        align-items: center;
        text-decoration: none;
        padding-left: 0;
        text-transform: uppercase;
        font-size: 12px;
    }

.accordionHead {
    font-size: 12px;
    cursor: default;
    user-select: none;
    pointer-events: none;
    display: inline-block;
}

.accordionStyle .collapse.show .card-body {
    border-left: 3px solid #0F64B9;
}

.accordionStyle .card-header button span {
}

.accordionStyle .card-header button .fa {
    margin-right: 5px;
    font-size: 15px;
    transition: .2s;
}

.chatHistory {
    position: absolute;
    right: 10px;
    top: -12px;
}

.btnWraperFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-light-1 {
    background-color: #f4f4f4 !important;
}

.line-height-normal {
    line-height: 20px;
}

.custom-control-label::before, .custom-control-label::after {
    top: 0;
    /*    border-radius: 2px !important;*/
    left: -1.55rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #28a745;
    background-color: #28a745;
}

.toggle-accordion:before {
    content: "Expand All";
}

.contentScroll {
    max-height: calc(25vh);
    overflow-y: auto;
}

.toggle-accordion.active:before {
    content: "Collapse All";
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #28a745;
    opacity: .5;
}
/*Pending Requirement internal accordian Table start here================*/

.tableBody {
    line-height: 18px;
    font-size: 12px;
}

    .tableBody thead th {
        border: none;
        font-size: 11px;
        vertical-align: top;
        font-weight: normal;
        color: #000;
        padding-bottom: 0;
        padding-top: 0;
        text-transform: uppercase;
    }

    .tableBody tbody td {
        border-top: none;
        font-size: 12px;
        border-bottom: 1px dashed #ddd;
        position: relative;
    }

    .tableBody tbody tr:last-child td {
        border: none;
    }

.fileUploadBtn {
    border: 1px solid #0F70B7;
    display: inline-block;
    padding: 1px 15px;
    position: relative;
    line-height: 20px;
    color: #0F70B7 !important;
    font-family: 'Gotham-Medium';
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 30px;
}
/*Pending Requirement internal accordian Table end here================*/

/*Pending Requirement internal end here================*/

@media screen and (max-width:992px) {
    .tableBody table tbody tr td:before {
        margin-bottom: 0;
        content: attr(data-title);
        min-width: 98px;
        color: #4A4A4A;
        position: absolute;
        left: 0;
        font-family: 'Gotham-Medium';
        text-transform: uppercase;
        font-size: 11px;
    }

    .tableBody table thead {
        display: none;
    }

    .tableBody table tbody tr td {
        display: flex;
        border: none;
        padding-left: 25%;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .accordionStyle .card-header button {
        display: flex;
        text-align: left;
    }

    .accordionStyle {
        margin-bottom: 5rem;
    }

    .tableBody {
        display: block;
        padding: 0rem 1.2rem;
    }

        .tableBody table thead {
            display: none;
        }

        .tableBody table tbody tr td:before {
            position: relative;
            display: block;
        }

        .tableBody table tbody tr td {
            display: block;
            border: none;
            padding-left: 0;
            padding-right: 0;
            border-bottom: 1px dashed #e2e2e2 !important;
        }

            .tableBody table tbody tr td:last-child {
                border: none !important;
            }

        .tableBody.pt-0 {
            padding-top: 1rem !important;
        }
}





.modal.left_modal,
.modal.right_modal {
    position: fixed;
    z-index: 99999
}

    .modal.left_modal .modal-dialog,
    .modal.right_modal .modal-dialog {
        position: fixed;
        margin: auto;
        width: 32%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }

.modal-dialog {
    margin: 1.75rem auto
}

@media(min-width:576px) {
    .left_modal .modal-dialog {
        max-width: 100%
    }

    .right_modal .modal-dialog {
        max-width: 100%
    }
}


/*----------------------------------------------*/
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    height: 100vh !important
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 15px 15px 30px
}


.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0 0 19px rgba(0, 0, 0, .5)
}

.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0 0 19px rgba(0, 0, 0, .5)
}

.modal-content {
    border-radius: 0;
    border: none
}

.modal-header.left_modal,
.modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #eee;
    background-color: #fafafa
}

.modal_outer .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh
}










.chatBg {
    background: #f1f1f1;
}

#chat {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

    #chat li {
        padding-bottom: 15px;
    }

        #chat li.you, #chat li.me {
            margin-bottom: 1rem;
        }

    #chat h2, #chat h3 {
        display: block;
        font-size: 12px;
        font-weight: normal;
        margin: 0;
    }

    #chat h3 {
        color: #a9a7a7;
    }

    #chat .entete {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

    #chat .message {
        padding: 10px;
        color: #fff;
        line-height: 17px;
        max-width: 90%;
        display: inline-block;
        font-size: 12px;
        text-align: left;
        border-radius: 5px;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

    #chat .me {
        text-align: right;
    }

    #chat .you .message {
        background-color: #0F64B9;
    }

    #chat .you.sameGroup, #chat .me.sameGroup {
        margin-top: -1rem;
    }

    #chat .me .message {
        background-color: #fff;
        color: #000;
    }

    #chat .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
    }

    #chat .you .triangle {
        border-color: transparent transparent #0F64B9 transparent;
        margin-left: 15px;
    }

    #chat .me .triangle {
        border-color: transparent transparent #fff transparent;
        margin-left: 93%;
    }

.userPic {
    display: block;
    max-width: 50px;
    border-radius: 30px;
    overflow: hidden;
    height: auto;
    margin-right: 5px;
}

    .userPic img {
        max-height: inherit;
        max-width: 40px;
    }

span.userPic, span.userInitial {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50px;
    color: #0F64B9;
    overflow: hidden;
    font-family: 'Nunito-Bold';
    text-align: center;
    font-size: 14px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.typeMessage textarea {
    resize: none;
    padding-right: 100px;
    padding: 10px;
}

.typeMessage button {
    position: absolute;
    right: 0px;
    z-index: 9;
    margin: 4px;
}

li.you span.status {
    background: #0F64B9;
    color: #fff;
}

#chatHistoryModal.right_modal .modal-dialog {
    width: 100%;
    max-width: 430px;
}



.commanTableStyle table td, .commanTableStyle table th {
    padding: .6rem .75rem !important;
    line-height: normal;
    vertical-align: middle;
    border-color: #eee;
}

.tabWrapper .commanTableStyle table th {
    background-color: #fff !important;
    border-bottom: 1px solid #eee !important;
    padding: .8rem .75rem !important;
    text-transform: capitalize;
    font-size: 12px;
}

.tabWrapper .nav-tabs .nav-link {
    color: #6b6b6b;
    border: none;
    position: relative;
    padding: 1rem;
}

    .tabWrapper .nav-tabs .nav-link:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: .2s;
        height: 4px;
        background: #0F64B9;
        width: 0;
        bottom: -1px;
        border-radius: 30px;
    }

    .tabWrapper .nav-tabs .nav-link.active {
        color: #0F64B9;
        font-family: 'Nunito-Bold';
    }

    .tabWrapper .nav-tabs .nav-link span.countList {
        display: inline-block;
        padding: 2px 4px;
        background: #dedede;
        font-family: 'Nunito-Bold';
    }

    .tabWrapper .nav-tabs .nav-link.active span.countList {
        background: #0F64B9;
        color: #fff;
    }

    .tabWrapper .nav-tabs .nav-link.active:before {
        width: 100%;
    }







/* ------------- |Datatable CSS Start | ------------- */
.thCol {
    position: relative;
}

.sortMask {
    margin-left: 28px;
    top: 0;
    font-size: 12px;
}

.tabWrapper .commanTableStyle.dataTableSearch .dataTables_scrollBody table th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important
}

div.dataTables_wrapper div.dataTables_filter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
    font-family: 'Nunito-Regular';
}

div.dataTables_wrapper div.dataTables_filter ::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-family: 'Nunito-Regular';
}

div.dataTables_wrapper div.dataTables_filter :-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    font-family: 'Nunito-Regular';
}

div.dataTables_wrapper div.dataTables_filter :-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-family: 'Nunito-Regular';
}


.dataTableSearch thead tr th {
    border: none;
    border-bottom: 1px solid #daddec;
    white-space: nowrap;
    background: #f8f9fd;
}

.tborder {
    border-color: #daddec;
}

.dataTableSearch tbody tr td {
    line-height: normal;
}

.dataTableSearch tbody tr:hover td {
    color: #000;
}

.dataTableSearch .row:first-child {
    margin: 0;
    align-items: center;
    background-color: transparent;
    padding: .5rem 0rem;
    border: none;
    font-size: 13px;
    width: auto;
    float: right;
    margin-top: -49px;
    display: block;
    text-align: right;
}

    .dataTableSearch .row:first-child .dataTables_filter {
        padding: 0;
    }

    .dataTableSearch .row:first-child .col-sm-12.col-md-6:first-child {
        display: none;
    }

    .dataTableSearch .row:first-child .col-sm-12.col-md-6:last-child {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dataTableSearch .row:first-child label {
        margin: 0;
    }

.dataTableSearch div.dataTables_wrapper div.dataTables_filter input {
    height: 31px;
    min-width: 260px;
    border-radius: 3px;
    margin: 0 .5rem;
    padding: .5rem 1rem;
    line-height: 10px;
    font-size: 12px;
}

.dataTableSearch div.dataTables_wrapper div.dataTables_filter label a {
    border: none;
    color: #404040;
    background: #fff;
    right: 15px;
}

.dataTableSearch .row:last-child {
    margin: 0;
    align-items: center;
    background-color: #ffffff;
    padding: .8rem 1.6rem;
    border: none;
    font-size: 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    z-index: 10;
}

div.dataTables_wrapper div.dataTables_filter label input {
    box-shadow: none !important;
    font-family: 'Nunito-Regular';
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter label a {
    float: right;
    line-height: normal;
    height: auto;
    margin: 0px;
    padding: 0;
    position: relative;
    top: 4px;
    right: 8px;
    margin-left: -24px;
}

.dataTables_length label .custom-select {
    background: #fff url(../images/selectIcon.png) no-repeat 83% 11px;
    background-size: 7px;
}

.dataTableSearch div.dataTables_wrapper div.dataTables_info {
    padding: 0 !important;
}

.customTable.dataTableSearch { margin-bottom: 4rem;}


ul.pagination .page-item .page-link {
    margin: 0 .2rem;
    font-family: 'Nunito-Semibold';
    color: #7e8dab;
    box-shadow: none !important;
    border: 0px solid #d6daea;
    border-radius: 3px;
    background-color: transparent;
    padding: .3rem .6rem;
    font-size: 12px;
}

ul.pagination .page-item .page-link:hover { background: #dee2e6;  }
ul.pagination .page-item.active .page-link { color: #fff; background-color: #0F64B9;  border-color: #0F64B9;}

ul.pagination .page-item.disabled .page-link {  opacity: .5;}
ul.pagination .page-item .page-link .fa { font-size: 9px;}

ul.pagination .page-item .page-link:focus {  color: #fff;  background-color: #0F64B9;}

/* ------------- |Datatable CSS End Here | ------------- */

ul.rightNav, .navbar-brand {  height: 50px;}
ul.rightNav li { height: 100%;  }

/* Sidebar */
.bg-gradient {
    background: #102766;
    background: -webkit-linear-gradient(top, #102766, #254597);
    background: -moz-linear-gradient(top, #102766, #254597);
    background: linear-gradient(to bottom, #102766, #254597);
}


body.adminPortal {  padding-top: 55px;}

.w-236 {
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    max-width: 235px;
}

.w-250 {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}

.sidebar {
    position: relative;
    top: 0;
    width: 250px;
    background: #0F6FBF;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}

.sidebar-sticky {
    /*
  position: -webkit-sticky;
  position: sticky;
  top: 48px;   
*/
    /*    height: calc(100vh - 55px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;*/
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link { font-weight: 500; color: #333;}
.sidebar .nav-link .feather { margin-right: 4px; color: #999; }
.sidebar .nav-link.active { color: #007bff;  }
.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {  color: inherit; }

.sidebar-heading { font-size: .75rem;  text-transform: uppercase;}

/* accordion styles */
.table-borderless td {  border: none !important;}
.adminPortal .accordion .card-header.collapsed {}
.adminPortal .accordion .card-header.collapsed:after { content: ''; border-bottom: 1px solid #ddd; position: absolute; left: 0; right: 0; margin-top: 30px; }

.adminPortal .accordion .card-header { cursor: pointer; margin: 0 !important; padding-left: 0;  padding-right: 0; border: none; max-width: fit-content;}
.adminPortal .accordion .card-title {  font-size: 12px;  font-family: "Nunito-Bold";}
.adminPortal .collapse.show {   border-bottom: 1px solid #ddd;}

.adminPortal .accordion.indicator-plus-before.round-indicator .card-header:before {
    font-family: "FontAwesome";
    font-size: 14pt;
    content: "\f106";
    margin-top: -5px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    color: #666;
}

.accordion.indicator-plus-before.round-indicator .card-header.collapsed:before {  content: "\f107";  color: #0F6FBF;}
.adminPortal .accordion .tabularView table thead th { padding: .8rem .75rem;}
.adminPortal .accordion .tabularView table td { padding: .8rem .75rem;}
.btn-success { background-color: #10B058;  border-color: #10B058;}

.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle,
.btn-success.focus,
.btn-success:focus {
    background-color: #129831;
    border-color: #129831;
}


.infoDivIcon { margin: 2px; width: 40px; text-align: center; line-height: 24px;}
.showEntries { position: absolute; margin-top: -40px; right: 301px; }
.showEntries .dataTables_length label { display: flex; align-items: center; font-size: 12px; }
.showEntries .dataTables_length label select {  margin: 0 4px; font-size: 12px;}


span.copyRights { position: fixed; bottom: 0; right: 0; padding: 10px; font-size: 10px;}
.headerWrapper, .headerWrapper img {  transition: 0.01s ease-in;}

body.topAdded .headerWrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: .5rem 2rem !important;
    z-index: 9999;
    background: #0F70B7 url(../images/body_bg.jpg) no-repeat;
    background-size: cover;
}

body.topAdded .headerWrapper img { height: 2rem;  }
.text-gradient { background: linear-gradient(45deg, #0253D5, #00D3FF);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
.newCustomeD span a {  cursor: pointer;}
.newCustomeD .boxView tbody .tdLabel { border: none !important;  width: 100%; padding: .6rem 1.5rem;}
.newCustomeD .boxView tbody .tdLabel.GCIName_text {  padding: 1rem 1.5rem;  }
.newCustomeD .boxView td.tdLabel.Status_text.hideBell { padding: 0;}
.newCustomeD .tabularView td {  vertical-align: middle;}


.statusBg.bg-warning { background: #fff5e7 !important;  color: #ff7b35 !important;   border: 1px solid #ffd0b7 !important;}
.statusBg.bg-success { background: #f1fcef !important;  color: #4cba31 !important;  border: 1px solid #b7f3aa !important;}
.statusBg.bg-light { background: #f5f6f5 !important; color: #b6b6b6 !important;  border: 1px solid #c5c5c5 !important;}
.statusBg.bg-danger { background: #fff0f1 !important; color: #eb5b69 !important; border: 1px solid #ffc1c7 !important;}
.btn-outline-generic:hover, .btn-outline-generic:focus {  background-color: #0F64B9 !important;  color: #fff !important;}
.boxView tbody tr:hover .GCIName_text a { color: #0F64B9;}


#sidebar .nav-link[data-toggle].collapsed:after { content: "\f107";  font-family: FontAwesome;  position: absolute;  right: 15px;}
#sidebar .nav-link[data-toggle]:not(.collapsed):after {  content: "\f106";  font-family: FontAwesome;  position: absolute;  right: 15px;}
#sidebar .nav-link[data-toggle]:not(.collapsed) {  background: #3E9BFF;}
#sidebar .nav-item .nav-item .nav-link[data-toggle]:not(.collapsed) {  background: rgba(0, 0, 0, 0.15);}
#sidebar .nav-item .collapse.show {  background: rgba(0, 0, 0, 0.15);}

#sidebar .nav-item .nav-item .collapse.show {  background: rgba(0, 0, 0, 0.15);}
#sidebar { background: #0F6FBF}
#sidebar .nav-link {position: relative; padding: 0.8rem 1rem 0.8rem 2.6rem;}
#sidebar .nav-item { display: block; width: 100%; border-top: 1px solid rgba(0,0,0,.15); font-size: .78rem; }
#sidebar .nav-item .nav-item { border: none;  font-size: 12px;}
#sidebar .nav-item .nav-item .nav-item {  padding: 0.2rem 0;  }
#sidebar .nav-link:hover, #sidebar .nav-link.active { background: rgba(0, 0, 0, 0.15); }






    #sidebar li ul li .nav-link.active:after {
        content: '';
        /*           content: '\f178 ';*/
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        left: 14px;
        z-index: 999;
        background: url(../images/check_Icon.svg) no-repeat;
        width: 16px;
        height: 16px;
        background-size: contain;
        display: inline-block;
    }


.muliselectDropdownCss .card {  border: none !important;}


.onboardingNew #sidebar .nav-link[data-toggle]:not(.collapsed):after {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 18px;
    margin-top: -4px;
    right: 12px;
}


/* aria-expanded="false" */
.customExpand[data-toggle] {
    margin: 0;
    height: 20px;
    width: 20px;
    background-color: #0F64B9;
    position: relative;
    line-height: 20px;
    display: block !important;
    text-align: center !important;
}

.customExpand[data-toggle][aria-expanded="false"] {  opacity: .3; }
.card-header:hover .customExpand[data-toggle][aria-expanded="false"] {  opacity: 1;}
.card-header:hover h2 {  color: #0F64B9}
.card-header h2 { display: inline-block;  vertical-align: middle;   cursor: pointer;}

.customExpand[data-toggle]:before {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.customExpand[data-toggle]:not(.collapsed):before {  content: "\f106";  color: white;}
.customExpand[data-toggle].collapsed:before {  content: "\f107";   color: white;}

.commanTableStyle table td, .commanTableStyle table th { padding: .6rem 9.6px .75rem !important;}

/*.commanTableStyle table td  { vertical-align:top}*/


.input-datepicker {
    background-image: url(../images/calendarIcon_gray.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 14px;
}

.modal-header { padding: .8rem 1rem; align-items: center;}
.btn-outline-gray { border: 1px solid #ced4da; color: #999;}
.btn-outline-gray:hover { border: 1px solid #555; color: #212529; }


select.selectArrow {
    background-image: url(../images/icon_downArrow.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 10px;
}

span.file-block {
    display: block;
}

.sideBarScroll {
    background: #0F6FBF;
    max-height: calc(100vh - 188px);
    overflow-y: auto;
}

.custom-control.custom-checkbox {
    min-height: auto;
}

.genericActionBg {
    width: 28px;
    height: 28px;
    background: #f0f7ff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid transparent !important;
    cursor: pointer;
}

    .genericActionBg:hover {
        background: #f0f7ff;
        border: 1px solid #bcd0f8 !important;
    }

.fa-auditHistory:before {
    content: '';
    background: url(../images/viewAuditTrail_Icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-size: 18px;
}

.fa-pencil:before {
    content: '';
    background: url(../images/edit_Icon_new.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-size: 18px;
}

.fa-delete::before {
    content: '';
    background: url(../images/deleteIcon.svg) no-repeat;
    background-size: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: 20px;
}

[data-custom-class="delete_hover"] {background: #fff2f3;  line-height: 30px !important;}
[data-custom-class="delete_hover"]:hover {  background: #fff2f3;  border: 1px solid #ffc5cb !important;  }
.popover.delete_hover { border-color: #f37b7b;}
.popover.delete_hover .popover-body { color: #ed2d1d;    }

.w-32p { width: 33px; height: 33px; width: 2rem; height: 2rem; display: inline-block; text-align: center; line-height: 2rem;}
.w-32p img[src$="images/left.svg"] {  height: .71rem;  } 

.bg-primary-dark {  background: rgb(0 48 112 / 65%) !important;}
.td_v_top table tr td {  vertical-align: top;}
.form-control.input-datepicker[readonly] {   background-color: #fff;}


/*line Login Start*/

.innerContent h1 { line-height: 1.4;  margin-bottom: 16px;}
.login-left-content {}
.login-left {  position: relative;}
.login-left h1 { line-height: 1.4;  margin-bottom: 16px; }

.login-left p { font-size: 15px; opacity: 0.9;  line-height: 1.6;    }
.circleShapeTransparent {}

.loginBg { overflow: hidden;}
.circleShapeTransparent { position: absolute; bottom: 0; right: 0;}

    .circleShapeTransparent::after {
        content: "";
        position: absolute;
        /*        bottom: -283px;
        right: -414px;*/
        bottom: -18vw;
        right: -26vw;
        /* width: 900px;
        height: 520px;*/
        width: 54vw;
        height: 31vw;
        background: #A79E70;
        border-radius: 50%;
        transform: rotate(339deg);
        z-index: 0;
        opacity: .7;
    }

.BottomStrip {font-size: .85rem;  line-height: 1.4;}

.mainLogo svg { max-height: 5rem;height: 5rem;}
.spanIconSvg svg { height: 1.9rem; width: 1.9rem; fill: burlywood;}
.textStyle { color: burlywood; position: relative; display: inline-block;}
.textStyle:after {content: ''; position:relative; width:4rem; height:.12rem; background:burlywood; display: block; margin:1.5rem 0; }

.text-primary {   color: #00539b}
.btn-primary { background-color: #00539B !important;  color: #fff;  border: none;  height: 44px;  font-weight: 500;}
.login-right .form-control { height: 2.76rem; border-radius: .3rem;  font-size: .9rem;}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* change white to your bg */
    -webkit-text-fill-color: #000 !important; /* text color */
    transition: background-color 5000s ease-in-out 0s;
    /*-webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset !important;*/
}

.copyRightsText { position: absolute;  bottom: 0;  left: 0;  right: 0;}

.input-groupIcon-append i {  transition: 0.2s ease;}

.shapeRounded { position:absolute; top:-10rem; left:-10rem; height:22rem; width:18rem; transform: scale(1.5) rotate(348deg); opacity:.1; pointer-events: none}
.iconSetup { position: relative;}
.loginPage .form-control {  padding-left: 2.5rem !important;  border-radius: 8px; background-image: none !important}

.iconSetup .input-group-icon { position: absolute; top: 0; bottom: 0; display: flex;   align-items: center;  margin: 0 .8rem;}
.iconSetup .input-groupIcon-append { position: absolute; right: 0; top: 0; width: 2rem;  bottom: 0;  display: flex;   align-items: center;  z-index: 5; }
/*.iconSetup .bi { font-size:18px; user-select:none;  opacity: .4; }
.iconSetup .bi-eye-slash {   opacity: .8; }*/
.iconSetup .bi {opacity: .4; height: 1.2rem; width: 1.2rem; display: block;  user-select:none;  }
.iconSetup .bi:before { display:none; }
.iconSetup .bi-envelope { background: url("../images/emailIcon.svg") no-repeat;}
.iconSetup .bi-lock { background: url("../images/lockIcon.svg") no-repeat;}
.iconSetup .bi-eye { background: url("../images/viewIcon.svg") no-repeat;}
.iconSetup .bi-eye-slash { background: url("../images/viewHideIcon.svg") no-repeat;}
.bi-captch { background: url(../images/captchaShieldIcon.svg) no-repeat;   background-size: contain; width: 1.3rem; height: 1.3rem;opacity: .8; }

.newValidation .form-control:focus-within {  border-color: #0d3b75;}
.newValidation .form-control.is-invalid:focus-within { border-color: #dc3545;}

.newValidation .btn {  height: 3rem;  letter-spacing: 0.04rem;  border-radius: 8px;}
#password-field {  background-position: right calc(2rem + .1875rem) center;}

.newValidation .invalid-feedback {
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: auto;
    padding-left: 1.2rem !important;
    background-size: calc(.7em + .375rem) calc(.7em + .375rem);
}

.captchaDiv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: .1rem;
    display: flex;
    align-items: center;
    background: #fff;
}

.captchaDiv img { pointer-events: none;  }
.captchIconClick { height: 2.76rem; background-color: #eff8ff;}
.captchIconClick:hover { background-color: #e0eaf3;  }
.captchIconClick img { height: 1.4rem; opacity: .7; pointer-events: none;}
.captchIconClick:hover img {opacity: .9;}
.forgotBtn {position: relative;}
.refreshIconColor path { fill: #00539b !important;}
.refreshIconColor { color: #00539b;}


.statusBg.bg-primary { background: #e0f0ff !important; color: #0f64b9 !important; border: 1px solid #91c8ff !important;}




.search-wrapper { position: relative;}

.search-wrapper .fa-search { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #9aa5b1; font-size: 18px; z-index: 2;}
.search-toolbar .form-control { height: 2.5rem; font-size: .9rem; background: #003B6F; outline: none; box-shadow: none; border: none; color: #ffff;}
.search-wrapper .form-control { padding-left: 2.8rem !important;}

.conditionalViewClick, .search-toolbar .row.no-gutters { border-radius: .3rem;  overflow: hidden;}
.status-select {
    background-image: url(../images/icon_downArrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 94% center !important;
    background-size: 10px !important;
}


.search-toolbar .view-btn { width: 2.5rem; height: 2.5rem; transition: all .2s ease; color: #fff;  background: rgba(0, 0, 0, .2); display: flex; align-items: center; justify-content: center;}
.view-btn:hover { background: #c5d3e0;    }

.view-btn.active { background: #fff;  color: #0F64B9;}


section.fullWrapper.mainBody.px-4.py-3 {
    min-height: 81vh;
}

.tabularView .gap, .tabularView td.tdLabel.Action_text {
    max-width: 300px;
}
.gap{
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
}

