@font-face {
  font-family: "MB Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/resources/open-sans-400.eot");
  src: url("/javax.faces.resource/fonts/open-sans-400.eot.xhtml?ln=matchbox&v=1_19_202")
      format("embedded-opentype"),
    url("/javax.faces.resource/fonts/open-sans-400.woff.xhtml?ln=matchbox&v=1_19_202") format("woff"),
    url("/javax.faces.resource/fonts/open-sans-400.ttf.xhtml?ln=matchbox&v=1_19_202") format("truetype");
}

@font-face {
  font-family: "MB Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/resources/open-sans-600.eot");
  src: url("/javax.faces.resource/fonts/open-sans-600.eot.xhtml?ln=matchbox&v=1_19_202")
      format("embedded-opentype"),
    url("/javax.faces.resource/fonts/open-sans-600.woff.xhtml?ln=matchbox&v=1_19_202") format("woff"),
    url("/javax.faces.resource/fonts/open-sans-600.ttf.xhtml?ln=matchbox&v=1_19_202") format("truetype");
}

@font-face {
  font-family: "MB Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/resources/open-sans-700.eot");
  src: url("/javax.faces.resource/fonts/open-sans-700.eot.xhtml?ln=matchbox&v=1_19_202")
      format("embedded-opentype"),
    url("/javax.faces.resource/fonts/open-sans-700.woff.xhtml?ln=matchbox&v=1_19_202") format("woff"),
    url("/javax.faces.resource/fonts/open-sans-700.ttf.xhtml?ln=matchbox&v=1_19_202") format("truetype");
}

@font-face {
  font-family: "MB Bloomberg PropU";
  font-style: normal;
  font-weight: 400;
  src: url("/resources/MbBloombergPropUnicodeN.eot");
  src: url("/javax.faces.resource/fonts/MbBloombergPropUnicodeN.eot.xhtml?ln=matchbox&v=1_19_202")
      format("embedded-opentype"),
    url("/javax.faces.resource/fonts/MbBloombergPropUnicodeN.woff.xhtml?ln=matchbox&v=1_19_202")
      format("woff"),
    url("/javax.faces.resource/fonts/MbBloombergPropUnicodeN.ttf.xhtml?ln=matchbox&v=1_19_202")
      format("truetype");
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  background-color: rgb(222, 222, 222);
  background-image: url("/javax.faces.resource/images/bg2.jpg.xhtml?ln=matchbox&v=1_19_202");
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  font-family: "MB Open Sans", Verdana, sans-serif;
  font-weight: 400;
  color: #323232;
  font-size: 14px;
  line-height: 150%;
  min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  line-height: 150%;
}

h1,
h2,
h3 {
  margin-top: 20px;
}

h2,
h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
}

#wrap {
  min-height: 100%;
  position: relative;
}

#wrapper {
  padding: 0px 0px 62px 0px;
  background: none;
}

#wrapper .container {
  min-width: 1200px;
  max-width: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  border: 0px solid black;
  border-radius: 7px;
  min-height: 300px;
  position: relative;
}

#header .container {
  min-width: 1200px;
  width: 100%;
}

#footer .container {
  min-width: 1200px;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-top {
  height: 100px;
  background: rgb(240, 245, 245); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(249, 252, 252) 0%,
    rgb(240, 245, 245) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(249, 252, 252)),
    color-stop(100%, rgb(240, 245, 245))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(249, 252, 252) 0%,
    rgb(240, 245, 245) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(249, 252, 252) 0%,
    rgb(240, 245, 245) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(249, 252, 252) 0%,
    rgb(240, 245, 245) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(249, 252, 252) 0%,
    rgb(240, 245, 245) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9FCFC', endColorstr='#F0F5F5',GradientType=0 ); /* IE6-9 */
}

.header-top img {
  margin-top: 26px;
  padding-left: 10px;
}

.header-top.header-top-dev {
  background: rgb(245, 240, 240); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(252, 229, 229) 0%,
    rgb(245, 240, 240) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(252, 229, 229)),
    color-stop(100%, rgb(245, 240, 240))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(252, 229, 229) 0%,
    rgb(245, 240, 240) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(252, 229, 229) 0%,
    rgb(245, 240, 240) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(252, 229, 229) 0%,
    rgb(245, 240, 240) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(252, 229, 229) 0%,
    rgb(245, 240, 240) 100%
  ); /* W3C */
}

.head-bar {
  position: relative;
  min-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

a,
a:hover,
a:focus {
  color: #3472b4;
}

body .ui-state-disabled {
  opacity: 0.4;
}

.ui-widget-content a {
  color: #3472b4;
}

.pull-right {
  float: right;
}

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

.user-details {
  position: absolute;
  top: 15px;
  right: 0px;
}

.search-trades {
  position: absolute;
  top: 55px;
  right: 5px;
}

.search-trades input {
  height: 27px;
  border: 1px solid #777;
  outline: none;
}

#tnc-user-details {
  top: 35px;
}

.user-details ul {
  padding: 0px;
}

.user-details ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 10px;
  border-left: 1px solid #777;
}

.user-details ul li:first-child {
  border-left: 0px;
}

