:root {
    /*--font-stack: 'Roboto', sans-serif;*/
    --font-stack: "Dosis", sans-serif;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
}
    .container {
        height: 100%;
        position: relative;
        color: black;
        padding-top: 1px;
        width: auto;
        font: 15px Verdana, Arial, Helvetica, sans-serif;
        color: #003D50;
        font-family: var(--font-stack);
        font-size: 17px;
    }



    #portal-dashboard {
        margin-top: 0%;
        width: 100%;
        background: #fff;
        color: #000;
        font-size: 16px;
        z-index: 1;
        font-family: var(--font-stack);
        padding-top: 10px;
    }
    /*select pmt table*/
.ui-datatable-tablewrapper {
    overflow: auto;
    border-radius: 4px;
}
/*acct tables*/
body .ui-datatable thead th {
    background: #406d9b;
    color: white;
    text-align: center;
}
/*pmt plan popup overlay*/
body .ui-overlaypanel .ui-overlaypanel-content {
    padding: 0rem;
}
.ui-widget-content .ui-state-default {
    text-shadow: none;
    background: none;
    border: none;
    background: #406d9b;
    /*color: white;*/
}
.pmt_select_panel .ui-widget-content .ui-inputfield
{
    background: white;
    border: 1px solid #e7e7e7;
}

.portal-dashboard .welcomeWrapper {
  position: relative ;
  font-weight: 600;
  background: #F7F7F7 none repeat scroll 0% 0% ;
  border: 1px solid rgba(147, 184, 189, 0.8) ;
  box-shadow: 0px 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset ;
  border-radius: 5px ;
  overflow: auto ;
  box-sizing: border-box ;
  width: 100% ;
  margin: 0 auto ;
  margin-bottom: 20px ;
}

.multAcctsPanel {
    float: left;
    width: 100%;
    height: 35%;
    clear: left;
    font-weight: bold;
    background: rgb(247, 247, 247);
    border: 1px solid #b7b7b7 !important;
    -moz-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
    -webkit-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
    border-style: solid;
    border-width: 2px;
    height: 240px;
    box-sizing: border-box;
}
.multAcctsPanelPP
{
    width: 90%;
    float: left;
    border: 2px solid #021F2F;
    height: 200px;
}
.multAcctsPanelPPwrap
{
    width: 50%;
text-align: center;
float: left;
box-sizing: border-box;
padding-left: 25px;
padding-top: 20px;
clear: left;
}
.clearL
{clear: left;}

.accountsPP
{
width: 55%;
}
.accountWel
{
    width: 25%;
}


.taskPP
{
    float: left;
width: 50%;
box-sizing: border-box;
padding-left: 30px;
padding-top: 10px;
text-align: left;
}

#dateError
{
color: #F00;
float: left;
width: 50%;
box-sizing: border-box;
padding-left: 30px;
height: 20px;
margin-top: 35px;
}
#step3PP
{
    float: right;
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: center;
}
#dateInputPP
{
    float: right;
width: 50%;
box-sizing: border-box;
padding-left: 35px;
padding-top: 20px;
}

.paymentB
{
    margin-top:10px;
}
.hovr:hover {
    background-color: #ff3434
    }

#debtInfo {
    width: 100%;
float: left;
display: inline-block;
background: none repeat scroll 0% 0% #E0E7DD;
border-width: 1px;
border-top-style: inset;
    }  
    

.insideAccountA
{
    margin-left: 20%;
    margin-top: 4%;
}
#paymsBox td:first-child
{
    width: 120px;
}

#signOut
{
    font-size: 15px;
    margin-right: 10px;
    float: right; 
    margin-right: 10px;
    font-size:20px;
    font-weight: bold;
    text-decoration: none;
}
#welcomeMessage
{
    font-size: 30px;   
}


.acctCol {
    text-align: right;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    }

.cell {
    border: 1px solid black;
    border-top: 0px !important;
    border-left: 0px !important;
    }

.headersArran {
    float: left;
background: #C7CFD6 none repeat scroll 0% 0%;
height: 30px;
width: 100%;
font-weight: bold;
color: #000;
    }
#amtError, #acctError 
{
    color: #F00;
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
    height: 20px;
    color:red;
    left: 3%;
    width:50%;
    height: 20px;
}
#label1
{
    width: 50%;
    height: 20px;
    padding-left:15px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
#label2
{
    width: 50%;
    text-align: left;
}
.errorMes
{
    color:red;margin-left: -20px;display: inline-block;
height: 17px;line-height: 15px;
}

.centerPPlabel
{
    float:left; width:100%;font-size: 30px;
}
    
.paymentRow {
    background: #E7E7E7 none repeat scroll 0% 0%;
    width: 100%;
    overflow: auto;
    font-weight: bold;
    color: #000;
    height: 120px;
    position: relative;
    }

.arrangRowTable 
{
    float:left;
    background: #E7E7E7;
    top: 0;
    width: 100%;
    font-weight: bold;
    color: black;
    table-layout: fixed
}
#payPlanOriginated
{
    position:absolute;width:100%;top:20%;
}
.amtInPP
{
    float: left;
    padding-left: 30px;
    padding-top: 20px;
}


.balance 
{
    padding: 2px 4px 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #6F98FC;
    -webkit-box-shadow: 1px 1px 1px #6F98FC;
    box-shadow: 1px 1px 1px #6F98FC;
    font-size: 100%;
    background-color: #021f2f;
    color: white
}


    .payArrngWrapper center
{
    width: 100%;
    position: relative;
    font-size: 30px;
    display: block;
}
   .payArrngWrapper hr
{
    width: 100%;
}
   .payArrngWrapper .multAcctsPanel
{
    float: left;width: 40%;margin: 20px;position:relative;
}
   .payArrngWrapper #accounts
{
    width:55%;
}
   .payArrngWrapper .accountB
{
    width: 90%;
    font-size:14px; 
}
 .payArrngWrapper .accountB input
{
    position:absolute;left:14%;top:10px; 
}
 .payArrngWrapper .accountB span
{
    position:absolute !important;
    left:25% !important;
    top:10px;
}
 .payArrngWrapper #amtError
{
    color: #F00;width: 50%;height: 20px;
}
 .payArrngWrapper #sum
{
    margin-top: 0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; 
                 border: 1px solid #021f2f;
}
 .payArrngWrapper .header
 {
    width:115px;
}
 .payArrngWrapper #payPlanOriginated
 {
    position:absolute;
    width:90%;  
    top:28%;
    margin-left:10px;
}
 .payArrngWrapper .payOptBt
 {
    width: 150px;
    margin: 4px 0px;
    border-radius: 0px;
}
 .payArrngWrapper .dialog
 {
    display:none
}
.dialog
 {
    display:none
}
 .payArrngWrapper #attention-box
 {
    left: 10px;width: 370px;margin-bottom: 25px;
    position: relative;
    float: left;
clear: left;
}
 .payArrngWrapper #attention-box h1
 {
    margin: 4px;color:yellow;
}
.payArrngWrapper #paym-form
{
    float: left;
    margin-left: 40px;
    margin-top: -90px;
}





.payCheckRecWrapper 
{
    position: relative;
    margin-top: 3%;
    margin-left: 2%;
    height: auto;
    width: 96%;
    font-weight: bold;
    background: rgb(247, 247, 247);
    border: 1px solid rgba(147, 184, 189, 0.8);
    -moz-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
    -webkit-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    width:700px;padding-left:15px;
    padding: 5px;
    top: 15px;
    padding-bottom: 15px;
    }
#secure_redirect_form_id, #secure_check_form_id
{
    margin: 0 auto;
    width: 360px;
    padding-bottom: 30px;
    width: 100%;
    font-weight: normal;
    font-family: var(--font-stack);
    color: #003D50;
}

#secure_check_form_id span{
white-space: nowrap;
}
tr, td {
    /*border: 1px solid black;*/
    text-align: center
    }
