/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


#b2bdash-regform input[type=text], #b2bdash-regform input[type=password], #b2bdash-regform label {
	display: block;
	width: 100%;
}

#b2bdash-regform {
	max-width: 50rem;
	margin: 4rem auto;
}

#b2bdash-regform label {
	margin-bottom: 1rem;
}

#b2bdash-regform hr {
	margin: 2rem 0;
}

#b2bdash-regform-page-introduction {
	margin-bottom: 2rem;
}

#b2bdash-regform label.b2bdash-inline {
	display: inline;
	margin-left: 1rem;
}

.b2bdash-regform-warning {
	display: block;
	padding: 1rem;
	background-color: #C00;
	color: #FFF;
	margin-bottom: 2rem;
}

p.b2b-regform-field {
	margin-bottom: 1.5rem;
}

.b2bdash-client-dashboard .b2bdash-learner {
	display: block;
	overflow: hidden;
	border: solid 1px #CCC;
	margin-bottom: 1rem;
}

.b2bdash-client-dashboard .b2bdash-learner.b2bdash-group-leader {
	background-color: #F5F5F5;
}


.b2bdash-client-dashboard form {
	margin: 2rem 0;
}

.b2bdash-client-dashboard .b2bdash-learner-leftcol, .b2bdash-client-dashboard .b2bdash-learner-rightcol {
	float: left;
}

.b2bdash-client-dashboard .b2bdash-learner-leftcol {
	width: 30%;
}

.b2bdash-client-dashboard .b2bdash-learner-rightcol {
	width: 70%;
}

.b2bdash-client-dashboard .b2bdash-learner-leftcol-content, .b2bdash-client-dashboard .b2bdash-learner-rightcol-content {
	padding: 1rem;
}

.b2bdash-progress-bar {
	width: 100%;
	height: 1.2rem;
	background-color: #EEE;
	margin-bottom: 1rem;
	position: relative;
}

.b2bdash-progress-bar .b2bdash-progress-bar-progress-value {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1.25em;
}

.b2bdash-progress-bar .b2bdash-progress-bar-progress {
	height: 1.25rem;
	background-color: #50C878
}

.b2bdash-learner-course-progress {
	overflow: hidden;
}

.b2bdash-learner-course-progress .b2bdash-learner-course-progress-title {
	width: 40%;
	float: left;
	line-height: 1.25em;
}

.b2bdash-learner-course-progress .b2bdash-learner-course-progress-bar {
	width: 60%;
	float: right;
}

.b2bdash-progess-on {
	margin-bottom: 1rem
}

.b2bdash-email-user {
	margin: 0.25rem 0;
	display: block;
}

.b2bdash-email-user img {
	max-height: 1rem;
}

.b2bdash-pagination {
	margin-bottom: 1rem;
}

.b2bdash-pagination .page-numbers {
	display: inline-block;
	padding: 0.5rem;
	background-color: #EEE;
}

.b2bdash-pagination .page-numbers.dots {
	background-color: transparent;
}

#b2b-regform-type fieldset {
	text-align: center;
	margin-bottom: 2rem;
}

#b2b-regform-type fieldset label {
	margin: 0 1rem;
	display: inline-block;
	width: inherit;
}

#b2b-regform-existing {
	display: none;
}

.b2b-regform-field-section .g-recaptcha {
	margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {

	.b2bdash-learner-course-progress .b2bdash-learner-course-progress-title, .b2bdash-learner-course-progress .b2bdash-learner-course-progress-bar {
		width: 100%;
		float: none;
	}

}