.mbNavBarContainer {
  min-width: 1200px;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mbNavBar {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.mbNavBar {
  background: rgb(78, 106, 114); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(108, 134, 142)),
    color-stop(100%, rgb(78, 106, 114))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C868E', endColorstr='#4E6A72',GradientType=0 ); /* IE6-9 */
}

.mbNavBarLeft {
  float: left;
  height: 100%;
  padding-top: 15px;
  padding-left: 17px;
  padding-right: 17px;
}

.mbNavBarRight {
  float: right;
  height: 100%;
  padding-top: 15px;
  padding-left: 17px;
  padding-right: 17px;
}

.mbNavBar a {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.menuLeftStackContainer {
  position: relative;
  width: 150px;
  float: left;
  clear: left;
  margin-top: 55px;
  margin-right: 40px;
}

body .menuLeft,
body .ui-menu.tieredMenuLeft,
body .ui-menu.tieredMenuLeft > ul > li > .ui-menu-child {
  width: 150px;
  background: rgb(78, 106, 114);
  float: left;
  clear: left;
  margin-top: 10px;
  border: 0 solid black;
  border-radius: 4px;
}

ul {
  margin-bottom: 10px;
}
.resultLink {
  font-size: large;
  font-weight: 550;
}

.resultKeywords {
  color: darksalmon;
}

.italic {
  font-style: italic;
}

.bestFragments {
  font-size: small;
  color: #4d5156;
}

.pdfIconResult {
  padding-bottom: 6px;
}

.menuLeft > ul > li,
body .ui-menu.tieredMenuLeft .ui-menu-list .ui-menuitem {
  list-style-type: none;
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}

.menuHeight {
  height: 54px;
}

.menuLeft > ul > .active-menu-left > a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  padding: 6px 10px 6px 20px;
  width: 100%;
}

body
  .ui-menu.tieredMenuLeft
  .ui-menu-list
  .ui-menuitem
  .ui-menuitem-link.active-menu-left
  .ui-menuitem-text,
body
  .ui-menu.tieredMenuLeft
  .ui-menu-list
  .ui-menuitem
  .ui-submenu-link:has(+ ul.ui-menu-list a.active-menu-left)
  .ui-menuitem-text,
body
  .ui-menu.tieredMenuLeft
  .ui-menu-list
  .ui-menuitem
  .ui-menuitem-link.active-menu-left
  .ui-icon {
  display: inline;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.menuLeft > ul > li > a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 6px 10px 6px 20px;
  text-decoration: none;
}

body
  .ui-menu.tieredMenuLeft
  .ui-menu-list
  .ui-menuitem
  .ui-menuitem-link
  .ui-menuitem-text,
body
  .ui-menu.tieredMenuLeft
  .ui-menu-list
  .ui-menuitem
  .ui-menuitem-link
  .ui-icon {
  display: inline;
  font-size: 15px;
  color: #fff;
}

.menuLeftDisabledItem {
  cursor: default;
  display: block;
  font-size: 15px;
  color: rgb(178, 178, 178);
  padding: 6px 10px 6px 20px;
}

.menuLeft > ul > li a:hover,
body
  .ui-menu.tieredMenuLeft
  .ui-menu-list
  .ui-menuitem.ui-menuitem-active
  > .ui-menuitem-link {
  background-color: rgb(70, 92, 100);
  text-decoration: none;
}
.menuLeft > ul > li a:focus,
body
  .ui-menu.tieredMenuLeft
  .ui-menu-list
  .ui-menuitem.ui-menuitem-active
  > .ui-menuitem-link {
  background-color: rgb(70, 92, 100);
  text-decoration: none;
}
.menuLeftDisabledItem:hover {
  background-color: rgb(80, 102, 110);
  text-decoration: none;
}
.menuLeftDisabledItem:focus {
  background-color: rgb(80, 102, 110);
  text-decoration: none;
}

.rightofmenu {
  float: left;
  padding-right: 0px;
  width: 905px;
}

.rightoffillsmenu {
  float: left;
  padding-right: 0px;
  width: 1600px;
}

.rightofactivitymenu {
  float: left;
  padding-right: 0px;
  width: 885px;
}

.rightofmenu.fullPageWidth,
.rightofactivitymenu.fullPageWidth {
  width: 100%;
}

.belowmenu {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  clear: left;
}

.section-page > p {
  padding-left: 15px;
}

.subsection-header {
  padding-left: 15px;
  margin-top: 30px;
}

.subsection-header > hr {
  margin: 2px 0px;
}
.subsection-header > p {
  margin-bottom: 3px;
  margin-top: 7px;
}

.section-header-bar {
  background: rgb(240, 245, 245); /* Old browsers */
  height: 35px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* Legacy support for existing p tags */
.section-header-bar > p {
  padding-top: 6px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* New section title container - left column */
.section-header-bar > .section-title {
  padding-top: 6px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* Action buttons container - right column */
.action-buttons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 200px;
  white-space: nowrap;
}


   .action-buttons .action-button {
      font-size: 11px !important;
      padding: 6px 10px !important;
      margin: 2px !important;
      min-width: 60px !important;
      height: 28px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 6px !important;
      float: right;
      border-radius: 4px !important;
      box-sizing: border-box !important;
    }

    .action-button .ui-button-text {
      font-size: 11px !important;
      font-weight: 500 !important;
      padding: 0 !important;
      margin: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 6px !important;
      line-height: 1 !important;
    }

    .action-button .ui-icon,
    .action-button .ui-button-icon-left {
      font-size: 12px !important;
      margin: 0 !important;
      padding: 0 !important;
      width: auto !important;
      height: auto !important;
      position: static !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
    }

.action-buttons .action-button .pi {
  vertical-align: middle !important;
  display: inline-block !important;
}

/* Icon-only button styling - when value is empty or for icon-only class */
.action-button:has(.ui-button-text:empty),
.action-button.icon-only {
  min-width: 28px !important;
  width: 28px !important;
  padding: 6px !important;
  gap: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.action-button:has(.ui-button-text:empty):hover,
.action-button.icon-only:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  box-shadow: none !important;
}

.action-button:has(.ui-button-text:empty) .ui-button-text,
.action-button.icon-only .ui-button-text {
  display: none !important;
}

.action-button:has(.ui-button-text:empty) .ui-icon,
.action-button:has(.ui-button-text:empty) .ui-button-icon-left,
.action-button:has(.ui-button-text:empty) .pi,
.action-button.icon-only .ui-icon,
.action-button.icon-only .ui-button-icon-left,
.action-button.icon-only .pi {
  font-size: 14px !important;
  color: #607d8b !important;
}


/* .action-buttons .action-button:hover {
  background: linear-gradient(to bottom, #e9ecef 0%, #dee2e6 100%) !important;
  border-color: #adb5bd !important;
} */

/* .action-buttons .action-button:active {
  background: linear-gradient(to bottom, #dee2e6 0%, #ced4da 100%) !important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
} */

.action-buttons .action-button .ui-icon,
.action-buttons .action-button .pi {
  font-size: 12px !important;
  width: auto !important;
  height: auto !important;
}

hr {
  height: 1px;
  background: #aaaaaa;
  border: none;
}
.login-box h1,
.login-box h2,
.login-box h3,
.login-box h4,
.login-box h5,
.login-box h6 {
  color: #323232;
}

.login-box {
  width: 500px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #777;
  border-radius: 7px;
  margin-top: 100px;
  padding: 0px 30px;
}

.tnc-box {
  width: 750px;
  margin: 30px auto;
  background-color: white;
  border: 1px solid #777;
  border-radius: 7px;
  padding: 0px 30px;
}

.viewtnc-box {
}

.registration-box {
  width: 600px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #777;
  border-radius: 7px;
  margin-top: 100px;
  padding: 0px 30px;
}

.login-content {
  border: 0px solid #dcdcdc;
  padding: 20px 3px;
}

.login-content .row {
  margin-top: 13px;
}

.login-content .loginlabel {
  margin-top: 5px;
}

.login-content .row p {
  color: #323232;
}

.login-content .log-in {
  margin-top: 50px;
}

.login-content .field-log p {
  font-weight: 400;
}
.accept {
  margin-top: 35px;
}

.accept input {
  margin-right: 10px;
}

label {
  font-weight: 400;
}

.btn.btn-gray,
.ui-dialog-buttonpane .btn.btn-gray {
  margin: 0 8px;
  background: rgb(78, 106, 114); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(108, 134, 142)),
    color-stop(100%, rgb(78, 106, 114))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C868E', endColorstr='#4E6A72',GradientType=0 ); /* IE6-9 */
  border-color: #aaaaaa #aaaaaa hsl(360, 0%, 62.5%);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
}

.btn.btn-gray:hover,
.ui-dialog-buttonpane .btn.btn-gray:hover {
  background: rgb(108, 134, 142); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(133, 154, 162)),
    color-stop(100%, rgb(108, 134, 142))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859AA2', endColorstr='#6C868E',GradientType=0 ); /* IE6-9 */
  border-color: #aaaaaa #aaaaaa hsl(360, 0%, 62.5%);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
}

.btn.disabled_button {
  background: #c9c9c9; /* Old browsers */

  border-color: #aaaaaa #aaaaaa hsl(360, 0%, 62.5%);
  color: #fff !important;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
}

.btn,
.btn-primary,
.btn:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn:active {
  outline: 2px solid #444;
  outline-offset: -1px;
}

.btn-right {
  float: right;
  margin-right: 30px;
}

.form-control {
  border: 1px solid #323232;
}

.system-status-box {
  border: 1px solid #323232;
  padding: 10px;

  position: relative;
}

.task-ok {
  color: green;
}

.task-not-ok {
  color: red;
}

.system-status-box table {
  margin-bottom: 35px;
  text-align: left;
}

.system-status-box table tr td {
  padding: 5px 20px;
  vertical-align: top;
}

body .ui-datatable .ui-datatable-data > tr.newBasketRowAdded {
  background: #ffece0;
}
body .ui-datatable .hiddenSortingColumn {
  display: none;
}

.pendingStatus {
  background-color: lightgoldenrodyellow;
}

.noStatus {
  background-color: lightpink;
}

.approvalStatus > option {
  background-color: white;
}

.newBasket {
  color: #39a44c;
  font-weight: bold;
}

.graph-box {
  border: 1px solid #323232;
  height: 300px;
}

.traded,
.upload-form {
  position: relative;
}
.traded-graph {
  border: 1px solid #323232;
  height: 200px;
}

.category hr {
  margin: 4px 0px;
}
.confirm-submission-button {
  margin-top: 20px;
}
.confirm-submission-button > input {
  padding: 6px 30px;
}

.select-items table {
  text-align: left;
  margin-top: 5px;
}

.tableAlignLeft table {
  text-align: left;
}

.select-items label {
  font-weight: 400;
  padding-left: 10px;
}

.select-items > li {
  padding-bottom: 25px;
}

body .uploadsPage .ui-selectonemenu label.ui-selectonemenu-label {
  font-size: 0.9rem;
}

body .ui-selectonemenu.ui-state-hover {
  border-color: inherit;
}

body .ui-selectonemenu.ui-state-focus {
  border-color: #000000;
  outline: 0 none;
  box-shadow: none;
}

#spreadInput {
  display: flex;
  flex-direction: column;
}

