﻿
   .sidenav {
    min-height: 100%;
    width: 0px;
    position: absolute;
    z-index: 1000;
    top: 0;
    background-color: #000000;
    overflow-x: hidden;
    /*transition: width 0.3s ease;*/
    padding-top: 0;
}

.showprogressbar {
    margin-top: 80px;
}

sidenav toggled a:hover {
    color: #AA0000;
}
/* .sidenav a {
    padding: 8px 8px 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
}
.sidenav a.selected {
    color: white;
    background-color: #545454; 
}

.sidenav a:hover, .offcanvas a:focus{
	 background-color:gray;
  color:white;
}
*/

.sidenav .closebtn {
    position: relative;
    top: 0;
    left: 160px;
    z-index: 100;
}

#main {
    /*transition: margin-left .5s;*/
    position: absolute;
    left: 0;
    margin: 0;
    top: 65px;
    width: 100%;
    background-color:#F2F2F2;
    /* background-color:#f0f0f0; */
    overflow: auto;
    display: block;
    text-align: center;
    padding: 0;
}

.fixed-footer-padding {
    padding-bottom: 8em !important;
}

.fixed-footer-padding-extra {
    padding-bottom: 16em !important;
}

#header {
    z-index: 10;
    top: 0;
    height: 65px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    background-color:#FFFFFF;
}

#mySidenav.toggled {
    position: fixed;
    top: 0;
    left: 0;
    width: 202px;
    height: 100%;
    /* iOS fix for fixed position items */
    -webkit-transform: translate3d(0px,0px,0px);
}

#menu-toggle {
    visibility: visible;
}

.sidenav.collapse.in {
    display: inline-block;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/*@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}*/

@media(min-width:992px) {
    body {
        overflow-y: hidden;
    }

    .sidenav {
        width: 202px;
    }

    #main {
        left: 202px;
        top: 90px;
        height: calc(100% - 90px);
        overflow: auto;
        width: calc(100% - 202px);
        display: block;
        text-align: center;
        padding: 1.5em 1.5em 2em;
    }

    .fixed-footer-padding, .fixed-footer-padding-extra {
        padding-bottom: 0em !important;
    }

    #header {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 202px;
        height: 90px;
        width: calc(100% - 202px);
        border-bottom: 1px solid #dddddd;
        background-color:#FFFFFF;
        padding: 0 1.5em;
    }

    #menu-toggle {
        visibility: hidden;
    }
}



      @import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
      @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
      @import url('https://fonts.googleapis.com/css2?family=Maven+Pro');

      body {
      background-color: #F2F2F2;
      font: 16px 'Maven Pro', sans-serif;
      padding: 0px;
      margin: 0px;
      color: #333;
      }

      h1, h2, h3, h4, h5, h6 {
      font-family: 'Maven Pro', sans-serif;
      }

      #divPreference h5 {
      font-family: 'Maven Pro', sans-serif;
      font-size: .7em;
      }

      a {
      color: #000000;
      }

      label {
      font-weight: normal;
      color: #7E7E7E;
      font-size: .9em;
      }

      #user-info {
      color: #767676;
      }

      #user-status {
      text-align: right;
      }

      #unverified-email a {
      padding: .5em .75em;
      color: #8a6d3b;
      display: block;
      font-size: .85em;
      background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
      border: 1px solid #f5e79e;
      }

      .modal-body a {
      color: #85c4d9;
      }

      #unverified-email a:hover {
      background-color: #CC0000;
      }

      .account-message {
      font-size: 12px;
      line-height: 1.25em;
      padding-bottom: 4px;
      }

      .account-message a {
      font-size: 14px;
      }

      .underlined-section {
      border-bottom: 1px dashed #ccc;
      padding-bottom: .25em;
      }

      .overlined-section {
      padding-top: 1.5em;
      border-top: 1px dashed #ccc;
      margin-top: 1em;
      }

      .icon-label {
      font-size: 80%;
      font-family: 'Maven Pro', sans-serif;
      }

      .header-row {
      font-size: 12px;
      color: #767676;
      border-bottom: 1px solid #ddd;
      padding-bottom: 1em;
      background-color: #f7f6f0;
      letter-spacing: .2px;
      }

      h5 {
      font-weight: bold;
      font-size: 13px;
      letter-spacing: .10em;
      }

      #divPreference {
      margin-top: 1.5em;
      }

      #divPreference .col-header {
      font-weight: normal;
      color: #000000;
        padding: .5em 0;
        color: #767676;
    }

    #divPreference p {
        font-size: 13px;
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    > .col, > [class*="col-"]

{
    padding-right: 0;
    padding-left: 0;
}

}

.dynamic-bg {
    background-color: #FFFFFF;
      }

      .condensed {
      font-family: 'Maven Pro', sans-serif;
      font-size: 1.25em;
      }

      #profileSummary tr.sectionheader td {
      padding-left: .5em !important;
      }

      .table-header {
      border-bottom: 1px dashed #ddd;
      color: #000000;
    padding-bottom: .25em;
    margin: 0px;
}

