html {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}
body {
    background: #f5f9fc;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #53575E;
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}
h1 {
    font-size: 25px;
    margin-bottom: 50px;
    line-height: 1.5;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
.theme-color-bg,
.theme-color-bg:active,
.theme-color-bg:focus {
    /*background-image: #4f1852 !important;
    background-image: -webkit-linear-gradient(bottom, #4a134e 0%, #531d55 100%)  !important;
    background-image: -moz-linear-gradient(bottom, #4a134e 0%, #531d55 100%)  !important;
    background-image: -o-linear-gradient(bottom, #4a134e 0%, #531d55 100%)  !important;
    background-image: -ms-linear-gradient(bottom, #4a134e 0%, #531d55 100%)  !important;
    background-image: linear-gradient(bottom, #4a134e 0%, #531d55 100%)  !important;*/

    color: white !important;
    opacity: 1 !important;
}
.theme-color-text,
.theme-color-text * {
    color: #4a174c !important;
}
.theme-color-border {
    border-color: #4a174c;
}
.bold {
    font-weight: 700;
}
tr.inactive {
    color: #aaa;
}
.red {
    color: darkRed;
}
.modal-dialog {
    margin-top: 75px;
}
.modal-header {
    padding: 20px;
}
.modal-footer {
    padding: 15px 20px;
}
.modal-body {
    text-align: center;
    overflow: scroll;
}
.modal-body p {
    color: gray;
    font-size: 16px;
    text-align: left;
}
.bootbox-body{
    text-align: left;
}

.modal-body #activeresponse .alert{
    text-align: left;
}
.modal-content {
    box-shadow: none !important;
    border: none !important;
}
.frame {
    display: block;
    position: absolute;
    width: 100%;
    left: 100%;
    min-height: 100%;
    opacity: 0;
    box-sizing: border-box;
    overflow-y: scroll;
}
input[type=text],
input[type=password],
input[type=email] {
    padding: 15px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ccc;
    outline: none;
    font-size: 20px;
    text-align: left;
    width: 300px;
    font-weight: 300;
}
input[type=text].input-mini {
    padding:9px;
    font-size:16px;
    width:108px;
}
form {
    margin:auto;
}
#frame-remember .group-btn {
    max-width: 250px;
}
#frame-summary .btn-add-accounts {
    display: block;
    margin: 14px auto;
}
#frame-summary .WCPNote, #frame-paymentplan .WCPNoteQuickpay {
    font-weight: bold;
}
label.radio-inline-override {
    width: auto !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
}
.form-group {
    margin:0;
}

.overlay--dark {
    background: rgba(0,0,0,.7);
    z-index: 444;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 200px;
    left: 0;
    display: none;
}

#cred_add_account .HospitalLocation {
    margin-right:11px;
}

#cred_add_account #signup_loding{
    position: absolute;
    margin: 17px 0 0 36px;
}

#cred_add_account #cred_new{
    margin-bottom:10px;
}

#cred_add_account select {
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    color: inherit; font-size: 17px !important;
    height:50px;
}

#frame-additionalaccounts #add_account {
    margin-bottom: 10px;
}
.alignTermsConditions .bootbox-body p {
    text-align: justify;
    font-size: 14px;
}

.alignTermsConditions {
    overflow-y: scroll !important;
}
#frame-paymentmethod form,
#frame-additionalaccounts #add_account,
form:not(#current_page) {
    max-width: 600px;
}
form#auth_pin {
    max-width: 850px;
}
.bootbox-confirm .bootbox-body {
    text-align: left;
    margin: 0;
}
.form.grouped .form-group input {
    border-radius: 0;
}
#guest_credit-card .form.grouped .form-group input {
    border-bottom: 1px solid #ddd;
}
.form.grouped .form-group:first-child input {
    border-radius: 4px 4px 0 0;
}
.form.grouped .form-group:last-child input {
    border-radius: 0 0 4px 4px;
}
#frame-confirm .debtCollector {
    text-align: justify;
    font-size: 13px;
    margin-top: 20px;
    padding-left: 25%;
    padding-right: 25%;
}
.centered {
    text-align: center !important;
}
.pad-vertical-15{
    padding: 0px 15px !important;
}
.pad-top-10 {
    padding-top: 10px;
}
.frame.centered {
    padding-top: 50px;
}
#frame-container.centered {
    padding-top: 100px;
}
.higher {
    padding-top: 40px !important;
}
#frame-container {
    position: fixed;
    top: 55px;
    right: 0px;
    bottom: 0px;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
