﻿
.progress-container {
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
}

	.progress-container .progress {
		margin: 0;
		padding: 0;
	}

#percentage-value {
	position: absolute;
	top: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 3px #fff;
	line-height: 1;
	width: 100%;
}

.alert-danger {
	position: relative;
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
	height: 100%;
	overflow: hidden;
}

	.alert-danger ul {
		margin-top: 10px;
	}

	.alert-danger a {
		color: #a94442 !important;
		font-weight: bold;
	}

	.alert-danger .fa {
		position: absolute;
		top: 50%;
		right: 50px;
		font-size: 160px;
		opacity: 0.1;
		transform: translateY(-50%);
	}

label small,
.p-label small {
	font-weight: normal;
}

textarea {
	height: 150px !important;
	resize: none;
}

.checkbox label,
.radio label {
	padding-left: 0;
}

	.checkbox label [type=checkbox],
	.radio label [type=radio] {
		position: relative;
		top: 1px;
		margin-right: 5px;
	}

.fill-location-container {
	margin: 25px;
	position: relative;
	width: 300px;
}

	.fill-location-container img {
		position: relative;
		z-index: 1;
	}

.fill-location {
	position: absolute;
	z-index: 2;
}

.fill-location-1 {
	top: 0;
	right: 50px;
}

.fill-location-2 {
	top: 30px;
	right: 0;
}

.fill-location-3 {
	top: 75px;
	right: -10px;
}

.fill-location-4 {
	bottom: 30px;
	right: 0;
}

.fill-location-5 {
	bottom: 0;
	right: 50px;
}

.fill-location-6 {
	bottom: -10px;
	left: 145px;
}

.fill-location-7 {
	bottom: 0;
	left: 50px;
}

.fill-location-8 {
	bottom: 30px;
	left: 0;
}

.fill-location-9 {
	top: 75px;
	left: -10px;
}

.fill-location-10 {
	top: 30px;
	left: 0;
}

.fill-location-11 {
	top: 0;
	left: 50px;
}

.fill-location-12 {
	top: -10px;
	left: 145px;
}

.btn-prev {
	float: left;
}

.btn-next, .btn-submit {
	float: right;
}
