* {
  box-sizing: border-box;
}


#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}




/* Hide all steps by default: */
.tab {
  display: none;
}

/*button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}*/
button{
	padding: 5px 14px;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* 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;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.wbs-terms {
    padding: 10px;
    width: auto;
    margin: 10px 0;
    background-color: #f2f2f2;
    border: 1px solid #b3b3b3;
    height: 200px;
    overflow: auto;
}
.wbs-terms-header {
    font-size: 20px;
    font-weight: 700;
    color: #585858;
    border-bottom: 2px solid #585858;
    padding: 10px 0;
    margin-bottom: 10px;
}
.wbs-terms-body {
    color: #585858;
}
.wbs-report-body p {
    margin: 0 0 2rem;
}





.btnW{
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    /*padding: .375rem .75rem !important;
    font-size: 1rem !important;*/
    line-height: 2.0 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.btn-successW {
    color: #fff !important;
    background-color: #67bce0 !important;
    border-color: #49729C !important;
}

.btn-successW:hover {
    color: #fff !important;
    background-color: #49729C !important;
    border-color: #67bce0 !important;
}

.btn-lightW{
    color: #212529 !important;
    background-color: #E4EBF2 !important;
    border-color: #E4EBF2 !important;
}
.btn-lightW:hover {
    color: #212529 !important;
    background-color: #e2e6ea !important;
    border-color: #dae0e5 !important;
}
.btnW:focus, .btnW:hover {
    text-decoration: none;
}
#noshow{display:none}