.static-container {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.hidden {
    display: none;
}
.container,
.static-container {
    max-width: 1900px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 0 25px;
}
.nav > li > a {
    font-size: 17px;
    padding: 17px 15px 18px;
    opacity: .5;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.nav > li > a.btn {
    margin: 3px 10px;
    box-sizing: border-box;
    height: 47px;
    padding: 13px 25px;
}
a.group-btn,
.btn-group .btn {
    font-size: 22px;
    padding: 10px 35px;
    text-decoration: none;
    border-right: 1px solid #ddd;
    margin: 0 !important;
    opacity: .7;
    background: none;
    border-radius: 0;
    display: block;
    float: left;
}
a.group-btn:last-child,
.btn-group .btn:last-child {
    border-right: none;
}
a.group-btn:hover {
    opacity: 1;
}
.panel .btn {
    margin: 0 5px;
    font-size: 14px;
}
a.group-btn,
.btn-group .btn {
    font-size: 20px;
}
.btn.rounded {
    border-radius: 999px;
    font-size: 15px;
}
.navbar-static-top .nav > li > a {
    color: white;
    background: none !important;
}
.navbar li.active a,
.navbar li a:hover {
    opacity: 1;
    box-shadow: none !important;
}
.navbar li.active a {
    background: url('../images/caret.png') !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 13px !important;
}
.navbar {
    height: 55px;
    box-shadow: none;
    margin: 0;
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.login-page .navbar {
    height: 15px;
    min-height: 15px;
}
.login-page .navbar .container-fluid {
    display: none;
}
.login-page .location-container {
    margin-bottom: 50px;
}
#quick_pay_login label {
    width: 300px;
}
.navbar-static-bottom {
    position: fixed;
    height: 62px;
    padding-top: 4px;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    border-top: 1px solid #eee;
}

/** --------------------------------------------------------------------------------------------- */

/**
 * Footer
 */

#bottom-bar {
    position: fixed;
    bottom: 0;
    background-color: #53575E;
    height: 50px;
    width: 100%;
    padding: 0;
    overflow: hidden;

    line-height: 50px;
    text-align: center;
}

#bottom-bar #getCard {
    width: 1px;
    height: 1px;
    display: none;
}

.auth_code .bootbox-body {
    text-align: justify;
    font-size: 15px;
}

#bottom-bar .container-fluid {
    padding: 0;
}

#bottom-bar .col-xs-2 {
    margin: 0;
    padding: 0;
    height: 50px;
/*    font-size: 1.714em; */
    font-family: "Brandon Grotesque Light";
}

#bottom-bar a:hover {
    text-decoration: none;
}

#bottom-bar .col-left a {
    color: #cecece;
}

#bottom-bar .col-left a:hover {
    color: white;
}

#bottom-bar .col-xs-2 .glyphicon {
    line-height: inherit;
}

#bottom-bar .col-xs-2 a {
    color: #d1e6f8;

    width: 100%;
    display: block;
}
#bottom-bar .col-xs-2 a {
    color: white;
}

#bottom-bar .col-xs-8,
#bottom-bar .col-xs-12 {
    background-color: #282D2F;
}

#bottom-bar .container-fluid .col-left {
    background-color: #53575E;
}

#bottom-bar .text-muted a {
    color: white;
}
#bottom-bar .text-muted a:hover {
    color: #aeaeae;
    font-weight: 400;
}

#bottom-bar p {
    margin: 0;
}

#bottom-bar #sec-mcafee {
    margin-top: 3px;
}

#bottom-bar {
    background-color: #282D2F;
}
#bottom-bar .container-fluid {
    padding: 0;
}
#bottom-bar .col-xs-12 {
    padding: 0;
    clear: left;
}
#bottom-bar .col-left {
    float: left;
    width: 200px;
}
#bottom-bar .col-right {
    float: right;
    width: 200px;
    height: 50px;
}
#bottom-bar #sec-mcafee {
    margin-left: 14px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #bottom-bar .footer .col-xs-2 {
        font-size: inherit;
    }
}

/** --------------------------------------------------------------------------------------------- */

