
/* icon *******************************************************************/
.es-icon {
    filter: invert(25%) sepia(0%) saturate(1%) hue-rotate(142deg) brightness(96%) contrast(90%);
    display: inline-block;
    background-size: auto;
}

.es-icon-gold {
    filter: invert(70%) sepia(31%) saturate(851%) hue-rotate(354deg) brightness(87%) contrast(90%) !important;
}

.es-icon-blue {
    filter: invert(3%) sepia(36%) saturate(1362%) hue-rotate(153deg) brightness(71%) contrast(98%) !important
}

.es-icon-save {
    width: 20.4px;
    height: 22.4px;
    /*vertical-align: -3.5px;*/
    margin-right: 6px;
    background: url('/static/img/icons/ES_icon_Add_to_Folder.svg') no-repeat;
}

.es-icon-export {
    width: 20px;
    height: 20.9px;
    /*vertical-align: -1.44px;*/
    margin-right: 6px;
    background: url('/static/img/icons/ES_icon_Export.svg') no-repeat;
}

.es-icon-export-blue {
    width: 20px;
    height: 20.9px;
    /*vertical-align: -1.44px;*/
    margin-right: 6px;
    background: url('/static/img/icons/ES_icon_Export_blue.svg') no-repeat;
}

.es-icon-share-blue {
    width: 20px;
    height: 20.9px;
    /*vertical-align: -1.44px;*/
    margin-right: 6px;
    background: url('/static/img/icons/ES_icon_Share_blue.svg') no-repeat;
}

.es-icon-customize {
    width: 20px;
    height: 20.9px;
    /*vertical-align: -1.44px;*/
    margin-right: 6px;
    background: url('/static/img/icons/ES_icons_Customize.svg') no-repeat;
}

.es-icon-add {
    width: 20.4px;
    height: 22.4px;
    /*vertical-align: -3.5px;*/
    margin-right: 6px;
    background: url('/static/img/icons/ES_icon_Add_to_Folder.svg') no-repeat;
}

.es-icon-report {
    width: 16px;
    height: 15px;
    /*vertical-align: -3.5px;*/
    display: inline-block;
    margin-right: 6px;
    background: url("/static/img/icons/ES_icon_Report.svg") no-repeat;
}

.es-icon-edit{
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url('/static/img/icons/ES_icon_Edit.svg') no-repeat;
}

.es-icon-delete{
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url('/static/img/icons/ES_icon_Delete.svg') no-repeat;
}

.es-icon-back{
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: -10px;
    margin-right: 6px;
    background: url('/static/img/icons/ES_icon_Back.svg') no-repeat;
}

.es-icon-circle-plus {
    width: 20px;
    height: 20px;
    background: url("/static/img/icons/ES_icon_Add_circle.svg") no-repeat;
    filter: unset;
    vertical-align: middle;
}

.es-icon-help {
    width: 20px;
    height: 20.9px;
    margin-right: 6px;
    vertical-align: -5px;
    display: inline-block;
    cursor: pointer;
    background: url('/static/img/icons/ES_icon_Info.svg') no-repeat;
}

.es-icon-forward {
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    background: url('/static/img/icons/ES_icon_Forward.svg') no-repeat;
}

.es-icon-new-folder {
    width: 20px;
    height: 18px;
    margin-right: 6px;
    background: url('/static/img/icons/ES_icon_New_Folder.svg') no-repeat;
}



/* end icon *******************************************************************/

/* table *******************************************************************/

.table td, .table th {
    border-top: 0px
}

table.dataTable thead th, table.dataTable thead td {
    padding: 7px 5px;
}

table.dataTable tbody td {
    padding: 5px
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eef1f4;

}

.table-striped tbody tr td {
    border-bottom: 1px solid #d5dee3;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #434343;
}

.table-link {
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: none;
    color: #346c92 !important; /*#0B3C5D*/
    border-bottom: unset!important;
    cursor: pointer;
}

/*.table-link:hover, .table-link.active {
    text-decoration: none;
    -webkit-text-stroke: 1.1px #0B3C5D;
}*/

table.dataTable tbody td {
    vertical-align: top !important;
}

.td-nowrap {
    white-space: nowrap;
}

.td-text-center {
    text-align: center;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    color: #0B3C5D !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #0B3C5D !important;
    border: 1px solid transparent;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #0B3C5D !important;
    border: 1px solid transparent;
    background: transparent;
    font-weight: 500;
    box-shadow: unset;
    text-decoration-line: underline !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding-right: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #0B3C5D !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #0B3C5D;
}

table.dataTable thead th, table.dataTable thead td {
    color: #0B3C5D !important;
    border-bottom: 1px solid #0B3C5D;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.785em;
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(206 211 217);
    color: #434343;
}
table.dataTable.table-striped>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(206 211 217);
    color: #434343;
}

/* end table *******************************************************************/


hr {
    border-top: 1px solid #0B3C5D;
}

/* [SELECT FIED] */
.select-group select {
    /* Hide default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Cosmetics for the select box */


    outline: none;
}

