/* columns of same height styles */

.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .col-sm-height-float {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* fix firefox responsive images */

.img-responsive {
  width: 100%;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container,
.yamm .dropdown-classic {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/*#ff7518*/
/*#ff4309*/
/*#FFF*/
/* Alerts and Controls */
/*
   @ac-pref-toggle-on-back-color: @ac-primary-back-color;
   @ac-pref-toggle-on-color: @ac-primary-color;
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .summary-item {
    height: 175px !important;
  }
}
@media (min-width: 1200px) {
  body {
    background-color: none;
    background-image: '';
    background-repeat: '';
  }
  #header-quick-links {
    text-align: right;
  }
  #mci-nav-bar .root-level-links li.root-level:hover ul.dropdown-menu {
    display: block !important;
    border: none !important;
  }
  #mci-nav-bar .root-level-links li.root-level:hover > a {
    background: white !important;
    background: transparent\9 !important;
    background: #0062a9 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9) !important;
    zoom: 1 !important;
    color: white !important;
  }
  #mci-nav-bar .root-level-links ul.sub-level-container {
    min-height: 175px;
  }
  #mci-nav-bar .root-level-links ul.sub-level-container ul.split-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  #main-content {
    /*#gradient > .vertical(@main-content-background-color-start, @main-content-background-color-stop, 100%, 0%);*/
  
    background-image: -webkit-linear-gradient(top, rgba(191, 191, 191, 0.3) 50%, white 85%);
    background-image: -o-linear-gradient(top, rgba(191, 191, 191, 0.3) 50%, white 85%);
    background-image: linear-gradient(to bottom, rgba(191, 191, 191, 0.3) 50%, white 85%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dbfbfbf', endColorstr='#ffffffff', GradientType=0);
  }
  #login-outer-container {
    padding-left: 150px;
  }
  #login-validation-container {
    width: 325px;
  }
  .alerts-anon .alert-critical {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(200, 16, 46, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc8102e, endColorstr=#ccc8102e) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-information {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(0, 125, 186, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc007dba, endColorstr=#cc007dba) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-warning {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(242, 169, 0, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2a900, endColorstr=#ccf2a900) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-success {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(39, 153, 137, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc279989, endColorstr=#cc279989) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .close {
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: white;
  }
  #enrollment-title {
    font-weight: bold;
  }
  #enrollment-title span.EnrollStepOneNumber {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepTwoNumber {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepThreeNumber {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepOneText {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepTwoText {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepThreeText {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepOneNumber.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepTwoNumber.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepThreeNumber.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepOneText.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepTwoText.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepThreeText.ColorMe {
    font-size: x-large;
  }
  .border-right {
    border-right: 1px solid #333333;
  }
  .border-left {
    border-left: 1px solid #333333;
  }
  .border-bottom {
    border-bottom: 1px solid #333333;
  }
  #ctl00_MainContent_dMakePaymentTitleBox {
    font-weight: bold;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneNumber {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneNumber.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoNumber {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoNumber.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeNumber {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeNumber.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneText {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoText {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeText {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneText.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoText.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeText.ColorMe {
    font-size: x-large;
  }
  #acct-trans-bar #statement-dates {
    min-width: 250px;
  }
  .search-input {
    width: 80% !important;
  }
  .dialog-estatements {
    width: 300px !important;
  }
  .fico-summary {
    border-left: 2px solid #003f5f;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    background-color: none;
    background-image: '';
    background-repeat: '';
  }
  #header-quick-links {
    text-align: right;
  }
  #login-outer-container {
    padding-left: 150px;
  }
  #mci-nav-bar .root-level-links li.root-level:hover ul.dropdown-menu {
    display: block !important;
    border: none !important;
  }
  #mci-nav-bar .root-level-links li.root-level:hover > a {
    background: white;
    background: transparent\9;
    background: #0062a9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9);
    zoom: 1;
    color: white;
  }
  #mci-nav-bar .root-level-links ul.sub-level-container {
    min-height: 175px;
  }
  #mci-nav-bar .root-level-links ul.sub-level-container ul.split-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  #login-validation-container {
    width: 325px;
  }
  .alerts-anon .alert-critical {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(200, 16, 46, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc8102e, endColorstr=#ccc8102e) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-information {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(0, 125, 186, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc007dba, endColorstr=#cc007dba) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-warning {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(242, 169, 0, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2a900, endColorstr=#ccf2a900) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-success {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(39, 153, 137, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc279989, endColorstr=#cc279989) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .close {
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: white;
  }
  #enrollment-title {
    font-weight: bold;
  }
  #enrollment-title span.EnrollStepOneNumber {
    font-size: large;
  }
  #enrollment-title span.EnrollStepTwoNumber {
    font-size: large;
  }
  #enrollment-title span.EnrollStepThreeNumber {
    font-size: large;
  }
  #enrollment-title span.EnrollStepOneText {
    font-size: large;
  }
  #enrollment-title span.EnrollStepTwoText {
    font-size: large;
  }
  #enrollment-title span.EnrollStepThreeText {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepOneNumber.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepTwoNumber.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepThreeNumber.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepOneText.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepTwoText.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepThreeText.ColorMe {
    font-size: large;
  }
  .border-right {
    border-right: 1px solid #333333;
  }
  .border-left {
    border-left: 1px solid #333333;
  }
  .border-bottom {
    border-bottom: 1px solid #333333;
  }
  #ctl00_MainContent_dMakePaymentTitleBox {
    font-weight: bold;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneNumber {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneNumber.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoNumber {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoNumber.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeNumber {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeNumber.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneText {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoText {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeText {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneText.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoText.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeText.ColorMe {
    font-size: large;
  }
  #acct-trans-bar #statement-dates {
    min-width: 250px;
  }
  .search-input {
    width: 80% !important;
  }
  .dialog-estatements {
    width: 300px !important;
  }
  .fico-summary {
    border-left: 2px solid #003f5f;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header-overlay #logo-right img {
    float: right;
  }
  #header-overlay #logo-left img {
    float: right;
  }
  #header-quick-links {
    text-align: right;
  }
  #login-outer-container {
    padding-left: 50px !important;
  }
  #login-validation-container {
    width: 325px;
  }
  #mci-nav-bar .root-level-links ul.sub-level-container {
    min-height: 175px;
  }
  #mci-nav-bar .root-level-links ul.sub-level-container ul.split-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .alerts-anon .alert-critical {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(200, 16, 46, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc8102e, endColorstr=#ccc8102e) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-information {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(0, 125, 186, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc007dba, endColorstr=#cc007dba) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-warning {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(242, 169, 0, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2a900, endColorstr=#ccf2a900) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .alert-success {
    background: white !important;
    background: transparent\9 !important;
    background: rgba(39, 153, 137, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc279989, endColorstr=#cc279989) !important;
    zoom: 1 !important;
    color: white !important;
  }
  .alerts-anon .close {
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: white;
  }
  #enrollment-title {
    font-weight: bold;
  }
  #enrollment-title span.EnrollStepOneNumber {
    font-size: large;
  }
  #enrollment-title span.EnrollStepTwoNumber {
    font-size: large;
  }
  #enrollment-title span.EnrollStepThreeNumber {
    font-size: large;
  }
  #enrollment-title span.EnrollStepOneText {
    font-size: large;
  }
  #enrollment-title span.EnrollStepTwoText {
    font-size: large;
  }
  #enrollment-title span.EnrollStepThreeText {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepOneNumber.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepTwoNumber.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepThreeNumber.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepOneText.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepTwoText.ColorMe {
    font-size: large;
  }
  #enrollment-title span.OnEnrollStepThreeText.ColorMe {
    font-size: large;
  }
  .border-right {
    border-right: 1px solid #333333;
  }
  .border-left {
    border-left: 1px solid #333333;
  }
  .border-bottom {
    border-bottom: 1px solid #333333;
  }
  #ctl00_MainContent_dMakePaymentTitleBox {
    font-weight: bold;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneNumber {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneNumber.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoNumber {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoNumber.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeNumber {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeNumber.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneText {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoText {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeText {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneText.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoText.ColorMe {
    font-size: large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeText.ColorMe {
    font-size: large;
  }
  #acct-trans-bar #statement-dates {
    min-width: 250px;
  }
  #acct-trans-bar .search-transactions {
    max-width: 115px;
  }
  #acct-trans-bar .navbar-form {
    padding: 0 5px;
  }
  .search-input {
    width: 80% !important;
  }
  .dialog-estatements {
    width: 80% !important;
  }
  .estatements-list td {
    width: 50% !important;
  }
  .fico-summary {
    border-left: 2px solid #003f5f;
  }
}
@media (max-width: 767px) {
  #header-overlay-container {
    position: relative !important;
  }
  #header-overlay img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .headerlogo {
    min-height: 200px !important;
    background-position: top center !important;
    background-image: url('https://u-haul.mycardinfo.com/httphandlers/imageviewer.ashx?2');
  }
  #header {
    background-position: center 120px !important;
  }
  #mci-nav-bar .root-level-links > li.root-level {
    border-right: none !important;
    border-bottom: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  #mci-nav-bar .root-level-links ul.sub-level-links {
    font-size: 1.3em !important;
  }
  #mci-nav-bar .root-level-links ul.sub-level-links a {
    display: inline-block;
  }
  #mci-nav-bar .root-level-links ul.sub-level-container {
    padding: 10px 10px !important;
  }
  #mci-nav-bar .navbar-offcanvas {
    background-color: #0062a9;
  }
  #mci-nav-bar .navbar-toggle {
    float: left !important;
    margin-left: 10px !important;
    border-color: #0062a9;
    /*background-color: @site-nav-back-color;*/
  
  }
  #mci-nav-bar .navbar-toggle .icon-bar {
    background-color: #0062a9;
  }
  #login-outer-container {
    position: relative !important;
    top: auto !important;
    padding-left: 0px !important;
  }
  #login-inner-container {
    width: 100% !important;
  }
  .account-overview .payment-past .summary-container {
    padding-bottom: 0px !important;
  }
  .account-overview .current-balance-overlimit .summary-container {
    padding-bottom: 0px !important;
  }
  .account-overview .current-balance-overlimit #payment-message {
    min-height: 0px !important;
  }
  .account-overview .multiple-messages {
    padding-bottom: 12px;
  }
  .account-overview .message-container {
    padding: 0px 0px 8px 0px !important;
  }
  .account-overview .summary-item {
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 15px;
  }
  .account-overview .summary-item h4.title {
    font-size: 16px;
    float: left;
  }
  .account-overview .summary-item .amount {
    float: right;
    text-align: right;
    line-height: 25px;
  }
  .account-overview .summary-item .description {
    clear: both;
    padding-top: 6px;
  }
  .account-overview .summary-item .description div {
    display: inline;
  }
  .account-overview .summary-item .action button,
  .account-overview .summary-item .action input {
    font-size: 1.2em !important;
  }
  .account-overview .summary-spacer {
    height: 12px;
  }
  #footer-container {
    padding: 0px 30px !important;
  }
  #footer-container .footer-items .footer-item {
    padding: 10px 0px !important;
    border-right: none !important;
    border-bottom: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #footer-container .footer-items .last-child {
    text-align: left !important;
  }
  .alerts-anon div.alert {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #enrollment-title {
    font-weight: bold;
  }
  #enrollment-title span.EnrollStepOneNumber {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepTwoNumber {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepThreeNumber {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepOneText {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepTwoText {
    font-size: x-large;
  }
  #enrollment-title span.EnrollStepThreeText {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepOneNumber.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepTwoNumber.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepThreeNumber.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepOneText.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepTwoText.ColorMe {
    font-size: x-large;
  }
  #enrollment-title span.OnEnrollStepThreeText.ColorMe {
    font-size: x-large;
  }
  .border-right {
    border-right: 0px solid #333333;
  }
  .border-left {
    border-left: 0px solid #333333;
  }
  .border-bottom {
    border-bottom: 0px solid #333333;
  }
  #ctl00_MainContent_dMakePaymentTitleBox {
    font-weight: bold;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneNumber {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneNumber.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoNumber {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoNumber.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeNumber {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeNumber.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneText {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoText {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeText {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneText.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoText.ColorMe {
    font-size: x-large;
  }
  #ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeText.ColorMe {
    font-size: x-large;
  }
  input[type='text'],
  input[type='password'],
  input[type='number'],
  textarea,
  select {
    font-size: 16px !important;
  }
  .info-bubble-icon {
    font-size: 16px !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .account-summary .available {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .dialog-estatements {
    width: 96% !important;
  }
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .fico-summary {
    border-top: 2px solid #003f5f;
  }
  .fico-lockup {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 6px;
  }
}
/* Generic links */

a:link {
  color: blue;
}
a:visited {
  color: blue;
}
a:hover {
  color: blue;
}
a:active {
  color: blue;
}
/* V2 Styles */

.ie9 #header-overlay {
  filter: none !important;
  -ms-filter: none !important;
}
.ie9 #mci-nav-bar * {
  filter: none !important;
  -ms-filter: none !important;
}
.ie9 #make-payment-outer-container fieldset {
  min-width: 100%;
}
.btn-mci-primary {
  color: white !important;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%) !important;
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%) !important;
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0) !important;
  border-color: #005390 !important;
  border-bottom-color: #002743 !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.btn-mci-primary:hover,
.btn-mci-primary:focus,
.btn-mci-primary:active,
.btn-mci-primary.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
.btn-mci-primary.disabled,
.btn-mci-primary[disabled],
fieldset[disabled] .btn-mci-primary,
.btn-mci-primary.disabled:hover,
.btn-mci-primary[disabled]:hover,
fieldset[disabled] .btn-mci-primary:hover,
.btn-mci-primary.disabled:focus,
.btn-mci-primary[disabled]:focus,
fieldset[disabled] .btn-mci-primary:focus,
.btn-mci-primary.disabled:active,
.btn-mci-primary[disabled]:active,
fieldset[disabled] .btn-mci-primary:active,
.btn-mci-primary.disabled.active,
.btn-mci-primary[disabled].active,
fieldset[disabled] .btn-mci-primary.active {
  background-color: #0062a9;
  border-color: #005390;
}
.btn-mci-secondary {
  color: #333333 !important;
  background-image: -webkit-linear-gradient(top, #f78c21 0%, #f78c21 100%) !important;
  background-image: -o-linear-gradient(top, #f78c21 0%, #f78c21 100%) !important;
  background-image: linear-gradient(to bottom, #f78c21 0%, #f78c21 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff78c21', endColorstr='#fff78c21', GradientType=0) !important;
  border-color: #f67f09 !important;
  border-bottom-color: #ac5906 !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.btn-mci-secondary:hover,
.btn-mci-secondary:focus,
.btn-mci-secondary:active,
.btn-mci-secondary.active {
  background-image: -webkit-linear-gradient(top, #f78c21 0%, #f67f09 100%);
  background-image: -o-linear-gradient(top, #f78c21 0%, #f67f09 100%);
  background-image: linear-gradient(to bottom, #f78c21 0%, #f67f09 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff78c21', endColorstr='#fff67f09', GradientType=0);
  border-color: #dd7308;
  color: #333333;
}
.btn-mci-secondary.disabled,
.btn-mci-secondary[disabled],
fieldset[disabled] .btn-mci-secondary,
.btn-mci-secondary.disabled:hover,
.btn-mci-secondary[disabled]:hover,
fieldset[disabled] .btn-mci-secondary:hover,
.btn-mci-secondary.disabled:focus,
.btn-mci-secondary[disabled]:focus,
fieldset[disabled] .btn-mci-secondary:focus,
.btn-mci-secondary.disabled:active,
.btn-mci-secondary[disabled]:active,
fieldset[disabled] .btn-mci-secondary:active,
.btn-mci-secondary.disabled.active,
.btn-mci-secondary[disabled].active,
fieldset[disabled] .btn-mci-secondary.active {
  background-color: #f78c21;
  border-color: #f67f09;
}
.popover-title {
  color: white !important;
  background-color: #0062a9 !important;
  margin-top: 0px !important;
  font-weight: bold;
}
.popover-content {
  color: #333333;
  font-weight: normal;
}
.popover,
.form-control:focus {
  border-color: #0062a9;
  /* #66afe9;*/
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 98, 169, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 98, 169, 0.6);
}
.btn-wrap {
  white-space: normal !important;
}
#alerts-container {
  margin-top: 15px;
}
#alerts-container div.alert {
  margin-bottom: 8px;
  padding: 8px;
}
.alerts-anon div.alert {
  margin-left: 15px;
  margin-right: 15px;
}
.alert-critical {
  color: #c8102e;
  background-color: #f9e2e5;
  border-color: #ecaab4;
}
.alert-critical a {
  color: #c8102e;
}
.alert-critical button.close {
  color: #c8102e;
  opacity: 0.4;
}
.alert-warning {
  color: #f2a900;
  background-color: #fdf2e5;
  border-color: #fae0a5;
}
.alert-warning a {
  color: #f2a900;
}
.alert-warning button.close {
  color: #f2a900;
  opacity: 0.4;
}
.alert-information {
  color: #007dba;
  background-color: #e0eef7;
  border-color: #a5d1e6;
}
.alert-information a {
  color: #007dba;
}
.alert-information button.close {
  color: #007dba;
  opacity: 0.4;
}
.alert-success {
  color: #279989;
  background-color: #e1f2f1;
  border-color: #b2dbd5;
}
.alert-success a {
  color: #279989;
}
.alert-success button.close {
  color: #279989;
  opacity: 0.4;
}
.alert-estatement {
  color: #f2a900;
  background-color: #fdf2e5;
  border-color: #fae0a5;
}
.alert-estatement a {
  color: #f2a900;
}
.alert-estatement button.close {
  color: #f2a900;
  opacity: 0.4;
}
#navigation-container {
  padding-left: 0px;
  padding-right: 0px;
}
.row-relative {
  position: relative !important;
}
#header-overlay-container {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.header-authenticated {
  position: relative !important;
}
#header-overlay {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  -webkit-box-shadow: 0px 3px 2px -2px #c4c4c4;
  box-shadow: 0px 3px 2px -2px #c4c4c4;
}
.headerlogo {
  min-height: 115px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('https://u-haul.mycardinfo.com/httphandlers/imageviewer.ashx?2');
  background-size: auto;
}
.no-headerlogo {
  min-height: 115px;
  background-image: none;
  background-size: auto;
}
.authenticated-header-background {
  background-image: url('https://u-haul.mycardinfo.com/images/authenticated-header-background.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  position: absolute !important;
}
#mci-nav-bar.affix {
  position: fixed;
  top: 0px;
  width: 100%;
}
#mci-nav-bar {
  margin-bottom: 0px !important;
  border: none !important;
}
#mci-nav-bar .navbar-header {
  background: white;
  background: transparent\9;
  background: rgba(247, 140, 33, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6f78c21, endColorstr=#e6f78c21);
  zoom: 1;
}
#mci-nav-bar .root-level-links {
  width: 100%;
}
#mci-nav-bar .root-level-links li.root-level {
  border-right: 1px solid white;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