#header-mobile {
    padding: 0 1em;
    font-size: .70em;
    font-weight: bold;
}

    #header-mobile i {
        font-size: 1.9em;
    }

    #header-mobile a {
        color: #000000;
      }

      #header-mobile a i.fa {
      color: #24325c;
      }

      .header-mobile-left {
      text-align: left;
      padding-top: 2.3em;
      }

      .header-mobile-center {
      height: 60px;
      text-align: center;
      }

      .header-mobile-right {
      text-align: right;
      padding-top: 2.35em;
      }

      input:-webkit-autofill,
      input:-webkit-autofill:hover,
      input:-webkit-autofill:focus,
      textarea:-webkit-autofill,
      textarea:-webkit-autofill:hover,
      textarea:-webkit-autofill:focus,
      select:-webkit-autofill,
      select:-webkit-autofill:hover,
      select:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
      }


      /* # Begin CSS Div Tables Classes
      ---------------------------------------------------------------------------------------------------- */

      .data-grid {
      margin-bottom: 2em;
      }


      .data-grid .row {
      padding: .5em 0;
      /*margin :0;
      border-bottom: 1px solid #efefef;
      display:flex;
      align-items:center;*/
      }

      .data-grid .row label {
      }

      .data-grid .caption {
      border-bottom: 1px dashed #ccc;
      color: #000000;
      font-family: 'Maven Pro', sans-serif;
      margin-bottom: .25em;
      }

      .divider {
      border-bottom: 1px dashed #ccc !important;
      padding-bottom: .75em !important;
      }

      /* #Forms
      ---------------------------------------------------------------------------------------------------- */
      form {
      margin: 0;
      padding: 0;
      }

      .form-control {
      font-size: 16px;
      }

      input[type="text"].form-control,
      input[type="email"].form-control {
      border: none;
      border-radius: 0;
      webkit-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      height: 30px;
      }

      /*input[type="text"].form-control:focus,
      input[type="email"].form-control:focus
      {
      border-color: #FF0000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.iga-underline, .iga-no-border {
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.iga-no-border {
    border: none;
}
.form-group {
    margin-bottom:2em;
    position: relative;
}*/

/*.show-hide.ng-hide-add, 
.show-hide.ng-hide-remove {
    transition: all linear 0.2s;
    display: block!important;
    position: absolute;
}*/

/*.show-hide.ng-hide-add.ng-hide-add-active,
.show-hide.ng-hide-remove,
.show-hide.ng- {
    top: -10px;
    display: block!important;
    position: absolute;
    opacity: 0;
}*/

/*.show-hide.ng-hide-add,
.show-hide.ng-hide-remove.ng-hide-remove-active {
    top: -10px;
    opacity: 1;
    display: block!important;
    position: absolute;
}*/

/*.form-group > label {
    position: absolute;
    top: -10px;
    color: #999;
    letter-spacing: .05em;
    font-size: 0.80em;
    font-weight: normal;
    z-index:10;
    transition: 0.2s ease all;
    opacity: 0;
}*/
/*.form-group > input {
   
}*/

/*.invalid-feedback {
    display: none;
    color:red;

}*/

