body {
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.testFrame {
  inset: 0;
  position: fixed;
  inset: 0;
  z-index: 1050;
  border: 4px solid orange;
  pointer-events: none;
}

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

.mainLayout {
  padding-top: 20px;
}

:root {
  --bs-info: #3a87ad;
  --bs-info-rgb: 48, 135, 173;
}

.text-bg-info {
  color: var(--bs-badge-color) !important;
}

html {
  font-size: 12px;
}

.row [class*=col-] {
  min-height: 30px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

label {
  display: block;
}

.table > :not(caption) > * > * {
  color: inherit;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.btn + .btn {
  margin-left: 4px;
  margin-bottom: 2px;
}

.btn:has(+ .btn) {
  margin-bottom: 2px;
}

a,
a.btn-link {
  text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  --bs-nav-pills-link-active-bg: #8da2b9;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
}

.breadcrumb > .active {
  color: #999999;
}

.list-group .divider {
  height: 2px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.list-group > li > a,
.list-group .list-group-item {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.list-group > li > a {
  padding: 3px 15px;
}

img {
  max-width: 100%;
  height: auto;
}

.admin-links a {
  --bs-btn-line-height: 2;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: block;
}
.breadcrumb > li {
  display: inline-block;
}

.btn {
  --bs-btn-line-height: 1.66666667;
  --bs-btn-padding-x: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(50%, #e6e6e6), to(#d6d6d6));
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6 50%, #d6d6d6 100%);
  background-size: 100% 200%;
  border-color: transparent;
  background-position: 0 -2px;
}
.btn:hover, .btn:focus, .btn:active {
  background-position: 0 -15px;
  border-color: transparent;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn.disabled, .btn[disabled] {
  border-color: #dddddd;
}

.btn-default {
  border-color: #dddddd;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  border-color: #dddddd;
}

.table th .btn-default .far,
.table th .btn-default .fa,
.table th .btn-default .fal,
.table th .btn-default .fas {
  color: inherit;
}

.btn-primary {
  margin: 0 1px;
  -webkit-filter: none;
          filter: none;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn-primary:focus {
  outline: 0 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-image: none;
  color: #fff;
  background-color: #6581a2;
}
.btn-primary.disabled, .btn-primary[disabled] {
  background-image: none;
  background-color: #cccccc;
  color: black;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
  background-color: #6581a2;
}

.btn-secondary {
  --bs-btn-color: var(--bs-body-color);
}

.btn-default .badge {
  top: 0;
  color: inherit;
  font-size: inherit;
}

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

.btn-link {
  --bs-btn-border-radius: 0;
  color: #173177;
  border: none;
}

.btnFilter {
  margin-bottom: 2px;
}

.btnFilter .fa-xmark {
  margin-left: 0.4em;
  vertical-align: middle;
}

.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-font-size: 0.775rem;
}

.btn-danger, .btn-primary, .btn-secondary, .btn-success, .btn-danger, .btn-info, .btn-dark, .btn-warning, .btn-light, .btn-link {
  background-image: none;
}

select,
textarea,
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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin-bottom: 2px;
}

.input-group:has(.input-group-text) > * {
  margin-bottom: 0;
}

input.input-mini {
  font-size: 10px;
}

textarea.large {
  width: 450px;
  height: 100px;
}

.dropdown-menu ul {
  border: none;
}

.dropdown-menu.has-scroll ul {
  overflow-x: hidden;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #8da2b9;
  background-image: none;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #8da2b9;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  outline: 0;
  background-color: #8da2b9;
}

.dropdown-item {
  --bs-dropdown-item-padding-x: 0;
}

.intl-tel-input {
  margin-bottom: 10px;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  height: inherit;
}

/*=====================*/
/*accordion */
/*=====================*/
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #1c94c4;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-color: #cccccc;
}

/*=====================*/
/*UI DIALOG MODAL POPUP*/
/*=====================*/
.ims-dialog {
  display: none; /*start hidden to avoid flicker */
}

.ui-dialog {
  background: #fff;
  border: 2px solid #002f59;
  font-size: inherit;
}
.ui-dialog label {
  width: 30%;
}
.ui-dialog .contact-types label {
  width: 90%;
}
.ui-dialog textarea {
  height: 5em;
  margin-bottom: 5px;
}
.ui-dialog legend {
  background-color: transparent;
  margin: 0px 0px 3px 0px;
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  text-indent: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 15px;
}
.ui-dialog .t-beaneditor-row LABEL {
  text-align: left;
}
.ui-dialog label.radio {
  width: 50px;
}
.ui-dialog .form-control, .ui-dialog .form-select {
  max-width: none;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
}

div.ui-widget-header {
  border: none;
  background: #8da2b9;
  color: #fff;
  font-weight: bold;
}

.ui-datepicker-trigger {
  margin-left: 3px;
  border: 0px;
  color: transparent;
  background: url("/ims/assets/ctx/c69fc22b/images/icon_cal.png");
  background-repeat: no-repeat;
}

.form-group .controls .ui-slider-horizontal {
  margin-top: 8px;
}

.ui-autocomplete {
  z-index: 1000 !important;
  background: #eeeeee;
}
.ui-autocomplete li .ui-state-active {
  background: #f3f9ff;
}

.ui-widget button.btn-sm {
  font-size: 10.2px !important;
}

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

.ui-widget-content a.btn-default:hover {
  color: inherit;
}

.ui-sortable tr {
  background-color: #fff;
}
.ui-sortable td:first-child {
  width: 100%;
}
.ui-sortable td:last-child {
  min-width: 80px;
  white-space: nowrap;
  overflow: overlay;
}
.ui-sortable li {
  cursor: url("/ims/assets/ctx/15b79737/images/open-hand-cursor.gif"), auto;
  max-width: 300px;
  padding-right: 9px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  border-color: #cccccc !important;
}
.ui-sortable li .dragActionIcon {
  padding-right: 4px;
}

hr {
  color: #eee;
  opacity: 1;
}

.ui-sortable-helper {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.alert-dismissable {
  padding-right: 3rem;
}

.alert-dismissable .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.close {
  --bs-btn-close-color: transparent;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.close:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
          box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

hr {
  margin: 20px 0;
}

.toast-header .close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.modal-header .close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.offcanvas-header .close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.dropdown-toggle::after {
  display: none !important;
}

/* Home dashboard */
.gridster.ready .gs-widget-remove {
  right: 5px;
  top: 5px;
}

.gridster.ready .icon-gsw-trash {
  width: 19px;
  height: 19px;
  display: inline-block;
}

.nbs-flexisel-ul {
  width: 99999px !important;
}

.btn-group .btn {
  outline: 0;
  border-color: transparent;
  margin-bottom: 0 !important;
}
.btn-group .btn.active {
  -webkit-box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.row.mb-3:has(#versionDiv[style="display: none;"]),
.row.mb-3:has(#accountTypeDiv[style="display: none;"]) {
  margin-bottom: 0 !important;
}

@media print {
  a[href]:after {
    content: none;
  }
}
form {
  margin: 0 0 20px;
}

label {
  margin-bottom: 2px;
}

.form-group {
  margin-top: 6px;
  clear: both;
}

.form-control {
  display: inline-block;
  max-width: 360px;
}

.form-select {
  max-width: 360px;
}

[class*=col-]:not(.col-12) .form-select,
[class*=col-]:not(.col-12) .form-control,
table .form-control {
  max-width: unset;
}

.form-horizontal input.form-control,
.form-horizontal select.form-select {
  width: 70%;
  max-width: 300px;
}

.form-actions {
  background-color: transparent;
  border: none;
}

.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-group,
.form-inline .input-group {
  display: inline-block;
  vertical-align: middle;
}

.form-inline label,
.form-inline .btn-group {
  display: inline-block;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
}

.form-check-input {
  width: 1em !important;
}

.form-switch .form-check-input {
  width: 2em !important;
}

.controls .input-group .form-control {
  max-width: 150px;
}

tr:has(.ticketSelectedForBulkChange):hover .ticketSelectedForBulkChange,
.ticketSelectedForBulkChange:checked {
  opacity: 1;
}

.ticketSelectedForBulkChange {
  opacity: 0.3;
}

.interactive-reports #fundPriceForm #fundIdField-label + .dropdown::after {
  font-size: 1em;
  position: absolute;
  content: "\f078";
  display: block;
  z-index: 10;
  top: 7px;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  pointer-events: none;
}

.interactive-reports #fundPriceForm #fundIdField-label + .dropdown {
  position: relative;
}

.hsection .form-check .form-check-label {
  line-height: 30px;
}

footer,
div.footersection {
  padding: 20px 0;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f2), to(#fcfdfd));
  background-image: linear-gradient(to bottom, #f0f0f2, #fcfdfd);
  background-repeat: repeat-x;
  font-size: 0.9em;
}

.copyrights {
  padding-left: 10px;
}

#extraCopyright {
  text-align: left;
}

.footerlinks {
  width: 500px;
  float: right;
  text-align: right;
}
.footerlinks a {
  color: #333;
  text-decoration: underline;
}

.footertext {
  color: #545454;
  line-height: normal;
  margin-top: 8px;
  padding: 0 30px 0 10px;
}
.footertext p {
  margin-bottom: 5px;
  text-align: justify;
  font-size: 0.9em;
}

pre.uname {
  border: 0px;
  margin: 0px;
  background-color: inherit;
  padding: 0px;
}

#header {
  margin-bottom: 10px;
}

#header-banner {
  height: 85px;
}

#header-box {
  text-align: right;
}
#header-box > #languages {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8da2b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8da2b9), to(#6581a2));
  background-image: linear-gradient(to bottom, #8da2b9, #6581a2);
  background-repeat: repeat-x;
}
#header-box .btn-link {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
}
#header-box > form {
  margin-top: 10px;
}
#header-box > form label {
  color: #8da2b9;
}

.infoCard {
  margin-bottom: 15px;
  padding: 20px 0 8px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
          box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  /* Employer portal: upload docs */
}
.infoCard > .infoTitle:first-child {
  margin-top: -20px;
  padding-top: 4px;
}
.infoCard .btn-default .fa-pencil {
  margin-right: 3px;
  font-size: 0.9em;
}
.infoCard .table .table {
  background-color: transparent;
}
.infoCard th th:first-child {
  border-left: none;
}
.infoCard th th {
  background: none !important;
}
.infoCard #innerNotesViewerZone > div {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.infoCard .docsTableFixed {
  margin: 20px 0;
}
.infoCard .docsTableFixed th {
  padding: 8px;
  border-top: 0 !important;
}
.infoCard .docsTableFixed td {
  padding: 6px;
}
.infoCard .docsTableFixed form {
  margin: 0;
}
.infoCard .docsTableFixed .btn-link {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.infoCard .UploadDragDrop.clearfix {
  width: 100%;
  margin-left: -20px;
  padding: 20px 20px 0;
  border-top: 1px solid #e3e6f0;
}
.infoCard .UploadDragDrop.clearfix #upload {
  width: 210px;
}
.infoCard .endContent [type=submit] + i {
  position: absolute;
  top: 30px;
  left: 30px;
  color: white;
  font-size: 0.9em;
}
.infoCard .endContent .fa-xmark {
  margin-right: 4px;
  font-size: 0.9em;
}
.infoCard.companyBranding {
  margin-left: 15px;
  padding-top: 0;
}
.infoCard.companyBranding .mfaStepHead {
  min-height: auto;
}
.infoCard.companyBranding .mfaStepTitle {
  display: block;
  background-color: #f8f9fc;
}
.infoCard.companyBranding .mfaStep .brandingLogo {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
  display: block;
}
.infoCard.companyBranding .mfaStep .contentWell {
  width: calc(100% - 20px);
  min-height: 5em;
}
.infoCard.companyBranding .mfaStep textarea.contentWell {
  border-color: #cccccc;
}
.infoCard .employeeListCard .endContent .btn-primary {
  margin-top: 20px;
  margin-bottom: 20px;
}
.infoCard.payrollNotifications .contentWell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .infoCard.payrollNotifications .nav-pills li {
    display: block;
    float: none;
  }
}

.infoTitle {
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  background: #f8f9fc;
}
.infoTitle .cardIcon {
  margin-right: 10px;
}

.infoContent {
  padding: 0 20px;
  margin-bottom: 20px;
}
.infoContent.infoPhone .col-4:nth-child(4) {
  margin-left: 0;
}
.infoContent label {
  color: #9b9ca1;
  font-weight: bold;
}
.infoContent [class*=col-] .input-group {
  width: calc(100% - 27px);
}
.infoContent label[for*=DateField] + .input-group,
.infoContent label[for=dateOfBirthField] + .input-group,
.infoContent label[for*=DateField] + div .input-group,
.infoContent label[for=dateOfBirthField] + div .input-group {
  position: relative;
}
.infoContent label[for*=DateField] + .input-group:before,
.infoContent label[for=dateOfBirthField] + .input-group:before,
.infoContent label[for*=DateField] + div .input-group:before,
.infoContent label[for=dateOfBirthField] + div .input-group:before,
.infoContent label[for*=DateField] + .input-group:after,
.infoContent label[for=dateOfBirthField] + .input-group:after,
.infoContent label[for*=DateField] + div .input-group:after,
.infoContent label[for=dateOfBirthField] + div .input-group:after {
  display: block;
  position: absolute;
  z-index: 10;
  font-family: "Font Awesome 5 Pro";
  pointer-events: none;
}
.infoContent label[for*=DateField] + .input-group:before,
.infoContent label[for=dateOfBirthField] + .input-group:before,
.infoContent label[for*=DateField] + div .input-group:before,
.infoContent label[for=dateOfBirthField] + div .input-group:before {
  content: "\f073";
  top: 5px;
  left: 10px;
  color: #5b5c6a;
  font-size: 16px;
  font-weight: 300;
}
.infoContent label[for*=DateField] + .input-group:after,
.infoContent label[for=dateOfBirthField] + .input-group:after,
.infoContent label[for*=DateField] + div .input-group:after,
.infoContent label[for=dateOfBirthField] + div .input-group:after {
  content: "\f0d7";
  top: 6px;
  left: 30px;
  color: #555555;
  font-size: 10px;
  font-weight: bold;
}
.infoContent label[for*=careOfNameField] {
  margin-bottom: 2px;
}
.infoContent .intl-tel-input {
  width: 100%;
}
.infoContent .intl-tel-input input {
  width: calc(100% - 10px);
}

.infoLine {
  padding: 7px 0;
}
.infoLine [class*=col-] {
  min-height: auto !important;
  padding: 0;
}
.infoLine [class*=col-]:first-child {
  color: #9b9ca1;
  font-weight: bold;
}
.infoLine [class*=col-]:last-child {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .infoLine .infoLine {
    padding: 0;
  }
  .infoLine .infoLine [class*=col-] {
    padding: 7px 0;
  }
  .infoLine .infoLine [class*=col-]:first-child {
    text-align: right;
  }
  .infoLine .infoLine [class*=col-]:last-child {
    padding-left: 0;
  }
}

.endContent {
  padding-top: 20px;
  position: relative;
  border-top: 1px solid #e3e6f0;
}
.endContent input {
  margin-right: 0;
  padding-left: 25px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #8da2b9;
}

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

#tabs .nav {
  margin-bottom: 10px;
}

.nav-tabs {
  border-bottom: 2px solid #8da2b9;
  display: block;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs .nav-link:hover {
  color: inherit;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  border: 2px solid #cccccc;
  border-bottom-color: transparent;
}
.nav-tabs > li {
  margin-bottom: -1px;
  display: inline-block;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #fff;
  border-color: #fff;
}

.nav-tabs:has(+ .infoCard) {
  margin-bottom: 20px;
}

.nav-pills .nav-link {
  --bs-nav-pills-border-radius: 0;
}
.nav-pills > li > a {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.nav-pills .nav-item.btn-group > a + a {
  padding-inline: 8px;
  margin-right: 0.7em;
}
.nav-pills .nav-item.btn-group > a:first-child {
  padding-right: 0.6em;
}

.nav-item.disabled .nav-link {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.breadcrumb > li {
  white-space: nowrap;
}

#main_menu {
  margin-top: 10px;
}
#main_menu.search {
  margin-right: 5px !important;
  padding: 0px 0px;
}
#main_menu li.search a:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#main_menu li.search > form {
  margin: 3px 0 0 0;
}
#main_menu li.search > a {
  padding: 12px 4px;
}
#main_menu .nav {
  margin-bottom: 0px;
}
#main_menu .nav-pills {
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#b3b3b3));
  background-image: linear-gradient(to bottom, #cccccc, #b3b3b3);
  background-repeat: repeat-x;
}
#main_menu .nav-pills > li > a {
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 11px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0px;
}
#main_menu .nav-pills a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#main_menu .nav-pills > .active > a,
#main_menu .nav-pills #main_menu .nav-pills > .active > a:hover,
#main_menu .nav-pills #main_menu .nav-pills li > a:hover {
  background-color: #8da2b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6581a2), to(#8da2b9));
  background-image: linear-gradient(to bottom, #6581a2, #8da2b9);
  background-repeat: repeat-x;
}

/* Responsive Menu */
#wrapMenu .label-checkbox {
  display: none;
}

@media (max-width: 768px) {
  #main_menu .nav-pills {
    text-align: center;
  }
  .nav-tabs > li, .nav-pills > li a {
    display: inline-block;
  }
  .generalMenu #wrapMenu {
    position: relative;
    height: 38px;
  }
  .generalMenu #wrapMenu .nav-pills .nav-item {
    width: 100%;
  }
  .generalMenu #wrapMenu #main_menu .nav-pills {
    border-top: 1px solid #DDD;
  }
  .generalMenu #wrapMenu #main_menu .nav-pills > li > a {
    padding: 20px 15px;
    font-size: 18px;
    width: 100%;
    margin: 0px;
  }
  .generalMenu #wrapMenu #main_menu {
    position: fixed;
    z-index: 100;
    top: 0px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    padding: 50px 20px 20px;
    margin-top: 0px;
    box-shadow: -1px 8px 15px -3px rgba(102, 102, 102, 0.59);
    -webkit-box-shadow: -1px 8px 15px -3px rgba(102, 102, 102, 0.59);
    -moz-box-shadow: -1px 8px 15px -3px rgba(102, 102, 102, 0.59);
    border-radius: 0 0px 4px 4px;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;
  }
  .generalMenu #wrapMenu .label-checkbox {
    display: inline-block;
    position: absolute;
    padding: 6px;
    top: 0px;
    right: 20px;
    cursor: pointer;
    width: 32px;
    height: 38px;
    margin-bottom: 0px;
    text-align: center;
  }
  .generalMenu #wrapMenu label:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .generalMenu #wrapMenu label i {
    font-size: 22px;
  }
  .generalMenu #wrapMenu input[type=checkbox]:checked ~ #main_menu {
    visibility: visible;
    opacity: 1;
  }
  .generalMenu #header .headerSearch {
    position: relative;
  }
  .generalMenu #header #keywordField {
    margin-bottom: 1px;
    width: 200px;
    position: absolute;
    right: 35px;
    position: absolute;
  }
  .generalMenu #wrapMenu input[type=checkbox]:checked ~ label i:before {
    content: "\f00d";
  }
  .generalMenu #wrapMenu input[type=checkbox]:checked ~ .label-checkbox {
    position: fixed;
    top: 10px;
    right: 25px;
    z-index: 200;
  }
}
.public-notifications .notifications-icon {
  margin: 0 5px 0 20px;
  padding: 0;
  position: relative;
  color: #333;
  font-size: 14px;
  vertical-align: middle;
  border: none;
}
.public-notifications .notifications-icon:hover, .public-notifications .notifications-icon:focus, .public-notifications .notifications-icon:active {
  text-decoration: none !important;
  opacity: 0.7;
}