#mci-nav-bar .root-level-links li.root-level i {
  padding-left: 3px;
}
#mci-nav-bar .root-level-links li.root-level > a {
  background: white;
  background: transparent\9;
  background: rgba(247, 140, 33, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6f78c21, endColorstr=#e6f78c21);
  zoom: 1;
  color: white;
  font-variant: small-caps;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: lowercase;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container {
  background-color: #0062a9;
  border: none !important;
  padding: 20px 38px;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container h2 {
  padding: 0px 0px 10px 0px !important;
  margin: 0px !important;
  font-size: 1.4em;
  font-weight: bold;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container .category-container h2 {
  color: white;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container .featured-container {
  border-left: 1px solid white;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container .featured-container h2 {
  color: white;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container .featured-container .featured-text {
  color: white;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container ul.sub-level-links {
  padding-left: 0px !important;
  list-style: none;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container ul.sub-level-links li {
  list-style-type: none;
  margin-bottom: 4px;
}
#mci-nav-bar .root-level-links li.root-level ul.sub-level-container ul.sub-level-links li a {
  background: white;
  background: transparent\9;
  background: #0062a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9);
  zoom: 1;
  color: white;
  padding: 2px 4px;
  text-transform: none;
  font-variant: normal;
  display: inline-block;
  text-indent: -4px;
  font-weight: 'bold';
}
#mci-nav-bar .root-level-links li.root-level.selected > a {
  background: white;
  background: transparent\9;
  background: #0062a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9);
  zoom: 1;
  color: white;
}
#mci-nav-bar .root-level-links li.root-level.open > a {
  background: white;
  background: transparent\9;
  background: #0062a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9);
  zoom: 1;
  color: white;
}
#mci-nav-bar .root-level-links li.menu-end {
  border-right: none !important;
  float: none;
  overflow: hidden;
  min-height: 50px;
  background: white;
  background: transparent\9;
  background: rgba(247, 140, 33, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6f78c21, endColorstr=#e6f78c21);
  zoom: 1;
}
#header-quick-links a:link,
#header-quick-links a:visited,
#header-quick-links a:hover,
#header-quick-links a:active {
  color: blue;
}
#header-quick-links ul {
  margin: 0px;
  padding: 0px;
}
#header-quick-links ul li {
  display: inline;
  list-style-type: none;
  margin-left: 14px;
  font-variant: small-caps;
}
#header-quick-links i {
  margin-right: 3px;
}
#login-outer-container {
  position: absolute;
  top: 140px;
  z-index: 1;
}
#login-inner-container {
  width: 325px;
}
.input-container {
  padding-bottom: 12px;
}
.bottom-margin {
  margin-bottom: 25px;
}
#login-box {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  padding: 30px;
  color: #333333;
}
#login-box a {
  color: blue;
}
#login-box #login-title {
  color: #333333;
  font-weight: bold;
}
#login-box #remember-me-container {
  padding-top: 4px;
}
#login-box input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#login-box input[type="submit"]:hover,
#login-box input[type="submit"]:focus,
#login-box input[type="submit"]:active,
#login-box input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#login-box input[type="submit"].disabled,
#login-box input[type="submit"][disabled],
fieldset[disabled] #login-box input[type="submit"],
#login-box input[type="submit"].disabled:hover,
#login-box input[type="submit"][disabled]:hover,
fieldset[disabled] #login-box input[type="submit"]:hover,
#login-box input[type="submit"].disabled:focus,
#login-box input[type="submit"][disabled]:focus,
fieldset[disabled] #login-box input[type="submit"]:focus,
#login-box input[type="submit"].disabled:active,
#login-box input[type="submit"][disabled]:active,
fieldset[disabled] #login-box input[type="submit"]:active,
#login-box input[type="submit"].disabled.active,
#login-box input[type="submit"][disabled].active,
fieldset[disabled] #login-box input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #login-box input[type="submit"] {
    font-size: 1.1em !important;
  }
}
#login-box .g-recaptcha {
  transform: scale(0.86);
  -webkit-transform: scale(0.86);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#login-box:nth-child(n) {
  filter: none;
}
#login-validation-container {
  margin-top: 15px;
}
.last-login {
  margin-top: 20px;
  text-align: right;
}
.last-login .text {
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  .last-login .text {
    font-size: 1.1em !important;
  }
}
input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"],
input[type="submit"].disabled:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] input[type="submit"]:hover,
input[type="submit"].disabled:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] input[type="submit"]:focus,
input[type="submit"].disabled:active,
input[type="submit"][disabled]:active,
fieldset[disabled] input[type="submit"]:active,
input[type="submit"].disabled.active,
input[type="submit"][disabled].active,
fieldset[disabled] input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
#autoPayFlagTable-container td:first-child {
  width: 30%;
}
#sessionTimeoutH2 {
  clear: both;
  float: left;
}
/*Enroll Area*/