.pagination {
    margin: 0 0 1em 0;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #FFFFFF;
        cursor: default;
        
        margin-right: .5em;
        background-color: #FF0000; 
        border-color: #FF0000;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
        margin-right: .5em;
    }

    .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span,
    .pagination > li:first-child > a, .pagination > li:first-child > span,
    .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span,
    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0;
        border: none;
    }

    .pagination > li > a, .pagination > li > span {
        margin-right: .5em;
        background-color: #FFFFFF;
        color: #FF0000;
      }

      .disclaimer {
      font-size: 75%;
      padding-bottom: 1em;
      padding-left: 12px;
      text-indent: -12px;
      }

      .test {
      background-color: pink;
      }

      .green {
      color: #479857;
      }

      /* #Icons
      ---------------------------------------------------------------------------------------------------- */
      .icon {
      font-family: 'FontAwesome';
      color: #000000;
      font-size: 1.33333333em;
      }

      .settings-icon {
      color: #000000;
      }

      .settings-icon-label {
      color: #000000;
      }

      .icon-2x {
      font-size: 2em;
      }

      .icon-4x {
      font-size: 4em;
      }

      .icon-stack-1x {
      font-size: .5em;
      }

      .icon-stack-2x {
      font-size: 1.5em;
      }

      .menuicon-stack-2x {
      color: white;
      font-size: 2em;
      }

      .menuicon-2x {
      color: #FFFFFF;
      font-size: 1em;
      }

      .icon-3x {
      font-size: 3em;
      }

      .user-icon:after {
      content: "\f007";
      }

      .password-icon:after {
      content: "\f023";
      }

      .expand-icon:after {
      content: "\f078";
      }

      .collapse-icon:after {
      content: "\f077";
      }

      .repeat-icon:before {
      content: "\f01e";
      }

      .usd-icon:before {
      content: "\f155";
      }

      .icon-inline-error {
      color: red !important;
      font-size: 140%;
      margin-top: 5px;
      }
      /*icons end*/

      .panel {
      border-width: 1px 0;
      border-color: #dddddd;
      border-radius: 0;
      margin: 0em;
      max-width: none;
      min-height: none;
      /* Don't change the LR padding or else it blows up */
      padding: 1em;
      box-shadow: none;
      -webkit-box-shadow: none;
      }

      .bannerCampaign {
      border-width: 1px 0;
      border-color: #dddddd;
      border-radius: 0;
      margin: 0em;
      max-width: none;
      min-height: none;
      /* Don't change the LR padding or else it blows up */
      padding: 1em;
      box-shadow: none;
      -webkit-box-shadow: none;
      }

      #main .panel {
      margin: .5em auto 0 auto;
      }

      #main .bannerCampaign {
      margin: .5em auto 0 auto;
      }

      .panel-content-med {
      }

      .panel-content-sm {
      }

      .text-nowrap {
      font-size: 12px;
      color: #1a1919;
      font-family: 'Maven Pro', sans-serif;
      }



      #logo-container {
      padding: 2.5em 0 3em 0;
      border-bottom: 2px solid #333;
      }

      #left-nav {
      border-top: 1px solid #445269;
      font-size: 13px;
      padding: 2.5em 0;
      }

      #left-nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      }

      #left-nav ul li a {
      color: #FFFFFF;
            display: block;
            padding: 8px;
            font-weight: bold;
            border-left: 4px solid #354052;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

    #left-nav li a:hover {
        color: #fff;
        background-color: #545454;
        border-left: 4px solid #2a3342;
    }

    #left-nav li a.selected {
        color: #fff;
        background-color: #545454;
      border-left: 4px solid #ada564;
      }

      #left-nav i, #left-nav-footer i {
      margin-right: 8px;
      }
      #left-nav-footer {
      color: #FFFFFF;
      font-size: 12px;
      border-top: 1px solid #445269;
      padding: 2.5em 0 3em 40px;
      text-indent: -12px;
      }

      #left-nav-footer a {
      color: #FFFFFF;
      }

      .login-label-no-transition {
      top: -8px;
      left: 0;
      font-size: 12px;
      opacity: 1;
      }

      .text-primary {
      color: black;
      }

      .footer-copyright {
      margin: 2em 1em;
      }

      /*PayPage Summary - Confirmation Page*/
      #accountInfo {
      width: 100%;
      }

      #payInfo {
      width: 100%;
      }

      #payAmount {
      width: 100%;
      }

      .terms-text {
      padding-left: 0px;
      line-height: .25em;
      }

      .green {
      color: #479857;
      }

      .label-cell {
      width: 40%;
      text-align: right;
      text-transform: capitalize;
      vertical-align: top;
      }

      .value-cell {
      width: 40%;
      text-align: left;
      vertical-align: bottom;
      padding-left: 1em;
      font-family: 'Maven Pro', sans-serif;
      }

      #confirmation {
      width: 100%;
      }

      #confirmation > tbody tr td.label-cell {
      width: 50%;
      font-size: .85em;
      text-align: right;
      text-transform: capitalize;
      padding: 3px;
      }

      #confirmation > tbody tr td.value-cell {
      width: 50%;
      padding-left: 1em;
      }

      .confirmation {
      
      border-collapse: collapse;
      }

      .confirmation > tbody tr td.label-cell {
      width: 50%;
      font-size: .85em;
      text-align: right;
      text-transform: capitalize;
      padding-bottom: 3px;
      }

      .confirmation > tbody tr td.value-cell {
      width: 50%;
      padding-left: 1em;
      padding-bottom: 3px;
      }

      #enrollInfo {
      width: 100%;
      }

      #enrollInfo > tbody tr td.label-cell {
      width: 30%;
      font-size: .85em;
      text-align: left;
      vertical-align: top;
      text-transform: capitalize;
      }

      #enrollInfo > tbody tr td.value-cell {
      width: 40%;
      font-size: .85em;
      text-align: left;
      vertical-align: bottom;
      }

      #payDateAmount {
      width: 100%;
      }

      #payDateAmount > tbody tr td.label-cell {
      width: 80%;
      font-size: 1em;
      text-align: right;
      vertical-align: top;
      text-transform: capitalize;
      white-space: nowrap;
      padding-right: 1em;
      }

      #payDateAmount > tbody tr td.value-cell {
      width: 20%;
      font-size: 1em;
      text-align: right;
      vertical-align: bottom;
      white-space: nowrap;
      }

      .dynamic-content-speedbump,
      .dynamic-content-right-panel,
      .dynamic-content-footer-panel {
      
      }

      .btn-cell {
      text-align: right;
      }

      .makePrimary {
      margin:1em 0 1em 0;
      
      font-size: 16px;
      background-color: rgba(242, 242, 242, 1);
      border-radius:4px;
      padding:11px 4px 4px 4px;
      }

      .text-hdr {
      font-weight: bold;
      font-size: 80%;
      float: left;
      padding-top: 4px;
      }

      .text-xlarge {
      font-size: 1.5em;
      }

      .text-highlight {
      color:#FF0000;
      }

      .btn-red {
      background-color: #FF0000 !important;
      border-color: #FF0000 !important;
      color: #fff !important;
      outline: 0 !important;
      }

      .history-title {
      margin-bottom: 1em;
      }
      /*end PayPage Summary - Confirmation*/


      .fieldError {
      color: red;
      font-size: .75em;
      margin-top: -1em;
      }

      .form-group {
      }

      .form-group.no-input {
      border-bottom: 1px solid #fff;
      }

      .btn-info {
      background-image: none;
      background-color: #545454!important;
      color: white;
      font-family: 'Maven Pro', sans-serif;
      /* font-size: 11px; */
      padding: 6px;
      border-color: #545454!important;
      }

      .btn-info span {
      color: #FFFFFF!important;
      }

      .btn-success {
      background-image: none;
      background-color: #FF0000!important;
      color: white;
      font-family: 'Maven Pro', sans-serif;
      /* font-size: 11px; */
      padding: 6px;
      border-color: #FF0000!important;
      }

      .btn-success.disabled, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:hover {
      background-color: #FFFFFF;
      color: #FF7D7D;
      border-color: #6c757d>;
      font-family: 'Maven Pro', sans-serif;
      box-shadow: none !important;
      }

      .btn-right-align {
      float:right;
      }

      .btn-primary {
      background-image: none;
      background-color: #FF0000!important;
      color: white;
      font-family: 'Maven Pro', sans-serif;
      /* font-size: 11px; */
      padding: 12px 2em;
      border-color: #FF0000!important;
      }

      .btn-pay {
      background-image: none;
      background-color: #FF0000;
    color: #FFFFFF!important;
    outline: none!important;
    font-family: 'Maven Pro', sans-serif;
    border-color: #FF0000;
    margin-top: 1em; 
    padding: 12px 2em;
}

