/* -----------------------------------------------
   Memberships - Application View 3 Design
----------------------------------------------- */

.step-content label {
    color: #2d2d2d;
}
.offset-md-2 {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.sw-theme-default .step-content {
    padding: 0px;
    background: transparent;
    text-align: left;
    padding-bottom: 0px;
}
.step-content .form-control {
    border: 1px solid rgba(0,0,0,.255);
    border-radius: .25rem;
	color: #333;
}
.step-content .form-control::placeholder {
    color: #717171;
}
.step-content .bw-memberships-price-addonprice {
    text-align: center;
}
.memberships-questions-next {
    margin-top: 0px;
	display:none;
}
#wizard .sw-btn-next {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 5px;
}
.step-content .form-control:focus {
    color: #333;
    background-color: #ffffff;
	border: 1px solid rgb(181 208 149);
    border-radius: .25rem;
}
.parsley-errors-list {
    padding-top: 10px;
    text-align: center;
    color: #ff0000;
}
.booking-membership-application-message {
    display:none;
}
.bookingDetails{
    background-color: #ffffff !important;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.alert.alert-default {
    background-color: #ffffff;
}
.bw-memberships-2-hr-1 {
    display:none;
}
.bookingDetails p {
    margin-bottom: 5px;
}
.btn-booksecondary.disabled, .btn-booksecondary:disabled {
    display: none !important;
}
.btn-booksuccess.disabled, .btn-booksuccess:disabled {
    display: none !important;
}
.bw-memberships-sticky {
  position: fixed;
  top: 0; 
  margin-top: 65px;
  width: 423px;
}
.bw-memberships-simple-buttons {
    margin-bottom: 10px;
}

.booking-membership-application-end-alert {
    padding-top: 20px;
    padding-bottom: 13px;
	padding-left: 13px;
    padding-right: 13px;
}
.booking-membership-application-end-alert p {
    font-weight: 500;
}


@media (max-width: 1200px) {
	.btn.btn-1 {
		white-space: normal;
	}
}