.ui-grid-cell
{
    
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.ui-grid-row
{
    display: flex;
    clear: both;
    
}

#dialog ul {
    margin-left: 15px
    }

#dialog li {
    list-style-type: disc
    }

#myOptions {
    float: left;
border: 1px solid #ccc;
vertical-align: top;
height: 35px;
display: inline-block;
    }

#selectDate {
   top: 72%;
border: 1px solid #CCC;
vertical-align: top;
height: 35px;
margin-left: 20px;
float: left;
    }

.back, .signOut, #signOut
{padding: 7px 20px !important;
font-size: 14px;
font-family: var(--font-stack);
color: #F1F6F9;
text-shadow: none;
position: relative;
z-index: 100;
border: 1px solid transparent;
border-radius: 30px !important;
background-color: #003D50;
transition: all 0.3s ease 0s;
    font-weight: bold;
    text-decoration: none;
}
#cursor-cover
{
    position:fixed;
    top:0px;
    left: 0px;
    height:100%;
    width:100%;
    z-index: 0;
    visibility: hidden;
}

#paymPlanRemin
{
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;

    font-size: 14px;
    font-size:15px;
    color: red;
    background-color:#D1D1D1;
    border-radius: 5px;
    border-style:solid;
    width: 350px;
}


#paymPlanRemin a
{
    color:#145181;
}
#paymPlanRemin hr
{
    margin-bottom: 3px;
}

#paymPlanRemin center
{
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#paymPlanRemin center:first-child 
{
    font-size:20px;
}
.sub-form
{
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}
.sub-form:hover
{
    cursor: pointer;
}
#buy_button:visited 
{
     border:none;
     outline: 0;
}
#buy_button:selected 
{
    border:none;
    outline: 0;
}
#buy_button:focus 
{
    outline: 0;
}
#buy_button
{
    clear: both;
    margin-top: 15px;
    position: relative;
}

#secure_redirect_form_id div, #secure_redirect_form_id p, 
#secure_check_form_id div, #secure_check_form_id p
{
    box-sizing: border-box;
    padding-top: 5px !important;
    width: 660px;
    margin: 0px auto !important;
    text-align: left;
    
}
#secure_redirect_form_id div, #secure_redirect_form_id p
{
width: 580px;
}
#state option { color: black; }
.empty { color: gray; }



.opaque
{
    color:rgba(255,0,0,1) !important;
}
.transparent
{
    color:rgba(0,0,0,0) !important;
    display:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#00000000) !important;
    zoom:1;
}

.labelPP
{
    font-size: 30px; margin-top: 10px;float:left;width:100%;margin-bottom: 4px;
}
#paym-form h2
{
    float: left;
    width: 150px;
    margin: 4px 0px;
    text-align: center;
    top: 5px;
    padding: 5px 30px;
}

.disappear {
    opacity: 0;
    display: none;
    animation-name: disappear;
    animation-duration: 1500ms;
    animation-direction: reverse;
}
@keyframes disappear {
    from {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}



@keyframes animationName 
{
    20%, 60%,100% {margin-left: -290px}
    0%,40%,80%, 100% {margin-left: -275px}
}


 ol li 
 {
    width: 200px;
    float: left;
  }
    ol li input{
    font-size: 14px !important;
  }
  .fname, .lname {
    width: 250px;
  }
   .phone
  {width: 250px;}
  
  .address1 {
    clear: left;
    width: 400px;
  }
 
  #secure_redirect_form_id .address2 {
    width: 100px !important;
}
  .city {
    clear: left;
    width: 250px;
  }
  .state {
    width: 120px;
  }
  .postal {
    width: 110px;
  }
  .creditc {
    width: 390px;
  }
  .totamt
  {
      width: 100px;
  }
  .x_bankAcountType
  {
      width: 100px;
  }
  .cvc{
      width: 100px;
      clear: left;
  }
  .bankrout{
      width: 250px;
  }
  .bankname
  {width: 250px;clear: left;}
  .bankacct
  {width: 250px;}
  
  #formRP
  {display:none;}

.errorSpan {
    color:red;
    display: inline-block;
    min-width: 200px;
    min-height: 21px;
}    

 .portal-dashboard td, .portal-dashboard span {
    font-size: 1.4rem !important;
}
/*@media screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3)*/ 
@media only screen and (max-width : 767px) and 
(-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (-webkit-device-pixel-ratio: 1)
/*, (max-width: 767px) and (-webkit-device-pixel-ratio: 1)*/

  {
  /* CSS rules for extra small screens */
.portal-dashboard .ui-grid-row {
    flex-wrap: wrap;
}
.portal-dashboard .ui-grid-cell {
    width: 100% !important;
}
.ui-grid-row > .ui-grid-cell:first-child {
     background-color: #e5e5e5;
}

.portal-dashboard #accounts, .portal-dashboard #info,.multAcctsPanel
{
    height:auto !important;
}
 .portal-dashboard #info
{
    padding-bottom: 15px;
}
.multAcctsPanel
{
    position:relative;
}
.portal-dashboard .multAcctsPanel #accounts {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40%;
}
.portal-dashboard .multAcctsPanel .accountWel {
    min-width: unset;
}
.portal-dashboard .multAcctsPanel #info {
    margin-left: 40%;
    box-sizing: border-box;
}
}/*Reset CSS##################################################################################################*/

