/*
* Direction
* Default Configuration
* Font 
* Header, Body and footer configuration
* Links
* Scrollbar 
* Notification Bubble 
* Mask 
* Box Shadow Parameters
* Button
* Forms
* Date Picker
* Message Display
* Tabs
* Virtual Keypad
* Collapsible section
* Modal View
* Download Component
* Table
* Step tracker
* Breadcrumb
* Print help, Print preview
* Link delink
* Password Strength
* Pagination 
* Hamburger menu
* Ticker
* Widgets
*/
/*
 * This file contains the color palette configuration defined in application
 * for various colors shades. Any color added in style sheet should be from
 * this defined set of color palettes only
 */
/* 
 * Get the corresponding hex code for the color
 * Usage: color("name_of_color", "type_of_color")
 * Example: $primary-color: color("red", "lighten-2");
 */
/* Direction - Used for RTL/LTR support. Not yet implemented.
 * Possible values are: 
 * ltr (for Left to Right languages)
 * rtl (for right to left languages)
 */
/* Default Configurations 
 * Every bank will be associated with a default theme which will be a combination 
 * of a primary color and a secondary color.
 */
/* new theme orange introduced*/
/* Font - The default font family (Roboto) used in applications are mentioned here.
 * Recommendation is not to change the font family as application font family has been decided as per 
 * Google material design recommendation.
 * Changing font family will have below mentioned impacts:
 * 	1. font sizes, font weight needs to be redefined across application style sheets as per the new font family.
 *  2. Any alignment issues due to the font change needs to be taken care.
 */
/* icomoon and fontawesome font families are used mostly for icon sets used in application screens */
/* Application heading related configurations */
/* Header, Body and footer configurations used in login screens and post login application screens */
/* Pre-login screens related configuration */
/* Post login application  screen configuration */
/* Hyperlink configuration */
/* Scrollbar configuration 
 * Some browsers doesn't support changing the native default scrollbars. The below style changes 
 * might not reflect in such browsers.
 */
/* Left hand side and Right hand side vertical and horizontal bar configurations */
/* Notification Bubble 
 * Used in header for showing notification count for Alerts, Mails and Mails count in hamburger menu
 */
/* Mask - Used mainly as a background for overlay screens to mask user from clicking 
 * on the background screen components.
 */
/* Box Shadow Configuration 
 * Used to give shadow effects to ovarlays, containers, components, pulldowns. Multiple shadow attributes
 * are defined which can be used across application screens.
 */
/* Buttons
 * Application buttons fall into below mentioned categories:
 * 1. Primary Button 
 * 2. Secondary Button
 * 3. Flat Button  - should look like a normal text on screen, but actually its a button in backend
 * 4. Disabled Button - used for displaying disabled(non clickable/read only) buttons
 * Configuration allows you to change to sharp edges of buttons, color, shadow, case of text etc.
 * Note: If case of button text is changed, ensure to give proper font-size also to avoid any distortion.
 */
/* Form Configurations
 * Contains form elements:
 * 1. Input fields.
 * 2. Labels
 * 3. Check boxes
 * 4. Radio buttons
 * 5. Combo boxes
 * 6. Text area
 * 7. Mandatory star *
 * 8. Place holder
 */
/* 
 * Date Picker configuration
 * Configuration allows you to customize the date picker styles
 */
/* 
 * Message Display 
 * Configuration for Success,Error,Warning,Info messages.
 * Note: All icons used in messages are included as IMAGE using IMG tag
 */
/* 
 * Tabs configuration
 */
/* 
 * Virtual Keypad Configuration
 */
/* 
 * Collapsible section configuration
 */
/* 
 * Modal View configuration 
 */
/* 
 * Download Component configuration 
 * Defined Download Formats are: Excel, PDF, Text
 */
/* 
 * Listing table configuration
 */
/* 
 * Step tracker configuration
 */
/* 
 * Breadcrumb configuration
 */
/* 
 * Print help, Print preview configuration
 */
/* 
 * Link delink configuration
 */
/* 
 * Password Strength configuration
 * Below mentioned are the password strength values possible:
 * 1. too short
 * 2. weak
 * 3. fair
 * 4. strong
 * 5. very strong
 * Note: All icons are included as IMAGE using IMG tag
 */
/* 
 * Listing table pagination configuration
 * Note: Navigation icons are used as IMAGE, not font icons
 */
/* 
 * Hamburger menu configuration
 */
/* 
 * Ticker configuration - Ticker is the live scroll messages 
 */
/* 
 * Widgets configuration
 */
/*
 * This file contains any common $ config params other than the themes/branding related confgurations
 */
/*
 * This file contains the language based directional changes for LTR/RTL languages.
 * This functionality is not yet integrated into application SCSS. Will be considered when RTL support gets incorporated.
 */
/*
 * This file contains all common functions, mixins which are used across all SCSS files.
 */
/*
 * This file contains the definition of all font libraries which are included as part of application.
 * It also includes open source font style sheet of font-awesome.scss and icons-icomoon.scss.
 */
