﻿html, body {
  background: #f4f4f4;
  height: 100%; }

.sub-title {
  color: #293a88; }

.field-details {
  display: inline-block;
  /*height: 18px;
    width: 18px;*/
  height: 16px;
  width: 16px;
  text-align: center;
  background: #293a88;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  font-weight: 600;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 16px;
  cursor: pointer; }

.otpverify {
  position: relative;
  padding: 0 2rem;
  /*&::after {
        width: 1px;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: $border-color;
    }*/ }

.well {
  border: 1px solid #d4d4d4;
  padding: 1rem;
  border-radius: 10px;
  position: relative; }
  .well > lagend {
    position: absolute;
    background: #ffffff;
    top: -12px;
    padding: 0 1rem;
    font-weight: 600; }
  .well.dashed {
    border-style: dashed; }

.browse-file {
  background: #f4f4f4;
  border: 1px dashed #d4d4d4;
  padding: 1rem;
  display: flex;
  align-items: center;
  border-radius: 10px; }
  .browse-file .browse-icon {
    flex: 0 0 40px; }
  .browse-file .browse-btn {
    flex: 0 0 87px; }
  .browse-file .browse-details {
    width: 100%; }
  @media (max-width: 767.98px) {
    .browse-file {
      flex-direction: column;
      margin-bottom: 1rem; }
      .browse-file .browse-btn {
        flex: auto; }
      .browse-file .browse-details {
        text-align: center;
        margin: 0rem 0 0.5rem; } }

.screening .list-group-item {
  background: #f3f3f3; }

.signature-block {
  text-align: center; }
  .signature-block #signature {
    background: #f3f3f3;
    height: 280px;
    width: 80%;
    margin: 2rem auto 0.5rem;
    border: 1px dashed #d4d4d4;
    position: relative;
    border-radius: 10px; }

.radio-ans {
  flex: 0 0 98px; }
  .radio-ans .form-check-inline:last-child {
    margin-right: 0; }

.radio-ans-internetaccess {
    flex: 0 0 187px;}
    .radio-ans-internetaccess .form-check-inline:last-child {
        margin-right: 0;
    }

.img-lock {
  width: 110px;
  margin: 0 auto; }

.loader, .loader:before, .loader:after {
  background: #2983c1;
  -webkit-animation: load1 1s infinite ease-in-out;
  /* animation:load1 1s infinite ease-in-out; */
  width: 1em;
  height: 4em; }

.loader {
  display: block;
  color: #2983c1;
  text-indent: -9999em;
  margin: 88px auto;
  position: fixed;
  top: 30%;
  left: 47%;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  /* animation-delay:-.16s; */ }

.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

#loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.725) 100%) repeat scroll 0 0 transparent;
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.725) 100%) repeat scroll 0 0 transparent;
  background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.725) 100%) repeat scroll 0 0 transparent;
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.725) 100%) repeat scroll 0 0 transparent;
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.725) 100%) repeat scroll 0 0 transparent;
  z-index: 998; }

#OTPVerificationModal .modal-body .leftSect::after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  background: #d4d4d4; }

#OTPVerificationModal .modal-body .confirmation #countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1rem 1rem;
  background-color: #f3f3f3;
  border: 1px dashed #9f9f9f;
  text-align: center;
  margin-bottom: 1rem; }
  #OTPVerificationModal .modal-body .confirmation #countdown .text-success {
    padding: 0.5rem; }

.btn-rounded {
  border-radius: 25px;
  padding: .375rem 2rem; }

