/*
* 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.
 */
/*$application-primary-color: color("blue", "base");*/
/* 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.
 */
/*$button-primary-background-color: $application-primary-orange-color;*/
/*$button-primary-background-color-onhover: $application-primary-orange-color;*/
/*$button-secondary-background-color: color("white", "base");*/
/*$button-secondary-background-color-onhover: color("white", "base");*/
/*$button-secondary-text-color: $application-primary-orange-color;*/
/*$button-secondary-text-color-onhover: $application-primary-orange-color;*/
/* 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
 */
/*$steptracker-header-icon-bacground: color("grey", "lighten-1");*/
/* 
 * 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
 */
/*$widgets-shadow: $shadow-layer-1;*/
/*
 * 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.
 */
[type="checkbox"] + span, [type="radio"]:not(:checked) + span,
[type="radio"]:checked + span, .tabs ul, .dncalendar-header .dncalendar-links div {
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * This file contains all component styles which are modified on top of the base materialize style sheet as per 11.2.4 requirements. 
 * The file has been delivered to product by third party vendor as per product requirements using Google Material Design. 
 */
/*
 * Project          : Decorum
 * Module           : Common
 * Source filename  : styles.css
 * Description      : Webpage styles
 * Author           : Jaison, Ushalatha, Prasanth, Santhosh, Shruthi, Nikhil
 * Copyright        : Copyright (C) 2015, Infosys Limited
 *                    Written under contract by Robosoft Technologies Pvt. Ltd.
 */
/*
 * Form elements 
 */
/*
 * Button Styles
 */
.btn,
.btn-large,
.btn-flat {
  /*text-transform: initial;*/
  /*Modified for making text as uppercase-Lumi*/
}

.btn,
.btn-large {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #d61a0c;
}

.btn:hover,
.btn-large:hover {
  -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #d61a0c;
  color: #FFFFFF;
}

.btn-floating {
  background-color: #d61a0c;
}

button:focus {
  background-color: #d61a0c;
}

.btn,
.btn-large,
.btn-flat {
  /* font-weight: 500; */
  color: #FFFFFF;
  /*phani for profilebx
  font-size: 12px;*/
  font-size: 13px;
  font-family: Lato-Regular,roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  /*Modified for sravan for font size*/
  text-transform: none;
  border-radius: 2px;
}

.btn input,
.btn-large input,
.btn-flat input {
  font-size: 14px;
}

.button-container .btn,
.button-container .btn-flat {
  margin-bottom: 8px;
  margin-right: 5px;
}

.button-container .btn:last-child {
  margin-right: 0px;
}

.btn-flat {
  color: #d61a0c;
  background-color: transparent;
}

.btn-flat:hover {
  color: #d61a0c;
}

.reset-btn,
.gray-btn,
button[type="reset"].waves-effect {
  background-color: #838686;
  color: #FFFFFF;
}

.reset-btn:hover,
.reset-btn:focus,
.gray-btn:hover,
.gray-btn:focus,
button[type="reset"].waves-effect:hover {
  background-color: #838686;
  color: #FFFFFF;
}

.waves-effect.waves-blue .waves-ripple {
  background-color: transparent;
}

label.active {
  color: #d61a0c;
  /*Modified for Lumi*/
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  padding-left: 0;
  padding-right: 0;
}

/* Added for tab-out issue in button */
.buttonFocus {
  -o-box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.3);
}

/*Modified for Lumi-- Multi Action Button Issue for next row --Start */
.dropdown-content span > a {
  display: block;
  line-height: 22px;
  padding: 14px 16px;
  text-align: left;
  color: #d61a0c;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-content span > a:hover {
  background-color: #F5F5F5;
}

/*Modified for Lumi-- Multi Action Button Issue for next row --End */
.file-field .btn,
.file-field .btn-large {
  height: 36px;
  line-height: 36px;
  margin-top: 5px;
  width: 67px;
  margin-bottom: 5px;
  /*Modified for file broswe*/
}

.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled {
  background-color: #E0E0E0 !important;
  color: #9E9E9E !important;
}

.btn-flat:disabled {
  color: #BDBDBD;
}

/*
 * Checkbox
 */
[type="checkbox"]:indeterminate + label:before {
  border-right-color: #d61a0c;
}

[type="checkbox"].filled-in:checked + label:after {
  border-color: #d61a0c;
  background-color: #d61a0c;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #757575;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #d61a0c;
}

[type="checkbox"].filled-in:not(:checked) + label:after,
[type="checkbox"] + label:before {
  border-color: #848484;
}

[type="checkbox"] + label {
  font-size: 15px;
  color: #000000;
}

.table [type="checkbox"] + label {
  height: 15px;
  line-height: 15px;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  background-color: #FFFFFF;
}

/*
 * Radio button
 */
[type="radio"]:checked + label:after {
  border-color: #d61a0c;
  background-color: #d61a0c;
}

[type="radio"].with-gap:checked + label:before {
  border: 2px solid #d61a0c;
}

[type="radio"].with-gap:checked + label:after {
  border-color: #d61a0c;
  background-color: #d61a0c;
}

[type="radio"]:not(:checked) + label:before {
  border-color: #848484;
}

/*
 * Input
 */
input[type=input],
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #E0E0E0;
  /*font-size: 14px;*/
  /*Commented for Lumi changes*/
  color: #000000;
  /*height: 2.5rem;*/
  /*Commented for Lumi changes*/
  margin-top: 4px;
  /*Modified for Lumi for Auto Dropdown*/
  background: transparent;
}

input[type=input]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  -o-box-shadow: 0 1px 0 0 #d61a0c;
  -ms-box-shadow: 0 1px 0 0 #d61a0c;
  -moz-box-shadow: 0 1px 0 0 #d61a0c;
  -webkit-box-shadow: 0 1px 0 0 #d61a0c;
  box-shadow: 0 1px 0 0 #d61a0c;
  border-bottom: 1px solid #d61a0c;
}

input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #d61a0c;
}

input:focus ~ label {
  color: #d61a0c;
}

input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  -o-box-shadow: 0 1px 0 0 #E0E0E0;
  -ms-box-shadow: 0 1px 0 0 #E0E0E0;
  -moz-box-shadow: 0 1px 0 0 #E0E0E0;
  -webkit-box-shadow: 0 1px 0 0 #E0E0E0;
  box-shadow: 0 1px 0 0 #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.input-field label.active {
  font-size: 13px;
}

.input-field .prefix.active {
  color: #d61a0c;
}

/* Added for Lumi changes 
    to highlight the type system error occured field in red color bottom */
.ERROR_ROW_BG input[type=input]:focus:not([readonly]),
.ERROR_ROW_BG input[type=text]:focus:not([readonly]),
.ERROR_ROW_BG input[type=password]:focus:not([readonly]),
.ERROR_ROW_BG input[type=email]:focus:not([readonly]),
.ERROR_ROW_BG input[type=url]:focus:not([readonly]),
.ERROR_ROW_BG input[type=time]:focus:not([readonly]),
.ERROR_ROW_BG input[type=date]:focus:not([readonly]),
.ERROR_ROW_BG input[type=datetime-local]:focus:not([readonly]),
.ERROR_ROW_BG input[type=tel]:focus:not([readonly]),
.ERROR_ROW_BG input[type=number]:focus:not([readonly]),
.ERROR_ROW_BG input[type=search]:focus:not([readonly]),
.ERROR_ROW_BG textarea.materialize-textarea:focus:not([readonly]) {
  -o-box-shadow: 0 1px 0 0 #F44336;
  -ms-box-shadow: 0 1px 0 0 #F44336;
  -moz-box-shadow: 0 1px 0 0 #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
  box-shadow: 0 1px 0 0 #F44336;
  border-bottom: 1px solid #F44336;
}

/*
 * Text editor
 */
.container-fluid .mce-panel {
  background-color: #F5F5F5;
}

.cke select,
.cke_dialog select {
  display: block !important;
}

input.cke_dialog_ui_input_text,
input.cke_dialog_ui_input_password,
textarea.cke_dialog_ui_input_textarea {
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: initial !important;
  font-size: 14px !important;
}

a.cke_dialog_ui_button {
  background: #838686 !important;
  color: #FFFFFF !important;
}

a.cke_dialog_ui_button_ok {
  background: #d61a0c !important;
  border-color: #d61a0c !important;
}

a.cke_dialog_ui_button span {
  text-shadow: 0 0px 0 transparent !important;
}

.cke_dialog_contents {
  margin-top: 0 !important;
}

.cke_dialog_tabs {
  display: none !important;
}

/*
 * Date Time picker
 */
.picker__date-display {
  background-color: #d61a0c;
  color: #FFFFFF;
}

.picker__weekday-display {
  background-color: #d61a0c;
  border-bottom: 1px solid;
  /**Added by Parvathy**/
}

.picker__weekday {
  color: #9E9E9E;
}

.picker__day--infocus {
  color: #424242;
}

.picker__day--infocus:hover {
  color: #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: transparent;
  color: #0F9CFF;
}

.picker__day.picker__day--today {
  color: #d61a0c;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #d61a0c;
  color: #FFFFFF;
  border-radius: 50%;
}

.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #D9EEFE;
}

.picker__close,
.picker__today {
  color: #d61a0c;
}

.picker__close:hover,
.picker__today:hover {
  color: #c8180b;
}

button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #D9EEFE;
}

.picker__month-display,
.picker__month-display div,
.picker__day-display,
.picker__day-display div,
.picker__year-display,
.picker__year-display div {
  display: inline;
}

.picker__month-display,
.picker__day-display,
.picker__year-display {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  margin-right: 15px;
}

.picker__month-display {
  margin-right: 5px;
}

.picker__year-display {
  margin-right: 0px;
}

.picker__weekday-display {
  font-weight: 400;
}

.picker-icon {
  background: transparent url("../images/Materialcalendar.png") no-repeat scroll 0 0;
  height: 30px;
  /*Modified from 20 to 30 for Lumi changes*/
  width: 20px;
  position: absolute;
  right: 5px;
  /*Changed for Lumi changes*/
  /*top:-3px;*/
  /*Commented for Lumi changes*/
  background-position-y: 7px;
  /* Added for Lumi changes */
}

/* added for mozilla firefox picker-icon gap issue start*/
@-moz-document url-prefix() {
  .picker-icon {
    float: left;
    left: 132px;
    top: -8px;
  }
}
/* added for mozilla firefox picker-icon gap issue end*/
.picker__nav--prev:before,
.picker__nav--next:before {
  border: 0 none;
  font-family: icomoon;
  font-size: 24px;
  right: 10px;
  position: relative;
  bottom: 1px;
  color: #757575;
}

.picker__nav--prev:before:hover,
.picker__nav--next:before:hover {
  color: #d61a0c;
}

.picker__nav--next:before {
  content: "\e928";
}

.picker__nav--prev:before {
  content: "\e913";
}

.picker__nav--prev.picker__nav--disabled:before,
.picker__nav--next.picker__nav--disabled:before {
  color: #E0E0E0;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: transparent;
  border-color: transparent;
  color: #E0E0E0;
  /* Added for disabled date color */
}

.picker__day--infocus {
  padding: .65rem 0;
}

.picker__table tbody > tr:hover {
  background-color: transparent;
}

/*
 * Select Box
 */
.select-wrapper span.caret {
  /* visibility: hidden; */
  z-index: 0;
  color: transparent;
}

.select-wrapper span.caret:after {
  visibility: visible;
  content: "\e90b";
  font-family: icomoon;
  position: absolute;
  top: 0;
  right: 0;
  color: #9E9E9E;
  z-index: 1;
  background: #FFFFFF;
  padding-left: 6px;
}

.select-wrapper input.select-dropdown {
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #E0E0E0;
}

.select-wrapper input.select-dropdown.active {
  -o-box-shadow: 0 1px 0 0 #d61a0c;
  -ms-box-shadow: 0 1px 0 0 #d61a0c;
  -moz-box-shadow: 0 1px 0 0 #d61a0c;
  -webkit-box-shadow: 0 1px 0 0 #d61a0c;
  box-shadow: 0 1px 0 0 #d61a0c;
  border-color: #d61a0c;
}

.select-wrapper .dropdown-content {
  top: 36px !important;
}

/*
 * Dropdown
 */
.dropdown-button {
  position: relative;
  padding-right: 40px;
}

.dropdown-button:after {
  content: "\e90b";
  font-family: icomoon;
  font-size: 11px;
  position: absolute;
  top: 1px;
  right: 14px;
}

.dropdown-content.multi-column-content li {
  clear: none;
}

.dropdown-content.multi-column-content {
  max-width: 500px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #0F9CFF;
  font-size: 14px;
  line-height: 20px;
}

.select-dropdown li > a,
.select-dropdown li > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-content li {
  min-height: 48px;
  /* Commented for Dropdown li width */
  /* height : 41px; */
  /* Added for Dropdown li width */
}

.dropdown-content {
  max-height: 600px;
  /*min-width: 150px;*/
  /* Commented for Dropdown li width */
  border-radius: 2px;
  background-color: #FFFFFF;
}

.autoWidth {
  width: auto !important;
}

.multiActionAlign {
  display: block;
  text-align: left;
  margin: 0px !important;
  color: #d61a0c;
}

.multiActionAlign:hover {
  background-color: #F5F5F5;
  color: #d61a0c;
}

.dropdown-content.multi-column-content.col-size-2 {
  min-width: 300px;
}

.dropdown-content.multi-column-content.col-size-3 {
  min-width: 450px;
}

@media only screen and (max-width: 600px) {
  .dropdown-content.multi-column-content {
    max-width: 250px;
  }

  .dropdown-content.multi-column-content.col-size-2,
  .dropdown-content.multi-column-content.col-size-3 {
    min-width: 250px;
  }
}
.more.dropdown-button {
  padding-right: 10px;
  padding-left: 5px;
  height: 22px;
  line-height: 22px;
  color: #757575;
}

.more.dropdown-button:after {
  /*content: "\e918";
  font-family: $icomoon-font-family;*/
  content: "";
  background: url(../images/moreactions_icon.jpg) no-repeat scroll left 0 transparent;
  background-size: 12px;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  font-size: 14px;
  color: #9E9E9E;
  position: absolute;
  top: 0;
  right: 0;
}

/*
 * Collapsible Section
 */
.collapsible-header {
  position: relative;
  /* font-size: 20px; commented by anand  */
  color: #000000;
  padding: 3px 24px;
  background-color: #FFFFFF;
}

.collapsible .collapsible-header:hover {
  background-color: #F5F5F5;
}

.backgroundSelectedHeadingSR {
  background-color: #F5F5F5;
}

.collapsible-header .expand-icon,
.collapsible-header .collapse-icon {
  position: absolute;
  top: 16px;
  right: 24px;
}

.collapsible-header .collapse-icon {
  display: none;
}

.collapsible-header.active .expand-icon {
  display: none;
}

.collapsible-header.active .collapse-icon {
  display: block;
}

/*
 * Widget (drad/drop and add/remove).
 * check 
 */
.widget.col {
  padding: 20px;
}

.widget-inner-block {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  background: #FFFFFF;
  border-radius: 2px;
}

.widget-title-block {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  background: #FFFFFF;
  border-radius: 2px 2px 0 0;
}

.widget-title {
  text-align: left;
  text-transform: uppercase;
}

.widget .icon-1,
.widget .icon-2 {
  cursor: pointer;
  font-size: 14px;
  color: #9E9E9E;
  position: absolute;
  top: 20px;
  right: 20px;
}

.widget .icon-2 {
  right: 50px;
}

.widget .view-link {
  margin-top: 20px;
}

.widget .view-link a {
  font-size: 14px;
  font-weight: 500;
  color: #d61a0c;
}

#sortable .sortable-ghost.widget {
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: #E3F2FD;
}

.sortable .widget .widget-inner-block {
  height: 315px;
}

@media only screen and (max-width: 710px) {
  .sortable .widget .widget-inner-block {
    height: 370px;
  }
}
@media only screen and (max-width: 625px) {
  .sortable .widget .widget-inner-block {
    height: 380px;
  }
}
@media only screen and (max-width: 600px) {
  .sortable .widget .widget-inner-block {
    height: 315px;
  }
}
@media only screen and (max-width: 320px) {
  .sortable .widget .widget-inner-block {
    height: 380px;
  }
}
/*
 * Non Draggable Widgets
 */
.non-draggable-widgets .widget {
  border-radius: 2px;
  margin-bottom: 20px;
}

/*
 * Modal View
 * check 
 */
.modal {
  max-height: 90%;
  width: 65%;
}

.modal-trigger {
  text-transform: capitalize;
}

.modal .modal-content {
  padding: 45px 60px;
}

.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #9E9E9E;
}

.modal .modal-body .modal-close {
  position: relative;
  top: 0px;
  right: 0px;
  color: #FFFFFF;
}

.modal .modal-header {
  text-align: center;
}

.modal .modal-title {
  color: #d61a0c;
  padding-bottom: 5px;
}

.modal-content .modal-header .value {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}

.modal-body {
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .modal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .modal .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
 * Components page
 */
.components-page {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.components-page .components-title {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #9E9E9E;
}

/*
 * Breadcrumb
 */
.breadcrumb:before {
  display: none;
}

.breadcrumb-block {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: inherit;
  height: auto;
  line-height: 1.5;
  margin-top: 20px;
  /*Modified for Lumie*/
  padding-left: 1.3px;
  /* Added for BreadCrumb Box Shadow*/
}

.breadcrumb-block .breadcrumb {
  color: #757575;
  font-size: 12px;
  padding: 4px 18px 4px 28px;
  /*Modified for lumie*/
  background: transparent;
  position: relative;
  display: block;
  float: left;
  /* added by sravan for breadcrumb */
  text-transform: uppercase;
  font-weight: 500;
}

.breadcrumb-block .breadcrumb:first-child {
  padding-left: 18px;
}

.breadcrumb-block .breadcrumb:last-child {
  color: #d61a0c;
  /*font-size: $breadcrumb-font-size;*/
  font-weight: 500;
  background-color: transparent;
}

.breadcrumb-content:after {
  display: block;
  content: " ";
  clear: both;
}

.breadcrumb-block .breadcrumb-icon:after,
.breadcrumb-block .breadcrumb:after {
  /*Modified by sravan for breadcrumb arrows allignment*/
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  /*** border-bottom: 12px solid #b92f2f00;*/
  border-bottom: 12px solid transparent;
  border-left: 6px solid #F5F5F5;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 100%;
  z-index: 1;
}

.breadcrumb-block .breadcrumb-icon:before,
.breadcrumb-block .breadcrumb:before {
  /*Modified by sravan for breadcrumb arrows allignment*/
  content: " ";
  display: block;
  width: 0;
  height: 0;
  /*** border-top: 12px solid #9a212100;*/
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 6px solid #DDDAD5;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
  /*Modified for highlight issue on opening of mega menu*/
}

.breadcrumb-block .breadcrumb-icon:after {
  border-left: 10px solid #FFFFFF;
}

.breadcrumb-block .breadcrumb:last-child:after {
  content: "";
  display: none;
}

.breadcrumb-block .breadcrumb:last-child:before {
  content: "";
  display: none;
}

.breadcrumb-block .breadcrumb-icon {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: #BDBDBD;
  display: none;
  padding: 10px 12px 12px 12px;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  position: relative;
}

.breadcrumb-content {
    /*phani 
	@include box-shadow($breadcrumb-shadow);*/
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*border: 1px solid #EFEFEF; */
  display: inline-block;
}

/*
 * Screen title block
 */
.screen-title-block {
  position: relative;
}

.screen-title-block:after {
  content: '';
  display: block;
  clear: both;
}

.screen-title-block .print-preview-button,
.screen-title-block .print-help-button {
  font-size: 24px;
  color: #757575;
  position: absolute;
  top: 0;
}

.screen-title-block .print-preview-button:hover,
.screen-title-block .print-help-button:hover {
  color: #d61a0c;
}

.screen-title-block .print-preview-button {
  right: 0;
}

.screen-title-block .print-help-button {
  right: 39px;
}

.screen-title-block .favorite-content {
  color: #0F9CFF;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 77px;
}

.screen-title-block .favorite-content .fav-icon {
  font-size: 24px;
  color: #757575;
  margin-right: 10px;
}

.screen-title-block .favorite-print-block .favorite-content .favorite-added-wrapper,
.screen-title-block .favorite-print-block .favorite-content.added .favorite-add-wrapper {
  display: none;
}

.screen-title-block .favorite-print-block .favorite-content.added .favorite-added-wrapper {
  display: block;
}

.screen-title-block .favorite-content .text {
  top: -4px;
  position: relative;
}

/*
@media only screen and (max-width: 700px) {
    .screen-title-block .heading1,
    .screen-title-block .favorite-print-block {
        margin-top: 15px;
    }
    .screen-title-block .favorite-content,
    .screen-title-block .print-preview-button,
    .screen-title-block .print-help-button {
        position: relative;
        right: 0;
        margin-right: 15px;
    }
}
*/
/* 
 * Autocomplete from Auto Complete suggetion css plugin
*/
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  cursor: default;
  border: 1px solid #BDBDBD;
  border-top: 0;
  background: #FFFFFF;
  /* -1px 1px 3px rgba(0,0,0,.1);*/
  /*Modified For Lumi*/
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 3000;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
}

.autocomplete-suggestion {
  position: relative;
  /* padding: 0 .6em; */
  line-height: 23px;
  /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis; Commented for removing ellipsis from auto complete suggestion*/
  /* font-size: 1.02em;
  color: #333; */
}

.autocomplete-suggestion b {
  font-weight: normal;
  /* color: #1f8dd6; */
}

.autocomplete-suggestion.selected {
  background: #F5F5F5;
  float: none !important;
}

/* 
 * Autocomplete
*/
.autocomplete-suggestions {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-top: 1px;
}

.autocomplete-suggestion {
  /***padding: 10px 10px;*/
  padding: 2px 5px;
  /*Modified For Lumi*/
  background-color: #FFFFFF;
  color: #d61a0c;
  font-size: 14px;
  /* width: 300px !Important;Added For Lumi*/
}

.autocomplete-icon {
  height: 20px;
  position: absolute;
  /* Modified for Lumi */
  right: 10px;
  top: 16px;
  width: 20px;
  color: #757575;
  cursor: pointer;
  font-size: 13px;
  /*Changed for Lumi changes for AutoDropDown Caret Size*/
}

.autocomplete-suggestion b {
  color: #d61a0c;
}

.autocomplete-values {
  display: none !important;
}

.autocomplete-values-list {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: none;
  position: absolute;
  top: 32px;
  max-height: 250px;
  overflow-y: auto;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-top-width: 0px;
  z-index: 3000;
  /* changed for Lumi for 222 to 3000 */
  right: 0.75rem;
  left: 0.75rem;
  margin-top: 1px;
}

.autocomplete-values-list li {
  line-height: 23px;
    /*phani for login dropdowns 
	padding: 10px 10px !Important; */
  padding: 2px 5px !Important;
  color: #d61a0c;
  font-size: 14px !important;
}

.autocomplete-values-list li:hover {
  background-color: #F5F5F5;
}

input.autocomplete-dropdown.focused {
  -o-box-shadow: 0 1px 0 0 #d61a0c;
  -ms-box-shadow: 0 1px 0 0 #d61a0c;
  -moz-box-shadow: 0 1px 0 0 #d61a0c;
  -webkit-box-shadow: 0 1px 0 0 #d61a0c;
  box-shadow: 0 1px 0 0 #d61a0c;
  border-bottom: 1px solid #d61a0c;
}

.autocomplete-values + label.focused {
  -o-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  -moz-transform: translateY(-140%);
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
  font-size: 13px;
  color: #d61a0c;
}

input[type="text"].autocomplete-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  /*phani for login*/
  padding-top: 5px;
}

.focused {
  color: #d61a0c !important;
}

/*
 * Error
 */
.error {
  color: #F44336;
}

input.invalid {
  margin-bottom: 2px;
}

/*
 * Messages-Block
 */
.messages-block {
  font-size: 14px;
  position: relative;
}

.messages-block .message-icons {
  font-size: 24px;
  position: absolute;
  left: 12px;
}

.messages-block .error,
.messages-block .success,
.messages-block .info,
.messages-block .warning {
  margin-bottom: 20px;
  padding: 12px;
  position: relative;
  color: #000000;
  padding-left: 56px;
  border-radius: 2px;
  background-clip: padding-box;
}

.messages-block .error-string,
.messages-block .success-string,
.messages-block .info-string,
.messages-block .warning-string {
  /*padding-left: 46px;*/
  font-weight: 400;
}

.messages-block .error {
  background-color: #FFAFAF;
}

.messages-block .success {
  background-color: #B2DA9F;
}

.messages-block .info {
  background-color: #98DDFF;
}

.messages-block .warning {
  background-color: #F1E381;
}

.messgae-icons {
  font-size: 24px;
  margin-right: 10px;
  position: absolute;
  top: 9px;
}

.messages-block .icon-error {
  color: #D68585;
}

.messages-block .icon-success {
  color: #88A57A;
}

.messages-block .icon-info {
  color: #2591E4;
}

.messages-block .icon-warning {
  color: #BDAF4B;
}

/*
 * Authorization Component
 */
.password-strength-text {
  margin-top: 22px;
  font-size: 11px;
  font-weight: 500;
}

.password-strength-text.weak {
  color: #E02424;
}

.password-strength-text.fair {
  color: #ECAA1C;
}

.password-strength-text.good {
  color: #0F9CFF;
}

.password-strength-text.strong {
  color: #72BF18;
}

.progress {
  background-color: #E0E0E0;
}

.progress .determinate.weak {
  width: 25%;
  background-color: #E02424;
}

.progress .determinate.fair {
  width: 50%;
  background-color: #ECAA1C;
}

.progress .determinate.good {
  width: 75%;
  background-color: #0F9CFF;
}

.progress .determinate.strong {
  width: 100%;
  background-color: #72BF18;
}

/*
 * Workflow Component styles by Sujatha
 */
.workflow .heading3 {
  /* color: #3F4457;*/
  /*margin-top: 35px;*/
  height: 29px !important;
}

.heading3 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

*:focus {
  outline: none;
}

.workflow table thead tr th:nth-child(2),
.workflow table tbody tr td:nth-child(2),
.workflow table tbody tr td:nth-child(1) {
  text-align: center;
}

.workflow .modal-trigger {
  margin-top: 20px;
}

/* Workflow component changes */
/*
 * Table
 */
table.table {
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
}

table.table table.table {
  border: 0px none;
}

table.table thead th {
  color: #757575;
  font-weight: 500;
}

table.table thead tr th .sub-heading {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #9E9E9E;
  font-size: 14px;
}

table.table tr {
  border-bottom: 1px solid #E0E0E0;
}

table > tbody > tr:hover {
  /* background-color: $table-tr-background-onhover; commented for lumi by anand */
}

table > tbody > tr.selected {
  background-color: #F5F5F5;
}

table.table tbody tr td {
  padding: 13px 20px;
  position: relative;
}

table.table thead tr th {
  padding: 17px 20px;
  white-space: nowrap;
}

table.table tbody tr {
  color: #000000;
  font-weight: 400;
}

table.table tbody tr td .sub-value {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}

table.table tbody tr:last-child {
  border-bottom: 0 none;
}

table.table td .input-field {
  margin-top: 0;
}

table.table td .input-field input {
  margin-bottom: 0px;
}

.table .footable-toggle {
  font-family: icomoon;
  line-height: 1;
  margin-right: 10px;
}

.with-checkbox.table .footable-toggle {
  position: absolute;
  top: 16px;
  left: 60px;
}

.table .footable-toggle.fooicon-minus:before {
  content: "\e923";
}

.table .footable-toggle.fooicon-plus:before {
  content: "\e919";
}

.table .footable-detail-row th {
  color: #757575;
}

.table .footable-detail-row td {
  padding: 0px;
}

.table .footable-detail-row .footable-details th,
.table .footable-detail-row .footable-details td {
  padding-left: 22px;
  padding-right: 22px;
}

table.table thead th.sorting {
  padding-left: 4px;
}

table.table thead th.sorting:before {
  font-family: icomoon;
  content: "\e940";
  color: #757575;
  font-size: 12px;
  padding-right: 4px;
}

table.table thead th.sorting.ascending:before {
  content: "\e940";
}

table.table thead th.sorting.descending:before {
  content: "\e941";
}

table.table .icon-third-party,
table.table .icon-otherbank {
  color: #757575;
}

/* First column */
.table.center-align-c1 > thead > tr > th:nth-child(1),
.table.center-align-c1 > tbody > tr > td:nth-child(1),
.table.center-align-c2 > thead > tr > th:nth-child(2),
.table.center-align-c2 > tbody > tr > td:nth-child(2),
.table.center-align-c3 > thead > tr > th:nth-child(3),
.table.center-align-c3 > tbody > tr > td:nth-child(3),
.table.center-align-c4 > thead > tr > th:nth-child(4),
.table.center-align-c4 > tbody > tr > td:nth-child(4),
.table.center-align-c5 > thead > tr > th:nth-child(5),
.table.center-align-c5 > tbody > tr > td:nth-child(5),
.table.center-align-c6 > thead > tr > th:nth-child(6),
.table.center-align-c6 > tbody > tr > td:nth-child(6),
.table.center-align-c7 > thead > tr > th:nth-child(7),
.table.center-align-c7 > tbody > tr > td:nth-child(7),
.table.center-align-c8 > thead > tr > th:nth-child(8),
.table.center-align-c8 > tbody > tr > td:nth-child(8),
.table.center-align-c9 > thead > tr > th:nth-child(9),
.table.center-align-c9 > tbody > tr > td:nth-child(9),
.table.center-align-c10 > thead > tr > th:nth-child(10),
.table.center-align-c10 > tbody > tr > td:nth-child(10) {
  text-align: center;
}

/* First column */
.table.right-align-c1 > thead > tr > th:nth-child(1),
.table.right-align-c1 > tbody > tr > td:nth-child(1),
.table.right-align-c2 > thead > tr > th:nth-child(2),
.table.right-align-c2 > tbody > tr > td:nth-child(2),
.table.right-align-c3 > thead > tr > th:nth-child(3),
.table.right-align-c3 > tbody > tr > td:nth-child(3),
.table.right-align-c4 > thead > tr > th:nth-child(4),
.table.right-align-c4 > tbody > tr > td:nth-child(4),
.table.right-align-c5 > thead > tr > th:nth-child(5),
.table.right-align-c5 > tbody > tr > td:nth-child(5),
.table.right-align-c6 > thead > tr > th:nth-child(6),
.table.right-align-c6 > tbody > tr > td:nth-child(6),
.table.right-align-c7 > thead > tr > th:nth-child(7),
.table.right-align-c7 > tbody > tr > td:nth-child(7),
.table.right-align-c8 > thead > tr > th:nth-child(8),
.table.right-align-c8 > tbody > tr > td:nth-child(8),
.table.right-align-c9 > thead > tr > th:nth-child(9),
.table.right-align-c9 > tbody > tr > td:nth-child(9),
.table.right-align-c10 > thead > tr > th:nth-child(10),
.table.right-align-c10 > tbody > tr > td:nth-child(10) {
  text-align: right;
}

/*
 * Aligning the text in table
 * Left align
 */
/* First column */
.table.left-align-c1 > thead > tr > th:nth-child(1),
.table.left-align-c1 > tbody > tr > td:nth-child(1),
.table.left-align-c2 > thead > tr > th:nth-child(2),
.table.left-align-c2 > tbody > tr > td:nth-child(2),
.table.left-align-c3 > thead > tr > th:nth-child(3),
.table.left-align-c3 > tbody > tr > td:nth-child(3),
.table.left-align-c4 > thead > tr > th:nth-child(4),
.table.left-align-c4 > tbody > tr > td:nth-child(4),
.table.left-align-c5 > thead > tr > th:nth-child(5),
.table.left-align-c5 > tbody > tr > td:nth-child(5),
.table.left-align-c6 > thead > tr > th:nth-child(6),
.table.left-align-c6 > tbody > tr > td:nth-child(6),
.table.left-align-c7 > thead > tr > th:nth-child(7),
.table.left-align-c7 > tbody > tr > td:nth-child(7),
.table.left-align-c8 > thead > tr > th:nth-child(8),
.table.left-align-c8 > tbody > tr > td:nth-child(8),
.table.left-align-c9 > thead > tr > th:nth-child(9),
.table.left-align-c9 > tbody > tr > td:nth-child(9),
.table.left-align-c10 > thead > tr > th:nth-child(10),
.table.left-align-c10 > tbody > tr > td:nth-child(10) {
  text-align: left;
}

/*
 * Empty data
 */
.empty-data .valign-wrapper {
  min-height: 200px;
}

.empty-data .valign-wrapper .valign {
  width: 100%;
}

.tabs-with-table .empty-data .valign-wrapper {
  border: 1px solid #E0E0E0;
  border-top: 0px none;
}

/*
 * Tooltip
 */
.material-tooltip {
  font-size: 14px;
  min-height: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.material-tooltip .backdrop {
  background-color: #757575;
}

/*
 * Link Delink
 */
.link-delink .link-delink-icons {
  text-align: center;
  padding: 20px 0;
  margin-top: 105px;
}

.link-delink-icons .icon-link-down,
.link-delink-icons .icon-link-up,
.link-delink-icons .icon-link-right,
.link-delink-icons .icon-link-left {
  font-size: 34px;
  color: #0F9CFF;
}

.link-delink-icons .icon-link-left {
  display: block;
  margin-bottom: 20px;
}

.link-delink .icon-tick-activityfeed {
  color: #72BF18;
}

.link-delink-icons .icon-link-down,
.link-delink-icons .icon-link-up {
  display: none;
}

.link-delink .fixed-height {
  max-height: 315px;
  overflow-y: auto;
}

.link-delink tbody tr td {
  height: 51px;
}

@media only screen and (max-width: 992px) {
  .link-delink .link-delink-icons {
    margin-top: 0;
  }

  .link-delink-icons .icon-link-down,
  .link-delink-icons .icon-link-up {
    display: inline-block;
  }

  .link-delink-icons .icon-link-left,
  .link-delink-icons .icon-link-right {
    display: none;
  }
}
/*
 * Tabs
 */
.tabs {
  font-weight: 500;
  border-bottom: 1px solid #E0E0E0;
  background-color: inherit;
  height: 64px;
}

.tabs .tab {
  line-height: 64px;
  height: 64px;
}

.tabs .indicator {
  background-color: #d61a0c;
  height: 3px;
}

.tabs .tab a {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  /*text-transform: capitalize;*/
  text-transform: uppercase;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: #98DDFF;
}

.tabs .tab a.active {
  color: #d61a0c;
}

.tabs .tab a:hover {
  color: #c8180b;
}

.tabs-with-table .tabs {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.tabs-with-table .tabs .tab:first-child {
  border-left: 1px solid #EFEFEF;
}

.tabs-with-table .tabs .tab:nth-last-child(2) {
  border-right: 1px solid #EFEFEF;
}

.tabs-with-table .table {
  border-top: 0px none;
}

/*
 * Download component
 * check change hover color
 */
.download-container span {
  font-size: 16px;
}

.download-container [class^="icon-"] {
  padding-left: 10px;
  font-size: 24px;
  padding: 10px;
}

.download-container .icon-excel {
  color: #62C14C;
}

.download-container .icon-excel:hover {
  color: #62C14C;
}

.download-container .icon-pdf {
  color: #F44E4E;
}

.download-container .icon-pdf:hover {
  color: #F44E4E;
}

.download-container .icon-text {
  color: #F87626;
}

.download-container .icon-text:hover {
  color: #F87626;
}

.download-container .icon-word {
  color: #0F9CFF;
}

.download-container .icon-word:hover {
  color: #0F9CFF;
}

/*
 * Messages-dropdown
 */
.messages-dropdown.dropdown-content {
  min-width: 500px;
  padding: 20px;
  max-height: initial;
  overflow-y: unset;
  margin-top: 10px;
}

.messages-dropdown.dropdown-content li > a,
.dropdown-content li > span {
  /*white-space: normal;*/
}

.messages-dropdown.dropdown-content .title-block {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 0;
}

.messages-dropdown.dropdown-content .title-block .title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 0;
}

.messages-dropdown.dropdown-content .title-block span {
  color: #000000;
}

.messages-dropdown.dropdown-content .title-block .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: #0F9CFF;
  padding: 0;
}

.messages-dropdown.dropdown-content ul {
  margin: 0;
}

.messages-dropdown.dropdown-content li.message {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
  padding-left: 56px;
  position: relative;
}

.messages-dropdown.dropdown-content li.message > span {
  padding: 0;
  color: #000000;
}

.messages-dropdown.dropdown-content .from-img img,
.messages-dropdown.dropdown-content .from-text {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}

.messages-dropdown.dropdown-content .from-text {
  background: #FFBEBE;
  color: #FFFFFF;
  padding: 6px 0;
  text-align: center;
}

.messages-dropdown.dropdown-content .from-name {
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}

.messages-dropdown.dropdown-content .message-date {
  font-weight: 400;
  font-size: 13px;
  color: #757575;
  padding: 0;
}

.messages-dropdown.dropdown-content .message-details > span {
  display: block;
}

.messages-dropdown.dropdown-content .to-text,
.messages-dropdown.dropdown-content .to-name,
.messages-dropdown.dropdown-content .subject-text,
.messages-dropdown.dropdown-content .message-text {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.messages-dropdown.dropdown-content .to-text,
.messages-dropdown.dropdown-content .subject-text {
  color: #757575;
}

.messages-dropdown.dropdown-content .to-name,
.messages-dropdown.dropdown-content .message-text {
  color: #000000;
  padding-right: 15px;
  white-space: normal;
}

.messages-dropdown.dropdown-content .view-all-link {
  display: block;
}

.messages-dropdown.dropdown-content a,
.messages-dropdown.dropdown-content .view-all-link a {
  font-size: 14px;
  font-weight: 500;
  color: #0F9CFF;
}

.messages-dropdown.dropdown-content .message-type {
  position: absolute;
  right: 0;
  top: 55px;
  font-size: 22px;
  color: #000000;
}

.messages-dropdown.dropdown-content .view-all-link {
  padding-top: 20px;
}

.messages-dropdown.dropdown-content a:hover,
.messages-dropdown.dropdown-content .title-block a:hover {
  color: #98DDFF;
}

.messages-dropdown.dropdown-content li:hover,
.messages-dropdown.dropdown-content li.active,
.messages-dropdown.dropdown-content li.selected {
  background: transparent;
}

@media only screen and (max-width: 600px) {
  .messages-dropdown.dropdown-content {
    min-width: 300px;
  }

  .messages-dropdown.dropdown-content .message-type {
    top: 75px;
  }
}
/*
 * Widget - contents
 */
.widget .divider {
  margin: 10px 12px;
  background: none;
  border-bottom: 1px solid #E0E0E0;
}

.widget-content .label {
  font-size: 15px;
  color: #000000;
}

.widget-content .title-block .value {
  font-size: 30px;
  font-weight: 500;
}

.widget-content .content-block div {
  margin: 9px 0;
}

.widget-content .content-block .type {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}

.widget-content .content-block .value {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.assets.widget .widget-content .title-block .value {
  color: #4CAF50;
}

.liabilities.widget .widget-content .title-block .value {
  color: #FF9800;
}

.operative-accounts.widget .widget-content,
.loan-accounts.widget .widget-content,
.deposit-accounts.widget .widget-content {
  padding: 0 0 20px 0;
}

.widget-content .label-block {
  padding: 5px 20px;
  border-bottom: 1px solid #E0E0E0;
}

.widget-content .account-list {
  padding: 8px 20px 0 20px;
}

.widget-content .account-list .account-details {
  margin: 7px 0;
}

.widget-content .label-block .label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}

.widget-content .label-block .sub-label {
  font-size: 13px;
  font-weight: 500;
  color: #757575;
}

.widget-content .content .account-number {
  font-size: 14px;
  font-weight: 400;
  color: #0F9CFF;
}

.widget-content .content .amount {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.widget-content .more-actions {
  float: right;
}

/* Swipe */
/* Swipe 2 required styles */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > .swipe-item {
  float: left;
  width: 100%;
  position: relative;
}

/********/
.operative-accounts.widget .view-link,
.loan-accounts.widget .view-link,
.deposit-accounts.widget .view-link {
  margin-top: 13px;
}

.current-balance-widget .widget-content {
  padding: 0;
}

.current-balance-tabs .tabs {
  border-bottom-width: 0px;
}

.current-balance-tabs {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-bottom: 1px solid #E0E0E0;
}

.current-balance-tabs-content {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.current-balance-next,
.current-balance-prev {
  position: absolute;
  top: 45%;
  font-size: 25px;
  color: #BDBDBD;
  cursor: pointer;
}

.current-balance-next {
  right: 20px;
}

.current-balance-prev {
  left: 20px;
}

#current-balance-operative-block,
#current-balance-deposit-block,
#current-balance-loan-block,
#current-balance-credit-card-block {
  padding: 30px 50px;
  position: relative;
}

.corporate-zero-approvals .widget-content {
  padding: 45px 50px;
}

.current-balance-inner {
  margin-bottom: 0px !important;
}

.corporate-zero-approvals .valign {
  width: 100%;
  text-align: center;
}

.corporate-zero-approvals .widget-content .value {
  font-size: 60px;
  color: #757575;
}

.corporate-zero-approvals .widget-content .info {
  font-size: 16px;
  color: #757575;
}

.current-balance-left {
  padding: 30px !important;
}

.current-balance-right {
  padding: 0px 30px !important;
}

.current-balance-divider {
  position: absolute;
  border-right: 1px solid #E0E0E0;
  left: 40%;
  height: 100%;
  top: -5%;
}

.current-balance-account-text {
  font-size: 14px;
  color: #000000;
  line-height: 25px;
}

.current-balance-account-number {
  color: #0F9CFF;
}

.current-balance-account-amount {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
}

.current-balance-fetch-error {
  margin-top: 15px;
  margin-bottom: 20px;
}

.current-balance-account-view a {
  color: #0F9CFF;
  font-size: 14px;
  font-weight: 500;
}

.current-balance-right-content {
  height: 170px;
}

.current-balance-transaction-heading {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.current-balance-transaction-date {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.current-balance-transaction-desc {
  font-size: 13px;
  color: #757575;
}

.current-balance-transaction-amount {
  font-size: 14px;
  font-weight: 500;
}

.amount-orange {
  color: #FF9800 !important;
}

.amount-green {
  color: #4CAF50 !important;
}

@media only screen and (max-width: 600px) {
  .current-balance-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .current-balance-left {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .current-balance-divider {
    display: none;
  }

  .current-balance-next {
    right: 10px;
  }

  .current-balance-prev {
    left: 10px;
  }

  #current-balance-operative-block,
  #current-balance-deposit-block,
  #current-balance-loan-block,
  #current-balance-credit-card-block {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.consolidated-summary-widget .widget-content {
  padding: 0;
}

.consolidated-summary-widget .details {
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
}

.consolidated-summary-widget .details .label {
  color: #757575;
}

.consolidated-summary-widget .details .value {
  color: #000000;
  padding-left: 15px;
}

/* .consolidated-summary-widget table .highlighted-row {
    background: $table-tr-background-onhover;
} */
.consolidated-summary-widget table tr td:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}

/* .consolidated-summary-widget table tr.highlighted-row td:first-child.label {
    font-size: 12px;
    font-weight: 400;
    color: color("black", "darken-1");
}

.consolidated-summary-widget table tr.highlighted-row td:first-child .sub-value {
    font-size: 14px;
    font-weight: 400;
    color: color("black", "darken-1");
}
 */
.consolidated-summary-widget .select-wrapper {
  display: inline-block;
  width: 45px;
}

.consolidated-summary-widget .select-wrapper span.caret {
  top: 2px;
}

.consolidated-summary-widget .select-wrapper span.caret:after {
  content: '\e923';
  background: transparent;
  color: #000000;
  top: 1px;
}

.consolidated-summary-widget .select-wrapper input.select-dropdown {
  margin-bottom: 0;
  border-bottom: 0 none;
  height: 1rem;
  line-height: 1rem;
  font-size: 14px;
}

.offers .widget-inner-block img {
  width: 100%;
  height: 100%;
}

.offers .icon-1 {
  color: #FFFFFF;
}

.account-summary-widget .widget-title-block {
  padding: 10px 20px;
}

.account-summary-widget .widget-title-block .heading4 {
  margin-top: 9px;
}

.account-summary-widget .widget-title-block .list-icon,
.account-summary-widget .widget-title-block .chart-icon {
  display: inline-block;
  margin-top: 1px;
}

.account-summary-widget .widget-content {
  padding: 0 0 20px 0;
}

.account-summary-widget .icon-otherbank.dropdown-button {
  padding-right: 0;
}

.account-summary-widget .icon-otherbank.dropdown-button:after {
  content: '';
}

.account-summary-widget p {
  margin: 0;
}

.account-summary-widget .chart-display .chart-container {
  width: 100%;
  height: 150px;
  position: relative;
  padding-top: 54px;
}

.account-summary-widget .chart-display .chart-container .circle-container {
  width: 100%;
  min-width: 300px;
  position: relative;
}

.account-summary-widget .chart-display .chart-container .circle {
  height: 86px;
  width: 86px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14.48px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 27px;
  position: relative;
  margin: 0 auto;
  bottom: 117px;
}

.account-summary-widget .amount-display {
  padding-top: 110px;
  padding-bottom: 116px;
  text-align: center;
}

.account-summary-widget .amount-display > :first-child {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.account-summary-widget .amount-display > :nth-child(2) {
  font-weight: 500;
  font-size: 28px;
  color: #000000;
}

.account-summary-widget .chart-legend {
  font-size: 14px;
  color: #757575;
  padding-top: 85px;
}

.account-summary-widget .chart-legend p:first-child {
  font-weight: 500;
  margin-top: 7px;
}

.account-summary-widget .chart-legend p:first-child:before {
  content: "";
  border: 3px solid;
  font-size: 0px;
  position: relative;
  top: -5px;
  left: -8px;
}

.account-summary-widget .chart-legend p:nth-child(2) {
  font-weight: 400;
}

#account-summary-chart-operative .circle {
  background-color: #94C35D;
}

#account-summary-chart-operative .chart-legend > :first-child p:first-child:before {
  border-color: #388E3C;
}

#account-summary-chart-operative .chart-legend > :nth-child(2) p:first-child:before {
  border-color: #759E44;
}

#account-summary-chart-deposit .circle {
  background-color: #D47C38;
}

#account-summary-chart-deposit .chart-legend > :first-child p:first-child:before {
  border-color: #FF9800;
}

#account-summary-chart-deposit .chart-legend > :nth-child(2) p:first-child:before {
  border-color: #FFC400;
}

#account-summary-chart-loan .circle {
  background-color: #8476A2;
}

#account-summary-chart-loan .chart-legend > :first-child p:first-child:before {
  border-color: #7E57C2;
}

#account-summary-chart-loan .chart-legend > :nth-child(2) p:first-child:before {
  border-color: #B39DDB;
}

#account-summary-chart-credit-card .circle {
  background-color: #8F8F54;
}

#account-summary-chart-credit-card .chart-legend > :first-child p:first-child:before {
  border-color: #9E9D24;
}

#account-summary-chart-credit-card .chart-legend > :nth-child(2) p:first-child:before {
  border-color: #D4E157;
}

.account-summary-widget .list-content {
  display: none;
}

@media only screen and (max-width: 600px) {
  .account-summary-widget .amount-display {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .account-summary-widget .chart-legend {
    text-align: center;
  }

  #account-summary-widget .options-block {
    text-align: left;
  }

  #account-summary-chart-button {
    padding-left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .modal .doughnut-chart .chart-legend {
    left: 0%;
  }
}
@media only screen and (max-width: 710px) {
  .account-summary-widget .amount-display > :nth-child(2) {
    font-size: 23px;
  }
}
.assets-error-widget .widget-content {
  padding: 105px 20px;
}

.assets-error-widget .valign {
  width: 100%;
}

.chart #account-summary-chart-button,
.list #account-summary-list-button {
  color: #0F9CFF;
}

.widget.account-summary-widget.chart .chart-content,
.widget.account-summary-widget.list .list-content {
  display: block;
}

.widget.account-summary-widget.list .chart-content,
.widget.account-summary-widget.chart .list-content {
  display: none;
}

/*
 * Modal - contents
 */
.corporate-approvals.widget .widget-content {
  padding-top: 11px;
}

.list {
  margin: 0;
}

.list .list-item {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.list .list-item a {
  padding-right: 10px;
}

.list .list-badge {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: absolute;
  right: 20px;
}

.corporate-approvals-details-modal .list .list-badge {
  right: 0;
}

.corporate-approvals-details-modal .list-contatiner {
  padding: 0 35px;
}

.account-details-modal .modal-body {
  margin-left: 10%;
  margin-right: 10%;
}

.account-details-modal .modal-body .row {
  margin-bottom: 0;
}

.account-details-modal .col {
  padding: 10px 0;
}

.account-details-modal .label {
  font-size: 13px;
  color: #9E9E9E;
}

.account-details-modal .divider {
  margin: 10px 0;
}

.account-details-modal .btn {
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .corporate-approvals-details-modal .list-contatiner {
    padding: 0;
    border-right: 0 none;
  }
}
@media only screen and (max-width: 992px) {
  .corporate-approvals-details-modal .list-contatiner {
    padding: 0 30px;
  }
}
/*
 * modal chart
 */
.modal .doughnut-chart {
  padding: 50px 0;
}

.modal .doughnut-chart .chart-container {
  position: relative;
}

.modal .doughnut-chart .chart-container .circle {
  background: #0F9CFF;
  height: 82px;
  width: 82px;
  background-clip: padding-box;
  position: relative;
  top: 34px;
  margin: 0 auto;
}

.modal .doughnut-chart .chart-legend {
  color: #757575;
  padding-top: 33px;
  padding-left: 29px;
}

.modal .doughnut-chart .chart-legend span {
  font-weight: 500;
}

.modal .doughnut-chart .chart-legend > div {
  margin: 5px 0;
  position: relative;
}

.modal .doughnut-chart .chart-legend > div:before {
  content: " ";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 7px;
  left: -16px;
  border-radius: 50%;
}

.modal .doughnut-chart .chart-legend .net-label:before {
  background-color: #0F9CFF;
}

.modal .doughnut-chart .chart-legend .liabilities-label:before {
  background-color: #FE8A35;
}

.modal .doughnut-chart .chart-legend .asset-label:before {
  background-color: #66CE5F;
}

.chart-container > canvas {
  display: block;
  margin: 0 auto;
  /*width: 140px;*/
}

.chart-container .circle-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .modal .doughnut-chart .chart-legend {
    /*margin-left: 25%;*/
  }
}
.modal .doughnut-chart .chart-wrapper {
  position: relative;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

/*
 * Panel
 */
.panel {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  background: #FFFFFF;
  border-radius: 2px;
}

.panel-title-block {
  display: block;
  padding: 20px 20px 13px 20px;
  position: relative;
}

.panel-title {
  text-align: left;
  /*text-transform: capitalize;*/
}

.panel-content {
  padding: 13px 20px 20px 20px;
}

.panel .icon-1,
.panel .icon-2 {
  cursor: pointer;
  font-size: 14px;
  color: #9E9E9E;
  position: absolute;
  top: 25px;
  right: 20px;
}

.panel .icon-2 {
  right: 50px;
}

.insta-widget-panel.panel .panel-content {
  padding: 15px;
}

.insta-widget-panel.panel .widget.col {
  padding: 5px;
}

.insta-widget-panel.panel .widget-inner-block {
  background: #d61a0c;
  height: 72px;
  width: auto;
}

.insta-widget-panel.panel .widget-content {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background: #d61a0c;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.insta-widget-panel.panel .widget-content a {
  color: #FFFFFF;
}

.activity-feed-panel .sub-heading {
  color: #9E9E9E;
  font-size: 13px;
}

.activity-feed-panel .icon-tick-activityfeed,
.activity-feed-panel .icon-comment-activityfeed {
  font-size: 16px;
  color: #000000;
}

.activity-feed-panel-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  /* padding-top: 20px; */
  margin-left: 10px;
}

.activity {
  font-size: 13px;
  color: #9E9E9E;
  margin-bottom: 20px;
  position: relative;
}

.activity-icon {
  background-color: #FFFFFF;
  height: 30px;
  left: -27px;
  position: absolute;
  top: -3px;
  padding-top: 4px;
  color: #000000;
}

.activity-heading {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  margin-bottom: 6px;
}

.activity-description {
  margin-bottom: 10px;
}

.activity-time {
  font-weight: 500;
  color: #000000;
}

.load-more-text {
  font-weight: 500;
  font-size: 15px;
  color: #0F9CFF;
  margin-top: 40px;
}

.load-more-text span {
  margin-right: 10px;
}

.make-transfer-panel .panel-title-block {
  padding-bottom: 20px;
}

#move-top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 100;
  display: none;
}

#move-top a {
  padding: 10px;
  color: #000000;
  font-size: 30px;
}

/* forex */
.forex-rates {
  margin-bottom: 20px;
  margin-top: 0px;
}

.forex-rates-row {
  margin-bottom: 10px;
}

.panel-forex-text {
  font-weight: 500;
  font-size: 14px;
  color: #424242;
}

.panel-forex-value {
  font-weight: 700;
  font-size: 15px;
  color: #0F9CFF;
  margin-right: 10px;
}

.date-time {
  font-weight: 500;
  font-size: 13px;
  color: #9E9E9E;
}

.panel.advertisement-panel {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 160px;
}

.panel.advertisement-panel img {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
  width: 100%;
  border-radius: 2px;
}

/*
 * Header
 */
.header-wrapper {
  color: #FFFFFF;
  background-color: #0F9CFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-wrapper:after {
  clear: both;
  content: " ";
  display: block;
}

.header-wrapper .for-incapacitate {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  background-color: #0070C0;
}

.header-wrapper a {
  color: #FFFFFF;
}

.header-wrapper a:hover {
  color: #F5F5F5;
}

.header-wrapper [class^="icon-"],
.header-wrapper [class*=" icon-"] {
  font-size: 24px;
  display: inline-block;
}

.header-wrapper .left-side-links {
  height: 90px;
  float: left;
}

.header-wrapper .menu-box,
.header-wrapper .logo-box,
.header-wrapper .expand-collapse-box {
  display: inline-block;
}

.header-wrapper .menu-box {
  position: absolute;
  top: 30px;
  left: 20px;
}

.header-wrapper .logo-box {
  position: absolute;
  top: 25px;
  left: 63px;
}

.header-wrapper .expand-collapse-box {
  position: absolute;
  top: 31px;
  right: 20px;
  display: none;
}

.header-wrapper .expand-collapse-box .collapse-icon,
.header-wrapper .expand-collapse-box.expanded .expand-icon {
  display: none;
}

.header-wrapper .expand-collapse-box.expanded .collapse-icon {
  display: block;
}

.header-wrapper .right-side-links {
  float: right;
  height: 90px;
}

.header-wrapper .right-side-links > ul {
  margin: 0;
  margin-top: 13px;
  padding: 20px 0;
}

.header-wrapper .right-side-links > ul > li {
  float: left;
  margin-right: 50px;
}

.header-wrapper .right-side-links .dropdown-button {
  padding-right: 0px;
}

.header-wrapper .right-side-links .dropdown-button:after {
  display: none;
}

.header-wrapper .right-side-links > ul > li:last-child {
  margin-right: 20px;
}

.header-wrapper .profile-dropdown-link span.person-id {
  display: block;
}

.profile-picture {
  /*padding-right: 5px; removed for cropping issue*/
  float: left;
  cursor: pointer;
}

.header-wrapper .profile-dropdown-link .person-name {
  font-size: 16px;
}

.header-wrapper .profile-dropdown-link .person-name:after {
  content: "\e923";
  font-family: icomoon;
  font-size: 10px;
  margin-left: 8px;
}

.header-wrapper .profile-dropdown-link .person-id {
  font-size: 12px;
  margin-top: -3px;
}

.header-wrapper .right-side-links li.profile-dropdown-link {
  margin-top: -5px;
  min-width: 130px;
}

.header-wrapper .right-side-links li.profile-dropdown-link > a {
  display: block;
}

.header-wrapper .right-side-links li.profile-dropdown-link > a:after {
  clear: both;
  content: " ";
  display: block;
}

.header-wrapper .profile-dropdown-link .person-info {
  /*float: $left;*/
}

.header-wrapper .notification-dropdown.dropdown-content,
.header-wrapper .favorite-dropdown.dropdown-content,
.header-wrapper .profile-dropdown.dropdown-content {
  min-width: 300px;
  padding: 30px 20px;
  overflow-y: unset;
  margin-top: 10px;
}

.header-wrapper .dropdown-content > li {
  min-height: auto;
  margin-bottom: 20px;
}

.header-wrapper .dropdown-content > li:hover {
  background-color: transparent;
}

.header-wrapper .dropdown-content > li:last-child {
  margin-bottom: 0px;
}

.header-wrapper .dropdown-content > li > a {
  font-size: 14px;
  padding: 0;
}

.header-wrapper .notification-dropdown > li > a {
  padding-right: 28px;
}

.header-wrapper .dropdown-content > li > a:hover {
  color: #0070C0;
}

.header-wrapper .notification-dropdown .notification-count {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.header-wrapper .notification-dropdown li {
  position: relative;
}

.header-wrapper .right-side-links .dropdown-content:before {
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  bottom: 100%;
  right: 8px;
  content: " ";
}

.profile-picture img {
  width: 33px;
  height: 33px;
}

@media only screen and (max-width: 767px) {
  .header-wrapper .expand-collapse-box {
    display: block;
  }

  .header-wrapper .left-side-links {
    float: none;
  }

  .header-wrapper .right-side-links > ul > li {
    float: left;
    width: 20%;
    text-align: center;
    margin: 0;
  }

  .header-wrapper .right-side-links > ul > li:last-child {
    margin: 0;
  }

  .header-wrapper .right-side-links {
    float: none;
    height: 70px;
    border-top: 1px solid #3b9eed;
  }

  .header-wrapper .right-side-links ul {
    margin-top: 0px;
  }

  .profile-picture {
    padding-right: 0px;
    float: none;
  }

  .header-wrapper .profile-dropdown-link .person-info {
    float: none;
    display: none;
  }

  .header-wrapper .right-side-links li.profile-dropdown-link {
    min-width: auto;
  }
}
/*
 * Footer
 */
.footer-wrapper {
  background-color: #d61a0c;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 13px;
  /* padding: 20px !important;
  margin-top: 20px; */
  padding: 10px 20px !important;
  clear: both;
  z-index: 9999;
}
.footer-wrapper:after {
  clear: both;
  content: " ";
  display: block;
}
.footer-wrapper .footer-links {
  float: left;
}
.footer-wrapper .footer-links a {
  color: #FFFFFF !important;
}
.footer-wrapper .footer-links a:hover {
  color: #F5F5F5;
}
.footer-wrapper .footer-links ul {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-wrapper .footer-links ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-wrapper .copyright {
  text-align: right;
  float: right;
}

@media only screen and (max-width: 750px) {
  .footer-wrapper .copyright {
    text-align: center;
    float: none;
  }
  .footer-wrapper .footer-links {
    float: none;
  }
  .footer-wrapper .footer-links ul {
    text-align: center;
  }
  .footer-wrapper .copyright {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .lookup_button {
    margin-left: 47% !important;
  }
}
/* 
 * Ticker Changes - START
 */
.ticker-controls {
  position: absolute;
  right: -1px !important;
  /*Changed by Arun_Mani*/
  height: 34px;
  width: 68px;
  /*z-index: 100;*/
  /*Commented by Arun_Mani*/
}
.ticker-controls div {
  width: auto;
  /*Modified for Lumi changes*/
  float: left;
  padding: 9px;
  /*Modified for Lumi changes*/
  cursor: pointer;
  text-align: center;
}
.ticker-controls #ticker-hide {
  background-color: #F4E0A3;
}
.ticker-controls #ticker-pause {
  background-color: #FFECB3;
}

.ticker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-shadow: 0px 8px 20px #888888;
  -ms-box-shadow: 0px 8px 20px #888888;
  -moz-box-shadow: 0px 8px 20px #888888;
  -webkit-box-shadow: 0px 8px 20px #888888;
  box-shadow: 0px 8px 20px #888888;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #000000;
  background-color: #FFECB3;
  height: 34px;
  /* Added by Arun_Mani */
  display: -webkit-inline-box;
}

.ticker-text {
  width: 100%;
  overflow: hidden;
  padding-top: 2px;
}
.ticker-text ul {
  margin: 6px;
}
.ticker-text ul li {
  display: inline;
  margin-right: 15px;
}

.tickerShadow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: -webkit-inline-box;
  background-color: #FFECB3;
}

.tickerNoShadow {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon-play,
.icon-arrow-left,
.icon-pause,
.icon-arrow-right {
  color: #000000;
}

/* 
 * Ticker Changes - END
 */
/*
 * Greeting section
 */
.greeting-section .welcome-message {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  margin-top: 10px;
}
.greeting-section .last-login-info {
  font-size: 13px;
  font-weight: 400;
  color: #424242;
}
.greeting-section .last-login-channel {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  padding-bottom: 6px;
}
.greeting-section .info-section a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  display: inline-block;
}
.greeting-section .highlighted-text {
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .greeting-section .info-section {
    text-align: left;
  }
  .greeting-section .last-login-info {
    padding-top: 6px;
  }
}
/*
 * Quick pay panel
 */
.quick-pay-panel .btn {
  padding: 0;
  width: 48%;
}

/*
 * navigation drawer
 */
/*
 * Layout specific
 */
.page-wrapper {
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-top: 110px;
  /* Header height 90 + Top padding 20 = 110 */
}

.page-wrapper.header-expanded {
  margin-top: 180px;
  /* Header height 160 + Top padding 20 = 180 */
}

.dashboard-page .page-wrapper {
  margin-top: 144px;
  /* Header height 90 + Ticker height 34 + Top padding 20 = 144 */
}

.dashboard-page .page-wrapper.header-expanded {
  margin-top: 214px;
  /* Header height 160 + Ticker height 34 + Top padding 20 = 214 */
}

.dashboard-page .page-wrapper .top-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.dashboard-page .page-wrapper .header-wrapper {
  position: relative;
}

.center-container,
.left-container,
.right-container {
  position: relative;
  float: left;
}

.content-wrapper .left-container {
  width: 280px;
  padding: 0 20px;
}

.content-wrapper .right-container {
  width: 320px;
  padding: 0 20px;
}

.left-container .minimize-left-panel,
.right-container .minimize-right-panel {
  display: none;
  height: 30px;
  margin: 144px 0 20px 0;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
}

.left-container .minimize-left-panel {
  background-image: url("../images/collapse_button_left.png");
  border-radius: 2px;
}

.right-container .minimize-right-panel {
  background-image: url("../images/collapse_button_right.png");
  border-radius: 2px;
}

.left-container .maximize-left-panel,
.right-container .maximize-right-panel {
  display: none;
  height: 500px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
}

.left-container .maximize-left-panel {
  background-image: url("../images/expand_button_right.png");
  border-radius: 2px;
}

.right-container .maximize-right-panel {
  background-image: url("../images/expand_button_left.png");
  border-radius: 2px;
}

.left-container-content.expanded,
.right-container-content.expanded {
  -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
 * Mobile view
 */
.middle-container {
  padding: 0 20px;
}

@media only screen and (max-width: 1279px) {
  .content-wrapper .right-container {
    width: 70px;
  }

  .right-container .maximize-right-panel,
  .right-container .minimize-right-panel {
    display: block;
  }

  .content-wrapper .right-container .right-container-content {
    -o-transform: translate3d(60px, 0px, 0px);
    -ms-transform: translate3d(60px, 0px, 0px);
    -moz-transform: translate3d(60px, 0px, 0px);
    -webkit-transform: translate3d(60px, 0px, 0px);
    transform: translate3d(60px, 0px, 0px);
    position: fixed;
  }

  .content-wrapper .right-container .right-container-content.expanded {
    -o-transform: translate3d(-270px, 0px, 0px);
    -ms-transform: translate3d(-270px, 0px, 0px);
    -moz-transform: translate3d(-270px, 0px, 0px);
    -webkit-transform: translate3d(-270px, 0px, 0px);
    transform: translate3d(-270px, 0px, 0px);
    background-color: #F5F5F5;
    top: 0;
    overflow-y: scroll;
    height: 100%;
  }

  /* IE 9 fix start */
  .degrade .content-wrapper .right-container .right-container-content {
    right: 60px;
  }

  .degrade .content-wrapper .right-container .right-container-content.expanded {
    right: -270px;
  }

  /* IE 9 fix end */
  .content-wrapper .right-container-content {
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 320px;
    padding: 0 20px;
    z-index: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .content-wrapper .left-container {
    width: 70px;
  }

  .left-container .maximize-left-panel,
  .left-container .minimize-left-panel {
    display: block;
  }

  .content-wrapper .left-container .left-container-content {
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -webkit-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
    position: fixed;
  }

  .content-wrapper .left-container .left-container-content.expanded {
    -o-transform: translate3d(-20px, 0px, 0px);
    -ms-transform: translate3d(-20px, 0px, 0px);
    -moz-transform: translate3d(-20px, 0px, 0px);
    -webkit-transform: translate3d(-20px, 0px, 0px);
    transform: translate3d(-20px, 0px, 0px);
    background-color: #F5F5F5;
    top: 0;
    overflow-y: scroll;
    height: 100%;
  }

  /* IE 9 fix start */
  .degrade .content-wrapper .left-container .left-container-content {
    left: -280px;
  }

  .degrade .content-wrapper .left-container .left-container-content.expanded {
    left: -20px;
  }

  /* IE 9 fix end */
  .content-wrapper .left-container-content {
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 280px;
    padding: 0 20px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrapper .right-container,
  .content-wrapper .left-container {
    width: 100%;
  }

  .center-container,
  .left-container,
  .right-container {
    float: none;
  }

  .content-wrapper .maximize-left-panel,
  .content-wrapper .maximize-right-panel,
  .content-wrapper .minimize-left-panel,
  .content-wrapper .minimize-right-panel {
    display: none;
  }

  .content-wrapper .right-container .right-container-content,
  .content-wrapper .left-container .left-container-content {
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    padding: 0;
    position: relative;
  }

  /* IE 9 fix start */
  .degrade .content-wrapper .left-container .left-container-content {
    left: 0px;
  }

  .degrade .content-wrapper .right-container .right-container-content {
    right: 0px;
  }

  /* IE 9 fix end */
  .center-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .middle-container .widget.col {
    padding: 20px 0;
  }
}
/*
 * Profile Dropdown
 */
.profile-dropdown.dropdown-content {
  max-height: 500px;
}

.profile-dropdown.dropdown-content span {
  display: block;
}

.profile-dropdown.dropdown-content .divider {
  margin: 10px 0;
}

.profile-dropdown.dropdown-content ul.profile-options li {
  min-height: 0;
}

.profile-dropdown.dropdown-content ul.profile-options li a {
  padding: 5px 0 10px 0;
}

.profile-dropdown.dropdown-content ul li a:hover {
  color: #98DDFF;
  background: #FFFFFF;
}

.profile-dropdown .profile-info .input-field label {
  font-size: 13px;
  left: 0;
}

.profile-dropdown .profile-info .input-field {
  font-size: 16px;
  color: #000000;
}

.profile-dropdown .profile-info .select-wrapper span.caret:after {
  background: #FFFFFF;
}

.profile-dropdown .session-timeout {
  padding-bottom: 10px;
  color: #000000;
}

.profile-dropdown .session-timeout .label {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.profile-dropdown .session-timeout .value {
  color: #F44336;
  display: inline-block;
}

.profile-dropdown .session-timeout .btn {
  margin-top: 10px;
}

.last-invalid-login .label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.last-invalid-login .time {
  font-size: 14px;
  font-weight: 400;
  color: #0F9CFF;
}

.last-invalid-login .info {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}

/* Commented by Prasanth*/
/*
a:focus {
    border-bottom: 1px dotted color("black", "darken-1");
}
*/
/**/
/*
 *notification badge
 */
.dropdown-button .badge.circle {
  color: #000000;
  background-color: #FFCA28;
  font-weight: 500;
  top: -18px;
  left: 15px;
  display: inline-table;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

/*
 * Widget Library
 */
.widget-library {
  border: 1px solid #E0E0E0;
}

.widget-library .collapsible {
  -o-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  background: #CECFD3 !important;
  /** Modified By Parvathy for Personalise Dash filter**/
  margin: 0;
  border: 0px none;
  border-bottom: 1px solid #E0E0E0;
}

.widget-library .collapsible-header {
  background: #CECFD3 !important;
  /** Modified By Parvathy for Personalise Dash filter**/
  border-bottom: 0px none;
  padding: 3px 24px;
}

.widget-library .collapsible-body {
  border: 0px none;
}

.widget-library .collapsible-header .expand-icon,
.widget-library .collapsible-header .collapse-icon {
  color: #8B9CA9;
}

.widget-library .category-list {
  padding: 20px 25px;
}

.widget-library .category-list .category-item {
  margin-bottom: 10px;
}

.widget-library .widgets-list {
  padding: 24px;
}

.widget-library .widget-name {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  display: block;
  line-height: 20px;
}

.widget-library .sub-description {
  font-size: 14px;
  color: #757575;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  line-height: 20px;
}

.widget-library .widgets-inner-wrapper {
  margin-top: 32px;
  height: 200px;
  margin-bottom: 0;
  overflow-y: auto;
  display: inline-block;
}

.widget-library .widgets-inner-wrapper .disabled .widget-name {
  color: #E0E0E0;
}

.widget-library .widgets-inner-wrapper .disabled .sub-description {
  color: #E0E0E0;
}

.widget-library .widgets-inner-wrapper .row {
  margin-bottom: 26px;
}

.widget-library .widgets-inner-wrapper > .col:last-child .row {
  margin-bottom: 0;
}

.widget-library [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: #848484;
  background-color: transparent;
}

.widget-library [type="checkbox"] + label {
  line-height: 20px;
}

.personalize-dashboard-modal .button-container,
.insta-widgets-modal .button-container {
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .widget-library .widgets-inner-wrapper .row {
    margin-bottom: 0px;
  }

  .widget-library .widgets-inner-wrapper .row .col {
    margin-bottom: 26px;
  }
}
/*
 * Check box cusomization for select dropdown
 */
.select-dropdown [type="checkbox"]:checked + label:before {
  -o-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  -moz-transform: rotateZ(37deg);
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.select-dropdown [type="checkbox"]:not(:checked) + label:before {
  -o-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  -moz-transform: rotateZ(37deg);
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

.select-dropdown [type="checkbox"]:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #d61a0c;
  background-color: #d61a0c;
  z-index: 0;
}

.select-dropdown [type="checkbox"]:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 2px solid #848484;
  top: 0px;
  z-index: 0;
}

.select-dropdown [type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

.select-dropdown [type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

.select-dropdown [type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}

.select-dropdown [type="checkbox"]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

.select-dropdown [type="checkbox"] + label:before,
.select-dropdown [type="checkbox"] + label:after {
  -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -ms-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -moz-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  content: '';
  left: 0;
  position: absolute;
  z-index: 1;
}

.select-dropdown [type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

.select-dropdown [type="checkbox"] + label {
  padding-left: 38px;
}

/*
 * Multi select dropdown
 */
.multiple-select-dropdown li.disabled:first-child label {
  display: none;
}

.multiple-select-dropdown li.disabled:first-child span {
  padding: 17px 16px;
}

/*
 * Checkbox styling with span
 */
/*Added for keeping the radio button in left side--Start*/
.span-radiobutton {
  float: left;
}

/*Added for keeping the radio button in left side--End*/
[type="checkbox"] + span {
  position: relative;
    /*phani for login s 
	padding-left: 35px; */
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: #000000;
}

[type="checkbox"].filled-in + span:before,
[type="checkbox"].filled-in + span:after {
  -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -ms-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -moz-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  content: '';
  left: 0;
  position: absolute;
  z-index: 1;
}

[type="checkbox"].filled-in + span:after {
    /*phani for login s
	border-radius: 2px; */
}

[type="checkbox"].filled-in:checked + span:after {
    /*phani for login s 
	top: 2px; */
  top: 4px;
  width: 20px;
  height: 20px;
  	/*phani for login s 
      border: 2px solid $checkbox-filled-color;*/
  background-color: #d61a0c;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + span:before {
  -o-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  -moz-transform: rotateZ(37deg);
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  top: 4px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:after {
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 2px solid #848484;
    /*phani for login s 
	top: 2px; */
  top: 4px;
  z-index: 0;
}

[type="checkbox"].filled-in:not(:checked) + span:before {
  -o-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  -moz-transform: rotateZ(37deg);
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

/* 
 * Radio styling with span
 */
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  -moz-transition: .28s ease;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  color: #000000;
}

[type="radio"]:checked + span:before {
  border: 2px solid #d61a0c;
  padding: 3px 4px 1px 0;
  margin: 0;
}

[type="radio"]:checked + span:after {
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 25%;
  background-color: #d61a0c;
  z-index: 0;
}

[type="radio"]:not(:checked) + span:before {
  border: 2px solid #848484;
  padding: 3px 4px 1px 0;
  margin: 0;
}

[type="radio"]:not(:checked) + span:after {
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 2px solid #848484;
  z-index: -1;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  -moz-transition: .28s ease;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  margin: 4px;
  width: 12px;
  height: 12px;
  z-index: 0;
  border-radius: 25%;
}

/*
 * Pagination
 */
.pagination-wrapper {
  /* border: 1px solid #D4D4D4;*/
  /* Commented for Pagination Wrapper border */
  border-top-width: 0px;
  padding: 0px 20px 10px 20px;
  text-align: right;
}

.pagination-wrapper .content > span,
.pagination-wrapper .content.info-division > span > span {
  display: inline-block;
  margin-right: 15px;
}

.pagination-wrapper .content.info-division > span {
  margin-right: 0px;
}

.pagination-wrapper > div > span:last-child,
.pagination-wrapper .content.info-division > span:last-child > span:last-child {
  margin-right: 0px;
}

.pagination-wrapper .per-page-selector .select-wrapper {
  width: 50px;
}

.pagination-wrapper .action-selector .select-wrapper {
  width: 90px;
}

.pagination-wrapper .select-wrapper input.select-dropdown {
  margin-bottom: 0px;
  height: 30px;
  line-height: 30px;
}

.pagination-wrapper .select-wrapper span.caret {
  top: 14px;
  /*Modified for Lumi for Caret position*/
}

.pagination-wrapper .col {
  padding: 0px;
}

.pagination-wrapper .action-division {
  text-align: left;
  float: left;
}

.pagination-wrapper .info-division {
  text-align: right;
  float: right;
}

.pagination-wrapper .content {
  width: 50%;
}

.pagination-wrapper:after {
  content: " ";
  clear: both;
  display: block;
}

.pagination-wrapper .action-selector,
.pagination-wrapper .per-page-selector {
  height: 24px;
  /*changed from 22px to 24px for correct alignment of rows per page dropdown*/
}

.pagination-wrapper a {
  color: #757575;
}

.pagination-wrapper a:hover {
  color: #d61a0c;
}

.pagination-wrapper a.disabled {
  color: #E0E0E0;
}

@media only screen and (max-width: 1220px) {
  .modal .pagination-wrapper .content {
    width: 100%;
    float: none;
  }

  .modal .pagination-wrapper .info-division .block {
    margin-top: 15px;
  }

  .modal .pagination-wrapper .action-division,
  .modal .pagination-wrapper .info-division {
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .pagination-wrapper .content {
    width: 100%;
    float: none;
  }

  .pagination-wrapper .info-division .block {
    margin-top: 15px;
  }

  .pagination-wrapper .action-division,
  .pagination-wrapper .info-division {
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .pagination-wrapper .go-buton {
    margin-top: 15px;
  }
}
/*
 * scroll bar customization
 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #d61a0c;
  border-radius: 0px;
  background-clip: padding-box;
}

/* 
 * Autocomplete
*/
/*
 * Step Tracker
 */
/*Added for step tracker by sujatha for lumi */
.step-tracker .step-tracker-body .step-tracker-flow {
  display: none;
  border: 1px solid #E0E0E0;
  border-top: 0px none;
  padding: 20px;
}

.step-tracker.progress-step-1 .step-tracker-body .step-tracker-step1 {
  display: block;
}

.step-tracker.progress-step-2 .step-tracker-body .step-tracker-step2 {
  display: block;
}

.step-tracker.progress-step-3 .step-tracker-body .step-tracker-step3 {
  display: block;
}

.step-tracker.progress-step-4 .step-tracker-body .step-tracker-step4 {
  display: block;
}

.step-tracker.progress-step-5 .step-tracker-body .step-tracker-step5 {
  display: block;
}

.step-tracker.progress-step-6 .step-tracker-body .step-tracker-step6 {
  display: block;
}

.step-tracker.progress-step-2 .step-tracker-head-content .step-flow:nth-child(1) .step-number {
  display: none;
}

.step-tracker.progress-step-2 .step-tracker-head-content .step-flow:nth-child(1) .step-tick-icon {
  display: inline-block;
  background-color: #d61a0c;
}

.step-tracker.progress-step-3 .step-tracker-head-content .step-flow:nth-child(1) .step-number,
.step-tracker.progress-step-3 .step-tracker-head-content .step-flow:nth-child(2) .step-number {
  display: none;
}

.step-tracker.progress-step-3 .step-tracker-head-content .step-flow:nth-child(1) .step-tick-icon,
.step-tracker.progress-step-3 .step-tracker-head-content .step-flow:nth-child(2) .step-tick-icon {
  display: inline-block;
  background-color: #d61a0c;
}

.step-tracker.progress-step-4 .step-tracker-head-content .step-flow:nth-child(1) .step-number,
.step-tracker.progress-step-4 .step-tracker-head-content .step-flow:nth-child(2) .step-number,
.step-tracker.progress-step-4 .step-tracker-head-content .step-flow:nth-child(3) .step-number {
  display: none;
}

.step-tracker.progress-step-4 .step-tracker-head-content .step-flow:nth-child(1) .step-tick-icon,
.step-tracker.progress-step-4 .step-tracker-head-content .step-flow:nth-child(2) .step-tick-icon,
.step-tracker.progress-step-4 .step-tracker-head-content .step-flow:nth-child(3) .step-tick-icon {
  display: inline-block;
  background-color: #d61a0c;
}

.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(1) .step-number,
.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(2) .step-number,
.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(3) .step-number,
.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(4) .step-number {
  display: none;
}

.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(1) .step-tick-icon,
.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(2) .step-tick-icon,
.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(3) .step-tick-icon,
.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(4) .step-tick-icon {
  display: inline-block;
  background-color: #d61a0c;
}

.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(1) .step-number,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(2) .step-number,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(3) .step-number,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(4) .step-number,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(5) .step-number {
  display: none;
}

.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(1) .step-tick-icon,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(2) .step-tick-icon,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(3) .step-tick-icon,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(4) .step-tick-icon,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(5) .step-tick-icon {
  display: inline-block;
  background-color: #d61a0c;
}

.step-tracker.progress-step-1 .step-tracker-head-content .step-flow:nth-child(1) .step-number,
.step-tracker.progress-step-2 .step-tracker-head-content .step-flow:nth-child(2) .step-number,
.step-tracker.progress-step-3 .step-tracker-head-content .step-flow:nth-child(3) .step-number,
.step-tracker.progress-step-4 .step-tracker-head-content .step-flow:nth-child(4) .step-number,
.step-tracker.progress-step-5 .step-tracker-head-content .step-flow:nth-child(5) .step-number,
.step-tracker.progress-step-6 .step-tracker-head-content .step-flow:nth-child(6) .step-number {
  background-color: #d61a0c;
}

/* Lumie style change for step tracker */
.step-tracker .step-tracker-head {
  /* border: 1px solid #d4d4d4; */
  /* border-bottom: 0px;*/
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  /*padding: 14px;*/
  /*width: 96%;*/
  /* background: white; */
  margin-top: 5px;
}

.step-tracker .step-tracker-head .arrow {
  width: 16px;
  position: absolute;
  top: 27px;
  display: none;
  color: #E0E0E0;
  font-size: 16px;
}

.step-tracker .step-tracker-line {
  border: 1px solid #E0E0E0;
  /*  margin-top: 36px; */
  margin-top: 28px;
}

.step-tracker.total-steps-3 .step-tracker-line {
  margin-left: 16%;
  margin-right: 16%;
}

.step-tracker.total-steps-5 .step-tracker-line {
  margin-left: 10%;
  margin-right: 10%;
}

@media only screen and (max-width: 800px) {
  .step-tracker.total-steps-5.progress-step-1 .step-tracker-line,
  .step-tracker.total-steps-5.progress-step-2 .step-tracker-line,
  .step-tracker.total-steps-5.progress-step-3 .step-tracker-line {
    margin-left: 17%;
    margin-right: 6%;
  }

  .step-tracker.total-steps-5.progress-step-4 .step-tracker-line,
  .step-tracker.total-steps-5.progress-step-5 .step-tracker-line {
    margin-left: 6%;
    margin-right: 17%;
  }

  .step-tracker.total-steps-5.progress-step-6 .step-tracker-line {
    margin-left: 17%;
    margin-right: 17%;
  }
}
.step-tracker .step-tracker-head .arrow.previous-icon {
  left: 8px;
}

.step-tracker .step-tracker-head .arrow.next-icon {
  right: 8px;
}

.step-tracker .step-tracker-head .step-tracker-head-content {
  /* padding: 0px 0 15px 0;
  margin-top: -30px; */
  padding: 0px 0 10px 0;
  margin-top: -27px;
}

.step-tracker .step-tracker-head-content {
  text-align: center;
}

.step-tracker .step-tracker-head-content:after {
  clear: both;
  content: " ";
  display: block;
}

.step-tracker .step-tracker-head-content .step-text {
  font-weight: 500;
  color: #000000;
  font-size: 13px;
  margin-top: 1px;
}

.step-tracker .step-tracker-head-content .step-status .step-number1 {
  /* width: 37px;
  height: 28px; */
  width: 28px;
  height: 25px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #d61a0c;
  color: #FFFFFF;
  display: inline-block;
  border: 10px solid #FFFFFF;
  /* padding-top: 8px; */
  padding-top: 3px;
}

.step-tracker .step-tracker-head-content .step-status .step-number,
.step-tracker .step-tracker-head-content .step-status .step-tick-icon {
  /* width: 37px;
  height: 28px; */
  width: 28px;
  height: 25px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #838686;
  color: #FFFFFF;
  display: inline-block;
  border: 10px solid #FFFFFF;
}

.step-tracker .step-tracker-head-content .step-status .step-tick-icon {
  display: none;
  padding-top: 11px;
}

.step-tracker .step-tracker-head-content .step-status .step-tick-icon-new {
  /* display: none; */
  padding-top: 11px;
  background-color: #d61a0c;
}

.step-tracker .step-tracker-head-content .step-status .step-tick-icon1 {
  /*  width: 37px;
   height: 28px; */
  width: 28px;
  height: 25px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #d61a0c;
  color: #FFFFFF;
  display: inline-block;
  border: 10px solid #FFFFFF;
}

.step-tracker .step-tracker-head-content .step-status .step-tick-icon1 {
  /*display: none;*/
  /* padding-top: 8px;
  line-height: 1.2; */
  padding-top: 3px;
  line-height: 1.4;
}

.step-tracker .step-tracker-head-content .step-status .step-number {
  /* padding-top: 8px; */
  padding-top: 3px;
}

.step-tracker.total-steps-3 .step-tracker-head-content .step-flow {
  width: 33.33%;
  float: left;
}

.step-tracker.total-steps-5 .step-tracker-head-content .step-flow {
  width: 20%;
  float: left;
}

@media only screen and (max-width: 800px) {
  .step-tracker.total-steps-5 .step-tracker-head-content .step-flow {
    width: 33.33%;
  }

  .step-tracker.total-steps-5.progress-step-1 .step-tracker-head-content .step-flow:nth-child(4),
  .step-tracker.total-steps-5.progress-step-1 .step-tracker-head-content .step-flow:nth-child(5),
  .step-tracker.total-steps-5.progress-step-2 .step-tracker-head-content .step-flow:nth-child(4),
  .step-tracker.total-steps-5.progress-step-2 .step-tracker-head-content .step-flow:nth-child(5),
  .step-tracker.total-steps-5.progress-step-3 .step-tracker-head-content .step-flow:nth-child(4),
  .step-tracker.total-steps-5.progress-step-3 .step-tracker-head-content .step-flow:nth-child(5),
  .step-tracker.total-steps-5.progress-step-4 .step-tracker-head-content .step-flow:nth-child(1),
  .step-tracker.total-steps-5.progress-step-4 .step-tracker-head-content .step-flow:nth-child(2),
  .step-tracker.total-steps-5.progress-step-5 .step-tracker-head-content .step-flow:nth-child(1),
  .step-tracker.total-steps-5.progress-step-5 .step-tracker-head-content .step-flow:nth-child(2),
  .step-tracker.total-steps-5.progress-step-6 .step-tracker-head-content .step-flow:nth-child(1),
  .step-tracker.total-steps-5.progress-step-6 .step-tracker-head-content .step-flow:nth-child(2) {
    display: none;
  }

  .step-tracker.total-steps-5.progress-step-1 .step-tracker-head .arrow.next-icon,
  .step-tracker.total-steps-5.progress-step-2 .step-tracker-head .arrow.next-icon,
  .step-tracker.total-steps-5.progress-step-3 .step-tracker-head .arrow.next-icon {
    display: block;
  }

  .step-tracker.total-steps-5.progress-step-4 .step-tracker-head .arrow.previous-icon,
  .step-tracker.total-steps-5.progress-step-5 .step-tracker-head .arrow.previous-icon {
    display: block;
  }
}
@media only screen and (max-width: 401px) {
  .step-tracker .step-tracker-head .arrow.next-icon {
    right: 0px;
  }

  .step-tracker .step-tracker-head .arrow.previous-icon {
    left: 0px;
  }
}
/*Added for step tracker by sujatha for lumi */
/*
 * Virtual Keyboard
 */
/* Virtual Keyboard Appending changes from keyboard.css starts*/
/* keyboard - jQuery UI Widget */
.ui-keyboard {
  text-align: center;
  padding: .3em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 16000;
}

.ui-keyboard-has-focus {
  z-index: 16001;
}

.ui-keyboard div {
  font-size: 1.1em;
}

.ui-keyboard-button {
  height: 2em;
  min-width: 1.5em;
  margin: 1.5px;
  cursor: pointer;
  overflow: hidden;
  line-height: 2em;
  -moz-user-focus: ignore;
}

.ui-keyboard-button span {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
}

.ui-keyboard-button-endrow {
  clear: left;
}

.ui-keyboard-space {
  width: 15em;
  position: relative;
  bottom: 5px;
}

/* Modified for Lumie Arun*/
/* see http://nicolasgallagher.com/another-css-image-replacement-technique/ */
.ui-keyboard-space span,
.ui-keyboard-empty span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.ui-keyboard-preview-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* width is calculated in IE, since 99% = 99% full browser width =( */
.ui-keyboard-preview {
  text-align: left;
  margin: 0 0 3px 0;
  display: inline;
  width: 99%;
}

.ui-keyboard-keyset {
  text-align: center;
  white-space: nowrap;
}

.ui-keyboard-input {
  text-align: left;
}

.ui-keyboard-input-current {
  -o-box-shadow: 0 0 5px #4d90fe;
  -ms-box-shadow: 0 0 5px #4d90fe;
  -moz-box-shadow: 0 0 5px #4d90fe;
  -webkit-box-shadow: 0 0 5px #4d90fe;
  box-shadow: 0 0 5px #4d90fe;
}

.ui-keyboard-placeholder {
  color: #757575;
}

/* disabled or readonly inputs, or use input[disabled='disabled'] { color: #f00; } */
.ui-keyboard-nokeyboard {
  color: #757575;
  border-color: #757575;
}

.ui-keyboard-spacer {
  display: inline-block;
  width: 1px;
  height: 0;
  cursor: default;
}

.ui-keyboard-NBSP span,
.ui-keyboard-ZWSP span,
.ui-keyboard-ZWNJ span,
.ui-keyboard-ZWJ span,
.ui-keyboard-LRM span,
.ui-keyboard-RLM span {
  font-size: 0.5em;
  line-height: 1.5em;
  white-space: normal;
}

/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
  border-color: #ffaf0f;
}

/* (in)valid inputs */
button.ui-keyboard-accept.ui-keyboard-valid-input {
  border-color: #0c0;
  background: #080;
  color: #FFFFFF;
}

button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
  background: #0a0;
}

button.ui-keyboard-accept.ui-keyboard-invalid-input {
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-color: #c00;
  background: #800;
  color: #FFFFFF;
}

button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
  background: #a00;
}

/*** Caret extension definition ***/
/* margin-top => is added to the caret height (top & bottom) */
.ui-keyboard-caret {
  background: #c00;
  width: 1px;
  margin-top: 3px;
}

/*** jQuery Mobile definitions ***/
/* jQuery Mobile styles - need wider buttons because of font size and text-overflow:ellipsis */
div.ui-body.ui-keyboard button.ui-keyboard-button.ui-btn {
  padding: 0.5em 1em;
  border-color: transparent;
}

.ui-body .ui-keyboard-button {
  width: 3em;
  height: 3em;
  display: inline-block;
}

.ui-body .ui-keyboard-widekey {
  width: 5.5em;
}

.ui-body .ui-keyboard-space {
  width: 15em;
}

.ui-body .ui-keyboard-space span {
  visibility: hidden;
}

/* hides the ellipsis */
.ui-body .ui-keyboard-keyset {
  line-height: 0.5em;
}

.ui-body input.ui-input-text,
.ui-body textarea.ui-input-text {
  width: 95%;
}

/* over-ride padding set by mobile ui theme - needed because the mobile script wraps button text with several more spans */
.ui-body .ui-btn-inner {
  height: 2em;
  padding: 0.2em 0;
  margin: 0;
}

.ui-body .ui-btn {
  margin: 0;
  font-size: 13px;
}

/* mobile default size is 13px */
/* override Bootstrap excessive button padding */
button.ui-keyboard-button.btn {
  padding: 1px 6px;
}

/* enable/disable icons */
button.ui-keyboard-toggle span {
  width: .8em;
  height: .8em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* unlocked icon (keyboard enabled) */
button.ui-keyboard-toggle span {
  /* light theme unlocked icon - fill: #111 */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==);
}

.ui-keyboard-dark-theme button.ui-keyboard-toggle span {
  /* dark theme unlocked icon - fill: #eee */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==);
}

/* locked icon (keyboard disabled) */
button.ui-keyboard-toggle.ui-keyboard-disabled span {
  /* light theme locked icon - fill: #111 */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=);
}

.ui-keyboard-dark-theme button.ui-keyboard-toggle.ui-keyboard-disabled span {
  /* dark theme locked icon - fill: #eee */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=);
}

.ui-keyboard.ui-keyboard-disabled button:not(.ui-keyboard-toggle),
.ui-keyboard.ui-keyboard-disabled input {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/*** Alt-Keys Popup extension ***/
/* clickable overlay on top of keyboard to hide the popup */
.ui-keyboard-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* the actual popup styling, class names from the css.container option are also added */
.ui-keyboard-popup {
  display: inline-block;
  /* default buttons are 2em wide + .1em margin on either side (set in .ui-keyboard-button definition);
  so use multiples of 2.2em   for a max-width if you don't want any extra white space on the sides,
  e.g. 5 buttons * 2.2em = 11em, 6 buttons * 2.2em = 13.2em, etc */
  max-width: 22em;
  /* 10 buttons */
}

/*** Extender keyboard extension ***/
div.ui-keyboard-extender {
  margin-left: 5px;
}

button.ui-keyboard-extender span {
  width: .9em;
  height: .9em;
  display: inline-block;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* light theme extender icon - fill: #111 */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6IzExMSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzExMSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+);
}

.ui-keyboard-dark-theme button.ui-keyboard-extender span {
  /* dark theme extender icon - fill: #eee */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6I2VlZSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2VlZSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+);
}

/* Media Queries (optimized for jQuery UI themes; may be slightly off in jQuery Mobile themes) */
/* 240 x 320 (small phone)  */
@media all and (max-width: 319px) {
  .ui-keyboard div {
    font-size: 9px;
  }

  .ui-keyboard .ui-keyboard-input {
    font-size: 12px;
  }

  /* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
  .ui-body .ui-btn {
    margin: 0;
    font-size: 9px;
  }

  .ui-body .ui-keyboard-button {
    width: 1.8em;
    height: 2.5em;
  }

  .ui-body .ui-keyboard-widekey {
    width: 4em;
  }

  .ui-body .ui-keyboard-space {
    width: 8em;
  }

  .ui-body .ui-btn-inner {
    height: 2.5em;
    padding: 0.3em 0;
  }
}
/* 320 x 480 (iPhone)  */
@media all and (min-width: 320px) and (max-width: 479px) {
  .ui-keyboard div {
    font-size: 9px;
  }

  .ui-keyboard .ui-keyboard-input {
    font-size: 14px;
  }

  /* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
  .ui-body .ui-btn {
    margin: 0;
    font-size: 11px;
  }

  .ui-body .ui-keyboard-button {
    width: 1.8em;
    height: 3em;
  }

  .ui-body .ui-keyboard-widekey {
    width: 4.5em;
  }

  .ui-body .ui-keyboard-space {
    width: 10em;
  }

  .ui-body .ui-btn-inner {
    height: 3em;
    padding: 0.7em 0;
  }
}
/* 480 x 640 (small tablet) */
@media all and (min-width: 480px) and (max-width: 767px) {
  .ui-keyboard div {
    font-size: 13px;
  }

  .ui-keyboard .ui-keyboard-input {
    font-size: 14px;
  }

  .ui-body .ui-btn {
    margin: 0;
    font-size: 10px;
  }

  .ui-body .ui-keyboard-button {
    height: 2.5em;
  }

  .ui-body .ui-btn-inner {
    height: 2.5em;
    padding: 0.5em 0;
  }
}
/* Virtual Keyboard Appending changes from keyboard.css Ends*/
.ui-keyboard {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  padding: 10px 10px 5px 10px;
  /*Modified for lumie Arun*/
  margin-top: 65px;
  margin-bottom: 80px;
  /*added for keyboard cropping issue*/
}

.ui-keyboard-button {
  height: 33px;
  /*Modified for Lumie Arun*/
  min-width: 33px;
  /*Modified for Lumie Arun*/
  margin: 1.5px;
  line-height: 1.5;
}

.ui-keyboard div {
  font-size: 16px;
}

.ui-keyboard button.ui-keyboard-widekey,
.ui-keyboard button.ui-keyboard-meta1,
.ui-keyboard button.ui-keyboard-meta2 {
  border-color: #9E9E9E;
  background-color: #9E9E9E;
  color: #FFFFFF;
}

.ui-keyboard button.ui-keyboard-meta1:not([disabled]):hover,
.ui-keyboard button.ui-keyboard-meta2:not([disabled]):hover {
  border-color: #757575;
  background-color: #757575;
  color: #FFFFFF;
}

.ui-keyboard button.ui-keyboard-accept {
  border-color: #757575;
  background-color: #757575;
  color: #FFFFFF;
}

.ui-keyboard button.ui-keyboard-accept:not([disabled]):hover {
  border-color: #6d6d6d;
  background-color: #6d6d6d;
  color: #FFFFFF;
}

.ui-state-default,
.ui-keyboard button.ui-keyboard-shift {
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #D4D4D4;
  padding: 1px 6px;
  /* Modified for Lumie Arun*/
}

.ui-state-default:hover {
  background-color: #d61a0c;
  color: #FFFFFF;
}

@media only screen and (max-width: 870px) {
  .ui-keyboard {
    margin-left: -100px;
  }
}
@media only screen and (max-width: 680px) {
  .ui-keyboard {
    margin-left: -150px;
  }
}
@media only screen and (max-width: 620px) {
  .ui-keyboard {
    margin-top: 85px;
    left: 36% !important;
    /*Modified for Lumi changes*/
  }

  .ui-dialog .containerStyle .ui-keyboard {
    left: 70% !important;
  }

  .modal .ui-keyboard {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .ui-keyboard {
    /* display: none !important; 
     Virtual keyboard will not be displayed on resolution below 480px */
  }
}
/* Added to give height for the dropdown fields */
.autocomplete-dropdown {
  height: 32px;
}

/* ***********************************Pagination************************* */
.pagination-wrapper .goto-division > span,
.pagination-wrapper .per-page > span {
  display: inline-block;
}

.pagination-wrapper .goto-division,
.pagination-wrapper .per-page,
.pagination-wrapper .navigation-status {
  display: inline-block;
  margin-top: 15px;
}

.pagination-wrapper .goto-textfield {
  width: 90px;
  margin-top: 0;
}

/* Header icon changes START */
.person-name:after {
    /*phani for top bar 
	content: "\e923";
	font-family: $icomoon-font-family;
    font-size: 10px;
    margin-left: 8px;
	*/
  content: " ";
  background: url(../images/settings_icon_v1.svg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 18px;
    /* for safari issue 
	padding-right: 18px; */
  padding-right: 16px;
  background-size: 19px;
}

/* added by Indrajit for caret symbol */
/*phani for header profile
.person-name.upArrow:after {
    content: "\e939";
    font-family: $icomoon-font-family;
    font-size: 10px;
    margin-left: 8px;
}*/
/* .icon-menu:before {
  font-size: 18px;
  position: absolute;
  top: 60px;
  left: 7.6%;
} */
.icon-menu:before {
  font-size: 18px;
  position: absolute;
  top: 63px;
  left: 7.6%;
  content: '';
  width: 60px;
  height: 20px;
  /* background: url(../images/menu_icon.png) no-repeat scroll left 0px transparent; */
  background: url(../images/menu_icon.svg) no-repeat scroll left 0px transparent;
  background-size: 60px 20px;
}

/* .icon-menu:after {
	content: 'MENU';
    position: absolute;
    top: 63px;
    left: 130px;
    font-weight: bold;
} */
.icon-expandicon-down:before,
.icon-expandicon-up:before {
  font-size: 50px;
}

/* Header icon changes END */
/*
 * Toggle Effect for more items in mega-menu
 */
.dropdown-icon {
  float: right;
  color: #757575;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-top: 0px;
  /*modified for lumei hamburger menu*/
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

.rotate {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0px;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

.more-item {
  color: #757575 !important;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

a.menu__link.more-item:after {
  color: #757575 !important;
}

.menu-more-division a {
  color: #757575 !important;
}

.mask {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -o-box-shadow: 2px 0px 11px #000000;
  -ms-box-shadow: 2px 0px 11px #000000;
  -moz-box-shadow: 2px 0px 11px #000000;
  -webkit-box-shadow: 2px 0px 11px #000000;
  box-shadow: 2px 0px 11px #000000;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0px;
  background: #000000;
  display: none;
}

/*Style for highlighting the selected menu */
nav a.menu__link.active {
  color: #000000;
  /* background-color: #F1F1F1;*/
  border-left: 5px solid #F5F5F5;
  margin-right: -11px;
}

/*
 * This file contains styles which we have overridden on top of the styles.css.
 */
/* LUMI - Modified for UI Revamp */
/**** Place all Component level changes here - STARTS ***/
/* Font style/size related changes STARTS*/
/*************************** Common *******************************/
h3 .gradientbgtwolinetxt {
  /*phani for operative accounts title from 16px*/
  font-size: 18px !important;
  font-weight: 500 !important;
}

/*************************** Mandatory Text**********************/
.stage3_steptracker_mandatory {
  font-size: 13px;
  padding-top: 5px;
  /*for step square box tracker
  margin-top: -25px;*/
  color: #d61a0c;
  margin-right: 5px;
}

/*************************** Output Text************************/
.stage3_previewconfirm_details_column .simpletext,
.stage3_previewconfirm_details_column_widget .simpletext {
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #757575;
}

.stage3_previewconfirm_details_column_widget .simpletext {
  float: inherit;
  margin-top: 0px;
}

.stage3_previewconfirm_details_column .simpletextfloatleft {
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #757575;
}

.simpletext {
  font-size: 13px;
}

/* Added for Output text field values in details and confirmation screens */
.stage3_previewconfirm_details_column .simpletext_newfont {
  font-size: 14px;
}

/*************************** Anchor Tag************************/
.stage3_previewconfirm_details_column .bluelink_outputField {
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
}

.stage3_previewconfirm_details_column .bluelink_outputField_Templates {
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
}

/*************************** Input Text*************************/
.labelcolumnsmall {
  font-size: 14px !important;
}

/*************************** Combo *****************************/
.labelcolumncombosmall {
  color: #000000;
}

.labelColumn_combo_small {
  padding: 0 0px 5px 0px;
}

.ui-combobox input {
  font-size: 14px !important;
}

/*************************** Msg *******************************/
.redbg {
  font-size: 14px;
  /* Added for Error msg*/
}

.greenbg {
  font-size: 14px;
  /* Added for info msg*/
}

.orangebg {
  font-size: 14px;
  /* Added for warning msg*/
}

/*************************** Note *******************************/
.queryitalictextleftgap {
  font-size: 14px;
}

/*************************** Label *******************************/
.simpletext {
  color: #9E9E9E;
}

.simpletext_padding {
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  color: #9E9E9E;
}

.stage3_previewconfirm_label_column .simpletext {
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
}

/*************************** Favorites *******************************/
.formbtn_dashboard_quicklink {
  font-size: 14px;
}

/*************************** Listing Table *******************************/
table th .tableHeaderNoSortHW {
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #9E9E9E;
}

table td .searchsimpletext {
  color: inherit;
}

table td .searchsimpletext_wrapnew {
  color: #9E9E9E;
}

table td .searchsimpletext,
table td .searchsimpletext_wrapnew,
table td .simpletextwithwidth,
table td .searchsimpletext_accntSummary,
table td .hwgreentxt,
table td .hwblacktxt {
  font-weight: 400 !important;
  font-size: 14px !important;
}

table .HW_head_outerdiv {
  background-color: #FFFFFF;
}

.footable-row-detail-name {
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
  color: #757575;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.pagination-wrapper .content .input-field input[type=text] {
  font-size: 14px;
}

.select-wrapper input.select-dropdown {
  font-size: 14px;
}

.stage3_optionallink_accnts:hover,
.stage3_optionallink_accnts {
  font-size: 13px;
}

.HW_textwithpadding_new {
  font-size: 14px;
}

/*************************** Pagination *******************************/
.transactiontxt_new,
.widgetpaginationtxt1_new {
  color: #000000;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.pagination-wrapper label {
  font-size: 14px !important;
  color: #000000;
}

.content input[type=Submit] {
  font-size: 14px !important;
}

.select-wrapper input.select-dropdown {
  font-size: 14px;
  /*Modified for Lumi for Dropdown Text Size*/
  color: #000000;
  top: 4px;
  /*Modified for Lumi for Dropdown Text Size*/
}

/*************************** Collapsible section *******************************/
.collapsible_tab {
  font-size: 14px;
}

.expandMenu_SRListing_ie10,
.collapseMenu_SRListing_ie10,
.expandMenu_SRListing,
.collapseMenu_SRListing {
  font-size: 16px;
}

a.collapsiblelink span.collapsible-header {
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
}

/* Font style/size related changes ENDS*/
/* Common styles changes STARTS*/
#wrapper1 {
  background: -webkit-linear-gradient(#f2f2f2, #f2f2f2, #d9d9d9 80%) !important;
  background: -o-linear-gradient(#f2f2f2, #f2f2f2, #d9d9d9 80%) !important;
  background: -moz-linear-gradient(#f2f2f2, #f2f2f2, #d9d9d9 80%) !important;
  background: linear-gradient(#f2f2f2, #f2f2f2, #d9d9d9 80%) !important;
  /*background: -webkit-linear-gradient(#d61a0c , #d61a0c, #a9140a 80%) !important;
  background: -o-linear-gradient(#d61a0c , #d61a0c, #a9140a 80%) !important;
  background: -moz-linear-gradient(#d61a0c , #d61a0c, #a9140a 80%)!important;
  background: linear-gradient(#d61a0c , #d61a0c, #a9140a 80%) !important; */
  /* background: -webkit-linear-gradient(left, #0E9BFF, #4BC4FF) !important; */
  /* For Safari 5.1 to 6.0 */
  /* background: -o-linear-gradient(right, #0E9BFF, #4BC4FF) !important; */
  /* For Opera 11.1 to 12.0 */
  /* background: -moz-linear-gradient(right, #0E9BFF, #4BC4FF)!important; */
  /* For Firefox 3.6 to 15 */
  /* background: linear-gradient(to right, #0E9BFF, #4BC4FF) !important; */
  /* Standard syntax (must be last) */
  /*Modified for Lumi changes*/
  border-top: 0px solid #e4051f;
  /*next-gen*/
  /* Added for Lumi changes */
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 6000;
  /* Lumi changes-- Changed from 10 to 6000 */
  top: 0px;
  /*Lumei For fixing the margin on top of header*/
}

/* LUMI - Modified for UI Revamp */
.ERROR_ROW_HIGHLIGHT .simpletext {
  color: #F44336;
}

.menuArrowImageDown {
  margin-top: 7px;
}

/*Modified for Lumi*/
.ERROR_ROW_SPAN .simpletext {
  color: #F44336;
  /*Modified for Lumi changes*/
}

.stage3_inputpanel_leftcontainer {
  background-color: #FFFFFF;
  /*Modified for Lumi*/
}

.stage3_inputpanel_paydetailsrow {
  height: inherit;
  margin: 0px 0px 7px 0px;
}

.stage3_inputpanel_column {
  margin-top: 12px;
}

.querytextright_stage3 {
  overflow: visible;
  /*Modified for Lumi*/
  padding: 0px;
  /*Added for Lumi changes*/
}

/*phani for forgot_password otp*/
.forgotpassword_otp_main .querytextright_stage3 {
  overflow: visible;
  /*Modified for Lumi*/
  padding: 0px;
  /*Added for Lumi changes*/
  margin-top: 12px;
}

.iconimagewithmargin {
  height: 20px;
}

/*Modified for naviogate to sujatha*/
.stage3_rtpanelwhitebg {
  border-bottom: 1px solid #EFEFEF;
  padding: 16px 20px 12px 20px;
  /* Lumie RHS widget style change */
  font-size: 20px;
  /* Lumie RHS widget style change */
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.stage3_menuIdTextlink a {
  color: #d61a0c;
}

.pageLeftContainer {
  /*phani -- @include box-shadow($shadow-layer-1);*/
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
}

.select-wrapper.labelcolumncombotoosmallQuickpay .caret {
  top: 6px !important;
}

.labelColumn_combo_toosmallQuickPay {
  padding: 0 0 5px 0.1em;
  /*Modified for Lumi*/
}

.labelcolumnsearchquickpayRemark {
  background: none;
  /*Modified for Lumi*/
}

.querytextrightquickpaywidgetCol {
  padding-bottom: 15px;
  /*Modified for Lumi*/
}

.widget-content ul {
  padding: 0px !important;
  /*Modified for Lumi changes*/
}

/* Added to increase the padding to display the bottom line of input text boxes */
.querytextright {
  padding-bottom: 5px;
}

/* Common style changes ENDS*/
/* Button style changes STARTS*/
.waves-effect {
  margin: 5px 5px 3px 5px;
}

.backMiddle {
  margin: 0px 5px 3px 5px;
}

.labelcolumnsmall {
  padding-bottom: 3px;
  /*Modified for lumi to bring the on focus highlight effect*/
  background: none;
  /*Modified for Lumi*/
}

.labelColumn_combo_very_small,
.labelColumn_combo_brdr_very_small,
.labelColumn_combo_small_cr,
.labelColumn_combo_brdr_small_cr,
.newCombobox_combo_small,
.newCombobox_combo_brdr_small,
.labelColumn_combo,
.labelColumn_combo_download,
.labelColumn_combo_brdr,
.labelColumn_combo_brdr_download,
.labelColumn_combo_brdr_small,
.labelColumn_combo_brdr_toosmall,
.labelcolumncombotoosmallBackUp,
.question .inputColumn span.select,
.question .inputColumn span.select select,
.labelColumn_combo_small,
.labelColumn_combo_toosmall,
.labelcolumnsmall_ComboBox,
.querycomboboxmedium_small,
.labelColumn_combo_toosmall_db,
.labelColumn_combo_brdr,
.labelColumn_combo_nobackground,
.labelColumn_combo_brdr_nobackground,
.labelColumn_combo,
.labelColumn_combo_small_cr,
.labelColumn_combo_brdr_small_cr,
.labelColumn_combo_toosmallQuickPay,
.labelColumn_combo_brdr_toosmallQuickPay,
.widget-small .labelColumn_combo,
.labelcolumnsearchquickpayRemark,
.querytextboxmedium_searchquickpayRemark,
.labelColumn_text_brdr_toosmall,
.querytextboxmedium_small {
  background: none;
  /*Modified for Lumi*/
  position: relative;
  padding-right: 15px;
  /*Modified for Dropdown and Button Spacing Issue*/
}

.labelcolumntexttoosmall {
  background: none;
  /*Modified for Lumi*/
  padding: 7px 0 3px 2px;
  /*Modified for lumi to have on focus highlight effect*/
}

.labelcolumntexttoosmall_CC {
  padding: 7px 0 3px 2px;
  /*Modified for lumi to have on focus highlight effect*/
}

/* Button style changes ENDS*/
/* Date picker changes STARTS*/
input.all-datepicker,
input.future-datepicker,
input.past-datepicker {
    /* for transactions page 
	width: 150px; */
  width: 170px;
  margin-top: 12px;
  margin-left: 5px;
  background-size: 20px 20px;
  padding-bottom: 4px;
  /*Added for Lumi changes*/
}

.picker__box {
  background-color: #FFFFFF;
}

/* Date picker changes ENDS*/
/* Masking effect on click of Sidebar STARTS*/
.qp-ui-mask-modal.qp-ui-mask-visible {
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.qp-ui-mask-modal {
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -o-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: alpha(opacity=10);
  opacity: 0.1;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  position: fixed;
}

/* Masking effect on click of Sidebar ENDS*/
/* REMOVE ON ACTUAL IMPLEMENTATION OF MEGA MENU -- Temporary mega menu side bar level Changes STARTS*/
.side-nav {
  width: 320px;
  top: 81px;
  /*for lumi*/
  height: 100%;
  background-color: #FFFFFF;
}

.side-nav li:hover,
.side-nav li.active {
  background-color: #FFFFFF;
}

li.bold {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
}

.side-nav.fixed {
  left: 0px !important;
  margin-top: 9px;
}

.side-nav {
  display: none;
}

.menuBarIcon {
  float: left !important;
  /*Modified by sravan to allign the icons */
  margin-top: 14px !important;
  /*color: #FFFFFF;*/
  color: #4B4B4D;
}

/* REMOVE ON ACTUAL IMPLEMENTATION OF MEGA MENU -- Temporary mega menu side bar level Changes ENDS*/
/* Listing table/pagination changes STARTS Anand*/
/*************************** Pagination *******************************/
.pagination-wrapper .per-page-selector .select-wrapper {
  width: 50px;
}

.select-wrapper input.select-dropdown {
  border-bottom: 1px solid #E0E0E0;
}

.pagination-wrapper .content > span,
.paginat.searchsimpletext_sideheadingion-wrapper .content.info-division > span > span {
  display: inline-block;
  margin-right: 8px !important;
}

.content input[type=text] {
  height: 2rem;
  margin-bottom: inherit;
  color: #000000 !important;
}

.content .input-field label {
  left: -0.1rem;
  top: 5px;
}

.content .input-field input[type=text] {
  width: 85px;
}

.pagination-wrapper .content {
  width: 100% !important;
  /* Update for Table footer width */
  text-align: right !important;
}

.widgetpaginationprevious_new,
.widgetpaginationnextDisabled_new {
  width: 10px;
  height: 13px;
  margin-top: 0px;
}

.widgetpaginationnextDisabled_new {
  margin-bottom: -2px;
}

.footable-row-detail-row {
  display: block;
}

.pagination-wrapper .select-wrapper input.select-dropdown {
  margin: inherit;
}

.pagination-wrapper .labelColumn_combo {
  padding-left: 0px;
  height: 31px;
  width: 65px;
}

.pagination-wrapper .waves-effect {
  margin: auto;
}

.pagination-wrapper .per-page-selector {
  width: 50px;
}

.footable.breakpoint > tbody > tr:first-child > td.footable-last-column:after {
  padding-right: 10px;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
  padding-top: 15px;
  /* Modified for Lumi to make the down/up arrow in center of three dots in listing table last column */
}

/* Added for hiding arrow in listing screens coming inside print preview  */
.printwrapper .footable.breakpoint > tbody > tr:first-child > td.footable-last-column:after {
  width: 0px;
  height: 0px;
}

/*Added for dropdown width issue --Start */
.autocomplete-dropdown {
  width: 100%;
}

/*Added for dropdown width issue --End */
/*Added for dropdown issue in overlay screen--Start */
.ui-dialog ul.autocomplete-values-list {
  display: none;
}

/*Added for dropdown issue in overlay screen--End */
.pagination-wrapper .content i.waves-effect {
  vertical-align: middle !important;
}

.pagination-wrapper .col {
  width: inherit !important;
  float: inherit;
}

.paginationPageNumberGOSpan {
  margin-right: 0px !important;
}

.paginationRowperPageLabel {
  margin-right: 5px;
}

.pagination-wrapper {
  border: none;
}

.per-page-selector .select-wrapper span.caret:after {
  right: 9px;
}

/* Multi Select Dropdown--Issue for z-index -- Start*/
.multiselect_options_div_searchpanel {
  z-index: 10 !important;
  width: auto !important;
  min-width: 55%;
}

.pagination-wrapper .goto-textfield input[type=text] {
  width: 90px !important;
}

/* Multi Select Dropdown--Issue for z-index -- End*/
/*************************** Listing Table Action *******************************/
.HW_tabletextwithpadding,
.HW_tableheading,
.HW_tablecolcenter,
.widget .menuChoices ul li ul li {
  background-image: url("") !important;
}

.widget .menuChoices ul li ul li {
  background-color: transparent !important;
}

.menuChoicesColumn {
  border-right: none !important;
}

.select-wrapper:after {
  top: 8px !important;
}

.widget .menuChoices {
  min-width: 155px;
}

.menuChoices {
  /*Uncommented box shadow to reflect the shadow effect for action pull down menu container */
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  display: none;
  margin: 0;
  overflow: visible;
  padding: 2px;
  position: absolute;
  right: 40%;
  z-index: 1002;
}

.widget .menuChoices ul li:hover,
.modalWrapper .menuChoices ul li ul li:hover {
  background-color: #F5F5F5 !important;
}

.widget .menuChoices ul li {
  min-height: 35px;
  color: #d61a0c;
  cursor: pointer;
  line-height: inherit;
  text-align: left;
  text-transform: none;
  clear: none;
  width: 180px;
}

.menuChoices_3,
.menuChoices_4,
.menuChoices_5,
.menuChoices_6 {
  min-width: 560px !important;
  height: 200px;
  overflow-y: scroll !important;
}

.menuChoices_2 {
  min-width: 550px !important;
  height: 200px;
}

.menuChoices_1 {
  min-width: 370px !important;
}

.widget .menuChoices_3 ul li {
  width: 180px;
}

.menuChoiceAccntAlign {
  right: -38% !important;
}

.hasPulldownMenu {
  font-size: 0.69em;
  margin-top: -1.0999%;
  /* position: absolute;*/
}

.menuSideArrowImageForMenuChoices {
  padding-left: 2px;
  border: 0px;
  text-align: left;
  cursor: pointer;
  margin-left: 2px;
}

.menuChoices ul {
  padding: 0px;
  background-color: #D9EEFE;
  /*changed from E0E1E2  to EFEFEF for EBUX3 UI*/
}

.menuChoices ul li {
  list-style-type: none;
  font-size: inherit;
  float: left;
}

.menuChoices ul li ul li {
  background-image: url("../images/backgrounds/icoMenuArrow.png");
  background-position: 0 6px;
  background-repeat: no-repeat;
  float: none;
  padding-left: 8px;
  margin-left: 5px;
}

.menuChoices ul li a,
.menuChoices ul li input {
  display: inline-block;
  color: #000000;
  border: none;
  text-align: left;
  line-height: 20px;
  padding: 1px;
}

.menuChoices ul li input {
  width: 100%;
  cursor: pointer;
}

.widget .menuChoices .row .col.s12 {
  margin-top: inherit;
}

.more.dropdown-button {
  /*phani for op accounts from 40px*/
  padding-left: 20px;
  /* Modified the value from 17 to 40px for more space on RHS issue */
}

.viewAll {
  margin-right: 42%;
  width: 16%;
  font-size: 14px !important;
}

.menuChoices ul li {
  margin-top: 0px !important;
}

.widget .menuChoices ul li a,
.menuChoices_new ul li input {
  padding: 10px 5px;
  line-height: inherit;
}

.widget .menuChoices ul {
  max-height: 250px;
  background-color: #FFFFFF;
}

.widget .menuChoices ul li a {
  width: 165px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuChoices ul.singleColumn_Pulldown_Content {
  min-width: 150px;
  max-height: 250px;
}

.menuChoices ul.singleColumn_Pulldown_Content li {
  margin-left: 0 !important;
  width: 100% !important;
}

.menuChoices ul.twoColumn_Pulldown_Content {
  min-width: 325px;
  max-height: 250px;
}

.menuChoices ul.twoColumn_Pulldown_Content li {
  float: left;
  width: 150px;
}

/*************************** Listing Table *******************************/
.widgetpaginationpreviousDisabled_new,
.widgetpaginationnext_new {
  margin-top: 0px;
  margin-bottom: -2px;
}

.widgetpaginationprevious_new {
  margin-bottom: -2px;
}

.pagination_widformbtn_pagi_go_new {
  border: 1px solid #BDBDBD;
  height: 25px;
  margin: 4px 3px 0px 0px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  background-color: #FFFFFF;
  border-radius: 7px;
}

.caret {
  border-left: none;
  border-right: none;
  border-top: none;
}

.widgetpaginationpreviousDisabled_new,
.widgetpaginationnext_new {
  width: 10px;
  height: 13px;
}

.sortingAscendingArrow {
  font-family: icomoon;
  color: inherit;
  font-size: 12px;
  padding-right: 4px;
}

.sortingDescendingArrow {
  font-family: icomoon;
  color: inherit;
  font-size: 12px;
  padding-right: 4px;
}

table thead th span.sortingAscendingArrow:before {
  content: "\e940";
}

table thead th span.sortingDescendingArrow:before {
  content: "\e941";
}

table tbody tr td.footable-last-column {
  text-align: right;
}

#detailInner2 {
  border-top: 1px solid #EFEFEF;
  width: 100%;
  height: 100%;
  padding-top: inherit;
  padding-bottom: inherit;
}

.listrowwrapper .listwhiterow:first-child,
.listrowwrapper .listgreyrow:first-child {
  border-top: 1px solid #EFEFEF !important;
}

/* added to remove background color and bottom border for dashboard widget small -- STARTS*/
.listrowwrapper .listwhiterow_widget:first-child {
  border-top: none !important;
}

.widget-small table.multiTableHeading > tbody:hover {
  background-color: #F5F5F5;
}

.widget-small thead {
  border-bottom: 1px solid #EFEFEF !important;
}

.listrowwrapper .listgreyrow_widget:first-child {
  border-top: none !important;
}

.widget-small .amtRightAlign {
  text-align: left !important;
}

/* added to remove background color and bottom border for dashboard widget small -- END*/
.listgreyrowtxtCenterline {
  padding-left: 2px;
  padding-right: 6px;
  vertical-align: middle;
  border: 0px;
  text-align: center;
}

.footable-row-detail-name {
  color: #757575;
  padding: 10px 22px;
  width: 50%;
  float: left;
  text-align: left !important;
}

.footable-row-detail-value {
  text-align: center;
  padding: 10px 22px;
  width: 50%;
}

.footable-row-detail-row {
  color: #000000;
  font-weight: 400;
}

table td {
  /* Modified by sravan to decrease the line space */
  padding: 9px 20px;
}

table th {
  padding: 17px 20px;
}

.footable-row-detail-row:last-child {
  border-bottom: 0px solid #EFEFEF !important;
}

.hasPulldownMenu {
  margin-left: inherit !important;
  margin-top: -11px;
  text-align: center;
  height: 20px;
}

.singleTableHeading {
  border: 1px solid #E0E0E0;
}

table.multiTableHeading thead tr:nth-child(1) th,
table.multiTableHeading tbody tr:nth-child(1) td {
  padding-bottom: 0px;
}

table.multiTableHeading thead tr:nth-child(3) th,
table.multiTableHeading tbody tr:nth-child(3) td,
table.multiTableHeading thead tr:nth-child(2) th,
table.multiTableHeading tbody tr:nth-child(2) td {
  padding-top: 0px;
}

table.singleTableHeading thead tr:nth-child(2) th,
table.singleTableHeading tbody tr:nth-child(2) td table.singleTableHeading thead tr:nth-child(1) th,
table.singleTableHeading tbody tr:nth-child(1) td {
  padding-bottom: none;
}

td.footable-row-detail-cell {
  padding: 0px;
}

.singleTableHeading:after,
table.multiTableHeading:after {
  content: none;
}

table.multiTableHeading thead tr:nth-child(2) th,
table.multiTableHeading thead tr:nth-child(3) th {
  color: #9E9E9E;
}

table.multiTableHeading tbody tr:nth-child(2),
table.multiTableHeading tbody tr:nth-child(3) {
  color: #9E9E9E;
}

table.multiTableHeading thead tr:nth-child(1) th {
  color: #757575;
}

table.multiTableHeading tbody tr:nth-child(1) {
  color: #000000;
}

table.singleTableHeading thead tr:nth-child(1) th {
  color: #757575;
  font-weight: 500;
}

table.multiTableHeading tbody tr:nth-child(1),
table.singleTableHeading tbody tr:nth-child(1) {
  color: #000000;
  font-weight: 400;
}

table.multiTableHeading > tbody:hover,
table.singleTableHeading > tbody:hover {
  background-color: #F5F5F5;
}

table.multiTableHeading > tbody,
table.singleTableHeading > tbody {
  background-color: #FFFFFF;
}

.footable-row-detail-row:hover {
  background-color: #F5F5F5 !important;
}

table td .searchsimpletext_wrapnew,
table td .searchsimpletext {
  padding-top: 0px;
}

table > tbody > tr.checkBoxSelected,
.listrowwrapper.checkBoxSelected .listwhiterow,
.listrowwrapper.checkBoxSelected .listgreyrow {
  background-color: #F5F5F5;
}

.mid_img {
  padding-bottom: 0px;
  padding-left: 4px;
  margin-bottom: -1px;
}

h3.listingcol span {
  padding: 17px 0px;
}

h3.listingcol {
  padding-top: 0px !important;
  padding-bottom: inherit !important;
  padding-left: 6px;
  padding-right: 0px;
  height: inherit !important;
  border-right: 1px solid #E0E0E0;
}

/* Listing/pagination changes done by Anand ENDS*/
/* For control option navigator styling STARTS*/
table.controlOptionTableStyle td {
  padding: 3px 2px;
}

table.controlOptionTableStyle > tbody > tr:hover {
  background-color: transparent !important;
}

/* For control option navigator styling ENDS*/
/*************************** Collapsible section *******************************/
.collapsible_tab {
  background: url("") !important;
}

.collapseMenu_SRListing_ie10:after,
.collapseMenu_SRListing:after {
  content: "\e939" !important;
  -webkit-margin-before: initial !important;
  left: initial;
  color: #757575;
  top: 15px;
}

.expandMenu_SRListing_ie10:after,
.expandMenu_SRListing:after {
  content: "\e923" !important;
  -webkit-margin-before: initial !important;
  left: initial;
  color: #757575;
  top: 15px;
}

.collapseMenu_SRListing_ie10:after,
.expandMenu_SRListing_ie10:after {
  position: relative;
  float: right;
  left: -10px;
  -webkit-margin-before: -18px;
}

.expandMenu_SRListing_ie10,
.collapseMenu_SRListing_ie10,
.expandMenu_SRListing,
.collapseMenu_SRListing {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.expandMenu_SRListing_ie10,
.collapseMenu_SRListing_ie10,
.expandMenu_SRListing,
.collapseMenu_SRListing {
  padding-right: initial;
}

.collapsible_tab {
  float: left;
}

.width100Percent_borderBottom_SRListing tr[id^=collapsibleMenu],
.width100Percent_borderBottom_SRListing tr[id^=collapse] {
  border-bottom: 1px solid #E0E0E0;
}

.collapsible {
  margin: 0 !important;
  display: inline-block;
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
  padding-left: 0px;
  padding-right: 0px;
}

.collapsible-body p {
  padding: 8px 31px;
  margin: 0px;
  /*** for safari browser new service request distortions*/
  overflow: auto;
}

.widget-library .collapsible-body p {
  padding: 2rem;
}

.srSearch {
  margin-top: -5px;
}

.expandableMenu img,
.collapsipleMenu img,
.h3whitetitle .collapsiblelink img,
.stage3_moredetailsright .collapsiblelink img {
  display: none;
}

a.collapsiblelink span.collapsible-header {
  padding: inherit;
  min-height: inherit;
  line-height: inherit;
  border-bottom: none;
  float: left;
  padding-left: 6px;
}

.collapsipleMenu:after,
.expandableMenu:after {
  -webkit-margin-before: initial !important;
  left: initial;
  color: #757575;
  float: right;
  padding-top: 6px;
  padding-left: 3px;
  padding-right: 6px;
}

.collapsipleMenu:after {
  content: "\e939" !important;
}

.expandableMenu:after {
  content: "\e923" !important;
}

.expandableMenu,
.collapsipleMenu {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}

.expandableMenu,
.collapsipleMenu {
  padding-right: initial;
}

a.collapsiblelink {
  padding-top: 6px;
}

.collapsiblePosition {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 10px !important;
  padding-bottom: 10px;
}

.collapsible-body .pwdreqtext,
.collapsible-body .queryitalictextwithmargin {
  margin-left: 0px;
}

.printwrapper .collapsible-header {
  padding: inherit;
  display: inline;
  cursor: none;
  min-height: auto;
  line-height: normal;
  border-bottom: none;
  background-color: transparent;
}

/*************************** Search Section *******************************/
.stage3_searchpaneldiv .collapsible-wrapper,
.stage3_searchpanel_detailsdiv .collapsible-wrapper,
.stage3_searchsubsecheader {
  background-color: #FFFFFF !important;
}

.stage3_searchpaneldiv .collapsible-wrapper,
.stage3_searchpanel_detailsdiv .collapsible-wrapper {
  border: none;
}

.stage3_searchpaneldiv {
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
}

.collapsible-wrapper {
  -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 28px;
}

/*************************** Text Area *******************************/
.remarksboxux3 {
  border: none !important;
  border-bottom: 1px solid #E0E0E0 !important;
  max-width: 300px;
  width: 40% !important;
}

.textareaalignment {
  width: 28% !important;
}

.addressrtalign {
  width: 52% !important;
}

.character-counter {
  padding-bottom: 10px;
  width: 21% !important;
  max-width: 300px;
  color: #000000;
}

/* Added for Lumi changes */
textarea.materialize-textarea {
  /*Changed for alignment between label and text area*/
    /*phani for message template 
	padding: 0.53rem 0 !important;*/
  padding: 1% 1% !important;
  width: 98%;
  font-size: 14px;
  max-height: 30px;
  overflow-y: auto;
}

/* Check Box Style --Start */
/* Overriding the Robosoft style for Checkbox anf label for font size.*/
.ui-helper-hidden.filled-in + label:after,
.ui-helper-hidden.filled-in + span:after {
  content: none !important;
}

[type="checkbox"] + label {
  font-size: 0px !important;
  top: 8px;
}

li [type="checkbox"] + label {
  font-size: 12px !important;
}

ul li [type="checkbox"] + label {
  line-height: 8px !important;
  margin-left: 7px !important;
  top: 13px !important;
}

.labeltextstyle1 {
  float: none !Important;
}

[type="checkbox"].filled-in:checked + label:after,
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 15px !Important;
  width: 15px !Important;
  margin-top: -3px !Important;
}

[type="checkbox"].filled-in:checked + label:before {
  width: 4px !Important;
  height: 10px !Important;
  margin-top: -1px !Important;
}

[type="checkbox"].filled-in:checked + span:after,
[type="checkbox"].filled-in:not(:checked) + span:after {
  height: 16px !important;
  width: 16px !important;
  margin-top: 7px !important;
}

[type="checkbox"].filled-in:checked + span:before {
  width: 4px !important;
  height: 9px !important;
  margin-top: 7px !important;
}

/* Check Box Style --End */
/* Radio Style --Start */
[type="radio"] + label {
  font-size: 0px !important;
  float: left;
  top: 2px;
}

/* Radio Style --End */
/* Dropdown Style --Start */
.dropdownexpandalbe_download,
.dropdownexpandalbe,
.header_dropdownexpandalbe,
.dropdownexpandalbe_LHN,
.dropdownexpandalbe_radbtn,
.dropdownexpandalbe_small,
.dropdownexpandalbe_new,
.dropdownexpandalbe_nobackground,
.stage3_dropdownexpandalbe,
.widget-small .dropdownexpandalb,
.dropdownheader_1,
.dropdownheader_top_r,
.dropdownheader_top,
.dropdownlocationbar_span,
.dropdownlocationbar,
.dropdownheader {
  display: none !Important;
  /*OverRidden for Dropdown issue where old dropdowns were also getting displayed on screen*/
}

/* Dropdown Style --Start */
/*Bread Crumb Changes---Start*/
/*Meghana changes start*/
/* Commented for Breadcrumb Box Shadow*/
.breadcrumb-block {
  height: auto !important;
}

div.nav-wrapper {
  position: relative;
  height: 100%;
}

.breadcrumb:after {
  content: " " !important;
  clear: both !important;
  height: 0 !important;
  visibility: visible !important;
}

.breadcrumb-content:after {
  display: none !important;
  content: " " !important;
  clear: both !important;
}

.breadcrumb-block .breadcrumb:last-child {
  color: #d61a0c !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  cursor: pointer !important;
  /*** 
  border-right: 1px solid #EFEFEF;*/
}

.breadcrumb-block .breadcrumb:last-child:after {
  content: " ";
  /* display: block; */
  display: none;
  border-left-color: transparent;
  margin-top: -12px !important;
}

a.breadcrumb:first-child,
a.breadcrumb:nth-child(2) {
  cursor: default;
}

.breadcrumb-block .breadcrumb-icon {
  padding: 10px;
  width: 20px;
  height: 20px;
}

/* Added for condition if only one Link is there for Bread crumb --Start*/
/* Added for condition if only one Link is there for Bread crumb --Start*/
.breadcrumb-block .breadcrumb:first-child {
  background: transparent !important;
  cursor: pointer !important;
  /*  background: url(../images/home.jpg) no-repeat; */
}

.breadcrumb-block .breadcrumb:first-child:after {
  /*border-left-color: #FFFFFF !important; */
}

/* Added for condition if only one Link is there for Bread crumb --End*/
/*meghna added end*/
/* Bread crumb changes Ends */
/* Screen title print icon changes */
/*meghana added*/
#HREF_printPreview,
#HREF_help {
  display: block;
  margin-top: -8px !important;
}

/*Added for lumie*/
div#BrdCrumbNImg {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  height: 20px;
}

/* Added to move the print and help icons to the left when the RHS collapse/expand bar is visible */
.print-preview-button,
.print-help-button {
  font-size: 24px;
  color: #757575;
  position: absolute;
  top: 0;
}

.print-preview-button:hover,
.print-help-button:hover {
  color: #d61a0c;
}

.print-preview-button {
  right: 0;
}

.print-help-button {
  right: 39px;
}

.print-preview-button,
.print-help-button {
  font-size: 23px;
  top: 127px;
  margin-right: 20px;
}

/*meghana added end*/
/* screen title print icon chagnes end*/
/*Added for download component in UX5 */
.icon-HW_formbtn_img_txt,
.icon-HW_formbtn_img_txt:hover,
.icon-HW_formbtn_img_xls,
.icon-HW_formbtn_img_xls:hover,
.icon-HW_formbtn_img_pdf,
.icon-HW_formbtn_img_pdf:hover {
  font-size: 24px;
  position: relative;
}


.icon-HW_formbtn_img_txt,
.icon-HW_formbtn_img_txt:hover {
  content: "\e92d";
  color: #F87626;
}

.icon-HW_formbtn_img_xls,
.icon-HW_formbtn_img_xls:hover {
  content: "\e90e";
  color: #62C14C;
}

.icon-HW_formbtn_img_pdf,
.icon-HW_formbtn_img_pdf:hover {
  content: "\e91f";
  color: #F44E4E;
}

span.icon-HW_formbtn_img_txt:after,
span.icon-HW_formbtn_img_xls:after,
span.icon-HW_formbtn_img_pdf:after {
  position: relative;
  margin-left: -42px;
}

span.icon-HW_formbtn_img_txt:after {
  content: "\e92d";
}

span.icon-HW_formbtn_img_xls:after {
  content: "\e90e";
}

span.icon-HW_formbtn_img_pdf:after {
  content: "\e91f";
}

.icon-HW_formbtn_img_xls input,
.icon-HW_formbtn_img_pdf input,
.icon-HW_formbtn_img_txt input {
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.downloadtext {
  color: #424242;
  font-size: 16px;
  left: 7px;
  position: relative;
}

.downloadSection {
  display: inline-block;
  width: inherit;
  border-left: 1px solid #E0E0E0;
}

/*Added for download component in UX5 -End*/
/*Added for LinkDelink component in UX5 -Starts*/
.icon-linkdelink_left:after {
  content: "\e936";
}

.singleTableHeading:after {
  content: none;
}

.tabs ul {
  font-size: 0;
  position: relative;
  padding: 0;
  width: 480px;
  margin: 40px auto;
}

.tabs ul li {
  display: inline-block;
  width: 160px;
  height: 60px;
  background: #DA4453;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tabNavLinkDelinkTable .slider {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: 50%;
  bottom: -32px;
  height: 3px;
  background: #d61a0c;
}

/*  Ripple */
.ripple {
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  filter: alpha(opacity=100);
  opacity: 1;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
}

@-webkit-keyframes rippleDrop {
  100% {
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes rippleDrop {
  100% {
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.linkedValTable h3 .gradientbgtwolinetxt,
.delinkedValTable h3 .gradientbgtwolinetxt {
  font-size: 16px !important;
  padding: 23px 20px 23px 0px !important;
}

.linkedValTable h3,
.delinkedValTable h3 {
  padding-top: 1% !important;
  border-right: 0px;
}

.linkedValTable table .HW_tabletextwithpadding,
.delinkedValTable table .HW_tabletextwithpadding {
  padding: 17px 6px !important;
}

.linkedValTable table .listgreyrowtxtleftline,
.delinkedValTable table .listgreyrowtxtleftline {
  padding: 13px 7px !important;
}

/*Added for LinkDelink component in UX5 -Ends*/
/* The RadioButton alignment issue in Search Panel */
.stage3_searchpanellabel {
  margin-top: 7px;
  float: left;
}

/* the Output Text box label and Value alignment issue*/
.querytextright_stage3 .searchsimpletext {
  padding-top: 13px;
  padding-right: 20px;
}

.optextwithpadding {
  padding-top: 12.5px;
}

/* The Blue Link issue for the hyperlink in table*/
td .bluelink_updatelink {
  font-size: 14px !important;
  color: #d61a0c !important;
}

/* OverLay DropDown Height issue for the Lat Row*/
.tableoverflowwrapperhw {
  overflow-y: auto;
  border: 1px solid #EFEFEF;
}

/* Multi Selct DropDown Style--Start */
.multi_select_dropdown_with_border_searchpanel {
  border: 0px;
  border-bottom: 1px solid #E0E0E0;
}

.multiselect_arrow {
  content: "\e90b";
  font-size: 13px;
}

.multiselect_arrow_disable {
  color: #E0E0E0 !important;
}

/* Multi Selct DropDown Style--End */
/* Fix for the Choose statement label and Dropdown */
.stage3_searchpanelcolumn_new {
  margin-top: -4px;
}

/* Fix for the Choose statement label and Dropdown */
/* Added for download icons alignment issue starts */
.width100percent_downloadIcons {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  display: inline-block;
    /*pahni for transaction details
	border-left: 1px solid color("grey", "lighten-2");*/
}

/* Added for download icons alignment issue ends */
/* Added for error highlighting fields start */
.error_highlight {
  font-size: 13px;
  color: #F44336;
}

/* Added for error highlighting fields end*/
/* Styles added for Auto Complete Text Box -- Start */
.ui-autocomplete li a.ui-corner-all {
  color: #d61a0c !important;
  padding-top: 10px !important;
  min-height: 30.5px !important;
}

.ui-autocomplete {
  max-height: 301px !important;
  font-size: 14px !important;
}

.ui-state-focus {
  border: 0px !important;
  background: #F5F5F5 !important;
  min-height: 30.5px !important;
}

.ui-menu {
  padding: 0px 0px 0px 0px !important;
}

/* Styles added for Auto Complete Text Box -- End */
/* Header icons styles - START */
.headerShadow {
  -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  background-color: #FFECB3;
}

.skipContRow {
  margin-top: -33px;
  /* Modified for Lumi changes */
  position: absolute;
  right: 0px;
}

.skipContLink {
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  background-color: #0070C0;
  display: none;
  /* Hidden the skip to content link */
  font-size: 14px;
  /* Added for Lumi changes */
}

.headerSettingsBx {
  display: none;
}

.navbarModified .border-right,
.navbarModified .border-left-right {
  display: none !important;
}

.headerLogoutLink {
  float: right;
  /* height: 24px;
  width: 24px; */
  font-size: 10px;
  letter-spacing: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
  background: #696969;
}

.btnLogout {
  top: -6px;
  height: 137%;
  line-height: 1.7;
  width: 40px;
  padding: 0px 5px 0px 4px;
  background: #707070;
  text-transform: uppercase;
}

/* .headerLogoutLink::before {
    content: "\e914";
	color: color("black", "base");
} */
.headerLogoutLink:before {
  position: absolute;
  top: -1px;
  right: -2px;
  content: '';
  width: 52px;
  height: 24px;
  /*background: url(../images/logout_icon.jpg) no-repeat scroll left 0px transparent;*/
  background-size: 50px 20px;
}

.notifyIconLink,
.mailsIconLink,
.logoutLink,
.spaceIconLink {
  /*color: $header-icon-background-color;*/
  color: #212121;
  cursor: pointer;
  bottom: 5px;
  position: relative;
  /*  Modified by sravan to decrease the size of the icons */
  font-size: 18px;
  /*  Added by sravan to allign mail icons */
  margin-left: 8px;
  right: 0px;
}

/* added by sravan to allign the icons in stright line */
.notificationBottom {
  bottom: 6px !important;
}

.notifyIconLink,
.mailsIconLink {
  /*  commented by sravan to allign mail icons
   margin-left: 20px; */
}

.spaceIconLink {
  padding-left: 5px;
}

.personNameCaret {
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  /*phani for header
	bottom: 1px;
    float: left;*/
  bottom: 5px;
  margin-left: -15px;
  /* margin-right: 10px; */
  margin-right: 47px;
}

.headerWelcomeText img {
  border-radius: 50%;
}

.headerWelcomeText .headertext_name,
.headerWelcomeText .caret {
  position: relative;
  float: left;
    /*phani for header 
	top: -3px;*/
  top: -2px;
  /* Added by sravan to allign the profile name to RHS */
  text-transform: uppercase;
  font-family: Lato-Regular;
  /*phani for user name */
  left: 1.5%;
}

.unreadCountDash,
.unreadMailsCountDash {
  /* Modified by sravan to allign with unread notfication count */
  color: #000000;
  background-color: #FFCA28;
  font-weight: 500;
  top: -17px;
  left: -10px;
  display: inline-table;
  min-width: 10px;
  padding: 1px 7px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 15px;
  position: relative;
  visibility: hidden;
}

.alertBxArrow {
  right: 10px;
}

.alertBx {
  background-color: #FFFFFF !important;
}

.notifyBox {
  /* Modified by sravan for allign the notfication box with icon */
  width: 300px;
  right: 90px;
  top: 39px;
  height: 310px;
  border: none !important;
}

.mailsBox {
  width: 37%;
  right: 19%;
  top: 75px;
  /* mails header change Lumei*/
}

.favBox {
  width: 300px;
  right: 12%;
  top: 6.5%;
}

.expand-icon,
.collapse-icon {
  /*color: color("shades", "white");*/
  color: #4B4B4D;
  min-width: 30px;
  float: right;
  cursor: pointer;
  display: none;
  position: relative;
  top: 10px;
}

.headerWelcomeText {
  /* 	Modified by phani for header */
  top: 9px;
  padding-top: 1px;
  /*phani right: 200px;*/
  right: 183px;
  width: 84%;
  /* phani for header menu icon  */
  height: 30px;
}

/* Header icons styles - END */
/* Fix for Date Component Issue - Start */
.picker--opened .picker__holder {
  top: 90px !important;
}

.width50percent_ccardlogin .picker--opened .picker__holder {
  top: 0px !important;
}

/* Fix for Date Component Issue - End */
/*Added for correcting font size start*/
.searchsimpletext {
  font-size: 14px !important;
}

/*Added for correcting font size end*/
/*Specific Button Style for Go Button */
.buttonWithLessMargin {
  margin: 1px 3px 1px 2px !important;
}

/* Masking effect on click of RHS widget expand icon STARTS*/
.qp-ui-mask-modal_rhsWidget.qp-ui-mask-visible,
.qp-ui-mask-modal_timelineWidget.qp-ui-mask-visible {
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.qp-ui-mask-modal_rhsWidget,
.qp-ui-mask-modal_timelineWidget {
  -o-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  filter: alpha(opacity=10);
  opacity: 0.1;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  position: fixed;
}

/* Masking effect on click of RHS widget expand icon ENDS*/
/* Added for RHS widgets */
.rhsExpandIcon {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: url("../images/expand_button_left.png") no-repeat scroll 7px transparent;
  padding-left: 6px;
  padding-right: 6px;
  right: 14px;
  width: 15px;
  top: 180px;
  height: 49%;
  position: fixed;
  background-color: #EFEFEF;
  cursor: pointer;
  display: none;
  max-height: 500px;
  border-radius: 2px;
}

/*
 * Widget Library
 */
/*Added for Personalised Dashboard--Start */
.widget-library {
  border: 1px solid #CECFD3;
}
.widget-library .collapsible {
  -o-box-shadow: 0 0px 0px 0 transparent;
  -ms-box-shadow: 0 0px 0px 0 transparent;
  -moz-box-shadow: 0 0px 0px 0 transparent;
  -webkit-box-shadow: 0 0px 0px 0 transparent;
  box-shadow: 0 0px 0px 0 transparent;
  background: #E3F2FD;
  margin: 0;
  border: 0px none;
  border-bottom: 1px solid #CECFD3;
}
.widget-library .collapsible-header {
  background: #E3F2FD;
  border-bottom: 0px none;
  padding: 3px 24px;
}
.widget-library .collapsible-header .expand-icon {
  color: #8B9CA9;
}
.widget-library .collapsible-header .collapse-icon {
  color: #8B9CA9;
}
.widget-library .collapsible-header:hover {
  background-color: #E3F2FD;
}
.widget-library .collapsible-body {
  border: 0px none;
}
.widget-library .category-list {
  padding: 20px 25px;
}
.widget-library .category-list .category-item {
  margin-bottom: 10px;
}
.widget-library .widgets-list {
  padding: 12px !important;
}
.widget-library .widgets-list h2 {
  margin-left: 19px !important;
  border-bottom: none !important;
}
.widget-library .widget-name {
  font-size: 16px;
  font-weight: 600 !important;
  color: #000000;
  margin-bottom: 0;
  display: block;
  line-height: 20px;
  cursor: pointer !important;
}
.widget-library .sub-description {
  font-size: 14px;
  color: #757575;
  margin-top: 0;
  margin-left: 35px;
  margin-bottom: 0;
  display: block;
  line-height: 20px;
  cursor: pointer;
}
.widget-library .widgets-inner-wrapper {
  margin-top: 12px !important;
  margin-bottom: 0px;
  height: 205px !important;
  overflow-y: auto;
  display: inline-block;
  width: 100% !important;
}
.widget-library .widgets-inner-wrapper .disabled .widget-name {
  color: #E0E0E0;
}
.widget-library .widgets-inner-wrapper .disabled .sub-description {
  color: #E0E0E0;
}
.widget-library .widgets-inner-wrapper .row {
  margin-bottom: 26px;
}
.widget-library .widgets-inner-wrapper > .col:last-child .row {
  margin-bottom: 0;
}
.widget-library h2 {
  margin-left: 7px !important;
  border-bottom: none !important;
}
.widget-library [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: #848484;
  background-color: transparent;
}
.widget-library [type="checkbox"] + label {
  line-height: 20px;
}

.widget-library .expandMenu_SRListing_ie10:after,
.widget-library .expandMenu_SRListing:after {
  content: "\e923" !important;
  -webkit-margin-before: initial !important;
  left: initial;
  color: #757575;
  top: -21px;
}

.widget-library .collapseMenu_SRListing_ie10:after,
.widget-library .collapseMenu_SRListing:after {
  content: "\e939" !important;
  -webkit-margin-before: initial !important;
  left: initial;
  color: #757575;
  top: -24px;
}

.personalize-dashboard-modal .button-container,
.insta-widgets-modal .button-container {
  margin-top: 50px;
}

.check-box-wrapper {
  width: 30% !important;
}

.gridCheckBoxStyle {
  float: left;
  margin-top: -4px;
}

.collapsible-body .check-box-wrapper {
  width: 237px !important;
  float: left;
  padding-left: 36px;
  margin-right: -51px;
  margin-top: -17px;
}

.filterLabelStyle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500;
  float: left;
  margin-top: 2px;
}

.overlayHeadingStyle {
  margin-left: 36% !important;
  width: 64% !important;
}

.overlayHeaderStyle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  text-align: center;
}

.widgetInstaNotes {
  font-size: 13px;
  font-weight: 400;
  color: #9E9E9E;
  float: right;
}

.widgetListingrow {
  display: none;
}

.noBottomBorder {
  border-bottom: none !important;
}

.searchPanelOverFlowStyle {
  overflow: hidden !important;
}

.subHeadingStyle {
  margin-left: 27%;
  width: 74% !important;
}

.subHeadingStyleInsta {
  margin-left: 24%;
  width: 77% !important;
}

.closeIconStyle {
  float: right;
  font-family: icomoon;
  cursor: pointer;
  padding-top: 8px;
  color: #9E9E9E;
  font-size: 14px;
  margin-top: -48px;
}

.personalize-dashboard h2.collapsible_tab {
  margin-top: 6px !important;
  margin-bottom: -6px;
}

/*Added for Personalised Dashboard--End */
/* Added for Look up Button Alignment in Approval Section --Start*/
.workflow .row .querytextright {
  overflow: visible;
}

.workflow .row .querytextright i.waves-effect {
  margin-top: -8px !important;
}

/* Added for Look up Button Alignment in Approval Section --End*/
.rhsCollpaseRightIcon {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: url("../images/collapse_button_right.png") no-repeat scroll 50% transparent;
  height: 30px;
  position: relative;
  background-color: #EFEFEF;
  z-index: 9;
  margin-top: 11px;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
  /* Added for Lumi changes for padding between the collapse button and RHS widgets*/
  width: 99%;
  bottom: 18px;
}

.printwrapper .rhsExpandIcon {
  display: none !important;
  /* Added for Lumi changes to hide RHS expand panel in print preview mode */
}

/* Added for padding between the RHS widgets */
/*** added margin-bottom for the 
#CESMALL1,
#CESMALL2,
#CESMALL3 {
    padding-bottom: 18px;
}*/
/* Added for RHS widgets moving to the left issue in case of main container having small content starts */
.rhsResp {
  width: 29%;
  float: right;
}

#CESMALL1.container-xtrasmall,
#CESMALL2.container-xtrasmall,
#CESMALL3.container-xtrasmall {
  width: 100%;
}

/* Added for RHS widgets moving to the left issue in case of main container having small content ends */
/* Added for RHS widgets */
/* Style added for disabling Combo box for any click events--Start */
.disablePointerEvents {
  pointer-events: none !important;
  color: #E0E0E0 !important;
  cursor: default !important;
}

input[type="text"].autocomplete-dropdown:disabled {
  border-bottom: 1px solid #E0E0E0 !important;
}

/* Style added for disabling Combo box for any click events--End */
/* Added for error message display space issue */
.errorDisplayStyle {
  padding-bottom: 5px;
}

/* Added to make the error message appear for full width in modal windows */
.ui-dialog .errorDisplayStyle {
  width: 101%;
}

span.ppfsimpletext input[type=input] {
  width: 112px;
}

/* Dropdown Alignmemt Issue in OverLay */
.ui-dialog .select-wrapper ul {
  left: 10px !important;
}

/* Added for Border Issue- Start */
/* Listing */
.stage3_tabmenupanel {
  border-bottom: none !important;
  height: 0px;
}

.stage3_listingpaneldiv {
  	/*phani for widget margin
      width: 99.85% !important;*/
  width: 98% !important;
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  /*margin: 5px;*/
  margin: 0px 5px 5px 5px;
}

/*phani for transaction History*/
.stage3_listingpaneldiv_tranHis {
  width: 97.5% !important;
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  margin: 0px 5px 5px 5px;
  padding: 10px 0px 10px 5px;
}

h3.listingcol {
  border-right: none !important;
}

.tableoverflowwrapperhw .singleTableHeading {
  border: none !important;
}

.singleTableHeading {
  border: none !important;
    /*phani for op accounts widget
	border-top: 1px solid $table-border-color !important;
    border-bottom: 1px solid $table-border-color !important;*/
}

/* For increasing the opacity of the masked background as per Robosoft*/
.ui-widget-overlay {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
  background: #000000 !important;
}

/* Overlay Listing */
.ui-dialog .stage3_detailspanel {
  border-right: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  width: 99.85% !important;
}

.ui-dialog .tableoverflowwrapperhw {
  border: none;
  border-left: 1px solid #E0E0E0 !important;
  border-bottom: 1px solid #E0E0E0 !important;
  margin-left: 0px !important;
  width: 99.95%;
}

.noborderpgnt {
  border: none !important;
}

.ui-dialog .pageLeftContainer1 .noBorder {
  border-left: none !important;
}

.ui-dialog .stage3_listingpaneldiv {
  width: 99.85% !important;
}

.ui-dialog-content .stage3_tabmenupanel {
  width: 100%;
  border-bottom: 1px solid #E0E0E0 !important;
}

.ui-dialog .stage3_tabmenupanel_widoutwidget_topmargin {
  width: 100% !important;
}

.ui-dialog .acct_left_rightmainpanel1 {
  border-left: none !important;
  border-bottom: none !important;
}

.ui-dialog .width79percent_navigationpanel {
  border-left: none !important;
  border-right: none !important;
  width: 100% !important;
  float: left;
  padding-bottom: 10px;
  margin-top: 10px;
}

/* Update method for putting Robosoft Box Shadow */
.ui-dialog {
  -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    /*phani for overlay border 
	border-radius: $modal-radius !important;
    padding-bottom: 20px !important;*/
  border-radius: 20px !important;
}

.ui-dialog .pagination-wrapper {
  border: 1px solid #E0E0E0 !important;
  border-top-width: 0px;
  padding: 0px 20px 10px 20px;
  text-align: right;
}

.ui-dialog .downloadPanelBorder {
  border-left: none !important;
  border-right: none !important;
}

/*Link Delink:*/
/*Entry */
.stage3_inputpanel_leftcontainer {
  width: 99.85% !important;
  margin-bottom: 0px !important;
  /* for change password screen outer border radius issue */
  border-radius: 5px;
  overflow: hidden;
}

.width79percent_navigationpanel {
  margin-top: 0px !important;
  padding-top: 10px;
    /*phani for update phrase screen 
	border-left: 1px solid color("grey", "lighten-2");
    border-right: 1px solid color("grey", "lighten-2"); */
  width: 99.85% !important;
}

/* Style added for putting border in download panel */
.downloadPanelBorder {
    /*phani for transaction detals
	border-left: 1px solid color("grey", "lighten-2");
    border-right: 1px solid color("grey", "lighten-2");*/
  width: 99.85%;
}

/* to remove left border in UX5 dashboard widet small*/
.widget-small .downloadPanelBorder {
  border-left: none;
  border-right: none;
  height: 20px;
  font-weight: 600;
}

/* Details Screen */
.stage3_previewconfirmdetails > h4:first-child {
  border: none !important;
}

.stage3_inputpanel_leftcontainer_nobottommargin {
  /*phani for transaction details*/
  /*width: 98.2%;
  margin: 0px 5px 5px 5px;*/
  /*** account summary -> add ground 
  width: auto;*/
  width: 98.2% !important;
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  margin: 0px 8px 5px 5px;
}

/*Approver Details */
.querytextleft_width100percent_withtextalignleft {
  border-left: 1px solid #E0E0E0;
  width: 99.85%;
}

/*New Border Issue --Start*/
.ui-dialog .pageLeftContainer {
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
  border-top: 1px solid #E0E0E0 !important;
}

.ui-dialog .stage3_tabmenupanel_widoutwidget_topmargin {
  width: 100% !important;
  border-bottom: none !important;
}

.ui-dialog h3.listingcol {
  border-bottom: 1px solid #E0E0E0 !important;
}

.ui-dialog .pageLeftContainer .tableoverflowwrapperhw {
  border-left: none !important;
}

.ui-dialog .pageLeftContainer .pagination-wrapper {
  border-top-style: solid !important;
  border-top-color: #E0E0E0 !important;
  border-top-width: 1px !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.ui-dialog .pageLeftContainer .stage3_detailspanel {
  border-top: none !important;
}

/* Added for Border Issue- End */
/* the Output Text box label and Value alignment issue*/
.querytextright_stage3 .searchsimpletext {
  padding-top: 13px;
}

/* Added for Virtual Keypad strength responsive changes starts*/
.pwdStrengthTopPadding {
  position: relative;
  top: 11px;
}

/* Added for Virtual Keypad strength responsive changes ends*/
/* Added for Font changes*/
.searchsimpletextfont13 {
  font-size: 13px !important;
}

.querytextleft_width100percent_withtextalignleft span {
  border: none;
}

/* Added for Hamburger Menu - Start*/
.dashboard-menu-container {
  -o-transform: translate3d(-320px, 0px, 0px);
  -ms-transform: translate3d(-320px, 0px, 0px);
  -moz-transform: translate3d(-320px, 0px, 0px);
  -webkit-transform: translate3d(-320px, 0px, 0px);
  transform: translate3d(-320px, 0px, 0px);
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  z-index: 10;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 320px;
}

.dashboard-menu-container.expanded {
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* IE 9 fix start */
.degrade .dashboard-menu-container {
  left: -320px;
}

.degrade .dashboard-menu-container.expanded {
  left: 0px;
}

/* IE 9 fix end */
.menu__item {
  line-height: 1.2em;
}

.menu__breadcrumbs a {
  font-weight: 400;
    /* for burger menu 
	padding-left: 28px;*/
  padding-left: 2.8em;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  background-color: #E0E0E0;
}

.menu__breadcrumbs a:not(:last-child):not(:first-child) {
    /* for burger menu 
	padding-left: 60px;*/
  padding-left: 2.8em;
  color: #d61a0c;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
}

.menu__breadcrumbs {
  -o-box-shadow: 0 0px 0px 0;
  -ms-box-shadow: 0 0px 0px 0;
  -moz-box-shadow: 0 0px 0px 0;
  -webkit-box-shadow: 0 0px 0px 0;
  box-shadow: 0 0px 0px 0;
  padding: 0px;
}

#ml-menu {
  background-color: #FFFFFF;
  height: 100%;
}

.menu__link {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  border-left: 0px none;
  position: relative;
  margin-right: -11px;
}

.menu__link:hover {
  background-color: #F5F5F5;
}

.menu__link[data-submenu]:hover::after {
  color: #000000;
}

.menu__link--current,
.menu__link--current:hover,
.menu__item a.menu__link--current:focus {
  background-color: #F5F5F5;
  border-left: 5px solid #d61a0c;
  color: #d61a0c;
}

.menu__link--current::before {
  content: none;
}

.dashboard-menu-container nav {
  background-color: #FFFFFF;
}

#ml-menu .icon-menu {
  color: #000000;
  font-size: 20px;
}

.menu__breadcrumbs a {
  color: #000000;
  position: relative;
  font-size: 15px;
  text-transform: none;
}

.menu__breadcrumbs a:last-child {
  background-color: #F5F5F5;
  /*for burger menu*/
  color: #d61a0c;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
  padding-left: 2.8em;
}

/*for burger menu
.menu__breadcrumbs a:last-child:after{
	content: " ";
	width: 20px;
    height: 20px;
    background: url(../images/down-arrow-red.svg) no-repeat scroll left 0px transparent;
    background-size: 6px;
	display: inline-block;
	position: absolute;
	right: 28px;
    top: 21px;
}*/
.menu__breadcrumbs a:first-child {
  background-color: #FFFFFF !important;
}

.menu__level {
  margin-top: 65px;
  overflow-y: auto;
}

.menu {
  top: 0px;
  height: 100%;
  position: relative;
}

.dashboard-menu-container .container-menu {
  height: 100%;
}

#ml-menu .logo {
  padding-top: 26px;
  padding-left: 49px;
  /* phani for left menu logo */
  width: 177px;
  height: 70px;
}

.menu__wrap {
  top: 44px;
  /*for burger menu*/
  margin-top: -30px;
}

.main-menu-string {
  text-transform: none;
  font-size: 16px;
  	/*for burger menu
      margin-left: 10px;*/
  margin-left: 0px;
}

.menu__breadcrumbs .main-menu-btn-link {
  display: none;
}

/* for burger menu */
.menu__breadcrumbs .main-menu-string::after {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/right-arrow-circular-button-red.svg) no-repeat scroll left 0px transparent;
  background-size: 15px;
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 12px;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu__breadcrumbs a:hover {
  color: #000000;
}

.menu__level {
  height: 100%;
  width: 300px;
  padding-bottom: 90px;
}

/* IE 9 fix start */
.degrade .menu__level {
  visibility: hidden;
}

.degrade .menu__level--current {
  visibility: visible;
}

/* IE 9 fix end */
.menu__level li {
  width: 100%;
}

.dashboard-menu-container {
  display: block;
  height: 100%;
}

nav .menu__wrap .menu-more-division {
  width: 100%;
  border-bottom: 1px solid #757575;
  /* changed by sravan for decreasing the  space around for menu */
  margin-top: 25px;
  line-height: 20px;
}

nav .menu__wrap .menu-more-division a {
  color: #000000;
    /* for burger menu 
	padding-left: 25px;*/
  padding-left: 2.8em;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

nav .menu__wrap .menu-more-division a:hover {
  cursor: pointer;
}

.menu__link[data-submenu]::after {
    /* for burgermenu 
	font-family: $icomoon-font-family;
    content: "\e920";
    font-size: 12px;
    color: color("black", "darken-1");
    position: absolute;
    right: 16px;
	@include if-rtl{
		@include transform(rotate(180deg));
	}*/
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/right-arrow-circular-button-red.svg) no-repeat scroll left 0px transparent;
  background-size: 15px;
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 10px;
}

.menu__breadcrumbs a:not(:last-child)::after {
  content: none;
}

.menu__breadcrumbs a:not(:last-child):not(:first-child)::after {
  	/*for burger menu
      font-family: $icomoon-font-family;
      font-size: 18px;
      content: "\e913";
      position: absolute;
      left: 20px;
      top: 13px;
  	@include if-rtl{
  		@include transform(rotate(180deg));
  		top:15px;
  	}*/
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/right-arrow-circular-button-red.svg) no-repeat scroll left 0px transparent;
  background-size: 15px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 11px;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* for burger menu down arrow 
.menu__breadcrumbs a:not(:first-child)::before {
    @include transform(rotate(90deg));
    font-family: $icomoon-font-family;
    font-size: 15px;
    content: "\e920";
    position: absolute;
    left: 129px;
    bottom: -14px;
    z-index: 1;
    color: $hamburger-breadcrumb-background-color;
}*/
.menu__breadcrumbs a:last-child:before {
  color: #F5F5F5;
}

.menu__breadcrumbs a.second-breadcrumb {
  border-bottom: 1px solid #D5D5D5;
}

.menu__breadcrumbs a.second-breadcrumb::before {
  color: #D5D5D5;
}

.menu-more-division a:hover {
  background-color: #FFFFFF;
}

.menu__item a:focus {
  border-bottom: none;
  background-color: #E0E0E0;
}

.menu-more-division a.menu__link--current {
  background-color: #FFFFFF;
  border-left: none !important;
}

/* Added for Hamburger Menu - End */
/* Added Styles for Error Message Alingment --Start*/
.errorContentWrapper {
  min-height: 30px !important;
}

.redbgwithwidth .errorContentWrapper {
  min-height: 0px !important;
  padding-top: 3px !important;
}

.redbgwithwidth .errorContentWrapper .absmiddle {
  width: 18px !important;
}

/* Added Styles for Error Message Alingment--End */
.updateAccWarnMsg {
  height: 28px;
  margin-top: 40px;
}

/* Added for Error messages misaligned in lower resolution and in RHS widgets starts */
.widget-xtrasmall .widgetErrorDisplayHw .absmiddle {
  margin-right: 5px;
}

.errorCodeWrapper {
  display: inline-block;
  vertical-align: text-top;
  width: 90%;
  line-height: 20px;
  top: 1px;
  position: relative;
}

.errorCodeWrapper p {
  line-height: 20px;
}

.ui-dialog .errorCodeWrapper {
  width: 87%;
}

.errorContentWrapper .absmiddle {
  margin-top: 2px;
}

.widget-xtrasmall .errorCodeWrapper {
  width: 68%;
}

.widget-xtrasmall .redbgwithwidth,
.widget-xtrasmall .orangebgwithwidth,
.widget-xtrasmall .greenbgwithwidth {
  width: 100% !important;
}

/* Added for Error messages misaligned in lower resolution and in RHS widgets ends */
/*Fix for view transaction details table heading space issue */
.searchsimpletext1 {
  padding-right: 0px;
}

/* added for radio button alignment wherever section style querytextright_stage3 is used*/
.querytextright_stage3 .span-radiobutton {
  margin-top: 5px;
}

.printwrapper .stage3_detailspanel,
.printwrapper .pageLeftContainer .step_trackerwidth_withoutmargin,
.printwrapper .step_trackerwidth100 {
  display: none;
}

.printwrapper .pageheadingcaps {
  padding-bottom: 6px;
  float: left;
}

.printwrapper .stage3_listingpaneldiv {
  border-top: 1px solid #BDBDBD;
}

/* Style added for Autocomplete dropdown for Showing No results found-- Start */
.errorDropdownResults {
  color: #F44336 !important;
  pointer-events: none !important;
}

/* Style added for Autocomplete dropdown for Showing No results found-- End */
/*Added to align the label in case of error */
.error_highlight_searchpanellabel {
  padding-top: 7px;
  float: left;
}

/*Added for Authorization component border issue */
.querytextleft_withleftBorder_Auth {
  /*commented for password change screen
  border-left: 1px solid color("grey", "lighten-2"); */
}

.listingrow .querytextleft_width100percent_withtextalignleft div.width100percent.querytextleft_withleftBorder_Auth {
  border-left: none;
}

/*Added for Authorization component border issue-Ends */
/* Rich text editor style changes START*/
.composemessagetxtarea {
  height: 100% !important;
}

.composesubject {
  border: none !important;
}

/* for removing the padding of character counter*/
.composemessagetxtarea .character-counter {
  padding-bottom: 0px;
}

.cke_contents {
  height: auto !important;
}

.cke_chrome {
  width: 100% !important;
}

/* Rich text editor style changes END*/
/* Dashboard Container styles - START */
#DASHC1 .widget-head {
  display: none;
}

#DASHC1 .section {
  padding-top: 0px;
}

.left-container {
  width: 240px;
  position: relative;
  float: left;
}

.center-container {
  width: 754px;
  position: relative;
  float: right;
  top: 35px;
  padding: 0px;
}

.container-xtrasmall_ux5 {
  float: left;
  width: 737px;
  height: 55px;
  margin-right: 17px;
  max-height: 55px;
  display: none;
}

.container-xtrasmall_ux5 .widget-content {
  height: 70px !important;
}

.left-container .widget-small {
  height: 131px;
}

.left-container .widget-medium {
  height: 331px;
}

.left-container .widget-xtrasmall {
  height: 83px;
}

.left-container .widget-xtrasmall,
.left-container .widget-small,
.left-container .widget-medium {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 240px;
  margin-bottom: 25px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #FFFFFF;
  /*phani for widget border*/
  overflow: hidden;
  border-radius: 8px;
}

.left-container .widget-xtrasmall .widget-content {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.left-container .widget-small .widget-content {
  padding-bottom: 0px;
}

.center-container .widget-small {
  max-height: 315px;
    /*for widget alignment and double border
	width: 360px !important; */
  width: 358px !important;
  height: 315px;
  margin-right: 17px;
  overflow-y: hidden;
}

.center-container .widget-medium {
  max-height: 357px;
  	/*for widget alignment and double border
      width: 737px !important;*/
  width: 735px !important;
  margin-right: 17px;
  height: 357px;
  overflow-y: hidden;
}

.center-container .container-small {
  margin: 0px;
  background-color: transparent !important;
}

.center-container .container-small-disabled {
  width: 100% !important;
  margin: 0px;
  background-color: transparent !important;
}

.center-container .widget-small,
.center-container .widget-medium {
    /* phani for widgets without shades
	 @include box-shadow($shadow-layer-1); */
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 8px;
}

.width100percent_imp {
  width: 100% !important;
}

.imageAlign {
  margin-bottom: -34px;
  margin-top: -9px;
}

.offersImg img {
  height: 131px;
  margin-bottom: -20px;
}

.offersImg .searchsimpletextCMS {
  position: relative;
  top: 25px;
  left: 15px;
}

.center-container .widget-small .widget-content {
  min-height: inherit;
  max-height: inherit;
  /*phani for widget border from 253px to 263px*/
  height: 263px !important;
  border: 1px solid #EFEFEF;
}

.center-container .widget-medium .widget-content {
  min-height: inherit;
  max-height: inherit;
  height: 295px !important;
}

.center-container .widget-small .refreshWidgetLinkSpanWrapper {
  margin-top: 100px;
}

.center-container .widget-small .absmiddle,
.center-container .widget-medium .absmiddle {
  position: relative;
  top: -4px;
}

.center-container .widget-medium .positionrelative {
    /*phani for widget error message full length 
	width: 98.5% !important;*/
  width: 100% !important;
}

.center-container .widget-small .errordisplaywidgetright,
.center-container .widget-medium .errordisplaywidgetright {
  padding-top: 15px;
  padding-right: 10px;
}

.left-container .widget-xtrasmall .errordisplaywidgetright {
  padding-top: 10px;
}

.left-container .widget-small .errordisplaywidgetright {
  padding-top: 15px;
}

.simpletext_wishMsg {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
  display: block;
  /*phani for dashboard welcome*/
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
}

/*phani for dashboard welcome*/
.simpletext_wishMsg:before {
  content: " ";
  background: url(../images/home_icon.png) no-repeat scroll left bottom;
  background-size: 26px;
  width: 38px;
  height: 27px;
  display: inline-block;
  margin-bottom: -3px;
}

.simpletext_welMsg,
.simpletext_welMsg1 {
  color: #424242;
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.5;
}

.simpletext_welMsg {
  font-weight: 400;
}

.simpletext_welMsg1 {
  font-weight: bold;
  /*phani*/
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
}

.simpletext_loginLabel {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.simpletext_loginChannel {
  color: #424242;
  font-size: 13px;
}

.simpletext_loginTime {
  color: #424242;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  /*phani*/
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
}

.width_left {
  width: auto;
  float: left;
}

.width_right {
  width: 60%;
  float: right;
  text-align: right;
  /*phani for dashboard welcome*/
  margin-top: 7px;
}

.personalizeDashLink {
  padding-top: 2px;
  /*float: $right;*/
  font-size: 13px;
  color: #d61a0c;
  cursor: pointer;
  /*phani
  font-weight: 600;
  font-family: $font-family-bold;*/
}

/* Masking effect on click of RHS widget expand icon STARTS*/
.qp-ui-mask-modal_lhsWidget.qp-ui-mask-visible {
  filter: alpha(opacity=100);
  opacity: 1;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
}

.qp-ui-mask-modal_lhsWidget {
  filter: alpha(opacity=10);
  opacity: 0.1;
  -o-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  position: fixed;
}

/* Masking effect on click of RHS widget expand icon ENDS*/
.lhsExpandIcon {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: url("../images/expand_button_right.png") no-repeat scroll 7px transparent;
  padding-left: 6px;
  padding-right: 6px;
  left: 14px;
  width: 15px;
  top: 180px;
  height: 49%;
  position: fixed;
  background-color: #EFEFEF;
  cursor: pointer;
  display: none;
  max-height: 500px;
  border-radius: 2px;
}

.lhsCollpaseRightIcon {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: url("../images/collapse_button_left.png") no-repeat scroll 50% transparent;
  height: 30px;
  position: relative;
  background-color: #EFEFEF;
  z-index: 9;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
  /* Added for Lumi changes for padding between the collapse button and LHS widgets*/
  width: 92%;
  bottom: 18px;
  margin-top: 11px;
  margin-left: 10px;
}

.printwrapper .lhsExpandIcon {
  display: none !important;
  /* Added for Lumi changes to hide LHS expand panel in print preview mode */
}

.lhsResp {
  float: left;
  position: relative;
  top: 35px;
}

.column-Dashboard {
  padding: 0px;
}

/*My Payments related styles - Start*/
.scheduledCountNone,
.totalCountNone,
.completedCountNone {
  display: none !important;
}

.totalCountBlock {
  display: block !important;
}

.febacal-outside-month {
  cursor: default !important;
}

.dncalendar-body {
  margin: 0 0 10px;
}

.dncalendar-body tbody td .entry {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  max-width: 35px;
  max-height: 35px;
  line-height: 0.9;
  margin: 4px auto;
  border: 2px solid transparent;
}

.dncalendar-body tbody td.calendarClick {
  background-color: transparent;
}

.dncalendar-header .dncalendar-links .dncalendar-next-month,
.dncalendar-header .dncalendar-links .dncalendar-prev-month {
  background-image: none;
}

.dncalendar-header .dncalendar-links .dncalendar-next-month:after,
.dncalendar-header .dncalendar-links .dncalendar-prev-month:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #FFFFFF;
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month:after {
  content: "\e921";
}

.dncalendar-header .dncalendar-links .dncalendar-next-month:after {
  content: "\e919";
}

.selected-date {
  border: 2px solid #d61a0c !important;
  border-radius: 50%;
}

.dncalendar-header {
  margin: 0;
  background-color: #98DDFF;
}

.dncalendar-body .today-date {
  border: 2px solid #000000;
  border-radius: 50%;
}

.dncalendar-header h5 {
  margin: 0;
  color: #FFFFFF;
  line-height: 42px;
  font-size: 14px;
  background-color: #d61a0c;
  text-transform: uppercase;
  font-weight: 500 !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 37px;
  width: inherit;
  border-bottom: none;
  text-align: center;
}

.dncalendar-body thead {
  font-size: 14px;
  color: #BDBDBD;
  font-weight: 400;
}

.dncalendar-body td,
.dncalendar-body th {
  text-align: center;
}

.dncalendar-body table td {
  padding: 0px;
}

.dncalendar-body thead th {
  font-size: 11px !important;
  color: #757575 !important;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}

.col .s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.reset-column-padding.col {
  padding: 0 !important;
}

.dncalendar-body thead th.holiday {
  color: #c55 !important;
}

.calEventCountGreen {
  float: left;
  background-color: green;
  color: #FFFFFF;
  width: 13px;
  height: 13px;
  font-size: 10px;
}

.calEventCountWhite {
  float: left;
  background-color: #FFFFFF;
  color: #FFFFFF;
  width: 13px;
  height: 13px;
}

.dncalendar-body thead tr th:nth-child(7) {
  color: #E0E0E0 !important;
}

.event-wrapper {
  border: 1px solid rgba(128, 128, 128, 0.75);
}

.calendar-today {
  border: 2px solid #000000 !important;
  border-radius: 50%;
}

.calEvent_Detail_Desc {
  font-size: 14px;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

.calEvent_Detail_Desc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
  padding: 0;
  float: left;
}

.calEvent_Detail_amount {
  font-size: 14px;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
}

.watermark span {
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

.calEvent_Detail_amount {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
  padding: 0;
  float: left;
  text-align: right;
}

.calEvent_Detail_action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
  padding: 0;
  float: left;
  text-align: right;
  margin-top: -7px;
}

.calNoEvent_Detail {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  padding: 0 0.75rem;
}

.watermark {
  display: flex;
  height: 323px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.watermark {
  text-align: center;
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 500;
}

.calDescDivider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0 !important;
  width: 100%;
  margin-left: auto !important;
  left: auto;
  right: auto;
  float: left;
  padding: 0 0.75rem;
  background-color: #E0E0E0 !important;
}

.event-desc-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #000000;
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.75rem;
}

.calendarEventDesc {
  border-top: none !important;
}

.event-info {
  border-left: 1px solid #E0E0E0;
}

.event-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 0.75rem;
}

.event-info .info-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 221px;
  overflow: auto;
  margin: 10px 0 10px auto;
  width: 100%;
  left: auto;
  right: auto;
  float: left;
  padding-left: 0.75rem;
  min-height: 248px;
}

.event-info .event {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: 10px;
  width: 100%;
  left: auto;
  right: auto;
  padding: 0;
  float: left;
}

.eventDescRow1DivElement {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  padding: 0;
  float: left;
}

.eventRefNumber,
.event_AcctType_Desc {
  font-size: 14px;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

.event-info .event .description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9E9E9E;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  padding: 0;
  float: left;
}

.eventRefNumber {
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
}

.event-info .brief-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  color: #f3741A;
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0.75rem;
}

.reset-bottom-margin {
  margin-bottom: 0 !important;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.eventbriefClass {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  padding: 0;
  float: left;
}

.calBottomLegend {
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.selection-indicator {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  color: #757575;
  line-height: 48px;
  padding: 0;
  position: relative;
  padding-left: 25px;
  float: left;
}

.selection-indicator .todayLegend {
  width: 10px;
  height: 10px;
  border: 2px solid #000000;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.selection-indicator .selectedLegend {
  width: 10px;
  height: 10px;
  border: 2px solid #d61a0c;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.selection-indicator .transactionLegend {
  width: 10px;
  height: 10px;
  border: 2px solid #d61a0c;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.calender-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  float: left;
  padding: 0 !important;
}

.event-info {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.selection-indicator {
  width: 33%;
}

.dncalendar-header {
  position: relative;
}

.dncalendar-header .dncalendar-links {
  height: 37px;
  width: 100%;
  position: absolute;
  top: 2px;
}

.dncalendar-header .dncalendar-links div {
  cursor: pointer;
  width: 35px;
  height: 35px;
  touch-action: pan-y;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
  position: absolute;
  left: 10px;
}

.dncalendar-header .dncalendar-links .dncalendar-next-month {
  position: absolute;
  right: -6px;
}

.dncalendar-body table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  font-size: 15px;
}

.dncalendar-body thead {
  border-bottom: 1px solid #d0d0d0;
}

.dncalendar-body tbody tr td {
  width: 13%;
  vertical-align: middle;
}

.dncalendar-body tbody td .entry {
  padding: 11px 0 13px;
  position: relative;
  cursor: pointer;
}

.dncalendar-body tbody td .entry:after {
  content: attr(data-title);
  left: 0;
  position: absolute;
  font-size: 10px;
  bottom: 1px;
  text-align: center;
  width: 100%;
}

.currentScheduleDate {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.panel-content-bottom-padding {
  padding-bottom: 3px !important;
}

.panel-content-top-padding {
  padding-top: 3px !important;
}

.sub-heading {
  font-size: 14px;
}

.dncalendar-body table td.calendarClick.note {
  position: relative !important;
}

.dncalendar-body table td.calendarClick.note:before,
.dncalendar-body table td.note:before {
  content: "";
  border: 2px solid #d61a0c !important;
  position: relative !important;
  border-radius: 50%;
  top: 37px !important;
  margin: -2px auto !important;
}

.dncalendar-body table td.calendarClick.note:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  content: "";
  border-top: 5px solid #d00;
  border-right: 5px solid #d00;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/*dncalendar.skin,.css End*/
.ui-dialog .ui-dialog-titlebar {
  height: auto !important;
}

.ui-dialog-mypayment-subheading-l1,
.ui-dialog-subheading-quickPayReq-l1 {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

.ui-dialog-mypayment-subheading-l1,
.ui-dialog-subheading-quickPayReq-l1 {
  margin-left: 37%;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  text-align: center;
  float: left;
}

.ui-dialog-subheading-quickPayConf-l2,
.ui-dialog-subheading-quickPayReq-l2 {
  margin-left: 42%;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 11px;
  text-align: center;
  float: left;
}

.ui-dialog-titlebar .ui-icon {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-image: url() !important;
}

.ui-dialog-titlebar .ui-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #9E9E9E;
  padding: 10px;
  text-indent: 0px;
}

.ui-button-icon-only .ui-icon {
  margin-top: -17px !important;
  margin-left: -18px !important;
}

.ui-dialog-titlebar .ui-icon:before {
  /* content: "\e908"; */
  content: "CLOSE";
}

.ui-dialog .ui-keyboard-button.ui-state-default:hover {
  background-color: #d61a0c !important;
}

.ui-dialog .ui-state-default:hover {
  background-color: transparent !important;
}

.ui-dialog .mandatory-info {
  font-size: 12px;
  font-weight: 400;
  color: #9E9E9E;
}

.ui-dialog-heading-level0 {
  text-align: center !important;
  width: 97% !important;
  margin: 0px !important;
}

.ui-dialog-subheading-level1 {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  text-align: center !important;
  width: 97% !important;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  float: left;
}

.ui-dialog-subheading-level2 {
  text-align: center !important;
  width: 97% !important;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  float: left;
}

.simpletextQuickPayBold {
  font-weight: bold;
}

/*Overlay Changes End*/
/* Personalised Dashboard Change -- For Reducing the height of the overlay title--start*/
.ui-dialog .overlayTitleHeight {
  height: 35px !important;
}

/* Personalised Dashboard Change -- For Reducing the height of the overlay title--End*/
/*Dashboard Change*/
.left-container .widget-small,
.left-container .widget-xtrasmall {
  width: inherit;
  /*phani*/
  border: 1px solid #EFEFEF;
}

.left-container .container-toosmall_ux5 .panel-content,
.left-container .container-small_ux5 .panel-content {
    /*phani for make a payment wiget 
	padding: 17px 20px 0px 20px; */
  padding: 10px 10px 8px 15px;
}

.left-container .container-small_ux5 .widget-content,
.left-container .container-toosmall_ux5 .widget-content,
.left-container .container-medium_ux5 .widget-content {
  min-height: inherit;
  max-height: inherit;
  width: 240px !important;
}

.left-container .container-small_ux5 .widget-content {
  /*phani for widgets border from 131px to 120px*/
  height: 120px !important;
}

.left-container .container-toosmall_ux5 .widget-content {
  height: 83px !important;
}

.left-container .container-medium_ux5 .widget-content {
  height: 331px !important;
}

.left-container .container-toosmall_ux5 .widget-head,
.left-container .container-small_ux5 .widget-head {
  display: none;
}

.left-container .container-toosmall_ux5 .widget-content,
.left-container .container-small_ux5 .widget-content {
    /*phani for widgets border
	border: none;*/
  overflow-y: hidden;
}

.left-container .container-toosmall_ux5 .stage3_detailspanel,
.left-container .container-small_ux5 .stage3_detailspanel {
  border-left: none;
  border-bottom: none;
}

.left-container .container-toosmall_ux5 .refreshWidgetLinkSpanWrapper {
  margin-top: 33px;
}

.left-container .container-small_ux5 .refreshWidgetLinkSpanWrapper {
  margin-top: 55px;
}

.left-container .container-small_ux5 .stage3_detailspanel h3 {
  border-top: none;
}

.left-container .container-small_ux5 .absmiddle {
  position: relative;
  top: -4px;
}

.dashboardSection .widget .panel-title-block {
  display: block;
  padding: 20px 20px 13px 20px !important;
  position: relative;
}

.dashboardSection .widget h3 {
  line-height: 110%;
  background: transparent;
}

.dashboardSection .widget .panel-title {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.dashboardSection .widget .modal-trigger {
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #d61a0c;
}

.dashboardSection .makerTransferHeading .modal-trigger {
  text-transform: none !important;
}

.dashboardSection .insta-widget-panel .panel-content .modal-trigger {
  color: #FFFFFF !important;
  cursor: pointer;
}

.dashboardSection .widget a.modal-trigger:hover {
  color: #c8180b !important;
}

/*My Payments related styles - Start*/
/*Make Transfers related styles - Start*/
.availBalance {
  font-size: 13px;
}

.formrowQuickPayAvailBal {
  padding-top: 10px;
}

.formrowQuickPayRemarks {
  margin: 0px;
  padding: 30px 12px 0 0;
  clear: both;
  background-color: transparent;
}

.simpletextQuickPay {
  font-size: 15px;
}

.simpletextQuickPayAmount {
  font-size: 18px;
}

.failure-icon,
.suspect-icon,
.pending-icon,
.success-icon {
  color: #FFFFFF;
  display: inline-block;
}

.failure-icon,
.success-icon,
.pending-icon,
.suspect-icon {
  font-size: 45px;
  border: 0px solid;
  border-radius: 50px;
  margin-top: -22px;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.success-icon:before {
  content: "\e95b";
  color: #9ACC00;
  font-size: 90px;
}

.suspect-icon:before {
  content: "\e958";
  color: #FF4444;
  font-size: 90px;
}

.failure-icon:before {
  content: "\e955";
  color: #FF4444;
  font-size: 90px;
}

.pending-icon:before {
  content: "\e95a";
  color: #FF8800;
  font-size: 90px;
}

.center_align_withmargin {
  margin-left: 43%;
}

.makerTransferHeading {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  display: block;
  padding-top: 10px;
}

.makerTransferSubHeading {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}

.ui-dialog .redstar {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #9E9E9E;
  display: inline;
  top: 0;
  font-size: 15px;
}

.absmiddle {
  font-size: 0.813em;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 17px;
}

.quickPay_button_center_align {
  text-align: center;
}

.quickPayStatus_button_center_align {
  margin-left: auto;
  text-align: center;
}

.quickPayStatus-wrapper {
  padding-top: 40px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
}

.quickPayStusIcon {
  padding-top: 5px !important;
  font-size: 24px !important;
  color: #000000;
  padding-bottom: 33px;
}

/*Make Transfers related styles - End*/
/*=====Upendra Added for widgets====start===*/
.stage3_previewdetailsrow_Odd {
  margin-top: 0px !important;
  margin-left: 80px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  padding-top: 10px;
  line-height: 21px;
}

.stage3_previewdetailsrow_Even {
  margin-left: 100px;
  margin-top: 0px !important;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding: inherit !important;
  line-height: 21px;
}

.stage3_previewconfirm_label_column_1 {
  width: 39%;
  float: left;
  word-wrap: break-word;
  text-align: left;
  margin-left: 20px;
  padding-left: 35px;
  padding-right: 0px;
}

.stage3_previewconfirm_label_column_2 {
  width: 40%;
  word-wrap: break-word;
  text-align: inherit;
  line-height: 21px;
  float: inherit;
}

.stage3_previewconfirm_details_column_1 {
  width: 25%;
  float: left;
  word-wrap: break-word;
  text-align: left;
  padding-left: 35px;
}

.stage3_previewconfirm_details_column_2 {
  width: 16%;
  word-wrap: break-word;
  margin-right: 5px;
  text-align: inherit;
  padding-left: 14%;
  line-height: 19px;
  float: inherit;
}

.stage3_previewconfirm_label_column_1 .simpletext,
.stage3_previewconfirm_label_column_2 .simpletext {
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  color: #9E9E9E;
  font-weight: 400;
}

.stage3_previewconfirm_details_column_1 .simpletext,
.stage3_previewconfirm_details_column_2 .simpletext {
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #000000;
}

/*=====Upendra Added for widgets====end===*/
/*Added for login screens */
.width100percent_main_loginbg {
  background-size: 46%;
  clear: both;
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
}

.login_phrase {
  width: 32%;
  float: left;
  word-break: break-word;
  color: #FFFFFF;
  text-align: center;
}

.width50percent_login {
  width: 250px;
  clear: right;
  background: rgba(192, 23, 10, 0.7);
  height: auto;
  margin-left: auto;
  right: 5px;
  border-radius: 8px;
  min-height: 250px;
  padding-left: 4px;
  position: relative;
  margin-bottom: 40px;
  /* border: 1px solid #FFF; */
}

.loginPanelHeaderTextStyle {
  font-weight: 400;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 30px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: center;
}

.loginrow_new {
  clear: both;
  width: auto;
  margin-left: 25px;
  margin-bottom: -55px;
}

.loginPanelSubHeaderTextStyle {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 31px;
}

.loginPanelOtpBodyStyle {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  margin-top: 5px;
}

.loginPanelInputDetailsrow,
.loginPanelImagePhraserow {
  float: left;
  margin: 2px 0;
    /*phani for login 
	padding-bottom: 20px;*/
  padding-bottom: 10px;
  padding-top: 2px;
  width: 100%;
}

.loginPanelInputDetailsrow {
  color: #FFFFFF;
}

.loginbackotp {
  padding-left: 35px;
  padding-right: 35px;
  margin-right: 25px;
}

.loginbacksec {
  padding-left: 35px;
  padding-right: 40px;
  margin-right: 20px;
}

.loginsubmitotp {
  padding-left: 30px;
  padding-right: 30px;
}

.loginsubmitsec {
  padding-left: 50px;
  padding-right: 50px;
}

.loginPanelInputDetailsrow1 {
  float: left;
  width: 96%;
  margin-left: 21px;
  padding-bottom: 20px;
  padding-top: 2px;
}

.loginPanelInputDetailsrow2 {
  clear: both;
  width: 340px;
  padding-top: 11px;
}

.loginPanelInputDetailsMessagerow {
  clear: both;
  width: 340px;
}

.loginPanelInputDetailsMessagerow1 {
  clear: both;
  width: 312px;
  padding-top: 5px;
  margin-left: 33px;
}

.loginPanelColumnStyle {
  float: left;
  margin: 2px 0;
  width: 84%;
  padding-bottom: 20px;
  padding-top: 6px;
  padding-left: 31px;
}

.loginPanelColumnDetailStyle,
.loginPanelColumnDetailImagePhrase {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  margin-left: 31px;
  text-align: left;
    /*phani for login 
	width: 80% !important; */
  width: 85% !important;
}

.loginPanelColumnDetailStyle {
    /*phani for login 
	margin-left: 31px;*/
  margin-left: 15px;
  margin-top: -2px !important;
}

.loginPanelColumnDetailImagePhrase {
  margin-left: 22px;
}

.loginPanelImagePhraseColumn {
  text-align: right;
  float: left;
  margin-right: 5px;
    /*phani for login 
	margin-left: 120px; */
  margin-left: 75px;
}

.loginPanelSimpleTextStyle_useridotp {
  font-size: 16px !important;
    /*phani for login 
	color: color("grey", "base");*/
  color: #FFFFFF;
}

.loginPanelColumnDetailStyle2 {
  float: left;
  margin-right: 5px;
  text-align: right;
  width: 21%;
  padding-top: 3px;
}

.loginPanelColumnDetailStyle3 {
  float: left;
  text-align: right;
  /* phani 
  margin-left: 25px; */
  margin-left: 15px;
  /* phani for login  */
  margin-top: -9px;
  width: 19px;
}

.loginPanelColumnDetailStyle4 {
  text-align: right;
  float: left;
  margin-right: 5px;
  margin-left: 25px;
  margin-top: 6px;
}

.loginPanelColumnDetailStyle5 {
  float: left;
  text-align: right;
  width: 21%;
  margin-right: 5px;
  margin-top: -6px;
}

.loginPanelColumnDetailStyle6 {
  float: left;
  margin: 2px 0;
  width: 86%;
  text-align: center;
  padding-left: 35px;
  padding-top: 10px;
}

.loginPanelColumnDetailStyle6 {
  float: left;
  margin: 2px 0;
  width: 87%;
  text-align: center;
  padding-top: 10px;
  padding-left: 21px;
}

.loginPanelColumnDetailStyle_pwd {
  float: left;
  margin: 2px 0;
  width: 86%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 20px;
}

.loginPanelSimpleTextStyle_for {
  font-size: 16px;
  font-weight: 400;
    /*phani for login 
	color: color("black", "darken-1");*/
  color: #FFFFFF;
}

.loginpanelSimpletext_info {
  font-size: 13px;
  font-weight: 400;
    /*phani for login 
	color: color("black", "lighten-2");*/
  color: #FFFFFF;
  margin-top: 5px;
}

.loginPanelColumnDetailStyle7 {
  float: left;
  width: 84%;
  margin: 2px 0;
  padding-bottom: 26px;
  padding-top: 2px;
  padding-left: 24px;
}

.loginPanelColumnDetailStyle8 {
  float: left;
  line-height: 25px;
  text-align: left;
    /*phani for login 
	margin-right: 25px;
	width: 76%;*/
  width: 73%;
}

.loginPanelSimpleTextStyle {
  font-size: 16px !important;
  color: #757575;
}

.loginPanelimageconfirmationtext {
    /*phani for login
	font-size: 14px !important;
	line-height: 24px;
	color: color("black", "lighten-2");*/
  font-size: 11px !important;
  line-height: 16px;
  color: #FFFFFF;
}

.loginPanelSimpleTextStyle1 {
   /* phani for self registration 
	padding-left: 5px; */
}

.loginPanelSimpleTextStyle3 {
  font-size: 0.7em;
  font-weight: normal;
  padding-left: 84px;
}

.loginPanelSimpleTextStyle2 {
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
}

.loginPanelTextboxStyle {
  font-size: 1em;
  clear: right;
  clear: right;
  display: block;
  overflow: hidden;
  padding-left: 0px;
  padding-bottom: 0px;
  float: left;
  line-height: 28px;
  margin-left: 2px;
}

.loginPanelImageDividerStyle {
  margin-top: 8px;
  vertical-align: middle;
}

.loginPanelImageStyle {
  vertical-align: middle;
  padding-top: 5px;
  cursor: pointer;
  /*Modified for mouse over effect for facebook buttom Surej */
}

.loginPanelFBButtonStyle {
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  border: 0px solid #424242;
  width: 170px;
  vertical-align: middle;
  overflow: visible;
  height: 28px;
  margin-top: 2px;
  cursor: pointer;
  line-height: 21px;
  background: url(../images/login_fb.png) transparent no-repeat 0% 0px;
  padding-left: 10px;
}

.loginPanelFBButtonStyle:hover {
  background: url(../images/login_fb_mo.png) transparent no-repeat 0% 0px;
}

.loginPanelMessageTextStyle {
  color: #9E9E9E;
  font-size: 12px;
  word-wrap: break-word;
  line-height: 20px;
  text-align: center !important;
  width: 340px;
  margin: 0px 0px 0px 15px;
}

.loginPanelMessageColoredTextStyle {
  color: #000000;
  font-weight: normal;
  padding-right: 5%;
  font-size: 14px;
  text-transform: uppercase;
}

.loginPanelMessageColoredTextStyle1 {
  color: #C3D436;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 5px;
}

.loginPanelButtonDetailsrow {
  margin-bottom: -85px;
  margin-left: 15px;
}

.loginPanelBottomDisplaySectionStyle {
  background: #4B4B4D;
  height: auto;
  overflow-y: hidden;
    /*phani for login 
	padding-top: 40px;
	padding-left: 15%;
    margin-top: -40px;
	padding-bottom: 10px;*/
  /* padding-bottom: 5px; */
  	/* padding-top: 10px;
  	padding-left: 15px;
      margin-top: 10px; */
  width: 919px;
  margin-left: auto;
  /*for zoom*/
  margin-right: 19px;
  /* margin-bottom: 20px; */
}

.loginPanelBottomSectionDetailsrow {
    /*phani for login 
	width: 40%;
    float: $left;
    padding-top: 22px;
    padding-right: 30px;*/
  width: 218px;
  float: left;
  padding-right: 5px;
  margin-right: 8px;
  /* border-right: 1px solid color("grey","lighten-4"); */
  margin-bottom: 9px;
}

/*.login_footerlinks_div4{
	width: 200px;
}*/
.login_footerlinks_div4 {
  border: none;
  margin-right: 0px;
}

.loginPanelBottomSectionDetailsrow1 {
  float: left;
}

.loginPanelBottomSectionHeadStyle {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
}

.loginPanelBottomSectionTextStyle {
  /*color: color("shades", "white");*/
  color: #CECFD3;
    /*phani for login 
	font-size: 14px;
	line-height: 30px;*/
  font-size: 11px;
  line-height: 27px;
  /*font-weight: bold;
  font-family: $font-family-bold;*/
}

.loginPanelBottomSectionTextStyle1 {
  color: #9E9E9E;
  font-size: 0.7em;
}

.loginPanelBottomSectionText_gry {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 30px;
}

.loginPanelBottomSectionImageDivStyle {
  display: none;
}

.loginPanelBottomSectionImageDivStyle1,
.loginPanelBottomSectionImageDivStyle2 {
  clear: both;
  float: right;
  margin-right: -18px;
  margin-top: 13px;
  width: 0;
}

.virtual_key_buttonhashed {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 2px;
}

a.loginPanleBluelinkStyle {
  font-size: 11px;
  /* text-transform: uppercase; */
  /* font-size: 13px; */
  float: right;
    /*phani for login 
	color: $links-text-color;*/
  color: #FFFFFF;
}

a.loginPanleBluelinkStyle:hover {
  	/*phani for login 
      color: $links-text-color-onhover;*/
  color: #FFFFFF;
}

a.loginPanleBluelinkStyle:focus {
  border-bottom: 1px dotted #000000;
}

.loginPanleBluelinkStyle1 {
  font-weight: normal;
}

a.loginPanleBluelinkStyle1 {
  font-size: 0.9em;
}

.loginPanellabellinkStyle {
  float: left;
  padding-top: 5px;
  padding-bottom: 14px;
}

.loginPanellabellinkStyle1 {
  font-size: 1em;
  float: left;
  line-height: 28px;
}

.loginPanleBluelinkButtonStyle {
  text-transform: none;
  will-change: transparent;
  color: #d61a0c;
}

.loginPanleBluelinkButtonStyle:hover {
  color: #c8180b;
}

.loginPanelLeftPaddingStyle {
  clear: both;
  width: auto;
  margin-left: 25px;
  padding-top: 16px;
}

.loginPanelLeftPaddingStyle1 {
  display: block;
  padding-top: 10px;
  position: relative;
  left: 5px;
}

.loginPanelTopPaddingStyle {
  clear: both;
  width: 420px;
  padding-top: 32px;
}

.loginPanelTopPaddingStyle1 {
  padding-top: 80px;
  padding-left: 5px;
  margin-left: 25px;
}

.loginPanelTopPaddingStyle2 {
  clear: both;
  width: 420px;
  padding-top: 22px;
}

.simpleText_gry {
  color: #9E9E9E;
}

.loginPanelCaptionBoldTextStyle {
  font-size: 0.8em;
  font-weight: normal;
  color: #FFFFFF;
}

.redbgwithwidth_login {
  background-color: #F9E3E6;
  width: 100%;
}

.redbgwithwidth_login:after {
  content: ".";
  visibility: hidden;
  height: 0px;
  clear: both;
  display: block;
}

.redbg_login {
  background-color: #F9E3E6;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: left;
}

.section_login {
  clear: both;
  margin: 0 auto;
  padding-top: 10px;
}

.section_login:after {
  content: ".";
  visibility: hidden;
  height: 0px;
  clear: both;
  display: block;
  background-color: #FFFFFF;
}

.loginPanelColumnCombo {
  background-color: transparent;
  border: 0px;
  margin-top: 0px;
  padding-top: 4px;
  color: #212121;
  width: 100%;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

.loginPanelColumnCombo_screen {
  height: 23px;
  width: 233px;
  display: block;
  float: left;
}

.loginPanelColumnCombo_brdr {
  height: 23px;
  background: url(../images/backgrounds/login_select.gif) no-repeat -560px 0px transparent;
  display: block;
  width: 99%;
}

.loginPanelAuthFormBtn {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  background: url(../images/imgLoginButton01.png) transparent no-repeat 100% 0px;
  border: 0px solid #424242;
  width: 22%;
  vertical-align: middle;
  overflow: visible;
  float: left;
  height: 27px;
  cursor: pointer;
  line-height: 25px;
  padding-left: 26px;
  padding-right: 17px;
  outline: none;
}

/*Surej RWD con hover effect on login buttons as per CDG suggestion*/
.loginPanelAuthFormBtn:hover,
.loginPanelContinueButton:hover {
  background-image: url(../images/imgLoginButton01_mouseover.png);
}

/* Start : Added for Ticket : 742655 ( BACK Button alignment issue on login Page ) */
.loginPanelBckButton {
  font-size: 0.69em;
  font-weight: bold;
  color: #000000;
  padding-right: 13px;
  padding-left: 10px;
  background: url("../images/backgrounds/btnGray_new.gif") transparent no-repeat 100% 0px;
  border: 0px solid #424242;
  width: auto;
  vertical-align: middle;
  overflow: visible;
  height: 25px;
  cursor: pointer;
  line-height: 25px;
}

.loginPanelBckButton:hover {
  background-image: url("../images/backgrounds/btnGray_mouseover.gif");
}

.loginPanelDummyBackButton {
  padding-left: 10px;
  width: auto;
  overflow: visible;
  height: 25px;
  line-height: 25px;
  margin-left: 78px;
}

.login-body-style {
    /*background: #F5F5F5 url("../images/backgrounds/login_background.jpg") no-repeat top center;
	
	background: #E0E0E0 url("../images/backgrounds/loginbg1_1024.jpg")  no-repeat top center;*/
  background-size: cover;
  max-width: none !important;
  width: 100% !important;
  /*phani for login border*/
  padding-top: 1px;
  padding-bottom: 0px;
}

.disclaimerTextStyle {
  font-size: 12px;
  color: #98DDFF;
  margin-top: 3px;
}

.loginfoorter-wrapper {
  background-color: #0D4C8F;
  margin-top: 0px !important;
  margin-bottom: -20px;
}

.disclaimerDivStyle_login {
  text-align: start;
  float: left;
}

.newheaderbg {
  background: none !important;
}

.materializelogo_login {
  background: url("../images/backgrounds/login-logo.svg") no-repeat scroll right 20px transparent;
  height: 100px;
  width: 100%;
  background-size: 110px;
  display: block;
}

.loginPanelSimpleTextStyle_remUserId {
  font-size: 11px !important;
    /*phani for login 
	color: color("black", "lighten-2");*/
  color: #FFFFFF;
  position: relative;
  top: 10px;
  	/*phani for login 
      left: -13px;*/
  left: -10px;
}

.loginPanelInfo {
  position: relative;
  top: 11px;
  width: 12px;
  left: 0px;
}

.login_button {
  width: 83%;
  /*phani for login
  background-color: $application-secondary-color;
  color: $application-primary-color;*/
  background-color: rgba(192, 23, 10, 0.7);
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 28px;
  text-transform: uppercase;
  opacity: 1;
}

.login-page .line-aside {
  margin-bottom: 7px;
}

.line-aside span:before {
  right: 100%;
}

.line-aside span:before,
.line-aside span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #9E9E9E;
  top: 9px;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.login_button_facebook {
  background: #4963A0;
  width: 72%;
  float: right;
  margin-right: 38px;
  border-radius: 0px 2px 2px 0px;
  text-transform: uppercase;
}

.loginPanelColumnDetailStyle1 {
  	/*phani for login
      float: $left;    
      text-align: right;
  	@include if-ltr{
  		margin-right: 1px;
  		width: 18%;
  	}
  	@include if-rtl{
  		margin-right: 15px;
  		width: 16%;
  	}
  	*/
  float: left;
  text-align: right;
  margin-right: 3px;
  width: 25px;
  margin-left: 15px;
  margin-top: 2px;
}

.login_button_facebook:hover {
  background: #4963A0;
}

.loginPanelLeftPaddingStyle .center-align {
  margin-right: 20px;
}

.icon-facebook {
  position: relative;
  color: #FFFFFF;
  top: 31px;
  left: 4px;
  padding: 10px;
  background: #3F558A;
  border-radius: 2px 0px 0px 2px;
}

.error_highlight_horizontal {
  color: #F44336 !important;
}

.bulletinStyleLogin {
  padding-right: 5px;
  position: relative;
  /*** top: -3px;*/
  top: 5px;
}

.rSImage1 {
  position: absolute;
  z-index: 1;
  padding-left: 25px;
  padding-top: 25px;
  display: none;
  /*Surej removing image as baseline login page design has been changed*/
}

.rSImage2 {
  background-image: url("../images/Robust-Security_Expanding-BG.png");
  background-repeat: repeat;
  display: none;
  height: 125px;
  width: 35%;
}

.rSImage3 {
  background-image: url("../images/Robust-Security_Static-Image.png");
  display: none;
  max-width: 168px;
  min-height: 125px;
  width: 65%;
}

.width50percent_login .errorCodeWrapper {
  display: inline-table;
    /*phani for login
	width: 80%; */
  width: 70%;
  line-height: 20px;
  position: relative;
}

.loginrow_imagePhrase {
  clear: both;
  /*phani for password page login button*/
  /*
  width: auto;
  margin-left: 24px;
  padding-bottom: 10px; */
  width: 94%;
  margin-left: 19px;
}

.loginrow_imagePhrase_otp {
  clear: both;
  width: auto;
  margin-left: 16px;
}

.width50percent_login .absmiddle {
  vertical-align: middle;
  font-size: 0.813em;
  margin-left: 10px;
  margin-right: 12px;
}

.width50percent_login .errorImageCMSIcon {
  background: url("../images/error_material.png") no-repeat 0px 4px;
  margin-left: 25px;
}

.width50percent_login .errorDisplayStyle {
  padding-bottom: 10px;
  padding-left: 27px;
  padding-right: 27px;
    /*phani for login error msgs
	margin-top: -25px; */
  padding-top: 5px;
}

.width50percent_login .errorDisplayDiv .width100percent {
  margin-top: 7px;
}

.width50percent_login .searchsimpletextCMS {
  color: #424242;
  font-size: 14px;
  float: left;
  line-height: 25px;
  padding-left: 30px !important;
  padding-right: 0px !important;
  width: 100%;
  margin-left: -67px;
  text-align: justify;
}

.widget-small .promoSectionStyle {
  /*added by jyothi for cms error alignment*/
  padding-top: 8px;
}

.widget-small .searchsimpletextCMS {
  /*added by jyothi for cms error alignment*/
  float: left;
  width: 88%;
}

.loginPanelbuttonseperator {
  color: #9E9E9E;
  font-size: 16px !important;
  position: relative;
}

.loginHeader .header-text {
  display: none;
  color: #FFFFFF;
  font-size: 16px;
}

/* Added for Login changes */
/* 463143 added for login screens start */
.loginHeader_pwdscreen {
  background-color: #d61a0c;
}

.h3whitetitle_pwdscreen {
    /*for force change password 
	background-color: color("blue", "lighten-2");*/
  background-color: #FFFFFF;
  height: 45px;
  padding-right: 20px;
  padding-bottom: 3px;
  padding-top: 3px !important;
  border: 1px solid #E0E0E0;
  width: auto;
  margin: 50px 50px 0 50px;
}

.collapsible-header_pwdscreen {
  margin-top: 20px;
  padding-left: 0px;
    /* for force change password 
	background-color: color("blue", "lighten-2");*/
}

.h3whitetitle_pwdscreen .expandableMenu:after,
.h3whitetitle_pwdscreen .collapsipleMenu:after {
  line-height: 35px !important;
  color: #9E9E9E !important;
}

.stage3_inputpanel_paydetailsrow_pwdscreen {
  margin-left: 9px;
  padding-top: 15px;
  float: none;
}

.pwdreqtext_pwdscreen {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}

.width100percent_pwdscreen {
  margin-top: 50px;
}

.stage3_searchpanelrow_pwdscreen {
  margin-left: 50px;
}

.labelcolumncombosmall_pwdscreen {
  margin-left: 42px;
  width: 180%;
}

.h3_pwdscreen {
  border-top: none;
  padding-left: 50px;
  padding-top: 25px;
}

.containerStyle_pwdscreen {
  margin-left: 45px;
}

.materializelogo_login_pwdscreen {
  background: url("../images/backgrounds/login-logo.png") no-repeat scroll left 2px transparent;
  position: relative;
  float: left;
  background-size: 16%;
  height: 50px;
  margin-top: 45px;
  width: 100%;
  top: -14px;
}

.simpletext_pwdscreen {
  color: #BDBDBD;
  line-height: 1.5;
}

.simpletext_pwd {
  font-size: 16px !important;
  font-weight: 500;
  color: #000000;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
}

.width100percent_collapsible .collapsibleContainerDiv {
  padding-bottom: 30px;
  border: 1px solid #9E9E9E;
  border-top: 0px none;
  width: 88.9%;
  margin-left: 50px;
}

.queryitalictextwithmargin_pwdscreen {
  font-size: 12px;
  color: #9E9E9E;
}

.right_pwdscreen {
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.login_err_messages .errorContentWrapper.redbg,
.login_err_messages .errorContentWrapper.greenbg,
.login_err_messages .errorContentWrapper.orangebg {
  width: 73%;
  margin-top: 0px;
  margin-left: 175px;
}

.login_err_messages .redbgwithwidth,
.login_err_messages .greenbgwithwidth,
.login_err_messages .orangebgwithwidth {
  margin-left: 175px;
  width: 73% !important;
}

.login_err_messages .errorDisplayDiv.width100percent .redbgwithwidth,
.login_err_messages .errorDisplayDiv.width100percent .greenbgwithwidth,
.login_err_messages .errorDisplayDiv.width100percent .orangebgwithwidth {
  margin-top: 8px;
}

.stage3_inputpanel_paydetailsrow_pwdsucscreen {
  margin: 0px;
}

.pwdreqtext_pwdsucscreen {
  text-transform: uppercase;
  margin-left: 0px;
}

.login_err_messages .errorDisplayStyle {
  padding-bottom: 20px;
}

.containerHeight {
  height: 380px;
  margin-left: 180px;
  margin-right: 180px;
}

.login_err_messages {
  background: none;
}

.width100percent_collapsible_pwdscreen .collapsibleContainerDiv {
  padding-bottom: 40px;
  border: 1px solid #E0E0E0;
  border-top: 0px none;
  width: auto;
  margin-left: 50px;
  margin-right: 50px;
}

.loginPanelHeaderTextStyle_pwdscreen {
  padding-left: 100px;
}

.loginPanelHeaderTextStyle_pwdscreenmode {
  padding-top: 0px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  font-weight: normal;
  margin-top: -20px;
  margin-left: 10px;
}

.loginPanelButtonDetailsrow_pwdscreen {
  margin-top: 85px;
  padding-left: 95px;
}

.left_align_pwdscreen {
  margin-left: -50px;
  margin-right: 80px;
}

.left_align_useridscreen {
  margin-left: -50px;
  margin-right: 75px;
}

.button_pwdscreen {
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 25px;
}

.stage3_searchpanelcolumn_pwdscreen {
  margin-left: -45px;
}

.loginPanelButtonDetailsrow_useridscreen {
  padding-left: 95px;
  margin-bottom: auto;
  /*forgot password*/
  height: 177px;
}

.loginPanelHeaderTextStyle_ccardscreen {
      /*phani for self registration 
	padding-right: 50px; */
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.width50percent_userid_login {
    /* forgot password 
	padding-bottom: 45px; */
}

.stage3_inputpanel_paydetailsrow_height {
  line-height: 70px;
}

.searchsimpletext_sideheading_left {
  margin-left: 50px;
}

.stage3_steptracker_mandatory_right {
  margin-right: 32px;
  padding-top: 0px;
}

.width100percent_forgotpwdscreen {
  padding-bottom: 30px;
}

.stage3_searchpanellabel_pwdscreen {
  font-size: 16px !important;
  color: #000000;
}

.loginPanelHeaderTextStyle_passwordscreen {
  padding-left: 175px;
  padding-bottom: 10px;
}

.width100percent_main_loginbg_passwordscreen {
  background: none;
}

.stage3_inputpanel_leftcontainer_passwordscreen {
  width: 73% !important;
  margin-left: 175px;
  margin-bottom: 25px !important;
  /*phani for forgot password otp */
  border: 1px solid #EFEFEF;
}

.width100percent_bottomLine {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 25px;
}

.width100percent_bottomPadding {
  padding-bottom: 25px;
  padding-top: 25px;
}

.textboxPasswordChangeHorizontal {
  width: 65% !important;
}

.containerStyle label.active.iwantPasswordChangeLable {
  font-size: 13px !important;
}

.loginPanelInputDetailsrow_bottomPadding {
    /*forgot password 
	margin-bottom: 35px;*/
  margin-bottom: 25px;
  margin-top: auto;
}

.button_leftpwdscreen {
  padding-left: 50px;
  padding-right: 50px;
    /*phani for forgot_password 
	margin-left: -25px; */
  margin-left: -10px;
}

.button_rightpwdscreen {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: -45px;
  margin-left: -10px;
}

.button_rightuseridscreen {
  padding-left: 40px;
  padding-right: 40px;
  margin-right: -45px;
  margin-left: -10px;
  color: #d61a0c;
  background: #FFFFFF;
}

.loginPanelSimpleTextStyle_marginleft {
  margin-left: 90px;
}

.textboxPasswordChangeHorizontal_marginleft {
  width: 65% !important;
  margin-left: 90px;
}

.h3_otpscreen {
  padding-left: 35px;
  padding-top: 35px !important;
  /*phani for forgot password otp */
  border-top: 1px solid #EFEFEF;
}

.forgotpassword_otp_main .h3_otpscreen {
  padding-left: 10px;
  padding-top: 10px !important;
}

.containerStyle_otpscreen {
  margin-left: 30px;
  margin-top: 10px;
}

.width100percent_otpScreen {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 35px;
}

/*phani for forgot password*/
.forgotpassword_otp_content {
  overflow: auto;
  margin: 5px;
  border: 1px solid #EFEFEF;
}

.right_otpscreen {
  padding-top: 10px;
  padding-bottom: 10px;
}

.loginPanelHeaderTextStyle_otpscreen {
  padding-left: 175px;
  padding-bottom: 10px;
  /*phani for forgotpassword -otp */
  text-align: left;
}

.width100percent_main_loginbg_setpwd {
  position: relative;
}

.width50percent_login_setpwd {
  padding-bottom: 1px;
}

/* 463143 added for login screens end */
/* Added for Tab Navigation START */
.tabrow {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.tabactive {
  border-bottom: 3px solid #d61a0c;
  padding: 0 15px;
}

.tabs-with-navigation .previous-tabs {
  left: 0;
}

.tabs-with-navigation {
  position: relative;
  padding: 0 34px;
}

.tabs-with-navigation .next-tabs {
  right: 0;
}

.tabs-with-navigation .previous-tabs,
.tabs-with-navigation .next-tabs {
  position: absolute;
  padding: 16px 5px;
  height: 19px;
  color: #757575;
  background: inherit;
}

.tabs-with-navigation .previous-tabs:hover,
.tabs-with-navigation .next-tabs:hover {
  background-color: #d61a0c;
  color: #FFFFFF;
}

.tabs-with-navigation ul.tabs {
  border-bottom: 0px none;
  overflow-x: hidden;
}

.tabs-with-navigation .tabs .tab {
  width: auto;
  min-width: auto;
  float: none;
  overflow: visible;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
}

.tabs-with-navigation .tabsheight {
  height: 50px;
  line-height: 50px;
}

.tabs-with-navigation .tabpadding {
  padding: 0px;
}

.tabs-with-navigation .tabs .tab a.active {
  color: #d61a0c;
}

.tabs-with-navigation .tabs .tab a:hover {
  color: #c8180b;
}

.tabmenudisabled,
.tabmenudisabled:hover {
  /*color: $tabs-text-color-disabled !important;*/
  color: #757575 !important;
  cursor: default !important;
  pointer-events: none;
}

/* Added for Tab Navigation :END */
/* Mails container in header Starts*/
.message {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0px 20px 56px !important;
  position: relative;
}

.message > span {
  padding: 0;
  color: #000000;
  line-height: 1.5;
}

.subject a:hover {
  color: #c8180b !important;
}

.from-img img,
.from-text {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}

.from-name {
  font-weight: 500 !important;
  font-size: 16px !important;
  width: 64%;
  padding: 0px !important;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  word-break: break-all;
}

.message-date {
  font-weight: 400;
  font-size: 13px;
  color: #757575;
  padding: 0;
  text-align: right;
  right: 0px;
  position: absolute;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.message-type {
  position: absolute;
  right: 0px;
  top: 55px;
  font-size: 22px;
  color: #000000;
}

.message-text {
  float: left;
  width: 90%;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: 20px;
  overflow: hidden;
}

.from-text {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  left: 0;
  top: 20px;
  color: #FFFFFF;
  padding: 6px 0;
  text-align: center;
  font-size: 20px !important;
  font-weight: 500;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  padding: 2px 0px 0px 2px;
}

.subject-text {
  font-size: 14px !important;
  font-weight: 400;
  color: #757575 !important;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif !important;
}

.dynamicDataContentHolderDiv .widget-small {
  width: 100%;
}

.dynamicDataContentHolderDiv .widget-content {
  border: none;
  overflow-y: auto !important;
}

.dynamicDataContentHolderDiv .wrapperPositionRelative {
  padding-top: 10px;
  width: 98% !important;
}

.dynamicDataContentHolderDiv .errorCodeWrapper {
  width: 75%;
}

.dynamicDataContentHolderDiv .arrowtoggle {
  display: none;
}

.dynamicDataContentHolderDiv .errorContentWrapper .absmiddle {
  margin-top: 1px;
}

.dynamicDataContentHolderDiv .mailcompose {
  width: 95%;
}

.mailsBox {
  width: 39.3%;
  padding: 20px;
  padding-right: 0px;
  right: 40px;
  top: 39px;
  min-width: 480px;
  height: 340px;
  overflow: visible;
  padding-left: 15px;
  border: none !important;
}

/*Added for mailbox by Indrajit*/
.mailsBox .alertHeader h5 {
  padding: 0 0 0 0px;
  font-size: 16px !important;
  width: 97%;
  border-bottom: 2px solid #E0E0E0;
}

.mailsBox .right_bottomtext {
  position: relative;
  left: -10px;
}

.alertBx.mailsBox .subject-text {
  float: left;
  padding-right: 2px;
}

.mailsSubject {
  font-size: 14px !important;
  color: #d61a0c !important;
  font-weight: 500 !important;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  display: block;
  white-space: nowrap;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mailBodyWrap {
  display: block;
}

.widget-small .row_withborder {
  float: right;
  width: 50%;
}

.view-all-link {
  padding-top: 20px;
  display: block;
}

.view-all-link a {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
}

.composeLinkStyle {
  float: right;
  padding-right: 15px;
}

.noncurrent_tab_widget {
  background: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: inherit;
  padding-top: 6px;
  width: 29%;
  padding-bottom: 4px;
  padding-right: 12px;
  display: inline-block;
  height: 22px;
  float: right;
  font-size: 15px !important;
  font-weight: 500;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
}

.current_tab_widget {
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: inherit;
  padding-top: 6px;
  padding-bottom: 5px;
  width: 28%;
  height: 22px;
  background: none;
  display: inline-block;
  float: right;
  font-size: 15px !important;
  font-weight: 500;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
}

.mailContainerUL {
  margin-right: 15px;
}

.tab_widget_extratxt {
  display: none;
}

.messageTextBlackLink {
  cursor: pointer;
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}

.messageTextBlackLink:hover {
  cursor: pointer;
  color: #E0E0E0;
}

/* Mails container in header Ends*/
/* For dashboard widget header changes - Start */
.widget .widget_header_icon_s {
  display: none;
}

.icon-close,
.icon-close:hover {
  font-size: 14px;
  color: #FFFFFF !important;
  position: relative;
  top: 3px;
}

/* For dashboard widget header changes - End */
/*** Murali changes START ***/
/*added to remove underline for hyperlink in UX5 widget*/
.widget-small a.bluelink {
  color: #d61a0c;
}

/*added to remove icon from action pulldown menu in overlay UX5 screen*/
.modalWrapper .menuChoices ul li ul li {
  background-image: url("") !important;
  min-height: 35px;
  line-height: 40px;
}

/* For bottom border changes - Start */
.pageLeftContainer .delinkedValTable .pagination-wrapper,
.pageLeftContainer .linkedValTable .pagination-wrapper {
  border-bottom: 1px solid #E0E0E0 !important;
  padding-right: 1px !important;
}

/* For bottom border changes - End */
/* added for table lisitng padding in UX5 widget screen*/
.widget-small th.HW_tabletextwithpadding,
.widget-small td.HW_textwithpadding {
  padding-left: 20px;
}

.widget-medium input[type="text"].autocomplete-dropdown {
  border-bottom: none;
}

.widget-small table.multiTableHeading th,
.widget-small table.multiTableHeading td {
  padding: 8px 20px;
  color: #000000 !important;
}

.widget-small .errorCodeWrapper,
.widget-medium .errorCodeWrapper {
  display: inline-table;
  width: 75%;
}

.center-container .widget-small .errorCodeWrapper,
.center-container .widget-medium .errorCodeWrapper {
  display: inline-table;
  width: 80%;
}

.widget-small .errorContentWrapper.redbg,
.widget-small .errorContentWrapper.greenbg,
.widget-medium .errorContentWrapper.redbg,
.widget-medium .errorContentWrapper.greenbg {
  width: 100%;
}

.widget-small .redbgwithwidth,
.widget-small .greenbgwithwidth,
.widget-medium .redbgwithwidth,
.widget-medium .greenbgwithwidth {
  width: 100% !important;
}

.ui-dialog .more.dropdown-button {
  padding-left: 90px !important;
}

.mailsBox .widget-small .errorCodeWrapper {
  display: inline-table;
  width: 72%;
  top: 0px;
}

/*** Murali changes END ***/
/* For heading bottom border changes - Start */
.pageLeftContainer .linkedValTable h3,
.pageLeftContainer .delinkedValTable h3 {
  border-bottom: none !important;
}

/* Added by Upendra for Murali Widgets - Start */
.ui-widget-content-alignment {
  padding-bottom: 20px !important;
}

/* Added by Upendra for Murali Widgets - End */
/* Added for error message alignment in dashboard during save configuration starts */
.errorMsgAlignHeight {
  height: 35px !important;
  margin-bottom: -1px;
  margin-top: -1px;
  width: 99%;
}

.errorMsgPositionAlign {
  position: relative;
  top: 20px;
}

.errorMsgPositionAlign .greenbgwithwidth {
  width: 99% !important;
}

.errorMsgAlignHeight a {
  position: relative;
  top: 2px;
}

.errorMsgAlignHeight span.errorCodeWrapper {
  position: relative;
  top: 7px;
}

/* Added for error message alignment in dashboard during save configuration ends */
.multiactionStyle .btn-flat {
  cursor: pointer;
}

/*Start modified for UI Lumi changes-Multi Action button*/
a#multiActionsHeading {
  text-decoration: none;
  color: #FFFFFF;
}

/*Ends modified for UI Lumi changes*/
/* Added for multi action drop down */
/* Added for Aligning the Error message in Overlay opened from Dashboard */
.ui-dialog .errorMsgPositionAlign {
  top: 0px;
}

/* Added by 463143 for message center responsive screen start*/
.container-messageCenter {
  width: 100% !important;
}

.draft_margin_top,
.trash_margin_top {
  margin-top: 10px;
  top: auto !important;
}

.template_line_height {
  top: auto !important;
    /*** view mails templates tab 
	margin-top: 4px; */
  margin-top: 9px;
}

.broadcast_margin_top {
  margin-top: 5px;
}

/* Added by 463143 for message center responsive screen end*/
/* Added by 461560 for message center print help icon*/
.helpAlignMessageCenter {
  margin-top: 21px !important;
}

/* Fix for Ticket id:771973 added by e463143 */
/* Styles Added for Insta Widgets -Start*/
.row .col.s6 {
  width: 50% !important;
}

.widget-container {
  border: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.widgetAutoHeight {
  height: auto !important;
}

.widgetOuterStyle {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
}

.widget-foot {
  height: auto !important;
}

.instaLinks {
  color: #FFFFFF !important;
  cursor: pointer;
}

.insta-widget-panel h2 {
  border-bottom: none !important;
}

.widgetAutoHeight .widget-foot {
  height: auto !important;
}

.widgetAutoHeight .widget-body {
  padding-bottom: 0px !important;
}

.insta-widget-panel {
  min-height: 331px;
  max-height: 331px;
}

.panel .icon-1,
.panel .icon-2 {
  color: #9E9E9E !important;
}

.insta-widget-panel.panel .widget-content {
  margin-bottom: 4px;
  height: auto !important;
  width: 72px !important;
}

.insta-widget-panel.panel .panel-content {
  margin-top: -9px;
}

.insta-widget-panel.panel .widget-inner-block {
  width: 96px !important;
}

/*Insta Widget Account Summary --Start*/
.ui-dialog .pfm_stage3_tabmenupanel_tab {
  float: left;
  width: 99.85%;
  float: left;
  padding-bottom: 0px;
  display: inline-block;
  height: 49px !important;
  border-top: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
}

.ui-dialog .pfm_stage3_ptabgray1_tab {
  float: left;
  height: 40px;
  margin: 0 0 0 0px;
  padding-left: 0px;
  width: 30%;
}

.ui-dialog .pfm_whitetabhover_bold_tab,
.ui-dialog .pfm_grey_active_bold_tab,
.ui-dialog .pfm_disable_tab {
  float: left;
  padding: 15px 9px;
  height: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: .8px;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: .8px;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
  border: none;
}

.ui-dialog .pfm_whitetabhover_bold_tab {
  border-bottom: 3px solid #d61a0c;
  border-top: 5px;
  margin: 0px;
  color: #d61a0c;
  cursor: pointer;
  width: 98%;
  transition-property: border-bottom;
  transition-duration: 0.1s;
}

.ui-dialog .pfm_grey_active_bold_tab {
  cursor: pointer;
  outline: none;
  background: inherit;
  width: 98.4%;
  color: #757575;
}

.ui-dialog .pfm_disable_tab {
  border-top: 5px;
  margin: 0px;
  color: #98DDFF;
  cursor: default;
  width: 100%;
}

.stage3_listingpaneldiv .singleTableHeading {
  border-bottom: none !important;
}

.ui-dialog .opdptable {
  margin-bottom: -10px !important;
  border-bottom: 1px solid #BDBDBD !important;
}

.ui-dialog .consolidatedSummaryTable {
  border-top: 1px solid #E0E0E0 !important;
  padding-bottom: 0px !important;
}

.widgetAutoHeight .widget-content:after {
  content: none !important;
}

.corporateHeadingStyle {
  margin-left: 28% !important;
}

/*Insta Widget Account Summary --End*/
/* Styles Added for Insta Widgets -End*/
.right_midtext ul li,
.messageTextBlackLink ul li,
.mailBodyWrap ul li {
  list-style-type: disc;
  position: relative;
  left: 15px;
}

.right_midtext ol li,
.messageTextBlackLink ol li,
.mailBodyWrap ol li {
  position: relative;
  left: 15px;
  list-style-type: inherit;
}

.z-depth-0 {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.z-depth-1 {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  -o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  -o-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  -o-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/* jquery UI */
.ui-widget-content {
  /*background: $widgets-background-color !important;*/
  background: #FFFFFF;
}

.ui-state-default,
.ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: transparent;
}

.blockUI.blockOverlay,
.advance_wrapper {
  background: #FFFFFF !important;
}

.loginPage_dialog {
  background: #FFFFFF !important;
}

.infopopup_highlight {
  color: #d61a0c !important;
}

/*Customer Id Wise Summary Start*/
.singleTableHeading .mwidlistwhiterow2_new {
  border-top: 1px solid #dcdcdc;
}

.singleTableHeading .mwidlistwhiterow_new,
.singleTableHeading .mwidlistwhiterow2_new {
  color: inherit !important;
}

.custIdWiseSummaryDiv {
  overflow-x: scroll;
}

/*Customer Id Wise Summary End*/
/* Start  Styles required for UI Cache debug on screen */
div#appFieldValues {
  height: 150px !important;
  font-size: 10px !important;
  display: none;
  overflow: auto !important;
  background: #fbb8b3 !important;
}

div#slideContainerId {
  background-color: #d61a0c !important;
  height: auto !important;
  float: left !important;
  text-align: center !important;
  width: 100% !important;
  padding: 2px !important;
  border: 3px solid #000000 !important;
  box-sizing: border-box;
}

.tableCacheContainer {
  display: table !important;
  margin: 0px !important;
  width: 100% !important;
}

.cacheDebugValues {
  display: table !important;
  margin: 0px !important;
  width: 100% !important;
}

.cacheDebugValues li {
  width: 33% !important;
  display: table-cell !important;
  background: #fbb8b3 !important;
  border: 1px solid #E0E0E0 !important;
  padding: 10px 10px 10px 10px !important;
  word-break: break-all !important;
  color: #000000 !important;
}

.cacheHeading {
  background: #f4473b !important;
  width: 33% !important;
  display: table-cell !important;
  border: 1px solid #E0E0E0 !important;
  padding: 10px 10px 10px 10px !important;
  word-break: break-all !important;
}

/* Ends  Styles required for UI Cache debug on screen */
/* added for ev-auth integration start*/
.width100percent_main_hidden {
  display: none;
  cursor: default;
  margin-top: 50px;
}

.padding_top_style {
  padding-top: 20px;
}

.mobile_login_button {
  border-radius: 2px;
  text-transform: uppercase;
  display: block;
  width: 132px;
  height: 17px;
  background: #d61a0c;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.display_none {
  display: none;
}

.bold-text {
  color: #212121 !important;
  font-weight: bolder;
  font-size: 1rem !important;
}

.login_button_small {
  padding-left: 43px;
  padding-right: 43px;
  /*phani for login*/
  background-color: #FFFFFF;
  color: #d61a0c;
}

#LoginHDisplay .blockUI.blockOverlay {
  background-color: #212121 !important;
}

#LoginHDisplay .blockUI.blockMsg.blockElement {
  height: 26% !important;
  z-index: 1011 !important;
  position: absolute !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 380px !important;
  top: 27% !important;
  left: 11% !important;
  text-align: center !important;
  border: none !important;
  cursor: wait !important;
}

.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled {
  box-shadow: none !important;
}

/* added for ev -auth integration end */
.formrowQuickPay .quickPayleftColumnStyle,
.formrowQuickPay .quickPayrightColumnStyle {
  margin-top: 8px;
  margin-bottom: 30px;
}

.formrowQuickPay.formRowAmount .quickPayleftColumnStyle {
  position: relative;
  margin-top: 18px;
}

.quickPayConfirm .querytextleft_width100percent_withtextalignleft {
  border: none !important;
}

.quickPayConfirm .workflow {
  margin-bottom: 20px;
}

.quickPayConfirm .workflow .row {
  margin-bottom: 0px !important;
}

.quickPayConfirm .querytextleft_withleftBorder_Auth {
  border: none !important;
  border-top: 1px #E0E0E0 dashed !important;
  padding-top: 10px;
}

.quickPayWidgetAmount .ERROR_ROW_SPAN {
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
}

.quickPayWidgetCurrency .renderTextBoxAsLabel_new {
  position: relative;
  top: 4px;
  font-size: 14px;
  margin-left: 0px;
}

.singleCurr .searchsimpletext {
  top: 4px;
  position: relative;
  padding-right: 0px;
}

.searchsimpletext_sideheading_auth {
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000;
  padding: 0 0.75rem;
}

/*Added for Timeline activities START*/
.timelineExpandIcon {
  right: 0px;
  top: 130px;
  border-radius: 0 0 0 5px;
  padding: 7px 15px 7px 10px;
  position: fixed;
  background-color: #d61a0c;
  cursor: pointer;
  display: block;
  z-index: 2;
  visibility: hidden;
}

.timelineIcon:before {
  content: "\e901";
  font-family: icomoon !important;
  font-size: 12px;
  margin-right: 5px;
  color: #FFFFFF;
}

.timelinetext {
  color: #FFFFFF;
  font-size: 14px;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
}

.timelineExpand {
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  right: 0px;
  top: 130px;
  position: fixed;
  background-color: #FFFFFF;
  display: none;
  border-radius: 2px;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  z-index: 9;
}

.timelineCollpaseIcon {
  position: absolute;
  width: 36px;
  height: 31px;
  background-color: #d61a0c;
  line-height: 32px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  padding: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0 0 5px 0;
  z-index: 2;
}

.timelineCollpaseIcon:before {
  content: "\e902";
  font-family: icomoon !important;
  font-size: 12px;
}

html.hide-vertical-scroll,
html.hide-vertical-scroll body {
  overflow-y: hidden;
  position: relative;
  height: 100%;
}

.right-container .container-large_ux5 .widget-head {
  display: none;
}

.right-container .container-large_ux5 .widget-content {
  background-color: #FFFFFF;
  min-height: 100%;
  height: calc(100% + 120px) !important;
  padding-bottom: 120px !important;
}

.timelineDetailsPanel {
  width: 260px;
  margin: 0 20px;
  border-left: none;
  border-bottom: none;
}

.timelineActSection {
  padding-left: 0px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px !important;
}

.timelineActSubHeading {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  margin: 0;
  display: block;
  margin-top: 30px;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
}

#scroll-top {
  padding: 10px;
  line-height: 0px;
  height: 0px;
  color: #9B9B9B;
  cursor: pointer;
  font-size: 35px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  z-index: 999999;
}

.timeline ul {
  margin: 20px 30px 0 10px;
  width: 1px;
  background-color: #E0E0E0;
  position: relative;
}

.timeline li {
  float: none;
  padding: 0 15px;
  line-height: 64px;
}

.timeline ul li {
  line-height: 1.5;
  padding-bottom: 0px;
}

.timeline ul li > div {
  position: relative;
  bottom: 0;
  width: 235px;
  padding: 15px 0 0 5px;
  font-size: 11px;
  margin-left: 14px;
}

.timeline ul li.group-title {
  padding: 0;
  width: 249px;
  min-height: 20px;
  position: relative;
  right: -2px;
}

.timeline ul li.group-data {
  line-height: 2.2;
}

.timeline ul li.group-title > div {
  margin-left: -11px;
  background: #d61a0c;
  border-radius: 5px;
  padding: 6px;
  display: inline;
  color: #FFFFFF;
  cursor: pointer;
}

.timeline ul li.group-title > span {
  float: right;
  font-size: 11.2px;
  color: #212121;
  margin-top: 4px;
}

.timeline ul li.group-title.date-text > span {
  margin-top: 15px;
}

.timeline ul li:hover {
  background: none;
}

.timeline ul li > div > span {
  position: absolute;
  left: -27px;
  font-size: 14px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  box-sizing: border-box;
  background-clip: content-box;
}

.timeline ul li > div .req-name {
  font-weight: 500;
  font-size: 12.4px;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
  color: #212121;
}

.timeline ul li > div .req-name span {
  float: right;
  font-size: 10px !important;
  margin-right: 3px !important;
  margin-top: 5px !important;
}

.timeline ul li > div .req-name span, .timeline ul li > div p {
  font-size: 11px;
  font-family: Lato-Regular, roboto-regular, OpenSans, Arial, Helvetica, sans-serif;
  color: #9E9E9E;
  margin: 0;
  line-height: 18px;
}

.timeline ul li > div p {
  margin-top: -4px;
}

.timeline .view-more a {
  display: block;
  font-size: 14px;
  padding: 0 15px;
  text-align: center;
  color: #d61a0c;
  height: auto;
  line-height: 1;
  padding-top: 30px !important;
}

.timeline ul li > div > span i {
  color: #FFFFFF;
  top: 4px;
  position: relative;
}

.timeline i.right {
  top: 45px;
  position: absolute;
  right: 7.5%;
  cursor: pointer;
  color: #212121;
}

.timeline ul li > div > span.green {
  background-color: #4CAF50 !important;
}

.timeline ul li > div > span.orange {
  background-color: #FF9800 !important;
}

.timeline ul li > div > span.blue {
  background-color: #4A90E2 !important;
}

.timeline ul li > div > span.disabled {
  background-color: #9B9B9B !important;
}

.hideTimeline {
  display: none !important;
}

.timeline .icon-transaction {
  font-size: 12px;
  top: 5px;
}

.timeline .icon-account {
  font-size: 20px;
  top: 1px;
}

/*Added for Timeline activities END*/
/* Added for NLP Search -- Start */
.searchtext {
  margin-left: 250px;
  margin-right: -18px;
}

.listStyle {
  /* phani for search result box */
  display: block;
  width: 335px;
  /*width: 309px\0;*/
  position: absolute;
  margin-left: 45%;
  margin-top: 80px;
}

.searchTextBoxHidden {
  margin-right: 15%;
}

.search-icon-account {
  position: absolute;
  right: 0;
  top: -6px;
  cursor: pointer;
}

.searchIconLink {
  /*Modified by sravan to allign search icon with text area */
  margin-left: 27%;
  color: #FFFFFF;
  cursor: pointer;
  bottom: 30px;
  position: relative;
  font-size: 18px;
  float: right;
  z-index: 100;
}

.search-icon-hide {
  width: 0px !important;
  padding: 0px !important;
}

.search-icon-show {
  width: 210px !important;
  -webkit-transition: width 0.5s !important;
  transition: width 0.5s !important;
}

.search-icon-input {
  max-height: 32px;
}

:placeholder-shown {
  color: #BDBDBD !important;
  font-size: 14px !important;
}

.searchTextBox {
  /*   Modified by sravan for search box allignment */
  /*   margin-right: -114.5% !important; */
  color: #212121 !important;
  line-height: 18px;
  float: right;
  /*  padding-left: 210px !important;  */
  width: 196px !important;
  margin-right: 5px;
  font-family: Lato-Regular !important;
}

input[type=text]:focus.searchTextBox {
  border-bottom-color: #FFFFFF !important;
}

.headerWelcomeText {
  overflow: visible !important;
}

.headerWelcomeTextSearch {
  position: absolute;
  top: 22px;
  padding-top: 9px;
  right: 435px;
  width: 30%;
  overflow: visible;
  z-index: 1;
}

/* Added by sravan to allign search to LHS */
.headerSearch {
  position: absolute;
  top: 11px;
  /*  padding-top: 9px; */
  right: 150px;
  width: 30%;
  display: inline-block;
  /*  text-align:right;
   float:left; */
  overflow: visible;
  /*phani for dynamic search box
  z-index: 1;*/
}

.listStyle li:first-child::before {
  content: "We have found for you!";
  float: right;
  font-size: 11px;
  color: #BDBDBD;
  margin-top: -5px;
}

.searchIconHigherRes {
  display: inline-block;
}

.searchIconLowerRes {
  /*display:none;*/
  display: inline-block;
  font-size: 18px !important;
}

.searchIconLinkLower {
  color: #FFFFFF;
  cursor: pointer;
  bottom: 5px;
  position: relative;
  font-size: 24px;
  z-index: 1;
  margin-right: 1%;
}

/* phani added for search box label */
.searchBoxLabel {
  bottom: 8.7px;
  font-size: 14px;
  position: absolute;
    /*phani for dynamic search
	right: 30px;*/
  right: 240px;
}

.nlpArrowStyle {
  top: 26px;
  right: 77px !important;
  float: left !important;
  position: absolute !important;
  display: none;
}

.autocomplete-values-list li.firstListStyle:hover {
  background-color: #FFFFFF;
}

.profile-picture {
  margin-left: -1.8%;
  /* phani for pofile photo*/
  position: relative;
  top: -10px;
}

/* Added by sravan to allign profile picture for below width */
@media screen and (min-width: 901px) and (max-width: 1050px) {
  profile-picture {
    margin-left: -20px !important;
    /* Added by sravan to allign profile picture to the RHS */
    position: relative;
    top: 23px;
  }
}
.oops-text {
  line-height: 23px;
  padding: 0px;
  background-color: #FFDBDB;
  color: #F4511E !important;
  padding: 10px 10px !Important;
  font-size: 14px !important;
  pointer-events: none;
}

.listStyle li.oops-text::before {
  content: "" !important;
}

.SearcTextBoxHigher {
  display: inline-block;
  border-bottom: none !important;
}

input::placeholder {
  color: white !important;
}

.SearcTextBoxLower {
  /*display:none ;*/
}

.nlpTextBoxContainer {
  width: 280px;
  height: auto;
}

.nlpSearchTextBoxContainer {
  display: none;
  width: 320px;
  height: 24px;
  min-width: 276px !important;
  /*phani for dynamic search box
  top: 35px;*/
  top: 28px;
}

.nlpSearchTextBoxContainerShow {
  display: block;
  -webkit-transition: width 0.5s !important;
  transition: width 0.5s !important;
}

.nlpTextContainer {
  /*border: 1px solid rgba(128, 128, 128, 0.55);*/
  margin-left: 10px;
  margin-top: 27px !important;
  height: 32px;
  margin-right: 9px;
}

.SearcTextBoxLower {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
  width: 270px !important;
  margin-top: 5px !important;
  margin-top: 6px\0 !important;
  border-bottom: none !important;
  margin-right: 45px;
}

.searchIconTextBox {
  color: grey;
  font-size: 20px;
  margin-top: -13px;
  float: right;
  margin-right: 16px;
}

/* Added for NLP Search -- End */
/* New pulldown tag helper */
/*
 * Table
 */
table.table {
  border: 1px solid #D4D4D4;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}

table.table caption {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 17px 20px;
  text-align: left;
}

table.table table.table {
  border: 0px none;
}

table.table thead th {
  color: #757575;
  font-weight: 500;
}

table.table thead tr th .sub-heading {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #9E9E9E;
  font-size: 14px;
}

table.table tr {
  border-bottom: 1px solid #D4D4D4;
}

table > tbody > tr:hover {
    /*to display 2 rows in a same color onhover 
	background-color: #EEEEEE; */
  background-color: #F5F5F5;
}

table > tbody > tr.selected {
  background-color: #F5F5F5;
}

table.table tbody tr td {
  /* Modified by sravan to decrease the line space */
  padding: 9px 20px;
  position: relative;
  border: 0px none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

table.table thead tr th {
  /* Modified by sravan to decrease the line space */
  padding: 10px 20px;
}

.modal table.table thead tr th {
  white-space: initial;
}

table.table tbody tr {
  color: #000;
  font-weight: 400;
}

table.table tbody tr td .sub-value {
  font-size: 14px;
  font-weight: 400;
  color: #7D7E7F;
}

table.table tbody tr:last-child {
  border-bottom: 0 none;
}

table.table td .input-field {
  margin-top: 0;
}

table.table td .input-field input {
  margin-bottom: 0px;
}

.table .footable-toggle {
  font-family: icomoon;
  line-height: 1;
  margin-right: 10px;
}

#table-4 {
  position: absolute;
  top: 37px;
  right: 10px;
  background: #F3F3F3;
  padding: 5px !important;
  height: auto;
  width: 220px;
  z-index: 2;
  overflow: hidden;
  display: none;
  border: 1px solid #D4D4D4;
}

#table-4.active {
  width: 460px;
  display: flex !important;
}

#table-4.active_top {
  top: -156px !important;
}

#table-4.active_deposit {
  top: -120px !important;
}

#table-4.active_creditCard {
  top: -195px !important;
}

#table-4.active_cashcredit {
  top: -82px !important;
}

#table-4 ul li {
  text-align: left;
  padding: 10px;
  width: 212px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#table-4 ul {
  width: 232px;
}

#table-4 ul li a {
  white-space: nowrap;
}

#table-4 ul li .view_more {
  text-transform: uppercase;
}

#table-4 .close_menu {
  text-align: right;
  color: #999;
}

#table-4 table th, #table-4 table td {
  padding: 10px;
}

#table-4 table {
  margin-bottom: 10px;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.hide {
  display: none !important;
}

ul {
  padding: 0;
}

ul {
  list-style-type: none;
}

.view-more-close {
  position: absolute;
  right: 20px;
}

.bg-grey {
  background-color: #F3F3F3 !important;
}

.center {
  text-align: center !important;
}

:-webkit-scrollbar {
  width: 0.5em !important;
}

.u-scroll-table li a {
  color: #2196F3;
}

.u-scroll-table li a:hover {
  color: black !important;
}

.u-link-color {
  color: #2196F3 !important;
}

.list-more-view {
  display: none;
}

/* Added for Static Search -- Start */
.menuSearchIconInnerLink {
  color: #757575;
  cursor: pointer;
  bottom: -27px;
  position: relative;
  font-size: 22px;
  margin-left: 110px;
}

.menuSearchIconLink {
  /*color: #FFF;*/
  color: #212121;
  cursor: pointer;
  bottom: 5px;
  position: relative;
  /* phani from 24px font, 12px margin-right */
  font-size: 18px;
  margin-right: 10px;
}

.menuSearchBx .autocomplete-icon {
  display: none;
}

#menuSearchBx .autocomplete-dropdown {
  margin-left: -2px;
  margin-top: 28px;
  width: 400px;
  color: #e0e1e2;
  font-size: 18px !important;
  padding-left: 8px;
  padding-bottom: 10px;
  /*	to make search box clickable
  margin-top: 28px; */
  margin-top: 0px;
  padding-top: 30px;
  height: 60px;
}

.menuSearchBx {
  position: absolute;
  /*uba:anglo
  top:36px; */
  top: -392px;
  right: 90px;
  width: 400px;
  overflow: visible;
  height: 65px;
  background-color: #fff;
  z-index: 2001;
  display: none;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.alertBxArrow {
  right: 10px;
}

.mailArrow {
  right: 22px !important;
}

.notifyArrow {
  right: 22px !important;
}

/* Added for Static Search -- end */
.blackText {
  color: #000000 !important;
}

.ui-dialog .quickPayConfirmNew .authenticationRowStyle {
  padding-top: 5px;
}

/*Added for RM appointment start*/
.simpletextright_RM_Request {
  color: #9E9E9E;
  font-weight: normal;
  float: left;
  padding-top: 9px;
  padding-right: 2px;
}

/*Added for RM appointment end*/
/* Added for Fallback authentication  Start */
.fallbackButtonStyle {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
  width: 130px;
}

.fallbackSecondaryModeButtonStyle {
  float: left;
  margin-right: 30px;
  margin-top: 0px;
  width: 130px;
}

.overlayMessageContentStyle {
  display: none;
  background-color: #FFFFFF;
  width: 25%;
  height: 32%;
  z-index: 100;
  position: absolute;
}

.overlayConfirmMessageStyle {
  margin-top: 23%;
  margin-left: 11%;
  display: none;
  background-color: #FFFFFF;
  width: 25%;
  height: 32%;
  z-index: 100;
  position: absolute;
}

.overlayTextStyle {
  float: left;
  margin-left: 12%;
}

.overlayImageStyle {
  margin-top: 5%;
  float: left;
  margin-left: 40%;
  margin-bottom: 7%;
}

.fallbackLoginButtonStyle {
  width: 130px;
  margin-left: 50%;
  margin-top: 5px;
}

input[type="checkbox"].checkboxmargin:checked + span.disablePointerEvents:after {
  background-color: #757575;
  border: 2px solid #757575;
}

.fallbackTextStyle {
  float: left;
  width: 76%;
  line-height: 25px;
  text-align: left;
  margin-right: 25px;
  margin-left: 48px;
  margin-top: -24px;
}

.error_highlight_fallback {
  font-size: 13px;
  color: #F44336;
}

.fallbackSecondaryButtonStyle {
  margin-top: 0px !important;
}

.userIDTextStyle {
  margin-left: 2px;
}

.secondaryModeBiometricStyle {
  margin-left: 22px;
}

/* Added for Fallback authentication  End */
/*Start changes for NLP water mark text color to be in sync with all browsers*/
.headerWelcomeTextSearch input[type="text"]:-ms-input-placeholder {
  /* IE */
  color: #FFFFFF !important;
  opacity: 0.6;
}

.headerWelcomeTextSearch input[type="text"]::-moz-placeholder {
  /* Firefox*/
  color: #FFFFFF !important;
  opacity: 0.6;
}

.headerWelcomeTextSearch input[type="text"]::-webkit-input-placeholder {
  /* Chrome */
  color: #FFFFFF !important;
  opacity: 0.6;
}

/*End changes for NLP water mark text color to be in sync with all browsers*/
/*Added for Dev Login--start */
.devLoginFooterTextStyle {
  width: 57% !important;
  margin-left: 30% !important;
  margin-top: -26px !important;
  margin-bottom: 40px !important;
}

.devLoginFooterStyle {
  margin-top: -181px !important;
  height: 150px;
}

.devLoginSectionStyle {
  margin-left: 8% !important;
}

.devLoginHeadingStyle {
  padding-left: 15%;
}

.devLoginButtonStyle {
  padding-top: 41px;
}

/*Added for Dev Login--End */
/* import-enteries start here*/
.import-panel {
  background-color: #FFFFFF;
  padding: 12px;
  height: 162px;
  border-radius: 5px;
  margin: 10px 5px;
  color: #000;
}

.import-panel:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.active .import-panel {
  background-color: #2196F3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #FFFFFF !important;
}

.active .import-panel .below-text {
  color: #FFFFFF !important;
}

.import-panel-content {
  padding: 10px 20px !important;
}

.import-panel .import-icon {
  text-align: center;
  font-weight: 500;
}

.below-text {
  margin-top: 10px;
  color: #757575;
  font-size: 12px;
}

.import-entries-container .tab_drawer_heading {
  display: none;
}

.import-icon div {
  font-size: 32px;
  margin: 10px 2px;
}

.icon-A:before {
  content: "\e95d";
}

.icon-U:before {
  content: "\e95c";
}

.icon-I:before {
  content: "\e95e";
}

.icon-D:before {
  content: "\e95f";
}

/* materialize */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.records-header {
  color: #757575;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
}

.import-panel-content h66 {
  padding: 2px 0 8px 10px;
  font-weight: 500;
}

h66 {
  font-size: 16px;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

.dot1 {
  height: 9px;
  width: 9px;
  background-color: #c7c6c6;
  border-radius: 50%;
  display: block;
  float: left;
  margin-top: 8px;
}

.bullet-content {
  display: block;
  float: left;
  font-size: 12px !important;
  margin-left: 8px;
  color: #010101;
}

.tab_content {
  margin-top: -16px;
  margin-bottom: 16px;
  width: inherit;
}

.row1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

.border-matching {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 42px;
  width: 100%;
  display: -webkit-inline-box;
}

/* import entries end */
/*Added for the File upload component change --Start */
.fileBrowseComponent {
  margin-top: -9px;
  line-height: 36px;
  float: left;
  margin-left: -9px;
}

.fileBrowseButton {
  float: right !important;
  margin-left: 8px;
  width: 59px !important;
  font-size: 14px !important;
}

/*Added for the File upload component change ---End*/
.tabheadstyle {
  font-size: 15px !important;
  color: #212121;
  width: auto;
}

.icon-deleted-large {
  background-color: #f44e4f;
  height: 8px !important;
  width: 25px !important;
  padding: 0px 4px;
  border-radius: 50%;
}

.icon-added-large {
  background-color: #62c14d;
  height: 8px !important;
  width: 25px !important;
  padding: 0px 4px;
  border-radius: 75%;
}

.icon-updated-large {
  background-color: #8b66f3;
  height: 8px !important;
  width: 25px !important;
  padding: 0px 4px;
  border-radius: 75%;
}

.formbtn_imgcaptcha {
  padding-right: 18px;
  background: url(../images/refreshUX3.png) no-repeat;
  /*modified for 11.2.2*/
  border: 0px solid #333333;
  float: right;
  height: 22px;
  cursor: pointer;
  margin-right: 31%;
  /* 	margin-top: -24px; */
}

.formbtn_soundcaptcha {
  padding-right: 19px;
  background: url(../images/HIP_but_text.gif);
  border: 0px solid #333333;
  float: right;
  height: 22px;
  cursor: pointer;
  margin-right: 246px;
  margin-top: -21px;
}

.formbtn_lgn {
  -webkit-appearance: button;
  cursor: pointer;
  display: none;
}

.headerDivLine {
  /* added by sravan for line in the header */
  width: 100%;
  height: 1px;
  background: #fff;
  position: relative;
  top: 40px;
}

.breadcrumbHome {
  /* added by sravan for home breadcrumb */
  margin-bottom: 0px !important;
  margin-right: -3px !important;
  height: 16px !important;
  width: 20px !important;
}

.SearcTextBoxHigher {
  display: none;
}

/*phani for tansation history tab view*/
.tabs_heading_tab {
  background-color: #EFEFEF;
  padding: 10px 17px;
  display: inline-block;
  margin: 5px 5px 0px 0px;
  cursor: pointer;
  border: 1px solid #E0E0E0;
}

.tabs_heading_tab_white {
  background-color: #FFFFFF;
  padding: 10px 17px;
  display: inline-block;
  margin: 5px 5px 0px 0px;
  cursor: pointer;
  border: 1px solid #EFEFEF;
  border-bottom: 1px solid #FFFFFF;
}

.trandetail_acc_dropdown .labelColumn_combo_small .labelColumn_combo_brdr_small {
  width: 200px !important;
}

/*phani for transction histry - transaction buttons */
.tan_his_tran_btn {
  width: 80%;
}

.close_act_btn {
  margin-left: 22%;
}

.password_eye:before {
  content: " ";
  /* background: url(../images/password_eye.png) no-repeat scroll left bottom; */
  background: url(../images/password_eye.svg) no-repeat scroll left bottom;
  background-size: 19px;
  width: 25px;
  height: 27px;
  display: inline-block;
  top: 3px;
  cursor: pointer;
  position: absolute;
  right: -2px;
}

/*phani for login page*/
.country_input {
  width: 60%;
}

.lang_input {
  width: 35%;
}

.country_input, .lang_input {
  margin-top: 0px;
}

.country_input .autocomplete-dropdown, .country_input .autocomplete-icon,
.lang_input .autocomplete-dropdown, .lang_input .autocomplete-icon {
  color: #FFFFFF !important;
  height: 1.6rem;
}

/* .lang_input .autocomplete-dropdown, .lang_input .autocomplete-icon{
	color: color("white", "base") !important;
} */
.lang_input .loginPanelColumnDetailStyle {
  margin-left: 10px !important;
}

.corp_frmt_txt {
  color: #FFFFFF;
  font-size: 11px;
  position: relative;
  top: 3px;
  left: 3px;
}

.forgot_password {
  display: inline-block;
  /* margin-left: 27px; */
  /* Ui changes 0807 
  margin-left: 23px;*/
  margin-left: 43px;
}

.forgot_user_id {
  display: inline-block;
  margin-left: 0px;
}

.forgot_password a {
  border-right: 1px solid;
  padding-right: 4px;
}

.forgot_password .loginPanellabellinkStyle {
  padding-bottom: 5px;
  padding-top: 8px;
  margin-top: 10px;
}

.forgot_user_id .loginPanellabellinkStyle {
  padding-bottom: 5px;
  margin-top: 10px;
}

.loginbottom_contacts_row {
  /*width: 22%;*/
  float: left;
    /*padding: 5px 5px 0px 5px;
	text-align: center;*/
}

.loginbottom_contacts_row img {
  /*display: block;
  margin-left: auto;
  margin-right: auto; */
  width: 15px;
  padding-right: 15px;
}

.loginPanelBottomSectionDetailsrow_contacts {
  width: 37%;
  float: left;
  padding-right: 5px;
}

.loginBottom_contact_lable {
  font-size: 12px;
  color: #FFFFFF;
}

.width50percent_login [type="checkbox"].filled-in:checked + span:before {
  border-right: 2px solid #d61a0c;
  border-bottom: 2px solid #d61a0c;
  width: 2px !important;
  height: 5px !important;
  top: 4px;
  left: 0px;
}

/*round check box */
/*.width50percent_login [type="checkbox"].filled-in:checked + span:before {
	width: 7px !important;
    height: 7px !important;
    transform: none;
	background: #008000;
    border: 2px solid white;
    left: 0px;
	border-radius: 50%;
	transition: none;
}*/
.width50percent_login [type="checkbox"].filled-in:checked + span:after {
  background-color: #FFFFFF;
}

.width50percent_login input[type=text], .width50percent_login input[type=password] {
  color: #FFFFFF;
  font-size: 13px !important;
  /* background-color: rgba(213,23,9,0.9); */
  /* background-color: rgba(215,112,106,0.3); */
  border-bottom: none;
  border-radius: 5px;
  border: 1px solid #FFF;
}

/*phani for login s*/
.login_userid_width_div input[type=text],
.password_enter_div input[type=password] {
  /* height: 1.3rem; */
  height: 18px;
    /* padding-top: 8px;
	padding-left: 24px;
	width: 90%; */
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 30px;
  width: 87%;
  font-size: 13px !important;
}

.password_enter_div input[type=password] {
  padding-right: 30px;
  width: 72% !important;
  	/*width: 74.6% !important;
      margin-left: 1px;*/
}

.width50percent_login .login_userid_width_div input[type=text]:focus:not([readonly]) {
  width: 87%;
  padding-left: 30px;
  /* border-radius: 3px; */
  border-radius: 5px;
  padding-bottom: 4px;
  padding-top: 6px;
  font-size: 16px !important;
  /* box-shadow: none; */
}

.width50percent_login input[type=text]:focus:not([readonly]), .width50percent_login input[type=password]:focus:not([readonly]) {
  /*border-bottom: 1px solid color("white", "base");*/
  background: white;
  color: #d61a0c !important;
  border-bottom: 1px solid #FFF;
  box-shadow: none;
}

.width50percent_login [type="checkbox"].filled-in:not(:checked) + span:after {
  	/* border: 1px solid #000;
      border-radius: 50%; */
  border: none;
}

.width50percent_login [type="checkbox"].filled-in:checked + span:after, [type="checkbox"].filled-in:not(:checked) + span:after {
  	/* box check box 
  	height: 13px !important;
      width: 13px !important; */
  height: 10px !important;
  width: 10px !important;
}

.width50percent_login .autocomplete-icon {
  /*height: 20px;
  position: absolute;
  right: -5px;
  top: 17px;
  width: 20px;
  color: color("black", "lighten-2");
  cursor: pointer;
  font-size: 13px;*/
  height: 25px;
  position: absolute;
  right: -5px;
  top: 4px;
  width: 30px;
  cursor: pointer;
  font-size: 13px;
}

.width50percent_login .country_input .autocomplete-icon {
  width: 132px;
}

.width50percent_login .lang_input .autocomplete-icon {
  width: 79px;
}

.width50percent_login .loginPanelSimpleTextStyle {
  /* for userid place holder 
  font-size: 16px !important;*/
  font-size: 12px !important;
    /*phani for login 
	color: color("black", "lighten-2");*/
  color: #FFFFFF !important;
}

/* for radio buttons */
.width50percent_login [type="radio"]:checked + span:before {
  border: 2px solid #FFFFFF;
}

.width50percent_login [type="radio"]:checked + span:after {
  background-color: #FFFFFF;
}

.width50percent_login [type="radio"]:not(:checked) + span:before {
  border: 2px solid #FFFFFF;
}

.login_phrase_div {
  position: relative;
  top: 33px;
  left: 85px;
}

.login_phrase_img_div {
  margin-top: -27px;
  margin-bottom: -7px;
}

.disable_keyboard_div {
  padding-bottom: 7px;
  /*phani for login s 
  margin-top: -5px; */
  margin-top: 4px;
}

.login_socialmedia img {
  width: 22px;
}

.loginPanelBottomSectionDetailsrow_media {
  width: 30%;
  float: left;
  padding: 5px;
  /*  margin-right: 10px; */
}

.login_outer_box {
  	/* margin: 3% 6% 60px 6%; 
  	margin: 2% 4% 2% 4%;
  	margin: 20px; 
      border: 1px solid color("grey", "lighten-4"); 
      padding-top: 100px; 
  	padding-top: 75px;*/
}

.login-body-style .loginHeader .wrapper {
  padding-top: 2%;
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 1150px;
  width: 100%;
}

.loginPanelBottomDisplaySectionStyle_media {
  float: left;
  width: 87%;
  margin-left: 6%;
  margin-top: -45px;
  /* padding-bottom: 10px; */
  padding-top: 10px;
  padding-left: 20px;
}

.loginbottom_media_row {
  display: inline-block;
}

.login_socialmedia_arrow img {
  top: 9px;
}

.helpdesk_feedback {
  margin-top: -10px;
}

.need_help_rightborder {
  border-right: 1px solid #FFFFFF;
  padding-right: 5px;
  padding-left: 5px;
}

.login_verisign img {
  width: 75px;
}

.login_btn_margin {
  margin-left: 10px;
  /* margin-bottom: -10px; */
  padding-top: 8px;
}

.login_userid_width {
  width: 87% !important;
}

/*phani for login footer overflow gap*/
.toprow {
  margin-bottom: 0px;
  /*phani for update phrase page overflow-y: hidden; */
  overflow: hidden;
}

.loginPanelSimpleTextStyle_userid {
  /* UI changes 0708
  font-size: 16px !important;*/
  font-size: 14px !important;
  color: #FFFFFF;
  padding-right: 5px;
}

.width50percent_login .btn:hover {
  background-color: #FFFFFF;
  color: #d61a0c;
}

.width50percent_login .login_button:hover {
  text-transform: uppercase;
}

.loginPanelBottomSectionTextStyle a {
  color: #CECFD3;
  /*font-family: $font-family-bold !important;*/
}

.login_password_link {
  overflow: auto;
}

.password_login_btn .login_button {
  margin-top: -15px;
  margin-left: -5px;
}

.password_login_btn .btn:hover {
  background-color: #FFFFFF;
  color: #d61a0c;
}

.password_userID_div {
  padding-bottom: 6px;
  margin-top: -5px;
}

.password_forgotpass_link {
  /* margin-left: 17px; */
  /* margin-left: 34%; */
  /* margin-left: 29%; */
  margin-left: 26%;
}

.login_userid_width_div {
  margin-top: 4px;
  /* margin-bottom: -4px; */
  margin-bottom: -4px;
}

.password_confirm_checkbx {
  margin-top: -7px;
}

.login_outer_box .errorDisplayStyle {
  /* margin-top: 33px; */
  margin-top: 5px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -30px;
}

.margin_top_40 {
  margin-top: 40px;
}

/*phani for forgot password*/
.otp_scree_radio_margin {
  margin-left: 38%;
}

.forgotpassword_otp_main {
  margin-top: 20px;
}

/*for profile box*/
.profileBox_inner .mypropulldowncontainer {
  height: 39px;
}

.profileBox_inner .mypropulldownInner1 {
  width: 138px;
  margin-left: 139px;
}

.profileBox_inner .mypropulldownInner2 {
  width: 25%;
}

.profileBox_inner #sessionExpiryTime {
  /*width: 94px;*/
  width: 90px;
}

/*for self registration*/
.selfregistration_main .stage3_inputpanel_paydetailsrow {
  margin: 0px 0px 15px 0px;
}

.selfregistration_main .loginPanelHeaderTextStyle {
  margin-left: 175px;
  color: #212121;
  font-weight: bold;
  padding: 30px 5px 5px 0px;
  text-align: left;
}

.selfregistration_main a.loginPanleBluelinkStyle {
  color: #d61a0c;
  float: left;
  margin-top: 14px;
}

.selfregistration_main .labelColumn {
  width: 25% !important;
  margin-left: 10px;
}

.selfregistration_input_main {
  overflow: auto;
  /*margin: 6px;
  border: 1px solid color("grey", "lighten-4"); */
  padding-bottom: 25px;
  padding-top: 10px;
  background: #fff url(../images/selfregistration_image.png) no-repeat 84px 30px;
  background-size: 680px;
  background-position-x: -283px;
}

.selfregistration_main .h3_otpscreen {
  padding-left: 5px;
  padding-top: 15px !important;
  padding-bottom: 15px;
}

.selfregistration_main .h3_otpscreen .simpletext_pwd {
  color: #757575;
}

.selfregistration_main .loginPanelSimpleTextStyle {
  color: #757575;
}

.selfregistration_main .right_otpscreen {
  padding-top: 0px;
  padding-bottom: 8px;
  padding-right: 2px;
}

#prelogin_main {
  padding-bottom: 20px;
  width: 100%;
  min-height: 450px;
}

.loginPanelHeaderTextStyle_forgotuserid {
  padding-left: 10px;
  padding-right: 25px;
  /*for user_id screen*/
  padding-bottom: 48px;
}

.left_align_forgotuserid_screen {
  margin-left: -25px;
  margin-right: 75px;
}

.loginfooter_links_sec3 {
  width: 84%;
  margin-left: 8%;
  cursor: pointer;
}

.login_btn_margin input {
  font-size: 14px !important;
}

.messages_composemsg_main {
  background: white;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 5px;
}

/*for view messages screen*/
#ParentDiv_MailsHomeCorp_STATIC_MailListNew .widget-body {
  margin-left: 7px;
}

#ParentDiv_MailsHomeCorp_STATIC_MailView .widget-body {
  margin-left: 0px;
}

#ParentDiv_MailsHomeCorp_STATIC_MailView .addrecepient {
  width: 90px;
  margin-top: 11px;
}

.right_midreplay .mailview_textarea {
  margin-left: 5px;
}

.compose_p .removelinkstyle {
  margin-left: 3px;
}

.compose_p .composesubject {
  margin-left: -7px;
  margin-right: 10px;
}

.compose_mail_subject_txt {
  margin-top: 7px;
}

.replytxttop .deletelinkstyle {
  margin-bottom: 7px;
}

.rouser_lookup_modal {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #EFEFEF;
  margin-top: 20px;
  padding-bottom: 15px;
}

.float_left {
  float: left;
}

.forgotuserid_success .errorDisplayStyle {
  margin-left: 180px;
  margin-right: 180px;
}

.forgotuserid_success {
  margin-top: 40px;
}

/*for quick links*/
.rightRoundCornerQickLink .stage3_rtpanelquicklinkrow_new {
  padding: 8px 20px 8px 17px;
}

.favorites_select_label {
  margin-top: 5px;
}

.quicklinks_add_box input {
  margin-top: -5px;
}

.quicklinks_add_box {
  margin-top: -25px;
}

.quicklinks_add_box1 {
  margin-top: -25px;
}

.quicklinks_add_box1 .waves-effect {
  margin-top: 7px;
}

.quicklinks_widget_main {
  height: 170px;
}

.quicklinks_widget_main .stage3_rtpanelselectcomborow_new {
  padding: 10px 13px;
}

.quicklinks_widget_main .newCombobox_combo_brdr_small {
  margin-top: -20px;
  width: 225px;
}

/*navigate to*/
.rightRoundCornerIWantTo .stage3_rtpanelwhitebg {
  padding: 8px 20px 8px 15px;
}

.navigateto_links_box {
  height: auto !important;
  margin-top: 43px;
  min-height: 117px;
  margin-bottom: 10px;
}

.navigateto_links_box li {
  padding: 5px 15px;
  font-size: 13px;
}

/*for make a payment links start*/
#ParentDiv_RetailUserDashboardUX5_MFT__1 {
  height: auto;
  overflow: hidden;
}

#ParentDiv_RetailUserDashboardUX5_MFT__1 .widget-content {
  height: auto !important;
  min-height: 120px;
}

#ParentDiv_RetailUserDashboardUX5_MFT__1 .stage3_detailspanel {
  margin-bottom: 0px !important;
}

#ParentDiv_CorporateUserDashboardUX5_MFT__1 {
  height: auto;
  overflow: hidden;
}

#ParentDiv_CorporateUserDashboardUX5_MFT__1 .widget-content {
  height: auto !important;
  min-height: 120px;
}

#ParentDiv_CorporateUserDashboardUX5_MFT__1 .stage3_detailspanel {
  margin-bottom: 0px !important;
}

/*for make a payment links end*/
.container-small_ux5 .widget-body {
  margin: 0px;
}

.container-small_ux5 .stage3_detailspanel {
  border-top: none !important;
}

.border_bottom {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 6px;
}

.selfregistration_carddetials_input_main .labelColumn {
  color: #212121;
  margin-top: 12px;
  margin-left: 10px;
  height: auto;
  word-wrap: break-word;
}

.selfregistration_carddetials_input_main .loginPanelInputDetailsrow {
  padding-bottom: 0px;
}

.selfregistration_carddetials_input_main .span-checkbox {
  padding-left: 15px;
  margin-top: -10px;
}

.selfregistration_carddetials_input_main {
  overflow: auto;
  border: 1px solid #EFEFEF;
  margin: 5px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.selfregistration_carddetails_main .right_otpscreen {
  padding-top: 0px;
  padding-bottom: 8px;
  padding-right: 2px;
}

.selfregistration_carddetails_main .loginPanelHeaderTextStyle {
  margin-left: 17%;
  text-align: left;
  color: #212121;
}

.selfregistration_carddetails_main {
  margin-top: 40px;
}

.RegistrationPanelHeaderTextStyle {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
  color: #212121;
  text-align: left;
}

.selfregistration_setpassword_main {
  margin-top: 40px;
}

.selfregistration_setpassword_input_main {
  overflow: auto;
  border: 1px solid #EFEFEF;
  margin: 5px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.selfregistration_setpassword_main .right_otpscreen {
  padding-top: 0px;
  padding-bottom: 8px;
  padding-right: 2px;
}

.selfregistration_setpassword_input_main .labelColumn {
  width: 30% !important;
  margin-left: 7px;
}

.selfregistration_setpassword_input_main .loginPanelColumnDetailStyle {
  width: 96% !important;
}

.forgotpassword_question_row {
  margin-top: -15px;
  margin-bottom: 35px;
}

.forgotpassword_optinput_row .labelColumn {
  margin-top: -15px;
  margin-left: 5px;
  width: 25% !important;
}

.forgotpassword_optinput_row {
  margin-bottom: 25px;
}

.forgotpassword_otp_main .right_otpscreen {
  margin-right: 5px;
}

.selfreg_forgot_errors .errorDisplayStyle {
  width: 74%;
  margin-left: 175px;
}

.adaptiveauth_text {
  font-size: 14px;
  color: #FFFFFF;
  float: left;
  margin-left: 16px;
  margin-top: 15px;
  width: 87%;
  line-height: 18.5px;
  word-wrap: break-word;
}

.adaptiveauth_textbox input {
  width: 87% !important;
  margin-left: 15px;
  margin-bottom: 10px;
}

.header_menuicons_main {
  width: 820px;
  position: absolute;
  right: 0;
  left: 0;
  top: 52px;
  margin: auto;
}

.header_menuicon {
  width: 100px;
  float: left;
  /* margin: 0px 5px; */
  border-right: 1px solid #CECFD3;
  text-align: center;
}

.header_menuicons_main .menu7 {
  border-right: none;
}

.header_menuicon img {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: -3px;
  padding-right: 0px;
}

.header_menuicons_main .loginBottom_contact_lable {
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/*.header_menuicons_main .loginBottom_contact_lable:hover{
	color: $application-primary-color;
}*/
.registerQNA_main .regQNAtable {
  margin: 5px;
}

.registerQNA_main .regQNAtable table {
  border: 1px solid #EFEFEF;
}

.registerQNA_main .stage3_inputpanel_column {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 5px;
}

.registerQNA_main .span-radiobutton {
  margin-top: -5px;
}

.registerQNA_main h2 {
  margin-left: 0px;
  padding-left: 10px;
  width: 99%;
  border-bottom: 1px solid #EFEFEF;
}

.registerQNA_main .queryitalictextwithmargin {
  font-size: 14px;
  width: 95%;
  margin-left: 10px;
  padding: 3px 0px;
}

.registerQNA_main .regidterbtmalgin {
  margin-bottom: 7px;
  margin-right: 4px;
}

.Selfreg_forgot_header {
  margin-left: 175px;
  width: 69%;
  text-align: left;
  padding: 10px 10px;
}

.registerQNA_main .margin_top {
  margin-top: 10px;
}

.registerQNA_main .margin_bottom {
  margin-bottom: 30px;
}

.registerQNA_main .labelColumn input {
  margin-top: 10px;
}

.force_changepassword_main .errorDisplayStyle {
  width: 74% !important;
  margin-left: 13% !important;
}

.force_changepassword_main {
  margin-top: 40px;
}

.force_changepassword_main .collapsipleMenu:after,
.force_changepassword_main .expandableMenu:after {
  /*color: color("white", "base") !important;*/
  position: relative;
}

/*.force_changepassword_main .collapsible-header_pwdscreen{
	background-color: $application-primary-color;
}
.force_changepassword_main .collapsible-header{
	color: color("white", "base");
}
.force_changepassword_main .h3whitetitle_pwdscreen{
	background-color: $application-primary-color;
}*/
.margin_top_5 {
  margin-top: 5px;
}

.balance_summary_currency input {
  margin-top: 0px;
}

.balance_summary_search {
  margin: -40px 0px 0px 12px;
}

.display_block {
  display: block;
}

.change_password_eye:before {
  content: " ";
  background: url(../images/password_eye.svg) no-repeat scroll left bottom;
  background-size: 20px;
  width: 25px;
  height: 27px;
  display: inline-block;
  top: 10px;
  cursor: pointer;
  position: relative;
  right: 25px;
}

/*for force change password
 .position_absolute{
	position: absolute;
} */
.termsandconditions_print_icon a {
  margin-top: -22px !important;
}

.acc_group_confirm_head {
  border: 1px solid #EFEFEF;
  border-top: 2px solid #EFEFEF;
  margin-top: 5px;
}

/*** for red border dailog box */
/*#MODAL_VIEW_CONTAINER{
	overflow: scroll;
	overflow-x: hidden;
}
.ui-dialog .pageLeftContainer{
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}*/
.unreg_detials_main {
  height: 126px;
  overflow-y: scroll;
}

.footer_adv_image {
  width: 225px;
  height: 110px;
  /*border-radius: 2px;*/
}

.login_selfreg_link {
  color: white;
  font-size: 13px;
  background-color: #000;
  padding: 6px 14px;
  border-radius: 2px;
  margin-left: 13px;
  margin-right: 13px;
  display: block;
  margin-bottom: 20px;
  margin: 3px 15px 15px 15px;
  /* opacity:0.8; */
  opacity: 0.7;
}

.login_selfreg_link a {
  color: #FFFFFF;
  margin-left: 27px;
}

.login_selfreg_link_div {
  overflow: auto;
}

.loginPanelHeaderText_small_txt {
  font-size: 14px;
  /*font-weight: bold;*/
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1px;
  /*font-family: $font-family-bold;*/
}

.login_rember_div {
  padding-bottom: 2px;
}

.loginfooter_youtube_popup {
  width: 225px;
  height: 110px;
  /*border-radius: 2px;*/
}

.loginPanelButtonDetailsrow_useridscreen .button_rightuseridscreen {
  padding: 0px 72px;
  margin-left: -45px;
}

.forgotuserid_main .button_rightuseridscreen {
  padding: 0px 72px;
  margin-left: -69px;
}

.loginPanelButtonDetailsrow_useridscreen .button_leftpwdscreen {
  margin-left: -45px;
  padding: 0px 39px;
}

.loginPanelButtonDetailsrow_useridscreen .userid_backbutton {
  color: white;
  font-size: 13px;
  background-color: #838686;
  padding: 6px 37px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 15px 16px 20px;
  text-align: center;
  position: relative;
  top: -34px;
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.loginPanelButtonDetailsrow_useridscreen .userid_backbutton a {
  color: white;
}

.updatephrase_header_image {
  width: 100%;
  height: 125px;
  background: url(../images/header_for_updatephrase.png) no-repeat scroll left -100px transparent;
  background-size: cover;
  display: block;
}

.uphrase_heading_main {
  clear: both;
  margin-bottom: 5px;
  padding-top: 20px;
}

.uphrase_heading {
  font-size: 26px;
  font-weight: bold;
  color: #d61a0c;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
}

.updatephrase_secureshield_image {
  width: 100px;
  height: 100px;
  background: url(../images/secureshield_icon.svg) no-repeat scroll left 0px transparent;
  background-size: cover;
  position: absolute;
  top: 125px;
  margin-left: auto;
  right: 150px;
}

.update_phrasescreen_main {
  margin-left: 40px;
  margin-right: 40px;
}

.update_phrasescreen_main .stage3_listingpaneldiv {
  width: 75% !important;
  border: none;
}

.update_phrasescreen_main .listrowwrapper {
  display: inline-block;
  text-align: center;
}

.prelogin_rht_widge1 {
  width: 250px;
  height: 250px;
  background: url(../images/prelogin_rhs_widget1.jpg) no-repeat scroll left 0px transparent;
  background-size: cover;
  display: inline-block;
  border-radius: 10px;
  float: right;
}

.prelogin_rht_widge2 {
  width: 250px;
  height: 250px;
  background: url(../images/prelogin_rhs_widget2.jpg) no-repeat scroll left 0px transparent;
  background-size: cover;
  display: inline-block;
  border-radius: 10px;
  margin-top: 5px;
  border: 1px solid #EFEFEF;
  float: right;
}

.phrase_label {
  	/*display: block;
      position: relative;
      top: -80px;
      color: white;*/
  position: absolute;
  top: 40px;
  color: white;
  margin: auto;
  left: 0;
  right: 0;
}

.update_phrasescreen_main td {
  position: relative;
  text-align: center;
  padding: 9px 10px;
}

.update_phrasescreen_main .stage3_inputpanel_column {
  width: 70px;
  margin-left: 1px;
}

.update_phrasescreen_main h3 {
  padding-left: 0px;
}

.update_phrasescreen_main .stage3_inputpanel_column .simpletext {
  font-size: 16px !important;
}

.update_phrasescreen_main .querytextright_stage3 input {
  width: 200px;
  border-bottom: 1px solid #BDBDBD;
  margin-top: 0px;
  margin-left: 3px;
  font-size: 16px !important;
}

.update_phrasescreen_main .searchsimpletext_sideheading {
  font-size: 18px;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
}

.UpdatePhrase_RedColor {
  font-size: 15px;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
  color: #d61a0c;
  /*margin-left: 10px;*/
}

.update_phrasescreen_main .stage3_inputpanel_leftcontainer {
  width: 75% !important;
}

.phrase_rhs_widgt_div {
  width: 24%;
  display: inline-block;
  margin-top: 10px;
}

 /*.phrase_rhs_widgt_div span{
	float: right;
 }*/
.update_phrasescreen_main .absmiddle {
  margin-right: 10px;
}

 /*.update_phrasescreen_main  .listrowwrapper .listgreyrow:first-child {
    border-top: none !important;
}*/
.update_phrasescreen_main .listrowwrapper .listwhiterow:first-child,
.update_phrasescreen_main .listrowwrapper .listgreyrow:first-child {
  border-top: none !important;
}

.phrase_rhs_widgt_span {
  border-left: 1px solid #EFEFEF;
  float: right;
  width: 261px;
}

.update_phrasescreen_main .width79percent_navigationpanel {
  width: 74% !important;
  padding-bottom: 30px;
}

.update_phrasescreen_main .HW_head_outerdiv th {
  padding: 5px 0px;
  padding-top: 0px;
}

.update_phrasescreen_main .HW_head_outerdiv th span {
  margin-left: -2px;
  font-size: 16px;
}

.update_phrasescreen_main .stage3_leftrightmainpanel_NoSeparator {
  padding-bottom: 5px;
}

.update_phrasescreen_main .pagination-wrapper {
  width: 87%;
  padding-bottom: 30px;
}

.update_phrasescreen_main .update_btn_row {
  position: relative;
}

.update_phrasescreen_main .update_btn_col {
  right: 10px;
  position: absolute;
  top: -65px;
}

.max_len_warn {
  font-size: 11px;
  margin-left: 155px;
  position: relative;
  top: -6px;
}

.update_phrasescreen_main table.singleTableHeading tbody tr:nth-child(1) td:nth-child(1) {
  position: relative;
  vertical-align: bottom;
  right: -15px;
  bottom: 5px;
  padding-right: 5px;
  padding-left: 15px;
}

.updatephr_images {
  cursor: pointer;
  box-sizing: border-box;
}

/*.update_phrasescreen_main .pagination-wrapper label {
    font-size: 16px !important;
}
.update_phrasescreen_main  .btn{
	padding: 2px 20px;
}*/
/*logout panel */
.logout_main {
  width: 100%;
  min-height: 600px;
  /* background-color: white; */
  background-color: #EFEFEF;
}

.logout_main .main-content {
  	/* background: url(../images/logout_background.jpg) no-repeat scroll left -190px transparent;
      background-size: cover; 
  	background: url(../images/logout_background.jpg) no-repeat scroll top left transparent;
       
  	background-size: 100% 100%;
  	border-radius: 10px;
  	padding-bottom: 200px;
  	padding-top: 50px;	*/
  background: url(../images/logout_background.png) no-repeat scroll top left #FFF;
  background-size: 50% 100%;
  border-radius: 10px;
  padding-bottom: 110px;
  padding-top: 50px;
  padding-left: 25%;
}

.logout_header_image {
  width: 100%;
  height: 125px;
  background: url(../images/Logout_header.jpg) no-repeat scroll left -190px transparent;
  background-size: cover;
  display: block;
}

.LogoutPanel_main {
  padding-top: 110px;
  margin: 0px 100px 0px 40px;
  padding-bottom: 40px;
}

.logout_checked_icon {
  width: 80px;
  height: 80px;
  margin-left: 15px;
  background: url(../images/checked_icon.svg) no-repeat scroll left 0px transparent;
  background-size: cover;
  display: inline-block;
}

.logoutmsg_sec .logout_checked_icon {
  width: 45px;
  height: 45px;
  margin-left: 55px;
  position: relative;
  top: 15px;
}

.logout_secured_icon {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-right: 10px;
  background: url(../images/secure_icon.png) no-repeat scroll left 0px transparent;
  background-size: contain;
  display: inline-block;
}

.logout_rightside_widget {
  width: 250px;
  height: 250px;
  background: url(../images/prelogin_rhs_widget1.jpg) no-repeat scroll left 0px transparent;
  background-size: cover;
  display: inline-block;
  border-radius: 10px;
  float: right;
}

.logout_rightside_widget2 {
  width: 250px;
  height: 250px;
  background: url(../images/prelogin_rhs_widget2.jpg) no-repeat scroll left 0px transparent;
  background-size: cover;
  display: inline-block;
  border-radius: 10px;
  margin-top: 5px;
  border: 1px solid #EFEFEF;
  float: right;
}

.logout_left_sec {
  display: inline-block;
  width: 78%;
  vertical-align: top;
  margin-left: 40px;
  margin-top: 80px;
}

.logout_right_sec {
  display: inline-block;
  margin-top: 10px;
  width: 21.5%;
  padding-bottom: 10px;
}

.display_block {
  display: block;
  padding-top: 15px;
  /*  margin-bottom: -35px; */
}

.thanku_text {
  position: relative;
  display: block;
  width: 88%;
  left: 20px;
  top: -20px;
  font-size: 25px;
    /* font-weight: bold;
	font-family: $font-family-bold; */
  color: #212121;
  line-height: 33px;
}

.sec_reason_text {
  position: relative;
  display: block;
  width: 88%;
  left: 75px;
  top: -31px;
  font-size: 21px;
  /* color: color("black", "lighten-2"); */
  color: #d61a0c;
}

.LogoutPanel_main .buttoncenterAlign {
  text-align: left;
  margin-left: 13px;
  margin-top: 30px;
}

.LogoutPanel_main a {
  color: #FFF;
}

.heading_Logout {
  font-size: 26px !important;
  font-weight: bold !important;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
  color: #d61a0c;
  margin-left: 15px;
}

.LogoutPanel_main .btn {
  padding: 6px 15px;
  font-size: 15px !important;
}

/*for burger menu*/
.burgermenu_heading {
  color: #d61a0c;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
  padding-top: 10px;
}

.burgermenu_heading_sub {
  border-bottom: 1px solid #CECFD3;
  padding: 0px 6px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.menu__level .menu-more-division .icon-profile-dropdown:before {
  /*color: $application-primary-color;*/
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/right-arrow-circular-button-red.svg) no-repeat scroll left 0px transparent;
  background-size: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 12px;
  /* transform: rotate(90deg); */
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu__level .menu-more-division .rotate:before {
  left: 19px;
  top: -17px;
}

.menu-more-division .dropdown-icon {
  float: left;
}

nav .menu__wrap .menu-more-division {
  position: relative;
}

/* .menu__level .menu-more-division .rotate{
	padding-bottom: 1px;
	padding-left: 10px;
} */
#UL_RACTS .menu__link[data-submenu]::after,
#UL_RTXNS .menu__link[data-submenu]::after,
#UL_RGNSER .menu__link[data-submenu]::after,
#sub_ID_IL_RTXNS_30 .menu__link[data-submenu]::after,
#UL_CACTS .menu__link[data-submenu]::after,
#UL_CTXNS .menu__link[data-submenu]::after,
#UL_CADMIN .menu__link[data-submenu]::after,
#UL_CGNS .menu__link[data-submenu]::after,
#sub_ID_IL_CTXNS_10 .menu__link[data-submenu]::after {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/right-arrow-red.svg) no-repeat scroll left 0px transparent;
  background-size: 7px;
  display: inline-block;
  position: absolute;
  right: 0px;
  left: unset;
  top: 15px;
}

#nav-mobile .menu__link {
  padding: 0.5em 0.5em 0.5em 2.8em;
}

/* for sercurity questions*/
.userdefined_questions {
  display: none;
}

.predefined_questions {
  display: none;
}

.maketransfer_links {
  font-size: 13px;
}

.login_welcome_img {
  position: absolute;
  left: 10%;
  top: 20%;
  opacity: 1;
  width: 362px;
  height: 150px;
}

/* for footer */
.loginPanelBottomDisplaySectionStyle {
  background-color: transparent;
  /* width: 935px; */
  width: auto;
  margin-right: auto;
  max-width: 1150px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  	/*display: -webkit-box;
      -webkit-box-pack: justify;
  	display: flex;
  	justify-content: space-between;*/
}

.loginPanelBottomSectionDetailsrow {
  background-color: transparent;
  padding-right: 3px;
  margin-right: 0px;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 355px;
  border-radius: 8px;
  border: 1px solid #FFF;
  /*box-shadow: rgb(0, 0, 0) 0px 0px 12px; */
}

.login_footerlinks_div2 {
  position: absolute;
}

.login_footerlinks_div3 {
  float: right;
}

.login_user_icon {
  width: 18px;
  position: absolute;
  top: 11px;
  left: 5px;
  opacity: 0.7;
}

.login_password_icon {
  width: 18px;
  position: absolute;
  bottom: 26px;
  height: 15px;
  left: 5px;
  opacity: 0.7;
}

.login_userid_width .loginPanelSimpleTextStyle {
  padding-left: 24px;
  margin-top: 1px;
}

.login_userid_width .active {
  display: none;
}

.password_enter_div .active {
  display: none;
}

.forgot_pass_useridfield .active {
  display: none;
}

.forgotuserid_accno .active {
  display: none;
}

.width50percent_login .country_input input[type=text]:focus:not([readonly]) + .autocomplete-icon,
.width50percent_login .lang_input input[type=text]:focus:not([readonly]) + .autocomplete-icon {
  color: #d61a0c !important;
}

.width50percent_login .icon-dropdown:before {
  content: "\e923";
  font-size: 9px;
  position: absolute;
  bottom: 4px;
  left: 0px;
}

.width50percent_login input[type="text"].autocomplete-dropdown {
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 0px;
  border: none;
}

/* login check box effct 
.width50percent_login [type="checkbox"].filled-in + span:before,
.width50percent_login [type="checkbox"].filled-in + span:after {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}*/
.login_button input {
  letter-spacing: 1px;
}

.password_enter_div #label_access_code {
  padding-left: 25px;
  /* margin-top: -1px; */
  margin-top: 1px;
}

.dropdown_flag_img {
  width: 13px;
  position: absolute;
  left: 17px;
  bottom: 4px;
}

.width50percent_login .country_input input[type="text"].autocomplete-dropdown {
  padding-left: 32px;
}

.forgot_pass_useridfield .loginPanelSimpleTextStyle {
  padding-left: 7px;
}

.forgotuserid_accno .loginPanelSimpleTextStyle {
  padding-left: 7px;
}

.forgotuserid_main .loginPanelInputDetailsrow_bottomPadding {
  padding-bottom: 25px;
}

.forgotuserid_main .loginPanelButtonDetailsrow_useridscreen {
  height: 100px;
}

.password_enter_div .loginPanelColumnDetailStyle {
  margin-left: 14px !important;
}

.adaptiveauth_main .login_btn_margin {
  padding-bottom: 15px;
}

.adaptiveauth_text_margin {
  margin-top: -6px;
}

.force_changepassword_main .leftColumnStyle_pwdscreen {
  margin-right: 45px;
  margin-bottom: 0px !important;
}

.password_enter_div input[type=text] {
  padding-left: 30px;
  padding-right: 30px;
  width: 72%;
  height: 18px;
  padding-top: 6px;
  padding-bottom: 4px;
}

.header_menuicons_main .loginBottom_contact_lable a {
  color: #212121;
}

.header_menuicons_main .loginBottom_contact_lable a:hover {
  color: #d61a0c;
}

.force_changepassword_main .password_eye:before {
  top: 7px;
  right: 0px;
}

.password_enter_div .password_eye:before {
  opacity: 0.7;
}

.forgotuserid_main .button_rightuseridscreen,
.forgotpassword_main .button_rightuseridscreen {
  background: rgba(192, 23, 10, 0.7);
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 28px;
  text-transform: uppercase;
  width: 50%;
}

.forgotuserid_main .loginPanelInputDetailsrow_bottomPadding,
.forgotpassword_main .loginPanelInputDetailsrow_bottomPadding {
  padding-bottom: 0px;
  margin-bottom: 15px;
  padding-top: 75px;
}

.selfregistration_input_main .stage3_inputpanel_column {
  text-align: left;
  width: 25%;
  margin-left: 250px;
}

.self_reg_text1 {
  margin-left: 5px;
  font-style: italic;
  margin-right: 5px;
}

.self_reg_text2 {
  font-style: italic;
}

.self_reg_text3 {
  color: #d61a0c !important;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
}

/*for lhs and rhs widget alignment missmatch
to remove extra margin from navigate to widget
*/
.container-xtrasmall .widget-body {
  margin: 0px;
}

#CESMALL1 .widget-body,
#CESMALL2 .widget-body,
#CESMALL3 .widget-body {
  margin-bottom: 10px;
}

.loginPanelBottomMainSectionStyle {
  background: rgba(64, 64, 64, 0.8);
  padding-top: 8px;
}

.loginPanelBottomMediaSection {
  width: 100%;
  height: 40px;
  background: rgba(48, 46, 46, 0.7);
}

/** For DashBoard Offer Image height-START**/
div#RetailUserDashboardUX5_WOFFUX5__1 {
  height: 131px !important;
  overflow: hidden !important;
}

div#CorporateUserDashboardUX5_WOFFUX5__1 {
  height: 131px !important;
  overflow: hidden !important;
}

/** For DashBoard Offer Image height-END**/
/** For DashBoard Txn Diary scroll removal-START**/
#RetailUserDashboardUX5_RST__1 .stage3_detailspanel {
  margin-bottom: -2px !important;
  overflow: hidden !important;
}

#CorporateUserDashboardUX5_RST__1 .stage3_detailspanel {
  margin-bottom: -2px !important;
  overflow: hidden !important;
}

/** For DashBoard Txn Diary scroll removal-END**/
.uba_footer_logo img {
  width: 45px;
  top: 0px;
}

.login_footerMedia_div1 {
  text-align: left;
}

.login_footerMedia_div2 {
  text-align: center;
  width: 36%;
}

.login_footerMedia_div2,
.login_footerMedia_div3 {
  padding-top: 10px;
}

.login_footerMedia_div3 .loginBottom_contact_lable {
  position: relative;
  top: -4.5px;
}

.login_footerMedia_div1 .login_socialmedia {
  margin-left: 20px;
}

.terms_conditions_rightborder,
.account_opening_rightborder {
  border-right: 1px solid #FFF;
  padding-left: 5px;
  padding-right: 5px;
}

#upgradation_main img {
  width: 595.5px;
  border: 2px solid #d61a0c;
}

#upgradation_main .mobile {
  width: 200px;
  border: 2px solid #d61a0c;
}

.login_footerMedia_div3 {
  text-align: right;
}

.rightRoundCornerQickLink .stage3_rtpanelquicklinkrow_new,
.rightRoundCornerIWantTo .stage3_rtpanelwhitebg {
  /*border-bottom: 2px solid $application-primary-color; */
  background: -webkit-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: -o-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: -moz-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: linear-gradient(90deg, #D51709 0%, #AA0000 100%);
}

.rightRoundCornerQickLink .stage3_rtpanelquicklinkrow_new {
  margin-top: -3px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
  background: white;
  border-radius: 0px !important;
  border: 1px solid #d61a0c;
}

/*for account summary widget*/
#CorporateUserDashboardUX5_WAC85__1 table.singleTableHeading thead tr:nth-child(1) th,
#RETAILUSERDASHBOARDUX5_WAC85__1 table.singleTableHeading thead tr:nth-child(1) th {
  min-width: 105px;
}

#CorporateUserDashboardUX5_WAC85__1 table.singleTableHeading thead tr th:last-child,
#RETAILUSERDASHBOARDUX5_WAC85__1 table.singleTableHeading thead tr th:last-child {
  min-width: 40px;
}

#CorporateUserDashboardUX5_WAC85__1 table.singleTableHeading thead tr th:nth-child(2),
#RetailUserDashboardUX5_WAC85__1 table.singleTableHeading thead tr th:nth-child(2) {
  min-width: 145px !important;
}

#CorporateUserDashboardUX5_WAC85__1 table.singleTableHeading thead tr th:nth-child(4),
#RetailUserDashboardUX5_WAC85__1 table.singleTableHeading thead tr th:nth-child(4) {
  min-width: 150px !important;
}

#CorporateUserDashboardUX5_WAC85__1 table.singleTableHeading tbody tr td:first-child,
#RETAILUSERDASHBOARDUX5_WAC85__1 table.singleTableHeading tbody tr td:first-child {
  min-width: 150px !important;
}

#CorporateUserDashboardUX5_WAC85__1 table.singleTableHeading tbody tr td:first-child a,
#RETAILUSERDASHBOARDUX5_WAC85__1 table.singleTableHeading tbody tr td:first-child a {
  word-break: break-word !important;
}

/*to add scroll to account summary page */
.account_summary_table_wrap {
  overflow-x: auto;
  overflow-y: auto;
}

/*search button color */
.stage3_optionallink_accnts:hover {
  color: #d61a0c;
}

/*for close button in burger menu */
/*.burgermenu_close::before{
	content: " ";
    width: 20px;
    height: 20px;
    background: url(../images/cancel_icon_red.svg) no-repeat scroll left 0px transparent;
    background-size: 19px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 33px;
	z-index: 1;
	cursor: pointer;
}*/
/* new login box 
.password_enter_div{
	padding-top: 12px;
	padding-bottom: 0px;
}*/
.viewclosedaccounts_btn {
  width: 225px !important;
}

.op_txn_his_table table.multiTableHeading thead tr th:nth-child(5),
.op_txn_his_table table.multiTableHeading thead tr th:nth-child(6),
.op_txn_his_table table.multiTableHeading thead tr th:nth-child(7) {
  min-width: 125px;
}

.op_txn_his_table table.multiTableHeading thead tr th:nth-child(8) {
  min-width: 100px;
}

/* for dropdow auto grow
.autocomplete-values-list{
	white-space: nowrap;
}*/
#main {
  min-height: 900px !important;
}

.stage3_searchpaneldiv .collapsible-wrapper {
  border: 1px solid #9E9E9E !important;
}

/*for insta widget*/
#ParentDiv_CorporateUserDashboardUX5_INWD__1 .widget-body,
#ParentDiv_RetailUserDashboardUX5_INWD__1 .widget-body {
  margin: 0px;
}

/* for password page back link*/
.backLink_passwordpage a {
  border-left: 1px solid #FFF;
  padding-left: 5px;
  margin-left: 5px;
}

/*security settings collapse*/
.rightMenu, .leftMenu,
.CollapsibleButtonImg {
  background: #d9d9d9;
}

.rightMenu {
  margin-right: -10px;
}

.CollapsibleButton {
  font-size: 13px;
  color: #d61a0c;
}

.CollapsibleButton:hover {
  font-size: 14px;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
}

/* change password*/
/* .changePassword_fields_wrap .stage3_inputpanel_paydetailsrow:nth-child(1),
.changePassword_fields_wrap .stage3_inputpanel_paydetailsrow:nth-child(3){
	margin-bottom: 20px;
} */
.changePassword_fields_wrap .stage3_inputpanel_paydetailsrow:nth-child(1) {
  margin-bottom: 35px;
}

.changePassword_fields_wrap .stage3_inputpanel_paydetailsrow:nth-child(2) {
  margin-bottom: 22px;
}

.changePassword_fields_wrap .stage3_inputpanel_paydetailsrow:nth-child(1) {
  margin-top: 20px;
}

.changePassword_fields_wrap .simpletext {
  color: #212121;
}

.changePassword_fields_wrap input {
  border-bottom: 1px solid #9E9E9E;
}

.changePassword_fields_wrap .stage3_inputpanel_column {
  text-align: left;
  margin-left: 15%;
  width: 30%;
  margin-top: 10px;
}

.changePassword_txn_pass_submit {
  	/* margin-right: 35%;
      margin-top: -15px; */
  margin-right: 2%;
  /* margin-top: -53px; */
  margin-top: -15px;
}

.useridlink_dereg_details_wrap .stage3_inputpanel_column,
.useridlink_details_wrap .stage3_inputpanel_column {
  text-align: left;
  margin-left: 10px;
  width: 25%;
}

.HW_textwithpadding .update_userid_update_txt {
  font-size: 15px !important;
}

.HW_textwithpadding .update_userid_update_txt a {
  font-size: 15px !important;
}

.HW_textwithpadding .update_userid_update_txt:hover,
.HW_textwithpadding .update_userid_update_txt a:hover {
  font-size: 16px !important;
  font-weight: bold;
}

/* for otp text box */
.querytextleft_withleftBorder_Auth input[type=password],
.querytextleft_withleftBorder_Auth input[type=text] {
  border: 1px solid #9E9E9E;
  /* padding-top: 7px; */
  padding-top: 4px;
  height: 23px;
}

.querytextleft_withleftBorder_Auth .querytextleft {
  margin-left: 15%;
  width: 30%;
  text-align: left;
  margin-right: 5px;
  margin-top: 4px;
}

.updateuserId_cancel,
.updateuserId_submit {
  color: #d61a0c;
  font-size: 13px;
}

.updateuserId_cancel:hover,
.updateuserId_submit:hover {
  font-size: 14px;
  font-weight: bold;
}

.updateuserId_cancel {
  border-right: 1px solid #9E9E9E;
  /* padding-right: 2px; */
  padding-right: 4px;
  margin-right: 2px;
}

.update_userid_channeltable table.singleTableHeading tbody tr td:nth-child(4) {
  padding-right: 0px;
    /* for aligning the update and de-register 
	min-width: 220px; */
  min-width: 270px;
  height: 23px;
}

.update_userid_channeltable table.singleTableHeading tbody tr td:nth-child(5) {
  padding-right: 0px;
  min-width: 76px;
}

/* for table heading to black color*/
table.singleTableHeading thead tr:nth-child(1) th,
table.multiTableHeading thead tr:nth-child(1) th {
  color: #212121;
}

/* border for the headdings*/
.grey_top_bottom_border {
  /* border-top: 1px solid color("grey","base");
  border-bottom: 1px solid color("grey","base"); */
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.changePassword_fields_wrap input[type=password],
.changePassword_fields_wrap input[type=text] {
  border: 1px solid #9E9E9E;
  padding-top: 4px;
}

.querytextleft_withleftBorder_Auth .labelColumn_nextgen_tran {
  width: 66%;
  padding-left: 0px;
}

.querytextleft_withleftBorder_Auth .querytextright {
  padding-left: 0px;
}

/* for eye icon in the change password screen */
.changePassword_fields_wrap .change_password_eye:before {
  position: absolute;
  right: 5px;
  top: 2px;
}

.changePassword_fields_wrap .change_password_eye {
  position: relative;
  display: inline-block;
}

/* for security questions page */
.security_QNA_subheading {
  padding-left: 11px;
  margin-left: 0px;
  width: 98.5%;
}

.question_type_heading {
  float: left;
  /*  margin-top: 15px; */
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 20px;
}

.question_type_heading .newabsmiddle2txt {
  position: relative;
  top: 5px;
}

.security_QNA_section .labelColumn input[type=text] {
  height: 23px;
  /* padding-top: 7px; */
  padding-top: 4px;
  /* border: 1px solid color("grey","base"); */
  border: 1px solid lightgray;
  width: 250px;
  font-size: 16px !important;
}

/*to change color to black*/
.queryitalictextwithmargin {
  color: #212121;
}

.update_userid_reg_btn input {
  background: transparent;
  border: none;
  position: relative;
  top: 32px;
  right: 10px;
  color: #d61a0c;
  font-size: 16px !important;
}

.update_userid_reg_btn input:hover {
  font-size: 17px !important;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
}

/*for update user id page*/
.searchsimpletext_usidwrap input {
  height: 23px;
  padding-top: 5px;
  padding-left: 3px;
  padding-bottom: 2px;
  border: 1px solid #9E9E9E;
}

.question_type_heading_outter {
  background: #FFF;
}

.security_QNA_rules .queryitalictextwithmargin,
.predefined_qna {
  margin-top: 15px;
  font-size: 14px;
}

.security_QNA_main {
  width: 100% !important;
}

/*for otpsection*/
.querytextleft_withleftBorder_Auth .queryitalictextwithoutwidth_custom {
  /* width: 465px; */
  width: 420px;
  display: inline-block;
  margin-left: 15%;
  font-family: Lato-Regular;
  font-weight: normal;
  color: #212121;
  line-height: 20px;
  font-size: 14px;
}

.querytextleft_withleftBorder_Auth h3 {
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}

input::-webkit-input-placeholder {
  color: #848484 !important;
}

input::-moz-placeholder {
  color: #848484 !important;
}

input:-ms-input-placeholder {
  color: #848484 !important;
}

.profileBox_inner,
.profileBx {
  height: 380px;
}

.dropBxContentMain .corp_prf_division_select .labelColumn_combo_small {
  margin-top: -10px;
}

/* update image and phrase post login */
.updatephrase_inside_main {
  border: none;
}

.update_phrase_word_sec {
  border: 1px solid #EFEFEF;
  overflow: auto;
  margin-top: 5px;
  border-radius: 5px;
}

/* .updatephrase_inside_main .controlOptionTableStyle {
	border: 1px solid #EFEFEF;
    border-collapse: unset;
	border-radius: 5px;
} */
.width79percent {
  float: none;
}

.update_phrase_word_sec .simpletext {
  color: #212121;
  font-size: 14px !important;
}

.update_phrase_word_sec input[type=text] {
  border: 1px solid #9E9E9E;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 14px !important;
}

.redstar {
  color: #d61a0c;
}

.width50percent_login .redstar {
  color: #9E9E9E;
}

.updatephrase_table_sec {
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  margin-top: 5px;
  padding-bottom: 20px;
  border-radius: 5px;
}

/*for otp section */
.querytextleft_withleftBorder_Auth .workflow {
  width: 100%;
  margin-bottom: 15px;
}

.simpletext {
  color: #212121;
}

.querytextleft_withleftBorder_Auth .querytextleft .simpletext {
  font-size: 14px !important;
}

.margin_top_5px {
  margin-top: 5px;
}

/* for update account preferences*/
.account_pref_dropdown_main {
  border-bottom: 1px solid #EFEFEF;
}

.account_pref_dropdown_main .dropdown_label {
  width: 32%;
  display: inline-block;
  float: left;
  margin-left: 11%;
  margin-top: 9px;
}

.updateAccountName_cancel,
.updateAccountName_submit {
  color: #d61a0c;
  font-size: 13px;
}

.updateAccountName_cancel:hover,
.updateAccountName_submit:hover {
  font-size: 14px;
  font-weight: bold;
}

.updateAccountName_cancel {
  border-right: 1px solid #D3D3D3;
  padding-right: 4px;
  margin-right: 2px;
  margin-left: -6px;
}

.update_accountname_table input[type=text],
.update_accountname_table input[type=input] {
  height: 25px;
  border: 1px solid #D3D3D3;
  padding-left: 2px;
}

.update_accountname_table .bluelink_updatepreflink:hover {
  font-size: 14px;
  font-weight: bold;
}

.update_accountname_table table tbody tr td.footable-last-column {
  padding-right: 10px;
}

.account_pref_dropdown_main input[type=text] {
  border: 1px solid #D3D3D3;
  padding-left: 3px;
  padding-top: 0px;
}

.account_pref_dropdown_main .autocomplete-icon {
  right: 13px;
  top: 13px;
}

/* for pagination start*/
.pagination-wrapper .content .input-field input[type=text] {
  border: 1px solid #D3D3D3;
  padding-left: 2px;
  height: 26px;
  padding-bottom: 1px;
}

.pagination-wrapper .labelColumn_combo_brdr {
  padding-right: 5px;
}

.pagination-wrapper .labelColumn_combo_brdr input[type=text] {
  border: 1px solid #D3D3D3 !important;
  padding-left: 4px;
  height: 29px;
  padding-top: 0px;
}

.pagination-wrapper .labelColumn_combo_brdr .autocomplete-icon {
  right: 10px;
  top: 13px;
}

.pagination-wrapper .labelColumn_combo {
  margin-top: 1px;
}

.widgetpaginationnext_new {
  background: url(../images/pagination_right_arrow_red.svg);
  background-size: 13px;
  height: 13px;
  width: 12px;
}

.widgetpaginationnext_new:hover {
  background: url(../images/pagination_right_arrow_red.svg);
  background-size: 13px;
  height: 13px;
  width: 12px;
}

.widgetpaginationprevious_new,
.widgetpaginationprevious_new:hover {
  background: url(../images/pagination_right_arrow_red.svg);
  background-size: 13px;
  height: 13px;
  width: 12px;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widgetpaginationpreviousDisabled_new {
  background: url(../images/Pagination-Right-Arrow_Active_ux5.png);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widgetpaginationnextDisabled_new {
  background: url(../images/Pagination-Right-Arrow_Active_ux5.png);
}

.pagination-wrapper .paginationPageNumberGOSpan {
  vertical-align: bottom;
}

/* for pagination end*/
.update_accountname_table table tbody tr td.footable-last-column {
  min-width: 100px;
}

.border_top_none {
  border-top: none;
}

.brd_grayselected, .brd_grayselected1 {
  background: #F5F5F5;
}

.accordianmenu .headerbaropen_index {
  background: #F5F5F5;
}

/*account summary */
.accsummary_search_main {
  margin-top: 5px;
  margin-bottom: 5px;
}

.account_summary_tabs {
  width: 98% !important;
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  margin-left: 5px;
  margin-right: 5px;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}

.accsummary_search_main .labelcolumnsmall {
  width: 175px;
}

.stage3_previewconfirmdetails {
  border-top: 1px solid #EFEFEF;
}

.tran_his_note_msg {
  font-size: 14px;
  margin: 15px 5px;
}

.txn_his_detail_table .labelColumn_combo_brdr_toosmall {
  width: 125px;
}

.initiate_from_template input {
  background: transparent;
  border: none;
  position: relative;
  top: 8px;
  right: 10px;
  color: #d61a0c;
}

.initiate_from_template input:hover {
  font-size: 14px !important;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif !important;
}

/*compose mail*/
.tabbar_compose {
  background: none;
}

.Width30tab {
  width: 40% !important;
}

.composesubject {
  width: 47%;
}

.composeMsgTemplates {
  padding-right: 30px !important;
  width: 19%;
  margin-left: 0px;
  text-align: right;
  margin-right: 0px;
}

label {
  color: #212121;
}

.compose_mail_subject_txt {
  margin-right: 19px;
}

.composeformmessage {
  margin-right: 72px;
}

.composefrom {
  margin-left: 1px;
}

.composemsgtxtarea {
  padding: 5px;
  box-sizing: border-box;
}

.composemessagetxtarea .character-counter {
  height: 0px !important;
}

.brd_gray1 {
  border-bottom: 1px solid #EFEFEF;
}

/*.inbox_wrapper_table {
	border: none;
    border-left: 1px solid color("grey","lighten-4");
}*/
.leftcontainer .accordianmenu .headerbar {
  font-size: 13px;
}

.right_nav_panel .replytxttop .movetorightalign {
  margin-top: 5px;
}

.right_nav_panel .replytxttop .movetorightalign input[type=text] {
  margin-top: 6px;
}

.container-messageCenter .tabbar {
  border-left: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  box-sizing: border-box;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 54px;
}

.container-messageCenter .Width30tab {
  background: none !important;
  padding-top: 19px;
}

.container-messageCenter .positionrelativemsg {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.composeMessageEditor {
  height: 250px !important;
}

.login-body-style {
  background: none;
  max-width: 1350px !important;
}

.login_text_heading {
  font-size: 37px;
  color: #d61a0c;
  display: block;
  line-height: 40px;
  font-weight: bold;
}

.login_text_subheading {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  display: block;
  margin-top: 15px;
  line-height: 22px;
}

.login_text_main {
  position: absolute;
  left: 5px;
  top: 50px;
  width: 350px;
}

.loginBottom_contact_lable a {
  color: #FFFFFF;
}

.widget_outer_border {
  margin-top: 5px;
}

.linkedValTable h3 .gradientbgtwolinetxt, .delinkedValTable h3 .gradientbgtwolinetxt {
  padding: 14px 20px 14px 0px !important;
}

.delinkedValTable .tableoverflowwrapperhw {
  border-bottom: 0px;
}

.linkedValTable {
  border-color: #EFEFEF;
}

.delinkedValTable {
  border-color: #EFEFEF;
}

.linkedValTable table.singleTableHeading, .delinkedValTable table.singleTableHeading {
  border-top: 1px solid #EFEFEF !important;
}

.navSelectedTab, .navAllTab_Active {
  color: #d61a0c;
}

.linkedValTable > div, .delinkedValTable > div {
  border-bottom: 1px solid #EFEFEF;
}

.no_accts_note {
  margin-bottom: 15px;
}

.add_group_btn {
  position: relative;
  top: 15px;
}

/*for forgot password flow */
.selfregistration_bck_minheight {
  min-height: 310px;
  background: #fff url(../images/selfregistration_image.png) no-repeat 84px 0px;
  background-size: 600px;
  background-position-x: -250px;
  padding-bottom: 0px;
}

.fp_squestion_label {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fp_squestion_label .stage3_inputpanel_column {
  width: 60%;
}

.fp_squestion_label .loginPanelSimpleTextStyle {
  font-size: 16px !important;
  font-weight: 500;
  color: #212121;
  font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif !important;
}

.fp_userid_sec {
  margin-bottom: 25px;
}

.fp_otp_secpass .fb_otp_userid_sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fp_otp_secpass .stage3_inputpanel_paydetailsrow {
  margin-bottom: 30px;
}

.fp_otp_secpass .otp_scree_radio_margin {
  margin-top: 0px;
}

.forgotpassword_success_main .section_center {
  text-align: center;
  margin-left: 20%;
  width: 80%;
}

.forgotpassword_success_main .display_block {
  display: block;
  margin-bottom: 10px;
}

.fp_success_label {
  font-size: 16px !important;
  /*font-weight: bold;
  font-family: $font-family-bold;*/
  line-height: 24px;
}

.forgotpassword_success_main .logout_checked_icon {
  margin-left: -15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.forgotpassword_success_main .thanku_msg .loginPanelSimpleTextStyle {
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
}

.forgotpassword_success_main .waves-effect {
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 16px;
}

.forgotpassword_changepassword_main .leftColumnStyle {
  width: 100%;
}

.forgotpassword_changepassword_main .textboxPasswordChangeHorizontal,
.forgotpassword_changepassword_main .textboxPasswordChangeHorizontal_marginleft {
  width: 220px !important;
}

.forgotpassword_changepassword_main .textboxPasswordChangeHorizontal_marginleft {
  margin-left: 0px;
}

.forgotpassword_changepassword_main .loginPanelSimpleTextStyle_marginleft {
  margin-left: 0px;
}

.forgotpassword_changepassword_main .loginPanelSimpleTextStyle {
  margin-left: 5px;
}

.forgotpassword_changepassword_main .containerStyle_pwdscreen {
  margin-left: 50px;
}

.forgotpassword_changepassword_main .rightColumnStyle {
  padding-top: 20px;
}

.clickhere_backbutton {
  padding: 0px 5px;
}

.forgotpassword_otp_main .right_otpscreen {
  margin-top: 30px;
}

.forgotpassword_otp_content .searchsimpletext {
  font-size: 16px;
  text-transform: capitalize;
}

.forgotpassword_success_main .selfregistration_bck_minheight {
  min-height: 350px;
  background: #fff url(../images/selfregistration_image.png) no-repeat 84px 25px;
  background-size: 620px;
  background-position-x: -270px;
}

.stage3_inputpanel_leftcontainer_passwordscreen,
.selfregistration_bck_minheight {
  border: 1px solid #E0E0E0;
}

.forgotpassword_question_row .stage3_inputpanel_column,
.fp_userid_sec .stage3_inputpanel_column {
  margin-right: 20px;
}

.clickhere_backbutton {
  white-space: nowrap;
}

.clicktologin_sec {
  padding: 0px 10px;
  box-sizing: border-box;
}

.fp_gotologin a {
  color: #FFF;
}

.fp_otp_secpass .stage3_inputpanel_column {
  margin-right: 20px;
}

/*added by komal*/
.token_view {
  pading: 1px;
}

.token_hide {
  pading: 1px;
}

/*added by komal*/
.footer_img_sec {
  display: inline-block;
}

.footer_img_sec img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.footer_txt_sec {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  top: 5px;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}

.uba_footer_heading {
  display: block;
  color: #FFF;
  font-weight: bold;
  font-family: Lato-Bold, roboto-bold, OpenSans, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.uba_footer_message {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #FFF;
}

.footer_txt_sec .padding_left {
  padding-left: 5px;
}

.loginPanelBottomMediaSection_sub {
  overflow: auto;
  max-width: 1180px;
  margin: 0px auto;
}

body {
  background: #f7f9f6;
}

.widget-head {
  background: -webkit-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: -o-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: -moz-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: linear-gradient(90deg, #D51709 0%, #AA0000 100%);
}

.widget-head .h2Widget {
  color: #FFF;
}

.stage3_rtpanelquicklinkcol {
  font-size: 16px;
  color: #FFF;
}

.stage3_rtpanelwhitebg {
  font-size: 16px;
  color: #FFF;
}

.rightRoundCornerIWantTo a {
  color: #757575;
}

.rightRoundCornerIWantTo a:hover {
  color: #d61a0c;
}

.widget-xtrasmall .widget-content {
  border-radius: 8px;
}

#ParentDiv_RetailUserDashboardUX5_MFT__1 a,
#ParentDiv_CorporateUserDashboardUX5_MFT__1 a {
  font-size: 13px;
  color: #757575;
}

#ParentDiv_RetailUserDashboardUX5_MFT__1 .border_bottom,
#ParentDiv_CorporateUserDashboardUX5_MFT__1 .border_bottom {
  background: -webkit-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: -o-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: -moz-linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  background: linear-gradient(90deg, #D51709 0%, #AA0000 100%);
  color: #FFFFFF;
  margin-top: -3px;
}

#ParentDiv_RetailUserDashboardUX5_MFT__1 .border_bottom .makerTransferSubHeading,
#ParentDiv_CorporateUserDashboardUX5_MFT__1 .border_bottom .makerTransferSubHeading {
  color: #FFFFFF;
}

.center-container .widget-small,
.center-container .widget-medium,
.left-container .widget-xtrasmall,
.left-container .widget-small,
.widget-medium,
.pageLeftContainer,
.widget-xtrasmall .widget-content {
  /*box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);*/
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.center-container .widget-small:hover,
.center-container .widget-medium:hover,
.left-container .widget-xtrasmall:hover,
.left-container .widget-small:hover,
.widget-medium:hover,
.pageLeftContainer:hover,
.widget-xtrasmall .widget-content:hover {
  box-shadow: 0 14px 28px -28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.adaptiveauth_text .searchsimpletext {
  color: #FFF;
  width: 170px;
  margin-bottom: 12px;
  padding-top: 4px;
}

.insta-widget-panel.panel .widget-content,
.insta-widget-panel.panel .widget-inner-block {
  background-color: grey;
}

.insta-widget-panel.panel .widget-content {
  padding-top: 4px;
}

.footer-wrapper {
  background-color: #302e2e;
  padding: 0px 0px !important;
}

.footer-wrapper .loginPanelBottomMediaSection {
  height: 45px;
}

/* hamburger start */
.hamburger .line {
  width: 19px;
  height: 3px;
  background-color: #d61a0c;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3px;
  float: left;
  clear: both;
}

.hamburger:hover {
  cursor: pointer;
}

/* THREE */
#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3) {
  width: 21px;
  margin-left: 5px;
}

#hamburger-3.is-active .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-10deg);
  -ms-transform: translateX(-5px) rotate(-10deg);
  -o-transform: translateX(-5px) rotate(-10deg);
  transform: translateX(-5px) rotate(-10deg);
}

#hamburger-3.is-active .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(10deg);
  -ms-transform: translateX(-5px) rotate(10deg);
  -o-transform: translateX(-5px) rotate(10deg);
  transform: translateX(-5px) rotate(10deg);
}

.hamburger:after {
  content: "MENU";
  content: "MENU";
  display: inline-block;
  font-size: 13px;
  margin-left: 2px;
  color: #212121;
  position: absolute;
  left: 20px;
}

.hamburger {
  width: 60px;
  display: inline;
  position: absolute;
  top: 63px;
  left: 108px;
}

/* hamburger end */
/* flash effect start 
.menu2 .loginBottom_contact_lable a,
.menu5 .loginBottom_contact_lable a,
.menu6 .loginBottom_contact_lable a,
.navigateto_links_box ol li:nth-child(1) a{
	color:#f2f;
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 0.5s infinite;
}
@-webkit-keyframes flash {
	from {color: red;}
    to {color: #757575;}
}
@keyframes flash {
	from {color: red;}
    to {color: #757575;}
}
.menu2 span#span_transfers::after {
    content: " ";
    width: 30px;
    height: 30px;
    background: url(../images/new_button.gif) no-repeat scroll left 0px transparent;
    background-size: 30px;
    display: inline-block;
    position: absolute;
    top: -25px;
}
 flash effct end */
.profileBox_inner {
  border: none;
}

.rightRoundCornerIWantTo {
  box-shadow: none;
}

.footer-wrapper .loginPanelBottomMediaSection_sub {
  overflow: unset;
}

/* .LogoutPanel_main  .logout_checked_icon,
.LogoutPanel_main .buttoncenterAlign span:nth-child(1){
	display: none;
} */
#slide-wrapper, #nextimg {
  height: 100vh !important;
}


/*
 * This file contains all media query styles used across application to acheive the
 * responsive behavior across various resolution ranges for UX5 Google material components.
 */
@media only screen and (max-width: 551px) {
  .goto-division {
    width: 100% !important;
  }

  .per-page-selector {
    padding-bottom: 6px;
  }

  .per-page-selector .labelColumn_combo {
    top: 5px;
  }

  .pagination-wrapper {
    padding-bottom: 14px;
  }

  .update_phrasescreen_main .pagination-wrapper {
    width: 50%;
  }

  .update_phrasescreen_main .update_btn_col {
    top: -98px;
  }
}
@media screen and (min-width: 0\0) {
  /* IE9 and IE10 rule sets go here */
  div .stage3_inputpanel_leftcontainer,
  div .listingdetailborders,
  div .stage3_inputpanel_leftcontainer_nobottommargin {
    width: 99.82% !important;
  }

  .deletelinkstyle {
    margin-top: 11px;
  }

  div .stage3_inputpanel_leftcontainer_passwordscreen {
    width: 73% !important;
  }

  input[type="text"].autocomplete-dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 20px solid transparent !important;
  }

  .file-path-wrapper input[type=text] {
    color: #9E9E9E;
  }

  .file-field input[type=file] {
    height: inherit;
    top: 8px;
  }

  .errorContentWrapper.redbg,
  .errorContentWrapper.greenbg,
  .errorContentWrapper.orangebg,
  .errorContentWrapper.bluebg {
    margin-bottom: -1px;
  }

  select::-ms-value {
    background: none;
    color: #000000;
  }

  .icon-facebook {
    top: 32px !important;
  }

  .menu__level {
    height: 93% !important;
  }

  .container-small_ux5,
  .container-medium_ux5,
  .container-toosmall_ux5 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .disclaimerDivStyle_login {
    text-align: justify;
  }

  .quickPayWidgetCurrency .renderTextBoxAsLabel_new,
  .singleCurr .searchsimpletext {
    top: 3.5px;
  }

  .searchTextBox {
    padding-bottom: 3px !important;
    padding-right: 25px !important;
    line-height: 18px !important;
    margin-top: 1px !important;
    margin-right: -117.5% !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menuChoices_1,
  .menuChoices_2,
  .menuChoices_3,
  .menuChoices_4,
  .menuChoices_5,
  .menuChoices_6 {
    height: 185px !important;
  }

  input[type="text"].autocomplete-dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none !important;
    padding-right: 20px !important;
  }

  .widget-small .absmiddle {
    padding-right: 6px;
  }

  #table-4 ul {
    display: inline-table;
  }

  .active_ie10 {
    width: 220px !important;
  }

  #table-4.active.u-scroll-table.active_ie10 {
    overflow-x: hidden !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .menuChoices_2,
  .menuChoices_3,
  .menuChoices_4,
  .menuChoices_5,
  .menuChoices_6 {
    min-width: 370px !important;
    height: 200px;
    overflow-y: scroll !important;
  }

  .simpletextrightcompositefield {
    margin-left: 46.5% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .menuChoices_1,
  .menuChoices_2,
  .menuChoices_3,
  .menuChoices_4,
  .menuChoices_5,
  .menuChoices_6 {
    min-width: 165px !important;
    height: 200px;
    overflow-y: scroll !important;
  }

  .simpletextrightcompositefield {
    margin-left: 46.5% !important;
  }

  .notifyIconLink {
    margin-left: 12%;
  }

  .mailsIconLink {
    margin-left: 25%;
  }

  .headerWelcomeText img {
    margin-left: 25%;
    margin-right: 7%;
  }

  .logoutLink {
    bottom: 60px;
  }

  .spaceIconLink {
    display: none;
  }

  .widgetnewwidth {
    width: 94.6%;
  }

  .errorCodeWrapper {
    width: 85%;
  }

  .ui-dialog .errorCodeWrapper {
    width: 82%;
  }

  .lhsWidgetsShowInResp {
    width: 100%;
    max-width: 280px;
  }

  .center-container .widget-small,
  .center-container .widget-medium,
  .container-xtrasmall_ux5 {
    width: 97% !important;
  }

  .container-xtrasmall_ux5 {
    height: 125px;
    max-height: 125px;
  }

  .container-xtrasmall_ux5 .widget-content {
    height: 135px !important;
  }

  .ui-dialog-titlebar .ui-button {
    float: none;
    margin-left: -83% !important;
  }

  .from-name {
    width: 75%;
  }

  .lastlogtext_grey_new {
    float: none;
  }

  .blueDivider {
    float: left;
  }

  .file-field {
    float: right;
    margin-right: 10px;
  }

  .ui-dialog .pfm_whitetabhover_bold_tab {
    float: left;
    border: none;
    border-bottom: 3px solid #0F9CFF;
    border-top: 5px;
    margin: 0px 1px 0px 7px;
    color: #0F9CFF;
    cursor: pointer;
    height: 16px;
    line-height: 14px;
    transition-property: border-bottom;
    transition-duration: 0.1s;
    padding: 15px 0px;
    text-align: center;
    letter-spacing: 0.0px;
    font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }

  .ui-dialog .pfm_grey_active_bold_tab {
    cursor: pointer;
    outline: none;
    float: left;
    border: none;
    height: 16px;
    line-height: 14px;
    background: #FFFFFF;
    width: 100%;
    color: #757575;
    padding: 15px 0px;
    margin-left: 10px;
    text-align: center;
    letter-spacing: 0.0px;
    font-family: Lato-Medium, roboto-medium, OpenSans, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }

  .ui-dialog .pfm_stage3_ptabgray1_tab {
    float: left;
    height: 40px;
    margin: 0 0 0 -7px;
    padding-left: 0px;
    width: 30%;
  }

  .ui-dialog .pfm_disable_tab {
    letter-spacing: 0.0px !important;
    line-height: 14px;
  }

  .panel.insta-widget-panel .panel-content {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .instaWidgetTextStyle {
    margin-left: -3px !important;
  }

  /*** for login */
  /*.loginPanelBottomSectionDetailsrow{
  	width: 43%;
  	padding-right: 5px;
  	margin-right: 20px;
  }
  .login_footerlinks_div3{
  	width: 93%;
  	border: none;
  }
  .login_footerlinks_div4{
  	margin-left: 33px;
  }*/
  .loginPanelBottomSectionDetailsrow_contacts {
    width: 98%;
    padding: 20px 0px;
  }

  /*.loginbottom_contacts_row{
  	width: 93%;
  	float: left;
  }*/
  .loginPanelBottomDisplaySectionStyle_media {
    padding-left: 5px;
  }

  .loginPanelBottomSectionDetailsrow_media {
    margin-right: 0px;
  }

  .login_footerMedia_div1 {
    width: 19%;
  }

  .login_footerMedia_div2 {
    width: 43%;
    margin-top: 6px;
  }

  .login_footerMedia_div3 {
    width: 31%;
    margin-top: 27px;
  }

  .uba_footer_logo {
    display: none;
  }

  .account_opening_rightborder {
    border: none;
  }

  .loginPanelBottomMediaSection {
    height: 60px;
  }

  .login_socialmedia img {
    padding-bottom: 3px;
  }

  .footer-wrapper .loginPanelBottomMediaSection {
    height: 84px;
  }
}
@media only screen and (max-width: 480px) {
  .file-field .btn,
  .file-field .btn-large {
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    width: 34px;
    margin-bottom: 5px;
    padding: 6px 10px;
  }

  .file-field {
    float: right;
    margin-right: 20px;
  }

  .logo_1 {
    margin-left: 19px;
  }

  /*phani for transction histry buttons */
  .tan_his_tran_btn {
    width: 70%;
  }

  /*** for login */
  /*.loginPanelBottomSectionDetailsrow{
  	width: 95%;
  	padding-right: 0px;
  	margin-right: 10px;
  }
   .login_footerlinks_div1{
  	border-right: none;
  } 
  .login_footerlinks_div3{
  	border-right: none;
  }*/
  .login_footerlinks_div4 {
    width: 88%;
    margin-left: 30px;
  }

  .loginPanelBottomSectionDetailsrow_contacts {
    width: 98%;
    padding: 20px 0px;
  }

  /*.loginbottom_contacts_row{
  	width: 93%;
  	float: left;
  }*/
  .loginPanelBottomDisplaySectionStyle_media {
    padding-left: 5px;
  }

  .loginPanelBottomSectionDetailsrow_media {
    margin-right: 0px;
  }

  .login_footerMedia_div1 {
    width: 23%;
  }

  .login_footerMedia_div2 {
    width: 40%;
    margin-top: 2px;
  }

  .login_footerMedia_div3 {
    width: 26%;
  }

  .login_socialmedia img {
    padding-bottom: 3px;
  }

  .terms_conditions_rightborder, .account_opening_rightborder {
    border: none;
  }

  .login_footerMedia_div1 .login_socialmedia {
    margin-left: 5px;
  }

  .loginPanelBottomMediaSection {
    height: 135px;
  }

  .uba_footer_logo img {
    display: none;
  }

  /* .loginPanelBottomDisplaySectionStyle{
  	padding-left: 20px;
  } */
  /*.loginbottom_contacts_row img{
  	margin-left: 11%;
  }*/
  .selfregistration_main .labelColumn {
    width: 45% !important;
  }

  .errorCodeWrapper {
    width: 80%;
  }

  .absmiddle {
    margin-left: 5px;
    margin-right: 5px;
  }

  .selfregistration_setpassword_input_main .loginPanelColumnDetailStyle {
    width: 93% !important;
  }

  .selfregistration_setpassword_input_main .labelColumn {
    width: 45% !important;
    margin-left: 5px;
  }

  .update_phrasescreen_main .stage3_listingpaneldiv {
    width: 100% !important;
    border: none;
  }

  .update_phrasescreen_main td {
    position: relative;
    text-align: center;
    padding: 9px 4px;
  }

  .update_phrasescreen_main .stage3_inputpanel_leftcontainer {
    width: 99% !important;
  }

  .update_phrasescreen_main {
    margin-left: 10px;
    margin-right: 10px;
  }

  .updatephrase_header_image {
    background: url(../images/header_for_updatephrase.png) no-repeat scroll left -3px transparent;
  }

  .updatephrase_secureshield_image {
    top: 135px;
  }

  .uphrase_heading_main {
    padding-top: 35px;
  }

  .uphrase_heading {
    line-height: 26px;
  }

  .login-body-style {
    /*background: #E0E0E0 url("../images/backgrounds/loginbg1_0.jpg")  no-repeat top center;*/
  }

  .selfregistration_input_main .stage3_inputpanel_column {
    width: 45%;
    margin-left: 6px;
  }

  .selfregistration_input_main {
    background: none;
  }

  .thanku_text, .sec_reason_text {
    width: 91% !important;
  }

  .loginPanelBottomSectionDetailsrow_media {
    width: 97% !important;
    text-align: center;
  }

  .login_footerMedia_div1 {
    margin-top: 10px;
  }

  .bulletinStyleLogin {
    padding-right: 15px;
  }

  .add_group_btn {
    position: relative;
    top: 0px;
  }

  /* for forgot password flow*/
  .textboxPasswordChangeHorizontal_marginleft,
  .textboxPasswordChangeHorizontal {
    width: 90% !important;
  }

  .forgotpassword_question_row .loginPanelTextboxMediumStyle {
    width: 40%;
  }

  .fp_gotologin .userid_backbutton {
    margin-bottom: 30px;
  }

  .otp_scree_radio_margin {
    overflow: auto !important;
    width: 123px !important;
  }

  .otp_scree_radio_margin .searchsimpletext {
    padding-top: 14px;
  }

  .width50percent_login .adaptiveauth_text {
    width: 225px !important;
  }

  .footer-wrapper .loginPanelBottomMediaSection {
    height: 135px;
  }
}
@media only screen and (max-width: 900px) {
  .breadcrumb-block {
        /* for aligning RHS pulldown  icons 
		margin-top: 24px; */
    margin-top: 15px;
    padding-left: 10px;
  }

  .breadcrumb-content {
    -o-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    display: block;
    width: auto;
    min-width: 92%;
  }

  .breadcrumb-block .breadcrumb-icon,
  .breadcrumb-block .breadcrumb-content .breadcrumb {
    display: block;
    margin-bottom: 5px;
  }

  .breadcrumb-block .breadcrumb-content .breadcrumb {
    width: 85%;
  }

  .breadcrumb-block .breadcrumb {
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-left: 18px;
  }

  .breadcrumb-block .breadcrumb:last-child:after {
    content: " ";
    display: block;
    border-left-color: transparent;
  }

  .breadcrumb-block .breadcrumb:last-child:before {
    content: " ";
    display: block;
  }

  .rhsExpandIcon {
    display: block;
  }

  .rhsResp {
    display: none;
  }

  .container-xtrasmall {
    width: 100% !important;
  }

  .rhsWidgetsShowInResp {
    background-color: #F5F5F5;
    position: absolute;
    right: -4px;
    z-index: 9;
    display: block;
    top: -50px;
    bottom: 0px;
       /* for RHS pulldown 
	   padding-top: 200px; */
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .widget-large,
  .check-box-wrapper {
    width: 100% !important;
  }

  .widget-library .widgets-inner-wrapper .row {
    margin-bottom: 0px !important;
  }

  .collapsible-body .check-box-wrapper {
    width: 203px !important;
  }

  .overlayHeadingStyle {
    margin-left: 24% !important;
  }

  .subHeadingStyle {
    margin-left: 23%;
    width: 79%;
  }

  .personalize-dashboard h2.collapsible_tab {
    margin-top: 12px !important;
    margin-bottom: -4px;
  }

  .h3whitetitle_pwdscreen,
  .width100percent_collapsible_pwdscreen .collapsibleContainerDiv {
    width: auto !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .h3whitetitle_pwdscreen {
    margin-top: 40px !important;
  }

  .width100percent_collapsible_pwdscreen .collapsibleContainerDiv {
    padding-bottom: 50px !important;
  }

  .rightColumnStyle_pwdscreen {
    margin-left: -50px !important;
    width: 90% !important;
    float: left !important;
  }

  .materializelogo_login_pwdscreen {
    background-size: auto !important;
  }

  .login_err_messages .errorContentWrapper.greenbg,
  .login_err_messages .errorContentWrapper.orangebg,
  .login_err_messages .errorContentWrapper.redbg {
    width: 90% !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .login_err_messages .greenbgwithwidth,
  .login_err_messages .orangebgwithwidth,
  .login_err_messages .redbgwithwidth,
  .containerHeight {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .containerHeight {
    height: auto !important;
  }

  .pwdreqtext_pwdsucscreen {
    margin-left: 0px !important;
  }

  .stage3_inputpanel_leftcontainer_passwordscreen {
    width: 90% !important;
    margin-left: 25px !important;
  }

  .loginPanelHeaderTextStyle_passwordscreen,
  .loginPanelHeaderTextStyle_otpscreen {
    padding-left: 25px !important;
  }

  .leftColumnStyle_pwdscreen {
    width: 90% !important;
  }

  .textboxPasswordChangeHorizontal_marginleft,
  .loginPanelSimpleTextStyle_marginleft {
    margin-left: 0px !important;
  }

  .width100percent_main_loginbg_setpwd {
    position: static !important;
  }

  .containerStyle_pwdscreen_margintop {
    margin-top: 5px;
  }

  .event-info {
    border-top: 1px solid #E0E0E0;
    border-left: none !important;
  }

  .quickPayConfirm .workflow .table.left-align-c1 > thead > tr > th:nth-child(1),
  .quickPayConfirm .workflow .table.left-align-c1 > tbody > tr > td:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
  }

  .selfregistration_main .loginPanelHeaderTextStyle {
    width: 80%;
    margin-left: 27px;
    text-align: left;
  }

  .forgotuserid_success .errorDisplayStyle {
    margin-left: 25px;
    margin-right: 25px;
  }

  .selfreg_forgot_errors .errorDisplayStyle {
    width: 91%;
    margin-left: 25px;
  }

  .Selfreg_forgot_header {
    margin-left: 25px;
    width: 85%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .force_changepassword_main .errorDisplayStyle {
    width: 91% !important;
    margin-left: 5% !important;
  }

  .icon-breadcrumb-mobile:before {
    color: #d61a0c;
  }

  .breadcrumb-block .breadcrumb-icon {
    box-shadow: none;
    font-size: 23px;
    padding-top: 21px;
  }

  .Width30tab {
    width: 48% !important;
  }

  /* for view mail*/
  .right_panel {
    border-left: 1px solid #EFEFEF;
    margin-left: 4px;
  }

  .breadcrumb-block .breadcrumb-icon {
    background: transparent;
  }

  .breadcrumb-block .breadcrumb-icon:after {
    border-left: 10px solid #f7f9f6;
  }
}
@media only screen and (max-width: 639px) {
  .heading1,
  .favorite-print-block {
    margin-top: 15px;
  }

  .print-preview-button,
  .print-help-button {
    margin-right: 50px !important;
  }

  .draft_margin_top {
    margin-right: 8px !important;
  }

  .trash_margin_top {
    margin-top: 10px;
    margin-right: 7px !important;
  }

  .collapsible-wrapper {
    width: 395px !important;
  }

  .expand-icon,
  .collapse-icon {
    display: block;
  }

  .width_left,
  .width_right {
    width: 100%;
  }

  .width_right {
    float: left;
    text-align: left;
    padding-top: 10px;
  }

  .personalizeDashLink {
    float: left;
  }

  .skipContLink {
    margin-right: -5px;
  }

  #main {
    width: 91%;
  }

  .rhsWidgetsShowInResp {
    width: 100%;
    max-width: 280px;
  }

  .newRequest_width60percent {
    width: 90%;
    text-align: left;
  }

  .newRequest_width25percent,
  .newRequest_width15percent {
    width: 5%;
    padding: 0px;
  }

  .very-strong,
  .strong,
  .fair,
  .weak,
  .too-short {
    padding-left: 13px;
  }

  img#imageStrengthTran.absmiddle,
  img#imageStrengthSignOn.absmiddle {
    margin-right: 0px;
  }

  .center-container {
    padding: 0px;
    width: 100% !important;
  }

  .width_left,
  .width_right {
    width: 100%;
  }

  .width_right {
    float: left;
    text-align: left;
    padding-top: 10px;
  }

  .personalizeDashLink {
    float: left;
  }

  .widget-body {
    padding-left: inherit;
  }

  .stage3_previewdetailsrow_Odd {
    margin-left: 0px !important;
  }

  .stage3_previewdetailsrow_Even {
    margin-left: 20px !important;
  }

  .mailsBox {
    min-width: 70%;
  }

  .message-date {
    padding-left: 0px !important;
    position: relative;
    left: 0px;
  }

  .message-type {
    top: 25px;
  }

  div#BrdCrumbNImg {
    height: auto;
    margin-bottom: 0px;
  }

  .logoutLink {
    /* for safari
    top: -80px; */
    top: -3px;
  }

  .headerWelcomeText {
    top: -13px;
    /*** left: 6%*/
    left: 16%;
  }

  .headerWelcomeText img {
    margin-left: 8%;
    margin-right: 14%;
  }

  /* .headerLogoutLink {
    float: left;
    font-size: 24px;
    top: -91px;
    position: relative;
    margin-left: 70%;
  } */
  .headerLogoutLink {
    float: left;
    font-size: 20px;
    right: -185px;
    top: 14px;
    position: relative;
    /* margin-left: 48%; */
  }

  .selfregistration_main .labelColumn {
    width: 40% !important;
  }

  .logout_header_image {
    width: 98% !important;
    height: 100px !important;
    background: url(../images/Logout_header.jpg) no-repeat scroll left -30px transparent !important;
    background-size: cover !important;
  }

  .logout_checked_icon {
    width: 60px !important;
    height: 60px !important;
    margin-left: 0px;
  }

  .logout_secured_icon {
    width: 40px !important;
    height: 40px !important;
    margin-left: 5px !important;
    margin-right: 0px !important;
  }

  .LogoutPanel_main {
    padding-top: 110px;
    margin: 0px 20px;
  }

  .heading_Logout {
    margin-left: 30px;
  }

  .LogoutPanel_main .buttoncenterAlign {
    margin-left: 0px;
  }

  .logout_left_sec {
    margin-left: 20px;
  }

  .loginPanelBottomDisplaySectionStyle {
    width: 242px;
  }

  /* .login_footerlinks_div1{
  	border: none;
  } */
  .loginPanelBottomSectionDetailsrow {
    float: none;
    margin-left: 6px;
    margin-top: 6px;
  }

  .composesubject {
    width: 65%;
  }

  .composeMsgTemplates {
    width: 130px;
    text-align: left;
    padding-right: 20px !important;
    margin-top: 15px;
  }

  .msgTemplateLink {
    padding-left: 0px;
  }

  .composefrom {
    width: 68%;
  }

  .composemailsendspan {
    margin-left: 95px;
  }

  .composemailsavespan1 {
    margin-left: -220px !important;
  }

  .composemailsavespan1 {
    margin-left: -220px !important;
    margin-top: 45px !important;
  }

  .fp_squestion_label .stage3_inputpanel_column {
    width: 95% !important;
  }

  .fp_squestion_label {
    margin-top: 0px;
  }

  .selfregistration_bck_minheight {
    min-height: 100px;
  }

  .selfregistration_bck_minheight .otp_scree_radio_margin {
    width: 98%;
  }

  .fp_otp_secpass .fb_otp_userid_sec {
    margin-top: 10px;
  }

  .forgotpassword_success_main .section_center {
    margin-left: 0% !important;
    width: 100% !important;
  }

  .forgotpassword_changepassword_main .rightColumnStyle {
    padding-left: 50px;
  }

  .forgotpassword_success_main .selfregistration_bck_minheight {
    background: none;
  }

  .forgotpassword_optinput_row .labelColumn {
    width: 35% !important;
  }

  .footer_txt_sec .account_opening_rightborder {
    border-right: 1px solid #FFF;
  }

  .logout_main .main-content {
    background: #FFF;
    border-radius: 10px;
    padding-bottom: 100px;
    padding-top: 50px;
    padding-left: 0px;
  }

  .thanku_text {
    top: -55px !important;
    left: 11px !important;
    width: 95% !important;
    font-size: 18px;
  }

  .sec_reason_text {
    width: 95% !important;
    line-height: 22px;
    position: relative;
    top: -39px;
    left: 55px !important;
    font-size: 17px;
  }

  .logoutmsg_sec .logout_checked_icon {
    width: 30px !important;
    height: 30px !important;
    margin-left: 0px;
    left: 25px;
    top: 6px;
  }

  .logoutmsg_sec .heading_Logout {
    margin-left: 29px;
  }
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  div#BrdCrumbNImg {
    height: auto;
    margin-bottom: 0px;
  }

  .print-preview-button,
  .print-help-button {
    margin-right: 50px !important;
  }

  .rhsWidgetsShowInResp {
    width: 100%;
    max-width: 280px;
  }

  .draft_margin_top {
    margin-right: 5px !important;
  }

  .trash_margin_top {
    margin-top: 50px !important;
    top: auto !important;
  }

  .width_left {
    width: 60%;
    float: left;
  }

  .width_right {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 7px;
  }

  .lastlogtext_grey_new {
    position: absolute;
  }

  .container-xtrasmall_ux5 {
    height: 100px;
    max-height: 100px;
  }

  .container-xtrasmall_ux5 .widget-content {
    height: 110px !important;
  }

  .selfregistration_input_main .stage3_inputpanel_column {
    width: 31%;
    margin-left: 205px;
  }

  .selfregistration_input_main {
    background-size: 655px;
    background-position-x: -310px;
  }

  .fp_squestion_label .stage3_inputpanel_column {
    width: 60% !important;
  }

  .forgotpassword_changepassword_main .rightColumnStyle {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 749px) {
  .applnThemes {
    display: none;
  }

  .headerouter_length {
    height: 130px;
  }

  .headerWelcomeText {
    margin-top: 5px;
    width: 100%;
    padding-top: 10px;
  }

  .expand {
    width: 96%;
    height: 75px;
    position: absolute;
    right: 1%;
    top: 58%;
    /*border-top: 1px solid lighten($application-header-background-color, 3);*/
    overflow: visible;
  }

  .headertext_name,
  .personNameCaret {
    display: none;
  }

  .mailsBox {
    top: 55px;
  }

  .notifyIconLink, .mailsIconLink, .logoutLink, .spaceIconLink {
    font-size: 24px;
  }

  .headerWelcomeText {
    position: absolute;
    margin-top: 13px;
  }

  .headerWelcomeText img {
    height: 40px;
    width: 40px;
    margin-left: 10px !important;
    margin-right: 0px !important;
    float: left;
    position: absolute;
    top: -47px;
  }

  .unreadCountDash, .unreadMailsCountDash {
    top: 3px;
  }

  .profileBx {
    top: 111px;
  }

  .icon-menu:after {
    content: '';
  }

  .headerLogoutLink:before {
    position: absolute;
    top: -3px;
    right: 3px;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/logout_icon_mobile.svg) no-repeat scroll left 0px transparent;
    background-size: 39px 23px;
  }

  /* for header to display expanded*/
  .headerRowsetRight {
    display: block !important;
  }

  .icon-menu:before {
    top: 20px;
    left: 10px;
  }

  .headerouter_r {
    /* height: 110px; */
    height: 85px;
  }

  .expand {
    height: 60px;
    top: 50px;
    height: 37px;
    top: 53px;
    width: 240px;
    left: 0px;
    right: 0px;
    margin-left: auto;
  }

  .logo_1 {
    right: 0px;
    width: 100px;
    background-size: 90px;
  }

  .hamburger {
    top: 62px;
    left: 10px;
  }

  .personNameCaret {
    display: block !important;
    position: absolute;
    right: 12px;
    margin-right: 22px;
    top: 9px;
  }

  .headerWelcomeText {
    width: 200px;
    left: 11px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .notifyIconLink {
    margin-left: 20px;
    font-size: 21px;
  }

  .menuSearchIconLink {
    bottom: 6px;
    font-size: 19px;
    margin-right: 3px;
  }

  .mailsIconLink {
    margin-left: 9px;
    font-size: 21px;
  }

  .person-name:after {
    padding-right: 19px;
  }

  .headerLogoutLink:before {
    background-size: 39px 20px;
    top: -38px;
    position: absolute;
    right: -16px;
  }

  .spaceIconLink {
    padding: 0px;
    margin: 0px;
  }
}
@media screen and (min-width: 640px) and (max-width: 749px) {
  .headerWelcomeText {
    top: -13px;
    /*** for mobile resolutions*/
    right: 25px;
  }

  .notifyIconLink {
    margin-left: 5%;
  }

  .mailsIconLink {
    margin-left: 25%;
  }

  .headerWelcomeText img {
    margin-left: 25%;
    margin-right: 6%;
  }

  .logoutLink {
    bottom: 55px;
  }

  .spaceIconLink {
    display: none;
  }

  .headerLogoutLink {
    float: left;
    font-size: 24px;
    /*right: -180px;*/
    top: -91px;
    position: relative;
    margin-left: 96%;
  }
}
@media only screen and (max-width: 500px) {
  .workflow .row .querytextright {
    overflow: hidden;
  }

  .workflow .row .querytextright i.waves-effect {
    margin-left: 11px !important;
    margin-top: 0px !important;
  }
}
@media only screen and (max-height: 500px) {
  .rhsExpandIcon,
  .lhsExpandIcon {
    height: 30%;
  }
}
@media screen and (min-width: 640px) and (max-width: 739px) {
  #main {
    width: 92%;
  }

  .widgetnewwidth {
    width: 99.6%;
  }

  .lhsWidgetsShowInResp {
    width: 100%;
    max-width: 280px;
  }

  .center-container .widget-small,
  .center-container .widget-medium,
  .container-xtrasmall_ux5 {
    width: 98% !important;
  }
}
@media screen and (min-width: 740px) and (max-width: 799px) {
  #main {
    width: 93%;
  }

  .lhsWidgetsShowInResp {
    width: 100%;
    max-width: 280px;
  }

  .center-container .widget-medium {
    width: 96% !important;
  }

  .center-container .widget-small {
    width: 47% !important;
  }

  .container-xtrasmall_ux5 {
    width: 96.2% !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  #main {
    width: 93.5%;
  }
}
@media screen and (min-width: 640px) {
  img#imageStrengthTran.absmiddle,
  img#imageStrengthSignOn.absmiddle {
    margin: 0px;
  }

  .profileBox_inner #email {
    width: 245px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .profileBox_inner #mobile {
    width: 195px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .alertBx {
    border: 1px solid #EFEFEF;
  }

  .profileBox_inner {
    border: none;
  }

  .profileBxPhoneNum {
    width: 308px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 919px) {
  .center-container .widget-medium,
  .container-xtrasmall_ux5 {
    width: 96% !important;
  }

  .center-container .widget-small {
    width: 47% !important;
  }
}
@media screen and (min-width: 920px) and (max-width: 1023px) {
  .center-container .widget-medium {
    width: 98% !important;
  }

  .center-container .widget-small {
    width: 48% !important;
  }

  .container-xtrasmall_ux5 {
    width: 97.8% !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
  .lhsWidgetsShowInResp {
    width: 100%;
    max-width: 280px;
  }

  /*.loginPanelBottomSectionDetailsrow{
  	width: 46%;
  	padding-right: 5px;
  	margin-right: 20px;
  }*/
  .loginbottom_contacts_row {
    width: 98%;
    float: left;
    /*padding: 0px 5px 0px 5px;*/
  }

  .loginPanelBottomSectionDetailsrow_contacts {
    width: 98%;
    padding: 20px 0px;
  }

  .login_footerMedia_div1 {
    width: 25%;
  }

  .login_footerMedia_div2 {
    width: 45%;
  }

  .login_footerMedia_div3 {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .lhsExpandIcon {
    display: block;
  }

  .lhsResp {
    display: none;
  }

  .lhsWidgetsShowInResp {
    background-color: #F5F5F5;
    position: absolute;
    left: -4px;
    z-index: 9;
    display: inline-table;
    top: -90px;
    bottom: 0px;
    padding-top: 200px;
    padding-top: 220px;
    padding-left: 10px;
    padding-right: 6px;
    width: 55%;
  }

  .center-container {
    width: 99%;
  }

  .center-container .container-small,
  .center-container .container-small-disabled,
  .left-container .container-small_ux5 .widget-content,
  .left-container .container-toosmall_ux5 .widget-content,
  .left-container .container-medium_ux5 .widget-content {
    width: 100% !important;
  }

  .panel.insta-widget-panel .widget-content {
    width: 72% !important;
  }

  .left-container .widget-xtrasmall,
  .left-container .widget-small,
  .left-container .widget-medium {
    width: 92% !important;
  }

  .width100percent_main_loginbg {
    background: none;
  }

    /*phani for login 
	.width50percent_login {
        margin: 0 auto;
        margin-top: 31px;
		margin-bottom: 55px;
    } */
  .materializelogo_login {
        /*phani for login
		background: url("../images/backgrounds/login-logo.png") no-repeat center 50px color("shades", "transparent");*/
    margin-left: 0px;
  }

    /*phani for login page 
	.loginPanelBottomSectionDetailsrow {
        width: 47%;
        padding-right: 10px;
    } */
    /*phani for login page 
	.loginPanelBottomDisplaySectionStyle {
        padding-left: 5%;
    } */
  .loginHeader .header-text {
        /*phani for login page 
		display: block; */
    display: none;
    position: relative;
    top: 103px;
    text-align: center;
  }

  /*.login_footerlinks_div3{
  	display: none;
  }*/
  /* .login_footerlinks_div2{
  	border-right: none;
  } */
  .header_menuicons_main {
    display: none;
  }

  .phrase_rhs_widgt_span {
    display: none;
  }

  .logout_right_sec {
    display: none;
  }

  /* .login_welcome_img{
  	display: none;
  } */
  .loginPanelBottomSectionDetailsrow {
    width: 216px;
  }

  .loginbottom_contacts_row img {
    padding-right: 12px;
  }

  /* for rhs pull icons*/
  .rhsExpandIcon, .lhsExpandIcon {
    height: 25px;
    box-shadow: none;
  }

  .rhsExpandIcon {
    /* extra 5px for location icon in breadcrumb
    top: 107px; */
    top: 132px;
    position: absolute;
    background: url(../images/pulldown_left_arrow_icon.png) no-repeat scroll 0px transparent;
    background-size: 26px;
  }

  .lhsExpandIcon {
    /*	for pull down to rhs
    left: 6px; */
    left: auto;
    right: 6px;
    top: 130px;
    position: absolute;
    background: url(../images/pulldown_left_arrow_icon.png) no-repeat scroll 0px transparent;
    background-size: 25px;
    z-index: 1;
  }

  #main {
    width: 100% !important;
    /* padding-top: 5px !important; */
  }

  .lhsWidgetsShowInResp {
    left: auto;
    right: -4px;
    overflow: auto;
    background-color: #FFF;
    border-left: 1px solid #9E9E9E;
    width: 81%;
    padding-top: 220px;
  }

  .rhsWidgetsShowInResp {
    padding-top: 180px;
    overflow: scroll;
    background-color: #FFF;
    border-left: 1px solid #9E9E9E;
  }

  .lhsCollpaseRightIcon, .rhsCollpaseRightIcon {
    background: url(../images/pulldown_right_arrow_icon.png) no-repeat scroll 50% transparent;
    background-size: 27px;
    width: 35px;
    box-shadow: none;
    margin-bottom: -5px;
  }

  .center-container .widget-small,
  .center-container .widget-medium {
    /* width: 98% !important; */
    width: 99% !important;
  }

  .footer_img_sec {
    display: none;
  }

  .materializelogo_login {
    width: 120px;
    display: inline-block;
    position: relative;
    right: 25px;
    float: right;
  }
}
@media only screen and (min-width: 900px) {
  .calender-container,
  .event-info,
  .selection-indicator {
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .calender-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667% !important;
    float: left;
    padding: 0 !important;
    margin-left: -1px !important;
  }

  .event-info {
    width: 58.3333333333% !important;
  }

  .selection-indicator {
    width: 16.6666666667% !important;
  }

  .dncalendar-header {
    border-left: 1px solid rgba(128, 128, 128, 0.75);
  }

  /*phani for transaction details seperatoin*/
  .stage3_leftrightmainpanel_block:after {
    content: '';
    border-right: 1px solid #EFEFEF;
    height: 187px;
    position: absolute;
    margin-left: -345px;
  }

  .forgotpassword_changepassword_main .rightColumnStyle {
    padding-left: 0px;
    float: left;
    width: 46%;
  }

  /*.forgotpassword_changepassword_main .rightColumnStyle .containerStyle_pwdscreen{
  	margin-left: 25px;
  }*/
}
@media screen and (min-width: 639px) and (max-width: 1200px) {
  .ui-dialog .ui-dialog-titlebar .widget-ui-overlay-close {
    margin-top: -34px;
  }
}
@media only screen and (min-width: 601px) {
  .formrowQuickPay .quickPayrightColumnStyle {
    clear: right;
    display: block;
    margin-top: 20px;
    width: 48%;
    float: right;
    margin-bottom: 20px;
  }

  .formrowQuickPayRemarks .quickPayleftColumnStyle {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    text-align: left;
    width: 48%;
    padding-top: 0px;
  }

  .formrowQuickPay .quickPayleftColumnStyle {
    float: left;
    margin-right: 5px;
    margin-top: 20px;
    text-align: left;
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .disclaimerDivStyle_login {
    text-align: center;
    float: none;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .notifyBox {
    top: 55px;
    right: 34.7%;
  }
}
@media only screen and (min-width: 581px) and (max-width: 749px) {
  .notifyBox {
    top: 55px;
    right: 45.7%;
  }
}
@media screen and (max-width: 699px) {
  .ui-dialog .more.dropdown-button {
    padding-left: 30px !important;
  }

  .width50percent_login {
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 55px;
    right: 0px;
  }

  .loginPanelBottomDisplaySectionStyle {
    margin-right: auto;
    display: block;
    width: 240px;
    overflow: hidden;
  }

  .login_welcome_img {
    display: none;
  }

  .login_text_main {
    display: none;
  }

  .login_footerlinks_div2 {
    position: relative;
  }

  .login_footerlinks_div3 {
    float: left;
  }

  .loginPanelBottomDisplaySectionStyle {
    width: 290px;
  }

  .loginPanelBottomSectionDetailsrow {
    width: 265px;
    min-height: 90px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1023px) {
  .login_welcome_img {
    width: 250px;
    height: 90px;
  }

  .login_footerlinks_div4 {
    display: none;
  }

  .width50percent_login {
    right: 25px;
  }

  .login_text_main {
    left: 25px;
  }

  .login-body-style .loginHeader .wrapper {
    padding-right: 30px;
  }

  .loginPanelBottomSectionDetailsrow {
    width: 220px;
    min-height: 110px;
  }

  .footer_txt_sec {
    width: 221px;
    padding-left: 0px;
  }

  .loginPanelBottomDisplaySectionStyle {
    margin: 0px 5px;
  }
}
@media screen and (min-width: 760px) and (max-width: 849px) {
  .loginPanelBottomSectionDetailsrow {
    width: 30.5%;
  }

  .loginPanelBottomDisplaySectionStyle {
    margin: 0px 15px;
  }

  .login_footerMedia_div1 {
    width: 21% !important;
  }

  .login_footerMedia_div2 {
    width: 46% !important;
  }

  .login_footerMedia_div3 {
    width: 28% !important;
  }

  .loginPanelBottomMediaSection {
    height: 40px !important;
  }

  .terms_conditions_rightborder {
    border-right: 1px solid #FFF !important;
  }

  .privacy_policy {
    padding-left: 3px;
  }

  .footer-wrapper .loginPanelBottomMediaSection {
    height: 45px !important;
  }
}
@media screen and (min-width: 850px) and (max-width: 1023px) {
  .loginPanelBottomSectionDetailsrow {
    width: 31%;
    min-height: 90px;
  }

  .footer_txt_sec {
    width: 100%;
    padding-left: 0px;
  }

  .loginPanelBottomDisplaySectionStyle {
    margin: 0px 15px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
  .ui-dialog .more.dropdown-button {
    padding-left: 60px !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  #ml-menu {
    height: 100%;
  }
}
/* Added for NLP Search -- Start */
@media screen and (min-width: 750px) and (max-width: 949px) {
  /* margin-left: -140px !important;
  margin-top: 37px !important;
  .searchTextBox {
  	color: color("black", "base") !important;
  	line-height: 32px;
  	background: color("shades", "white") !important;
  	margin-top: 6px\0 !important;
  	float: $left;
  } */
  .search-icon-show {
    padding-left: 5px !important;
    width: 218px !important;
  }

  	/* .searchIconLink{
  	    margin-left: -27% !important;
  	    right:-12px;
  	} 
  
  
  	.nlpArrowStyle{
  		 top: 37px !important;    
  	}*/
  .listStyle {
    width: 311px !important;
    width: 309px\0 !important;
    margin-top: 99px !important;
  }

  .headerWelcomeTextSearch {
    right: 424px !important;
  }

  .SearcTextBoxHigher {
    display: none;
  }

  .SearcTextBoxLower {
    display: block;
    margin-left: -3px\0 !important;
  }

  /* .searchIconTextBox{
  	top: 3px !important;
  	right:-12px;
  } */
}
@media only screen and (min-width: 950px) and (max-width: 1024px) {
  .search-icon-show {
    width: 220px !important;
  }

  .listStyle {
    width: 243px !important;
    width: 239px\0 !important;
  }

  .SearcTextBoxLower {
    /*display: none;*/
  }

  .searchIconLink {
    margin-left: -6% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 749px) {
  .searchIconLink {
    margin-left: 0px !important;
    float: none;
    top: -11px;
  }

  .searchTextBox {
    /*margin-left: 51px !important;*/
    color: #212121 !important;
    line-height: 32px;
    background: #FFFFFF !important;
    float: left;
    top: 36px;
    margin-top: 6px\0 !important;
    width: 292px\0 !important;
  }

  .search-icon-show {
    padding-left: 5px !important;
    width: 218px !important;
  }

  .nlpArrowStyle {
    top: 31px  !important;
    right: 77px !important;
    float: left !important;
    position: relative !important;
    display: none;
  }

  .listStyle {
    width: 223px !important;
    margin-top: 56px !important;
  }

  .SearcTextBoxHigher {
    display: none;
  }

  .SearcTextBoxLower {
    display: block;
  }

  .nlpSearchTextBoxContainer {
    top: 49px !important;
  }

  .searchIconTextBox {
    top: 3px;
    right: -12px;
  }
}
@media screen and (max-width: 749px) and (min-width: 640px) {
  .headerWelcomeText img {
    margin-left: 15%;
    margin-right: 6%;
  }

  .searchIconHigherRes {
    display: none !important;
  }

  .searchIconLowerRes {
    display: inline-block !important;
  }

  .searchIconLinkLower {
    margin-left: 14%;
  }

  .listStyle {
    width: 310px !important;
    margin-top: 73px !important;
  }

  .SearcTextBoxHigher {
    display: none;
  }

  .SearcTextBoxLower {
    display: block;
  }
}
@media screen and (max-width: 639px) and (min-width: 480px) {
  .headerWelcomeText img {
    margin-left: 10% !important;
    margin-right: 7%;
  }

  .searchIconLink {
    margin-left: 26% !important;
    float: left;
  }

  .nlpArrowStyle {
    top: 9px !important;
  }

  .searchTextBox {
    top: 14px !important;
  }

  .searchIconLink {
    top: -15px !important;
  }

  .listStyle {
    width: 311px !important;
    margin-top: 73px !important;
  }

  .searchIconHigherRes {
    display: none !important;
  }

  .searchIconLowerRes {
    display: inline-block !important;
    margin-left: 7%;
  }

  .SearcTextBoxHigher {
    display: none;
  }

  .SearcTextBoxLower {
    display: block;
  }

  .nlpSearchTextBoxContainer {
    top: 27px !important;
  }

  .searchIconTextBox {
    margin-top: -7px !important;
    float: right !important;
    margin-right: 24px !important;
    top: 10px !important;
  }

  /*Added for the File upload component change --Start */
  .fileBrowseComponent {
    margin-top: -9px;
    line-height: 36px;
    float: left;
    margin-left: -10px;
  }

  .fileBrowseButton {
    width: 59px !important;
    padding-left: 10px !important;
  }

  .fileBrowseTextStyle {
    width: 110px;
  }

  /*Added for the File upload component change ---End*/
  .update_phrasescreen_main .stage3_listingpaneldiv {
    width: 100% !important;
    border: none;
  }

  .update_phrasescreen_main td {
    position: relative;
    text-align: center;
    padding: 9px 8px;
  }

  .update_phrasescreen_main .stage3_inputpanel_leftcontainer {
    width: 99% !important;
  }

  .update_phrasescreen_main {
    margin-left: 20px;
    margin-right: 20px;
  }

  .updatephrase_header_image {
    background: url(../images/header_for_updatephrase.png) no-repeat scroll left -3px transparent;
  }

  .updatephrase_secureshield_image {
    top: 125px;
  }

  .uphrase_heading_main {
    padding-top: 35px;
  }

  .uphrase_heading {
    line-height: 26px;
  }
}
/* Added for NLP Search -- End */
/* Added for Static Search --Start */
/*@media only screen and (min-width: 480px) and (max-width: 575px) {

.headerWelcomeText {
    padding-left: 50px !important;
}

}*/
/* Added for Static Search */
/* added for new pulldown tag helper ux5*/
@media only screen and (max-width: 601px) {
  .view_more {
    display: none;
  }

  .list-more-view {
    display: block;
  }

  .hide-list {
    display: none;
  }

  #table-4 {
    max-height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 39px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  #table-4 {
    max-height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 39px;
  }

  #table-4.active_top {
    top: -170px !important;
  }

  #table-4.active_deposit {
    top: -135px !important;
  }

  #table-4.active_creditCard {
    top: -205px !important;
  }

  #table-4.active_cashcredit {
    top: -96px !important;
  }

  #table-4.active_iesavings {
    top: -232px !important;
  }

  #table-4.active.u-scroll-table {
    overflow-x: auto !important;
  }

  .update_phrasescreen_main .stage3_listingpaneldiv {
    width: 100% !important;
    border: none;
  }

  .update_phrasescreen_main td {
    position: relative;
    text-align: center;
    padding: 9px 8px;
  }

  .update_phrasescreen_main .stage3_inputpanel_leftcontainer {
    width: 99% !important;
  }

  .update_phrasescreen_main {
    margin-left: 20px;
    margin-right: 20px;
  }

  .updatephrase_header_image {
    background: url(../images/header_for_updatephrase.png) no-repeat scroll left -3px transparent;
  }

  .updatephrase_secureshield_image {
    top: 135px;
  }

  .logout_header_image {
    width: 98% !important;
    height: 100px !important;
    background: url(../images/Logout_header.jpg) no-repeat scroll left -80px transparent !important;
    background-size: cover !important;
  }

  .thanku_text {
    width: 90% !important;
  }

  .sec_reason_text {
    width: 80% !important;
    line-height: 22px;
    position: relative;
    top: -37px;
  }

  .LogoutPanel_main {
    padding-top: 110px;
    margin: 0px 20px;
  }

  .login-body-style {
    /*background: #E0E0E0 url("../images/backgrounds/loginbg1_640.jpg")  no-repeat top center;*/
  }
}
/* end */
/* start import icons component */
@media only screen and (min-width: 993px) {
  .row .col.ll3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ll9 {
    width: 100%;
    margin-left: -10px;
    left: auto;
    right: auto;
  }

  .row .col.lll2 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 601px) {
  .row .col.mm3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
.row .col.ss4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

@media screen and (max-width: 520px) {
  .import-header span {
    font-size: 12px;
    line-height: 0px;
    font-weight: normal;
    padding-top: 5px;
  }

  .import-header {
    font-size: 14px;
    font-weight: bold !important;
  }

  .import-panel {
    max-height: 110px;
    padding: 2px 8px 2px 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .import-panel .import-icon {
    font-size: 12px;
    line-height: 1px;
  }

  .below-text {
    text-align: center;
  }
}
@media screen and (max-width: 749px) and (min-width: 640px) {
  .import-panel {
    background-color: #FFFFFF;
    padding: 7px;
    height: 179px;
    border-radius: 5px;
    margin: 10px 5px;
    color: #000;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.m44 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (max-width: 720px) {
  .row .col.s66 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.lll2 {
    margin-top: 15px;
  }

  .import-panel {
    height: 212px;
  }

  .import-entries-container .tabs {
    height: 240px;
  }
}
@supports (-ms-ime-align: auto) {
  .errorContentWrapper.redbg,
  .errorContentWrapper.greenbg,
  .errorContentWrapper.orangebg,
  .errorContentWrapper.bluebg {
    margin-bottom: -1px;
  }

  #CorporateUserDashboardUX5_WAC85__1,
  #RetailUserDashboardUX5_WAC85__1 {
    overflow-y: hidden !important;
  }

  #CorporateUserDashboardUX5_WANGAS__1,
  #RetailUserDashboardUX5_WANGAS__1 {
    overflow-y: hidden !important;
  }

  input::-ms-clear, input::-ms-reveal {
    display: none;
  }
}
@media only screen and (min-width: 720px) {
  .import-panel {
    width: 132px;
  }
}
/* end import icons */
/***for login page*/
@media screen and (min-width: 1024px) and (max-width: 1110px) {
  .loginPanelBottomSectionDetailsrow {
    width: 325px;
    min-height: 110px;
  }

  .login_footerlinks_div1 {
    margin-left: 5px;
  }

  .login_footerlinks_div3 {
    margin-right: 5px;
  }

  .footer_img_sec {
    display: inline-block;
    top: 10px;
    position: relative;
  }

  .footer_txt_sec {
    width: 230px;
  }

  .width50percent_login {
    right: 25px;
  }

  .materializelogo_login {
    width: 120px;
    display: inline-block;
    position: relative;
    right: 25px;
    float: right;
  }

  .login_text_main {
    left: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .update_phrasescreen_main .stage3_inputpanel_leftcontainer {
    width: 73% !important;
  }

  .update_phrasescreen_main .stage3_listingpaneldiv {
    width: 74% !important;
  }

  .phrase_rhs_widgt_div {
    width: 24.9%;
  }

  /* .header_menuicons_main {
  	width: 706px;
  }
  .icon-menu:after {
  	left: 125px;
  }
  .icon-menu:before {
  	left: 101px !important;
  } */
  .header_menuicons_main {
    width: 710px;
  }
}
@media screen and (min-width: 640px) and (max-width: 799px) {
  /*.loginPanelBottomSectionDetailsrow{
  	width: 47%;
  	padding-right: 5px;
  	margin-right: 15px;
  }*/
  .login_footerlinks_div2 {
    margin-right: 0px;
  }

  .login_footerlinks_div4 {
    margin-right: 0px;
  }

  .loginPanelBottomSectionDetailsrow_contacts {
    width: 98%;
    padding: 20px 0px;
  }

  /*.loginbottom_contacts_row{
  	width: 98%;
  	float: left;
  }*/
  .loginPanelBottomDisplaySectionStyle_media {
    padding-left: 5px;
  }

  .loginPanelBottomSectionDetailsrow_media {
    margin-right: 0px;
  }

  .login_footerMedia_div1 {
    width: 26%;
  }

  .login_footerMedia_div2 {
    width: 38%;
  }

  .login_footerMedia_div3 {
    width: 30%;
  }

  .loginPanelBottomMediaSection {
    height: 50px;
  }

  .terms_conditions_rightborder {
    border: none;
  }

  .footer-wrapper .loginPanelBottomMediaSection {
    height: 65px;
  }
}
@media screen and (min-width: 640px) and (max-width: 700px) {
  #ParentDiv_MailsHomeCorp_STATIC_MailView .addrecepient {
    width: 65px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 750px) {
  .headerDivLine {
    display: none;
  }

  .headerWelcomeText {
    border-bottom: 1px solid #CECFD3;
    left: 105px;
    width: auto;
    height: 17px;
  }

  .profile-picture {
    margin-left: -90px;
    float: left;
  }

  .headerWelcomeText .headertext_name {
    left: 0;
  }

  .icon-menu:before {
    left: 108px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*img[src$=".svg"] {
    width: 100%; 
  }*/
  .loginbottom_contacts_row img {
    width: 6%;
    padding-right: 9px;
    top: 3px;
  }

  .loginPanelBottomSectionTextStyle {
    font-size: 10.5px;
  }
}
@media screen and (min-width: 481px) and (max-width: 639px) {
  .login-body-style {
    /*background: #E0E0E0 url("../images/backgrounds/loginbg1_481.jpg")  no-repeat top center;*/
  }

  .selfregistration_input_main .stage3_inputpanel_column {
    width: 45%;
    margin-left: 6px;
  }

  .selfregistration_input_main {
    background: none;
  }

  .profileBox_inner #email {
    width: 245px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .profileBox_inner #mobile {
    width: 195px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  /* 	.loginPanelBottomDisplaySectionStyle{
  		width: 460px;
  	} */
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .stage3_inputpanel_column {
    width: 135px;
  }

  .logo_1 {
    background: url("../images/materializeLogo.svg") no-repeat scroll left 0 transparent;
    float: right;
    right: 0px;
    height: 35px;
    margin-right: 2px;
    margin-left: 25px;
    width: 100px;
    position: relative;
    top: 10px;
    background-size: 90px;
    margin-top: 0px;
  }

  .dashboard-menu-container {
    width: 250px;
    overflow-x: scroll;
  }

  .burgermenu_heading {
    text-align: left;
  }

  .center-container .widget-small,
  .center-container .widget-medium {
    /* width: 98% !important; */
    width: 99% !important;
  }

  .blueDivider {
    float: left;
    margin-top: -14px;
    margin-left: 1px;
  }

  .personalizeDashLink {
    float: left;
    margin-top: -14px;
  }

  #CorporateUserDashboardUX5_WAC85__1, #RetailUserDashboardUX5_WAC85__1 {
    overflow-y: auto !important;
    overflow-x: auto !important;
  }

  .rhsExpandIcon {
    right: 6px;
  }

  .stage3_searchpaneldiv .collapsible-wrapper, .stage3_searchpanel_detailsdiv .collapsible-wrapper {
    left: 2%;
    top: 33% !important;
    width: 98% !important;
  }

  .headerWelcomeText {
    left: 7%;
  }

  /* for header bar */
  .headerWelcomeText {
    width: 200px;
    left: 11px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .headerWelcomeText img {
    margin-left: 10px !important;
    margin-right: 0px !important;
    float: left;
    /* position: fixed;
    top: 6px; */
    position: absolute;
    top: -47px;
    left: 0px;
  }

  .menuSearchIconLink {
    bottom: 6px;
    font-size: 19px;
    margin-right: 3px;
  }

  .profileBx {
    right: -400px;
    /* for adding scroll to profilebx*/
    /* overflow-x: scroll;
    overflow-y: hidden;  */
    width: 300px !important;
    /* height: 500px; */
    height: 475px;
    top: 82px;
  }

  .menuSearchBx {
    width: 310px;
    top: -478px;
  }

  .menuSearchIconInnerLink {
    margin-left: 20px;
  }

  .notifyBox {
    right: 11%;
    top: 30px;
  }

  .mailsBox {
    top: 30px;
    width: 300px;
    right: 10px;
  }

  .headerouter_r {
    height: 85px;
  }

  .expand {
    height: 37px;
    top: 53px;
    width: 240px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    /* margin-right: auto; */
  }

  .icon-menu:before {
    top: 54px;
    left: 10px;
    width: 71px;
    height: 22px;
    background-size: 70px 28px;
  }

  .headerLogoutLink:before {
    /* top: 56px;
    position: fixed;
    right: 8px; */
    background-size: 39px 20px;
    top: -38px;
    position: absolute;
    right: -16px;
  }

  .notifyIconLink {
    margin-left: 20px;
    font-size: 21px;
  }

  .mailsIconLink {
    margin-left: 9px;
    font-size: 21px;
  }

  /*account summary search box*/
  /* .accsummary_search_row{
  	width: 400px;
  }
  .accsummary_search_main{
  	overflow-x: scroll;
  	overflow-y: hidden;
  } */
  .accsummary_search_main .stage3_searchpanelcolumn_new span:nth-child(2) {
    display: block;
  }

  .accsummary_search_main {
    height: 85px;
  }

  /*.accsummary_search_main .stage3_searchpanelcolumn_new input[type="text"]{
  	border-bottom: 1px solid #9E9E9E;
  }*/
  .accSummary_consolidate_table .footable-last-column {
    text-align: center !important;
  }

  .accSummary_consolidate_table .searchsimpletext_accntSummary_snap {
    float: left !important;
  }

  .account_summary_table_wrap table.singleTableHeading thead tr th:nth-child(3) {
    display: none !important;
  }

  .account_summary_table_wrap table.singleTableHeading thead tr th:nth-child(3) {
    display: none !important;
  }

  .account_summary_table_wrap table.singleTableHeading thead tr th:nth-child(1) {
    min-width: 105px;
  }

  .account_summary_table_wrap table.singleTableHeading thead tr th:nth-child(2) {
    min-width: 145px;
  }

  .account_summary_table_wrap table.singleTableHeading thead tr th:nth-child(4) {
    min-width: 150px;
  }

  /*search box overlay */
  .stage3_searchpaneldiv .collapsible-wrapper, .stage3_searchpanel_detailsdiv .collapsible-wrapper {
    position: absolute;
    left: 0px;
    top: 30px !important;
    width: 300px !important;
    overflow-x: scroll;
  }

  .collapsible-wrapper .collapsibleContainerDiv {
    width: 400px;
  }

  .stage3_searchpanel_detailsdiv_tranHis .stage3_searchpanel_detailsdiv .collapsible-wrapper {
    left: -184px;
    top: -415px !important;
  }

  .tabs_heading_tab,
  .tabs_heading_tab_white {
    width: 50px;
    padding: 8px 15px;
  }

  /* .burgermenu_close::before{
  	top: 5px;
  	right: 5px;
  } */
  .burgermenu_close::before {
    content: " ";
    width: 30px;
    height: 25px;
    background: url(../images/cancel_icon_red_v2.svg) no-repeat scroll left 0px transparent;
    background-size: 19px;
    display: inline-block;
    position: absolute;
    right: -36px;
    top: 29px;
    z-index: 1;
    cursor: pointer;
  }

  /*for operative accounts table*/
  .operative_acc_table table.multiTableHeading thead tr th:nth-child(1) {
    min-width: 125px !important;
  }

  .operative_acc_table table.multiTableHeading thead tr th:nth-child(2) {
    min-width: 125px !important;
  }

  .operative_acc_table table.multiTableHeading thead tr th:nth-child(6) {
    padding-left: 10px;
    padding-right: 5px;
  }

  .operative_acc_table table.multiTableHeading thead tr th:nth-child(4),
  .operative_acc_table table.multiTableHeading thead tr th:nth-child(5) {
    min-width: 150px !important;
  }

  .tan_his_tran_btn .searchsimpletext {
    width: 100%;
    padding-bottom: 8px;
    padding-left: 5px;
  }

  .tan_his_tran_btn {
    width: 96%;
  }

  .stage3_listingpaneldiv_tranHis {
    height: 90px;
  }

  .stage3_searchpanel_detailsdiv_tranHis {
    margin: -111px 11px 0px 10px;
  }

  .stage3_searchpanel_detailsdiv_tranHis .collapsible-wrapper {
    left: -182px;
    top: -420px !important;
  }

  .subHeadingStyleInsta {
    margin-left: 5px;
    width: 96% !important;
  }

  .txn_his_tabs_main .stage3_previewconfirm_label_column,
  .txn_his_tabs_main .stage3_previewconfirm_details_column {
    margin-top: 8px;
  }

  .stage3_searchpanel_detailsdiv_tranHis {
    display: none !important;
  }

  .footer-wrapper {
    padding: 0px 0px !important;
  }

  .footer-wrapper .footer-links ul li {
    margin-right: 2px;
  }

  .blackSignoffConfirmation {
    font-size: 22px;
  }

  .signoffseperator {
    padding-left: 5px;
  }

  #main {
    min-height: 600px !important;
  }

  #menuSearchBx .autocomplete-dropdown {
    width: 310px;
  }

  .profileBox_inner {
    width: 300px;
    /* height: 500px; */
    height: 475px;
  }

  .profileBox_inner .mypropulldownInner1 {
    margin-left: -3px;
  }

  .myProfilePulldown p.sessionTimeoutText_v {
    margin-top: -10px;
  }

  .dropBxContentWithoutBorder .margin-bottom-clear {
    display: block;
    padding-bottom: 5px;
    padding-left: 4px;
  }

  .profileBxEmail {
    margin-left: 5px;
    margin-top: 10px;
  }

  .profileBxMobile {
    margin-left: 5px;
    margin-top: 0px;
  }

  .profileBxPhoneNum {
    padding-left: 15px !important;
  }

  .profilename_settingBx {
    margin-left: 5px;
  }

  .dropBxContentWithoutBorder .sessionTimeoutText_simpletext {
    padding-left: 0px;
  }

  .dropBxContentWithoutBorder #email {
    margin-left: 0px !important;
  }

  .sessionTimeoutText_v .waves-effect {
    margin-left: 3px;
  }

  .dropBxContentMain .labelColumn_combo_brdr_small {
    width: 125px;
  }

  .dropBxContentMain .labelColumn_combo_small {
    width: 115px;
  }

  .dropBxContentMain .corp_prf_division_select .labelColumn_combo_small {
    margin-top: -10px;
  }

  .errorMsgPositionAlign {
    top: 30px;
    padding-bottom: 20px;
  }

  .breadcrumb-block .breadcrumb-icon {
    font-size: 23px;
    padding-top: 7px;
  }

  .profile_modal_close::before {
    content: " ";
    width: 30px;
    height: 25px;
    background: url(../images/cancel_icon_red.svg) no-repeat scroll left 0px transparent;
    background-size: 19px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
  }

  /* OTP submit button*/
  .changePassword_txn_pass_submit {
    margin-right: 2%;
    margin-top: -15px;
  }

  .querytextleft_withleftBorder_Auth .querytextright {
    padding-left: 5px;
    text-align: right;
  }

  /* for update user id screen*/
  .useridlink_dereg_details_wrap .stage3_inputpanel_column, .useridlink_details_wrap .stage3_inputpanel_column {
    text-align: left;
    margin-left: 10px;
    width: 45%;
  }

  .update_userid_channeltable table.singleTableHeading tbody tr td:nth-child(4) {
    min-width: 80px;
  }

  .update_userid_channeltable table.singleTableHeading tbody tr td:nth-child(2) {
    padding-right: 0px;
  }

  .querytextleft_withleftBorder_Auth .querytextleft {
    margin-left: 10px;
    width: 42%;
  }

  .querytextleft_withleftBorder_Auth .labelColumn_nextgen_tran {
    width: 97%;
  }

  .querytextleft_withleftBorder_Auth .greybgtxtbox_nextgen {
    width: 100%;
  }

  .changePassword_fields_wrap .stage3_inputpanel_column {
    margin-left: 10px;
    width: 43%;
  }

  .security_QNA_section .labelColumn input[type=text] {
    width: 175px;
  }

  .security_QNA_section table {
    width: 400px;
  }

  .security_QNA_scroll .width100percent {
    overflow-x: scroll;
  }

  /* for security_QNA_screen*/
  .security_QNA_subheading {
    width: 97%;
  }

  /* for settings icon*/
  .personNameCaret {
    display: block;
    position: absolute;
    right: 12px;
    margin-right: 22px;
    top: 9px;
  }

  .person-name:after {
    padding-right: 19px;
  }

  .spaceIconLink {
    padding: 0px;
    margin: 0px;
  }

  /*for otpsection*/
  .querytextleft_withleftBorder_Auth .queryitalictextwithoutwidth_custom {
    width: 305px;
    display: inline-block;
    margin-left: 10px;
    font-family: Lato-Regular;
    font-weight: normal;
    color: #212121;
    line-height: 18px;
  }

  .prelogin_qns_type {
    width: 220px;
  }

  /* for profile overlay*/
  .name_ProfileBx {
    width: 245px;
  }

  /* for dashboard welcome widget */
  .personalizeDashLink_hide {
    display: none;
  }

  .container-xtrasmall_ux5 {
    width: 100%;
  }

  .personalizeDashLink_section {
    width: 235px;
    float: right;
    text-align: right;
    padding-top: 0px;
  }

  .personalizeDashLink_section .personalizeDashLink,
  .personalizeDashLink_section .blueDivider {
    float: none;
  }

  .widget-head .icon-close {
    display: none;
  }

  /* for rhs pulldown */
  .lhsWidgetsShowInResp {
    padding-top: 200px;
  }

  .lhsExpandIcon {
    top: 100px;
  }

  .rhsWidgetsShowInResp {
    padding-top: 165px;
  }

  .rhsExpandIcon {
    top: 112px;
  }

  /* for hiding advertisement and insta widget in mobile
  #ParentDiv_CorporateUserDashboardUX5_INWD__1 ,
  #ParentDiv_RetailUserDashboardUX5_INWD__1,
  #ParentDiv_CorporateUserDashboardUX5_WOFFUX5__1,
  #ParentDiv_RetailUserDashboardUX5_WOFFUX5__1{
  	display: none;
  }*/
  #CorporateUserDashboardUX5_WAC85__1.overflow_hidden,
  #RetailUserDashboardUX5_WAC85__1.overflow_hidden {
    overflow: unset !important;
  }

  .overflow_hidden {
    overflow: hidden !important;
  }

  /*for update phrase screen */
  .updatephrase_table_sec {
    overflow-x: scroll;
  }

  .update_phrase_word_sec .stage3_inputpanel_column {
    margin-top: 2px;
    width: 35%;
  }

  /* for update account preferences*/
  .update_accountname_table table tbody tr td.footable-last-column {
    padding-right: 10px;
  }

  .update_accountname_table .footable.breakpoint > tbody > tr:first-child > td.footable-last-column:after {
    padding-left: 10px;
  }

  .account_pref_dropdown_main .dropdown_label {
    margin-left: 0px;
    width: 25%;
    margin-right: 10px;
  }

  .update_accountname_table .modifiedTextWidth {
    width: 100%;
  }

  .update_multiple_accountname_table .labelColumn_pref input[type=text] {
    width: 80%;
    float: left;
  }

  .updateAccountName_cancel_section {
    width: 60px;
    display: inline-block;
  }

  .updateAccountName_cancel, .updateAccountName_submit {
    display: block;
  }

  .updateAccountName_cancel {
    border-right: none;
    margin-bottom: -12px;
    padding-right: 0px;
  }

  .update_accountname_table .width100percent {
    overflow-x: scroll;
  }

  /* for pagination start*/
  .pagination-wrapper .paginationRowperPageLabel {
    width: 37px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .pagination-wrapper .goto-textfield input[type=text] {
    width: 33px !important;
  }

  .pagination-wrapper .goto-division {
    width: 92px !important;
  }

  .pagination-wrapper .per-page {
    width: 105px;
    display: inline-block !important;
  }

  .pagination-wrapper .goto-textfield {
    width: 37px;
  }

  .pagination-wrapper .content.info-division > span > span {
    margin-right: 8px;
  }

  .pagination-wrapper .labelColumn_combo {
    width: 50px;
    padding-right: 0px;
  }

  .pagination-wrapper {
    padding: 0px 0px 10px 0px;
  }

  .info-division .per-page {
    margin-right: -5px !important;
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
  }

  /* for pagination end*/
  .accSummary_consolidate_table {
    overflow-x: scroll;
  }

  .initiate_from_template input {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .inbox_wrapper_table {
    border-right: 1px solid #EFEFEF;
  }

  .breadcrumb-block .breadcrumb-icon:after {
    border-left: 10px solid #f7f9f6;
  }

  .breadcrumb-block .breadcrumb-icon {
    background: #f7f9f6;
  }

  .hamburger {
    top: 62px;
    left: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .login_footerMedia_div1 {
    width: 21%;
  }

  .login_footerMedia_div2 {
    width: 41%;
  }

  	/*#youtubeImage {
      margin-left: 5px;
    }*/
}
@media screen and (min-width: 1400px) {
  .width100percent_main_loginbg {
    margin-bottom: 137px;
  }

  .login-body-style {
    max-width: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .menuSearchIconLink {
    font-size: 13px;
  }

  .notifyIconLink, .mailsIconLink, .logoutLink, .spaceIconLink {
    font-size: 13px;
  }

  .person-name:after {
    font-size: 13px;
    padding-right: 10px;
    background-size: 13px;
  }

  .personNameCaret {
    margin-right: 51px;
  }

  .headerLogoutLink:before {
    width: 50px;
    height: 16px;
    background-size: 45px 15px;
  }

  .headerWelcomeText {
    top: 0px;
    height: 13px;
  }

  .unreadCountDash, .unreadMailsCountDash {
    top: -10px;
    font-size: 7px;
  }

  .header_menuicon img {
    width: 45px;
    height: 30px;
  }

  .header_menuicons_main {
    top: 42px;
  }

  .headerWelcomeText .headertext_name, .headerWelcomeText .caret {
    top: -5px;
  }

  .header_menuicon .active img {
    width: 55px;
    height: 34px;
  }

  .header_menuicon .active .loginBottom_contact_lable a {
    font-size: 10px;
    color: #d61a0c;
  }

  .header_menuicons_main .loginBottom_contact_lable {
    display: block;
  }

  .unreadMailsCountDash {
    margin-right: 10px;
  }

  .menuSearchBx {
    top: -410px;
  }

  .notifyBox {
    top: 28px;
  }

  .mailsBox {
    top: 29px;
  }

  .alertBx {
    top: 29px;
  }

  .profile-picture {
    top: -3px;
  }

  .login_footerMedia_div3 .loginBottom_contact_lable {
    right: 7px;
  }

  /*for accountsummary widget no scroll start*/
  #ParentDiv_RetailUserDashboardUX5_WAC85__1,
  #ParentDiv_CorporateUserDashboardUX5_WAC85__1 {
    height: auto;
    max-height: none;
    min-height: 300px;
  }

  #ParentDiv_RetailUserDashboardUX5_WAC85__1 .widget-content,
  #ParentDiv_CorporateUserDashboardUX5_WAC85__1 .widget-content {
    height: auto !important;
    padding-bottom: 15px;
    min-height: 300px;
  }

  /*for accountsummary widget no scroll end*/
}

/*# sourceMappingURL=materialize_master.css.map */
