html{
    height: 100%;
}
body {
	min-width: 320px;
    font-family: LunchBox;
	font-weight: normal;
	font-style: normal;
    font-size: 20px;
    min-height: 100%;
	background: url('/Images/GenericRepeatBKG.jpg') repeat center top #BF864E;
    background-attachment: scroll;
    outline: 1px solid transparent;
}
body.generic {
	background: url('/Images/GenericRepeatBKG.jpg') repeat center top #BF864E;
}
body.loading {
	background: url('/Images/page-loading.gif') no-repeat center center #BF864E !important;
    background-attachment: fixed !important;
}
body.loading #wrapper {
    visibility: hidden;
}
a, a:hover, a:visited, a:focus {
    color: #fff;
}
.content-main {
    min-height: 360px;
    /*margin-top: 90px;*/
    margin-top: 110px;
    margin-bottom: 20px;
}
body.generic .content-main {
    border: 6px solid #A57138;
    border-radius: 15px;
}
.content-border {
    border: 6px solid #905228;
    border-radius: 15px;
}
.menu-item {
    padding: 10px 0;
}
.menu-item b {
    font-size: 24px;
}

label {
    font-weight: normal;
    display: inline !important;
}
label.control-label {
    font-weight: normal;
}
.checkbox {
    display: inline !important;
    min-height: 0 !important;
    margin-top: 10px !important;
}
input[type=text], textarea {
    border: 2px solid #905228;
    border-radius: 15px;
    font-size: 18px;
    padding: 2px 10px;
}
textarea {
    padding: 2px 10px !important;
}
input, textarea, select, option {
    background: #fff;
}

.field-validation-error,
.field-validation-error span {
    display: block;
    color: #bb0000;
    clear: both;
}

.space-top-10 {
    margin-top: 10px;
}
.space-bottom-10 {
    margin-bottom: 10px;
}
.space-top-20 {
    margin-top: 20px;
}
.space-bottom-20 {
    margin-bottom: 20px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
    background-color: #905228;
    border: 0;
    border-radius: 15px;
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase;
}

.pdf {
    background: url("/Images/pdf.png") no-repeat left center transparent;
    padding-left: 20px;
    height: 16px;
}

.action, .submit, .update, 
.continue, .cancel, .claim, .check, 
.process-payment {
    width: 112px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
}

.submit {
    background: url("/Images/button-submit.png") no-repeat center -46px  transparent;
}
.submit:hover {
    background: url("/Images/button-submit.png") no-repeat center top transparent;
}
.update {
    background: url("/Images/button-update.png") no-repeat center top transparent;
}
.update:hover {
    background: url("/Images/button-update.png") no-repeat center -46px transparent;
}
.continue {
    background: url("/Images/button-continue.png") no-repeat center top transparent;
}
.continue:hover {
    background: url("/Images/button-continue.png") no-repeat center -46px transparent;
}
.cancel {
    background: url("/Images/button-cancel.png") no-repeat center top transparent;
}
.cancel:hover {
    background: url("/Images/button-cancel.png") no-repeat center -46px transparent;
}
.claim {
    background: url("/Images/button-claim.png") no-repeat center top transparent;
    background-size: 86px;
    width: 90px;
    height: 34px;
}
.claim:hover {
    background: url("/Images/button-claim.png") no-repeat center -36px transparent;
    background-size: 86px;
}
.check {
    background: url("/Images/button-check.png") no-repeat center top transparent;
    background-size: 86px;
    width: 90px;
    height: 34px;
}
.check:hover {
    background: url("/Images/button-check.png") no-repeat center -36px transparent;
    background-size: 86px;
}
.process-payment {
    background: url("/Images/button-process-payment.png") no-repeat center top transparent;
    width: 190px;
}
.process-payment:hover {
    background: url("/Images/button-process-payment.png") no-repeat center -46px transparent;
}
.process-payment.disabled,
.process-payment.disabled:hover {
    background: url("/Images/button-process-payment.png") no-repeat center -92px transparent;
}
.next {
    background: url("/Images/button-next.png") no-repeat center top transparent;
    width: 112px;
    height: 46px;
    display: inline-block;
}
.next:hover,
.next:focus {
    text-decoration: none;
}
.next:hover {
    background: url("/Images/button-next.png") no-repeat center -46px transparent;
}
.generatecode {
    background: transparent url("/Images/generate-code.png") no-repeat scroll center top;
    display: inline-block;
    height: 45px;
    width: 127px;
    border: 0;
}
.generatecode:hover {
    background: url("/Images/generate-code.png") no-repeat center -44px transparent;
}

