/* Common */

.pg-content.calc {
  width: 90%;
}

.pg-content.calc {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

table th,
table td {
  border: 1px solid #6c757d !important;
}

table th {
  padding: 5px;
}

table td {
  padding: 4px;
}

table td.cell-inactive {
  background-color: #f3f2f2a6;
  text-align: center;
  vertical-align: middle;
  font-size: 1.1em;
  color: black;
  font-style: italic;
}

table caption {
  caption-side: top;
  color: black;
  font-size: 1.2em;
  font-weight: bold;
}

table td.is-leaf:hover {
  background-color: #c6ddff;
  cursor: pointer
}

.has-error {
  border-color: #a94442;
}

.bordered-row {
  border: 3px solid black !important;

  border-radius: 5px !important;
}

.bordered-row-top {
  border-top: 3px solid black !important;

  border-radius: 5px !important;
}

.bordered-row-bottom {
  border-bottom: 3px solid black !important;

  border-radius: 5px !important;
}

.content .btn {
  border-color: grey !important;
}

.content table th {
  text-align: center !important;
}

.dom-divider {
  background-color: #81bee3;
  font-weight: bold;
}

.sub-text {
  font-size: 0.8em;
  font-style: italic;
  color: #37b1ff;
}

.warning {
  color: orange;
}

.info {
  color: #37b1ff;
}

.etr_inp {
  margin-right: 5px !important;
}

.sel {
  font-weight: bold;
}

.selected-item {
  color: #1d6ce1
}

.nav-item.disabled a {
  cursor: not-allowed;
}

.ask-choose {
  font-size: 1.1em;
  font-weight: bold;
}

.spl-row {
  background-color: #d8d9db;
}

.group-options {
  margin-top: 15px;
}

.indicator {
  margin-left: 2px;
  cursor: pointer;
}

.save-svi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #009465;
  border: #009465 solid;
  display: flex;
  justify-content: center;
  line-height: 70px;
  height: 70px;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  z-index: 50000
}

/* Specific */

/* METADATA section */

.interpretation-metadata .gene .bootstrap-tagsinput {
  z-index: auto;
}

.interpretation-metadata .disease .bootstrap-tagsinput {
  z-index: auto;
}

.interpretation-metadata .daf-tools {
  margin-top: 5px;
  margin-left: inherit;
}

/* MAIN PANEL*/
.assertion-panel {
  padding: 0px !important;
}

.assertion-panel .panel-title {
  padding-bottom: 6px;
}

/* Calculator table */
.cell-section {
  display: grid;
}

.cap {
  color: #171616;
  font-weight: normal !important;
  font-size: 0.8em;
}

table .is-leaf {
  color: #1d6ce1;
}

.common-table {
  border: 3px solid black;
  width: 100%;
}

.filled-cell {
  background-color: #cee3f2 !important;
}

table .points-cls {
  width: 5%
}

/* Workflows */
/*.calculate-assertion .assertion,
.outcomes {
    font-weight: bold ;
    font-size: 1.2em;
}*/
.outcomes .etr-applied {
  margin-right: 10px;
  /*color: orange;*/
}

.calculate-assertion.table td,
.vwf.common-table td {
  /*text-align: center;*/
  vertical-align: middle;
}

.vwf.common-table tfoot td {
  text-align: unset !important;
  vertical-align: unset !important;
}

.panel.evidence-concept {
  margin-top: 10px;
}

.panel.evidence-concept .variant-type {
  font-size: 1.1em;
}

.panel.evidence-concept .variant-type .type {
  margin-left: 3px;
}

.panel.evidence-concept caption {
  text-decoration: underline;
  cursor: pointer;
}

input.com-num {
  width: 50px
}

/* Calculate assertion */
.pt_fin .classification,
.pt_fin .value,
.outcomes .val,
.outcomes .value {
  color: green;
}

.calculate-assertion {
  border: 3px solid #cccccc !important;
  box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px !important;
}

.calculate-assertion .aggregated-cell {
  text-align: center;
  vertical-align: middle;
  color: green;
  font-weight: bold;
}

/*.calculate-assertion .aggregated-cell .value {
  font-size: 1.5em;
}*/
.calculate-assertion .aggregated-cell {
  position: relative
}

.calculate-assertion .evidence-code-label {
  font-style: italic;
}

.calculate-assertion .text-label {
  font-size: 0.9em;
}

.calculate-assertion .var-type-item {
  padding-left: 2em;
  text-indent: -1.1em;
}

.calculate-assertion input.form-control {
  width: 65%;
  max-width: 65%;
}

.calculate-assertion .vwscore input {
  border: solid 0.1em;
  max-width: 60%;
  min-width: 50%;
}

.calculate-assertion .vwscore input[disabled] {
  border: 0.1em solid #e5e3e3;
}

.calculate-assertion .cell-caps input {
  margin-left: 5px;
}

.calculate-assertion .notation {
  text-align: left;
}

.calculate-assertion .notation .ev-codes::before {
  content: "[";
}

.calculate-assertion .notation .ev-codes::after {
  content: "]";
}

.calculate-assertion .notation .ev-codes:not(:last-child)::after {
  content: ";";
}

.calculate-assertion .notation .ev-code:not(:last-child)::after {
  content: "; ";
}

.calculate-assertion .notation .ev-codes {
  font-size: 0.8em;
  color: #6d6767;
  font-style: italic;
}

.calculate-assertion .notation .ev-concept {
  display: block ruby;
}

.calculate-assertion .notation .val {
  color: green
}

.calculate-assertion .aggregated-cell .after-cap {
  color: #e97610;
  font-weight: bold;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  right: 2;
}

.calculate-assertion th.ev-cat {
  width: 10%
}

.calculate-assertion th.ev-cat {
  width: 10%
}

.calculate-assertion th.ev-con {
  width: 10%
}

.calculate-assertion th.vwf-score {
  width: 5%
}

.calculate-assertion th.ev-code-points {
  width: 5%
}

.calculate-assertion th.ev-con-points {
  width: 5%
}

.calculate-assertion th.ev-cat-points {
  width: 5%
}

.calculate-assertion th.ev-code {
  width: 25%
}

.calculate-assertion th.workflows {
  width: 25%;
}

.calculate-assertion td.vwscore {
  text-align: center;
}
