﻿.addressIndent {
    margin-left: 20px;
}



/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.colorpicker {
    border-width: 1px 20px 1px 1px;
    border-right: 20px solid black;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

.auto-wrap {
    overflow-x: auto;
}

input.input-validation-error {
    border: 1px solid #b94a48;
    background-color: #fee;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}


.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

a.add-command,
a.cancel-command,
a.delete-command,
a.details-command,
a.edit-command,
a.hold-command,
a.pay-command,
a.recurring-command,
a.recurring-add-command,
a.unhold-command,
a.pdf-view-command,
table.searchResults td div.email,
table.searchResults td div.page,
table.searchResults td div.page_email,
table.searchResults td div.locked,
table.searchResults td div.unlocked {
    color: transparent;
    display: inline-block;
    height: 32px;
    margin-left: 10px;
    width: 32px;
}

a.add-command {
    background: url(/Images/Icons/32x32/add.png) no-repeat top left;
}

a.cancel-command,
a.delete-command {
    background: url(/Images/Icons/32x32/delete.png) no-repeat top left;
}


a.details-command {
    background: url(/Images/Icons/32x32/magnifier.png) no-repeat top left;
}

a.edit-command {
    background: url(/Images/Icons/32x32/pencil.png) no-repeat top left;
}

a.hold-command {
    background: url(/Images/Icons/32x32/hand.png) no-repeat top left;
}

a.pay-command {
    background: url(/Images/Icons/32x32/money_dollar.png) no-repeat top left;
}

a.recurring-command {
    background: url(/Images/Icons/32x32/arrow_rotate_clockwise.png) no-repeat top left;
}

a.recurring-add-command {
    background: url(/Images/Icons/32x32/arrow_rotate_clockwise_add.png) no-repeat top left;
}

a.unhold-command {
    background: url(/Images/Icons/32x32/thumb_up.png) no-repeat top left;
}

a.pdf-view-command {
    background: url(/Images/Icons/32x32/file_extension_pdf.png) no-repeat top left;
}

table.searchResults td div.email {
    background: url(/Images/Icons/32x32/email.png) no-repeat top left;
}

table.searchResults td div.page {
    background: url(/Images/Icons/32x32/page.png) no-repeat top left;
}

table.searchResults td div.page_email {
    background: url(/Images/Icons/32x32/page_email.png) no-repeat top left;
}

table.searchResults td div.locked {
    background: url(/Images/Icons/32x32/lock.png) no-repeat top left;
}

table.searchResults td div.unlocked {
    background: url(/Images/Icons/32x32/lock_unlocked.png) no-repeat top left;
}

/*following classes required to align labels and text on the inititiate customer enrollment popup */

.shim3top {
    padding-top: 3px;
}

.shim6top {
    padding-top: 6px;
}

.m10top {
    margin-top: 10px;
}

.specAlign {
    float: left;
    margin-left: 7px;
    margin-top: -14px;
}

.fleft {
    float: left;
}

/* classes to create custom receipts */

/*#info-transaction {
    padding-top: 12px;
}

@media print {
    #info-transaction {
    padding-top: 0
}
}*/
.fileName {
    font-size: 10px;
    font-weight: bold;
}

.js #fouc {
    display: none;
}

.navbar {
    min-height: 72px;
}

.navbar-brand {
    padding-bottom: 0;
    height: 32px;
    color: #fff;
    padding-left: 15px;
}

    .navbar-brand a {
        color: #fff;
        padding-left: 15px;
    }

.navbar-inverse .navbar-brand {
    color: #fff;
    margin-left: 15px;
}

.navbar-header {
    height: 36px;
}

.navbar-right,
.some-class {
    margin-top: -16px;
}

/*special styles for the tabs on the roles page*/

/*#role-tabs {
   background: url(~/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png) 0 0 repeat-x;
   height: 36px;

}*/


/*#role-tabs li {
    height: 36px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    width: 115px;
    text-align: center;

}

#role-tabs > ul > li > a {
    padding-top: 7px;
    color: #000;
    background-color: #ddd;
}*/

.paymentProcessor .row {
    margin-top: 24px;
}

.tab_control {
    padding-bottom: 24px;
}

.frnGrpShim .form-group {
    padding-top: 44px;
}


.spacer {
    margin-bottom: 12px;
}
/* Override bootstrap input-group because the text box is appearing on top of jQuery UI datepicker. */
.input-group .form-control {
    z-index: 1;
}

.showunsuccessfulSave {
    background-color: #fee;
    height: 100px;
    padding: 25px;
    margin: 25px;
    border: 15px solid #ff0000;
    text-align: center;
}


#info1,
#info2,
#info3 {
    margin: 0 0 12px 0px;
    border: 2px solid #808080;
    width: 700px;
    min-height: 40px;
    padding: 8px;
    padding-bottom: 0;
}