.btn-primary {
  background: #293a88;
  border-color: #293a88; }
  .btn-primary:hover, .btn-primary :active, .btn-primary :focus, .btn-primary :active, .btn-primary :not(:disabled):not(.disabled):active {
    background: #1e2e75;
    border-color: #1e2e75; }

.main-panel {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.08); }
  .main-panel .panel-header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #d4d4d4; }
    @media (max-width: 767.98px) {
      .main-panel .panel-header {
        padding: 1rem; } }
    .main-panel .panel-header .title span {
      color: #f23535;
      margin-left: 0.5rem;
      font-weight: bold; }
  .main-panel .panel-body {
    padding: 1rem 2rem;
    min-height: 280px; }
    @media (max-width: 767.98px) {
      .main-panel .panel-body {
        padding: 1rem; } }
  .main-panel .panel-footer {
    padding: 1rem 2rem;
    border-top: 1px solid #d4d4d4;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media (max-width: 767.98px) {
      .main-panel .panel-footer {
        padding: 1rem; } }

/*.ui-dialog-content ui-widget-content {
    table {
        td{
            .cst-block {
                label {
                    
                }
            }
        }
    }
}*/
table#closepopup {
  margin-bottom: 0 !important; }

table td, table th {
  border-top: 0 !important; }

.confirm-content label {
  margin-bottom: 0 !important; }

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.6em 1em 0em 0.4em; }

button.ui-dialog-titlebar-close {
  border: 1px solid #000;
  outline: none;
  background: transparent;
  right: 0.7em !important; }
  button.ui-dialog-titlebar-close::after {
    content: "x";
    display: flex;
    justify-content: center;
    line-height: 1px;
    font-size: 1rem;
    margin-top: -2px; }

@media (max-width: 575.98px) {
  .ui-dialog .ui-dialog-buttonpane {
    padding: 0.6em 0em 0em 0em; }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    flex-direction: column;
    align-items: center; }
  table#closepopup {
    margin-bottom: 0 !important;
    display: flex; }
  table td, table th {
    border-top: 0 !important;
    display: block;
    width: 100%; }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none; } }

