.stepbar {
	display: inline-block;
}

.stepbar>.step {
	position: relative;
	flex: 1;
	display: inline-block;
	text-align: center;
	z-index: 0;
}

.stepbar>.step>.step-icon {
	display: inline-block;
	background-color: LightGrey;
	color: DarkGray;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	font-size: 26px;
	line-height: 40px;
	transition: all 0.5s;
}

.stepbar>.step:before {
	content: ' ';
	position: absolute;
	display: block;
	top: 18px;
	height: 4px;
	left: 0px;
	right: 0px;
	background-color: LightGrey;
	z-index: -1;
}

.stepbar>.step.previous {
	cursor: pointer;
}

.stepbar>.step:first-child:before {
	left: 50%;
}

.stepbar>.step:last-child:before {
	right: 50%;
}

.stepbar>.step.previous:before {
	background-color: DarkCyan;
}

.stepbar>.step.current:before {
	background-image: linear-gradient(to right, DarkCyan, #5bc0de 50%, LightGrey);
}

.stepbar>.step:first-child.current:before {
	background-image: linear-gradient(to right, #5bc0de, LightGrey);
}

.stepbar>.step:last-child.current:before {
	background-image: linear-gradient(to right, DarkCyan, #5bc0de);
}

.stepbar>.step.previous>.step-icon {
	background-color: DarkCyan;
	color: white;
}

.stepbar>.step.current>.step-icon {
	background-color: #5bc0de;
	color: white;
}

.stepbar>.step>.step-label {
	display: block;
	padding: 5px;
}

.stepbar-content {
	margin-right: 20px;
}

.stepbar-content>img {
	max-width: 100%;
}

.stepbar-button {
	min-width: 100px;
	background: none;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	border: none;
	font-size: 16px;
	padding: 8px 45px;
	white-space: nowrap;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri,
		sans-serif !important;
}

.stepbar-button.primary {
	background-color: #5bc0de;
	border: 1px solid #7fb0cc;
	color: white;
}

.stepbar-button.primary:hover {
	background-color: #7fb0cc;
}

.stepbar-button.secondary {
	color: #5bc0de;
	background-color: #FFF;
	border: 1px solid;
}

.stepbar-button.secondary:hover {
	background-color: #ECECEC
}

.stepbar-button.outline {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background-color: white;
	color: #5bc0de;
	border: 1px solid #5bc0de;
}

.stepbar-button.outline:hover {
	border-color: #7fb0cc;
	color: #7fb0cc;
}

.page-title {
	font-size: 14px;
	font-weight: 500;
	background: #438eb9;
	color: #FFF;
	padding: 2px 10px 2px;
	text-transform: uppercase;
}

.highlight {
	height: 40px;
	background-color: #F8F8F8;
	border-radius: 4px;
	font-size: 16px;
	color: DimGray;
	font-weight: bold;
	line-height: 40px;
	padding-left: 11px;
}

.pull-right {
	float: right;
}

.text-small {
	font-size: 7px;
}

.fa-info-circle {
	cursor: pointer;
}


.z-chosenbox-input {
	width: 120px;
}

.stepbar>.step {
	margin-bottom: 10px;
	cursor: pointer;
}

h5, .h5, h4, .h4 {
  font-weight: 600;
}