.receiptInfo {
    border: 2px solid #808080;
    margin-top: 30px;
    padding: 20px;
}

    .receiptInfo.rightmost {
        /*margin-left: 10px;*/
    }

    .receiptInfo.topmost {
        margin-top: 0;
    }

.receiptInfo-title {
    background: #555 url(/Images/rec_grad.png) 0 0 repeat-x;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    font-weight: bolder;
}

@media screen {
    #info1 {
        margin-top: 24px;
    }

    #printFriendly #info1 {
        margin-top: 105px;
    }


    .noscreen {
        display: none;
    }
}

.printFriendly > #info1 {
    margin-top: 55px;
}

#receiptbutton {
    display: none;
}

.nrmcalc {
    border: 1px solid rgb(204, 204, 204);
}

#ui-id-1,
#ui-id-2,
#ui-id-3,
#ui-id-4,
.roletabs li {
    min-width: 105px;
    text-align: center;
}

.tab-content label {
    font-size: 14px;
}

.hintcalc {
    border: 2px solid #ff0000;
}

@media print {
    #printarea {
        position: absolute;
        top: 0;
        left: 0;
    }

    .ui-pnotify-container {
        display: none;
    }


    #info1 {
        /*position: fixed;*/
        margin-top: 355px;
    }
}


#info1 > table > thead,
#info2 > table > thead > tr,
#infospecial {
    background: #555 url(/Images/rec_grad.png) 0 0 repeat-x;
    color: #fff;
    padding: 8px 0;
    margin: 0 -15px;
}

    #infospecial table {
        /*width: 781px;*/
        width: 480px;
    }

#info1 > div > div > table,
#info1 > table,
#info2 > table,
#info3 > table {
    margin-bottom: 0;
    empty-cells: show;
}

#pahead > div.col-md-6 > strong:first-child {
    margin-left: 15px;
}

#patext {
    padding-bottom: 8px;
}

/*decloration to hide title wrapper on print file*/
@media print {
    #showtitlewrapper {
        display: none;
    }
}

#infospecial {
    margin: 0 15px;
    width: 96%;
    padding-left: 10px;
}

#info1 > div.theader {
    background-color: #555;
    margin-top: 2px;
}

#info1 > table > tbody > tr > td,
#info2 > table > tbody > tr > td {
    padding: 4px 0;
    empty-cells: show;
}

    #info1 > table > tbody > tr > td:last-child {
        text-align: right;
        padding-right: 35px;
    }

    #info1 > table > tbody > tr > td:first-child {
        text-align: right;
        padding-right: 95px;
    }

.enrollIcon {
    width: 60px;
    height: 74px;
    background: transparent url(/Images/Icons/enrolled_icon_medium.png) -90px 0 no-repeat;
    margin-left: -35px;
    margin-top: 25px;
}

    .enrollIcon.details {
        margin-left: -90px;
    }

    .enrollIcon.notEnrolled {
        background: transparent url(/Images/Icons/enrolled_icon_medium.png) 0px 0 no-repeat;
        cursor: pointer;
    }

.customLabel {
    float: right;
    margin-right: 13px;
}

.theader div {
    color: #fff;
    padding: 4px 12px;
    border-right: 2px solid #fff;
}

    .theader div:first-child {
        border-left: 2px solid #fff;
    }

.textright {
    text-align: right;
    padding-right: 40px;
}