.notifications-dot {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -4px;
  right: 2px;
  background-color: red;
  border: 1px solid #fff;
  border-radius: 10px;
}

#notificationsZone {
  display: none;
}

[aria-describedby=notificationDiv] {
  position: fixed !important;
  height: 100% !important;
  width: 300px !important;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  background-color: #f3f5f7;
  z-index: 1000;
}

[aria-describedby=notificationDiv] .ui-dialog-titlebar-close {
  display: block;
}

#notificationDiv {
  height: calc(100% - 60px) !important;
  min-height: unset !important;
  max-height: unset !important;
  padding: 10px;
}
#notificationDiv .btn-dismiss {
  color: #8da2b9;
  font-size: 16px;
}
#notificationDiv .btn-dismiss:hover,
#notificationDiv .btn-dismiss:focus {
  color: #333;
  text-decoration: none !important;
}
#notificationDiv .btn-dismiss.dismiss-all {
  margin: 0 5px 10px;
  padding: 0px 8px;
  font-size: 10px;
  border: 1px solid;
  border-radius: 50px;
}
#notificationDiv .btn-dismiss.dismiss-all .fa-xmark {
  font-size: 13px;
  vertical-align: -1px;
}
#notificationDiv .notification-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#notificationDiv .notification-date {
  margin-bottom: 5px;
  color: #8da2b9;
  font-size: 10px;
  text-transform: uppercase;
}
#notificationDiv .notification-title {
  font-size: 13px;
  font-weight: bold;
}
#notificationDiv .notification-content {
  color: #545454;
}
#notificationDiv .notification-content p {
  margin-bottom: 0;
  overflow-wrap: break-word;
}
#notificationDiv .notification-content a {
  font-weight: bold;
  text-transform: lowercase;
}
#notificationDiv .notification-content a:hover {
  color: #333;
  text-decoration: none !important;
}
#notificationDiv .notification-content .fa-chevron-right {
  font-size: 9px;
}

.noNotificationsTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

.table {
  margin-bottom: 15px;
  background-color: #fff;
}
.table th a {
  color: #333;
}
.table th .far,
.table th .fa,
.table th .fal,
.table th .fas {
  color: #fff;
}
.table th,
.table td {
  padding: 4px;
}
.table-nohead thead tr,
.table-nohead th {
  height: 4px;
  padding: 0px;
}
.table.pensionCalcRes {
  line-height: 1;
}
.table.pensionCalcRes .borderLine {
  border-top: 1px solid;
  border-bottom: #757477 1px solid;
}
.table.pensionCalcRes .borderLineTop {
  border-top: #757477 1px solid;
}
.table.pensionCalcRes .amountBar {
  text-align: right;
}
.table td.highlight {
  background-color: #ffffcc;
}

.table-overflow {
  overflow: auto;
  clear: both;
}

/* Transactions Grid */
th[data-grid-property=valueRpt], td[data-grid-property=valueRpt], th.valueRpt, td.valueRpt {
  width: 66px;
}

th[data-grid-property=value], td[data-grid-property=value], th.value, td.value {
  width: 100px;
}

th[data-grid-property=fundCurrency], td[data-grid-property=fundCurrency], th.fundCurrency, td.fundCurrency {
  width: 76px;
  text-align: right;
}

th[data-grid-property=fxRate], td[data-grid-property=fxRate], th.fxRate, td.fxRate {
  width: 70px;
  text-align: right;
}

th[data-grid-property=unitValue], td[data-grid-property=unitValue], th.unitValue, td.unitValue {
  width: 70px;
  text-align: right;
}

th[data-grid-property=fxSourceValue], td[data-grid-property=fxSourceValue], th.fxSourceValue, td.fxSourceValue {
  width: 84px;
  text-align: right;
}

th[data-grid-property=units], td[data-grid-property=units], th.units, td.units {
  width: 84px;
  text-align: right;
}

th[data-grid-property=valuationDate], td[data-grid-property=valuationDate], th.valuationDate, td.valuationDate {
  width: 140px;
  text-align: left;
}

th[data-grid-property=fundCode], td[data-grid-property=fundCode], th.fundCode, td.fundCode {
  width: 80px;
  text-align: left;
}

table.userCrmInfo {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

table.userCrmInfo tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

table.userCrmInfo tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

table.acct {
  margin-top: 8px;
  border: 1px solid #0044cc;
}

.userCrmInfo td {
  border-left: 1px solid #DDD;
  line-height: 20px;
  text-align: left;
}

.userCrmInfo td:first-child {
  border-left: 0;
}

.userCrmInfo td.info-label {
  background-color: #f7f7f7;
  color: #656668;
  vertical-align: top;
  padding: 4px 5px 0px 5px;
  font-size: 0.9em;
  border-top: 1px solid #DDD;
}

.userCrmInfo tr:first-child td.info-label {
  border-top: 0 !important;
}

td.info-label.alt-lang-fields {
  font-size: 16px;
}

.userCrmInfo td.info-data {
  font-weight: bold;
  vertical-align: top;
  padding: 0px 5px 4px 5px;
}

[aria-labelledby=diaryTab] table td:last-child pre {
  white-space: normal;
}

td.doc-name {
  word-wrap: break-word;
}

td.txntrades:has(table.acctTransSubTab) {
  padding-left: 20px !important;
}

.interactive-reports th[data-grid-property=fundCode] {
  min-width: 100px;
}

table.table thead:hover img.t-sort-icon {
  visibility: visible;
}

img.t-sort-icon {
  visibility: hidden;
}

a.t-sort-column-descending img.t-sort-icon,
a.t-sort-column-ascending img.t-sort-icon {
  visibility: visible;
}

div.t-data-grid table tr {
  border-color: #DDD;
}

div.t-data-grid table thead th {
  vertical-align: top;
  color: #fff;
  background-color: #8da2b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8da2b9), to(#6581a2));
  background-image: linear-gradient(to bottom, #8da2b9, #6581a2);
  background-repeat: repeat-x;
  line-height: normal;
  font-weight: normal;
  position: relative;
}

div.t-data-grid table thead th a {
  color: #fff;
}

div.t-data-grid table thead th a:hover {
  color: #fff;
}

table thead th[data-grid-column-sort] a {
  color: #fff;
}

table thead th[data-grid-column-sort] a:hover {
  color: #fff;
}

table thead th[data-grid-column-sort] a:after {
  content: "\f0dc";
  margin-left: 3px;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: bold;
}

table thead th[data-grid-column-sort=ascending] a:after {
  content: "\f0de";
}

table thead th[data-grid-column-sort=descending] a:after {
  content: "\f0dd";
}

th[data-grid-property=forexCurrency],
th[data-grid-property=termAcceptance],
th[data-grid-property=noOfPlans],
th[data-grid-property=num-plans] {
  text-align: center;
}

th[data-grid-property=unitValue],
th[data-grid-property=units],
th[data-grid-property=value],
th[data-grid-property=valueUsd],
th[data-grid-property=valueRpt],
th[data-grid-property=currentValue],
th[data-grid-property=topUpMax],
th[data-grid-property=cashOutflow],
th[data-grid-property=amountRpt],
th[data-grid-property=salaryDeduction],
th[data-grid-property=employerContribution],
th[data-grid-property=forexRate],
th[data-grid-property=amount],
th[data-grid-property=debit],
th[data-grid-property=credit],
th[data-grid-property=balance],
th[data-grid-property=forexAmount],
th[data-grid-property=total],
th[data-grid-property=valueReportingCurrency],
th[data-grid-property=ytdReturn],
th[data-grid-property=overallReturn],
th[data-grid-property=creditAmount],
th[data-grid-property=debitAmount],
th[data-grid-property=indicativeGross],
th[data-grid-property=overallIrr],
th[data-grid-property=advisorCommission],
th[data-grid-property=investmentAmtGross],
th[data-grid-property=advisorRate],
th[data-grid-property=totalRate],
th[data-grid-property=currencyCode],
th[data-grid-property=targetValue],
th[data-grid-property=rate],
th[data-grid-property=pct],
th[data-grid-property=commission],
th[data-grid-property=grossPremiumAmount],
th[data-grid-property=srcAmountGross],
th[data-grid-property=srcAmountGross],
th[data-grid-property=nextActionDate],
th[data-grid-property=navDate],
th[data-grid-property=currency-code],
th[data-grid-property=value-usd] {
  text-align: right;
}

th[data-grid-property=fundName],
th[data-grid-property=fundCode],
th[data-grid-property=fundDetails] {
  text-align: left;
}

th.forexCurrency,
th.termAcceptance,
th.noOfPlans,
th.amc-th,
th.ter-th,
th.num-plans {
  text-align: center;
}

th.unitValue,
th.units,
th.value,
th.valueUsd,
th.valueRpt,
th.currentValue,
th.topUpMax,
th.cashOutflow,
th.amountRpt,
th.salaryDeduction,
th.employerContribution,
th.forexRate,
th.amount,
th.debit,
th.credit,
th.balance,
th.forexAmount,
th.total,
th.valueReportingCurrency,
th.ytdReturn,
th.overallReturn,
th.creditAmount,
th.debitAmount,
th.indicativeGross,
th.overallIrr,
th.advisorCommission,
th.investmentAmtGross,
th.advisorRate,
th.totalRate,
th.currencyCode,
th.targetValue,
th.rate,
th.pct,
th.commission,
th.grossPremiumAmount,
th.srcAmountGross,
th.srcAmountNet,
th.nextActionDate,
th.navDate,
th.currency-code,
th.value-usd {
  text-align: right;
}

th.fundName,
th.fundCode,
th.fundDetails {
  text-align: left;
}

td[data-grid-property=forexCurrency],
td[data-grid-property=termAcceptance],
td[data-grid-property=noOfPlans],
td[data-grid-property=num-plans] {
  text-align: center;
}

td[data-grid-property=unitValue],
td[data-grid-property=units],
td[data-grid-property=value],
td[data-grid-property=valueUsd],
td[data-grid-property=userCurrValue],
td[data-grid-property=currentValue],
td[data-grid-property=topUpMax],
td[data-grid-property=acctCurrentValueRpt],
td[data-grid-property=acctCurrentValueUsd],
td[data-grid-property=planCurrentValueRpt],
td[data-grid-property=planCurrentValueUsd],
td[data-grid-property=cashOutflow],
td[data-grid-property=amountRpt],
td[data-grid-property=valueReportingCurrency],
td[data-grid-property=totalValue],
td[data-grid-property=valueRpt],
td[data-grid-property=salaryDeduction],
td[data-grid-property=employerContribution],
td[data-grid-property=total],
td[data-grid-property=targetValue],
td[data-grid-property=rate],
td[data-grid-property=ytdReturn],
td[data-grid-property=overallReturn],
td[data-grid-property=amount],
td[data-grid-property=debit],
td[data-grid-property=credit],
td[data-grid-property=balance],
td[data-grid-property=forexAmount],
th[data-grid-property=forexRate],
td[data-grid-property=forexRate],
td[data-grid-property=feeAmount],
td[data-grid-property=contribAmount],
td[data-grid-property=creditAmount],
td[data-grid-property=debitAmount],
td[data-grid-property=indicativeGross],
td[data-grid-property=overallIrr],
td[data-grid-property=commission],
td[data-grid-property=grossPremiumAmount],
td[data-grid-property=srcAmountGross],
td[data-grid-property=srcAmountNet],
td[data-grid-property=rate],
td[data-grid-property=advisorCommission],
td[data-grid-property=investmentAmtGross],
td[data-grid-property=advisorRate],
td[data-grid-property=totalRate],
td[data-grid-property=mtdSales],
td[data-grid-property=qtdSales],
td[data-grid-property=currYTDSales],
td[data-grid-property=priorYTDSalesPct],
td[data-grid-property=slfSalesPct],
td[data-grid-property=pct],
td[data-grid-property=currencyCode],
td[data-grid-property=nextActionDate],
td[data-grid-property=navDate],
td[data-grid-property=currency-code],
td[data-grid-property=value-usd] {
  text-align: right;
  white-space: nowrap;
}

td[data-grid-property=fundName],
td[data-grid-property=fundCode],
td[data-grid-property=fundDetails] {
  text-align: left;
}

td.forexCurrency,
td.termAcceptance,
td.noOfPlans,
td.amc-td,
td.ter-td,
td.num-plans {
  text-align: center;
}

td.unitValue,
td.units,
td.value,
td.valueUsd,
td.userCurrValue,
td.currentValue,
td.topUpMax,
td.acctCurrentValueRpt,
td.acctCurrentValueUsd,
td.planCurrentValueRpt,
td.planCurrentValueUsd,
td.cashOutflow,
td.amountRpt,
td.valueReportingCurrency,
td.totalValue,
td.valueRpt,
td.salaryDeduction,
td.employerContribution,
td.total,
td.targetValue,
td.rate,
td.ytdReturn,
td.overallReturn,
td.amount,
td.debit,
td.credit,
td.balance,
td.forexAmount,
th.forexRate,
td.forexRate,
td.feeAmount,
td.contribAmount,
td.creditAmount,
td.debitAmount,
td.indicativeGross,
td.overallIrr,
td.commission,
td.grossPremiumAmount,
td.srcAmountGross,
td.srcAmountNet,
td.rate,
td.advisorCommission,
td.investmentAmtGross,
td.advisorRate,
td.totalRate,
td.mtdSales,
td.qtdSales,
td.currYTDSales,
td.priorYTDSalesPct,
td.slfSalesPct,
td.pct,
td.currencyCode,
td.nextActionDate,
td.navDate,
td.currency-code,
td.value-usd {
  text-align: right;
}

td.fundName,
td.fundCode,
td.fundDetails {
  text-align: left;
}

td[data-grid-property=requestDate],
td[data-grid-property=appNum],
td[data-grid-property=acctNum],
td[data-grid-property=navDate],
td[data-grid-property=inceptionDate] {
  white-space: nowrap;
}

th[data-grid-property=currencyCode],
td[data-grid-property=currencyCode] {
  width: 6em;
}

td[data-grid-property=riskLevel],
td[data-grid-property=amc] {
  text-align: center;
}

.t-data-grid .modelFundRow td {
  border-top: 0px;
}

/* Transactions Grid */
th[data-grid-property=valueRpt],
td[data-grid-property=valueRpt],
th.valueRpt,
td.valueRpt {
  width: 66px;
}

th[data-grid-property=value],
td[data-grid-property=value],
th.value,
td.value {
  width: 100px;
}

th[data-grid-property=fundCurrency],
td[data-grid-property=fundCurrency],
th.fundCurrency,
td.fundCurrency {
  width: 76px;
  text-align: right;
}

th[data-grid-property=fxRate],
td[data-grid-property=fxRate],
th.fxRate,
td.fxRate {
  width: 70px;
  text-align: right;
}

th[data-grid-property=unitValue],
td[data-grid-property=unitValue],
th.unitValue,
td.unitValue {
  width: 70px;
  text-align: right;
}

th[data-grid-property=fxSourceValue],
td[data-grid-property=fxSourceValue],
th.fxSourceValue,
td.fxSourceValue {
  width: 84px;
  text-align: right;
}

th[data-grid-property=units],
td[data-grid-property=units],
th.units,
td.units {
  width: 84px;
  text-align: right;
}

th[data-grid-property=valuationDate],
td[data-grid-property=valuationDate],
th.valuationDate,
td.valuationDate {
  width: 140px;
  text-align: left;
}

th[data-grid-property=fundCode],
td[data-grid-property=fundCode],
th.fundCode,
td.fundCode {
  width: 80px;
  text-align: left;
}

.t-data-grid .pagination a,
.t-data-grid .pagination .active {
  font-size: 1em;
}

.t-data-grid .pagination .active {
  color: #efefef;
}

td[data-grid-property=actions] {
  text-align: right;
}

.alignR {
  text-align: right !important;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.bigFA {
  font-size: 1.3em;
}

.noPaddedLink {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.notVisible {
  visibility: hidden;
}

.dComponentLink {
  padding: 0 2px 0 0 !important;
}
.dComponentLink i {
  font-size: 14px;
}

.h-100 {
  height: 100% !important;
}

.shadow {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
          box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.div-bordered {
  border: 1px solid #8da2b9;
  border-collapse: separate;
  border-radius: 4px;
  padding: 10px;
}

.btn-inline {
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 3px;
  line-height: 15px;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

a a,
.ui-widget-content a {
  color: #173177;
  cursor: pointer;
}
a a:hover,
.ui-widget-content a:hover {
  color: #173177;
}
a a.btn-primary,
.ui-widget-content a.btn-primary {
  color: #fff;
}
a button.btn-primary,
a input.btn-primary,
.ui-widget-content button.btn-primary,
.ui-widget-content input.btn-primary {
  color: #fff;
}
a button.btn-primary:focus, a button.btn-primary:hover,
a input.btn-primary:focus,
a input.btn-primary:hover,
.ui-widget-content button.btn-primary:focus,
.ui-widget-content button.btn-primary:hover,
.ui-widget-content input.btn-primary:focus,
.ui-widget-content input.btn-primary:hover {
  color: #fff;
}
a a.btn-default,
.ui-widget-content a.btn-default {
  color: black;
}

a:hover,
a:active,
.ui-widget-content a:hover,
.ui-widget-content a:active {
  color: #173177;
  text-decoration: none !important;
}

a:active,
a:focus {
  text-decoration: none !important;
  outline: none;
}

/* Widget Tables */
table.widget thead td,
table.widget thead th {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
table.widget tr td.value {
  text-align: right;
}
table.widget tr.total td {
  font-weight: bold;
  background-color: #cccbca;
}
table.widget thead td {
  background-color: #4f7ea5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f7ea5), to(#003946));
  background-image: linear-gradient(to bottom, #4f7ea5, #003946);
  color: #fff;
}

.widget th[data-grid-property=product0],
.widget th[data-grid-property=product1],
.widget th[data-grid-property=product2],
.widget th[data-grid-property=product3],
.widget th[data-grid-property=product4] {
  text-align: right;
}
.widget td[data-grid-property=product0],
.widget td[data-grid-property=product1],
.widget td[data-grid-property=product2],
.widget td[data-grid-property=product3],
.widget td[data-grid-property=product4] {
  text-align: right;
  white-space: nowrap;
}

#accordion {
  display: none;
}
#accordion.ui-accordion {
  display: block;
}

.asofForm {
  margin-bottom: 0;
}
.asofForm .asofDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
}
.asofForm .asofDiv :nth-child(2) {
  width: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asofForm .asofDiv :nth-child(2) input {
  margin-bottom: 0;
  border: none;
}
.asofForm .asofDiv :nth-child(2) input:focus {
  outline: 0;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.asofForm .asofDiv .asofInput {
  margin-bottom: 0;
}
.asofForm .asofDiv .ui-datepicker-trigger {
  height: 15px;
}
.asofForm .asofDiv .asofArrow {
  visibility: hidden;
}

.tags-popover {
  padding-right: 0;
  max-width: 500px;
}
.tags-popover .popover-arrow,
.tags-popover .popover-header,
.tags-popover .popover-body {
  padding-right: 0;
}
.tags-popover .popover-header {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  border-bottom-color: #ebebeb;
}
.tags-popover .tag-filter {
  position: absolute;
  right: 12px;
  top: 2px;
  text-align: right;
  white-space: nowrap;
}
.tags-popover .tag-filter::before {
  content: "\f0b0"; /* filter icon */
  position: absolute;
  top: 5px;
  left: 5px;
  color: #cccccc;
  font-family: "Font Awesome 5 Pro";
}
.tags-popover .tag-filter input {
  width: 130px;
  padding-left: 20px;
}
.tags-popover .popover-body {
  max-height: 300px;
  margin-bottom: 34px;
  overflow: auto;
}
.tags-popover .popover-body .tag-list ul {
  min-width: 300px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-rule: 1px solid #ebebeb;
     -moz-column-rule: 1px solid #ebebeb;
          column-rule: 1px solid #ebebeb;
}
.tags-popover .popover-body .tag-list .classifTagger .tag {
  width: 95%;
  margin-bottom: 0;
}
.tags-popover .popover-body .tag-list .classifTagger .tag a {
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.2;
}
.tags-popover .popover-body .tag-list .classifTagger .tag a + a {
  margin-left: 3px;
  display: none;
}
.tags-popover .popover-body .tag-list .tag-options {
  width: 100%;
  height: 34px;
  padding: 3px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  border-radius: 0 0 5px 5px;
}
.tags-popover .popover-body .tag-list .tag-options form {
  display: none;
}
.tags-popover .popover-body .tag-list .tag-options label {
  white-space: nowrap;
}
.tags-popover .tag-settings-btn {
  margin-left: auto;
}
.tags-popover .tag-settings-btn button {
  margin-top: 5px;
  padding: 0;
  background: none;
  border: 0;
}
.tags-popover .tag-settings-btn .fa-gear {
  font-size: 15px;
  vertical-align: 1px;
  font-weight: 600;
}
.tags-popover .tag-settings-mode ul a:only-child {
  display: none !important;
}
.tags-popover .tag-settings-mode ul a:first-child {
  color: #5f5f5f;
  pointer-events: none;
}
.tags-popover .tag-settings-mode ul a + a {
  display: inline !important;
}
.tags-popover .tag-settings-mode .tag-options form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
  gap: 0.5em;
  width: 79%;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags-popover .tag-settings-mode .tag-options form input {
  margin: 0;
}

.UploadDragDrop {
  width: 210px;
  height: 40px;
}

.uploadAttCompose .UploadDragDrop {
  width: calc(100% - 20px);
  height: 50px;
  margin-bottom: 8px;
}

.uppy-DragDrop-inner {
  padding: 10px 5px !important;
}
.uppy-DragDrop-inner svg {
  display: none;
}

.uppy-DragDrop-label {
  margin-bottom: 0px !important;
}

.viewAllAnn {
  text-align: right;
}

.annHeader {
  margin: 10px 0px 15px 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 5px;
}

.annWell {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 20px 15px 10px 15px;
}

.annDiv {
  padding: 0 3px;
}

.annTitleDiv {
  margin-bottom: 8px;
  border-bottom: 0;
  padding: 3px 7px;
  background-color: #fff;
}

.annTitle {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  padding-bottom: 0;
}

.annDate {
  font-size: 0.85em;
  line-height: 25px;
}

.section-content-wysi {
  margin-bottom: 10px;
  padding: 0 5px;
}

.annDocs {
  padding: 0 5px;
}
.annDocs .docsTab {
  margin-bottom: 3px;
}

.annForm .controls {
  margin-left: 140px;
}
.annForm .control-label {
  font-weight: bold;
  padding-top: 0px;
  width: 120px;
}

/*=====================*/
/*Document presentation*/
/*=====================*/
ul.doclist {
  list-style: none;
  margin: 0px;
}
ul.doclist li.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  background: #fff;
  font-weight: normal;
  color: #53361b;
  padding: 5px 10px;
  cursor: pointer;
  margin: 3px 0;
}
ul.doclist li.document:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
  background: linear-gradient(top, #efefef, #fff);
}
ul.doclist li.document [style*=clear] {
  display: none;
}

.linkIcon:hover {
  text-decoration: none;
}

a.btn i {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltipIcon {
  margin-left: 6px;
}

/** important fix **/
.label,
.badge {
  text-shadow: none !important;
}

#loginClearForm {
  display: none;
}

.globalSearchForm > form {
  display: none;
}

ul[id*=ui-id] {
  max-width: 270px !important;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.container-main {
  padding-top: 20px;
}

#main-content {
  min-height: 380px;
  position: relative;
  padding-bottom: 30px;
}

.namebanner {
  color: #cccbca;
  font-size: 12px;
  text-align: right;
}

div.hsection {
  display: block;
  width: 100%;
  padding: 2px 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #173177;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

div.hsectionLeft {
  padding: 8px 0 5px 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

/* Contract Summary As of end of business day */
div.hsectionLeft span {
  white-space: nowrap;
}

#contractSummary div.hsectionLeft {
  padding-top: 0 !important;
}

.subHsec {
  font-weight: normal !important;
  font-size: 13px !important;
}

.subWellHsection {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

div.asValue-hsection {
  font-size: 12px !important;
  text-align: right;
  font-weight: normal;
}

div#currencyDropdown {
  display: inline;
}

#currencyDropdown ul.dropdown-menu {
  height: 250px;
  overflow: scroll;
}

#currencyDropdown li a {
  font-size: 11px;
  font-weight: normal;
  color: #53361b;
  text-transform: none;
}

#currencyDropdown li.active {
  color: #53361b;
  background-color: #eae4c7;
  background-image: none;
}

#currencyDropdown a:hover,
#currencyDropdown li > a:hover {
  color: #53361b;
  background-color: #f5f2e6;
  background-image: none;
}

#currencyDropdown ul.dropdown-menu li.active > a {
  color: #53361b;
  background-color: #eae4c7;
  background-image: none;
}

#currencyDropdown ul.dropdown-menu li.active > a:hover {
  color: #53361b;
  background-color: #f5f2e6;
  background-image: none;
}

#acctActions {
  margin-top: 1em;
  padding: 10px;
  background-color: #f0f0f2;
}