.line-container {
  margin: 3rem 0;
  display: flex;
  width: 100%; }
  .line-container .progress-line {
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
    background: #9f9f9f;
    height: 2px;
    display: flex;
    justify-content: space-between; }
    .line-container .progress-line .progress {
      position: absolute;
      width: 75%;
      height: 100%;
      background: #293a88;
      transition: width 1s ease-in-out; }
  .line-container .status {
    position: relative;
    top: -9px; }
    .line-container .status .dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #9f9f9f;
      border: 3px solid #f4f4f4;
      cursor: pointer; }
      .line-container .status .dot.current {
        background: #293a88;
        border: 3px solid #f4f4f4; }
      .line-container .status .dot.completed {
        position: relative;
        background: #293a88;
        border: 3px solid #f4f4f4; }

.rangeslider-wrap {
  padding-top: 40px;
  margin-bottom: 40px; }
  .rangeslider-wrap > output {
    display: none; }

.rangeslider {
  position: relative;
  height: 4px;
  border-radius: 5px;
  width: 100%;
  background-color: #9f9f9f; }

.rangeslider__handle {
  transition: background-color 0.2s;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #293a88;
  touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: -8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #ffffff; }

.rangeslider__handle__value {
  transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
  width: 62px;
  background-color: #293a88;
  border-radius: 5px;
  color: #ffffff;
  left: -21px;
  height: 28px;
  line-height: 28px;
  top: -39px;
  position: absolute;
  white-space: nowrap;
  border-top: 1px solid #293a88; }
  .rangeslider__handle__value:before {
    transition: border-top-color 0.2s;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: #293a88; }
  .rangeslider__handle__value:after {
    content: " ft"; }

.rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #293a88;
  border-radius: 5px; }

.rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between; }

.rangeslider__labels__label {
  font-size: 0.75em;
  position: relative;
  padding-top: 15px; }
  .rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5); }
  .rangeslider__labels__label:first-child {
    transform: translateX(-48%); }
    .rangeslider__labels__label:first-child:before {
      height: 12px;
      width: 2px;
      background-color: #293a88; }
  .rangeslider__labels__label:last-child {
    transform: translateX(48%); }
    .rangeslider__labels__label:last-child:before {
      height: 12px;
      width: 2px;
      background-color: gray; }

.rangeslider.rangeslider--active .rangeslider__handle {
  background-color: #293a88; }
  .rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #293a88; }
    .rangeslider.rangeslider--active .rangeslider__handle *:before {
      border-top-color: #293a88; }

.rangeslider.rangeslider--active .rangeslider__handle__value {
  transform: translateY(-5px);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15); }
.trHalf label{
    margin-bottom:0px;
}
#device-info{
    ul,ol{
         padding-left:1.3rem;
          }
}
figure.image {
    float: left;
    display: unset;
    max-width: 236px;
    margin-bottom: 0;
}
    figure.image h6 {
        display: inline;
        float: left;
        margin: 0.55rem 0.52rem 0 0;
    }
#IdApneaLink ul, #IdApneaLink ol, #hst-english-slider ul, #hst-english-slider ol {
    padding-left: 0.25rem;
}
.order-list{
    margin:1rem 0;
}
#IdApneaLink ul li, #hst-english-slider ul li{
    list-style-position:inside;
    padding-left:1rem;
}
.jumbotron .userInfo-list table{
    white-space:nowrap;
}
.jumbotron .Info-sectn {
    margin:1rem auto;
}
.prescribed-test-wrapper .test-lists {
    padding: 8px 20px !important;
}
.prescribed-testMCT-wrapper .test-lists {
    padding: 8px 2px !important;
}
.prescribed-test-wrapper .card-header, .prescribed-testMCT-wrapper .card-header {
    padding: 10px 20px;
}
.prescribed-test-wrapper .testInfo-wrapper, .prescribed-testMCT-wrapper .testInfo-wrapper {
    margin-top: -16px;
}
.prescribed-test-wrapper .prescribed-test-wrapper-inner, .prescribed-testMCT-wrapper .prescribed-test-wrapper-inner {
    display: flex;
}
    .prescribed-test-wrapper .prescribed-test-wrapper-inner .prescribed-test-list-card, .prescribed-testMCT-wrapper .prescribed-test-wrapper-inner .prescribed-test-list-card {
        width: 100%;
    }
.legalGuardianHeading::after {
    content: "*";
    color: #f23535;
    font-weight: bold;
    margin-left: 7px;
}
.utilizeAutomatedDialer-info{
    width:80%;
}
input[type="radio"]{
    margin-right:4px;
}
.card.prescribed-test-list-card.dme-testList {
    margin-top: -16px;
}
.prescribed-test-wrapper .innerTest-lists {
    padding: 1px 20px;
}
/*Media query*/
@media (max-width: 575.98px) {
    figure .image {
        max-width: 100%;
    }

        figure.image img {
            width: 100%;
        }

        figure.image h6 {
            margin: 0.55rem 0.52rem 0.5rem 0;
        }

    #IdApneaLink ul li, #hst-english-slider ul li {
        list-style-position: inside;
        padding-left: 0rem;
    }

    div#OTPVerificationModal {
        overflow-y: auto;
    }

    #acknowledgementForm .acknowledge-row {
        margin-top:1.7rem;
    }
    .jumbotron .userInfo-list table tr td, .jumbotron .userInfo-list table tr th {
        display:table-cell;
    }
    .jumbotron .Info-sectn {
        width:100% !important;
        margin: 1rem auto;
    }
    .utilizeAutomated-wrapper{
        flex-wrap:wrap;
    }
        .utilizeAutomated-wrapper .utilizeAutomatedDialer-info {
            width:100%;
        }
            .utilizeAutomated-wrapper .utilizeAutomatedRadioBtn {
                margin-top:10px;
            }
    .card.prescribed-test-list-card.dme-testList {
        margin-top: 16px;
    }
}
@media (max-width: 991.98px) {
    .utilizeAutomated-wrapper {
        flex-wrap: wrap;
    }
    .utilizeAutomated-wrapper .utilizeAutomatedDialer-info {
        width: 100%;
    }
    .utilizeAutomated-wrapper .utilizeAutomatedRadioBtn {
        margin-top: 10px;
    }
}
.margins_labels {
    padding-bottom: 10px;
    padding-left: 10px;
}

.margins_labels_No {
    padding-left: 10px;
}