/* [CUSTOM ARROW] */
.select-group {
    position: relative;
    overflow: hidden;
}

.select-group:after {
    /* [HTML symbol you want to use] */
    /* content: "\25bc";
    color: #0B3C5D; */
    /* Positioning for the custom arrow */
    /* padding: 5px 7px;
    position: absolute;
    right: 10px;
    top: -5px;
    text-align: center;
    pointer-events: none; */
    content:'';
    display: inline-block;
    border-style: solid;
    border-color: #0B3C5D;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: -4px;
    position: absolute; 

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #fff;
    border-radius: 1px;
    padding-bottom: 12px;
}
#mySelectRight{
    padding-bottom: 0px;
}

.accept_reject_row {
    margin-right: -10px;;
}

.accept_reject_row .col-6 {
    padding-right: 2px;
    text-align: right;

}

.accept_reject_row .col-5 {
    padding-left: 2px;
    padding-top: 3px
}

.accept_reject_row a {
    font-size: 16px;
}

.fa .fa-trash-o {
    font-size: 18px;
}

.list-group ul {
    margin: 0;
    padding: 0;
}

.list-group li {
    padding: 5px 10px;
    width: 145px;
    margin: 5px;
    list-style: none;
    border: 1px solid #d5dee3;
}

.list-group li.selected {
    color: #434343;
    border: 2px solid #C99339;
}

.year-box li {
    cursor: pointer; 
}

.close:focus {
    outline: 0 !important;
    box-shadow: unset;
}


/* .close-modal {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.close-modal:hover::before, .close-modal:hover::after {
    background: #0B3C5D;
}

.close-modal::before, .close-modal::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #0B3C5D;
    outline: 0 !important;
}

.close-modal::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-modal::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-modal.pointy::Before, .close-modal.pointy::after {
    width: 200%;
    left: -50%;
} */

/* .back-arrow:before {
    background-image: url("/static/img/RS02_icon_Back.svg");
    background-size: 100% 100%;
    display: inline-block;
    width: 50px;
    height: 10px;
    content: "";
} */

/* ---- es-dropdown-blue ---------------------------------------------------------------*/


.es-dropdown-blue .dropdown.show a{
    border-bottom: 4px solid #D39941;
    color: #0B3C5D !important;
}

.navbar-nav .es-dropdown-blue .dropdown-menu {
    border-radius: unset;
    padding: unset;
    background-color: #e9ecef;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-bottom: 1px solid #0B3C5D;
    margin: 0;
    /* border: 1px solid #0B3C5D; */
    margin-top: 3px!important;

}

.es-dropdown-blue .dropdown-menu {
    border-radius: unset;
    padding: unset;
    background-color: #e9ecef;
    /* border-top: unset; */
    /* border-right: unset; */
    /* border-left: unset; */
    /* border-bottom: 1px solid #0B3C5D; */
    margin: 0;
    border: 1px solid #0B3C5D;
    margin-top: -3px!important;

}
.tools-dropdown.es-dropdown-blue .dropdown-menu {
    left: -50px;
}

.dropend .dropdown-toggle::after{
    content: url('/static/img/icons/icon_arrow_menu.svg');
    border-left: unset;
    margin-right: 4px;
    border: 0;
}

.dropend .dropdown-toggle:hover::after{
    content: url('/static/img/icons/icon_arrow_menu_white.svg');
    border-left: unset;
    margin-right: 4px;
    border: 0;
}

.dropend .dropdown-toggle:focus::after{
    content: url('/static/img/icons/icon_arrow_menu_white.svg');
    border-left: unset;
    margin-right: 4px;

}



.financial-select.dropdown-menu {
    border-radius: unset;
    padding: unset;
    background-color: #e9ecef;
    border: 1px solid #0B3C5D;
    margin: 0;
    /* transform: translate(0px, 31px)!important; */
    margin-top: -3px!important;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.30);
}

.dropend > .dropdown-menu.financial-select > li > a {
    padding-left: 13px;
}



.financial-select.dropdown-menu .dropdown-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.es-dropdown-blue .dropdown-item {
    color: #0B3C5D;
    padding: 6px;
    line-height: 21px;
    text-transform: none;
}

.es-dropdown-blue .dropdown-item:hover {
    background-color: #0B3C5D;
    color: #f8f9fa !important;
}
.es-dropdown-blue .dropdown-item:focus {
    background-color: #0B3C5D;
    color: #f8f9fa !important;
}

.es-dropdown-blue .dropdown-item .checkbox {
    top: -1px;
}
/* ---- es-dropdown-blue end ---------------------------------------------------------------*/

/* ---- select2 ---------------------------------------------------------------*/