#acctActions .nav li {
  line-height: 25px;
}

/*Bootstrap overrides*/
.right-btn {
  padding: 0 0 4.5px;
  border-bottom: 1px solid #7c878e;
}

.right-btn:has(.btn-sm) {
  margin-top: 7.5px;
}

.word-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}

.input-pct {
  width: 40px;
}

.input-date {
  width: 80px;
}

.input-90pct {
  width: 90%;
}

/* fix problem with bootstrap that makes the input for telephone look compressed vertically */
.dragActionIcon {
  float: left;
  line-height: 20px;
  padding: 0 0 0 4px;
}

.uploadActionDiv {
  margin-bottom: 15px;
  text-align: right;
}

.editableDocsTab {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd !important;
}

.imsEditable {
  cursor: pointer;
  margin-left: 5px;
}

.imsEditable form {
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 8px;
  width: 80%;
}

.imsEditable form > input {
  margin: 0;
  height: 14px !important;
}

.richTxtEditor {
  width: 100%;
  height: 200px;
}

.noLeft {
  margin-left: 0;
  padding-left: 0;
}

.labelTxt {
  line-height: 1.3em;
  padding: 4px 0;
}

.submmitButtons {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.modelFundRow div.modelFundPct {
  width: 4em;
  color: #7a7a7a;
  margin-right: 5px;
}

.modelFundRowSbSell td {
  color: #b9b9b9;
}

.fundPerformanceDiscTxt {
  line-height: 1.3em;
  margin-top: 15px;
  font-style: italic;
  font-size: 0.9em;
}

td[data-grid-property=txnvat] {
  font-style: italic;
  opacity: 0.8;
}

div#selectedEmployeesZone th[data-grid-property=action] {
  width: 30px;
}

div.notes td[data-grid-property=cdate] {
  width: 12em;
}

div.notes td[data-grid-property=createdBy] {
  width: 10em;
}

div#emailListZone .email-unread {
  background-color: #ffffef;
}

div#emailListZone th[data-grid-property=from] {
  width: 10em;
}

div#emailListZone th[data-grid-property=to] {
  width: 20em;
}

div#emailListZone th[data-grid-property=threadCount] {
  width: 1em;
}

div#emailListZone th[data-grid-property=displayDate] {
  width: 14em;
}

div#emailListZone th[data-grid-property=actions] {
  width: 3.5em;
}

td.bank {
  white-space: nowrap;
}

.acctPosSubAcct {
  border-bottom: 1px solid black;
  width: 100%;
  margin-bottom: 10px;
}

.acctPosSubAcct th {
  line-height: 1;
}

a.togglePos {
  text-decoration: none;
  color: #333333;
}

div#permissionList input[type=radio],
div#permissionList input[type=checkbox] {
  margin: 0;
}

div#permissionList th[data-grid-property=action] {
  width: 30px;
}

div#permissionList td[data-grid-property=action] {
  width: 30px;
  text-align: center;
  background-color: #f5f5f5;
}

div#permissionList th[data-grid-property=helpText],
div#permissionList td[data-grid-property=helpText] {
  width: 20px;
  text-align: right;
}

div#permissionList th[data-grid-property=name],
div#permissionList td[data-grid-property=name] {
  width: auto;
}

div#permissionList th[data-grid-property=site],
div#permissionList td[data-grid-property=site] {
  width: 17%;
}

div#permissionList th[data-grid-property=category],
div#permissionList td[data-grid-property=category] {
  width: 15%;
}

div#permissionList th[data-grid-property=id],
div#permissionList td[data-grid-property=id] {
  width: 60px;
  text-align: right;
  padding-right: 30px;
}

#permissionsTab {
  border-bottom: 1px solid #ddd;
}

.permissionsSearchWell {
  background-color: #f7f7f7;
  padding: 2px 10px 0 10px;
  margin: 2px 0;
}

.fa-drag-handle:before {
  content: "\f142\f142";
  letter-spacing: 0.1em;
  opacity: 0.4;
  cursor: url("/ims/assets/ctx/15b79737/images/open-hand-cursor.gif"), auto;
}

.show-document {
  display: inline-block;
  float: left;
  width: auto;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

.fact-sheet-check {
  display: inline-block;
  float: left;
  width: 10em;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

[class^=imsicon-],
[class*=" imsicon-"] {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 0.5em;
  line-height: 19px;
  vertical-align: text-top;
  background-image: url("/ims/assets/ctx/40af764c/images/imsicons.png");
  background-position: 19px 19px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.imsicon-copy {
  background-position: 0 0;
}

.imsicon-remove {
  background-position: -20px 0;
}

.imsicon-download {
  background-position: -40px 0;
}

.imsicon-edit {
  background-position: -60px 0;
}

.imsicon-play {
  background-position: -80px 0;
}

.imsicon-refresh {
  background-position: -100px 0;
}

.imsicon-upload {
  background-position: -120px 0;
}

.imsicon-reorder {
  background-position: -140px 0;
}

.imsicon-star-empty {
  background-position: -180px 0;
}

.imsicon-star {
  background-position: -200px 0;
}

.imsicon-split {
  background-position: -260px 0;
}

a.imsicon-reorder {
  cursor: url("/ims/assets/ctx/15b79737/images/open-hand-cursor.gif"), auto;
}

a.imsicon-reorder:hover {
  background-position: -160px 0;
}

.star-checkbox-container {
  width: 25px;
  cursor: pointer;
}

.star-checkbox-container i {
  color: black;
}

.star-checkbox-container i.yellow {
  color: rgb(255, 209, 85);
}

.download-warn-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 0 3px;
  text-decoration: none;
}

.remove-icon,
.reorder-icon,
.download-icon,
.upload-icon,
.play-icon,
.refresh-icon,
.virus-icon,
.download-wait-icon,
.splitter-icon {
  background: url("/ims/assets/ctx/40af764c/images/imsicons.png") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-top: 3px;
  text-decoration: none;
}

a.remove-icon,
a.reorder-icon,
a.download-icon,
a.upload-icon,
a.play-icon,
a.splitter-icon {
  text-decoration: none;
  outline: none;
}

a.remove-icon:hover,
a.reorder-icon:hover,
a.download-icon:hover,
a.upload-icon:hover,
a.play-icon:hover,
a.splitter-icon {
  text-decoration: none;
}

.remove-icon {
  background-position: -20px 0 !important;
}

.remove-icon span {
  width: 100%;
  height: 100%;
  display: block;
}

.reorder-icon {
  background-position: -140px 0 !important;
  cursor: url("/ims/assets/ctx/15b79737/images/open-hand-cursor.gif"), auto;
}

.reorder-icon:hover {
  background-position: -160px 0 !important;
}

.upload-icon {
  background-position: -120px 0 !important;
}

.download-icon {
  background-position: -40px 0 !important;
}

.play-icon {
  background-position: -80px 0 !important;
}

.refresh-icon {
  background-position: -100px 0 !important;
}

.virus-icon {
  background-position: -218px 0 !important;
}

.download-wait-icon {
  background-position: -240px 0 !important;
}

.splitter-icon {
  background-position: -260px 0 !important;
}

.document-icon-separator {
  display: block;
  float: left;
  background-color: #aeaeae;
  height: 24px;
  width: 1px;
  margin: 0 2px 0 4px;
}

.docArchived {
  color: #bcbcbc !important;
}

/* cobrand  */
#cobrand,
img.org-logo,
.cobrandSpacer {
  margin-bottom: 5px;
}

.form-horizontal.form-tight .form-group {
  margin-bottom: 3px;
}

.form #contributionScheduleFieldset .checkbox.inline,
.form #contributionScheduleFieldset .radio.inline {
  padding-top: 0px;
}

.form #contributionScheduleFieldset hr {
  width: 30%;
  margin: 15px 0px;
}

.form-horizontal #pensionCalcFieldSet .form-group {
  margin-bottom: 5px;
}

.form-horizontal #pensionCalcFieldSet select {
  font-size: 11px;
}

.form-horizontal #pensionCalcFieldSet label {
  font-size: 12px;
}

#pensionCalcFieldSet input[type=text] .form-control.form-control-sm {
  width: 80px;
}

#pensionCalculatorResult .spinner {
  margin-top: 10em;
}

.form-horizontal #pensionCalcFieldSet .control-group.wider label {
  width: 200px;
}

.form-horizontal #pensionCalcFieldSet .control-group.wider .controls {
  margin-left: 220px;
}

.graySection {
  font-size: 1px;
  background-color: #cccbca;
}

.redSection {
  font-size: 1px;
  background-color: #a52830;
}

.greenSection {
  background: green;
  width: 97px;
  color: #ffffff;
}

.pensionCalcCallBox {
  display: none;
}

input[type=text].highcharts-range-selector {
  font-size: 12px;
}

#chartTabs.navbar .brand {
  font-size: 14px;
}

#chartTabs div.navbar-inner {
  min-height: 30px;
}

#chartTabs div.navbar-inner {
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
}

#chartTabs div.navbar-inner ul.nav {
  margin: 0;
}

#chartTabs div.navbar-inner ul.nav > li > a {
  padding: 5px 10px 5px;
}

.pie-chart {
  width: 99%;
  height: 250px;
  float: left;
  padding: 0px;
  position: relative;
  margin: 50px 0;
}

.legend > table {
  width: 50%;
}

.legend > table td {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid silver;
}

.legend .legendLabel.t-col0 {
  text-align: left;
  padding-left: 2px;
}

.legend .legendLabel.t-col1 {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

.legend .legendLabel.t-col2 {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

.pieAssetClass {
  display: block;
}

.pieEquityFixed {
  display: none;
}

.chart-show {
  display: block;
}

.chart-hide {
  display: none;
}

div.t-checklist-row label {
  display: inline;
}

.pagesView .t-checklist-row {
  float: left;
  min-width: 45px;
}

/* NOTE: see ims-ltr and ims-rtl for additional configuration for the wizard */
ul.wizard {
  padding: 0;
  clear: both;
  height: 34px;
  border: 1px solid #ddd;
}

ul.wizard li {
  display: block;
  padding: 7px 13px;
  border-right: 1px solid #ddd;
  position: relative;
  margin-right: 0;
}

ul.wizard li:last-child {
  border-right: none;
}

ul.wizard li.active {
  background: #ddd;
  color: #333;
  font-weight: bold;
  text-shadow: none;
}

ul.wizard li span.step {
  font-size: 1.2em;
  padding-right: 5px;
}

ul.wizard li a:hover {
  text-decoration: none;
}

ul.wizard li:last-child .wizard-arrow {
  display: none;
}

ul.wizard li .wizard-arrow {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
}

ul.wizard li .wizard-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
}

.proposalRadioLabel {
  font-size: 1.3em;
  font-weight: bold;
}

.accountKeywordF {
  margin-bottom: 0 !important;
}

.stepCompletedImg {
  width: 14px;
  height: auto;
  vertical-align: text-top;
  line-height: 16px;
}

.form-search-crmbox {
  border: 1px solid #dddddd;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: white;
  position: relative;
  z-index: 99;
}

.form-search-crmbox form {
  margin-bottom: 0px;
}

#imsalertbox {
  position: relative;
}