.portal-dashboard html,
.portal-dashboard body,
.portal-dashboard div,
.portal-dashboard span,
.portal-dashboard object,
.portal-dashboard h1,
.portal-dashboard h2,
.portal-dashboard h3,
.portal-dashboard p,
.portal-dashboard a,
.portal-dashboard address,
.portal-dashboard code,
.portal-dashboard s,
.portal-dashboard sub,
.portal-dashboard var,
.portal-dashboard b,
.portal-dashboard i,
.portal-dashboard center,
.portal-dashboard ol,
.portal-dashboard ul,
.portal-dashboard li,
.portal-dashboard ul li,
.portal-dashboard fieldset,
.portal-dashboard form,
.portal-dashboard label,
.portal-dashboard legend,
.portal-dashboard table,
.portal-dashboard tbody,
.portal-dashboard tr,
.portal-dashboard th,
.portal-dashboard td,
.portal-dashboard header,
.portal-dashboard time {
  margin: 0 ;
  padding: 0 ;
  border: 0 ;
  font-size: 100% ;
  text-shadow: none ;
  opacity: 1 ;
}

/*to override client parent css#########################################################*/
.portal-dashboard ul li {
    margin-left: 0px !important;   
}
.portal-dashboard ul {
    padding-left: 0px !important;
}

/*END to override client parent css#########################################################*/

body .ui-inputfield, .portal-dashboard td, .portal-dashboard span {
        font-size: 1.4rem !important;
    }
 body {
    text-align: center;
}
h1 {
    font-size: 22px;
}

.portal-dashboard header {
  display: block ;
}
.portal-dashboard body {
  line-height: 1 ;
}
.portal-dashboard ol,
.portal-dashboard ul {
  list-style: none ;
}
body .ui-datatable thead th.ui-state-active {
    background: #406d9b;
}
body .ui-datatable thead th.ui-state-active.ui-state-hover {
    background: #406d9b;
}
body .ui-datatable thead th.ui-state-hover {
    background: #406d9b;
}


.portal-dashboard table {
  border-collapse: collapse ;
  border-spacing: 0 ;
  border: 1px solid #e7e7e7;
}
/*//END Reset CSS##################################################################################################*/

.portal-dashboard {
    
    padding: 0px 10px ;
    padding: 0px; /*mobile change*/
}

.portal-dashboard option{
    padding-left: 5px ;
    padding-right: 5px ;
}

.portal-dashboard .accountB:hover {
  background-color: #ff3434 ;
}
.portal-dashboard .button:hover {
  background-color: #ff3434 ;
}
.portal-dashboard .hovr:hover {
  background-color: #ff3434 ;
}

.portal-dashboard #container {
    text-align: center ;
}
.portal-dashboard .portal-dashboard {
  margin-top: 0% ;
  width: 100% ;
  background: #fff ;
  color: #000 ;
  font-size: 16px ;
  font-family: var(--font-stack);
  
}



@font-face 
{
    /*font-family: dosismedium ;*/
    font-family: 'Roboto', sans-serif;
    /*src: url("/jakarta.faces.resource/resources/fonts/Dosis-Medium.otf?ln=WebView") format("opentype") ;*/
}
   

@keyframes disappear {
    from {
        opacity: 0 ;
    }
    1% {
        opacity: 0 ;
    }
    99% {
        opacity: 1 ;
    }
    to {
        opacity: 1 ;
    }
}

@keyframes animationName 
{
    20%, 60%,100% {margin-left: -290px}
    0%,40%,80%, 100% {margin-left: -275px}
}
/*//moved from main-pro_anim.css ##############################################################################*/
.portal-dashboard .back, .portal-dashboard .signOut, .portal-dashboard #signOut
{padding: 7px 20px ;
font-size: 14px ;
font-family: var(--font-stack);
color: #F1F6F9 ;
text-shadow: none ;
position: relative ;
z-index: 10 ;
border: 1px solid transparent ;
border-radius: 30px ;
background-color: #003D50 ;
transition: all 0.3s ease 0s ;
margin-top: 10px ;
margin-bottom: 10px ;
}

.portal-dashboard .back:hover, .portal-dashboard .signOut:hover, .portal-dashboard #signOut:hover{
     cursor: pointer;
}
    
.portal-dashboard a.button, .portal-dashboard .container a.button,  .portal-dashboard .containerA a.button, .portal-dashboard .button
{
    color: white ;
    font-size: 15px ;
    vertical-align: middle ;
    padding: 8px 30px ;
    /*15 padding-top: 16px ;*/
    padding-right-value: 50px ;
    /*padding-bottom: 15px ;*/
    padding-left-value: 50px ;
    padding-left-ltr-source: physical ;
    padding-left-rtl-source: physical ;
    padding-right-ltr-source: physical ;
    padding-right-rtl-source: physical ;
    -moz-border-radius: 50px 50px 50px 50px ;
    -webkit-border-radius: 50px 50px 50px 50px ;
    border-radius: 50px 50px 50px 50px ;
    -webkit-border-top-left-radius: 50px ;
    -moz-border-radius-topleft: 50px ;
    border-top-left-radius: 50px ;
    -webkit-border-top-right-radius: 50px ;
    -moz-border-radius-topright: 50px ;
    border-top-right-radius: 50px ;
    -webkit-border-bottom-right-radius: 50px ;
    -moz-border-radius-bottomright: 50px ;
    border-bottom-right-radius: 50px ;
    -webkit-border-bottom-left-radius: 50px ;
    -moz-border-radius-bottomleft: 50px ;
    border-bottom-left-radius: 50px ;
    z-index: 5 ;
    background-color: #145181 ;
    /*#00478F ; /*rgb(0, 170, 255) ;*/
    float: left ;
    text-decoration: none ;
    -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75) ;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75) ;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75) ;
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    /*Shadow*/
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2) ;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2) ;
    /*Transition*/
    -moz-transition: All 0.5s ease ;
    -o-transition: All 0.5s ease ;
    -webkit-transition: All 0.5s ease ;
    transition: All 0.5s ease ;
    float: left ;
    margin: 4px 0 ;
    margin-left: 10px ;
    clear: both ;
    width: fit-content !important;
    }