#accountInfo tr {
    height: 26px;
}
/* custom pnotify classes */
body > div.ui-pnotify {
    top: 55px;
    right: 720px;
    width: 300px;
}

    body > div.ui-pnotify > div {
        padding: 40px;
        width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

.ui-pnotify-container {
    width: 420px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 86, 150);
    background-image: none;
    overflow: hidden;
    min-height: 16px;
    background-color: rgb(0, 86, 150);
}

/*image and set up for home page login popup*/
.customlogin .ui-pnotify-container {
    background-color: rgb(0, 86, 150);
    background: transparent url(/Images/logoclaw.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    min-height: 16px;
    background-color: rgb(0, 86, 150);
}

.login_logo {
    padding: 6px 0 18px;
}

.pf-label {
    float: left;
    margin-right: 6px;
}

#forgot a {
    color: #ccc;
}

    #forgot a:hover {
        color: #fff;
    }

.log-field {
    width: 185px;
    float: right;
    color: #777;
}

#closeMe {
    background-color: #fff;
    padding: 4px 8px;
    border: 1px solid #CCC;
    float: right;
    /*font-weight: bold;*/
}

    #closeMe:hover {
        background-color: #C7c7c7;
        color: #000;
        text-decoration: none;
        /*font-weight: bold;*/
    }

.notifyhdr {
    /*width: 420px;
       padding:20px 76px 20px 8px;
       background-color: red;*/
}

.general .ui-pnotify-container {
    background-color: #fff;
    color: #005696;
    padding: 16px;
    width: 492px;
}

.general .ui-pnotify-title {
    background-color: #005696;
    padding: 12px;
    color: #fff;
    padding: 0 -12px;
}

.general .ui-pnotify-closer {
    color: #fff;
    margin-top: 2px;
    padding-right: 3px;
}

.cnf_popup {
    /*background-color: #005696;*/
    padding: 12px;
    color: #fff;
    padding: 0 -12px;
}

    .cnf_popup .ui-pnotify-closer {
        color: #fff;
        margin-top: 2px;
        padding-right: 3px;
    }


.widebox {
    width: 400px;
}

.customlogin .alert {
    padding: 12px 40px;
}

.pf-element #Password,
.pf-element #Email {
    margin-left: 12px;
    width: 236px;
    float: left;
}

#passwordLabel {
    margin-top: 18px;
}

/*styles to align anchors on the Online Payments Details page*/
a.oboanchor {
    display: block;
    position: relative;
    top: -44px;
    visibility: hidden;
}

a.obofeaturesanchor {
    display: block;
    position: relative;
    top: 200px;
    visibility: hidden;
}

a.colorsanchor {
    display: block;
    position: relative;
    top: 190px;
    visibility: hidden;
}

a.ipanchor {
    display: block;
    position: relative;
    top: 160px;
    visibility: hidden;
}

a.OBOAuthAnchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}

a.topanchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}

@media print {
    @page {
        size: letter;
    }

    #printr > div,
    #printr col-xs-6,
    #printr col-md-6 {
        text-align: left;
        margin-left: -200px;
    }

    #accountInfo thead th {
        font-family: Helvetica, Arial, sans-serif;
    }
}


.rec-commands {
    width: 170px !important;
}

.stmtserv,
.stmtserv .ui-tabs {
    min-width: 1120px;
}

.jumbotron.mainpage {
    margin-bottom: 0px;
    background: transparent url(../Images/acy-banner-soft.jpg) no-repeat 0 0;
    /* text-shadow: black 0.3em 0.3em 0.3em;*/
}

/*.jumbotron h1 {
    font-family: open sans, sans-serif;
    width: 400px;
    padding-top: 60px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #005696;
}

.jumbotron h1 .tagline {

    font-size: 24px;
    line-height: 20px;
    letter-spacing:16px;
    padding-left: 5px;
}
    .jumbotron .btn {
        float: right;
        margin-top: -52px;
        padding: 12px 44px;
    } 
    */

.jumbotron h1 {
    font-family: open sans, sans-serif;
    width: 444px;
    text-align: center;
    padding-top: 48px;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #0068b3;
}

    .jumbotron h1 .tagline {
        font-size: 26px;
        line-height: 12px;
        font-weight: 400;
    }

.jumbotron .btn {
    font-size: 22px;
    margin-top: 20px;
    padding: 9px 40px;
    border-radius: 0;
}