.imsalerts {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  margin: 0 25%;
}

div.alt-lang-fields {
  direction: rtl;
}

div.alt-lang-fields label,
div.alt-lang-fields input,
td.alt-lang-fields {
  font-size: 16px;
}

/* default now is to hide them */
.alt-lang-fields,
.alt-lang-fields-cb {
  display: none;
}

label.inline {
  display: inline;
}

#downloadCSVForm {
  margin: 0px 20px;
}

.thumbnails h4 {
  margin: 30px;
}

.thumbnails .details {
  margin-top: 60px;
}

.thumbnails .details a {
  margin-top: -10px;
}

.thumbnails h4 {
  display: inline;
}

.thumbnails ul {
  margin-top: 45px;
}

.thumbnails .caption {
  padding: 10px 0px;
}

.thumbnails ul li {
  padding: 5px;
}

.thumbnails-vertical > li {
  margin-left: 0px;
}

#allocationDetails .thumbnails {
  margin-left: 0px;
}

.inline-edit > input {
  width: 90px;
  margin-right: 10px;
}

.inline-edit > button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2px 10px;
  font-size: 10.2px;
  border-radius: 3px;
}

.inline-edit > button[type=submit] {
  color: white;
  margin-right: 3px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8da2b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8da2b9), to(#6581a2));
  background-image: linear-gradient(to bottom, #8da2b9, #6581a2);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8da2b9",endColorstr="#6581a2",GradientType=0);
}

.inline-edit > input {
  width: 90px;
  margin-right: 10px;
}

.inline {
  display: inline;
}

.illuslist tr.common-grid-header {
  height: 35px;
}

.illuslist td[data-grid-property=id] {
  width: 40px;
}

.illuslist td[data-grid-property=mdate] {
  width: 85px;
}

.illuslist td[data-grid-property=presentedBy] {
  width: 130px;
}

.illuslist td[data-grid-property=description] {
  width: 40%;
}

.illuslist th[data-grid-property=action],
.illuslist td[data-grid-property=action] {
  border-left: 0px;
  width: 190px;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  text-align: right;
}

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

.illuslist th[data-grid-property=application],
.illuslist td[data-grid-property=application] {
  border-left: 0px;
  width: 120px;
  text-align: right;
}

.illusOption {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.illusOption h4 {
  margin-top: 0px;
}

.illusOption .col-2 {
  width: 160px;
}

th.darkLeft,
td.darkLeft {
  border-left: 1px solid black;
}

.illusOptionTab {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.illusOptionTab td {
  width: 50%;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 15px 15px 15px;
}

.slider-value {
  float: right;
  margin-right: -48px;
  margin-top: -17px;
}

#manualReportUpload .popover {
  max-width: 600px;
}

/* Hierarchy popup component */
.hierarchy .popover {
  max-width: 376px;
}

.hierarchy .popover li {
  font-weight: normal;
}

.popover-wide.bottom .arrow {
  left: 10%;
}

.popover-wide {
  max-width: 400px;
}

.hsection .dropdown-toggle {
  font-size: 12px;
}

.hsection .dropdown {
  display: inline;
}

.hsection .caret {
  vertical-align: inherit;
}

#permissionsForm input[type=submit] {
  margin-top: 30px;
}

#identificationsHeader th {
  text-align: left;
}

#taxCountryHeader th {
  text-align: left;
}

.profile-data {
  border: 1px dotted #ececec;
  padding: 3px 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

#suspendForm label.radio {
  width: 100%;
}

#suspendForm label.radio input[type=text] {
  margin-left: 8px;
}

#suspendDialog label.radio {
  width: 40%;
}

.label-tag {
  margin-left: 5px;
  padding-left: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}

.highlighted {
  background-color: #ffffee;
}

.tag-remove-container {
  display: inline-block;
  min-height: 1px;
  min-width: 15px;
}

.tag {
  margin-left: 4px;
  margin-bottom: 3px;
  padding: 0 6px;
  line-height: 20px !important;
  border-radius: 8px;
}

.tag span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em; /*set line height back to normal*/
}

.tag span.tagTxt {
  margin: 0 1px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.2em;
  vertical-align: text-top;
}

.tags {
  min-height: 10px;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
}

.tags div {
  padding-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tag-remove {
  visibility: hidden;
}

.tag-icon {
  visibility: hidden;
}

.tag-icon > i,
.tag-iconVisible > i {
  font-size: 1.4em;
  color: white !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.tag-icon > i.sq,
.tag-iconVisible > i.sq {
  font-size: 1.3em;
  width: 12px;
}

.appIllusDocsTab .tag-icon > i,
.appIllusDocsTab .tag-iconVisible > i {
  color: black !important;
}

#tree {
  margin-bottom: 10px;
}

.well #tree,
.well #tree ul.tree {
  margin-bottom: 0px;
}

#tree label {
  padding-right: 0px;
  width: 25px;
  float: left;
  line-height: 20px;
}

.alignR {
  text-align: right;
}

ul.tree {
  padding-left: 0;
  margin-bottom: 0;
}

ul.tree ul {
  margin-left: 10px;
}

ul.tree li {
  list-style-type: none;
  background: url("/ims/assets/ctx/509b1971/images/tree_lastnode.png") no-repeat;
  margin: 0;
  padding: 0 12px;
  line-height: 20px;
  cursor: pointer;
  border-spacing: 0;
}

ul.tree li.t-first {
  background: none;
}

ul.tree li.t-first:hover {
  background-color: #dddddd;
}

ul.tree li:hover {
  cursor: pointer;
  background-color: #dddddd;
}

#hierarchy_content ul.tree li:hover,
#hierarchy_content ul.tree li.t-first:hover {
  cursor: normal;
  background-color: inherit;
}

#hierarchy_content ul.tree li {
  background: inherit;
}

#hierarchy_content ul.tree li.t-last {
  background: inherit;
}

ul.tree li.t-error {
  background: none;
}

ul.tree li.t-error:hover {
  background-color: inherit;
  cursor: default;
}

ul.tree li.t-error {
  border-top: 1px solid #cccccc;
  margin-top: 2px;
}

ul.tree li div {
  display: inline-table;
  border-spacing: 0;
}

ul.tree div.name {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

ul.corpCompTree {
  border-bottom: 1px solid #fafafa;
}

ul.corpCompTree li:nth-child(odd) {
  background-color: #fafafa;
}

ul.corpCompTree li div {
  vertical-align: middle;
}

.corpCompTreeBottom {
  margin-top: 10px;
}

#principals_hierarchy .table th.name {
  width: 400px;
}

#principals_hierarchy ul.tree {
  margin-left: 0px;
  margin-bottom: 0px;
}

#ctrlPerson_hierarchy ul.tree {
  margin-left: 0px;
  margin-bottom: 0px;
}

#trustee_ctrlPerson_hierarchy ul.tree {
  margin-left: 0px;
  margin-bottom: 0px;
}

#director_ctrlPerson_hierarchy ul.tree {
  margin-left: 0px;
  margin-bottom: 0px;
}

#authSignat_ctrlPerson_hierarchy ul.tree {
  margin-left: 0px;
  margin-bottom: 0px;
}

ul.tree div.role {
  width: 120px;
}

ul.tree div.percent {
  text-align: right;
  padding-right: 0;
  margin-right: 0;
  width: 60px;
}

.report-unread {
  font-weight: bold;
}

#showClientSummary {
  opacity: 0.6;
}

.task-done {
  opacity: 0.6;
}

.underline {
  border-spacing: 2px;
  border-color: gray;
  border-bottom: 1px solid black;
}

.well-yellow {
  background-color: #ffffef;
}

.well-lightgreen {
  background-color: #edeeeb;
}

.well-alt {
  background-color: #f7f7f7 !important;
}

.wizardSection h4 {
  margin: 0px;
  font-weight: normal;
}

.wizardSection h5 {
  margin: 0px;
}

.wizardSection ul {
  margin-left: 15px;
}

.wizardSection.well {
  padding: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
}

.wizardSection.normal {
  padding: 5px;
}

.wizardSection ul {
  margin-bottom: 0px;
}

.wizardSection.incomplete.normal h4,
.wizardSection.incomplete.normal a {
  color: #cccccc;
}

.appHelp h4 {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: normal;
}

.investmentDetails .col-2 {
  width: 160px;
}

.investmentDetails .flush {
  margin-left: 0px;
}

.investmentDetails .span-pct {
  width: 75px;
}

.investmentDetails .input-90pct {
  width: 95%;
}

tr.savingsFirst td {
  border-color: #840515;
}

.clear {
  clear: both;
}

.radio.other {
  display: inline;
}

.radio.other > input {
  margin-left: 2px;
  margin-top: 8px;
}

div.group-permission input[type=checkbox] {
  display: none;
}

.register {
  border-right: 1px solid #e3e3e3;
}

.dl-horizontal.attachments dt {
  margin: 0 10px;
  width: auto;
}

.t-checklist-row input {
  margin-top: 0px;
}

div.t-checklist-row {
  padding: 0px;
}

.pagesView div.t-checklist-row {
  padding: 0px;
  float: left;
  min-width: 45px;
}

.pagesView label.inline {
  min-width: 300px;
}

.extractMode input.btn {
  float: right;
}

.strong {
  font-weight: bold;
}

.bootstrap-filestyle input {
  margin-top: 10px;
}

.checklist-inherited {
  font-style: italic;
  color: #656565;
}

.checklist-self input[name=value] {
  height: 20px;
  padding: 4px 6px;
}

.form-bene.form-horizontal .controls {
  margin-left: 9em;
}

.form-bene.form-horizontal .control-label {
  width: 8em;
}

.form-bene.form-horizontal .form-group {
  margin-bottom: 5px;
}

.form-bene .hsection {
  line-height: inherit;
  font-size: 12px;
  border-bottom: 0px;
  font-weight: bold;
  margin-bottom: 5px;
}

body#accountPlanDeatils dt {
  width: 200px;
}

body#accountPlanDeatils dd {
  margin-left: 220px;
}

#editNigoDialog {
  max-height: 500px;
  overflow: auto;
}

a .black {
  color: black;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.fa .black {
  color: black;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.green {
  color: green !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.red {
  color: darkred !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

a .red {
  color: darkred !important;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

a .yellow {
  color: rgb(255, 209, 85) !important;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.input-group-addon_ims {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 12px;
  float: left;
  text-align: center;
  border-right: 0 none;
}

.addon_ims_forSelect {
  padding: 2px 3px 1px 0px !important;
  width: 5em;
}

.addon_ims_forSelect select {
  margin: 0px;
  min-height: 25px;
  background-color: #eee;
  border: 0px;
}

.addon_ims_forSelect select:focus {
  background-color: #eee;
}

.input-group-addon_ims_select {
  width: 60px;
  margin: 0px;
  height: 25px;
  background-color: #eee;
  border: 0px;
}

.winFix {
  width: 5em;
}

/** for new versions of IE **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .input-group-addon_ims_select {
    width: 5.1em;
  }
}
.truncate300 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 300px;
}

.truncate200 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}

/* Marketing doc admin */
#marketing-admin .header {
  position: relative;
  margin: 10px 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 10px 10px;
}

#marketing-admin .page-list {
  margin-bottom: 10px;
}

#marketing-admin form {
  margin: 0px;
}

.cmsMarketingContainer {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  margin-top: 8px;
}

.cmsMarketingContainer td {
  vertical-align: top;
}

.cmsMarketingMenu {
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  position: relative;
}

.cmsMarketingMenu .menuTitle {
  margin-bottom: 5px;
  font-size: 10pt;
}

.cmsMarketingMenu .menuTitle,
.cmsMarketingMenu .filterEmptyClass,
.cmsMarketingMenu .cmsMarketingMenuActive {
  font-weight: bold;
}

.cmsMarketingMenu a {
  padding: 5px 0 5px 15px;
  display: block;
  z-index: 10;
}

.cmsMarketingMenu a:hover {
  background-color: #efefef; /** light gray **/
  text-decoration: none;
  border-radius: 6px 0 0 6px;
  font-weight: bold;
}

.cmsMarketingMenu .filterEmptyClass a,
.cmsMarketingMenu .cmsMarketingMenuActive a {
  border: 1px solid #ccc;
  margin-right: -1px;
  border-right: 1px solid white;
  border-radius: 6px 0 0 6px;
}

.cmsMarketingMenu .filterEmptyClass a:hover,
.cmsMarketingMenu .cmsMarketingMenuActive a:hover {
  background-color: white;
}

.cmsMarketingDisplay {
  padding-left: 15px;
}

.cmsMarketingDisplay .hsection {
  clear: both;
}

.section-image,
.section-upload {
  max-height: 100px;
  display: inline-block;
  padding: 2px;
  position: relative;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.section-image img.edit {
  max-width: 190px;
}

.section-image img {
  max-height: 65px;
  margin: 15px 0 15px 15px;
}

.section-image a {
  display: none;
  position: absolute;
  bottom: 3px;
  right: 3px;
  background-color: white;
}

.section-image:hover > a {
  display: block;
}

.section-content {
  padding: 0px 8px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.cmsMarketingDisplay .section-content p {
  margin-bottom: 1em;
}

.cmsMarketingDisplay .section-content p a {
  text-decoration: underline;
}

.cmsMarketingDisplay .section-content p a:hover {
  text-decoration: none;
}

.cmsMarketingDisplay .section-content ul > li > a {
  margin: 5px 0 5px -17px;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 6px;
  background-color: white;
}

.cmsMarketingDisplay .section-content ul > li > a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  margin: 0 0 0 8px;
  font-size: 13px;
  vertical-align: middle;
}

.cmsMarketingDisplay .section-content ul > li > a:hover {
  background-color: #efefef;
}

/* make the content display from the editor match the editor itself */
.section-content-wysi {
  color: rgb(85, 85, 85);
}

.section-content-wysi p {
  margin: 0;
}

.section-content-wysi ul {
  margin: 10px 0px 10px 25px;
  position: relative;
  list-style-position: inside;
}

.section-content-wysi ol {
  margin: 10px 0px 10px 25px;
  position: relative;
  list-style-position: inside;
}

.section-content-wysi h1 {
  display: block;
  font-size: 2em;
  margin: 13px 0px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(85, 85, 85);
}

.section-content-wysi h2 {
  display: block;
  font-size: 1.5em;
  margin: 12px 0px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(85, 85, 85);
}

.section-content-wysi h3 {
  display: block;
  font-size: 1.17em;
  margin: 11px 0px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(85, 85, 85);
}

.section-content-wysi h4 {
  display: block;
  font-size: 1em;
  margin: 10px 0px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(85, 85, 85);
}

.section-content-wysi h5 {
  display: block;
  font-size: 0.83em;
  margin: 8px 0px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(85, 85, 85);
}

.section-content-wysi h6 {
  display: block;
  font-size: 0.67em;
  margin: 5px 0px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85, 85, 85);
}

#marketing-admin .section {
  margin-bottom: 20px;
}

.section-content > form {
  margin-left: 200px !important;
}

.section-upload a.qq-upload-button {
  width: 80px;
  height: 24px;
  background: none !important;
  line-height: 2;
  font-size: 12px;
}

.nav > li > a.page-link {
  display: inline-block;
}

/* Sign out button at menu-level */
.sign-out-button {
  display: none;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 20px;
}

.small-tabs {
  padding-bottom: 10px;
}

.small-tabs > span {
  display: inline-block;
  padding-right: 20px;
  font-size: 120%;
}

.small-tabs > span.active {
  font-weight: bold;
}

.small-subheading {
  font-size: 110%;
  font-weight: bold;
}

.small-subheading-description {
  font-style: italic;
}

.btn-workflow-secondary {
  float: right;
  margin-left: 5px;
}

.dobAgeDisplay {
  color: #a19f9f;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 2px;
}

.acct-hold-rpt {
  background-color: #ffff99;
  color: #ff0033;
  padding: 3px 5px;
  margin: 0px 5px;
}

dl.dl-horizontal {
  margin-top: 0px;
  margin-bottom: 10px;
  min-height: 1.5em;
  clear: left;
}

.dl-horizontal dt {
  white-space: normal;
  width: 180px;
  float: left !important;
  text-align: right;
}

.dl-horizontal dd {
  margin-left: 190px;
}

#ContentCommonAcct .dl-horizontal dt {
  width: 220px;
}

#ContentCommonAcct .dl-horizontal dd {
  margin-left: 230px;
}

.dl-horizontal.dt-small dt {
  width: 120px;
  word-break: break-word;
}

.dl-horizontal.dt-small dd {
  margin-left: 140px;
}

.dl-horizontal.dt-wide dt {
  width: 440px;
}

.dl-horizontal.dt-wide dd {
  margin-left: 460px;
}

.dl-horizontal.dt-form dt {
  width: 140px;
}

.dl-horizontal.dt-form dd {
  margin-left: 150px;
}

.blockWidgetHeader {
  background-color: #888 !important;
}

.terms-subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

.terms-section {
  margin-left: 30px;
}

.black {
  color: black;
}

.workflow-qs-off {
  color: #d3d3d3;
  font-weight: normal;
}

.workflow-qs-on {
  color: green;
}

.form-horizontal .inline.checklist {
  margin-left: 20px;
}

.inline > .t-checklist-row {
  display: inline;
  margin: 5px 5px 0 0;
}

.xls-invalid-cell {
  color: #da2c2c;
  font-weight: bold;
}

#addEntryDialog .t-beaneditor-row {
  padding: 0;
}

.nowrap {
  white-space: nowrap;
}

/* intl tel input */
.flag-container .iti-flag {
  background-color: white;
}

.disclaimer {
  margin-top: 25px;
}

/* validation errors for form-field elements */
form .alert-danger h4 {
  font-size: 100%;
}

.has-error {
  color: #a94442;
}

.has-error p.help-block {
  color: #a94442;
  font-size: 90%;
  opacity: 0.8;
  font-style: italic;
}