.btn-pay:hover {
    color: #fff;
    background-color: #AA0000;
    border-color: #AA0000;
    }

      .btn-block {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: .5em;
      }


      /*
      .btn-pay:focus, .btn-pay:hover, .btn-pay.focus{ color:white;}
      .btn-default:hover{
      color: #FFFFFF;
    background-color: #FF0000;
      }
      .btn-primary:hover, .btn-primary:active, .btn-primary.active:hover, .btn-primary:active:hover,
      .btn-primary:focus, .btn-success:hover, .btn-success:active, .btn-success.active:hover, .btn-success:active:hover,
      .btn-success:focus{
      
      background-color: #FF0000!important;
      color:white;
      font-family: 'Maven Pro', sans-serif;
      border-color: #FF0000!important;
      outline: 0 !important;
      box-shadow: none;
      }*/
      .tabs {
      background-color: lightgray
      }

      .tabs li {
      margin: 1em 0 0 1em
      }

      .tabs li.selected {
      background-color: white
      }

      .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:hover,
      .btn-success.disabled, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:hover{
      
      background-color: #AA0000!important;
      border-color: #AA0000!important;
      font-family: 'Maven Pro', sans-serif;
      }

      .btn-default {
      background-image: none;
      background-color: white;
      color: #545454;
      font-family: 'Maven Pro', sans-serif;
      border-color: #545454;
      padding: 12px 2em;
      }

      .btn-back {
      background-image: none;
      background-color: white;
      color: #545454;
      font-family: 'Maven Pro', sans-serif;
      border-color: #545454;
      padding: 12px 4em;
      }

      .btn-back:hover, .btn-back:active, .btn-back:focus{
      background-color: #e0e0e0;
      }
      /*
      .btn-default:hover, .btn-default:active, .btn-default:focus{
      color: #FF0000;
      background-color: #FFFFFF;
      border-color: #FF0000;
      font-family: 'Maven Pro', sans-serif;
      outline: 0 !important;
      }*/
      .btn-default.disabled, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled]:hover {
      background-color: #FFFFFF;
      color: #FF7D7D;
      border-color: #FF7D7D;
      font-family: 'Maven Pro', sans-serif;
      box-shadow: none !important;
      }
      /*.btn{
      background-image:none;
      padding:6px 15px 6px 15px;
      border-radius:15px;
      outline:0 none;
      }*/
      .btn-pills {
      background-image: none;
      padding: 6px 15px 6px 15px;
      border-radius: 5px;
      outline: 0 none;
      font-size: 80%;
      color: #000000;
      }

      .btn-pills:hover {
      
      border-color: #adadad;
      outline: 0 none;
      }
      /*
      .btn-pills:focus, .btn-pills:hover, .btn-pills:active:focus, .btn-pills.active:focus{
      background-color:white;
      outline:0 none;
      }
      */
      .btn-link {
      color: #545454;
      font-family: 'Maven Pro', sans-serif;
      font-size: 12px;
      font-weight: bold;
      }
      /*
      .btn-link:focus, .btn-link:hover, .btn-link:active:focus{
      color: #FF0000;
    text-decoration:none;
    background-color:inherit;
    border-color:transparent;
    outline:0 none;
}
    */
chb
.btn-tab {
    border: 1px solid dimgray;
    background-color: white;
    border-radius: 0;
    width: 20em;
}

.btn-tab.active {
    color: rgb(2,191,184);
    background:#FF0000;
      }

      .btn-wide {
      background-image: none;
      /*background-color:white;*/
      border-radius: 5px;
      width: 20em;
      white-space: normal;
      }

      .btn-thin {
      padding: 8px 3em;
      font-size: 12px;
      }

      .btn-narrow {
      width: 6em;
      padding: 6px;
      }

      .btn-popover {
      text-align: left;
      color: gainsboro;
      padding: 0;
      border-width: 0;
      }

      .btn:focus {
        outline: 0 !important;
      }

      /* ----------------- Modal Popup -------------- */

      .float-right {
      float: right;
      }

      .modal {
      font-size: .85em
      }

      .modal-content {
      border: none !important;
      }

      .modal-header {
      text-align: center;
      background-color: #000000;
      color: #fff;
      border-bottom: none;
      padding: 2em 1em 0;
      }

      .modal-header i {
      color: #fff;
      
      padding-bottom: 10px;
      }

      .modal-title {
      font-family: 'Maven Pro', sans-serif;
      font-size: 1.5em;
      }

      .modal-body {
      color: #fff;
      background-color: #000000;
      padding: 1em 1.5em;
      line-height: 1.75em;
      font-size: 1.1em;
      }

      .modal-body form {
      margin: 0;
      }

      .modal-footer {
      text-align: center;
      border-top: none;
      padding: 1.5em;
      }

      img.modal-close {
      opacity: 1;
      position: absolute;
      top: -10px;
      right: -10px;
      cursor: pointer;
      }

      .register-now {
      margin: 1em 0 1em 0;
      }

      .pay-as-guest {
      margin
      }
      /* End Modal */

      /* Modal Secondary */
      .modal-secondary {
      background-color: #f7f6f0;
      color: #333;
      border: 1px solid #ADA563;
      line-height: 1.5em;
      font-size: .95em;
      }

      .modal-header.modal-secondary {
      color: #000000;
    color: #FFF;
    text-align: left;
    padding: .5em 1em;
}

.modal-body.modal-secondary {
    color: #767676;
}

    .modal-body.modal-secondary ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.modal-secondary ul li {
    font-size: .9em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: no-wrap;
    margin-top: .25em;
}

.modal-secondary label {
    font-size: 1.1em;
    color: #333;
    vertical-align: middle;
    width: 100%;
}

    .modal-secondary label i {
        font-style: normal;
        float: left;
        margin-right: .5em;
        margin-top: 2px;
    }

.bullet-phone-type {
    padding-right: 1em;
    float: left;
}

.bullet-phone-number {
    float: right;
}
/* End Modal Secondary */

.designdoc {
    display: none;
}

.betterdesign {
    display: block;
}
/*.form-control {
    padding:0;
}*/
.fa-5x {
    color: cadetblue;
}
/*.fa-2x {
    font-weight:100;
    color:cadetblue;
}*/

.input-group-addon {
    border: none;
    background-color: #fff;
    padding: 0;
}

.front {
    padding-right: 8px;
    padding-top: 8px;
}

.static-value-display {
}

    .static-value-display label {
        display: block;
        font-size: 10px;
        margin-bottom: 3px;
    }

.box {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 4px;
}

.box-gray {
    background-color: #efefef;
    color: #555;
}

/*slide*/
.wrapper {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 1.5em;
    border: 1px solid black;
}

#slide {
    position: absolute;
    left: -300px;
    width: 300px;
    height: 1em;
    /*background: blue;*/
    transition: 1s;
}

.wrapper:hover #slide {
    transition: 1s;
    left: 0;
}
/*animation*/
.content-area {
    /*border: 1px solid black;*/
    /*margin-top: 10px;*/
    padding: 10px;
}

.sample-show-hide {
    transition: all linear 0.5s;
}

    .sample-show-hide.ng-hide {
        opacity: 0;
    }