#ctl00_MainContent_dgEnrollCriteria_ctl02_lblEnrollDesc {
  font-size: x-small;
}
#enrollment-outer-container {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
#enrollment-inner-container {
  width: 100%;
  padding-top: 25px;
}
#enrollment-box-StepOne {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  padding: 30px;
  background-color: #bfbfbf;
}
#enrollment-box-StepOne input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#enrollment-box-StepOne input[type="submit"]:hover,
#enrollment-box-StepOne input[type="submit"]:focus,
#enrollment-box-StepOne input[type="submit"]:active,
#enrollment-box-StepOne input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#enrollment-box-StepOne input[type="submit"].disabled,
#enrollment-box-StepOne input[type="submit"][disabled],
fieldset[disabled] #enrollment-box-StepOne input[type="submit"],
#enrollment-box-StepOne input[type="submit"].disabled:hover,
#enrollment-box-StepOne input[type="submit"][disabled]:hover,
fieldset[disabled] #enrollment-box-StepOne input[type="submit"]:hover,
#enrollment-box-StepOne input[type="submit"].disabled:focus,
#enrollment-box-StepOne input[type="submit"][disabled]:focus,
fieldset[disabled] #enrollment-box-StepOne input[type="submit"]:focus,
#enrollment-box-StepOne input[type="submit"].disabled:active,
#enrollment-box-StepOne input[type="submit"][disabled]:active,
fieldset[disabled] #enrollment-box-StepOne input[type="submit"]:active,
#enrollment-box-StepOne input[type="submit"].disabled.active,
#enrollment-box-StepOne input[type="submit"][disabled].active,
fieldset[disabled] #enrollment-box-StepOne input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #enrollment-box-StepOne input[type="submit"] {
    font-size: 1.1em !important;
  }
}
#enrollment-box-StepOne .enrollmentTable {
  background-color: transparent;
}
#enrollment-box-StepOne .enrollmentTable tr {
  background-color: transparent;
  padding-bottom: 15px;
}
#enrollment-box-StepOne .enrollmentTable tr td {
  background-color: transparent;
  padding-bottom: 15px;
}
#Enrollment-Box-StepTwo {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  padding: 30px;
  background-color: #bfbfbf;
}
#Enrollment-Box-StepTwo input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#Enrollment-Box-StepTwo input[type="submit"]:hover,
#Enrollment-Box-StepTwo input[type="submit"]:focus,
#Enrollment-Box-StepTwo input[type="submit"]:active,
#Enrollment-Box-StepTwo input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#Enrollment-Box-StepTwo input[type="submit"].disabled,
#Enrollment-Box-StepTwo input[type="submit"][disabled],
fieldset[disabled] #Enrollment-Box-StepTwo input[type="submit"],
#Enrollment-Box-StepTwo input[type="submit"].disabled:hover,
#Enrollment-Box-StepTwo input[type="submit"][disabled]:hover,
fieldset[disabled] #Enrollment-Box-StepTwo input[type="submit"]:hover,
#Enrollment-Box-StepTwo input[type="submit"].disabled:focus,
#Enrollment-Box-StepTwo input[type="submit"][disabled]:focus,
fieldset[disabled] #Enrollment-Box-StepTwo input[type="submit"]:focus,
#Enrollment-Box-StepTwo input[type="submit"].disabled:active,
#Enrollment-Box-StepTwo input[type="submit"][disabled]:active,
fieldset[disabled] #Enrollment-Box-StepTwo input[type="submit"]:active,
#Enrollment-Box-StepTwo input[type="submit"].disabled.active,
#Enrollment-Box-StepTwo input[type="submit"][disabled].active,
fieldset[disabled] #Enrollment-Box-StepTwo input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #Enrollment-Box-StepTwo input[type="submit"] {
    font-size: 1.1em !important;
  }
}
#Enrollment-Box-StepTwo .enrollmentTable {
  background-color: transparent;
}
#Enrollment-Box-StepTwo .enrollmentTable tr {
  background-color: transparent;
  padding-bottom: 25px;
}
#Enrollment-Box-StepTwo .enrollmentTable tr td {
  background-color: transparent;
  padding-bottom: 25px;
}
#Enrollment-Box-StepThree {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  padding: 30px;
  background-color: #bfbfbf;
}
#Enrollment-Box-StepThree input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#Enrollment-Box-StepThree input[type="submit"]:hover,
#Enrollment-Box-StepThree input[type="submit"]:focus,
#Enrollment-Box-StepThree input[type="submit"]:active,
#Enrollment-Box-StepThree input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#Enrollment-Box-StepThree input[type="submit"].disabled,
#Enrollment-Box-StepThree input[type="submit"][disabled],
fieldset[disabled] #Enrollment-Box-StepThree input[type="submit"],
#Enrollment-Box-StepThree input[type="submit"].disabled:hover,
#Enrollment-Box-StepThree input[type="submit"][disabled]:hover,
fieldset[disabled] #Enrollment-Box-StepThree input[type="submit"]:hover,
#Enrollment-Box-StepThree input[type="submit"].disabled:focus,
#Enrollment-Box-StepThree input[type="submit"][disabled]:focus,
fieldset[disabled] #Enrollment-Box-StepThree input[type="submit"]:focus,
#Enrollment-Box-StepThree input[type="submit"].disabled:active,
#Enrollment-Box-StepThree input[type="submit"][disabled]:active,
fieldset[disabled] #Enrollment-Box-StepThree input[type="submit"]:active,
#Enrollment-Box-StepThree input[type="submit"].disabled.active,
#Enrollment-Box-StepThree input[type="submit"][disabled].active,
fieldset[disabled] #Enrollment-Box-StepThree input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #Enrollment-Box-StepThree input[type="submit"] {
    font-size: 1.1em !important;
  }
}
#Enrollment-Box-StepThree .enrollmentTable {
  background-color: transparent;
}
#Enrollment-Box-StepThree .enrollmentTable tr {
  background-color: transparent;
  padding-bottom: 25px;
}
#Enrollment-Box-StepThree .enrollmentTable tr td {
  background-color: transparent;
  padding-bottom: 25px;
}
#ctl00_MainContent_dgEnrollCriteria {
  width: 100%;
}
#RadAuthorizeComputer {
  font-weight: bold;
}
#enrollment-title span.EnrollStepOneNumber {
  color: #333333;
  opacity: .4;
  padding-right: 10px;
}
#enrollment-title span.EnrollStepTwoNumber {
  color: #333333;
  opacity: .4;
  padding-right: 10px;
}
#enrollment-title span.EnrollStepThreeNumber {
  color: #333333;
  opacity: .4;
  padding-right: 10px;
}
#enrollment-title span.EnrollStepOneText {
  color: #333333;
  opacity: .4;
}
#enrollment-title span.EnrollStepTwoText {
  color: #333333;
  opacity: .4;
}
#enrollment-title span.EnrollStepThreeText {
  color: #333333;
  opacity: .4;
}
#enrollment-title span.OnEnrollStepOneNumber.ColorMe {
  color: #333333;
  padding-right: 10px;
}
#enrollment-title span.OnEnrollStepTwoNumber.ColorMe {
  color: #333333;
  padding-right: 10px;
}
#enrollment-title span.OnEnrollStepThreeNumber.ColorMe {
  color: #333333;
  padding-right: 10px;
}
#enrollment-title span.OnEnrollStepOneText.ColorMe {
  color: #333333;
  padding-left: 0px;
}
#enrollment-title span.OnEnrollStepTwoText.ColorMe {
  color: #333333;
}
#enrollment-title span.OnEnrollStepThreeText.ColorMe {
  color: #333333;
}
#UserNavTable {
  position: relative;
}
/*Enroll Area End*/

/*Make Payment Area Start*/

#make-payment-outer-container {
  position: relative;
}
#make-payment-box-StepOne {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  padding: 30px;
  background-color: #f78c21;
}
#make-payment-box-StepOne input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#make-payment-box-StepOne input[type="submit"]:hover,
#make-payment-box-StepOne input[type="submit"]:focus,
#make-payment-box-StepOne input[type="submit"]:active,
#make-payment-box-StepOne input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#make-payment-box-StepOne input[type="submit"].disabled,
#make-payment-box-StepOne input[type="submit"][disabled],
fieldset[disabled] #make-payment-box-StepOne input[type="submit"],
#make-payment-box-StepOne input[type="submit"].disabled:hover,
#make-payment-box-StepOne input[type="submit"][disabled]:hover,
fieldset[disabled] #make-payment-box-StepOne input[type="submit"]:hover,
#make-payment-box-StepOne input[type="submit"].disabled:focus,
#make-payment-box-StepOne input[type="submit"][disabled]:focus,
fieldset[disabled] #make-payment-box-StepOne input[type="submit"]:focus,
#make-payment-box-StepOne input[type="submit"].disabled:active,
#make-payment-box-StepOne input[type="submit"][disabled]:active,
fieldset[disabled] #make-payment-box-StepOne input[type="submit"]:active,
#make-payment-box-StepOne input[type="submit"].disabled.active,
#make-payment-box-StepOne input[type="submit"][disabled].active,
fieldset[disabled] #make-payment-box-StepOne input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #make-payment-box-StepOne input[type="submit"] {
    font-size: 1.1em !important;
  }
}
#make-payment-box-StepOne .makepaymentTable {
  background-color: transparent;
  padding-bottom: 25px;
}
#divFinalSuccessConfirmation {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-right: 0px;
  margin-left: 0px;
  color: white;
  background-color: #39aa9c;
}
.makepaymentheader {
  margin-bottom: 10px;
}
.table.noBackground {
  background-color: transparent;
}
.table.noBackground tr td {
  background-color: transparent;
}
.bottom-row {
  margin-top: 30px;
}
.border-right {
  margin-right: 0px;
  padding-right: 14px;
}
.border-left {
  margin-left: 0px;
  padding-left: 14px;
}
.border-bottom {
  margin-bottom: 0px;
  padding-bottom: 24px;
}
#make-payment-Box-step-two {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  padding: 30px;
  background-color: #f78c21;
}
#make-payment-Box-step-two input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#make-payment-Box-step-two input[type="submit"]:hover,
#make-payment-Box-step-two input[type="submit"]:focus,
#make-payment-Box-step-two input[type="submit"]:active,
#make-payment-Box-step-two input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#make-payment-Box-step-two input[type="submit"].disabled,
#make-payment-Box-step-two input[type="submit"][disabled],
fieldset[disabled] #make-payment-Box-step-two input[type="submit"],
#make-payment-Box-step-two input[type="submit"].disabled:hover,
#make-payment-Box-step-two input[type="submit"][disabled]:hover,
fieldset[disabled] #make-payment-Box-step-two input[type="submit"]:hover,
#make-payment-Box-step-two input[type="submit"].disabled:focus,
#make-payment-Box-step-two input[type="submit"][disabled]:focus,
fieldset[disabled] #make-payment-Box-step-two input[type="submit"]:focus,
#make-payment-Box-step-two input[type="submit"].disabled:active,
#make-payment-Box-step-two input[type="submit"][disabled]:active,
fieldset[disabled] #make-payment-Box-step-two input[type="submit"]:active,
#make-payment-Box-step-two input[type="submit"].disabled.active,
#make-payment-Box-step-two input[type="submit"][disabled].active,
fieldset[disabled] #make-payment-Box-step-two input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #make-payment-Box-step-two input[type="submit"] {
    font-size: 1.1em !important;
  }
}
#make-payment-Box-step-two .makepaymentTable {
  background-color: transparent;
  padding-bottom: 25px;
}
#make-payment-box-step-three {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  zoom: 1;
  padding: 30px;
  background-color: #f78c21;
}
#make-payment-box-step-three input[type="submit"] {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#make-payment-box-step-three input[type="submit"]:hover,
#make-payment-box-step-three input[type="submit"]:focus,
#make-payment-box-step-three input[type="submit"]:active,
#make-payment-box-step-three input[type="submit"].active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#make-payment-box-step-three input[type="submit"].disabled,
#make-payment-box-step-three input[type="submit"][disabled],
fieldset[disabled] #make-payment-box-step-three input[type="submit"],
#make-payment-box-step-three input[type="submit"].disabled:hover,
#make-payment-box-step-three input[type="submit"][disabled]:hover,
fieldset[disabled] #make-payment-box-step-three input[type="submit"]:hover,
#make-payment-box-step-three input[type="submit"].disabled:focus,
#make-payment-box-step-three input[type="submit"][disabled]:focus,
fieldset[disabled] #make-payment-box-step-three input[type="submit"]:focus,
#make-payment-box-step-three input[type="submit"].disabled:active,
#make-payment-box-step-three input[type="submit"][disabled]:active,
fieldset[disabled] #make-payment-box-step-three input[type="submit"]:active,
#make-payment-box-step-three input[type="submit"].disabled.active,
#make-payment-box-step-three input[type="submit"][disabled].active,
fieldset[disabled] #make-payment-box-step-three input[type="submit"].active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #make-payment-box-step-three input[type="submit"] {
    font-size: 1.1em !important;
  }
}
#make-payment-box-step-three .makepaymentTable {
  background-color: transparent;
  padding-bottom: 25px;
}
#make-payment-box-step-two-2 h3 span {
  color: white !important;
}
#ctl00_MainContent_dMakePaymentTitleBox {
  font-weight: bold;
}
#ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneNumber {
  color: #333333;
  opacity: .4;
  padding-right: 10px;
}
#ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneNumber.ColorMe {
  color: #333333;
  padding-right: 10px;
}
#ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoNumber {
  color: #333333;
  opacity: .4;
  padding-right: 10px;
}
#ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoNumber.ColorMe {
  color: #333333;
  padding-right: 10px;
}
#ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeNumber {
  color: #333333;
  opacity: .4;
  padding-right: 10px;
}
#ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeNumber.ColorMe {
  color: #333333;
  padding-right: 10px;
}
#ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepOneText {
  color: #333333;
  opacity: .4;
}
#ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepTwoText {
  color: #333333;
  opacity: .4;
}
#ctl00_MainContent_dMakePaymentTitleBox span.MakePaymentStepThreeText {
  color: #333333;
  opacity: .4;
}
#ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepOneText.ColorMe {
  color: #333333;
}
#ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepTwoText.ColorMe {
  color: #333333;
}
#ctl00_MainContent_dMakePaymentTitleBox span.OnMakePaymentStepThreeText.ColorMe {
  color: #333333;
}
/*Make Payment Area End*/