#cart {
    background-color: white;
    position: fixed;
    right: -200px;
    width: 200px;
    top: 55px;
    bottom: 50px;
    border-left: 1px solid #E4EDF2;
    z-index: 9999999;
}
#cart.open {
    right: 0px !important;
}
#cart-items {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 75px;
    left: 0;
}
#cart-items .cart-item:first-of-type {
    margin-top: 14px;
}
.login-page #logo {
    position: relative;
    width: 170px;
    top: 31px;
    left: 50%;
    margin-left: -85px;
}
.dropdown-page #logo {
    position: relative;
    width: 170px;
    top: 31px;
    left: 50%;
    margin-left: -85px;
}
#logo {
    position: fixed;
    top: 90px;
    left: 30px;
    width: 120px;
    z-index: 390;
}
#leftlogo {
    position: relative;
    top: 90px;
    left: 30px;
    width: 120px;
    z-index: 1004;
}
.panel-small {
    background-color: white;
    position: absolute;
    left: 0;
    width: 200px;
    border-right: 1px solid #E4EDF2;
    bottom: 0;
    top: 0px;
    padding-top: 150px;
}
.panel-large {
    position: absolute;
    left: 200px;
    padding: 50px;
    right: 0px;
    bottom: 00px;
    top: 00px;
}
.nav-stacked li a {
    padding: 10px 25px;
}
.nav-stacked li.active a {
    opacity: 1;
    background: #f5f5f5;
    border-right-width: 2px;
    border-right-style: solid;
}
.credit-card,
.payment-plan {
    height: 150px;
    width: 200px;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px;
}
.payment-plan {
    float: none;
    display: inline-block;
    padding-top: 35px;
}
.credit-card .card-logo {
    position: Absolute;
}
.credit-card .card-logo img {
    max-height: 40px;
}
.credit-card:hover {
    background: white;
    cursor: pointer;
    background: #f9f9f9;
}
.credit-card .card-number {
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    font-size: 13px;
    text-align: right;
    margin-top: 70px;
    color: gray;
}
.credit-card .card-name {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    color: gray;
}
.credit-card .card-delete {
    text-align: right;
    float: right;
    font-size: 25px;
    font-weight: 300;
    color: gray;
    margin-top: -10px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 15px;
}
.credit-card.new {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-top: 60px;
    color: gray;
}
#pay-by-card.centered {
    margin: auto;
    width: auto;
    display: inline-block;
    margin-top: 15px;
}
.credit-card.card-small {
    height: 100px;
    width: 150px;
    background: white;
    padding: 10px;
    display: inline-block !important;
}
.credit-card.card-small.selected {
    border: 4px solid purple;
}
.centered {
    text-align: center;
}
.credit-card.card-small .card-logo img {
    max-height: 20px;
}
.credit-card.card-small .card-number {
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    font-size: 13px;
    text-align: right;
    margin-top: 40px;
    color: gray;
}
.credit-card.card-small .card-name {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    color: gray;
}
.navbar-center {
    position: absolute;
    margin: auto;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}
