﻿/* Reset */

address, caption, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: #1F244C;
    font-family: "Helvetica Neue",Helvetica, Arial;
}

a, a:hover, a:active, a:visited {
    color: white !important;
    text-decoration: underline;
}

h1 {
    padding: 12px 70px 22px 0px;
    text-align: left;
    color: #fff;
    letter-spacing: -1px;
    font-size: 38px;
    white-space: nowrap;
}
h3 {
    font-size: 18px;
    color: #333;
    float: left;
    margin-right: 15px;
}

h1 cufon {
    margin-bottom: -4px;
}


#prettytable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
#prettytable td, #prettytable th {
    border: 1px solid #ddd;
    padding: 8px;
    color: #000000;
}
#prettytable tr:nth-child(even) {
    background-color: #f2f2f2;
}
#prettytable tr:nth-child(odd) {
    background-color: #ffffff;
}
#prettytable tr:hover {
    background-color: #ddd;
}
    #prettytable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #53AC38;
        color: white;
    }

.receipt-container {
    background-color: #ffffff;
}
#receipt-table th, #receipt-table td {
    background-color: #ffffff;
}
#receipt-table .receipt-line td {
    font-weight: bold;
    background-color: #cccccc;
}
#receipt-table .total-line td {
    font-weight: bold;
    border-top: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
}

/* Custom CHeckbox */
.checkcontainer {
    width: 25px;
}
/* Customize the label (the container) */
.checkcontainer label {
    display: block;
    position: relative;
    /*padding-left: 35px;
    margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    height: 25px;
}

    /* Hide the browser's default checkbox */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #53AC38;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 

.note-surcharge {
    color: #aaa;
    font-size: 12px;
    display: inline-block;
}

.cards {
    list-style: none;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 0;
    width: max-content;
    display: inline-block;
}
.cards li input {
    position: absolute;
    opacity: 0;
}
.cards li {
    position: relative;
    float: left;
}
.card-logo {
    max-width: 100px;
    max-height: 100px;
    border: 4px solid transparent;
    border-radius: 6px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
}

.image-radio {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    outline: 0;
}

.image-radio input[type="radio"] {
    visibility: hidden;
}

.image-radio input[type="radio"]:checked ~ img {
    border: 4px solid green;
}
.image-radio input[type="radio"]:checked ~ div {
    opacity: 1;
}

.image-radio-checked {
    border-color: #f58723;
}

.total-label {
    text-align: right;
}
#subtotal-value {
}

.whiterow {
    background-color: white !important;
}

.error td {
    background-color: #FFCCCC;
    color: #ff0000 !important;
    text-align: center;
}


.logo-egate img {
    max-height: 30px;
}
.logo-egate label {
    line-height: 30px;
    vertical-align: top;
    margin-right: 4px;
}


.btn-submit {
    background-color: #53AC38; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.btn-submit:disabled {
    opacity: 0.5;
    background-color: #cccccc;
}


.logo {
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 300px;
}

ul.info {
    padding: 0;
    margin: 10px 0 0 0;
    display: inline-block;
}

ul.info li {
    clear: both;
    float: left;
}

ul.info li p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    float: left;
    margin: 0;
}


ul.info li p.social a.tw {
    width: 28px;
    height: 28px;
    background: url(../images/social.png) left top no-repeat;
    margin-right: 8px;
    float: left;
}

ul.info li p.social a.fb {
    width: 28px;
    height: 28px;
    background: url(../images/social.png) -36px top no-repeat;
    float: left;
    margin-right: 8px;
}

ul.info li p.social a.li {
    width: 28px;
    height: 28px;
    background: url(../images/social.png) -72px top no-repeat;
    float: left;
}

ul.info li p.social a.tw:hover {
    width: 28px;
    height: 28px;
    background: url(../images/social.png) left bottom no-repeat;
    float: left;
}

ul.info li p.social a.fb:hover {
    width: 28px;
    height: 28px;
    background: url(../images/social.png) -36px bottom no-repeat;
    float: left;
}

ul.info li p.social a.li:hover {
    width: 28px;
    height: 28px;
    background: url(../images/social.png) -72px bottom no-repeat;
    float: left;
}


