@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	font-family: 'Exo 2', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #2F3239;
	margin: 0px;
}

div.container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

div.error {
	background-color:#FF0000;
	color:#FFFFFF;
	text-align:center;
	padding:20px;
}

div.success {
	background-color:#497a32;
	color:#FFFFFF;
	text-align:center;
	padding:20px;
}

/* TABLES */

table.title {
	/*margin-bottom: 30px;*/
}

table.title tr.header {
	background-color: #FFFFFF;
	height: 160px;
}

table.title tr.header td {
	text-align: center;
}

table.title tr.terminalname {
	background-color: #474747;
}

table.title tr.terminalname h1 {
	font-family: 'Exo 2', Arial, sans-serif;
	font-weight: 300;
}

table.title tr.terminalname td {
	text-align: center;
}

table.formcontainer tr.formitem {
	background-color: #FFFFFF;
}

table.formcontainer tr.formitem td {
	padding: 20px;
}

table.formcontainer input {
	border: none;
	color: #000000;
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	padding: 17px;
	width: 85%;
	border: 3px solid #999999;
}

::-webkit-input-placeholder { color: #999999; }
:-moz-placeholder { color: #999999; }
::-moz-placeholder { color: #999999; }
:-ms-input-placeholder { color: #999999; }

td.form-label {
	width: 30%;
	background-color: #FAFAFA;
	text-align: right;
}

.form-label {
	font-family: 'Exo 2', Arial, sans-serif !important;
	font-size: 1.4em;
	font-weight: 400;
	color: #000000;
}

button.btn {
	background-color: #98CF7F;
	border: none;
	color: #549934;
	cursor: pointer;
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	padding: 20px 0px;
	width: 100%;
}

span.btn {
	border: none;
	cursor: pointer;
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	width: 100%;
}

/* MEMBER CONSOLE */

table.formcontainer td.info {
	color: #000000;
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	padding: 17px;
	width: 55%;
}

table.formcontainer tr.heading h1 {
	font-family: 'Exo 2', Arial, sans-serif;
	font-weight: 300;
}

table.formcontainer tr.heading {
	background-color: #474747;
	text-align: center;
}

table.formcontainer td.offerdesc {
	color: #000000;
	font-size: 15px;
	width: 50%;
}

a.redeem {
	background-color: #DB3030;
	color: #FFFFFF;
	display: block;
	font-weight: 300;
	margin: 0;
	padding: 30px 0px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

table.formcontainer tr.offeritem {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
}

table.formcontainer tr.offeritem td {
	padding: 0px;
	border-bottom: 1px solid #E9E8E5;
}

td.offer-label {
	color: #000000;
	font-size: 15px;
	text-align: center;
	width: 10%;
}

/******* BUTTONS *******/

td.btn-container {
	height: 100%; 
	padding: 0px !important; 
	border-bottom: none !important;
	width: 15%;
}

.btn {
	display: table;
	text-decoration: none;
	position: relative;
	height: 100%;
	width: 100%;
}

.btn-red span, .btn-green span, .btn-orange span, .btn-grey span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 67px;
}

.btn-red {background-color: #DB3030; color: #FFFFFF;}
.btn-green {background-color: #98CF7F; color: #497a32;}
.btn-orange {background-color: #ffb700; color: #a87f16;}
.btn-grey {background-color: #CCCCCC; color: #333333;}

a img {border: none; border-style: none;}
