/* please don't change it, header will be changed according to the nmew design and it would have white links with dark background */
.white-links {
    color: #FFFFFF !important;
}

.widget-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-grow: 1;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    min-width: 250px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 8px;
    box-shadow: -4px 4px 0px 0px #00000026;
}

.my-profile-widget-content-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-grow: 1;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.widget-header {
    font-size: 28px;
    line-height: 33px;
    font-weight: 400;
    text-align: start;
    color: #353F49;
}

.widget-subheader {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: start;
    color: #353F49;
    width: 100%;
}

.widget-link {
    text-decoration: none;
    background-color: #F2E400;
    border-radius: 4px;
    box-shadow: -2px 2px 0px 0px #BBBBBB;
    width: fit-content;
    border: 0 !important;
    padding: 4px 8px;
    margin-top: 16px;
    .widget-link-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #353F49;
}
 a{
    padding : 0 !important;
}
}

.widget-link:focus {
    text-decoration: none !important;
    background-color: #353F49 !important;
    width: fit-content;
}
.widget-link:focus .widget-link-text{
     color: #ececec !important;
}
.widget-link:focus img{
    filter: invert(1);
}

.widget-link:hover{
    text-decoration: none !important;
    background-color: #353F49 !important;
    width: fit-content;
}
.widget-link:hover .widget-link-text{
    color: #ececec !important;
}
.widget-link:hover img{
    filter: invert(1);
}
@media (max-width: 1024px) {
    .res-widgets {
        width: 100%;
    }

}

.brunel-form-wrapper {
    background-color: #FAF9F5;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    min-height: 100%;

    .container {
        .crmEntityFormView {
            border: none;
            background-color: #FAF9F5;

            .entitylist {
                border: none;
            }
        }

        .entitylist {
            border: none;
            background-color: transparent !important;
        }

        .form-subgrid-heading .field-label {
                font-size: 18px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: 500;
                padding-bottom: 15px;
                color: #000000;
            }
.form-subgrid-heading {
    margin: 0 !important;
}
        .section-title {
            h3 {
                font-size: 24px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: 400;
                color: #000000;
            }
        }
    }
    .grid-actions {
        border: none;
    }

    .entitylist-filter-option-group-label.h4 {
        font-family: var(--bs-body-font-family);
        font-weight: 400;
        font-size: 16px;
        color: #111213;
    }

    .card {
        border: none;
    }

    .card-body {
        display: flex;
        flex-direction: row;
        align-items: end;
        height: fit-content;
        padding: 0px;
        gap: 40px;
        background-color: transparent;

        ul.list-inline {
            margin: 0px !important;
            display: inline-flex;
        }
    }



    .btn-entitylist-filter-submit {
        padding: 8px 20px;
    }

    .content-panel.card.entitylist-filter {
        margin: 0px;
        background-color: transparent;
    }

    .list-group-item.active {
        background-color: #353F49;
        border-color: #353F49;
    }

    .edit-bank-details-wraper {
        tbody {
            tr:nth-child(2) {
                label.field-label {
                    padding-top: 10px;
                }
            }
        }

        .crmEntityFormView {
            .actions {
                border: none;
            }
        }
    }

    table.table {
        tbody {
            tr {
                td {
                    a,
                    a.details-link {
                        font-size: 16px;
                        font-family: var(--bs-body-font-family);
                        color: #212529;
                        text-decoration: underline;
                        text-decoration-color: black;
                        font-weight: bold;
                    }
                }
            }
        }
    }
}

.crmEntityFormView .cell div.table-info.required label:after {
    content: ' *';
    color: #309FFF;
}

table.section {
    box-shadow: -4px 4px 0px 0px #0000001A;
    padding: 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
}
table.section tbody tr td div label.field-label, 
table.section tbody tr td label.field-label{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #111213;
}
table.section tbody tr td div.control input,
table.section tbody tr td div.control select,
table.section tbody tr td div.control textarea{
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #353F49;
}
table thead{
    background-color: #353F49;
}
table thead tr{
    color: #ffffff;
    border: none;
    border-color: #ffffff;
}
table thead tr th{
    color: #ffffff;
    align-content: start;
}
table thead tr th a,
table thead tr th a:hover,
table thead tr th a:focus,
table thead tr th .a,
table thead tr th .a:hover,
table thead tr th .a:focus{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
table thead tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
table thead tr th:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
table tbody tr{
    border: none;
    border-color: #ffffff;
}
table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px;
}
table tbody tr:first-child td:last-child {
    border-top-left-radius: 8px;
}
table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


