@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto+Mono:400,700|Roboto+Slab');

body{
    background-color: #eee;
    font-family: 'Open Sans', 'Segoe UI', sans-serif;
    padding-bottom: 5%;
    padding-top:5%;
    overflow: scroll;
}

header{
    font-family: Roboto Slab;
    color: #888;
    font-weight: 800;
    width: 100%;
    position: sticky;
    padding: 0.5%;
    top: 0;
    height: 70px;
    background-color:#fff!important;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    z-index: 10!important;
    white-space: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div.terms{
    width: 100%;
    height: 400px;
    background-color: #eee;
    border: 20px solid #eee;
    overflow-y: scroll;
    overflow-x: hidden;
}

.school-logo{
    margin: 0;
    padding-left: 0.5%;
}

div.form-body{
    margin: 5% auto;
    background-color: #fff;
    width: 60%;
    height: 500px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.checkbox-grp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}

.checkbox-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-buttons
{
    display: flex;
    justify-content: space-between;
    align-items: right;
}


* {
  box-sizing: border-box;
}

#regForm {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  width: 700px;
  border-radius: 2px;
  min-width: 300px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

h1 {
  text-align: center;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 12px;
}

.selectize-control {
    margin-bottom: 5px;
}

input.invalid {
  border-color: tomato;
}

select.invalid {
  border-color: tomato;
}

input.valid{
    background-color: #fff;
}

select.valid{
  background-color: #fff;
}

.tab {
  display: none;
}

.steps-container{
    /* text-align: center; */
    margin: 0 auto;
    /* margin-top: 3%; */
    margin-bottom: 3%;
    width: 700px;
    min-width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    counter-reset: stepNumber;
}

h1{
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 0;
    font-size: 18pt!important;
    color: #000!important;
    font-weight: 400;
    /* border-bottom: 1px solid #ddd; */
}

.step {
  height: 30px;
  width: auto;
  min-width: 100px;
  margin: auto;
  padding: 0;
  color: #fff;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 20px;
  background-color: #aaa;
  opacity: 1;
  border: none;
  border-radius: 30px;
  position: relative;
  font-weight: 600;
  /* text-align: center; */
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

section.card{
    padding: 0;
}

.step::before {
    counter-increment: stepNumber;
    content: counter(stepNumber);
    width: 30px;
    background: transparent;
    border-radius: 30px;
    display: inline-block;
    font-size: 12pt;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

.step.active {
  background-color: dodgerblue;
  opacity: 1;
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  color: #fff;
}

.step.active::before {
    color: #fff;
    opacity: 1;
    font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

.step.finish {
  background-color: #0ca5c9;
  opacity: 1;
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

.step.finish.active {
  background: dodgerblue;
  opacity: 1;
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

.step.finish.active::before {
    counter-increment: stepNumber;
    content: counter(stepNumber);
    width: 30px;
    background: transparent;
    border-radius: 30px;
    display: inline-block;
    font-size: 12pt;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

.step.finish::before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
}

.divider{
    width: 100%;
    height: 3px;
    background-color: #aaa;
}
.divider.active{
    background-color: #aaa;
    /* opacity: 1; */
}

.divider.finish {
    background-color: #0ca5c9;
    opacity: 1;
}

.divider.active.finish{
    background-color: #aaa;
    /* opacity: 1; */
}

ul.no-style{
    list-style-type: none;
}

div.success-information-container{
    margin-left: 5%;
    margin-right: 5%;
}

@media screen and (max-width: 840px) {

    .step {
      height: 30px;
      width: 30px;
      min-width: 30px;
      font-size: 0;
      color: #fff;
      line-height: 30px;
      /* margin: 10px; */
      background-color: #888;
      border: none;
      border-radius: 30px;
      opacity: 0.5;
      position: relative;
      font-weight: 600;
      text-align: center;
      font-family: 'Open Sans', 'Segoe UI', sans-serif;
      padding: 0;

    }

    .step::before {
        counter-increment: stepNumber;
        content: counter(stepNumber);
        width: 30px;
        /* background-color: #fff; */
        background: transparent;
        border-radius: 30px;
        display: inline-block;
        font-size: 12pt;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #fff;
        font-family: 'Open Sans', 'Segoe UI', sans-serif;
    }

    .step.active {
      background-color: #FFCC58;
      opacity: 1;
      font-family: 'Open Sans', 'Segoe UI', sans-serif;
    }

    .step.active::before {
      color: #fff;
      opacity: 1;
      font-family: 'Open Sans', 'Segoe UI', sans-serif;
    }

    .step.finish {
      background-color: LimeGreen;
      opacity: 1;
      color: #fff;
      font-family: 'Open Sans', 'Segoe UI', sans-serif;
    }

    .step.finish.active {
      background-color: #FFCC58;
      opacity: 1;
      font-family: 'Open Sans', 'Segoe UI', sans-serif;
    }

    .step.finish.active::before {
        counter-increment: stepNumber;
        content: counter(stepNumber);
        width: 30px;
        background: transparent;
        border-radius: 30px;
        display: inline-block;
        font-size: 12pt;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #fff;
        font-family: 'Open Sans', 'Segoe UI', sans-serif;
    }

    .step.finish::before {
        content: '\f00c';
        font-family: FontAwesome;
        color: #fff;
    }

}
