md-backdrop.md-edit-dialog-backdrop {
  z-index: 80;
}
md-edit-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 81;
  background-color: #f9f9f9;
  border-radius: 2px;
  cursor: default;
}
md-edit-dialog > .md-content {
  padding: 16px 24px 0;
}
md-edit-dialog > .md-content .md-title {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}
md-edit-dialog > .md-content md-input-container {
  margin: 0;
  font-size: 13px;
}
md-edit-dialog > .md-content md-input-container input {
  float: none;
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer {
  min-height: auto;
  min-width: auto;
  color: rgba(0, 0, 0, 0.54);
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
  padding: 5px 2px 5px 0;
}
md-edit-dialog > .md-content md-input-container [ng-message] {
  padding: 5px 0 5px 2px;
}
md-edit-dialog > .md-actions {
  margin: 0 16px 8px;
}
md-edit-dialog > .md-actions .md-button {
  margin: 0;
  min-width: initial;
}
md-edit-dialog > .md-actions .md-button + .md-button {
  margin-left: 8px;
}
.md-table-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}
.md-table-pagination md-select {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 64px;
}
.md-table-pagination md-select:not([disabled]):focus .md-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.md-table-pagination md-select .md-select-value {
  -webkit-flex-grow: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.md-table-pagination md-select .md-select-value span.md-select-icon {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.md-table-pagination md-select .md-select-value span.md-select-icon:after {
  top: initial;
  -webkit-transform: scaleY(0.5) scaleX(1);
          transform: scaleY(0.5) scaleX(1);
}
.md-table-pagination > md-select + span {
  margin-left: 32px;
}
.md-table-pagination > .md-button.md-icon-button {
  margin: 0;
}
.md-table-pagination > span + .md-button.md-icon-button {
  margin-left: 20px;
}
.md-table-pagination > .md-button.md-icon-button:last-child {
  margin-right: -16px;
}
md-select.md-table-select {
  margin: 0;
}
md-select.md-table-select > .md-select-value {
  padding: 0;
  min-width: initial;
  min-height: 24px;
  border-bottom: 0 !important;
}
md-select.md-table-select > .md-select-value > span {
  -webkit-transform: none !important;
          transform: none !important;
}
md-select.md-table-select > .md-select-value > span.md-select-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  margin: 0;
}
.md-select-menu-container.md-table-select,
.md-select-menu-container.md-pagination-select {
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 2px;
}
.md-select-menu-container.md-table-select md-select-menu,
.md-select-menu-container.md-pagination-select md-select-menu,
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  border-radius: inherit;
}
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  padding: 0;
}
.md-select-menu-container.md-table-select .md-text {
  font-size: 13px;
}
.md-select-menu-container.md-pagination-select .md-text {
  font-size: 12px;
}
md-toolbar.md-table-toolbar {
  box-shadow: none;
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  md-toolbar.md-table-toolbar .md-toolbar-tools {
    height: 64px;
    max-height: initial;
  }
}
md-toolbar.md-table-toolbar .md-toolbar-tools {
  padding: 0 24px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
  color: rgba(0, 0, 0, 0.54);
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
  margin: 0;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
  margin-left: -12px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
  margin-right: -12px;
}
md-card > md-toolbar.md-table-toolbar:first-child,
md-card > md-table-container:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
md-card > md-toolbar.md-table-toolbar:last-child,
md-card > md-table-container:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
md-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.md-table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
}
table.md-table thead.md-head > tr.md-row {
  height: 56px;
}
table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 48px;
}
table.md-table thead.md-head + .md-table-progress md-progress-linear {
  top: -3px;
}
table.md-table .md-table-progress th {
  padding: 0;
}
table.md-table .md-table-progress th md-progress-linear {
  height: 0;
  transition: opacity 1s;
}
table.md-table .md-table-progress th md-progress-linear.ng-hide {
  opacity: 0;
}
table.md-table .md-table-progress th md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none;
}
table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
  height: 3px;
}
table.md-table th.md-column {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
table.md-table th.md-column.md-sort {
  cursor: pointer;
}
table.md-table th.md-column md-icon {
  height: 16px;
  width: 16px;
  font-size: 16px !important;
  line-height: 16px !important;
}
table.md-table th.md-column md-icon.md-sort-icon {
  color: rgba(0, 0, 0, 0.26);
  opacity: 0;
  transition: -webkit-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}
table.md-table th.md-column md-icon.md-sort-icon.md-asc {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
table.md-table th.md-column md-icon.md-sort-icon.md-desc {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
table.md-table th.md-column md-icon:not(:first-child) {
  margin-left: 8px;
}
table.md-table th.md-column md-icon:not(:last-child) {
  margin-right: 8px;
}
table.md-table th.md-column.md-active,
table.md-table th.md-column.md-active md-icon {
  color: rgba(0, 0, 0, 0.87);
}
table.md-table th.md-column:hover md-icon.md-sort-icon,
table.md-table th.md-column.md-active md-icon.md-sort-icon {
  opacity: 1;
}
table.md-table tr.md-row[ng\:repeat].ng-leave,
table.md-table tr.md-row[ng-repeat].ng-leave,
table.md-table tr.md-row[x-ng-repeat].ng-leave,
table.md-table tr.md-row[data-ng-repeat].ng-leave {
  display: none;
}
table.md-table.md-row-select tbody.md-body > tr.md-row {
  transition: background-color 0.2s;
}
table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
  background-color: #eeeeee !important;
}
table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
  background-color: #f5f5f5;
}
table.md-table.md-row-select td.md-cell:first-child,
table.md-table.md-row-select th.md-column:first-child {
  width: 20px;
  padding: 0 0 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(2),
table.md-table.md-row-select th.md-column:nth-child(2) {
  padding: 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
  padding: 0 24px 0 0;
}
table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 24px;
}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 24px 0 0;
}
table.md-table td.md-cell,
table.md-table th.md-column {
  vertical-align: middle;
  text-align: left;
}
table.md-table td.md-cell > *,
table.md-table th.md-column > * {
  vertical-align: middle;
}
table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 24px 0 0;
}
table.md-table td.md-cell.md-clickable,
table.md-table th.md-column.md-clickable {
  cursor: pointer;
}
table.md-table td.md-cell.md-clickable:focus,
table.md-table th.md-column.md-clickable:focus {
  outline: none;
}
table.md-table td.md-cell.md-numeric,
table.md-table th.md-column.md-numeric {
  text-align: right;
}
table.md-table td.md-cell md-checkbox,
table.md-table th.md-column md-checkbox {
  margin: 0;
  width: 20px;
}
table.md-table td.md-cell {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}
table.md-table td.md-cell.md-numeric md-select {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
table.md-table td.md-cell.md-numeric md-select .md-select-value {
  -webkit-flex-grow: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
table.md-table td.md-cell.md-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(0, 0, 0, 0.54);
  width: 18px;
  text-align: right;
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
  -webkit-transform: scaleY(0.4) scaleX(0.8);
          transform: scaleY(0.4) scaleX(0.8);
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src:
		local('Roboto'),
		local('Roboto-Regular'),
		
		url(assets/fonts/Roboto_400.eot?#iefix) format('embedded-opentype'),
		
		url(assets/fonts/Roboto_400.woff) format('woff'),
		
		url(assets/fonts/Roboto_400.ttf) format('truetype'),
		
		url(assets/fonts/Roboto_400.svg#Roboto) format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src:
		local('Roboto Medium'),
		local('Roboto-Medium'),
		
		url(assets/fonts/Roboto_500.eot?#iefix) format('embedded-opentype'),
		
		url(assets/fonts/Roboto_500.woff) format('woff'),
		
		url(assets/fonts/Roboto_500.ttf) format('truetype'),
		
		url(assets/fonts/Roboto_500.svg#Roboto) format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src:
		local('Roboto Bold'),
		local('Roboto-Bold'),
		
		url(assets/fonts/Roboto_700.eot?#iefix) format('embedded-opentype'),
		
		url(assets/fonts/Roboto_700.woff) format('woff'),
		
		url(assets/fonts/Roboto_700.ttf) format('truetype'),
		
		url(assets/fonts/Roboto_700.svg#Roboto) format('svg');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(assets/fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(assets/fonts/MaterialIcons-Regular.woff) format('woff'),
       url(assets/fonts/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}


html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0px;
  padding: 0px; }

.input-ng-message {
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 12px;
  line-height: 24px; }

.navbar-logo {
  min-width: 64px; }
  @media screen and (max-width: 600px) {
    .navbar-logo {
      min-width: 36px; } }

.navbar-logo span {
  margin: 0 5px;
  font-size: 12px;
  text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    .navbar-logo span {
      display: none; } }

.navbar-user {
  min-width: 64px; }
  @media screen and (max-width: 600px) {
    .navbar-user {
      min-width: 36px; } }

.navbar-user span {
  margin: 0 5px;
  font-size: 12px; }

.navbar-user md-icon {
  height: 28px;
  width: 28px; }

.toolbar-fab {
  position: absolute;
  z-index: 20;
  top: 84px;
  left: 24px; }

.toolbar-fab.secondary {
  top: 132px;
  left: 24px; }

.bottom-fab {
  position: absolute;
  z-index: 20;
  bottom: 48px;
  right: 44px; }

#shell-container {
  background: #FFFFFF;
  overflow-y: hidden; }

.data-table-panel {
  background: #fbfbfb; }
  .data-table-panel .amber-text {
    color: #ff8800; }
  .data-table-panel .even {
    background-color: #f9f9f9; }
  .data-table-panel .green-text {
    color: #4CAF50; }
  .data-table-panel .md-subheader .md-subheader-inner {
    display: block;
    padding: 16px 5px 16px 5px; }
  .data-table-panel .md-subheader {
    margin-right: 0px; }
    .data-table-panel .md-subheader .md-subheader-content {
      padding: 0 5px;
      font-size: 11px;
      font-family: 'Roboto';
      font-weight: 500; }
      @media screen and (min-width: 1200px) {
        .data-table-panel .md-subheader .md-subheader-content {
          font-size: 12px; } }
  .data-table-panel md-list {
    padding: 0; }
    .data-table-panel md-list md-card {
      margin: 0 0px;
      padding: 0 5px; }
    .data-table-panel md-list md-card.expanded {
      margin: 15px 0px; }
      .data-table-panel md-list md-card.expanded .row-action-icon {
        color: #8f8f8f; }
    .data-table-panel md-list md-list-item {
      background-color: #FFFFFF;
      font-size: 11px;
      font-family: 'Roboto';
      font-weight: 400;
      min-height: 42px;
      height: 42px; }
      @media screen and (min-width: 1200px) {
        .data-table-panel md-list md-list-item {
          font-size: 12px; } }
      .data-table-panel md-list md-list-item.spread-sense .md-button {
        background-color: salmon; }
      .data-table-panel md-list md-list-item.spread-sense .md-button:not([disabled]):hover {
        background-color: salmon; }
      .data-table-panel md-list md-list-item .md-button {
        background-color: transparent;
        line-height: inherit; }
      .data-table-panel md-list md-list-item .md-button:not([disabled]).md-focused {
        background-color: transparent; }
      .data-table-panel md-list md-list-item .action-icon {
        width: 18px;
        height: 18px;
        color: #8f8f8f; }
      .data-table-panel md-list md-list-item .row-action-button {
        height: 18px;
        width: 18px; }
        @media screen and (min-width: 1200px) {
          .data-table-panel md-list md-list-item .row-action-button {
            height: 20px;
            width: 20px; } }
      .data-table-panel md-list md-list-item .row-action-icon {
        width: 16px;
        height: 16px;
        color: transparent; }
        @media screen and (min-width: 1200px) {
          .data-table-panel md-list md-list-item .row-action-icon {
            width: 20px;
            height: 20px; } }
      .data-table-panel md-list md-list-item.header {
        color: #8f8f8f;
        font-size: 11px;
        font-family: 'Roboto';
        font-weight: 500; }
        @media screen and (min-width: 1200px) {
          .data-table-panel md-list md-list-item.header {
            font-size: 12px; } }
        .data-table-panel md-list md-list-item.header .md-button {
          color: #8f8f8f;
          font-size: 12px;
          font-family: 'Roboto';
          font-weight: 500;
          text-transform: none; }
      .data-table-panel md-list md-list-item.shallowheader {
        color: #8f8f8f;
        font-size: 12px;
        font-family: 'Roboto';
        font-weight: 500;
        min-height: 10px;
        max-height: 10px; }
    .data-table-panel md-list md-list-item.data:hover .row-action-icon {
      color: #8f8f8f; }
  .data-table-panel .column-header {
    cursor: pointer;
    outline: none; }
  .data-table-panel md-list-item.md-no-proxy, .data-table-panel md-list-item .md-no-style {
    padding: 0%; }
  .data-table-panel md-list-item, .data-table-panel md-list-item .md-list-item-inner {
    min-height: inherit; }

.highcharts-container {
  width: 100% !important;
  height: 100% !important; }

.toolbar-progress {
  position: absolute;
  bottom: 0; }

md-toast.error {
  background: #ff4444; }

md-toast.warning {
  background: #ff8800; }

md-toast.success {
  background: #84ffff; }

md-toast.info {
  background: #b9f6ca; }

.portfolio-container {
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  margin: 0px 5px; }
  @media screen and (min-width: 960px) {
    .portfolio-container {
      margin: 0px 14px; } }
  .portfolio-container .tick {
    width: 14px;
    height: 14px;
    margin: 0px 10px 0px 4px; }

.sidenav-hamburger md-icon {
  fill: #fff;
  color: #fff; }

.toolbar-view-title {
  margin-left: 10px;
  color: #fff; }

.dialog-container {
  padding: 0; }

.dialog-container md-content {
  padding: 24px; }

.negativeNumber {
  color: #F44336; }

.positiveNumber {
  color: #4CAF50; }

.overridenNumber {
  color: #0CAF00; }

.categoryHeading {
  color: #0277BD; }

md-option .level-1 {
  padding-left: 20px; }

md-option .level-2 {
  padding-left: 40px; }

md-option .level-3 {
  padding-left: 60px; }

md-option .level-4 {
  padding-left: 80px; }

md-option .level-5 {
  padding-left: 100px; }

.toolbar-wrapper.without-subtoolbar {
  height: 54px;
  min-height: 54px; }

.toolbar-wrapper.without-subtoolbar.ng-hide-add,
.toolbar-wrapper.without-subtoolbar.ng-hide-remove {
  display: block !important;
  height: 0px;
  min-height: 0; }

.toolbar-wrapper.without-subtoolbar.ng-hide-remove.ng-hide-remove-active {
  height: 54px;
  min-height: 54px; }

.toolbar-wrapper.without-subtoolbar.ng-hide-add {
  height: 54px;
  min-height: 54px; }

.toolbar-wrapper.without-subtoolbar.ng-hide-add.ng-hide-add-active {
  height: 0;
  min-height: 0; }

.toolbar-wrapper.with-subtoolbar {
  height: 102px;
  min-height: 102px; }

.toolbar-wrapper.with-subtoolbar.ng-hide-add,
.toolbar-wrapper.with-subtoolbar.ng-hide-remove {
  display: block !important;
  height: 0px;
  min-height: 0; }

.toolbar-wrapper.with-subtoolbar.ng-hide-remove.ng-hide-remove-active {
  height: 102px;
  min-height: 102px; }

.toolbar-wrapper.with-subtoolbar.ng-hide-add {
  height: 102px;
  min-height: 102px; }

.toolbar-wrapper.with-subtoolbar.ng-hide-add.ng-hide-add-active {
  height: 0;
  min-height: 0; }

.provider-list md-input-container {
  padding-bottom: 0; }

.provider-list .md-select-label {
  padding-top: 0; }

md-menu-content.main-menu {
  max-height: 560px; }

md-autocomplete[md-floating-label] {
  padding-bottom: 0 !important; }

.secondary-toolbar {
  min-height: 0;
  max-height: 48px; }

md-select-menu {
  max-height: 384px !important; }
  md-select-menu md-content {
    max-height: 384px !important; }

md-checkbox {
  margin-bottom: -12px; }

.highlight {
  border-bottom: dashed thin #ff8000; }

.sidepocket-trade {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.md-list-item-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.newMenuStyle {
  z-index: auto;
  color: rgba(0, 0, 0, 0.87); }
  .newMenuStyle button.material-icons {
    font-size: 20px;
    min-width: 36px;
    margin: 0px;
    padding: 1px 6px 1px 6px; }
  .newMenuStyle md-menu md-backdrop {
    z-index: 1; }
  .newMenuStyle md-menu-divider {
    height: 2px; }

.newMenuStyleAfter:after {
  top: 5px !important; }

.newMenuStyleNarrow {
  z-index: auto;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 0px; }
  .newMenuStyleNarrow button.material-icons {
    font-size: 20px;
    min-width: 36px;
    margin: 0px;
    padding: 1px 6px 1px 6px; }
  .newMenuStyleNarrow md-menu md-backdrop {
    z-index: 1; }
  .newMenuStyleNarrow md-menu-divider {
    height: 2px; }

.newMenuStyleTab {
  z-index: auto;
  color: rgba(0, 0, 0, 0.87); }
  .newMenuStyleTab button.material-icons {
    font-size: 20px;
    min-width: 36px;
    margin: 0px;
    padding: 1px 6px 1px 6px; }
  .newMenuStyleTab div.md-open-menu-container {
    top: inherit !important;
    margin-top: -60px; }
  .newMenuStyleTab md-menu md-backdrop {
    z-index: 1; }
  .newMenuStyleTab md-menu-divider {
    height: 2px; }

.newMenuOutsideButton {
  font-family: 'Material Icons' !important;
  font-size: 20px !important;
  min-width: 76px !important; }

.lcp-datepickerLabel {
  white-space: nowrap; }

.bonds .errors {
  font-size: 12px;
  color: red; }

.bonds-list .md-icon-float {
  margin-top: 5px; }

.bonds-list .md-icon-float.md-input-focused {
  margin-top: 5px; }

.bonds-list div.md-icon {
  margin-top: 10px; }

.bonds-list div.md-label {
  margin-top: 20px; }

.bonds-buy-sell {
  font-size: 14px; }

.closed-bond {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.bond-grade {
  padding: 4px 4px 15px 4px; }
  .bond-grade.pad {
    padding: 15px; }
  .bond-grade.green {
    color: #0f0; }
  .bond-grade.amber {
    color: #ffbf00; }
  .bond-grade.red {
    color: #f00; }

.bond-grade-box {
  width: 12px;
  height: 12px;
  margin: 6px; }
  .bond-grade-box.green {
    background-color: #0a0; }
  .bond-grade-box.amber {
    background-color: #ffbf00; }
  .bond-grade-box.red {
    background-color: #f00; }

.bond-coupon-arrow, .bond-coupon-arrow-up, .bond-coupon-arrow-down {
  width: 12px;
  height: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin: 6px; }

.bond-coupon-arrow-up {
  border-bottom: 12px solid red; }

.bond-coupon-arrow-down {
  border-top: 12px solid red; }

.cash-rec md-card {
  margin: 4px 8px; }

.cash-rec .reconciled {
  background: #4CAF50; }

.cash-rec .unreconciled {
  background: #F44336; }

.cash-forecast .md-button.md-icon-button.expander-button {
  height: 36px;
  width: 24px;
  line-height: 36px; }

.cash-forecast .action-icon {
  width: 18px;
  height: 18px;
  color: #8f8f8f; }

.cash-forecast md-card {
  margin: 4px; }

.available-cash .date {
  font-size: 12px; }

.criteriaResults .smallThumbsUp {
  color: #4CAF50;
  height: 18px;
  width: 18px; }

.criteriaResults .smallThumbsDown {
  color: #F44336;
  height: 18px;
  width: 18px; }

.criteriaResults .smallThumbsDownWarning {
  color: #ff8800;
  height: 18px;
  width: 18px; }

.dashboard .headlineFigure {
  font-size: 1.7em;
  font-weight: bold;
  color: #0277BD; }

.dashboard .subHeading {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 18px; }

.dashboard.data-table-panel {
  background: white; }
  .dashboard.data-table-panel .data:hover {
    cursor: pointer; }
  .dashboard.data-table-panel .selected {
    color: #0277BD;
    font-weight: 500; }
  .dashboard.data-table-panel .sectionHeader {
    margin-top: 20px; }

.dashboard .lcp-datepicker {
  margin-top: 10px; }

.dashboard .datepicker-input-container {
  padding-bottom: 0; }

.md-toolbar-tools .form-control {
  width: 112px !important; }
  .md-toolbar-tools .form-control + div.errors div {
    white-space: nowrap; }

.form-control {
  width: 92px !important; }
  .form-control + div.errors div {
    white-space: nowrap; }

.lcp-datepicker {
  width: 300px;
  position: absolute;
  margin-top: -390px;
  background-color: #f5f5f5;
  z-index: 3000;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(37, 53, 50, 0.37);
  -moz-box-shadow: 1px 1px 7px 0px rgba(37, 53, 50, 0.37);
  box-shadow: 1px 1px 7px 0px rgba(37, 53, 50, 0.37); }

.lcp-datepicker table {
  width: 300px;
  table-layout: fixed; }

.lcp-datepicker table thead tr td {
  padding-bottom: 10px; }

.header-item {
  padding-left: 20px;
  padding-right: 20px; }

.header-month {
  text-align: center;
  width: 60%;
  display: inline-block; }

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

caption {
  padding: 0 !important; }

.header-year-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-family: \"Open Sans\", sans-serif;
  font-size: 1.2em;
  background-color: #0277BD; }

.header-nav-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #626262;
  font-family: \"Open Sans\", sans-serif;
  font-size: 1.2em;
  background-color: #E8E8E8; }

.header-year {
  padding-top: 1px;
  padding-bottom: 0 !important;
  text-align: center;
  width: 60%;
  display: inline-block; }

.lcp-datepicker table tbody tr td {
  text-align: center;
  padding: 6px;
  cursor: pointer;
  color: #626262; }

.lcp-datepicker table tbody tr td.day-head {
  background-color: #f5f5f5;
  cursor: default;
  border-bottom: 1px solid #ECECEC;
  font-weight: 600; }

.lcp-datepicker table tbody tr td.day-head:hover {
  background-color: #f5f5f5;
  color: #626262; }

.today {
  border: solid;
  border-width: 1px;
  border-color: #15A5DB; }

.selected-date {
  background-color: #15A5DB;
  color: #f5f5f5 !important; }

.weekend {
  color: #a3a3a3 !important; }

.day {
  color: #60C1E6 !important; }

.disabled {
  background: #ECECEC !important;
  color: #a3a3a3 !important; }

.disabled:hover {
  background: #ECECEC !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.lcp-input-field {
  border-radius: 0;
  border-bottom: 1px solid red; }

.lcp-datepicker-button {
  left: -20px; }

.lcp-datepicker-icon {
  height: 18px;
  width: 18px;
  color: #757575; }

.details-form md-list.navigation-list .md-button {
  color: inherit;
  font-weight: 500;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 60px;
  line-height: 60px; }

.details-form md-list .md-button.selected {
  color: #0277BD; }

.details-form md-list .md-button.invalid {
  border: 2px #F44336; }

.details-form .navigation-list {
  padding: 0;
  margin: 0;
  width: 100%; }

.details-form span.view-with-errors {
  position: absolute;
  top: 10px;
  right: 10px; }

.details-form span.view-with-errors md-icon {
  width: 18px;
  height: 18px;
  color: #F44336; }

.details-form .buttons-list {
  padding: 0; }
  .details-form .buttons-list md-list-item {
    padding: 0;
    margin: 0; }

/* if we have the following:
 * <div flex layout="column">
 *   <div flex layout="column">
 *   </div>
 * </div>
 * and we want the inner div to stretch to fit the outer one we need to give it a jog by setting it's height to zero
  * <div flex layout="column">
 *   <div flex layout="column" class="flex-stretch">
 *   </div>
 * </div>

 */
.flex-stretch {
  height: 0; }

.fx .lcp-datepicker {
  margin-top: 10px; }

.fx .datepicker-input-container {
  padding-bottom: 0; }

.fx .rate {
  text-align: right;
  margin-right: 10px;
  border-color: #ebebeb;
  border-width: 1px; }

.fx .errors {
  font-size: 12px;
  color: red; }

::-ms-clear {
  width: 0;
  height: 0; }

.dropdown-filter {
  position: relative; }
  .dropdown-filter .dropdown-filter-dropdown {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    background-color: #FFF;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084); }
    .dropdown-filter .dropdown-filter-dropdown .item-list {
      overflow-y: auto;
      max-height: 200px; }
    .dropdown-filter .dropdown-filter-dropdown .select-checkbox {
      margin: 6px; }
      .dropdown-filter .dropdown-filter-dropdown .select-checkbox div.md-label {
        margin-top: 0px; }
      .dropdown-filter .dropdown-filter-dropdown .select-checkbox div.md-icon {
        margin-top: 0px; }
    .dropdown-filter .dropdown-filter-dropdown.ng-enter {
      transition: 0.3s linear all;
      opacity: 0; }
    .dropdown-filter .dropdown-filter-dropdown.ng-enter.ng-enter-active {
      opacity: 1; }
  .dropdown-filter .select-icon:after {
    display: inline;
    padding-left: 4px;
    content: '\25BC'; }
  .dropdown-filter .select-filter-icon:after {
    color: #69F0AE; }

.lifecycle-filter {
  position: relative;
  width: 184px; }
  .lifecycle-filter .lifecycle-filter-dropdown {
    position: absolute;
    top: 0;
    width: 184px;
    padding: 8px;
    font-size: 16px;
    background-color: #FFF;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084); }
    .lifecycle-filter .lifecycle-filter-dropdown .select-checkbox {
      margin: 6px; }
    .lifecycle-filter .lifecycle-filter-dropdown.ng-enter {
      transition: 0.3s linear all;
      opacity: 0; }
    .lifecycle-filter .lifecycle-filter-dropdown.ng-enter.ng-enter-active {
      opacity: 1; }
  .lifecycle-filter .select-icon:after {
    display: inline;
    padding-left: 4px;
    content: '\25BC'; }
  .lifecycle-filter .select-filter-icon:after {
    color: #69F0AE; }

.section-heading {
  color: #fff;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.holdings-export .lcp-datepicker {
  margin-top: 10px; }

.holdings-export .datepicker-input-container {
  padding-bottom: 0; }

.holdings-export .action-icon {
  width: 24px;
  height: 24px; }

.holdings-list .lcp-datepicker {
  margin-top: 10px; }

.holdings-list .datepicker-input-container {
  padding-bottom: 0; }

.holdings-list .md-icon-float {
  margin-top: 5px; }

.holdings-list .md-icon-float.md-input-focused {
  margin-top: 5px; }

.holdings-list .md-icon-float.md-input-has-value {
  margin-top: 5px; }

.holdings-list .filter-controls {
  font-size: 20px !important; }

.holdings-list .bond-switch {
  min-width: 170px; }

.holdings-list .bond-select label {
  margin-top: 3px;
  margin-bottom: -4px; }

.holdings-list .bond-select md-select {
  margin-bottom: 0px; }

.holdings-list .bond-select md-select-value {
  padding-bottom: 6px; }

.holdings-list .bond-select md-select:focus md-select-value {
  padding-bottom: 6px; }

.holding-card-tabs md-pagination-wrapper {
  transform: none !important; }

table.md-table > thead > tr > th,
table.md-table > tbody > tr > td {
  word-wrap: break-word; }

table.md-table tbody tr .row-action-button {
  background-color: transparent;
  height: 18px;
  width: 18px;
  min-width: 0;
  padding: 0; }
  @media screen and (min-width: 1200px) {
    table.md-table tbody tr .row-action-button {
      width: 20px;
      height: 36px; } }

table.md-table tbody tr .row-action-button:not([disabled]).md-focused {
  background-color: transparent; }

table.md-table tbody tr .md-icon:not(.md-checked) {
  border-width: 0; }

table.md-table tbody tr .row-action-icon {
  width: 16px;
  height: 16px;
  color: transparent; }
  @media screen and (min-width: 1200px) {
    table.md-table tbody tr .row-action-icon {
      width: 20px;
      height: 20px; } }

table.md-table tbody tr:hover .row-action-icon {
  color: #8f8f8f; }

table.md-table tbody tr:hover .md-icon {
  border-width: 1px; }

table.md-table-pagination .md-table-select {
  visibility: hidden; }

table.md-table md-progress-linear .md-bar, table.md-table md-progress-linear .md-container.md-mode-indeterminate {
  background-color: #00E676; }

.md-subheader .md-subheader-content > * {
  position: relative;
  z-index: 10; }

md-list-item, md-list-item .md-list-item-inner {
  flex: 1; }

md-select {
  padding-bottom: 0; }

md-select-value {
  width: 100%; }

md-menu-item > .md-button {
  text-align: left; }

md-sub-menu-item > .md-button {
  height: 22px;
  width: 100%;
  line-height: normal;
  min-height: 22px;
  vertical-align: top;
  font-size: 14px;
  margin-left: 20px; }
  md-sub-menu-item > .md-button .selected {
    color: #0277BD; }
  md-sub-menu-item > .md-button .tick {
    width: 14px;
    height: 14px;
    margin: 2px 10px 2px 4px; }

md-menu > .md-button {
  font-size: 15px; }

md-toolbar .md-button:disabled {
  color: rgba(0, 0, 0, 0.26) !important; }

md-toolbar .md-icon-button:disabled md-icon {
  color: rgba(0, 0, 0, 0.26) !important; }

.layout-column > .flex-20 {
  max-height: 100% !important; }

md-autocomplete {
  min-width: 0; }

md-sidenav md-content md-list md-list-item {
  min-height: 48px; }
  md-sidenav md-content md-list md-list-item button .md-list-item-inner {
    min-height: 48px; }

md-select[disabled] .md-select-value {
  color: rgba(102, 102, 102, 0.87); }
  md-select[disabled] .md-select-value .md-select-icon:after {
    opacity: 0; }

md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  color: rgba(102, 102, 102, 0.87); }

.errors-right-justified div[ng-message] {
  right: 0;
  padding-right: 0; }

md-input-container label.label-right-justified {
  transform-origin: right top;
  text-align: right; }

.label-hint-text {
  font-size: 10px; }

.spread-sense.text {
  color: salmon;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 24px; }

.modellingEstimates .lcp-datepicker {
  margin-top: 10px; }

.modellingEstimates .datepicker-input-container {
  padding-bottom: 0; }

.modellingEstimates .estimate {
  text-align: right;
  margin-right: 10px;
  border-color: #ebebeb;
  border-width: 1px; }

.modellingEstimates .errors {
  font-size: 12px;
  color: red; }

.offer-yields-container {
  overflow-y: hidden;
  margin-top: 30px; }
  .offer-yields-container .offer-yields-inner {
    width: 2000px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .offer-yields-container .offer-yields-inner .offers-list {
      margin-top: 20px; }
  .offer-yields-container .main-name {
    font-size: 16px; }
  .offer-yields-container .bold {
    font-weight: 700; }

.operations .suppressed-trade {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.portfolio-dashboard .subHeading {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 18px; }

.portfolio-dashboard.data-table-panel {
  background: white; }
  .portfolio-dashboard.data-table-panel md-list {
    padding: 0; }
    .portfolio-dashboard.data-table-panel md-list md-list-item {
      background-color: #FFFFFF;
      font-size: 11px;
      font-family: 'Roboto';
      font-weight: 400;
      min-height: 24px;
      height: 24px; }
      .portfolio-dashboard.data-table-panel md-list md-list-item .md-button {
        background-color: transparent;
        line-height: inherit;
        min-height: 24px; }
      .portfolio-dashboard.data-table-panel md-list md-list-item .md-button:not([disabled]).md-focused {
        background-color: transparent; }
      .portfolio-dashboard.data-table-panel md-list md-list-item.header {
        color: #8f8f8f;
        font-size: 11px;
        font-family: 'Roboto';
        font-weight: 500; }
        @media screen and (min-width: 1200px) {
          .portfolio-dashboard.data-table-panel md-list md-list-item.header {
            font-size: 12px; } }
        .portfolio-dashboard.data-table-panel md-list md-list-item.header .md-button {
          color: #8f8f8f;
          font-size: 12px;
          font-family: 'Roboto';
          font-weight: 500;
          text-transform: none; }
      .portfolio-dashboard.data-table-panel md-list md-list-item.shallowheader {
        color: #8f8f8f;
        font-size: 12px;
        font-family: 'Roboto';
        font-weight: 500;
        min-height: 10px;
        max-height: 10px; }
    .portfolio-dashboard.data-table-panel md-list md-list-item.data:hover .row-action-icon {
      color: #8f8f8f; }
  .portfolio-dashboard.data-table-panel .column-header {
    cursor: pointer;
    outline: none; }
  .portfolio-dashboard.data-table-panel md-list-item.md-no-proxy, .portfolio-dashboard.data-table-panel md-list-item .md-no-style {
    padding: 0%; }
  .portfolio-dashboard.data-table-panel md-list-item, .portfolio-dashboard.data-table-panel md-list-item .md-list-item-inner {
    min-height: inherit; }

.portfolio-dashboard .amber-text {
  color: #ff8800; }

.portfolio-dashboard .green-text {
  color: #4CAF50; }

md-card-content.tall-header {
  padding-top: 8px; }
  md-card-content.tall-header md-list-item.header {
    min-height: 48px;
    height: 48px; }

.sidenav {
  outline: none; }
  .sidenav .sidenav-item {
    line-height: 42px;
    margin-left: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .sidenav .sidenav-item:hover {
    cursor: pointer; }
  .sidenav .sidenav-sub-item-parent {
    line-height: 36px;
    margin-left: 20px; }
  .sidenav .sidenav-sub-item-child {
    line-height: 36px;
    margin-left: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .sidenav .sidenav-sub-item-child:hover + .sidenav-sub-item-grandchild {
    max-height: 600px;
    transition-property: max-height;
    transition-delay: 0.5s; }
  .sidenav .sidenav-sub-item-grandchild {
    line-height: 36px;
    margin-left: 30px;
    max-height: 0;
    overflow: hidden;
    transition-property: max-height;
    transition-delay: 8s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .sidenav .sidenav-sub-item-grandchild:hover {
    opacity: 1;
    max-height: 400px; }
  .sidenav .sidenav-sub-item-button {
    margin-top: 4px;
    margin-bottom: 4px;
    max-width: 220px; }
  .sidenav .sidenav-hamburger-icon {
    fill: rgba(0, 0, 0, 0.87); }
  .sidenav .sidenav-heading {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87); }

.simulation-header {
  margin-right: 18px; }
  .simulation-header .has-trades {
    color: #eeac00; }

md-list-item .star-icon-off {
  color: transparent; }

md-list-item .star-icon-on {
  color: #FFD76E; }

md-list-item.data:hover .star-icon-off {
  color: #8f8f8f; }

.divi-theme {
  background-color: #81D4FA !important; }

.opps-theme {
  background-color: #A5D6A7 !important; }

.lars-a1-theme {
  background-color: #EEEEEE !important; }

.lars-a2-theme {
  background-color: #FFE082 !important; }

.value-theme {
  background-color: #81D4FA !important; }

.gnzs-theme {
  background-color: #EEEEEE !important; }

.ucits-theme {
  background-color: #FFE082 !important; }

.life-theme {
  background-color: #c5cae9 !important; }

.rra-theme {
  background-color: #FF8A65 !important; }

.cimetta-theme {
  background-color: #4DB6AC !important; }

.focus-theme {
  background-color: #D6A5A7 !important; }

.valueplus-theme {
  background-color: #81D4FA !important; }

.life-two-theme {
  background-color: #c5cae9 !important; }

.life-three-theme {
  background-color: #c5cae9 !important; }

.value-two-theme {
  background-color: #81D4FA !important; }

.divi-two-theme {
  background-color: #A5D6A7 !important; }

.standard-theme {
  background-color: #A8A8A8 !important; }

._1888-efprp-theme {
  background-color: #C18EE4 !important; }

._1888-graphite-theme {
  background-color: #9a967c !important; }

.nk-theme {
  background-color: #f092aa !important; }

.sitka-theme {
  background-color: #c5cae9 !important; }

.life-four-theme {
  background-color: #c5cae9 !important; }

.life-iff-theme {
  background-color: #c5cae9 !important; }

.toolbar-portfolio {
  background-color: #0277BD; }
  .toolbar-portfolio md-tabs-wrapper {
    background-color: #0277BD !important; }
  .toolbar-portfolio md-tab-item.md-active {
    color: #FFFFFF !important; }

md-toolbar.md-hue-1 {
  background-color: #EEEEEE !important; }

md-toolbar.md-hue-3 {
  background-color: #FAFAFA !important; }

md-toolbar.highlight {
  background-color: #FFF9C4 !important; }

md-toolbar.slim {
  height: 36px;
  min-height: 36px;
  z-index: 0; }

.toolbar-label {
  margin-right: 20px;
  white-space: nowrap; }

md-toolbar.md-toolbar-thinner {
  height: 54px;
  min-height: 54px; }

md-toolbar.md-toolbar-sidenav-thinner {
  height: 54px;
  min-height: 54px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87); }

md-toolbar .md-toolbar-tools-environment {
  color: #ffffff;
  font-size: 20px;
  align-items: center;
  height: 54px;
  max-height: 54px;
  line-height: 54px;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }

md-toolbar md-input-container.checkbox-position {
  min-width: 180px;
  max-width: 180px;
  margin-top: 32px; }

md-toolbar md-input-container md-select {
  margin-bottom: -2px; }

md-toolbar md-input-container input[type=text] {
  margin-bottom: -2px; }

md-toolbar md-input-container label {
  top: 0px; }

md-toolbar md-input-container md-select.select-as-year-heading {
  margin-bottom: 2px; }
  md-toolbar md-input-container md-select.select-as-year-heading md-select-value {
    margin-bottom: -1px;
    padding-bottom: 3px; }

md-toolbar .start-spacer {
  min-width: 100px;
  max-width: 100px; }

md-toolbar .export-button {
  min-width: 60px;
  max-width: 60px; }

.popup-below .lcp-datepicker {
  margin-top: 10px; }

.trade .lcp-datepicker {
  margin-top: 10px; }

.trade .datepicker-input-container {
  padding-bottom: 0; }

.trade .errors {
  font-size: 12px;
  color: red; }

.trade.data-table-panel .data:hover {
  cursor: pointer; }

.trade.data-table-panel .selected {
  color: #0277BD;
  font-weight: 500; }

.trade.data-table-panel .sectionHeader {
  margin-top: 20px; }

.trade .cardData {
  background: #f9f9f9; }

md-card.lossesPillCard {
  min-width: 600px;
  max-width: 600px; }

md-list.lossesPillList md-list-item {
  min-height: 32px;
  max-height: 32px; }

.trade-warnings-header .alert {
  color: #F44336; }

.trade-warnings-header .warning {
  color: #ff8800; }

.trade-warnings-header md-icon {
  height: 18px;
  width: 18px;
  margin-left: 18px;
  margin-right: 9px; }

.trade-warnings-header md-icon.alert {
  color: #F44336 !important; }

.trade-warnings-header md-icon.warning {
  color: #ff8800 !important; }

md-list-item.data.alert {
  color: #F44336; }

md-list-item.data.warning {
  color: #ff8800; }

.user-profile {
  width: 300px;
  position: absolute;
  margin-top: 110px;
  margin-left: -210px;
  z-index: 3;
  opacity: 1;
  background-color: #0277BD;
  font-size: smaller;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(37, 53, 50, 0.37);
  -moz-box-shadow: 1px 1px 7px 0px rgba(37, 53, 50, 0.37);
  box-shadow: 1px 1px 7px 0px rgba(37, 53, 50, 0.37); }

.user-profile.ng-hide {
  opacity: 0; }

.user-profile .user-profile-details {
  color: #fff; }
  .user-profile .user-profile-details .user-role-list {
    font-size: smaller; }

.user-profile .user-roles-override {
  background-color: #FFFFFF;
  color: #212121; }

.ad-hoc-nav-list .lcp-datepicker {
  margin-top: 10px; }

.ad-hoc-nav-list .datepicker-input-container {
  padding-bottom: 0; }

.z3 {
  z-index: 3; }

.contractTrade .divSection, .contractTrade .divSectionUndefined {
  padding: 10px; }

.contractTrade .divSectionUndefined {
  border-radius: 10px;
  border: 2px solid #9CDFE3;
  height: 150px; }

md-checkbox.cross .md-icon {
  background-color: red;
  border-color: red; }

md-checkbox.cross .md-icon:after {
  height: 100%;
  width: 100%;
  display: block;
  content: url(assets/images/svg/plus.svg);
  transform: rotate(45deg);
  filter: invert(100%);
  position: relative;
  top: -50%; }

md-checkbox.cross[disabled] .md-icon {
  background-color: lightgrey;
  border-color: lightgrey; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

/* 
    Rather than invent new styles we are applying the dynamically generated Angular Material styles
    such as:

global {
    .flex {
        box-sizing: border-box;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .layout {
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    // the default layout
    .layout-row {
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .layout-column {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    // also...
    // .layout-align-start-center
    // .layout-align-end-center
    // etc
}
*/

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_flexContainer_1PdoG {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_progressbar_circle_3pslg {
  animation-duration: 1s !important; }

.local_progressbar_path_1ehqU {
  animation: none !important;
  stroke-dasharray: 50,200 !important;
  stroke: #00E676; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_labelContainer_DiQEb {
  overflow: hidden; }

.local_sortLabel_HehLa {
  color: rgba(0, 0, 0, 0.87); }

.local_sortIcon_3_XKV {
  font-size: 1.6rem !important;
  color: rgba(0, 0, 0, 0.87); }

.local_sortIconLeft_3bsOW {
  margin-left: 2px; }

.local_sortIconRight_2I8oC {
  margin-right: 2px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_header_1pde0 {
  height: 100%;
  display: flex;
  flex-direction: column; }

.local_right_1KWZB {
  display: flex;
  justify-content: flex-end; }

.local_center_3VhRD {
  display: flex;
  justify-content: center; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_headerRow_1_wxw {
  text-transform: none;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: bold;
  padding-left: 24px; }

.local_tableRow_1q55j {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: start;
  padding-left: 24px; }

.local_selectable_2bFH_:hover {
  background-color: #EEEEEE;
  cursor: pointer; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_progressbar_value_3ODs6 {
  background-color: #00E676; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_toolbar_3gtXp {
  height: 64px;
  position: relative;
  background-color: #EEEEEE; }

.local_toolbarContent_1FYIF {
  padding: 0px 24px 0px 24px; }

.local_title_1rMHt {
  font-size: 20px; }

.local_progressBar_2ZTEB {
  position: absolute;
  bottom: -4px;
  width: 100%;
  z-index: 10; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_container_NlSwx {
  position: relative;
  width: 184px; }
  .local_container_NlSwx .local_checkboxDropdown_1TWFF {
    position: absolute;
    top: 0;
    width: 184px;
    padding: 8px;
    font-size: 16px;
    background-color: #FFF;
    z-index: 999;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084); }
  .local_container_NlSwx .local_checkboxContainer_3qmYq {
    height: 40px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_check_1a4J6 {
  border-color: rgba(0, 0, 0, 0.54);
  margin: 10px 0px 10px 10px;
  cursor: pointer;
  vertical-align: middle; }

.local_checkbox_check_1a4J6.local_checkbox_checked_fvYKS {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

.local_checkbox_text_eZOgP {
  padding-top: 2px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  cursor: pointer;
  vertical-align: middle; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.inputClass input {
  font-size: 16px;
  max-width: 100px;
  padding-bottom: 4px; }

.inputClass label {
  width: 100px;
  max-width: 100px;
  overflow: visible;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54); }

.inputClass span {
  overflow: visible;
  white-space: nowrap; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_toolbarFilters_2PyLl {
  margin-right: 14px;
  padding: 0 20px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_30zLg {
  width: 900px; }

.local_dialogContent_1m-F8 {
  padding: 20px; }

.local_button_fVcNG {
  margin-left: 10px; }

.local_editTitle_Tt-5M {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 20px; }

.local_notesWidth_1jbkG {
  width: 860px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_2Dba8 {
  padding: 0px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdown_values_3J0g8 {
  padding: 0; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_3fw2b {
  width: 825px; }

.local_dialogContent_3JKzr {
  padding: 20px; }

.local_button_2xOFA {
  margin-left: 10px; }

.local_editTitle_gTsTz {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 20px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_1hlJ1 {
  padding: 0px; }

div[data-react-toolbox=dialog] {
  min-width: 610px;
  max-width: 860px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdown_values_3vDbz {
  padding: 0; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_headerRow_2YDPJ {
  text-transform: none;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: bold;
  padding-left: 24px; }

.local_tableRow_3LL7c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: start;
  padding-left: 24px; }

.local_tableGrid_mjMQ2 div:first-child {
  overflow: visible !important; }

.local_selectable_3pfR2:hover {
  background-color: #EEEEEE;
  cursor: pointer; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_subDialog_2aSz5 {
  min-width: 600px !important;
  max-width: 600px !important; }

.local_dialogContent_9dKRI {
  padding: 20px 0px 20px 20px; }

.local_button_142Ow {
  margin-left: 10px; }

.local_iconButton_1j9RT {
  opacity: 0.5 !important; }

.local_editTitle_3zg75 {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 20px; }

.local_notesWidth_3rtIn {
  width: 860px; }

.local_gridcontainer_1ozSs {
  min-width: 180px;
  display: grid;
  grid-template-columns: auto;
  padding: 10px; }

.local_gridcontainerwide_1C4x7 {
  min-width: 220px;
  display: grid;
  grid-template-columns: auto;
  padding: 10px; }

.local_griditem_3V1V7 {
  background-color: rgba(255, 255, 255, 0.8);
  height: 28px;
  margin: 4px;
  text-align: center;
  vertical-align: middle; }

.local_errorInput_3G0uz label {
  color: red; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_3qP4s {
  padding: 0px; }

div[data-react-toolbox=dialog] {
  min-width: 1500px;
  max-width: 1500px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_tabs_tabs_iZc9V {
  flex: 1;
  max-height: 350px; }

.local_tabs_tab_1jKEA {
  flex: 1;
  padding: 16px 0 0 0;
  max-height: 302px; }

.local_tabs_pointer_99MPg {
  background-color: #00E676; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_input_errorInput_2dYu1 label {
  color: red; }

.local_input_input_XplcJ {
  width: 100%;
  padding-right: 18px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdown_values_2pD88 {
  padding: 0; }

.local_dropdown_dropdown_3fYIB.local_dropdown_up_1Pbsy > .local_dropdown_values_2pD88 {
  top: auto;
  bottom: 0; }

.local_dropdown_input_1BhD2 {
  padding: 0; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdownAggregate_values_3gVga {
  top: auto;
  bottom: 0;
  padding: 0; }

.local_dropdownAggregate_dropdown_3EfKB.local_dropdownAggregate_up_2AOoz > .local_dropdownAggregate_values_3gVga {
  top: auto;
  bottom: 0; }

:not(.local_dropdownAggregate_dropdown_3EfKB.local_dropdownAggregate_up_2AOoz) > .local_dropdownAggregate_values_3gVga {
  top: auto;
  bottom: 0; }

.local_dropdownAggregate_up_2AOoz > .local_dropdownAggregate_values_3gVga {
  top: auto !important;
  bottom: 0 !important; }

:not(.local_dropdownAggregate_up_2AOoz) > .local_dropdownAggregate_values_3gVga {
  top: auto !important;
  bottom: 0 !important; }

.local_dropdownAggregate_input_21S-W {
  padding: 0; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_check_3t75t {
  border-color: rgba(0, 0, 0, 0.54); }

.local_checkbox_check_3t75t.local_checkbox_checked_a2Ar1 {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_3FNIb {
  width: 900px; }

.local_dialogContent_ipRXG {
  padding: 20px; }

.local_button_3NFLh {
  margin-left: 10px; }

.local_editTitle_FY1sL {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 20px; }

.local_notesWidth_1MKhm {
  width: 860px; }

.local_gridcontainer_3T1AL {
  min-width: 180px;
  display: grid;
  grid-template-columns: auto;
  padding: 10px; }

.local_gridcontainerwide_3g6Ql {
  min-width: 220px;
  display: grid;
  grid-template-columns: auto;
  padding: 10px; }

.local_griditem_4mQaM {
  background-color: rgba(255, 255, 255, 0.8);
  height: 28px;
  margin: 4px;
  text-align: center;
  vertical-align: middle; }

.local_errorInput_D3R4J label {
  color: red; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_3jn3Z {
  padding: 0px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_input_input_3nGSt {
  padding-top: 0px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdown_values_1PQnK {
  padding: 0; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_2cqf2 {
  width: 900px; }

.local_dialogContent_zOYa- {
  padding: 20px; }

.local_button_3CrQe {
  margin-left: 10px; }

.local_editTitle_27DMO {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 20px; }

.local_notesWidth_3_3zj {
  width: 860px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_2D3gC {
  padding: 0px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdown_values_SvjwR {
  padding: 0;
  max-height: none !important;
  min-width: 200px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_switch_field_3W9e7 {
  margin-top: 14px; }

.local_switch_disabled_ZZUnE {
  margin-top: 14px; }

.local_switch_text_Ly0wP {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87); }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

 {
  /* Crude hack. Couldn't use the md classes directly */ }
  .local_iconMenu_1m8Io {
    position: absolute;
    top: 88px;
    left: 24px;
    z-index: 20;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .local_plus_xcDhp {
    text-align: center;
    vertical-align: middle; }
  .local_icon_1pZ1s {
    align-items: center;
    background-color: #00e676;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-radius: 50%;
    border-color: rgba(0, 0, 0, 0.87);
    border-style: none;
    border-width: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    font-size: 15px;
    font-weight: 500;
    height: 56px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color, box-shadow;
    transition-timing-function: linear;
    width: 56px;
    z-index: 20; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_container_Evtss {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 16px 16px 16px; }

.local_progressBarContainer_rN_6x {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.local_tabContent_2drVQ {
  flex: 1;
  overflow: auto; }

.local_buttonRow_1jJyL {
  padding-top: 16px; }

.local_headerRow_1dcBe {
  text-transform: none;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: bold;
  padding-left: 24px; }

.local_tableRow_2QOla {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: start;
  padding-left: 24px; }

.local_tableGrid_1V0dV div:first-child {
  overflow: visible !important; }

.local_selectable_4dnRH:hover {
  background-color: #EEEEEE;
  cursor: pointer; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_tabs_tabs_1P1u5 {
  flex: 1; }

.local_tabs_tab_2SdvY {
  flex: 1;
  padding: 16px 0 0 0; }

.local_tabs_pointer_rPGDm {
  background-color: #00E676; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_field_2k1cg {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.local_checkbox_check_13hax {
  border-color: rgba(0, 0, 0, 0.54); }

.local_checkbox_check_13hax.local_checkbox_checked_1Fm0f {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_field_3yWJZ {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.local_checkbox_check_1MWI_ {
  border-color: rgba(0, 0, 0, 0.54); }

.local_checkbox_check_1MWI_.local_checkbox_checked_1Pyj4 {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_2teAW {
  width: 800px; }

.local_dialogContent_PhhD1 {
  padding: 20px; }

.local_button_H8TWg {
  margin-left: 10px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_Waerz {
  padding: 0px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_container_9ogSJ {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 16px 16px 16px; }

.local_progressBarContainer_2o39C {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.local_tabContent_gN7-M {
  flex: 1;
  overflow: auto; }

.local_buttonRow_u19vM {
  padding-top: 16px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_tabs_tabs_1fC1X {
  flex: 1; }

.local_tabs_tab_On1DA {
  flex: 1;
  padding: 16px 0 0 0; }

.local_tabs_pointer_22nuT {
  background-color: #00E676; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_flashing_3FaE1 {
  font-weight: 'bold';
  background-color: #fae5af; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_1sRl2 {
  width: 800px; }

.local_dialogContent_2lPga {
  padding: 20px; }

.local_button_15b55 {
  margin-left: 10px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_2kcqy {
  padding: 0px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdown_values_3-58u {
  padding: 0; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_check_3iFwd {
  border-color: rgba(0, 0, 0, 0.54); }

.local_checkbox_check_3iFwd.local_checkbox_checked_2EYr3 {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_field_276Gj {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.local_checkbox_check_7d2yd {
  border-color: rgba(0, 0, 0, 0.54); }

.local_checkbox_check_7d2yd.local_checkbox_checked_eLs8H {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_headerRow_2ykgM {
  text-transform: none;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: bold;
  padding-left: 24px; }

.local_tableRow_2EBIv {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: start;
  padding-left: 24px; }

.local_tableGrid__Ug94 div:first-child {
  overflow: visible !important; }

.local_selectable_1eq51:hover {
  background-color: #EEEEEE;
  cursor: pointer; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dropdown_inputElement_1ipr0 {
  width: 225px; }

.local_dropdown_values_1eVXO {
  padding: 0;
  max-height: none !important;
  min-width: 200px; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_field_28jQo {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.local_checkbox_check_3_BbC {
  border-color: rgba(0, 0, 0, 0.54); }

.local_checkbox_check_3_BbC.local_checkbox_checked_19kj4 {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

.local_checkbox_text_3V3Fg {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87); }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_7WGoD {
  width: 900px; }

.local_dialogContent_2Wz7u {
  padding: 20px; }

.local_button_2eclx {
  margin-left: 10px; }

.local_editTitle_ZQopF {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 20px; }

.local_notesWidth_1qgxd {
  width: 860px; }

.local_headerRow_FbuW1 {
  text-transform: none;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: bold;
  padding-left: 24px; }

.local_tableRow_19mm9 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: start;
  padding-left: 24px; }

.local_tableGrid_aoqwY div:first-child {
  overflow: visible !important; }

.local_selectable_2d4wM:hover {
  background-color: #EEEEEE;
  cursor: pointer; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_dialog_body_3hEL- {
  padding: 0px; }

div[data-react-toolbox=dialog] {
  width: 70%; }

html {
  font-size: 62.5%; }

div, section {
  box-sizing: border-box;
  outline: 0; }

[disabled] {
  color: #a3a3a3 !important; }

.local_checkbox_field_3QYE6 {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.local_checkbox_check_hkNQr {
  border-color: rgba(0, 0, 0, 0.54); }

.local_checkbox_check_hkNQr.local_checkbox_checked_tr1MB {
  background-color: rgba(105, 240, 174, 0.87);
  border-color: rgba(105, 240, 174, 0.87); }

