﻿
.mask {
    overflow: hidden;
}

.roundedCorners {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.roundedCornersButton {
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 3px;
}

.roundedCornersButton, x:-moz-any-link, x:default {
    margin-bottom: 1px;
}

.clear {
    float: none;
}


.line-separator {
    height: 5px;
    background: #000000;
}


.header {
    margin-bottom: 10px;
    height: 120px;
}


.headerBanner {
    height: 120px;
    text-align: center;
}

.headerBannerImage {
    margin-left: 10px;
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
    margin-top: 12px;
    display: inline;
    float: left;
}

.headerBannerText {
    display: inline-table;
    white-space: nowrap;
    overflow: hidden;
    margin: 40px auto 0px auto;
    color: #000000;
    text-align: center;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 17pt;
    vertical-align: middle;
    font-weight: bold;
}


@media all and (min-width: 1200px) {
    .headerBannerText {
        font-size: 18pt;
    }
}

@media all and (min-width: 1300px) {
    .headerBannerText {
        font-size: 20pt;
    }
}

@media all and (min-width: 1400px) {
    .headerBannerText {
        font-size: 22pt;
    }
}

@media all and (min-width: 1500px) {
    .headerBannerText {
        font-size: 24pt;
    }
}

@media all and (min-width: 1600px) {
    .headerBannerText {
        font-size: 26pt;
    }
}



.receiptTable {
    text-align: left;
}

.receiptTableCell {
    padding: 5px;
}


input[type="button"], input[type="submit"], button {
    color: #fff;
    background-color: #006dcc;
    border: 1px solid #2c5280;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px soldid;
    border-color: #0044cc #0044cc #002a80;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px 4px;
    text-decoration: none;
    cursor: pointer;
    background: -moz-linear-gradient(top, #0088cc 0%, #0044cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088cc), color-stop(100%,#0044cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0088cc 0%,#0044cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0088cc 0%,#0044cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0088cc 0%,#0044cc 100%); /* IE10+ */
    background: linear-gradient(top, #0088cc 0%,#0044cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#0044cc',GradientType=0 ); /* IE6-8 */
}

    input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:disabled, input[type="submit"]:disabled, button:hover, button:disabled {
        color: #ffffff;
        background: -moz-linear-gradient(top, #0044cc 0%, #0044cc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0044cc), color-stop(100%,#0044cc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0044cc 0%,#0044cc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0044cc 0%,#0044cc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0044cc 0%,#0044cc 100%); /* IE10+ */
        background: linear-gradient(top, #0044cc 0%,#0044cc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0044cc', endColorstr='#0044cc',GradientType=0 ); /* IE6-8 */
    }

    input[type="button"]:active, input[type="submit"]:active, button:active {
        position: relative;
        top: 1px;
    }

input[type="text"] {
    color: #666666;
    border: 1px solid #cdcdcd;
    height: 20px;
    display: block;
    margin: 2px 0px 2px 3px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px; /*min-width: 10px;*/
    padding-left: 5px;
}

.InquiryEnabled {
    border: 1px solid #cdcdcd;
}

.InquiryRequired {
    border: 1px solid #CC0000 !important;
}

.InquiryRequiredSelect {
    border: 1px solid #CC0000 !important;
}

.ValidationFailedInput {
    background-color: #F7EDF1 !important;
}



.overlay {
    opacity: 0.6;
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    cursor: wait;
}

.overlayMessage {
    position: absolute;
    padding: 0px;
    margin: 0;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: #000;
    border: 3px solid #aaa;
    background-color: #fff;
    cursor: wait;
}