/*Float Label*/
.floating-label-wrapper {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    width: 100%;
}

.floating-label {
    color: #000000;
      font-size: 14px;
      font-family: 'Maven Pro', sans-serif;
      position: absolute;
      pointer-events: none;
      top: 14px;
      transition: 0.2s ease all;
      opacity: 0;
      white-space: nowrap;
      }

      .floating-label-login {
      color: #000000;
      font-family: 'Maven Pro', sans-serif;
      position: absolute;
      pointer-events: none;
      white-space: nowrap;
      }

      .form-control:focus ~ .floating-label,
      .form-control:not(.empty) ~ .floating-label {
      top: -4px;
      left: 0;
      font-size: 10px;
      opacity: 1;
      }

      .form-control:focus ~ .floating-label {
      color: #7E7E7E;
      }

      .form-control.empty ~ .floating-label {
      opacity: 1;
      }

      /*2 line label*/
      .floating-label-2 {
      color: #000000;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    top: 6px;
    transition: 0.2s ease all;
    opacity: 0;
    white-space: nowrap;
}

.form-control:focus ~ .floating-label-2,
.form-control:not(.empty) ~ .floating-label-2 {
    top: -24px;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    opacity: 1;
}

.form-control:focus ~ .floating-label-2 {
    color:#FF0000;
      }

      .form-control.empty ~ .floating-label-2 {
      top: -24px;
      opacity: 1;
      }


      .floating-label-wrapper > .float-input {
      position: static;
      margin-top: 2px;
      padding-bottom: 0; /* height:28px; */
      border: none;
      box-shadow: none;
      border-radius: 0;
      padding-left: 0;
      }

      .floating-label-wrapper > .float-input:focus {
      }

      .form-control:read-only {
      background-color: #fff !important;
      }

      .cc-mask {
      font-size: 1.15em;
      margin-top: 13px;
      padding-bottom: 4px;
      color: #555;
      }

      .chk-mask {
      font-size: .85em;
      padding-bottom: 4px;
      margin-top: 13px;
      color: #555;
      }

      /* Used to hide prompt when a mask is used. (phone or zip formating) */

      input::-webkit-input-placeholder.hide-mask-prompt {
      opacity: 0;
      }

      input:-moz-placeholder.hide-mask-prompt { /* Firefox 18- */
      opacity: 0;
      }

      input::-moz-placeholder.hide-mask-prompt { /* Firefox 19+ */
      opacity: 0;
      }

      input:-ms-input-placeholder.hide-mask-prompt {
      opacity: 0;
      }

      /*animated checkbox and radio*/
      /*
      ::-moz-selection {
      background: white;
      }
      */

      /* will hide what is drag-selected
      ::selection { background: white; }
      */

      @-webkit-keyframes icon-beat {
      0% {
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      }

      100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      }
      }

      @keyframes icon-beat {
      0% {
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      }

      100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      }
      }

      /** {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      }*/



      .chb, .rdo {
      display: block;
      position: relative;
      padding-left: 0;
      line-height: 18px;
      font-weight: normal;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      }

      /*.chb:last-of-type { margin-right: 1rem; }*/

      .chb i, .rdo i {
      display: inline-block;
      height: 25px;
      position: relative;
      top: 5px;
      font-style: normal;
      color: #000000;
      vertical-align: baseline;
      }

      .chb span, .rdo span {
      display: inline-block;
      margin-left: 0px;
      line-height: 25px;
      /*color: gray;*/
      }

      label.chb {
      font-size: 80%;
      }

      input::selection {
      background-color: gainsboro;
      }


      input[type="radio"],
      input[type="checkbox"] {
      z-index: -1;
      opacity: 0;
      }

      input[type="radio"]:focus + i:before,
      input[type="checkbox"]:focus + i:before {
      border-bottom: 2px solid #000000;
      }

      input[type="radio"] + i:before,
      input[type="checkbox"] + i:before {
      font-family: 'FontAwesome';
      font-size: 2.5em;
      height: 25px;
      width: 25px;
      display: inline-block;
      }

      input[type="radio"]:checked + i,
      input[type="checkbox"]:checked + i {
      position: relative;
      -webkit-animation: icon-beat 0.1s ease;
      animation: icon-beat 0.1s ease;
      }

      input[type="radio"]:checked + i + span,
      input[type="checkbox"]:checked + i + span {
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease;
      }

      input[type="radio"] + i:before {
      content: "\f1db";
      margin-right: .15em;
      color: #999;
      }

      input[type="radio"]:checked + i:before {
      content: "\f192";
      }

      /*input[type="radio"]:checked + i + span,*/
      input[type="radio"]:checked + i:before {
      color: #000000;
      }

      input[type="checkbox"] + i:before {
      content: "\f096";
      }

      input[type="checkbox"]:checked + i:before {
      content: "\f046";
      }

      /*input[type="checkbox"]:checked + i + span,*/
      input[type="checkbox"]:checked + i:before {
      color: #000000;
      }





      .chb.email input[type="radio"] + i:before {
      content: "\f003";
      color: #000000;
      }

      .chb.email input[type="radio"]:checked + i:before {
      content: "\f0e0";
      color: #000000;
      }

      .chb.email input[type="checkbox"] + i:before {
      content: "\f003";
      color: #000000;
      }

      .chb.email input[type="checkbox"]:checked + i:before {
      content: "\f0e0";
      color: #000000;
      }



      .chb.paper input[type="radio"] + i:before {
      content: "\f0f6";
      color: #000000;
      }

      .chb.paper input[type="radio"]:checked + i:before {
      content: "\f15c";
      color: #000000;
      }

      .chb.paper input[type="checkbox"] + i:before {
      content: "\f0f6";
      color: #000000;
      }

      .chb.paper input[type="checkbox"]:checked + i:before {
      content: "\f15c";
      color: #000000;
      }


      .chb.mobile {
      font-size: 1.20em;
      }
      /* Resizing the befores is inconsistent in different browsers. */

      .chb.mobile input[type="radio"] + i:before {
      content: "\f10b";
      font-size: color: #b8d6e5;
      }

      .chb.mobile input[type="radio"]:checked + i:before {
      content: "\f10b";
      color: #000000;
      }

      .chb.mobile input[type="checkbox"] + i:before {
      content: "\f10b";
      color: #b8d6e5;
      }

      .chb.mobile input[type="checkbox"]:checked + i:before {
      content: "\f10b";
      color: #000000;
      }



      .chb.english input[type="radio"] + i:before {
      content: "EN";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #b8d6e5;
      }

      .chb.english input[type="radio"]:checked + i:before {
      content: "EN";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #000000;
      }

      .chb.english input[type="checkbox"] + i:before {
      content: "EN";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #b8d6e5;
      }

      .chb.english input[type="checkbox"]:checked + i:before {
      content: "EN";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #000000;
      }

      .chb.spanish input[type="radio"] + i:before {
      content: "SP";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #b8d6e5;
      }

      .chb.spanish input[type="radio"]:checked + i:before {
      content: "SP";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #000000;
      }

      .chb.spanish input[type="checkbox"] + i:before {
      content: "SP";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #b8d6e5;
      }

      .chb.spanish input[type="checkbox"]:checked + i:before {
      content: "SP";
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif; !important;
      color: #000000;
      }


      .inline-chb input[type="checkbox"]:checked + i:before {
      color: red;
      }

      .inline-chb input[type="checkbox"] + i:before {
      color: red;
      }

      .carousel-control {
      left: -12px;
      height: 40px;
      width: 40px;
      background-image: none;
      border: none;
      color: cadetblue;
      margin-top: 40px;
      }

      #paymentMethodCarousel .carousel-control.right {
      right: -12px;
      background-image: none;
      top: 50px;
      }

      #paymentMethodCarousel .carousel-control.left {
      background-image: none;
      top: 50px;
      }

      #paymentMethodCarousel .carousel-caption {
      color: #FF0000;
    text-shadow: none;
    text-align: center;
    left: auto;
    right: auto;
    /*background-color:red;*/
    position: relative;
    height: 50px;
    top: 0;
    /*top: auto;*/
}

