.slider-rangeHighlight.slider-selection {
    border-radius: 0;
}

.slider-rangeHighlight.red {
    background: red;
}

.slider-rangeHighlight.lightgray {
    background: lightgray;
}

.slider-rangeHighlight.gray {
    background: gray;
}

.slider-rangeHighlight.white {
    background: white;
}

.slider.slider-horizontal {
    width: 100%;
}

.slider.slider-horizontal .slider-track {
	border: 1px solid #aaaaaa;
	border-radius: 0;
}

.slider.slider-horizontal .slider-handle {
    height: 2em;
    margin-top: -1em;

    width: 1.5em;
    margin-left: -0.75em;

    top: 50%;

    text-align: center;
    line-height: 2em;
    border-radius: 3px;
    font-size: 1.2em;

    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

@media (min-width: 768px) {
    .slider.slider-horizontal .slider-handle {
        height: 2em;
        margin-top: -1em;

        width: 3em;
        margin-left: -1.5em;
    }
}

.slider.slider-horizontal .slider-handle:active {
	opacity: 0.5;
}

.slider.slider-horizontal .slider-handle:hover,
.slider.slider-horizontal .slider-handle:active {
	border: 1px solid #4a75f9;
    background: #4aa0f7;
    font-weight: normal;
    color: #ededed;
}

.ev-slider-label {
    word-spacing: 999999px;
}

@media (min-width: 768px) {
    .ev-slider-label {
        word-spacing: 0px;
    }
}

.ev-slider-wrapper {
    padding-bottom: 2.5em;
}

.ev-slider-wrapper-static {
    border: black dashed 2px;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 0.5em;
}

.ev-slider-wrapper-static-no-border {
    border: 0;
    padding: 0;
    margin: 0;
}

.ev-slider-wrapper-static h1 {
    margin-top: 0;
}

.ev-slider-wrapper-static .ev-slider-wrapper {
    opacity: 0.7;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.ev-slider-wrapper-static .slider-handle {
    cursor: not-allowed;
}

.question-text .ev-slider-wrapper {
    font-size: 1.14rem;
    font-weight: 400;
}

.ev-slider-wrapper.ev-slider-with-callout {
    padding-bottom: 5.0em;
}

.ev-slider-labels {
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
}

.ev-slider-label-section {
    display: flex;
}

.ev-slider-label {
    align-self: flex-end;
}

.ev-slider-label-selected {
    font-weight: bold;
}

.ev-slider-label-left {
    text-align: left;
}

.ev-slider-label-center {
    text-align: center;
}

.ev-slider-label-right {
    text-align: right;
}

.ev-slider-track-line {
    background-color: #000;
    height: 100%;
    position: absolute;
    width: 0.2em;
}

.ev-slider-wrapper .slider .tooltip.bs-tooltip-bottom {
    margin-top: 8px;
    margin-left: 2px;
}

.ev-slider-wrapper .bs-tooltip-bottom .tooltip-arrow {
    left: -6px;
}

.ev-slider-bordered {
    border-top: 2px dashed grey;
    padding-top: 1em;
}

.ev-slider-scale {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 0.9em;
    justify-content: space-between;
    align-items: end;
    position: relative;
    left: -0.5em;
    margin-bottom: 0.5em;
}

.ev-slider-scale div {
    width: 1.3em;
    text-align: center;
}

/* override specificity weight for color directly on headings */
.ev-slider-question.text-danger h1,
.ev-slider-question.text-danger h2,
.ev-slider-question.text-danger h3,
.ev-slider-question.text-danger h4,
.ev-slider-question.text-danger h5,
.ev-slider-question.text-danger h6
{
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}


.ev-slider-question-split {
    display: flex;
    align-items: center;
}

.ev-slider-question-half {
    width: 50%;
}

.ev-slider-question h1,
.ev-slider-question h2,
.ev-slider-question h3,
.ev-slider-question h4,
.ev-slider-question h5,
.ev-slider-question h6
{
    margin: 0;
}

.ev-slider-question {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.ev-slider-checkbox-title {
    margin-top: 0;
}

.form-control[disabled] {
    color: #1E1E1E;
    cursor: not-allowed;
}

.form-control[readonly] {
    cursor: not-allowed;
}

/* MAP STYLES */

.map-canvas {
    height:500px;
    border: 2px grey solid;
    color: black;
}

.marker-list {
    overflow:auto;
    height:500px;
}

.map-canvas-sm {
    height: 400px;
}

/* Maps */
.mobile-map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50px;
  background-color: white;
}

.mobile-map-canvas-inline {
  height: 300px;
  border: 2px gray solid;
}

.mobile-map-input {
  margin-top: .5em;
  width: 95%;
  height: 3em;
  padding: 0 1em;
  font-size: 1.2em;
}


/* END MAP STYLES */

.ls-answers .ls-heading th {
    hyphens: none;
}

.question-container .ls-label-question {
    font-weight: 400;
}

.logo-container > img {
    padding: 0;
}

#welcome-container {
    max-width: none;
}


/* multi level ordered list with labeled sections 1, 1.1, 1.2, 2, 2.1, etc */
/* up to 3 levels */
ol.ordered-multi-level {
    counter-reset: section;
}

ol.ordered-multi-level > li {
  counter-increment: section;

  margin-bottom: 1.0em;
}

ol.ordered-multi-level > li::before {
  content: counter(section) ". ";
}

ol.ordered-multi-level > li > ol {
  counter-reset: subsection;

  /* indentation for second level */
  margin-left: 1.1em;
}

ol.ordered-multi-level > li > ol > li {
  counter-increment: subsection;

  /* hanging indent for second level */
  padding-left: 1.75em;
  text-indent: -1.75em;
}

ol.ordered-multi-level > li > ol > li::before {
  content: counter(section) "." counter(subsection) " ";
}

ol.ordered-multi-level > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol.ordered-multi-level > li > ol > li > ol > li {
  counter-increment: subsubsection;

  /* hanging indent for second level */
  padding-left: 2.65em;
  text-indent: -2.65em;
}

ol.ordered-multi-level > li > ol > li > ol > li::before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}