.portal-dashboard .accountB, .portal-dashboard .container .accountB
{
    cursor: pointer ;
    cursor: hand ;
    width: 90% ;
    height: 40px ;
    color: white ;
    font-size: 15px ;
    font-weight: 600 ;
    vertical-align: middle ;
    z-index: 5 ;
    /*#D1D1D1*/
    background-color: #145181 ;
    float: left ;
    text-decoration: none ;
    -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75) ;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75) ;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75) ;
    position: relative ;
    -webkit-border-top-right-radius: 15px ;
    -moz-border-radius-topright: 15px ;
    border-top-right-radius: 15px ;
    -webkit-border-bottom-right-radius: 15px ;
    -moz-border-radius-bottomright: 15px ;
    border-bottom-right-radius: 15px ;
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) ;
    /*Shadow*/
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2) ;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2) ;
    /*Transition*/
    -moz-transition: All 0.5s ease ;
    -o-transition: All 0.5s ease ;
    -webkit-transition: All 0.5s ease ;
    transition: All 0.5s ease
    }
    
    .portal-dashboard #address-info
    {
        max-width: 600px ;
        text-align: center;
        margin: 30px auto 50px ;
        display: table ;
        height: auto;
        padding: 15px 40px;
        width: 100%;
        box-sizing: border-box;
        
    }
 
    
    
/*.portal-dashboard div::-webkit-scrollbar-thumb {
    -moz-border-radius: 10px ;
    -webkit-border-radius: 10px ;
    border-radius: 10px ;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) ;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) ;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) ;
    -moz-box-shadow: inset 0 0 19px rgba(19, 70, 134, 1) ;
    -webkit-box-shadow: inset 0 0 19px rgba(19, 70, 134, 1) ;
    box-shadow: inset 0 0 19px rgba(19, 70, 134, 1) ;
    }*/



/*//jquery UI Overrides ##########################################################################*/


#dialog ul {
  margin-left: 15px ;
}
#dialog li {
  list-style-type: disc ;
}    
    
.portal-dashboard #leftPanelPP
{
    float: left;
    width: 50%;
}    
.portal-dashboard #rightPanelPP
{
    float: left;
    width: 50%;
}        

.portal-dashboard .underline {
    color: #003D50  ;
    text-decoration: underline ;
}
.portal-dashboard {
  position: relative ;
  background: #fff ;
  color: #000 ;
  font-size: 16px ;
  overflow: hidden ;
  padding-bottom: 50px ;
  min-height: 200px ;
  padding: 0px 30px 20px 30px;
  z-index: unset;
  overflow: auto;
  /*margin-bottom: 30px;*/

}

.portal-dashboard h1 {
  font: "Palatino Linotype", "Book Antiqua", Palatino, serif ;
  font-size: 22px  ;
}
.portal-dashboard h2 {
  font: "Palatino Linotype", "Book Antiqua", Palatino, serif ;
  font-size: 12px  ;
}
.portal-dashboard #form {
  height: 250px ;
  margin: 0 auto ;
  margin-left: auto ;
  text-align: center ;
  background: #f7f7f7 ;
  border: 1px solid rgba(147, 184, 189, 0.8) ;
  -moz-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  -webkit-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  margin-top: 30px ;
  max-width: 400px;
  margin-bottom: 40px;
}
.portal-dashboard #form input[type="submit"] {
  float: left ;
  margin-bottom: 3% ;
  margin-left: 30% ;
}
.portal-dashboard #newpassword {
  height: 100% ;
  margin-top: 11px ;
}
.portal-dashboard #form input[type="text"] {
  font-size: 20px ;
  padding: 0 ;
  /*line-height:2em ;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" ;
  filter: alpha(opacity=70) ;
  opacity: 0.7 ;
  /*margin-top:5% ;*/
  margin-bottom: 5% ;
  margin-right: 10% ;
  margin-left: 10% ;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  outline: none ;
}
.portal-dashboard #form input[type=text]:focus {
  -moz-box-shadow: 0 0 3pt 2pt red ;
  -webkit-box-shadow: 0 0 3pt 2pt red ;
  box-shadow: 0 0 3pt 2pt red ;
}
.portal-dashboard #form input[type="password"] {
  font-size: 20px ;
  padding: 0 ;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" ;
  filter: alpha(opacity=70) ;
  opacity: 0.7 ;
  margin-bottom: 5% ;
  margin-right: 10% ;
  margin-left: 10% ;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  outline: none ;
}
 input[type=password]:focus {
  -moz-box-shadow: 0 0 3pt 2pt red ;
  -webkit-box-shadow: 0 0 3pt 2pt red ;
  box-shadow: 0 0 3pt 2pt red ;
}
 #form h1 {
  margin-top: 0% ;
  text-align: center ;
  text-decoration: none ;
  color:black;
}
.portal-dashboard .container {
position: relative ;
width: 100% ;
font-family: var(--font-stack);
color: #003D50 ;
float:left ;
height: auto;
}
.portal-dashboard .containerH {
  overflow: hidden !important;
  position: relative ;
  color: black ;
  padding-top: 1px ;
  width: auto ;
  font: 15px Verdana, Arial, Helvetica, sans-serif ;
  color: #003D50 ;
  font-family: var(--font-stack);
  font-size: 17px ;
  text-align: center ;
  height: auto;
  overflow: unset;
  
}
.portal-dashboard .containerA {
  height: auto ;
  position: relative ;
  color: black ;
  padding-top: 1px ;
  width: auto ;
  font: 15px Verdana, Arial, Helvetica, sans-serif ;
  color: #003D50 ;
  font-family: var(--font-stack);
  font-size: 17px ;
}
.portal-dashboard #addPaymBut {
  margin-left: 140px ;
  clear: none ;
  padding: 10px 20px ;
  padding-top: 10px ;
  padding-right-value: 20px ;
  padding-bottom: 10px ;
  padding-left-value: 20px ;
  padding-left-ltr-source: physical ;
  padding-left-rtl-source: physical ;
  padding-right-ltr-source: physical ;
  padding-right-rtl-source: physical ;
}
.portal-dashboard .addPayBut {
  padding-top: 5px ;
  padding-right-value: 20px ;
  padding-bottom: 5px ;
  padding-left-value: 20px ;
}
.portal-dashboard .left {
  position: absolute ;
  text-align: right ;
  margin-top: 20 ;
  left: 0 ;
  height: 200px ;
  width: 250px ;
}



