/* Color

    #ef3340 red
    #a61e2f dark red
    #741424 darker red

    ##2D789A slate blue
    #eef1f4 cold light blue
    #040961 dark blue

    #f1eee7 light bg
    #eff1f0 lighter gray
    #d9d9d6 light gray

 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Open+Sans:wght@300;500&display=swap");
/**
font-family: 'Montserrat', sans-serif; -- light: 300 -- regular: 400 -- medium: 500
font-family: 'Open Sans', sans-serif; -- regular: 300 --bold: 500
**/

body {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

input, button, select, textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a,
.ui-widget-content a,
.btn-link {
    color: #2D789A;
}

a:hover,
a:focus,
.ui-widget-content a:hover,
.ui-widget-content a:focus,
.btn-link:hover,
.btn-link:focus {
    color: #2D789A;
    opacity: 0.6;
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
    background: #ffffff;
    border: solid 1px #eeeeee;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
}
.bold {
    font-weight: 500 !important;
}

legend, h2, h3, h4, h5 {
    color: #040961;
}

.darkBrandingBGColor {
    background-color: #040961;
}
.darkBrandingColor {
    color: #040961;
}
.darkBrandingBColor {
    border-color: #040961;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #040961;
    border-color: #040961;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2D789A;
}

.btn#linksubmit {
    color: white !important;
    background: #040961;
    border: 1px solid #040961;
}

.btn#linksubmit:hover,
.btn#linksubmit:focus {
    background: #2D789A;
}

.right-btn {
    border-bottom-color: #e5e5e5;
}

#header {
    position: relative;
    height: 50px;
}

#header-logo {
    max-width: 265px;
}

#header-box > #languages {
    background: none;
}

#header-box .btn-link {
    padding: 5px 10px 0;
    color: #fff;
    font-size: 10px;
    background-color: #040961;
    border-color: #040961;
    border-radius: 0;
}

#header-box .btn-link:hover,
#header-box .btn-link:focus {
    background-color: #2D789A;
}

.public-notifications .notifications-icon {
    color: #040961;
}

#header .namebanner {
    position: absolute;
    top: -25px;
    right: 150px;
    color: #040961;
    font-size: 10px;
}

#header .lastlogin {
    right: 0;
}

div.footersection {
    color: white;
    background: none;
}

.sbDisc {
    font-size: 0.9em;
    color: #666;
    line-height: 14px;
}

.footerlinks a {
    color: white;
}

div.hsection,
.viewAllAnn {
    color: #303e48;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.viewAllAnn {
    padding: 2px 0;
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

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

#main_menu .nav-pills {
    margin-bottom: 10px;
    background: none;
    border-bottom: 1px solid #040961;
}

#main_menu .nav-pills > li > a {
    margin-right: 30px;
    color: #040961;
    font-size: 15px;
    font-weight: 500;
    text-shadow: none;
}
#main_menu .nav-pills > li.search > a {
    margin-right: 10px;
}

#main_menu .nav-pills > .active > a {
    color: #040961;
    background: none;
    border-bottom: 3px solid;
}

#main_menu .nav-pills > .active > a:hover,
#main_menu .nav-pills li > a:hover {
    color: #2D789A;
    background: none;
}

.nav-pills > li > a {
    color: #040961;
    border-radius: 0;
}

#tabs .nav > li > a:hover,
#tabs .nav > li > a:focus {
    background-color: #eef1f4;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
#tabs .nav-pills > .active > a,
#tabs .nav-pills > .active > a:hover {
    background-color: #040961;
}

.nav-tabs {
    border-bottom: 1px solid #040961;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-bottom: 0 !important;
    color: #040961;
    border-bottom: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    border: 1px solid #040961;
    border-bottom-color: transparent !important;
    background-color: white !important;
}

.remove-icon,.reorder-icon,.download-icon,.upload-icon,.play-icon,.refresh-icon,.virus-icon,.download-wait-icon,.splitter-icon {
	background-image: url("/ims/assets/ctx/17e313a6/images_provlife/imsicons.png");
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #040961;
}

.ui-accordion .ui-accordion-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover >a,
.dropdown-submenu:focus > a {
    background-color: #a61e2f;
}

.ui-dialog,
.ui-widget.ui-widget-content {
    border: 0 !important;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.ui-widget.ui-widget-content.ui-slider {
    border: 1px solid #ccc !important;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-right: 10px;
}

div.ui-widget-header {
    background: #040961;
    border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
    border: none;
}

.ui-dialog .ui-button .ui-icon-closethick {
    background-image: none;
}

.ui-dialog .ui-dialog-titlebar-close:before {
    content: '\f00d';
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 1.5em;
    font-family: 'Font Awesome 5 Pro';
    text-indent: 0;
    opacity: .7;
}

.ui-dialog .ui-dialog-titlebar-close:hover:before {
    opacity: 1;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 2.1em;
}

.ui-datepicker-trigger {
    background: none;
}

.asofForm .asofDiv :nth-child(2) .ui-datepicker-trigger {
    height: auto;
}

.ui-datepicker-trigger::before {
    content: '\f073';
    color: #040961;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    vertical-align: 0;
    transition: color .3s ease-in-out;
}

.form-group .ui-datepicker-trigger::before {
    vertical-align: 10px;
}

.ui-datepicker-trigger:hover:before {
    color: #2D789A;
}

.ui-datepicker .ui-datepicker-prev {
    top: 6px !important;
    left: 5px !important;
}

.ui-datepicker .ui-datepicker-next {
    top: 6px !important;
    right: 5px !important;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    background: none;
    top: 6px;
    border: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    overflow: visible;
    color: transparent;
    text-indent: 0;
    background: none;
}

.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    color: white;
    font-family: "Font Awesome 5 Pro";
    display: block;
    text-align: center;
    font-weight: normal;
    transition: .3s ease-in-out;
    opacity: .7;
}