.progress {
    background: Rgba(255, 255, 255, .25);
    border-radius: 999px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 6px;
    width: 200px;
}
.progress-text {
    font-size: 12px;
    opacity: .65;
    text-align: center;
}
.progress-bar {
    background: Rgba(255, 255, 255, .75);
}
.login-pane {
    width: 50%;
    float: left;
    text-align: center;
}
.login-pane-width {
    width: 100%;
    float: left;
    text-align: center;
}
.login-pane.left {
    margin-right: -1px;
    min-height: 500px;
}
.login-pane.right {
    border-left: 1px dotted #e4edf2;
    padding-bottom: 24px;
}
.login-container, .text-container {
    border: 1px solid #e4edf2;
    border-radius: 8px;
    max-width: 1200px;
    margin: auto;
    margin-top: 200px;
    min-width: 700px;
    width: auto;
}
.login-container-width, .text-container-width {
    max-width: 700px;
    margin: auto;
    margin-top: 100px !important;
    min-width: 700px;
    width: auto;
}
.or-inline {
    cursor: default;
    margin-left: 5px;
    padding-left: 10px;
}
.subtitle {
    margin-top: -35px;
    font-weight: 400;
    color: gray;
    margin-bottom: 45px;
}
table {
    margin: auto;
    width: 100%;
}
table th {
    text-align: left;
    padding: 13px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    color: Gray;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
table td {
    text-align: left;
    border: none;
    background: none;
    padding: 13px;
}
table.adjustmentTable td {
    vertical-align: middle !important;
}
.dropdown-container table td {
    text-align: center;
    border: none;
    background: #f5f5f5;
    background: none;
    padding: 13px !important;
    border-top: none !important;
}
.dropdown-container .form-control {
    padding: 5px 8px;
}
.rightalign {
    text-align: right;
}
.green {
    color: #419641;
}
.medium {
    font-weight: 400;
}
.sheet-container {} .sheet {
    border: 1px solid #eee;
    min-height: 200px;
    width: 500px;
    margin: auto;
    margin-top: -15px;
    border-top: 1px solid #ddd;
    overflow-y: scroll;
    overflow-x: hidden;
}
#logoProvider h3 {
    margin: 12px;
    max-width: 400px;
    text-align: left;
}
#receipt-total,
#receipt-breakdown {
    border-bottom: 1px solid #eee;
    padding: 25px;
    text-align: left;
}
.receipt-amount {
    color: #419641;
    width: 170px;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
}
.receipt-account {
    color: #aaa;
    display: inline-block;
}
#receipt-total .receipt-amount {
    font-size: 35px;
    font-weight: 300;
}
#receipt-breakdown .receipt-amount {
    font-size: 18px;
}
.black {
    color: #111;
}
.receipt-breakdown-item {
    padding-bottom: 2px;
}
/*
.rightalign {
    float:right;
}
*/
.navbar {
    z-index: 9999999999999;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
    background: #f5f5f5;
}
.navbar-right .dropdown-menu {
    right: 10px;
}
#cart.open {
    right: 0px !important;
}
#cart-title,
.cart-plan-title {
    display: block;
    padding: 20px 20px;
    color: #53575e;
    border-bottom: 1px solid #E4EDF2;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: gray;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.cart-plan-title {
    padding: 0;
    text-align: left;
}
.cart-plan-months {
    font-size: 16px;
}
.cart-plan {
    padding-top: 5px;
    padding-bottom: 5px;
}
#cart-total {
    width: 200px;
    margin: 0 0px;
    padding: 30px 0px 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    font-size: 25px;
    font-weight: 300;
    color: #419641;
    background-color: white;
    border-top: 1px solid #E4EDF2;
}
#cart-total-title {
    width: 164px;
    margin: 0 20px;
    text-align: center;
    position: absolute;
    bottom: 45px;
    color: #53575e;
    font-size: 12px;
    font-weight: 300;
    color: gray;
    letter-spacing: 0.5px;
    z-index: 9191;
    text-transform: uppercase;
}
.payment-plan-amount {
    font-size: 25px;
    font-weight: 300;
    color: 419641;
}
.payment-plan-amount {
    font-size: 30px;
}
.payment-plan-term {
    color: gray;
    font-size: 14px;
    font-weight: 400;
}
.setBottomBar {
    right: 0 !important;
}
#login-options {
    margin-top: 50px;
}
#login-options a {
    margin-bottom: 10px;
    display: block;
    color: gray;
}
#login-options a:hover {
    text-decoration: none;
    cursor: pointer;
    color: black;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #changePaswordform #Password_previous {
        padding-bottom: 0px !important;
    }
    #changePaswordform #confirm_password {
        padding-bottom: 0px !important;
    }
}
#frame-summary.simple #account-summary-simple {
    display: block;
}
#frame-summary.details #account-summary-simple {
    display: none;
}
#frame-summary.simple #account-summary-details {
    display: none;
}
#frame-summary.details #account-summary-details {
    display: block;
}
@media (max-width: 900px) {
    .collapse {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        margin: 0 !important;
    }
    .select-styled {
        max-width: 300px !important;
        margin-top: 0px !important;
    }
    .container-fluid {
        padding: 0;
        margin: 0;
    }
    .navbar {
        height: 50px;
    }
    .nav {
        width: auto;
        margin: 0 !important;
    }
    .navbar-right {
        text-align: right;
        float: right;
    }
    .navbar-left {
        float: left;
    }
    label {
        font-size: 17px;
    }
    input {
        font-size: 18px;
    }
    .navbar-center {
        position: absolute;
        width: 100px;
        left: 50%;
        margin-left: -50px !important;
    }
    #frame-container {
        right: 0 !important;
        top: 50px;
        overflow-x: scroll;
        overflow-x: hidden;
        bottom: 50px;
        padding: 0;
    }
    .progress {
        background: Rgba(255, 255, 255, .25);
        border-radius: 999px;
        height: 3px;
        margin-top: 15px;
        width: 100px;
    }
    .nav>li {
        display: inline-block;
    }
    h1 {
        font-size: 22px;
    }
    #logo {
        display: none;
    }
    .logged-in .navbar-center {
        display: none;
    }
    #cart {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        top: 50px;
        height: 50px;
        border-bottom: 1px solid #eee;
        z-index: 9999999;
        background: #fff;
        text-align: left;
        display: none;
    }
    #cart h4 {
        float: left;
        display: block;
        padding: 7px 20px;
    }
    .nav > li > a {
        font-size: 16px;
        padding: 14px 10px 14px;
    }
    .nav > li > a.btn {
        margin: 3px 10px;
        box-sizing: border-box;
        height: 43px;
        padding: 10px 20px;
    }
    .navbar-static-bottom {
        height: 58px;
    }
    .frame.centered {
        padding-top: 25px;
    }
    .payment-plan {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .payment-plan-amount {
        font-size: 22px;
        margin-top: 15px;
    }
    .payment-plan-term {
        font-size: 12px;
    }
    .panel-small {
        position: absolute;
        left: 0;
        width: 100%;
        border: none;
        border-bottom: 1px solid #eee;
        height: 50px;
        top: 0px;
        padding-top: 0px;
        text-align: center;
        z-index: 99999;
        display: none;
    }
    .nav-stacked li a {
        padding: 13px 15px;
    }
    .nav-stacked li.active a {
        background: none;
        border-right-width: 0px;
        border-right-style: solid;
        font-weight: 400;
    }
    .login-container, .text-container {
        max-width: 1200px;
        margin: auto;
        margin-top: 30px;
        min-width: 0;
        width: auto;
    }
    .login-pane.left {
        min-height: 300px;
    }
    .login-page .navbar .container-fluid {
        display: block;
    }
    .panel-large {
        position: absolute;
        left: 00px;
        padding: 20px;
        right: 0px;
        bottom: 00px;
        top: 50px;
    }
}
    div.table-container > div {
        display: inline-block;
        width: 10%;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0 !important;
        text-align: left;
    }
    .recurring select,
    .recurring option {
        font-size: 14px !important;
    }
    div.table-container > div > img {
        max-height: 20px;
        margin-top: -5px;
        text-align: center;
    }
    .panel-group.recurring .panel-heading {
        font-size: 13px;
        background: none;
        border: none;
        padding: 0;
    }
    .panel {
        border: none;
        box-shadow: none;
        background: #f5f5f5;
        border-radius: 1px;
        margin: 0;
    }
    .panel-body {
        border: none !important;
    }
    div.table-container.table-header > div {
        padding: 0 0 15px !important;
        font-weight: 300;
        text-transform: uppercase;
        color: Gray;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }
    #modal-view-payments {
        padding: 0;
    }
    #modal-view-payments .modal-header {
        border: none;
        margin: 0;
        padding-bottom: 0;
        padding: 5px;
    }
    #modal-view-payments .modal-body {
        padding-top: 0;
        margin-top: 0;
        padding: 5px;
    }
    #modal-view-payments .close {
        margin: 7px 10px;
    }
    .modal .nav-tabs {
        margin: auto;
        width: auto;
        opacity: 1;
    }
    .modal .nav-tabs > li > a {
        font-size: 14px;
        opacity: 1;
        padding: 10px 15px;
        color: #4a174c;
    }
    #frame-recurring .panel-small {
        width: 250px;
    }
    #frame-recurring .panel-small * {
        color: #777 !important;
        font-weight: 300;
        opacity: 1 !important;
    }
    #frame-recurring .panel-small .green {
        color: 419641 !important;
        font-weight: 400;
    }
    #frame-recurring .panel-large {
        left: 250px;
    }
    #frame-recurring h1 {
        margin-bottom: 0;
    }
    #frame-recurring h6 {
        font-size: 17px;
        font-weight: 300;
        color: #777;
        margin-top: 5px;
    }
    #frame-recurring table {
        margin-top: 15px;
    }
    #frame-recurring th {
        border: none !important;
        font-size: 13px;
    }
    #frame-recurring th:last-child {
        border: none !important;
        font-size: 17px;
        text-transform: none;
        color: #000;
        font-weight: 300;
        text-align: right;
    }
    #frame-recurring td {
        font-size: 17px;
        font-weight: 300;
        color: #777;
    }
    #frame-recurring td:first-child {
        font-weight: 400;
        color: black;
    }
    .half {
        width: 50%;
        max-width: 400px;
    }
    .v-buttons {
        margin-top: 50px;
        width: 300px;
    }
    .v-buttons > *,
    .select-styled,
    input[type=submit],
    button.styled {
        float: none;
        display: block;
        margin-bottom: 15px;
        min-width: 200px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: white;
        border: none;
        text-align: center !important;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
        padding: 7px 15px;
        font-size: 17px;
        outline: none;
    }
    select {
        background: white;
        border: none;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
        padding: 7px 15px;
        font-size: 17px;
        outline: none;
    }
    /*
 .select-styled {
    width:400px;
    margin:auto;
    position:absolute;
    left:50%;
    margin-left:-135px !important;
    margin-top:-25px;
 }
*/

    .v-buttons > select {
        color: black;
    }
    .v-buttons > *:hover,
    input[type=submit]:hover,
    button.styled:hover {
        background: rgba(0, 0, 0, .02);
    }
    .v-buttons .recurring-status {
        color: red;
    }
    .v-buttons .recurring-active {
        color: green;
    }
    #invited-users {
        margin-top: 15px;
    }
    .invited-user {
        width: 100%;
        border-top: 1px solid #e5e5e5;
        max-width: 500px;
        margin: auto;
        clear: both;
        margin: 0 auto;
    }
    .invited-user > .invited-user-email {
        float: left;
        font-size: 16px;
        padding: 15px;
        font-weight: 400px;
        color: #444;
    }
    .invited-user > .invited-user-remove {
        float: right;
        font-size: 14px;
        margin: 8px;
        display: inline-block;
        min-width: 0 !important;
    }
    .clear {
        clear: both;
        height: 1px;
    }
    .plans .card {
        background-color: #fff;
        border: 1px solid #e4edf2;
        min-height: 84px;
        min-width: 281px;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        margin: auto auto 1em;
        padding: 0;
    }
    .plans .card .zone {
        border-right: 1px solid #e4edf2;
        text-align: center;
        padding: 0;
    }
    .plans .card .account,
    .plans .card .due {
        border-bottom: 1px solid #e4edf2;
        padding: 18px;
    }
    .plans .card .amount,
    .plans .card .id {
        font-size: 1.286em;
    }
    .plans .card .savable {
        display: none;
        width: 84px;
        height: 24px;
        background: url(../images/sprite-edit-button.png);
        background-position: 0 24px;
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -42px;
        text-indent: -9999px;
    }
    .plans .card .amount,
    .plans .card .full-name,
    .plans .card .id {
        overflow: auto;
        white-space: nowrap;
        cursor: pointer;
    }
    .plans .card .account:hover,
    .plans .card .due .amount:hover,
    .plans .card .due:hover {
        background-color: #f5f9fc;
    }
    .plans .card .is-plan form {
        text-align: left;
        padding-top: 13px;
    }
    .plans .card .is-plan label {
        font-weight: 400;
        display: block;
        float: left;
        margin: 0;
        padding: 6px;
    }
    .plans .card .is-plan label:not(.label_check) {
        width: auto;
        display: inline-block;
    }
    .plans .card .ineligible .col-xs-10 {
        min-height: 60px;
        display: table;
    }
    .plans .card .ineligible .col-xs-10 .notice {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        margin: 0;
    }
    .plans .card .col-xs-2 {
        background-color: #f5f9fc;
        border-left: 1px solid #e4edf2;
        overflow: hidden;
        position: relative;
        min-height: 60px;
        padding: 0;
    }
    .plans .card .edit a {
        padding-top: 13px;
        vertical-align: middle;
        color: #53575e;
    }
    .plans .card .edit a:hover {
        color: #282d2f;
        text-decoration: none;
    }
    .plans .card div:last-child {
        border-right: none;
    }

img[name='seal'] {
    float: left;

    height: 40px;
    margin-top: 5px;
    padding-left: 10px;
}

#logo h1 {
    margin-bottom: 0;
}
.pop-invoice img {
    max-height: 20px;
    margin-top: -5px;
    width: 25px;
    height: 25px;

    text-align: center;
}
.br4{
    border-radius: 4px !important;
}

/* Animate.CSS */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.promptPayFullSize {
  float: left; 
  width: 100%;
}

.promptPayCheckSize {
    text-align: right; 
    width: 35%; 
    float: left;
}

.promptPayMsg {
    width: 65%; 
    padding-left: 10px; 
    float: left; 
    text-align: justify;
}

table th .tooltip {
    text-transform: none !important;
}
.AccountDoesntQualify{
    color:red;
}