.portal-dashboard .multAcctsPanelPP {
  width: 90% ;
  float: left ;
  height: 200px ;
  box-shadow: none;
}
.portal-dashboard .multAcctsPanelPPwrap {
  /*width: 400px ;*/
  text-align: center ;
  float: left ;
  box-sizing: border-box ;
  padding-left: 25px ;
  padding-top: 20px ;
  clear: left ;
  max-width: 400px ;
  max-width: 400px;
  width: 100%;
}
.portal-dashboard .clearL {
  clear: left ;
}
.portal-dashboard #accounts {
  padding: 0 ;
  margin: 0 ;
  float: left ;
  background-color: #efefef;
  overflow: auto ;
  height: 100% ;
 
}
.portal-dashboard .accountsPP {
  width: 55% ;
}
.portal-dashboard .accountWel {
  width: 25% ;
  min-width: 160px;
}
.portal-dashboard #info div:first-child {
  padding-left: 2px ;
}
.portal-dashboard #info {
  border-left: 1px solid #021f2f ;
  background-color: #efefef ;
  text-align: left ;
  height: 100% ;
  overflow: auto ;
}
.portal-dashboard .taskPP {
  float: left ;
  box-sizing: border-box ;
  padding-top: 10px ;
  text-align: left ;
  clear: both;
  width: 100%;
  padding-left: 15px;
}
.portal-dashboard #dateError {
  color: #F00 ;
  float: left ;
  box-sizing: border-box ;
  padding-left: 30px ;
  height: 20px ;
  margin-top: 35px ;
  clear: left;
  width: 100%;
}
.portal-dashboard #step3PP {
  float: left ;
  box-sizing: border-box ;
  text-align: left ;
  clear:left;
  width: 100%;
  padding-left: 15px;
}
.portal-dashboard #dateInputPP {
  float: left ;
  box-sizing: border-box ;
  padding-left: 30px ;
  padding-top: 20px ;
  clear:left;
  width: 100%;
}
.portal-dashboard #info div:first-child {
  padding-left: 2px ;
}
.portal-dashboard .paymentB {
  margin-top: 10px ;
}
.portal-dashboard #debtInfo {
  width: 100% ;
  float: left ;
  display: inline-block ;
  background: none repeat scroll 0% 0% #E0E7DD ;
  border-width: 1px ;
  border-top-style: inset ;
}
.portal-dashboard #payments {

background: #E0E7DD none repeat scroll 0% 0%;
position: relative;
box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
box-sizing: border-box;
width: 340px;
clear: left;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 30px;
float: none;
}
.portal-dashboard ul {
  list-style: none ;
  padding: 0 ;
  margin: 0 ;
  text-align: left ;
  /*overflow-y: scroll;*/
  height: 100%;
}

.portal-dashboard .insideAccountA {
  margin-left: 20% ;
  margin-top: 4% ;
}
.portal-dashboard #paymsBox td:first-child {
  width: 120px ;
}

.portal-dashboard div::-webkit-scrollbar-track {
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) ;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) ;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) ;
  -moz-border-radius: 10px ;
  -webkit-border-radius: 10px ;
  border-radius: 10px ;
}
.portal-dashboard .acctCol {
  text-align: right ;
  border-top: 0px ;
  border-left: 0px ;
  border-right: 0px ;
}
.portal-dashboard .cell {
  border: 1px solid black  ;
  border-top: 0px  ;
  border-left: 0px  ;
  text-align: center ;
}
.portal-dashboard .headersArran {
  float: left ;
  background: #C7CFD6 none repeat scroll 0% 0% ;
  height: 30px ;
  width: 100% ;
  font-weight: bold ;
  color: #000 ;
}
.portal-dashboard #amtErrorPP,
.portal-dashboard #acctErrorPP {
  color: #F00 ;
  box-sizing: border-box ;
  padding-left: 30px ;
  color: red ;
  float: left ;
  left: 3% ;
  height: 20px ;
  width: 100%;
}
.portal-dashboard #amtError,
.portal-dashboard #acctError {
  color: #F00 ;
  box-sizing: border-box ;
  padding-left: 30px ;
  color: red ;
  left: 3% ;
  width: 100%;
  height: 20px ;
}

.portal-dashboard #label1 {
  width: 100% ;
  height: 20px ;
  padding-left: 15px ;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  text-align: left ;
}
.portal-dashboard #label2 {
  width: 100% ;
  text-align: left ;
  padding-left: 15px;
}
.portal-dashboard .errorMes {
  color: red  ;
  margin-left: -10px ;
  display: inline-block ;
  height: 20px;
  line-height: 15px ;
  font-size: 16px ;
}
.portal-dashboard .centerPPlabel {
  float: left ;
  width: 100% ;
  font-size: 30px ;
}
.portal-dashboard .paymentRow {
  background: #E7E7E7 none repeat scroll 0% 0% ;
  width: 100% ;
  overflow: auto ;
  font-weight: bold ;
  color: #000 ;
  height: 120px ;
  position: relative ;
}
.portal-dashboard .arrangRowTable {
  float: left ;
  background: #E7E7E7 ;
  top: 0 ;
  width: 100% ;
  font-weight: bold ;
  color: black ;
  table-layout: fixed ;
}
.portal-dashboard #payPlanOriginated {
  position: absolute ;
  width: 100% ;
  top: 20% ;
}
.pay-plan-card .pay-plan-table{
    float: left;
    margin: 6px 10px;
}
.pay-plan-card .amtInPP input
{
    width: fit-content;
}
.portal-dashboard .amtInPP {
  float: left ;
  padding-left: 30px ;
  padding-top: 20px ;
  clear: left;
  width: 100%;
}
.portal-dashboard .balance {
  padding: 2px 4px 1px ;
  -webkit-border-top-left-radius: 4px ;
  -moz-border-radius-topleft: 4px ;
  border-top-left-radius: 4px ;
  -webkit-border-top-right-radius: 4px ;
  -moz-border-radius-topright: 4px ;
  border-top-right-radius: 4px ;
  -moz-box-shadow: 1px 1px 1px #6F98FC ;
  -webkit-box-shadow: 1px 1px 1px #6F98FC ;
  /*box-shadow: 1px 1px 1px #6F98FC ;*/
  font-size: 100% ;
  background-color: #021f2f ;
  color: white ;
  box-shadow: none;
}
.portal-dashboard .payArrngWrapper {
  position: relative ;
  margin-top: 3% ;
  margin-left: 2% ;
  font-weight: bold ;
  background: #f7f7f7 ;
  border: 1px solid rgba(147, 184, 189, 0.8) ;
  -moz-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  -webkit-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  margin-top: 40px ;
  overflow: hidden  ;
  display: table ;
  /*margin: 0 auto ;*/
  margin-bottom: 20px ;
  padding: 0px;
  margin-left: 30px;
  margin-right: 30px;
  
}