.has-error input,
.has-error textarea,
.has-error select {
  border-color: #a94442;
}

.has-error .input-group-addon_ims {
  border-color: #a94442;
  border-right-color: #cccccc;
}

.form-field.error .control-label,
.form-field.error .help-block,
.form-field.error .help-inline {
  color: #b94a48;
}

.form-field.error .checkbox,
.form-field.error .radio,
.form-field.error input,
.form-field.error select,
.form-field.error textarea {
  color: #b94a48;
}

.form-field.error input,
.form-field.error select,
.form-field.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-field.error input:focus,
.form-field.error select:focus,
.form-field.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.form-field.error .input-group .input-group-text,
.form-field.error .input-group .input-group-text {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.confidentialwf {
  color: #b94a48;
}

/** New Styles **/
.buttonsArea {
  padding: 10px 0;
}

.center {
  text-align: center;
}

.verifyWelcome {
  padding: 10px 20px 30px 15px;
}

.verifyDisclaimer {
  padding: 10px 20px 5px 15px;
  font-size: 0.9em;
  font-style: italic;
}

.formTitle {
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 0;
}

.formMsg {
  padding: 10px 0;
}

.formDesc {
  padding-bottom: 10px;
}

.form-horizontal .smallControls {
  margin-left: 30px;
}

.form-horizontal .txtControls {
  line-height: 2em;
}

.form-horizontal .addressControls {
  border-left: 1px solid #efefef;
  margin-top: 10px;
}

.form-horizontal .txtControlGrp {
  margin-bottom: 3px;
}

.successOn {
  font-size: 1.3em;
  color: #10956e;
}

.successOff {
  font-size: 1.3em;
  color: #ccc;
}

.ticketHeaderFixed {
  background-color: white;
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5px;
  z-index: 100;
}

.ticketHeaderFixedBtn {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  margin-top: 6px;
}

.ticketColFixed {
  margin-top: 2px;
}

.ticketComponentRight select {
  width: 100%;
}

.ticketComponentRight input {
  width: 95%;
}

.ticketList-closed {
  opacity: 0.65;
}

.ticketSrchGroup {
  cursor: pointer;
}

#fund-unit-prices td.bidUnitPrice {
  text-align: right;
}

#fund-unit-prices td.askUnitPrice {
  text-align: right;
}

.downloadTransMenu li {
  width: 250px;
}

.downloadTransMenu img {
  float: left;
  margin-right: 5px;
}

.downloadTransMenu a {
  clear: both;
}

.classifTagger li {
  float: left;
  width: 49%;
}

.fundsAdminEdit_form .form-group {
  margin-bottom: 10px;
}

.fundsAdminEdit_form .assetCatLabel {
  font-weight: bold;
  font-size: 0.85em;
  margin-top: 3px;
}

.feesModelGrp {
  margin-top: 10px;
  padding: 15px 0;
  background-color: #efefef;
}

.feesModelDetail {
  padding: 10px 0;
  background-color: #efefef;
  width: 450px;
}

/***** New Grid (only cases steps) *****/
.row-xs {
  margin-right: -15px;
  margin-left: -15px;
}

.row-xs:before,
.row-xs:after {
  display: table;
  content: " ";
}

.row-xs:after {
  clear: both;
}

.row-xs .col-xs-1,
.row-xs .col-sm-1,
.row-xs .col-md-1,
.row-xs .col-lg-1,
.row-xs .col-xs-2,
.row-xs .col-sm-2,
.row-xs .col-md-2,
.row-xs .col-lg-2,
.row-xs .col-xs-3,
.row-xs .col-sm-3,
.row-xs .col-md-3,
.row-xs .col-lg-3,
.row-xs .col-xs-4,
.row-xs .col-sm-4,
.row-xs .col-md-4,
.row-xs .col-lg-4,
.row-xs .col-xs-5,
.row-xs .col-sm-5,
.row-xs .col-md-5,
.row-xs .col-lg-5,
.row-xs .col-xs-6,
.row-xs .col-sm-6,
.row-xs .col-md-6,
.row-xs .col-lg-6,
.row-xs .col-xs-7,
.row-xs .col-sm-7,
.row-xs .col-md-7,
.row-xs .col-lg-7,
.row-xs .col-xs-8,
.row-xs .col-sm-8,
.row-xs .col-md-8,
.row-xs .col-lg-8,
.row-xs .col-xs-9,
.row-xs .col-sm-9,
.row-xs .col-md-9,
.row-xs .col-lg-9,
.row-xs .col-xs-10,
.row-xs .col-sm-10,
.row-xs .col-md-10,
.row-xs .col-lg-10,
.row-xs .col-xs-11,
.row-xs .col-sm-11,
.row-xs .col-md-11,
.row-xs .col-lg-11,
.row-xs .col-xs-12,
.row-xs .col-sm-12,
.row-xs .col-md-12,
.row-xs .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row-xs .col-xs-1,
.row-xs .col-xs-2,
.row-xs .col-xs-3,
.row-xs .col-xs-4,
.row-xs .col-xs-5,
.row-xs .col-xs-6,
.row-xs .col-xs-7,
.row-xs .col-xs-8,
.row-xs .col-xs-9,
.row-xs .col-xs-10,
.row-xs .col-xs-11,
.row-xs .col-xs-12 {
  float: left;
}

.row-xs .col-xs-2 {
  width: 16%; /** default  width: 16.66666667%; **/
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/***** end of Cases - Steps *****/
/*Form Wizard*/
.bs-wizard {
  margin: 30px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 8px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  background: white;
  top: 48px;
  left: 48%;
  margin-top: -23px;
  margin-left: -22px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  opacity: 0;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 26px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #538ec3;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.text-center {
  text-align: center !important;
}

.imgStep {
  width: 28px;
  height: auto;
  position: absolute;
  left: 8px;
  top: 8px;
}

.imgStatus {
  width: 20px;
  height: auto;
  position: absolute;
  top: 1px;
  margin-left: 7px;
  display: none;
}

.imgStepActive {
  display: none;
}

/* Status */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  border-color: #538ec3 !important;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot > img.imgStepDisabled {
  display: none;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot > img.imgStepActive {
  display: inline-block;
}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
  border-color: #41ad49 !important;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum > img.completeSt {
  display: inline-block;
}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot > img.imgStepDisabled {
  display: none;
}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot > img.imgStepActive {
  display: inline-block;
}

.bs-wizard > .bs-wizard-step.warn > .bs-wizard-dot {
  border-color: #f4b525 !important;
}

.bs-wizard > .bs-wizard-step.warn > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.warn .bs-wizard-stepnum > img.warnSt {
  display: inline-block;
}

.bs-wizard > .bs-wizard-step.warn > .bs-wizard-dot > img.imgStepDisabled {
  display: none;
}

.bs-wizard > .bs-wizard-step.warn > .bs-wizard-dot > img.imgStepActive {
  display: inline-block;
}

/***** End of Cases - Steps *****/
/** Search Illustrations **/
#adIllusSearchArea .col-1 {
  width: 90px;
  margin-left: 10px;
}

#keywordField {
  margin-bottom: 1px;
  width: 200px;
}

.noTitleStuff {
  border: 1px solid #7c878e; /** Gray **/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-color: white;
}

.noTitleStuff .ui-dialog-titlebar {
  display: none;
}

.adIllusSearchForm .form-group {
  margin-bottom: 10px;
}

.adIllusSearchForm .control-label {
  width: 75px;
}

.adIllusSearchForm .controls {
  margin-left: 85px;
}

.adIllusSearchForm label.radio {
  width: 100%;
  display: inline-block;
}

/** Client / Person info / Edit **/
.investorInfoGeneral,
.investorInfoAlias,
.investorInfoId,
.investorInfoTax,
.investorInfoAddress,
.investorInfoPhone,
.investorInfoOccupation,
.investorInfoButtons {
  margin-left: 15px;
}

.investorInfoGeneral input {
  display: block;
}

.investorInfoGeneral input[type=radio] {
  display: inline;
}

.investorInfoGeneral label {
  display: inline;
}

.investorInfoGeneral label::after {
  content: "\a";
  white-space: pre;
}

.investorInfoGeneral label.radio {
  display: block;
}

.investorInfoTax label {
  display: inline;
}

.investorInfoTax label::after {
  content: "\a";
  white-space: pre;
}

.investorInfoAddress label {
  display: inline;
}

.investorInfoAddress label::after {
  content: "\a";
  white-space: pre;
}

.investorInfoPhone label {
  display: inline;
}

.investorInfoPhone label::after {
  content: "\a";
  white-space: pre;
}

.investorInfoOccupation label {
  display: inline;
}

.investorInfoOccupation label::after {
  content: "\a";
  white-space: pre;
}

.investorInfoOccupation label.radio {
  display: inline-block !important;
  margin-left: 30px;
}

.investorInfoButtons {
  border-top: 1px solid #7c878e;
  margin-top: 15px;
  padding-top: 8px;
}

.orgInfoButtons {
  margin-top: 15px;
  padding-top: 8px;
}

.expPremTitle {
  font-weight: bold;
}

/** NIGO **/
.nigoZoneDiv {
  margin-top: 0px;
}

.noNigoField {
  text-align: right;
  padding-bottom: 10px;
}

.nigoBox {
  margin-bottom: 6px;
}

.nigoAddLink {
  margin-bottom: 20px;
  text-align: right;
}

.nigoCleared {
  opacity: 0.5;
}

.slabox {
  height: 25px;
  padding: 4px 0px 4px 0px;
}

.slabox span {
  display: block;
  height: 17px;
  padding: 3px 14px 3px 14px;
  vertical-align: middle;
}

.sla-up-to-date {
  color: #82ac9f;
  padding-left: 0.5rem;
}

.sla-ok {
  color: #b9b9b9;
  background-color: white;
}

.sla-warn {
  color: #9f6000;
  background-color: #feefb3;
  padding-left: 0.5rem;
}

.sla-error {
  color: #d8000c;
  background-color: #ffd2d2;
}

/** New NIGO **/
.nigoBoxTitle {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  line-height: 14px;
}

.nigoBoxSubTitle {
  background-color: #efefef;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 4px 12px;
  line-height: 12px;
  margin-top: 4px;
}

.noticesBoxTitle {
  background-color: #ffe4c9;
  border: 1px solid #ffe4c9;
  color: #d86c00;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  line-height: 14px;
}

.carBoxTitle {
  background-color: #fcf8e3;
  border: 1px solid #fcf8e3;
  color: #c09853;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  line-height: 14px;
}

.narrowBoxTitle {
  padding: 4px 12px;
}

.notesNigoIco {
  margin-top: 2px;
  font-size: 12px;
}

.notesNigoIcoRead {
  opacity: 0.5;
}

.noticesNigoIco {
  margin-top: 2px;
  font-size: 12px;
  color: #d86c00;
}

.carNigoIco {
  margin-top: 2px;
  font-size: 12px;
  color: #c09853;
}

.heightUnset {
  min-height: unset !important;
}

.levelsRow td {
  border: 0;
}

.carSubTxt {
  margin-top: 4px;
  color: #888;
  font-size: 0.9em;
}

.nigoCommentPopUp {
  margin: 8px 0;
}

.nigoDescPopUpTab {
  width: 100%;
  table-layout: fixed;
  empty-cells: show;
  border-top: 1px solid #ccc;
}

.nigoDescPopUpTab td {
  padding: 4px 5px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  font-size: 0.9em;
}

.nigoDescPopUpTab td input {
  vertical-align: top !important;
}

.nigoDescSelectAllTr td {
  background-color: #fafafa;
  font-style: italic;
  padding: 3px 5px;
}

.descSelectionTitle {
  font-weight: bold;
  margin-bottom: 6px;
}

.nigoNotesPopUpTab {
  width: 100%;
  table-layout: fixed;
  empty-cells: show;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.nigoNotesPopUpTab tr.userNote td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.nigoNotesPopUpTab tr.sysNote td {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 5px;
  font-size: 0.9em;
  color: #888;
}

.userNoteDiv {
  border-left: 8px solid white;
  padding-left: 10px;
  padding-top: 4px;
}

.userNoteDivDate {
  font-size: 9px;
  line-height: 11px;
}

.userNoteDivUser {
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  color: #888;
  margin-top: 1px;
}

.sysNoteDivDate {
  padding-left: 20px;
  font-size: 9px;
  line-height: 11px;
}

.sysNoteDivUser {
  font-size: 9px;
  line-height: 11px;
  font-style: italic;
  color: #888;
  margin-top: 0;
}

.nigoTabArrowR {
  position: absolute;
  top: 20px;
  right: 4px;
  display: inline;
}

.nigoTabArrowL {
  position: absolute;
  top: 20px;
  left: 4px;
  display: inline;
}

.nigoTabArrowR a i.far,
.nigoTabArrowL a i.far {
  font-size: 18px;
  vertical-align: middle;
}

.allowEditNotice {
  text-align: right;
  height: 34px;
}

.allowEditNotice a {
  margin-top: 3px;
}

.noticeEditField {
  margin: 10px 0;
}

.noticeEditFieldBtn {
  text-align: right;
}

/** Workflows **/
.payeeFormBtnTab {
  text-align: right;
  margin-bottom: 3px;
}

/** Workflow checklist **/
.checkListDiv {
  margin-bottom: 5px;
  line-height: 16px;
}

.checkListDiv .checkListIcon {
  height: 18px;
  width: auto;
}

.checkListDiv .fa-spinner {
  font-size: 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}

.checkListDiv .checkListBadge {
  font-weight: bold;
  padding: 3px 2px 1px 1px;
  font-size: 1.2em;
}

.checkListDiv .checklistBracket {
  display: inline-block;
  width: 40px;
}

.checkListDiv .checklistNA {
  display: inline-block;
  width: 40px;
}

.NA-badge {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9px;
  line-height: 12px;
  cursor: pointer;
  background-color: #ccc;
}

.groupCheckListDiv {
  margin-bottom: 8px;
  background-color: white;
  padding: 10px 15px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #efefef;
}

.groupCheckListDiv:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.userOnPopover {
  padding: 3px 5px;
  cursor: default;
}

.userOnPopoverLink {
  padding: 0px 2px;
  margin-left: 4px;
}

/* email viewer for connect emails */
.emailViewer .emailImg {
  display: none; /* to avoid being so big on the screen */
}

.emailViewer .emailFooter {
  display: none;
}

.emailViewer blockquote {
  border-left: 1px solid #cccccc;
  padding-left: 1em;
  margin-left: 0.7em;
}

.emailViewer .well blockquote {
  border-left: 1px solid darkgray;
}

.ticketActivitiesSection .viewEmailContainer {
  padding: 0px;
}

.ticketActivitiesSection .viewEmailAsRead {
  padding: 9px;
}

.ticketActivitiesSection .viewEmailAsUnread {
  border: 2px solid #ffff42;
  padding: 8px;
}

span.viewemail-readby {
  position: relative;
  margin-right: 5px;
}

span.viewemail-readby:hover::after {
  content: attr(data-title);
  white-space: nowrap;
  padding: 1px 6px;
  position: absolute;
  top: -5px;
  right: calc(100% + 8px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(10, 20, 30, 0.85);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
}

span.viewemail-readby:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid rgba(10, 20, 30, 0.85);
  border-color: transparent transparent transparent rgba(10, 20, 30, 0.85);
  position: absolute;
  top: 1px;
  right: calc(100% - 2px);
  opacity: 0.9;
}

/** workflow relationships **/
.wAlertTxt {
  font-size: 1.1em;
  font-weight: bold;
  float: left;
  padding-top: 3px;
}

.wAlertBtn {
  text-align: right;
  float: right;
}

.relSectionTitle {
  color: #888;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-left: 3px solid #ccc;
  font-size: 1.3em;
  font-weight: bold;
  padding: 8px 35px 8px 14px;
}

.relSectionDiv {
  border-left: 3px solid #ccc;
}

.relSectionTitle-BENEFICIARY {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-left: 3px solid #d6e9c6;
}

.relSectionDiv-BENEFICIARY {
  border-left: 3px solid #d6e9c6;
}

.relSectionTitle-CONTINGENT_BENEFICIARY {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-left: 3px solid #d6e9c6;
}

.relSectionDiv-CONTINGENT_BENEFICIARY {
  border-left: 3px solid #d6e9c6;
}

.relSectionTitle-LINKED_CONTINGENT_BENEFICIARY {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-left: 3px solid #d6e9c6;
}

.relSectionDiv-LINKED_CONTINGENT_BENEFICIARY {
  border-left: 3px solid #d6e9c6;
}

.relSectionTitle-LIFE_INSURED {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-left: 3px solid #bce8f1;
  color: #3a87ad;
}

.relSectionDiv-LIFE_INSURED {
  border-left: 3px solid #bce8f1;
}

.relTitlePct {
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px 0 5px 7px;
}

.relActionsBtn {
  display: inline-block;
}

i.fa-rel {
  font-size: 1.2em;
  margin-left: 6px;
  vertical-align: middle;
}

.relIdent {
  padding-left: 50px;
}

.relTabFlex {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
}

.relTabFlex td {
  vertical-align: top;
}

.relSearchWell {
  padding: 15px 5px 5px 2px !important;
}

.relSearchWell .control-label {
  width: 120px !important;
}

.relSearchWell .controls {
  margin-left: 130px !important;
}

#relSearchForm .relSearchWell input[name=create] {
  text-wrap: wrap;
}

.fa-iconTop {
  vertical-align: top;
  padding-top: 2px;
}

.fa-iconTopMd {
  font-size: 1.3em;
}

.fa-txtTop {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  line-height: 14px;
}

.labelRadioL {
  display: inline-block;
  margin-left: 15px;
  margin-right: 8px;
}

.labelOpS {
  font-size: 0.9em;
  margin-left: 5px;
  margin-bottom: 0;
}

.filterInputBox {
  vertical-align: top !important;
  margin-top: 3px !important;
}

/** clojure panel **/
.bold {
  font-weight: bold;
}

table.tabPanel {
  table-layout: fixed;
  width: 100%;
}

.sellFund {
  width: auto;
}

.sellCurrency {
  width: 70px;
}

.sellValue {
  width: 100px;
}

.sellPercent {
  width: 60px;
}

.sellActions {
  width: 120px;
  text-align: right !important;
  vertical-align: bottom;
}

.buyFund {
  width: auto;
}

.buyCurrency {
  width: 75px;
}

.buyPercent {
  width: 110px;
}

.buyActions {
  width: 60px;
  text-align: right !important;
  vertical-align: bottom;
}

