/*
Make the page be at 100vh
*/

html, body, #root {
  min-height: 100%;
}

body:after{
  display:none;
  /*content: url('/img/HomepagePic.jpg')*/
}

/* #root:before {
  display:none;
  content: url('/img/HomepagePic.jpg')
} */

.withRouter-inject-App-with-commonStore--content-6 {
  height: 100vh !important;
}

.container-fluid {
  padding: 0;
}

.nav-item {
  padding: 5px 20px;
}

.main-container {
  margin-top: 4rem;

}

.display-inline {
  display: inline !important;
}

.dropzone-upload {
  margin: auto;
  width: 100%;
  border: 1px dashed black;
  text-align: center;
  padding: 35px 0 20px 0;
}

.references-section {
  /* margin: 25px 0; */
}

.ssn-section {
  margin: 20px 0;
}

input {
  width: 100%;
}

.reference-form {
  margin: 15px 0;
}

.align-right {
  text-align: right;
}

@media (min-width: 600px) {
  .reference-form input, #bgcheck-form input {
    width: 550px;
  }
}

.btn-continue {
  margin-top: 25px;
  float: right;
}

.remove-reference {
  color: red;
  font-size:20px;
  float: right;
  cursor: pointer;
  margin: auto;
  display: block;
}

@media (max-width: 500px) {
  .remove-reference {
    float: none;
    display: block;
  }
}

.next-step-container {
  padding: 10px;
}

/*Landing Page Classes*/
.RegisterBlockStyle {
  border: 0px solid black;
  padding: 0px 5% 0px 5%;
  margin-bottom: 2rem;
  clear: both;
}

.CNAStyle {
  float: left;
  width: 41%;
  margin-left: 6%;
  margin-bottom: 3rem;
}

#HowItWorks {
  float: left;
  width: 41%;
  margin-left: 6%;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  text-align: center;
  border: 0px solid black;
}

@media only screen and (max-width: 992px) {
  .CNAStyle {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 2rem;
  }

  #HowItWorks {
    width: 98%;
    border: '1px solid black';
    margin-top: 0px;
    margin-left: 1%;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#HowItWorksProfessionalRegister {
  width: 50%;
  border: '1px solid black';
  margin-top: 0px;
  display: block;
  margin: auto;
  text-align: center;
}

.frameHeight {
  height: 20rem;
}

@media only screen and (max-width: 992px) {
  #HowItWorksProfessionalRegister {
    width: 90%;
    border: '1px solid black';
  }

  .frameHeight {
    height: 20rem;
  }
}

@media only screen and (max-width: 576px) {
  #HowItWorksProfessionalRegister {
    width: 80%;
  }

  .frameHeight {
    height: 10rem;
  }
}



/* Change logo on NavBar & navBar color on every page*/
/* navbarStyle is for centering the "menu" button on the home page */

.navBarStyle {
  height: 2rem;
  display: block;
  margin: auto;
  float: left;
}

@media only screen and (max-width: 992px) {
  .navBarStyle {
    height: 1.5rem;
  }
}

@media (max-width:959px){
  .navBarStyle {
    float: right;
  }
}

@media only screen and (max-width: 300px) {
  .navBarStyle {
    height: 1rem;
  }
}

.linearGradientNav {
   background: -webkit-linear-gradient(0deg, #43cea2 0%, #185a9d 100%);
}

.linearGradientFooter {
  background-image: -webkit-linear-gradient(0deg, #43cea2 0%, #185a9d 100%);
  padding: 1.5rem;
  /*margin: auto;*/
  border: 0px solid black;
  width: 100%;
  align-self:flex-end;
}

/* Fixed footer on registration pages */
.navbar-fixed-bottom {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
  right: 0px;
  left: 0px;
  margin-bottom: 2px;
  max-height: 340px;
  position: absolute;
  z-index: 1030;
  bottom: 0px;
  margin-bottom: 0;
  border-width: 1px 0 0;

  /* margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; */
  clear: both;
}

/*
  At 776+, we want to have the bottom:0px property.
  At 775-, we DON'T want it because then the footer overlaps with the registration fields.;
*/

@media (max-width: 768px) {
  .linearGradientFooter {
    padding: 0rem;
  }
}

/* @media (max-width: 1280px) {
  .navbar-fixed-bottom {
    bottom: auto;
  }
} */

/* Make all buttons be the same font size */
#menu {
  font-size: 16px;
}

/* Make the color of all links to same color */
.landingPageLink {
  color: #30CCB9;
}

.footerElement {
  textAlign: center;
  color: white;
  display: inline;
  border: 0px solid black;
}

.footerElement:hover {
  color: #185a9d;
}

@media only screen and (max-width: 768px) {
  .footerElement {
    display: block;
  }
}

/* Log in */
#loginBlock {
  width: 40%;
  display: block;
  margin: 5rem auto;
}

@media only screen and (max-width: 992px) {
  #loginBlock {
    width: 80%;
    margin: 3rem auto;
  }
}

/* Under professional account, Question.js */

