a,
.ui-widget-content a,
.nav-link {
	color: #173177;
}

a:hover,
a:active,
.ui-widget-content a:hover,
.ui-widget-content a:active {
	color: #173177;
}

.btn-primary {
    --bs-btn-bg: #6581a2;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #8da2b9;
}

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

.ui-widget-content a.btn-primary:hover,
.ui-widget-content button.btn-primary:hover,
.ui-widget-content input.btn-primary:hover,
.nav-link:hover{
	color: #173177;
}

.label-document>a {
	font-family: Arial;
}

.btn-success {
  background-image: none;
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
  color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}

#header-banner {
    background-color: #444853;
    height: 85px;
}
#header-logo img {
    height: 55px;
    width: auto;
    margin: 15px 0 0 45px;
}

#notificationOpener.notifications-icon {
    top: 8px;
    right: 50px;
}

#header-box {
    padding: 5px;
}

.public-notifications .notifications-icon {
    color: white;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    border: 2px solid #8da2b9;
    border-bottom-color: transparent;
}

table th[data-grid-property],
table th[data-grid-column-sort] {
    vertical-align: top;
    color: white;
    background-color: #8da2b9;
    background-image: linear-gradient(to bottom, #8da2b9, #6581a2);
    background-repeat: repeat-x;
    line-height: normal;
    font-weight: normal;
    position: relative;
}

.illusMain {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 10px 0;
}
.illusTitle {
    background-color: #6581a2;
    text-align: center;
    color: white;
    padding: 2px;
    margin-bottom: 10px;
    font-weight: bold;
}
.illusBox {
	border: 1px solid #CCC;
}
.illusBoxTitle {
	border-bottom: 1px solid #CCC;
	color: #6581a2;
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: center;
}
.illusBoxContent {
	padding: 5px 10px;
}
.illusBoxTab {
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
}
.illusBoxTab td {
	padding: 1px;
}
.illusBoxTab td:nth-child(even) {
	font-weight: bold;
	text-align: right;
}
.illus .infoSection {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.illusDetailsTab {
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-bottom: 1px solid black;
}
.illusDetailsTab th {
	padding: 1px;
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.2em;
	border-bottom: 1px solid black;
	text-align: right;
}
.illusDetailsTab td {
	padding: 1px 2px;
	font-size: 0.85em;
	text-align: right;
}
.illusDetailsTab tr:nth-child(even) {
	background-color: #f9f9f9;
}
.illusFooterTab {
	font-size: 0.75em;
	font-style: italic;
}
.illusMatTab {
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-bottom: 1px solid black;
}
.illusMatTab td {
	padding: 2px 2px;
	text-align: center;
	font-weight: bold;
}
.illusP {
	margin-bottom: 7px;
}
.clearfix-PDF {
	margin-bottom: 15px;
	height: 1%;
	font-size: 1px;
}
.illus .reqTitle {
	margin-top: 5px;
	border-bottom: 1px solid #6581a2;
	color: #6581a2;
	font-weight: bold;
	padding: 1px 0;
	margin-bottom: 5px;
}
.illus .reqTab {
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
}
.illus .reqTab td {
	padding: 1px 1px;
}
.illus .reqTab td.even {
	font-weight: bold;
	text-align: right;
}
.illus .policyTab {
	width: 99%;
	table-layout: fixed;
	border-top: 1px solid #CCC;
}
.illus .policyTab td {
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
.illus .policyTab td:nth-child(odd) {
	font-weight: bold;
}

/** Nav Aggregation cljs **/

table.aggrTableR {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
    border-bottom: 1px solid #DDD;
}
table.aggrTableR th {
    text-align: left !important;
    background-color: #8da2b9;
    background-image: linear-gradient(to bottom,#8da2b9,#6581a2);
    background-repeat: repeat-x;
    color: white;
}
table.aggrTableR td {
    text-align: left !important;
    font-size: 0.9em;
}
table.aggrTableR th.instCol {
    width: 80px;
}
table.aggrTableR th.tTypeCol {
    width: 50px;
}
table.aggrTableR th.amountTradeCol {
    width: auto;
}
table.aggrTableR th.thresCol {
    width: auto;
}
table.aggrTableR th.amountCol {
    width: 50px;
}
table.aggrTableR th.tradeUnitsCol {
    width: 40px;
}
.navAggrBtnMenu {
    margin-bottom: 8px;
}
.navAggrBtnConfirm {
    margin-bottom: 10px;
}
.navAggrBtnMenu .btn {
    margin-right: 8px;
    width: 120px;
    font-size: 0.9em;
    padding: 4px 0;
}
.navAggrBtnConfirm .btn {
    margin-right: 8px;
    width: 120px;
    font-size: 0.9em;
    padding: 4px 0;
}
.aggSlider {
    display: inline-block;
    margin-left: 10px;
}
.aggSlider input.slider {
    width: 90px;
    margin-right: 8px;
}
.navAggrBtnConfirm .btn-sm {
    margin-right: 0;
    margin-left: 8px;
    width: 46px;
    font-size: 0.8em;
    padding: 0;
}


/** Nav Bulk Publish cljs **/

.alignR {
    text-align: right !important;
}
.errorRed {
    color: darkred;
}
table.bulkHeaderTab {
    margin-bottom: 0;
}
table.bulkHeaderTab th {
    padding: 11px 8px;
    font-weight: bold;
    font-size: 1.15em;
}
tbody.striped > tr:nth-child(odd) > td {
    background-color: #F5F5F5;
}
table.bulkTab {
    border: 0;
}
table.bulkTab td {
    border: 0;
    border-bottom: 1px solid #CCC;
}
table.innerBulkTab {
    width: 100%;
}
table.innerBulkTab td {
    border: 0;
}
tbody.striped tr:nth-child(odd) table.innerBulkTab td {
    border: 0;
    border-bottom: 1px solid white;
}
tbody.striped tr:nth-child(even) table.innerBulkTab td {
    border: 0;
    border-bottom: 1px solid #EFEFEF;
}
tbody.striped table.innerBulkTab tr:last-child td {
    border: 0;
}
table.bulkTab .btn-sm {
    margin-left: 8px;
}
table.bulkTab .btn-warning {

}
table.bulkTab .btn-warning input {
    margin-left: 4px;
    vertical-align: top;
}
ul.bulkWarningList {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.bulkWarningList li {
    text-align: right;
    color: #cb7803;
    margin-bottom: 5px;
}
ul.bulkWarningList i.fa-triangle-exclamation {
    margin-right: 5px;
    font-size: 0.9em;
}
div.bulkMainActions .btn {
    margin-right: 8px;
}

/** Dark and Light Branding colors **/
.darkBrandingColor {
    color: #6581a2 !important; /** blue **/
}

.lightBrandingColor {
    color: #8da2b9 !important; /** light blue **/
}

.darkBrandingBGColor {
    background-color: #6581a2 !important; /** blue **/
}

.lightBrandingBGColor {
    background-color: #8da2b9 !important; /** light blue **/
}

.darkBrandingBColor {
    border-color: #6581a2 !important; /** blue **/
}

.lightBrandingBColor {
    border-color: #8da2b9 !important; /** light blue **/
}

/* follow workflow switch on search - branding colors (dark) */
.followWorkflowSw .react-toggle--checked .react-toggle-track {
  background-color: #6581a2 !important;
}
.followWorkflowSw .react-toggle--checked .react-toggle-thumb {
  border-color: #6581a2 !important;
}
.followWorkflowSw .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #6581a2 !important;
}