.jumbotron .btn-primary {
    background: #0068b3;
}


    .jumbotron .btn-primary:hover {
        background-color: #428bca;
    }

.btncolor {
    background: #0068b3;
    color: #fff;
    border-radius: 0;
}





.homefield a.btn-default {
    background-color: #0068b3;
    border: 0;
}

    .homefield a.btn-default:hover {
        background-color: #428bca;
    }

/* new icons added 7-2-2014 */

a.detail_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -7px -529px;
    margin: 0 2px;
    display: block;
}
a.detail_cmd_white {
    float: left;
    background: url("/Images/Icons/SPW ICON Series ALL COLORS-24.png")  top left no-repeat ;
    background-size: 30px; 
    width: 32px;
    height: 30px;  
     margin: 0 2px; 
    display: block;
}
a.detail_cmd_white:hover {
       float: left;
    background: url("/Images/Icons/SPW ICON Series ALL COLORS-22.png")  top left no-repeat ;
    background-size: 30px; 
    width: 32px;
    height: 30px;  
     margin: 0 2px; 
    display: block;
}
    a.detail_cmd:hover {
        background-position: -7px -49px;
    }

.detail_disabled {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -7px -1167px;
    margin: 0 2px;
    display: block;
}

.stment_view_disabled {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 22px;
    height: 30px;
    background-position: -10px -1056px;
    margin: 0 4px;
    display: block;
}

.pay_disabled {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 25px;
    height: 30px;
    background-position: -10px -1137px;
    display: block;
}

.chkmrk_disabled {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 28px;
    height: 32px;
    background-position: -9px -1094px;
    margin: 1px 0;
    display: block;
}



.pay_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 26px;
    height: 30px;
    background-position: -10px -490px;
    margin: 0 2px;
    display: block;
}

a.pay_cmd:hover {
    background: transparent url("/Images/Icons/sprites3.png") top left no-repeat;
    background-position: -10px -10px;
}
a.pay_cmd_white {
    float: left;
    background: url("/Images/Icons/SPW ICON Series ALL COLORS-04.png")  top left no-repeat ;
     background-size: 26px 30px; 
    width: 26px;
    height: 30px;  
     margin: 1px 0;
    display: block;
}

a.pay_cmd_white:hover {
    float: left;
    background: url("/Images/Icons/SPW ICON Series ALL COLORS-02.png")  top left no-repeat ;
    background-size: 26px 30px; 
    width: 26px;
    height: 30px;  
     margin: 1px 0;
    display: block;
}
a.enrolled_cmd_white {
     float: left;
    background: url("/Images/Icons/SPW ICON Series ALL COLORS-16.png")  top left no-repeat ;
    background-size: 26px; 
    width: 25px;
    height: 30px;  
     margin: 0 2px; 
    display: block;
}

    a.enrolled_cmd_white:hover {
          float: left;
    background: url("/Images/Icons/SPW ICON Series ALL COLORS-14.png")  top left no-repeat ;
    background-size: 25px; 
    width: 25px;
    height: 30px;  
     margin: 0 2px; 
    display: block;
    }

.chkmrk_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 30px;
    height: 34px;
    background-position: -9px -451px;
    margin: 0 2px;
    display: block;
}

.errmark_cmd {
    float: left;
    background: url("/Images/Icons/32x32/delete.png") top left no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 4px;
    display: block;
}

a.chkmrk_cmd:hover {
    background-color: transparent;
    background-position: -9px -251px;
}

a.addnew-cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    background-color: transparent;
    width: 30px;
    height: 30px;
    background-position: -8px -565px;
    margin: 2px 4px;
    display: block;
}

    a.addnew-cmd:hover {
        width: 30px;
        height: 30px;
        background-position: -8px -599px;
        background-color: transparent;
    }

.newreccuring {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    background-color: transparent;
    width: 25px;
    height: 30px;
    background-position: -7px -1275px;
    margin: 0 4px;
    display: block;
}

a.newreccuring:hover {
    width: 25px;
    height: 30px;
    background-position: -7px -1304px;
    background-color: transparent;
}

a.reccur-disabled {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 25px;
    height: 30px;
    background-position: -7px -1333px;
    display: block;
}