#spreadInput #spreadOverrideInput {
  margin-top: -4px;
  flex: auto;
  margin-bottom: 10px;
}

.chartControl {
  font-weight: 600;
}

table {
  text-align: center;
}

.tradeTable {
  text-align: left;
}

.datesTable {
  text-align: left;
}

.tradeTable tr td {
  padding-left: 10px;
  padding-right: 5px;
  vertical-align: top;
  padding-bottom: 4px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  display: none;
}

.overlayInline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #f8f8f8; /* IE8 */
  background: rgba(248, 248, 248, 0.8);
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: none;
}

.overlay img,
.overlayInline img {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  z-index: 1099;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 10px;
  min-width: 1200px;
  width: 90%;
  height: 42px;
  background: rgb(240, 245, 245);
  border: 0px solid black;
  border-radius: 7px;
}

.copy-section {
  float: right;
  padding-top: 10px;
  font-size: 11px;
}

.footer-menu {
  float: left;
}

.footer-menu {
  font-size: 11px;
}

.footer-menu > ul {
  padding: 0px;
  padding-top: 10px;
}
.footer-menu > ul > li {
  list-style-type: none;
  display: inline-block;
  padding-right: 25px;
}

.footer-menu > ul > li > a {
  font-size: 11px;
}

.preformatted {
  white-space: pre-wrap;
}