.info-bubble-icon {
  color: #0062a9;
  padding: 3px;
  font-size: 14px;
}
.alert-validation {
  background: white;
  background: transparent\9;
  background: rgba(206, 17, 38, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccce1126, endColorstr=#ccce1126);
  zoom: 1;
  font-weight: bold;
}
#content-footer-separator .row div {
  height: 12px;
  background-color: #f78c21;
}
#content-footer-separator.authenticated {
  margin-top: 25px;
}
#header-content-separator .row div {
  height: 12px;
  background-color: #0062a9;
}
.disclaimer {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 0.9em;
}
#user-summary {
  margin-bottom: 20px;
}
#user-summary h2 {
  font-size: 25px;
  font-weight: bold;
  color: black;
}
#user-summary h3 {
  font-size: 14px;
  margin-top: 10px;
  color: #0062a9;
  font-weight: bold;
}
#user-summary select {
  padding: 3px;
}
.account-overview .summary-container {
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.account-overview .message-container {
  padding-top: 8px;
}
.account-overview .payment-past .summary-container {
  padding: 15px;
  background-image: -webkit-linear-gradient(top, #cd1025 0%, #b50e21 100%);
  background-image: -o-linear-gradient(top, #cd1025 0%, #b50e21 100%);
  background-image: linear-gradient(to bottom, #cd1025 0%, #b50e21 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd1025', endColorstr='#ffb50e21', GradientType=0);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.account-overview .payment-past #payment-message {
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}
.account-overview .payment-past #current-payment .amount span {
  color: #cd1025 !important;
}
.account-overview #payment-message {
  font-weight: bold;
  color: #cd1025;
  text-align: left;
}
.account-overview .current-balance-overlimit .summary-container {
  padding: 15px;
  background-image: -webkit-linear-gradient(top, #cd1025 0%, #b50e21 100%);
  background-image: -o-linear-gradient(top, #cd1025 0%, #b50e21 100%);
  background-image: linear-gradient(to bottom, #cd1025 0%, #b50e21 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd1025', endColorstr='#ffb50e21', GradientType=0);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.account-overview .current-balance-overlimit #current-balance-message {
  text-align: left;
  color: white;
  font-weight: bold;
}
.account-overview .current-balance-overlimit #payment-message {
  color: white;
}
.account-overview #current-balance-message {
  font-weight: bold;
  color: #cd1025;
  text-align: left;
}
.account-overview .summary-item {
  padding: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-height: 175px;
}
.account-overview .summary-item h4.title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0px;
}
.account-overview .summary-item .amount {
  font-size: 35px;
  font-weight: bold;
}
.account-overview .summary-item .description {
  margin-bottom: 8px;
}
.account-overview .summary-item .action button,
.account-overview .summary-item .action input,
.account-overview .summary-item .action a.btn {
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  .account-overview .summary-item .action button,
  .account-overview .summary-item .action input,
  .account-overview .summary-item .action a.btn {
    font-size: 1.1em !important;
  }
}
.account-overview #current-balance {
  background-color: whitesmoke;
}
.account-overview #current-balance h4.title {
  color: #0062a9;
}
.account-overview #current-balance .amount {
  color: #333333;
}
.account-overview #current-balance .description {
  color: black;
}
.account-overview #current-balance .action button,
.account-overview #current-balance .action input,
.account-overview #current-balance .action a.btn {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.account-overview #current-balance .action button:hover,
.account-overview #current-balance .action input:hover,
.account-overview #current-balance .action a.btn:hover,
.account-overview #current-balance .action button:focus,
.account-overview #current-balance .action input:focus,
.account-overview #current-balance .action a.btn:focus,
.account-overview #current-balance .action button:active,
.account-overview #current-balance .action input:active,
.account-overview #current-balance .action a.btn:active,
.account-overview #current-balance .action button.active,
.account-overview #current-balance .action input.active,
.account-overview #current-balance .action a.btn.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
.account-overview #current-balance .action button.disabled,
.account-overview #current-balance .action input.disabled,
.account-overview #current-balance .action a.btn.disabled,
.account-overview #current-balance .action button[disabled],
.account-overview #current-balance .action input[disabled],
.account-overview #current-balance .action a.btn[disabled],
fieldset[disabled] .account-overview #current-balance .action button,
fieldset[disabled] .account-overview #current-balance .action input,
fieldset[disabled] .account-overview #current-balance .action a.btn,
.account-overview #current-balance .action button.disabled:hover,
.account-overview #current-balance .action input.disabled:hover,
.account-overview #current-balance .action a.btn.disabled:hover,
.account-overview #current-balance .action button[disabled]:hover,
.account-overview #current-balance .action input[disabled]:hover,
.account-overview #current-balance .action a.btn[disabled]:hover,
fieldset[disabled] .account-overview #current-balance .action button:hover,
fieldset[disabled] .account-overview #current-balance .action input:hover,
fieldset[disabled] .account-overview #current-balance .action a.btn:hover,
.account-overview #current-balance .action button.disabled:focus,
.account-overview #current-balance .action input.disabled:focus,
.account-overview #current-balance .action a.btn.disabled:focus,
.account-overview #current-balance .action button[disabled]:focus,
.account-overview #current-balance .action input[disabled]:focus,
.account-overview #current-balance .action a.btn[disabled]:focus,
fieldset[disabled] .account-overview #current-balance .action button:focus,
fieldset[disabled] .account-overview #current-balance .action input:focus,
fieldset[disabled] .account-overview #current-balance .action a.btn:focus,
.account-overview #current-balance .action button.disabled:active,
.account-overview #current-balance .action input.disabled:active,
.account-overview #current-balance .action a.btn.disabled:active,
.account-overview #current-balance .action button[disabled]:active,
.account-overview #current-balance .action input[disabled]:active,
.account-overview #current-balance .action a.btn[disabled]:active,
fieldset[disabled] .account-overview #current-balance .action button:active,
fieldset[disabled] .account-overview #current-balance .action input:active,
fieldset[disabled] .account-overview #current-balance .action a.btn:active,
.account-overview #current-balance .action button.disabled.active,
.account-overview #current-balance .action input.disabled.active,
.account-overview #current-balance .action a.btn.disabled.active,
.account-overview #current-balance .action button[disabled].active,
.account-overview #current-balance .action input[disabled].active,
.account-overview #current-balance .action a.btn[disabled].active,
fieldset[disabled] .account-overview #current-balance .action button.active,
fieldset[disabled] .account-overview #current-balance .action input.active,
fieldset[disabled] .account-overview #current-balance .action a.btn.active {
  background-color: #0062a9;
  border-color: #005390;
}
.account-overview #statement-balance {
  background-color: whitesmoke;
}
.account-overview #statement-balance h4.title {
  color: #0062a9;
}
.account-overview #statement-balance .amount {
  color: #333333;
}
.account-overview #statement-balance .description {
  color: black;
}
.account-overview #statement-balance .action button,
.account-overview #statement-balance .action input,
.account-overview #statement-balance .action a.btn {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.account-overview #statement-balance .action button:hover,
.account-overview #statement-balance .action input:hover,
.account-overview #statement-balance .action a.btn:hover,
.account-overview #statement-balance .action button:focus,
.account-overview #statement-balance .action input:focus,
.account-overview #statement-balance .action a.btn:focus,
.account-overview #statement-balance .action button:active,
.account-overview #statement-balance .action input:active,
.account-overview #statement-balance .action a.btn:active,
.account-overview #statement-balance .action button.active,
.account-overview #statement-balance .action input.active,
.account-overview #statement-balance .action a.btn.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
.account-overview #statement-balance .action button.disabled,
.account-overview #statement-balance .action input.disabled,
.account-overview #statement-balance .action a.btn.disabled,
.account-overview #statement-balance .action button[disabled],
.account-overview #statement-balance .action input[disabled],
.account-overview #statement-balance .action a.btn[disabled],
fieldset[disabled] .account-overview #statement-balance .action button,
fieldset[disabled] .account-overview #statement-balance .action input,
fieldset[disabled] .account-overview #statement-balance .action a.btn,
.account-overview #statement-balance .action button.disabled:hover,
.account-overview #statement-balance .action input.disabled:hover,
.account-overview #statement-balance .action a.btn.disabled:hover,
.account-overview #statement-balance .action button[disabled]:hover,
.account-overview #statement-balance .action input[disabled]:hover,
.account-overview #statement-balance .action a.btn[disabled]:hover,
fieldset[disabled] .account-overview #statement-balance .action button:hover,
fieldset[disabled] .account-overview #statement-balance .action input:hover,
fieldset[disabled] .account-overview #statement-balance .action a.btn:hover,
.account-overview #statement-balance .action button.disabled:focus,
.account-overview #statement-balance .action input.disabled:focus,
.account-overview #statement-balance .action a.btn.disabled:focus,
.account-overview #statement-balance .action button[disabled]:focus,
.account-overview #statement-balance .action input[disabled]:focus,
.account-overview #statement-balance .action a.btn[disabled]:focus,
fieldset[disabled] .account-overview #statement-balance .action button:focus,
fieldset[disabled] .account-overview #statement-balance .action input:focus,
fieldset[disabled] .account-overview #statement-balance .action a.btn:focus,
.account-overview #statement-balance .action button.disabled:active,
.account-overview #statement-balance .action input.disabled:active,
.account-overview #statement-balance .action a.btn.disabled:active,
.account-overview #statement-balance .action button[disabled]:active,
.account-overview #statement-balance .action input[disabled]:active,
.account-overview #statement-balance .action a.btn[disabled]:active,
fieldset[disabled] .account-overview #statement-balance .action button:active,
fieldset[disabled] .account-overview #statement-balance .action input:active,
fieldset[disabled] .account-overview #statement-balance .action a.btn:active,
.account-overview #statement-balance .action button.disabled.active,
.account-overview #statement-balance .action input.disabled.active,
.account-overview #statement-balance .action a.btn.disabled.active,
.account-overview #statement-balance .action button[disabled].active,
.account-overview #statement-balance .action input[disabled].active,
.account-overview #statement-balance .action a.btn[disabled].active,
fieldset[disabled] .account-overview #statement-balance .action button.active,
fieldset[disabled] .account-overview #statement-balance .action input.active,
fieldset[disabled] .account-overview #statement-balance .action a.btn.active {
  background-color: #0062a9;
  border-color: #005390;
}
.account-overview #current-payment {
  background-color: whitesmoke;
}
.account-overview #current-payment h4.title {
  color: #0062a9;
}
.account-overview #current-payment .amount {
  color: #333333;
}
.account-overview #current-payment .description {
  color: black;
}
.account-overview #current-payment .action button,
.account-overview #current-payment .action input,
.account-overview #current-payment .action a.btn {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.account-overview #current-payment .action button:hover,
.account-overview #current-payment .action input:hover,
.account-overview #current-payment .action a.btn:hover,
.account-overview #current-payment .action button:focus,
.account-overview #current-payment .action input:focus,
.account-overview #current-payment .action a.btn:focus,
.account-overview #current-payment .action button:active,
.account-overview #current-payment .action input:active,
.account-overview #current-payment .action a.btn:active,
.account-overview #current-payment .action button.active,
.account-overview #current-payment .action input.active,
.account-overview #current-payment .action a.btn.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
.account-overview #current-payment .action button.disabled,
.account-overview #current-payment .action input.disabled,
.account-overview #current-payment .action a.btn.disabled,
.account-overview #current-payment .action button[disabled],
.account-overview #current-payment .action input[disabled],
.account-overview #current-payment .action a.btn[disabled],
fieldset[disabled] .account-overview #current-payment .action button,
fieldset[disabled] .account-overview #current-payment .action input,
fieldset[disabled] .account-overview #current-payment .action a.btn,
.account-overview #current-payment .action button.disabled:hover,
.account-overview #current-payment .action input.disabled:hover,
.account-overview #current-payment .action a.btn.disabled:hover,
.account-overview #current-payment .action button[disabled]:hover,
.account-overview #current-payment .action input[disabled]:hover,
.account-overview #current-payment .action a.btn[disabled]:hover,
fieldset[disabled] .account-overview #current-payment .action button:hover,
fieldset[disabled] .account-overview #current-payment .action input:hover,
fieldset[disabled] .account-overview #current-payment .action a.btn:hover,
.account-overview #current-payment .action button.disabled:focus,
.account-overview #current-payment .action input.disabled:focus,
.account-overview #current-payment .action a.btn.disabled:focus,
.account-overview #current-payment .action button[disabled]:focus,
.account-overview #current-payment .action input[disabled]:focus,
.account-overview #current-payment .action a.btn[disabled]:focus,
fieldset[disabled] .account-overview #current-payment .action button:focus,
fieldset[disabled] .account-overview #current-payment .action input:focus,
fieldset[disabled] .account-overview #current-payment .action a.btn:focus,
.account-overview #current-payment .action button.disabled:active,
.account-overview #current-payment .action input.disabled:active,
.account-overview #current-payment .action a.btn.disabled:active,
.account-overview #current-payment .action button[disabled]:active,
.account-overview #current-payment .action input[disabled]:active,
.account-overview #current-payment .action a.btn[disabled]:active,
fieldset[disabled] .account-overview #current-payment .action button:active,
fieldset[disabled] .account-overview #current-payment .action input:active,
fieldset[disabled] .account-overview #current-payment .action a.btn:active,
.account-overview #current-payment .action button.disabled.active,
.account-overview #current-payment .action input.disabled.active,
.account-overview #current-payment .action a.btn.disabled.active,
.account-overview #current-payment .action button[disabled].active,
.account-overview #current-payment .action input[disabled].active,
.account-overview #current-payment .action a.btn[disabled].active,
fieldset[disabled] .account-overview #current-payment .action button.active,
fieldset[disabled] .account-overview #current-payment .action input.active,
fieldset[disabled] .account-overview #current-payment .action a.btn.active {
  background-color: #0062a9;
  border-color: #005390;
}
#rewards-container {
  background-color: #f78c21;
  border-radius: 6px;
  overflow: hidden;
  min-height: 175px;
  padding: 0px;
}
#rewards-container .header {
  background-color: #0062a9;
  color: white;
  font-weight: bold;
  padding: 5px;
}
#rewards-container .body {
  padding: 10px 20px;
  text-align: left;
  font-size: 1em;
  min-height: 92px;
}
#rewards-container .body ul {
  padding: 0px;
  margin: 0px;
}
#rewards-container .body ul li {
  list-style: none;
}
#rewards-container .body ul li span.text {
  font-size: 0.9em;
  font-weight: bold;
  margin-right: 5px;
}
#rewards-container .body ul li.program {
  color: #333333;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: 54.901960784%;
}
#rewards-container .body ul li.program:first-child {
  border: none !important;
}
#rewards-container .body ul li.points .text {
  color: #333333;
}
#rewards-container .body ul li.points .value {
  color: #333333;
  font-size: 1.2em;
  font-weight: bold;
}
#rewards-container .body ul li.expamount,
#rewards-container .body ul li.expdate {
  color: #333333;
}
#rewards-container .footer {
  padding: 6px;
  text-align: center;
  font-size: 1em;
  color: #333333;
}
#rewards-container .footer a,
#rewards-container .footer input {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
#rewards-container .footer a:hover,
#rewards-container .footer input:hover,
#rewards-container .footer a:focus,
#rewards-container .footer input:focus,
#rewards-container .footer a:active,
#rewards-container .footer input:active,
#rewards-container .footer a.active,
#rewards-container .footer input.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#rewards-container .footer a.disabled,
#rewards-container .footer input.disabled,
#rewards-container .footer a[disabled],
#rewards-container .footer input[disabled],
fieldset[disabled] #rewards-container .footer a,
fieldset[disabled] #rewards-container .footer input,
#rewards-container .footer a.disabled:hover,
#rewards-container .footer input.disabled:hover,
#rewards-container .footer a[disabled]:hover,
#rewards-container .footer input[disabled]:hover,
fieldset[disabled] #rewards-container .footer a:hover,
fieldset[disabled] #rewards-container .footer input:hover,
#rewards-container .footer a.disabled:focus,
#rewards-container .footer input.disabled:focus,
#rewards-container .footer a[disabled]:focus,
#rewards-container .footer input[disabled]:focus,
fieldset[disabled] #rewards-container .footer a:focus,
fieldset[disabled] #rewards-container .footer input:focus,
#rewards-container .footer a.disabled:active,
#rewards-container .footer input.disabled:active,
#rewards-container .footer a[disabled]:active,
#rewards-container .footer input[disabled]:active,
fieldset[disabled] #rewards-container .footer a:active,
fieldset[disabled] #rewards-container .footer input:active,
#rewards-container .footer a.disabled.active,
#rewards-container .footer input.disabled.active,
#rewards-container .footer a[disabled].active,
#rewards-container .footer input[disabled].active,
fieldset[disabled] #rewards-container .footer a.active,
fieldset[disabled] #rewards-container .footer input.active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  #rewards-container .footer a,
  #rewards-container .footer input {
    font-size: 1.1em !important;
  }
}
.pending-header,
.posted-header {
  background-color: #f78c21;
  border-top: 1px solid #f78c21;
  border-bottom: 1px solid #f78c21;
  padding: 8px;
}
.pending-header a,
.posted-header a {
  margin-right: 2px;
  color: black;
}
.pending-header a i,
.posted-header a i {
  color: #0062a9;
}
.pending-header a:hover,
.posted-header a:hover,
.pending-header a:focus,
.posted-header a:focus {
  color: black;
  text-decoration: none;
}
.pending-header .info,
.posted-header .info {
  color: black;
  text-align: right;
}
.ie9 .pending-header,
.ie9 .posted-header {
  float: left;
  width: 100%;
  zoom: 1;
}
.posted-footer {
  padding: 8px;
  text-align: center;
  background-color: white;
  border-bottom: 1px solid #f78c21;
}
.posted-footer a {
  color: #0062a9;
}
.transactions-header .recent {
  text-align: left;
}
.transactions-header .print-view {
  text-align: right;
}
.transactions-header .print-view a {
  margin-left: 14px;
}
.transactions-header .print-view i {
  color: #0062a9;
}
.pager-text {
  padding: 0px 3px;
}
.posted-trans-container,
.pending-auths-container {
  text-align: left;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.posted-content {
  margin-bottom: 0px;
}
.pending-content {
  display: none;
}
.tbl-generic thead {
  background-color: #0062a9;
  background-image: none;
  color: #f78c21;
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

  border-top: none !important;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  .tbl-generic thead {
    font-size: 1.1em !important;
  }
}
.tbl-generic thead a {
  color: #f78c21;
}
.tbl-generic th {
  background-color: #0062a9;
  background-image: none;
  color: #f78c21;
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

  border-top: none !important;
  text-align: left;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  .tbl-generic th {
    font-size: 1.1em !important;
  }
}
.tbl-generic th a {
  color: #f78c21;
}
.tbl-generic .fa {
  margin-right: 4px;
}
/*
.tbl-posted {
    td:first-child {
        text-align: center;
    }
}
*/

.tbl-pending,
.tbl-posted {
  margin-bottom: 0px !important;
}
.tbl-pending tr.empty,
.tbl-posted tr.empty {
  text-align: left;
}
.tbl-pending td,
.tbl-posted td {
  background-color: white;
  border-top: none !important;
}
.tbl-pending tr.closed td,
.tbl-posted tr.closed td {
  border-bottom: 1px solid #f78c21;
}
.tbl-pending tr.detail td,
.tbl-posted tr.detail td {
  padding-top: 0px;
  border-bottom: 1px solid #f78c21;
  font-size: 0.9em;
  white-space: normal !important;
}
.tbl-pending tr.open td,
.tbl-posted tr.open td {
  border-bottom: none;
}
.tbl-pending tr.paging,
.tbl-posted tr.paging {
  display: none;
}
.tbl-pending td.amount,
.tbl-posted td.amount {
  text-align: right;
}
.tbl-pending i,
.tbl-posted i {
  color: #0062a9;
}
.tbl-pending .detail-footer div,
.tbl-posted .detail-footer div {
  float: right;
}
.tbl-pending .detail-footer .dispute,
.tbl-posted .detail-footer .dispute {
  margin-right: 15px;
}
.tbl-pending .detail-footer i,
.tbl-posted .detail-footer i {
  padding: 3px;
}
.tbl-pending .detail-footer:after,
.tbl-posted .detail-footer:after {
  clear: both;
}
.estatements-v2 .delete-link {
  margin-left: 25px;
}
.estatements-v2 .actions {
  text-align: right;
}
.estatements-v2 .fa {
  margin-right: 4px;
}
.estatements-v2 .estatements-list .fa {
  color: #0062a9;
}
.estatements-v2 .estatements-list td {
  width: 25%;
}
.estatements-v2 h3 {
  font-size: 1.4em;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.estatements-v2 h4 {
  font-size: 1.2em;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-weight: bold;
}
.estatements-v2 .panel-body {
  text-align: left;
}
.estatements-v2 .panel-body .row {
  margin-bottom: 10px;
}
.estatements-v2 .panel-body table tr th {
  background-color: #0062a9;
  color: #f78c21;
}
.estatements-v2 .panel-body a.btn {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

  text-align: left;
}
.estatements-v2 .panel-body a.btn:hover,
.estatements-v2 .panel-body a.btn:focus,
.estatements-v2 .panel-body a.btn:active,
.estatements-v2 .panel-body a.btn.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
.estatements-v2 .panel-body a.btn.disabled,
.estatements-v2 .panel-body a.btn[disabled],
fieldset[disabled] .estatements-v2 .panel-body a.btn,
.estatements-v2 .panel-body a.btn.disabled:hover,
.estatements-v2 .panel-body a.btn[disabled]:hover,
fieldset[disabled] .estatements-v2 .panel-body a.btn:hover,
.estatements-v2 .panel-body a.btn.disabled:focus,
.estatements-v2 .panel-body a.btn[disabled]:focus,
fieldset[disabled] .estatements-v2 .panel-body a.btn:focus,
.estatements-v2 .panel-body a.btn.disabled:active,
.estatements-v2 .panel-body a.btn[disabled]:active,
fieldset[disabled] .estatements-v2 .panel-body a.btn:active,
.estatements-v2 .panel-body a.btn.disabled.active,
.estatements-v2 .panel-body a.btn[disabled].active,
fieldset[disabled] .estatements-v2 .panel-body a.btn.active {
  background-color: #0062a9;
  border-color: #005390;
}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  .estatements-v2 .panel-body a.btn {
    font-size: 1.1em !important;
  }
}
.panel-profile {
  text-align: left;
  border: 1px solid #f78c21 !important;
  margin-bottom: 8px !important;
}
.panel-profile .panel-heading {
  border-bottom: 1px solid #f78c21;
  background-color: #f78c21;
  color: #333333;
}
.panel-profile .panel-heading i {
  color: #333333;
}
.panel-profile h3 {
  font-weight: bold;
}
.panel-body.closed {
  display: none;
}
.small-caps {
  font-variant: small-caps;
  font-weight: bold !important;
  font-size: 1em;
  text-transform: lowercase;
  /*chrome doesn't bold small-caps in 14px font size*/

}
@media screen/*!*/ and/*!*/ (-webkit-min-device-pixel-ratio: 0) {
  .small-caps {
    font-size: 1.1em !important;
  }
}
#acct-trans-bar .btn-default {
  color: white;
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #cccccc 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffcccccc', GradientType=0);
  border-color: #bfbfbf;
  border-bottom-color: #999999;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#acct-trans-bar .btn-default:hover,
#acct-trans-bar .btn-default:focus,
#acct-trans-bar .btn-default:active,
#acct-trans-bar .btn-default.active {
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #bfbfbf 100%);
  background-image: -o-linear-gradient(top, #cccccc 0%, #bfbfbf 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #bfbfbf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffbfbfbf', GradientType=0);
  border-color: #b3b3b3;
  color: white;
}
#acct-trans-bar .btn-default.disabled,
#acct-trans-bar .btn-default[disabled],
fieldset[disabled] #acct-trans-bar .btn-default,
#acct-trans-bar .btn-default.disabled:hover,
#acct-trans-bar .btn-default[disabled]:hover,
fieldset[disabled] #acct-trans-bar .btn-default:hover,
#acct-trans-bar .btn-default.disabled:focus,
#acct-trans-bar .btn-default[disabled]:focus,
fieldset[disabled] #acct-trans-bar .btn-default:focus,
#acct-trans-bar .btn-default.disabled:active,
#acct-trans-bar .btn-default[disabled]:active,
fieldset[disabled] #acct-trans-bar .btn-default:active,
#acct-trans-bar .btn-default.disabled.active,
#acct-trans-bar .btn-default[disabled].active,
fieldset[disabled] #acct-trans-bar .btn-default.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
}
#acct-trans-bar .btn-mci {
  color: white;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0);
  border-color: #005390;
  border-bottom-color: #002743;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#acct-trans-bar .btn-mci:hover,