.stment_view_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 22px;
    height: 30px;
    background-position: -10px -410px;
    margin: 0 2px;
    display: block;
}

a.stment_view_cmd:hover {
    width: 22px;
    height: 30px;
    background-position: -10px -210px;
}

.stment_view_cmd_white {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url('../Images/Icons/SPW ICON Series ALL COLORS-12.png');
    margin: 0 5px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}
.edit_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -8px -631px;
    margin: 0 4px;
    display: block;
}

.delete_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 30px;
    height: 30px;
    background-position: -8px -694px;
    margin: 0 4px;
    display: block;
}

a.edit_cmd:hover {
    background-position: -8px -663px;
}

.edit_disabled {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -8px -1650px;
    margin: 0 2px;
    display: block;
}


a.delete_cmd:hover {
    background-position: -8px -728px;
}

a.hold_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 26px;
    height: 30px;
    background-position: -8px -817px;
    margin: 0 4px;
    display: block;
}

    a.hold_cmd:hover {
        background-position: -8px -846px;
    }



a.unhold_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 26px;
    height: 30px;
    background-position: -10px -938px;
    margin: 0 4px;
    display: block;
}

    a.unhold_cmd:hover {
        background-position: -10px -968px;
    }



.combo_cnt {
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 38px;
    height: 30px;
    background-position: -10px -370px;
    display: block;
}

.combo_cnt_gray {
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 37px;
    height: 30px;
    background-position: -10px -170px;
    display: block;
}

.sms {
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 20px;
    height: 30px;
    background-position: -10px -330px;
    display: block;
}


.sms_gray {
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 18px;
    height: 30px;
    background-position: -10px -130px;
    display: block;
}

.smail {
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 30px;
    height: 30px;
    background-position: -10px -290px;
    display: block;
}

.smail_gray {
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 30px;
    height: 30px;
    background-position: -10px -90px;
    display: block;
}

/* new enroll icons added 1-15-2016 */

a.enrolled_cmd {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -7px -1410px;
    margin: 0 2px;
    display: block;
}

    a.enrolled_cmd:hover {
        background-position: -7px -1442px;
    }

.enrolled_disabled {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -7px -1475px;
    margin: 0 2px;
    display: block;
}


.enrolled_lrg_rev {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 35px;
    height: 42px;
    background-position: 0 -1507px;
    margin: 0 2px;
    display: block;
}


.calc_notification {
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 50px;
    height: 30px;
    background-position: -4px -1240px;
    display: block;
}

.help_cmd {
    margin-top: 12px;
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    padding: 0;
    background-position: -1px -1367px;
    /*margin: 0 3px;*/
    /*display: block;*/
}

a.help_cmd:hover {
    background-position: -1px -1387px;
}

/*Decorative Icons - No Hover*/
.edit_rev {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -8px -1588px;
    margin: 0 2px;
    display: block;
}

.enrolled_cmd_rev {
    float: left;
    background: url("/Images/Icons/sprites3.png") top left no-repeat;
    width: 32px;
    height: 30px;
    background-position: -1px -1555px;
    margin: 0 2px;
    display: block;
}

.srinkwrap {
    padding: 0;
}

.card_visa {
    float: left;
    background: url("/Images/Icons/CC_kind.png") 0 0 no-repeat;
    width: 48px;
    height: 35px;
    overflow: hidden;
    padding: 0;
}

.card_masterCrd {
    float: left;
    background: url("/Images/Icons/CC_kind.png") -55px 0 no-repeat;
    width: 48px;
    height: 35px;
    overflow: hidden;
    padding: 0;
}

.card_discover {
    float: left;
    background: url("/Images/Icons/CC_kind.png") -164px 0 no-repeat;
    width: 48px;
    height: 35px;
    overflow: hidden;
    padding: 0;
}

.card_amex {
    float: left;
    background: url("/Images/Icons/CC_kind.png") -109px 0 no-repeat;
    width: 48px;
    height: 35px;
    overflow: hidden;
    padding: 0;
}

.card_null {
    float: left;
    background: none;
    width: 48px;
    height: 35px;
    overflow: hidden;
    padding: 0;
}

#hlp {
    padding: 0;
}

.fineadjment {
    width: 180px;
}

