.caldera-grid.cf_processing {
	background-attachment: fixed !important;
}

.progressbar {
	counter-reset: step;
	flex-direction: row;
	display: flex;
	justify-content: center;
}

.progressbar li {
	list-style-type: none;
	width: 186px;
	float: left;
	font-size: 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}

.progressbar li:before {
	width: 50px;
	height: 50px;
	content: counter(step);
	counter-increment: step;
	line-height: 50px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: green;
}

.progressbar li.active:before {
	border-color: #55b776;
}

.progressbar li.active + li:after {
	background-color: #55b776;
}

.progressbar li.done:before {
	background-color: #55b776;
	border: green;
	color: white;
}

.caldera-grid label {
	opacity: 1;
	color: black;
}

input[value="Submit"].btn-right {
	background-color: #55b776 !important;
}

.btn-right {
	float: right;
}

.caldera-grid .checkbox input[type=checkbox] {
	margin-top: 4px;
}

/* Style the tab */
.page-tab {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	display: block;

}

/* Style the buttons that are used to open the tab content */
.page-tab a, .page-button a {
	cursor: pointer;
}

.page-tab a, .page-tab span {
	display: block;
	background-color: inherit;
	color: black;
	padding: 12px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	transition: 0.3s;
}

.page-button a {
	text-decoration: none !important;
	box-shadow: none !important;
	margin-bottom: 20px;
}

/* Change background color of buttons on hover */
.page-tab a:hover {
	background-color: #ddd;
}

.page-tab a.active {
	color: green;
	border: green;
}

.page-tab a.done {
	background-color: #55b776;
}

.loader {
  	border: 4px solid #f3f3f3; /* Light grey */
  	border-top: 4px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 24px;
	height: 24px;
	animation: spin 2s linear infinite;
	display: none;
}

.usernumber_exists {
	display: none;
}

.usernumber_does_not_exist {
	display: none;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.workmarkettfatoken {
	display: none;
}