/* Specials and SADC Specials buttons are linked to this page Wim 2021-09-10 */
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color: rgba(255, 8, 31, 0.9);
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 2px #585858;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 900;
	height: 100%;
	letter-spacing: 0.35em;
	line-height: 1.8em;
	overflow: hidden;
	padding: 0 1.25em 0 1.6em;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.button:hover {
	color: #000000 !important;
  box-shadow: inset 0 0 0 2px #f2849e;
  background-image: linear-gradient(to right, red, yellow);
}

.button a {
  color: #000000;
	text-decoration: none;
}

.buttonsadc {
	background-color: rgba(255, 8, 31, 0.9);
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 2px #585858;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.8em;
	font-weight: 900;
	height: 100%;
	letter-spacing: 0.35em;
	line-height: 1.8em;
	overflow: hidden;
	padding: 0 1.25em 0 1.6em;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.buttonsadc:hover {
	color: #000000 !important;
  box-shadow: inset 0 0 0 2px #f2849e;
  background-image: linear-gradient(to right, red, yellow);
}

.buttonsadc a {
  color: #000000;
	text-decoration: none;
}