#paymentMethodCarousel .primaryPaymentMethod {
    position: absolute;
    left: 25%;
    border-radius: 0;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    background-color: rgb(2,191,184);
}

#paymentMethodCarousel .deletingPaymentMethod {
    position: absolute;
    left: 65%;
    border-radius: 0;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    background-color: rgb(255,100,100);
}

#paymentMethodCarousel .carousel-indicators li {
    border-color: black;
    display: none;
}

#paymentMethodThumbnails img {
    border: 3px solid white;
    margin: 0px;
    padding: 5px;
    cursor: pointer;
}

    #paymentMethodThumbnails img:hover {
        border: 1px solid lightgrey;
    }

#paymentMethodThumbnails span.selected img {
    border: 1px solid black;
}

.progress {
    border-radius: 15px;
}

.progress-bar {
    background-color:#FF0000;
    background-image: -webkit-linear-gradient(left, gray 0%, #FF0000 100%);
      background-image: -o-linear-gradient(right, gray 0%, #FF0000 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(gray), to(#FF0000));
      background-image: linear-gradient(to right, gray 0%, #FF0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
    text-align: right;
    padding-right: 1em;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
/* #pnlmain{
    margin:0 auto;
    padding:.5em;
    min-height:600px;
	height:auto; */
}

.container-right {
    margin-top: 2em;
    padding: 0 1em 0 1em;
}

.btnRow-right {
    text-align: center;
}

.btnRow-left {
    text-align: left;
}

.container-left {
    margin-top: 2em;
    padding: 0;
}

#sessioninfo {
    padding: 0;
}

#breadcrumb {
    color: #000000;
      font-size: 10px;
      letter-spacing: .075em;
      padding-bottom: 1em;
      }

      #breadcrumb i {
      margin-right: .5em;
      }

      .breadcrumb-separator {
      margin-left: .75em;
      }

      #breadcrumb a {
      color: #24325c;
      }

      #header h1 {
      margin: 0;
      padding: 0;
      font-family: 'Maven Pro', sans-serif;
      color:#000000;
    font-size: 1.4em;
    font-weight: normal;
}

a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #FF0000;
}

       .layout-image_L_Alt_Logo
        {
        width: 300px;
        display:block; margin-left:auto; margin-right:auto;
        }