.select2-dropdown {
    background-color: #E5ECF0;
    border: 0px;
    border-bottom: 1px solid #0B3C5D;
    border-top: 1px solid #0B3C5D;

    border: 1px solid #0B3C5D;

    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border-top: 1px solid #0B3C5D;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ced4da;
    border-top: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: unset;
    /*border-top: none;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 0rem;
}

.select2-container--bootstrap-5 .select2-selection {
    background-color: transparent;
    border: 1px solid #0B3C5D;
    border-radius: 0rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    width: 100%;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.select2-container--bootstrap-5 .select2-results__option--highlighted, .select2-container--bootstrap-5 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #0B3C5D;
    color: #f8f9fa;
}

.select2-results ul li:empty {
    height: 33px;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #0B3C5D;
    border-bottom: 1px solid #0B3C5D;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #0B3C5D;
    /*border-bottom: 1px solid #0B3C5D;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 0px;
    border-bottom: 1px solid #0B3C5D;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-color: #0B3C5D;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 40%;
    width: 0;
    height: 0;
    /* left: 50%; */
    right: 10px;
    margin-left: 0px;
    margin-top: -3px;
    position: absolute;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    color: #0B3C5D !important;
}

.select2-container--bootstrap-5 .select2-selection__clear {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.15em;
    padding-left: 0.3em;
    margin-top: 0.643em;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0);
    color: #0a3c5d;
    float: right;
    margin-right: 0.3em;
    font-weight: bold;
    font-size: 21px;
}

.select2-container--bootstrap-5 .select2-selection__clear:hover {
    background-color: transparent;
}

.select2-results__options--nested li {
    padding-left: 30px
}

.select2-results__group {
    color: #0B3C5D !important
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: calc(1.85rem + 2px) !important;
}








.select2-container .select2-selection--single {
    /* height: 35px !important; */
    height: 32px !important;
    padding-left: 0;
}
.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--bootstrap-5 .select2-results > .select2-results__options{
    max-height: 15em;
    overflow-y: auto;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
}


.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container--bootstrap-5 .select2-selection {
    min-height: 31px;
}


/* after change b4 to b5 */

.select2-selection__choice__display {
    line-height: 0px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #0B3C5D;
    color: #f8f9fa;
}


.select2-container--bootstrap-5 .select2-selection--single {
    background-image: none;
    padding-top: 0
}


/* Select 2 multiselect disabled focus style */

.select2-container--bootstrap-5 .select2-dropdown .select2-search{
    background-color: #e5ecf0;
}

.select2-search--dropdown{
    border:none
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus{
    border-color: unset;
    box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
    border-color: unset;
    box-shadow: none;
}

/* ---- select2 end---------------------------------------------------------------*/

/* ---- styled checkbox start ---------------------------------------------------------------*/
.label--checkbox {
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 100%;
    cursor: pointer;
}

.checkbox {
    position: relative;
    margin: 0 3px 0 0;
    cursor: pointer;
}

.checkbox:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    z-index: 1;
    width: 12px;
    height: 4px;
    border: 1px solid #0B3C5D;
    border-top-style: none;
    border-right-style: none;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.checkbox:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    width: 14px;
    height: 14px;
    background: #E5ECF0;
    border: 1px solid #0B3C5D;
    cursor: pointer;
    box-sizing: unset;
}

.checkbox-bg-white:after {
    background: #FFFFFF;
}

/* ---- styled checkbox end ---------------------------------------------------------------*/

.bootoast-container{
    width:500px;
}
.bootoast-container.top {
    top: 150px !important;
}
.bootoast-container .alert-subtitle {
    color: #434343;
    padding-left: 25px;
    padding-top: 8px;
}
.bootoast-container .alert-title {
    font-weight: 500;
    padding-left: 25px;
}
.bootoast-container .alert-title::before {
    content: ' ';
    position: absolute;
    display: inline-block;
    top: 13px;
    left: 20px;
    width: 20px;
    height: 20px;
    /* White */
    border-radius: 50%;
    border: 2px solid #94090E;
    box-sizing: border-box;

}
.bootoast-container .alert-title::after{
    content: '+';
    position: absolute;
    font-size: 20px;
    width: 19px;
    height: 19px;
    top: 15px;
    left: 24px;
    transform: rotate(45deg);
}

.error-circle{
    position: absolute;
    display: inline-block;
    top: 17px;
    left: 30px;
    width: 20px;
    height: 20px;
    /* White */
    border-radius: 50%;
    border: 2px solid #94090E;
    box-sizing: border-box;
}

.error-circle::after{
    content: '+';
    position: absolute;
    font-size: 20px;
    width: 20px;
    height: 20px;
    left: 1px;
    transform: rotate(45deg);
}
.alert{
    border-radius: unset;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #434343;
    font-size: 32px;
    font-weight: lighter;
    line-height: 15px;
    padding: 15px;
    border: none;
    background-color: transparent;
}

.alert-danger{
    background-color: white;
    color: #94090E;
    border: 1px solid #94090E;
    border-top: 5px solid #94090E;
    border-radius: unset;
}

.alert-success{
    background-color: white;
    color: #4D9E46;
    border: 1px solid #4D9E46;
    border-top: 5px solid #4D9E46;
    border-radius: unset;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #D39941;
    border-color: #D39941;
}

.navbar-toggler {
    border: none
}

.navbar-toggler:focus {
    box-shadow: none;
}

table.dataTable thead th.text-gold, table.dataTable thead td.text-gold {
   color: #D39941!important
}

#tablephrases {
    width: 100%!important;
}