.personal-details-wrapper {
    background-color: #ffffff;
    box-shadow: -4px 4px 0px 0px #0000001A;
    border-radius: 8px;
}

.personal-details-wrapper td {
        border: none !important;
    }

.personal-details-wrapper .tab-column {
        padding: 10px !important;
 }


.compliancy-table-wrapper ul.dropdown-menu.show{
    background-color: #F2E400;
    border-radius: 4px;
    box-shadow: -2px 2px 0px 0px #BBBBBB;
}
.compliancy-table-wrapper  a.details-link,
.compliancy-table-wrapper  a.details-link:hover,
.compliancy-table-wrapper  a.details-link:focus{
    text-decoration: none;
    color: #000000;
    background-color: #F2E400;
}

.widget-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px;
}

.widget-row-details {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: calc(100% - 40px);
}

.nationality-text {
    word-wrap: break-word;
    max-width: 100%;
}

.visible-details {
    background-color: #F2F2F2;
    padding: 10px;
    border-radius: 5px;
}

.visible-text {
    word-wrap: break-word;
    max-width: 100%;
    padding-right: 20px;
}

.hidden-details {
    padding: 10px;
}

.my-tasks-widget {
    div.entitylist {
        border: none;
        width: 100%;

        .entity-grid {
            .view-grid {
                table {
                    thead {
                        display: none;
                    }

                    tbody {
                        tr {
                            background-color: #ECECEC;
                            border-bottom: 20px solid #ffffff;
                            border-top: 15px solid #ffffff;

                            td {
                                background-color: #ECECEC;
                                color: #353F49;
                            }
                        }
                    }
                }
            }
        }
    }
}

.back-to-dashboard-wrapper {
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.back-to-dashboard-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: middle;
    color: #111213;
}

.task-priority {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    width: 114px;
}

.urgent-task {
    background-color: #BC6A20;
    color: #ffffff;
}

.normal-task {
    background-color: #F2E400;
    color: #353F49;
}

.low-task {
    background-color: #008800;
    color: #ffffff;
}

.task-due-date {
    font-weight: 700;
}

.td-wrapper {
    color: #353F49;
}

.pagination {
    .active {
        a,
        a.page-link,
        a:focus,
        a:hover {
            background-color: #353F49 !important;
        }
    }
}

.page-item:not(.active) {
    .page-link,
    .page-link:focus,
    .page-link:hover {
        color: #212529;
    }
}

/* Starts Brunel Theme Changes */
.bt_menu .navbar-nav .nav-item:hover .nav-link{
color: #F8E6F2; 
}
.bt_menu {
    .navbar-nav {
        .nav-item{
        margin-left: 15px;
        margin-bottom: 5px;
        }
    }
}
.bt_menu {
    .navbar-nav > {
        .nav-item > {
            .nav-link{
                padding-top: 0 !important;
                text-decoration: none !important;
                margin-left: 0 !important;
            }
        }
    }
}
.bt_menu{
    .navbar-nav {
            .nav-item > a{
            margin-left: 0 !important;
            padding: 0.2rem 1rem !important;
            border-radius: 16px;
            align-items: center;
            justify-content: center;
            display: flex;
            background-color: #ececec;
            color: #353F49 !important; 
            text-decoration: none  !important;
            font-size: 14px !important;
            font-weight: 500  !important;
        }
    }
} 
.static-top{
    .bt_menu {
        .navbar-nav {
            .nav-item > a:hover{
            
            background-color: #353F49 !important;
            color: #ececec !important; 
            text-decoration: none  !important;
            }
        }
    }
}

