.simple-step-container {
	color: #FFF;
}
.simple-step-container > .step-header {
	background-color: #4c637b;
    text-align: center;
	padding: 42px 15px;
	border-radius: 14px 14px 0 0;
}
.simple-step-container > .step-header > .description {
	margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.simple-step-container > .step-header > .title {
	margin: 5px 0 0;
    padding: 0px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}

.simple-step-container > .step-line {
	background-color: #b8c6d6;
	height: 5px;
	display: flex;
	justify-content: space-around;
}
.simple-step-container > .step-line > .item {
	flex-grow: 1;
	position: relative;
}
.simple-step-container > .step-line > .item > .step-circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b8c6d6;
	position: absolute;
    right: 0;
    top: -18px;
}
.simple-step-container > .step-line > .item > .step-circle > .icon {
	font-size: 16px;
}

.simple-step-container > .step-line > .item:last-child > .step-circle {
	display: none;
}
.simple-step-container > .step-line > .item:last-child {
	flex-grow: 0.5;
}

.simple-step-container > .step-line > .item.-active {
	background-color: #38b1eb;
}
.simple-step-container > .step-line > .item.-active > .step-circle {
	background-color: #38b1eb;
}

.simple-step-container > .step-body {
	background-color: #FFF;
	padding: 30px 15px;
	color: #000;
}
.simple-step-container > .step-body > .group {
	font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 0 0 8px;
    text-transform: uppercase;
    border-bottom: 1px dotted #bcbcbc;
    color: #6d6b6b;
}
.simple-step-container > .step-body > .group > .tag-label {
	padding: 4px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.simple-step-container > .step-body > .group > .tag-label.-info {
	color: #FFF;
    background-color: #00c0ef !important;
}
.simple-step-container > .step-body > .group > .tag-label.-warning {
	color: #FFF;
    background-color: #db8b0b !important;
}
.simple-step-container > .step-body > .group > .tag-label.-danger {
	color: #FFF;
    background-color: #d33724 !important;
}
.simple-step-container > .step-body > .group > .tag-label.-success {
	color: #FFF;
    background-color: #008d4c !important;
}
.simple-step-container > .step-body > .group:first-child {
	margin-top: 15px;
}
.simple-step-container > .step-body > .step-form {}
.step-form {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step-form > .item {
	width: 100%;
	padding: 10px 0;
}
.step-form > .item > .step-label {
	width: 100%;
}
.step-form > .item > .step-input {
	width: 100%;
	height: 36px;
	padding: 2px 5px;
    border: 1px solid #ddd;
}
.step-form > .item > .step-input-display {
	border: 1px dotted #ddd !important;
    padding: 10px;
	min-height: 42px;
	width: 100%;
}

.step-form > .item > .step-input.-textarea {
	height: auto;
}

.simple-step-container > .step-footer {
	background-color: #FFF;
	min-height: 50px;
	border-top: 1px solid #f4f4f4;
	border-radius: 0 0 14px 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
}
.simple-step-container > .step-footer > .item {
	flex-grow: 1;
}
.simple-step-container > .step-footer > .item:last-child {
	text-align: right;
}
.simple-step-container > .step-footer > .item > .btn-step {
	background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px;
}
.simple-step-container > .step-footer > .item > .btn-step:last-child {
	margin-right: 0;
}

.simple-step-container > .step-footer > .item > .btn-step:focus {
	outline: none;
}

.simple-step-container > .step-footer > .item > .btn-step.-active {
	background-color: #67ba2f;
	border: 1px solid #67ba2f;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-danger {
	background-color: #dd4b39;
	border: 1px solid #dd4b39;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-info {
	background-color: #00c0ef;
	border: 1px solid #00c0ef;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-primary {
	background-color: #0073b7;
	border: 1px solid #0073b7;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-success {
	background-color: #00a65a;
	border: 1px solid #00a65a;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-warning {
	background-color: #f39c12;
	border: 1px solid #f39c12;
	color: #FFF;
}

/* Extra small devices (phones, 600px and down) "Custom style" */
@media only screen and (max-width: 600px) {
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .simple-step-container {
		padding: 20px;
	}

	.step-form > .item {
		width: 49%;
	}

	.step-form > .item.-full {
		width: 100%;
	}

	.simple-step-container > .step-line > .item:last-child {
		flex-grow: 0.8;
	}

	.select-item-card {
		padding: 30px 15px;
	}

	.select-item-card > .item {
		margin-right: 30px;
		padding: 15px 30px;
	}
	.select-item-card > .item > .text {
		font-size: 18px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}