.alert * {
	margin-bottom: 0;
}

.mt30 {
	margin-top: 30px;
}

.slider-label {
	display: inline-block;
	position: relative;
	top: 5px;
	width: auto;
}

.dialog-modal {
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	border-radius: 2px !important;
	outline: 0 !important;
}

.dialog-header {
	background: white !important;
	padding: 10px 0px 10px 20px !important;
	border-bottom: 1px solid #e9ecef !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.dialog-header span {
	line-height: 1.5 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: inherit !important;
}

.ui-dialog-titlebar-close {
	background: none !important;
	border: none !important;
	font-size: 1.3125rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	color: #000 !important;
	text-shadow: 0 1px 0 #fff !important;
	opacity: .5 !important;
}

.ui-dialog-titlebar-close:after {
	content: 'x';

}

.test-form-image {
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	top: -10px;
}

.test-form-image .test-form-image-thumb {
	width: 100%;
}

.test-form-image .test-form-image-close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 99;
}

.test-header {
	width: 100%;
	height: 30px;
	height: auto;
	padding: 0 0 60px 0;
}

.test-body {
	text-align: center;
}

.test-footer {
	width: 100%;
	height: 60px;
	padding: 30px 0 60px 0;
	float: both;
}

.test-footer .back {
	float: left;
}

.test-footer .next {
	float: right;
}

.false-answer, .empty-answer {
	display: none;
	font-size: 19px;
	font-weight: bold;
	color: #b81201;
	padding: 10px;
	margin: 10px 0;
	border: 2px solid #b81201;
}

.question-container {
	width: 100%;
	padding: 15px 0;
}

.question-container .slide_answer {
	text-align: left;
}

.reporting-form fieldset {
	background-color: #ddddff;
	padding: 15px;
	margin: 15px 0;
	display: block;
}

.reporting-form fieldset legend {
	padding: 15px 0 5px 0;
	position: relative;
	top: 35px;
	border-bottom: 1px solid #aaaaaa;
}

.form-group {
	margin-top: 15px;
}

.multiselect-container {
	max-height: 400px !Important;
	overflow-y: auto;
}