#acct-trans-bar .btn-mci:focus,
#acct-trans-bar .btn-mci:active,
#acct-trans-bar .btn-mci.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
#acct-trans-bar .btn-mci.disabled,
#acct-trans-bar .btn-mci[disabled],
fieldset[disabled] #acct-trans-bar .btn-mci,
#acct-trans-bar .btn-mci.disabled:hover,
#acct-trans-bar .btn-mci[disabled]:hover,
fieldset[disabled] #acct-trans-bar .btn-mci:hover,
#acct-trans-bar .btn-mci.disabled:focus,
#acct-trans-bar .btn-mci[disabled]:focus,
fieldset[disabled] #acct-trans-bar .btn-mci:focus,
#acct-trans-bar .btn-mci.disabled:active,
#acct-trans-bar .btn-mci[disabled]:active,
fieldset[disabled] #acct-trans-bar .btn-mci:active,
#acct-trans-bar .btn-mci.disabled.active,
#acct-trans-bar .btn-mci[disabled].active,
fieldset[disabled] #acct-trans-bar .btn-mci.active {
  background-color: #0062a9;
  border-color: #005390;
}
#acct-trans-bar .fa-caret-down {
  margin-left: 3px;
}
#acct-trans-bar .change-statement {
  padding: 3px 18px;
}
#acct-trans-bar .selected {
  padding-left: 0px;
}
#acct-trans-bar .selected i {
  margin-right: 4px;
}
#statement-dates li.item {
  padding: 4px 10px;
}
.animated-overlay {
  background: white;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000);
  zoom: 1;
  position: absolute;
  background-image: url('https://u-haul.mycardinfo.com/images/ajax-transactions-loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}
#filter-container .title {
  font-weight: bold;
  padding: 3px;
  margin-bottom: 8px;
}
#filter-container .input-group {
  margin-bottom: 5px;
}
#filter-container label {
  font-weight: normal;
  margin-bottom: 0px;
  vertical-align: text-bottom;
  display: inline;
}
.filter-categories-container {
  max-height: 275px;
  overflow-y: auto;
}
#downloads-modal .current-view {
  margin-bottom: 20px;
  text-align: left;
}
#downloads-modal .download-types {
  width: 100%;
  margin-top: 10px;
}
#downloads-modal .download-types input {
  margin-right: 5px;
}
#downloads-modal .download-types i {
  margin-right: 2px;
}
#downloads-modal .divider {
  border-bottom: 1px solid #e5e5e5;
}
#downloads-modal .card-activity {
  margin-top: 20px;
  text-align: left;
}
.sidebar-container .row {
  margin-bottom: 10px;
}
.sidebar-container .mini-rotator ol.carousel-indicators {
  left: auto;
  margin-left: 0px;
  position: static;
  padding-top: 3px;
  width: auto;
}
.sidebar-container .mini-rotator ol.carousel-indicators li {
  border: none;
  background: white;
  background: transparent\9;
  background: rgba(136, 136, 136, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66888888, endColorstr=#66888888);
  zoom: 1;
  height: 11px !important;
  width: 11px !important;
  margin: 0px 3px 0px 0px !important;
}
.sidebar-container .mini-rotator ol.carousel-indicators .active {
  background: white;
  background: transparent\9;
  background: #888888;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff888888, endColorstr=#ff888888);
  zoom: 1;
  margin: 0px 3px 0px 0px !important;
}
.sidebar-container .item-placeholder {
  background-color: gainsboro;
  border: 3px solid #888888;
  border-radius: 8px;
  color: #555555;
  font-weight: bold;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  margin-bottom: 20px;
}
.sidebar-container #static-ads-container .static-ad-container {
  margin-bottom: 10px;
}
.sidebar-container #static-ads-container .static-ad-container img {
  max-width: 100%;
}
.sidebar-container .links-container h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
  padding: 4px;
  text-align: left;
}
.sidebar-container .links-container ul {
  padding: 8px;
  text-align: left;
  margin: 0px;
}
.sidebar-container .links-container ul li {
  list-style: none;
}
.sidebar-container #quick-links-container h3 {
  color: #0062a9;
  border-bottom: 2px solid #0062a9;
}
.sidebar-container #view-links-container h3 {
  color: #0062a9;
  border-bottom: 2px solid #0062a9;
}
.sidebar-container #custom-links-container h3 {
  color: #0062a9;
  border-bottom: 2px solid #0062a9;
}
.sidebar-container #divPaymentSideItems {
  background-color: #f78c21;
}
.sidebar-container #divPaymentSideItems .makepaymentTable {
  background-color: transparent;
  padding-left: 30px;
  padding-bottom: 25px;
}
#footer-container {
  background-color: #0062a9;
  /*color: @footer-text-color; (new attribute that will need to be added to CSSMappingTags table*/
  color: white;
}
#footer-container a {
  color: white;
  text-decoration: underline;
}
#footer-container .footer-items {
  padding: 30px 15px;
}
#footer-container .footer-items .footer-item {
  border-right: 1px solid white;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#footer-container .footer-items .footer-item ul {
  padding-left: 0px;
}
#footer-container .footer-items .footer-item li {
  list-style: none;
}
#footer-container .last-child {
  border: none !important;
  text-align: right;
}
#footer-container .last-child ul {
  padding-left: 0;
}
.banner-other-user-blocked {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
  background-color: #ce1126;
  color: white !important;
  font-size: 1.2em;
  font-weight: bold;
}
.payment-confirmation-container .alert {
  color: white !important;
  background-color: #39aa9c !important;
  border: 2px solid white !important;
  font-size: 1.2em;
  font-weight: bold;
}
.payment-confirmation-container .confirmation-number {
  text-decoration: underline;
}
.site-main-color {
  color: #0062a9;
}
.account-summary {
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0062a9;
}
.account-summary div {
  padding: 6px;
  background-color: white;
}
.account-summary div:last-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.account-summary span {
  font-weight: bold;
}
.account-summary .status {
  background-color: #0062a9;
  color: white;
}
.no-horizontal-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#main-carousel .carousel-control,
#main-carousel .carousel-indicators {
  display: none;
}
.faq h4,
.tac h4 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}
.font-sm {
  font-size: 0.8em !important;
  line-height: 16px;
}
#old-browser a {
  color: white !important;
}
.alertscontrols-panel,
.fico-panel {
  border: 1px solid #999999 !important;
}
.alertscontrols-panel .panel-heading,
.fico-panel .panel-heading {
  color: white;
  background-color: #999999;
}
.alertscontrols-panel .panel-heading a,
.fico-panel .panel-heading a {
  text-decoration: none;
}
.alertscontrols-panel .panel-heading .panel-title,
.fico-panel .panel-heading .panel-title {
  display: inline-block;
  font-weight: bold;
}
.alertscontrols-panel .panel-heading .info-bubble-icon,
.fico-panel .panel-heading .info-bubble-icon {
  color: white !important;
}
.alertscontrols-panel .preference-tooltip,
.fico-panel .preference-tooltip {
  color: #0062a9;
}
.alertscontrols-panel i.fa,
.fico-panel i.fa {
  margin-right: 3px;
}
.alertscontrols-panel h4,
.fico-panel h4 {
  background-color: #999999;
  margin: 0px;
  padding: 8px 10px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 3px;
}
.alertscontrols-panel h4 .info-bubble-icon,
.fico-panel h4 .info-bubble-icon {
  color: white;
}
.alertscontrols-panel .preference,
.fico-panel .preference {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  border-bottom: 1px solid #e0e0e0;
}
.alertscontrols-panel .alt,
.fico-panel .alt {
  background-color: #efefef;
}
.alertscontrols-panel .threshold,
.fico-panel .threshold {
  padding-top: 10px;
}
.alertscontrols-panel .toggle-on,
.fico-panel .toggle-on {
  background-color: #0062a9 !important;
  border-color: #0062a9 !important;
  color: white !important;
}
.alertscontrols-panel .toggle-off,
.fico-panel .toggle-off {
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
  color: #333333 !important;
}
.alertscontrols-panel .toggle-on,
.fico-panel .toggle-on,
.alertscontrols-panel .toggle-off,
.fico-panel .toggle-off {
  font-weight: bold !important;
}
.alertscontrols-panel.complete,
.fico-panel.complete,
.autopay-panel {
  border: 1px solid #0062a9 !important;
}
.alertscontrols-panel.complete .panel-heading,
.fico-panel.complete .panel-heading,
.autopay-panel .panel-heading {
  color: white;
  background-color: #0062a9;
}
.alertscontrols-panel.complete .panel-heading a,
.fico-panel.complete .panel-heading a,
.autopay-panel .panel-heading a {
  text-decoration: none;
}
.alertscontrols-panel.complete .panel-heading .info-bubble-icon,
.fico-panel.complete .panel-heading .info-bubble-icon,
.autopay-panel .panel-heading .info-bubble-icon {
  color: white !important;
}
.destination-modes ul {
  padding-left: 0px;
}
.destination-modes li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
.btn-ac-primary {
  color: white !important;
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #0062a9 100%) !important;
  background-image: -o-linear-gradient(top, #0062a9 0%, #0062a9 100%) !important;
  background-image: linear-gradient(to bottom, #0062a9 0%, #0062a9 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff0062a9', GradientType=0) !important;
  border-color: #005390 !important;
  border-bottom-color: #002743 !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.btn-ac-primary:hover,
.btn-ac-primary:focus,
.btn-ac-primary:active,
.btn-ac-primary.active {
  background-image: -webkit-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: -o-linear-gradient(top, #0062a9 0%, #005390 100%);
  background-image: linear-gradient(to bottom, #0062a9 0%, #005390 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062a9', endColorstr='#ff005390', GradientType=0);
  border-color: #004476;
  color: white;
}
.btn-ac-primary.disabled,
.btn-ac-primary[disabled],
fieldset[disabled] .btn-ac-primary,
.btn-ac-primary.disabled:hover,
.btn-ac-primary[disabled]:hover,
fieldset[disabled] .btn-ac-primary:hover,
.btn-ac-primary.disabled:focus,
.btn-ac-primary[disabled]:focus,
fieldset[disabled] .btn-ac-primary:focus,
.btn-ac-primary.disabled:active,
.btn-ac-primary[disabled]:active,
fieldset[disabled] .btn-ac-primary:active,
.btn-ac-primary.disabled.active,
.btn-ac-primary[disabled].active,
fieldset[disabled] .btn-ac-primary.active {
  background-color: #0062a9;
  border-color: #005390;
}
.btn-ac-primary i {
  margin-right: 3px;
}
.destination-detail {
  display: none;
}
.destination-detail td:first-child {
  border: none;
  padding-top: 0px;
  padding-bottom: 8px;
}
.destination-detail td:last-child {
  border: none;
  padding-top: 0px;
  padding-bottom: 16px;
}
.destination-override-subheader {
  background-color: #0062a9;
  color: white;
  font-weight: bold;
}
#ac-create-profile {
  margin-top: 20px;
}
.ac-table {
  margin-bottom: 0px;
}
.ac-table th {
  background-color: #999999;
  color: white;
}
.ac-table .toggle i {
  color: #0062a9;
}
.ac-table .btn {
  background-color: #0062a9;
  color: white !important;
}
.ac-table i.fa {
  margin-right: 3px;
}
.ac-modal .modal-header {
  background-color: #0062a9;
  color: white;
}
#fico-learn-more {
  margin: 0px;
  padding: 0px;
}
#fico-learn-more li {
  list-style-type: none;
}
.fico-score-container {
  border: 2px solid #003f5f;
  border-radius: 10px;
}
.fico-lockup {
  background-color: #003f5f;
  padding: 40px 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.fico-meter {
  padding: 0px 10px;
  background-color: white;
}
.fico-score {
  padding-top: 15px;
}
.fico-score div {
  background-color: white;
  color: #003f5f;
  font-weight: bold;
  font-size: 5em;
  padding: 4px 12px;
  border-radius: 10px;
  display: inline;
}
.fico-summary {
  text-align: left;
}
.fico-summary .score-and-fi {
  border-bottom: 2px solid #003f5f;
  padding: 14px;
}
.fico-summary .more-info {
  color: #f8981d;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: -1px;
}
.fico-summary .trademark-statement {
  padding: 14px;
}
.fico-margin {
  margin-bottom: 20px;
}
.fico-subheading {
  font-weight: bold;
  color: #5f5851;
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fico-reasoncode {
  font-size: 2em;
  font-weight: bold;
  background-color: #84a4b1;
  color: white;
  padding: 4px 6px;
  border-radius: 6px;
}
.fico-reasondesc {
  color: #5f5851;
}
.fico-about {
  color: #5f5851;
}
.fico-about .title {
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
  text-align: left;
}
.fico-separator {
  margin-top: 20px;
}
.fico-learnmore {
  color: #003f5f;
}
#fico-footnote {
  font-style: italic;
  color: #003f5f;
}
.fico-outer-container {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.fico-banner {
  border: 3px solid #003f5f;
  border-radius: 12px;
}
.fico-banner h5 {
  color: #f8981d;
  font-weight: bold;
  font-size: 1.9em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fico-banner #top {
  background-color: #003f5f;
  padding-top: 10px;
  padding-bottom: 20px;
}
.fico-banner #top a {
  text-decoration: none;
}
.fico-banner #bottom {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fico-banner #bottom a {
  color: #f8981d;
  font-size: 1.2em;
}
.fico-banner p {
  color: #003f5f;
  font-weight: bold;
}
.no-padding {
  padding: 0px !important;
  margin: 0px !important;
}
.no-bullet-points > li {
  list-style-type: none;
}
.statused-account {
  color: #888888;
}
/* End V2 Styles */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element 
label { cursor: pointer; }*/

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }*/

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7


button, input { line-height: normal; *overflow: visible; } */

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */

textarea {
  overflow: auto;
  vertical-align: top;
}
/* Colors for form validity */

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

/* backslash hack \*/

html,
body,
form {
  height: 100%;
}
/* end hack */

html,
body {
  margin: 0;
  padding: 0;
}
body {
  /*font: x-small verdana, arial, sans-serif;*/
  text-align: center;
  color: black !important;
}
.clearleft {
  clear: left;
}
.clearB {
  clear: both;
}
#dots {
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  width: 802px;
  position: relative;
}
#container {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  min-height: 100%;
  text-align: left;
  position: relative;
}
#mainheader {
  position: absolute;
  left: 0;
  top: 0;
  height: 153px;
  width: 100%;
  background-color: white;
  z-index: 1;
}
#header {
  max-height: 200px;
  background-image: url('https://u-haul.mycardinfo.com/images/atira-credit.png');
  background-repeat: no-repeat;
  background-position: right center;
  color: #0062a9;
}
/*
.eStmtAlertBox
{
    display: none;
    border: dotted 1px @site-main-color;
    color:@site-main-color;
    width: 98%;
    font-weight:bold;
    white-space: nowrap;
    padding: 5px;
    background-color:@site-nav-color;
    background-image: url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
    background-repeat: repeat-x;
    background-position: left top;
    margin-bottom: 10px;
}
.eStmtAlertBox a:link, a:visited, a:hover, a:active
{
    color:@site-main-color;
}
*/

