﻿html, Body {
    background-color: whitesmoke;
    margin: 0px;
    height: 100%;
    line-height: 1.2;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.errorlbl {
    color: red;
}

.box {
    background-color: white;
    height: 100%;
    border-right: 1px silver solid;
    border-left: 1px silver solid;
    -moz-box-shadow: 0px 0px 10px #000; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 10px #000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 10px #000; /* Opera 10.5, IE9, Chrome 10+ */
}

.panel-heading {
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding: 5px;
}

.sectionHeader {
    font-family: Calibri;
    font-size: 22px;
    font-weight: bold;
}

label {
    font-weight: normal;
}

.navbar-inner {
    filter: none;
}

.menu {
    margin: 0 auto;
    padding: 0;
    height: 40px;
    width: 100%;
    display: block;
    background-color: #1473B3;
    /*
    background: -moz-linear-gradient(top, #1473b3 0%, #2989d8 50%, #207cca 51%, #508bb2 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1473b3), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#508bb2)); 
    background: -webkit-linear-gradient(top, #1473b3 0%,#2989d8 50%,#207cca 51%,#508bb2 100%); 
    background: -o-linear-gradient(top, #1473b3 0%,#2989d8 50%,#207cca 51%,#508bb2 100%); 
    background: -ms-linear-gradient(top, #1473b3 0%,#2989d8 50%,#207cca 51%,#508bb2 100%);
    background: linear-gradient(to bottom, #1473b3 0%,#2989d8 50%,#207cca 51%,#508bb2 100%); 
    */
    font-family: Calibri;
}

    .menu li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: inline;
    }

        .menu li a {
            float: left;
            padding: 10px;
            padding-right: 10px;
            padding-left: 10px;
            display: block;
            color: rgb(255,255,255);
            text-decoration: none;
            cursor: pointer;
            font-weight: bold;
            font-size: 16px;
        }

            .menu li a:hover, .menu .active {
                background-position: 0px -60px;
                color: rgb(255,255,255);
                background-color: #055285;
            }


.menuvertical {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 150px;
    display: block;
    font-family: Calibri;
    vertical-align: top;
}

    .menuvertical li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: block;
    }

        .menuvertical li a {
            float: left;
            padding: 10px;
            width: 150px;
            padding-right: 20px;
            display: block;
            color: white;
            text-decoration: none;
            cursor: pointer;
            font-weight: bold;
            font-size: 16px;
        }

            .menuvertical li a:hover {
                background-color: #055285;
            }



.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.PayGo_body {
    margin: 0px;
}

#tblWidget .badge {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: central;
    border-radius: 100px;
}

.panel-title {
    font-size: 14px;
    font-weight: bold;
}

/*-- CSS updates for desktop/responsive version --*/
#divResponsiveSubHeader, .cust-usage #divResponsiveServicePoints, #divCustHomeBilling {
    display: none;
}

#imgLogo {
    padding: 20px;
}

table.full-width {
    width: 100%;
}

.header-nav {
    height: 40px;
}

.container {
    background: #ffffff;
    height: 100%;
}

.main-content-row {
    min-height: 740px;
    margin-bottom: 40px;
}

.custom-border-left {
    border-left: 1px solid #f3f3f3;
}

.cust-support .td-support, .cust-support .td-policies {
    padding-left: 20px;
    padding-right: 10px;
}

.cust-password-username #tabs {
    border: 0;
    background: #ffffff;
    margin-top: 20px;
    width: 50%;
}

    .cust-password-username #tabs .form-group #divPasswordRequirements {
        margin-bottom: 5px;
    }

        .cust-password-username #tabs .form-group #divPasswordRequirements .div-inline {
            display: inline;
        }

    .cust-password-username #tabs .ui-widget-header {
        background: #ffffff;
        border-radius: 0;
        padding: 0;
        border: 0;
    }

        .cust-password-username #tabs .ui-state-active, .cust-password-username #tabs .ui-widget-content .ui-state-active, .cust-password-username #tabs .ui-widget-header .ui-state-active {
            padding: 0;
            margin: 0;
            border: 1px solid #dddddd;
            border-radius: 0;
        }

    .cust-password-username #tabs .ui-state-active {
        background: #1473b3;
        color: #ffffff !important;
        border: 0;
    }

        .cust-password-username #tabs .ui-state-active a {
            background: #1473b3;
            color: #ffffff;
        }

            .cust-password-username #tabs .ui-state-active a:first-child {
                border-right: 0;
            }

            .cust-password-username #tabs .ui-state-active a:hover {
                border-color: #1473b3;
                color: #ffffff !important;
            }

    .cust-password-username #tabs .nav .ui-state-default {
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-left: 0;
        border-right: 0;
        margin: 0;
    }