.pagetitle {
    color: #000000;
      font-family: 'Maven Pro', sans-serif;
      font-size: 20px;
      }

      .pagewelcome {
      font-size: 20px;
      font-family: 'Maven Pro', sans-serif;
      color: #767676;
      }

      .logout {
      color: #000000;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: .15em;
        }
        /*.innercontainer{
        width: 100%;
        max-width: 800px;
        background-color: aqua;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        }*/
        /*.innercontent{
        max-width:600px;
        margin: 0 auto;
        }*/
        .content {
        max-width: 400px;
        margin: 0 auto;
        }

        .profileSummaryContent {
        margin: 0 auto;
        position: relative;
        text-align: left;
        }

        .profileContent {
        max-width: 400px;
        margin: 0 auto;
        }

        .contactContent {
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        }

        .passwordContent, .usernameContent {
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        }

        .settingsContent {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        }

        .loginContent {
        /*max-width:400px;
        min-height:300px;*/
        margin: 0 auto;
        position: relative;
        }

        .enrollContent {
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        }

        .loginLogo {
        width: 300px;
        /*height: 75px;*/
        margin-bottom: 1em;
        }

        

        .historyContent {
        max-width: 400px;
        margin: 0 auto;
        }
        /*.myAccountsContent {
        font-size: 13px;
        }*/

        .loginSectionHeader {
        color: #ada462;
        }

        .section {
        /*width:inherit;*/
        text-align: left;
        }

        .sectionheader {
        color:#000000;
      font-family: 'Maven Pro', sans-serif;
      }

      .subsectionheader {
      color:#000000;
      font-size: 15px;
      font-family: 'Maven Pro', sans-serif;
      }

      .sans-subheader {
      text-transform: uppercase;
      font-size: 72%;
      font-weight: bold;
      letter-spacing: .2em;
      margin-bottom: -.5em;
      }

      .itemlabel {
      color: #000000;
      font-size: 75%;
      font-weight: normal;
      }

      .itemlabeltop {
      font-size: 75%;
      color: #767676;
      margin-top: -10px;
      }
      /*.itemvalue {
      font-family: 'Maven Pro', sans-serif;
      color:#1a1919;
      font-weight:normal;
      letter-spacing: .03em;
      }*/

      .itemvalue, .condensed {
      font-family: 'Maven Pro', sans-serif;
      }

      .itemvalue {
      color:#1a1919;
      }

      .total-line-item {
      color: #1a1919;
      }

      .total-line-item .itemvalue {
      font-size: 110%;
      }

      .total-line-item .itemlabel {
      font-size: 85%;
      }

      .due-date {
      font-weight: bold;
      font-family: 'Maven Pro', sans-serif;
      }

      .steplabel {
      color: #4d4d4d;
      font-size: 14px;
      text-align:left!important;
      }

      .stepvalue {
      color: #1a1919;
      font-size: 14px;
      font-family: 'Maven Pro', sans-serif;
      padding-top: 2px;
      color: #545454;
      text-align:right!important;
      }

      #confirmation .stepvalue {
      padding-top: 5px;
      }
      
      .footer-links-alignment {
      text-align:right;
      }

      hr {
      border-top: 1px dashed;
      color: #ccc;
      width: 100%;
      margin-top: .5em;
      }

      .colxspadding {
      padding: 0 5px 0 5px;
      }

      .payment-no-padding {
      padding-left:0px;
      padding-right:0px;
      }

      .forgot {
      text-align: center;
      padding-top: 1em;
      padding-bottom: 1em;
      }

      .btn-wide-medium {
      width:13em;
      }

      .btnFullWidth {
      width: 100%;
      }

      .btnHalfWidth {
      width: 45%;
      }

      .pastDue {
      color: red;
      }

      .fieldError {
      color: red;
      }

      .masked {
      font-style: italic;
      }

      .overflow-ellipsis {
      white-space: nowrap;
      width: 6em;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: bottom;
      }

      .chb .overflow-ellipsis {
      margin-left: 0;
      }

      .typeahead-account .custom-popup-wrapper {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      background-color: #FFFFFF;
    border: 1px solid #000000;
    min-width: 400px;
}

    .typeahead-account .custom-popup-wrapper > .message {
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        color: #868686;
    }

    .typeahead-account .custom-popup-wrapper > .dropdown-menu {
        position: static;
        float: none;
        display: block;
        min-width: 250px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        font-size: small;
    }