/* Font style/size related changes STARTS*/
/*************************** Font Family *******************************/
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/materializeFonts/roboto-medium.eot");
  src: url("../fonts/materializeFonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/materializeFonts/roboto-medium.woff2") format("woff2"), url("../fonts/materializeFonts/roboto-medium.woff") format("woff"), url("../fonts/materializeFonts/roboto-medium.ttf") format("truetype"), url("../fonts/materializeFonts/roboto-medium.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/materializeFonts/roboto-regular.eot");
  src: url("../fonts/materializeFonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/materializeFonts/roboto-regular.woff2") format("woff2"), url("../fonts/materializeFonts/roboto-regular.woff") format("woff"), url("../fonts/materializeFonts/roboto-regular.ttf") format("truetype"), url("../fonts/materializeFonts/roboto-regular.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/materializeFonts/roboto-bold.eot");
  src: url("../fonts/materializeFonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/materializeFonts/roboto-bold.woff2") format("woff2"), url("../fonts/materializeFonts/roboto-bold.woff") format("woff"), url("../fonts/materializeFonts/roboto-bold.ttf") format("truetype"), url("../fonts/materializeFonts/roboto-bold.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-light";
  src: url("../fonts/materializeFonts/roboto-light.eot");
  src: url("../fonts/materializeFonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/materializeFonts/roboto-light.woff2") format("woff2"), url("../fonts/materializeFonts/roboto-light.woff") format("woff"), url("../fonts/materializeFonts/roboto-light.ttf") format("truetype"), url("../fonts/materializeFonts/roboto-light.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-thin";
  src: url("../fonts/materializeFonts/roboto-thin.eot");
  src: url("../fonts/materializeFonts/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/materializeFonts/roboto-thin.woff2") format("woff2"), url("../fonts/materializeFonts/roboto-thin.woff") format("woff"), url("../fonts/materializeFonts/roboto-thin.ttf") format("truetype"), url("../fonts/materializeFonts/roboto-thin.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/materializeFonts/icomoon.eot?jn7xr0");
  src: url("../fonts/materializeFonts/icomoon.eot?jn7xr0#iefix") format("embedded-opentype"), url("../fonts/materializeFonts/icomoon.ttf?jn7xr0") format("truetype"), url("../fonts/materializeFonts/icomoon.woff?jn7xr0") format("woff"), url("../fonts/materializeFonts/icomoon.svg?jn7xr0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/materializeFonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/materializeFonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/materializeFonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/materializeFonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/materializeFonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/materializeFonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-right: 0;
  margin-right: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  right: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  right: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #F5F5F5;
  border-radius: .1em;
}

.fa-pull-left {
  float: right;
}

.fa-pull-right {
  float: left;
}

.fa.fa-pull-left {
  margin-left: .3em;
}

.fa.fa-pull-right {
  margin-right: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: left;
}

.pull-left {
  float: right;
}

.fa.pull-left {
  margin-left: .3em;
}

.fa.pull-right {
  margin-right: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes fa-spin {
  0% {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -o-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #FFFFFF;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

/*
 * Project          : Decorum
 * Module           : Common
 * Source filename  : icons-icomoon.css
 * Description      : Stylesheet for custom font icons
 * Author           : Jaison, Prayag, Arunabha 
 * Copyright        : Copyright (C) 2015, Infosys Limited
 *                    Written under contract by Robosoft Technologies Pvt. Ltd.
 */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-breadcrumb-mobile:before {
  content: "\e942";
}

.icon-breadcrumb-separator:before {
  content: "\e943";
}

.icon-help:before {
  content: "\e944";
}

.icon-print:before {
  content: "\e945";
}

.icon-sortdown:before {
  content: "\e940";
}

.icon-sortup:before {
  content: "\e941";
}

.icon-third-party:before {
  content: "\e93f";
}

.icon-gototop:before {
  content: "\e93e";
}

.icon-link:before {
  content: "\e93d";
}

.icon-add-payee:before {
  content: "\e93b";
}

.icon-delink:before {
  content: "\e93c";
}

.icon-chart:before {
  content: "\e93a";
}

.icon-forexrate-down:before {
  content: "\e932";
}

.icon-forexrate-up:before {
  content: "\e933";
}

.icon-instawidget-add:before {
  content: "\e934";
}

.icon-link-down:before {
  content: "\e935";
}

.icon-link-left:before {
  content: "\e936";
}

.icon-link-right:before {
  content: "\e937";
}

.icon-link-up:before {
  content: "\e938";
}

.icon-profile-dropdown-reverse:before {
  content: "\e939";
}

.icon-addd-payee:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-breadcrumb:before {
  content: "\e903";
}

.icon-broadcast-mail:before {
  content: "\e904";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-checkbox-checked:before {
  content: "\e906";
}

.icon-checkbox:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-comment:before {
  content: "\e909";
}

.icon-down:before {
  content: "\e90a";
}

.icon-dropdown:before {
  content: "\e90b";
  color: #005295;
}

.icon-edit:before {
  content: "\e90c";
}

.icon-error:before {
  content: "\e90d";
}

.icon-excel:before {
  content: "\e90e";
}

.icon-fail:before {
  content: "\e90f";
}

.icon-fav:before {
  content: "\e910";
}

.icon-favselected:before {
  content: "\e911";
}

.icon-info:before {
  content: "\e912";
}

.icon-left:before {
  content: "\e913";
}

.icon-logout:before {
  content: "\e914";
}

.icon-mail:before {
  content: "\e915";
}

.icon-mails:before {
  content: "\e916";
}

.icon-menu:before {
  content: "\e917";
}

.icon-more:before {
  content: "\e918";
}

.icon-next:before {
  content: "\e919";
}

.icon-notification-mail:before {
  content: "\e91a";
}

.icon-notification:before {
  content: "\e91b";
}

.icon-otherbank:before {
  content: "\e91c";
}

.icon-pause:before {
  content: "\e91d";
}

.icon-payagain:before {
  content: "\e91e";
}

.icon-pdf:before {
  content: "\e91f";
}

.icon-play:before {
  content: "\e920";
}

.icon-previous:before {
  content: "\e921";
}

.icon-printview:before {
  content: "\e922";
}

.icon-profile-dropdown:before {
  content: "\e923";
}

.icon-radiobutton-slected:before {
  content: "\e924";
}

.icon-radiobutton:before {
  content: "\e925";
}

.icon-refresh:before {
  content: "\e926";
}

.icon-reply:before {
  content: "\e927";
}

.icon-right:before {
  content: "\e928";
}

.icon-search:before {
  content: "\e929";
}

.icon-sidemenu-arrow:before {
  content: "\e92a";
}

.icon-success-tick:before {
  content: "\e92b";
}

.icon-success:before {
  content: "\e92c";
}

.icon-text:before {
  content: "\e92d";
}

.icon-tick:before {
  content: "\e92e";
}

.icon-up:before {
  content: "\e92f";
}

.icon-warning:before {
  content: "\e930";
}

.icon-word:before {
  content: "\e931";
}

.icon-facebook:before {
  content: "\e94c";
}

.icon-expandicon-down:before {
  content: "\e948";
}

.icon-expandicon-up:before {
  content: "\e949";
}

.icon-help2:before {
  content: "\e94f";
}

.icon-warning2:before {
  content: "\e950";
}

.icon-success1:before {
  content: "\e951";
}

.icon-reload:before {
  content: "\e94a";
}

.icon-account:before {
  content: "\e952";
}

.icon-service-request:before {
  content: "\e954";
}

.icon-transaction:before {
  content: "\e953";
}

/*
 * This file contains all style classes which are applied at a base html tag level 
 * which are very generic styles which are applied across application.
 */
* {
  margin: 0;
  padding: 0;
}

html {
  height: auto;
  overflow: auto;
  direction: rtl;
}

form {
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  padding: 0px;
  background: #F5F5F5 url("../images/MaterialBackground.jpg") repeat ; /*HBTF Jordan:Sharath*/
  /* background:#FFFFFF; */
  overflow-x: hidden;
  color: #000000;
/*   font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif; */
  font-family: "Roboto", sans-serif;/*HBTF Jordan :Sharath*/
  font-size: 16px ;/*HBTF*/
}

p {
  margin: 0px;
  line-height: 100%;
}

h1 {
  text-transform: none;
  display: inline;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #000000;
}

h2 {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 4px;
  background-repeat: repeat-x;
  min-height: 21px;
  line-height: 21px;
  margin: 0px;
  text-decoration: none;
  clear: right;
  border-bottom: 1px solid #E0E0E0;
  width: 99.5%;
  height: auto;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #000000;
}

h3 {
  height: 15px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding-top: 1% !important;
  padding-bottom: 10px;
  padding-left: 11px;
  padding-right: 11px;
  margin: -1px 0px 0px 0px;
  border-top: 1px solid #E0E0E0;
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000;
  background-color: #FFFFFF;
}

h4 {
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #000000;
}

h5 {
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000000;
}

h6 {
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #000000;
}

::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

input::-ms-input-placeholder {
  /* Edge */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

textarea::-ms-input-placeholder {
  /* Edge */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

:placeholder-shown {
  /* Standard one last! */
  color: #BDBDBD !important;
  font-size: 14px !important;
}

label {
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  color: #9E9E9E;
}

keygen, button, option, select {
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
}

select, option, input {
  font-size: 14px !important;
}

div, p, table, td, tr, thead, tbody, ul, li, ol, textarea, a, input {
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif, OpenSans, Arial, Helvetica, sans-serif !important;
}

a {
  color: #0F9CFF;
  text-decoration: none;
}

a:hover {
  color: #0096ff;
  text-decoration: none;
}

a:visited {
  /*color: $links-text-color-onvisited;*/
  text-decoration: none;
}

a:active {
  color: #0096ff;
  text-decoration: none;
}

a img {
  border: none;
}

ul, ol {
  list-style-image: none;
  list-style-position: outside;
}

ul {
  padding: 16px 17px 0 0;
}

table {
  border-collapse: collapse;
  float: right;
}

table tbody td {
  border-bottom: 0px;
}

table th {
  text-align: right;
  background: none;
  padding: none;
  color: #757575;
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

table th a {
  text-decoration: none;
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  color: inherit !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

table td {
  padding: 0px 2px;
}

table td a {
  font-size: 14px !important;
   color: #0F9CFF !important; 
  /* color: #FFFFFF !important; *//* HBTF JORDAN:SHARATH */
}

table * {
  word-break: keep-all;
}

hr {
  clear: both;
  border: 0;
  color: #E0E0E0;
  background-color: #E0E0E0;
  height: 1px;
  margin: 0 0 11px;
}

fieldset {
  border: 0;
  margin: 0;
  clear: both;
  position: relative;
}

img {
  border: 0px;
}

th {
  vertical-align: top;
  text-align: right;
}

input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled] {
  color: #9E9E9E;
  cursor: default;
}

/*
 * This file contains all layout/section related styles which are mostly getting used at the wireframe level.
 */
.right {
  text-align: left;
  float: left;
}

.center {
  text-align: center;
  vertical-align: middle;
}

.leftlisttable {
  width: 49%;
  float: right;
  border: 1px solid #E0E0E0;
}

.rightlisttable {
  width: 49%;
  float: left;
  border: 1px solid #E0E0E0;
  border-left: none;
}

.loginrow {
  clear: both;
  width: auto;
  margin-right: 28px;
}

.greybg_margin {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 2px 10px;
  height: 33px;
  line-height: 20px;
}

.composemailrow {
  border-bottom: 0px solid #BDBDBD;
  padding: 4px 0px !important;
  line-height: 20px;
  vertical-align: top;
}

.button_margin {
  margin: 0px;
  padding: 15px 0px;
}

.width50percent_left {
  width: 40%;
  float: right;
  clear: left;
}

.width50percent_right {
  width: 50%;
  float: left;
  clear: left;
  margin-bottom: 10px;
}

.width100percent_loginbg {
  background-color: #FFFFFF;
  clear: both;
  height: 450px;
  margin: 0 auto;
  padding-right: 44px;
  padding-left: 44px;
  padding-top: 44px;
  width: 940px;
}

.width70right {
  width: 69%;
  float: left;
  clear: both;
}

.width10 {
  width: 0px;
  float: right;
  clear: both;
  padding: 0px 0px 0px 0px;
}

.lable_lg {
  text-align: left;
  padding-left: 5px;
  float: right;
  clear: left;
  width: 30%;
  font-weight: normal;
  margin-top: 4px;
  vertical-align: middle;
}

.composelefttxt {
  width: 16%;
  margin-top: 0px;
  float: right;
  clear: left;
  font-weight: normal;
}

.logout_image_bg,
.login_image_bg {
  background-repeat: no-repeat;
  padding-top: 1px;
  width: 100%;
  vertical-align: top;
  height: 341px;
  float: right;
}

.mailcompose {
  width: 85%;
  padding-right: 10px;
  clear: both;
  margin-top: 10px;
}

.composetextright {
  width: 35%;
  float: right;
  clear: left;
  margin-left: 30px;
}

.composetextright_subtextbox {
  width: 83%;
  float: right;
  clear: left;
}

.querytextleft {
  width: 35%;
  float: right;
  clear: right;
  text-align: left;
  padding: 7px 1px 1px 1px;
  font-weight: normal;
}

.querytextright {
  padding-right: 6px;
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 4px;
}


.formrow {
  margin: 0px;
  padding: 8px 0px 0px 12px;
  clear: both;
  background-color: transparent;
}

.listingrow {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.section_blackborder {
  border: 0px;
  width: 100%;
  margin-top: 10px;
  clear: both;
  background-color: #FFFFFF;
}

.section_grayborder {
  background-color: #FFFFFF;
  width: 100%;
  margin-top: 10px;
  clear: both;
}

.section_topborder {
  border-top: 1px solid #9E9E9E;
  width: 100%;
  margin-top: 10px;
  clear: both;
}

.fourlinbrd_29percent {
  width: 29%;
  background-color: #F5F5F5;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #9E9E9E;
  margin-top: 10px;
  clear: both;
}

.rowwithheight {
  clear: both;
  padding: 0px 0px 0px 0px;
  padding-top: 4px !important;
  margin: 0px;
  line-height: 20px;
}

.section {
  width: 100%;
  clear: both;
  margin-top: 0em;
  padding-top: 0.5em;
}

.bottomborder {
  border-bottom: 1px solid #BDBDBD;
  margin: 0px;
  padding: 5px 0px;
}

.section_fourlinbrd {
  width: 100%;
  border: 0px none;
  clear: both;
  padding-bottom: 10px;
}

.notopborder {
  border-top: none;
  margin-top: 1px;
}

.topgrayborder {
  border-top: 1px solid #E0E0E0;
}

.boldcontent {
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  border: 0px none;
  background-image: none;
  padding: 0px;
}

.greybottomright {
  background: url(../images/grey-bottom-right.jpg) 0% 100% no-repeat;
}

.greytopleft {
  background: url(../images/grey-top-left.jpg) 100% 0 no-repeat;
}

.greytopright {
  background: url(../images/grey-top-right.jpg) #FFFFFF 0% 0 no-repeat;
  padding: 2px 1px;
}

.subsectheader {
  font-weight: normal;
  padding: 4px 6px 4px 6px;
  vertical-align: top;
  margin: 0px;
  border: none;
  background: none;
  background-color: #D9EEFE;
}

.pageheadingcaps {
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  float: right;
  margin: 0px;
}

.width100percent {
  width: 100%;
}

.left {
  text-align: right;
  vertical-align: top;
  float: right;
}

.border {
  border: 1px solid #9E9E9E;
  clear: both;
  background-color: #9E9E9E;
}

.footer_lg {
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  color: #757575;
  text-align: center;
}

.texttopmargin {
  margin-top: 20px;
}

.width65right {
  width: 65%;
  float: left;
  clear: both;
  margin: 10px 0px 10px 0px;
}

.querytextleft_withoutborder {
  clear: right;
  float: right;
  padding: 2px 6px 4px;
  width: 25%;
}

.querytextright_rightborder {
  float: right;
  clear: left;
  padding: 2px 1px 4px 6px;
  vertical-align: top;
  width: 20%;
}

.querytextright_withoutborder {
  float: right;
  padding-bottom: 4px;
  padding-right: 6px;
  padding-top: 2px;
  width: 25%;
}

.formrow_withborder {
  margin: 0px;
  padding: 0px 0px;
  background-color: transparent;
  clear: both;
}

.row_withborder {
  padding: 0px 6px 6px 0px;
  background-color: transparent;
  border-top: 0px solid #000000;
  clear: both;
  width: 750px;
}

.verticalspacing {
  padding-left: 0px;
}

.querytextleft_leftborder {
  float: right;
  padding: 2px 6px 4px 6px;
  border-right: 1px solid #9E9E9E;
  width: 15%;
}

.rowheader {
  border-bottom: 1px solid #9E9E9E;
  font-size: 1em;
  font-weight: normal;
  vertical-align: middle;
}

.greybottomleft {
  width: 100%;
  clear: both;
  margin-top: 10px;
}

.width50percent_left_login {
  width: 46%;
  float: right;
  clear: left;
  background-color: #D9EEFE;
  padding-right: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.hwloginpagelabel {
  font-size: 1em;
  clear: left;
  padding-right: 0px;
  display: block;
  overflow: auto;
  padding-bottom: 0px;
}

.loginheadertextsize {
  font-size: 25px;
  padding-bottom: 10px;
}

.hwleftimagevirtualkeyboard {
  padding-top: 0px;
  font-size: 1em;
  text-align: left;
  padding-left: 6px;
  padding-right: 0px;
  float: right;
  clear: right;
}

.widgetleftform {
  font-size: 0.75em;
  text-align: left;
  float: right;
  clear: right;
  font-weight: normal;
  width: 55%;
  padding-right: 0;
  padding-left: 6px;
  margin-right: 6px;
}

.widgetrightform {
  font-size: 0.75em;
  clear: left;
  display: block;
  overflow: hidden;
  padding-right: 10px;
}

.section_blackborderWithoutMargin {
  border: 0px;
  width: 100%;
  clear: both;
  background-color: #FFFFFF;
}

.button_withoutmargin {
  margin: 5px 0 0 0;
  padding: 0px;
}

.searchtextrightLabel_width26 {
  width: 26%;
  float: right;
  margin-top: 0px;
  text-align: left;
  font-weight: normal;
}

.searchtextcenter_width28 {
  width: 28%;
  float: right;
  margin: 0px 0px 0px 0px;
  text-align: right;
}

.searchtextcenter_width46 {
  width: 46%;
  float: right;
  margin: 0px 0px 0px 0px;
  text-align: right;
  word-wrap: break-word;
}

.searchtextlabelleft_new,
.searchtextright_new {
  width: 28%;
  float: right;
  clear: left;
  margin-top: 0px;
  text-align: left;
}

.tabletextleft_new {
  width: 16%;
  float: right;
  clear: left;
  margin-top: 0px;
  text-align: center;
}

.tabletextright_new {
  width: 20%;
  float: right;
  clear: left;
  margin-top: 0px;
  text-align: right;
}

.compose_ptop {
  margin-top: 16px;
  float: right;
  width: 447px;
  padding-left: 6px;
}

.compose_ptopRO {
  margin-top: 36px;
  float: right;
  width: 100%;
  padding-bottom: 5px;
}

.compose_p {
  margin-top: 15px;
  float: right;
  width: 100%;
  padding-bottom: 5px;
}

.compose_txt {
  float: right;
  text-align: right;
  margin-left: 15px;
  width: 70px;
  padding: 2px 2px 2px 14px;
  font-size: inherit;
  clear: both;
}

.composemessagetxtarea {
  background: url(../images/composetextarea_gradient1.png) repeat-x scroll 100% 0 transparent;
  clear: both;
  float: right;
  font: 20px roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  height: 250px;
  margin-right: 102px;
  margin-top: -17px;
  padding-right: 0px;
  width: 70%;
}

.tabbar_compose,
.tabbar {
  float: right;
  height: 44px;
  margin-bottom: 0;
  margin-top: 10px;
  width: 99.9%;
  background: #FFFFFF;
}

.tabbar {
  border-bottom: 0px;
}

.mailcontainerbackground {
  border: 1px solid #E0E0E0;
  border-top: none;
  width: 99.8%;
  height: auto;
  float: right;
  margin-bottom: 15px;
  background: #FFFFFF;
}

.mailcontainer {
  width: 100%;
  float: right;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 15px 0px;
}

.compose_message {
  font-size: inherit;
  float: right;
  text-align: right;
  margin-left: 15px;
  width: 70px;
  padding: 2px;
  clear: both;
  margin-top: 10px;
  line-height: 21px;
}

.composemailsavespan {
  float: right;
  margin-right: 0px;
  padding-left: 0px;
}

.composeToRow {
  float: right;
  text-align: right;
  margin-left: 15px;
  width: 83px;
  padding: 2px;
  font-size: inherit;
  clear: both;
}

.composesubject {
  padding-right: 5px;
  float: right;
  width: 59.4883%;
  height: 23px;
  font-size: 0.69em;
  border: 1px solid #E0E0E0;
  margin-right: 2px;
  padding-top: 6px;
  background-color: #FFFFFF;
}

.centercontainer {
  border: 1px solid #E0E0E0;
  border-top: none;
  margin-top: 0px;
  width: 99.9%;
  height: auto;
  float: right;
  padding-top: 5px;
  margin-bottom: 15px;
  background: #FFFFFF;
}

.right_panel {
  width: 99%;
  background: #FFFFFF;
  float: right;
  height: 592px;
  height: 583px\9;
  height: 581px\0;
  margin-top: 0px;
  border: 1px solid #D9EEFE;
  border-top: none;
}

.right_top {
  background-color: #F5F5F5;
  border-color: #CFE6F4 #CFE6F4 #E0E0E0;
  border-style: solid;
  border-width: 1px;
  float: right;
  height: auto;
  padding-top: 5px;
  width: 100%;
  border-right: none;
  border-left: none;
}

.rightpanel_texttop {
  width: 100%;
  padding-right: 15px;
  float: right;
  min-height: 0px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 2px;
}

.right_mid {
  overflow: scroll;
  border-right: 1px solid #D9EEFE;
  border-bottom: 1px solid #D9EEFE;
  width: 396px;
  float: right;
  background-color: #FFFFFF;
  height: 439px;
  height: 430px\9;
}

.right_midreplay_reply {
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #D9EEFE;
  width: 100%;
  float: right;
  height: 219px;
}

.right_nav {
  border-bottom: 1px solid #E0E0E0;
  float: right;
  height: auto;
  padding-bottom: 2px;
  margin: 5px 3px 0;
  width: 96.5%;
}

.right_midtext {
  width: 95%;
  word-wrap: break-word;
  float: right;
  text-align: right;
  margin-top: 15px;
  line-height: 21px;
  padding-right: 15px;
  padding-bottom: 15px;
  color: #212121;
  font: 14px roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

.right_bottomspantext {
  float: right;
  width: 96%;
  padding: 15px 5px 15px 10px;
  line-height: 21px;
  padding-right: 5px\9;
}

.rightpanelbottom_headertop {
  width: 329px;
  float: right;
  padding-right: 10px;
}

.rightpanel_textbold_attach {
  float: right;
  font: 0.69em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 19px;
  padding-left: 5px;
}

.leftcontainer {
  float: right;
  width: 30%;
  margin-top: -1px;
}

.rightcontainer {
  float: right;
  width: 68%;
  margin-right: 6px;
  margin-top: -1px;
}

.messagetype_container {
  width: 127%;
  padding-bottom: 15px;
  float: right;
  margin-right: 174px;
  margin-top: 0px;
}

.download_mails {
  float: left;
  margin-left: -8%;
  margin-top: 5px;
  display: none;
}

.right_panel_wrapper {
  border: 1px solid #D9EEFE;
  float: right;
  height: 590px;
  margin: 0 3px auto auto;
  width: 98%;
  background-color: #F5F5F5;
  margin-top: 0px;
}

.replytxttop {
  padding-right: 0;
  width: 100%;
}

.right_nav_new {
  border-bottom: 1px solid #E0E0E0;
  float: right;
  height: 45px;
  margin: 0 0 11px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  width: 366px;
}

.btn_right_nav {
  float: right;
  height: 25px;
  margin-top: 18px;
  width: 375px;
}

.reply_rightnav {
  float: right;
  margin-right: 40.20202%;
}

.right_bottomtext {
  background: url(../images/rightbottom_bg.png) repeat-x scroll 100% 0 transparent;
  border-top: 1px solid #E0E0E0;
  float: right;
  line-height: 21px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 15px;
  width: 100%;
}

#advance_wrapper {
  background-color: #FFFFFF;
  border: 1px solid #D9EEFE;
  height: auto;
  margin-bottom: 15px;
  padding: 15px;
  width: 908px;
  margin-top: 20px;
}

.advance_wrapper {
  background-color: #FFFFFF !important;
  height: auto;
  margin-bottom: 15px;
  padding: 0 4px 12px 15px;
  display: none;
  position: absolute;
  margin-top: -11px !important;
  width: 350px;
  border: 1px solid #E0E0E0;
  margin-right: 13px !important;
  z-index: 1003;
}

.search_mails {
  background: none repeat scroll 100% 0 #FFFFFF !important;
  float: right;
  margin-bottom: 10px;
  margin-top: 7px;
  padding: 6px;
  border: 1px solid #E0E0E0;
  margin-right: 12px;
  cursor: pointer;
}

.row_3 {
  float: right;
  width: 100%;
  padding-top: 10px;
  padding-right: 6px;
}

.addattachment {
  float: right;
  width: 75%;
  vertical-align: top;
  margin-right: 3px;
  margin-top: 3px;
  word-wrap: break-word;
}

.composeMsgTemplates {
  background: url(../images/compose_messagetemplates.png) no-repeat scroll left center transparent;
  color: #0070C0;
  float: right;
  margin: 10px 10px 0;
  width: 150px;
  height: 15px;
  font-size: inherit;
}

.link_attach {
  font-size: inherit;
  float: right;
  margin-right: 2px !important;
  margin-left: 15px;
}

.composemailfontimgs {
  clear: both;
  float: right;
  margin-right: 102px;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  background: url(../images/composearea_gradbg.png) repeat-x;
  height: 34px;
  width: 721px;
  clear: both;
  margin-top: -25px;
}

.composemailsendspan {
  float: right;
  margin-right: 100px;
  padding-left: 0px;
}

.compose_pbtn {
  margin-top: 15px;
  float: left;
  margin-left: 156px;
  width: 15%;
}

.composesubjectdisplaynone {
  display: none;
  padding-right: 5px;
  float: right;
  width: 558px;
  height: 30px;
  font-size: 0.69em;
  border: none;
  background: url(../images/composemail_subjectbg.png) no-repeat 0% 0%;
  font: 0.69em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  padding-top: 6px;
}

.stage3_leftrightmainpanel {
  float: right;
  padding-bottom: 15px;
  width: 100%;
  background: url(../images/backgrounds/separator1.gif) repeat-y scroll 50% 0 transparent;
}

.stage3_inputpanel_leftcontainer {
  float: right;
  margin-bottom: 12px;
  width: 100%;
  border: 1px solid #E0E0E0;
}

.stage3_inputpanel_column {
  float: right;
  margin-left: 5px;
  margin-top: 7px;
  text-align: left;
  width: 45%;
}

.stage3_inputpanel_column_cpNotification {
  float: right;
  margin-left: 5px;
  margin-top: 11px;
  text-align: left;
  width: 35%;
}
.stage3_inputpanel_paydetailsrow {
  float: right;
  margin: 2px 0;
  padding-bottom: 0px;
  padding-top: 2px;
  width: 100%;
  padding-top: 1px;
}

.stage3_previewdetailsrow {
  margin-top: 10px !important;
  float: right;
  width: 100%;
  padding: inherit !important;
}

.stage3_previewconfirm_label_column {
  width: 19.4%;
  float: right;
  padding-left: 5px;
  word-wrap: break-word;
  margin-left: 5px;
  text-align: left;
}

.stage3_previewconfirm_details_column {
  width: 28%;/*HBTF*/
  float: right;
  word-wrap: break-word;
  margin-left: 5px;
}

.width79percent_navigationpanel {
  float: right;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 10px;
}

.width79percent {
  float: right;
  width: 100%;
}

.querytextleft_width100percent_withtextalignleft {
  width: 100%;
  float: right;
  clear: right;
  text-align: right;
  font-size: 1em;
  padding: 7px 1px 1px 1px;
  font-weight: normal;
}

.step_trackerwidth {
  width: 100%;
  margin-top: -16px;
}

.stepperOuter {
  position: relative;
  display: inline-block;
}

.stage3_listingpaneldiv {
  float: right;
  width: 100%;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.stage3_tabmenupanel {
  float: right;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 99.3%;
  float: right;
  padding-right: 0px;
  padding-top: 0px;
}

.stage3_tabwhitep {
  margin: 0;
  padding: 0;
  float: right;
  height: 3px;
  z-index: 1;
  margin-right: 13px;
}

.stage3_downloadnav {
  width: 100%;
  float: right;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}

.stage3_downloadarrow {
  float: right;
  color: #0070C0;
  margin-right: 3px;
  padding-left: 3px;
  margin-top: 6px;
}

.stage3_leftdetails {
  float: right;
  padding-left: 2px;
  padding-top: 8px;
  text-align: right;
  width: 12%;
  min-width: 65px;
}

.stage3_rightdetailsinfo {
  float: right;
  width: 19%;
  word-wrap: break-word;
}

.stage3_detailsrow {
  float: right;
  margin-right: 20px;
  margin-top: 11px;
  width: 100%;
}

.stage3_detailspanelcombobuttonrow {
  float: right;
  margin: 7px 11px 4px 12px;
  width: 100%;
}

.stage3_detailspanel {
  float: right;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 7px;
  margin-bottom: -1px;
}

.stage3_rtpanelltbluebtnleft {
  float: right;
  margin-right: 24px;
}

.stage3_rtpanelltbluebtnrt {
  float: right;
}

.stage3_rtpanelquicklinkrow {
  width: 100%;
  float: right;
  background: url(../images/backgrounds/RightSection_Middle.png) repeat-y;
  padding: 11px 6px 7px 0px;
  height: 16px;
}

.stage3_rtpanelbtnmidspace {
  margin-top: 11px;
  float: right;
  width: 100%;
}

.stage3_rtpanelrow {
  width: 100%;
  float: right;
  background: url(../images/acct_lightbluebgmidnew.png) repeat-y;
  padding: 13px 12px 14px 0px;
}

.stage3_rtpanelselectcomborow {
  width: 100%;
  float: right;
  background: url(../images/backgrounds/RightSection_Middle.png) repeat-y;
  padding: 0px 5px 3px 0px;
  font-weight: normal;
}

.stage3_rtpanellightbluebg {
  width: 100%;
  height: 3px;
  float: right;
}

.stage3_rtpanelnavrow {
  margin-top: 11px;
  float: right;
}

.paddingbottom27 {
  margin-top: 12px;
}

.stage3_searchpanelrow {
  float: right;
  clear: both;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 2px;
}

.stage3_searchpanelrowtopline {
  clear: both;
  float: right;
  font-weight: normal;
  margin-bottom: 7px;
  margin-right: 9px;
  margin-top: 5px;
  padding-bottom: 3px;
  padding-right: 0;
  padding-top: 5px;
  width: 96%;
}

.stage3_searchpanelcolumn {
  float: right;
  width: 50%;
}

.stage3_searchpaneldiv {
  border: 1px solid #0070C0;
  height: auto;
  margin: 44px 1px 40px;
  position: absolute;
  background-color: #F5F5F5;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 40;
  width: auto;
}

.stage3_searchpanel_detailsdiv {
  border: 1px solid #E0E0E0;
  height: auto;
  margin: 183px 1px 40px;
  position: absolute;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 1001;
  width: auto;
}

.querytextright_withoutBlock {
  padding-right: 6px;
  clear: left;
  overflow: hidden;
  padding-bottom: 4px;
}

.stage3_ptabgray {
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 3px;
  height: 0px;
}

.querytextright_stage3 {
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-top: 1px;
}

.stage3_subsectheader {
  font-weight: normal;
  padding: 4px 6px 4px 6px;
  vertical-align: top;
  margin: 0px;
  border: none;
  background: none;
  background-color: #FFFFFF;
}

.stage3_rightgrouplet {
  width: 19%;
  float: left;
}

.stage3_rightwithmargin {
  margin-top: 4px;
  float: left;
  margin-left: 30px;
}

.stage3_rightwithoutmargin {
  margin-top: 4px;
  float: left;
}

.stage3_searchsubsecheader {
  background: none repeat scroll 100% 0 #F5F5F5;
  border: medium none;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.stage3_moredetailsright {
  border: 1px solid #BDBDBD;
  border-left: none;
  font-weight: normal;
  float: left;
}

.stage3_details_withborder {
  width: 100%;
  border: 1px solid #E0E0E0;
  margin-top: 10px;
  margin-bottom: 4px;
  padding-bottom: 5px;
}

.stage3_downloadnav_modalview {
  width: 100%;
  margin: 0px 0 0 0;
  padding-top: 7px;
  padding-bottom: 14px;
  float: right;
}

.stage3_listingpaneldiv_grouplet {
  border: 1px solid #E0E0E0;
  border-right-color: #BDBDBD;
  float: right;
  width: 99%;
}

.querytextleft_tablecaption {
  float: right;
  width: 40%;
  min-width: 170px;
}

.stage3_rtpanelselectcomborow1 {
  width: 100%;
  float: right;
  background: url(../images/acct_lightbluebgmidnew.png) repeat-y;
  padding: 5px 0px 3px 0px;
  font-weight: normal;
}

.stage3_yellowpanel {
  border: 1px solid #E0E0E0;
  margin-top: 1%;
  margin-right: 1%;
  margin-left: 1%;
  float: right;
  width: 98%;
  background-color: #FFFAD1;
}

.stage3_rightdetailsnowidth {
  float: right;
  padding-left: 3px;
  padding-top: 8px;
  text-align: right;
}

.stage3_rightsurveymousebg {
  background: url(../images/advertisement.jpg) no-repeat scroll 100% 0 transparent;
  border: 1px solid #E0E0E0;
  float: right;
  width: 100%;
  height: 160px;
  background-size: 100% 100%;
}

.stage3_listingdetails {
  float: right;
  margin-right: 0px;
  width: 100%;
  border: 1px solid #E0E0E0;
}

.logout_column {
  clear: left;
  float: right;
  font-weight: normal;
  margin-top: 4px;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
  width: 40%;
}

.stage3_searchpaneldiv,
.stage3_searchpanel_detailsdiv {
  width: auto;
  position: relative;
/*  margin: -36px 0px 0px 12px;*//*HBTF Jordan:Sharath*/
 margin: 10px 13px 0px 0px;
  float: right;
  clear: right;
}

.comboboxNegativeMargin {
  margin-bottom: 5px;
  margin-right: -8px;
}

.stage3_inputpanel_leftcontainer_nobottommargin {
  float: right;
  width: 100%;
  border: 1px solid #E0E0E0;
}

.stage3_rtpanelselectcomborow1new {
  float: right;
  font-weight: normal;
  padding: 1px 0;
  width: 101%;
}

.stage3_rtpanelselectcomborownew {
  border-top: 1px solid #E0E0E0;
  float: right;
  font-weight: normal;
  padding: 0 5px 3px 1px;
  width: 98%;
}

.stage3_rtpanelquicklinkrownew {
  float: right;
  height: 20px;
  padding: 9px 6px 7px 0;
  width: 100%;
}

.left_contentmaincontainer {
  width: 100%;
  margin: 0 0 0;
  padding-bottom: 10px;
  float: right;
  border: 1px solid #E0E0E0;
}

.homegradientcontainer {
  width: 100%;
  float: right;
  height: 69px;
}

.homegradientfirstdiv {
  float: right;
  width: 33%;
  height: 45px;
  margin-top: 20px;
}

.homegradientfirstdivwithoutborder {
  float: right;
  width: 33%;
  margin-top: 20px;
}

.homegradientcontainerforimage {
  width: 100%;
  height: 182px;
  float: right;
  margin-bottom: 10px;
  background: url(../images/pfm_reportshomegradientimg.png) repeat-x;
}

.homegradientdivwomargin {
  float: right;
  border-left: 1px solid #E0E0E0;
  height: 0;
}

.stage3_columnwithborder {
  border: 1px solid #E0E0E0;
  float: right;
  padding: 3px 2px 3px 0px;
  margin-left: 5px;
  margin-right: 3px;
}

.stage3_rightbuttonmargin {
  float: left;
  margin-left: 20px;
}

.stage3_templateicondiv {
  margin: 0px 7px 0 7px;
  width: 99%;
  border: 1px solid #E0E0E0;
  float: right;
  height: auto;
}

.stage3_templateiconcolumnwidth,
.stage3_templateiconcolumnwidthleft {
  width: 23%;
  float: right;
}

.stage3_templateiconcolumnwidthleft {
  padding-right: 31px;
}

.stage3_templatedivpanel {
  width: 100%;
  border-top: 1px solid #E0E0E0;
  margin-top: 10px;
  float: right;
}

.stage3_centeralign {
  float: left;
  width: 63%;
  padding-bottom: 10px;
}

.stage3_header_withheight {
  margin: 0px;
  background-repeat: repeat-x;
  line-height: 21px;
  font-size: 1.1em;
  color: #000000;
  font-weight: normal;
  clear: right;
  height: 40px;
  border-bottom: 1px solid #E0E0E0;
  width: 99%;
  padding: 1% 0px 1% 0px;
  border-top: none;
}

.stage3_inputpanel_column_withpadding {
  float: right;
  margin-left: 8px;
  margin-top: 7px;
  text-align: left;
  width: 35%;
}

.stage3_dataentrysection_blue {
  width: 98%;
  background-color: #FFFFFF;
  margin: 2px 4px 5px 0;
  overflow: hidden;
  padding: 0px 0px 3px 0px;
}

.stage3_rowsetblue_bold {
  height: 1.5em;
  line-height: 1.8em;
  background-repeat: repeat-x;
  background-color: #F5F5F5;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  padding-right: 6px;
  padding-bottom: 12px;
  margin: 0px;
  border-top: 0px solid #9E9E9E;
  clear: both;
}

.stage3_detailspanelrowwithbuttons {
  float: right;
  margin: 10px 10px 0 0;
  width: 100%;
}

.stage3_rowwithmargin {
  height: 30px;
  margin: 5px 80px 5px 0px;
  float: left;
}

.stage3_columnwithwidth {
  float: right;
  line-height: 30px;
  text-align: left;
}

.stage3_additionaldetailslink {
  background-color: #D9EEFE;
  border: 1px solid #98DDFF;
  float: right;
  width: 91.796875%;
  height: auto;
  margin-right: 5px;
  margin-top: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-right: 5px;
}

.stage3_tabmenupanel_widoutwidget {
  float: right;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 0px;
  margin-top: -1px;
  width: 99%;
  float: right;
  padding-right: 0px;
  padding-top: 0px;
}

.stage3_detailspanel_border {
  float: right;
  width: 100%;
  border: 1px solid #E0E0E0;
}

.stage3_rightwithtopmargin {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

.homegradientcontainer_lastrow {
  width: 100%;
  float: right;
  margin-top: -30px;
}

.homegradientfirstdivwithbgcolor, .homegradientfirstdivwithbgcolor_blnkfld, .homegradientfirstdivwithbgcolor_blnkfld2, .homegradientfirstdivwithbgcolor_new, .homegradientfirstdivwithbgcolor_new2, .homegradientfirstdivwithbgcolor_new4 {
  background: none repeat scroll 100% 0 #D9EEFE;
  float: right;
  width: 30%;
  padding-top: 9px;
  margin: 0 18px 0 0;
}

.homegradientfirstdivwithbgcolor_blnkfld {
  height: 38px;
}

.homegradientfirstdivwithbgcolor_blnkfld2 {
  height: 39px;
}

.homegradientfirstdivwithbgcolor_new {
  height: 60px;
}

.homegradientfirstdivwithbgcolor_new2 {
  height: 67px;
}

.homegradientfirstdivwithbgcolor_new4 {
  height: 14px;
  margin-top: -4px;
}

.homegradientfirstdivwithbgcolor_new3,
.homegradientfirstdivwithbgcolor_new5 {
  background: url(../images/overViewbg.jpg) repeat-x scroll right bottom transparent;
  border: 1px solid #E0E0E0;
  float: right;
  width: 30%;
  padding-top: 27px;
  margin: 43px 15px 0 0;
  height: 385px;
}

.homegradientfirstdivwithbgcolor_new3 {
  padding-bottom: 0px;
}

.bottom_padding {
  padding-bottom: 25px;
  float: right;
}

.widgetLibsearchCriteriaTitle {
  background-color: transparent;
  clear: both;
  float: right;
  margin-top: 12px;
  width: 170px;
}

.widgetLibsearchCriteriarow {
  background-color: transparent;
  float: right;
  margin: 0;
  padding: 8px 12px 5px 12px;
}

.widgetLibsearchCritTitle {
  clear: right;
  float: right;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 12px 0px 0px;
  text-align: right;
  width: 100px;
}

.search_pnl_WidgetLibraryOuter {
  background-color: #F5F5F5;
  border: 1px solid #0070C0;
  display: block;
  margin-right: -1px;
  margin-top: 20px;
  padding-bottom: 10px;
  position: absolute;
  width: 266px;
  z-index: 1;
}

.stage3_searchpaneldiv_widLibrary {
  clear: right;
  float: right;
  margin: 14px 1px 0 0;
  position: relative;
  width: 86px;
  background-color: #F5F5F5;
  border: 1px solid #0070C0;
  height: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 40;
}

.stage3_leftrightmainpanel_NoSeparator {
  float: right;
  padding-bottom: 15px;
  width: 100%;
}

.stage3_previewconfirmdetails {
  border-top: 1px solid #E0E0E0;
  margin-top: -1px;
}

.composemessagetxtarea {
  width: 70% !important;
}

.loginrow {
  clear: both;
  width: auto;
}

.formrowQuickPay {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  clear: both;
  background-color: transparent;
}

.tableftcontainer {
  float: right;
  width: 25%;
}

.tabrightcontainer {
  float: right;
  width: 74%;
  margin-right: 10px;
  background: white;
  height: auto;
}

.verticalpageLeftContainer {
  background: none;
  box-shadow: none;
  float: right;
  width: 101%;
  margin-right: -21px;
}

.righttabpanel {
  height: auto;
  padding: 10px 20px !important;
  min-height: 550px;
}

.stage3_detailspanel_column {
  padding: 11px;
  float: right;
}

.composeMessageEditor {
  width: 100% !important;
  overflow: auto !important;
  height: 220px !important;
  font-size: 14px !important;
  background-color: #FFFFFF !important;
  border: 0px !important;
  box-shadow: 0px 0px 1px 1px #9E9E9E;
}
/*
 * This file contains styles which are getting used by components in application.
 */
.skiplink {
  float: right;
  margin-right: 5%;
  width: 28%;
}

.FAQlink {
  float: right;
  text-align: center;
  width: 14%;
}

.contactlink {
  float: right;
  margin-right: 1%;
  width: 23%;
}

.logoutlink {
  float: right;
  text-align: center;
  width: 13%;
}

.width25percent {
  width: 25%;
  float: right;
}

.headerinfo-left {
  float: right;
  margin-top: 1%;
}

.header-label {
  color: #9E9E9E;
  font-size: 0.69em;
  padding-right: 4px;
  display: block;
}

.headerinfo-right {
  float: right;
  margin-top: 6px;
}

.link_btn {
  height: 30px;
  background: url(../images/backgrounds/buttonStyle02_new.gif) no-repeat 0% 0px;
  width: auto;
  float: right;
  margin: 0 5px 0 0;
  border-right: 1px solid #8CB478;
  padding-left: 10px;
  padding-top: opx;
  padding-right: 10px;
}

.listgreyrowtxtwithoutline {
  padding: 2px 6px 2px 6px;
  vertical-align: middle;
  border: 0px;
}

.listgreyrowtxtleftline {
  padding-right: 2px;
  padding-left: 6px;
  vertical-align: middle;
  border: 0px;
  text-align: right;
}

.amountrightalign {
  text-align: right;
  padding: 2px 6px 2px 6px;
  vertical-align: middle;
  border: 0px;
  font-size: inherit;
}

.listgreyrow,
.listwhiterow {
  height: 25px;
  border: 0px none;
  color: #000000;
}

.spacechoose {
  padding-left: 4px;
}

.simpletext {
  color: #212121;
}

.simpletext_inq {
  color: #212121;
  font-size: 16px;
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  text-align: center;
  display: block;
  font-weight: 500 !important;
}

.simpletext_inq_hr {
  display: block;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}

.simpletext_inq_block {
  color: inherit !important;
  font-size: 14px;
  display: block;
  text-align: right;
  margin-right: 10px;
}

.simpletextBold {
  color: #212121;
  font-size: 14px;
}

.simpletextfloatleft {
  color: #212121;
  float: right;
  font-size: 0.69em;
}

.labelcolumntexttoosmall {
  background: url(../images/backgrounds/input-text.gif) no-repeat scroll 100% 0 transparent;
  border: 0 none;
  color: #424242;
  display: inline-block;
  font-size: 0.69em;
  line-height: 0.69em;
  font-weight: normal;
  height: 20px;
  margin: 0;
  padding: 7px 2px 5px 0;
  vertical-align: middle;
  width: 80px;
  float: right;
}

.simpletextright {
  color: #212121;
  font-weight: normal;
  float: right;
  padding-top: 9px;
  padding-left: 2px;
}

.simpletextbold {
  color: #212121;
  font-size: 14px;
  font-weight: normal;
  padding-top: 15px;
}

.simpletextrightDate {
  color: #212121;
  font-size: 0.69em;
  font-weight: normal;
  margin-left: 6px;
}

.optionalink {
  font-size: 0.78em;
  font-weight: normal;
  color: #000000;
}

.simpletext_padding {
  font-size: 0.69em;
  word-wrap: break-word;
  font-weight: normal;
  padding-right: 5px;
}

.simpletext_xtrapadding {
  font-size: 0.69em;
  word-wrap: break-word;
  font-weight: normal;
  padding-right: 10px;
  color: #9E9E9E;
}

.gradientbgtwolinetxt {
  font-size: 0.813em;
  font-weight: normal;
  color: #424242;
}

.listtopbigbg {
  background-color: #E0E0E0;
  line-height: 150%;
  border-right: 0px;
}

.queryitalictext {
  font-size: 13px;
  font-style: italic;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  color: #212121;
  float: right;
  width: 95%;
  max-width: 475px;
  padding-right: 12px;
  padding-top: 6px;
}

.queryitalictextwithoutwidth {
  font-size: 0.75em;
  font-style: italic;
  color: #424242;
  float: right;
}

.queryitalictextleftgap {
  font-style: italic;
  color: #424242;
  padding-right: 3px;
  font-size: 0.69em;
}

.whtboldtxt {
  font-size: 14px;
  font-weight: normal;
  padding-right: 4px;
  color: #212121;
  font-size: 0.813em;
}

.slno {
  font-weight: normal;
  border-right: 1px solid #BDBDBD;
  padding: 4px 6px 4px 6px;
  vertical-align: middle;
  font-size: 0.813em;
  width: 6%;
  background-color: #BDBDBD;
}

.slnowithoutborder {
  border-right-width: 0px !important;
  background-color: #FFFFFF !important;
}

.redstar {
/*   color: #9E9E9E; */
  color: #ff0000;/*HBTF Jordan :Sharath*/
}

.corpheaderwishing {
  font-size: 0.7em;
  font-weight: normal;
  padding-top: 3px;
  color: #000000;
}

.headerwhitelink {
  font-size: 0.7em;
  color: #FFFFFF;
  margin: 0px 3px;
  float: right;
}

.absmiddle {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 0.813em;
  margin-left: 20px;
}

.txtfield_fl {
  font-size: 0.7em;
  height: 19px;
  margin: 1px 0px 1px 2px;
  vertical-align: middle;
}

.dropdownexpandalbe {
  background-color: transparent;
  border: 0px;
  margin-top: 0px;
  padding-top: 8px;
  color: #212121;
  width: 99%;
  display: inline-block;
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: middle;
}

.dropdownexpandalbe_download {
  background-color: transparent;
  border: 0px;
  margin: 7px 0px 0px 0px;
  color: #212121;
  width: 98%;
  display: inline-block;
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: middle;
}

.greybgtxtbox {
  padding-top: 7px;
  float: right;
  height: 23px;
  border: 1px solid #E0E0E0;
  color: #212121;
  font-size: 0.69em;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  background-color: #F5F5F5;
  width: 253px;
}

.querytextboxmedium {
  padding-top: 7px;
  font-size: 0.69em;
  width: 100%;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  float: right;
  height: 24px !important;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
}

.datetextbox {
  font-size: 12px;
  color: #424242;
  width: 73px;
  margin-top: 5px;
  vertical-align: middle;
  border: 0px;
  background-color: transparent;
  height: 24px;
}

.txtfield {
  border: 1px solid #2591E4;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 2px;
  font-size: 0.7em;
  line-height: 0.7em;
  height: 19px;
  width: 163px;
  vertical-align: middle;
}

.headergobtn {
  background: url(../images/Go-arrow.gif) no-repeat scroll 100% 0 transparent;
  border: medium none;
  color: #424242;
  cursor: pointer;
  float: right;
  font-size: 0.7em;
  margin: 0 2px 0 0;
  overflow: visible;
  padding-bottom: 2px !important;
  padding-right: 3px;
  padding-left: 4px;
  vertical-align: middle;
  width: 1.7em;
}

.submit {
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  background: url(../images/backgrounds/buttonStyle02_new.gif) #0070C0 no-repeat 0% 0px;
  border: 0px solid #424242;
  width: auto;
  vertical-align: middle;
  overflow: visible;
  float: left;
  height: 21px;
  cursor: pointer;
}

.querynoteglobal {
  float: left !important;
  width: 52% !important;
  padding-left: 5px;
}

.bluelink_wrap {
  font-size: 0.813em;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  color:#0F9CFF !important;/* HBTF Jordan:Sharath */
}

.thirdrowbutton {
  margin: 1px 0 1px 0;
  float: right;
}

.thirdrowgobtn {
  margin-right: 4px;
  float: right;
}

.hwredtxt {
  color: #000000;
  font-size: 1em;
  font-weight: normal;
}

.labelcolumncombosmall {
  margin-top: 8px;
  padding-top: 0px;
  width: 97%;
  background-color: transparent;
  border: 0 none;
  color: #212121;
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: middle;
}

.labelcolumnsmall {
  border: 0px;
  margin: 0px;
  padding: 7px 2px 5px 0px;
  background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
  height: 19px;
  width: 169px;
  float: right;
  font-size: 11px;
  font-size: 0.69em;
  line-height: 0.69em;
}

.gradientbgonelinewithouttxt {
  padding-top: 4px;
  padding-bottom: 4px;
  background-repeat: repeat-x;
  padding-right: 2px;
  line-height: 15px;
}

.labelcolumnsearch {
  border: 0px;
  margin: 0px;
  padding: 6px 3px 0px 0px;
  height: 26px;
  width: 89%;
  font-size: 0.69em;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  font-size: 0.69em;
  line-height: 0.69em;
}

.searchsimpletext {
  color: #424242;
  font-size: 13px !important;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
}

.searchsimpletext_sideheading {
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
}

.searchsimpletextwithleftpadding {
  padding-right: 5px;
}

.searchsimpletext_Ebux3 {
  color: #424242;
  font-size: 0.69em;
  float: right;
  padding-top: 7px;
  padding-left: 5px;
}

.searchsimpletext_accntSummary {
  font-size: 0.69em;
  padding-left: 3px;
  float: right;
}

.searchsimpletext_common, .searchsimpletext_ellipse, .searchsimpletext_ellipse_arrow {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.searchsimpletext_ellipse {
  cursor: pointer;
}

.searchsimpletext_ellipse_arrow {
  cursor: default;
}

.searchsimpletext_wrap {
  color: #424242;
  font-size: 0.69em;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
  word-break: break-all;
}

.searchsimpletext_usidwrap {
  color: #424242;
  font-size: 14px;
  float: right;
  padding-left: 5px;
  word-break: break-all;
}

.labelColumn_combo_brdr_toosmall {
  height: 31px;
  background: url(../images/backgrounds/select.gif) no-repeat scroll 0% 0 transparent;
  width: 90px;
  display: block;
}

.labelcolumncombotoosmall {
  background-color: transparent;
  border: 0 none;
  color: #212121;
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 8px;
  padding-top: 0px;
  vertical-align: middle;
  width: 97%;
}

.querytextboxmediumautho {
  padding-top: 7px;
  float: right;
  height: 24px;
  border: 1px solid #E0E0E0;
  color: #212121;
  font-size: 0.69em;
  line-height: 0.69em;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  background-color: #F5F5F5;
  width: 253px;
}

.buttonhashed {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 1%;
  margin-right: 2.5px;
}

.bluelink {
  word-break: keep-all;
  display: inline-block;
  margin-top: -6px;
  font-size: 14px !important;
}

.bluelink_updatelink {
  font-size: 12px;
}

.bluelink_updatepreflink {
  font-size: 0.9em;
  word-break: break-all;
  display: inline-block;
  margin-top: -6px;
  color: #0F9CFF;
}

.newabsmiddle {
  vertical-align: bottom;
  margin-top: 7px;
  padding-left: 4px;
  float: right;
  margin-left: 2px;
  margin-right: 5px;
}

.newsimpletextright {
  color: #212121;
  font-size: 0.813em;
  float: right;
  padding-top: 9px;
}

.newabsmiddle2 {
  vertical-align: middle;
  margin-right: 2px;
  font-size: 0.813em;
  float: right;
  margin-top: 11px;
  margin-left: 5px;
}

.dropdownheader {
  background: none no-repeat scroll 100% 0 #212121;
  border: 0 none;
  color: #FFFFFF;
  display: inline;
  font-size: 0.75em;
  font-weight: normal;
  margin: -1px 8px 0 5px;
  vertical-align: middle;
  width: 75px;
  float: right;
}

.personalizeDashBoardLink {
  color: #212121;
  padding-top: 7px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

.checkboxmargin {
  margin-left: 1.9%;
  margin-top: 3px;
}

.bluelink_outputField {
  display: inline-block;
  font-size: 0.69em;
  padding-top: 0px;
  width: 100%;
}

.tablesimpletext {
  color: #212121;
  font-size: 0.813em;
  width: auto;
}

.remarksboxsmall {
  background: url(../images/backgrounds/input-textarea02.gif) no-repeat scroll 0% 0 #fbfbfb;
  border: 0 none;
  float: right;
  font-size: 0.813em;
  height: 110px;
  line-height: normal;
  margin: 0 0 0 8px;
  overflow: hidden;
  padding: 5px 0 5px 15px;
  text-align: right;
  width: 175px;
}

.simpletextwidget {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-left: 5px;
  padding-top: 2px;
}

.formbtn_dashboard {
  font-size: 0.69em;
  color: #0070C0;
  padding-left: 5px;
  padding-top: 7px;
  background: url(../images/backgrounds/tabStyle07.png) no-repeat 0% 0px;
  border: 0px solid #424242;
  width: auto;
  vertical-align: middle;
  overflow: visible;
  float: right;
  height: 24px;
  margin-top: -1px;
  cursor: pointer;
}

.blueDivider {
  color: #0F9CFF;
  font-weight: normal;
  margin: 0 6px;
  padding-top: 2px;
  border-width: 0px;
  font-size: 14px;
}

.headerWelcomeText {
  display: inline-block;
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
  width: 79%;
}

.txt_boxnew {
  color: #FFFFFF;
  float: left;
  width: 75%;
  height: 94px;
}

.headertext_lastlog {
  color: #000000;
  float: right;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-right: 5px;
}

.formbtn_link {
  font-size: 0.75em;
  border: 0px;
  width: auto;
  overflow: visible;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
}

.headertext_name {
  color: #98DDFF;
  font-size: 16px;
  font-weight: normal;
  margin-right: 3px;
}

.headergobtn_locationbar_r {
  background: url(../images/Go-arrow.gif) no-repeat 0px 0px;
  color: #424242;
  cursor: pointer;
  float: none;
  font-size: 0.7em;
  margin: 0 2px 0 0;
  overflow: visible;
  padding-bottom: 2px !important;
  padding-right: 3px;
  padding-left: 4px;
  vertical-align: middle;
  width: 1.7em;
  border: none;
}

.queryitalictext_left1 {
  font-size: 13px !important;
  border-bottom: 1px solid #E0E0E0 !important;
  height: 21px !important;
  color: #424242 !important;
  float: right !important;
  width: 100% !important;
  padding-bottom: 12px !important;
  font-style: italic !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.headergobtn_timezone_r,
.headergobtn_timezone {
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-size: 0.53em;
  overflow: visible;
  padding-bottom: 2px !important;
  padding-right: 5px;
  padding-left: 4px;
  vertical-align: middle;
  line-height: 12px;
}

.headergobtn_timezone_r {
  background: url(../images/Go_arrow_timezone.tif) no-repeat 0px 0px;
  margin: -3px 2px 0 0;
  width: 1.7em;
  border: 1px solid;
}

.headergobtn_timezone {
  background: url(../images/Go-arrow.gif) no-repeat scroll 100% 0 transparent;
  margin: 8px 2px 0 0;
  width: 18px;
  height: 15px;
  border: medium none;
}

.searchsimpletext_leftpadding {
  color: #212121;
  float: right;
  padding-top: 7px;
  padding-left: 3px;
  padding-right: 6px;
  font-size: 0.69em;
}

.leftAlignedtext_floatleft {
  float: right;
  text-align: right;
}

.createlink_new {
  float: left;
  margin-top: 11px;
  color: #0070C0;
  font-size: 14px;
}

.addrecepient {
  margin-left: 5px;
  width: 88px;
  float: right;
  margin-top: 6px;
  padding-right: 5px;
  color: #0070C0;
  font-size: 14px;
}

.dropdownexpandalbe {
  background-color: transparent;
  border: 0 none;
  color: #212121;
  display: inline-block;
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 5px;
  padding-top: 2px;
  vertical-align: middle;
  width: 99%;
}

.composemessagetxt {
  line-height: 21px;
  margin-top: 10px;
  font-size: 0.69em;
  margin-right: 0px !important;
}

.composemsgtxtarea {
  font: 0.69em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  background: none repeat scroll 100% 0 transparent;
  border: medium none;
  height: 220px;
  outline: medium none;
  resize: none;
  width: 721px;
  height: 250px;
}

.composeformmessage {
  line-height: 12px;
  margin-top: 19px;
  margin-right: 41px;
  clear: both;
  float: right;
  font-size: 0.69em;
  margin-left: 10px;
}

.composefrom {
  float: right;
  margin-right: 19px;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  width: 84%;
}

.dropdownexpandalbe_new {
  background-color: #FFFFFF;
  border: 0 none;
  color: #212121;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 2px;
  vertical-align: middle;
  width: 99%;
}

.composeToRO {
  line-height: 21px;
  margin-top: 10px;
  font-size: 0.69em;
}

.compose_input {
  border: none;
  background: none;
  outline: none;
  margin-top: 0px;
  width: 100%;
  float: right;
  font-size: inherit;
}

.inbox_wrapper {
  float: right;
  height: auto;
  margin: auto;
  margin-right: 2px;
  width: 100%;
  background-color: #F5F5F5;
}

.inbox_wrapper_table {
  border: 1px solid #D9EEFE;
  float: right;
  margin: auto;
  width: 100%;
}

.icon_logo {
  float: right;
  margin-right: 13px;
  padding-left: 0px;
  margin-top: 8px;
  width: 17px;
}

.head_outerdiv {
  background-color: #F5F5F5;
  float: right;
  height: 50px;
  margin-top: 0px;
  padding-right: 0px;
  text-align: center;
  width: 100%;
}

.droptxt {
  font-size: 0.75em;
  padding-right: 13px;
  vertical-align: text-bottom;
  float: right;
  font-weight: normal;
  padding-top: 18px;
}

.droptxt_type {
  width: 14%;
  font-size: 0.75em;
  padding-right: 13px;
  vertical-align: text-bottom;
  float: right;
  font-weight: normal;
  padding-top: 18px;
}

.droptxt_subject {
  width: 27%;
  font-size: 0.75em;
  padding-right: 13px;
  vertical-align: text-bottom;
  float: right;
  font-weight: normal;
  padding-top: 18px;
}

.droptxtdate {
  margin-right: 20px;
  padding-top: 18px;
  vertical-align: text-bottom;
  float: right;
  font-weight: normal;
  font-size: 0.75em;
  width: 15%;
}

.flag_mid_hidden {
  padding-right: 0px;
  padding-top: 7px;
  width: 14px;
  display: none;
}

#brd_gray,
#brd_gray1 {
  float: right;
  width: 365px;
}

#brd_gray1 {
  height: 22px;
}

.brd_gray,
.brd_gray1 {
  width: 100%;
  background: #FFFFFF repeat-x scroll 100% 0 transparent;
  float: right;
}

.brd_gray1 {
  height: auto;
  margin-top: -2px;
  border-bottom: 1px solid #D9EEFE;
}

.arrange_heading {
  color: #424242;
  float: right;
  font: 0.69em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  margin: 11px 15px 10px 0;
  width: 351px;
  word-wrap: break-word;
  min-height: 0px;
  max-height: 38px;
  overflow-x: hidden;
  overflow-y: auto;
}

.rightpanel_rmimg {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 10px;
}

.rightpanel_text {
  float: right;
  font: 0.69em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 19px;
  padding-left: 5px;
}

.rightpanel_text {
  float: right;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  color: #212121;
  line-height: 19px;
  padding-left: 5px;
  font-weight: normal;
  width: 65px;
}

.rightpanel_text_alert {
  float: right;
  font: 0.69em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 10px;
  padding-left: 5px;
  font-weight: normal;
  width: 82px;
  padding-top: 4px;
}

.rightpanel_textbold {
  word-wrap: break-word;
  float: right;
  font: 0.69em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 19px;
  padding-left: 5px;
  width: 250px;
}

.rightpanel_texttop1 {
  width: 100%;
  padding-right: 15px;
  float: right;
  min-height: 0px;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 2px;
}

.rightpanel_texttop_alert {
  width: 100%;
  padding-right: 5px;
  float: right;
  min-height: 0px;
  max-height: 40px;
  padding-top: 2px;
}

.heading_txtmod {
  color: #0070C0;
  font-size: 0.69em;
  width: 40%;
  float: right;
  padding: 7px 15px 0 0;
  margin-right: 9px;
  height: 18px;
  word-wrap: break-word;
}

#brd_gray1 {
  float: right;
  height: 22px;
  width: 365px;
}

.brd_grayselected,
.brd_grayselected1 {
  width: 100%;
  background: #F4FAEE;
  float: right;
  height: auto;
}

.brd_grayselected1 {
  margin-top: -1px;
  border-bottom: 1px solid #D9EEFE;
}

.pagination {
  margin-top: 35px;
  float: right;
  width: 200%;
}

.icon_align,
.msg_icon_align {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.msg_icon_align {
  margin-right: -7px;
}

.messagetype_textalign {
  color: #212121;
  font-size: 0.69em;
  margin-left: 1px;
  margin-right: -3px;
}

.simpletext_mailbody {
  color: #212121;
  font-size: 0.69em;
  line-height: 120%;
}

.replytxt,
.deletetxt {
  border-right: 0 none;
  float: right;
  margin-right: 3px;
  padding-right: 0;
  padding-left: 13px;
}

.replytxt {
  border-left: 1px solid #BDBDBD;
  margin-top: 10px;
  width: 42px;
}

.deletetxt {
  margin-top: 6px;
  width: 40px;
}

.drafttextbox {
  float: right;
  margin-right: -5px;
}

.ui-helper-hidden {
  display: none !important;
}

.advance_search_link {
  color: #0F9CFF;
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: normal;
  margin-right: 0;
}

.composeMsgTemplates1 {
  color: #0070C0;
  float: left;
  height: 15px;
  font-size: inherit;
  margin-top: -2px;
  margin-left: -11px;
}

.rightpanel_textsubject {
  float: right;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  color: #212121;
  line-height: 19px;
  padding-left: 5px;
  font-weight: normal;
  width: 65px;
  margin-top: 9px;
}

.rtpanelreply {
  border-right: 0 none;
  border-left: 1px solid #BDBDBD;
  float: right;
  margin-right: 2px;
  margin-top: 9px;
  padding-right: 0;
  padding-left: 9px;
  width: 27px;
}

.db_accwid_pluss {
  cursor: pointer;
  float: right;
  padding-right: 6px;
  text-align: right;
  vertical-align: middle;
  width: auto;
}

.searchicons_mail,
.leftcontainer_Icon {
  cursor: pointer;
  display: none;
  float: right;
  height: 20px;
  padding-right: 18px;
  padding-top: 5px;
  text-align: right;
  vertical-align: middle;
  width: 21px;
}

.leftcontainer_Icon {
  padding-right: 6px;
}

.stage3_paytonewpayee {
  color: #0070C0;
  margin: 0 5px 0 0;
}

.stage3_previewconfirm_label_column_inq {
  width: 50%;
  float: right;
  word-wrap: break-word;
  word-wrap: break-word;
  text-align: left;
  display: block;
}

.step_trackerwidth_withoutmargin {
  width: 100%;
}

.step_trackerwidth100 {
  width: 101%;
  margin-top: 10px;
}

.listgreyrowtxtleftline_topalign {
  padding-right: 3px;
  padding-top: 2px;
  padding-left: 3px;
  vertical-align: top;
  border: 0px none;
  text-align: right;
  font-size: 1em;
  word-break: break-all;
}

.HW_tableheadingnobrdr_topalign {
  vertical-align: top;
  padding-right: 3px;
  font-weight: normal;
  padding-left: 3px;
  padding-top: 2px;
}

.HW_tableRightAlignWithPadding {
  text-align: left !important;
  float: none !important;
  padding-left: 8px;
}

.stage3_steptracker_mandatory {
  color: #9E9E9E;
  float: left;
  font-weight: normal;
  height: 36px;
  margin: 5px 2px -14px 20px;
  padding-bottom: 0;
  width: auto;
  font-size: 0.69em;
}

.stage3_rtpanelquicklinkcol {
  font-size: 20px;
  color: #005295;
  font-weight: 400;
}

.stage3_rtpanelquicklinkrow_new {
  width: 100%;
  float: right;
  border-bottom: 1px solid #E0E0E0;
  padding: 16px 20px 12px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
}

.stage3_rtpanelselectcomborow_new {
  width: 100%;
  float: right;
  padding: 10px 20px;
  font-weight: normal;
}

.stage3_searchpanellabel,
.stage3_searchpanellabel_block {
  font-size: 0.69em;
  margin-right: 5px;
  color: #424242;
  word-wrap: break-word;
}

.stage3_searchpanellabel_block {
  display: block;
}

.stage3_searchpanelcaptionboldwithmargin {
  float: right;
  font-size: 0.813em;
  font-weight: normal;
  margin-top: 10px;
  padding-bottom: 9px;
  padding-left: 35px;
  margin-right: 5px;
}

.formbtn_link_black {
  font-size: 0.69em;
  border: 0px;
  width: auto;
  overflow: visible;
  background-color: transparent;
  color: #0070C0;
  cursor: pointer;
}

.labeltextstyle,
.labeltextstyle1 {
  color: #212121;
  float: right;
  font-size: 0.69em;
  margin-right: 5px;
  padding-left: 5px;
  padding-top: 8px;
}

.labeltextstyle1 {
  width: 87%;
  word-wrap: break-word;
}

.labeltextbold {
  color: #212121;
  font-size: 0.69em;
  font-weight: normal;
  padding-top: 15px;
}

.margin-left {
  margin-right: 5px;
  vertical-align: middle;
}

.labeltext {
  color: #212121;
  font-size: 0.69em;
  margin-right: 5px;
  vertical-align: top;
  font-weight: normal;
}

.HW_head_outerdiv {
  background-color: #FFFFFF;
  height: 25px;
  margin-top: 0px;
  padding-right: 0px;
  text-align: center;
}

.HW_tableheading {
  vertical-align: middle;
  padding-right: 2px;
  background: url(../images/backgrounds/separator1.gif) repeat-y scroll 1% 0 transparent;
  font-weight: normal;
}

.HW_tableheadingnobrdr {
  vertical-align: middle;
  padding-right: 2px;
  font-weight: normal;
}

.HW_tableheadingnosorting {
  vertical-align: middle;
  font-size: 0.75em;
  background: url(../images/backgrounds/separator1.gif) repeat-y scroll 4% 0 transparent;
  font-weight: normal;
}

.HW_tabletextwithpadding {
  vertical-align: middle;
  font-size: 0.75em;
  padding-right: 6px;
  padding-left: 2px;
  background: url(../images/backgrounds/separator1.gif) repeat-y scroll 1% 0 transparent;
  font-weight: normal;
}

.HW_tablecolwithpadding {
  padding-top: 5px;
  font-size: 1em;
}

.labelleft_cp {
  float: right;
  padding-top: 6px;
  padding-left: 3px;
  color: #212121;
  margin-right: 5px;
  font-size: 0.69em;
  word-break: break-all;
}

.checkbox_center {
  float: right;
  margin-right: 5px;
  margin-top: 8px;
}

.defaultPagination {
  margin-top: 15px;
  float: right;
  width: 100%;
}

.acct_left_rightmainpanel1 {
  border: 1px solid #E0E0E0;
  width: 100%;
}

.searchsimpletextbold {
  color: #212121;
  font-weight: normal;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
  font-size: 0.69em;
}

.searchsimpletextbold2 {
  color: #000000;
  font-weight: 500;
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
}

.hwredtxt {
  color: #000000;
  font-weight: normal;
  font-size: 0.69em;
  float: right;
}

.iconimagewithmargin {
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  height: 20px;
}

.simpletextwithwidth {
  font-size: 0.69em;
  float: right;
  padding-left: 5px;
  width: 28%;
  text-align: left;
}

.searchsimpletext_rightpadding {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 3px;
}

.defaultPagination1 {
  margin-top: 15px;
  float: right;
  width: 100%;
  padding-right: 10px;
}

.stage3_optionallink_accnts {
  font-size: 0.69em;
  font-weight: normal;
  color: #0F9CFF;
  padding-right: 9px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
}

.stage3_searchsimpletext {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-top: 7px;
  padding-left: 5px;
  padding-right: 10px;
}

.stage3_listingdetails_padding {
  vertical-align: middle;
  padding-right: 6px;
  padding-top: 8px;
  font-size: 1em;
}

.listgreyrowtxtleftline_withpadding {
  padding-right: 2px;
  padding-left: 6px;
  padding-top: 8px;
  vertical-align: middle;
  border: 0px;
  text-align: right;
  font-size: 1em;
}

.blackSignoff {
  color: #9E9E9E;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-right: 25px;
  text-align: right;
}

.logoutimg {
  border: 0 none;
  float: right;
  margin-right: 5%;
}

.signoffseperator {
  border-left: 1px solid #E0E0E0;
  padding-bottom: 120px;
  padding-right: 15px;
  padding-top: 25px;
  height: 100%;
}

.blackSignoffConfirmation {
  color: #BDBDBD;
  float: left;
  font-size: 25px;
  font-weight: normal;
  line-height: 2;
  padding: 0;
  width: 73%;
}

.txtBoldBlack_logout {
  color: #BDBDBD;
  float: left;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
  width: 73%;
}

.logout_txtBold {
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #9E9E9E;
  display: block;
  font-size: 14px;
  padding-right: 25px;
  text-align: right;
}

.headerRowsetLeft {
  width: 59%;
  margin-top: 3px;
  float: right;
}

.headerRowsetRight {
  width: 41%;
  float: left;
  height: 43px;
  overflow: hidden;
}

.headerRowset {
  display: inline-block;
  font-size: 0.69em;
}

.headerRow {
  display: inline-block;
}

.headerSubsecRightTab {
  display: inline;
  position: relative;
}

.headerParaLeft {
  width: 50%;
  float: right;
  margin-bottom: 3px;
}

.headerParaRight {
  width: 50%;
  float: left;
  margin-bottom: 3px;
}

.headerColLeft {
  clear: right;
  float: right;
  margin-top: 0px;
  margin-bottom: 2px;
}

.skipContRow {
  clear: left;
  display: inline;
  float: left;
  margin-top: 1px;
  padding-right: 3px;
  height: 24px;
}

.skipContLink {
  font-size: 0.69em;
  line-height: 20px;
  margin-left: 24px;
  vertical-align: middle;
  color: #FFFFFF;
}

.rightTextBlack {
  display: inline;
  color: #000000;
  font-size: 1em;
  margin-right: 7px;
}

.rightTextSepWhite {
  border-right: 1px dotted;
  clear: left;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
  padding-bottom: 1px;
  padding-right: 5px;
}

.rightTextSepBlack {
  display: inline;
  color: #000000;
  border-right: 1px dotted;
}

.greySep {
  border-left: 1px dotted #9E9E9E;
  display: inline;
  float: right;
  height: 15px;
  margin-right: 7px;
  margin-left: 5px;
  margin-top: 3px;
}

.HW_logoffLink {
  background: url(../images/blue_gotologin_btn_black.png) no-repeat scroll 100% 0;
  float: left;
  height: 22px;
  clear: left;
  margin-right: 5px;
  padding-right: 5px;
  margin-left: 5px;
}

.whiteArrowImg {
  border-left: 3px dashed transparent;
  border-style: solid dashed dashed;
  border-width: 5px 5px 0;
  display: inline-block;
  padding-top: 1px;
  position: relative;
  margin-left: 3px;
  margin-right: 2px;
  margin-top: 9px;
}

.whiteArrowImg {
  border-color: #FFFFFF transparent transparent;
}

.blackArrowImg {
  border-color: #000000 transparent transparent;
}

.leftRoundCorner,
.rightRoundCornerQickLink {
  clear: left;
  float: right;
  height: 230px;
  line-height: 26px;
  width: 100%;
}

.leftRoundCorner {
  height: 230px;
}

.rightRoundCornerQickLink {
  height: 170px;
  padding-left: 1px;
}

.centerHeaderSubsec {
  clear: left;
  float: right;
  height: 142px;
  line-height: 35px;
  margin-right: 0px;
  width: 280px;
  height: 160px;
  vertical-align: middle;
}

.headerSubsecRight {
  background: url(../images/backgrounds/HWHeaderTopTabs_Right.png) no-repeat scroll 0% 0 #98DDFF;
  clear: left;
  float: left;
  line-height: 26px;
  margin-right: 10px;
  vertical-align: middle;
  height: 26px;
}

.blankfieldStyle {
  margin-right: 5px;
}

.hiddenButton {
  display: none;
}

.timezoneDropdown {
  margin-right: 5px;
  width: 75px;
}

.pulldownUnSelectLeft {
  background-color: #98DDFF;
  padding-right: 3px;
}

.pulldownUnSelectRight {
  background-color: #98DDFF;
  padding-left: 6px;
}

.myProfilePulldown {
  overflow: visible;
  visibility: hidden;
  position: absolute;
  background-color: #FFFFFF;
  padding-bottom: 2px;
  z-index: 1;
  display: none;
  right: -104%;
  width: 300%;
  padding-left: 5%;
}

.sessionTimeoutText {
  color: #000000;
  font-size: 14px !important;
  font-weight: normal;
  display: inline-block;
  padding-right: 0px;
  line-height: 19px;
}

.lastlogtext_blue {
  color: #0F9CFF;
  float: right;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 14px !important;
  font-weight: 400;
}

.fontSizePulldown {
  overflow: visible;
  visibility: hidden;
  position: absolute;
  background-color: #000000;
  padding-bottom: 2px;
  z-index: 1;
  display: none;
  right: -50%;
  width: 77px;
  margin-top: -2px;
}

.chatButton {
  background-color: #98DDFF;
  border: 1px solid #98DDFF;
  color: #000000;
  display: inline;
  font-size: 1em;
  cursor: pointer;
}

.absmiddle2 {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 3px;
}

.HW_tablecolcenter {
  text-align: center;
  vertical-align: middle;
  font-size: 0.75em;
  background: url(../images/backgrounds/separator1.gif) repeat-y scroll 1% 0 transparent;
  font-weight: normal;
}

.HW_tableRightAlign {
  text-align: left !important;
  float: none !important;
  padding-left: 5px;
}

.amtRightAlign {
  float: none !important;
  text-align: left !important;
  direction: ltr;/*RTL HBTF:Sharath*/
}

.searchsimpletext_link {
  color: #212121;
  font-size: 14px;
  float: right;
  padding-left: 5px;
}

.HW_textwithpadding {
  vertical-align: middle;
  padding-right: 6px;
}

.msgTemplateLink {
  color: #0070C0;
  padding-right: 16px;
  font-size: 0.69em;
}

.simpletext_hyperlink {
  color: #212121;
  float: right;
  padding-top: 8px;
}

.simpletext_star {
  color: #000000;
  font-size: 14px;
  line-height: 43px;
  margin: 5px 5px 5px 0px;
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 1px solid darkgrey;
}

.simpletext_pipeline {
  color: #9E9E9E;
  font-size: 0.7em;
  margin-right: 5px;
  vertical-align: top;
  line-height: 15px;
}

.inline_image {
  vertical-align: top;
  margin-top: 13px;
  margin-right: 5px;
  margin-left: 5px;
}

.blankfield_padding {
  float: right;
  padding-bottom: 5%;
}

.blankfield_less_padding {
  float: right;
  padding-bottom: 3%;
}

.simpletextboldcenter {
  font-size: 1em;
  height: 50px;
  text-align: center;
  word-wrap: break-word;
  line-height: 18px;
  width: 70%;
  float: right;
  margin: -17px 36px 35px 0;
}

.stage3_chkbox_womargin {
  clear: left;
  float: right;
  overflow: hidden;
  padding-bottom: 4px;
  margin: 10px 5px 0 0;
}

.rightpanel_text_mails,
.rightpanel_text_drafts {
  float: right;
  font: 13px roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  color: #212121;
  line-height: 19px;
  font-weight: normal;
  margin-top: 9px;
}

.rightpanel_text_mails {
  padding-left: 6px;
  width: 73px;
}

.rightpanel_text_drafts {
  padding-left: 5px;
  width: 65px;
}

.queryitalictextwithspace_srnotes {
  color: #424242;
  float: right;
  font-size: 13px;
  font-style: italic;
  margin-left: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
    padding-right: 10px;/*RTL HBTF*/
  padding-top: 20px;
    width: 95%;/*RTL HBTF*/
}

.deletebuttontop {
  margin-top: 6px;
  float: right;
  margin-right: -1px;
  width: 45px !important;
  height: 30px;
}

.rightpanel_text_forward,
.rightpanel_textbold_top {
  float: right;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  color: #212121;
  line-height: 19px;
  padding-left: 5px;
}

.rightpanel_text_forward {
  font-size: 13px;
  font-weight: normal;
  width: 80px;
}

.rightpanel_textbold_top {
  font-size: 14px;
  width: 250px;
  padding-right: 15px;
  /*Added for 194943*/
  direction: rtl;
  text-align: right;
}

.arrange_subjectheading_top {
  color: #424242;
  float: right;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  margin: 11px 0px 4px 0;
  height: auto;
  word-wrap: break-word;
  width: 69%;
  text-align: right;
  padding-right: 14px;
}

.rightpanel_textbold_drafts,
.rightpanel_textbold_to {
  float: right;
  color: #212121;
  line-height: 19px;
  padding-left: 5px;
  font-family: roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
}

.rightpanel_textbold_drafts {
  width: 70%;
  padding-right: 0px;
}

.rightpanel_textbold_to {
  width: 250px;
}

.hideElement {
  display: none;
}

.hidden_default_form_button {
  float: left;
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
  top: -50px;
}

.contactPulldown {
  overflow: visible;
  visibility: hidden;
  position: absolute;
  background-color: #FFFFFF;
  padding-bottom: 2px;
  z-index: 1;
  display: none;
  right: -104%;
  width: 300%;
  padding-left: 5%;
}

.contactPulldown_p1,
.contactPulldown_p2,
.contactPulldown_p3,
.contactPulldown_p4 {
  width: 100%;
  visibility: visible;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  display: inline-block;
}

.contactPulldown_p1 {
  background-color: #E0E0E0;
  padding: 10px 1% 5px 0;
}

.contactPulldown_p2 {
  background-color: #FFFFFF;
  border-bottom: 1px dotted #9E9E9E;
  padding: 10px 1% 5px 0;
  align: centre;
}

.contactPulldown_p3 {
  background-color: #FFFFFF;
  padding: 0px 1% 0px 0;
  height: auto;
}

.contactPulldown_p4 {
  background-color: #FFFFFF;
  padding: 0px 1% 0px 0;
  border-bottom: 1px solid #E0E0E0;
  height: auto;
}

.sessionTimeoutText_c {
  color: #000000;
  font-size: 0.69em;
  padding-left: 5px;
  margin-right: 40px;
  padding-right: 6px;
  overflow: hidden;
  padding-bottom: 4px;
  float: left;
}

.headertext_name_v {
  color: #000000;
  font-size: 0.69em;
  font-weight: normal;
  word-wrap: break-word;
  height: auto;
}

.headerParaRight_c {
  width: 63%;
  float: left;
  margin-bottom: 3px;
  height: auto;
  word-wrap: break-word;
}

.headerParaLeft_c {
  width: 37%;
  float: right;
  margin-bottom: 3px;
  clear: right;
}

.searchsimpletext_Recharge {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.width100percentWithBorder {
  width: 100%;
  border: 1px solid #E0E0E0;
}

.checkbox4tnc {
  margin-left: 5px;
  margin-top: 3px;
  float: right;
}

.simpletext_clkhere {
  color: #212121;
  font-size: 0.99em;
}

.rightwithwidth {
  float: left;
  padding-left: 21.4%;
}

.width100percent_withmargin {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #E0E0E0;
}

.headingMargin {
  float: right;
  margin-bottom: 20px;
}

.sectionDownloadPanelEbux3 {
  width: 100%;
  margin-top: -5px;
  float: right;
}

.stage3_previewconfirm_label_column_Ebux3 {
  width: 98%;
  float: right;
  padding-left: 5px;
  word-wrap: break-word;
  margin-left: 5px;
  text-align: justify;
  padding-right: 5px;
}

.stage3_leftrightmainpanel_Ebux3 {
  float: right;
  border: 1px solid #E0E0E0;
  padding-bottom: 15px;
  width: 100%;
}

.stage3_inputpanel_column_Ebux3 {
  float: right;
  margin-left: 12px;
  margin-top: 7px;
  text-align: left;
  width: 35%;
}

.stage3_Notesdetailslink {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  float: right;
  display: block;
  overflow: hidden;
  width: 61%;
  position: relative;
  padding-right: 5px;
  text-align: justify;
  padding-left: 5px;
  margin-top: 1px;
}

.h3Srtitle {
  height: 15px;
  background-repeat: repeat-x;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  padding: 10px 6px 10px 11px;
  margin: 0px;
  border-top: 0px solid #9E9E9E;
  border-bottom: 1px solid #E0E0E0;
}

.remarksboxux3 {
  font-size: 13px;
  height: 50px;
  line-height: normal;
  margin: 2px 4px 6px 0;
  overflow: auto;
  padding: 0;
  padding-left: 700;
  text-align: right;
  width: 300px;
  float: right;
  background-color: #F5F5F5;
  resize: none;
}

.labelcolumncombotoosmallQuickpay {
  background-color: transparent;
  border: 0 none;
  color: #212121;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 8px;
  vertical-align: middle;
  width: 97%;
}

.querytextquickpaywidgetmessage {
  clear: right;
  float: right;
  padding-right: 9px;
  padding-top: 5px;
  text-align: right;
  width: 100%;
}

.width100percentQuickPay {
  width: 100%;
  background-color: #FFFFFF;
}

.simpletextQuickPay {
  color: #212121;
  font-size: 0.69em;
}

.searchsimpletext_new {
  color: #424242;
  font-size: 12px;
  float: right;
  padding-top: 5px;
  padding-left: 5px;
}

.groupletSubsection1width100percent,
.dashboardSection {
  width: 100%;
}

.AvailableBalance_text {
  width: 52% !important;
  float: left !important;
}

.h3new {
  border: none !important;
}

.imgLeftPadding {
  padding-right: 6px;
}

.leftpadding {
  padding-right: 10px;
}

.tablesimpletext {
  font-size: 15px !important;
  padding-right: 10px !important;
}

.wrdwrap {
  word-break: break-all;
}

.pfm_stage3_tabmenupanel_tab {
  float: right;
  width: 99%;
  float: right;
  padding-bottom: 0px;
  display: inline-block;
  height: 43px !important;
  border-right: 1px solid #E0E0E0;
}

.pfm_stage3_ptabgray1_tab {
  float: right;
  height: 40px;
  margin: 0 0px 0 0;
  padding-right: 0px;
  width: 30%;
}

.pfm_grey_active_bold_tab,
.pfm_whitetabhover_bold_tab {
  float: right;
  border: none;
  width: 100%;
  padding: 12px 3px;
  text-align: center;
  letter-spacing: 0.8px;
  font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.pfm_grey_active_bold_tab {
  outline: none;
  height: 30px;
  color: #757575;
}

.pfm_whitetabhover_bold_tab {
  border-bottom: 3px solid #0F9CFF;
  border-top: 5px;
  margin: 0px;
  color: #0F9CFF;
  transition-property: border-bottom;
  transition-duration: 0.1s;
  background: #FFFFFF !important;
}

.Width30tab {
  width: 44% !important;
}

.simpletext_notify {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  float: right;
  color: #0F9CFF !important; /* modified by Anila */
  word-break: break-word; /* modified by Anila */
}

.stage3_previewconfirm_label_column5 {
  float: right;
  margin-left: 5px;
  margin-top: 7px;
  text-align: left;
  width: 35%;
}

.labelcolumnnumber {
  border: 0 none;
  color: #424242;
  display: inline-block;
  font-size: 0.69em;
  line-height: 0.69em;
  font-weight: normal;
  height: 20px;
  margin: 0;
  padding: 7px 2px 5px 0;
  vertical-align: middle;
  width: 40px;
  float: right;
}

.formbtn_btlink_new {
  color: #2591E4;
  padding-right: 0px;
  padding-left: 0px;
  text-transform: none;
}

.newbuttonhashedImg {
  padding-top: 13px;
}

.promolink {
  font-size: 0.9em;
  color: #0070C0;
}

.promoStyle {
  right: 35px;
  position: relative;
  top: -111px;
}

.promoSectionStyle {
  position: relative;
}

.hideElemnt {
  display: none;
}

.stage3_yellowpanel_Ebux3 {
  border: 1px solid #E0E0E0;
  margin: 0.5% 1% 0.5% 1%;
  float: right;
  width: 98%;
  background-color: #FFFAD1;
}

.leftsimpletextbottom {
  color: #212121;
  font-size: 0.69em;
  text-align: justify;
  margin-right: 10px;
  display: block;
  width: 96%;
  margin-bottom: 10px;
}

.simpletext_info {
  color: #212121;
  font-size: 13px;
  font-style: italic;
  position: relative;
  top: -3px;
  right: 3px;
}

.stage3_tabmenupanel_widoutwidget_topmargin {
  float: right;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 0px;
  margin-top: -13px;
  width: 99.3%;
  float: right;
  padding-right: 0px;
  padding-top: 0px;
}

.myprofpulldown_lastrow {
  margin-top: 5px;
  background-color: #A9D18E;
  visibility: visible;
  border-bottom: 1px solid #9E9E9E;
  display: inline-block;
  text-align: center;
  float: right;
  padding: 5px 0px 3px 0;
  margin-right: 10px;
  width: 45%;
}

.myprofilehome_detailsrow {
  margin-top: 8px;
  float: right;
  width: 100%;
}

.profileSettingsStyle {
  margin-right: -10px;
  margin-top: 0px;
  margin-left: -10px;
}

.myprofile_imageCol {
  margin-right: 10px;
}

.myprofile_profileImage {
  margin: 30px 10px 5px 10px;
}

.width25percent_mleft {
  width: 25%;
  float: right;
}

.width75percent_mleft {
  width: 75%;
  float: right;
}

.myprofile_photoLink {
  margin-right: 20px;
  margin-bottom: 35px;
  padding-bottom: 10px;
}

.searchsimpletext_profilelink {
  color: #212121;
  font-size: 1.2em;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
}

.myprofile_imageCol .searchsimpletext_profilelink {
  padding-left: 12px;
  padding-right: 12px;
}

.myprofilehome_label_column {
  float: right;
  padding-left: 5px;
  word-wrap: break-word;
  margin-left: 5px;
  text-align: left;
  width: 36%;
}

.myprofilehome_details_column {
  width: auto;
  float: right;
  word-wrap: break-word;
  margin-left: 5px;
  font-weight: normal;
  width: 50%;
}

.myprofilehome_detailsrow {
  margin-top: 6px;
  float: right;
  width: 100%;
}

.myprofilehome_namerow {
  margin-top: 20px;
  float: right;
  width: 100%;
}

.stage3_leftrightmainpanel_myprofile {
  float: right;
  padding-bottom: 2px;
  width: 100%;
  background: url(../images/backgrounds/separator2.gif) repeat-y scroll 50% 0 transparent;
}

.stage3_leftrightmainpanel_myprofilelastrow {
  float: right;
  width: 100%;
  background: url(../images/backgrounds/separator2.gif) repeat-y scroll 50% 0 transparent;
}

.h3collapsetopborder_myprofile {
  border-top: 2px solid #FFFFFF;
  background-color: #F5F5F5;
}

.h3collapsetopborder_myprofilefirstrow {
  background-color: #FFFFFF !important;
}

.h3whitetitle {
  height: 15px;
  background-repeat: repeat-x;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  padding: 10px 11px 10px 11px;
  margin: 0px;
  border-top: 0px solid #9E9E9E;
  border-bottom: 1px solid #E0E0E0;
}

.searchsimpletextnew {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
  margin-right: 14px;
}

.searchsimpletextebuxnew3 {
  color: #212121;
  font-weight: normal;
  font-size: 0.69em;
  float: right;
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 4px;
}

.myprofile_username {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  padding-left: 3px;
}

.myprofilehome_filerow {
  margin-top: 30px;
  float: right;
  width: 100%;
}

.simpletxt_breakword {
  color: #212121;
  font-size: 0.69em;
  word-wrap: break-word;
  width: 13em;
  float: right;
}

.simpletext_activeinactive_link {
  color: #757575;
  font-size: 1.3em;
}

.simpletext_activeinactive_link_small {
  color: #757575;
  font-size: 1em;
}

.stage3_previewconfirm_singledetails_column {
  width: 75%;
  float: right;
  word-wrap: break-word;
  margin-left: 5px;
  font-weight: normal;
}

.stage3_addressdetailsrow {
  margin-top: 4px;
  float: right;
  width: 100%;
}

.stage3_leftrightmainpanel_singledetail {
  float: right;
  padding-bottom: 2px;
  width: 100%;
}

.simpletext_useraddressdetails {
  color: #212121;
  font-size: 14px;
  padding-left: 6px;
}

.labelcolnumber_ebux {
  background: url(../images/backgrounds/input-text.gif) no-repeat scroll 100% 0 transparent;
  border: 0 none;
  height: 28px;
  margin: 0;
  padding: 1px 2px 5px 0;
  width: 81px;
  display: block;
}

.sessiontimeout_img {
  cursor: pointer;
  vertical-align: middle;
  padding-top: 2px;
  padding-right: 2px;
}

.bluelink_groups {
  font-size: 0.69em;
  display: table;
}

.simpletext_toppadding {
  word-wrap: break-word;
  font-weight: normal;
  color: #9E9E9E;
  position: relative;
  top: 6px;
}

.searchsimpletext_paddingleft {
  padding-right: 6px;
  font-size: 14px !important;
  padding-top: 13px;
  padding-left: 5px;
  float: right;
}

.myprofilehome_corpdetailsrow {
  width: 98%;
  float: right;
  word-wrap: break-word;
  margin-left: 5px;
  font-weight: bold;
  height: 22px;
  padding-top: 4px;
  padding-right: 4px;
}

.current_tab1,
.noncurrent_tab1 {
  border: 1px solid #E0E0E0;
  color: #0070C0;
  cursor: pointer;
  float: left;
  font-weight: bold;
  background: #FFFFFF repeat-x 100% 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 10.5px;
  vertical-align: inherit;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  width: 9%;
}

.noncurrent_tab1 {
  color: #FFFFFF;
  background: #757575;
}

.querytextleft_widget {
  width: 80%;
  float: right;
  clear: right;
  text-align: left;
  padding: 7px 1px 1px 1px;
  display: block;
}

.querytextright_widget {
  padding-right: 6px;
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 4px;
  float: left;
}

.querytextrightLbl_stage3 {
  float: right;
  margin-right: 20%;
  margin-bottom: 7px;
  text-align: right;
  width: 59%;
}

.maildate {
  color: #424242;
  font-size: 14px;
  padding: 7px 41px 0 0;
  width: 79px;
}

.searchsimpletext_wrap,
.searchsimpletext_wrapnew {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
}

.searchsimpletext_wrapnew {
  color: #424242;
  word-break: break-all;
}

.stage3_quicklink_nextGen {
  font-weight: normal;
  font-size: 0.89em;
  color: #005295;
}

.newCombobox {
  margin-top: 8px;
  padding-top: 0px;
  width: 95%;
  background-color: transparent;
  border: 0 none;
  color: #424242;
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: middle;
}

.amountRightAlign {
  float: none;
  text-align: left;
}

.stage3_previewdetailsrow1 {
  margin-top: -2px;
  margin-bottom: 12px;
  float: right;
  width: 100%;
}

.nextgenTxnlistingText {
  padding-top: 3px;
  padding-right: 5px;
  color: #757575;
  font-size: 16px;
}

.stage3_downloadnav_nobottom {
  width: 100%;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  float: right;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 20px;
}

.pwdreqtext {
  margin-right: 11px;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: normal;
}

.queryitalictextwithmargin {
  font-size: 13px;
  color: #424242;
  float: right;
  margin-right: 11px;
  width: 85%;
  word-wrap: break-word;
}

.queryitalictext_left_update {
  font-size: 13px;
  font-style: italic;
  color: #424242;
  float: right;
  width: 99%;
  margin-top: 5px;
}

.txtfieldupf {
  margin-right: 6px;
}

.simpletextright_heading {
  color: #424242;
  font-size: 14px;
  font-weight: normal;
  float: right;
  padding-top: 7px;
  padding-right: 1px;
  margin-left: 8px;
}

.searchsimpletextpaddingleft {
  color: #424242;
  font-size: 0.69em;
  float: right;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 4px;
}

.file_formbtn {
  float: left;
  height: 36px;
  clear: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 1px;
  border-right: 1px solid #8CB478;
}

.ibantext {
  font-size: 12px !important;
  display: block;
  padding-top: 11px;
  margin-right: 45%;
}

.lookup_buttonlarge {
  margin-right: 47% !important;
}

.salutation {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 324px;
  min-width: 1px;
}

.maxlength {
  max-width: 109px;
  margin-right: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: -3px;
}

.logout_column2 {
  float: right;
  font-weight: bold;
  height: 130px;
  margin-top: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  width: 64%;
}

.width100percent_main_logoutbg {
  background: url(../images/backgrounds/LogoutSuccessful.png) no-repeat 0px 0px;
  clear: both;
  height: 568px;
  margin: 0 auto;
  width: 100%;
  background-size: 100% 100%;
  max-width: 1024px;
}

.logoutrowone {
  margin-right: 28%;
  border-bottom: 1px solid #E0E0E0;
  width: 50%;
  height: 150px;
  background: #FFFFFF;
}

.logoutrowtwo {
  margin-right: 28%;
  width: 50%;
  height: 50px;
  background: #FFFFFF;
}

.logout_column1 {
  border-left: 1px solid #E0E0E0;
  float: right;
  font-weight: bold;
  height: 130px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

.logoutScreenButton {
  margin-top: -8px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  vertical-align: middle;
  overflow: visible;
  float: left;
}

/* tag helper xml styles starts*/
#wrapper {
  background-color: #FFFFFF;
  min-height: 68%;
  height: auto !important;
  height: 68%;
  margin-right: 330px;
  margin-left: 10%;
}

.wrapper {
  width: 91.796875%;
  height: 100%;
  min-height: 900px;
  margin: 0 auto;
  clear: both;
  padding-left: 4.1015625%;
  padding-right: 4.1015625%;
}

.wrapper_bkgcolor {
  background-color: #F5F5F5;
}

.header-nav {
  padding-top: 8px;
  overflow: visible;
  height: auto;
}

#topbartabright {
  background-image: url(../images/backgrounds/tabStyle02.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#topbartableft {
  background-image: url(../images/backgrounds/tabStyle02.gif);
  background-repeat: no-repeat;
  background-position: right top;
  margin-right: 4px;
}

#topbartabrightactive {
  background-image: url(../images/backgrounds/tabStyle03.gif) no-repeat 100% 0;
  background-repeat: no-repeat;
  background-position: left top;
}

#topbartableftactive {
  background-image: url(../images/backgrounds/tabStyle03.gif) no-repeat 100% 0;
  background-repeat: no-repeat;
  background-position: right top;
  margin-right: 4px;
}

.header-nav {
  background: #0070C0;
  padding-top: 5px;
}

.labelColumn {
  margin: 0px;
  padding: 0 2px 5px 0;
  height: 31px;
  width: 27%;
  float: right;
}

.labelColumn_nextgen {
  margin: 0px;
  padding: 0 2px 5px 5px;
  height: 31px;
  width: 45%;
  float: right;
}

.labelColumn_combo,
.labelColumn_combo_download {
  margin: 0px 0px 0px 0px;
  padding: 0px 0.1em 5px 0px;
  background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
  height: 31px;
  float: right;
}

.labelColumn_combo {
  width: 265px;
  display: inline-block;
}

.labelColumn_combo_download {
  width: 90px;
}

.labelColumn_combo_brdr {
  height: 31px;
  background: url(../images/backgrounds/select.gif) #F5F5F5 no-repeat -535px 0px;
  display: block;
}

.labelColumn_combo_brdr_download {
  height: 31px;
  background: url(../images/backgrounds/select.gif) #F5F5F5 no-repeat -700px 0px;
  padding: 0 0 0 5px;
  display: block;
  width: 95px;
}

.labelColumn_text_brdr_toosmall {
  float: right;
  height: 31px;
  background: url(../images/backgrounds/input-text.gif) #F5F5F5 no-repeat 0% 0px;
  padding-left: 5px;
  padding-left: 0;
  margin-right: 5px;
  margin-left: 5px;
  width: 84px;
  margin-bottom: 3px;
}

.linesbg {
  background-repeat: repeat-x;
  vertical-align: top;
  clear: both;
}

.greenbgwithwidth {
  background-color: #B2DA9F;
  width: 99%;
}

.footerleft {
  float: right;
  padding: 4px 0px 4px 0px;
}

.querytextleft2 {
  font-size: 0.7em;
  padding: 2px 6px 4px 6px;
  width: 100%;
  vertical-align: top;
}

.width15percent {
  width: 15%;
}

.floatingright {
  float: left;
}

.greentopleft {
  background-repeat: no-repeat;
  height: 4px;
  width: 4px;
  vertical-align: top;
  float: right;
}

.greentopright {
  background-repeat: no-repeat;
  height: 4px;
  width: 4px;
  vertical-align: top;
  text-align: left;
  float: left;
}

.greenbottomleft {
  background-repeat: no-repeat;
  height: 4px;
  width: 4px;
  vertical-align: bottom;
  float: right;
}

.greenbottomright {
  background-repeat: no-repeat;
  height: 4px;
  width: 4px;
  vertical-align: bottom;
  text-align: left;
  float: left;
}

.breadcrumb {
  padding: 5px 12px 24px 0;
}

.dropdownlocationbar {
  font-size: 0.65em;
  font-weight: normal;
  vertical-align: middle;
  margin: 0px 0px 0px 2px;
}

.listboldtxtwithline {
  font-weight: normal;
  border-right: 1px solid #BDBDBD;
  padding: 4px 6px 4px 6px;
  vertical-align: middle;
  font-size: 0.75em;
  background-color: #BDBDBD;
}

.listboldtxtwithoutline {
  font-weight: normal;
  padding: 3px 6px 3px 6px;
  vertical-align: middle;
  margin: 0px;
  border-right: 1px solid #BDBDBD;
  font-size: 0.75em;
  color: #000000;
}

.whttxt_top {
  font-size: 0.6em;
  color: #212121;
  padding-left: 2px;
  vertical-align: top;
  text-align: left;
  float: left;
  font-weight: normal;
}

.remarksbox {
  border: 0 none;
  font-size: 0.69em;
  height: 116px;
  line-height: normal;
  margin: 2px 0 0 0;
  overflow: auto;
  padding: 0;
  text-align: right;
  width: 260px;
  float: right;
}

.inputtextarea-span {
  background: url(../images/backgrounds/input-textarea02.gif) no-repeat scroll 100% 0 #F5F5F5;
  display: inline-block;
  padding: 0 3px 0 0;
  text-align: right;
  width: 262px;
  height: 120px;
}

.greenbg {
  background-color: #B2DA9F;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: right;
  height: auto;
  word-wrap: break-word;
  width: 99%;
  padding: 2px 0 2px 0;
}

.width5 {
  width: 5px;
}

.sorticon {
  margin-bottom: 1px;
  margin-right: 5px;
}

.error_highlight {
  font-size: 0.69em;
  color: #F44336;
  margin-right: 5px;
}

.error_highlight_right {
  font-size: 13px;
  color: #F44336;
  font-weight: normal;
  float: right;
  padding-top: 9px;
  padding-left: 2px;
}

.OutputField {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dropdownmulti {
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 0;
  padding-top: 8px;
  vertical-align: middle;
  width: 58%;
}

.dropdownexpandalbe_radbtn {
  background-color: transparent;
  border: 0px;
  margin: 7px 0px 0px 0px;
  color: #212121;
  width: 98%;
  display: inline-block;
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: middle;
}

.greybgtxtbox_nextgen {
  float: right;
  height: 23px;
  border: 1px solid #E0E0E0;
  color: #212121;
  font-size: 0.69em;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  background-color: #F5F5F5;
  width: 100%;
}

.paginationtxtbx {
  font-size: 0.6em;
  color: #424242;
  width: 20px;
  vertical-align: middle;
  margin: 4px;
}

.paginationtxt1 {
  font-size: 0.7em;
  text-align: center;
  padding-right: 7px;
  padding-left: 8px;
  height: 42px;
  line-height: 31px;
  padding-bottom: 3px;
  padding-top: 5px;
  width: 18px;
  vertical-align: middle;
}

.blacklink {
  font-size: 1em;
  outline: none;
}

.clearboth {
  clear: both;
}

.captiontxt {
  font-size: 0.7em;
  vertical-align: top;
  padding-bottom: 4px;
}

.tablescroll {
  clear: right;
  height: 15em;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.outline {
  border: 1px dashed #E0E0E0;
  margin: -2px;
  background: #FFFFFF;
}

.hwleftlabeldataentry {
  color: #212121;
}

.labelColumn_combo_brdr_small {
  height: 31px;
  background: url(../images/backgrounds/select.gif) no-repeat -630px 0 #F5F5F5;
  width: 170px;
  display: block;
}

.labelcolumnsmallRWD {
  height: 17px;
  width: 37%;
  float: right;
  font-size: 0.69em;
  border: 1px solid #E0E0E0;
  margin: 0px;
  padding: 7px 2px 5px 0px;
  background-color: #F5F5F5;
}

.labelcolumnsmall_lookup {
  border: 0px;
  margin: 0px;
  padding: 7px 11px 5px 0px;
  background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
  height: 31px;
  width: 150px;
}

.querytextboxmedium_small {
  background: url(../images/backgrounds/input-text.gif) no-repeat scroll 0% 0 transparent;
  border: 0 solid #98DDFF;
  float: right;
  height: 31px;
  margin-right: 5px;
  padding: 0 0 1px;
  vertical-align: middle;
  width: 172px;
}

.querytextboxmedium_search {
  padding-top: 0px;
  border: 0px none;
  width: 182px;
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
  float: right;
  height: 31px;
}

.searchsimpletextCMS {
  color: #424242;
  font-size: 14px;
  float: left;
  padding-left: 15px !important;
  padding-top: 5px !important;
  padding-right: 28px !important;
  width: 50%;
}

.errorImageCMSIcon {
  background: url(../images/error_material.png) no-repeat;
}

.formrowhite {
  margin: 0px;
  padding: 7px 0px;
  background-color: #FFFFFF;
  clear: both;
}

.hwauthrightlabel {
  font-size: 1em;
  padding-right: 0px;
  clear: left;
  display: block;
  overflow: hidden;
  padding-top: 2px;
}

.labelColumnappr {
  margin: 0px;
  padding: 0px 11px 13px 0px;
  background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
  height: 31px;
  width: 201px;
  display: inline;
  float: right;
}

.row {
  clear: both;
}

.table {
  margin-bottom: 6px;
}

.outline {
  border: 1px dashed #E0E0E0;
  margin: -2px;
  background: #FFFFFF;
}

.dropdownlocationbar {
  background: none no-repeat scroll 100% 0 #BDBDBD;
  border: 0 none;
  color: #000000;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  padding-right: 5px;
  margin-top: 3%;
  vertical-align: middle;
  width: 122px;
}

.dropdownlocationbar_span {
  display: block;
}

.labelColumn_combo_small {
  background: url(../images/backgrounds/select.gif) no-repeat scroll 100% 0 transparent;
  display: block;
  float: right;
  height: 31px;
  margin: 0 5px 0 0;
  padding: 0 0.1em 5px 0;
  width: 170px;
}

.labelColumn_combo_toosmall {
  margin-left: 4px;
  margin-right: 5px;
  padding: 0 0.1em 5px 0;
  background: url(../images/backgrounds/select.gif) no-repeat 100% 0 transparent;
  height: 31px;
  width: 90px;
  display: block;
  float: right;
  font-size: 1em;
}

.mailsinputtextarea-span {
  background: url(../images/backgrounds/input-textarea02.gif) no-repeat scroll 355px 135px;
  display: inline-block;
  padding: 0 3px 0 0;
  text-align: right;
  width: 346px;
  height: 135px;
}

.mailscomposetxtboxmatter,
.mailscomposetxtboxmatter1 {
  font-size: 0.7em;
  color: #424242;
  width: 500px;
  height: 135px;
  overflow: scroll;
  margin: 2px 0px 2px 0px;
  vertical-align: middle;
}

.labelcolumnsmall_ComboBox {
  border: 0px;
  margin: 0px;
  padding: 8px 11px 5px 0px;
  background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
  height: 31px;
  width: 168px;
}

.querycomboboxmedium_small {
  background: url(../images/backgrounds/select.gif) no-repeat scroll 0% 0 transparent;
  border: 0 solid #98DDFF;
  float: right;
  font-size: 0.8em;
  height: 31px;
  margin-right: 5px;
  padding-top: 7px;
  vertical-align: middle;
  width: 170px;
}

.tableoverflowwrapper {
  overflow-x: auto;
  width: 100%;
  border: 1px solid #BDBDBD;
}

.labelcoltxtnumber {
  background: url(../images/backgrounds/input-text.gif) no-repeat scroll 100% 0 transparent;
  border: 0 none;
  color: #212121;
  display: inline-block;
  font-size: 0.69em;
  line-height: 0.69em;
  font-weight: normal;
  height: 20px;
  margin: 0;
  padding: 5px 2px 5px 0;
  vertical-align: middle;
  width: 34px;
}

.labelCol_text_brdr_number {
  float: right;
  height: 31px;
  background: url(../images/backgrounds/input-text.gif) #F5F5F5 no-repeat 0% 0px;
  padding-left: 5px;
  padding-left: 0;
  margin-right: 5px;
  margin-left: 5px;
  width: 37px;
}

.querytextboxnumber {
  background-color: #D9EEFE;
  padding-top: 0px;
  border: 0px none;
  background: url(../images/backgrounds/input-text.gif) no-repeat -2% 0px;
  font-size: 0.8em;
  line-height: 0.8em;
  width: 106px;
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
  float: right;
  height: 31px;
}

.labelcolnumber {
  background: url(../images/backgrounds/input-text.gif) no-repeat scroll 100% 0 transparent;
  border: 0 none;
  height: 28px;
  margin: 0;
  padding: 5px 2px 5px 0;
  width: 81px;
  display: block;
}

.inputtextarea-spansmall {
  background: url(../images/backgrounds/input-textarea02.gif) no-repeat scroll 100% 0 #F5F5F5;
  display: inline-block;
  height: 120px;
  padding: 0 3px 0 0;
  text-align: right;
  width: 20%;
}

.dropdownheader_top,
.dropdownheader_top_r {
  display: inline;
  font-size: 0.75em;
  font-weight: normal;
  margin: 0 0 0 5px;
  vertical-align: middle;
  width: 125px;
}

.dropdownheader_top {
  background-attachment: scroll;
  background-color: #0070C0;
  color: #FFFFFF;
}

.dropdownheader_top_r {
  background-attachment: scroll;
  background-color: #000000;
  border: 0 none;
  color: #9E9E9E;
}

.dropdownheader_1 {
  background: none no-repeat scroll 100% 0 #212121;
  border: 0 none;
  color: #FFFFFF;
  display: inline;
  font-size: 0.75em;
  font-weight: normal;
  margin: -2px 4px 0 8px;
  vertical-align: middle;
  width: auto;
  float: right;
}

.formrow_cp {
  background-color: transparent;
  clear: both;
  margin: 0;
}

.querytextright_cp {
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 4px;
}

.ERROR_ROW_HIGHLIGHT {
  background-color: pink;
  float: right;
  width: 97.3%;
  margin-top: 5px;
  margin-right: 6px;
}

.hasPulldownMenu {
  margin-top: -1.0999%;
}

.menuSideArrowImage {
  list-style-image: url(../images/backgrounds/next-inactive.gif);
  padding-right: 10px;
  border: 0px;
  text-align: right;
  cursor: pointer;
  margin-right: 20px;
}

.menuArrowImageDown {
  border-color: #424242 transparent transparent;
  border-style: solid dashed dashed;
  border-width: 5px 5px 0;
  display: inline-block;
  padding-top: 1px;
  position: relative;
  margin-right: 2px;
  margin-left: 3px;
  margin-top: 9px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.menuSideArrowImageForMenuChoices {
  padding-right: 2px;
  border: 0px;
  text-align: right;
  cursor: pointer;
  margin-right: 2px;
}

.menuChoicesColumn {
  border-left: 1px dashed #E0E0E0;
  display: list-item;
  list-style: none outside none;
  padding: 0;
  width: 170px;
  margin-left: 2px;
}

.menuChoicesColumnLast {
  border-left: none;
  display: list-item;
  list-style: none outside none;
  padding: 0;
  width: 170px;
}

.labelleft {
  float: right;
  padding-top: 7px;
  padding-left: 3px;
  color: #212121;
  font-size: 0.813em;
}

.controlOptionCaption {
  color: #212121;
  font-size: 0.813em;
  float: right;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 0.2%;
}

.bluelink_bold {
  font-weight: normal;
  font-size: 0.75em;
}

.labelColumn_combo_brdr {
  height: 31px;
  background: url(../images/backgrounds/select.gif) #F5F5F5 no-repeat -560px 0px;
  display: block;
}

.labelColumn_combo_brdr_compose_mail {
  background: url(../images/select_compose_to.gif) no-repeat scroll 100% 0 transparent;
  display: block;
  background-color: #D9EEFE;
  background-repeat: no-repeat;
  border: medium none;
  float: right;
  font: 0.69em 1.56em roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  height: 31px;
  padding: 0 1px 0 0;
  vertical-align: middle;
  width: 182px;
}

.accordianmenu {
  float: right;
  width: 100%;
  border-right: 1px solid #E0E0E0;
  margin-bottom: 5px;
  background: #FFFFFF;
}

.cancel {
  color: #0F9CFF;
  display: block;
  font-size: 14px !important;
  padding: 10px 22px 10px 0 !important;
  float: right;
}

.acc_button,
.acc_button_disabled {
  background: url(../images/inbox_btn.png) no-repeat;
  width: 19px;
  height: 16px;
  border: none;
  vertical-align: top;
  cursor: pointer;
  margin-right: 75px;
  margin-left: 15px;
}

.acc_button_disabled {
  background: url(../images/inbox_btn_disabled.png) no-repeat;
}

.acc_button_aligntrash {
  margin-right: 50px;
}

.mid_img {
  padding-right: 1px;
  padding-bottom: 2px;
}

.selected {
  background: url(../images/selected_hover.png) no-repeat scroll 100% 0 transparent;
  background-repeat: repeat-x;
  float: right;
}

.flag_btn {
  float: right;
}

.options-menu {
  text-align: right;
  line-height: normal;
}

.small-options {
  width: 50px;
  height: 21px;
}

.dropdownexpandalbe_nobackground {
  background-color: transparent;
  border: 0px;
  margin-top: 0px;
  padding-top: 7px;
  color: #212121;
  width: 99%;
  display: inline-block;
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: middle;
}

.labelColumn_combo_nobackground {
  background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
  display: inline-block;
  height: 31%;
  margin: 0;
  padding: 0 0.1em 5px 0;
  width: 80%;
}

.labelColumn_combo_brdr_nobackground {
  height: 31%;
  background: url(../images/backgrounds/select.gif) #F5F5F5 no-repeat 0px 0px;
  display: inline-block;
}

.mailview_textarea {
  background: url(../images/text_area.png) no-repeat scroll 100% 0 transparent;
  border: medium none;
  float: right;
  height: 200px;
  margin: 5px 10px 10px 15px;
  overflow: hidden;
  padding: 5px 5px 0 0;
  width: 100%;
}

.inbox_containt_new,
.inbox_containt_new1 {
  background: #F5F5F5;
  width: 100%;
  height: 104px;
  padding-top: 10px;
  color: #0070C0;
}

.newfolder {
  margin-right: 5px;
  float: right;
  margin-bottom: 6px;
  font-size: 13px;
  color: #000000;
}

.acc_button {
  float: left;
  background: url(../images/inbox_btn.png) no-repeat;
  width: 19px;
  height: 16px;
  border: none;
  vertical-align: top;
  cursor: pointer;
  margin-right: 75px;
  margin-left: 15px;
}

.acc_btn_align {
  margin-right: 0;
}

.acc_btn {
  width: 33px;
  border: none;
  vertical-align: top;
  cursor: pointer;
  float: left;
  margin-left: 2px;
}

.pfm_btns {
  background: url(../images/sendbtn.png) no-repeat scroll 100% 0 transparent;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  height: 22px;
  width: 46px;
  font-size: 0.69em;
  font-weight: normal;
}

.static_error_message {
  color: #FF0000;
  float: right;
  margin-right: 22px;
  text-align: right;
  width: 35%;
  font-size: 0.69em;
}

.mega-menu {
  line-height: 10px;
  font-size: 0.75em;
  height: auto;
  padding: 0 25px;
  margin: 0 auto;
  width: 93.796875%;
}

.checkbox_cp {
  margin: 5px 5px 0 0;
}

.searchsimpletext_stage3 {
  color: #212121;
  font-size: 0.69em;
  float: right;
  padding-top: 7px;
  padding-left: 5px;
}

.notificationTxtarea {
  font: inherit roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  background: none repeat scroll 100% 0 transparent;
  border: medium none;
  height: 120px;
  outline: medium none;
  resize: none;
  width: 262px;
  font-size: 0.69em;
}

.simpletextNotification,
.simpletextNotification_bold {
  font-size: 0.69em;
  font-weight: normal;
  padding-top: 15px;
}

.notificationLabel {
  float: right;
  margin-right: 4px;
  width: 154px;
}

.tableoverflowwrapperhw {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  float: right;
  margin-bottom: -1px;
  margin-right: -1px;
  margin-top: auto;
}

.inputtextareasmall {
  border: 0 none;
  font-size: 0.69em;
  line-height: normal;
  margin: 2px 0 0 0;
  overflow: auto;
  padding: 0;
  text-align: right;
  resize: none;
  width: 260px;
  height: 50px;
  float: right;
}

.inputtextareasmall-span {
  background: url(../images/backgrounds/input-textarea-53.gif) no-repeat scroll 100% 0 #fbfbfb;
  display: inline-block;
  padding: 0 3px 0 0;
  text-align: right;
  width: 265px;
  height: 53px;
}

.rightTextWhite {
  display: inline;
  color: #FFFFFF;
  font-size: 1em;
  margin-right: 7px;
}

.skinUnSelectLeft {
  background: url(../images/backgrounds/HWSkinBlue.gif) no-repeat scroll 100% 0 transparent;
  clear: right;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding-right: 9px;
}

.skinUnSelectRight {
  background: url(../images/backgrounds/HWSkinBlue.gif) no-repeat scroll 0% 0 transparent;
  display: inline-block;
  float: left;
  height: 21px;
  line-height: 21px;
  padding-left: 6px;
  width: 15px;
}

.skinPulldown {
  background-color: #FFFFFF;
  overflow: visible;
  position: absolute;
  left: -12%;
  width: 142px;
  z-index: 1;
  display: none;
  padding-bottom: 2%;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}

.themeColStyle {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: visible;
}

.themeIcon {
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2px;
}

.smallThemeIcon {
  height: 15px;
}

.bigThemeIcon {
  height: 40px;
}

.multiselect_simpletext {
  color: #212121;
  padding-right: 14px;
  padding-top: 2px;
  line-height: 15px;
  font-size: 0.79em;
  word-break: break-all;
  position: relative;
  top: -2px;
}

.tableheader_nosort {
  font-size: 1em;
}

.querytextright_bold {
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  padding-right: 2px;
  font-weight: normal;
}

.stage3_previewdetailsrow_4Column {
  margin-top: 11px;
  float: right;
  width: 100%;
}

.labelcolumncomboextrasmall {
  background-color: transparent;
  border: 0 none;
  color: #0070C0;
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.labelColumn_combo_brdr_extrasmall {
  height: 31px;
  width: 85px;
  display: block;
}

.labelColumn_combo_extrasmall {
  margin-left: 4px;
  margin-right: 5px;
  padding: 0 0.1em 5px 0;
  height: 31px;
  width: 85px;
  display: block;
  float: right;
}

.multiselect_arrow {
  padding-top: 5px;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  color: #757575;
}

.multiselect_options_div {
  width: 19%;
  background-color: #FFFFFF;
  overflow: auto;
  border: 1px solid #E0E0E0;
  position: absolute;
  z-index: 1;
  margin-top: 13px;
  height: 240px;
  min-width: 142px;
}

.simpletextbold_gray {
  color: #757575;
  font-size: 0.69em;
  font-weight: normal;
  padding-top: 15px;
}

.stage3_paytonewpayee_gray {
  color: #757575;
  margin: 0 5px 0 0;
}

.toolBarDialog_span {
  width: 300px;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}

.toolBarDialog_img {
  margin-top: 5px;
  width: 100%;
  height: auto;
}

.jcarousel-skin-tango {
  float: right;
}

.widgetBar_btn_span {
  float: right;
}

.widgetBar_outer_close {
  bottom: 25% !important;
  display: block !important;
  position: fixed !important;
  top: 200px;
}

.widgetBar_pullbtn_close {
  cursor: pointer;
  margin-right: -47px;
  position: relative;
  z-index: 10;
  top: 200px;
}

.v-middle {
  font-size: 11px;
}

.labelColumn_combo {
  margin: 0px 0px 0px 0px;
  padding: 0 0.1em 5px 0;
  background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
  height: 31px;
  width: 240px;
  display: inline-block;
  float: right;
}

.grid_OuterMostDiv {
  background-color: #F5F5F5;
  border: 2px solid #E0E0E0;
  float: right;
  height: 108px;
  margin: 2px 0 0 2px;
  width: 31.9999%;
}

.grid_OuterMostDiv_highlight {
  border: 2px solid #757575;
}

.grid_widgetIcon {
  float: right;
  height: 65px;
  margin: 22px 15px 5px 0;
  width: 34%;
}

.grid_description {
  font-size: 13px;
  float: right;
  width: 51.7138%;
  height: 36px;
  margin: 3px 5px 0 0px;
}

.grid_headerSpan {
  color: #000000;
  font-weight: normal;
  cursor: pointer;
}

.grid_Icon {
  margin: 8px 12px 0 0;
}

.grid_record_status_img {
  width: 40px;
  height: 25px;
  float: right;
}

.grid_main_outer_div {
  height: auto;
  width: 100%;
  float: right;
}

.grid_checkBox {
  float: right;
  margin-right: 5px;
  margin-top: 24px;
}

.grid_Selected_para {
  background-color: #E0E0E0;
  float: left;
  height: 0px;
}

.multi_select_dropdown_with_border {
  border: 1px solid #E0E0E0;
  float: right;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-right: 3px;
}

.footer_img {
  vertical-align: middle;
}

.CollapsibleButtonImg {
  background-image: url(../images/backgrounds/icoSubLeftMenu_new.png);
  background-repeat: repeat-x;
}

.CollapsibleButton {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}

.InActiveMenu,
.ActiveMenu {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  position: relative;
  top: -3px;
}

.ActiveMenu {
  color: #000000;
  font-weight: normal;
}

.ControlOptionArrow {
  background-image: url(../images/backgrounds/icoMenuArrow.png);
  background-repeat: no-repeat;
  border-bottom: 0 none;
  height: 16px;
  position: relative;
  width: 16px;
  margin-left: 6px;
  padding-left: 5%;
}

.ControlOptionSeperator {
  padding-left: 5px;
}

.CollapsibleButtonImg {
  background-image: url(../images/backgrounds/icoSubBgMenu.png);
  background-repeat: repeat-x;
  padding-bottom: 5px;
  background-position: bottom;
  line-height: 18px;
}

.leftMenu,
.rightMenu {
  height: 18px;
  padding-left: 10px;
  position: relative;
  padding-bottom: 5px;
}

.leftMenu {
  background: url(../images/backgrounds/icoSubLeftMenu.png) no-repeat scroll 100% 100% transparent;
}

.rightMenu {
  background: url(../images/backgrounds/icoSubRightMenu.png) no-repeat scroll 100% 100% transparent;
}

.collapseMenu {
  background: url(../images/backgrounds/icoPlus.png) no-repeat scroll 100% 70% transparent;
  padding-left: 15px;
}

.expandMenu {
  background: url(../images/backgrounds/icoMin.png) no-repeat scroll 100% 70% transparent;
  padding-left: 15px;
}

.expandMenu_SRListing {
  margin-right: 6px;
  padding-left: 15px;
}

.stage3_simpletextleftwithwidth_SRListing {
  color: #212121;
  font-size: 0.813em;
  font-weight: normal;
  float: right;
  width: 60px;
  padding-bottom: 15px;
  padding-right: 12px;
  margin-top: 10px;
}

.width100Percent_borderBottom_SRListing {
  width: 100%;
  border-bottom: 0px;
}

.paddingbottom27_newSRListing {
  padding-bottom: 5px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: normal;
}

.HW_tabletextwithpadding_newwidth4percent {
  vertical-align: middle;
  font-size: 0.75em;
  width: 4%;
}

.HW_tabletextwithpadding_newwidth96percent {
  vertical-align: middle;
  font-size: 0.81em;
  width: 96%;
}

.HW_textwithpadding_new {
  vertical-align: middle;
  font-size: 1em;
  padding-right: 10px;
  border: none;
}

.newRequest_width4percent {
  width: 4%;
}

.newRequest_width25percent {
  width: 25%;
}

.newRequest_width60percent {
  width: 60%;
}

.newRequest_width15percent {
  width: 15%;
}

.newRequest_borderbottom {
  border-bottom: none;
}

.border_bottom_clear_imp {
  border-bottom: 0px !important;
}

.labelColumn_combo_small_cr {
  margin-left: 4px;
  margin-right: 5px;
  padding: 0px 0.1em 5px 0px;
  background: url(../images/backgrounds/select.gif) no-repeat 100% 0 transparent;
  height: 31px;
  width: 70px;
  display: block;
  float: right;
  font-size: 1em;
}

.labelColumn_combo_brdr_small_cr {
  height: 31px;
  background: url(../images/backgrounds/select.gif) no-repeat scroll 0% 0 transparent;
  width: 70px;
  display: block;
}

.labelcolumntexttoosmall_pfm {
  background: url(../images/backgrounds/input-text.gif) no-repeat scroll 100% 0 transparent;
  border: 0 none;
  color: #BDBDBD;
  display: inline-block;
  font-size: 0.69em;
  line-height: 0.69em;
  font-weight: normal;
  height: 20px;
  margin: 0;
  padding: 7px 2px 5px 0;
  vertical-align: middle;
  width: 80px;
  float: right;
}

.error_highlight_withmargin {
  font-size: 0.69em;
  color: #FF0000;
  margin-right: 5px;
}

.querytextleftquickpaywidget {
  clear: right;
  float: right;
  font-weight: normal;
  padding: 7px 9px 1px;
  text-align: right;
  width: 19%;
}

.querytextrightquickpaywidget {
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 4px;
  padding-right: 12px;
}

.labelColumn_combo_toosmallQuickPay {
  float: right;
  height: 31px;
  margin-left: 2px;
  padding: 0 0.1em 3px 0;
  width: 68px;
}

.widgetFooterBorder {
  border-top: 1px solid #BDBDBD;
  height: 26px;
  margin-top: 0px;
}

.current_tab_widget,
.noncurrent_tab_widget {
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: inherit;
  display: inline-block;
  height: 22px;
  font-size: 0.69em;
}

.current_tab_widget {
  color: #424242;
  background: #FFFFFF url(../images/backgrounds/steps-selected.gif) repeat-x 100% 100%;
  padding-top: 3px;
  padding-bottom: 5px;
  width: 48.4%;
}

.noncurrent_tab_widget {
  color: #FFFFFF;
  background: url(../images/backgrounds/steps-non-selected.gif) repeat-x 100% 100%;
  padding-top: 6px;
  width: 48%;
  padding-bottom: 4px;
  padding-right: 3px;
}

.tab_widget_extratxt {
  background: #0070C0;
  color: #FFFFFF;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: 12px;
  font-weight: normal;
}

.widgetFooterLinkAnchor {
  color: #0070C0;
  vertical-align: top;
  font-size: 0.69em;
  margin-top: 2px;
}

.widpaginationdivider {
  border: 1px solid #E0E0E0;
  float: right;
  height: 24px;
  margin: 4px 7px 0 5px;
  vertical-align: middle;
}

.authTagTopBorder {
  border-bottom: 1px solid #9E9E9E;
}

.querytextleftStyle {
  width: 25%;
  float: right;
  clear: right;
  text-align: left;
  padding: 6px 1px 1px 1px;
  font-weight: normal;
}

.greenbgwithwidth {
  background-color: #B2DA9F;
  width: 99% !important;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.h3newsideborder {
  border: none !important;
  padding-right: 8px !important;
  width: 98%;
}

.Remarks_style {
  margin-top: -40px;
}

.labelColumn_combo_very_small,
.labelColumn_combo_small_cr {
  margin-left: 4px;
  margin-right: 5px;
  padding: 0px 0.1em 5px 0px;
  background: url(../images/backgrounds/select.gif) no-repeat 100% 0 transparent;
  height: 31px;
  width: 90px;
  display: block;
  float: right;
  font-size: 1em;
}

.labelColumn_combo_small_cr {
  width: 70px;
}

.labelColumn_combo_brdr_very_small {
  height: 31px;
  background: url(../images/backgrounds/select.gif) no-repeat scroll 0% 0 transparent;
  width: 90px;
  display: block;
}

.labelcolumntextremarks {
  border: 0 none;
  color: #212121;
  display: inline-block;
  font-size: 0.69em;
  line-height: 0.69em;
  font-weight: normal;
  height: 31px;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  float: right;
  min-width: 160px;
}

.labelCol_text_remarks {
  float: right;
  height: 31px;
  border: 1px solid #E0E0E0;
  padding-left: 5px;
  padding-left: 0;
  margin-right: 5px;
  margin-left: 0px;
  width: 350px;
}

.labelColumn_combo_brdr_small_cr {
  height: 31px;
  background: url(../images/backgrounds/select.gif) no-repeat scroll 0% 0 transparent;
  width: 70px;
  display: block;
}

.querytextboxmediumAdv_search {
  background-color: #D9EEFE;
  padding-top: 0px;
  border: 0px none;
  background: url(../images/backgrounds/input-text.gif) no-repeat -2% 0px;
  width: 130px;
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
  float: right;
  height: 31px;
}

.labelcolumnAdvsearch {
  border: 0px;
  margin: 0px;
  padding: 6px 3px 0px 0px;
  background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
  height: 26px;
  width: 115px;
  font-size: 0.69em;
  line-height: 0.69em;
}

.simpletext_breakword_label {
  color: #212121;
  font-size: 0.69em;
  word-wrap: break-word;
  width: 100%;
  float: right;
}

.expandMenu {
  background: url(../images/backgrounds/icoMin.png) no-repeat scroll 100% 70% transparent;
  padding-left: 15px;
}

.collapseMenu {
  background: url(../images/backgrounds/icoPlus.png) no-repeat scroll 100% 70% transparent;
  padding-left: 15px;
}

.rightMenu,
.leftMenu {
  height: 18px;
  position: relative;
  cursor: pointer;
}

.rightMenu {
  padding-right: 10px;
  background: url(../images/backgrounds/icoSubRightMenu.png) no-repeat scroll 100% 100% transparent;
}

.leftMenu {
  padding-left: 10px;
  background: url(../images/backgrounds/icoSubLeftMenu.png) no-repeat scroll 100% 100% transparent;
}

.CollapsibleButton {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}

.CollapsibleButtonImg {
  background-image: url(../images/backgrounds/icoSubBgMenu.png);
  background-repeat: repeat-x;
}

.InActiveMenu,
.ActiveMenu {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: -5px;
}

.InActiveMenu {
  color: #000000;
}

.ActiveMenu {
  color: #000000;
}

.multiselect_options_div_searchpanel {
  width: 55%;
  background-color: #FFFFFF;
  overflow: auto;
  border: 1px solid #E0E0E0;
  position: absolute;
  z-index: 1;
  margin-top: 13px;
  height: 240px;
}

.multi_select_dropdown_with_border_searchpanel {
  border: 1px solid #E0E0E0;
  float: right;
  margin-right: 9px;
  margin-left: 11px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-right: 3px;
  width: 42%;
  background-color: #FFFFFF !important;
}

.HW_textwithmore {
  vertical-align: middle;
  font-size: 1em;
}

.HW_linkDisplay {
  cursor: pointer;
  color: green !important;
  font-size: 0.77em;
}

.hwleftlabeldataentry_ebux {
  padding-right: 1px;
  width: 50%;
  float: right;
  clear: right;
  text-align: left;
  padding-bottom: 2px;
  position: relative;
  bottom: 3px;
}

.searchsimpletext_ebux_normal {
  position: relative;
  bottom: 3px;
  color: #757575;
  font-size: 14px;
  word-wrap: break-word;
  font-weight: normal;
}

.searchsimpletextebux3_rma,
.error_highlight_right_rma {
  font-size: 0.69em;
  float: right;
  padding-top: 6px;
  padding-left: 2px;
}

.searchsimpletextebux3_rma {
  color: #212121;
}

.error_highlight_right_rma {
  color: #FF0000;
}

#breadcrumbarrow {
  display: none;
}

.controlOptionHrStyle {
  width: 100%;
  float: right;
  margin: 6px 0;
  margin-bottom: 0px;
}

.controlOptionTableStyle {
  width: 100%;
  border-bottom: 0px;
  position: relative;
  top: 7px;
}

.searchsimpletext_leftpadding_bold,
.searchsimpletext_leftpadding_boldRWD {
  color: #424242;
  float: right;
  padding-top: 7px;
  padding-left: 3px;
  font-size: 0.69em;
}

.searchsimpletext_leftpadding_bold {
  padding-right: 6px;
}

.searchsimpletext_leftpadding_boldRWD {
  padding-right: 35px;
  width: 220px;
}

.subTwoLevelMenu {
  width: 290px !important;
}

.newCombobox_combo_small {
  background: url(../images/backgrounds/select.gif) no-repeat scroll 100% 0 transparent;
  display: block;
  float: right;
  height: 31px;
  margin: 0 5px 0 0;
  padding: 0 0.1em 5px 0;
  width: 150px;
}

.newCombobox_combo_brdr_small {
  height: 31px;
  background: url(../images/backgrounds/select.gif) no-repeat -630px 0 #F5F5F5;
  width: 150px;
  display: block;
}

.widgetpaginationnext_new,
.widgetpaginationprevious_new {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  border: none;
  color: transparent;
  cursor: pointer;
}

.widgetpaginationnext_new {
  background: url("../images/Pagination-Right-Arrow_Active_ux5.png");
}

.widgetpaginationprevious_new {
  background: url("../images/Pagination-Left-Arrow_Active_ux5.png");
}

.widgetpaginationnextDisabled_new,
.widgetpaginationpreviousDisabled_new {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 2px;
}

.widgetpaginationnextDisabled_new {
  background: url("../images/Pagination-Right-Arrow_Disabled_ux5.png");
}

.widgetpaginationpreviousDisabled_new {
  background: url("../images/Pagination-Left-Arrow_Disabled_ux5.png");
}

.widgetpaginationtxt1_new {
  color: #757575;
  font-size: 0.69em;
  text-align: center;
  padding: 0 7px 0px 8px;
  vertical-align: middle;
  float: right;
  margin-top: 9px;
}

.widgetFooterleft_new {
  float: right;
  padding: 0px 6px;
  height: 60px;
}

.widpaginationtxtbx_new {
  font-size: 0.69em;
  color: #424242;
  width: 28px;
  margin: 4px 0px 0px 0px;
  float: right;
  height: 28px;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-left: none;
}

.widformbtn_pagi_go_new {
  background: url(../images/Pagination_go-arrow.png) no-repeat scroll 50% 50% transparent;
  border: 1px solid #E0E0E0;
  color: transparent;
  font-size: 0.7em;
  font-weight: normal;
  height: 30px;
  margin: 4px 0px 0px 3px;
  padding: 1px;
  padding-bottom: 1px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  float: right;
  cursor: pointer;
}

.widgetFooterRight_new {
  float: left;
  margin-top: 13px;
  padding: 0px 6px;
}

.widcolumnSeparator_new {
  margin-left: 4px;
  float: right;
  height: 20px;
  margin-top: 4px;
}

.widpaginationdivider_new {
  float: right;
  margin: 4px 7px 0px 5px;
  height: 24px;
  border-right: 1px solid #E0E0E0;
  vertical-align: middle;
}

.transactiontxt_new {
  float: right;
  margin-right: 6px;
  margin-left: 9px;
  margin-top: 19px;
  font-size: 0.69em;
  color: #424242;
}

.listheadertext {
  font-size: 0.7em;
  word-wrap: break-word;
}

.sortedlistboldtxtwithline {
  padding-right: 6px;
  border-right: 1px solid #9E9E9E;
  padding-left: 6px;
  vertical-align: middle;
}

.searchsimpletext_txnAlerts {
  color: #0F9CFF;
  font-size: 14px !important;
  text-decoration: none;
  float: right;
  padding-top: 5px;
  padding-left: 5px;
}
.listgreyrowtxtleftline1 {
  padding-right: 35px;
  padding-left: 6px;
  vertical-align: middle;
  border: 0px;
  text-align: right;
  min-width: 152px;
}

.listgreyrowtxtleftline2 {
   padding-right: 35px;
   padding-left: 6px;
   vertical-align: top;
  border: 0px;
  text-align: right;
   min-width: 170px;
   text-align: right !important;
   min-width: 106px;
}
.listgreyrowtxtwithoutlineleft
 {
   padding: 20px 63px 36px 6px;
  vertical-align: top;
  border: 0px;
  /* top: 30px; */
  top: 0px;
  max-width: 209px;
  min-width: 202px;
  POSITION: relative;
  border-left: 1px solid #E0E0E0;
}
.swipe-item:hover{
  background:none !important;
}
/* tag helper xml styles ends */
.listgreyrowtxtleftline3
 {
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: bottom;
  border: 0px;
  text-align: right;
  padding-top: 140px;
  position: relative;
 /*  te; */
  /* left: -10%; */
  top: 0px;/* HBTF Jordan:sharath */
  /*  top: -35px; */
   left: 70px ;/* RTL */
}
.listgreyrowtxtleftline4 {
  padding-right: 35px;
  padding-left: 6px;
  vertical-align: middle;
  border: 0px;
  text-align: right;
  min-width: 170px;
  /* position: relative; */
  /* left: 27px; */
  text-align: right!important;
}
.listgreyrowtxtwithoutlineleft>a{
  color:#005295 !important
  ;
}
.listgreyrowtxtleftline5
 {
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: bottom;
  border: 0px;
  text-align: right;
  padding-top: 130px;
  position: relative;
  top: 91px;/* HBTF Jordan:sharath */
  right: -25px;
  top: 41px;
}



@media only screen and (max-width: 610px) {

.listgreyrowtxtleftline1 {
  padding-right: 0px;
  padding-left: 6px;
  vertical-align: middle;
  border: 0px;
  text-align: right;
  min-width: 23px;
  top: 108px;
  position: relative;
  right: -270px;
}

.listgreyrowtxtleftline2 {
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: bottom;
  border: 0px;
  text-align: right;
  /*   padding-top: 140px; */
  top: 14px;
  position: relative;
 /*  te; */
  right: -41%;
  min-width: 101px;
}
.listgreyrowtxtwithoutlineleft
 {
  padding: 17px 40px 23px 28px;
  vertical-align: top;
 /* le; */
  border: 0px;
  top: 1px;
  max-width: 100%;
  min-width: 240px;
  position: relative;
  text-align:center;
}
.swipe-item:hover{
  background:none !important;
}
/* tag helper xml styles ends */
.listgreyrowtxtleftline3
 {
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: bottom;
  border: 0px;
  text-align: right;
  /* padding-top: 102px; */
  position: relative;
 /*  te; */
  right: -49%;
  top: 81px;/* HBTF Jordan:sharath */
}
.listgreyrowtxtleftline4 {
  padding-right: 0px;
  padding-left: 6px;
  vertical-align: middle;
  border: 0px;
  text-align: right;
  min-width:145px;
  position: relative;
  right: -266px;
  top: 107px;
}
.listgreyrowtxtleftline5 {
  padding-right: 0px;
  padding-left: 0px;
  /* vertical-align: middle; */
  border: 0px;
  text-align: center;
  min-width: 0px;
  position: relative;
  right: -500px; */
  top: 98px;
  top: 82px;
}
.listgreyrowtxtwithoutlineleft>a{
  color:#005295 !important ;
}
.current-balance-prev {
    right: 22px;
  }
.current-balance-next {
    right: 327px;
  }
.current-balance-divider {
  position: absolute;
  border-bottom: 1px solid #E0E0E0;
  right: 9% !IMPORTANT;
  width: 76%;/* HBTF Jordan:Sharath */
  top: 2% !important;/* HBTF Jordan:Sharath */
  border-left: none !important;
  height: 120px !important;
}
.width_right_dash_custom {
  width: 50%;
   float: none;
   text-align: left;
   padding-left: 0px; 
  padding-left: 0px;/* HBTF Jordan Sharath */
   padding-bottom: 0px; 
}
.width_right_dash {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 0px;/* HBTF Jordan Sharath */
  margin-top:-24px
}
.fullscreen-bg__video{
	display:none;
}
.cctypewidget{
	min-width: 253px;
    top: 30px;
}

}
.querytextboxcustom {
  padding-top: 0px;
  font-size: 0.69em;
  width: 100%;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
 /*  float: left; */
  height: 24px !important;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  margin-top:14px!important;
}
.querytextrightdate {
  padding-right: 6px;
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 4px;
  width:29%
}
.querytextright_card>.labelColumn
{
  WIDTH: 7% !IMPORTANT;
  text-align:center;
}
.querytextright_card>input
{
  WIDTH: 7% !IMPORTANT;
  border: 1px solid #E0E0E0;
  text-align:center;
}
.querytextright_card_2>input
{
  WIDTH: 3% !IMPORTANT;
  border: 1px solid #E0E0E0;
  text-align:center;
}
.querytextrightcustom{
  padding-right: 6px;
    clear: left;
    display: block;
    overflow: hidden;
    paddingbottom: 4px;
    width:26% /*HBTF Jordan:sharath*/
}
.querytextrighttextbox {
  padding-right: 6px;
  clear: left;
  display: block;
  overflow: hidden;
  padding-bottom: 23px;
}
.querytextright_custom>.labelColumn{
  width: 170px !important;
}
.stage5_detailspanel{
  border-top:none !important;
}
#operative{
  max-height:220px;;
}
.widthheight100percent{
	width:100%;
	height:100%;
}
.hidevisibility{
	visibility: hidden;
	width:0px;
}
@media screen  and (max-width: 800px) and (min-width: 700px) and (min-height :1024px) {
.listgreyrowtxtleftline3 {
    right: -108px;
}
.headerLogoutLink {
  top: -54px;/* HBTF Jordan:Mobile UI:Sharath */
}
}
@media screen  and (max-width: 800px) and (min-width: 700px) {
.listgreyrowtxtleftline3 {
    right: -108px;
}
.headerLogoutLink {
  top: -54px;/* HBTF Jordan:Mobile UI:Sharath */
}
}

.stage3_righttxnadv {
  background: url(../images/txn_advertisement.jpg) no-repeat scroll 100% 0 transparent;
  border: 1px solid #E0E0E0;
  float: right;
  width: 100%;
  height: 160px;
  background-size: 100% 100%;
}
.stage3_rightcommonadv {
  background: url(../images/advertisement.jpg) no-repeat scroll 100% 0 transparent;
  border: 1px solid #E0E0E0;
  float: right;
  width: 100%;
  height: 160px;
  background-size: 100% 100%;
}
.stage3_inputpanel_column35 {
  float: right;
  margin-left: 5px;
/*   margin-top: 7px; */
  margin-top: 15px;/* SHARATH */
  text-align: left;
  width: 45%;
}
.querytextright_card_1>.labelColumn{
	width:7% !important;
	float:none;
}
.querytextright_card_1>.labelColumn>input{
	width:7% !important;
}
.cardLeft{
 float:right;
 width:70%;	
}
.cardRight{
 float:left;
 width:30%;	
}
.querytextrightdate>span>span>.picker__input{
  height: 30px;
}
.querytextrightdate>span>span>.picker-icon{
  margin-top: -7px;
}
.listgreyrow{
  background-color: #ffffff;
}
.listwhiterow{
  background-color:#FFFFFF;
}
.listgreyrow:hover{
  background-color: #99d4fe;
}
.listwhiterow:hover{
  background-color:#99d4fe;
}
.listrowwrapper:hover  .listwhiterow {
    background: #99d4fe;
}
.listrowwrapper:hover  .listgreyrow {
    background: #99d4fe;
}
@media screen and (min-width: 1023px){
.footerfullviewlogin{
	position: absolute;
	margin: 0px;
	top: auto;
	/* bottom: 9px; */
	/* right: 10px; */
	right: 0px;
	width: 100%;
	z-index: 0;
	display: block;
	visibility: visible;
}
}
	/* HBTF Jordan Ends:Sharath */
.listrowwrapper:hover  .brd_grayselected1 {
    background: #99d4fe;
}
.listrowwrapper:hover  .brd_grayselected {
    background: #99d4fe;
}
.listrowwrapper:hover  >.brd_gray1 {
    background: #99d4fe;
}
.listrowwrapper:hover  >.brd_gray {
    background: #99d4fe;
}
.readonlydescription{
  margin-top:12px;
}
.ccwidgetimage {
    padding:  2px 69px 11px 2px !important;
}
.ccleftrtl {
    padding-top: 123px;
}