.ui-growl-title {
  white-space: pre-wrap;
}

#valuationsDetail {
  font-family: "Courier New", Courier, monospace;
}

.downloadIcon {
  margin-left: 10px;
}

.downloadIconHolder {
  right: 60px;
  position: absolute;
  text-align: right;
}

.form-control:-ms-input-placeholder {
  padding-top: 2px;
}

body .ui-widget {
  font: inherit;
}

.ui-radiobutton-icon {
  margin-left: 0px;
  margin-top: -1px;
}

.ui-datatable thead .ui-state-default {
  text-shadow: none;
}

.homeiconrow {
  text-align: center;
  clear: both;
}

.homeicon {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
}
.homeicon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.homeTopLeft {
  float: left;
  width: 590px;
}

.homeTopRight {
  float: right;
  width: 500px;
}

#liveiconcontainer #liveicon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 0 0;
  background: url("/javax.faces.resource/images/live_icon_sprite.png.xhtml?ln=matchbox&v=1_19_202")
    no-repeat top left;
  background-position: 0 0;
  width: 170px;
  height: 170px;
}

#liveiconcontainer:hover #liveicon {
  background-position: -220px 0;
}

#unwindiconcontainer #unwindicon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 0 0;
  background: url("/javax.faces.resource/images/unwind_icon_sprite.png.xhtml?ln=matchbox&v=1_19_202")
    no-repeat top left;
  background-position: 0 0;
  width: 170px;
  height: 170px;
}

#unwindiconcontainer:hover #unwindicon {
  background-position: -220px 0;
}

#rolliconcontainer #rollicon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 0 0;
  background: url("/javax.faces.resource/images/roll_icon_sprite.png.xhtml?ln=matchbox&v=1_19_202")
    no-repeat top left;
  background-position: 0 0;
  width: 170px;
  height: 170px;
}

#rolliconcontainer:hover #rollicon {
  background-position: -220px 0;
}

#reporticoncontainer #reporticon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 0 0;
  background: url("/javax.faces.resource/images/report_icon_sprite.png.xhtml?ln=matchbox&v=1_19_202")
    no-repeat top left;
  background-position: 0 0;
  width: 170px;
  height: 170px;
}

#reporticoncontainer:hover #reporticon {
  background-position: -220px 0;
}

#submissionsEditorForm .ui-row-editor {
  display: inline-block;
}

.homeicon p {
  text-align: center;
}

.homeicon p.inactive {
  color: rgb(128, 128, 128);
}

.category .row {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.category h5,
.category p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.ui-widget-header {
  background: transparent;
}

body .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-size: 11px;
}

body .ui-datatable table,
body .ui-treetable table {
  border-width: thin;
  border-style: solid;
  border-color: rgba(180, 180, 180, 0.5);
}

body .ui-datatable td:last-child {
  border: none;
}

body .ui-datatable thead th,
body .ui-datatable tbody td {
  text-align: center;
}

body .ui-datatable tbody td,
body .ui-treetable tbody td {
  border-bottom-width: thin;
  border-style: solid;
  border-color: rgba(180, 180, 180, 0.5);
  height: 28px;
}

body .ui-datatable tbody tr:last-child > td {
  border-bottom-width: 0;
}

body .ui-datatable thead th,
body .ui-treetable thead th,
body .ui-datatable tfoot td {
  height: 28px;
  padding: 0.1rem 0.4rem;
}

body .ui-datatable .ui-datatable-data > tr > td,
body .ui-treetable .ui-treetable-data > tr > td {
  padding: 0.1rem 0.4rem;
}

body .ui-datatable-resizable {
  padding-bottom: 0;
  overflow: auto;
}

body .ui-datatable {
  font-size: 0.8rem;
}

body .ui-datatable .ui-sortable-column .ui-icon {
  font-size: 0.7rem;
}

body .ui-datatable.panelTable {
  font-size: 0.8rem;
}

/* Hides table header for the near misses table in the dialog */
div[id="nearMissesDialogForm:nearMissesTable"] .ui-widget-header,
div[id="nearMissesDialogForm:nearMissesTable"] thead {
  display: none;
}

.msgError {
  color: red;
  list-style-type: none;
  white-space: pre-wrap;
}

.confoConfirm {
  list-style-type: none;
  white-space: pre-wrap;
}

.confoConfirm > .ui-dialog-content > .ui-icon {
  display: none;
}

.msgErrorBlock {
  color: red;
  list-style-type: none;
  display: block;
  white-space: pre-wrap;
}

.msgErrorBold {
  color: red;
  list-style-type: none;
  font-weight: 600;
  font-size: 18px;
  white-space: pre-wrap;
}

.msgInfo {
  color: green;
  list-style-type: none;
  white-space: pre-wrap;
}

.msgInfoBold {
  color: green;
  list-style-type: none;
  font-weight: 600;
  font-size: 18px;
  white-space: pre-wrap;
}

.noMsg {
  display: none;
}

ul {
  padding: 0px;
}

.static-data-div {
  margin-bottom: 40px;
}

.static-data-div hr {
  margin-top: 5px;
}
.static-data-span {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
body .ui-dialog .ui-dialog-titlebar {
  background: rgb(78, 106, 114);
  background: -moz-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(108, 134, 142)),
    color-stop(100%, rgb(78, 106, 114))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C868E', endColorstr='#4E6A72',GradientType=0 ); /* IE6-9 */
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  font-size: 1rem;
  color: #ffffff;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #fff;
  text-shadow: none;
  font-size: 1rem;
  flex: 1 1 0;
  padding: 0.4rem 0.8rem;
}