/* .multiple-choice {
  box-sizing: border-box;
  width: 90%;
  border: 1px solid gray;
  font-size: 15px;
  margin: 0.5em;
  color: black;
} */

.skills-assessment-multitext {
  width: 50%;
}

@media only screen and (max-width: 797px) {
  .skills-assessment-multitext {
    width: 90%;
  }
}

.prof-section-active {
  background: #30CCB9 !important;
  color: white !important;
}

.prof-section-active span, .prof-section-active svg {
  color: white;
}

/**/


.registration-container {
  padding: 25px 10px;
  text-align: center;
  margin: auto;
  width: 30%;
  height: 100%;
}

.registration-container input {
  width: 100%;
}

.registration-container h1 {
  margin: 0;
}

@media (max-width: 1500px) {
  .registration-container {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .registration-container {
    width: 70%;
  }
}

@media (max-width: 500px) {
  .withRouter-inject-App-with-commonStore--toolbar-4 {
    display: none;
  }

  .registration-title {
    font-size: 20px;
    margin: 0;
  }

  .main-container {
    margin-top: 50px;
    padding-top: 0;
  }

  .registration-img {
    display: none;
  }
}

.registration-feature-list {
  padding-left: 0;
}

.registration-feature-list li {
  line-height: 1.1;
  padding: 10px 0;
}

.registration-img {
  margin: auto;
  padding: 5px 20px;
}



/*Landing Page Classes*/
.register-block {
  border: 1px solid black;
  width: 80%;
  margin: auto;
}

/* Bootstrap Columns */
/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}*/

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/*Bootstrap form*/
.form-control {
  margin: auto;
  display: block;
  width: 90%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* Under professional account, Question.js */

.multiple-choice {
  box-sizing: border-box;
  width: 90%;
  border: 1px solid black;
  font-size: 15px;
  margin: 0.5em;
  color: black
}

/* .multiple-choice:hover {
  background-color: #80bdff
} */

.multiple-choice-highlight {
  box-sizing: border-box;
  width: 90%;
  border: 1px solid black;
  font-size: 15px;
  margin: 0.5em;
  background-color: #80bdff;
  color: black;
}

.quiz-dialog {
  padding: 50px
}

/**/
/* Testing */
.red {
  color: red;
  border: 10px solid black;
}

#first-name input {
  color: white;
}

.block-container {
  width: 80% !important;
  margin: auto;
}

.block-card {
  height: 100%;
  padding: 2rem 1rem 1rem;
  width: 90%;
}

@media only screen and (max-width: 1280px) {
  .block-container {
    margin: auto;
    display: block;
    border: 0px solid red;
  }

  .block-card {
    width: 100%;
    margin: 0px;
  }

  .grid-item {
    margin-bottom: 1rem !important;
    border: 0px solid black;
  }
}

.headerRegistration {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
}

.secondHeaderRegistration {
  color: white;
}

@media (max-width: 776px) {
  .headerRegistration {
    font-size: 1.7em;
  }
  .secondHeaderRegistration {
    font-size: 1em;
  }
}

/* Style for Sign Up buttons for Professional/Facility Registration Pages */

/* CSS for Alert Message on Dashboard */
.alert {
  padding: 1rem;
  color: black;
  width: 90%;
}