.payArrngWrapper .label {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 5px !important;
        font-size: 0.9em !important;
        color: #145181;
    }

.portal-dashboard .payArrngWrapper center {
  position: relative ;
  font-size: 30px ;
  display: block ;
}
.portal-dashboard .payArrngWrapper hr {
  width: 100% ;
}

.portal-dashboard .multAcctsSelect {
margin-top: 10px;
}
.portal-dashboard .payArrngWrapper #accounts {
  width: 90%;
  background-color: unset;
}
.portal-dashboard .payArrngWrapper .accountB {
  width: 90% ;
  font-size: 14px ;
}
.portal-dashboard .payArrngWrapper .accountB input {
position: relative ;
  top: 10px;
margin-left: 11px;
left: 0px;
}
.portal-dashboard .payArrngWrapper .accountB span {
position: relative ;
  color: white  ;
  top: 10px;
margin-left: 7px;
left: 0px;
}
@media screen and (max-width: 414px)
{
    .portal-dashboard .payArrngWrapper .accountB span {
        font-size: 12px;
    }
}


.portal-dashboard .payArrngWrapper #amtError {
  color: #F00 ;
  height: 20px ;
}
.portal-dashboard .payArrngWrapper #sum {
  margin-top: 0px ;
  border-bottom-left-radius: 4px ;
  border-bottom-right-radius: 4px ;
  border: 1px solid #021f2f ;
}
.portal-dashboard .payArrngWrapper .header {
    width: 115px ;
    background: rgba(0,0,0,0);
}
.portal-dashboard .payArrngWrapper #payPlanOriginated {
  position: absolute ;
  width: 90% ;
  top: 28% ;
  margin-left: 10px ;
}
.portal-dashboard .payArrngWrapper .payOptBt {
  width: 100% !important;
  margin: 4px 0px ;
  border-radius: 0px ;
}
.portal-dashboard .payArrngWrapper .dialog {
  display: none ;
}
.portal-dashboard .dialog {
  display: none ;
}
.portal-dashboard .payArrngWrapper #attention-box {
    min-width: 300px;
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    float: none;
}
.payArrngWrapper .ui-panelgrid .ui-panelgrid-cell {
    background: none;
}
.dialog-pay-plan
    {
        font-size:18px;
        top:150px !important;
    }
.portal-dashboard .cc_pmt_form
{
    width: auto;
    padding: 20px 50px 0px 70px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.pmt_select_panel  .right_pmt_panel
{
    padding-left: 50px;

}
.pmt_select_panel  .right_pmt_panel input
{
    width: 150px;

}
    
.portal-dashboard #paym-form {
    display: block;
    width: 232px;
    margin: 0 auto;
    float: none;
}
.portal-dashboard .payCheckRecWrapper {
  position: relative ;
  margin-top: 3% ;
  margin-left: 2% ;
  height: auto ;
  width: 96% ;
  font-weight: bold ;
  background: #f7f7f7 ;
  border: 1px solid rgba(147, 184, 189, 0.8) ;
  -moz-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  -webkit-box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset ;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  margin: 0 auto ;
  margin-top: 40px ;
  max-width: 700px;
  padding-left: 15px ;
  padding: 5px ;
  top: 15px ;
  padding-bottom: 15px ;
}
.portal-dashboard #secure_redirect_form_id,
.portal-dashboard #secure_check_form_id {
  margin: 0 auto ;
  width: 360px ;
  padding-bottom: 30px ;
  width: auto ;
  font-weight: normal ;
  color: #003D50  ;
  font-family: var(--font-stack);
  overflow: hidden ;
  display: inline-block ;
  width: 100%;
}
.portal-dashboard #secure_redirect_form_id h2,
.portal-dashboard #secure_check_form_id  h2{
  color: #003D50  ;
}
.portal-dashboard #secure_check_form_id span {
  white-space: nowrap ;
}
.portal-dashboard .pmt-play-overlay .ui-datatable-data tr,
.portal-dashboard .pmt-play-overlay .ui-datatable-data tr>td {
  border: 1px solid #c9c9c9;
  text-align: center  ;
  padding:0.3em 0em;
      border-left: none;
    border-right: none;
}

.portal-dashboard .ui-grid-cell {
  width: 50% ;
  float: left ;
  box-sizing: border-box ;
  min-width: 200px;
}
.portal-dashboard .ui-grid-row {
  display: flex ;
  clear: both ;
}

