﻿/* -- General -- */

html {
    margin: 0;
    height: 100%;
    width: 100%;
    font: 1em Arial;
}

body {
    margin: 0 auto 0 auto;
    background-color: #6BCECE;
}

.bodyHover {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #222222;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.7);
    padding: 15px;
}

.hoveringDiv {
    position: absolute;
    background: #fff;
    border: 2px solid #616161;
    box-shadow: 10px 10px 5px #888888;
    padding: 5px;
}

#footerDiv {
    padding: 25px 0px;
    text-align: center;
}

.footerLink {
    color: #333333;
}

.footerSpacer {
    margin: 0px 10px;
}

.footerLink:hover, .footerLink:focus {
    color: #000000;
    text-decoration: underline;
}

/* -- Buttons -- */

.button {
    border: 1px solid #000000;
    background-color: #660066;
    padding: 8.5px 17px;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.button:hover {
    background-color: #960096;
    color: #FFFFFF;
    text-decoration: none;
}

.button:active, .button:focus {
    background-color: #440044;
    color: #e5e5e5;
    text-decoration: none;
}

.buttonHeader {
    background-color: #6BCECE;
    color: #FFFFFF;
}

.buttonHeader:hover {
    background-color: #7cd6d6;
    color: #FFFFFF;
}

.buttonHeader:active, .buttonHeader:focus {
    background-color: #198e8e;
    color: #e5e5e5;
}

.buttonAutoPay {
    background-color: #114eaf;
    color: #FFFFFF;
}

.buttonAutoPay:hover {
    background-color: #2966c6;
    color: #FFFFFF;
}

.buttonAutoPay:active, .buttonAutoPay:focus {
    background-color: #00368c;
    color: #e5e5e5;
}


/* -- Header -- */

.edsHeader {
    padding: 10px;
    display: inline-block;
    width: 100%;
    background-color: #660066;
    color: #FFFFFF;
}

.edsHeader img {
    height: 40px;
}

.edsHeader img:hover {
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.edsHeader  h4 {
    display: inline-block;
}

.headerSide {
    margin-right: 20px;
    float: right;
}

.edsHeader #loggedInUserName {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.edsHeader #logout {
    display: inline-block;
}

/* -- Input -- */

.inputForm .controlGroupLine {
    display: block;
}

.inputForm .lineTitle {
    margin-top: 35px;
}

.inputForm .controls {
    display: inline-block;
    vertical-align: top;
}

.inputForm label {
    color: #000;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.inputError {
    color: Red !important;
    font-weight: 600;
    font-size: 1em;
    display: block;
    margin-top: 5px;
}

.textinput {
    font-weight: normal;
    display: inline-block;
    font-size: 1em;
}

/* -- Login -- */

#loginDiv {
    width: 400px;
    margin-top: 10px;
}

/* -- Password Management -- */

#passwordDiv {
    width: 400px;
    margin-top: 10px;
}

#changePasswordDiv {
    width: 400px;
    margin-top: 10px;
}

.inputSuccess {
    color: green;
    font-weight: bold;
}

.passwordToggleButton {
    cursor: pointer;
    display: inline-block;
}

.passwordToggleButton:hover {
    opacity: 0.7;
}

#lnkForgotPassword {
    float: right;
    margin-right: 70px;
}

/* -- Previous Payments -- */

#previousPaymentDiv {
    width: 90%;
    margin-top: 10px;
}

.markedField {
    font-weight: bold;
}

#paymentSummary p {
    font-size: large;
    display: inline-block;
    margin-right: 35px;
}

#paymentSummary label {
    font-size: large;
}

.flexGridComment {
    text-align: center;
    white-space: normal;
}

#dtePreviousBalance {
    margin-left: 35px;
    font-size: large;
}

#listHeader .section {
    display: inline-block;
    margin-right: 35px;
}

#listHeader .title {
    border-bottom: 1px grey solid;
    font-size: large;
    font-weight: bold;
}

#listHeader .amount {
    text-align: center;
    font-size: large;
}

/* -- New Payment -- */

#paymentDiv {
    width: 600px;
    margin-top: 10px;
}

#paymentDiv legend {
    margin-bottom: 5px;
    font-size: 20px;
}

.split {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

div.split label {
    padding-top: 0px;
    margin-top: 0px;
}

.expireSelect {
    width: 81px;
}

.zeroMargin {
    margin: 0;
}

/* -- Payment Methods -- */

#paymentMethodsDiv {
    width: 600px;
    margin-top: 10px;
}

/* -- New Payment Method -- */

#newPaymentMethodDiv {
    width: 600px;
    margin-top: 10px;
}

.validationClass {
    color: red;
    font-weight: bold;
}

.labelClass {
    width: 200px;
    text-align: initial;
}