.ui-widget-content .ui-widget-header .ui-icon-closethick {
  background-image: url("/javax.faces.resource/images/close-icon.png.xhtml?ln=matchbox&v=1_19_202");
  background-position: 0 0;
  width: 20px;
  height: 20px;
}

body .ui-dialog .ui-dialog-content {
  background: #fff;
  color: #495057;
  border: 0 none;
  padding: 0.5rem 1rem;
  border: 0 none;
}

.table-pop-tab td {
  padding: 7px 10px;
}

.ui-fileupload-buttonbar .ui-fileupload-choose {
  background: rgb(78, 106, 114); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(108, 134, 142)),
    color-stop(100%, rgb(78, 106, 114))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(108, 134, 142) 0%,
    rgb(78, 106, 114) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C868E', endColorstr='#4E6A72',GradientType=0 ); /* IE6-9 */
  border-color: #aaaaaa #aaaaaa hsl(360, 0%, 62.5%);
  color: #fff !important;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;

  margin-right: 0;
}

.ui-fileupload-buttonbar .ui-fileupload-choose:hover {
  background: rgb(108, 134, 142); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(133, 154, 162)),
    color-stop(100%, rgb(108, 134, 142))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(133, 154, 162) 0%,
    rgb(108, 134, 142) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859AA2', endColorstr='#6C868E',GradientType=0 ); /* IE6-9 */
  border-color: #aaaaaa #aaaaaa hsl(360, 0%, 62.5%);
  color: #fff !important;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;

  margin-right: 0;
}

.ui-fileupload-choose .ui-icon-plusthick {
  display: none;
}

.ui-button-text-icon-left .ui-button-text {
  padding: 0.5em 1em;
  font-size: 14px;
}

body .ui-button {
  background: #f0f0f0;
  color: #323232;
  border: 1px solid #cbcbcb;
  margin: 0;
  outline: 0 none;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s, opacity 0.2s;
}

.ui-fileupload-choose:hover {
  box-shadow: none;
}

.ui-inputfield {
  -webkit-box-shadow: inset 0 0 0 #8f8f8f;
  box-shadow: inset 0 0 0 #8f8f8f;
}

.ui-column-filter.ui-state-default.ui-inputfield {
  padding: 0;
}
.ui-state-default.ui-inputfield {
  background: #fff;
  border-radius: 2px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px 3px;
  border-radius: 2px;
}
.ui-datatable tbody td {
  position: relative;
}

.good {
  color: #40c020 !important;
}

.goodlive {
  color: #40c020;
}

.goodlive:hover {
  color: #2e8016;
  /*box-shadow: #5e5e5e;*/
}

.bad {
  color: red !important;
}

.irrelevant {
  color: lightgray;
}

.warning {
  color: orange;
}

.mbRed {
  color: #991426;
}

.subMonWillUpload {
  color: #1e7108;
  font-weight: 600;
}

.subMonNotParticipating {
  color: red;
  font-weight: 600;
}

.subMonUploaded {
  font-weight: 600;
}

.subMonChecking {
  color: #9b4ec6;
  font-weight: 600;
}

.subMonUnknown {
  color: #c68a1a;
  font-weight: 600;
}

.add-nav a {
  display: block;
  float: right;
  font-weight: 600;
  padding: 5px 10px 5px 20px;
  margin-left: 6px;
  background: #f1f1f1;
  border-radius: 2px;
  position: relative;
  border: 1px solid #ccc;
  color: #444;
}
.add-nav a span {
  position: absolute;
  left: 5px;
  top: 6px;
  font-size: 21px;
}
.add-nav a:hover {
  text-decoration: none;
  background: rgb(78, 106, 114);
  color: #fff;
}

.hasDatepicker {
  background: white;
}

.ui-widget-content .ui-state-highlight {
  text-shadow: none;
  color: black;
  background: #cdd;
}

.table-no-select-all .ui-chkbox-all {
  display: none !important;
}

.ui-widget-content .ui-state-hover {
  background: #aaf;
}

.ui-datatable .ui-state-hover {
  box-shadow: none;
}

.ui-treetable .ui-state-hover {
  box-shadow: none;
}

.groovyInput {
  height: 250px;
  padding: 10px;
  font-family: monospace;
  white-space: pre;
}

.groovyOutput {
  height: 250px;
  width: 890px;
  padding: 10px;
  border: 1px solid black;
  font-family: monospace;
}

.configInput {
  height: 250px;
  width: 700px;
  padding: 10px;
  font-family: monospace;
  white-space: pre;
}

.sendMarketOutput {
  display: block;
  height: 400px;
  width: 400px;
  padding: 10px;
  border: 1px solid black;
  font-family: monospace;
  white-space: pre-wrap;
  overflow-y: scroll;
}

.uploadTextInput {
  margin-top: 10px;
  height: 300px;
  width: 680px;
  padding: 10px;
  font-family: monospace;
}

.approvalStatusApproved {
  color: green;
}

.approvalStatusRejected {
  color: red;
}

#searchInput {
  border-radius: 7px;
}

#searchHelpText {
  border-radius: 7px;
}

.mbPlaceholder::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.mbPlaceholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
.mbPlaceholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.mbPlaceholder:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

ul.plainList {
  padding-left: 20px;
}

ul.plainList li {
  padding-bottom: 3px;
}

.plaintable td {
  border: black 1px solid;
  text-align: left;
  padding: 3px 15px 3px 7px;
}

.plaintable thead {
  font-weight: 600;
}

.popover {
  max-width: 100%;
}

.tnc-content {
  display: block;
  height: 350px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid black;
  overflow-y: scroll;
}

.tnc-content p {
  font-size: 11px;
  line-height: 150%;
}

.tnc-content p.sub {
  padding-left: 20px;
}

.tnc-content p.subsub {
  padding-left: 40px;
}

