main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

/* Parents Update */

.forminput {
  margin-left: 15%;

}
#myForm  {

}

#authtype label {
font-weight: bold;
}

#textInputsms {

}

#textInputemail {

}

/* Progressbar UPLOAD */
.progress-bar.bg-success.progress-bar-success {
  background: lightgreen !important;
}

.progress-bar-success {
  background-color: lightgreen !important;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/* Multi Step Form */
/* Hide all steps by default: */
.tab {
    display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    cursor: pointer;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
    cursor: default;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }

  .step.hasErrors {
    background-color: #e24747;
  }

  .step.hasSuccess {
    background-color: #44bd39;
  }

  .bg-teal{
    background-color: #aef2dc !important;
  }

  .help-block{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
  }

  label.control-label {
    font-weight: bold !important;
}


/* ADD FORM CSS */

.form-horizontal{
  background-color: #fff;
  font-family: 'Blinker', sans-serif;
  text-align: center;
  padding: 20px 10px 20px;
  margin: 50px 0 0;
  border: 5px solid #BF152C;
  border-radius: 10px;
}
.form-horizontal .form-icon{
  color: #fff;
  background-color: #BF152C;
  font-size: 60px;
  line-height: 120px;
  height: 120px;
  width: 130px;
  margin: -80px auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 13px -5px #000;
}
.form-horizontal .form-group{ margin: 0 0 20px; }
.form-horizontal label{
  color: #555;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  display: block;
}
.form-horizontal .form-control{
  color: #555;
  font-size: 16px;
  height: 40px;
  padding: 10px 8px 10px 5px;
  border-radius: 5px;
}
.form-control::placeholder{ color: rgba(0,0,0,0.2); }
.form-horizontal .form-control:focus{
  box-shadow: none;
  border: 1px solid #BF152C;
}
.form-horizontal .btn{
  color: #fff;
  background-color: #BF152C;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60%;
  padding: 7px 10px;
  margin: 0 auto 15px;
  border: none;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.form-horizontal .btn:hover{ 
  color: #fff;
  background: green;

}
.form-horizontal .btn:after{
  content: '';
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  border-radius: 25px;
  transform: translateY(-100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.2s;
}
.form-horizontal .btn:hover:after{ 
 /* transform: translateY(0) scaleX(0.85); */
}
.form-horizontal .forgot{
  color: #555;
  font-size: 14px;
}
.form-horizontal .forgot:hover{
  color: #BF152C;
  text-decoration: none;
}

.form-horizontal a.btn.btn-success {
  background-color: green;
}

.form-horizontal a.btn.btn-success {
  background-color: green;
}

button.btn.btn-primary.confirm{
   text-transform: uppercase;
}


/* Form Upload */
a.btn.btn-default.btn-outline-secondary.fileinput-upload.fileinput-upload-button {
    background: orange;
}