.btn *,
.btnDisabled,
.inputDisabled,
.inputAreaDisabled *,
.disabled {
	pointer-events: none;
	user-select: none;
}

.btnRow .btn:first-child {
	margin-left: 0;
}

.hide {
	display: none;
}

.errorText {
	color: red;
}

.error {
	background-color: red;
}

.succesText {
	color: green;
}

.textBtn {
	text-transform: none;
	border: none;
	background: none;
}

.opacity0 {
	/*transition: .25s ease-out;*/
	/*transition: .25s;*/
	opacity: 0;
}

.opacity1 {
	/*transition: .25s ease-in;*/
	transition: .25s;
	opacity: 1;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}