.tnc-content .tnc-def {
  font-weight: 600;
}

.tnc-content h3 {
  font-size: 16px;
  font-weight: 600;
}

.tnc-content h4 {
  font-size: 14px;
  font-weight: 600;
  padding-top: 15px;
}

.tnc-content h6 {
  font-size: 11px;
  font-weight: 600;
  padding-top: 10px;
}

.trade-status-alert,
.test-session-alert {
  color: red;
  font-weight: 600;
  font-size: 22px;
}

.ui-datatable .filterableTableHeader {
  font-size: 14px;
}

.filterableTableHeader {
  padding-bottom: 10px;
}

.filterableTableHeader p {
  font-weight: 400;
  text-shadow: none;
  margin: 10px 0 0 0;
  text-align: right;
}

#msStockTable .ui-datatable-header {
  border: none;
}

#approvalTradesTable .ui-datatable-header {
  border: none;
  padding: 0;
  background: transparent;
}

.semibold {
  font-weight: 600;
}

.ui-datatable .ui-row-editor .ui-icon-pencil {
  float: none;
}

.ui-datatable .ui-row-editor .ui-icon-check {
  margin: 0 0 0 4px;
  padding: 0;
}

.ui-datatable .ui-row-editor .ui-icon-close {
  margin: 0;
  padding: 0;
}

.ui-datatable .ui-cell-editor-input input[type="text"] {
  height: 30px;
  width: 90%;
  text-align: center;
}

.ui-datatable .ui-cell-editor-input select {
  height: 30px;
  width: 90%;
}

.selectIcon {
  float: right;
  margin: -26px 20px 8px 0px;
}

.selectIconStockTable {
  float: right;
  margin: 20px 0px 5px 30px;
}

.selectIconApprovalTradesTable {
  float: right;
  margin: 20px 0px 5px 30px;
}

.selectIconDumpDialog {
  float: right;
  margin: 5px 5px 5px 5px;
}

body .ui-datatable .ui-chkbox .ui-chkbox-box {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check {
  position: static;
  margin: auto;
  font-size: 0.8rem;
}

body .ui-datatable .ui-chkbox,
body .ui-datatable .ui-selection-column .ui-chkbox-all {
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
}

.sendReportText {
  height: 250px;
  width: 700px;
  padding: 10px;
  white-space: pre;
}

.sendPreconfText {
  height: 250px;
  width: 850px;
  padding: 10px;
  white-space: pre;
}

.positionsTree table {
  font-size: 11px;
  text-align: left;
}

.positionsTree th {
  text-align: left;
}

body .treeTableInner {
  background-color: #fbfbff;
}

.diviTreeTableInner {
  background-color: #fafaff;
  word-wrap: break-word;
}

.dividendsTree table {
  font-size: 11px;
  text-align: left;
}

.dividendsTree th {
  text-align: left;
}

.dividendsTree .ui-treetable-toggler {
  margin-top: 2px;
}

.dividendsTree .ui-state-hover {
  box-shadow: none;
  /*background: white;*/
  opacity: 100;
}

.dividendsUpdatedToday {
  background-color: #fcffe8;
}

.dividend-scrip-overridden {
  font-weight: bold;
  font-style: italic;
}

.btn-small {
  padding: 4px 8px;
}

.btn-small-rem {
  padding: 0.2rem 0.5rem;
}

.summaryGraphSelect {
  text-align: left;
}

.summaryGraphSelect input {
  margin-right: 10px;
}

.ui-inplace-display.ui-state-highlight {
  background: #ffff55;
  color: inherit;
  text-shadow: inherit;
}

.ui-paginator-rpp-label {
  margin-left: 30px;
}

.dtFixedWidth.ui-datatable table {
  width: auto;
}

.calculationControls {
  height: 200px;
  width: 550px;
  padding: 10px;
  font-family: monospace;
}

table.nopadding tr,
table.nopadding td {
  padding: 0 !important;
}

.rollTable td {
  border: none;
  text-align: right;
  padding: 3px 0px;
}

.rollTable th {
  font-weight: normal;
  text-align: right;
}

.rollTable td.leftTextAlign {
  text-align: left;
}

.rollTable th.leftTextAlign {
  text-align: left;
}

.rollTable input[type="text"] {
  text-align: right;
  padding-right: 10px;
}

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

body .ui-menu {
  background: #f1f1f1;
}

.ui-selectmanycheckbox td {
  text-align: left;
  padding: 0px 5px;
}

.ui-selectmanycheckbox label {
  padding-right: 10px;
}

.unwinds input[type="text"] {
  width: 90%;
  background: #ffd;
  height: 22px;
  text-align: center;
}

.negativeNotional {
  color: red;
}

.positiveNotional {
  color: green;
}

.ui-datatable.headerOverflow,
.ui-datatable.headerOverflow .ui-datatable-tablewrapper,
.ui-datatable.headerOverflow thead th {
  overflow: visible;
}

.unwinds-near-reset {
  background-color: #ffffa0;
}

.unwinds-recent {
  background-color: pink;
}

.unwinds-old {
  /* placeholder */
}

.unwinds-unbreakable {
  background-color: palegoldenrod;
  font-style: italic;
}

.unwind-row-bbg-out {
  background-color: lightpink;
  font-style: italic;
}

.bareLayout {
  text-align: left;
  border: none;
}

.bareLayout td,
.bareLayout th {
  padding: 6px 12px;
  vertical-align: top;
}

.bareLayoutPushLeft {
  margin-left: -12px;
}

textarea.bloombergCopyMarket {
  font-family: "MB Bloomberg PropU", "MB Open Sans", Verdana, sans-serif;
  width: 600px;
  height: 250px;
  padding: 10px;
  overflow-y: scroll;
}

textarea.bloombergCopyNearMisses {
  font-family: "MB Bloomberg PropU", "MB Open Sans", Verdana, sans-serif;
  overflow-y: scroll;
  word-wrap: normal;
  min-width: 100%;
  height: 85%;
}

.sendReportForm h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}