.buyPanelSelect {
  width: 40px;
}

.buyPanelValue {
  width: 70px;
}

.react-toggle-track {
  background-color: #888888 !important;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #888888 !important;
}

.react-toggle-thumb {
  border-color: #888888 !important;
}

.react-toggle--checked .react-toggle-track {
  background-color: #888888 !important;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #888888 !important;
}

.react-toggle--checked .react-toggle-thumb {
  border-color: #888888 !important;
}

.react-toggle-label-check {
  display: inline-block;
  font-size: 120%;
  position: relative;
  top: -6px;
  left: -2px;
}

.react-toggle-label-x {
  display: inline-block;
  font-size: 110%;
  position: relative;
  top: -6px;
  left: 2px;
}

.panelSwBtn {
  padding-right: 2px;
  padding-top: 15px;
}

.smallTxt {
  font-size: 0.9em;
}

.lineMed {
  line-height: 17px;
}

.valDate_stmt_accordion {
  margin-bottom: 0;
}

.valDate_stmt_accordion .accordion-group {
  border: 0;
}

.valDate_stmt_accordion .accordion-heading a {
  text-align: right;
  padding: 5px 0 0 0;
}

.valDate_stmt_accordion_hLink {
  text-align: right;
  padding: 5px 0 0 0;
}

.valDate_stmt_accordion .accordion-inner {
  border: 0;
  padding: 0;
}

.adSearchAcc {
  padding: 10px 0;
}

.adSearchFields {
  padding-top: 10px;
}

.adSearchCollapse .accordion-inner {
  padding: 0;
  border-top: 0;
  margin-top: 8px;
}

.adSearchCollapseTitle {
  padding: 1px 10px !important;
}

.span-fixedL {
  margin-left: 10px !important;
}

.switchBtnConfirm {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.switchBtnCancel {
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}

.disclaimerContainer {
  margin: 20px 0;
}

#planTypeField,
#planSubTypeField {
  width: auto;
  min-width: 300px;
  max-width: 99%;
}

.whiteIcon {
  color: white !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}

.workflowActionsEmail {
  margin-bottom: 8px;
}

.workflowActionsEmail a.btn {
  margin-right: 8px;
}

.mutedEmailHead {
  padding-left: 25px;
}

.attBadge {
  text-shadow: none;
  background-color: #dcdcdc;
  margin-left: 0;
  margin-right: 6px;
  padding: 1px 8px;
  font-size: 1em;
}

.attBadge a {
  color: black;
  font-weight: normal;
}

.attBadge a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80) !important; /* For IE8 and earlier */
}

.attBadge i {
  color: black;
  font-weight: normal;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; /* For IE8 and earlier */
  font-size: 1.2em;
  vertical-align: middle;
  margin-right: 3px;
}

.clickleableAction {
  cursor: pointer;
}

.clickleableAction:hover .expandQuotedEmail i {
  background-color: white;
}

.expandQuotedEmail::after {
  content: " ";
  display: block;
  border-bottom: 4px double #ccc;
  position: relative;
  top: -15px;
  z-index: 1;
}

.expandQuotedEmail {
  margin: 8px 0 6px 0;
}

.expandQuotedEmail i {
  font-size: 2em;
  color: #888;
  border: 1px solid #888;
  background-color: #f5f5f5;
  border-radius: 100%;
  z-index: 10;
  position: relative;
  left: 7px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  padding: 2px;
}

.span3WorkflowFixed {
  margin: 0;
  padding: 0;
  margin-left: 8px;
}

.workflowAttName {
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hrCustomEmail {
  margin: 5px 0 8px 0;
  padding: 0;
}

span.codeSpanLink {
  cursor: pointer;
}

/** Fund List Search **/
#fund-list-app i.fa-star-o {
  color: #ccc;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fls-fixedFieldSpan {
  min-width: 220px;
}

.fls-spanFilFix .btn {
  padding: 2px 5px;
  font-size: 11px;
}

.fls-spanFilFix .btn-default {
  margin-right: 5px;
  margin-bottom: 3px;
  min-width: 64px;
}

.fls-spanFilFix .btn-primary {
  margin-right: 5px;
  margin-bottom: 3px;
  min-width: 64px;
}

.fls-spanFilFix .btn > span {
  display: inline-block;
  vertical-align: top;
}

span.btnSpacer {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 8px 0 4px;
}

span.btnSpacer:first-child {
  margin-left: 0;
}

span.btnSpacerSmall {
  font-size: 12px;
  vertical-align: middle;
  margin: 0;
}

span.btnSpacerSmall:first-child {
  margin-left: 0;
}

.toggleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggleSpacer {
  margin-right: 10px;
  margin-left: 2px;
  font-size: 22px;
  margin-bottom: 5px;
}

#searchKeyword {
  width: calc(100% - 36px) !important;
  max-width: unset !important;
  display: inline-block;
}

.fls-spanFilFix .btn-default:last-child {
  margin-right: 0;
}

.fls-spanFilFix .btn-primary i.fa-xmark {
  font-size: 1.1em;
  color: inherit;
  margin-left: 4px;
}

.fls-labelSpacing {
  margin-top: 18px;
}

.d-modelLink {
  margin-bottom: 1px;
}

span.d-modelFundName {
  margin-left: 5px;
}

.d-model-iconTab {
  width: 48px;
  table-layout: fixed;
  empty-cells: show;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.d-model-iconTab td {
  width: auto;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: middle;
}

.d-modelIcon {
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  background-color: white;
  color: #ccc;
  border: 1px solid #ccc;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 2px;
}

.darkBrandingBGColor {
  background-color: #8da2b9;
}

.darkBrandingColor {
  color: #8da2b9;
}

.darkBrandingBColor {
  border-color: #8da2b9;
}

.lightBrandingBGColor {
  background-color: #fafafa;
}

.lightBrandingColor {
  color: #888;
}

.lightBrandingBColor {
  border-color: #888;
}

/** CEP PEP AREA **/
div.pepWell {
  padding-left: 20px;
}

input.pepInputArea {
  width: 97%;
  height: 40px;
  margin-bottom: 0;
}

div.pepInputAreaNote {
  padding: 3px 0;
  font-style: italic;
}

div.pepWell span.label-inverse {
  font-size: 1.1em;
}

div.pepLinkInfo {
  margin-top: 10px;
  font-style: italic;
}

div.pepDiffArea {
  background-color: #efefef;
  padding: 5px 10px;
  margin-bottom: 8px;
}

/** styles for detail and sub detail tables (For: accountDetails [account view -> fees -> calculations], and Transactions on book **/
/** rotate color not implemented on this table**/
.acctTransTab td {
  padding: 4px 4px;
  border-top: 0;
  border-bottom: 1px solid #7c878e; /** Gray **/
}

.acctTransTab td a:hover,
.acctTransTab td a:focus {
  text-decoration: none;
}

.acctTransTab td > a > img {
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
  height: 11px;
  width: auto;
}

.txntrades {
  padding: 0 !important;
}

.txntrades .table thead th {
  background-color: white;
}

span.txntrade-modelcode {
  position: relative;
}

span.txntrade-modelcode:hover::after {
  content: attr(data-title);
  white-space: nowrap;
  padding: 1px 6px;
  position: absolute;
  top: -5px;
  left: calc(100% + 11px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(10, 20, 30, 0.85);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
}

span.txntrade-modelcode:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid rgba(10, 20, 30, 0.85);
  border-color: transparent rgba(10, 20, 30, 0.85) transparent transparent;
  position: absolute;
  top: 1px;
  left: calc(100% + 1px);
  opacity: 0.9;
}

.acctDetailsTransTab {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
}

.acctDetailsTransTab th.contractCode {
  width: auto;
}

.acctDetailsTransTab th.feeType {
  width: 9%;
}

.acctDetailsTransTab th.status {
  width: 9%;
}

.acctDetailsTransTab th.currency {
  width: 9%;
}

.acctDetailsTransTab th.amount {
  width: 11%;
}

.acctDetailsTransTab th.date {
  width: 11%;
}

.acctDetailsTransTab th.expectedCollection {
  width: 11%;
}

.acctDetailsTransTab th.collectedOn {
  width: 11%;
}

.acctTransSubTab {
  border: 0;
  margin-bottom: 0;
  border-left: 1px solid #efefef; /** light gray **/
  border-top: 1px solid #efefef; /** light gray **/
  border-right: 1px solid #efefef; /** light gray **/
  padding-left: 17px;
}

.acctTransSubTab td {
  border: 0;
  border-top: 1px solid #efefef; /** light gray **/
  font-size: 8pt;
}

.acctTransSubTab th {
  border: 0 !important;
  border-bottom: 1px solid #efefef; /** light gray **/
  background-color: #efefef !important; /** light gray **/
  color: black !important;
  font-size: 8pt;
  font-weight: bold !important;
}

.acctTransSubTab th[data-grid-column-sort] a {
  color: black !important;
}

.acctTransTab tr.noborder td {
  border-bottom: 0;
}

.acctTransTab tr.selectedBkg td {
  background-color: #f7f7f7 !important;
}

.acctDetTransSubTab {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  border: 0;
  margin-bottom: 0;
}

.acctDetTransSubTab td {
  border: 0;
  border-top: 1px solid #efefef !important; /** light gray **/
  font-size: 8pt;
  padding: 3px 5px !important;
}

.acctDetTransTab tr.noborder td {
  border-bottom: 0;
}

.docLockerDetails td {
  border-top: 0;
}

.docLockerTab div.docLockerDocs {
  padding-left: 20px;
}

.docLockerSubTab .docHeader td {
  font-weight: bold;
  border-bottom: 1px solid #efefef;
}

/** Fund Model **/
.widthAuto {
  width: auto;
}

.widthFixed110 {
  width: 110px;
}

.widthFixed80 {
  width: 80px;
}

.widthFixed50 {
  width: 50px;
}

.fundModFields dd {
  width: 450px;
}

tr.newAllocTabTotal td {
  font-weight: bold;
}

/** WIDE REVISION **/
.adIllusSearchArea_class {
  width: 350px;
}

body > div.container-fluid,
body > div.footerContainer > div.container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  min-width: 0;
}

input.btn {
  width: auto !important;
  max-width: unset;
}

.asofInput {
  width: 95px !important;
}

.ticketComponentRight select {
  width: 100%;
  min-width: 100%;
}

.dropdown-menu {
  left: unset;
  right: 0;
}

.multipleAcctDDM {
  left: 0;
  right: unset;
  font-size: 11px;
}

.fieldSetLeftFix .dropdown-menu {
  left: 0;
  right: unset;
}

#acctEntryDD .dropdown-menu {
  left: 0;
  right: unset;
}

@media screen and (max-width: 1190px) and (min-width: 769px) {
  .form-horizontal .thirdPartyClass .controls {
    margin-left: 0;
    text-align: right;
  }
}
/* Upload reports */
.currentReportHeader h3 {
  margin-bottom: 0;
  line-height: 1;
}

.currentReportCode {
  padding-top: 10px;
  padding-right: 95px;
  color: #c9c8c7;
  text-align: right;
}

.currentReportUploads {
  margin-left: 0 !important;
  min-height: 0 !important;
  position: relative;
}

.currentReportUploads .showUploadArea {
  position: absolute;
  top: -31px;
  right: 0;
}

.currentReportUploads .showUploadArea span {
  font-size: 10px !important;
}

.currentReportUploads .showUploadArea i {
  font-size: 12px;
  vertical-align: middle;
}

.currentReportUploads #openUpload {
  display: none;
}

.currentReportUploads .uploadArea {
  height: auto;
  padding: 15px;
  border: 1px solid #ccc;
}

.currentReportUploads .uploadArea p {
  font-style: italic;
}

.currentReportUploads .uploadArea b {
  font-style: normal;
  font-weight: bold;
}

.currentReportUploads #openUpload:checked ~ .uploadArea {
  display: block;
}

.currentReportUploads .qq-upload-list {
  width: 200px;
  width: calc(100% - 230px);
  margin-left: 15px;
}

.currentReportUploads a.qq-upload-button {
  position: relative;
  background: none !important;
  text-shadow: none;
}

.currentReportUploads a.qq-upload-button:hover {
  color: black !important;
}

.currentReportUploads a.qq-upload-button::before {
  content: "\f093";
  position: absolute;
  top: -3px;
  left: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4em;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

.currentReportUploads a.qq-upload-button:hover::before {
  top: -6px;
}

.currentReportUploads .imsalerts {
  top: -10px !important;
  left: 220px !important;
}

.currentReportUploads .t-warn {
  padding: 5px;
  background-position: 5px 5px !important;
}

/* End of Upload reports */
/* Pager */
.inputFullSet {
  width: 100% !important;
  max-width: unset !important;
}

.preAppendInput {
  width: calc(90% - 5em);
  max-width: unset;
}

.appendIcoInput {
  width: calc(99% - 3em);
  max-width: unset;
}

.clSelectIcoInput {
  width: calc(99% - 22px);
  max-width: unset;
  display: inline-block;
}

input[type=text].dateInputSearchForm {
  width: calc(99% - 2em);
  max-width: unset;
  max-height: unset;
  height: 18px;
  padding: 2px 6px;
  margin-bottom: 0;
}

.btnLinkDateSearch {
  margin-top: 4px;
  text-align: left;
}

.btnLinkDateSearch .btn {
  padding: 4px 0;
  font-size: 9px;
  line-height: 9px;
  color: #333;
  min-height: 18px;
  width: 54px;
  vertical-align: middle;
  margin: 0 4px 4px 0;
}

.fixedHeightDate {
  height: 64px;
  min-height: 64px;
}

.fixedScrollBoxTop {
  scroll-margin-top: 215px;
}

.summaryStatusList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.summaryStatusList li {
  line-height: 16px;
  font-size: 0.9em;
}

.multipleSelInput {
  width: 100% !important;
}

.fullAppendInput {
  width: calc(99% - 48px) !important;
  max-width: unset !important;
  margin: 0;
}

.formVSpace {
  margin-bottom: 8px;
}

table.acctSumTabWide {
  border-bottom: 2px solid #dddddd;
  table-layout: fixed !important;
}

table.acctSumTabWide td.value {
  text-align: right;
  white-space: nowrap;
  width: auto !important;
  padding-right: calc(100% - 700px) !important;
}

@media (max-width: 767px) {
  table.acctSumTabWide td:last-child {
    padding-right: 5px !important;
  }
}
/** Gridster Fix WIDGETS **/
.gridster {
  min-width: 1170px !important;
  width: 100% !important;
  margin: 0 !important;
}

/** Premium account filter - account list width **/
.premiumAccountList_class {
  width: auto;
  max-width: 100%;
  font-size: 110%;
}

/** Input fixes **/
.inputAppendIms {
  width: calc(98% - 48px) !important;
  margin-bottom: 0 !important;
  vertical-align: top !important;
}

table.idTabEdit input,
table.taxInfoTabEdit input {
  width: calc(100% - 40px) !important;
}

.inputFullFix {
  width: 100% !important;
  max-width: 100% !important;
}

.inputFullModalFix {
  width: calc(100% - 30px) !important;
  max-width: 100% !important;
}

.selectFullModalFix {
  width: calc(100% - 17px) !important;
  max-width: 100% !important;
}

/** Marketing admin **/
#marketing-admin .section-content {
  padding: 0;
  margin: 0;
}

.ico-remove i {
  font-size: 24px;
}

.well-white {
  background-color: white !important;
}

/** OIC Online app **/
.ahNumber {
  margin-bottom: 5px;
}

.appAlcoholQuestion p {
  font-weight: bold;
}

.appAlcoholQuestion .aqImg {
  margin-bottom: 8px;
}

.appAlcoholQuestion .aqImg img {
  height: 160px;
  width: auto;
}

.docStatusTxt {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2em;
}

.appIllusDocsTab {
  table-layout: fixed;
  width: 100%;
}

.appIllusDocsTab td {
  padding: 0 5px;
  text-align: left;
}

