/**** Tables styles  **/
/* line 5, ../../app/assets/stylesheets/table.css.scss */
.past-backtests td:last-child {
  width: 50px;
}

/* line 11, ../../app/assets/stylesheets/table.css.scss */
.backtest-weights input.ng-invalid {
  border-color: #f09784;
}

/* line 16, ../../app/assets/stylesheets/table.css.scss */
.metrics-table-wrap {
  overflow: auto;
}
/* line 19, ../../app/assets/stylesheets/table.css.scss */
.metrics-table-wrap .metrics-table td {
  vertical-align: middle !important;
  height: 50px;
  padding: 10px;
}
/* line 24, ../../app/assets/stylesheets/table.css.scss */
.metrics-table-wrap .metrics-table th {
  padding: 10px;
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 35, ../../app/assets/stylesheets/table.css.scss */
.with-header-table-wrap table thead th {
  padding: 10px;
  height: 27px;
}

/* line 44, ../../app/assets/stylesheets/table.css.scss */
.metrics-table-wrap.metrics-table-small .metrics-table td {
  padding: 7px;
}
/* line 45, ../../app/assets/stylesheets/table.css.scss */
.metrics-table-wrap.metrics-table-small .metrics-table th {
  padding: 7px;
}

/* line 50, ../../app/assets/stylesheets/table.css.scss */
.performance-table td.number {
  text-align: center !important;
}

/* line 55, ../../app/assets/stylesheets/table.css.scss */
.info-table-wrap {
  overflow: auto;
}
/* line 58, ../../app/assets/stylesheets/table.css.scss */
.info-table-wrap .info-table td {
  vertical-align: middle !important;
  height: 50px;
  padding: 10px;
}
/* line 63, ../../app/assets/stylesheets/table.css.scss */
.info-table-wrap .info-table th {
  padding: 10px;
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 73, ../../app/assets/stylesheets/table.css.scss */
td.action-column {
  color: #777;
}

/* line 77, ../../app/assets/stylesheets/table.css.scss */
table.without-borders {
  border-top: none !important;
}
/* line 79, ../../app/assets/stylesheets/table.css.scss */
table.without-borders.table tbody > tr > td {
  border-top: none;
}
/* line 82, ../../app/assets/stylesheets/table.css.scss */
table.without-borders.table thead > tr > th {
  border-bottom: none;
}

/* line 90, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-wrap {
  position: relative;
  padding-top: 25px;
}

/* line 95, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 10px;
}
/* line 101, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-header table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}

/* line 111, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-inner {
  width: 100.9%;
  overflow-y: scroll;
  max-height: 641px;
}
/* line 115, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-inner::-webkit-scrollbar {
  height: 0;
  overflow: visible;
  width: 10px;
  border-left: 1px solid #e5e5e5;
}
/* line 121, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border-width: 1px 1px 1px 6px;
}
/* line 129, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-inner::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
/* line 133, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-inner::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
/* line 138, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-inner::-webkit-scrollbar-corner {
  background: transparent;
}
/* line 142, ../../app/assets/stylesheets/table.css.scss */
.fixed-header-table-inner table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0 !important;
}

/* line 156, ../../app/assets/stylesheets/table.css.scss */
table th.sortable div:after, table th.sortable div:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}
/* line 169, ../../app/assets/stylesheets/table.css.scss */
table th.sortable div:before {
  margin-top: 2px;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
/* line 178, ../../app/assets/stylesheets/table.css.scss */
table th.sortable div {
  padding-right: 18px;
  position: relative;
}
/* line 183, ../../app/assets/stylesheets/table.css.scss */
table th.sortable.asc div:after, table th.sortable div:hover:after, table th.sortable div:hover:before, table th.sortable.desc div:before {
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
}
/* line 190, ../../app/assets/stylesheets/table.css.scss */
table th.sortable {
  cursor: pointer;
}
/* line 194, ../../app/assets/stylesheets/table.css.scss */
table th.sortable.desc div:after {
  visibility: hidden;
}
/* line 198, ../../app/assets/stylesheets/table.css.scss */
table th.sortable.asc div:before {
  visibility: hidden;
}
/* line 202, ../../app/assets/stylesheets/table.css.scss */
table th.sortable.desc div:before, table th.sortable.asc div:after {
  margin-top: -2px;
}

/* line 206, ../../app/assets/stylesheets/table.css.scss */
table.table-middle tbody tr td {
  vertical-align: middle;
}

/* line 210, ../../app/assets/stylesheets/table.css.scss */
.field-input {
  width: 100%;
}

/* line 213, ../../app/assets/stylesheets/table.css.scss */
.name-col-header {
  width: 150px;
}

/* line 217, ../../app/assets/stylesheets/table.css.scss */
.name-col-text {
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* line 222, ../../app/assets/stylesheets/table.css.scss */
.name-col-body {
  max-width: 200px;
}

@media (min-width: 1200px) {
  /* line 227, ../../app/assets/stylesheets/table.css.scss */
  .column-with-buttons {
    min-width: 270px;
    vertical-align: top;
  }

  /* line 231, ../../app/assets/stylesheets/table.css.scss */
  .name-col-header {
    width: 200px;
  }
}
/* line 236, ../../app/assets/stylesheets/table.css.scss */
.params-column {
  max-width: 150px;
}

@media (max-width: 1199px) {
  /* line 240, ../../app/assets/stylesheets/table.css.scss */
  .column-with-buttons {
    min-width: 80px;
  }

  /* line 243, ../../app/assets/stylesheets/table.css.scss */
  .params-column {
    max-width: 100px;
  }

  /* line 246, ../../app/assets/stylesheets/table.css.scss */
  .portfolio-cash-positions {
    padding-left: 40px !important;
  }

  /* line 249, ../../app/assets/stylesheets/table.css.scss */
  .quick-nav-container {
    right: 3px !important;
  }

  /* line 252, ../../app/assets/stylesheets/table.css.scss */
  .name-col-body {
    min-width: 80px;
    max-width: 150px;
  }
}
/* line 257, ../../app/assets/stylesheets/table.css.scss */
.table.little-table {
  margin-bottom: 0;
}

/* line 260, ../../app/assets/stylesheets/table.css.scss */
td.td-no-border {
  border: none !important;
  border-color: #ffffff;
  padding: 0 10px 0 10px;
}

/* line 265, ../../app/assets/stylesheets/table.css.scss */
td.td-no-border:last-child {
  padding-right: 0;
}

/* line 269, ../../app/assets/stylesheets/table.css.scss */
.table-set-columns-btn {
  right: 0;
  margin-bottom: 5px;
}

/* line 274, ../../app/assets/stylesheets/table.css.scss */
.js-table-header-absolute {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 960px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
