.alt-row {
  background-color: rgb(240, 240, 245);
}

.sticky {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.rfi-category-table {
  border: 1px solid black !important;
}
.rfi-category-table tr {
  border: 1px solid black !important;
}

.rfi-category-table thead td {
  background-color: black;
  color: white;
  vertical-align: top;
  font-size: 0.8rem;
}

.rfi-category-table tbody tr td {
  font-size: "0.5rem" !important;
  border: 1px solid black;
  vertical-align: top;
}

#eds-rapid-diagram {
  width: 100%;
  height: auto;
}

.question-section {
  color: black;
  /* background-color: yellow; */
  /* background-color: lightcyan */
}

.question-section :hover {
  color: black;
  /* background-color: yellow; */
}

.question {
  background: #f4f4f4;
  margin-top: 30px;
  padding: 20px 20px;
  /* cursor: pointer; */
  /* border-left: 5px solid #f4f4f4; */

  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.hideMe {
  display: none;
}

.question .helper-control {
  width: 100%;
  cursor: default;
}

.question .input-control {
  width: 100%;
}

.question .textarea-control {
  width: 100%;
  height: 50px;
}

.subQuestion {
  margin-top: 20px;
  margin-left: 20px;
}

input .warning {
  border-color: red;
}

/* .small {
    font-size: 9px;
  }

  .warning{
    color:red;
  } */

.tooltipClass {
  /* border: 1px solid rgba(0, 0, 0, 0.125) !important; */
  max-width: 30% !important;
  text-align: left !important;
  padding-top: 10px !important;
}

.sub-header-container h2.section-heading {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  min-height: 58px;
  text-align: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.section-heading {
  /* border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;

    background-color: teal; */
  font-family: Georgia, "Times New Roman", Times, serif;
}

.not-required-question {
  color: gray !important;
}

.river-function {
  width: 100%;
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 2px;
  padding: 3px;
  margin-bottom: 35px;
}
/* .river-function tr {
    border-bottom: 1px solid silver;
    
} */

.river-function th {
  text-align: center;
  font-size: larger;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.river-function-table td {
  /* height: 20px; */
  padding: 0px;
  height: 5px;
}

.river-function-item {
  width: 50%;
  text-align: right;
  padding-right: 10px;
  /* border-bottom: 1px dotted silver; */
}

/* .river-function-item :hover
{
    background-color: wheat;
} */

.river-function-td-graph {
  background-image: url(../../images/river_function_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 20px;
  width: 100%;
  height: 10px;
}
.river-function-bar-image {
  width: 100%;
  height: 15px;
  margin: 0px;
  padding: 0px;
}

.river-function-table td.scale {
  height: 2px !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}

.river-function-bar-scale-image {
  width: 100%;
  height: 3px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.river-function-item-question-table {
  border: 1px silver dotted;
}

.river-function-item-question-table thead {
  text-align: left;
  /* background-color:rgba(65, 45, 121, 0.87); */
  /* background-color: silver; */
  color: black;
  /* font-weight: bold; */
}

.river-function-item-question-table tbody tr:hover {
  background-color: seashell;
}
.river-function-item-question-table td {
  border-bottom: 1px silver dotted;
  vertical-align: top;
}

.river-function-item-question-table .question-id {
  font-weight: bold;
  margin-right: 5px;
  white-space: nowrap;
  text-align: right;
}

.not-asked-question {
  color: rgb(87, 85, 85);
  font-style: italic;
}

.side-bar-info {
  margin-left: 30px;
  margin-top: 10px;
  border: 1px solid silver;
  border-radius: 0.25rem;
  padding: 4px;
  font-size: small;
}

.question h5 {
  font-size: 16px;
  font-weight: bold;
}

.question {
  font-size: 14px;
}

.expand-collapse {
  cursor: pointer;
  margin-left: 10px;
}

.right-spacer {
  padding-right: 10px;
}

.rfCategory-selected-BB {
  font-weight: bold;
  text-align: right !important;
  background-color: rgb(30, 118, 64);
  color: white;
}
.rfCategory-selected-CF {
  font-weight: bold;
  text-align: right !important;
  background-color: rgb(222, 118, 45);
  color: white;
}
.rfCategory-selected-GM {
  font-weight: bold;
  text-align: right !important;
  background-color: rgb(127, 109, 0);
  color: white;
}
.rfCategory-selected-HD {
  font-weight: bold;
  text-align: right !important;
  background-color: rgb(48, 109, 190);
  color: white;
}
.rfCategory-selected-LC {
  font-weight: bold;
  text-align: right !important;
  background-color: rgb(160, 49, 35);
  color: white;
}
.rfCategory-selected-WQ {
  font-weight: bold;
  text-align: right !important;
  background-color: rgb(42, 189, 218);
  color: white;
}

.final-report-questions td {
  font-size: 0.8rem;
}

.final-report-questions tbody tr:hover {
  background-color: seashell;
}

/* This is a section for styling during printing */

.print-only {
  display: none;
}

@media only screen and (max-width: 1400px) {
  img {
    width: 100%;
  }
}

@media print {
  img,
  .group-in-print {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
  }

  .no-print,
  .no-print * {
    display: none !important;
  }

  .print-only {
    display: block;
  }
}
.offcanvas-end.instructions {
  width: 705px !important;
}
.offcanvas-end.topics {
  width: 705px !important;
}
.btn {
  text-align: left !important;
}
.btn.btn-outline-secondary:hover svg path {
  stroke: #fff !important;
}
.switch-on.btn {
  text-align: center !important;
}
.list-group-item {
  border: unset !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
