/* -- General Formatting */

* {
	box-sizing: border-box;
}

body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #C9A98E;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #361C0D;
	overflow: hidden;
}

body.ajax {
	background-color: #FFF;
}

h1,
h2 {
	text-transform: uppercase;
	font-weight: 300;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.ilb {
	display: inline-block;
}

.lightbox_iframe {
	cursor: pointer;
}

a.btn {
	background-color: #361C0D;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
}

.w_5 { width: 5%; }
.w_35 { width: 35%; }



/* -- Text Formatting */

.txt_lg {
	font-size: 30px;
}

.txt_med {
	font-size: 26px;
}

.txt_error {
	font-size: 30px;
	color: #C00;
	font-weight: 600;
}



/* -- BG Formatting */

.background {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../../img/background.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}



/* -- Logo Formatting */

.logo {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
}



/* -- CTA Button Formatting */

.cta_btn {
	position: fixed;
	z-index: 20;
	top: 0;
    width: 50%;
	padding-top: 40px;
    text-align: center;
    box-sizing: border-box;
}

.cta_btn_left {
	left: 0;
    padding-right: 200px;
}

.cta_btn_right {
	right: 0;
    padding-left: 200px;
}

.cta_btn a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #361C0D;
	border-radius: 5px;
	color: #361C0D;
}



/* -- Page Formatting */

.page {
	width: 100%;
	height: 100%;
}

.container {
	position: fixed;
	z-index: 20;
	top: 164px;
	left: 0;
	right: 0;
	bottom: 74px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.ajax .container {
	top: 0;
	bottom: 0;
}

.page .tbl,
.page .tbl-row,
.page .tbl-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.page .content {
	padding: 50px;
	padding-top: 0;
}



/* -- Form Formatting */

form input,
form select,
form textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: 0;
}

form input[type="submit"],
form input[type="button"] {
	color: #FFF;
	font-size: 40px;
	padding: 10px;
	text-align: center;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
    font-weight: 300;
}

form input[type="submit"] {
	background-color: #361C0D;
}

form input[type="button"] {
	background-color: #7E553A;
}

form .w_25 input[type="submit"],
form .w_50 input[type="submit"],
form .w_75 input[type="submit"],
form .w_25 input[type="button"],
form .w_50 input[type="button"],
form .w_75 input[type="button"] {
	font-size: 30px;
    padding: 17px;
}

form input[type="submit"].loading {
	background-color: #333;
	font-style: italic;
}



/* -- Bottom Dock Formatting */

.bottom_dock {
	position: fixed;
	z-index: 30;
	bottom: 0;
	left: 0;
	right: 0;
}



/* -- Input Formatting */

.input_employee {
	border: 2px solid #361C0D;
	border-radius: 10px;
	font-size: 50px;
	width: 160px;
    text-align: center;
    padding: 10px 0;
	padding-bottom: 15px;
}

.input_phone {
	border: 2px solid #361C0D;
	border-radius: 10px;
	font-size: 50px;
	width: 400px;
    text-align: center;
    padding: 10px 0;
	padding-bottom: 15px;
}

.input_email {
	border: 2px solid #361C0D;
	border-radius: 10px;
	font-size: 50px;
	width: 650px;
    text-align: center;
    padding: 10px 0;
	padding-bottom: 15px;
}

.input_name {
	border: 2px solid #361C0D;
	border-radius: 10px;
	font-size: 50px;
	width: 650px;
    text-align: center;
    padding: 10px 0;
	padding-bottom: 15px;
}

.input_purchase {
	border: 2px solid #361C0D;
	border-radius: 10px;
	font-size: 50px;
	width: 230px;
    text-align: center;
    padding: 10px 0;
	padding-bottom: 15px;
}

.input_checkbox {
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}




/* -- Customer Account Formatting */

.customer_info span {
	display: inline-block;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: right;
}



/* -- Balances Formatting */

.balances {
	padding-top: 30px;
}

.balances .box {
	background-color: rgba(255,255,255,.35);
}

.balances .box .value {
	color: #351B0C;
	font-size: 55px;
	line-height: 55px;
    font-weight: 700;
	padding: 10px 0;
}

.balances .box .type {
	text-transform: uppercase;
	color: #836D5E;
	padding-bottom: 10px;
}



/* -- Rewards Formatting */

.rewards h2 {
	margin-bottom: 0;
}

.rewards .reward {
	position: relative;
	background-color: #351B0C;
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	padding: 15px;
	padding-bottom: 32px;
	cursor: pointer;
}

.rewards .reward .expires {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
}

.rewards .reward .type {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	color: #685449;
	font-size: 12px;
	line-height: 12px;
}



/* -- Purchase Formatting */

.log_records {
	margin-bottom: 25px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.log_records .ilb {
	padding: 0 5px;
}

.log_records .title {
	position: relative;
	background-color: #361C0D;
	font-size: 14px;
	color: #FFF;
	padding: 5px;
}

.log_records .title .to {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.log_records .record {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
	font-size: 14px;
}

.log_records .labels {
	text-transform: uppercase;
	font-weight: 600;
	background-color: #EBEBEB;
	padding: 5px 0;
	font-size: 12px;
}

.log_records .record .action {
	font-size: 24px;
	line-height: 1px;
}

.log_records .record .action .fa {
	vertical-align: middle;
    margin-bottom: -6px;
    margin-top: -6px;
	color: #C00;
}




