body.md-default-theme,
body,
html.md-default-theme,
html {
  background: rgb(10 10 10);
}
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: 16px;
}
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;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 16px;
  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: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.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;
  margin-right: -6px !important;
}
.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 > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}
.md-table-pagination > .buttons:not(:first-child),
.md-table-pagination > .limit-select:not(:first-child) {
  margin-left: 32px;
}
.md-table-pagination > .buttons {
  margin-right: -16px;
}
.md-table-pagination > .buttons > .md-button.md-icon-button {
  margin: 0;
}
.md-table-pagination > .buttons > .label + .md-button.md-icon-button {
  margin-left: 20px;
}
md-select.md-table-select {
  margin: 0;
}
md-select.md-table-select > .md-select-value {
  padding: 0;
  min-width: 0;
  min-height: 24px;
  border-bottom: 0 !important;
}
md-select.md-table-select > .md-select-value > span {
  display: block;
  height: auto;
  -webkit-transform: none !important;
  transform: none !important;
}
md-select.md-table-select > .md-select-value > span > .md-text {
  display: inherit;
  height: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
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.md-table-select > .md-select-value > span.md-select-icon:after {
  top: initial;
}
.md-select-menu-container.md-table-select,
.md-select-menu-container.md-pagination-select {
  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: 18px;
}
.md-select-menu-container.md-pagination-select .md-text {
  font-size: 18px;
}
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: 100px;
}
table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 60px;
}
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: 16px;
  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: 18px !important;
  line-height: 18px !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 56px 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.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: 30px;
  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: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
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: 30px;
  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);
}
table.md-table td.md-cell.text {
  vertical-align: middle;
  text-align: right;
  color: white;
  font-family: "Trebuchet MS", "Trebuchet", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
}
table.md-table th.md-column.table-header-text {
  color: rgb(250, 250, 250);
  text-align: right;
  width: calc(100% / 6);
}

.configuration {
  display: block;
}

table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  text-align: left;
  padding-left: 16px;
  /*min-width:65px;*/
}
table.md-table:not(.md-row-select) th.md-column:first-child {
  text-align: left;
  padding-left: 16px;
  width: calc(100% / 6);
  /*min-width:65px;*/
}
table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 20px 0 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .md-button {
    width: 40px;
  }

  .configuration {
    display: none;
  }

  /*To be removed when md-cell is dynamic*/
  table.md-table th.md-column.table-header-text table.md-table td.md-cell.text {
    font-size: 12px;
  }

  table.md-table td.md-cell:last-child,
  table.md-table th.md-column:last-child {
    padding: 0 5px 0 0;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /*To be removed when md-cell is dynamic*/
  table.md-table th.md-column.table-header-text,
  table.md-table td.md-cell.text {
    font-size: 12px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 500px) {
  /*To be removed when md-cell is dynamic*/
  table.md-table th.md-column.table-header-text,
  table.md-table td.md-cell.text {
    font-size: 30px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .md-button {
    width: 40px;
  }

  .configuration {
    display: none;
  }

  /*To be removed when md-cell is dynamic*/
  table.md-table td.md-cell.text,
  table.md-table th.md-column.table-header-text {
    font-size: 12px;
  }
  table.md-table td.md-cell:last-child,
  table.md-table th.md-column:last-child {
    padding: 0 5px 0 0;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */

  /*To be removed when md-cell is dynamic*/
  table.md-table td.md-cell.text,
  table.md-table th.md-column.table-header-text {
    font-size: 27px;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */

  /*To be removed when md-cell is dynamic*/
  table.md-table td.md-cell.text,
  table.md-table th.md-column.table-header-text {
    font-size: 30px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */

  /*To be removed when md-cell is dynamic*/
  table.md-table td.md-cell.text,
  table.md-table th.md-column.table-header-text {
    font-size: 30px;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /*To be removed when md-cell is dynamic*/
  table.md-table td.md-cell.text,
  table.md-table th.md-column.table-header-text {
    font-size: 32px;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /*To be removed when md-cell is dynamic*/
  table.md-table td.md-cell.text,
  table.md-table th.md-column.table-header-text {
    font-size: 35px;
  }
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

.expand-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Trebuchet MS", "Trebuchet", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
  font-size: 32px;
  font-weight: 700;
  background-color: transparent;
  color: #f1f2f1;
  margin-bottom: 10px;
  padding: 0px 16px;
  border-bottom: 2px solid white;
  padding-bottom: 5px;
}
.table-section-container:not(:first-child) .expand-header {
  margin-top: 20px;
}
/* .expand-header {
  display: flex;
  justify-content: space-between;
  font-family: "Trebuchet MS", "Trebuchet", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  background-color: #f1f2f1;
  color: #090909;
  margin-bottom: 10px;
  padding: 0px 16px;
  border-radius: 2px 2px 0px 0px;
} */

.expand-header a {
  text-decoration: none;
  color: #090909;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
}

.expand-header a img {
  width: 20px;
  margin-left: 10px;
}
.md-table th:nth-child(1) {
  width: 200px;
}
.td-sub-header {
  text-align: center;
  font-family: "Trebuchet MS", "Trebuchet", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
  font-size: 26px;
  font-weight: 700;
  color: #090909;
}
.top-header {
  background-color: #ffffff;
}
.table-section-container {
  background: rgb(10 10 10);
  margin-bottom: 10px;
}
.direct:not(:first-child),
.compose:not(:first-child) {
  margin-top: 11px;
}
.direct div:not(:first-child),
.compose div:not(:first-child) {
  margin-top: 11px;
}
md-content.md-default-theme,
md-content {
  background: rgb(10 10 10);
}
.table-header-blue th {
  font-family: "Trebuchet MS", "Trebuchet", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", "Arial", "sans-serif" !important;
}
md-card.md-default-theme,
md-card {
  background: none;
}
.btn-config {
  margin-left: 4px;
}
.img-vertical {
  display: flex;
  flex-direction: column;
}
.direct,
.compose {
  transform: scaleY(1);
  transform-origin: top;
}
.down-arrow {
  animation: downSpin 0.4s linear;
  animation-fill-mode: forwards;
}
.up-arrow {
  animation: upSpin 0.4s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
.down-arrow-height {
  transition: height ease 0.1s;
  animation: hight-down 0.5s ease;
  animation-fill-mode: forwards;
}
.up-arrow-height {
  transition: height ease 0.1s;
  animation: hight-up 0.5s ease;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@keyframes downSpin {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes upSpin {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes hight-down {
  100% {
    transform: scaleY(0);
    height: 0;
  }
}
@keyframes hight-up {
  100% {
    transform: scaleY(0);
  }
}
