html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #f7feff
}

.grid-2{
    display: grid;
    grid-template-columns: 50% 50%;
}

.btn{
    border-radius: 0px !important;
}

.form-control{
    border-radius: 0px !important;
}

.logo {
    height: 74px !important;
}

.navpadding {
    padding-right: 50px;
    padding-left: 50px;
}

.footer {
    padding-bottom: 65px;
    text-align: center;
}

.btnf {
    /* width: 100%; */
    color: white !important;
}

.btn-primary {
    border-color: rgb(113, 179, 105) !important;
}

.radio {
    font-size: 17px;
}

.rg-from {
    padding-bottom: 10px;
    font-weight: 25px !important;
}

.profile {
    /* margin: auto; */
    padding-top: 1%;
    text-align: center;
    padding-left: 70px;
}

/* .prof{
    float: right;
} */

.profileImage {
    border-radius: 50%;
    width: 125 px;
    height: 150px;
    padding: 10px;
}

.formH {
    /* margin: auto; */
    width: 80%;
}

.formB {
    background-color: white;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color: white;
    background-color: rgb(113, 179, 105);
}

.formP {
    padding: 10px;
    padding-bottom: 60px;
}

.google {
    width: 247px;
}

.input-link {
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.rg-from {
    font-size: 1.15em;
    display: inline;
}

.linkedinb {
    width: 250px
}

.applicants {
    padding-top: 3%;
    width: 100%;
}
.formB {
    padding: 6px;
}
.applicant {
    /* padding: 25px; */
    background-color: white;
    width: 100%;
}

.applicantProfile {
    padding: 25px;
}

.applicantLinks {
    color: black;
    font-size: 2em;
    float: right;
}

.footer {
    height: 22px;
    margin-bottom: 28px;
    margin-top: 28px;
    position: absolute;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.068);
    /* height: 70px; */
}

@media(max-width: 600px) {
    .hh2{
        margin-top: -35px;
    }
    h4{
        font-size: 1rem;
    }
    h2{
        font-size: 1.5rem;
    }
    .question{
        font-size: 15px !important;
    }
    .formP {
        padding: 10px;
    }
    .padding25 .btn {
        width: 220px !important;
    }
    .formH {
        margin: auto;
        width: 100%;
    }
    .formP {
        width: 100%;
    }
    .btnf {
        width: 100%;
        color: white;
    }
    .h1 {
        font-size: 1.5rem;
    }
    .h4 {
        font-size: 1rem;
    }
    .h3 {
        font-size: 1.25rem;
    }
    .linkedinb {
        width: 181px;
    }
    .google {
        width: 188px;
    }
    .profile {
        /* margin: auto; */
        padding-top: 1%;
        text-align: center;
        padding-left: 0;
    }
    .width70 {
        width: 100% !important;
        margin: 0 auto;
    }
    .navpadding {
        padding-right: 10px;
        padding-left: 2px;
    }
    .row {
        display: -ms-flexbo73pxx;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .profileDesktop {
        display: none !important;
    }
    .profileMobile {
        display: block !important;
        text-align: center;
    }
    .backArrow {
        margin-left: -30px;
        margin-top: -47px;
    }
    #msform {
        width: 299px !important;
        margin: 19px auto !important;
        text-align: center !important;
        position: relative !important;
    }
    .container .h1{
        padding-top: 25px;
        font-size: 1.5rem;
    }
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .profile{
        padding-left: 0px;
    }
    .container .h1{
        padding-top: 25px;
        font-size: 2rem;
    }
    .formH{
        margin: auto !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
{
    #msform {
        width: 240px !important;
    }
}

.container .h1{
padding-top: 25px;
}

.profileDesktop {
    display: inline;
}

.profileMobile {
    display: none;
}

/* form */

#form2 {
    display: none;
}

#form3 {
    display: none
}

#form4 {
    display: none;
}

.backArrow {
    font-size: 2em;
    position: absolute;
    cursor: pointer;
}

.width70 {
    width: 80%;
    margin: 0 auto;
}

#back2 , #back3 {
    cursor: pointer;
}


.dataTables_wrapper {
    padding: 15px !important;
}

.font25 {
    font-size: 25px;
}