a.linkFontSize {
  font-size: '';
}
.rowHighlight {
  background-color: #ffffcc;
}
.validationerror {
  border: solid 2px white;
  color: white !important;
}
.validationerror ul {
  padding: 2px 18px;
}
.validationerror ul {
  list-style: square;
}
.AltBox {
  color: red;
  width: 100%;
  border: solid 1px red;
  text-align: center;
}
.greenBox {
  color: Green;
  width: 98%;
  border: solid 1px Green;
  text-align: center;
  padding: 5px;
}
.FailedMessage {
  color: White;
  width: 98%;
  background-color: red;
  background-image: url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.SuccessMessage {
  color: White;
  width: 95%;
  background-color: green;
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  display: block;
  margin: 5px 0px;
}
.InfoBox td {
  color: #0062a9;
  font-weight: bold;
  border: solid 2px #0062a9;
  background-color: #f78c21;
  padding: 15px 20px 15px 20px;
}
/*div#header div.headerlogo
{
    background-image: url('docviewer.aspx?6'); 
    min-height:115px; 
    background-repeat: no-repeat; 
    background-position: left center; 
    background-size:contain;

     background: url('../docviewer.aspx?6') no-repeat;
     position:relative;
     overflow:hidden;
     width:100%;
     height:115px;
     margin:0;

}    */

/*Ajax Wait Animation*/

div#SpinStat {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('https://u-haul.mycardinfo.com/images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: left;
  float: left;
}
div#SSMsg {
  float: left;
  color: #f78c21;
  vertical-align: middle;
  top: 40%;
  position: relative;
  height: 25px;
  font-size: 1.5em;
  font-weight: bold;
  width: auto;
}
div#LoadStatus {
  background-color: #0062a9;
  width: 200px;
  height: 52px;
  position: absolute;
  top: 160px;
  left: 40%;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #f78c21;
  display: none;
  min-width: 200px;
  z-index: 10;
}
/*End Ajax*/