.cust-password-username .ui-widget {
    font-family: inherit;
    font-size: inherit;
}

    .cust-password-username .ui-widget .btn {
        font-family: inherit;
    }

.cust-notification-options .row {
    margin-left: 0;
    margin-right: 0;
}

.servicePointRow .ddlServicePoint {
    max-width: 500px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-bottom-5 {
    margin-left: 5px;
    margin-bottom: 5px;
}

.span-margin-bottom-5 {
    margin-bottom: 5px;
    display: inline-block;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-10 {
    padding: 10px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -100px;
    /* Pad bottom by footer height */
    padding: 0 0 70px;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: #f5f5f5;
    height: 100px;
}

    #footer .container {
        background-color: #ffffff;
        border-top: 1px solid #f8f8f8;
        padding-top: 25px;
        height: 100%;
    }


/* Switch Account and Service Location Dialogs */
.switchdiv {
    display: table;
    width: 100%;
}

    .switchdiv .switchdiv-left {
        display: table-cell;
        vertical-align: middle;
        width: 5%;
    }

        .switchdiv .switchdiv-left span {
            color: #2a73b3;
        }

    .switchdiv .switchdiv-right {
        display: table-cell;
        vertical-align: middle;
        width: 95%;
    }

/* SC.Gov */
#divScGov .td-width-md {
    width: 170px;
}

#divScGov .td-width-sm {
    width: 10px;
}

#divScGov span.helper-text {
    font-size: 12px;
    padding-top: 3px;
    display: block;
}

/* -- Make a payment --*/
[v-cloak] {
    display: none;
}

#divMakeAPayment .panel-primary, #divScheduledPaymentsSection .panel-primary, #divDefaultPaymentMethod .panel-primary {
    border-radius: 0;
    border-color: #EBEBEB;
    box-shadow: none;
}

    #divMakeAPayment .panel-primary .panel-heading, #divScheduledPaymentsSection .panel-primary .panel-heading, #divDefaultPaymentMethod .panel-primary .panel-heading {
        border-color: #EBEBEB;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #ebebeb;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

#divDefaultPaymentMethod .panel-primary .panel-heading {
    padding: 10px;
}

        #divMakeAPayment .panel-primary .panel-heading h4, #divDefaultPaymentMethod .panel-primary .panel-heading span {
            margin: 0;
            text-align: left;
            color: #333333;
            font-size: 16px;
        }

#divDefaultPaymentMethod .panel-primary .panel-heading span {
    font-size: 14px;
    display: block;
}

            #divMakeAPayment .panel-primary .panel-primary-body {
                min-height: 700px;
            }

#divSavedPaymentMethods .panel {
    width: 96%;
    margin-left: 10px;
    display: inline-block;
}

    #divSavedPaymentMethods .panel .panel-heading, #divSelectedPaymentMethod .panel .panel-heading {
        color: #333333;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }

#divScheduledPaymentsSection .panel-primary .panel-heading {
    background: #ffffff;
}

    #divScheduledPaymentsSection .panel-primary .panel-heading .panel-title {
        color: #1473B3;
        text-align: left;
        font-size: 16px;
    }

#divSavedPaymentMethods #lnkManageAccounts:hover {
    text-decoration: underline;
}

#divProcessingIframe .processing-iframe {
    border: none;
    width: 1px;
    min-width: 100%;
}

#divScheduledOneTimeDateSelection {
    width: 66%;
}

    #divScheduledOneTimeDateSelection .vdp-datepicker {
        width: auto;
        display: inline-block;
    }

    #divScheduledOneTimeDateSelection .vuejsDatePicker input {
        width: 80%;
        display: inline-block;
        margin-right: 5px;
        border-radius: 4px;
    }

    #divScheduledOneTimeDateSelection #divViewScheduledPaymentsSection {
        display: inline-block;
        vertical-align: top;
    }

#divPaymentFailed .btn-default {
    color: #333;
    border-color: #adadad;
}

#divPostpay .postpay-amt, #divPostpay .postpay-duedate {
    padding: 5px;
    border-radius: 4px;
}

#divPostpay .postpay-amt {
    cursor: pointer;
}

    #divPostpay .postpay-amt:hover {
        background: #286090;
        color: #ffffff;
        font-weight: bold;
    }

#ddlScheduledPaymentStatus {
    width: 150px;
}

#divAddNewBankOrCreditOrDebitCardSection #btnManageAccounts, #divAddNewBankOrCreditOrDebitCardSection #btnNoSavedPaymentMethod {
    white-space: normal;
    word-wrap: break-word;
}

#divPaymentStep3 {
    width: 38%;
    margin: 0 auto;
}

#divStep3ReceiptDetails {
    text-align: left;
}

.lblMasterPageDollars {
    font-weight: bold !important;
}

/*-- Customer - Payment Types --*/
.payment-types-img-width {
    width: 170px;
}