.headerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007cb0;
}

.defaultheader {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

.progressdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progressball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #c7c7c7;
}

.progressball.selected {
  background-color: #007cb0;
}

.separator {
  width: 100px;
  height: 3px;
  background-color: #c7c7c7;
}

.separator.selected {
  background-color: #007cb0;
}

.defaulttext {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.defaulttext.black {
  color: #000;
}

.defaulttext.black.staticwidth {
  width: 130px;
  text-align: center;
}

.defaulttext.black.staticwidth.selected {
  color: #007cb0;
}

.defaulttext.black.marginbottom {
  margin-bottom: 10px;
}

.defaulttext.black.marginbottom.upload {
  margin-bottom: 15px;
}

.defaulttext.black.fine {
  font-weight: 300;
}

.defaulttext.black.centeralignment {
  text-align: center;
}

.progresstextdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.defaultform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.defaultsubheader {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #007cb0;
  font-size: 16px;
}

.defaultinput {
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.formdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.defaultbutton {
  border: 1px solid #007cb0;
  background-color: #007cb0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.defaultbutton:hover {
  background-color: #fff;
  color: #007cb0;
}

.defaultbutton.upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.blankdiv {
  width: 100%;
  height: 15px;
}

.defaultselect {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.employeewrapper {
  margin-bottom: 15px;
}

.employeetrigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
  cursor: pointer;
}

.employeecontent {
  overflow: hidden;
}

.employeeicon {
  width: 20px;
  height: 16px;
  margin-right: 15px;
}

.employeecontentmaindiv {
  padding: 10px;
}

.uploaddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uploadtext {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.resultdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultimage {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .defaulttext.black.staticwidth.selected {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .progressdiv {
    display: none;
  }

  .progresstextdiv {
    display: none;
  }
}

.fadein {
}