.sendReportForm textarea {
  white-space: pre-wrap;
}

.sendPreconfForm h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}

.sendPreconfForm textarea {
  white-space: pre-wrap;
}

.tradeEditorTable input[type="text"] {
  width: 90%;
  background: #ffd;
  height: 22px;
  text-align: center;
}

.rejectedChange {
  text-decoration: line-through;
  color: #aaa;
}

.unknownSpot {
  color: #aaa;
}

.alertHeading {
  font-weight: 700;
  font-size: 16px;
}

.alertIcon {
  padding-right: 5px;
}

.alert-info {
  background-color: #f0f5f5;
  border-color: #8ec3ce;
}

ul.continuousMatch li {
  list-style-type: none;
}

.continuousMatchRadio {
  padding-right: 25px;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-tabs-outline {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

body .ui-tabs.ui-tabs-top > .ui-tabs-panels {
  border: 2px solid #dee2e6;
  border-top-width: 0;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
  padding-right: 20px;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin-top: 5px;
}

body .ui-autocomplete-input-token input {
  border: none;
}

body .ui-autocomplete-panel.teamAutocompletePanel {
  width: 500px;
}

body .ui-autocomplete-panel.teamAutocompletePanelHalf {
  width: 330px !important;
}

body .ui-autocomplete.teamAutocomplete {
  width: 500px;
}

body .ui-autocomplete.teamAutocompleteHalf {
  width: 330px !important;
}

body .ui-autocomplete.tradeAutocomplete {
  width: 420px;
}

body .ui-autocomplete.tradeAutocomplete .teamAutocompleteInput {
  font-size: 14px;
  height: 25px;
  width: 400px;
}

body .ui-autocomplete.teamAutocomplete .teamAutocompleteInput {
  font-size: 14px;
  height: 30px;
  width: 480px;
}

body .ui-autocomplete.teamAutocomplete .teamAutocompleteInputHalf {
  width: 330px !important;
}

body .bareLayout tr td .partiesLabels {
  width: 120px;
}

body .ui-autocomplete-panel.teamAutocompletePanel .ui-autocomplete-table td {
  text-align: left;
}

body .ui-autocomplete-panel.tradeAutocompletePanel .ui-autocomplete-table td {
  text-align: left;
}

body .ui-autocomplete-panel.tradeAutocompletePanel {
  width: 420px;
}

body .ui-autocomplete-panel.securityAutocompletePanel {
  width: 300px;
}

body .ui-autocomplete.securityAutocomplete {
  width: 300px;
}

body .ui-autocomplete.securityAutocomplete .securityAutocompleteInput {
  font-size: 14px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

body .ui-autocomplete.securityAutocomplete .securityAutocompleteInput.invalid {
  color: red;
}

body
  .ui-autocomplete-panel.securityAutocompletePanel
  .ui-autocomplete-table
  td {
  text-align: left;
}

body
  .ui-autocomplete-panel.securityAutocompletePanel
  .ui-autocomplete-table
  td.valid {
  color: green;
}

body
  .ui-autocomplete-panel.securityAutocompletePanel
  .ui-autocomplete-table
  td.invalid {
  color: red;
}

body .ui-autocomplete-panel.substitutionsAutocompletePanel {
  width: 450px;
}

body .ui-autocomplete-panel.substitutionsAutocomplete {
  width: 450px;
}

body
  .ui-autocomplete-panel.substitutionsAutocomplete
  .substitutionsAutocompleteInput {
  font-size: 16px;
}

body
  .ui-autocomplete-panel.substitutionsAutocompletePanel
  .ui-autocomplete-table
  td {
  text-align: left;
}

body
  .ui-autocomplete-panel
  .ui-autocomplete-items
  .ui-autocomplete-item.ui-autocomplete-row
  > td {
  padding: 0.5rem 0.5rem;
}

body .ui-commandlink,
body .ui-link {
  color: #3472b4;
}

body .ui-commandlink:hover,
body .ui-link:hover {
  color: #3472b4;
  text-decoration: underline;
}

#confirmDialog .ui-confirm-dialog-severity {
  margin-top: 4px;
}

#confirmDialog .ui-dialog-buttonpane {
  text-align: right;
}

.bulkEditEventInput {
  height: 200px;
  width: 400px;
  padding: 10px;
  font-family: monospace;
  white-space: pre;
}

.bulkEditSubmissionInput {
  height: 300px;
  width: 500px;
  padding: 10px;
  font-family: monospace;
  white-space: pre;
}

.cellIconRight {
  margin-right: -0.4rem;
  padding-left: 0.4rem;
  font-size: 11px;
}

.cellIconLeft {
  margin-left: -0.4rem;
  padding-right: 0.4rem;
  font-size: 11px;
}

.cellIconRightLarge {
  margin-right: -0.4rem;
  padding-left: 0.4rem;
  font-size: 16px;
}

.highlightDecrease {
  background-color: #d90505;
  color: white;
  font-weight: 600;
  padding: 2px;
}

.highlightIncrease {
  background-color: #197e19;
  color: white;
  font-weight: 600;
  padding: 2px;
}

.dataTableBoldSeparator {
  border-bottom-width: 2px;
  border-bottom-color: #909090;
}

.spotCaptureTable {
  text-align: left;
  border: none;
}

.spotCaptureTable input {
  background: #ffd;
  height: 22px;
  text-align: center;
}

.spotCaptureTable td,
.spotCaptureTable th {
  padding: 3px 10px;
}

#spotCaptureDialogBody textarea {
  height: 230px;
  width: 530px;
  padding: 10px;
  font-family: monospace;
  white-space: pre;
}

.headerNotice {
  font-size: 60px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
  color: red;
  position: absolute;
  top: 37px;
  left: 280px;
}

