/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

td.indent-td {
  padding-left: 5%;
}

.inline-response {
  display: inline;
  width: 150px;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;
  background-color: yellow;
}

.striper tr:nth-child(n+1) {
  background: white;
}

.striper tr:nth-child(2n) {
  background: #f2f2f2;
}

.striper-odd tr:nth-child(n+1) {
  background: #f2f2f2;
}

.striper-odd tr:nth-child(2n) {
  background: white;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.answer {
  color: #000066;
}

.bd-example {
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 1px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.bd-subexample {
  padding-left: 1.5rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}


.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.separator {
  border: 3px solid;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.location-button {
  margin-left: 5px;
  margin-right: 0;
  margin-bottom: 10px;
}

.location-select {
  border: 2px solid blue;
}

.lvm-logo {
  width: 100%;
  height: auto;
  /* object-fit: cover;*/
  /*margin-right: 10pt;*/
}

.navbar, .navbar-expand-md, .navbar-light, .navbar-brand {
  background-color: #c0c0c0;
  opacity: 1;
  z-index: 1;
}

.nav-item {
  font-family: sans-serif;
  font-weight: bolder;
  font-size: small;
  color: #00ff00;;
  margin-right: 5px;
}

.sidebar {
  /*padding-left: 5px;*/
}

/* Style sidebar links */

.sidebar a {
  text-decoration: none;
  /*font-size: 10px;*/
  /*color: #010101;*/
  display: block;
  color: #464646;
}

/* Style links on mouse-over */
.sidebar a:hover {
  background-color: #1E90FF;
  color: black;
  border-radius: 5px;
  padding-left: 10px;
  text-indent: -10px
}

.sidebar li {
  padding: 0 0 2px 10px;
  list-style: '' inside;
  margin: 0;
  text-indent: -10px;

}

.sub-sidebar-list-item {
  padding: 3px 3px 0;
  list-style-type: '-';
  margin-left: 3px;
  text-indent: -3px;
  font-style: italic;
}

/* Style the main content */
.main {
  /*margin-left: 120px; /* Same as the width of the sidenav */
  padding: 0 10px;
  position: absolute;
}

.edit-icon {
  width: 22px;
  height: 17px;
  padding: 0 5px;
}

label.indent {
  text-indent: -16px;
  padding-left: 16px;
}

div.indent {
  text-indent: -36px;
  padding-left: 36px;
}

.answer-label {
  margin: 20px;
  font-family: arial, tahoma, sans-serif;
  font-size: 90%;
}

.answer {
  color: #000066;
  padding-bottom: 10px;
  font-family: georgia, serif;
  font-size: 110%;
}

.box {
  width: 100px;
  height: 50px;
  padding-left: 20px;
}

.email-img {
  object-fit: fill;
}

.xp {
  margin-left: 10px;
  margin-top: 5px;
}

.heading-setup {
  content: "";
  display: table;
  clear: both;
}


.subheading-setup {
  content: "";
  display: table;
  clear: both;
  width: 80%
}

.column1 {
  float: left;
  width: 73%;
  height: inherit;
}

.column2 {
  float: right;
  width: 25%;
  height: inherit;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.my-row:nth-child(odd) {
  background: #f0f0f0;
}

.alt-div:nth-child(odd) {
  background: #f0f0f0;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

#status-container {
  height: auto;
  overflow: hidden;
}

#status-left-column {
  /*background-color: red; */
  width: auto;
  overflow: hidden;
}

#status-right-column {
  float: right;
  width: 50%;
  /* background-color: blue;*/
  display: block;
}

.topic-title {
  text-indent: -20px;
  padding-left: 20px;
  /* text-transform: capitalize; */
}

.sh-btn {
  margin: 7px 4px 7px 20px;
}

.sh-header {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}


.no-border {
  border: 0;
  box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
  overflow-y: hidden;
  padding-right: 0 !important;
}

.other-menu-main {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.other-menu-sub {
  margin-left: 20px;
  padding: 0;
}

.other-menu-dl {
  /*display: block;*/
  margin: 10px 0 1em 20px;
}

.other-menu-dd {
  /*display: block;*/
  margin-left: 20px;
}

.my-float {
  height: 50%;
}

.url-no-underline {
  text-decoration: none;
}

.fixTableHead {
  overflow-y: auto;
}

.fixTableHead thead th {
  position: sticky;
  top: 0;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}


table.table thead th a {
  text-decoration: none;
}


table.table tbody td a {
  text-decoration: none;
}

/* help stuff got from the web */

.help {
  width: 40px;
  margin: 0 auto;
}

.help .question {
  height: 40px;
  width: 40px;
  background: #ccc;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.help .popup, .help .popup2 {
  width: 560px;
  height: 0;
  text-align: left;
  overflow: hidden;
  position: relative;
  background: #eee;
  opacity: 0;
  transition: 1s;
}

.help .popup {
  left: -40px;
  top: 10px;
}

.help .popup2 {
  height: 220px;
}

.help .popup2 h4 {
  font-size: 18px;
  padding: 10px;
  margin: 0;
}

.help:hover .popup {
  opacity: 1;
  height: 270px;
}

.help .tell-me p:first-child {
  color: #317eac;
  cursor: pointer;
}

.tell-me {
  width: 150px;
}

.help .tell-me:hover .popup2 {
  top: -220px;
  opacity: 1;
}

.help .popup h3 {
  margin: 0;
  padding: 10px 0 0 10px;
  height: 30px;
  background: #555;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.help .popup p {
  font-size: 14px;
  padding: 10px;
  margin: 0;
}

.help .popup .popup2 .sub-levels {
  padding: 0 0 10px 140px;
}

.help .popup .popup2 .sub-levels strong {
  font-size: 20px;
}

.help .popup .popup2 p:nth-child(5) {
  padding: 20px 0 0 10px;
}

.help .popup a {
  text-decoration: none;
  color: #317eac;
}

.help .popup a:visited {
  color: #317eac;
}

.help .popup p em {
  font-size: 12px;
}

.my-flex-container {
  display: flex;
  flex-direction: row;
  /*align-items: stretch;*/
  /* align-content: stretch; */
  /*flex-wrap: wrap;*/
  align-content: center;
}

.my-flex-container-whole {
  display: flex;
  flex-direction: row;
}

.my-flex-box {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

.my-flex-item-1 {
  flex-basis: 45%;
}

.my-flex-item-2 {

  flex-basis: 55%;
}

.my-flex-item-3 {
  flex-basis: 50%;
}

.my-flex-container-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.my-flex-container-3 {
  display: flex;
  flex-direction: row;

  align-content: space-around;
}


.collapsible {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/*.active, .collapsible:hover {
  background-color: #555;
}*/

.my-collapsible-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15);
}

.last-updated {
  font-style: italic;
  font-size: small;
}

.small-li {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.small-li > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.small-li > li:before {
  width: 1.5em;
  padding-right: 0.5em;
  display: inline-block;
  font-size: small;
  text-align: right;
  content: counter(item) ".";
}

.Assessment-Row {
  display: table;
  width: 100%
}

.Assessment-Column {
  display: table-cell;
}

.blockquote p {
  font-size: 0.75em !important;
}

.my-main {
  overflow: hidden;
  overflow-y: scroll;
}


.my-header {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 10%
}

.my-content-area {
  top: 10%;
  height: auto;
  /*width: 84%*/
  /*width: 250%;*/
  z-index: -1;
  overflow-y: scroll;
  scroll-margin-top: 10em;
}


.scroll-header {
  /*position: -webkit-sticky;*/
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  background: #ffffff;
  opacity: 1;
  z-index: 999;
  box-shadow: /*inset 0 1px 0 black,*/ inset 0 -2px 0 black;
}



.my-container {
  display: block;
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
  white-space: nowrap;
  height: 400px;

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
}


li[id^='question_'] {
  scroll-margin-top: 6em;
}

.my-menu-area {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 10%;
  width: 16%;
  height: 100%;
}

.my-menu-area a {
  text-decoration: none;
  display: block;
  color: #464646;
  transition: background-color 0.15s;
}

/* Style links on mouse-over */
.my-menu-area a:hover {
  background-color: #1E90FF;
  color: yellow;
  font-width: bold;
  cursor: pointer;
  border-radius: 5px;
  /*margin-left: -15px;*/
  /*padding-left: 10px;
  text-indent: -10px*/
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.my-listgroup a:hover {
  background-color: #1E90FF;
  color: yellow;
  font-width: bold;
  cursor: pointer;
  border-radius: 5px;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border: none;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 2px;
  font-style: italic;
  border: none;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}

ul.striped-list > li {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 6px;
  padding-top: 6px;
}

ul.striped-list > li > .fa-li {
  padding-top: 6px;
}

ul.striped-list > li:nth-of-type(even) {
  background-color: #f8f9fa;
}

ul.striped-list > li:last-child {
  border-bottom: none;
}

/* */

.my_li:before {
  font-family: '';
  content: "f00c";
  margin: 0 5px 0 -15px;
}

.hanging-indent {
  text-indent: -0.75em;
  margin-left: 0.75em;
}

.change-hanging-indent {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.missing-question-hanging-indent{
  text-indent: -90px;
  margin-left: 90px;
}

.demographic-answer {
  color: #000099;
}

aside {
  width: 30%;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  float: right;
  font-style: italic;
  background-color: lightgray;
}

.news-div {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.custom-tooltip {
  background-color: blue;
}

.sticky-header {
  position: sticky;
  top: 0;
  background: white;
  box-shadow: inset 0 0 0 black, inset 0 -1px 0 black;
"
}

.row-striped:nth-of-type(odd) {
  background-color: #efefef;
}

.row-striped:nth-of-type(even) {
  background-color: #ffffff;
}

.monthpicker {
    display: inline-block;
    position: relative;
    background: white;
   /* font-family: "Century Gothic";
    font-size: .9em;*/
    vertical-align: middle;
}

.monthpicker_selector *::selection {
  /*  background: transparent;*/
  background: white;
}

.monthpicker_input {
  /* the box for the text */
    /* display: inline-block;
    width: 100%;
    height: 100%;
  background: white;

    /*background-color: white/*#2C2C2C;
    padding: 0 5px;
    /*border: none;
    outline: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*color: #FFF;
    font-size: 0.9em;
    line-height: 1em;*/
}

.monthpicker_input .placeholder {
   /* color: #888; */
}



.monthpicker_input.active {
    /*background-color: #D4D4D4;
    /*color: #000;*/
}

.monthpicker_selector {
    position: absolute;
    top: 100%;
    /*background-color: #2C2C2C;
    min-width: 173px;
    box-shadow: 1px 2.5px 5px 0;*/

    z-index: 1000;
}

.monthpicker_selector>table {
    /*color: #FFF;*/
  background: white;
    width: 100%;
    text-align: center;
    border-spacing : 0;
    border-collapse : collapse;
  z-index: 2000;

    /*font-family: "Century Gothic";
    font-size: .9em;*/
}

.monthpicker_selector>table tr:first-child td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.monthpicker_selector>table tr:first-child>td:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.monthpicker_selector>table tr:first-child>td:nth-child(2) {
    position: relative;
}

.monthpicker_selector>table tr:first-child>td:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.yearSwitch {
    padding: 0 10px;
    border-radius: 3px;
    background: #D4D4D4;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.yearSwitch.off {
    visibility: hidden;
}

.yearValue {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    /*background: /*none white;*/
    /*border: none; */
    /*color: #FFF;*/
    outline: none;
    /*font-family: "Century Gothic";
    font-size: 1.1em;*/
}

/* months */
.monthpicker_selector .month {
    border: 1px solid #444;
    cursor: pointer;
}
.monthpicker_selector .month:hover {
    /*background-color: white; *//*#444*/
}
.month.selected {
    background: #D4D4D4;
    color: #2C2C2C;
    font-weight: bold;
}
.monthpicker_selector .month.off {
    color: #666;
    cursor: not-allowed;
}
.monthpicker_selector .month.off:hover {
   /* background: white;/* none;*/
}

.monthpicker_selector>table tr td:first-child {
    /*border-left: none;*/
}

.monthpicker_selector>table tr td:last-child {
    /*border-right: none;*/
}

.monthpicker_selector>table tr:last-child td {
   /* border-bottom: none;*/
}


.my-separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.my-separator::before,
.my-separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.my-separator:not(:empty)::before {
  margin-right: .25em;
}

.my-separator:not(:empty)::after {
  margin-left: .25em;
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.filter-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  z-index: 1000;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


.report-section {
  padding-top: 40px;
  padding-bottom: 10px;
}

.report-h2 {
  padding-bottom: 10px;
}

.report-h3 {
  padding-bottom: 5px;
  padding-top: 10px;
}

.report-hanging {
  padding-left: 22px ;
  text-indent: -22px ;
}

.report-question-hanging {
  padding-left: 6em;
  text-indent: -6em;
}

.report-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.date-block {
  display: flex;
  flex-direction: row;
}

.date-block > div {
  display: flex;
  flex-direction: row;
}

.date-block > input, label {
  display: block;
}

.strokeme
{
    /* color: white;*/
    text-shadow:
    -1px -1px 0 red,
    1px -1px 0 red,
    -1px 1px 0 red,
    1px 1px 0 red;

}


.accordion {
    --bs-accordion-bg: transparent; /* Change background color */
}


.anchor{
   display:block;
   height:63px; /* this is the height of your header */
   margin-top:-63px; /* this is again negative value of the height of your header */
   visibility:hidden;
}