.ui-datepicker .ui-datepicker-prev span::before {
    content: '\f053';
    left: -3px;
}

.ui-datepicker .ui-datepicker-next span::before {
    content: '\f054';
    left: -3px;
}

.ui-datepicker .ui-datepicker-prev span:hover::before,
.ui-datepicker .ui-datepicker-next span:hover::before {
    opacity: 1;
}

#timeDeltaForm > fieldset > a[onclick*="dateTimeField"] {
    vertical-align: 4px;
}

.ui-widget-content a.btn-primary {
    color: white;
}

/* div[id*="-listbox"] div[id*="react-select-"]:hover {
    color: white;
    background-color: #741524;
} */

#bookBreadcrumb ul.breadcrumb {
    background-color: #eef1f4;
}

#kamFilters select[name="kamField"] {
    margin-right: 15px;
}

.table th {
    color: white;
    background-color: #2D789A;
}

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

.table-bordered {
    border: none;
    border-radius: 0;
}

.table-bordered.table-striped {
    border-bottom: 1px solid #eff1f0;
}


.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 0;
}

.table-bordered td {
    border: 0;
    border-bottom: 1px solid #dddddd;
}

.table-bordered.table-striped td {
    border: none;
}

.table-striped tbody > tr:nth-child(odd)>td,
.table-striped tbody > tr:nth-child(odd)>th {
    background-color: #f1f1f1;
}

div.t-data-grid table thead th {
    font-weight: 500;
    background-color: #2D789A;
    background-image: none;
}

.table-bordered.usercrminfo {
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.table-bordered.usercrminfo td {
    border: 0;
}

.usercrminfo td.info-data {
    border-bottom: 1px solid #dddddd;
}

.usercrminfo tr:last-child td.info-data,
.acctTransSubTab tr:last-child td {
    border-bottom: 0;
}

.brandedPublicContainer #header {
    margin-bottom: 30px;
}

.brandedPublicContainer #main-menu-public ~ hr {
    display: none;
}

.brandedDisclaimer {
    padding: 0;
}

.terms-subtitle {
    font-size: 14px;
    font-weight: 500;
}

.illuslist td[data-grid-property="action"] a, .illuslist td[data-grid-property="application"] a {
    margin-left: 10px;
}

/** Allocation bar **/
.allocationBarTabTitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 11pt;
    line-height: 11pt;
    color: #2D789A;
    text-transform: uppercase;
    page-break-after: avoid;
    margin-bottom: 8px;
}
.allocationBarTab {
    table-layout: fixed;
    width: 100%;
}
.allocationBarTab td {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #888;
}
.allocationBarTab td sup {
    font-size: 9px;
    line-height: 9px;
    margin-top: -4px;
}

/** Illus **/

.illusTitle {
    font-size: 20pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20pt;
    color: black;
    margin-bottom: 8px;
    page-break-after: avoid;
    }
    .illusSubTitle {
    font-size: 14pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 14pt;
    color: black;
    margin-bottom: 8px;
    page-break-after: avoid;
    }
    .pageTitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 11pt;
    line-height: 11pt;
    color: #2D789A;
    text-transform: uppercase;
    page-break-after: avoid;
    margin-bottom: 8px;
}

.dataTab {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #eff1f0;
    border-left: 1px solid #eff1f0;
    -fs-table-paginate: paginate;
}
.dataTab th {
    padding: 6px 12px;
    border-bottom: 1px solid #eff1f0;
    border-right: 1px solid #eff1f0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 8pt;
    line-height: 8pt;
    color: white;
    background-color: #040961;
    vertical-align: top;
    text-align: left;
}
.dataTab td {
    padding: 6px 12px;
    border-bottom: 1px solid #eff1f0;
    border-right: 1px solid #eff1f0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 8pt;
    line-height: 8pt;
    color: black;
    vertical-align: top;
}
.dataTab-condensed th {
    font-size: 7pt;
    line-height: 7pt;
}
.dataTab-condensed td {
    font-size: 6pt;
    line-height: 6pt;
}
.tableNotes {
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 6pt;
    line-height: 7pt;
}

.btn-primary.btn-sm .download-icon {
    background-size: 245px;
    width: 15px;
    background-position-x: -36px !important;
    margin-top: 0em;
    margin-right: 0.5em;
    height: 15px;
}

@media (max-width: 768px) {
    #wrapMenu #main_menu{
        background-color: #ffffff;
    }
    #wrapMenu label i {
        color: #040961;
    }
}