.static-top{
    .bt_menu {
        .navbar-nav 
        {
            .nav-item > a:focus{
                color: #ececec !important; 
                
            }
        }
    }
}
 
 .bt_menu .navbar-nav .nav-item>a.show{
   background-color: #F2E400 !important;
    color: #353F49 !important; 
    border: 0 !important;
    outline: none !important; 
}
.bt_menu {
    .navbar-nav {
        .nav-item > a.show:focus{
                background-color: #F2E400 !important;
                color: #353F49 !important; 
                border: 0 !important;
                outline: none !important; 
            }
    }
}
.bt_menu{
    .navbar-nav {
        .nav-item {
            .dropdown-menu.show li:hover .dropdown-item{
                color: #353F49 !important;
            }
        }
    }
} 

.bt_menu{
    .navbar-nav {
        .nav-item {
            .dropdown-menu.show li  a.dropdown-item{
            text-decoration: none !important;
        }
        }
    }
} 
.bt_menu .navbar-nav .nav-item .navbar-icon.bt_icon{
    height: 100%;
}
.dropdown-search.bt_search{
    padding-bottom: 0 !important;
}
.dropdown-search.bt_search input[type="text"]{
    width: 100% !important;
    padding-right: 25px !important;
}
.dropdown-search.bt_search .form-search .input-group .input-group-btn{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 0;
     background: transparent;
     z-index: 5 !important;
}
.dropdown-search.bt_search .form-search .input-group .input-group-btn .btn.btn-primary{
    background: transparent !important;
    border: 0 !important;
    padding: 5px !important;
    box-shadow: none !important;
}
.dropdown-search.bt_search .form-search .input-group .input-group-btn .btn.btn-primary .fa.fa-search{
    color: #353F49 !important;
}
.dropdown-search.bt_search .form-search .input-group .input-group-btn .btn.btn-primary:hover .fa.fa-search{
    color: #353F49 !important;
}
.bt_details{
    background-color: #FFFFFF !important;
    height: fit-content;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: -4px 4px 0px 0px #0000001A;
    border-radius: 8px;
}
.bt_details p{
    margin-top: 10px;
    margin-bottom: 5px;
}
.bt_details p a{
    padding-left: 8px;
}
.bt_details p:last-child{
    margin-bottom: 10px !important;
}

 table tbody tr td div.subgrid  ul.dropdown-menu.show{
        background-color: #353F49 !important;
}
 table tbody tr td div.subgrid  ul.dropdown-menu.show a{
    text-decoration: none;
    color: #ffffff !important;
 }
 table tbody tr td div.subgrid  ul.dropdown-menu.show a:hover{
    background-color: #ffffff !important;
    color: #353F49 !important;
}
.btn-primary:not([title="search"]), .btn-entitylist-filter-submit{
    text-decoration: none;
    background-color: #F2E400 !important;
    border-radius: 4px !important;
    box-shadow: -2px 2px 0px 0px #BBBBBB;
    width: fit-content !important;
    color: #111213 !important;
    border:0 !important;
    font-weight: 600 !important;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:hover,
.btn-primary.hover,
.btn-entitylist-filter-submit:hover,
.btn-entitylist-filter-submit:focus,
.btn-entitylist-filter-submit:active{
    text-decoration: none !important;
    background-color: #353F49 !important;
    width: fit-content;
    color: #ececec !important;
}
.btn-primary:focus .fa,
.btn-primary.focus .fa,
.btn-primary:active .fa,
.btn-primary.active .fa,
.btn-primary:hover .fa,
.btn-primary.hover .fa,
.btn-entitylist-filter-submit:hover .fa,
.btn-entitylist-filter-submit:focus .fa,
.btn-entitylist-filter-submit:active .fa{
    color: #ececec !important;
}

.btn-primary:disabled,
.btn-primary.disabled{
    background-color: #a4a6a8;
    border-color: #a4a6a8;
}

button.widget-link:disabled,
button.widget-link:disabled:hover,
button.widget-link:disabled:focus {
    background-color: #ECECEC;
}
button.widget-link:disabled .widget-link-text,
button.widget-link:disabled:hover .widget-link-text,
button.widget-link:disabled:focus .widget-link-text{
        color: #8F96A3;
}
td[aria-label="action menu"] .dropdown.action .dropdown-menu{
    background-color: #353F49 !important;
}
td[aria-label="action menu"] .dropdown.action .dropdown-menu a{
    color: #ECECEC !important;
    text-decoration: none !important;
}
td[aria-label="action menu"] .dropdown.action .dropdown-menu a span.fa{
    color: #ECECEC !important;
}

td[aria-label="action menu"] .dropdown.action .dropdown-menu li a:hover{
    background-color: #ffffff !important;
    color: #353F49 !important;
    text-decoration: none !important;
    
}
td[aria-label="action menu"] .dropdown.action .dropdown-menu li a:hover span.fa{ color: #353F49 !important;}
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus{
    background-color: #F2E400 !important;
    border-color: #F2E400 !important;
}
.navbar-dark .navbar-toggler:hover .navbar-toggler-icon,
.navbar-dark .navbar-toggler:focus .navbar-toggler-icon{
    filter: invert(1) !important;
}
.FileFieldTypeManager-table tr td a.downloadFile{
    color: #353F49 !important;
    text-decoration: underline;
}
.FileFieldTypeManager-table tr td a.downloadFile:hover{
    text-decoration: none !important;
}
.static-top{
    background-color: transparent!important;
}
.brunel-form-wrapper .columnBlockLayout{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}
.sectionBlockLayout .columnBlockLayout .entitylist .entity-grid .view-grid{
    background-color: transparent !important;
}
.sectionBlockLayout .columnBlockLayout .entitylist .entity-grid > .message{
    margin: 0 !important;
    padding: 10px !important;
}
.brunel-form-wrapper table.table{
    margin-bottom: 0 !important;
}
table tr td a{
    font-size: 1rem !important;
    color: #212529;
    text-decoration: underline;
    text-decoration-color: black;
    font-weight: bold;
}
table tr > td > a:hover, table tr > td > a.details-link:hover {
    color: #212529 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    font-weight: bold;
}
.training-development .container .sectionBlockLayout{
    background-color: transparent !important;
}
.wrapper-body{
    min-height: calc(100% - 327px) !important;
    background-color: #FAF9F5;
}
table.section tbody tr td.status-cell div.control span.status{
    padding-left: 0 !important;
    font-size: 14px;
}

.back-to-dashboard-link:hover .back-to-dashboard-text{
color: #212529 !important;
font-weight: bold;
}

.training-development .modal-form-details .wrapper-body .tab .tab-column .section-title h3{
    margin-top: 5px !important;
    font-size: 16px;
    font-weight: 600;
}
.training-development .modal-form-details .wrapper-body .tab .tab-column .section{
    padding-top: 0;
    padding-bottom: 0;
}

.section-title h3{
    font-size: 16px !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
    font-weight: 600;
    padding-left: 10px;
}

.tab-column .crmEntityFormView .cell{
    padding: 0 !important;
}

.table-info .field-label{
    margin-bottom: 5px !important;
}

.columnBlockLayout ol.progress.list-group.top .list-group-item.active{
    background-color: #F2E400 !important;
    border-color: #F2E400 !important;
    color: #353F49 !important;
    font-size: 16px;
    font-weight: 500;
}
.columnBlockLayout ol.progress.list-group.top .list-group-item.incomplete{
    color: #353F49 !important;
    font-size: 16px;
    font-weight: 500;
}

.bt_details p a.active, .bt_details p a:hover, .bt_details p a:focus, .bt_details p a:focus-within{
    color: #111213 !important;
    background-color: #F2E400 !important;
    text-align: left;
    border-radius: 4px;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.custom-yellow-table {
    width: 100%;
    border-collapse: collapse;
    background: none;
    margin-top: 1rem;
}

.custom-yellow-table thead {
background: none;
border-top: 2px solid white;
}

.custom-yellow-table th,
.custom-yellow-table td {
padding: 3px;
text-align: center;
}

.custom-yellow-table th {
color: white;
padding-top: 30px;
}

.custom-yellow-table td {
color:#F2E400;
}

.custom-yellow-table th:first-child,
.custom-yellow-table td:first-child {
    border-left: none;
}
.form-control-cell .control .input-group{
    height: 34px;
}
.form-control-cell .control .input-group .btn.btn-default{
    height: 100% !important;
    border-color: #ced4da;
    box-shadow: none;
}
.footer .footer-bottom{
    max-height: 50px;
}
.brunel-form-wrapper .container .columnBlockLayout.personal-details-wrapper{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
h1, .h1, .section-landing-heading, .section-landing .row > div .section-landing-heading, .section-inline-search .row > div h1, .section-landing h1, .section-search .header-search h1, .page_section h1, .color-inverse h1, h1 p{
    font-size: 2rem !important;
}

 table.section .subgrid .view-grid.table-responsive > .table.table-striped tbody, 
 .table.table-striped tbody{
    min-height: 200px !important;
    height: 200px;
} 
.crmEntityFormView [data-name='Bank Details'].tab .tab-column{
    background-color: transparent !important;
}
.crmEntityFormView .tab .tab-column > div{
    background-color: transparent !important;
}
[data-form-name="Edit Bank Details - Multistep Form"].crmEntityFormView,
[data-form-name="Add Bank Details - Multistep Form"].crmEntityFormView{
    background-color: transparent !important;
}

.sectionBlockLayout .columnBlockLayout .crmEntityFormView{
background-color: transparent !important;
border: 0 !important;
}
.columnBlockLayout.bank-details-wrapper p i{
    font-size: 1rem;
}
.crmEntityFormView .tab{
    margin-bottom: 0;
}
.crmEntityFormView .actions{
    margin-top: 16px !important;
    padding: 0 !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0 !important;
}
.columnBlockLayout.task-table-wrapper > .entitylist{
    padding-left: 16px;
    padding-right: 16px;
}
.entitylist > .entitylist-filter > .card-body > ul{
    padding-left: 0rem;
}

html, body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;

}
body{
    background-color: #FAF9F5  !important;
}
.footer {
  color: #fff;
  text-align: left;
  position: relative;
}


.crmEntityFormView{
    background-color: #faf9f5 !important;
    border: 0 !important;
}
.crmEntityFormView .tab, .crmEntityFormView .tab .tab-column{
    background-color: transparent !important;
}
.modal-dialog > .modal-content .modal-body{
    background-color: #faf9f5 !important;
}
.modal-dialog .modal-header .modal-title{
    margin-top: 0 !important;
    font-size: 1rem !important;
    text-transform: capitalize;
    font-weight: 600;
}
.modal-dialog .modal-header .form-close{
    top: 2% !important;
}

.modal-dialog .modal-content .modal-header .btn-close{
    padding: 0;
}

.modal-form-details .wrapper-body{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}
.modal-form-details .wrapper-body .tab .tab-column{
    margin-left: 0;
    margin-right: 0;
}
.modal-dialog > .modal-content .modal-body iframe body{
    background-color: transparent !important;
}
.modal-dialog .modal-content .modal-body .wrapper-body form .crmEntityFormView{
    background-color: transparent !important;
}
.crmEntityFormView .tab .tab-column:last-child{
    padding-bottom: 10px!important;
}
.entitylist {
    background-color: transparent;
}
 .sectionBlockLayout .columnBlockLayout .entitylist .entity-grid > .view-empty.message{
    background-color:#fff3cd;
    border: 1px solid #ffecb5;
    border-radius: 0.375rem;
    padding: 1rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
    color:#664d03;
} 
.sectionBlockLayout .columnBlockLayout .entitylist .entity-grid > .view-empty.message > .alert.alert-block.alert-warning{
    background-color:none;
    border: none;
    border-radius: unset;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: unset;
}

.crmEntityFormView .entity-form .tab-title{
    font-size: 18px;
}
.columnBlockLayout.task-table-wrapper .entitylist{
    padding-left: 0;
    padding-right: 0;
}
.crmEntityFormView[data-form-name="Edit Bank Details - Multistep Form"] .actions .btn:first-child:focus{
    outline: none;
}
