/*
 * Standard CSS
 *
 * @see Add T2 24.03.21
 */

/* Base Styles
-------------------------------------------------- */

:disabled,
.disabled,
.btn[disabled]{
	cursor: not-allowed;
	opacity: .38;
	background-color: #e0e0e0;
}