@media only screen and (max-width:992px) {
  .alert {
      width: 100%;
  }
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 3rem;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alertHover {
  cursor: pointer;
}

.closebtn:hover {
    color: black;
}

/* Alert Colors */
.alertRed {
  color: white;
  background-color: #a94442;
  border-color: #ebcccc;
}

.alertBlue {
  color: white;
  background-color: #31708f;
  border-color: #bcdff1;
}

.alertGreen {
  color: white;
  background-color: #3c763d;
  border-color: #d0e9c6;
}

.alertGold {
  color: white;
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alertGold .closebtn {
  color: #8a6d3b;
}

.alertGold .closebtn:hover {
    color: black;
}

.alertGreen {
  color: white;
  background-color: #3c763d;
  border-color: #d0e9c6;
}

.ExpansionPanelWidth {
  width: 70%;
}

@media only screen and (max-width:992px) {
  .ExpansionPanelWidth {
      width: 100%;
  }
}

.mediumFieldWidth {
  width: 50%;
}

.largeFieldWidth {
  width: 70%;
}

@media only screen and (max-width:992px) {
  .mediumFieldWidth, .largeFieldWidth {
    width: 100%;
  }
}

.loyalIcon {
  width: 250px;
}

@media only screen and (max-width: 576px) {
  .loyalIcon {
    width: 200px;
  }
}

/* Home Page, Facility Landing, & Professional Landing Page Background Images */
.background-image-homepage{
  /* background-image: url('/img/Loyal-Assistant-Per-Diem-Healthcare-Jobs.jpg'); */
  background-image: url('/img/bravo_home_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 90vh;
  background-position: center center;
  background-attachment:fixed;
}

@media (max-width: 766px){
  .background-image-homepage{
    background-image: url('/img/Loyal-Assistant-Per-Diem-Healthcare-Jobs-mobile.jpg');
    background-attachment: scroll;
    background-position: 0 0;
  }
}

.background-image-fac-landing{
  /*background-image: url('/img/FacilityLandingPic.png');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
  background-position-y: top;
  background-attachment:fixed;*/
}

.background-image-fac-landing{
  height: auto;
  padding-bottom: 3%;
  padding-top: 2.5%;

  background-image: -moz-linear-gradient(0deg, rgba(67, 206, 162, 0.9) 0%, rgba(24, 90, 157, 0.9) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(67, 206, 162, 0.9) 0%, rgba(24, 90, 157, 0.9) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(67, 206, 162, 0.9) 0%, rgba(24, 90, 157, 0.9) 100%);
  z-index: 0;

  opacity: 0.9;
  filter: Alpha(opacity=50); /* IE8 and earlier */
}

.background-image-prof-landing{
  height: auto;
  padding-bottom: 3%;
  padding-top: 2.5%;

  background-image: -moz-linear-gradient(0deg, rgba(67, 206, 162, 0.9) 0%, rgba(24, 90, 157, 0.9) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(67, 206, 162, 0.9) 0%, rgba(24, 90, 157, 0.9) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(67, 206, 162, 0.9) 0%, rgba(24, 90, 157, 0.9) 100%);
  z-index: 0;

  opacity: 0.9;
  filter: Alpha(opacity=50); /* IE8 and earlier */
}

/*
.background-image-prof-landing{
  background-image: url('/img/ProfessionalLandingPic.png');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
  background-position-y: 15%;
  background-attachment:fixed;
}

@media screen and (max-width: 1500px){
  .background-image-prof-landing{
    height: 90vh;
  }
}
*/

@media screen and (min-width: 1500px){
  .background-image-homepage{
    height: 90vh !important;
  }
}

/*Home page React Header Style*/
.homepageIntroHeader {
  margin-top: 17rem;
  margin-left: 5rem;
}

@media ( max-width: 778px ) {
  .homepageIntroHeader {
    margin-top: 5rem;
    margin-left: 0rem;
    display: block;
    text-align: center;
  }
}

/* Fix for React-Owl-Slider Dot Misalignment */
.owl-theme .owl-dots .owl-dot span{
  margin: 0px 2px !important;
}

.linkStyle {
  margin: auto;
  text-align: center;
  color: #30CCB9;
}

/*Privacy Policy & Terms of Service Style*/
.headerStyle {
  font-family: 'arial black', 'avant garde';
  font-size: large;
}

.HomepageButton {
  padding: 1rem;
  background-color: white;
  color: #30CCB9;
  border: 1px solid #30CCB9;
  cursor: pointer;
}

.HomepageButton:hover {
  background-color: #30CCB9;
  color: white;
}

/*React Navbar styles for NavBar.js*/

.NavBarButtonStyle {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

/***** Styles for File Upload Section ******/

/*button fab size*/
.UploadSuccessButton > *{
  width: 25px !important;
  height: 25px !important;
  min-height: none !important;
}

.mandatory-optional-files-box > li {
  padding-top:2px;
  padding-bottom:2px;
}

.fileUploadFilename > span{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fileUploadList {
  height: 65px;
  min-height:65px;
}

.uploadingFilesContainer{
  margin-top: 1em;
  margin-bottom: 1em;
  width: 50%;
}

@media (max-width: 781px){
  .uploadingFilesContainer{
    width:70%;
  }
}
@media (max-width: 601px){
  .uploadingFilesContainer{
    width:100%;
  }
}
/******* End File Upload Section *******/

/*Registration Card/Background Size*/

.registrationCard {
  width: 70%;
  display: block;
  margin: auto;
  vertical-align: middle;
}

@media (max-width: 601px){
  .registrationCard {
    width: 95%;
  }
}

/*Homepage video dialog box css class*/

/*.dialogSpacing {
  min-height: 40vh;
  max-height: 71vh;
  border: 2px solid green;
}

@media (max-width: 601px){
  .dialogSpacing {
    min-height: 20vh;
  }
}*/

.dialogVid {
  text-align: center;
  width: 95%;
  height: 50vh;
  margin: auto;
  display: block;
  padding: 0px;
}

@media (max-width: 601px){
  .dialogVid {
    width: 95%;
    height: 30vh;
  }
}

.MuiDialogContent-root-258 {
  padding: 0px !important;
}

.nopadnomargin {
  margin: 0px;
  padding: 0px;
}

.FieldStyle {
  width: 80%;
  background-color: white;
  padding: 0.3rem 0.3rem 0.1rem;
}

.rc-slider-rail{
  height: 8px !important;
  background-color: #dbe4ed !important;
}

.rc-slider-step{
  height: 8px !important;
}

.rc-slider-handle{
  border: solid 1px #676767 !important;
  background-color: #676767 !important;
  height: 18px !important;
  width: 18px !important;
}

.rc-slider-track{
  background-color: #aaaaaa !important;
  height: 8px !important;
}