.nav > li > a {
    padding: 7px 20px;
}

    .nav > li > a:focus,
    .nav > li > a:hover {
        background-color: transparent;
    }

#detailSidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#detailSidebar li {
    font-weight: bold;
}

.detailLabel,
.detailtext {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .detailLabel li {
        font-weight: bold;
        text-align: right;
    }

.colorPreview {
    width: 25px;
    float: left;
    margin-right: 10px;
}

/*required to prevent input checkboxes from throwing label alignment off*/
.detailtext .check-box {
    margin: 0;
}

#accountDetail a {
    color: #428bca;
    margin-left: 36px;
}

.pamount {
    /*width: 200px !important;*/
}

#pcalc1,
#pcalc2 {
    display: none;
}

.shiftL {
    margin-left: -1px;
}

#swipehelp ol li {
    margin-bottom: 6px;
}

/* Temp */

.compref a {
    float: left;
    margin-right: 9px;
}

table.searchResults td {
    padding: 5px;
    white-space: normal;
}

table.searchResults th {
    padding: 5px;
}
    /* Commands column is always the first column. */
    table.searchResults th:nth-of-type(1),
    table.searchResults td:nth-of-type(1) {
        width: 150px;
    }

.dropdown-menu a.disabled {
    background-color: #d9d9d9 !important;
    color: #aaaaaa !important;
}

.navbar-inverse {
    background-color: #F8981C;
    border-color: #DC7C00;
}

    /* Override the navbar settings in bootstrap.css */
    .navbar-inverse .navbar-header > a,
    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            /* background-color: #DC7C00;*/
            background-color: transparent;
            color: #ffffff;
        }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #ffffff;
        color: #333333;
    }

.push-text-down {
    padding-top: 20px;
}

#ui-accordion-accordion-panel-0 {
    height: auto !important;
}

#ui-accordion-accordion-panel-1 {
    height: auto !important;
}

#ui-accordion-accordion-panel-2 {
    height: auto !important;
}

.mail1 label {
    margin-top: 7px;
}

#rcp-details .row {
    padding-bottom: 4px;
}

.shim {
    margin-bottom: 14px;
}

.close {
    line-height: 12px; /*overwrite style in standard bootstrap CSS file*/
}

#headerLogo {
    width: 284px;
    float: left;
    margin-top: 9px;
    margin-bottom: 0;
}

#sysInfo {
    padding-top: 18px;
    margin-bottom: 0;
}

.notice {
    text-align: right;
    color: #b94a48;
    padding: 12px 36px;
}

.spacer5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer20 {
    margin-bottom: 20px;
}

.btn:hover {
    color: white;
}

#acylogo {
    display: none;
}

input::-ms-clear {
    display: none;
}

.disablediv {
    pointer-events: none;
    opacity: 0.4;
}

@media print {

    .qprint,
    .navbar {
        display: none;
    }

    body,
    .noprint,
    .body-content,
    .container,
    .form-horizontal,
    .row,
    .form-group,
    h3 {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .container {
        margin-top: -45px;
        width: 90%;
    }


    .form-group .col-md-5,
    .form-group .col-md-4 {
        float: left;
        font-family: 'Times New Roman',Serif;
        margin: 0px;
        padding: 0;
    }

        .form-group .col-md-5::after {
            content: ": ";
        }

        .form-group .col-md-4::after {
            content: ": ";
        }

    .PayTransHead .col-md-4::after {
        content: "  ";
    }

    .col-md-7 {
        padding: 0 7px;
        margin: 0;
        font-family: 'Times New Roman', Serif;
    }

    h3 {
        width: 100%;
        padding: 12px 0 8px;
        text-align: center;
        float: left;
        border-bottom: 1px solid gray;
        margin-bottom: 8px;
    }

    .print-head h3 {
        border: 0;
        margin: 0;
        padding: 0;
        float: left;
    }

    #creditcardContainer {
        width: 100%;
        margin-left: -18px;
        float: left;
    }

    .print-head {
        margin-bottom: 20px;
    }

    footer {
        display: none;
    }

    .spacerx {
        margin-top: 20px;
    }

    #acylogo {
        display: inline;
        float: right;
        margin-top: -12px;
    }
}

#searchinput {
    width: 200px;
}