div#TA_Error {
  border: solid 1px #f78c21;
  width: 500px;
  padding: 30px 30px 30px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeeeee;
  float: left;
}
div#TA_ErrMessage {
  float: left;
  color: #f78c21;
  vertical-align: middle;
  top: 30px;
  position: relative;
  height: 25px;
  font-size: 1.5em;
  font-weight: bold;
  width: auto;
  padding-right: 30px;
}
div#TA_Warning {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('https://u-haul.mycardinfo.com/images/warning.png');
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  padding-bottom: 30px;
}
#sidebar {
  width: 218px;
  padding: 5px 0px 5px 2px;
  padding-bottom: 7px;
  margin-top: 5px;
  float: left;
}
#content {
  float: right;
  width: 575px;
  padding: 3px 0;
  padding-top: 10px;
  padding-left: 0px;
}
#mainnav p,
#header p,
#footer p {
  margin: 0px 5px 5px 5px;
}
#content p {
  margin: 0px;
  padding-bottom: 5px;
}
#content .contentitem,
#content .contentitem_last {
  margin-right: 5px;
  margin-left: 3px;
  margin-bottom: 5px;
  padding-bottom: 7px;
}
#content .contentitem_last {
  background-image: none;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: white;
  padding-top: 7px;
}
div.footerpad {
  margin-left: 7px;
  margin-right: 7px;
  width: 786px;
}
#footer p {
  margin: 5;
  padding: 0;
  padding-top: 5px;
}
#clearfooter {
  height: 27px;
  width: 100%;
  clear: both;
}
#footer p a {
  margin-right: 2em;
}
h1,
h2,
h3,
h4 {
  color: #0062a9;
}
h3,
h4 {
  margin: 5px auto;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
}
h3 {
  font-size: 12px;
  padding-bottom: 3px;
  width: auto;
}
h3 span {
  font-weight: normal;
  color: black;
}
h4 {
  font-size: 11px;
}
table {
  font-size: inherit;
}
table.borderless {
  border: 0;
}
table.borderless tr td,
table.borderless tr th {
  border: 0;
  padding: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 25px;
}
table.borderless tr.header th,
table.borderless tr.footer td {
  height: 5px;
  font-size: 0;
  padding: 0;
}
table.collapse {
  border-collapse: collapse;
  width: 100%;
}
table.expand {
  width: 100%;
}
table.tblStyle {
  border-collapse: collapse;
  width: 60%;
}
table.tblStyleW {
  border-collapse: collapse;
  width: 100%;
}
table.tblStylePmt {
  border-collapse: collapse;
  width: 75%;
}
.pmtCont {
  width: 75%;
}
table tr.alt {
  background-color: #f78c21;
}
table tr th {
  /*background-color:@header-background-color; 
    color:@header-text-color;*/
  font-weight: bold;
  /*background-image: @header-image; 
    background-repeat: repeat-x; 
    background-position: @header-image-position;*/

}
table tr.subheader {
  margin-left: 1px;
}
table tr.subheader th {
  /*background-color:@subheader-background-color; 
    color:@site-main-color;*/
  border-bottom: 1px solid #0062a9;
  /*background-image:url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
    background-repeat:repeat-x;*/

}
table tr.subheader th a {
  color: '';
}
table tr th,
table.borderless tr th {
  padding: 3px;
}
table tr td {
  padding: 3px;
}
table.border {
  border: solid 2px #0062a9;
}
table.popup tr td {
  background: #eeeeee;
}
th {
  text-align: inherit;
}
.tbllbl {
  font-weight: bold;
  width: 225px;
}
.reqd_field {
  color: green;
  font-style: normal;
  font-weight: bolder;
  top: 2pt;
}
.opt_field {
  color: green;
  font-style: normal;
  font-weight: bolder;
}
.ex {
  color: #666666;
  font-family: Verdana;
  font-size: xx-small;
  line-height: 8px;
  padding-top: 0px;
  padding-left: 4px;
  vertical-align: text-top;
}
table tr.gvRowBackColor {
  background-color: gray;
}
.paging {
  background-color: #f78c21;
  color: #0062a9;
  border-top: 1px solid #0062a9;
}
.ViewStmtIcon {
  background-color: #0062a9;
}
.ddlStyle {
  font-size: 11px;
}
.nowrap {
  white-space: nowrap;
  width: 1%;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
.fontStyle {
  font: x-small verdana, arial, sans-serif;
}
.noclose .ui-dialog-titlebar-close {
  display: none;
}
.JSWarning {
  background-color: white;
  font-family: Arial Black;
  font-weight: bold;
  color: Red;
  width: 100%;
  /*height: 20px;*/
  text-align: center;
  vertical-align: middle;
}
/*** Navigation ***/

#mainnav {
  width: 100%;
  height: 26px;
  background-color: #0062a9;
  background-image: none;
  position: absolute;
  z-index: 2;
  padding-top: 6px;
  padding-bottom: 6px;
}
#contentSpacer {
  height: 50px;
  background: none;
}
ul#menu {
  width: 100%;
  white-space: nowrap;
  display: inline;
  margin-top: 0px;
  float: right;
  padding-left: 0px;
  margin-left: 0px;
  left: 0px;
  list-style: none;
}
ul#menu li > a {
  font-family: Verdana;
  text-decoration: none;
  background-color: #f78c21;
  background-image: url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
  background-repeat: repeat-x;
  background-position: left top;
  color: #0062a9;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  margin-top: 0px;
  padding: 5px 5px 5px 5px;
  width: 136px;
  border: 1px solid #0062a9;
  text-align: center;
  display: block;
  position: relative;
  float: left;
  z-index: 2;
  height: 100%;
  vertical-align: middle;
  height: 15px;
}
ul#menu div span a.subMenu {
  text-decoration: none;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #0062a9;
  display: block;
  position: relative;
  padding: 5px 30px 5px 10px;
  white-space: normal;
}
ul#menu div span a.subMenu:hover {
  text-decoration: underline;
  color: #0062a9;
  background-color: #f78c21;
  background-image: url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
  background-repeat: repeat-x;
  background-position: left top;
}
ul#menu:hover a.menuHover {
  background-color: #0062a9;
  background-image: url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
  background-repeat: repeat-x;
  background-position: left top;
  color: #f78c21;
  border-left: 1px #f78c21;
  border-right: 1px #f78c21;
  border-top: 1px #f78c21;
  padding-top: 14px;
  padding-bottom: 12px;
  margin-top: -10px;
}
ul#menu:hover li.hovering a.noChild {
  color: #f78c21;
  border: solid 1px #f78c21;
  padding-bottom: 15px;
}
ul#menu:hover a.menuHover {
  border-style: solid;
}
ul#menu:hover a.selected {
  border-style: solid;
}
ul#menu a.selected {
  background-color: #0062a9;
  background-image: url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
  background-repeat: repeat-x;
  background-position: left top;
  color: #f78c21;
  border: 1px solid #f78c21;
  margin-top: 0px;
}
ul#menu li {
  display: block;
  position: relative;
  float: left;
  /*white-space:nowrap;*/

}
ul#menu div {
  display: none;
}
ul#menu li.mega div {
  background-color: #0062a9;
  border: solid 1px #f78c21;
  padding: 5px 5px 5px 5px;
  position: absolute;
  top: 32px;
  left: 0em;
  z-index: 1;
  white-space: nowrap;
  min-width: 200px;
}
*html ul#menu li.mega div {
  top: 30px;
}
ul#menu li.mega div span {
  background-color: #eaebed;
  float: left;
  display: block;
  width: 200px;
  padding-bottom: 25px;
  border-left: solid 1px gray;
}
ul#menu li.hovering div {
  display: block;
}
.hideDDL {
  display: inline;
}
*html .hideDDL {
  display: none;
}
ul#menu li.mega div span.mcitt {
  width: 170px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  color: #0062a9;
  background-color: #f78c21;
  background-image: url('https://u-haul.mycardinfo.com/images/headerBGGrad.png');
  background-repeat: repeat-x;
  background-position: left top;
  white-space: normal;
}
#mainNavSelect {
  display: none;
}
#ftNavSelect {
  display: none;
}
/*** End Navigation ***/

/**** Box Items ****/

/** Enroll/Login Box **/

.enrolllogin {
  float: left;
  width: 563px;
  height: 27px;
  background-color: #0062a9;
}
.enrolllogin .title {
  width: 45%;
  color: white;
  float: left;
  font-family: Arial;
  font-size: 14px;
  padding-top: 8px;
  padding-left: 5%;
}
.enrollbody {
  color: black;
  float: left;
  width: 563px;
  background-color: #f78c21;
}
.enrollbody div.body {
  width: 45%;
  padding-left: 5%;
  float: left;
  background-color: #f78c21;
}
.enrollbody div.body div {
  margin: 7px 0px 7px 0px;
  padding: 10px 30px 10px 0px;
}
.enrollbody div.body div.left {
  border-right: 1px solid #eaebed;
}
.enrollbody div.body div.right {
  border-right: 0px #eaebed;
}
.enrollbody div.body div label {
  color: #0062a9;
  font-weight: bold;
  clear: right;
  display: block;
}
.enrollbody div.body div input.textinput {
  margin-top: 3px;
  font-family: Verdana;
  font-size: x-small;
  width: 60%;
}
.enrollbody div.body div span {
  margin-bottom: 10px;
  display: block;
}
.enrollfooter {
  width: 563px;
  float: none;
  clear: both;
  height: 22px;
  background: none;
}
.enrollfooter div {
  width: 280px;
  height: 20px;
  float: left;
  background-color: #eaebed;
  border-right: 1px solid white;
}
.enrollfooter div.right {
  width: 282px;
  background-color: #eaebed;
  border: 0;
}
.enrollfooter div.right div.footerdiagonal {
  width: 8px;
  height: 9px;
  margin: 0;
  margin-top: 11px;
  float: right;
  background-color: #eaebed;
  border: 0;
}
/** End Enroll/Login Box **/

div.enrollnavbuttons {
  margin-top: 20px;
}
input.submit {
  float: left;
  margin-top: 3px;
}
.loginbutton {
  text-indent: -9999px;
  background-image: url('../docviewer.aspx?29');
  border: 0 none;
  display: inline;
  overflow: hidden;
  padding-bottom: 4px;
  height: 24px;
  width: 64px;
  vertical-align: top;
}
.enrollbutton {
  text-indent: -9999px;
  background-image: url('../docviewer.aspx?30');
  border: 0 none;
  display: inline;
  overflow: hidden;
  padding-bottom: 4px;
  height: 24px;
  width: 64px;
  vertical-align: top;
}
.uInfo {
  padding-top: 10px;
  margin-right: 10px;
  float: left;
}
.l_user {
  padding-bottom: 10px;
}
.sc_mouse {
  display: block;
  clear: left;
}
.pLinks {
  padding-top: 10px;
  float: left;
}
.pLinks ul {
  list-style: none;
  padding: 0px 10px;
}
.pLinks ul li {
  padding: 3px;
}
.cont_SB_left {
  width: 60%;
  float: left;
}
.cont_SB {
  width: 40%;
  float: left;
}
/*Current Act*/

.DLoptions {
  float: left;
  padding: 7px 0px;
}
.tranSortIns {
  float: right;
  width: 43%;
  padding: 7px 0px;
}
.totLine {
  border-bottom: 1px dotted black;
}
.lineItms {
  padding-left: 20px;
}
/*************/

.eStmtTab {
  width: 450px;
}
/** Rounded Corners **/