.portal-dashboard .historyTable .ui-widget-header {
    background: #145181 ;
}
.historyTable
{
    border: 1px solid #e9e9e9;
}
.portal-dashboard #myOptions {
  float: left ;
  border: 1px solid #ccc ;
  vertical-align: top ;
  height: 35px ;
  display: inline-block ;
}
.portal-dashboard #selectDate {
  top: 72% ;
  border: 1px solid #CCC ;
  vertical-align: top ;
  height: 35px ;
  margin-left: 20px ;
  float: left ;
}
.portal-dashboard #resetPassword {
  background: -webkit-linear-gradient(#ededed, #dfdfdf);
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    color: #777;
    font-family: var(--font-stack);
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    padding: 5px 10px;
    height: auto;
    float: right;
    margin-bottom: 10px;
    margin-right: 15px;
    box-shadow: inset 0 0 0 0 #fff;
    display: inline-block;
    line-height: 17px;
    clear: right;
}
.portal-dashboard #resetPassword:hover {
  cursor: pointer ;
}
.portal-dashboard .signOut, .portal-dashboard a.signOut {
  font-size: 15px ;
  float: right ;
  margin-right: 10px ;
  font-size: 20px ;
  font-weight: bold ;
  text-decoration: none ;
  margin-top: 12px ;
  margin-bottom: 15px ;
  color:white;
}
.portal-dashboard .back, .portal-dashboard a.back{
  font-size: 15px ;
  margin-left: 10px ;
  float: left ;
  font-size: 20px ;
  font-weight: bold ;
  text-decoration: none ;
  margin-top: 12px ;
  color: white;
}
.portal-dashboard .back:hover, .portal-dashboard a.back:hover,
.portal-dashboard a.signOut:hover{
  color: white;
}

.portal-dashboard #cursor-cover {
  position: fixed ;
  top: 0px ;
  left: 0px ;
  height: 100% ;
  width: 100% ;
  z-index: 0 ;
  visibility: hidden ;
}
.portal-dashboard #paymPlanRemin {
      float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 15px;
    color: #100a61;
    background-color: #e1e1e1;
    border-radius: 5px;
    border-style: solid;
    max-width: 350px;
    border-width: 3px;
}
.portal-dashboard #paymPlanRemin a {
  color: #145181 ;
}
.portal-dashboard #paymPlanRemin hr {
  margin-bottom: 3px ;
}
.portal-dashboard #paymPlanRemin center {
  font-size: 14px ;
  margin-right: 10px ;
  margin-left: 10px ;
  margin-bottom: 10px ;
  margin-top: 10px ;
}
.portal-dashboard #paymPlanRemin center:first-child {
  font-size: 20px ;
}
.portal-dashboard .sub-form {
  margin: 0 auto ;
  display: block ;
  float: none ;
  text-align: center ;
}
.portal-dashboard .sub-form:hover {
  cursor: pointer ;
}

.portal-dashboard #attention-box {
  height: auto ;
  padding: 8px ;
  margin: 15px 25px 15px 15px ;
  border: 1px solid #062E5D ;
  background: #021F2F none repeat scroll 0% 0% ;
  border-radius: 8px ;
  box-shadow: 0px 0px 0px 1px #89A1C4 inset ;
  color: #FFF ;
  float: left ;
  /*width: 43% ;*/
  position: absolute ;
  right: 0px ;
  bottom: 0px ;
  margin-top: 15px ;
  position: relative;
  width: 100%;
box-sizing: border-box;
font-weight: lighter;
font-size: 16px;
}
.portal-dashboard #attention-box h1 {
  margin: 4px ;
  color: yellow ;
  font-weight: normal;
}
.portal-dashboard #secure_redirect_form_id div,
.portal-dashboard #secure_redirect_form_id p,
.portal-dashboard #secure_check_form_id div,
.portal-dashboard #secure_check_form_id p {
    box-sizing: border-box ;
    max-width: 660px;
    margin: 0px auto;
    width: 100%;
}
.portal-dashboard #secure_redirect_form_id div,
.portal-dashboard #secure_redirect_form_id p {
  width: 580px ;
}
.portal-dashboard #state option {
  color: black ;
}
.portal-dashboard #x_bankAcountType option {
  color: black ;
}
.portal-dashboard .empty {
  color: gray ;
}
.portal-dashboard #buttons {
  float: left ;
  width: 100% ;
  /*height: 250px ;*/
  top: 64% ;
  margin-bottom: 20px;
  max-width: 360px;
  margin-top:15px;
  height: 250px;
}

.portal-dashboard .opaque {
  color: #ff0000  ;
}
.portal-dashboard .transparent {
  color: rgba(0, 0, 0, 0)  ;
  display: transparent ;
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#00000000)  ;
  zoom: 1 ;

}

.portal-dashboard .displayNone {
  display: none ;
}
.portal-dashboard #totals {
  float: left ;
  background: #dddddd ;
  margin: 15px ;
  border-radius: 10px ;
  padding: 5px ;
  border: 1px solid #225b8d ;
}
.portal-dashboard #totBalance {
    clear: left;
    margin: 0 auto;
    position: relative;
    margin-left: 20px;
    margin-bottom: 30px;
    display: block;
    max-width: 150px;
    margin-top: 20px;
}

.portal-dashboard #addPPwrap {
  float: right ;
  width: 100% ;
  text-align: center ;
  margin-top: 20px ;
  margin-bottom: 20px ;
}
.portal-dashboard #rightPanelPP .addPP.button {
  padding: 15px 20px ;
  display: inline-block ;
  /*float: none ;*/
  margin: 20px;
  width: 250px;
}

.portal-dashboard #disclPH {
  background: #dddddd ;
  margin: 0 auto ;
  margin-top: 10px ;
  margin-bottom: 10px ;
  border-radius: 10px ;
  padding: 5px ;
  border: 1px solid #225b8d ;
  display: inline-block ;
  /*width: 600px ; mobile adjustment*/
  float: none;
  max-width: 600px;
}
.portal-dashboard fieldset {
  border: 1px solid #008000  ;
  text-align: center ;
  position: relative ;
  padding: 10px  ;
}
.portal-dashboard legend {
  padding: 0.2em 0.5em  ;
  border: 1px solid green ;
  color: green  ;
  font-size: 90%  ;
}
.portal-dashboard .labelPP {
  font-size: 30px ;
  margin-top: 10px ;
  float: left ;
  width: 100% ;
  margin-bottom: 4px ;
}
.portal-dashboard #paym-form h2 {
  float: left ;
  width: 100%;
  margin: 4px 0px ;
  text-align: center ;
  top: 5px ;
  padding: 5px 30px ;
}
.portal-dashboard .disappear {
  opacity: 0 ;
  display: none ;
  animation-name: disappear ;
  animation-duration: 1500ms ;
  animation-direction: reverse ;
}


