.progress {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 90px;
	background: #f1f1f1;
}

.stepwizard-step p {
	margin-top: 10px;    
}

.stepwizard {
	display: table;     
	width: 100%;
	position: relative;
}

.stepwizard-row {
	display: table-row;
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}

.stepwizard-step {    
	display: table-cell;
	text-align: center;
	position: relative;
	width: 25%;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

/**/

.select2 {
	width: 100%;
}

/**/

.select-position {
	height: 400px;
	position: relative;
}

#map-canvas {
	width: 100%;
	height: 100%;
}

.confirmation {
	position: absolute;
	bottom: 20px;
	right: 50%;
	background: #fff;
	z-index: 1;
	padding: 0 15px;
	width: 300px;
	margin-right: -150px;
	direction: rtl;
	text-align: center;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	border-radius: 4px;
}

.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/**/



#pac-input {
	background-color: #fff;
	padding: 0 11px 0 13px;
	width: 400px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	text-overflow: ellipsis;
	padding: 10px;
}

#pac-input:focus {
	border-color: #4d90fe;
	margin-left: -1px;
	padding-left: 14px;  /* Regular padding-left + 1. */
	width: 401px;
}

.pac-container {
	font-family: Roboto;
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
	display: none;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

/**/

.step {
	padding: 2rem 0;
}

.business-form h2 {
	color: #0e9548;
    border-bottom: 1px solid #61bc47;
    font-weight: bold;
    margin-bottom: 15px;
}
.business-form h3 {
	font-weight: bold;
    color: #61bc47;
    border-bottom: 1px solid #61bc47;
    margin-bottom: 15px;
}

.business-form h2 {
	color: #0d9648;
	margin-bottom: 15px;
}

.business-form .row.form-group {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 -15px;
}

.business-form .row.form-group:last-child {
	border-bottom: 0;
}

.business-form .row [class*='col-'] {
	padding: 15px;
}


/**/

.submit-row {
	padding: 20px 0;
	background: #f1f1f1;
	border-top: 1px solid #ddd;
}

/**/

.picture {
	border: 1px solid #ddd;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	margin: 15px 0;
}

.picture img {
	display: block;
	width: 100%;
}

.picture p {
	padding: 0 15px;
}

.ajax-upload-dragdrop {
	border: 2px solid #ddd !important;
}

/**/

.required {
	color: red;
}

/**/

.select2-container--default .select2-selection--single {
	border: 1px solid #ddd;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #ddd;
}