.roundedtop {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.roundedbottom {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.roundedtopleft {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.roundedtopright {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/** Sidebar Box **/

.sidebarbox {
  margin: 0px 5px 0px 5px;
  width: 206px;
}
.sidebarbox .header {
  height: 15px;
  background-color: #0062a9;
}
.sidebarbox .header div {
  margin-bottom: 2px;
  height: 15px;
  color: white;
  font-family: Verdana,Arial;
  font-weight: bold;
  font-size: 10px;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 7%;
}
.sidebarbox .body {
  color: black;
  background-color: #f78c21;
  padding: 10px 10px 10px 10px;
}
div.sidebarbox div.body p {
  margin: 0;
}
div.sidebarbox div.footer {
  padding: 0;
  background-color: #eaebed;
  height: 12px;
}
div.sidebarbox div.footer div {
  margin: 0;
  padding: 0;
  background-color: #eaebed;
  height: 12px;
  width: 9px;
  float: right;
}
div.sidebarbox div.body ul {
  padding-left: 10px;
  margin-left: 20px;
}
/** End Sidebar Box **/

/** Activate Box **/

.activatebox {
  margin: 0;
  width: 563px;
}
.activatebox .header {
  height: 27px;
  background-color: #0062a9;
  background-image: url('https://u-haul.mycardinfo.com/images/boxheader.png');
  background-position: top left;
  background-repeat: no-repeat;
}
.activatebox .header div {
  margin-bottom: 2px;
  height: 27px;
  color: White;
  float: left;
  font-family: Verdana,Arial;
  font-size: 14px;
  padding-top: 8px;
  padding-left: 5%;
}
.activatebox .body {
  color: black;
  background-color: #f78c21;
}
.activatebox div.body div {
  padding-left: 5%;
}
div.activatebox div.footer {
  padding: 0;
  background-color: #eaebed;
  clear: both;
  height: 22px;
}
/**** End Box Items ****/

/**** Begin Virtual Keyboard ****/

div.keyboardcontainer {
  border: 1px solid gray;
  background-color: #efefef;
  height: 28em;
  width: 56em;
  font-size: x-small;
}
div.virtualkeyboard {
  position: relative;
  border: 1px solid gray;
  background-color: whitesmoke;
  height: 20em;
  min-width: 46em;
  width: 46em;
  font-weight: bold;
  padding-left: 2em;
}
div.virtualkeyboard div/*Row Style*/ {
  clear: left;
  height: 3.5em;
  display: block;
}
div.virtualkeyboard div div/*Key Style*/ {
  border: 1px solid black;
  width: 3.2em;
  height: 3.2em;
  display: block;
  float: left;
  clear: none;
  text-align: center;
  vertical-align: middle;
  cursor: hand;
  min-width: 3em;
  margin-left: 1px;
}
div.virtualkeyboard div.securitycode/*Security Code Label & TextBox*/ {
  margin-top: 1em;
  padding-top: .1em;
  display: block;
  float: left;
  clear: none;
  text-align: left;
  cursor: auto;
}
div.virtualkeyboard div.securitycode span.dummytext {
  width: 144px;
  height: 1.35em;
  float: left;
  font-size: small;
  margin-left: .3em;
  background-color: white;
  color: black;
  border: 1px solid #7f9db9;
  margin-top: .1em;
  overflow: hidden;
}
div.virtualkeyboard div.securitycode span.label {
  float: left;
  margin-top: .6em;
}
div.virtualkeyboard div div.backspace/*Backspace Key Style*/ {
  width: 9.2em;
}
div.virtualkeyboard div div.clear/*Clear Key Style*/ {
  float: left;
  height: 2.2em;
  width: 5.2em;
  margin-top: -0.1em;
  margin-left: .3em;
}
div.virtualkeyboard div div.clear a/*Clear Key Style*/ {
  display: block;
  width: 3em;
  height: 2.0em;
  line-height: 2.0em;
  width: 5em;
}
div.virtualkeyboard div div a/*Key Style*/ {
  border: 1px solid white;
  border-bottom-color: #dfdfdf;
  border-right-color: #dfdfdf;
  width: 3em;
  height: 3em;
  display: block;
  text-align: center;
  cursor: hand;
  vertical-align: middle;
  line-height: 3em;
  text-decoration: none;
  background-color: #efefef;
  color: Black;
}
div.virtualkeyboard div div a.visited/*Key Style*/ {
  color: Black;
}
div.virtualkeyboard div div a:hover/*Key Style*/ {
  border: 1px solid #f0f0f0;
  border-bottom-color: #d0d0d0;
  border-right-color: #d0d0d0;
  background-color: #e0e0e0;
  color: Red;
}
div.virtualkeyboard div div a.pressed/*Key Style*/ {
  border: 1px solid silver;
  border-bottom-color: #e0e0e0;
  border-right-color: #e0e0e0;
  background-color: #d0d0d0;
}
div.virtualkeyboard div div.backspace a/*Backspace Key Style*/ {
  width: 9em;
}
div.row2 {
  margin-left: 1.5em;
}
div.row3 {
  margin-left: 2.5em;
}
div.row4 {
  margin-left: 4.25em;
}
/**** End Virtual Keyboard ****/

/**** Secure Messaging Styles ****/

.msgBold {
  font-weight: bold;
}
.msgThrCell {
  cursor: pointer;
}
.msgBody {
  color: Gray;
}
.msgUnread {
  background-color: #f78c21;
}
.msgHeadButton {
  font-size: 7pt;
  font-weight: bold;
  color: #606060;
}
.msgMatte {
  background-color: #f78c21;
  padding: 4px;
}
.msgGrid {
  border-color: Gray;
  border-collapse: collapse;
  width: 100%;
}
table.composeMsg {
  border-collapse: collapse;
  width: 100%;
}
table.composeMsg td {
  background-color: #f78c21;
}
.msgCompForm {
  background-color: #f78c21;
  padding: 20px;
}
.msgHeader {
  font-weight: bold;
  color: #0062a9;
  font-size: 13pt;
}
.msgStatus {
  font-weight: bold;
  color: white;
  background-color: Red;
  text-align: center;
  width: 80%;
}
.ibMatte {
  background-color: #0062a9;
  padding: 4px;
}
.ibMatte table {
  background-color: #eaebed;
  width: 100%;
}
.ibMatte table td.ibSelected {
  background-color: #f78c21;
}
.ibMatte table td {
  background-color: #eaebed;
}
.ibMatte table a {
  font-weight: bold;
  color: #0062a9;
}
/**** End Secure Msg Styles   ****/

/***    Printable Stmt Summary Styles   ***/

.prntStmtSumHd {
  width: 782px;
  text-align: left;
  background-color: White;
}
.tblStmtSumPrint {
  clear: left;
  border-collapse: collapse;
  width: 100%;
  background-color: White;
}
.tblStmtSumPrint tr th {
  text-align: left;
}
.tblStmtSumPrint tr td {
  text-align: left;
}
.stmtSumTotalLn {
  border-bottom: dotted 1px gray;
}
.stmtSumSpcr {
  padding-left: 20px;
}
.stmtSumTransGrid {
  width: 100%;
  float: left;
}
.tblStmtSumPrint tr td.currencyAmt {
  text-align: right;
}
.currency {
  text-align: right;
  white-space: nowrap;
  padding-right: 10px;
}
/* =============================================================================
   Wallet styles
   ========================================================================== */

/*------------------------------------------------------------------------------
    Google Wallet Styles
    --------------------------------------------------------------------------*/

.google-wallet .item {
  width: 100%;
  display: block;
  float: left;
  clear: left;
}
.item2 {
  padding-left: 5px;
  width: 100%;
}
/*.item img {
        float:left;
        width: 20%;
        margin-bottom:5px;
        padding-left:77%;
    }*/

.gwIframe {
  width: 273px;
  height: 153px;
}
.google-wallet h1,
.google-wallet h3,
.google-wallet .nut-graph {
  font-family: 'Open Sans', sans-serif;
  color: #505050;
  font-weight: normal;
}
.google-wallet .nut-graph {
  font-size: 15px;
  width: 78%;
}
.google-wallet h1 {
  font-size: 28px;
}
.google-wallet h3 {
  font-size: 22px;
  font-family: "Open Sans Semi-Bold 600", sans-serif;
  color: #444444;
  margin-bottom: 11px;
  margin-left: 180px;
}
.google-wallet p {
  color: #7e7e7e;
  font-family: arial, sans-serif;
  font-size: 13px;
}
.google-wallet button:hover,
.google-wallet button:focus {
  background-color: #396bbc;
  background-image: -moz-linear-gradient(top, #5587d7, #396bbc);
  background-image: -webkit-linear-gradient(top, #5587d7, #396bbc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5587d7), color-stop(1, #396bbc));
  background-image: linear-gradient(top, #5587d7, #396bbc);
}
.google-wallet button:active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24);
}
.google-wallet button {
  background-color: #4173c9;
  background-image: -moz-linear-gradient(top, #5e8ee4, #4173c9);
  background-image: -webkit-linear-gradient(top, #5e8ee4, #4173c9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e8ee4), color-stop(1, #4173c9));
  background-image: linear-gradient(top, #5e8ee4, #4173c9);
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.54;
  padding: 7px 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.google-wallet .img-paragraph {
  padding-left: 180px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top left;
}
.GWsideBar {
  padding-left: 5px;
  padding-top: 50px;
  cursor: pointer;
}
/*------------------------------------------------------------------------------
    End Google Wallet Styles
    --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    V.Me Wallet Styles
    --------------------------------------------------------------------------*/

.vme-wallet h1,
.vme-wallet h2 {
  color: #82389a;
}
.vme-wallet h1 {
  margin-bottom: 5px;
}
.vme-wallet h2 {
  margin-top: 10px;
}
#content .vme-wallet p {
  margin-top: 5px;
}
.vme-wallet .vme-copyright-logo {
  margin-top: 25px;
}
#content .vme-wallet .vme-copyright-logo p {
  margin-top: 0;
  padding-top: 30px;
}
.vme-wallet .vme-copyright-logo img {
  float: right;
}
.vme-wallet .interior-content {
  margin-left: 38px;
  width: 484px;
  margin-bottom: 15px;
}
.vMeSidebar,
.vme-wallet,
.vme-enroll {
  cursor: pointer;
}
.vme-headerimg {
  width: 75%;
}
.vme-enroll {
  width: 80%;
}
.vme-by-visa {
  width: 25%;
}
.vme-wallet .vme-copyright-logo {
  font-size: 9px;
  color: gray;
}
.vMeSidebar {
  display: none;
}
/*------------------------------------------------------------------------------
    End V.Me Wallet Styles
    --------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    MasterPass Wallet Styles
    --------------------------------------------------------------------------*/

.MasterPassRightBoarder,
.MasterPassLeftBoarder {
  display: none;
}
.MasterPassHeader {
  width: 100%;
}
.MasterPassContent {
  width: 100%;
  float: none;
}
.MPsmallText {
  width: 100%;
  float: none;
}
.MPsideBanner,
.MPimgTableLink {
  cursor: pointer;
}
.MPsideBanner {
  padding-left: 30%;
}
/*------------------------------------------------------------------------------
    End MasterPass Wallet Styles
    --------------------------------------------------------------------------*/

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */

.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.enrollbody div.body div label.mobLab {
  display: none;
}
.mobSecCode {
  display: none;
}
.inst {
  padding: 0px 0px 10px 0px;
  display: block;
}
.txtEmail {
  width: 350px;
}
.txtLarge {
  width: 450px;
}
.textArea {
  width: 150px;
}
.textAreaXLarge {
  width: 650px;
}
.SelectStyle {
  width: auto;
}
.mobSelectStyle {
  width: 110px;
}
.lnkImg {
  cursor: pointer;
  cursor: hand;
}
.mob_nowrap {
  white-space: nowrap;
}
.xWide {
  font-size: inherit;
}
.ta_agree {
  overflow-y: scroll;
  width: 97%;
  height: 300px;
  border: dotted 1px black;
  background-color: white;
}
.accord {
  display: block;
}
.secMsgEmpty {
  background-color: white;
}
.msgRep {
  width: 100%;
  font-weight: bold;
  white-space: nowrap;
}
.msgDetail {
  width: 100%;
  display: inline-block;
}
.3rd {
  width: 33%;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
/* =============================================================================
   Print styles.
   ========================================================================== */

@media print {
  * {
    background-color: transparent !important;
    color: black !important;
    text-shadow: none !important;
    /*filter:none !important;*/
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  
  a,
  a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /*css-discuss.incutio.com/wiki/Printing_Tables */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .noPrint {
    display: none;
  }
}
#mci-nav-bar .root-level-links li#menu--1.selected > a {
  background: white;
  background: transparent\9;
  background: #0062a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9);
  zoom: 1;
  color: white;
}
#mci-nav-bar .root-level-links li#menu--1 a {
  background: white;
  background: transparent\9;
  background: rgba(247, 140, 33, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6f78c21, endColorstr=#e6f78c21);
  zoom: 1;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
}
#mci-nav-bar .root-level-links li#menu--1 > a {
  font-variant: small-caps;
}
#mci-nav-bar .root-level-links li#menu--1 ul.sub-level-container {
  background-color: #0062a9;
}
#mci-nav-bar .root-level-links li#menu--1 ul.sub-level-container .category-container h2 {
  color: white;
}
#mci-nav-bar .root-level-links li#menu--1 ul.sub-level-container .featured-container {
  border-left: 1px solid white;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
#mci-nav-bar .root-level-links li#menu--1 ul.sub-level-container .featured-container h2 {
  color: white;
}
#mci-nav-bar .root-level-links li#menu--1 ul.sub-level-container .featured-container .featured-text {
  color: white;
}
@media (min-width: 992px) {
  #mci-nav-bar .root-level-links li#menu--1:hover > a {
    background: white !important;
    background: transparent\9 !important;
    background: #0062a9 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9) !important;
    zoom: 1 !important;
    color: white;
  }
}
#mci-nav-bar .root-level-links li#menu--1.open > a {
  background: white;
  background: transparent\9;
  background: #0062a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0062a9, endColorstr=#ff0062a9);
  zoom: 1;
  color: white;
}