.uib-typeahead-match.active {
    background-color: #FF0000;
      }

      #accountList > .active > a, #accountList > .active > a:hover, #accountList > .active > a:focus {
      color: cadetblue;
      }

      .sortorder:after {
      content: '\25b2';
      /*color: rgb(2,191,184);*/
      margin-left: 3px;
      font-size: 85%;
      }

      .sortorder.reverse:after {
      content: '\25bc';
      /*color: rgb(2,191,184);*/
      }

      .btn-white {
      background-color: white;
      border: 1px solid;
      height: 40px;
      width: 200px
      }

      .btn-blue {
      color: white;
      background-color: #08215A;
      height: 40px;
      width: 200px
      }

      .btn-blue:hover {
      color: white;
      }

      .close-nav {
      color: white;
      position: absolute;
      top: 10px;
      right: 10px;
      }

      /*.innercontainer{
      background-color:pink;
      margin-right: auto;
      margin-left: auto;
      }*/

      .my-fixed-bottom {
      position: fixed !important;
      bottom: 0px;
      left: 0px;
      width: 100%;
      margin: 0;
      background-color: #efefef;
      border-top: 1px solid #dddddd;
      padding-top: .5em;
      padding-bottom: .5em;
      }

      #overview-content {
      padding-bottom: 0em;
      }

      .row {
      /*position:relative;*/
      }

      .bottom-align-text {
      width: 100%;
      position: absolute;
      bottom: 0;
      margin-right: auto;
      margin-left: auto;
      border-top: 2px solid #333;
      }

      .popover {
      width: 300px;
      
      background-color: #000000;
      color: white;
      margin: -125px;
      }

      .popover.bottom .arrow {
      left: 95% !important;
      }

      .popover.bottom .arrow:after {
      border-bottom-color: #24325c;
      }

      [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
      display: none !important;
      }
      /*
      .container-fluid, .container {
      height:auto;
      }
      */


      .bannerCampaign {
      max-width: 800px;
      margin: 0;
      padding: 0.5em;
      text-align: center;
      }

      .bannerCampaign img {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
      margin-left: auto;
      margin-right: auto;
      }

      /* # Media Queries
      ---------------------------------------------------------------------------------------------------- */
      @media(max-width:699px) {
      .bannerCampaign > .mydesktop {
      display: none;
      }

      

      .btn-wide-medium {
      width:100%;
      }
      .footer-links-alignment {
      text-align:left;
      }

      .bannerCampaign > .mymobile {
      display: inline;
      text-align: center;
      }
      }

      @media(min-width:700px) {
      .bannerCampaign > .mydesktop {
      display: inline;
      text-align: center;
      }

      .bannerCampaign > .mymobile {
      display: none;
      }
      }

      @media(min-width:992px) {

      body {
      background-color: #F2F2F2;
      }

      .popover {
      width: 400px;
      max-width: 400px;
      
      background-color: #000000;
      color: white;
      margin: -158px;
      }

      .popover.bottom .arrow {
      left: 90% !important;
      }

      .popover.bottom .arrow:after {
      border-bottom-color: #24325c;
      }

      .form-control {
      font-size: 14px;
      }

      .forgot {
      padding-top: .75em;
      text-align: left;
      }

      .signin {
      text-align: right;
      margin: 0;
      }

      .btnFullWidth {
      width: inherit;
      }

      .btnHalfWidth {
      width: auto;
      }

      .btn-pay {
      margin-top: 0;
      color: #FFFFFF!important;
        outline: none!important;
        }

        .profileSummaryContent {
        max-width: 600px;
        margin: 0 auto;
        }

        .profileContent {
        max-width: 440px;
        margin: 0 auto;
        position: relative;
        }

        .contactContent {
        max-width: 460px;
        margin: 0 auto;
        position: relative;
        }

        .passwordContent, .usernameContent {
        max-width: 460px;
        /*min-height:420px;*/
        margin: 0 auto;
        position: relative;
        }

        .settingsContent {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        }

        .loginContent {
        max-width: 560px;
        margin: 0 auto;
        margin-top: 3em;
        position: relative;
        }

        .enrollContent {
        max-width: 560px;
        margin: 0 auto;
        position: relative;
        }

        .loginLogo {
        width: 300px;
        /* height:128px; */
        }

        .historyContent {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        }

        .myAccountsContent {
        max-width: 600px;
        }

        body {
        }
        /*#pnlmain {
        padding:1em;
        margin:0;
        min-height:500px;
        height:auto;
        }*/
        .container-right {
        min-height: 450px;
        margin-top: 2em;
        padding: 0 6em 0 4em;
        }

        .container-left {
        margin-top: 2em;
        padding: 0 2em 0 4em;
        }

        .btnRow-right {
        float: right;
        }

        .btnRow-left {
        text-align: left;
        }

        #sessioninfo {
        padding: 4em 0 2em 1em;
        }
        /*.innercontainer{
        width: 768px;
        min-height: 600px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        }*/
        .colxspadding {
        padding: 0 15px 0 15px;
        }

        .modal-equal-buttons-left {
        width: 48%;
        float: left;
        margin-bottom: 0px;
        }

        .modal-equal-buttons-right {
        width: 48%;
        float: right;
        }

        .panel {
        border: 1px solid #dddddd;
        border-radius: 15px;
        margin: 2em auto;
        max-width: 800px;
        
        padding: 2em;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        background-color: #FFFFFF !important;
        color: #000000;
      }

      /* Removes top margin once logged in on desktop */
      #main .panel {
      margin-top: 0;
      }

      .container-right {
      min-height: 450px;
      margin-top: 2em;
      padding: 0 10em 0 4em;
      }

      .container-left {
      margin-top: 2em;
      padding: 0 5em 0 4em;
      }

      .btnRow-right {
      float: right;
      }

      .paypagecontainer {
      width: 800px;
      }

      .my-fixed-bottom {
      position: static !important;
      background-color: none;
      border-top: none;
      width: 100%;
      background-color: #fff;
      padding-top: 0;
      padding-bottom: 0;
      }

      .fixed-bottom-left {
      padding-left: 0;
      }

      .fixed-bottom-right {
      padding-right: 0;
      }

      #overview-content {
      padding-bottom: 0em;
      }

      .btn-block {
      padding-left: 0;
      padding-right: 0;
      }

      .amount-due {
      font-size: 105% !important;
      }

      .history-title {
      margin-bottom: 0em;
      margin-top: 1em;
      }
      }

      @media (min-width: 1032px) {
      /*body {
      overflow-y:hidden;
      }*/
      /*.paypagecontainer{
      width: 800px;
      }*/
      /*.innercontainer{
      width: 800px;
      background-color:purple;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      }*/
      }

      @media(min-width:1200px) {
      /*body {
      overflow-y:hidden;
      }*/

      /*.innercontainer{
      width: 800px;
      background-color:yellow;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      }*/
      }

      .LinkAnnotation {
      cursor: pointer;
      fill: yellow;
      stroke: none;
      fill-opacity: 0.0;
      }

      .LinkAnnotation:hover {
      fill-opacity: 0.3;
      }

      [uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
      display: none;
      }

      .uib-datepicker .btn-default {
      padding:10px!important;
      )
      
      .itemColorRed {
      color: red;
      }

      .itemColorGray {
      color: #767676;
      }

      .BorderBottomRed {
      border-bottom: 1px red solid;
      }

      .BorderBottomRedNoMargin {
      border-bottom: 1px red solid;
      margin-bottom: 0em;
      }

      .text-muted {
      color: ;
 }
      

/*Labels*/
.viewstatement span{
  display:none;
}  
.viewstatement:after {
	content:'';
}
.amountdue span{
  display:none;
}  
.amountdue:after {
	content:'';
}
.amountoverdue span{
  display:none;
}  
.amountoverdue:after {
	content:'';
}
.totalamountdue span{
  display:none;
}  
.totalamountdue:after {
	content:'Total Amount Due';
}
.duedate span{
  display:none;
}  
.duedate:after {
	content:'';
}
.userid span{
  display:none;
}  
.userid:after {
	content:'';
} 
.personalphrase span{
  display:none;
}  
.personalphrase:after {
	content:'';
} 
.contactname span{
  display:none;
}  
.contactname:after {
	content:'';
} 
.account span{
  display:none;
}  
.account:after {
	content:'Account';
} 
.servicefee span{
  display:none;
}  
.servicefee:after {
	content:'';
} 
.edeliveryEnrollLink span{
  display:none;
}  
.edeliveryEnrollLink:after {
	content:'';
}
.signupForEbillsCTA span{
display:none;
}
.signupForEbillsCTA:after {
content:'';
}
.signupForRecurringPayCTA span{
display:none;
}
.signupForRecurringPayCTA:after {
content:'';
}
.signupForBillDueReminderCTA span{
display:none;
}
.signupForBillDueReminderCTA:after {
content:'';
}
.signupForBillDueReminderTextPayCTA span{
display:none;
}
.signupForBillDueReminderTextPayCTA:after {
content:'';
}
.paymentConfirmationActionExitCTA:after {
content:'';
}
.paymentConfirmationActionExitSSOCTA:after {
content:'';
}

/* LoginMode=Default */        

.login-registered {display:block;}
#login_registered {display:block;}
.login-unregistered {display:block;}
#login_unregistered {display:block;}        
    