.appIllusDocsTab .docName {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.alertListIconBlack {
  font-size: 1.1em;
  color: black;
  margin: 0 4px;
}

.alertListIconWhite {
  font-size: 1.2em;
  color: white;
  vertical-align: middle;
}

.toUppercase {
  text-transform: uppercase;
}

.toLowercase {
  text-transform: lowercase;
}

.toCaps {
  text-transform: capitalize;
}

.questionViewTab {
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.questionViewTab th {
  line-height: 1.3em;
  background-color: white;
}

.questionViewTab td {
  line-height: 1.3em;
}

.questionViewTab td:first-child {
  padding-right: 15px;
}

.questionViewTab td.col2 {
  width: auto;
  font-weight: bold;
}

.questionViewTab td.col3 {
  font-weight: bold;
}

.familyHealthTab {
  margin-bottom: 5px;
}

/** delivery errors **/
.delErrors {
  margin-right: 8px;
  cursor: pointer;
}

.delErrors i.fa {
  font-size: 14px;
  opacity: 0.9;
}

.darkC {
  color: #888 !important;
}

i.delWarning {
  color: darkred;
  font-size: 12px;
}

.delErrors i.delWarning {
  color: darkred;
  font-size: 12px;
  vertical-align: bottom;
  margin-left: -3px;
}

.delInfoSection {
  margin-right: 8px;
  cursor: pointer;
}

.delInfoSection i.fa {
  font-size: 14px;
  color: #888 !important;
}

i.delInfo {
  color: green !important;
  font-size: 12px;
}

.delInfoSection i.delInfo {
  color: green !important;
  font-size: 12px;
  vertical-align: bottom;
  margin-left: -3px;
}

table.delDescTable {
  table-layout: fixed;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd !important;
}

table.delDescTable th {
  background-color: white;
  color: #888;
  border-top: 1px solid #ddd !important;
}

table.delDescTable th:last-child {
  border-right: 1px solid #ddd !important;
}

table.delDescTable td:last-child {
  border-right: 1px solid #ddd !important;
}

/** CVS **/
.imsTabNoPadd {
  padding: 0 !important;
  padding-top: 1px !important;
}

.invTabIndentL {
  margin-left: 21px;
  width: calc(100% - 21px);
}

.fa-icon14x {
  font-size: 14px !important;
}

/** Campaign List **/
.campSelListTab {
  border-bottom: 1px solid #ccc !important;
}

.campSelListTab th.actions {
  width: 80px;
  text-align: right;
  vertical-align: middle;
}

.campSelListTab th.actions input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.campListBtnBox {
  text-align: right;
  line-height: 2.5em;
}

.campEmailResList {
  text-align: right;
  margin-bottom: 10px;
}

.campEmailTitle {
  font-size: 1.1em;
  font-weight: bold;
}

.smallWell {
  padding: 8px 5px;
}

.wellSubTitle {
  padding: 0 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}

.searchWell {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px;
}

.contentWell {
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 8px;
}

.columnWell {
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 15px;
}

/** SOW **/
.sowWell {
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 15px 12px;
}

.sowSectionTitle {
  font-size: 1.2em;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 20px;
  background-color: #efefef;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.sowAttrFieldsDiv {
  background-color: #fafafa;
  padding: 5px 5px 5px 30px;
}

.sowSubText {
  color: #555;
}

.sowSelectPrepend {
  width: 60px;
  margin: 0px;
  height: 25px;
  background-color: #eee;
  border: 0px;
}

.sowSelectData {
  max-width: unset !important;
  width: calc(99% - 100px) !important;
}

.sowCurrencySelect {
  width: 150px !important;
}

.sowInputSelect {
  max-width: unset !important;
  width: calc(99% - 22px) !important;
}

.wSourceTxtBox {
  width: calc(99% - 36px) !important;
}

.sowTxtArea {
  width: calc(99% - 36px) !important;
}

.sowTxtInput {
  max-width: unset !important;
  width: calc(99% - 36px) !important;
}

.sowContainer {
  padding: 4px 10px;
}

.sowCard {
  margin-bottom: 8px;
  /* Add shadows to create the "card" effect */
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sowCard .control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.sowCard .control-label input {
  width: 2em !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.soWDarkTxt {
  color: black;
}

/* On mouse-over, add a deeper shadow */
.sowCard:hover {
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
}

/** Multi-factor Authentication **/
.mfaActivation {
  margin-top: 30px;
  margin-left: 30px;
}

.mfaStep {
  border-left: 1px solid #ccc;
  min-height: 275px;
}

.mfaStepHead {
  min-height: 85px;
}

.mfaStepTitle {
  padding: 10px 20px 10px 30px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  font-size: 1.3em;
  background-color: #efefef; /** light gray **/
}

.mfaStepTitle span {
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: -0.2em;
  left: -1.1em;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.mfaStepContent {
  padding: 0 20px;
}

form[id*=authenticateForm] .closeFormBtn {
  display: none;
}

form[id*=authenticateForm] fieldset input {
  width: 36px;
  height: auto;
  aspect-ratio: 1;
}

form[id*=authenticateForm] .triesWarning {
  margin-bottom: 10px;
}

form[id*=authenticateForm] .otherMethodLink {
  margin-bottom: -20px;
  margin-top: 15px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

form[id*=authenticateForm] .otherMethodLink:hover {
  text-decoration: none;
  opacity: 0.8;
}

form[id*=authenticateForm] .otherMethodLink:has(input:checked) {
  display: none;
}

form[id*=authenticateForm] .otherMethodLink input {
  display: none;
}

form[id*=authenticateForm] .otherMethodOptions {
  margin-top: 5px;
  display: none;
}

form[id*=authenticateForm] .otherMethodLink:has(input:checked) + .otherMethodOptions {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form[id*=authenticateForm] .otherMethodOptions label {
  margin: 0;
  margin-left: auto;
  position: relative;
  top: 14px;
  line-height: 1;
  cursor: pointer;
}

form[id*=authenticateForm] .otherMethodOptions label:hover {
  opacity: 0.9;
}

form[id*=authenticateForm] .otherMethodOptions span {
  width: 100%;
  margin-bottom: 20px;
}

form[id*=authenticateForm] .otherMethodOptions a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 10px;
  position: relative;
  text-align: center;
  border: 1px solid;
  border-color: inherit;
  border-radius: 4px;
}

form[id*=authenticateForm] .otherMethodOptions a span:first-child {
  width: auto;
  margin: 0;
  padding: 0 3px;
  position: absolute;
  top: -7px;
  left: 5px;
  font-size: 0.8rem;
  background: white;
}

form[id*=authenticateForm] .otherMethodOptions a span:nth-child(2) {
  margin: 0 0 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

/** MEDIA QUERIES **/
@media (max-width: 980px) {
  .mfaStepHead {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .mfaStep {
    min-height: 180px;
  }
  .mfaStepContent {
    padding-bottom: 20px;
  }
  .mfaStepHead {
    min-height: 40px;
  }
}
/** View Org Check List **/
.viewOrgRulesTable {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  border-top: 1px solid #ddd;
}

.viewOrgRulesTable td {
  padding: 8px 5px 6px 5px;
  border-bottom: 1px solid #ddd;
}

.viewOrgRulesTable div.checkListDiv {
  margin-bottom: 0;
}

.viewOrgRulesTable .viewOrgCheckListActions i.fa {
  font-size: 16px;
  cursor: pointer;
}

/** View tag List **/
.viewTagListTable {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
}

.viewTagListTable td {
  padding: 8px 5px 6px 5px;
  border-bottom: 1px solid #ddd;
}

.viewTagListTable i {
  font-size: 16px;
  cursor: pointer;
  margin-left: 6px;
}

.entryQuestion {
  font-size: 1.5em;
}

.faIcon-lg {
  font-size: 24px;
}

.faIcon-md {
  font-size: 16px;
}

.faIcon-sm {
  font-size: 14px;
}

.faIcon-xs {
  font-size: 12px;
}

.disabledTxt {
  color: #aaa;
  cursor: not-allowed;
}

.faIconSuccess {
  color: #4bb543 !important;
}

.campSearchActions {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: 8px;
  padding-top: 3px;
}

.approveNowBtn {
  min-width: 40px;
  text-decoration: none;
  margin-right: 12px;
  margin-bottom: 0;
}

.revokeNowBtn {
  min-width: 40px;
  text-decoration: none;
}

.cSearchHistDiv [class*=col-] {
  min-height: 15px;
}

.cSearchHistDiv .cSearchHistBtn {
  font-size: 14px;
}

.cSearchHistDiv .cSearchHistBtn .fa {
  font-size: 16px;
}

.cSearchHistDiv .cSearchHistBtn2 {
  font-size: 13px;
}

.cSearchHistDiv .cSearchHistBtn2 .fa {
  font-size: 14px;
}

.btnWell {
  padding: 5px 8px 3px 8px;
  margin-bottom: 5px;
}

.cardsWell {
  padding: 20px 0;
}

.adInfoWell {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  background-color: white;
  border-radius: 5px;
  width: 65%;
  margin: 0 auto;
}

.orgTaggerBadge {
  margin-left: 5px;
  vertical-align: top;
}

.orgTaggerWhite {
  color: white !important;
}

.orgTaggerRemove {
  color: white !important;
  font-size: 14px;
  vertical-align: middle;
}

.popover-content {
  color: black;
  background-color: #fff;
}

.hFormInputGrp {
  display: inline-block;
  white-space: nowrap;
  margin: 0 8px 5px 0;
}

.termsAccBtn {
  margin-top: 30px;
}

.termsAccBtn .btn {
  margin-right: 8px;
  width: 140px !important;
  text-align: center;
}

/** fixes for clikover **/
.topLeftPopover .arrow,
.topRightPopover .arrow {
  top: 31px !important;
}

/** Edit relationships **/
#personEditForm #identifications .row,
#personEditForm #taxCountries .row {
  margin-bottom: 10px;
}

#personEditForm .editFormHeader {
  font-weight: bold;
}

#personEditForm input.inputFullSet,
#personEditForm textarea.inputFullSet {
  width: 96% !important;
}

#personEditForm .btn-sm {
  margin-top: 20px;
  font-weight: bold;
  white-space: nowrap;
}

#personEditForm .btn-sm .fa-trash-can {
  margin-top: -3px;
  font-size: 1.4em;
  vertical-align: middle;
}

.investorInfoOccupation .addressBussinessWell {
  margin-bottom: 10px;
  padding: 10px 30px;
  border: 1px solid #ececec;
}

.investorInfoOccupation .addressBussinessWell .col-4 {
  padding-right: 5px;
}

.investorInfoOccupation .addressBussinessWell .form-group {
  margin-bottom: 0px;
}

.investorInfoOccupation .addressBussinessWell .control-label {
  font-weight: normal;
}

.investorInfoOccupation .addressBussinessWell .radio.inline,
.checkbox.inline {
  padding-top: 0;
  vertical-align: baseline;
}

/* follow workflow switch on search */
.followWorkflowSw .react-toggle--checked .react-toggle-track {
  background-color: #ccc !important;
}

.followWorkflowSw .react-toggle--checked .react-toggle-thumb {
  border-color: #ccc !important;
}

.followWorkflowSw .react-toggle-track {
  background-color: #ccc !important;
}

.followWorkflowSw .react-toggle-thumb {
  border-color: #ccc !important;
}

.followWorkflowSw .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #ccc !important;
}

.followWorkflowSw .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #ccc !important;
}

.followWorkflowSw {
  padding-top: 4px;
}

.followWorkflowTxt {
  line-height: 12px;
  margin-right: 8px;
  margin-top: 6px;
  vertical-align: top;
}

/** for cljs fund_search **/
input.valueAppend {
  width: calc(99% - 40px);
  max-width: unset !important;
}

table.selectedInvestmentsTab {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  margin-bottom: 0 !important;
}

.selectedInvestmentsTab th.color,
.tabPanel th.color {
  width: 20px;
}

.selectedInvestmentsTab th.code {
  width: 100px;
}

.selectedInvestmentsTab th.fund {
  width: auto;
}

.selectedInvestmentsTab th.info {
  width: auto;
}

.selectedInvestmentsTab th.currency {
  width: 45px;
}

.selectedInvestmentsTab th.percent {
  width: 110px;
}

.selectedInvestmentsTab th.amount {
  width: 110px;
}

.selectedInvestmentsTab th.actions {
  width: 45px;
}

.selectedInvestmentsTab th.terms {
  width: 180px;
}

.ui-dialog .newQuestionArea label {
  width: unset !important;
}

/** Responsive **/
@media (max-width: 768px) {
  #personEditForm #identifications .row,
  #personEditForm #taxCountries .row {
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }
  #personEditForm .btn-sm {
    margin-bottom: 20px;
  }
}
input.xh {
  height: 34px !important;
}

span.xh {
  height: 34px !important;
}

.btn-planAc {
  width: 100%;
  margin-bottom: 8px;
  padding: 6px 0;
}

.ico-planAC {
  font-size: 1.2em;
  margin-right: 5px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 8px 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 0px 5px;
  text-decoration: none;
  border: 1px solid silver;
  margin-right: 5px;
  color: #000000;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  border-color: #000000;
  color: #000000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  cursor: default;
  border-color: #fff;
}

/** Requests tab **/
.req-well {
  min-height: 170px;
  background-color: white;
  border-radius: 5px !important;
  line-height: 1.3em;
}

.req-well .btn {
  margin-top: 15px;
}

.req-well div.hsection {
  border-bottom: 0;
}

/** Switch requests **/
.funds-details-table {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
}

.approval-section {
  padding-top: 20px;
}

.approval-header {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

/* Reports tab */
.generated-reports-search #reportsFilterForm {
  margin-bottom: 10px;
  position: relative;
}

.generated-reports-search #reportsFilterForm .fa-filter {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  font-family: "Font Awesome 5 Pro";
}

.generated-reports-search #reportsFilterForm .reports-filter-field {
  padding-left: 20px;
}

.generated-reports-search .reports-search-separator {
  color: #ccc;
  font-size: 18px;
}

.currentReportHeader .hsection,
.reports-history .hsection,
.reports-history .hsection span,
.interactive-reports .hsection.darkBrandingColor {
  font-size: 21px;
  font-weight: bold;
  border-bottom: none;
}

.reports-history .hsection span {
  font-weight: normal;
}

.reports-history #subReportZone {
  margin-top: 43px;
}

.executionsZoneCol {
  margin-left: 0 !important;
}

/** Responsive **/
@media (min-width: 768px) and (max-width: 940px) {
  .illusDocUpload .UploadDragDrop {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  #groupForm #groupNameField {
    width: 98%;
  }
}
@media (min-width: 768px) {
  .req-well {
    min-height: 190px;
  }
  .approval-section {
    padding-top: 40px;
  }
}
@media (min-width: 980px) {
  .req-well {
    min-height: 160px;
  }
}
@media (min-width: 1200px) {
  .req-well {
    min-height: 140px;
  }
}
/* task admin */
table.taskAdminTab {
  border-bottom: 1px solid #888 !important;
}

table.taskAdminTab th.title {
  width: auto !important;
}

table.taskAdminTab th.workflowLink {
  width: 130px !important;
}

table.taskAdminTab th.cdate {
  width: 90px !important;
}

table.taskAdminTab th.createdBy {
  width: 120px !important;
}

table.taskAdminTab th.assignedTo {
  width: 120px !important;
}

table.taskAdminTab th.action {
  width: 60px !important;
}

.taskAdminRowSelected td {
  background-color: #f5f5f5;
}

.taskAdminDue label {
  text-shadow: none !important;
}

.taskTitle {
  font-size: 1.1em;
  margin-right: 12px;
}

div.archived .taskTitle {
  text-decoration: line-through;
  color: #bdbdbd;
}

.taskAdminDescription {
  font-style: italic;
  margin-top: 5px;
  line-height: 16px;
  color: black;
}

.btn-taskBtn {
  font-size: 11px;
  padding: 1px 5px;
}

table.taskAdminTab i.far {
  font-size: 14px;
  margin-right: 6px;
}

input.dueDateClass {
  padding: 1px;
  margin: 0;
  display: inline-block;
}

#taskEditDialog label.radio,
#wfTaskDialog label.radio,
#ticketTaskDialog label.radio {
  width: unset !important;
}

#taskEditDialog label,
#wfTaskDialog label,
#ticketTaskDialog label {
  width: unset !important;
}

.duoCubesNigo {
  font-size: 18px !important;
  --fa-primary-color: #eed3d7;
  --fa-secondary-color: #b94a48;
}

.modalTaskWell {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 80px;
  overflow-y: scroll;
}

.taskListViewLink {
  text-align: right;
  margin: 8px 0;
}

.taskDashSection ul.breadcrumb {
  font-size: 0.9em;
  padding: 4px 12px;
  margin-bottom: 6px;
}

#bookBreadcrumb ul.breadcrumb {
  margin-bottom: 0 !important;
}

.taskDashTitle {
  font-weight: bold;
  font-size: 1.2em;
  margin: 8px 2px;
}

.taskDashActions {
  margin: 8px 2px;
}

.taskDashOp {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.taskDashActions .btn-default {
  margin-right: 4px;
}

.taskDashToggle {
  margin-bottom: 8px;
}

.taskDashToggle span {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 8px;
}

.taskDashToggle i {
  font-size: 1.2em;
}

.taskDashDetailsTab {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  margin-left: 21px;
}

.taskDashDetailsTab td {
  padding: 3px 0;
  vertical-align: top;
}

.taskDashDetailsTab td.tabR {
  font-weight: bold;
}

.taskDashDescription {
  margin-left: 21px;
}

.taskDashEditDetailsTab {
  table-layout: fixed;
  width: calc(100% - 30px);
  empty-cells: show;
  margin-left: 21px;
}

.taskDashEditDetailsTab td {
  padding: 4px;
  vertical-align: top;
}

.taskDashComment {
  margin-left: 21px;
  padding: 0 0 6px 0;
}

.commentHeader {
  padding: 2px 3px;
  background-color: #f5f5f5;
  font-size: 90%;
}

.commentHeader span {
  font-weight: normal;
  font-size: 90%;
}

.taskHistoryHeader {
  font-weight: normal;
  font-size: 90%;
}

.commentBody {
  padding-left: 3px;
  margin-bottom: 4px;
}

.taskDashDetailsTab i {
  font-size: 14px;
  width: 20px;
}

.histSpan {
  font-weight: normal !important;
  font-size: 11px !important;
}

.histTable td {
  padding: 2px 4px !important;
}

/** Task Viewer Tab **/
.taskViewerTab {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  border-top: 1px solid #ddd;
}

.taskViewerTab td {
  padding: 4px 5px 2px 5px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.taskViewerTab td .row .col-9,
.taskViewerTab td .row .col-3 {
  min-height: 20px;
}

.taskViewerTab .taskViewerActions i {
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
}

.workflowTasksViewer .taskViewerTab {
  border-top: 0;
}

.front-label {
  font-weight: normal;
  padding: 2px 4px;
  line-height: 12px;
}

.person-label {
  background-color: #aaa;
  font-size: 12px;
}

.checkTaskDiv .checkTaskIcon {
  height: 16px;
  width: auto;
}

.checkTaskIconDisabled {
  opacity: 0.5;
}

.checkTaskDiv sup {
  margin-left: -1px;
}

.checkTaskDiv i {
  font-size: 8px;
}

.wellCgt {
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #f7f7f7;
  border-radius: 4px;
}

.cgtInvTable {
  table-layout: fixed;
  empty-cells: show;
  width: 100%;
}

.cgtInvTable {
  margin: 0;
  border-bottom: 0 !important;
}

.cgtInvTable td {
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #555;
  padding: 4px 0;
}

.cgtInvTable tr:last-child td {
  border-bottom: 0;
}

/** used for make vertical space on pwd upcoming alert disabled here enabled only for OMI **/
.omiAlertDivSpacer {
  display: none;
}

/** fixes for btn from search clojure **/
.fls-span9Fix .btn {
  margin-right: 4px;
}

.fls-span9Fix i.fa {
  margin-left: 5px;
}

.assigneeSearchBox {
  margin-bottom: 0;
  margin-top: 4px;
  margin-left: 3px;
  display: block;
}

.searchByNameTab {
  width: 100%;
  table-layout: fixed;
}

.searchByNameTab td {
  padding: 0;
  vertical-align: top;
}

.icoInputMini {
  width: calc(98% - 48px) !important;
  font-size: 10px !important;
  min-height: unset !important;
  max-width: unset !important;
  padding: 0 6px !important;
  height: 20px !important;
}

.searchByNameIco {
  padding-left: 4px;
}

.searchByNameIco i {
  font-size: 12px;
}

.quickSearchInput {
  height: 22px;
  font-size: 10px;
  padding: 1px 8px;
  margin-top: -2px;
}

.tabNote p {
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  margin-top: 6px;
}

/* Create Asset Allocation Model - Model Manager */
#fund-model-app .fundModFields .dl-horizontal dt {
  width: 85px;
}

#fund-model-app .fundModFields .dl-horizontal dd {
  margin-left: 110px;
}