#searchclear_apamount{
    position: absolute;
    right: 29.5em;
    top:2.5em;
    bottom: 0;
    /*height: 14px;*/
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}
#searchclear {
    position: absolute;
    right: 20px;
    top: 30px;
    bottom: 0;
    /*height: 14px;*/
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}
#searchclearForAdd {
    position: absolute;
    right: 40px;
    top: 75px;
    bottom: 0;
    /*height: 14px;*/
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

#searchclear_crvm {
    position: absolute;
    right: 20px;
    top: 52px;
    bottom: 0;
    /*height: 14px;*/
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

#searchclear_ervm {
    position: absolute;
    right: 20px;
    top: 52px;
    bottom: 0;
    /*height: 14px;*/
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

#searchclear_upvm {
    position: absolute;
    right: 20px;
    top: 52px;
    bottom: 0;
    /*height: 14px;*/
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}




/*Modal Window*/
.modal-title {
    background-color: #0367AF;
    color: white;
}

    .modal-title > .title-text {
        padding: 10px;
        font-size: 20px;
    }

.modal-container {
    padding: 0px 10px;
}

.modal-color {
    color: #0068B3;
}

.btn-modal {
    background-color: #0068B3;
    border-color: #0068B3;
    color: white;
}

    .btn-modal:focus {
        color: white;
    }
/* end model window */

/* must go last to avoid confloict with normal, gray outline buttons */

.acrybtncolor {
    background: #0068b3;
    color: #fff;
}

    .acrybtncolor:hover {
        background: #084f95;
        color: #ffffff;
    }

.acy-color {
    color: #084f95;
}

.required-text {
    color: red;
}

.search-blue-color {
    color: #337ab7;
}

.custom_script_remaining_container {
    text-align: right;
    font-size: 10px;
}

.ebill_amount_source_wrap {
    padding-left: 15px;
}

.pf-element #Password::-ms-reveal {
        display: none;
    }

    .pf-element #Password {
        padding-right: 25px;
    }

/* Cropbox */
#modal-resize .modal-dialog {
    width: 635px;
}

#modal-resize .modal-controls-container {
    text-align: center;
}

#btnZoomIn, #btnZoomOut {
    float: left;
}

#modal-resize .imageBox {
    position: relative;
    height: 400px;
    width: 600px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

    #modal-resize .imageBox .thumbBox {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 538px;
        height: 166px;
        margin-top: -83px;
        margin-left: -269px;
        box-sizing: border-box;
        border: 1px solid rgb(102, 102, 102);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        background: none repeat scroll 0% 0% transparent;
    }

    #modal-resize .imageBox .spinner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        line-height: 400px;
        background: rgba(0,0,0,0.7);
    }


/*Password Validator Start*/
.password_checklist {
    padding: 5px 0px;
}

    .password_checklist > li {
        list-style: none;
    }

        .password_checklist > li > div {
            background-image: url('/Images/Icons/16x16/success_white16x16.png');
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            float: left;
            margin-right: 5px;
        }

            .password_checklist > li > div.verified {
                background-image: url('/Images/Icons/16x16/success16x16.png');
            }
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid red 1px;
    outline: 0;
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid grey;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader-temp {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid skyblue;
 border-bottom: 8px solid skyblue;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*End Password Validator*/

.ToggleAccounts.collapsed {
    margin-left: 10px;
}
* {
  box-sizing: border-box;
}
/*form {
  width: 300px;
  margin: 0 auto;
}*/
.form-field {
  width: 100%;
  height: 40px;
  position: relative;
  background: white;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, .3);
  padding: 0 10px;
}
iframe {
  width: 100%;
  height: 100%;
}
.form-field-group {
  display: flex;
  flex-flow: wrap;
}
.form-field-group div {
  flex: 0 0 50%;
}
.form-field-group div:first-child {
  border-radius: 4px 0 0 4px;
}
.form-field-group div:last-child {
  border-radius: 0 4px 4px 0;
}
.form-button {
  border: 1px solid #1f8ab0;
  background-color: #3b495c;
  border-color: #3b495c;
  color: #ced5e0;
  font-family: inherit;
  border-radius: 4px;
  font-size: 16px;
  height: 35px;
  width: 100%;
}
