﻿/*CSS Document*/
table, tbody, tfoot, thead, tr, th, td {
    vertical-align: middle;
}

hr {
    border-color: #888888 !important;
}

.container {
    margin: 0 auto;
    width: 960px;
}

.primary {
    color: #3184CA;
}

/* Text */
.paystep-title {
    font-size: 1.75em;
}

.document-label {
    font-weight: bold;
}

.currency {
    text-align: right;
}

/* Panels */
.step-panels {
    position: relative;
    padding-left: 7px;
    top: 6px;
    left: 0px;
}

#step2-documents {
    width: 450px;
    display: table-cell;
    overflow: auto;
}

#step2-billing {
    padding-left: 60px;
    width: 450px;
    display: table-cell;
}

#step3-panel {
    position: relative !important;
    width: 960px;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #FFF;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

#docpanel {
    width: 100%;
}


/* Amount to Pay Grid */

.payments-grid-table {
    font-size: 0.75em;
    width: 100%;
}

.payments-grid-header {
    font-weight: bold;
    background-color: #D5D4D4;
    border: 1px solid #9A9A9A;
}

.payments-grid-row {
    border-left: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
    border-right: 1px solid #9A9A9A;
}

.payments-grid-feerow {
    border-left: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
    border-right: 1px solid #9A9A9A;
    background: #EEE;
}

.payamt {
    width: 75px;
    text-align: right;
}

.payments-grid-table td {
    padding: 3px;
}

.payments-grid-total {
    font-size: 1.5em;
}

.stepper-buttons {
    display: inline;
    float: right;
    position: relative;
    top: -8px;
}

.stepper-nav {
    padding-bottom: 19px;
}

.billto-table td {
    padding: 0px 5px 5px 0px;
}

.payment-label {
    font-weight: bold;
    vertical-align: top;
}

.payment-method-table td {
    padding: 0px 5px 5px 0px;
}

.required {
    color: #DB0000;
}

.border-right {
    border-right: 1px solid #9A9A9A;
}

/* Navigation */

.payment-nav {
    position: relative;
    width: 100%;
    height: 64px;
}

.payment-stepper {
    position: absolute;
    padding-top: 8px;
    width: 874px;
    display: block;
    left: 0;
    top: 1px;
    z-index: -1;
}

.payment-stepper-step {
    height: 64px;
}

.payment-buttons {
    position: absolute;
    display: block;
    right: 0;
    top: 1px;
    white-space: nowrap;
    z-index: 1;
    margin-right: 20px;
}

.payment-nav-button {
    width: 81px;
    display: inline-block !important;
    text-align: center;
}


/* Payment Steps */
.paystep {
    font-family: Sans-Serif,'MyriadPro-Regular';
}

.paystep-text {
    font-size: 11pt;
}

.paystep-text-on {
    font-weight: bold;
}

.paystep-primary {
    fill: #F7941E;
}

.paystep-secondary {
    fill: #999999;
}

.paystep-off {
    display: none;
}

#pnlExpiredSession {
    padding-left: 15%;
}

.expireRow {
    margin-top: 20px;
}
img, object, embed, video {
    max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

.gridContainer {
    width: 940px;
    margin: 0 auto;
    background: #FFF;
    padding: 10px;
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
}

.gridContainerSummary {
    width: 940px;
    margin: 0 auto;
    background: #FFF;
    padding: 10px;
    padding-top: 20px;
    box-shadow: 2px 2px 3px #D5D5D5;
    border-radius: 3px;
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
}

.col-left {
    width: 32.2033%;
    float: left;
}

.col-middle {
    width: 32.2033%;
    clear: none;
    margin-left: 1.6949%;
    float: left;
}

.col-right {
    clear: none;
    margin-left: 1.6949%;
    width: 32.2033%;
    float: left;
}

#DetailsPanel {
    padding-top: 20px;
    padding-bottom: 80px;
}

.zeroMargin_desktop {
    margin-left: 0;
}

.bold {
    font-weight: bold;
}

.bold-total {
    font-weight: bold;
    border-top: 1px solid #000000;
    font-size: larger;
}

.receipt {
    font-size: 1em;
}

.receipt-label {
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

.receipt-data {
    padding-left: 5px;
    vertical-align: top;
}

.header {
    padding-top: 10px;
    height: 130px;
}

.detail-header {
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.detail-footer {
    border-top: 1px solid #000;
}

.detail-footer-empty {
    border: none;
}

.right {
    text-align: right;
}

#footer {
    background: transparent;
    height: 88px;
    height: auto !important;
    margin: 0 auto;
    min-height: 88px;
    width: 960px;
    font-size: .75em;
}

h2, h3 {
    margin-top: 0;
}

.title {
    display: inline;
    float: left;
    width: 100%;
    padding-left: 10px;
}

.nav {
    display: inline;
    float: right;
    width: 100%;
    text-align: center;
}

.nav-icon-container {
    float: right;
    padding-left: 15px;
    display: inline;
    font-size: 8pt;
    text-align: center;
    font-family: Segoe, Arial, Helvetica, sans-serif;
}

#titlebar {
    height: 50px;
    border-bottom: 1px solid #D5D5D5;
    padding-left: 10px;
}

.RadButton_Office2010Blue.rbButton.btnSubmit {
    background-image: linear-gradient(to bottom, #17b128, #27bb20);
    border-color: #D5D5D5;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 10px;
}

.RadButton_Office2010Blue.rbButton.btnCancel {
    background-image: linear-gradient(to bottom, #444444, #222222);
    border-color: #D5D5D5;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#receipt-header-nav {
    width: 940px;
    margin: 0 auto;
    position: relative;
    top: -51px;
    display: block;
}

.nav-icon-container {
    width: 32px;
    height: 24px;
    border: 0;
    cursor: pointer;
}

.pageControls {
    float: right;
    margin-right: 30%;
    margin-top: 20px;
}

.RadButton_Office2010Blue.rbButton.btnHistory {
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border-color: #D5D5D5;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.RadButton_Office2010Blue.rbButton.btnExit {
    background-image: linear-gradient(to bottom, #444444, #222222);
    border-color: #D5D5D5;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.tableExpired {
    text-align: center;
    border-spacing: 0 20px;
    border-collapse: separate;
}

#pnlExpiredSession {
    padding-left: 15%;
}

.expireRow {
    margin-top: 20px;
}
