/* General Colors */
hr {
    margin: 5px 0 5px 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

li { 
    margin-top: 5px;
}

a, a:active, a:hover {
    color: #0165C5;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
}


.GeneralColor {
    color: #0165C5;
}

.GeneralSecondaryColor {
    color: #66B3FB;
}

.GeneralTable, .GeneralColorTable, .GeneralSecondaryColorTable, .RegisterNewUserTable {
    border-style: none;
}

.GeneralTD, .GeneralColorTD, .GeneralSecondaryColorTD, .RegisterNewUserTextBox, .RegisterNewUserTD, .RegisterNewUserLabel, .RegisterNewUserAlert, .RegistrationSuccessfulLabel {
    text-align: left;
    font-weight: bold;
}

.GeneralSecondaryColorTable, .GeneralSecondaryColorTD, .GeneralSecondaryColorTR {
    background-color: transparent;
    color: #000000;
}

.GeneralAlert, .RegisterNewUserAlert {
    color: Orange;
    font-weight: bold;
}

.GeneralTextOnSolidColorBackground {
    color: White;
}

.GeneralHidden {
    visibility: hidden;
}

.GeneralRemoveDisplay {
    display: none;
}

.GeneralColorBorder {
    border-style: solid;
    border-color: #66B3FB;
    padding: 5px;
}

.GeneralSecondaryColorBorder {
    border-style: solid;
    border-color: #0165C5;
}

.GeneralHeaderSmall {
    font-size: 1.1em;
}

.GeneralHeaderLarge {
    font-size: 1.25em;
}

.GeneralButton {
    padding: 3px;
    text-align: center;
}

.GeneralPopup {
    display: none;
}
/* General Colors */


/* Menu */
.MenuV2_MenuStyle {
    width: 800px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0px 10px 0px;
}

/*.MenuV2_MenuItemSelectedStyle,
.MenuV2_MenuItemStyle*/

.MenuV2_MenuItemSelectedStyle a,
.MenuV2_MenuItemStyle a {
    width: auto;
    height: 25px;
    font-size: 16px;
    text-decoration: underline;
    /*border: 2px solid #003C80;*/
    text-align: center;
    /*padding: 5px 10px 5px 10px;*/
    color: #003C80;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.MenuV2_MenuItemStyle {
}

.MenuV2_MenuItemSelectedStyle a {
    color: #366FE0;
    /*border: solid 2px #366FE0;*/
}

.MenuV2_MenuItemStyle a:hover {
    color: #366FE0;
    /*border: solid 2px #366FE0;*/
}

.MenuV2_MenuItemButton {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    width: auto;
    height: 31px;
    padding-left: 5px;
    padding-right: 5px;
}

    .MenuV2_MenuItemButton:hover {
        color: #003C80;
    }

.MenuV2_MenuItemButton_Selected {
    color: #003C80;
}

td.MenuSpacer {
    width: 30px;
}

/*Hide Hyperlink Border on Header for IE*/
a img {
    border: none;
}


/* Master Page Settings */



.custsel_Status {
    font-weight: bold;
}

.custsel_Label {
    font-weight: bold;
    float: left;
    height: 17px;
    width: 60px;
    padding: 3px 0px 2px 0px;
    text-align: right;
}
/*End Master Page */

/* Login.aspx */
.LoginTD {
}

.LoginLabel {
    font-size: 10pt;
    font-weight: bold;
}

.LoginText {
}

    .LoginText a, .LoginText a:hover, .LoginText a:active {
        color: White;
        text-decoration: underline;
    }

/*.LoginLink {
    color: white;
    text-decoration: underline;
}*/


.LoginTextBox {
    width: 200px;
}

.LoginHeader {
    color: Maroon;
    font-weight: normal;
    font-size: large;
}
/* End Login */

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/*End Modal Popup */

/* Dashboard.aspx */
.snapshot_agingheader, .snapshot_agingvalue {
    width: 90px;
    text-align: center;
}

.snapshot_transactionheader {
    text-align: left;
    /*border-bottom: 1px solid black;*/
}

.LogOutButton {
    color: white;
    font-weight: bold;
}

.highlightColor {
    background-color: LightBlue;
}

.snapshot_serviceqty {
    text-align: center;
    width: 45px;
    margin: 0 5px 0 5px;
}

.snapshot_servicedesc {
    margin: 0 5px 0 5px;
    width: 290px;
}

.snapshot_servicefrqdesc {
    margin: 0 5px 0 5px;
    width: 120px;
}

.snapshot_servicerate {
    margin: 0 5px 0 5px;
    width: 70px;
}

.snapshot_serviceM, .snapshot_serviceT, .snapshot_serviceW, .snapshot_serviceTH, .snapshot_serviceF, .snapshot_serviceS, .snapshot_serviceSU {
    width: 25px;
    text-align: center;
}

.snapshot_serviceQtyHeader, .snapshot_serviceNameHeader, .snapshot_serviceFreqHeader, .snapshot_serviceDayHeader, .snapshot_serviceRateHeader {
    text-align: left;
    border-bottom: 1px solid;
}

.groupHeader, .groupSubHeader, .snapshot_serviceDayHeader, .snapshot_serviceQtyHeader {
    text-align: center;
}

.groupHeader, .groupSubHeader {
    font-weight: bold;
}

.groupSubHeader {
    font-size: x-small;
}

.cmdIcons {
    width: 43px;
    height: 30px;
    background-image: url('../../images/dashboard_cmdSprite.png');
    cursor: pointer;
    background-repeat: no-repeat;
}

.cmdPaymentIcon {
    background-position: 0px -30px;
}

.cmdAutoPayIcon {
    background-position: 0px 0px;
}

.cmdPaperlessIcon {
    height: 33px;
    background-position: 0px -60px;
}
/* End Dashboard */

/* AddAccount.aspx */
.labelDiv {
    float: left;
    width: 175px;
    margin-left: 20px;
}

/* AddAccount */

/* AddServiceRequest.aspx */
/* AddServiceRequest */

/* ForgotPassword.aspx */
.ForgotPasswordTable {
    padding: 10px;
    margin: 5px;
    width: 400px;
}

.ForgotPassword_Header {
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
}

.ForgotPassword_Email {
    width: 300px;
}

.ForgotPassword_Label {
    font-size: 10pt;
}

.ForgotPassword_Buttons {
    text-align: right;
}

.ForgotPassword_Controls {
    padding: 10px;
}
/* ForgotPassword */

/* Header_Menu.ascx / Header_SubMenu.ascx */
.Header_Menu_MenuItem {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    color: White;
    font-weight: bold;
}

a.Header_Menu_MenuItem:active, a.Header_Menu_MenuItem:hover {
    color: #DDDDDD;
}

a.Header_Menu_MenuItem.selected {
    color: #8AC4EA;
}

a.LogOutButton:active, a.LogOutButton:hover {
    color: #DDDDDD;
}

.Header_Menu_Background {
    background-image: url("images/MenuBackground.png");
    background-repeat: repeat-x;
}

.Header_Menu_SubMenuItem {
    font-size: 10px;
    font-weight: bold;
    padding: 2.5px;
}

.Header_Menu_SubMenuHover {
    text-decoration: blink;
    color: Orange;
}

.Header_Menu_SubMenuSelected {
    color: White;
}
/* Header_Menu */

/* Profile.aspx */
.ProfileTable {
    padding: 10px;
    margin-top: 10px;
}

.Profile_Header {
    font-size: 14pt;
    font-weight: bold;
}
/* Profile */

/* Profile_ChangePassword.aspx */
.Profile_ChangePassword_Label {
    width: 105px;
    float: left;
    padding-top: 3px;
}

.Profile_ChangePassword_Content {
    width: 450px;
}

.Profile_ChangePassword_Button {
    text-align: right;
    width: 350px;
}
/* Profile_ChangePassword */

/* Profile_UpdateCustomerInformation.aspx */
.Profile_UpdateCustomerInformation_Left {
    float: left;
    width: 150px;
}

.Profile_UpdateCustomerInformation_Right {
    width: 250px;
}

.Profile_UpdateCustomerInformation_Seperator {
    padding: 5px;
}

.Profile_UpdateCustomerInformation_Label {
    margin-left: 5px;
    padding-top: 5px;
}

.Profile_UpdateCustomerInformation_FormViewButton {
    padding: 5px;
    font-size: 12pt;
    font-weight: bold;
}

.Profile_UpdateCustomerInformation_InfoBox {
    padding: 10px;
}

.UpdateInfoTabs {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    outline: none !important;
}

    .UpdateInfoTabs a {
        text-decoration: underline !important;
        outline: none !important;
    }

    .UpdateInfoTabs:focus {
    }

/* Profile_UpdateCustomerInformation */
/* Profile_UpdateAutomaticPaymentInformation.aspx */
.Profile_UpdateAutomaticPaymentInformation_Panel_Left {
    float: left;
    width: 350px;
    margin: 10px;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlock {
    padding: 5px;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlockHeader {
    text-decoration: underline;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlockLabel {
    width: 105px;
    float: left;
    padding-top: 3px;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlock_SmallLabel {
    width: 60px;
    float: left;
    padding-top: 3px;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlock_SmallTextBox {
    width: 50px;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlock_Button {
    text-align: right;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlock_SplitLineLeft {
    float: left;
}

.Profile_UpdateAutomaticPaymentInformation_BigBlock_SplitLineRight {
    margin-left: 5px;
}

.Profile_UpdateAutomaticPaymentInformation_SmallBlockList {
    padding: 5px;
    margin: 15px 5px 5px 15px;
}

.Profile_UpdateAutomaticPaymentInformation_SmallBlock {
    padding: 5px;
    margin: 5px 0px 5px 0px;
}
/* Profile_UpdateAutomaticPaymentInformation */

/* RegisterNewUser.aspx */
.RegisterNewUserLabel {
    font-size: 10pt;
    float: left;
    width: 200px;
    margin-left: 5px;
}

.RegisterNewUserTextBox {
}

.RegisterNewUserTable {
    width: 550px;
    height: auto;
    padding: 10px;
}

.RegisterNewUserAlert {
    font-size: 10pt;
    padding: 5px;
}

.RegisterNewUser_Buttons {
    text-align: right;
    margin-right: 10px;
}

.RegistrationSuccessfulLabel {
}
/* RegisterNewUser */

/* SignInHelp.aspx */
.SignInHelp_ChoiceBlock {
    width: 4 00px;
    height: 250px;
    font-size: 10pt;
}

.SignInHelp_NoteBlock {
    position: fixed;
    bottom: 0;
}

.SignInHelp_Popup {
    font-size: 12pt;
    text-align: center;
    padding: 5px;
}

.SignInHelp_ClickButton {
    width: 75px;
    float: left;
}
/* SignInHelp */

/* UserCustomerSelection.ascx */
.UserCustomerSelection_Panel {
    padding: 10px;
    margin-bottom: 10px;
}

.UserCustomerSelectionTR {
}

.UserCustomerSelection_Left {
    float: left;
    width: 350px;
    font-size: 14px;
}

.UserCustomerSelection_Right {
    font-size: 14px;
}

.UserCustomerSelection_Label {
}
/* UserCustomerSelection */

/* ViewInvoice.aspx */
.ViewInvoice_Address, .ViewInvoice_InvoiceIDLabel, .ViewInvoice_InvoiceIDControl,
.ViewInvoice_CustomerIDLabel, .ViewInvoice_CustomerIDControl, .ViewInvoice_HR, .ViewInvoice_PreviousBalanceLabel,
.ViewInvoice_PaymentsCreditsLabel, .ViewInvoice_NewChargesLabel, .ViewInvoice_NewBalanceLabel, .ViewInvoice_PreviousBalanceControl,
.ViewInvoice_PaymentsCreditsControl, .ViewInvoice_NewChargesControl, .ViewInvoice_NewBalanceControl, .InvoiceDetail {
    position: absolute;
    font-weight: bold;
}

.ViewInvoice_Address {
    left: 20px;
    top: 10px;
}

.ViewInvoice_InvoiceIDLabel {
    left: 250px;
    top: 10px;
}

.ViewInvoice_InvoiceIDControl {
    left: 325px;
    top: 10px;
}

.ViewInvoice_CustomerIDLabel {
    left: 250px;
    top: 30px;
}

.ViewInvoice_CustomerIDControl {
    left: 325px;
    top: 30px;
}

.ViewInvoice_HR {
    left: 20px;
    top: 30px;
}

.ViewInvoice_PreviousBalanceLabel {
    left: 20px;
    top: 70px;
}

.ViewInvoice_PaymentsCreditsLabel {
    left: 150px;
    top: 70px;
}

.ViewInvoice_NewChargesLabel {
    left: 280px;
    top: 70px;
}

.ViewInvoice_NewBalanceLabel {
    left: 410px;
    top: 70px;
}

.ViewInvoice_PreviousBalanceControl {
    left: 20px;
    top: 90px;
}

.ViewInvoice_PaymentsCreditsControl {
    left: 150px;
    top: 90px;
}

.ViewInvoice_NewChargesControl {
    left: 280px;
    top: 90px;
}

.ViewInvoice_NewBalanceControl {
    left: 410px;
    top: 90px;
}

.InvoiceDetail {
    left: 20px;
    top: 125px;
}

.ViewInvoiceTable {
    font-size: small;
}

.ViewInvoiceTD {
    padding: 5px;
}

.ViewInvoice_Amount {
    text-align: right;
}

.ViewInvoice_Description {
    text-align: left;
}

.ViewInvoice_Frequency {
    text-align: left;
}

.ViewInvoice_Quantity {
    text-align: right;
}

.ViewInvoice_Date {
    text-align: left;
}
/* ViewInvoice */

/* ViewInvoices.aspx */
.ViewInvoices_ShowPaid {
    font-size: 1.25em;
    color: Gray;
}

.ViewInvoices_InvoicesTable {
    display: inline;
    width: 100%;
}

.ViewInvoices_Header {
    font-size: 1.25em;
    text-align: center;
    padding: 3px;
}

.ViewInvoices_Pager {
    text-align: center;
}

.ViewInvoices_Popup {
    font-size: 1.25pt;
    text-align: center;
    padding: 5px;
}

.ViewInvoicesTD {
    padding: 0 5px 0 5px;
    text-align: center;
}

.ViewInvoicesTD_Currency {
    text-align: right;
}

.ViewInvoices_AgingLabel {
    font-size: 1.25em;
    margin-left: 5px;
}

.ViewInvoices_AgingAmount {
    margin-left: 15px;
}
/* ViewInvoices */

/* ViewOrderSummary.aspx */
.ViewOrderSummaryTable {
}

.ViewOrderSummary_Header {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.ViewOrderSummary_Quantity {
    text-align: right;
}

.ViewOrderSummary_Description {
}

.ViewOrderSummary_Amount {
    text-align: right;
}

.ViewOrderSummary_ConfirmOrder {
    font-size: 12pt;
}
/* ViewOrderSummary */



.paymentProcess_TopTable {
    width: 750px;
    margin: 0 auto;
}

    .paymentProcess_TopTable .CurrentBalance {
        width: 240px;
        border-right: 3px solid #4297D7;
    }

        .paymentProcess_TopTable .CurrentBalance h1 {
            font-size: 1.2em;
            color: #4297D7;
        }

    .paymentProcess_TopTable .LeftColumn {
        padding-left: 20px;
    }

.processPayment_FormColumn2 {
    width: 200px;
    padding-left: 1em;
}

.processPayment_FormColumn3 {
    width: 115px;
    padding-left: 1em;
}

.processPayment_FormColumn4 {
    padding-left: 1em;
}


.processPayment_Label {
    font-weight: bold;
}

.processPayment_AvailableAccount {
    margin: 5px 0px 5px 0px;
}

.acceptedCC {
    float: left;
    background-image: url('images/creditCardSprite.png');
    background-repeat: no-repeat;
    margin-right: 5px;
}



.cc_AmericanExpressLarge {
    background-position: 0 0;
    width: 50px;
    height: 30px;
}

.cc_DinersClubLarge {
    background-position: 0 -40px;
    width: 42px;
    height: 30px;
}

.cc_DiscoverLarge {
    background-position: 0 -80px;
    width: 45px;
    height: 30px;
}

.cc_JCBLarge {
    background-position: 0 -120px;
    width: 36px;
    height: 30px;
}

.cc_MasterCardLarge {
    background-position: 0 -160px;
    width: 50px;
    height: 30px;
}

.cc_VisaLarge {
    background-position: 0 -205px;
    width: 47px;
    height: 30px;
}

.whatisthisSpan {
    font-size: smaller;
    text-decoration: underline;
    cursor: help;
}

.tables table, .tables tr, .tables td, .tables th {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.tables td {
    padding: 0 0 0 0;
    height: 25px;
}

.removeCPA {
    text-decoration: underline;
    color: #0165C5;
    font-weight: bold;
    margin-left: 15px;
}

/* ProcessPayment.aspx */


.SignOutLink {
    text-decoration: underline;
    color: White;
    font-weight: bold;
    margin-top: 8px;
    width: 100px;
    /*margin-right: 10px;*/
}

    .SignOutLink:active,
    .SignOutLink:hover {
        text-decoration: underline;
        color: lightgrey;
        font-weight: bold;
    }



/****************************************************************/
/*************************************************  Admin Pages */
/****************************************************************/
.MainMenu1AdminStaticMenuItem {
    text-align: center;
    font-size: 10px;
    height: 36px;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: -4px;
    padding-top: 8px;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}

.MainMenu1AdminStaticMenuItemHover, .MainMenu1AdminStaticMenuItemSelected {
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}


.PxButton {
    border-top: 1px solid #ffffff;
    background: #a8001c;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3001e), to(#a8001c));
    background: -webkit-linear-gradient(top, #e3001e, #a8001c);
    background: -moz-linear-gradient(top, #e3001e, #a8001c);
    background: -ms-linear-gradient(top, #e3001e, #a8001c);
    background: -o-linear-gradient(top, #e3001e, #a8001c);
    padding: 7px 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 16px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 15px;
}

    .PxButton:hover {
        border-top-color: #666666;
        background: #666666;
        color: #ffffff;
    }

    .PxButton:active {
        border-top-color: #e3001e;
        background: #e3001e;
    }






/* New Styles */
.horiBar.top {
    height: 28px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 10px;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
    background-color: #366ee0;
}

.horiBar {
    height: 5px;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
    background-color: #366ee0;
}

    .horiBar.bottom {
        height: 28px;
        position: fixed;
        bottom: 0;
        left: 0;
    }

#headerAccount {
    width: 800px;
    margin: 0 auto;
    padding: 5px;
    text-align: right;
    color: white;
    font-size: 14px;
}


#accountText {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.currentAccount {
    margin-right: 10px;
}

.ActionButton, .ui-dialog-buttonset .ui-button {
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
    background-color: #366ee0;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none;
    border: none;
    outline: none;
}

    .ActionButton:hover, .ActionButton:active, .ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:active {
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
        text-decoration: none;
        border: none;
    }

    .ActionButton.DisabledAction, .ui-dialog-buttonset .ui-button.DisabledAction {
        background: #808080;
        background-image: -webkit-linear-gradient(top, #808080, #e0e0e0);
        background-image: -moz-linear-gradient(top, #808080, #e0e0e0);
        background-image: -ms-linear-gradient(top, #808080, #e0e0e0);
        background-image: -o-linear-gradient(top, #808080, #e0e0e0);
        background-image: linear-gradient(to bottom, #808080, #e0e0e0);
    }

.ui-dialog-buttonset .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    border: none;
    font-weight: normal !important;
}

.two-column-left {
    clear: left;
    float: left;
    width: 50%;
}

.two-column-right {
    clear: right;
    float: right;
    width: 50%;
}

.three-column-left {
    float: left;
    width: 33%;
}

    .three-column-left input,
    .three-column-center input,
    .three-column-right input {
        width: 85%;
    }

.two-column-left input {
    width: 90%;
}

.two-column-right input {
    width: 80%;
}

.two-column-left select,
.two-column-right select {
    width: 94%;
}

.three-column-center {
    display: inline-block;
    width: 33%;
}

.three-column-right {
    float: right;
    width: 33%;
}

.ui-state-active {
    background: none !important;
}

.ui-tabs {
    padding: 0px !important;
}

#center {
    clear: both;
}

.center {
    width: 800px;
    margin: 0 auto;
    /*padding-top: 5px;*/
}

.loginContainer {
    width: 100%;
    margin: 0px auto;
}

    .loginContainer input {
        width: 95%;
    }

.loginBox {
    width: 80%;
    margin: 0px 10px 0px 0px;
}

a.loginLink {
    color: #003C80 !important;
}

    a.loginLink :hover {
        color: #366FE0 !important;
    }

.LoginHelpLabel {
    margin-top: 40px;
}

input, select {
    padding: 5px;
    color: #003C80;
    border: 1px solid lightgrey;
}

.contentPlaceholder {
    padding: 5px;
}

.loginPage.headerFooter {
    width: 800px;
    margin: 0px auto;
}

#headerWrapper {
    margin-top: 28px;
    margin-bottom: -3px;
}

.labelRow {
    font-weight: bold;
    clear: both;
    margin-top: 5px;
    margin-bottom: 2px;
}

.inputRow {
    clear: both;
    margin-bottom: 10px;
}

    .inputRow input {
        padding: 5px;
        width: 95%;
        color: #003C80;
        border: 1px solid lightgrey;
    }

    .inputRow select {
        padding: 5px;
        width: 97%;
        color: #003C80;
        border: 1px solid lightgrey;
    }



.validationFail {
    display: inline-block;
    color: red;
    width: 30px;
    height: 18px;
    position: relative;
    border: none;
}

    .validationFail:before, .validationFail:after {
        content: '';
        position: absolute;
        width: 90%;
        height: 19%;
        background: red;
        top: 13px;
        box-shadow: 0 0 2px 0 #ccc;
    }

    .validationFail:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 2px;
    }

    .validationFail:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 2px;
    }

.validationPass {
    padding-left: 4px;
    display: inline-block;
    width: 30px;
}

    .validationPass:before {
        content: '';
        height: 5px;
        background-color: green;
        position: relative;
        display: block;
        top: 50%;
        left: 50%;
        width: 9px;
        margin-left: -15px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .validationPass:after {
        content: '';
        height: 5px;
        background-color: green;
        position: relative;
        display: block;
        top: 50%;
        left: 50%;
        width: 20px;
        margin-left: -11px;
        margin-top: -6px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.leftWithValidation {
    width: 55%;
    margin-left: 39px;
}

    .leftWithValidation input {
        width: 73% !important;
    }