.portal-dashboard ol li {
  width: 200px ;
  float: left ;
}
.portal-dashboard ol li input {
  font-size: 14px  ;
}
.portal-dashboard .fname,
.portal-dashboard .lname {
  width: 250px ;
}
.portal-dashboard .phone {
  width: 250px ;
}
.portal-dashboard .address1 {
  clear: left ;
  width: 400px ;
}
.portal-dashboard .address2 {
  width: 100px ;
}
.portal-dashboard .city {
  clear: left ;
  width: 250px ;
}
.portal-dashboard .state {
  width: 120px ;
}
.portal-dashboard .postal {
  width: 110px ;
}
.portal-dashboard .creditc {
  width: 390px ;
}
.portal-dashboard .totamt {
  width: 100px ;
}
.portal-dashboard .x_bankAcountType {
  width: 100px ;
}
.portal-dashboard .cvc {
  width: 100px ;
  clear: left ;
}
.portal-dashboard .bankrout {
  width: 250px ;
}
.portal-dashboard .bankname {
  width: 250px ;
  clear: left ;
}
.portal-dashboard .bankacct {
  width: 250px ;
}

.portal-dashboard .errorSpan {
    color:red ;
    display: inline-block ;
    min-width: 200px ;
}  

/*//primefaces overrides*/

/*//end primefaces overrides*/
        

        .pmtConfPanel .checkMsgBox
        {
            padding: 10px !important;
            border: 1px solid !important;
            margin: 20px !important;
            font-weight: normal !important;
            line-height: 33px !important;
            background-color: #def0d8;
            border-color: #def0d8;
            color: #2e6f0f;
            font-size: 15px;
        }
        
        .pmtConfPanel .headerCont
        {
            display: flex;
            justify-content: center;
            margin-top: 10px !important;
        }
        .pmtConfPanel .headerCont .headerLabel {
            width: max-content;
            box-sizing: border-box;
            font-weight: bold;
            font-size: 22px;
        }
        .pmtConfPanel .headerCont .headerRight
        {
            right: 0px;
            position: absolute;
            width: max-content;
            margin-right: 10px;
        }
        .pmtConfPanel .headerCont button
        {
            font-weight: normal;
            text-shadow: unset !important;
        }
        .pmtConfPanel .summaryTable
        {
            max-width: 600px;
            margin: 0px auto !important;
        }
        .pmtConfPanel .ui-widget-content {
            border: 1px solid #dee2e6;
            font-size: 14px;
        }
        
        .pmtConfPanel .ui-widget-content td
        {
            border-bottom: 1px solid rgb(147, 147, 154) !important;
            padding: 8px  !important;
        }
        .pmtConfPanel .ui-widget-content td:first-child
        {
            background-color: rgb(210 210 210);
            font-weight: bold;
        }
        .pmtConfPanel .ui-widget-content .secondCol
        {
            background-color: white !important;
        }
        .pmtConfPanel tr, .pmtConfPanel td {
            text-align: left;
            border: 0px !important;
        }
        .pmtConfPanel .totalPanel
        {
             width: 50%;
             float: right;
             margin-bottom: 25px !important;
        }
    #amtFld
    {
        margin-top:10px
    }

    



    .portal-dashboard .top-cont
    {
        display: flex;
        justify-content: space-between;
    }
    .portal-dashboard .top-item
    {
        flex: 1;
        text-align: center;
        padding: 10px;
    }
    .portal-dashboard .top-cont-a
    {
        width: 373px;
        color: #021F2F;
        right: 0px;
        bottom: 0px;
        height: auto;
        padding: 8px;
        margin: 15px 25px 15px 15px;
        border: 1px solid #1e3c5f;
        border-radius: 8px;
        background: white;
        position: relative;
        /*font-weight: lighter;*/
        background-color: unset;
        font-size: 16px;
    }
    .portal-dashboard .top-cont-b
    {
        margin-top: 10px ;
        font-weight: bold;
    }
    .radio-btn
    {
        pointer-events: none;
    }

        .address-card .error-field
        {
            color:red;margin-left:-20px;display:inline-block;width:300px;
        }
        .address-card .submitB
        {
            float: none !important;display: block !important;margin: 0px auto !important;
        }
        .address-card .label
        {
            width: 100%;
            display: inline-block;
            text-align: left;
            margin-bottom: 5px !important;
            font-size: 0.9em !important;
        }
        .address-card li
        {
            text-align: left;
            
        }
        .address-card .city, .address-card .city input
        {
            width:100% !important;
        }
        .address-card .address1
        {
            width: 100% !important;
        }
        .address-card .state
        {
            width: 50% !important;
        }
        .address-card .postal
        {
            width: 50% !important;
        }
        /*payment plan view*/
        
        body .summaryTable .ui-panelgrid .ui-panelgrid-cell.ui-widget-header {
            background: #e5e5e5;
        }
   @media only screen and (max-width : 767px) and (-webkit-min-device-pixel-ratio: 2), 
                           (max-width: 767px) and (-webkit-device-pixel-ratio: 1)
    {
        .portal-dashboard .top-cont {
          flex-direction: column;
        }

        .portal-dashboard .top-cont-b {
          order: -1; /* Move B to the top */
        }
        
        .portal-dashboard .cc_pmt_form {
            padding: 4px 0px 0px 5px;
        }
        .portal-dashboard #secure_redirect_form_id div, .portal-dashboard #secure_redirect_form_id p {
            width: 100%;
        }
    }
    
    
/*//primefaces overrides*/

        
        .dyno-regist-panel
        {
            margin-top: 10px;
        }
        .pwdReqBox
        {
            text-align: center;padding-bottom: 0px;
            padding-top: 0px;text-align: left;
        }
        .pwdReqBox ul
        {
            padding-left: 40px;
            margin-top: 15px;
            margin-bottom: 13px;
            list-style: disc;
        }
        body .payCheckRecWrapper .ui-button.ui-button-text-icon-left .ui-button-text {
            padding: .5rem 1rem .5rem 3rem;
        }
    /*popup dialog*/
        body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
            font-family: var(--font-stack);
            font-size: 2rem !important;
            font-weight: 700;
            color: #111;
        }
    body .ui-overlaypanel .ui-overlaypanel-close,body .ui-overlaypanel .ui-overlaypanel-close:hover {
        background: #515167;
    }
    
    body .pmt-play-overlay tbody
    {
       border-top: 1px solid #ebebeb;
    }
   .pmt-play-overlay tr, .pmt-play-overlay td {
    border: none;
}