#fund-model-app .fundModFields .dl-horizontal dd .width-85pct {
  min-width: 81.5%;
}

@media (max-width: 767px) {
  #fund-model-app .fundModFields .dl-horizontal dd {
    margin-left: 0px;
  }
}
.fluidModalfix [class*=col-] {
  margin-left: 0;
}

.emailComposeModal .templateDiv label {
  color: #3a87ad;
  font-weight: normal;
}

.emailComposeModal .templateDiv select {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.emailComposeModal .bccAppendInput {
  width: calc(99% - 60px) !important;
  max-width: unset !important;
  margin: 0;
}

.bbcToggle {
  color: #888 !important;
  font-size: 0.8em !important;
}

.ccHelp {
  color: #808080;
  font-size: 11px;
  margin: 0 0 6px 0;
  line-height: 14px;
}

.showPwdLoginFormDiv {
  position: relative;
  max-width: 360px;
}

.resetPassword .showPwdLoginFormDiv {
  max-width: 100%;
}

.showPwdLoginForm {
  position: absolute;
  top: 1px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}

.showPwdLoginForm i {
  font-size: 14px;
  vertical-align: top;
  padding-top: 8px;
}

.cltTagBtn a {
  margin-left: 6px;
}

.clientTagOnEdit {
  font-weight: normal;
  max-width: 160px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

.clientTagDescOnEdit {
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.1em;
}

.fxTradeAlert {
  padding: 6px 15px;
  margin: 0 0 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.fxInfoTab,
.fxInfoTab td {
  border-color: #f7f7f7 !important;
}

.fxRulesWell {
  border-left: 5px solid red;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 10px;
}

.fxTradeActions {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fxTradeBtn {
  width: 38% !important;
  max-width: unset;
  min-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 12px;
  vertical-align: middle;
  padding-top: 4px;
  font-size: 11px;
}

/** Model Manager **/
table.modelManagerListTab .fa-file-lines {
  font-size: 16px;
}

.infoBadge {
  margin-left: 4px;
  font-size: 0.8em;
  padding: 1px 6px !important;
}

.mRellocStatus {
  margin: 0px 6px;
  padding: 1px 4px !important;
}

.modelDashboardArea {
  background-color: #f3f6f9;
}

.modelBoxArea {
  padding: 15px;
}

.modelChartArea {
  background-color: white;
  margin: 15px;
}

.modelBox {
  padding: 0px 10px 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 20px 0;
  background-color: white;
  cursor: pointer;
}

.modelBoxTab {
  table-layout: fixed;
  width: 100%;
}

.modelBoxTab td {
  vertical-align: bottom;
}

.model-bgGreen {
  background-color: #4da851;
}

.model-bgBlue {
  background-color: #4f6d9f;
}

.model-bgOrange {
  background-color: #bf7a19;
}

.boxTabNumbers {
  color: #888;
  font-size: 25px;
  padding: 15px 10px 10px 0;
  text-align: right;
  line-height: 34px;
}

.boxTabTitle {
  color: #888;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  padding: 0px 10px;
  text-align: right;
}

@media (min-width: 767px) and (max-width: 979px) {
  .boxTabNumbers {
    font-size: 15px;
    white-spacing: nowrap;
  }
  .boxTabTitle {
    font-size: 12px;
    white-spacing: nowrap;
  }
}
.boxTabDate {
  color: #888;
  font-size: 12px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  padding: 0px 10px;
  text-align: right;
}

.boxTabIcon {
  color: white;
  text-align: center;
  padding: 12px 0 12px 4px;
  width: 75px;
  border-radius: 8px;
  margin-top: -20px;
}

.boxTabIcon .faBig {
  font-size: 48px;
  z-index: 9;
}

.boxTabIcon .faSmall {
  font-size: 18px;
  margin-left: -15px;
  z-index: 10;
}

.modelManagerListTab {
  border-bottom: 1px solid #dddddd;
}

/** Employer Portal **/
.portalAppSteps {
  text-align: left;
}

.portalAppDot {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  text-shadow: none !important;
}

.portalAppDot:hover {
  opacity: 0.9;
}

.portalAppSteps .completed div.portalAppDot {
  background-color: #4873db;
  color: white;
  border: 1px solid #4873db;
}

.portalAppSteps .in_progress div.portalAppDot {
  background-color: #5db648;
  color: white;
  border: 1px solid #5db648;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

.portalAppSteps .not_started div.portalAppDot {
  background-color: #eee;
  color: #888;
  border: 1px solid #eee;
}

.stepsDiv {
  border-left: 1px solid #888;
  margin: 4px 0 4px 10px;
}

.portalAppSteps div.portalAppTitle {
  display: inline;
  font-size: 1.2em;
  padding: 6px;
  color: #888;
}

.portalAppSteps .in_progress div.portalAppTitle {
  color: black;
}

.portalAppTxt {
  padding: 2px 6px 10px 20px;
}

.not_started .portalAppTxt {
  display: none;
}

.completed .portalAppTxt {
  color: #888;
}

.lastStep .stepsDiv {
  display: none;
}

.preferredLabelClass {
  margin: 0 10px;
  color: darkred;
  font-size: 12px;
}

.unlockActionClass {
  font-size: 13px;
  margin-left: 6px;
}

.portalSideBar {
  padding: 0 15px;
  background-color: white;
  min-height: 460px;
  position: relative;
}

.sideBarWelcome {
  padding-top: 10px;
  font-size: 18px;
  padding-bottom: 6px;
}

.sideBarTitle {
  font-size: 22px;
  margin-bottom: 15px;
}

.sideBarProduct {
  margin-top: 6px;
  font-size: 18px;
}

.portalTitle {
  font-size: 28px;
  color: #5a5c69;
  margin: 25px 0;
}

.portalMainCard {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  min-height: 150px;
}

.portalMainCard .cardBody {
  padding: 20px 15px;
}

.portalMainCard .cardTitle {
  text-transform: uppercase;
  margin: 6px 0;
  font-size: 1.15em;
  color: #5a5c69;
}

.portalMainCard .iconContainer {
  padding: 5px;
}

.portalMainCard .cardIcon {
  font-size: 32px;
}

.portalMainCard .cardLink {
  padding: 2px 4px;
  cursor: pointer;
}

.portalMainCard .cardLink:hover {
  background-color: #efefef;
}

.portalMainCard .cardLink i {
  padding-right: 4px;
}

.portalMainCard .cardLink sup {
  margin-right: 6px;
}

.portalMainCard .cardTxt {
  font-size: 12px;
  line-height: 14px;
  color: #888;
}

.border-left-primary {
  border-left: 0.25rem solid #888 !important;
}

.portalAppBar {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.payrollCardTabArea {
  margin-top: 15px;
}

.payrollCardTab {
  table-layout: fixed;
  empty-cells: show;
  width: 100%;
}

.payrollCardTab td {
  padding: 3px 0;
  border-top: 1px solid #efefef;
}

.hsubsection {
  font-size: 16px !important;
}

.subSectionTitle {
  font-size: 14px;
  color: black;
  margin-bottom: 6px;
  font-weight: bold;
}

.sowSourcePersonDiv {
  min-width: 160px;
  max-width: 220px;
  padding: 2px 8px;
  border: 1px solid #efefef;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-right: 8px;
}

.hsection.darkBrandingColor {
  margin-bottom: 5px;
  border: none;
}

.defaultRulesCard .infoLine .col-8 {
  text-align: left !important;
}

.rulesSubtitle {
  padding: 0 0 10px;
  color: #5a5c69;
  font-size: 18px;
  font-weight: bold;
}

.btn-employeeTemplate a:before {
  content: "\f019";
  margin-right: 3px;
  display: inline;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
}

/* Employer portal: edit */
.btn-portalSave {
  position: relative;
}

.btn-portalSave:before {
  content: "\f00c";
  display: inline;
  position: absolute;
  top: -1px;
  left: 14px;
  color: white;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
}

.btn-portalSave .btn-primary {
  padding-left: 29px;
}

/* Company Branding */
/* Employer portal: employees */
.employeeListCard .endContent {
  padding-top: 0;
  margin-bottom: 0;
}

/* Employer portal: payrolls */
#payrolls th,
.paymentPremiumsTable th {
  background-image: none !important;
}

.paymentPremiumsTable {
  margin: 5px 0 0;
  border: 0;
  border-radius: 0;
}

.table.paymentPremiumsTable th {
  display: none;
  border-top: 0 !important;
  border-radius: 0 !important;
}

.table.paymentPremiumsTable th,
.table.paymentPremiumsTable td {
  padding: 2px 4px;
  font-size: 11px;
  border: 0;
}

.table.paymentPremiumsTable tr:nth-child(odd) td {
  background-color: #f7f7f7;
}

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

#payrolls .table th,
.paymentPremiumsTable .table th,
.paymentDetailsTable .table th {
  border-radius: 0 !important;
}

th[data-grid-property=totalMemberPremiums],
td[data-grid-property=totalMemberPremiums],
th[data-grid-property=totalEmployerPremiums],
td[data-grid-property=totalEmployerPremiums],
th[data-grid-property=memberPremiums],
td[data-grid-property=memberPremiums],
th[data-grid-property=employerPremiums],
td[data-grid-property=employerPremiums] {
  padding: 0;
  border-radius: 0;
}

th[data-grid-property=totalMemberPremiums] .table,
td[data-grid-property=totalMemberPremiums] .table,
th[data-grid-property=totalEmployerPremiums] .table,
td[data-grid-property=totalEmployerPremiums] .table,
th[data-grid-property=memberPremiums] .table,
td[data-grid-property=memberPremiums] .table,
th[data-grid-property=employerPremiums] .table,
td[data-grid-property=employerPremiums] .table {
  margin: 0;
}

th[data-grid-property=totalMemberPremiums] .table th,
th[data-grid-property=totalEmployerPremiums] .table th {
  border-top: 0 !important;
}

th[data-grid-property=memberPremiums] .table th:first-child,
th[data-grid-property=employerPremiums] .table th:first-child,
td[data-grid-property=totalMemberPremiums] .table td:first-child,
td[data-grid-property=totalEmployerPremiums] .table td:first-child,
td[data-grid-property=memberPremiums] .table td:first-child,
td[data-grid-property=employerPremiums] .table td:first-child {
  border-left: 0 !important;
}

th[data-grid-property=memberPremiums] .table > thead > tr:first-child th,
th[data-grid-property=employerPremiums] .table > thead > tr:first-child th {
  border-top: 0 !important;
}

th[data-grid-property=totalMemberPremiums] .table > thead > tr:nth-child(2) th,
th[data-grid-property=totalEmployerPremiums] .table > thead > tr:nth-child(2) th,
th[data-grid-property=memberPremiums] .table > thead > tr:nth-child(2) th,
th[data-grid-property=employerPremiums] .table > thead > tr:nth-child(2) th {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

/* Compliance activities review */
.caReviewNumbers {
  margin-top: 15px;
  margin-bottom: 20px;
}

.caReviewNumbers .caReviewTitle {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.caReviewNumbers .well {
  padding: 30px;
  color: #58595b;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #a7a9ac;
  border-radius: 4px;
}

.caReviewNumbers .caReviewCompleted .well {
  color: white;
  background-color: #58595b;
}

.caReviewSearchBox form {
  padding: 5px 10px;
  border: 1px solid #dcddde;
  border-radius: 4px;
}

.caReviewClientTable .badge {
  font-weight: normal;
}

.caReviewClientTable .badge.COMPLETED {
  background-color: #1fbb3e;
}

.caReviewClientTable .badge.IN_PROGRESS {
  background-color: #f89407;
}

.caReviewClientTable .badge.PENDING {
  background-color: #3f5dd9;
}

.caReviewClientTable .badge.UPCOMING {
  background-color: var(--bs-gray, #6c757d);
}

/** Allocation bar **/
.allocationBarTabTitle {
  font-size: 14px;
  line-height: 14px;
  color: #333e48;
  margin: 8px 0;
}

.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.allocationBarTdTop {
  vertical-align: top;
  text-align: right;
  padding-top: 0;
  padding-right: 2px;
  line-height: 11px;
}

.allocationBarTab td sup {
  font-size: 9px;
  line-height: 9px;
  vertical-align: top;
}

.allocationBarTab_txt {
  color: white;
  text-shadow: 0.07em 0 black, 0 0.07em black, -0.07em 0 black, 0 -0.07em black;
}

/* Case search */
.caseSearchClass {
  position: sticky;
  top: 5px;
  z-index: 100;
}

.caseSearchRow {
  margin-bottom: 10px;
  max-width: 360px;
}

.dateSearchLabel,
label[for=unlinkedField] {
  white-space: nowrap;
}

.caseSearchClass .dropdown {
  margin-bottom: 10px !important;
}

.multipleSelInput .dropdown-toggle {
  padding: 5px 8px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select.multipleSelInput {
  visibility: hidden;
  height: 28px !important;
}

.bootstrap-select .dropdown-toggle .caret {
  border: none;
  top: 10px;
  right: 28px;
}

.bootstrap-select .dropdown-toggle .caret::before {
  padding: 0 5px;
  content: "\f107";
  color: #ccc;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  background-color: white;
}

.bootstrap-select .dropdown-menu {
  left: 0;
  right: auto;
}

.bootstrap-select .dropdown-header {
  padding-left: 1.25em;
  font-weight: bold;
}

.caseSearchActionButtons {
  margin-top: 8px;
}

/* Cases ticket view */
.casesInfo .dl-horizontal {
  margin-bottom: 3px;
}

.casesInfo .dl-horizontal dt {
  width: 100px;
  text-align: left;
}

.casesInfo .dl-horizontal dd {
  margin-left: auto;
}

.caseAsigneeData div {
  display: inline-block;
}

.caseAsigneeData .pull-right {
  margin-left: 15px;
}

.illusSearchFundsFavDiv {
  margin-top: 6px;
  line-height: 12px;
}

.illusSearchFundsFavDiv input[type=checkbox] {
  margin: -2px 6px 0 0 !important;
}

.brandedLoginBox input {
  width: 240px;
}

.radio.inline:has([name=colorField]) {
  margin-right: 10px;
}

.radio.inline:has([name=colorField]) .badge-success {
  -webkit-box-shadow: inset 0 0 1px 1px #ddd;
          box-shadow: inset 0 0 1px 1px #ddd;
}

.radio.inline [name=colorField] {
  margin-right: 3px;
  vertical-align: middle;
}

#marketing-admin .dropdown-menu {
  min-width: 220px;
}

#questionnaire .form-fields > ol > li {
  margin-bottom: 0.7em;
}

.yearsSize {
  width: 5em;
  max-width: 5em;
  margin: 0 6px;
}

/* For Illustration App OIC, GO Saver */
.appProcessContainer,
.appPaymentContainer {
  min-width: 0;
}

.appProcessContainer h4 {
  margin-bottom: 10px;
}

.appStepBoxTitle {
  font-size: 16px;
  line-height: 18px;
  min-height: 34px;
}

.applicantInfoContainer .row,
#addBeneficiariesSection .row,
#illustrationFormZone .row,
.employeeClassificationEditor .row,
#amlForm .row,
.crsIndDetContainer .row,
.crsTaxResidencyContainer .row,
.edgeAppAddDetContainer .row,
.edgeAppFinancialQuestionContainer .row {
  margin-bottom: 8px;
}

#wizard-buttons {
  margin-top: 8px;
}

#lockerZone .wrapLockerLinks a {
  margin-right: 6px;
}

#addDocsToShareZone th[data-grid-property=uploadedBy] {
  width: 170px;
}

#addDocsToShareZone th[data-grid-column=last] {
  text-align: right;
}

#addDocsToShareZone .btn.btn-link {
  padding: 4px 15px 4px;
}

#docListZone .btn.btn-link {
  width: 19px;
  height: 19px;
  margin-right: 0.8em;
  line-height: 19px;
  vertical-align: text-top;
  margin-left: 0px;
}

#docListZone .download-icon, #docListZone .play-icon {
  margin-top: 0px;
}

#docListZone .fa-tags {
  font-size: 15px;
  margin-top: 7px;
}

#docListZone [class^=imsicon-],
#docListZone [class*=" imsicon-"],
#shareableDocsZone [class^=imsicon-],
#shareableDocsZone [class*=" imsicon-"],
#lockerDocsZone [class^=imsicon-],
#lockerDocsZone [class*=" imsicon-"] {
  margin-right: 1em;
}

#shareableDocsZone .btn.btn-link, #lockerDocsZone .btn.btn-link {
  padding: 1px 15px 0px 0px;
  margin: 0px;
  width: 19px;
  height: 19px;
  margin-right: 1em;
  margin-bottom: 0.5rem;
}

/** Rider Claim Request **/
.riderClaimRequestClass .row {
  margin-bottom: 7px;
}

.riderInfo {
  list-style-type: none;
  padding-left: 0;
}

.payeeFullName {
  font-size: 14px;
}

/** CMS video **/
.videoBox {
  max-width: 550px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background-color: #f7f7f7;
}
.videoBox video {
  width: 100%;
  max-height: 300px;
  background-color: black;
  padding: 0 !important;
}

/* Proposals actions */
.sbActionsClass .sbActionsBtn,
.sbActionsClass .sbProgressBarBg {
  display: none;
}
.sbActionsClass .sbActionsMenu {
  display: inline;
  border: none;
  background: none;
  position: static;
}

/* activity tab show notes link */
.activityShowNotes {
  text-align: right;
  padding-bottom: 1em;
  margin-top: -2.7em;
}

.transactionFilterButtons {
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.transactionFilterButtons a {
  white-space: nowrap;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.transactionFilterButtons {
  min-height: auto !important;
}

/* Internal module groups */
.moduleGroupTitle {
  margin-left: 1px;
  font-weight: bold;
  height: 35px;
  place-content: center;
}

.moduleGroupTitle + .list-group {
  margin-bottom: 9px;
  padding-right: 1rem;
}

/* Responsive */
@media (min-width: 768px) {
  .caseSearchClass .dropdown {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bodySimple .breadcrumb:not(.wizard) {
    overflow-x: scroll;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bodySimple .breadcrumb:not(.wizard) li:first-child {
    margin-right: 10px;
  }
  .bodySimple div > .hierarchy {
    position: relative;
  }
  .bodySimple div > .hierarchy::after {
    content: "";
    position: absolute;
    width: 30px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    inset: 0 0 0 auto;
  }
}