.ui-autocomplete {
    background: #fff;
    border-radius: 0 !important;
    padding: 0;
}
.ui-autocomplete li {
    font-size: 24px;
    color: #999;
    padding: 5px 10px;
}
.ui-autocomplete .ui-state-focus,
.ui-autocomplete li:hover {
    background: #eee;
}
.ui-autocomplete li b.highlight {
    color: #000;
    font-weight: normal;
}
.ui-autocomplete li a,
.ui-autocomplete li a:hover {
    border: none !important;
    display: block !important;
}
.ui-autocomplete .ui-state-focus a,
.ui-autocomplete li:hover a {
    border: none !important;
    display: block !important;
    color: #000 !important;
    text-decoration: none !important;
}

.nav-account {
    float: right;
    margin: 10px 0 0 0;
}
.nav-account li {
    float: left;
    display: inline-block;
    margin: 0 0 0 7px;
}
.nav-account li a {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    width: 112px;
    height: 46px;
    text-decoration: none;
}
.nav-account li a:hover {
    background-position: center -46px;
}
.nav-account a.orders {
    background-image: url('/Images/button-myorders.png');
}
.nav-account li a.transactions {
    background: url("/Images/button-transactions.png") no-repeat center top transparent;
    width: 192px;
}
.nav-account li a.transactions:hover {
    background-position: center -45px;
}
.nav-account a.account {
    background-image: url('/Images/my-acct-footer.png');
}
.nav-account a.logout {
    background-image: url('/Images/button-logout.png');
}
.nav-account li a.referral {
    background: url("/Images/refer-a-friend.png") no-repeat center 1px transparent;
    width: 127px;
}
.nav-account li a.referral:hover {
    background-position: center -44px;
}

@media screen and (max-width:480px) {
    .nav-account {
        float: none;
        margin-bottom: 20px;
    }
}

.table-data {
    width: 100%;
}
.table-data th {
    border-top: 0 !important;
    border-bottom: 2px solid #905228 !important;
}
.table-data td {
    border-bottom: 0 !important;
    border-top: 1px solid #905228 !important;
}

#loding-screen {
    height: 100%;
    width: 100%;
    position: fixed;
    background: url('/images/loading.gif') no-repeat center center #fff;
    opacity: .7;
    z-index: 1050;
    display: none;
}
.ui-widget {
    font-family: LunchBox;
    font-size: 20px;
}
.ui-tooltip {
    box-shadow: none;
    max-width: 360px;
    border-width: 0 !important;
    background: #eee;
    border-radius: 5px;
    z-index: 999 !important;
    padding: 2px 6px 4px 6px;
}

.payment-error {
    color: #bb0000;
    background: #fff;
    padding: 10px 10px 14px 10px;
    font-size: 25px;
    border-radius: 12px;
    margin: 15px 0 45px 0;
}

.popover.address-validate {
    background-color: #f78b83;
    border: 2px solid #bb0000;
    padding: 0;
}
.address-validate .popover-title {
    background-color: #bb0000;
    color: #fff;
    font-size: 20px;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 8px 8px 12px 8px;
}
.address-validate .popover-content {
    color: #111;
    font-size: 18px;
    padding: 8px 8px 12px 8px;
}
.popover #popclose {
    float: right;
    font-size: 30px;
    margin: 0 8px 0 0;
}
.address-validate > .arrow:after {
    border-bottom-color: #bb0000 !important;
}

.order-timer {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
    text-align: center;
    background: #fff;
    color: #bb0000;
    min-width: 100px;
    line-height: 24px;
    font-size: 20px;
    padding: 10px;
}