@charset "utf-8";

.form-control.preview {
	height: auto !important;
	border-color: transparent !important;
	font-weight: bold;
}

input[type="checkbox"].readonly,
input[type="radio"].readonly {
	opacity: 0.4;
}

input[type="text"].readonly,
input[type="number"].readonly,
input[type="password"].readonly,
input[type="date"].readonly,
input[type="email"].readonly,
input[type="tel"].readonly,
textarea.readonly,
select.readonly,
.form-control.preview {
	border-color: transparent !important;
	background-color: transparent !important;
	outline: none !important;
	font-weight: bold;
	border-bottom: 1px solid #595757 !important;
}
select.readonly {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.readonly::-ms-expand {
	display: none;
}
.control-label.readonly {
	opacity: 0.4;
}

.chk-wrap .control-label {
	font-size: 18px;
}

.hide {
	display: none !important;
}

.error.text-danger {
	color: #ad3939 !important;
}
.error_message {
	color: #ad3939;
	font-weight: bold;
	margin-top: 0.5em;
	padding: 0 15px;
	width: 100%;
	text-align: left;
}