/* 
	this file is a blueprint for constants_XXX.less files
	please add new additional variables(or rather constants) here and overwrite them in constants_XXX.less file 
	those are additional variables, used in powercash_XXX.less are in addition to bootstrap variables (defined in variables_XXX.less)
*/
/* additional colors */
/* new screen size, used in .pc-hidden-lg */
/* new container width: xl */
/* logon.cfm stuff */
/* secondary button */
/* wizard stuff */
/* rows (account list, activity) */
/* breadcrumb */
/* summary screeen label and value columns */
/*Less than Navbar menu and Error*/
/* logon */
/* alert */
/* body page */
/* quick links */
/* landing page */
/*customized class*/
.pc-welcome-logo-custom {
  width: inherit;
}
@media (min-width: 1719px) {
  .pc-welcome-logo-custom {
    height: 99px !important;
  }
}
@media (max-width: 1719px) {
  .pc-welcome-logo-custom {
    height: 99px !important;
  }
}
@media (max-width: 1199px) {
  .pc-welcome-logo-custom {
    height: 66px !important;
  }
}
@media (max-width: 991px) {
  .pc-welcome-logo-custom {
    height: 66px !important;
  }
}
@media (max-width: 767px) {
  .pc-welcome-logo-custom {
    height: 66px !important;
  }
}
/* Enhanced Authentication */
/* missing currency glyphicon */
.glyphicon-ang:before {
  content: "\0192";
  font-weight: bolder;
}
/** header **/
/* menu and footer*/
/* glyph icons */
/* financial calendar */
/*google calendar grey color #e1e1e1  */
/* slider */
/* panel-heading-filter */
/* date */
/* search icon */
/* cookie consent */
/* Screen Title */
/*Manage UI*/
/* Payment Hub */
/* Limit Meter */
/* Portfolio Trade */
/* Widgets Border Radius*/
/* Logon Page New Design (B) */
/* Main Body*/
/* Body Right*/
/* Welcome Titles*/
/* Languages Selection Dropdown*/
/* Inputs */
/* Buttons */
/* Social Media */
/* Landing Page New Design (B) */
/* Quick Buttons*/
/* Managed Content*/
/* Contact Us Widget*/
/* Logon Page New Design (C) */
/* Cash Pooling */
/* Sub Profile Template */
/* Bill Management */
/* Conference */
.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
/* body should start after top navbar and before bottom */
body {
  padding-top: 85px;
  /*padding-bottom: @navbar-height;*/
  background: transparent;
  color: inherit;
}
@media (max-width: 480px) {
  body {
    padding-bottom: 0px;
  }
}
.panel-body {
  background: inherit;
}
.pc-page {
  padding-bottom: 50px;
}
.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#navbarTop {
  top: 50px;
}
.pc-container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .pc-container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .pc-container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .pc-container {
    width: 1150px;
  }
}
@media (min-width: 1720px) {
  .pc-container {
    width: 1550px;
  }
}
.pc-help-dialog {
  width: auto;
}
@media (min-width: 768px) {
  .pc-help-dialog {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .pc-help-dialog {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .pc-help-dialog {
    max-width: 60%;
  }
}
@media (min-width: 1720px) {
  .pc-help-dialog {
    max-width: 60%;
  }
}
.pc-favorite-account-dialog,
.pc-beneficiary-Institution-dialog {
  width: auto;
}
@media (min-width: 768px) {
  .pc-favorite-account-dialog,
  .pc-beneficiary-Institution-dialog {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .pc-favorite-account-dialog,
  .pc-beneficiary-Institution-dialog {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .pc-favorite-account-dialog,
  .pc-beneficiary-Institution-dialog {
    max-width: 55%;
  }
}
@media (min-width: 1720px) {
  .pc-favorite-account-dialog,
  .pc-beneficiary-Institution-dialog {
    max-width: 45%;
  }
}
.pc-primary-background-border {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
}
.pc-primary-border {
  border-color: #f18e28 !important;
}
.pc-primary-background {
  background-color: #f18e28 !important;
}
.pc-dropdown-header {
  color: #f5af68;
}
.password-verdict {
  font-size: 12px;
}
.pc-password-meter > .danger {
  color: #d9534f;
}
.pc-password-meter > .warning {
  color: #f0ad4e;
}
.pc-password-meter > .success {
  color: #5cb85c;
}
.pc-password-toggle-visibility {
  margin-left: -20px;
  position: absolute !important;
  margin-top: 35px;
  font-size: 14px !important;
}
/* home.cfm #mainWidgets top padding for medium and up screen size: */
div#mainWidgets {
  padding-right: 12px;
  padding-left: 0;
}
@media (min-width: 992px) {
  div#mainWidgets {
    padding-top: 10px;
  }
}
.pc-welcome-user {
  top: 0px;
  position: fixed;
  width: 100%;
  background: #ffffff;
  color: #707073 !important;
  vertical-align: middle;
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 15px;
  z-index: 1025;
  font-weight: bold;
}
.pc-welcome-user-last-logon {
  color: #595A5C !important;
  font-size: 9px;
}
.pc-welcome-logo {
  width: inherit;
}
@media (min-width: 1719px) {
  .pc-welcome-logo {
    height: 99px !important;
  }
}
@media (max-width: 1719px) {
  .pc-welcome-logo {
    height: 99px !important;
  }
}
@media (max-width: 1199px) {
  .pc-welcome-logo {
    height: 66px !important;
  }
}
@media (max-width: 991px) {
  .pc-welcome-logo {
    height: 66px !important;
  }
}
@media (max-width: 767px) {
  .pc-welcome-logo {
    height: 66px !important;
  }
}
.pc-welcome-user-icon {
  font-size: large;
  padding: 3px;
  color: #707073 !important;
}
/* 
	pc-responsive utilities:
		if invisible on smaller screen, element will still be invisible on larger screen
		(unlike in bootstrap 'http://getbootstrap.com/css/#responsive-utilities')
 */
@media (max-width: 767px) {
  .pc-hidden-xs {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .pc-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .pc-hidden-md {
    display: none !important;
  }
}
@media (max-width: 1719px) {
  .pc-hidden-lg {
    display: none !important;
  }
}
.pc-hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .pc-pull-right-sm {
    float: right !important;
  }
}
.pc-btn-primary {
  color: #fff;
  background-color: #f18e28;
  border-color: #f18e28;
}
.pc-btn-primary:focus,
.pc-btn-primary.focus {
  color: #fff;
  background-color: #d8750e;
  border-color: #904e09;
}
.pc-btn-primary:hover {
  color: #fff;
  background-color: #d8750e;
  border-color: #ce6f0d;
}
.pc-btn-primary:active,
.pc-btn-primary.active,
.open > .dropdown-toggle.pc-btn-primary {
  color: #fff;
  background-color: #d8750e;
  background-image: none;
  border-color: #ce6f0d;
}
.pc-btn-primary:active:hover,
.pc-btn-primary.active:hover,
.open > .dropdown-toggle.pc-btn-primary:hover,
.pc-btn-primary:active:focus,
.pc-btn-primary.active:focus,
.open > .dropdown-toggle.pc-btn-primary:focus,
.pc-btn-primary:active.focus,
.pc-btn-primary.active.focus,
.open > .dropdown-toggle.pc-btn-primary.focus {
  color: #fff;
  background-color: #b6620c;
  border-color: #904e09;
}
.pc-btn-primary.disabled:hover,
.pc-btn-primary[disabled]:hover,
fieldset[disabled] .pc-btn-primary:hover,
.pc-btn-primary.disabled:focus,
.pc-btn-primary[disabled]:focus,
fieldset[disabled] .pc-btn-primary:focus,
.pc-btn-primary.disabled.focus,
.pc-btn-primary[disabled].focus,
fieldset[disabled] .pc-btn-primary.focus {
  background-color: #f18e28;
  border-color: #f18e28;
}
.pc-btn-primary .badge {
  color: #f18e28;
  background-color: #fff;
}
.pc-clickable {
  cursor: pointer;
}
@media (min-width: 992px) {
  .pc-clickable-lg {
    cursor: pointer;
  }
}
.pc-underline {
  text-decoration: underline;
}
.pc-movable {
  cursor: move;
}
.pc-phone-xs {
  text-decoration: underline;
  font-size: 17px;
  cursor: pointer;
}
.pc-customer-account,
.pc-application-activity {
  margin-bottom: 0px;
}
.pc-autocomplete-item-active,
.pc-card-account-row-item-active,
.pc-customer-account-active,
.pc-customer-account-active:hover,
.pc-application-activity-active,
.pc-application-activity-active:hover {
  background-color: aliceblue !important;
}
.pc-row-active {
  background-color: aliceblue !important;
}
/* reduce margin-bottom for .pc_panel-row */
.pc_panel-row {
  margin-bottom: 0px;
}
/* column label */
.pc-label-col {
  font-weight: bold;
}
.pc-label-col-sub {
  font-weight: bold;
  padding-left: 15px;
}
.pc-input-col-sub {
  padding-left: 15px;
}
/* right-justify 'number' input */
input[type="number"] {
  text-align: right;
}
/* 'value(description)' column in view, corresponding to .pc-label-col */
.pc-value-col {
  margin-bottom: 3px;
}
.pc-value-col-sub {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .pc-value-col-sub {
    padding-left: 15px;
  }
}
/* former .input_fieldDisabled { background-color: #E8E8E8; }  used in logon.cfm */
.pc_input-looks-disabled {
  background-color: #d5d5d5 !important;
  pointer-events: none;
}
.pc-input-disabled {
  background-color: #d5d5d5 !important;
}
.pc-next-button-disabled {
  background-color: #d5d5d5 !important;
  border-color: #d5d5d5 !important;
  pointer-events: none;
}
/* bolden table's first thead>th>td */
.table > thead:first-child > tr:first-child > td {
  font-weight: bold;
}
/* customized implementation of striped table using pcStripe=odd|even|none attribute */
.table-striped > tbody > tr[pcStripe=odd] > td {
  background-color: #ffffff;
}
.table-striped > tbody > tr[pcStripe=even] > td {
  background-color: #ffffff;
}
.table-striped > tbody > tr[pcStripe=none] > td {
  background-color: transparent;
}
.table-striped > tbody > tr > th {
  background-color: transparent;
}
/* customized implementation of table mouse hover taking in account pcStripe attribute */
.table-hover > tbody > tr:hover > td {
  background-color: aliceblue;
}
.table-hover > tbody > tr[pcStripe=none]:hover > td {
  background-color: transparent;
}
/* or: */
.table-hover > tbody > tr:hover > td[colspan="33"] {
  background-color: transparent;
}
.table-hover > tbody > tr:hover > th {
  background-color: transparent;
}
/* class for editable <td> */
.pc-row-editable {
  min-width: 200px;
  vertical-align: middle !important;
}
/* class for editable combobox <td> */
.pc-row-combo {
  min-width: 120px;
  vertical-align: middle !important;
}
/* class for icon <td> ; */
.pc-row-icon {
  width: 40px;
  text-align: center;
  vertical-align: middle !important;
}
.pc-row-date {
  width: 100px;
}
.pc-row-number {
  width: 175px;
}
.pc-amount-negative {
  color: #b9556f;
}
.pc-amount-positive {
  color: #34a762;
}
.pc-landing-positive-balance {
  color: #34a762;
}
.pc-card-account-list-item .pc-amount-negative,
.pc-landing-account-list-item .pc-amount-negative {
  color: #707073;
  font-weight: bold;
  font-size: 16px;
}
.pc-landing-customer-list-item .pc-amount-negative {
  color: #FFADC2;
  font-weight: bold;
  font-size: 16px;
}
.pc-card-account-list-item-active .pc-amount-negative,
.pc-landing-account-list-item-active .pc-amount-negative {
  color: #707073;
  font-weight: bold;
  font-size: 16px;
}
.pc-account-list-item-left-side .pc-amount-negative {
  font-weight: bold;
  font-size: 16px;
}
.pc-account-label-advanced-design {
  font-size: 14px;
}
.pc-account-description-advanced-design {
  font-size: 14px;
  font-weight: bold;
}
.pc-account-amount-advanced-design {
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle !important;
}
.pc-card-account-list-item .pc-landing-positive-balance,
.pc-landing-account-list-item .pc-landing-positive-balance {
  color: #707073 !important;
  font-weight: bold;
  font-size: 16px;
}
.pc-landing-customer-list-item .pc-landing-positive-balance {
  color: #34a762 !important;
  font-weight: bold;
  font-size: 16px;
}
.pc-card-account-list-item-active .pc-landing-positive-balance,
.pc-landing-account-list-item-active .pc-landing-positive-balance {
  color: #707073;
  font-weight: bold;
  font-size: 16px;
}
.pc-account-list-item-left-side .pc-landing-positive-balance {
  font-weight: bold;
  font-size: 16px;
}
/* content alignment for Text, Date and Numbers(amount, balance) */
.pc-content-text {
  white-space: nowrap;
  text-align: left;
  vertical-align: middle !important;
}
.pc-content-text-wrap {
  white-space: normal !important;
  text-align: left;
  vertical-align: middle !important;
}
.pc-content-text-break {
  word-break: break-all;
  text-align: left;
  vertical-align: middle !important;
}
.pc-bank-account-customer-name {
  color: inherit;
}
.pc-content-date {
  line-height: inherit !important;
  white-space: nowrap;
  vertical-align: middle !important;
  padding: 6px 1px 6px 10px !important;
  padding-right: 1px !important;
  min-width: 95%;
}
@media (min-width: 1719px) {
  .pc-content-date {
    text-align: right;
  }
}
@media (max-width: 1719px) {
  .pc-content-date {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .pc-content-date {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .pc-content-date {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .pc-content-date {
    text-align: left;
  }
}
.pc-content-date-display {
  white-space: nowrap;
  vertical-align: middle !important;
}
@media (min-width: 1719px) {
  .pc-content-date-display {
    text-align: right;
  }
}
@media (max-width: 1719px) {
  .pc-content-date-display {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .pc-content-date-display {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .pc-content-date-display {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .pc-content-date-display {
    text-align: left;
  }
}
.pc-content-date-time-wrap {
  white-space: normal !important;
  text-align: right;
  vertical-align: middle !important;
}
.pc-content-number {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle !important;
}
.pc-content-text-center {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle !important;
}
.pc-content-text-right {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle !important;
}
/* page header specific for #template content ~ not really used, relying on breadcrumb */
#template > .page-header {
  padding-bottom: 0px;
  margin: 20px 0 20px;
  border-bottom: 0px transparent;
  color: #f18e28;
  font-size: 18px;
}
/* secondary button definition: Submit | cancel in logon page */
.pc-btn-secondary {
  color: #ffffff;
  background-color: #f18e28;
  border-color: #ef8110;
}
.pc-btn-secondary:focus,
.pc-btn-secondary.focus {
  color: #ffffff;
  background-color: #d8750e;
  border-color: #784108;
}
.pc-btn-secondary:hover {
  color: #ffffff;
  background-color: #d8750e;
  border-color: #b6620c;
}
.pc-btn-secondary:active,
.pc-btn-secondary.active,
.open > .dropdown-toggle.pc-btn-secondary {
  color: #ffffff;
  background-color: #d8750e;
  background-image: none;
  border-color: #b6620c;
}
.pc-btn-secondary:active:hover,
.pc-btn-secondary.active:hover,
.open > .dropdown-toggle.pc-btn-secondary:hover,
.pc-btn-secondary:active:focus,
.pc-btn-secondary.active:focus,
.open > .dropdown-toggle.pc-btn-secondary:focus,
.pc-btn-secondary:active.focus,
.pc-btn-secondary.active.focus,
.open > .dropdown-toggle.pc-btn-secondary.focus {
  color: #ffffff;
  background-color: #b6620c;
  border-color: #784108;
}
.pc-btn-secondary.disabled:hover,
.pc-btn-secondary[disabled]:hover,
fieldset[disabled] .pc-btn-secondary:hover,
.pc-btn-secondary.disabled:focus,
.pc-btn-secondary[disabled]:focus,
fieldset[disabled] .pc-btn-secondary:focus,
.pc-btn-secondary.disabled.focus,
.pc-btn-secondary[disabled].focus,
fieldset[disabled] .pc-btn-secondary.focus {
  background-color: #f18e28;
  border-color: #ef8110;
}
.pc-btn-secondary .badge {
  color: #f18e28;
  background-color: #ffffff;
}
.pc-btn-disabled-tooltip {
  cursor: default !important;
  pointer-events: all !important;
}
/*  First way to customize Search panel: use panel-variant() from ../less/mixins.less as used by .panel-default in ../less/panels.less */
.pc-panel-default {
  border-color: transparent;
}
.pc-panel-default > .panel-heading {
  color: inherit;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.pc-panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: inherit;
}
.pc-panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
/* used in alerts.cfm */
.pc-panel-alert {
  border-color: transparent;
  border: 0px;
  background-color: transparent !important;
  border-radius: 0px !important;
}
.pc-panel-alert > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: transparent;
}
.pc-panel-alert > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-panel-alert > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.pc-panel-alert > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc_panel-alert-body {
  padding: 0px;
}
.pc_panel-alert-group-compact {
  margin: 0px;
}
.pc-field-search-icon:hover:not(.disabled) {
  background-color: #d5d5d5 !important;
}
.pc-table-row-header,
.pc-field-search-icon:not(.disabled) {
  background-color: #f5f5f5 !important;
}
.pc-search-panel-header-icon {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1;
}
/* Second way to customize Search panel: override .panel-default from ../less/panels.less with border-color
.pc-panel-default {
	.panel-default;
	border-color: transparent;
} */
.pc-alert-button {
  padding-top: 2px;
}
.pc-alert-next {
  font-size: 12px;
  margin-bottom: 0;
  margin-right: 5px;
}
.pc-alert-message {
  margin-top: 5px;
}
.pc-alert-list {
  margin-bottom: 0px;
}
/* default .breadcrumb from  ../less/breadcrumbs.less has too large of a margin-bottom (=@line-height-computed) 
	we dont want to change @line-height-computed as it will affect a lot, so we just override it in .pc_breadcrumb */
/*
background-color: @pc_breadcrumb-background-color;	
also check breadcrumb.less 
*/
.pc_breadcrumb {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  list-style: none;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pc_breadcrumb .active {
  color: #f18e28;
}
@media (min-width: 768px) {
  .pc_breadcrumb {
    margin-top: 15px;
  }
}
.pc_breadcrumb > li > a {
  color: #f18e28;
}
.pc_breadcrumb > li {
  color: #f18e28;
}
.pc_breadcrumb > li:last-child {
  color: #f18e28;
}
.pc_breadcrumb > li + li:before {
  padding: 0 5px;
  color: #999999;
  content: ">";
}
/* change glyph icon color to brand secondary, this is in addition to glythicon */
.pc-glyphicon {
  color: #f18e28;
}
.pc-glyphicon-auto-generate-id {
  margin-top: 9px;
  font-size: 18px;
}
/* 'error' alert glythicon. extending and glyphicon-warning-sign */
.pc-glyphicon-alert-error {
  color: white;
}
.pc-glyphicon-alert-error:before {
  content: "\e107";
}
/* 'warning' alert glythicon. extending glyphicon-exclamation-sign */
.pc-glyphicon-alert-warning {
  color: black;
}
.pc-glyphicon-alert-warning:before {
  content: "\e101";
}
/* 'info' alert glythicon. extending glyphicon-info-sign */
.pc-glyphicon-alert-info {
  color: white;
}
.pc-glyphicon-alert-info:before {
  content: "\e086";
}
/* overlay glythicons */
.pc-glyphicon-widget-button {
  color: #f18e28;
  font-weight: bold;
  font-size: 16px;
}
/* use popover to display error in a text field */
.pc-popover {
  z-index: 1060;
}
.pc-popover-error {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #f2dede;
}
.pc-popover-error.top {
  margin-top: -10px;
}
.pc-popover-error.right {
  margin-left: 10px;
}
.pc-popover-error.bottom {
  margin-top: 10px;
}
.pc-popover-error.left {
  margin-left: -10px;
}
.pc-popover-error > .arrow {
  border-width: 11px;
}
.pc-popover-error > .arrow,
.pc-popover-error > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.pc-popover-error > .arrow:after {
  content: "";
  border-width: 10px;
}
.pc-popover-error.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.pc-popover-error.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.pc-popover-error.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.pc-popover-error.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.pc-popover-error.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.pc-popover-error.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.pc-popover-error.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.pc-popover-error.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.pc-popover-error.top > .arrow:after {
  border-top-color: #f2dede;
}
.pc-popover-error.right > .arrow:after {
  border-right-color: #f2dede;
}
.pc-popover-error.bottom > .arrow:after {
  border-bottom-color: #f2dede;
}
.pc-popover-error.left > .arrow:after {
  border-left-color: #f2dede;
}
/* customizing navbar-brand image position */
a.navbar-brand {
  padding: 0px;
  margin-top: 0px;
  margin-left: 6px;
  margin-right: 5px;
}
.pc-combobox-small {
  padding: 0px;
  height: 25px;
}
.pc-pagination-records {
  padding: 6px;
}
.pc-navbar-brand-logo-image {
  height: 51px !important;
}
/* WIZARD */
/*Active Step in Wizard*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #f18e28;
}
.pc-wizard-step {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pc-wizard-step-help {
  font-size: x-large;
  padding: 5px;
  color: lightcyan;
}
.pc-wizard-step-title {
  font-weight: bold;
  font-size: 14px;
  /*margin-top: 0;
	margin-bottom: 0; needed for previous ui*/
}
.pc-wizard-button {
  min-width: 65px;
}
/* for the error message and button panel in wizard  */
.pc-wizard-button-and-error-div {
  display: flex;
  display: -webkit-flex;
  /* safari */
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  /* safari */
}
.pc-button {
  min-width: 65px;
}
.pc-toolbar-button {
  min-width: 55px;
}
.pc-logon-button {
  min-width: 100px;
  color: #f18e28;
  background-color: #f18e28;
  border-color: #f18e28;
  color: #ffffff;
  z-index: 1;
}
.pc-logon-button:focus,
.pc-logon-button.focus {
  color: #f18e28;
  background-color: #d8750e;
  border-color: #904e09;
}
.pc-logon-button:hover {
  color: #f18e28;
  background-color: #d8750e;
  border-color: #ce6f0d;
}
.pc-logon-button:active,
.pc-logon-button.active,
.open > .dropdown-toggle.pc-logon-button {
  color: #f18e28;
  background-color: #d8750e;
  background-image: none;
  border-color: #ce6f0d;
}
.pc-logon-button:active:hover,
.pc-logon-button.active:hover,
.open > .dropdown-toggle.pc-logon-button:hover,
.pc-logon-button:active:focus,
.pc-logon-button.active:focus,
.open > .dropdown-toggle.pc-logon-button:focus,
.pc-logon-button:active.focus,
.pc-logon-button.active.focus,
.open > .dropdown-toggle.pc-logon-button.focus {
  color: #f18e28;
  background-color: #b6620c;
  border-color: #904e09;
}
.pc-logon-button.disabled:hover,
.pc-logon-button[disabled]:hover,
fieldset[disabled] .pc-logon-button:hover,
.pc-logon-button.disabled:focus,
.pc-logon-button[disabled]:focus,
fieldset[disabled] .pc-logon-button:focus,
.pc-logon-button.disabled.focus,
.pc-logon-button[disabled].focus,
fieldset[disabled] .pc-logon-button.focus {
  background-color: #f18e28;
  border-color: #f18e28;
}
.pc-logon-button .badge {
  color: #f18e28;
  background-color: #f18e28;
}
.pc-logon-button:hover,
.pc-logon-button:focus,
.pc-logon-button:active,
.pc-logon-button.active,
.open > .dropdown-toggle.pc-logon-button {
  color: #ffffff;
  background-color: #f2993d;
  border-color: #f2993d;
}
.pc-logon-reset {
  padding: 5px 0;
  color: #a94442;
}
.pc-logon-title {
  display: block;
  text-align: center;
  margin-top: 5px;
  white-space: normal !important;
  font-size: inherit !important;
}
.pc-logon-glyphicon {
  color: #f18e28;
}
.pc-wizard-containor {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
}
@media (max-width: 1719px) {
  .pc-wizard-containor {
    min-height: 250px;
  }
}
@media (max-width: 1199px) {
  .pc-wizard-containor {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .pc-wizard-containor {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .pc-wizard-containor {
    min-height: 100px;
  }
}
/*------------------------------------------------------------------

Begin [Steps Wizard]
------------------------------------------------------------------*/
.pc-wizard-step-new {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: #bababa;
  background-color: #bababa;
}
/*Active Step in Wizard*/
.pc-wizard-ul-li > li.active,
.pc-wizard-ul-li > li.active > div > span,
.pc-wizard-ul-li > li.active > div {
  color: #f18e28;
}
.pc-wizard-steps {
  height: 34px;
  display: table;
}
.pc-wizard-steps ul {
  background-color: #f2f2f2;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  border-radius: 10px;
}
.pc-wizard-steps li {
  float: left;
}
.pc-wizard-steps li:first-child {
  z-index: 1;
}
.pc-wizard-steps li:last-child {
  z-index: 3;
}
.pc-wizard-steps li:not(:first-child):not(:last-child) {
  z-index: 2;
}
.pc-wizard-steps li div {
  color: #b5bfb4;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 4px 40px;
  background-color: #f2f2f2;
  position: relative;
}
.pc-wizard-steps li:last-child div {
  background-color: #f2f2f2;
  padding-right: 30px;
}
.pc-wizard-steps li div:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #f2f2f2;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 5;
}
.pc-wizard-steps li:last-child div:after {
  content: normal;
}
.pc-wizard-steps li div:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #cfcfcf;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.pc-wizard-steps li:last-child div:before {
  content: normal;
}
.pc-wizard-steps li.current div {
  background-color: #FFF;
  color: #0076d6;
}
.pc-wizard-steps li.current div span {
  color: #0076d6;
  background: url(../img/step_current.png);
}
.pc-wizard-steps li.completed div {
  color: #395e00;
}
.pc-wizard-steps li.completed div span {
  color: #66A4E5;
  background: url(../img/step_completed.png);
  color: transparent;
}
.pc-wizard-steps li.current div:after {
  border-left: 30px solid #FFF;
}
.pc-wizard-steps li:first-child div {
  padding-left: 10px;
}
/*------------------------------------------------------------------
End [Steps Wizard]
------------------------------------------------------------------*/
.pc-wizard-step-arrow {
  position: relative;
  display: block;
  width: auto;
  height: 24px;
  margin-right: 18px;
  padding: 0px 1px 0px 3px;
  float: left;
  font-size: 11px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.pc-wizard-step-arrow:before {
  width: 0px;
  height: 0px;
  border-top: 15px solid #f18e28;
  border-bottom: 15px solid #f18e28;
  border-left: 15px solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  left: -15px;
}
.pc-wizard-step-arrow:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f18e28;
  position: absolute;
  content: "";
  top: 1px;
  right: -13px;
}
/*------------------------------------------------------------------*/
/*
.pc-wizard-containor {
	@media (max-width: @screen-md-max) {
		min-height: 200px;
		border-bottom:1px solid #dddddd; 
		margin-bottom:5px;
	}
}
.pc-wizard-containor {
	@media (max-width: @screen-sm-max) {
		min-height:150px;
		border-bottom:1px solid #dddddd; 
		margin-bottom:5px;
	}
}
.pc-wizard-containor {
	@media (max-width: @screen-xs-max) {
		min-height:100px;
		border-bottom:1px solid #dddddd; 
		margin-bottom:5px;
	}
}
*/
/* required field */
.pc-required-field:after {
  content: "*";
  color: #ff0000;
  padding-left: 5px;
}
.pc-logon-body {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  color: #f18e28;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  .pc-logon-body {
    background-color: #ffffff;
    background-image: url("../images/bank-building.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.pc-logon-body-mobile-app {
  padding-top: 95px;
  padding-bottom: 15px;
  background-color: #ffffff;
  color: #f18e28;
  overflow-x: hidden;
}
.pc-logon-mobile-app-navbar-logo {
  background: transparent;
  height: 67px;
}
.pc-logon-background-image {
  background-image: url("../images/bdc_logon_background1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
}
.pc-logon-background-color {
  background-color: #ffffff;
  color: #f18e28;
  border-radius: 5px !important;
  opacity: 1;
  margin: 0px;
}
.pc-logon-form {
  margin-top: 11%;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .pc-logon-form {
    margin-top: 7%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .pc-logon-form {
    margin-top: 150px;
    margin-left: 30px;
  }
}
.pc-logon-banner-mobile {
  top: 0px;
  position: fixed;
  width: 100%;
  background-color: white;
  color: #f18e28 !important;
  vertical-align: middle;
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1025;
}
.pc-logon-header {
  color: #f18e28;
  text-align: left;
  margin: 0px 0px 10px 0px;
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
}
.pc-logon-hint {
  color: #f18e28;
  font-size: 18px;
}
.pc-logon-link {
  color: #f18e28;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .pc-logon-token-note {
    margin-left: 105%;
    margin-top: -100px;
  }
}
/* icons on logon.cfm page */
.pc-inner-addon {
  position: relative;
}
.pc-inner-addon input {
  padding-right: 30px;
}
.pc-inner-addon i {
  opacity: .60;
  position: absolute;
  right: 0px;
  padding: 10px 10px;
  pointer-events: none;
}
.pc-inner-addon-optional i {
  opacity: .45;
}
/* Landing page */
@media (min-width: 992px) and (max-width: 1199px) {
  .pc-landing-empty-box-row-1 {
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .pc-landing-empty-box-row-1 {
    height: 200px;
  }
}
.pc-landing-empty-box-row-2 {
  height: 150px;
  margin-bottom: 1px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pc-landing-empty-box-row-2 {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .pc-landing-empty-box-row-2 {
    height: 150px;
  }
}
.pc-landing-empty-box-row-3 {
  height: 50px;
}
.pc-landing-empty-box-row-4 {
  height: 0px;
  border: 0px;
  border-color: rgba(0, 0, 0, 0);
}
.pc-landing-screen-row-height {
  height: 220px;
}
.pc-landing-banner {
  /*background:url('../images/landingPage.png') no-repeat top left;*/
  height: 100%;
  background-size: 100% auto;
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 0;
  /* -90 previously */
}
.pc-landing-transfer {
  background: url('../images/between-accounts.png') no-repeat top left;
  height: 185px;
  /*width:100%;
    position:relative;*/
}
.pc-landing-third-party {
  background: url('../images/third-party.png') no-repeat top left;
  height: 185px;
  /*width:100%;
    position:relative;*/
}
.pc-landing-control-buttons {
  cursor: pointer;
  color: #ffffff;
}
@media (min-width: 1719px) {
  .pc-landing-control-buttons {
    font-size: 17px;
    margin-right: -11px;
  }
}
@media (max-width: 1719px) {
  .pc-landing-control-buttons {
    font-size: 17px;
    margin-right: -11px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-control-buttons {
    font-size: 17px;
    margin-right: -11px;
  }
}
@media (max-width: 991px) {
  .pc-landing-control-buttons {
    font-size: 20px;
    margin-right: -10px;
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .pc-landing-control-buttons {
    font-size: 20px;
    margin-right: -10px;
    margin-top: -2px;
  }
}
.pc-widget-branche-control-buttons {
  cursor: pointer;
  color: #ffffff;
}
@media (min-width: 1719px) {
  .pc-widget-branche-control-buttons {
    font-size: 17px;
    margin-right: -2px;
  }
}
@media (max-width: 1719px) {
  .pc-widget-branche-control-buttons {
    font-size: 17px;
    margin-right: -2px;
  }
}
@media (max-width: 1199px) {
  .pc-widget-branche-control-buttons {
    font-size: 17px;
    margin-right: -2px;
  }
}
@media (max-width: 991px) {
  .pc-widget-branche-control-buttons {
    font-size: 20px;
    margin-right: -2px;
  }
}
@media (max-width: 767px) {
  .pc-widget-branche-control-buttons {
    font-size: 20px;
    margin-right: -2px;
  }
}
.pc-widget-quickAction-control-buttons {
  cursor: pointer;
  color: #ffffff;
}
@media (min-width: 1719px) {
  .pc-widget-quickAction-control-buttons {
    font-size: 17px;
    margin-right: -8px;
  }
}
@media (max-width: 1719px) {
  .pc-widget-quickAction-control-buttons {
    font-size: 17px;
    margin-right: -8px;
  }
}
@media (max-width: 1199px) {
  .pc-widget-quickAction-control-buttons {
    font-size: 17px;
    margin-right: -8px;
  }
}
@media (max-width: 991px) {
  .pc-widget-quickAction-control-buttons {
    font-size: 20px;
    margin-right: -8px;
  }
}
@media (max-width: 767px) {
  .pc-widget-quickAction-control-buttons {
    font-size: 20px;
    margin-right: -8px;
  }
}
.pc-landing-refresh-button {
  color: #ffffff;
}
@media (min-width: 1719px) {
  .pc-landing-refresh-button {
    font-size: 14px;
    padding-right: 3px;
  }
}
@media (max-width: 1719px) {
  .pc-landing-refresh-button {
    font-size: 14px;
    padding-right: 3px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-refresh-button {
    font-size: 14px;
    padding-right: 3px;
  }
}
@media (max-width: 991px) {
  .pc-landing-refresh-button {
    font-size: 17px;
    padding-right: 3px;
  }
}
@media (max-width: 767px) {
  .pc-landing-refresh-button {
    font-size: 17px;
    padding-right: 3px;
  }
}
.pc-product-distribution-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-portfolio-customer-consolidated-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
}
.pc-category-distribution-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-category-by-account-distribution-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-portfolio-distribution-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-portfolio-trade-symbol-search-dialog {
  width: 100%;
  max-width: 850px;
  padding: 5px;
  margin: 0 auto;
}
.pc-portfolio-trade-symbol-search-table {
  max-height: 250px !important;
}
.pc-fx-rates-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-news-feed-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-commodities-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-oil-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-market-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-beneficiary-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-recent-activity-panel-header {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
}
.pc-notification-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-preference-quickbutton-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-activity-swift-icon-background {
  background-color: #e72e2e !important;
  border-color: #e72e2e !important;
}
.pc-activity-swift-icon-background {
  font-size: small;
  color: white;
}
.pc-activity-fed-icon-background {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-activity-fed-icon-background {
  font-size: small;
  color: white;
}
.pc-activity-ach-icon-background {
  background-color: #34b46d !important;
  border-color: #34b46d !important;
  font-size: small;
  color: white;
}
.pc-activity-ach-icon-color {
  color: #34b46d !important;
}
.pc-activity-swift-icon-color {
  color: #e72e2e !important;
}
.pc-activity-fed-icon-color {
  color: #98989C !important;
}
.pc-activity-pending-icon-background {
  background-color: #e72e2e !important;
  border-color: #e72e2e !important;
  font-size: small;
  color: white;
}
.pc-activity-today-icon-background {
  background-color: #34b46d !important;
  border-color: #34b46d !important;
  font-size: small;
  color: white;
}
.pc-panel-atm-container-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-world-news-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-reuters-report-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-press-digest-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-panel-contact-bank-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
}
.pc-landing-atm {
  content: url('../images/branchLocation.png') no-repeat top left;
  height: 100%;
  width: 100%;
  left: 0px;
}
.pc-landing-panel-default {
  border-color: transparent;
  border: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 185px;
}
.pc-landing-panel-default > .panel-heading {
  color: #fff;
  background-color: #f18e28;
  border-color: #ddd;
}
.pc-landing-panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-landing-panel-default > .panel-heading .badge {
  color: #f18e28;
  background-color: #fff;
}
.pc-landing-panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc-landing-panel-officer {
  border-color: transparent;
  border: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 280px;
}
.pc-landing-panel-officer > .panel-heading {
  color: #fff;
  background-color: #f18e28;
  border-color: #ddd;
}
.pc-landing-panel-officer > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-landing-panel-officer > .panel-heading .badge {
  color: #f18e28;
  background-color: #fff;
}
.pc-landing-panel-officer > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc-landing-account-summary-panel-header {
  padding: 0px;
}
.pc-widget-quickLink-display .panel .pc-landing-account-summary-panel-header {
  padding: 0px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-landing-panel-bank-account {
  border-color: transparent;
  border: 0px;
  /*margin-bottom:5px;*/
  margin-top: 5px;
}
.pc-landing-panel-bank-account > .panel-heading {
  color: #fff;
  background-color: #98989C;
  border-color: #98989C;
}
.pc-landing-panel-bank-account > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-landing-panel-bank-account > .panel-heading .badge {
  color: #98989C;
  background-color: #fff;
}
.pc-landing-panel-bank-account > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc-landing-amount-positive {
  color: #34a762;
}
.pc-landing-amount-negative {
  color: #b9556f;
}
.pc-landing-account-activity {
  color: #707073;
  padding-right: 3px !important;
  border: solid #f18e28 0px;
}
.pc-panel-right-side {
  margin-top: -4px;
}
.pc-panel-right-side-statistics-activity {
  height: 250px;
}
.pc-landing-panel-containor {
  height: 185px;
}
.pc-landing-panel-body {
  height: 145px;
  background-color: transparent;
}
.pc-landing-panel-body-inner {
  height: 135px;
}
.pc-landing-alert-panel {
  height: 100% !important;
  width: 100% !important;
  margin: 0px !important;
  display: table !important;
}
.pc-table-no-data-available,
.pc-landing-alert-panel-body {
  font-style: italic;
  font-weight: bold;
  color: lightgray;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.pc-landing-alert-panel-no-data {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  height: auto !important;
}
.pc-landing-card-account {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .pc-landing-card-account {
    max-height: 238px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-card-account {
    max-height: 289px;
  }
}
@media (min-width: 992px) {
  .pc-landing-card-account {
    max-height: 289px;
  }
}
.pc-landing-bank-account {
  margin-bottom: 0px;
  /*overflow-y:auto;*/
}
@media (max-width: 767px) {
  .pc-landing-bank-account {
    height: 238px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-bank-account {
    height: 289px;
  }
}
@media (min-width: 992px) {
  .pc-landing-bank-account {
    height: 289px;
  }
}
.pc-loan-type-list {
  margin-bottom: 0px;
  /*overflow-y:auto;*/
}
@media (max-width: 767px) {
  .pc-loan-type-list {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .pc-loan-type-list {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .pc-loan-type-list {
    height: 200px;
  }
}
.pc-landing-height-inherit {
  height: inherit;
}
.pc-landing-width-inherit {
  width: inherit;
}
.pc-card-account-list-item:first-child,
.pc-landing-account-list-item:first-child,
.pc-loan-type-list-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.pc-card-account-list-item,
.pc-landing-account-list-item {
  min-height: 60px;
  padding: 5px 10px 5px 3px;
  border: none;
  margin-bottom: 0px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  .pc-card-account-list-item,
  .pc-landing-account-list-item {
    color: #707073;
    background: #C2C3C5;
  }
}
@media (max-width: 767px) {
  .pc-card-account-list-item,
  .pc-landing-account-list-item {
    color: #707073;
    background: #EFEFF0;
  }
}
.pc-landing-customer-list-item {
  padding: 5px 10px 5px 3px;
  border: none;
  margin-bottom: 0px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  .pc-landing-customer-list-item {
    color: #ffffff;
    background: #f18e28;
  }
}
@media (max-width: 767px) {
  .pc-landing-customer-list-item {
    color: inherit;
    background: inherit;
  }
}
.pc-loan-type-list-item {
  min-height: 40px;
  padding: 5px 10px 5px 3px;
  border: none;
  margin-bottom: 0px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  .pc-loan-type-list-item {
    color: #ffffff;
    background: #f18e28;
  }
}
@media (max-width: 767px) {
  .pc-loan-type-list-item {
    color: inherit;
    background: inherit;
  }
}
.pc-loan-type-list-item-sm {
  cursor: pointer;
}
.pc-loan-type-list-item-sm:active {
  background: #f0f8ff;
}
.pc-landing-account-list-item-sm {
  cursor: pointer;
}
.pc-landing-account-list-item-sm:active {
  background: #f0f8ff;
}
.pc-fc-header-button,
.pc-account-list-header-button {
  padding-top: 75px;
  /*width:30px;*/
  font-weight: bold;
  font-size: x-large;
}
.pc-fc-header-button-disabled,
.pc-account-list-header-button-disabled {
  color: #d5d5d5 !important;
}
.pc-fc-header,
.pc-account-list-header {
  /*max-height:55px;*/
  margin-bottom: 0px;
}
.pc-fc-chart-slide {
  min-height: 110px;
  padding: 5px 10px 5px 3px;
  margin-left: 15px;
  margin-right: 15px;
}
.pc-account-list-header-item {
  min-height: 150px;
  padding: 3px 10px 5px 3px;
  /*background: whitesmoke;*/
  margin-left: 15px;
  margin-right: 15px;
}
.pc-fc-chart-slide-text,
.pc-account-list-header-item-text {
  text-align: center !important;
  font-size: 18px;
}
.pc-account-list-header-item .pc-amount-positive {
  color: #707073 !important;
  font-weight: bold;
  font-size: 16px;
}
.pc-account-list-header-item .pc-amount-negative {
  color: red;
  font-weight: bold;
  font-size: 16px;
}
.pc-fc-header-pie-chart-draw,
.pc-account-list-header-pie-chart-draw {
  position: absolute;
}
@media (min-width: 1719px) {
  .pc-fc-header-pie-chart-draw,
  .pc-account-list-header-pie-chart-draw {
    left: -50px;
  }
}
@media (max-width: 1719px) {
  .pc-fc-header-pie-chart-draw,
  .pc-account-list-header-pie-chart-draw {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .pc-fc-header-pie-chart-draw,
  .pc-account-list-header-pie-chart-draw {
    left: -50px;
  }
}
@media (max-width: 991px) {
  .pc-fc-header-pie-chart-draw,
  .pc-account-list-header-pie-chart-draw {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .pc-fc-header-pie-chart-draw,
  .pc-account-list-header-pie-chart-draw {
    left: -50px;
  }
}
.pc-account-list-header-pie-chart-canvas {
  padding: 7px;
  width: 200px !important;
  height: 100px !important;
  position: absolute;
  pointer-events: none;
}
.pc-fc-header-pie-chart-canvas {
  padding: 7px;
  width: 180px !important;
  height: 90px !important;
  position: absolute;
  pointer-events: none;
}
.pc-fc-header-pie-chart-legend,
.pc-account-list-header-pie-chart-legend {
  position: absolute;
  text-wrap: none;
  max-height: 120px;
  padding-top: 5px;
}
.pc-fc-header-pie-legend,
.pc-account-list-header-pie-legend {
  width: 100%!important;
}
@media (min-width: 1719px) {
  .pc-fc-header-pie-legend,
  .pc-account-list-header-pie-legend {
    padding-left: 100px;
  }
}
@media (max-width: 1719px) {
  .pc-fc-header-pie-legend,
  .pc-account-list-header-pie-legend {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .pc-fc-header-pie-legend,
  .pc-account-list-header-pie-legend {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .pc-fc-header-pie-legend,
  .pc-account-list-header-pie-legend {
    padding-left: 220px;
  }
}
@media (max-width: 767px) {
  .pc-fc-header-pie-legend,
  .pc-account-list-header-pie-legend {
    padding-left: 100px;
  }
}
.pc-account-list-item-left-side {
  min-height: 60px;
  padding: 5px 10px 5px 3px;
  border: none;
  margin-bottom: 0px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.pc-card-account-list-item-active,
.pc-landing-account-list-item-active {
  min-height: 60px;
  padding: 5px 10px 5px 3px;
  border: 0px;
  margin-bottom: 0px;
  border: none;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #EFEFF0;
  color: #707073;
}
.pc-loan-type-list-item-active {
  min-height: 40px;
  padding: 5px 10px 5px 3px;
  border: 0px;
  margin-bottom: 0px;
  border: none;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #ffffff;
  color: inherit;
}
.pc-landing-account-list-item-drag {
  background-color: aliceBlue !important;
  width: 180px !important;
  height: 70px !important;
  font-size: 12px;
  font-style: italic;
  cursor: move;
}
.pc-landing-table-row-height {
  height: 40px;
}
.pc-landing-table-row:nth-child(odd) {
  background-color: inherit !important;
}
.pc-landing-table-row:nth-child(even) {
  background-color: inherit !important;
}
.pc-landing-bank-item {
  font-size: 16px;
  /*padding-left:1px;*/
  /*padding-right:25px;*/
  /*display:inline;*/
  cursor: pointer;
  margin-right: -2px;
}
.pc-landing-bank-item > a,
.pc-landing-bank-item-small > a {
  border-radius: 0px !important;
  color: #ffffff;
}
.pc-landing-bank-item > a:hover {
  color: #555555;
  background-color: #ffffff !important;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.pc-landing-bank-item.active > a {
  color: #ffffff !important;
  background-color: #C2C3C5 !important;
}
@media (max-width: 767px) {
  .pc-landing-bank-item.active > a {
    text-decoration: underline !important;
    color: inherit !important;
    background-color: inherit !important;
  }
}
.pc-landing-bank-item-small {
  font-size: 14px !important;
  /*padding-right: 1px !important;*/
  cursor: pointer;
}
.pc-landing-bank-item-small > a:hover {
  text-decoration: underline !important;
  color: inherit !important;
  background-color: inherit !important;
}
.pc-landing-bank-item-small.active > a {
  text-decoration: underline !important;
  color: inherit !important;
  background-color: inherit !important;
}
.pc-bank-account-controlButton {
  padding-right: 15px;
  padding-top: 10px;
}
.pc-landing-bank-detail {
  background-color: #EFEFF0 !important;
}
@media (max-width: 767px) {
  .pc-landing-bank-detail {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-bank-detail {
    height: 296px;
  }
}
@media (min-width: 992px) {
  .pc-landing-bank-detail {
    height: 296px;
  }
}
.pc-landing-rss-feed-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /*——Large desktop——*/
  /*——desktop——*/
  /*——Portrait tablet to landscape and desktop——*/
  /*——Landscape phone to portrait tablet——*/
}
@media (min-width: 1200px) {
  .pc-landing-rss-feed-item {
    max-width: 235px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pc-landing-rss-feed-item {
    max-width: 235px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pc-landing-rss-feed-item {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .pc-landing-rss-feed-item {
    max-width: 165px;
  }
}
.pc-panel-no-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.pc-landing-branch-contact-us-item {
  border-radius: 0px;
  margin-left: 5px;
  text-align: center;
}
@media (min-width: 1719px) {
  .pc-landing-branch-contact-us-item {
    height: 185px;
    padding-top: 10px;
  }
}
@media (max-width: 1719px) {
  .pc-landing-branch-contact-us-item {
    height: 185px;
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-branch-contact-us-item {
    height: 185px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .pc-landing-branch-contact-us-item {
    height: 185px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .pc-landing-branch-contact-us-item {
    height: 185px;
    padding-top: 5px;
  }
}
.pc-landing-branch-location-item {
  background-color: #98989C;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 0px;
}
.pc-landing-contact-us-item {
  color: #ffffff;
  background-color: #F8AD62;
  background-repeat: no-repeat;
  padding: 0px;
}
.pc-landing-branch-location-item:hover {
  background-color: #999999;
  background-repeat: no-repeat;
  color: #ffffff;
}
.pc-landing-contact-us-item:hover {
  color: #ffffff;
  background-color: #f18e28;
  background-repeat: no-repeat;
}
@media (min-width: 1719px) {
  .pc-landing-branch-contact-us-icon {
    font-size: 100px;
  }
}
@media (max-width: 1719px) {
  .pc-landing-branch-contact-us-icon {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-branch-contact-us-icon {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .pc-landing-branch-contact-us-icon {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pc-landing-branch-contact-us-icon {
    font-size: 100px;
  }
}
.pc-landing-branch-location {
  position: absolute;
  top: 0;
  height: 431px;
  padding-right: 0;
  padding-left: 0;
}
.pc-landing-branch-contact-us-icon-image {
  margin: 20px auto;
}
.pc-landing-branch-contact-us-icon {
  text-align: center;
}
.pc-landing-branch-contact-us-label {
  margin: 1px auto;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1719px) {
  .pc-landing-branch-contact-us-label {
    padding-top: 10px;
  }
}
@media (max-width: 1719px) {
  .pc-landing-branch-contact-us-label {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-branch-contact-us-label {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .pc-landing-branch-contact-us-label {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .pc-landing-branch-contact-us-label {
    padding-top: 5px;
  }
}
.pc-landing-branch-location-body {
  height: 330px;
}
.pc-landing-contact-bank-background {
  background-color: aliceBlue;
}
.pc-chart-panel-default {
  border-color: transparent;
  border: 0px;
  margin-bottom: 25px;
  margin-top: 5px;
  height: 210px;
}
.pc-chart-panel-default > .panel-heading {
  color: #fff;
  background-color: #f18e28;
  border-color: #ddd;
}
.pc-chart-panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-chart-panel-default > .panel-heading .badge {
  color: #f18e28;
  background-color: #fff;
}
.pc-chart-panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc-category-distribution-panel {
  height: 270px;
}
.pc-category-distribution-panel-body {
  height: 137px;
}
/* Icon sizing*/
.pc-clickable-icon {
  cursor: pointer;
}
@media (max-width: 1719px) {
  .pc-clickable-icon {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .pc-clickable-icon {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .pc-clickable-icon {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pc-clickable-icon {
    font-size: 21px;
  }
}
.pc-icon-medium {
  height: 40px;
  width: 40px;
  padding: 8px;
}
.pc-icon-small {
  font-size: 28px;
}
.pc-icon-schedule-small {
  font-size: 24px;
}
.pc-preference-default-panel-body {
  min-height: 115px;
}
.pc-preference-default-list,
.pc-preference-payee-list,
.pc-preference-beneficiary-option-list,
.pc-preference-quickButton-list {
  height: 200px;
}
.pc-preference-default-list-body,
.pc-preference-payee-list-body,
.pc-preference-beneficiary-option-list-body,
.pc-preference-quickButton-list-body {
  height: 160px;
}
@media (min-width: 768px) {
  .pc-preference-country-list {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .pc-preference-country-list {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .pc-preference-country-list {
    height: 350px;
  }
}
@media (min-width: 1720px) {
  .pc-preference-country-list {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .pc-preference-country-list-body {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .pc-preference-country-list-body {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .pc-preference-country-list-body {
    height: 300px;
  }
}
@media (min-width: 1720px) {
  .pc-preference-country-list-body {
    height: 350px;
  }
}
.pc-preference-default-item,
.pc-preference-payee-item,
.pc-preference-country-item,
.pc-preference-beneficiary-option-item,
.pc-preference-quickButton-item {
  min-height: 40px;
  padding: 5px 15px 5px 15px;
  border-top: 1px solid #dddddd;
  width: 100%;
  background-color: #ffffff;
  cursor: move;
  vertical-align: middle;
}
.pc-quick-button-icon-image {
  max-height: 55px;
  max-width: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.pc-quick-button {
  background-color: #98989C;
  border-radius: 5px;
  padding: 0px;
}
.pc-quick-button:hover {
  background-color: #f18e28;
}
.pc-quick-button-big {
  height: 185px;
  font-size: 14px;
}
.pc-quick-button-medium {
  height: 110px;
  font-size: 14px;
}
.pc-quick-button-small {
  height: 90px;
  font-size: 14px;
}
.pc-quick-button-landing {
  font-size: 50px;
  color: #ffffff;
}
.pc-quick-button-preference {
  font-size: 28px;
  color: #ffffff;
}
.pc-quick-button-preference-dropdown {
  font-size: 20px;
  color: #ffffff;
}
.pc-quick-button-icon {
  margin: 0px auto;
  text-align: center;
  padding: 2px;
}
.pc-quick-button-label {
  margin: 1px auto;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  padding: 0 5px;
}
.pc-quick-button-icon-bank_accounts,
.pc-quick-button-icon-credit_cards,
.pc-quick-button-icon-investment_portfolio,
.pc-quick-button-icon-transfer_new,
.pc-quick-button-icon-payment_new_simple,
.pc-quick-button-icon-payment_new_advanced,
.pc-quick-button-icon-bill_payment_new,
.pc-quick-button-icon-transfer_open_list,
.pc-quick-button-icon-transfer_history_list,
.pc-quick-button-icon-transfer_pending_list,
.pc-quick-button-icon-schedule_open_list,
.pc-quick-button-icon-schedule_history_list,
.pc-quick-button-icon-schedule_pending_list,
.pc-quick-button-icon-official_account_statement,
.pc-quick-button-icon-official_advice,
.pc-quick-button-icon-contact_us,
.pc-quick-button-icon-admin_user_management,
.pc-quick-button-icon-admin_change_password,
.pc-quick-button-icon-admin_audit,
.pc-quick-button-icon-preferences {
  background-image: url("../images/quick-button.png");
}
@media (min-width: 1200px) {
  .pc-quick-link-panel {
    width: 288px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pc-quick-link-panel {
    width: 238px;
  }
}
.pc-preference-list-item-active {
  background-color: aliceBlue;
  min-height: 40px;
}
.pc-preference-list-item-drag {
  background-color: aliceBlue;
  height: 30px;
  width: 220px !important;
  font-size: 12px;
  font-style: italic;
  cursor: move;
}
.pc-preference-list-img-resize {
  height: 20px !important;
  width: 20px !important;
}
.pc-preference-list-item-icon {
  background-color: #f18e28;
  width: 30px !important;
  height: 25px !important;
  font-size: 14px !important;
  padding: 5px !important;
}
.pc-preference-default-sortable-lists-message,
.pc-preference-payee-message,
.pc-preference-country-message,
.pc-preference-beneficiary-option-message,
.pc-preference-quick-button-message,
.pc-activity-sortable-message {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #34b46d;
}
.pc-preference-quick-button {
  width: 102px;
}
.pc-preference-default-drag-button,
.pc-preference-country-drag-button,
.pc-preference-beneficiary-option-drag-button,
.pc-preference-payee-drag-button {
  width: 52px;
  margin-left: auto;
  margin-right: auto;
}
.pc-preference-currency-icon {
  width: 11px;
  padding-left: 0px;
  font-size: 12px;
}
.pc-preference-defaultPage-icon {
  color: #ffffff;
  height: 18px;
  width: 20px;
  font-size: 16px;
  padding-left: 1px;
  background-color: #f18e28;
}
.pc-preference-default-dropdown {
  width: 100%;
  overflow: hidden;
  margin-top: -14px;
  margin-left: 5px;
}
.pc-preference-sortable-no-scroll {
  overflow-y: hidden;
}
.pc-preference-sortable-scrollbar {
  overflow-y: scroll;
}
.pc-preference-sortable-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.pc-preference-sortable-scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/* i forgot what this is for !!! */
_table .collapse.in {
  display: table-row !important;
}
/* spinner shell - for small meduim and and large, see home.cfm */
.pc-spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 666;
  background-color: #d5d5d5;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pc-spinner-outer {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 666;
  background-color: transparent;
  opacity: 1;
}
.pc-spinner-inner-large {
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -33px;
  height: 66px;
  width: 66px;
}
.pc-spinner-inner-medium {
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
  height: 32px;
  width: 32px;
}
.pc-spinner-inner-small {
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  height: 16px;
  width: 16px;
}
/* empty text class for editable fields */
.pc-empty-text {
  color: #333333;
  font-style: italic;
}
/* Note text of subtype -info, just like alert only transparent background and no border */
.pc-note-info {
  background-color: transparent;
  color: #31708f;
}
.popover-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: italic;
}
.pc-previous-message-list {
  font-style: italic;
}
.pc-message-body,
.pc-email-body {
  height: 132px;
}
.pc-self-enrollment-note {
  height: 280px;
}
.pc-refer-friend-note {
  height: 240px;
}
.pc-account-list-chart-body {
  height: 300px;
}
.pc-account-list-item-drag,
.pc-activity-list-item-drag {
  background-color: aliceBlue !important;
  width: 663px !important;
  font-size: 12px;
  font-style: italic;
  cursor: move;
}
/************************ Notification ***************/
.pc-notification-overLay,
.pc-conference-notification-overLay {
  position: fixed;
  overflow: visible;
  z-index: 10000!important;
  width: 200px;
  height: auto;
  max-height: 300px;
  padding: 0px;
  border: 1px solid #9caeb8;
  border-radius: 2%;
  background-color: white;
  display: none;
}
.pc-notification-overLay-panel-body-inner,
.pc-conference-notification-overLay-panel-body-inner {
  height: auto;
  max-height: 295px;
  width: 100%;
}
.pc-notification-counter {
  border: 0px solid #f9f9f9;
  border-radius: 45%;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  margin: 13px 13px 0 13px;
  padding: 5px 7px;
  text-align: center;
  top: 0;
  width: 30px;
  background: #ffffff;
  color: #e72e2e;
}
.pc-notification-counter-navbar {
  border: 0px solid #f9f9f9;
  border-radius: 100%;
  height: 17px;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 9px 0px;
  padding: 2px 0px;
  text-align: center;
  top: -7px;
  left: 16px;
  width: 17px;
  background: #e72e2e;
  color: #ffffff;
  position: absolute;
}
.pc-notification-view-link {
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  color: #3eace1;
}
.pc-notification-view-link:hover {
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  color: #3eace1;
}
.pc-notification-alert-panel {
  height: 100%;
  width: 100%;
  margin: 0px;
  display: table;
}
.pc-notification-alert-panel-body {
  font-style: italic;
  font-weight: bold;
  color: lightgray;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1719px) {
  .pc-notification-subscription-panel-body-inner {
    max-height: 500px;
  }
}
@media (max-width: 1199px) {
  .pc-notification-subscription-panel-body-inner {
    max-height: 290px;
  }
}
@media (max-width: 991px) {
  .pc-notification-subscription-panel-body-inner {
    max-height: 430px;
  }
}
@media (max-width: 767px) {
  .pc-notification-subscription-panel-body-inner {
    max-height: 150px;
  }
}
/* in addition to .panel - for status and and log date time user - inside readonly view widget */
.pc-panel-log {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: -6px;
  margin-right: -6px;
}
.pc-panel-status {
  margin-bottom: 10px !important;
  margin-left: -6px;
  margin-right: -6px;
}
.pc-allowed-feature-alignment {
  /*——Large desktop——*/
  /*——desktop——*/
  /*——Portrait tablet to landscape and desktop——*/
  /*——Landscape phone to portrait tablet——*/
}
@media (min-width: 1200px) {
  .pc-allowed-feature-alignment {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pc-allowed-feature-alignment {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pc-allowed-feature-alignment {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .pc-allowed-feature-alignment {
    margin-right: auto;
  }
}
/***** footer bar *****/
.pc-footer-bar {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
}
.pc-serviceagreement-policy {
  color: #ffffff !important;
}
/*.pc-serviceagreement-policy:hover, .pc-serviceagreement-policy:focus {
	background-color: @pc-footer-background-color !important;
	border-color: @pc-footer-border-color !important;
	color: @pc-footer-color !important;
}*/
/*Override for NavBar on focus*/
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #f2993d !important;
  color: #ffffff !important;
}
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #f2993d !important;
  color: #ffffff !important;
}
/* override submenu on focus*/
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #f2993d !important;
  color: #ffffff !important;
}
.dropdown-menu > li > a {
  height: 33px;
}
.dropdown-menu > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #ffffff !important;
  background-color: #f18e28 !important;
}
/*override for drop down menu focus item*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #f2993d !important;
}
/*override for drop down menu focus item*/
.navbar-nav > li > a {
  color: #ffffff !important;
  font-weight: normal;
}
.navbar-nav > li > a:hover {
  color: #ffffff !important;
  background-color: #f2993d !important;
}
.navbar-nav > li > a:focus {
  color: #ffffff !important;
  background-color: #f2993d !important;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
  color: #ffffff !important;
  background-color: #f2993d !important;
}
.navbar-nav > .active > a:focus {
  color: #ffffff !important;
  background-color: #f2993d !important;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #ffffff !important;
  background-color: #f18e28 !important;
}
.dropdown-menu {
  -webkit-backface-visibility: hidden;
}
/*Override for pagination active page*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f18e28;
  border-color: #f18e28;
  cursor: default;
}
/*Override menu button in small device in navbar*/
.navbar-toggle {
  background-color: #f18e28;
  border-color: #f2993d;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #f2993d;
}
/*Override button hover*/
.pc-btn-primary:hover,
.pc-btn-primary:focus,
.pc-btn-primary:active,
.pc-btn-primary.active,
.open > .dropdown-toggle.pc-btn-primary {
  color: #ffffff;
  background-color: #f2993d;
  border-color: #f2993d;
}
.pc-navbar-menu {
  margin-bottom: 0px;
}
/* webshim date polifill */
.pc-ws-date {
  padding-right: 40px !important;
  z-index: 0 !important;
  float: none !important;
}
.pc-ws-date + .input-buttons button.ws-popover-opener {
  background-color: transparent;
}
/* vertical wizard */
.pc-wizard-header-v {
  color: #ffffff;
  background-color: #f2993d;
  padding: 5px;
  border-bottom: 1px solid #ffffff;
}
.pc-wizard-header-v-active {
  background-color: #f2993d;
}
.pc-wizard-header-v-inactive {
  background-color: #b5bfb4;
}
.pc-wizard-header-v-step-name {
  font-weight: normal;
  font-size: 20px;
}
.pc-wizard-header-v-step-number {
  font-style: italic;
  font-size: 16px;
}
.pc-wizard-body {
  min-height: 500px;
  max-height: 500px;
}
.pc-wizard-body-v {
  padding: 10px 0;
}
.pc-summary-modal-dialog {
  width: 800px;
  margin: 40px auto;
}
/* selected row (row under which collapsible panel is open) */
.pc-selected-row {
  background-color: #eeeeee;
}
.pc-hover-row:hover {
  background-color: #eeeeee;
}
.pc-text-information {
  font-style: italic;
  font-size: 12px;
  white-space: nowrap;
}
/* Landing Page icons plus title */
.pc-landing-page-title {
  padding-left: 15px;
}
.pc-landing-page-quick-activity {
  background-image: url('../images/landingPage-quick-activity.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
}
.pc-landing-page-notifications {
  background-image: url('../images/landingPage-notifications.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
}
.pc-landing-page-officerInCharge {
  background-image: url('../images/landingPage-chart.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
}
.pc-landing-page-chart {
  background-image: url('../images/landingPage-chart.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
}
.pc-landing-page-currency {
  background-image: url('../images/landingPage-currency.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
}
.pc-landing-page-news {
  background-image: url('../images/landingPage-news.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
}
/**********fix bug of truncating data on IE when it align right *********/
.text-right::-ms-clear {
  display: none;
}
/******************* content management **********************/
.pc-content-detail {
  border: 1px solid #b5bfb4;
  padding: 5px;
  border-radius: 5px;
}
.pc-content-header {
  /*overflow-y:auto;*/
}
@media (max-width: 767px) {
  .pc-content-header {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .pc-content-header {
    height: 400px;
  }
}
.pc-content-header {
  border-right: 1px solid #b5bfb4;
}
.pc-content-list-item {
  min-height: 50px;
  width: 100%;
  padding: 5px 3px 5px 3px;
  border: none;
  margin-bottom: 0px;
  /*border-bottom: 1px solid @brand-secondary-gray;*/
}
.pc-content-list-item:hover {
  background-color: aliceBlue;
}
.pc-content-list-item-active {
  min-height: 50px;
  width: 100%;
  padding: 5px 3px 5px 3px;
  /*border-bottom: 1px solid @brand-secondary-gray;*/
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .pc-content-list-item-active {
    background-color: aliceBlue;
  }
}
@media (min-width: 992px) {
  .pc-content-list-item-active {
    background: #fff;
    background-color: aliceBlue;
  }
}
.pc-content-list-item-drag {
  background-color: aliceBlue !important;
  width: 180px !important;
  height: 70px !important;
  font-size: 12px;
  font-style: italic;
  word-wrap: break-word;
  cursor: move;
}
.pc-content-summary-image {
  width: 100%;
  border-bottom: 1px solid #b5bfb4;
}
.pc-content-left-banner {
  margin-bottom: 15px;
  height: auto;
  overflow: hidden !important;
  min-height: 100px;
}
.pc-content-logon-side {
  max-height: 400px;
  overflow: hidden !important;
}
.pc-content-logon-bottom {
  max-height: auto;
}
.pc-content-landing-bottom {
  max-height: auto;
}
.pc-onboarding-ocr-image {
  height: 310px;
}
.pc-onboarding-ocr-pdf {
  height: 310px !important;
}
.pc-content-onboarding-detail,
.pc-content-onboarding-account,
.pc-content-debitcard-activation,
.pc-content-creditcard,
.pc-content-onboarding-document {
  margin-bottom: 15px;
  height: auto;
  max-height: auto;
  border-color: transparent;
  border: 0px;
  margin-top: 5px;
}
.pc-content-portfolio-bottom {
  max-height: auto;
}
.pc-content-flyover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 17px;
  z-index: 100;
}
.pc-content-flyover-close-left {
  position: absolute;
  top: 3px;
  left: 3px;
}
.pc-content-logon-flyover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 17px;
  z-index: 100;
}
@media (max-width: 767px) {
  .pc-content-logon-flyover-close {
    display: block;
  }
}
@media (min-width: 768px) {
  .pc-content-logon-flyover-close {
    display: none;
  }
}
.pc-content-flyover {
  left: 150%;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  z-index: 8;
  transition: left 0.7s ease-out 0.1s;
  padding: 10px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pc-content-flyover {
    background-color: #FFFFFF;
    width: 100%;
    top: 8%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 768px) {
  .pc-content-flyover {
    background-color: #FFFFFF;
    width: 50%;
    top: 160px;
    -webkit-transform: translate(-15%, 0%);
    -moz-transform: translate(-15%, 0%);
    -o-transform: translate(-15%, 0%);
    transform: translate(-15%, 0%);
  }
}
.pc-content-flyover-mobile-app {
  left: 150%;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  z-index: 8;
  transition: left 0.7s ease-out 0.1s;
  padding: 10px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pc-content-flyover-mobile-app {
    background-color: #FFFFFF;
    width: 100%;
    top: 20%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 768px) {
  .pc-content-flyover-mobile-app {
    background-color: #FFFFFF;
    width: 50%;
    top: 221px;
    -webkit-transform: translate(-15%, 0%);
    -moz-transform: translate(-15%, 0%);
    -o-transform: translate(-15%, 0%);
    transform: translate(-15%, 0%);
  }
}
.pc-content-service-agreement,
.pc-content-privacy-policy,
.pc-content-other-policy {
  height: 100%;
}
.pc-content-feature-policy {
  height: 50%;
}
.pc-content-privacy-policy-flyover {
  left: 150%;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  z-index: 9;
  height: 80%;
  transition: left 0.7s ease-out 0.1s;
  padding: 10px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pc-content-privacy-policy-flyover {
    width: 90%;
    top: 100px;
    -webkit-transform: translate3d(-5%, 0, 0);
    -moz-transform: translate3d(-5%, 0, 0);
    -o-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
}
@media (min-width: 768px) {
  .pc-content-privacy-policy-flyover {
    width: 70%;
    top: 100px;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
}
.pc-content-service-agreement-flyover {
  left: 150%;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  z-index: 10000;
  height: 95%;
  transition: left 0.7s ease-out 0.1s;
  padding: 10px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pc-content-service-agreement-flyover {
    width: 100%;
    top: 50px;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    -o-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@media (min-width: 768px) {
  .pc-content-service-agreement-flyover {
    width: 100%;
    top: 50px;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
}
.pc-content-other-policy-flyover {
  left: 150%;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  z-index: 9;
  height: 80%;
  transition: left 0.7s ease-out 0.1s;
  padding: 10px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pc-content-other-policy-flyover {
    width: 90%;
    top: 100px;
    -webkit-transform: translate3d(-5%, 0, 0);
    -moz-transform: translate3d(-5%, 0, 0);
    -o-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
}
@media (min-width: 768px) {
  .pc-content-other-policy-flyover {
    width: 70%;
    top: 100px;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
}
.pc-content-feature-policy-flyover {
  left: 150%;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  z-index: 9;
  height: 50%;
  transition: left 0.7s ease-out 0.1s;
  padding: 10px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pc-content-feature-policy-flyover {
    width: 90%;
    top: 100px;
    -webkit-transform: translate3d(-5%, 0, 0);
    -moz-transform: translate3d(-5%, 0, 0);
    -o-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
}
@media (min-width: 768px) {
  .pc-content-feature-policy-flyover {
    width: 70%;
    top: 100px;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
}
.pc-content-service-agreement-flyover.in {
  left: -10%;
}
.pc-content-privacy-policy-flyover.in {
  left: 10%;
}
.pc-content-other-policy-flyover.in {
  left: 10%;
}
.pc-content-feature-policy-flyover.in {
  left: 20%;
}
.pc-content-flyover.in,
.pc-content-flyover-mobile-app.in {
  left: 50%;
}
.pc-content-slider {
  min-width: 100%;
}
.pc-password-verdict {
  font-weight: normal;
  font-size: 12px;
}
.pc-password-verdict-danger {
  color: #d9534f;
}
.pc-password-verdict-warning {
  color: #f0ad4e;
}
.pc-password-verdict-success {
  color: #5cb85c;
}
.pc-password-progress-bar {
  height: 8px !important;
  margin-bottom: 2px !important;
  margin-top: 5px !important;
}
.pc-password-policy-title {
  display: block;
  font-weight: bold;
}
.pc-alert {
  max-height: 128px;
}
.pc-help-body {
  height: auto;
}
.pc-alert-flyover {
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  z-index: 1051;
  background-color: transparent !important;
  padding: 0px;
  top: 0px;
  margin-left: 0px;
  /* this one is calculated and reset in pcAlerts.js */
  margin-top: 5px;
  width: auto;
  white-space: nowrap;
}
.pc-alert-cell {
  border-top: 0px !important;
  background-color: white;
}
.pc-alert-cell-icon-error,
.pc-alert-cell-icon-warning,
.pc-alert-cell-icon-info {
  width: 40px;
  padding: 0px;
  vertical-align: middle;
  border-top: 0px !important;
  text-align: center;
  /*border-radius: 6px 0px 0px 6px;*/
}
.pc-alert-cell-icon-error {
  background-color: red;
}
.pc-alert-cell-icon-warning {
  background-color: #f9edbe;
}
.pc-alert-cell-icon-info {
  background-color: #317fce;
}
.pc-alert-last-col-cell,
.pc-alert-cell-close {
  /*border-radius: 0px 6px 6px 0px;*/
}
.pc-alert-close-button {
  padding-right: 8px !important;
  opacity: 0.9;
  right: -3px !important;
}
.pc-flag {
  width: 16px;
  height: 11px;
  background: url('../images/flags.png') no-repeat;
}
.pc-flag.pc-flag-ad {
  background-position: -16px 0;
}
.pc-flag.pc-flag-ae {
  background-position: -32px 0;
}
.pc-flag.pc-flag-af {
  background-position: -48px 0;
}
.pc-flag.pc-flag-ag {
  background-position: -64px 0;
}
.pc-flag.pc-flag-ai {
  background-position: -80px 0;
}
.pc-flag.pc-flag-al {
  background-position: -96px 0;
}
.pc-flag.pc-flag-am {
  background-position: -112px 0;
}
.pc-flag.pc-flag-an {
  background-position: -128px 0;
}
.pc-flag.pc-flag-ao {
  background-position: -144px 0;
}
.pc-flag.pc-flag-ar {
  background-position: -160px 0;
}
.pc-flag.pc-flag-as {
  background-position: -176px 0;
}
.pc-flag.pc-flag-at {
  background-position: -192px 0;
}
.pc-flag.pc-flag-au {
  background-position: -208px 0;
}
.pc-flag.pc-flag-aw {
  background-position: -224px 0;
}
.pc-flag.pc-flag-az {
  background-position: -240px 0;
}
.pc-flag.pc-flag-ba {
  background-position: 0 -11px;
}
.pc-flag.pc-flag-bb {
  background-position: -16px -11px;
}
.pc-flag.pc-flag-bd {
  background-position: -32px -11px;
}
.pc-flag.pc-flag-be {
  background-position: -48px -11px;
}
.pc-flag.pc-flag-bf {
  background-position: -64px -11px;
}
.pc-flag.pc-flag-bg {
  background-position: -80px -11px;
}
.pc-flag.pc-flag-bh {
  background-position: -96px -11px;
}
.pc-flag.pc-flag-bi {
  background-position: -112px -11px;
}
.pc-flag.pc-flag-bj {
  background-position: -128px -11px;
}
.pc-flag.pc-flag-bm {
  background-position: -144px -11px;
}
.pc-flag.pc-flag-bn {
  background-position: -160px -11px;
}
.pc-flag.pc-flag-bo {
  background-position: -176px -11px;
}
.pc-flag.pc-flag-br {
  background-position: -192px -11px;
}
.pc-flag.pc-flag-bs {
  background-position: -208px -11px;
}
.pc-flag.pc-flag-bt {
  background-position: -224px -11px;
}
.pc-flag.pc-flag-bv {
  background-position: -240px -11px;
}
.pc-flag.pc-flag-bw {
  background-position: 0 -22px;
}
.pc-flag.pc-flag-by {
  background-position: -16px -22px;
}
.pc-flag.pc-flag-bz {
  background-position: -32px -22px;
}
.pc-flag.pc-flag-ca {
  background-position: -48px -22px;
}
.pc-flag.pc-flag-catalonia {
  background-position: -64px -22px;
}
.pc-flag.pc-flag-cd {
  background-position: -80px -22px;
}
.pc-flag.pc-flag-cf {
  background-position: -96px -22px;
}
.pc-flag.pc-flag-cg {
  background-position: -112px -22px;
}
.pc-flag.pc-flag-ch {
  background-position: -128px -22px;
}
.pc-flag.pc-flag-ci {
  background-position: -144px -22px;
}
.pc-flag.pc-flag-ck {
  background-position: -160px -22px;
}
.pc-flag.pc-flag-cl {
  background-position: -176px -22px;
}
.pc-flag.pc-flag-cm {
  background-position: -192px -22px;
}
.pc-flag.pc-flag-cn {
  background-position: -208px -22px;
}
.pc-flag.pc-flag-co {
  background-position: -224px -22px;
}
.pc-flag.pc-flag-cr {
  background-position: -240px -22px;
}
.pc-flag.pc-flag-cu {
  background-position: 0 -33px;
}
.pc-flag.pc-flag-cv {
  background-position: -16px -33px;
}
.pc-flag.pc-flag-cw {
  background-position: -32px -33px;
}
.pc-flag.pc-flag-cy {
  background-position: -48px -33px;
}
.pc-flag.pc-flag-cz {
  background-position: -64px -33px;
}
.pc-flag.pc-flag-de {
  background-position: -80px -33px;
}
.pc-flag.pc-flag-dj {
  background-position: -96px -33px;
}
.pc-flag.pc-flag-dk {
  background-position: -112px -33px;
}
.pc-flag.pc-flag-dm {
  background-position: -128px -33px;
}
.pc-flag.pc-flag-do {
  background-position: -144px -33px;
}
.pc-flag.pc-flag-dz {
  background-position: -160px -33px;
}
.pc-flag.pc-flag-ec {
  background-position: -176px -33px;
}
.pc-flag.pc-flag-ee {
  background-position: -192px -33px;
}
.pc-flag.pc-flag-eg {
  background-position: -208px -33px;
}
.pc-flag.pc-flag-eh {
  background-position: -224px -33px;
}
.pc-flag.pc-flag-england {
  background-position: -240px -33px;
}
.pc-flag.pc-flag-er {
  background-position: 0 -44px;
}
.pc-flag.pc-flag-es {
  background-position: -16px -44px;
}
.pc-flag.pc-flag-et {
  background-position: -32px -44px;
}
.pc-flag.pc-flag-eu {
  background-position: -48px -44px;
}
.pc-flag.pc-flag-fi {
  background-position: -64px -44px;
}
.pc-flag.pc-flag-fj {
  background-position: -80px -44px;
}
.pc-flag.pc-flag-fk {
  background-position: -96px -44px;
}
.pc-flag.pc-flag-fm {
  background-position: -112px -44px;
}
.pc-flag.pc-flag-fo {
  background-position: -128px -44px;
}
.pc-flag.pc-flag-fr {
  background-position: -144px -44px;
}
.pc-flag.pc-flag-ga {
  background-position: -160px -44px;
}
.pc-flag.pc-flag-gb {
  background-position: -176px -44px;
}
.pc-flag.pc-flag-gd {
  background-position: -192px -44px;
}
.pc-flag.pc-flag-ge {
  background-position: -208px -44px;
}
.pc-flag.pc-flag-gf {
  background-position: -224px -44px;
}
.pc-flag.pc-flag-gg {
  background-position: -240px -44px;
}
.pc-flag.pc-flag-gh {
  background-position: 0 -55px;
}
.pc-flag.pc-flag-gi {
  background-position: -16px -55px;
}
.pc-flag.pc-flag-gl {
  background-position: -32px -55px;
}
.pc-flag.pc-flag-gm {
  background-position: -48px -55px;
}
.pc-flag.pc-flag-gn {
  background-position: -64px -55px;
}
.pc-flag.pc-flag-gp {
  background-position: -80px -55px;
}
.pc-flag.pc-flag-gq {
  background-position: -96px -55px;
}
.pc-flag.pc-flag-gr {
  background-position: -112px -55px;
}
.pc-flag.pc-flag-gs {
  background-position: -128px -55px;
}
.pc-flag.pc-flag-gt {
  background-position: -144px -55px;
}
.pc-flag.pc-flag-gu {
  background-position: -160px -55px;
}
.pc-flag.pc-flag-gw {
  background-position: -176px -55px;
}
.pc-flag.pc-flag-gy {
  background-position: -192px -55px;
}
.pc-flag.pc-flag-hk {
  background-position: -208px -55px;
}
.pc-flag.pc-flag-hm {
  background-position: -224px -55px;
}
.pc-flag.pc-flag-hn {
  background-position: -240px -55px;
}
.pc-flag.pc-flag-hr {
  background-position: 0 -66px;
}
.pc-flag.pc-flag-ht {
  background-position: -16px -66px;
}
.pc-flag.pc-flag-hu {
  background-position: -32px -66px;
}
.pc-flag.pc-flag-ic {
  background-position: -48px -66px;
}
.pc-flag.pc-flag-id {
  background-position: -64px -66px;
}
.pc-flag.pc-flag-ie {
  background-position: -80px -66px;
}
.pc-flag.pc-flag-il {
  background-position: -96px -66px;
}
.pc-flag.pc-flag-im {
  background-position: -112px -66px;
}
.pc-flag.pc-flag-in {
  background-position: -128px -66px;
}
.pc-flag.pc-flag-io {
  background-position: -144px -66px;
}
.pc-flag.pc-flag-iq {
  background-position: -160px -66px;
}
.pc-flag.pc-flag-ir {
  background-position: -176px -66px;
}
.pc-flag.pc-flag-is {
  background-position: -192px -66px;
}
.pc-flag.pc-flag-it {
  background-position: -208px -66px;
}
.pc-flag.pc-flag-je {
  background-position: -224px -66px;
}
.pc-flag.pc-flag-jm {
  background-position: -240px -66px;
}
.pc-flag.pc-flag-jo {
  background-position: 0 -77px;
}
.pc-flag.pc-flag-jp {
  background-position: -16px -77px;
}
.pc-flag.pc-flag-ke {
  background-position: -32px -77px;
}
.pc-flag.pc-flag-kg {
  background-position: -48px -77px;
}
.pc-flag.pc-flag-kh {
  background-position: -64px -77px;
}
.pc-flag.pc-flag-ki {
  background-position: -80px -77px;
}
.pc-flag.pc-flag-km {
  background-position: -96px -77px;
}
.pc-flag.pc-flag-kn {
  background-position: -112px -77px;
}
.pc-flag.pc-flag-kp {
  background-position: -128px -77px;
}
.pc-flag.pc-flag-kr {
  background-position: -144px -77px;
}
.pc-flag.pc-flag-kurdistan {
  background-position: -160px -77px;
}
.pc-flag.pc-flag-kw {
  background-position: -176px -77px;
}
.pc-flag.pc-flag-ky {
  background-position: -192px -77px;
}
.pc-flag.pc-flag-kz {
  background-position: -208px -77px;
}
.pc-flag.pc-flag-la {
  background-position: -224px -77px;
}
.pc-flag.pc-flag-lb {
  background-position: -240px -77px;
}
.pc-flag.pc-flag-lc {
  background-position: 0 -88px;
}
.pc-flag.pc-flag-li {
  background-position: -16px -88px;
}
.pc-flag.pc-flag-lk {
  background-position: -32px -88px;
}
.pc-flag.pc-flag-lr {
  background-position: -48px -88px;
}
.pc-flag.pc-flag-ls {
  background-position: -64px -88px;
}
.pc-flag.pc-flag-lt {
  background-position: -80px -88px;
}
.pc-flag.pc-flag-lu {
  background-position: -96px -88px;
}
.pc-flag.pc-flag-lv {
  background-position: -112px -88px;
}
.pc-flag.pc-flag-ly {
  background-position: -128px -88px;
}
.pc-flag.pc-flag-ma {
  background-position: -144px -88px;
}
.pc-flag.pc-flag-mc {
  background-position: -160px -88px;
}
.pc-flag.pc-flag-md {
  background-position: -176px -88px;
}
.pc-flag.pc-flag-me {
  background-position: -192px -88px;
}
.pc-flag.pc-flag-mg {
  background-position: -208px -88px;
}
.pc-flag.pc-flag-mh {
  background-position: -224px -88px;
}
.pc-flag.pc-flag-mk {
  background-position: -240px -88px;
}
.pc-flag.pc-flag-ml {
  background-position: 0 -99px;
}
.pc-flag.pc-flag-mm {
  background-position: -16px -99px;
}
.pc-flag.pc-flag-mn {
  background-position: -32px -99px;
}
.pc-flag.pc-flag-mo {
  background-position: -48px -99px;
}
.pc-flag.pc-flag-mp {
  background-position: -64px -99px;
}
.pc-flag.pc-flag-mq {
  background-position: -80px -99px;
}
.pc-flag.pc-flag-mr {
  background-position: -96px -99px;
}
.pc-flag.pc-flag-ms {
  background-position: -112px -99px;
}
.pc-flag.pc-flag-mt {
  background-position: -128px -99px;
}
.pc-flag.pc-flag-mu {
  background-position: -144px -99px;
}
.pc-flag.pc-flag-mv {
  background-position: -160px -99px;
}
.pc-flag.pc-flag-mw {
  background-position: -176px -99px;
}
.pc-flag.pc-flag-mx {
  background-position: -192px -99px;
}
.pc-flag.pc-flag-my {
  background-position: -208px -99px;
}
.pc-flag.pc-flag-mz {
  background-position: -224px -99px;
}
.pc-flag.pc-flag-na {
  background-position: -240px -99px;
}
.pc-flag.pc-flag-nc {
  background-position: 0 -110px;
}
.pc-flag.pc-flag-ne {
  background-position: -16px -110px;
}
.pc-flag.pc-flag-nf {
  background-position: -32px -110px;
}
.pc-flag.pc-flag-ng {
  background-position: -48px -110px;
}
.pc-flag.pc-flag-ni {
  background-position: -64px -110px;
}
.pc-flag.pc-flag-nl {
  background-position: -80px -110px;
}
.pc-flag.pc-flag-no {
  background-position: -96px -110px;
}
.pc-flag.pc-flag-np {
  background-position: -112px -110px;
}
.pc-flag.pc-flag-nr {
  background-position: -128px -110px;
}
.pc-flag.pc-flag-nu {
  background-position: -144px -110px;
}
.pc-flag.pc-flag-nz {
  background-position: -160px -110px;
}
.pc-flag.pc-flag-om {
  background-position: -176px -110px;
}
.pc-flag.pc-flag-pa {
  background-position: -192px -110px;
}
.pc-flag.pc-flag-pe {
  background-position: -208px -110px;
}
.pc-flag.pc-flag-pf {
  background-position: -224px -110px;
}
.pc-flag.pc-flag-pg {
  background-position: -240px -110px;
}
.pc-flag.pc-flag-ph {
  background-position: 0 -121px;
}
.pc-flag.pc-flag-pk {
  background-position: -16px -121px;
}
.pc-flag.pc-flag-pl {
  background-position: -32px -121px;
}
.pc-flag.pc-flag-pm {
  background-position: -48px -121px;
}
.pc-flag.pc-flag-pn {
  background-position: -64px -121px;
}
.pc-flag.pc-flag-pr {
  background-position: -80px -121px;
}
.pc-flag.pc-flag-ps {
  background-position: -96px -121px;
}
.pc-flag.pc-flag-pt {
  background-position: -112px -121px;
}
.pc-flag.pc-flag-pw {
  background-position: -128px -121px;
}
.pc-flag.pc-flag-py {
  background-position: -144px -121px;
}
.pc-flag.pc-flag-qa {
  background-position: -160px -121px;
}
.pc-flag.pc-flag-re {
  background-position: -176px -121px;
}
.pc-flag.pc-flag-ro {
  background-position: -192px -121px;
}
.pc-flag.pc-flag-rs {
  background-position: -208px -121px;
}
.pc-flag.pc-flag-ru {
  background-position: -224px -121px;
}
.pc-flag.pc-flag-rw {
  background-position: -240px -121px;
}
.pc-flag.pc-flag-sa {
  background-position: 0 -132px;
}
.pc-flag.pc-flag-sb {
  background-position: -16px -132px;
}
.pc-flag.pc-flag-sc {
  background-position: -32px -132px;
}
.pc-flag.pc-flag-scotland {
  background-position: -48px -132px;
}
.pc-flag.pc-flag-sd {
  background-position: -64px -132px;
}
.pc-flag.pc-flag-se {
  background-position: -80px -132px;
}
.pc-flag.pc-flag-sg {
  background-position: -96px -132px;
}
.pc-flag.pc-flag-sh {
  background-position: -112px -132px;
}
.pc-flag.pc-flag-si {
  background-position: -128px -132px;
}
.pc-flag.pc-flag-sk {
  background-position: -144px -132px;
}
.pc-flag.pc-flag-sl {
  background-position: -160px -132px;
}
.pc-flag.pc-flag-sm {
  background-position: -176px -132px;
}
.pc-flag.pc-flag-sn {
  background-position: -192px -132px;
}
.pc-flag.pc-flag-so {
  background-position: -208px -132px;
}
.pc-flag.pc-flag-somaliland {
  background-position: -224px -132px;
}
.pc-flag.pc-flag-sr {
  background-position: -240px -132px;
}
.pc-flag.pc-flag-ss {
  background-position: 0 -143px;
}
.pc-flag.pc-flag-st {
  background-position: -16px -143px;
}
.pc-flag.pc-flag-sv {
  background-position: -32px -143px;
}
.pc-flag.pc-flag-sx {
  background-position: -48px -143px;
}
.pc-flag.pc-flag-sy {
  background-position: -64px -143px;
}
.pc-flag.pc-flag-sz {
  background-position: -80px -143px;
}
.pc-flag.pc-flag-tc {
  background-position: -96px -143px;
}
.pc-flag.pc-flag-td {
  background-position: -112px -143px;
}
.pc-flag.pc-flag-tf {
  background-position: -128px -143px;
}
.pc-flag.pc-flag-tg {
  background-position: -144px -143px;
}
.pc-flag.pc-flag-th {
  background-position: -160px -143px;
}
.pc-flag.pc-flag-tibet {
  background-position: -176px -143px;
}
.pc-flag.pc-flag-tj {
  background-position: -192px -143px;
}
.pc-flag.pc-flag-tk {
  background-position: -208px -143px;
}
.pc-flag.pc-flag-tl {
  background-position: -224px -143px;
}
.pc-flag.pc-flag-tm {
  background-position: -240px -143px;
}
.pc-flag.pc-flag-tn {
  background-position: 0 -154px;
}
.pc-flag.pc-flag-to {
  background-position: -16px -154px;
}
.pc-flag.pc-flag-tr {
  background-position: -32px -154px;
}
.pc-flag.pc-flag-tt {
  background-position: -48px -154px;
}
.pc-flag.pc-flag-tv {
  background-position: -64px -154px;
}
.pc-flag.pc-flag-tw {
  background-position: -80px -154px;
}
.pc-flag.pc-flag-tz {
  background-position: -96px -154px;
}
.pc-flag.pc-flag-ua {
  background-position: -112px -154px;
}
.pc-flag.pc-flag-ug {
  background-position: -128px -154px;
}
.pc-flag.pc-flag-um {
  background-position: -144px -154px;
}
.pc-flag.pc-flag-us {
  background-position: -160px -154px;
}
.pc-flag.pc-flag-uy {
  background-position: -176px -154px;
}
.pc-flag.pc-flag-uz {
  background-position: -192px -154px;
}
.pc-flag.pc-flag-va {
  background-position: -208px -154px;
}
.pc-flag.pc-flag-vc {
  background-position: -224px -154px;
}
.pc-flag.pc-flag-ve {
  background-position: -240px -154px;
}
.pc-flag.pc-flag-vg {
  background-position: 0 -165px;
}
.pc-flag.pc-flag-vi {
  background-position: -16px -165px;
}
.pc-flag.pc-flag-vn {
  background-position: -32px -165px;
}
.pc-flag.pc-flag-vu {
  background-position: -48px -165px;
}
.pc-flag.pc-flag-wales {
  background-position: -64px -165px;
}
.pc-flag.pc-flag-wf {
  background-position: -80px -165px;
}
.pc-flag.pc-flag-ws {
  background-position: -96px -165px;
}
.pc-flag.pc-flag-xk {
  background-position: -112px -165px;
}
.pc-flag.pc-flag-ye {
  background-position: -128px -165px;
}
.pc-flag.pc-flag-yt {
  background-position: -144px -165px;
}
.pc-flag.pc-flag-za {
  background-position: -160px -165px;
}
.pc-flag.pc-flag-zanzibar {
  background-position: -176px -165px;
}
.pc-flag.pc-flag-zm {
  background-position: -192px -165px;
}
.pc-flag.pc-flag-zw {
  background-position: -208px -165px;
}
.pc-tab-border {
  padding: 5px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.pc-form-readonly-mode {
  background-color: #eeeeee;
}
.pc-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  background-color: transparent;
  /*background-color: lighten(@pc_breadcrumb-background-color, 2%);
	opacity: 0.5;	*/
}
.pc-overlay-background {
  background-color: #eeeeee !important;
  opacity: 0.3;
}
.pc-overlay-background-disabled {
  background-color: #eeeeee !important;
  opacity: 0.3;
  pointer-events: none;
}
.pc-button-margin-top {
  margin-top: 24px;
}
.pc-white-background {
  background-color: white ;
}
.pc-property-value {
  height: 100px;
}
.pc-button-true {
  background-color: transparent;
}
.pc-button-true:hover {
  background-color: #34b46d !important;
  color: white;
}
.pc-button-true:focus {
  background-color: #34b46d !important;
  color: white;
}
.pc-button-buy,
.pc-button-true:active {
  background-color: #34b46d !important;
  color: white;
}
.pc-button-true.active {
  background-color: #34b46d !important;
  color: white;
}
.pc-button-false {
  background-color: transparent;
}
.pc-button-sell,
.pc-button-false:hover {
  background-color: #e72e2e !important;
  color: white;
}
.pc-button-false:focus {
  background-color: #e72e2e !important;
  color: white;
}
.pc-button-false:active {
  background-color: #e72e2e !important;
  color: white;
}
.pc-button-false.active {
  background-color: #e72e2e !important;
  color: white;
}
.pc-table-row {
  padding: 8px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #ffffff;
}
.pc-table-row:hover {
  background-color: #ffffff;
}
.pc-table-header {
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
}
.pc-row-widget-buttons {
  height: 33px;
  font-weight: bold;
  font-size: 16px;
}
.pc-beneficiary-institutions-table {
  height: 125px;
}
/* Slider */
.pc-slider-container {
  width: 250px;
  min-height: 200px;
  background-color: #f0f8ff !important;
  padding: 2px;
  border: 0px solid #f0f8ff;
  border-bottom-left-radius: 2%;
}
.pc-slider-toggle-Button {
  right: 15px;
  top: 45px;
  text-align: center;
  font-size: 14px;
  background-color: #f0f8ff;
  height: 45px;
  padding: 15px 1px;
  border: 0px solid #f0f8ff;
  border-bottom-left-radius: 20%;
  border-top-left-radius: 20%;
}
.pc-slider-tab-item {
  min-width: 50%;
  text-align: center;
  background-color: #f0f8ff;
}
.pc-slider-tab-items > li.active > a,
.pc-slider-tab-items > li.active > a:focus,
.pc-slider-tab-items > li.active > a:hover {
  background-color: #f5f5f5;
}
.pc-slider-tab-content {
  margin: 10px 0px;
  min-height: 150px;
  background-color: #f0f8ff;
}
@media (max-width: 767px) {
  .pc-slider-tab-content {
    height: auto;
  }
}
@media (min-width: 768px) {
  .pc-slider-tab-content {
    height: auto;
  }
}
/* Styles for calculator */
.pc-calculator-button,
.pc-calculator-button:hover,
.pc-calculator-button:focus {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 0px;
  margin-bottom: 4px;
  background-color: #f2993d;
  color: #ffffff !important;
}
.pc-calculator-result {
  text-align: right;
  font-size: 18px;
  padding: 0px;
  margin-bottom: 4px;
  background-color: #f5f5f5 !important;
}
/***********************/
.pc-payee-mask-list {
  background-color: aliceBlue;
}
.pc-payee-mask-format-list-table {
  border-color: #ddd !important;
  border: 1px solid;
}
/* Token */
/* used for all browsers except IE */
.pc-token-button {
  content: url('../images/token-arrow.gif');
}
.pc-token-button:after {
  content: url('../images/token-arrow.gif');
}
/* used for only IE all versions */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-token-button {
    background: url('../images/token-arrow.gif') no-repeat;
  }
}
.pc-token-challenge-text {
  font-weight: bold;
}
.pc-note-text {
  color: #f18e28 !important;
}
.pc-token-ul {
  padding-left: 10px;
  min-width: 120px;
}
/* Request */
.pc-request {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .pc-request {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .pc-request {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .pc-request {
    margin-top: 50px;
  }
}
@media (min-width: 1720px) {
  .pc-request {
    margin-top: 150px;
  }
}
.popover-password-note {
  position: absolute;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 9999px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
@media (max-width: 767px) {
  .popover-password-note {
    bottom: 0;
  }
}
.pc-switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  vertical-align: middle;
  width: 36.67px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}
.pc-switchery-disabled {
  cursor: not-allowed !important;
}
.pc-switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 22px;
  position: absolute;
  top: 0;
  width: 22px;
}
.pc-alert-danger {
  padding: 0px;
  /*padding-right: 10px;*/
  /*background-color: red;*/
  border-color: red;
  /*color: white;*/
  font-weight: bold;
  border-radius: 0px !important;
  /*border-radius:6px;*/
}
.pc-alert-warning {
  padding: 0px;
  /*padding-right: 10px;*/
  /*background-color: #f9edbe;*/
  border-color: #f9edbe;
  /*color: black;*/
  font-weight: bold;
  border-radius: 0px !important;
  /*border-radius:6px;*/
}
.pc-alert-info {
  padding: 0px;
  /*padding-right: 10px;*/
  /*background-color: #317fce;*/
  border-color: #bce8f1;
  /*color: white;*/
  font-weight: bold;
  border-radius: 0px !important;
  /*border-radius:6px;*/
  /*border-bottom-left-radius: 9px;
border-top-left-radius: 9px;*/
}
.pc-alert-table {
  margin-bottom: 0px;
  border-radius: 6px;
}
.pc-alert-link,
pc-alert-link:hover {
  /*color: white !important;*/
  font-weight: bold !important;
}
.pc-activity-detail-part {
  padding: 0px !important;
}
.pc-activity-table-no-margin-bottom {
  margin-bottom: 0px !important;
}
.btn-breadcrumb .pc-wizard-step-button:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .pc-wizard-step-button:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #f2f2f2;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .pc-wizard-step-button {
  padding: 0px 12px 0px 24px;
}
.btn-breadcrumb .pc-wizard-step-button:first-child {
  padding: 0px 6px 0px 10px;
}
.btn-breadcrumb .pc-wizard-step-button:last-child {
  padding: 0px 18px 0px 24px;
}
/** Default button **/
.btn-breadcrumb .pc-wizard-step-button:not(:last-child):after {
  border-left: 10px solid #f2f2f2;
}
.btn-breadcrumb .pc-wizard-step-button.activeStep:not(:last-child):after {
  border-left: 10px solid #f18e28;
}
.btn-breadcrumb .pc-wizard-step-button:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .pc-wizard-step-button:hover:not(:last-child):after {
  border-left: 10px solid #f2f2f2;
}
.btn-breadcrumb .pc-wizard-step-button:hover:not(:last-child):after {
  border-left-color: #f18e28;
}
.btn-breadcrumb .pc-wizard-step-button:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
.btn-breadcrumb .pc-wizard-step-button:after:hover {
  border-left-color: #f18e28;
}
.pc-wizard-step-button {
  background-color: #f2f2f2;
  color: #f18e28;
  text-align: left;
}
.btn-breadcrumb .pc-wizard-step-button.disabled {
  background: #f2f2f2;
  color: #b5bfb4;
  opacity: 1;
}
.btn-breadcrumb .pc-wizard-step-button.disabled .pc-wizard-step-title .pc-wizard-step-number {
  color: #b5bfb4;
}
.btn-breadcrumb .pc-wizard-step-button.activeStep {
  cursor: default;
  background-color: #f18e28;
  color: white;
}
.pc-wizard-step-button:hover,
.pc-wizard-step-button:focus,
.pc-wizard-step-button:active,
.pc-wizard-step-button:hover .pc-wizard-step-visited {
  background-color: #f18e28;
  color: white;
}
.pc-wizard-step-button:hover .pc-wizard-step-visited .pc-wizard-step-number {
  color: #f18e28;
}
.pc-wizard-step-visited,
.pc-wizard-step-visited .pc-wizard-step-number {
  color: #f5af68;
}
.pc-wizard-step-number {
  border: 0px solid #f9f9f9;
  border-radius: 45%;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 6px;
  text-align: center;
  top: 0;
  width: 30px;
  background: #ffffff;
  color: #f18e28;
}
@media (max-width: 767px) {
  .pc-wizard {
    padding-right: 12px;
  }
}
.pc-overlayScreen {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  z-index: 5000;
}
.pc-dropdown-multi-select,
.pc-dropdown-multi-select:hover,
.pc-dropdown-multi-select:focus,
.pc-dropdown-multi-select:active,
.pc-dropdown-multi-select.active,
.open > .dropdown-toggle.pc-dropdown-multi-select {
  color: #555555 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  width: 100%;
  text-align: left;
}
.pc-dropdown-multi-select > li > ul > li > label:hover,
.pc-dropdown-multi-select > li > ul > li > label:focus,
.pc-dropdown-multi-select > li > label:hover,
.pc-dropdown-multi-select > li > label:focus {
  color: #ffffff !important;
  text-decoration: none;
  outline: 0;
  background-color: #428bca !important;
}
.pc-dropdown-multi-select > li > ul > li > input:checked ~ label,
.pc-dropdown-multi-select > li > ul > li > input:checked ~ label:hover,
.pc-dropdown-multi-select > li > ul > li > input:checked ~ label:focus,
.pc-dropdown-multi-select > li > input:checked ~ label,
.pc-dropdown-multi-select > li > input:checked ~ label:hover,
.pc-dropdown-multi-select > li > input:checked ~ label:focus {
  color: #ffffff !important;
  text-decoration: none;
  outline: 0;
  background-color: #f18e28 !important;
}
.pc-bill-pdf-receipt {
  font-size: 20px;
}
.pc-transfer-pdf-receipt {
  font-size: 20px;
}
.pc-payment-pdf-receipt {
  font-size: 20px;
}
/***** user ****/
.pc-new-allowed-account {
  background-color: whitesmoke;
}
.pc-user-div-group {
  display: inline-block;
  position: relative;
  width: 25px;
  text-align: center;
}
.pc-user-icon-group {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 15px;
}
.pc-user-similar-profile {
  color: #f18e28;
}
.pc-user-main {
  color: #64BD63;
}
.pc-user-main-joint {
  color: grey;
}
.pc-user-client {
  color: #137096 !important;
}
.pc-user-officer {
  color: #ff0000 !important;
}
.pc-modal-body {
  min-height: 40px;
  max-height: 350px;
}
.pc-symbol-search-modal-body {
  max-height: inherit !important;
}
@media (min-width: 992px) {
  .pc-modal-dialog-similar-profile {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .pc-modal-dialog-similar-profile {
    width: 900px;
  }
}
@media (min-width: 1720px) {
  .pc-modal-dialog-similar-profile {
    width: 900px;
  }
}
.pc-beneficiary-modal-body {
  min-height: 40px;
  max-height: 500px;
}
.pc-activity-modal-group-body {
  min-height: 40px;
}
.pc-panel-child {
  padding-left: 15px;
  padding-right: 15px;
}
.pc-pie-chart-main-Div {
  margin-top: 7px !important;
  height: 137px !important;
  border: none !important;
}
.pc-pie-chart-Div {
  width: 100%;
  position: relative;
  padding-top: 5px;
}
.pc-pie-chart-draw {
  position: absolute;
}
.pc-pie-chart-canvas {
  padding: 7px;
  width: 125px !important;
  height: 125px !important;
  /*position: absolute;*/
  pointer-events: none;
}
.pc-pie-chart-canvas-product-group {
  padding: 7px;
  width: 800px !important;
  height: 400px !important;
  position: absolute;
  pointer-events: none;
}
.pc-pie-chart-legend {
  position: absolute;
  text-wrap: none;
  max-height: 120px;
  padding-top: 5px;
  width: 100%;
}
.pc-pie-chart-legend-product-group {
  position: absolute;
  text-wrap: none;
  max-height: 240px;
  padding-top: 5px;
  width: 100%;
}
.pc-pie-legend-product-group {
  width: 100%!important;
  padding-left: 500px;
}
.pc-pie-legend {
  width: 100%!important;
  padding-left: 150px;
}
.pie-legend li span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 7px;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}
.pie-legend {
  list-style: none;
  margin: 0;
  font-size: 12px;
  margin-top: 2px;
}
.pie-legend li {
  margin-bottom: 4px;
  cursor: default;
}
.pie-legend li:first-letter {
  text-transform: capitalize;
}
.line-legend li span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0px;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}
.line-legend {
  list-style: none;
  font-size: 11px;
  margin-top: -10px;
}
.line-legend li {
  display: inline-table;
  padding-right: 10px;
  cursor: default;
}
.line-legend li:first-letter {
  text-transform: capitalize;
}
.pc-line-chart-canvas {
  padding-top: 10px;
  padding-bottom: 16px;
}
.pc-officer-landing-line-chart-canvas {
  height: 120px !important;
  width: 320px !important;
}
.pc-officer-landing-search-button {
  color: #ffffff;
}
.pc-officer-line-chart-canvas {
  height: auto !important;
  width: 100% !important;
  max-width: 320px;
}
.pc-line-chart-legend {
  position: static;
}
.pc-more-link-officer-Landing {
  margin-bottom: 3px;
  position: relative;
  z-index: 0;
}
.pc-product-panel-chart {
  border-color: transparent;
  border: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 200px;
}
.pc-product-panel-chart > .panel-heading {
  color: #fff;
  background-color: #f18e28;
  border-color: #ddd;
}
.pc-product-panel-chart > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-product-panel-chart > .panel-heading .badge {
  color: #f18e28;
  background-color: #fff;
}
.pc-product-panel-chart > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc-card-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pc-card-widget {
  width: 100% !important;
  margin-left: 0px !important;
}
.pc-card-widget-div {
  padding-left: 0px !important;
}
.pc-card-activity-widget {
  min-height: 40px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}
/* Thumbnail image with Enlarge on hover */
.pc-thumbnail-card,
.pc-thumbnail {
  list-style-type: none;
  /*remove the bullet point*/
  margin: 0px;
  padding: 0px;
}
.pc-thumbnail-card li,
.pc-thumbnail li {
  display: inline-block;
  /*places the images in a line*/
  position: relative;
  z-index: 0;
  /*resets the stack order of the list items - later we'll increase this*/
}
.pc-thumbnail img {
  background-color: #eae9d4;
  padding: 1px;
  -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, 0.75);
  -moz-box-shadow: 0 0 6px rgba(132, 132, 132, 0.75);
  box-shadow: 0 0 6px rgba(132, 132, 132, 0.75);
  /*-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;*/
}
.pc-thumbnail-card img {
  background-color: #eae9d4;
  padding: 0px;
  /*-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;*/
}
.pc-thumbnail span {
  position: absolute;
  left: -9999px;
  background-color: #eae9d4;
  padding: 3px;
  font-family: 'Droid Sans', sans-serif;
  font-size: .9em;
  text-align: center;
  color: #495a62;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  /*-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius:8px;*/
}
.pc-thumbnail-card span {
  position: absolute;
  left: -9999px;
  background-color: #eae9d4;
  padding: 1px;
  font-family: 'Droid Sans', sans-serif;
  font-size: .9em;
  text-align: center;
  color: #495a62;
  /*-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius:8px;*/
}
.pc-thumbnail li:hover {
  z-index: 50;
  cursor: pointer;
}
.pc-thumbnail-card li:hover {
  z-index: 50;
}
.pc-thumbnail span img {
  padding: 2px;
  background: #ccc;
  max-height: 300px;
  max-width: 300px;
}
.pc-thumbnail-card span img {
  background: #ccc;
  max-height: 300px;
  max-width: 300px;
}
.pc-thumbnail-card li:hover span,
.pc-thumbnail li:hover span {
  top: 40%;
  /*the distance from the bottom of the thumbnail to the top of the popup image*/
  left: 40%;
  /*distance from the left of the thumbnail to the left of the popup image*/
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
.pc-thumbnail-card img,
.pc-thumbnail-card span,
.pc-thumbnail img,
.pc-thumbnail span {
  behavior: url(pie/PIE.htc);
}
/*******End Thumbnail with enlarge on hover******/
.pc-glyphicon-calculator {
  background: url('../images/icon-calculator.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #137896;
  width: 14px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #137896;
  border-radius: 2px;
}
.pc-div-acitvity-chart-pie {
  margin-top: 7px !important;
  height: 137px !important;
  border: none !important;
}
.pc-div-acitvity-chart-linear {
  margin-top: 7px;
  height: auto;
  border: none;
}
.pc-log-data-header {
  border-bottom: 1px solid #dddddd;
}
.pc-show-light-border {
  border: 1px solid #dddddd;
}
.pc-log-data-difference {
  color: #d9534f;
}
.pc-landingPage-dropdown-widget {
  left: auto;
  right: 0px;
  background-color: #ffffff !important;
  color: #000;
}
.pc-header-widget-controls:hover .pc-widget-button-control {
  display: block;
  cursor: pointer;
}
.panel .pc-header-widget-controls .pc-quick-button {
  border-radius: 0px !important;
}
.pc-widget-button-control {
  display: none;
  z-index: 1;
  position: absolute;
  right: 13px;
  margin-top: 10px;
}
.pc-widget-button-control-mobile {
  display: block;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 13px;
  margin-top: 10px;
}
.pc-widget-placeholder {
  border: 1px dotted black;
  margin: 0 1em 1em 0;
  height: 50px;
}
.pc-widget-list-item-drag {
  background-color: aliceBlue !important;
  width: 300px !important;
  cursor: move;
  font-size: 12px;
  font-style: italic;
}
.pc-widget-chart-shrink {
  width: 225px !important;
  height: 112px !important;
}
.pc-widget-quickLink-display {
  border-color: transparent;
  border: 0px;
  margin-bottom: 15px;
  margin-top: 5px;
  height: auto !important;
}
.pc-widget-quickLink-display > .panel-heading {
  color: #fff;
  background-color: #f18e28;
  border-color: #ddd;
}
.pc-widget-quickLink-display > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-widget-quickLink-display > .panel-heading .badge {
  color: #f18e28;
  background-color: #fff;
}
.pc-widget-quickLink-display > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc-widget-quickLink-item-drag {
  background-color: aliceBlue !important;
  width: 255px !important;
  cursor: move;
  font-size: 12px;
  font-style: italic;
}
.pc-quickLink-sortable-placeholder {
  border: 3px dashed #aaa;
  min-height: 180px;
  min-width: 255px !important;
}
.ui-sortable {
  width: auto;
  margin: 0px auto;
  list-style-type: none;
}
.pc-list-remaining-widget {
  max-height: 20em;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
}
.pc-list-remaining-widget::-webkit-scrollbar {
  width: 6px;
}
.pc-list-remaining-widget::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.pc-list-remaining-widget li {
  text-align: center;
  padding-bottom: 7px;
  height: 33px;
  padding-top: 7px;
  border-top: 1px solid #dddddd;
  width: 188px;
  display: inline-table;
}
.pc-list-remaining-widget li:first-child {
  border-top: none;
}
.pc-list-remaining-widget li:hover {
  cursor: default;
}
.pc-widget-remaining-list-item {
  vertical-align: middle;
  padding-left: 10px;
  max-width: 74%;
  text-align: left;
}
.pc-widget-control-buttons {
  padding-left: 10px;
  cursor: pointer;
}
.pc-widget-title {
  width: 85%;
  display: inline-block;
}
.pc-landing-widget-move {
  cursor: move;
}
.pc-no-category-label {
  font-style: italic;
}
.pc-glyphicon-attachement-remove {
  font-size: 12px;
}
/* This part is used to override the css of the library bootstrap-slider.min.css */
.slider .tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0) !important;
}
.slider .tooltip-inner {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #0e90d2 !important;
  font-weight: bolder !important;
}
.slider-handle {
  border-color: #0e90d2 !important;
  width: 18px !important;
  height: 18px !important;
}
.slider.slider-horizontal .slider-track {
  height: 6px !important;
}
.slider.slider-horizontal .slider-selection {
  background-color: #0e90d2 !important;
  border: 1px solid #0e90d2 !important;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px !important;
  margin-top: -2px !important;
}
.tooltip.top {
  top: -28px !important;
}
.slider-track {
  background-color: #e6e6e6 !important;
}
/*end part of bootstrap-slider */
.pc-autocomplete-col {
  width: 120px !important;
}
.pc-keyboard {
  background-color: white;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pc-pull-right {
  float: right !important;
}
.pc-pull-left {
  float: left !important;
}
.pc-pull-opposite {
  text-align: right !important;
}
.pc-header-option {
  border-right: 1px solid;
  text-align: center;
  border-color: #707073;
}
.pc-header-option-no-border {
  text-align: center;
}
.pc-header-option-icon {
  font-size: large;
  padding: 3px;
  color: #707073 !important;
}
.pc-navbar-right {
  float: right !important;
  margin-right: -2px;
}
.pc-default-background-heading {
  background: #f5f5f5;
  border: 0px solid !important;
}
.pc-bank-accounts-icon {
  margin-top: -7px;
  font-size: 23px;
  margin-left: -15px;
  padding-right: 5px;
}
.pc-account-list-menu-icon {
  color: #ffffff;
}
@media (max-width: 991px) {
  .pc-save-draft-menu-icon {
    color: white;
  }
}
@media (max-width: 767px) {
  .pc-save-draft-menu-icon {
    color: white;
  }
}
.pc-card-account-list-dropdown-menu,
.pc-device-list-dropdown-menu,
.pc-account-list-dropdown-menu {
  right: 0px;
  left: auto;
}
@media (min-width: 1719px) {
  .pc-card-account-list-dropdown-menu,
  .pc-device-list-dropdown-menu,
  .pc-account-list-dropdown-menu {
    top: 18px;
  }
}
@media (max-width: 1719px) {
  .pc-card-account-list-dropdown-menu,
  .pc-device-list-dropdown-menu,
  .pc-account-list-dropdown-menu {
    top: 23px;
  }
}
@media (max-width: 1199px) {
  .pc-card-account-list-dropdown-menu,
  .pc-device-list-dropdown-menu,
  .pc-account-list-dropdown-menu {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .pc-card-account-list-dropdown-menu,
  .pc-device-list-dropdown-menu,
  .pc-account-list-dropdown-menu {
    top: 28px;
  }
}
@media (max-width: 767px) {
  .pc-card-account-list-dropdown-menu,
  .pc-device-list-dropdown-menu,
  .pc-account-list-dropdown-menu {
    top: 28px;
  }
}
.pc-account-list-dropdown-menu-item {
  padding-left: 0px;
}
@media (min-width: 1719px) {
  .pc-account-list-header-menu {
    padding-top: 0px;
  }
}
@media (max-width: 1719px) {
  .pc-account-list-header-menu {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .pc-account-list-header-menu {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .pc-account-list-header-menu {
    padding-top: 0px;
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .pc-account-list-header-menu {
    padding-top: 0px;
    margin-top: -4px;
  }
}
@media (min-width: 1719px) {
  .pc-account-list-menu {
    padding-top: 4px;
  }
}
@media (max-width: 1719px) {
  .pc-account-list-menu {
    padding-top: 4px;
  }
}
@media (max-width: 1199px) {
  .pc-account-list-menu {
    padding-top: 4px;
  }
}
@media (max-width: 991px) {
  .pc-account-list-menu {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .pc-account-list-menu {
    padding-top: 0px;
  }
}
div.pc-dropdown .dropdown-backdrop,
.pc-account-list-header-menu .dropdown-backdrop,
.pc-account-list-menu .dropdown-backdrop .dropdown-backdrop {
  display: none;
}
.pc-table-no-margin-bottom {
  margin-bottom: 0px !important;
}
.pc-table-td-detail {
  padding: 0 !important;
}
.pc-currency-rates-icon {
  font-size: 24px;
  margin-left: -11px;
  margin-top: -5px;
}
.pc-index-positive {
  color: #34a762;
}
.pc-index-negative {
  color: #b9556f;
}
.pc-more-link-client {
  color: #ffffff !important;
}
/******Tabs*/
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active a,
.tabs-below > .nav-tabs > .active a:hover,
.tabs-below > .nav-tabs > .active a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs > .active a,
.tabs-left > .nav-tabs > .active a:hover,
.tabs-left > .nav-tabs > .active a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs > .active a,
.tabs-right > .nav-tabs > .active a:hover,
.tabs-right > .nav-tabs > .active a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.pc-feature-activity-switch {
  padding-bottom: 5px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/****End Tabs******/
.pc-task-edit-button {
  font-size: 25px;
}
.pc-message-unread {
  font-weight: bold;
}
.pc-favorite-available-account {
  font-style: italic;
  color: grey;
}
.pc-sort-icon-style {
  font-weight: bold;
  font-size: 17px;
  padding-top: 7px;
}
/******Global Spinner Squares ******/
.barlittle {
  background-color: #f18e28;
  background-image: -moz-linear-gradient(45deg, #f9cda0 25%, #fdf3e8);
  background-image: -webkit-linear-gradient(45deg, #f9cda0 25%, #fdf3e8);
  border: none;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 5px;
  opacity: 0.1;
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-animation: move 1s infinite linear;
  -webkit-animation: move 1s infinite linear;
}
#block_1 {
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
#block_2 {
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
#block_3 {
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
@-moz-keyframes move {
  0% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.7);
    opacity: 0.1;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
}
/*****************End Global Spinner Squares************/
.pc-content-template-task-detail {
  white-space: nowrap;
  max-width: 500px !important;
  max-height: 200px;
  margin-right: 5px;
}
/**** Scrollbar to multiselect dropdown list****/
.pc-dropdown {
  display: block;
  width: 100%;
}
.pc-dropdown-group-header {
  padding-left: 5px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.pc-dropdown-list-item-label {
  padding-left: 10px !important;
}
.pc-dropdown-list-item-image-padding {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.pc-dropdown > .btn.form-control {
  text-align: left;
}
.pc-dropdown > .btn.form-control > .pc-dropdown-text {
  left: 10px;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 5px;
  text-overflow: ellipsis;
}
.pc-dropdown > .btn.form-control > .caret {
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.pc-dropdown-list,
.pc-textArea-scroll {
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
}
@media (min-width: 1719px) {
  .pc-dropdown-list,
  .pc-textArea-scroll {
    max-height: 350px;
  }
}
@media (max-width: 1719px) {
  .pc-dropdown-list,
  .pc-textArea-scroll {
    max-height: 320px;
  }
}
@media (max-width: 1199px) {
  .pc-dropdown-list,
  .pc-textArea-scroll {
    max-height: 250px;
  }
}
@media (max-width: 991px) {
  .pc-dropdown-list,
  .pc-textArea-scroll {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .pc-dropdown-list,
  .pc-textArea-scroll {
    max-height: 150px;
  }
}
.pc-dropdown-list::-webkit-scrollbar,
.pc-textArea-scroll::-webkit-scrollbar {
  width: 6px;
}
.pc-dropdown-list::-webkit-scrollbar-thumb,
.pc-textArea-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/**** End Scrollbar to multiselect dropdown list****/
.pc-row-buttons {
  padding-left: 5px;
}
.pc-starting-balance {
  font-style: italic;
}
/*Used to fix the size of the polyfiller inputs of type number in IE*/
.pc-polyFiller-content-number {
  min-width: 100%;
}
.add-clear-x {
  padding-top: 8px;
  font-size: 18px;
}
.clearable::-ms-clear {
  display: none;
}
.clearable {
  padding-right: 25px !important;
  padding-left: 12px !important;
}
/***** calculator *******/
.pc-simple-calculator-modal,
.pc-loan-calculator-modal,
.pc-time-deposit-calculator-modal,
.pc-spending-calculator-modal,
.pc-saving-calculator-modal {
  position: fixed;
  height: auto;
  z-index: 1034;
  background-color: #F0F8FF;
  border: 0px !important;
}
@media (max-width: 1200px) {
  .pc-simple-calculator-modal,
  .pc-loan-calculator-modal,
  .pc-time-deposit-calculator-modal,
  .pc-spending-calculator-modal,
  .pc-saving-calculator-modal {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .pc-simple-calculator-modal,
  .pc-loan-calculator-modal,
  .pc-time-deposit-calculator-modal,
  .pc-spending-calculator-modal,
  .pc-saving-calculator-modal {
    width: 300px;
  }
}
.pc-mortgage-calculator-modal {
  position: fixed;
  height: auto;
  z-index: 1034;
  background-color: #F0F8FF;
  border: 0px !important;
}
@media (max-width: 480px) {
  .pc-mortgage-calculator-modal {
    width: 330px;
  }
}
@media (min-width: 480px) {
  .pc-mortgage-calculator-modal {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .pc-mortgage-calculator-modal {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .pc-mortgage-calculator-modal {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .pc-mortgage-calculator-modal {
    width: 330px;
  }
}
@media (min-width: 1720px) {
  .pc-mortgage-calculator-modal {
    width: 360px;
  }
}
.pc-currency-converter-modal {
  position: fixed;
  height: auto;
  z-index: 1034;
  background-color: #F0F8FF;
  border: 0px !important;
}
@media (max-width: 480px) {
  .pc-currency-converter-modal {
    width: 300px;
  }
}
@media (min-width: 480px) {
  .pc-currency-converter-modal {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .pc-currency-converter-modal {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .pc-currency-converter-modal {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .pc-currency-converter-modal {
    width: 330px;
  }
}
@media (min-width: 1720px) {
  .pc-currency-converter-modal {
    width: 360px;
  }
}
.pc-mortgage-calculator-body {
  max-height: 400px;
  /* overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;*/
  z-index: 1034;
}
@media (max-width: 480px) {
  .pc-mortgage-calculator-body {
    height: 370px !important;
  }
}
@media (min-width: 480px) {
  .pc-mortgage-calculator-body {
    height: 370px !important;
  }
}
@media (min-width: 768px) {
  .pc-mortgage-calculator-body {
    height: 370px !important;
  }
}
@media (min-width: 992px) {
  .pc-mortgage-calculator-body {
    height: 370px !important;
  }
}
@media (min-width: 1200px) {
  .pc-mortgage-calculator-body {
    height: 370px !important;
  }
}
@media (min-width: 1720px) {
  .pc-mortgage-calculator-body {
    height: 370px !important;
  }
}
@media (min-width: 768px) {
  .pc-mortgage-calculator-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  .pc-mortgage-calculator-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  .pc-mortgage-calculator-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1720px) {
  .pc-mortgage-calculator-modal-body {
    max-height: 450px;
  }
}
.pc-calculator-modal-body {
  /*overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;*/
  z-index: 1034;
}
@media (max-width: 480px) {
  .pc-calculator-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 480px) {
  .pc-calculator-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .pc-calculator-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  .pc-calculator-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  .pc-calculator-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 1720px) {
  .pc-calculator-modal-body {
    max-height: 350px;
  }
}
.pc-ocr-data-modal {
  position: fixed;
  z-index: 1034;
  border: 0px !important;
  background-color: transparent !important;
}
@media (max-width: 1200px) {
  .pc-ocr-data-modal {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .pc-ocr-data-modal {
    width: 300px;
  }
}
.pc-ocr-data-modal-body {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  z-index: 1035;
  background-color: white;
  opacity: 0.9;
}
.pc-ocr-data-modal-body::-webkit-scrollbar,
.pc-calculator-modal-body::-webkit-scrollbar,
.pc-mortgage-calculator-body::-webkit-scrollbar {
  width: 6px;
}
.pc-ocr-data-modal-body::-webkit-scrollbar-thumb,
.pc-calculator-modal-body::-webkit-scrollbar-thumb,
.pc-mortgage-calculator-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.pc-calculator-modal-minimized {
  position: fixed;
  right: 0px !important;
  width: 300px;
  height: 20px !important;
}
.pc-calculator-modal-toggle {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
}
.pc-calculator-modal-toggle:hover {
  opacity: 1 !important;
}
.pc-calculator-modal-close {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
  z-index: 1035;
}
.pc-calculator-modal-close:hover {
  opacity: 1 !important;
}
.pc-ocr-data-modal-title,
.pc-calculator-modal-title {
  background-color: #f18e28 !important;
  border: 1px solid #f18e28 !important;
  color: #ffffff !important;
  cursor: move !important;
}
.pc-ocr-data-panel-title {
  background-color: #f18e28 !important;
  border: 1px solid #f18e28 !important;
  color: #ffffff !important;
}
.pc-ocr-data-panel-body {
  height: auto;
  max-height: 250px;
}
.pc-ocr-data-panel {
  border: 1px solid #f18e28;
}
.pc-ocr-data-word {
  font-weight: bold;
  padding: 5px;
}
.pc-ocr-data-word-drag {
  font-weight: bold;
  padding: 5px;
  color: white;
  background-color: #f18e28;
  z-index: 1034;
}
.pc-ocr-data-word-selected {
  color: white;
  background-color: #f18e28;
}
.pc-officerInCharge-overLay {
  position: fixed;
  overflow: visible;
  z-index: 30000 !important;
  width: 280px;
  height: auto;
  max-height: 260px;
  background-color: #ffffff !important;
  padding: 2px;
  border: 1px solid #9caeb8;
  border-radius: 2%;
}
.pc-officerInCharge-overLay-panel-body-inner {
  height: auto;
  max-height: 350px;
  width: 100%;
  border-radius: 2%;
}
.pc-calculator-title {
  width: 65%;
  display: inline-block;
}
.pc-calculator-buttons {
  color: #ffffff !important;
  font-size: 17px;
}
.pc-calculator-buttons-div {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: -10px;
}
.pc-calc-dialog {
  width: auto;
}
@media (min-width: 768px) {
  .pc-calc-dialog {
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .pc-calc-dialog {
    max-width: 23%;
  }
}
@media (min-width: 1200px) {
  .pc-calc-dialog {
    max-width: 20%;
  }
}
@media (min-width: 1720px) {
  .pc-calc-dialog {
    max-width: 20%;
  }
}
.pc-calculator-menu {
  padding-left: 0px !important;
}
.pc-calculator-menu li {
  text-align: left;
  height: 33px;
  border-top: 1px solid #dddddd;
  width: 188px;
  display: inline-table;
  vertical-align: middle;
  padding: 7px !important;
  cursor: pointer !important;
}
.pc-calculator-menu li:first-child {
  border-top: none;
}
.pc-calculator-menu li:hover {
  cursor: default;
  background-color: #d5d5d5;
}
.pc-calculator-overLay {
  position: fixed;
  overflow: visible;
  z-index: 30000 !important;
  width: 195px;
  height: auto;
  max-height: 260px;
  background-color: #ffffff !important;
  padding: 2px;
  border: 1px solid #9caeb8;
  border-radius: 2%;
}
.pc-calculator-overLay-panel-body-inner {
  height: auto;
  max-height: 350px;
  width: 100%;
  border-radius: 2%;
}
.pc-loan-calculator-body {
  padding: 6px;
  left: 40px;
}
.pc-time-deposit-calculator-slider {
  left: 5px;
  margin-top: -10px;
  padding-bottom: 10px;
}
.pc-time-deposit-calculator-slider > .slider-horizontal {
  width: 95% !important;
}
.pc-time-deposit-calculator-inline {
  width: 100% !important;
}
.pc-loan-calculator {
  background-color: #F5F5F5 !important;
}
.pc-currency-converter-buttons {
  padding-top: 7px;
}
.pc-currency-converter-switch {
  font-size: 25px;
  cursor: pointer;
  transform: rotate(90deg);
}
.pc-currency-converter-info-statement {
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.pc-time-deposit-info-statement,
.pc-loan-info-statement {
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
/***** conference *******/
.pc-conference-modal {
  position: fixed;
  width: 300px;
  height: auto;
  min-height: 277px;
  z-index: 1034;
  border: 0px !important;
  background-color: #ffffff;
}
.pc-conference-modal-toggle {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
  z-index: 1035;
}
.pc-conference-modal-toggle:hover {
  opacity: 1 !important;
}
.pc-conference-modal-close {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
  z-index: 1035;
}
.pc-conference-modal-close:hover {
  opacity: 1 !important;
}
.pc-conference-modal-title {
  border: 1px solid #42a9de !important;
  color: #ffffff !important;
  cursor: move !important;
}
.pc-conference-modal-title-background-color {
  background-color: #42a9de !important;
}
.pc-conference-title {
  width: 65%;
  display: inline-block;
}
.pc-conference-buttons {
  color: #ffffff !important;
  font-size: 17px;
}
.pc-conference-buttons-div {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: -10px;
}
.pc-conference-menu {
  padding-left: 0px !important;
}
.pc-conference-menu li {
  text-align: left;
  height: 33px;
  border-top: 1px solid #dddddd;
  width: 188px;
  display: inline-table;
  vertical-align: middle;
  padding: 7px !important;
  cursor: pointer !important;
}
.pc-conference-menu li:first-child {
  border-top: none;
}
.pc-conference-menu li:hover {
  cursor: default;
  background-color: #d5d5d5;
}
.pc-conference-menu-overlay {
  position: fixed;
  overflow: visible;
  z-index: 10000!important;
  width: 195px;
  height: auto;
  max-height: 200px;
  padding: 2px;
  border: 1px solid #9caeb8;
  background-color: white;
  border-radius: 2%;
  display: none;
}
.pc-conference-menu-overlay-panel-body-inner {
  height: auto;
  max-height: 195px;
  width: 100%;
  border-radius: 2%;
}
.pc-conference-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 240px;
  margin-top: -120px;
  margin-left: -160px;
  z-index: 1034;
  background-color: lightgrey;
}
.pc-conference-video-minimized {
  position: fixed;
  right: 0px !important;
  width: 300px;
  height: 20px !important;
}
.pc-conference-video-remote {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 240px;
  display: block;
  z-index: 1035;
}
.pc-conference-video-remote-minimized {
  position: absolute;
  top: 0px;
  left: 160px;
  height: 40px;
  display: block;
  z-index: 1035;
}
.pc-conference-video-local {
  position: absolute;
  top: 172px;
  left: 220px;
  width: 80px;
  height: 60px;
  display: block;
  z-index: 21100;
}
.pc-conference-video-party {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 240px;
  word-wrap: break-word;
  z-index: 1035;
}
.pc-conference-video-party-minimized {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 160px;
  word-wrap: break-word;
  z-index: 1035;
}
.pc-conference-video-toggle {
  position: relative;
  margin: 10px;
  opacity: 0.3;
  z-index: 1035;
}
.pc-conference-video-close {
  position: relative;
  margin: 10px;
  opacity: 0.3;
  z-index: 1035;
}
.pc-conference-audio {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 80px;
  margin-top: -40px;
  margin-left: -160px;
  z-index: 1019;
  background-color: lightgrey;
}
.pc-conference-audio-minimized {
  right: 0px !important;
  width: 300px;
  height: 20px !important;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 320px;
  height: 40px;
  z-index: 1034;
  background-color: lightgrey;
}
.pc-conference-audio-remote {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 80px;
  display: block;
  z-index: 1035;
}
.pc-conference-audio-party {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 240px;
  word-wrap: break-word;
  z-index: 1035;
}
.pc-conference-audio-party-minimized {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 160px;
  word-wrap: break-word;
  z-index: 1035;
}
.pc-conference-audio-toggle {
  position: relative;
  margin: 10px;
  opacity: 0.3;
  z-index: 1035;
}
.pc-conference-audio-close {
  position: relative;
  margin: 10px;
  opacity: 0.3;
  z-index: 1035;
}
.pc-conference-chat {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  margin-top: -160px;
  margin-left: -160px;
  z-index: 1034;
  background-color: lightgrey;
}
.pc-conference-chat-minimized {
  position: fixed;
  bottom: 0px;
  right: 0px !important;
  width: 300px;
  height: 20px !important;
  z-index: 1034;
}
.pc-conference-chat-content {
  top: 0px;
  left: 0px;
  width: auto;
  height: 230px;
  max-height: 240px !important;
  display: block;
}
.pc-conference-chat-message {
  top: 244px;
  left: 10px;
  width: 240px;
  height: 66px;
  display: block;
  resize: none;
}
.pc-conference-chat-party {
  top: 10px;
  left: 10px;
  z-index: 1035;
}
.pc-conference-chat-toggle {
  position: relative;
  margin: 10px;
  opacity: 0.3;
  z-index: 1035;
}
.pc-conference-chat-send {
  top: 10px;
  left: 10px;
  display: block;
  font-size: 24px !important;
}
.pc-conference-chat-close {
  position: relative;
  margin: 10px;
  opacity: 0.3;
  z-index: 1035;
}
.pc-conference-chat-sender {
  float: right;
  margin-bottom: 0px;
  font-size: 12px;
}
.pc-conference-chat-receiver {
  float: left;
  margin-bottom: 0px;
  font-size: 12px;
}
.pc-conference-chat-seperator {
  height: 5px;
  background-color: #d5d5d5;
  cursor: n-resize;
  top: 0px !important;
}
/*** Speech ***/
.pc-speech-modal {
  position: fixed;
  width: 300px;
  height: auto;
  min-height: 277px;
  z-index: 1034;
  border: 0px !important;
}
.pc-speech-modal-toggle {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
  z-index: 1035;
}
.pc-speech-modal-toggle:hover {
  opacity: 1 !important;
}
.pc-speech-modal-close {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
  z-index: 1035;
}
.pc-speech-modal-close:hover {
  opacity: 1 !important;
}
.pc-speech-modal-title {
  background-color: #f18e28 !important;
  border: 1px solid #f18e28 !important;
  color: #ffffff !important;
  cursor: move !important;
}
.pc-speech-title {
  width: 65%;
  display: inline-block;
}
.pc-speech-buttons {
  color: #ffffff !important;
  font-size: 17px;
}
.pc-speech-buttons-div {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: -10px;
}
.pc-speech-content {
  top: 0px;
  left: 0px;
  width: auto;
  height: 230px;
  max-height: 240px !important;
  display: block;
}
.pc-speech-content-minimized {
  position: fixed;
  bottom: 0px;
  right: 0px !important;
  width: 300px;
  height: 20px !important;
  z-index: 1034;
}
.pc-speech-content-user {
  float: right;
  margin-bottom: 0px;
  font-size: 12px;
}
.pc-speech-content-bank {
  float: left;
  margin-bottom: 0px;
  font-size: 12px;
}
.pc-speech-menu {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.pc-speech-menu li {
  text-align: left;
  height: 33px;
  border-top: 1px solid #dddddd;
  width: 144px;
  display: inline-table;
  vertical-align: middle;
  padding: 7px !important;
  cursor: pointer !important;
}
.pc-speech-menu li:first-child {
  border-top: none;
}
.pc-speech-menu li:hover {
  cursor: default;
  background-color: #d5d5d5;
}
.pc-speech-overlay {
  position: fixed;
  overflow: visible;
  z-index: 10000!important;
  width: 150px;
  height: auto;
  max-height: 200px;
  padding: 2px;
  border: 1px solid #9caeb8;
  background-color: white;
  border-radius: 2%;
  display: none;
}
.pc-speech-overlay-panel-body-inner {
  height: auto;
  max-height: 195px;
  width: 100%;
  border-radius: 2%;
}
/*** Help ***/
.pc-help-menu {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.pc-help-menu li {
  text-align: left;
  height: 33px;
  border-top: 1px solid #dddddd;
  width: 150px;
  display: inline-table;
  vertical-align: middle;
  padding: 7px !important;
  cursor: pointer !important;
}
.pc-help-menu li:first-child {
  border-top: none;
}
.pc-help-menu li:hover {
  cursor: default;
  background-color: #d5d5d5;
}
.pc-help-menu-overlay {
  position: fixed;
  overflow: visible;
  z-index: 10000!important;
  width: 155px;
  height: auto;
  max-height: 200px;
  padding: 2px;
  border: 1px solid #9caeb8;
  background-color: white;
  border-radius: 2%;
  display: none;
}
.pc-help-menu-overlay-panel-body-inner {
  height: auto;
  max-height: 195px;
  width: 100%;
  border-radius: 2%;
}
/*** Preferences ***/
.pc-preferences-menu {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.pc-preferences-menu li {
  text-align: left;
  height: 33px;
  border-top: 1px solid #dddddd;
  width: 150px;
  display: inline-table;
  vertical-align: middle;
  padding: 7px !important;
  cursor: pointer !important;
}
.pc-preferences-menu li:first-child {
  border-top: none;
}
.pc-preferences-menu li:hover {
  cursor: default;
  background-color: #d5d5d5;
}
.pc-preferences-menu-overlay {
  position: fixed;
  overflow: visible;
  z-index: 10000!important;
  width: 155px;
  height: auto;
  max-height: 250px;
  padding: 2px;
  border: 1px solid #9caeb8;
  background-color: white;
  border-radius: 2%;
  display: none;
}
.pc-preferences-menu-overlay-panel-body-inner {
  height: auto;
  width: 100%;
  border-radius: 2%;
}
/**** face recognition ****/
.pc-facerec-video {
  border-width: 2;
  border-color: #f18e28;
  border-style: solid;
}
/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */
.triangle-border-sender {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #999999;
  color: #ffffff;
  margin: 1em 0 3em;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 3px;
  position: relative;
  background-color: #999999;
}
.triangle-border-sender:before {
  border-color: #999999 transparent;
  border-style: solid;
  border-width: 20px 20px 0;
  bottom: -20px;
  content: "";
  display: block;
  left: 40px;
  position: absolute;
  width: 0;
}
.triangle-border-sender:after {
  border-color: #999999 transparent;
  border-style: solid;
  border-width: 13px 13px 0;
  bottom: -13px;
  content: "";
  display: block;
  left: 47px;
  position: absolute;
  width: 0;
}
.triangle-border-sender.top:before {
  border-width: 0 20px 17px;
  bottom: auto;
  left: auto;
  right: 9px;
  top: -17px;
}
.triangle-border-sender.top:after {
  border-width: 0 13px 13px;
  bottom: auto;
  left: auto;
  right: 16px;
  top: -13px;
}
.triangle-border-sender.right {
  margin-right: 25px;
  margin-left: 25px;
}
.triangle-border-sender.right:before {
  border-color: transparent #999999;
  border-width: 15px 0 15px 30px;
  bottom: auto;
  left: auto;
  right: -30px;
  top: 2px;
}
.triangle-border-sender.right:after {
  border-color: transparent #ffffff;
  border-width: 9px 0 9px 21px;
  bottom: auto;
  left: auto;
  right: -21px;
  top: 8px;
}
.triangle-border-receiver {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #34b46d;
  color: #ffffff;
  margin: 1em 0 3em;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 3px;
  position: relative;
  background-color: #34b46d;
}
.triangle-border-receiver:before {
  border-color: #34b46d transparent;
  border-style: solid;
  border-width: 20px 20px 0;
  bottom: -20px;
  content: "";
  display: block;
  left: 40px;
  position: absolute;
  width: 0;
}
.triangle-border-receiver:after {
  border-color: #34b46d transparent;
  border-style: solid;
  border-width: 13px 13px 0;
  bottom: -13px;
  content: "";
  display: block;
  left: 47px;
  position: absolute;
  width: 0;
}
.triangle-border-receiver.top:before {
  border-width: 0 21px 17px;
  bottom: auto;
  left: 5px;
  right: auto;
  top: -17px;
}
.triangle-border-receiver.top:after {
  border-width: 0 13px 13px;
  bottom: auto;
  left: 13px;
  right: auto;
  top: -13px;
}
.triangle-border-receiver.left {
  margin-right: 25px;
  margin-left: 25px;
}
.triangle-border-receiver.left:before {
  border-color: transparent #34b46d;
  border-width: 15px 30px 15px 0;
  bottom: auto;
  left: -30px;
  top: 2px;
}
.triangle-border-receiver.left:after {
  border-color: transparent #ffffff;
  border-width: 9px 21px 9px 0;
  bottom: auto;
  left: -21px;
  top: 8px;
}
/***** copy right *******/
.pc-copy-right {
  font-size: 10px;
  color: #ffffff;
  font-style: italic;
}
.pc-language-logon-menu {
  font-size: 12px;
  padding-bottom: 20px;
  padding-right: 5px;
  color: #f18e28;
  right: 0;
}
.pc-copy-right-footer {
  display: inline-block;
  padding-top: 18px;
  padding-left: 20px;
}
.pc-copy-right-menu {
  padding-left: 15px;
}
.pc-copy-right-logon {
  position: absolute;
  bottom: 0;
  padding-bottom: 1px;
  padding-right: 11px;
  color: #f18e28;
  right: 0;
}
@supports (-ms-accelerator:true) {
  input[type=date].form-control .selector {
    padding-top: 0px;
  }
}
.pc-currency-widget-detail {
  padding-right: 8px !important;
  padding-left: 4px !important;
}
.pc-panel-heading-filter {
  padding-left: 5px;
}
@media (min-width: 1719px) {
  .pc-payment-currency-label {
    margin-top: 12px;
  }
}
@media (max-width: 1719px) {
  .pc-payment-currency-label {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .pc-payment-currency-label {
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .pc-payment-currency-label {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .pc-payment-currency-label {
    margin-top: 32px;
  }
}
.pc-deactivate-reactivate-buttons {
  font-size: 16px;
}
.btn-primary.disabled {
  background-color: #999999 !important;
  border-color: #999999 !important;
  cursor: not-allowed;
}
.ui-state-focus {
  background-color: aliceBlue !important;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  z-index: 5000 !important;
}
.ui-autocomplete-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.ui-autocomplete-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px !important;
}
.ui-autocomplete-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  height: 70px;
  background: #999999;
}
/**** NOTE Format ****/
.pc-note-ul {
  padding-left: 10px;
  min-width: 50px;
}
.pc-dropdown-menu {
  display: none;
  font-weight: bold;
  padding: 0px;
}
.pc-dropdown-menu-mobile {
  font-weight: bold;
  padding: 0px;
}
.pc-dropdown-menu-mobile-row-height {
  height: 40px;
}
/*Embedded PDFObject class*/
@media (min-width: 768px) {
  .pdfobject-container {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .pdfobject-container {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .pdfobject-container {
    height: 600px;
  }
}
@media (min-width: 1720px) {
  .pdfobject-container {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .pdfobject-container.pc-landscape {
    height: 312px;
  }
}
@media (min-width: 992px) {
  .pdfobject-container.pc-landscape {
    height: 312px;
  }
}
@media (min-width: 1200px) {
  .pdfobject-container.pc-landscape {
    height: 625px;
  }
}
@media (min-width: 1720px) {
  .pdfobject-container.pc-landscape {
    height: 625px;
  }
}
@media (min-width: 768px) {
  .pdfobject-container.pc-landscape.pc-pdfobject-no-toolbar {
    height: 285px;
  }
}
@media (min-width: 992px) {
  .pdfobject-container.pc-landscape.pc-pdfobject-no-toolbar {
    height: 285px;
  }
}
@media (min-width: 1200px) {
  .pdfobject-container.pc-landscape.pc-pdfobject-no-toolbar {
    height: 570px;
  }
}
@media (min-width: 1720px) {
  .pdfobject-container.pc-landscape.pc-pdfobject-no-toolbar {
    height: 570px;
  }
}
@media (min-width: 768px) {
  .pdfobject-container.pc-portrait {
    height: 357px;
  }
}
@media (min-width: 992px) {
  .pdfobject-container.pc-portrait {
    height: 357px;
  }
}
@media (min-width: 1200px) {
  .pdfobject-container.pc-portrait {
    height: 715px;
  }
}
@media (min-width: 1720px) {
  .pdfobject-container.pc-portrait {
    height: 715px;
  }
}
@media (min-width: 768px) {
  .pdfobject-container.pc-portrait.pc-pdfobject-no-toolbar {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .pdfobject-container.pc-portrait.pc-pdfobject-no-toolbar {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .pdfobject-container.pc-portrait.pc-pdfobject-no-toolbar {
    height: 660px;
  }
}
@media (min-width: 1720px) {
  .pdfobject-container.pc-portrait.pc-pdfobject-no-toolbar {
    height: 660px;
  }
}
@media (min-width: 768px) {
  .pdfobject {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .pdfobject {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .pdfobject {
    height: 600px;
  }
}
@media (min-width: 1720px) {
  .pdfobject {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .pdfobject.pc-landscape {
    height: 312px;
  }
}
@media (min-width: 992px) {
  .pdfobject.pc-landscape {
    height: 312px;
  }
}
@media (min-width: 1200px) {
  .pdfobject.pc-landscape {
    height: 625px;
  }
}
@media (min-width: 1720px) {
  .pdfobject.pc-landscape {
    height: 625px;
  }
}
@media (min-width: 768px) {
  .pdfobject.pc-landscape.pc-pdfobject-no-toolbar {
    height: 285px;
  }
}
@media (min-width: 992px) {
  .pdfobject.pc-landscape.pc-pdfobject-no-toolbar {
    height: 285px;
  }
}
@media (min-width: 1200px) {
  .pdfobject.pc-landscape.pc-pdfobject-no-toolbar {
    height: 570px;
  }
}
@media (min-width: 1720px) {
  .pdfobject.pc-landscape.pc-pdfobject-no-toolbar {
    height: 570px;
  }
}
@media (min-width: 768px) {
  .pdfobject.pc-portrait {
    height: 357px;
  }
}
@media (min-width: 992px) {
  .pdfobject.pc-portrait {
    height: 357px;
  }
}
@media (min-width: 1200px) {
  .pdfobject.pc-portrait {
    height: 715px;
  }
}
@media (min-width: 1720px) {
  .pdfobject.pc-portrait {
    height: 715px;
  }
}
@media (min-width: 768px) {
  .pdfobject.pc-portrait.pc-pdfobject-no-toolbar {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .pdfobject.pc-portrait.pc-pdfobject-no-toolbar {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .pdfobject.pc-portrait.pc-pdfobject-no-toolbar {
    height: 660px;
  }
}
@media (min-width: 1720px) {
  .pdfobject.pc-portrait.pc-pdfobject-no-toolbar {
    height: 660px;
  }
}
.pc-overlay-button-padding {
  padding-top: 11px;
  padding-right: 11px;
}
.pc-direction {
  direction: ltr;
}
.pc-opposite-direction {
  direction: rtl;
}
/**** Floating Action Button ***/
.floating-action-button {
  display: -webkit-box;
  z-index: 23000;
  bottom: 54px;
  right: 4px;
  position: fixed;
}
@media (max-width: 480px) {
  .floating-action-button {
    bottom: 4px !important;
  }
}
.pc-floating-button {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  padding: 7px 12px;
}
.pc-floating-action {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  color: #ffffff !important;
}
.pc-floating-action-list {
  padding: 0px;
  border: 0px;
  background: rgba(0, 0, 0, 0);
  background-color: transparent;
}
.pc-floating-action-list li > span {
  width: 100%;
}
.pc-floating-action-list li {
  padding-top: 3px;
}
.pc-password-meter-text {
  text-align: right;
  height: 20px;
}
.pc-bulk-payment-search-fields {
  display: inline-table;
  vertical-align: bottom;
  float: none;
  margin-left: -3px;
}
/***** Ticket Queue *******/
.pc-ticket-modal {
  position: fixed !important;
  height: auto;
  z-index: 1035;
  background-color: #F0F8FF;
  border: 1px solid #42a9de !important;
}
@media (max-width: 1200px) {
  .pc-ticket-modal {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .pc-ticket-modal {
    width: 300px;
  }
}
.pc-ticket-modal-body {
  height: auto;
  z-index: 1034;
  padding: 0px !important;
}
.pc-ticket-modal-minimized {
  position: fixed !important;
  right: 5px !important;
  bottom: 0px !important;
  height: 44px !important;
  margin-bottom: 5px !important;
  cursor: default !important;
}
@media (max-width: 1200px) {
  .pc-ticket-modal-minimized {
    width: 235px !important;
  }
}
@media (min-width: 1200px) {
  .pc-ticket-modal-minimized {
    width: 250px !important;
  }
}
.pc-ticket-modal-maximized {
  position: fixed;
}
.pc-ticket-modal-toggle {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
}
.pc-ticket-modal-toggle:hover {
  opacity: 1 !important;
}
.pc-ticket-modal-refresh {
  position: relative;
  margin-right: 5px;
  opacity: 0.6;
  z-index: 1035;
}
.pc-ticket-modal-refresh:hover {
  opacity: 1 !important;
}
.pc-ticket-modal-title {
  background-color: #42a9de !important;
  border: 1px solid #42a9de !important;
  color: #ffffff !important;
  background-image: url('../images/landingPage-quick-activity.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
  cursor: move !important;
}
.pc-ticket-modal-title-highlight {
  -webkit-animation: blinker .75s linear infinite;
  -moz-animation: blinker .75s linear infinite;
  -ms-animation: blinker .75s linear infinite;
  -o-animation: blinker .75s linear infinite;
  animation: blinker .75s linear infinite;
}
.pc-ticket-modal-new-record-highlight {
  -webkit-animation: blinker .75s linear infinite;
  -moz-animation: blinker .75s linear infinite;
  -ms-animation: blinker .75s linear infinite;
  -o-animation: blinker .75s linear infinite;
  animation: blinker .75s linear infinite;
}
@-webkit-keyframes "blinker" {
  from {
    color: #e72e2e;
  }
  to {
    color: #ffffff;
  }
}
@-moz-keyframes "blinker" {
  from {
    color: #e72e2e;
  }
  to {
    color: #ffffff;
  }
}
@-ms-keyframes "blinker" {
  from {
    color: #e72e2e;
  }
  to {
    color: #ffffff;
  }
}
@-o-keyframes "blinker" {
  from {
    color: #e72e2e;
  }
  to {
    color: #ffffff;
  }
}
@keyframes "blinker" {
  from {
    color: #e72e2e;
  }
  to {
    color: #ffffff;
  }
}
.pc-ticket-title {
  width: 100%;
  display: inline-block;
}
.pc-ticket-modal-buttons {
  color: #ffffff !important;
  font-size: 17px;
}
.pc-ticket-buttons {
  width: 25%;
  background-color: #137096;
  border-radius: 5px;
}
.pc-ticket-modal-buttons-div {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: -10px;
}
.pc-ticket-title-padding {
  padding-left: 15px;
}
.pc-ticket-row:hover {
  background-color: #d5d5d5 !important;
}
.pc-landing-ticket-queue {
  margin-bottom: 0px;
  color: #707073;
}
@media (max-width: 767px) {
  .pc-landing-ticket-queue {
    height: 238px;
  }
}
@media (max-width: 1199px) {
  .pc-landing-ticket-queue {
    height: 289px;
  }
}
@media (min-width: 992px) {
  .pc-landing-ticket-queue {
    height: 289px;
  }
}
/*typed.min.js typing letter by letter effect*/
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***** DRAFT REQUEST *******/
.pc-draft-panel-header {
  background-color: #e72e2e !important;
  border-color: #e72e2e !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-landing-page-drafts {
  background-image: url('../images/landingPage-notifications.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
}
.pc-draft-counter {
  border: 0px solid #f9f9f9;
  border-radius: 45%;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  margin: 13px 13px 0 13px;
  padding: 5px 7px;
  text-align: center;
  top: 0;
  width: 30px;
  background: #ffffff;
  color: #e72e2e;
}
.pc-draft-counter-dropdown {
  border: 0px solid #f9f9f9;
  border-radius: 45%;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  margin: 13px 13px 0 13px;
  padding: 5px 7px;
  text-align: center;
  top: 0;
  width: 30px;
  background: #e72e2e;
  color: #ffffff;
}
.pc-draft-counter-navbar {
  border: 0px solid #f9f9f9;
  border-radius: 100%;
  height: 17px;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 9px 0px;
  padding: 2px 0px;
  text-align: center;
  top: -7px;
  left: 16px;
  width: 17px;
  background: #e72e2e;
  color: #ffffff;
  position: absolute;
}
.pc-draft-alert-panel {
  height: 100%;
  width: 100%;
  margin: 0px;
  display: table;
}
.pc-draft-alert-panel-body {
  font-style: italic;
  font-weight: bold;
  color: lightgray;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.pc-draft-status {
  padding-top: 1px;
}
@media (max-width: 1199px) {
  .pc-draft-status {
    color: white;
  }
}
@media (min-width: 992px) {
  .pc-draft-status {
    color: #34b46d;
  }
}
.pc-draft-status-error {
  padding-top: 1px;
}
@media (max-width: 1199px) {
  .pc-draft-status-error {
    color: white;
  }
}
@media (min-width: 992px) {
  .pc-draft-status-error {
    color: #e72e2e;
  }
}
@media (max-width: 1199px) {
  .pc-glyphicon-draft-menu {
    color: white;
  }
}
@media (min-width: 992px) {
  .pc-glyphicon-draft-menu {
    color: #f18e28;
  }
}
@media (min-width: 992px) {
  .pc-draft-menu-white {
    color: white !important;
  }
}
.pc-draft-menu-in-wizard {
  position: absolute;
  padding-top: 7px;
  right: 0px;
  z-index: 5;
}
.pc-pdf-menu-in-wizard {
  position: relative;
  padding-top: 3px;
  right: 0px;
  z-index: 5;
  font-size: 29px !important;
}
.pc-draft-menu-simple-screen {
  position: absolute;
  right: 0px;
  z-index: 5;
}
.pc-draft-overLay {
  position: fixed;
  overflow: visible;
  z-index: 10000!important;
  width: 200px;
  height: auto;
  max-height: 300px;
  padding: 0px;
  border: 1px solid #9caeb8;
  border-radius: 2%;
  background-color: white;
  display: none;
}
.pc-draft-overLay-panel-body-inner {
  height: auto;
  max-height: 295px;
  width: 100%;
}
/***** Financial Calendar *******/
/***override some classes of library FullCalendar ***/
.fc td.fc-sun,
.fc td.fc-sat {
  background-color: #f2f2f2;
}
.fc-state-default {
  color: #fff !important;
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  background-image: none !important;
}
.fc-state-default:focus,
.fc-state-default.focus {
  color: #fff !important;
  background-color: #d8750e !important;
  border-color: #904e09 !important;
}
.fc-state-default:hover {
  color: #fff !important;
  background-color: #d8750e !important;
  border-color: #ce6f0d !important;
}
.fc-state-default:active,
.fc-state-default.active,
.open > .dropdown-toggle.fc-state-default {
  color: #fff !important;
  background-color: #d8750e !important;
  background-image: none !important;
  border-color: #ce6f0d !important;
}
.fc-state-default:active:hover,
.fc-state-default.active:hover,
.open > .dropdown-toggle.fc-state-default:hover,
.fc-state-default:active:focus,
.fc-state-default.active:focus,
.open > .dropdown-toggle.fc-state-default:focus,
.fc-state-default:active.focus,
.fc-state-default.active.focus,
.open > .dropdown-toggle.fc-state-default.focus {
  color: #fff !important;
  background-color: #b6620c !important;
  border-color: #904e09 !important;
}
.fc-state-default.disabled:hover,
.fc-state-default[disabled]:hover,
fieldset[disabled] .fc-state-default:hover,
.fc-state-default.disabled:focus,
.fc-state-default[disabled]:focus,
fieldset[disabled] .fc-state-default:focus,
.fc-state-default.disabled.focus,
.fc-state-default[disabled].focus,
fieldset[disabled] .fc-state-default.focus {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
}
.fc-state-default .badge {
  color: #f18e28 !important;
  background-color: #fff !important;
}
.fc-content > .fc-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  max-height: 20px;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
  padding-top: 2px;
}
.fc-state-default:hover,
.fc-state-default:focus,
.fc-state-active {
  color: #ffffff !important;
  background-color: #f2993d !important;
  border-color: #f2993d !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.fc-scroller::-webkit-scrollbar {
  width: 6px;
}
.fc-scroller::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.fc-center h2 {
  font-size: 24px;
}
/***end of overriding***/
.pc-fc-body {
  max-width: 900px;
  margin: 0 auto;
}
.pc-fc-day-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
}
.fc-content > .pc-fc-close-event {
  margin-top: 1px;
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
}
.pc-fc-event-tooltip {
  background: #ffffff !important;
  color: #000 !important;
}
.pc-fc-event-FINANCIAL_CALENDAR_EVENT {
  color: #5484ed !important;
  /*border:1px solid @pc-fc-event-color !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-FINANCIAL_CALENDAR_REMINDER {
  color: #5484ed !important;
  /*border:1px solid @pc-fc-event-color !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-FINANCIAL_CALENDAR_EVENT_IN {
  /*background:@pc-landing-account-list-item-background !important;
	color: @pc-landing-account-list-item-balance-positive-color !important;
	*/
  color: #707073 !important;
  /*border:1px solid @pc-landing-account-list-item-balance-positive-color !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-FINANCIAL_CALENDAR_EVENT_OUT {
  /*background:@pc-landing-account-list-item-background !important;*/
  color: #98989C !important;
  /*background-color:@pc-fc-event-color !important;*/
  /*border:1px solid @pc-notification-background-color !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-CONTRACT {
  color: #707073 !important;
  /*border:1px solid @pc-fc-event-color-CONTRACT !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-SCHEDULED_TRANSFER {
  color: #e72e2e !important;
  /*border:1px solid @pc-fc-event-color-SCHEDULED_TRANSFER !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-SCHEDULED_BILL {
  color: #e72e2e !important;
  /*border:1px solid @pc-fc-event-color-SCHEDULED_BILL !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-SCHEDULED_PAYMENT {
  color: #e72e2e !important;
  border: 1px solid #e72e2e !important;
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-FROZEN_ACCOUNT {
  color: #707073 !important;
  /*border:1px solid @pc-fc-event-color-FROZEN_ACCOUNT !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-TERM_LOAN {
  color: #e72e2e !important;
  /*border:1px solid @pc-fc-event-color-TERM_LOAN !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-FORWARD_TRANSACTION {
  color: #707073 !important;
  /*border:1px solid @pc-fc-event-color-FORWARD_TRANSACTION !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-TERM_BEARING {
  color: #707073 !important;
  /*border:1px solid @pc-fc-event-color-TERM_BEARING !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-event-LOAN_SCHEDULE {
  color: #e72e2e !important;
  /*border:1px solid @pc-fc-event-color-LOAN_SCHEDULE !important;*/
  border: none !important;
  cursor: pointer;
  background-color: ghostwhite !important;
  font-weight: 600 !important;
}
.pc-fc-panel-header {
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-fc-panel {
  height: 300px;
}
.pc-fc-panel-body {
  height: 260px;
}
.pc-pie-chart-canvas-financial-calendar {
  padding: 7px;
  width: 800px !important;
  height: 400px !important;
  position: absolute;
  pointer-events: none;
}
.pc-pie-chart-legend-financial-calendar {
  position: absolute;
  text-wrap: none;
  max-height: 240px;
  padding-top: 5px;
  width: 100%;
}
.pc-pie-legend-financial-calendar {
  width: 100%!important;
  padding-left: 500px;
}
.pc-fc-summary-header {
  background-image: url('../images/landingPage-notifications.png');
  background-repeat: no-repeat;
  background-position: 5px, center;
  background-color: #98989C !important;
  border-color: #98989C !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pc-fc-chart-total {
  border-top: 1px solid #dddddd;
  font-weight: bold;
  font-size: 16px;
}
.pc-fc-chart-comment-block {
  border-top: 1px solid #dddddd;
}
.pc-fc-summary-item-added {
  color: #34a762;
}
.pc-fc-summary-item-removed {
  color: #b9556f;
}
.pc-fc-summary-item-expense {
  color: #98989C;
}
.pc-fc-summary-item-income {
  color: #707073;
}
.pc-fc-summary-item-status {
  font-style: italic;
  font-weight: bold;
}
.pc-fc-editable-button {
  border-bottom: 0px !important;
}
/* Money Bucket*/
@media (min-width: 992px) {
  .pc-money-bucket-panel-total {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .pc-money-bucket-panel-total {
    padding-right: 20px;
  }
}
@media (min-width: 1720px) {
  .pc-money-bucket-panel-total {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .pc-money-bucket-panel-summary {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .pc-money-bucket-panel-summary {
    padding-left: 20px;
  }
}
@media (min-width: 1720px) {
  .pc-money-bucket-panel-summary {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .pc-money-bucket-history-panel-header {
    height: 50px;
  }
}
.pc-money-bucket-gauge-chart {
  box-sizing: border-box;
  float: left;
  margin-bottom: -2vw;
  margin-top: 1vw;
}
@media (max-width: 480px) {
  .pc-money-bucket-gauge-chart {
    width: 26vw;
    height: 26vw;
    font-size: 9px;
  }
}
@media (min-width: 480px) {
  .pc-money-bucket-gauge-chart {
    width: 26vw;
    height: 26vw;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .pc-money-bucket-gauge-chart {
    width: 14vw;
    height: 14vw;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .pc-money-bucket-gauge-chart {
    width: 14vw;
    height: 14vw;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .pc-money-bucket-gauge-chart {
    width: 7vw;
    height: 7vw;
    font-size: 11px;
  }
}
@media (min-width: 1720px) {
  .pc-money-bucket-gauge-chart {
    width: 7vw;
    height: 7vw;
    font-size: 11px;
  }
}
/* override gauge css */
.b-gauge__paths {
  overflow: visible !important;
}
/*  Balance amount */
.pc-formatted-amount-value {
  font-size: 1em;
}
.pc-formatted-amount-currency {
  font-size: 1em;
}
/******Cookie Consent **************/
/******override cc-banner cc-floating cookieconsent.min.css*******/
.cc-banner {
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
.cc-floating {
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
.pc-cookie-consent-message {
  color: #f18e28;
}
.pc-cookie-consent-detail {
  margin-top: 11%;
}
@media (max-width: 767px) {
  .pc-cookie-consent-detail {
    margin-top: 40%;
  }
}
@media (min-width: 768px) {
  .pc-cookie-consent-detail {
    margin-top: 150px;
  }
}
.pc-cookie-consent-more {
  color: #3eace1;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}
.pc-cookie-consent-dismiss-button {
  color: #ffffff;
  background-color: #f18e28;
  border-style: none;
  min-width: 100px !important;
}
.pc-cookie-consent-dismiss-button:hover {
  color: #ffffff;
  background-color: #f2993d;
}
.pc-cookie-consent-close-button {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bolder;
  cursor: pointer;
  color: #f18e28;
}
.pc-cookie-consent-close-button:hover {
  color: #f2993d;
}
@media (min-width: 480px) {
  .pc-debit-card-available-balance {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .pc-debit-card-available-balance {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .pc-debit-card-available-balance {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .pc-debit-card-available-balance {
    text-align: left;
  }
}
.pc-snapSave-modal {
  position: fixed;
  width: 160px;
  height: auto;
  z-index: 1034;
  border-width: 1px;
  border-color: #f18e28;
  overflow-x: hidden;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
.pc-snapSave-button:hover {
  transform: scale(1.5);
}
.pc-snapSave-modal-body {
  max-height: 160px;
  z-index: 1034;
}
.pc-snapSave-modal-title-highlight {
  -webkit-animation: blinkHeader 0.5s step-end infinite alternate;
  -moz-animation: blinkHeader 0.5s step-end infinite alternate;
  -ms-animation: blinkHeader 0.5s step-end infinite alternate;
  -o-animation: blinkHeader 0.5s step-end infinite alternate;
  animation: blinkHeader 0.5s step-end infinite alternate;
}
@keyframes blinkHeader {
  50% {
    background-color: #f18e28;
    color: #ffffff;
  }
}
@-webkit-keyframes blinkHeader {
  50% {
    background-color: #f18e28;
    color: #ffffff;
  }
}
@-moz-keyframes blinkHeader {
  50% {
    background-color: #f18e28;
    color: #ffffff;
  }
}
@-ms-keyframes blinkHeader {
  50% {
    background-color: #f18e28;
    color: #ffffff;
  }
}
@-o-keyframes blinkHeader {
  50% {
    background-color: #f18e28;
    color: #ffffff;
  }
}
.lds-css-container {
  width: 0px;
  height: 30px;
  margin: -40px 0 25px;
  flex: 1 1 180px;
  transform: scale(0.5);
}
.lds-css {
  width: 0px;
  height: 50px;
  margin: auto;
  transform: scale(0.7);
}
@-webkit-keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.lds-ellipsis {
  position: relative;
}
.lds-ellipsis > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}
.lds-ellipsis div > div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5af68;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin: 250% 250%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pc-screen-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: white !important;
}
.pc-screen-panel-action-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: white !important;
}
.pc-screen-panel-properties-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: white !important;
}
.pc-screen-common {
  cursor: move;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: dotted;
  min-height: 60px !important;
}
.pc-screen-panel {
  background-color: #b5bfb4;
  width: 100%;
}
.pc-screen-panel-input {
  background-color: #f18e28;
  width: 100%;
}
.pc-screen-panel-summary {
  background-color: #f18e28;
  width: 100%;
}
.pc-screen-section-title {
  background-color: #f18e28;
  width: 100%;
}
.pc-screen-row {
  background-color: #f0f8ff;
}
.pc-screen-column {
  background-color: #7b7b7d;
}
.pc-screen-dynamic-grid {
  background-color: #34b46d !important;
}
.pc-screen-field {
  background-color: white;
  color: black;
  font-weight: font-weight;
}
.pc-screen-wizard {
  background-color: #b5bfb4;
  width: 100%;
}
.pc-screen-wizard-step {
  background-color: #f18e28;
}
.pc-screen-placeholder {
  height: 40px !important;
  width: 100% !important;
  line-height: 10px !important;
  background-color: yellow;
}
.pc-screen-selected {
  border: double !important;
  border-color: red !important;
  font-weight: bolder;
}
.pc-screen-field-hidden {
  background-color: #d5d5d5;
  color: antiquewhite;
}
.pc-screen-modal-title {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: white !important;
  cursor: move !important;
}
.pc-screen-properties-modal {
  position: fixed;
  height: auto;
  border: 0px !important;
}
@media (max-width: 1200px) {
  .pc-screen-properties-modal {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .pc-screen-properties-modal {
    width: 300px;
  }
}
.pc-screen-properties-modal-body {
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-screen-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 480px) {
  .pc-screen-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .pc-screen-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .pc-screen-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1200px) {
  .pc-screen-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1720px) {
  .pc-screen-properties-modal-body {
    max-height: 400px;
  }
}
.pc-screen-properties-modal-body::-webkit-scrollbar {
  width: 6px;
}
.pc-screen-properties-modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.bx-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  margin-bottom: 10px !important;
}
.bx-wrapper .bx-pager {
  bottom: 15px !important;
}
.pc-align-fields-bottom {
  display: inline-table;
  vertical-align: bottom;
  float: none;
  margin-left: -3px;
}
/***************Menu Management UI***********************/
.pc-screen-menu {
  background-color: #f0f8ff !important;
  color: black !important;
}
.pc-screen-menu-item {
  background-color: white !important;
  color: black !important;
}
.pc-screen-menu-modal-title {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: white !important;
  cursor: move !important;
}
.pc-screen-menu-properties-modal {
  position: fixed;
  height: auto;
  border: 0px !important;
}
@media (max-width: 1200px) {
  .pc-screen-menu-properties-modal {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .pc-screen-menu-properties-modal {
    width: 300px;
  }
}
.pc-screen-menu-properties-modal-body {
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-screen-menu-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 480px) {
  .pc-screen-menu-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .pc-screen-menu-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .pc-screen-menu-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1200px) {
  .pc-screen-menu-properties-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1720px) {
  .pc-screen-menu-properties-modal-body {
    max-height: 400px;
  }
}
.pc-screen-menu-properties-modal-body::-webkit-scrollbar {
  width: 6px;
}
.pc-screen-menu-properties-modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/***************UI engine***********************/
.pc-ui-dropdown-list {
  max-height: 8em;
}
.pc-ui-dropdown-list-last-screen-row {
  max-height: 4em;
}
/**********************************************/
.pc-consent-modal-title {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: white !important;
  cursor: move !important;
}
.pc-consent-modal {
  position: fixed;
  height: auto;
  border: 0px !important;
}
@media (max-width: 1200px) {
  .pc-consent-modal {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .pc-consent-modal {
    width: 300px;
  }
}
.pc-consent-modal-body {
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-consent-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 480px) {
  .pc-consent-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .pc-consent-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .pc-consent-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1200px) {
  .pc-consent-modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1720px) {
  .pc-consent-modal-body {
    max-height: 400px;
  }
}
.pc-consent-modal-body::-webkit-scrollbar {
  width: 6px;
}
.pc-consent-modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.pc-consent-buttons-div {
  vertical-align: middle;
  margin-top: -20px;
  margin-right: -10px;
}
/**********************************************/
.pc-reset-consent-modal-title {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: white !important;
  cursor: move !important;
}
.pc-reset-consent-modal-dialog {
  width: 750px !important;
}
.pc-reset-consent-modal {
  height: auto;
  border: 0px !important;
}
@media (max-width: 1719px) {
  .pc-reset-consent-modal {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .pc-reset-consent-modal {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pc-reset-consent-modal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pc-reset-consent-modal {
    width: 100%;
  }
}
.pc-cookie-consent-modal-body {
  overflow: auto;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-cookie-consent-modal-body {
    max-height: 250px;
  }
}
@media (min-width: 480px) {
  .pc-cookie-consent-modal-body {
    max-height: 250px;
  }
}
@media (min-width: 768px) {
  .pc-cookie-consent-modal-body {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  .pc-cookie-consent-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  .pc-cookie-consent-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 1720px) {
  .pc-cookie-consent-modal-body {
    max-height: 300px;
  }
}
.pc-reset-consent-modal-body {
  overflow: auto;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-reset-consent-modal-body {
    max-height: 480px;
  }
}
@media (min-width: 480px) {
  .pc-reset-consent-modal-body {
    max-height: 480px;
  }
}
@media (min-width: 768px) {
  .pc-reset-consent-modal-body {
    max-height: 550px;
  }
}
@media (min-width: 992px) {
  .pc-reset-consent-modal-body {
    max-height: 550px;
  }
}
@media (min-width: 1200px) {
  .pc-reset-consent-modal-body {
    max-height: 550px;
  }
}
@media (min-width: 1720px) {
  .pc-reset-consent-modal-body {
    max-height: 550px;
  }
}
.pc-reset-consent-modal-body::-webkit-scrollbar,
.pc-cookie-consent-modal-body::-webkit-scrollbar {
  width: 6px;
}
.pc-reset-consent-modal-body::-webkit-scrollbar-thumb,
.pc-cookie-consent-modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.pc-reset-consent-buttons-div {
  vertical-align: middle;
  margin-top: -20px;
  margin-right: -10px;
}
.pc-reset-survey-modal-dialog {
  width: 750px !important;
}
.pc-reset-survey-modal {
  height: auto;
  border: 0px !important;
}
@media (max-width: 1719px) {
  .pc-reset-survey-modal {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .pc-reset-survey-modal {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pc-reset-survey-modal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pc-reset-survey-modal {
    width: 100%;
  }
}
.pc-cookie-survey-modal-body {
  overflow: auto;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-cookie-survey-modal-body {
    max-height: 250px;
  }
}
@media (min-width: 480px) {
  .pc-cookie-survey-modal-body {
    max-height: 250px;
  }
}
@media (min-width: 768px) {
  .pc-cookie-survey-modal-body {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  .pc-cookie-survey-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  .pc-cookie-survey-modal-body {
    max-height: 300px;
  }
}
@media (min-width: 1720px) {
  .pc-cookie-survey-modal-body {
    max-height: 300px;
  }
}
.pc-reset-survey-modal-body {
  overflow: auto;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-reset-survey-modal-body {
    max-height: 480px;
  }
}
@media (min-width: 480px) {
  .pc-reset-survey-modal-body {
    max-height: 480px;
  }
}
@media (min-width: 768px) {
  .pc-reset-survey-modal-body {
    max-height: 550px;
  }
}
@media (min-width: 992px) {
  .pc-reset-survey-modal-body {
    max-height: 550px;
  }
}
@media (min-width: 1200px) {
  .pc-reset-survey-modal-body {
    max-height: 550px;
  }
}
@media (min-width: 1720px) {
  .pc-reset-survey-modal-body {
    max-height: 550px;
  }
}
.pc-reset-survey-modal-body::-webkit-scrollbar,
.pc-cookie-survey-modal-body::-webkit-scrollbar {
  width: 6px;
}
.pc-reset-survey-modal-body::-webkit-scrollbar-thumb,
.pc-cookie-survey-modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.pc-screen-grouping-title-div {
  color: inherit;
  font-weight: bold;
  margin-left: 3px;
  background: #f5f5f5;
}
.pc-screen-grouping-body-div {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pc-screen-title {
  padding-left: 5px;
  color: #f18e28;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width: 480px) {
  .pc-accept-service-agreement-modal-dialog {
    width: auto;
  }
}
@media (min-width: 480px) {
  .pc-accept-service-agreement-modal-dialog {
    width: auto;
  }
}
@media (min-width: 768px) {
  .pc-accept-service-agreement-modal-dialog {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .pc-accept-service-agreement-modal-dialog {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .pc-accept-service-agreement-modal-dialog {
    width: 900px;
  }
}
@media (min-width: 1720px) {
  .pc-accept-service-agreement-modal-dialog {
    width: 900px;
  }
}
.pc-accept-service-agreement-modal-body {
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #367CD2 !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #FFFFFF !important;
  scrollbar-3dlight-color: #FFFFFF !important;
  scrollbar-darkshadow-color: #FFFFFF !important;
  scrollbar-track-color: #FFFFFF !important;
  scrollbar-arrow-color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .pc-accept-service-agreement-modal-body {
    max-height: 380px;
  }
}
@media (min-width: 480px) {
  .pc-accept-service-agreement-modal-body {
    max-height: 380px;
  }
}
@media (min-width: 768px) {
  .pc-accept-service-agreement-modal-body {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  .pc-accept-service-agreement-modal-body {
    max-height: 350px;
  }
}
@media (min-width: 1200px) {
  .pc-accept-service-agreement-modal-body {
    max-height: 350px;
  }
}
@media (min-width: 1720px) {
  .pc-accept-service-agreement-modal-body {
    max-height: 350px;
  }
}
.pc-accept-service-agreement-modal-body::-webkit-scrollbar {
  width: 6px;
}
.pc-accept-service-agreement-modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 4px;
  background: #b7b3b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
div.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: #7b7b7d !important;
  border-bottom: 1px solid #7b7b7d !important;
}
/*******************************MEGA_MENU***************/
.pc-mega-dropdown {
  position: static !important;
  display: block !important;
}
.pc-mega-dropdown-menu {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  width: 80%;
  left: 10%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.pc-mega-dropdown-menu .pc-mega-dropdown {
  width: 100% !important;
}
.pc-mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.pc-mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.pc-mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #ffffff;
  padding: 3px 5px;
  height: auto !important;
}
.pc-mega-dropdown-menu > li ul > li > a:hover,
.pc-mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #f2993d !important;
}
.pc-mega-dropdown-menu .dropdown-standalone {
  font-size: 16px;
  padding: 5px 5px 5px 0px;
  line-height: 30px;
  color: #ffffff !important;
}
.pc-mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  padding: 5px 5px 5px 0px;
  line-height: 30px;
  border-bottom: 1px solid;
  border-bottom-color: #ffffff !important;
  color: #ffffff !important;
}
.pc-mega-dropdown-menu .dropdown-header > .dropdown-menu {
  border: none;
  background-color: transparent !important;
  box-shadow: 0px 0px !important;
}
.pc-mega-dropdown-menu .dropdown-header li a {
  padding-left: 0px !important;
  height: auto !important;
}
.pc-mega-menu-item {
  min-height: 33px;
  color: #ffffff !important;
}
.pc-mega-menu-item:hover,
.pc-mega-menu-item:focus {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #f2993d !important;
}
/*******************************END_MEGA_MENU***************/
/* input element reacts on alert: error, info, warning and normal (mostly background) */
.pc-input-alert-label-error {
  color: #d9534f;
}
.pc-input-alert-error {
  background-color: #f2dede !important;
}
.pc-input-alert-warning {
  background-color: #fcf8e3;
}
.pc-input-alert-info {
  background-color: #d9edf7;
}
.pc-input-alert-none {
  background-color: #ffffff;
}
/* Overlay Scrollbar theme ***/
/*
os-theme-thin-dark
*/
.os-theme-thin-dark > .os-scrollbar-horizontal {
  right: 14px;
  height: 14px;
  padding: 0px 6px;
}
.os-theme-thin-dark > .os-scrollbar-vertical {
  bottom: 14px;
  width: 6px;
  padding: 3px 0px;
}
.os-theme-thin-dark.os-host-rtl > .os-scrollbar-horizontal {
  left: 14px;
  right: 0;
}
.os-theme-thin-dark > .os-scrollbar-corner {
  height: 14px;
  width: 14px;
  background-color: transparent;
}
.os-theme-thin-dark > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
}
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  left: 0;
  right: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track:before,
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  top: 0;
  bottom: 0;
  width: 2px;
  left: 50%;
  margin-left: -1px;
}
.os-theme-thin-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  height: 4px;
  margin-top: -2px;
}
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  width: 4px;
  margin-left: -2px;
}
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before,
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  background: #000;
}
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
  min-width: 30px;
}
.os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
  min-height: 30px;
}
.os-theme-thin-dark.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: height 0.3s, margin-top 0.3s, background 0.2s;
}
.os-theme-thin-dark.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: width 0.3s, margin-left 0.3s, background 0.2s;
}
@media (max-width: 1719px) {
  .pc-wizard-agreement-content {
    max-height: 400px;
  }
}
@media (max-width: 1199px) {
  .pc-wizard-agreement-content {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .pc-wizard-agreement-content {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .pc-wizard-agreement-content {
    min-height: 300px;
  }
}
.list-bank-item {
  background: #b5bfb4;
  font-weight: bold;
}
.list-bank-item-div {
  min-height: 50px !important;
}
.pc-logon-mobile-app-image-responsive {
  padding-top: 9px;
}
.pc-logon-mobile-app-home-button {
  margin: 20px;
  color: white;
}
.pc-whatsapp-design {
  color: #f18e28;
}
.pc-landing-officer-name {
  font-weight: bold;
}
.pc-landing-officer-icon {
  font-size: 30px;
}
.pc-overlayscrollbar-horizontal-hide > .os-theme-thin-dark > .os-scrollbar-horizontal {
  display: none;
}
.pc-captcha-custom {
  padding-bottom: 5px;
  padding-right: 0px;
  text-align: right;
}
.pc-captcha-custom img {
  max-width: 200px;
  max-height: 40px;
  width: 100%;
  height: auto !important;
}
.pc-enhanced-authentication-modal .modal-header {
  background-color: #f18e28;
  color: #ffffff;
}
.pc-enhanced-authentication-modal .pc-glyphicon.glyphicon-remove {
  color: #ffffff;
}
.pc-authentication-step-title {
  color: #999999;
}
.pc-authentication-step {
  background-color: #d5d5d5;
  display: inline-block;
  width: 100px;
  height: 4px;
  border-radius: 5px;
  margin: 2px;
}
@media (max-width: 767px) {
  .pc-authentication-step {
    width: 80px;
  }
}
.pc-authentication-step.active {
  height: 6px;
  background-color: #f18e28;
}
.pc-authentication-step.done {
  background-color: #f18e28;
}
.pc-btn-cancel-enhanced-authentication {
  padding: 5px 30px;
  background-color: #d5d5d5 !important;
  color: #333333 !important;
  border: 0;
}
.pc-btn-submit-enhanced-authentication {
  padding: 5px 30px;
  background-color: #f18e28 !important;
  color: #ffffff;
  border: 0;
}
.pc-label-input-container {
  color: #333333;
  display: flex;
  display: -webkit-flex;
  /* safari */
  justify-content: center;
  -webkit-justify-content: center;
  /* safari */
}
.pc-label-input-container label {
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.pc-otp-channel-title {
  color: #333333;
  font-weight: bold;
}
.pc-otp-channel-label {
  color: #333333;
}
.pc-li-close {
  cursor: pointer;
  position: absolute;
  right: 0%;
  padding: 2px 8px;
  transform: translate(-33%, -16%);
}
.drawingUploadFileTemplate:empty:not(:focus):before {
  content: attr(placeholder);
}
.customize-upload-file-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.pc-column-item {
  background-color: white !important;
  color: black !important;
}
.pc-column-selected {
  border: double !important;
  border-color: red !important;
  font-weight: bolder;
}
.pc-open-browser-version-text {
  margin-bottom: 10px;
  margin-left: 2px;
  color: #e72e2e;
  font-weight: bold;
}
.pc-google-key-container {
  margin-bottom: 15px;
}
.pc-google-key-request {
  word-wrap: break-word;
  margin-right: 10px;
}
.pc-step-google-auth {
  margin-bottom: 20px;
}
.pc-step-number-google-auth {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f18e28;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
.pc-step-google-auth h3 {
  font-weight: bold;
}
.pc-logon-google-form {
  margin-top: 15px;
}
.pc-google-authentication-modal .pc-step-number-google-auth {
  position: absolute;
  left: 5px;
}
#googleauthStep .pc-step-number-google-auth {
  position: absolute;
  left: 5px;
}
@media (min-width: 768px) {
  .pc-logon-google-form {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .pc-logon-google-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pc-google-authentication-modal-dialog {
  width: auto !important;
  max-width: 800px !important;
}
@media (max-width: 1200px) {
  .pc-google-authentication-modal-dialog {
    margin: 10px !important;
  }
}
.pc-hide-toggle-visibility {
  position: absolute !important;
  right: 11px;
  top: 11px;
  font-size: 14px !important;
}
.pc-provider-container {
  background-color: #d5d5d5;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
}
.pc-provider-list {
  display: flex;
  flex-wrap: wrap;
}
.pc-provider-list-item {
  display: flex;
  width: 33.33%;
  padding: 5px;
}
@media (max-width: 800px) {
  .pc-provider-list {
    flex-direction: column;
  }
  .pc-provider-list-item {
    width: 100%;
  }
}
.pc-payment-hub-details-value {
  word-wrap: break-word;
}
.pc-attachment-card {
  transition: all 0.3s ease 0s;
  position: relative;
  background-color: #f4f5f7;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: rgba(9, 30, 66, 0.31) 0px 1px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px 0px;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 10px;
}
.pc-attachment-card-header {
  height: 80px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.pc-attachment-card-body {
  background-color: rgba(255, 255, 255, 0.8);
  color: inherit;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 4px 8px;
}
.pc-attachment-file-title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-attachment-file-description {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-attachment-file-date {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc-attachment-show-more-btn {
  color: inherit;
  font-size: 11px;
}
.pc-attachment-card-overlay {
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  left: 0px;
  top: 0px;
}
.pc-attachment-card-tick-box {
  transition: all 0.3s ease 0s;
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 20px;
  color: transparent;
}
.pc-attachment-card-tick-box span svg {
  height: 14px;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
  vertical-align: bottom;
}
.pc-attachment-card-actions-bar {
  opacity: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
}
.pc-attachment-card-action-container {
  z-index: 50;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  color: #42526e;
  background: #ffffff;
  margin-right: 0px;
  opacity: 0.8;
}
.pc-attachment-card-action-container span {
  color: currentcolor;
  display: inline-block;
  fill: #ffffff;
  flex-shrink: 0;
  line-height: 1;
}
.pc-attachment-card-action-container span > svg {
  height: 24px;
  width: 24px;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
  vertical-align: bottom;
}
.pc-attachment-card-action-container:hover {
  opacity: 0.6;
}
.pc-attachment-card-delete-action-container {
  margin-right: 3px;
}
.pc-attachment-card-delete-action-container span {
  height: 24px;
  width: 24px;
}
.pc-attachment-card-download-action-container span {
  font-size: 14px;
}
.pc-attachment-card:hover .pc-attachment-card-overlay {
  background-color: rgba(9, 30, 66, 0.48);
}
.pc-attachment-card:hover .pc-attachment-card-tick-box {
  background-color: #ffffff;
  color: #7a869a;
}
.pc-attachment-card:hover .pc-attachment-card-actions-bar {
  opacity: 1;
}
.pc-attachment-card.active {
  box-shadow: #f18e28 0px 0px 0px 1px, rgba(9, 30, 66, 0.31) 0px 1px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px 0px;
}
.pc-attachment-card.active .pc-attachment-card-tick-box {
  background-color: #f18e28;
  color: #ffffff;
}
.pc-attachment-card-header .glyphicon {
  display: inline-flex;
  font-size: 30px;
}
.pc-recent-attachment-container {
  padding-top: 2px;
  max-height: 200px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .pc-attachment-modal-dialog {
    width: 800px;
  }
}
.pc-attachment-thumbnail-icon {
  width: 25px;
  vertical-align: middle;
  font-size: 23px;
  cursor: auto;
}
.pc-attachment-thumbnail-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-top: 4px;
}
.pc-limit-meter-progress {
  height: 8px;
}
.pc-limit-meter-progress-low {
  background-color: green;
}
.pc-limit-meter-progress-medium {
  background-color: orange;
}
.pc-limit-meter-progress-high {
  background-color: red;
}
.pc-limit-meter-transfer-row {
  background-color: #e6e6e6;
}
.pc-limit-meter-transfer-title-row {
  background-color: #9d9d9d;
  text-align: center;
}
.pc-limit-meter-information {
  text-align: center;
  font-style: italic;
  margin-bottom: 15px;
}
.pc-btn-buy-sell:hover,
.pc-btn-buy-sell:focus,
.pc-btn-buy-sell:active,
.pc-btn-buy-sell.active {
  color: #ffffff !important;
  background-color: #f2993d !important;
  border-color: #f2993d !important;
}
.pc-market-open-header {
  color: green;
}
.pc-market-closed-header {
  color: red;
}
.pc-toggle-symbol-statistics {
  color: #ffffff;
}
.pc-portfolio-trade-widget {
  font-size: 12px;
}
.pc-portfolio-trade-variations-table td {
  padding: 0px 5px !important;
}
.pc-portfolio-trade-variations-table tr {
  height: 22.5px;
  font-size: 11px;
}
.pc-portfolio-trade-variations-table td.pc-trade-variation-column {
  width: 9px;
  font-size: 10px;
  padding-left: 0px !important;
}
.pc-trade-variation-increased {
  color: #34b46d;
}
.pc-trade-variation-decreased {
  color: #e72e2e;
}
.pc-portfolio-trade-increased-variations-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
}
.pc-portfolio-trade-decreased-variations-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
}
.pc-portfolio-trade-volumed-variations-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
}
.pc-portfolio-trade-market-activity-widget-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
}
.pc-portfolio-trade-sector-indexes-widget-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
}
.pc-portfolio-trade-market-news-panel-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
}
.pc-symbol-details-panel-header {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  color: #ffffff !important;
}
.pc-order-view-panel-header {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  color: #ffffff !important;
}
.pc-trade-order-symbol-header {
  background-color: #7b7b7d !important;
  border-color: #7b7b7d !important;
  color: #ffffff !important;
}
.pc-portfolio-trade-last-updated {
  font-size: 12px;
}
.pc-btn-buy-portfolio-trade {
  background-color: #34b46d !important;
  border-color: #34b46d !important;
  color: #ffffff;
}
.pc-btn-buy-portfolio-trade:hover,
.pc-btn-buy-portfolio-trade:focus,
.pc-btn-buy-portfolio-trade:active,
.pc-btn-buy-portfolio-trade.focus,
.pc-btn-buy-portfolio-trade.active {
  background-color: #34b46d !important;
  border-color: #34b46d !important;
  opacity: 0.7;
}
.pc-btn-sell-portfolio-trade {
  background-color: #e72e2e !important;
  border-color: #e72e2e !important;
  color: #ffffff;
}
.pc-btn-sell-portfolio-trade:hover,
.pc-btn-sell-portfolio-trade:focus,
.pc-btn-sell-portfolio-trade:active,
.pc-btn-sell-portfolio-trade.focus,
.pc-btn-sell-portfolio-trade.active {
  background-color: #e72e2e !important;
  border-color: #e72e2e !important;
  opacity: 0.7;
}
.pc-excluded-symbol-notice {
  color: #d9534f;
  margin-bottom: 10px;
  font-weight: bold;
}
.pc-sticky-table-header {
  position: sticky;
  inset-block-start: 0;
  background-color: #ffffff;
  z-index: 1;
}
.pc-sticky-table-footer {
  position: sticky;
  inset-block-end: 0;
  background-color: #ffffff;
}
.pc-toggle-beneficiary-detail {
  color: #ffffff;
}
.pc-gateway-closed-notice {
  color: #d9534f;
  font-weight: bold;
}
.pc-market-screen-notice-icon {
  color: #d9534f;
}
/************landingPageB*************/
/* Landing B Quick Buttons */
.pc-quick-button-B {
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  border: 1px solid #999999;
}
.pc-quick-button-B:hover {
  background-color: #f18e28;
  color: #ffffff;
}
.pc-quick-button-B:hover .pc-quick-button-landing-B,
.pc-quick-button-B:hover .pc-quick-button-label-B {
  color: #ffffff;
}
.pc-quick-button-landing-B {
  font-size: 50px;
  color: #999999;
}
.pc-quick-button-label-B {
  margin: 1px auto;
  font-weight: normal;
  color: #999999;
  text-align: center;
  padding: 0 5px;
}
/*1 quick button*/
.pc-quick-buttons-B-flex-container-one {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
/*2 quick buttons*/
.pc-quick-buttons-B-flex-container-two {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}
/*3 quick buttons*/
.pc-quick-buttons-B-flex-container-three {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
/*4 quick buttons*/
.pc-quick-buttons-B-flex-container-four {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
/*5 quick buttons*/
.pc-quick-buttons-B-flex-container-five {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .pc-quick-buttons-B-flex-container-five {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .pc-quick-buttons-B-flex-container-five {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
/*6 quick buttons*/
.pc-quick-buttons-B-flex-container-six {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .pc-quick-buttons-B-flex-container-six {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .pc-quick-buttons-B-flex-container-six {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
/*More than 6 quick buttons*/
.pc-quick-buttons-B-flex-container-more {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .pc-quick-buttons-B-flex-container-more {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .pc-quick-buttons-B-flex-container-more {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .pc-quick-buttons-B-flex-container-more {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .pc-quick-buttons-B-flex-container-more {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (min-width: 1720px) {
  .pc-quick-buttons-B-flex-container-more {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.pc-quick-buttons-B-container-width {
  width: 150px;
}
/* Landing B Widgets Panel */
.pc-landing-panel-no-margins {
  border-color: transparent;
  border: 0px;
  height: 185px;
}
.pc-landing-panel-no-margins > .panel-heading {
  color: #fff;
  background-color: #f18e28;
  border-color: #ddd;
}
.pc-landing-panel-no-margins > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-landing-panel-no-margins > .panel-heading .badge {
  color: #f18e28;
  background-color: #fff;
}
.pc-landing-panel-no-margins > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
/* Landing B Panel */
.pc-landing-B-panel-bank-account {
  border-color: transparent;
  border: 0px;
  margin-top: 5px;
}
.pc-landing-B-panel-bank-account > .panel-heading {
  color: #fff;
  background-color: transparent;
  border-color: #98989C;
}
.pc-landing-B-panel-bank-account > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pc-landing-B-panel-bank-account > .panel-heading .badge {
  color: transparent;
  background-color: #fff;
}
.pc-landing-B-panel-bank-account > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.pc-landing-B-bank-item {
  font-size: 16px;
  cursor: pointer;
  margin-right: -2px;
  margin-bottom: 0px !important;
  padding-right: 10px;
}
.pc-landing-B-bank-item > a,
.pc-landing-B-bank-item-small > a {
  background-color: transparent !important;
  color: #999999;
  border: 0px !important;
}
.pc-landing-B-bank-item > a:hover,
.pc-landing-B-bank-item-small > a:hover {
  border: 0px !important;
}
.pc-landing-B-bank-item.active > a {
  border-radius: 0px !important;
  background-color: #f18e28 !important;
  color: #ffffff !important;
  padding: 5px 15px !important;
}
.pc-landing-B-bank-item.active > a:hover {
  opacity: 1;
}
.pc-landing-B-bank-item > a:hover {
  opacity: 0.8;
  border-bottom-color: transparent;
}
/* Landing B Design Toggle*/
.pc-landing-B-design-picker {
  padding-top: 8px;
  padding-left: 10px;
  color: #f18e28;
}
.pc-landing-B-design-active {
  background-color: #f18e28;
  color: #ffffff;
  opacity: 1;
  border-color: #ffffff;
}
.pc-landing-B-design-active:hover,
.pc-landing-B-design-active:active,
.pc-landing-B-design-active.active {
  color: #ffffff;
}
.pc-landing-B-design-inactive {
  background-color: #f18e28;
  background-color: #ffffff;
  opacity: 0.5;
}
.pc-landing-B-design-inactive:hover {
  background-color: #ffffff;
  color: #f18e28;
  opacity: 1;
}
/*landing B contentWidget*/
.pc-landing-B-content-container {
  margin-top: 5px;
}
.pc-landing-B-content-container .carousel-inner {
  border-radius: 0px;
}
.pc-landing-B-content-container .img {
  border-radius: 0px;
}
/********************logonB*********************/
/* LogonB Main Body*/
.pc-logon-B-div {
  background-color: #eee;
  color: #f18e28;
  min-height: 100%;
  position: absolute !important;
  width: 66%;
  top: 0px;
  right: 0px;
  padding: 0px;
  max-height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .pc-logon-B-div {
    width: 100% !important;
    position: static !important;
    max-height: none;
  }
}
.pc-logon-B-body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eee;
  color: #f18e28;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  .pc-logon-B-body {
    background-color: #eee;
    background-image: url("../images/background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.pc-logon-B-inputs-container {
  color: black;
  margin: auto;
  width: 45%;
}
@media (max-width: 767px) {
  .pc-logon-B-inputs-container {
    width: 85%;
  }
}
@media (min-width: 480px) {
  .pc-logon-B-inputs-container {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .pc-logon-B-inputs-container {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .pc-logon-B-inputs-container {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .pc-logon-B-inputs-container {
    width: 50%;
    min-height: 577px;
  }
}
@media (min-width: 1720px) {
  .pc-logon-B-inputs-container {
    width: 40%;
    min-height: 577px;
  }
}
/*LogonB Top Header*/
.pc-logon-B-header {
  padding-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 480px) {
  .pc-forgot-password-B-div .pc-logon-B-header {
    padding-top: 15px;
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .pc-forgot-password-B-div .pc-logon-B-welcome-second-title {
    font-size: 1.8em;
    white-space: normal;
    text-align: center;
  }
}
/* LogonB Welcome Titles*/
.pc-logon-B-welcome-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.pc-logon-B-welcome-first-title {
  font-size: 20px;
  white-space: nowrap;
  padding-top: 10px;
}
.pc-logon-B-welcome-second-title {
  color: #f18e28;
  font-size: 2.5em;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pc-logon-B-welcome-second-title {
    padding: 20px 0px 20px 0px;
  }
}
@media (min-width: 480px) {
  .pc-logon-B-welcome-second-title {
    padding: 20px 0px 20px 0px;
  }
}
@media (min-width: 768px) {
  .pc-logon-B-welcome-second-title {
    padding: 20px 0px 20px 0px;
  }
}
@media (min-width: 992px) {
  .pc-logon-B-welcome-second-title {
    padding: 0px 0px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .pc-logon-B-welcome-second-title {
    padding: 0px 0px 0px 0px;
  }
}
@media (min-width: 1720px) {
  .pc-logon-B-welcome-second-title {
    padding: 0px 0px 0px 0px;
  }
}
.pc-logon-B-welcome-third-title {
  font-size: 20px;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 40px;
}
/* LogonB Languages Dropdown*/
.pc-logon-B-lang-dropdown-btn {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #f18e28;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 22px;
  user-select: none;
  width: 130px;
  justify-content: space-between;
}
.pc-logon-B-lang-dropdown-btn:hover {
  background-color: #ffffff;
}
/* LogonB Inputs */
.pc-logon-B-input-field {
  height: 44px !important;
  border-radius: 22px !important;
  border: 2px solid #f18e28 !important;
}
.pc-logon-B-input-field:focus {
  border-color: #f18e28 !important;
}
.pc-logon-B-inner-addon {
  position: relative;
}
.pc-logon-B-inner-addon i {
  opacity: .60;
  position: absolute;
  left: 0px;
  padding: 14px 10px;
  pointer-events: none;
}
.pc-logon-B-inner-addon input {
  padding-left: 30px;
}
/* LogonB Buttons */
.pc-logon-B-button-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pc-logon-B-button {
  min-width: 100px;
  color: #f18e28;
  background-color: #f18e28;
  border-color: #f18e28;
  color: #ffffff;
  z-index: 1;
  margin-top: 15px;
  height: 44px;
  border-radius: 22px;
}
.pc-logon-B-button:focus,
.pc-logon-B-button.focus {
  color: #f18e28;
  background-color: #d8750e;
  border-color: #904e09;
}
.pc-logon-B-button:hover {
  color: #f18e28;
  background-color: #d8750e;
  border-color: #ce6f0d;
}
.pc-logon-B-button:active,
.pc-logon-B-button.active,
.open > .dropdown-toggle.pc-logon-B-button {
  color: #f18e28;
  background-color: #d8750e;
  background-image: none;
  border-color: #ce6f0d;
}
.pc-logon-B-button:active:hover,
.pc-logon-B-button.active:hover,
.open > .dropdown-toggle.pc-logon-B-button:hover,
.pc-logon-B-button:active:focus,
.pc-logon-B-button.active:focus,
.open > .dropdown-toggle.pc-logon-B-button:focus,
.pc-logon-B-button:active.focus,
.pc-logon-B-button.active.focus,
.open > .dropdown-toggle.pc-logon-B-button.focus {
  color: #f18e28;
  background-color: #b6620c;
  border-color: #904e09;
}
.pc-logon-B-button.disabled:hover,
.pc-logon-B-button[disabled]:hover,
fieldset[disabled] .pc-logon-B-button:hover,
.pc-logon-B-button.disabled:focus,
.pc-logon-B-button[disabled]:focus,
fieldset[disabled] .pc-logon-B-button:focus,
.pc-logon-B-button.disabled.focus,
.pc-logon-B-button[disabled].focus,
fieldset[disabled] .pc-logon-B-button.focus {
  background-color: #f18e28;
  border-color: #f18e28;
}
.pc-logon-B-button .badge {
  color: #f18e28;
  background-color: #f18e28;
}
.pc-logon-B-button-cancel {
  background-color: #f18e28;
  border-color: #f18e28;
}
.pc-logon-B-button:hover,
.pc-logon-B-button:focus,
.pc-logon-B-button:active,
.pc-logon-B-button.active,
.open > .dropdown-toggle.pc-logon-B-button {
  color: #ffffff;
  background-color: #f2993d;
  border-color: #f2993d;
}
.pc-logon-B-button-cancel:hover,
.pc-logon-B-button-cancel:focus,
.pc-logon-B-button-cancel:active,
.pc-logon-B-button-cancel.active,
.open > .dropdown-toggle.pc-logon-B-button-cancel {
  background-color: #f18e28;
  border-color: #f18e28;
  opacity: 0.9;
}
/* LogonB Social Media*/
.pc-logon-B-social-media-header {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.pc-logon-B-social-media-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.pc-logon-B-social-media-icon {
  padding: 0px 10px;
}
.pc-logon-B-social-media-icon a img {
  width: 30px;
  height: 30px;
}
/* QR Code Modal*/
.pc-logon-B-qrcode-modal-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
/* Flex Containers */
.pc-logon-B-flex-row-between {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pc-logon-B-flex-row-end {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.pc-logon-B-flex-column-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* LogonB (Logon Faster surrounding line)*/
.pc-logon-B-horizontal-line {
  display: inline-block;
  width: 38%;
  border-top: 0.2px solid black;
}
@media (max-width: 767px) {
  .pc-logon-B-horizontal-line {
    width: 36%;
  }
}
@media (min-width: 480px) {
  .pc-logon-B-horizontal-line {
    width: 37%;
  }
}
@media (min-width: 768px) {
  .pc-logon-B-horizontal-line {
    width: 37%;
  }
}
/* LogonB Design Toggle*/
.pc-logon-B-design-picker {
  position: absolute;
  color: #f18e28;
  top: 0;
  right: 0;
  margin: 15px;
}
.pc-logon-B-design-active {
  background-color: #f18e28;
  color: #ffffff;
  opacity: 1;
}
.pc-logon-B-design-active:hover,
.pc-logon-B-design-active:active,
.pc-logon-B-design-active.active {
  color: #ffffff;
}
.pc-logon-B-design-inactive {
  background-color: #ffffff;
  border-color: #999999;
  opacity: 0.5;
}
.pc-logon-B-design-inactive:hover {
  background-color: #ffffff;
  color: #f18e28;
  opacity: 1;
}
/* LogonB Content Managment*/
.pc-logon-B-content-container {
  width: 100%;
  padding-top: 15%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .pc-logon-B-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .pc-logon-B-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pc-logon-B-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pc-logon-B-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .pc-logon-B-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 1720px) {
  .pc-logon-B-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.pc-logon-B-html-content {
  width: 90%;
  margin: auto;
  /*opacity: 0.9;*/
  z-index: 8;
  -webkit-animation: contentFadein 1s;
}
@-webkit-keyframes contentFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
/* LogonB Carousel */
.pc-logon-B-carousel {
  position: absolute !important;
  width: 34% !important;
}
@media (max-width: 992px) {
  .pc-logon-B-carousel {
    width: 100% !important;
    position: static !important;
    display: none !important;
  }
}
.pc-logon-B-carousel-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .pc-logon-B-carousel-mobile {
    width: 100% !important;
    position: relative !important;
    display: block !important;
  }
}
.pc-logon-B-carousel-img {
  width: 100% !important;
  height: 100vh !important;
}
.pc-logon-B-carousel-indicators-container {
  position: absolute;
  left: 50%;
}
.pc-logon-B-carousel-indicator-item {
  width: 12px !important;
  height: 12px !important;
  margin: 0px !important;
  margin-right: 15px !important;
}
/* Logon SSL*/
.pc-logon-ssl-widget {
  padding-top: 1px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.pc-logon-ssl-widget-B {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 15px;
}
/* LogonB Copyrights*/
.pc-logon-B-copyrights {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-bottom: 1px;
  padding-right: 24px;
  color: #f18e28;
}
.pc-password-toggle-visibility-b {
  position: absolute !important;
  right: 15px;
  top: 15px;
  font-size: 14px !important;
}
/**************************************/
/*Right adjust content on md size to xl - Left adjust content on xs and sm*/
.pc-content-text-right {
  white-space: nowrap;
  vertical-align: middle !important;
}
@media (min-width: 480px) {
  .pc-content-text-right {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .pc-content-text-right {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .pc-content-text-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .pc-content-text-right {
    text-align: right;
  }
}
@media (min-width: 1720px) {
  .pc-content-text-right {
    text-align: right;
  }
}
/* Card list fields not available style */
.pc-card-missing-info {
  color: #999999;
  font-style: italic;
}
/********************logonC*********************/
.pc-logon-C-body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2E1760;
  color: #f18e28;
  overflow-x: hidden;
}
.pc-logon-C-div {
  background-color: #EBEAF0;
  color: #2E1760;
  width: 500px;
  max-width: 90%;
  padding: 15px;
  padding-bottom: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc-forgot-password-C-div {
  background-color: #EBEAF0;
  color: #2E1760;
  width: 500px;
  max-width: 90%;
  padding: 15px;
  padding-bottom: 5px;
  margin: 25px auto;
  border-radius: 5px;
}
.pc-logon-C-inputs-container {
  color: #2E1760;
}
.pc-logon-C-welcome-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.pc-logon-C-welcome-title {
  font-size: 20px;
  white-space: nowrap;
  margin-bottom: 18px;
}
.pc-welcome-logo-C {
  width: 90%;
  max-width: 335px;
}
.pc-logon-C-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
.pc-logon-C-button {
  color: #2E1760;
  background-color: #2E1760;
  border-color: #2E1760;
  color: #EBEAF0;
  z-index: 1;
  margin-top: 15px;
  border-radius: 5px;
  padding: 8px 32px;
}
.pc-logon-C-button:focus,
.pc-logon-C-button.focus {
  color: #2E1760;
  background-color: #1a0d37;
  border-color: #000000;
}
.pc-logon-C-button:hover {
  color: #2E1760;
  background-color: #1a0d37;
  border-color: #160b2f;
}
.pc-logon-C-button:active,
.pc-logon-C-button.active,
.open > .dropdown-toggle.pc-logon-C-button {
  color: #2E1760;
  background-color: #1a0d37;
  background-image: none;
  border-color: #160b2f;
}
.pc-logon-C-button:active:hover,
.pc-logon-C-button.active:hover,
.open > .dropdown-toggle.pc-logon-C-button:hover,
.pc-logon-C-button:active:focus,
.pc-logon-C-button.active:focus,
.open > .dropdown-toggle.pc-logon-C-button:focus,
.pc-logon-C-button:active.focus,
.pc-logon-C-button.active.focus,
.open > .dropdown-toggle.pc-logon-C-button.focus {
  color: #2E1760;
  background-color: #0c061a;
  border-color: #000000;
}
.pc-logon-C-button.disabled:hover,
.pc-logon-C-button[disabled]:hover,
fieldset[disabled] .pc-logon-C-button:hover,
.pc-logon-C-button.disabled:focus,
.pc-logon-C-button[disabled]:focus,
fieldset[disabled] .pc-logon-C-button:focus,
.pc-logon-C-button.disabled.focus,
.pc-logon-C-button[disabled].focus,
fieldset[disabled] .pc-logon-C-button.focus {
  background-color: #2E1760;
  border-color: #2E1760;
}
.pc-logon-C-button .badge {
  color: #2E1760;
  background-color: #2E1760;
}
.pc-logon-C-button-cancel {
  background-color: #2E1760;
  border-color: #2E1760;
}
.pc-logon-C-button:hover,
.pc-logon-C-button:focus,
.pc-logon-C-button:active,
.pc-logon-C-button.active,
.open > .dropdown-toggle.pc-logon-C-button {
  color: #EBEAF0;
  background-color: #2E1760;
  border-color: #2E1760;
  opacity: 0.9;
}
.pc-logon-C-button-cancel:hover,
.pc-logon-C-button-cancel:focus,
.pc-logon-C-button-cancel:active,
.pc-logon-C-button-cancel.active,
.open > .dropdown-toggle.pc-logon-C-button-cancel {
  background-color: #2E1760;
  border-color: #2E1760;
  opacity: 0.9;
}
.pc-logon-C-copyrights {
  float: right;
  color: #f18e28;
}
.pc-logon-C-button-container {
  text-align: right;
}
.pc-logon-C-input-field {
  height: 44px !important;
  border-radius: 5px !important;
  border: 1px solid #999999 !important;
  /*background-color: @pc-logon-C-input-background-color*/
}
.pc-logon-C-input-field:focus {
  border-color: #2E1760 !important;
}
.pc-logon-C-inner-addon {
  position: relative;
}
.pc-logon-C-inner-addon i {
  opacity: .60;
  position: absolute;
  right: 0px;
  padding: 14px 10px;
  pointer-events: none;
}
.pc-logon-C-inner-addon input {
  padding-right: 30px;
}
.pc-logon-C-content-under {
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding-top: 15px;
}
/* Cash Pooling */
.pc-panel-cash-pooling-action {
  margin-bottom: 5px;
}
.pc-panel-cash-pooling-action > .panel-heading {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  color: #ffffff !important;
}
.pc-panel-cash-pooling-action .pc-glyphicon {
  color: #ffffff !important;
}
.pc-cash-pooling-action-date {
  font-size: 12px;
}
/* Sub Profile Template */
.pc-sub-profile-template > .panel-heading {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  color: #ffffff !important;
}
/* Advanced checkbox for mobile and desktop */
.pc-advanced-checkbox {
  display: none;
}
.pc-advanced-checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pc-advanced-checkbox-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
}
.pc-advanced-checkbox-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  visibility: hidden;
}
.pc-advanced-checkbox:checked + .pc-advanced-checkbox-label:after {
  visibility: visible;
}
.pc-unselectable {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* Standard */
}
.biller-card {
  cursor: pointer;
}
.biller-card.active {
  border: 1px solid #f18e28;
}
.biller-card img {
  max-width: 100%;
}
.pc-manage-bill-beneficiary-valid {
  color: #34b46d;
}
.pc-panel-beneficiary-details-header {
  background-color: #f18e28 !important;
  border-color: #f18e28 !important;
  color: #ffffff !important;
}
.pc-danger-bold-text {
  color: #d9534f;
  font-weight: bold;
}
.pc-conference-modal-blink {
  -webkit-animation: blinkConference 1s linear infinite;
  -moz-animation: blinkConference 1s linear infinite;
  -ms-animation: blinkConference 1s linear infinite;
  -o-animation: blinkConference 1s linear infinite;
  animation: blinkConference 1s linear infinite;
}
@keyframes blinkConference {
  0% {
    background-color: black;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: black;
  }
}
@-webkit-keyframes blinkConference {
  0% {
    background-color: black;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: black;
  }
}
@-moz-keyframes blinkConference {
  0% {
    background-color: black;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: black;
  }
}
@-ms-keyframes blinkConference {
  0% {
    background-color: black;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: black;
  }
}
@-o-keyframes blinkConference {
  0% {
    background-color: black;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: black;
  }
}
/*customized class*/
.pc-logon-background-image-custom {
  background-image: url("../images/bdc_logon_background1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
}
.pc-logon-mobile-app-image-responsive-custom {
  padding-top: 9px;
}
.pc-logon-mobile-app-home-button-custom {
  margin: 20px;
  color: white;
}
/* 
	please add new additional variables(rather constants) here and also in constants.less file 
	those are additional variables, used in powercash_XXX.less are in addition to bootstrap variables (defined in variables_XXX.less)
*/
/* additional colors */
/* new screen size, used in .pc-hidden-lg */
/* new container width: xl */
/* logon.cfm stuff */
/* secondary button */
/* wizard stuff */
/* rows (account list, activity) */
/* breadcrumb */
/* summary screeen label and value columns */
/* flyover */
/* quick links and contact us */
/* logon */
/** header **/
/* landing page */
/*@pc-landing-account-active-balance-positive-color: #707073;
@pc-landing-account-active-balance-negative-color: #707073;*/