.ui-growl-item {
  color: #323232;
  text-shadow: none;
}

#growlInfo_container .ui-growl-item {
  background: #cecef4;
}

#growlWarning_container .ui-growl-item {
  background: #f4df8d;
}

#growlError_container .ui-growl-item {
  background: #fab3b3;
}

#diviGrowlInfo_container .ui-growl-item {
  background: #cecef4;
}

#diviGrowlInfo_container .ui-growl {
  width: 800px;
  height: 300px;
}

#unwindsForm .clickable {
  cursor: pointer;
}

#unwindsForm .allSubsTable {
  table-layout: fixed;
}
#unwindsForm .allSubsTable .unwinds tfoot td {
  overflow: visible;
}

#unwindsForm .allSubsTable .ui-panelgrid .ui-panelgrid-cell {
  padding: 0;
}

#unwindsForm .constraintsMainPanel .ui-tabs.ui-tabs-top > .ui-tabs-panels {
  border: none;
}

.ui-datatable .ui-datatable-data .deletedEvent {
  color: red;
}

.bloombergCopy {
  font-family: "MB Bloomberg PropU", "MB Open Sans", Verdana, sans-serif;
}

.ui-datatable .ui-datatable-data .basketChange-row-new {
  background-color: rgba(144, 238, 144, 0.25);
}

.ui-datatable .ui-datatable-data .basketChange-row-updated {
  background-color: rgba(173, 216, 230, 0.25);
}

.ui-datatable .ui-datatable-data .basketChange-row-rejected {
  background-color: rgba(240, 128, 128, 0.25);
}

.ui-datatable .ui-datatable-data .basketChange-row-deleted {
  color: lightgrey;
}

.goodIcon {
  color: #40c020;
  float: left;
}

.badIcon {
  color: red;
  float: left;
}

.irrelevantIcon {
  color: lightgray;
  float: left;
}

.warningIcon {
  color: orange;
  float: left;
}

.deleteThing {
  color: red;
}

.deleteThing:hover {
  color: darkred;
}

#switchTeamAsUserForm label {
  margin-left: 10px;
  vertical-align: middle;
  font-size: larger;
}

.lchMonitorWarn {
  color: orange;
}

.lchMonitorAlert {
  color: red;
}

.lchMonitorSuccess {
  color: darkgreen;
}

body .filterPanel {
  background-color: #ffffe5;
}

body .filterPanel .ui-overlaypanel-content {
  padding: 0.25rem 0;
}

body .filterInUse {
  font-style: italic;
  font-weight: 600;
}

.securityError {
  background-color: #ffedf0;
}

.securityNoData {
  color: #8f8f8f;
}

.securityNew {
  background-color: #eeffeb;
}

.securityOk {
  background-color: white;
}

.textBoxDisabled {
  background-color: lightgrey;
}

.textBoxError {
  border-color: red !important;
  border-width: medium !important;
}

.textBoxGood {
  border-color: black;
}

.textBoxNoChange {
}

.white {
  color: white;
}

.ui-panel-titlebar.green {
  background-color: palegreen;
}

.ui-panel-titlebar.amber {
  background-color: #ffcc57;
}

.ui-panel-titlebar.lightamber {
  background-color: rgba(255, 217, 130, 0.52);
}

.ui-panel-titlebar.red {
  background-color: lightpink;
}

.ui-panel.green .ui-panel-titlebar {
  background-color: palegreen;
}

.ui-panel.amber .ui-panel-titlebar {
  background-color: #ffcc57;
}

.ui-panel.lightamber .ui-panel-titlebar {
  background-color: rgba(255, 217, 130, 0.52);
}

.ui-panel.red .ui-panel-titlebar {
  background-color: lightpink;
}
.ui-panel.grey .ui-panel-titlebar {
  background-color: grey;
}

.constraints-broken {
  color: red;
}

.constraints-broken-passive {
  color: orange;
}

.constraints-ok {
  color: green;
}

.helpicon {
  font-size: 14px;
  padding-bottom: 13px;
  vertical-align: bottom;
  color: #0a0abb;
  padding-left: 5px;
}

.crossingNotes {
  width: 400px;
  height: 100px;
}

.bulkSetPanel div {
  padding: 5px;
  text-align: left;
}

.threeDots {
  color: #3472b4;
  font-size: 18px;
  font-weight: bold;
}

.ui-datatable .ui-datatable-data .basketRowRejected {
  background-color: #fab3b3;
}

.ui-datatable .ui-datatable-data .basketRowUnrolledQty {
  background-color: #ffd2b9;
}

.editedInterest {
  background-color: #ffff55;
  background-image: none;
}

.terminatedInterest {
  background-color: #fab3b3;
  background-image: none;
}

.fa-alert {
  color: red;
}

.fa-pending {
  color: orange;
}

.fa-ignore {
  color: darkgray;
}

.basketNotProposed {
  background-color: #ffe88c;
}

.basketRejected {
  background-color: #fab3b3;
}

.basketState {
  font-size: 10px;
}

.basketState > option {
  font-size: 10px;
  background: white;
}

.fa-margin-2 {
  margin-left: 2px;
  margin-right: 2px;
}

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

#valuationsReportDate {
  margin-left: 10px;
}

.terminatedSubmission {
  color: lightgrey !important;
}

.rejectedHeader {
  text-align: left !important;
  font-weight: 600;
}

.bottomRightOverlayGroup {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 4;
}

.repoBid {
  background-color: #dbdbfd;
}

.repoOffer {
  background-color: #fddcdc;
}

.repoMid {
}

.repoMatch {
  background-color: honeydew;
  color: #f50000;
  font-weight: bold;
}

.repoGrouping {
  background-color: lightgray;
}

.groupingRepoBond {
  text-align: start;
}

.govtBondBasketActions {
  display: flex;
  flex-direction: row-reverse;
}

button {
  user-select: none;
}