.formStatus {
    padding: 30px;
}

.red {
    color: red;
}

.question {
    font-size: 23px;
    padding-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.textAlignLeft {
    text-align: left;
    width: 400px;
    top: 200px;
    /* margin: 11px -160px; */
}

.padding25 {
    padding: 5px;
}

.padding25 .btn {
    width: 180px;
    color: white !important;
}

#prompt, #promptChangeStatus, #promptSendAppointmentLetter {
    display: none;
    background-color: white;
    position: absolute;
    /* position: relative; */
    width: 500px;
    margin: -230px -601px;
}

.closeButton {
    padding: 15px;
    float: right;
    cursor: pointer;
    font-size: 1.5em;
}

.closeAlert {
    /* padding: 15px; */
    float: right;
    cursor: pointer;
    font-size: 1.5em;
}

.break-word {
    word-wrap: break-word;
}

/* th {
    text-align: center;
}

td {
    text-align: center;
    width: 200px;
} */

.page-item .page-link, .page-item span {  
    min-width: 36px !important;
    width: auto !important;
    border-radius: 0% !important;
}

.setMargin {
    margin: 0 0;
}

#promptAddBatch {
    display: none;
}
.fasb{
    color: black
}
#updatePrompt{
    position: absolute;
    width: 400px;
    /* display: none; */
    margin: -450px auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
}

#updatePrompt form{
    padding:25px;
}

/* steps */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none; 
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #4CAF50;
  }
  #notesForm{
      padding: 30px;
  }
  .bg-light{
    background-color: rgba(0,0,0,.9) !important;
  }
  .nav-link {
      color: white !important;
  }

  .navbar-vertical{
    background-color: rgba(0,0,0,.9);
  }
  .bg-gradient-primary{
    background-color: rgba(0,0,0,.8) !important;
  }
  * {margin: 0; padding: 0;}

  html {
      height: 100%;
  }
  
  body {
      /* font-family: montserrat, arial, verdana; */
  }
  /*form styles*/
  #msform {
      width: 400px;
      margin: 50px auto;
      text-align: center;
      position: relative;
  }
  #msform fieldset {
      background: white;
      border: 0 none;
      border-radius: 3px;
      box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
      padding: 20px 30px;
      box-sizing: border-box;
      width: 80%;
      margin: 0 10%;
      
      /*stacking fieldsets above each other*/
      position: relative;
  }
  /*Hide all except first fieldset*/
  #msform fieldset:not(:first-of-type) {
      display: none;
  }
  /*inputs*/
  #msform input, #msform textarea {
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 3px;
      margin-bottom: 10px;
      width: 100%;
      box-sizing: border-box;
      font-family: montserrat;
      color: #2C3E50;
      font-size: 13px;
  }
  /*buttons*/
  #msform .action-button {
      width: 100px;
      background: #27AE60;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 1px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px;
  }
  #msform .action-button:hover, #msform .action-button:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
  }
  /*headings*/
  .fs-title {
      font-size: 15px;
      text-transform: uppercase;
      color: #2C3E50;
      margin-bottom: 10px;
  }
  .fs-subtitle {
      font-weight: normal;
      font-size: 13px;
      color: #666;
      margin-bottom: 20px;
  }
  /*progressbar*/
  #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      /*CSS counters to number the steps*/
      counter-reset: step;
  }
  #progressbar li {
      list-style-type: none;
      color: black;
      text-transform: uppercase;
      font-size: 13px;
      width: 33.33%;
      float: left;
      position: relative;
  }
  #progressbar li::before {
      content: counter(step);
      counter-increment: step;
      width: 70px;
      height: 70px;
      line-height: 70px;
      display: block;
      font-size: 15px;
      color: #333;
      background: #bfbfbf;
      border-radius: 50px;
      margin: 0 auto 5px auto;
  }
  /*progressbar connectors*/
  #progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: black;
	position: absolute;
	left: -50%;
	top: 25px;
	z-index: -1; /*put it behind the numbers*/
}
  #progressbar li:first-child::after {
      /*connector not needed before the first step*/
      content: none; 
  }
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar li.active::before,  #progressbar li.active::after{
      background: #32CD32;
      color: white;
  }
  
