@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="time"].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;
	border-radius: 0;
}
select.readonly {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: 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;
}


@media (max-width: 768px) {
	[type='date']::before,
	[type='time']::before {
		content: "”N/ŒŽ/“ú";
		color: #aaa;
		position: absolute;
	}
	[type='time']::before {
		content: "--:--";
	}
	[type='date']:focus::before,
	[type='date'].not_empty::before,
	[type='time']:focus::before,
	[type='time'].not_empty::before {
		content: none;
	}
}
