/*
 * This file contains all media query styles used across application to acheive the
 * responsive behavior across various resolution ranges.
 */
/*
* Direction
* Default Configuration
* Font 
* Header, Body and footer configuration
* Links
* Scrollbar 
* Notification Bubble 
* Mask 
* Box Shadow Parameters
* Button
* Forms
* Date Picker
* Message Display
* Tabs
* Virtual Keypad
* Collapsible section
* Modal View
* Download Component
* Table
* Step tracker
* Breadcrumb
* Print help, Print preview
* Link delink
* Password Strength
* Pagination 
* Hamburger menu
* Ticker
* Widgets
*/
/*
 * This file contains the color palette configuration defined in application
 * for various colors shades. Any color added in style sheet should be from
 * this defined set of color palettes only
 */
/* 
 * Get the corresponding hex code for the color
 * Usage: color("name_of_color", "type_of_color")
 * Example: $primary-color: color("red", "lighten-2");
 */
/* Direction - Used for RTL/LTR support. Not yet implemented.
 * Possible values are: 
 * ltr (for Left to Right languages)
 * rtl (for right to left languages)
 */
/* Default Configurations 
 * Every bank will be associated with a default theme which will be a combination 
 * of a primary color and a secondary color.
 */
/* new theme orange introduced*/
/* Font - The default font family (Roboto) used in applications are mentioned here.
 * Recommendation is not to change the font family as application font family has been decided as per 
 * Google material design recommendation.
 * Changing font family will have below mentioned impacts:
 * 	1. font sizes, font weight needs to be redefined across application style sheets as per the new font family.
 *  2. Any alignment issues due to the font change needs to be taken care.
 */
/* icomoon and fontawesome font families are used mostly for icon sets used in application screens */
/* Application heading related configurations */
/* Header, Body and footer configurations used in login screens and post login application screens */
/* Pre-login screens related configuration */
/* Post login application  screen configuration */
/* Hyperlink configuration */
/* Scrollbar configuration 
 * Some browsers doesn't support changing the native default scrollbars. The below style changes 
 * might not reflect in such browsers.
 */
/* Left hand side and Right hand side vertical and horizontal bar configurations */
/* Notification Bubble 
 * Used in header for showing notification count for Alerts, Mails and Mails count in hamburger menu
 */
/* Mask - Used mainly as a background for overlay screens to mask user from clicking 
 * on the background screen components.
 */
/* Box Shadow Configuration 
 * Used to give shadow effects to ovarlays, containers, components, pulldowns. Multiple shadow attributes
 * are defined which can be used across application screens.
 */
/* Buttons
 * Application buttons fall into below mentioned categories:
 * 1. Primary Button 
 * 2. Secondary Button
 * 3. Flat Button  - should look like a normal text on screen, but actually its a button in backend
 * 4. Disabled Button - used for displaying disabled(non clickable/read only) buttons
 * Configuration allows you to change to sharp edges of buttons, color, shadow, case of text etc.
 * Note: If case of button text is changed, ensure to give proper font-size also to avoid any distortion.
 */
/* Form Configurations
 * Contains form elements:
 * 1. Input fields.
 * 2. Labels
 * 3. Check boxes
 * 4. Radio buttons
 * 5. Combo boxes
 * 6. Text area
 * 7. Mandatory star *
 * 8. Place holder
 */
/* 
 * Date Picker configuration
 * Configuration allows you to customize the date picker styles
 */
/* 
 * Message Display 
 * Configuration for Success,Error,Warning,Info messages.
 * Note: All icons used in messages are included as IMAGE using IMG tag
 */
/* 
 * Tabs configuration
 */
/* 
 * Virtual Keypad Configuration
 */
/* 
 * Collapsible section configuration
 */
/* 
 * Modal View configuration 
 */
/* 
 * Download Component configuration 
 * Defined Download Formats are: Excel, PDF, Text
 */
/* 
 * Listing table configuration
 */
/* 
 * Step tracker configuration
 */
/* 
 * Breadcrumb configuration
 */
/* 
 * Print help, Print preview configuration
 */
/* 
 * Link delink configuration
 */
/* 
 * Password Strength configuration
 * Below mentioned are the password strength values possible:
 * 1. too short
 * 2. weak
 * 3. fair
 * 4. strong
 * 5. very strong
 * Note: All icons are included as IMAGE using IMG tag
 */
/* 
 * Listing table pagination configuration
 * Note: Navigation icons are used as IMAGE, not font icons
 */
/* 
 * Hamburger menu configuration
 */
/* 
 * Ticker configuration - Ticker is the live scroll messages 
 */
/* 
 * Widgets configuration
 */
/*
 * This file contains any common $ config params other than the themes/branding related confgurations
 */
/*
 * This file contains the language based directional changes for LTR/RTL languages.
 * This functionality is not yet integrated into application SCSS. Will be considered when RTL support gets incorporated.
 */
/*
 * This file contains all common functions, mixins which are used across all SCSS files.
 */
 /* Added by Bala for Favorites Accounts */
 .navigationLeftButtons_resp{
 display: none;
 }
@media screen and (min-width: 1px) and (max-width: 699px) {
  .span-checkbox2 {
    top: 50px !important;
  }

  .logoutPanel .main-content,
  .logoutSuccessIcon {
    margin-right: -37px;
  }

  .lookup_button_profile {
    margin-right: 47% !important;
  }
}
/*Surej RWD - Media Query Styling min 480px to highest range STARTS*/
@media screen and (min-width: 480px) {
  .stage3_searchpanel_detailsdiv .collapsible-wrapper {
    width: 400px;
  }

  .searchsimpletext_alerts {
    float: right;
    margin-top: 6px;
    color: #212121;
    font-size: 0.69em;
    margin-right: 2px;
    margin-left: 1px;
    padding-right: 13px;
    padding-left: 4px;
    padding-bottom: 2px;
  }
}
/*Surej RWD - Media Query Styling min 480px to highest range ENDS*/
/*Surej RWD - Media Query Styling min 1px to 639px range STARTS*/
@media screen and (max-width: 639px) and (min-width: 1px) {
  .simpletext_breakword_width {
    color: #212121;
    font-size: 0.69em;
    text-decoration: none;
    word-wrap: break-word;
    width: 15em;
    float: right;
  }

  .dashboardSection .widget-medium .menuChoices {
    left: 40%;
  }

  .signoffseperator {
    border-left: 1px solid #BDBDBD;
    padding-bottom: 79px;
    padding-right: 15px;
    padding-top: 25px;
    height: 100%;
  }

  .querytextrightOTP {
    display: inherit;
    width: 63%;
  }

  .labelColumn_nextgenOTP {
    width: initial;
  }

  .HW_formbtn_imgOTP {
    float: right;
    margin-top: 0px;
    width: 53%;
  }

  .logoutrowone,
  .logoutrowtwo {
    margin-right: 5% !important;
    margin-left: 5%;
    width: 90% !important;
  }

  .workflow {
    width: 99.65% !important;
  }

  .amendmtLeft {
    width: 45%;
    float: right;
    margin-right: 15px;
    text-align: right;
  }

  .opstatementux4 {
    float: right;
    width: 94%;
    margin-right: 10px;
    padding-top: 13%;
    padding-bottom: 6%;
  }

  .paddingleftpulldown {
    padding-right: 5px !important;
  }

  .groupletsection .newbuttonhashedImg,
  .newbuttonhashedImg {
    padding-top: 13px;
    float: left;
    position: relative;
    top: -34px;
    right: 2px;
  }

  .scheduleTxnHeader {
    color: #424242;
    font-size: 0.810em;
    position: relative;
    top: 0px;
    right: 0px;
  }

  .amountnonrightalign_media {
    text-align: center !important;
    float: right !important;
  }

  .queryitalictextwithspace_srnotes {
    padding-top: 0px;
    padding-bottom: 17px;
    margin-top: -8px;
  }

  .textareaalignment {
    min-width: 38% !important;
  }

  .composemailsavespan1 {
    float: right;
    margin-right: -265px !important;
    margin-top: 55px !important;
  }

  .width25percent_mleft {
    min-width: 151px !important;
  }

  .searchsimpletext_leftpadding1 {
    margin-right: 75% !important;
  }

  .searchsimpletext_leftpadding2 {
    margin-right: 47%;
    margin-top: 3px;
  }

   /* .delinkedValTable .goto-division,
  .linkedValTable .goto-division {
    width: 50% !important;
  } */

  .msgc_indicator_mandatory_lower {
    color: #9E9E9E;
    float: left;
    font-weight: normal;
    height: 36px;
    margin: 20px 2px -35px 0px;
    padding-bottom: 0;
    width: auto;
    font-size: 0.69em;
    display: block;
  }

  .msgc_indicator_mandatory_higher {
    display: none;
    color: #9E9E9E;
    /*Added for Lumi changes*/
  }

  .stage3_width50percentwithborder {
    border-left: none;
  }

  .droptxtdate {
    margin-right: 40px;
  }

  .simpletext_checkbox {
    margin-right: 19px;
    padding-top: 0px;
    margin-top: -14px;
  }

  .simpletext_checkbox01 {
    margin-left: 132px;
  }

  .searchsimpletextbold_actInq {
    display: none;
  }

  .settingsBx .sm-phone-icon {
    margin: 2% 83px 0 0;
    padding-right: 18px;
    padding-left: 31px;
    width: 68.5%;
  }

  .settingsBx .sm-mobile-icon {
    width: 68.5%;
  }

  .current_tab1,
  .noncurrent_tab1 {
    border: 1px solid #E0E0E0;
    cursor: pointer;
    float: left;
    font-weight: bold;
    background: #FFFFFF repeat-x 100% 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 10.5px;
    vertical-align: inherit;
    padding: 5px 10px;
    display: inline-block;
    width: 14%;
  }

  .current_tab1 {
    color: #0070C0;
  }

  .noncurrent_tab1 {
    color: #FFFFFF;
    background: #757575;
  }

  .formbtn_last_cancel,
  .formbtn_last_cancel:hover {
    font-size: 0.75em;
    font-weight: normal;
    color: #424242;
    text-decoration: none;
    padding-left: 10px;
    border: 0px solid #424242;
    border-right: 1px solid #BDBDBD;
    width: 50px;
    vertical-align: middle;
    overflow: visible;
    float: right;
    height: 27px;
    cursor: pointer;
    line-height: 20px;
    padding-right: 10px;
    /* fix for ticket id 731282 */
    margin-right: 5px;
    padding-top: 3px;
    text-align: center;
    margin-top: 5px;
  }

  .formbtn_last_cancel {
    background: url(../images/backgrounds/btnGray_new.gif) transparent no-repeat 0% 0px;
    /*next-gen*/
  }

  .formbtn_last_cancel:hover {
    background: url("../images/backgrounds/btnGray_mouseover.gif") no-repeat scroll 0% 0 transparent;
  }

  .dashboardSection .detHeaderLeft {
    width: 48.4%;
  }

  .next-genHeader .loginHeader {
    margin-bottom: 0px !important;
  }

  #header .next-genHeader .logo {
    min-width: 125px;
    width: 25%;
    margin-top: 39px;
  }

  .next-genHeader .headerTextSpacingStyle {
    width: 60%;
    margin-left: 0;
    padding-top: 42px;
  }

  .textareaLeftMargin {
    background: none;
    padding-right: 2px;
    float: none !important;
  }

  .stage3_rowwithmargin {
    margin-bottom: 40px;
  }

  .floatLeftContainerWrapper {
    float: right;
    width: 98%;
    background-color: #FFFFFF;
  }

  .ui-autocomplete {
    max-width: 240px;
  }

  .formcaption_img_2 .formbtn_back {
    margin-right: 50%;
  }

  .blackSignoffConfirmation {
    line-height: 1.5;
    width: 100%;
  }

  .txtBoldBlack_logout {
    width: 65%;
  }

  .rightRoundCornerIWantTo {
    padding-left: 4px;
  }

  .rightRoundCornerQickLink {
    padding-left: 0px;
  }

  .pageheadingcapsUX4 {
    font-size: 0.75em;
    font-weight: normal;
    text-transform: uppercase;
    float: right;
    margin: 0px;
  }

  .stage3_previewconfirm_singledetails_column {
    width: 45%;
    margin-top: 6px;
  }

  .stage3_leftrightmainpanel_myprofile,
  .stage3_leftrightmainpanel_myprofilelastrow {
    background: none;
  }

  .orangebg_warningsection {
    width: 99%;
  }

  .stage3_additionaldetailslink_nextgen {
    width: 94%;
  }

  .legendHolder {
    padding-top: 0px;
  }

  .simpletextleftlabelcc {
    margin-right: 7px;
  }

  .current-avail-bar-dp {
    margin-bottom: 17px;
  }

  .current-avail-bar {
    padding-bottom: 20px;
  }

  .container-nxtGenmedium .rightTextHolder {
    margin-left: 17px;
  }

  .container-nxtGenmedium .chartFooterDisplay {
    width: 99.8%;
  }

  .container-consoAccntSummary,
  .widget-consoAccntSummary .widget-content {
    margin-bottom: 0px;
  }

  .container-nxtGenNoTopmedium .stage3_whitetabhover {
    margin-right: -16px;
  }

  .centerHeaderSubsec {
    float: none;
    margin-right: 2px;
  }

  .container-consoAccntSummary {
    margin-left: 0;
    margin-top: 10px;
    width: 98%;
  }

  .container-nxtGenmedium {
    width: 98%;
  }

  .container-nxtGenxtrasmall {
    width: 99%;
    margin-bottom: 15px;
  }

  .stage3_searchpanelcolumn {
    width: 47%;
  }

  .linkDelinkTabs {
    display: block;
    line-height: -1px;
    padding-top: -75px;
    margin-top: 0px;
    width: 100%;
  }

  .tabNavLinkDelinkTable {
    display: block;
    width: 99.95%;
    border-top-color: #FFFFFF;
    background-color: #FFFFFF;
    height: 33px;
    margin-top: -13px;
  }

  .delinkedValTable .width100percent,
  .linkedValTable .width100percent {
    width: 100%;
  }

  .delinkedValTable .tableoverflowwrapperhw {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .linkedValTable .notopborder {
    border-top: none;
    background-color: #FFFFFF;
    margin-top: 1px;
    border-right: 0px;
    border-bottom: 0px;
  }

  .delinkedValTable .notopborder {
    border-top: none;
    background-color: #FFFFFF;
    margin-top: 1px;
    border-right: 0px;
    border-bottom: 0px;
  }

  .linkdelink_right,
  .linkdelink_left,
  .navigationButtons,
  .navigationRightButtons_resp {
    display: none;
  }

  .linkdelink_left_resp,
  .linkdelink_right_resp {
    display: block;
  }

  .navigationLeftButtons_resp .linkdelink_right_resp .waves-effect input[type="submit"],
  .navigationRightButtons_resp .linkdelink_left_resp .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    width: 86px;
    letter-spacing: .5px;
    align-content: left;
    height: 36px;
    line-height: 36px;
    margin-top: -8px;
  }

  .navigationLeftButtons_resp .linkdelink_right_resp .waves-effect input[type="submit"] {
    background: url("../images/backgrounds/delink_right.png") transparent no-repeat 85% 8px;
    text-align: left;
    margin-left: 7px;
    margin-right: 4px;
  }

  .navigationRightButtons_resp .linkdelink_left_resp .waves-effect input[type="submit"] {
    background: url("../images/backgrounds/link_left-arrow.png") transparent no-repeat 95% 8px;
    text-align: middle;
    margin-left: -5px;
    margin-right: 9px;
  }

  /*For lower resolution */
  .linkedValTable table.singleTableHeading {
    border: 0px;
  }

  .linkedValTable {
    width: 100%;
    border: none;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    margin-right: 0%;
  }

  .delinkedValTable {
    width: 42%;
    float: none;
    border-color: #BDBDBD;
    border: none;
    border-top: 1px solid #BDBDBD;
    display: block;
    margin-left: 0%;
  }

  .delinkedValTable {
    display: none;
    width: 100% !important;
  }

  .simpletext_pinnotes {
    font-size: 0.54em;
  }

  .searchsimpletextwithmargin {
    width: 60px;
  }

  .navigationLeftButtons_resp,
  .navigationRightButtons_resp {
    float: left;
    padding-left: 1%;
    padding-bottom: 1%;
  }

  .widget-medium,
  .widget-mediumUX4 {
    width: 100%;
  }

  .rightpanel_texttemp {
    padding-right: 5px;
    /*Surej RWD for aligning date column at lower resolution in message center*/
  }

  .newabsmiddle2txt .newabsmiddle2,
  .newabsmiddle1txt .newabsmiddle2 {
    margin-right: 3px;
  }

  .center_align_withmargin {
    margin-right: 2%;
  }

  .stage3_inputpanel_paydetailsrow .querytextright_withoutBlock .querytextboxnumber {
    margin-right: 7px;
  }

  .stage3_inputpanel_column_notification {
    float: right;
    margin-left: 5px;
    margin-top: -18px;
    text-align: left;
    width: 45%;
    /*Added by Vinay Mishra for overlay PFM-RWD*/
  }

  .dashboardSection .menuChoices {
    left: -50%;
  }

  .grid_OuterMostDiv {
    background-color: #F5F5F5;
    border: 2px solid #E0E0E0;
    float: right;
    height: 108px;
    margin: 2px 0 0 2px;
    width: 100%;
  }

  .grid_widgetIcon {
    float: right;
    height: 65px;
    margin: 22px 15px 5px 0;
    width: 22%;
  }

  .grid_checkBox {
    float: right;
    margin-right: 5px;
    margin-top: 24px;
  }

  .grid_Icon {
    margin: 8px 12px 0 0;
  }

  .grid_description {
    float: right;
    font-size: 13px;
    height: 36px;
    margin: 3px 5px 0 0;
    width: 51.7138%;
  }

  .querytextleft_transdate {
    padding-left: 10px;
  }

  .searchsimpletext_date {
    margin-right: 12px;
  }

  .stage3_commentstext_brown {
    width: 80%;
  }

  .stage3_commentstext_brown_withwidth {
    width: 80%;
    padding-right: 12px;
  }

  .stage3_listingpaneldiv_grouplet .stage3_rightwithmargin {
    margin-bottom: 5px;
    float: left;
  }

  .width25percent_mleft {
    width: 20%;
    min-width: 155px;
  }

  .width75percent_mleft {
    width: 63%;
    max-width: 390px;
  }

  .detHeaderRight {
    padding-right: 0px;
    width: 49.2%;
  }

  .dashboardSection .detValueRight .simpletext {
    width: 24%;
  }

  .HW_head_outerdivwithbottommargin {
    border-bottom: 1px solid #E0E0E0;
    height: 26px;
    width: 100%;
  }

  .widget-small .listboldtxtwithNoLine,
  .widget-small .listboldtxtwithline {
    border-bottom: 1px none;
  }

  .mwidfromheadingwidth {
    height: 17px;
  }

  .mwidlistwhiterow,
  .mwidlistwhiterow:hover,
  .mwidlistwhiterow2,
  .mwidlistwhiterow2:hover {
    width: 100%;
  }

  .inbox_date {
    width: 96px;
  }

  .inbox_from {
    width: 204px;
    padding-right: 12px;
  }

  .widget-content table select {
    width: 12.76%;
  }

  .widget-content .febacal-calendar-button-ux3 {
    width: 1.17%;
  }

  .stage3_inputpanel_column_p2p {
    width: 33%;
    /*Added by Surej for p2p modify*/
  }

  .inbox_containt_new {
    width: 107%;
  }

  .querytextright_stage3_notification {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .link_attach a:link {
    display: inline-block;
  }

  .widget-small {
    width: 100%;
  }

  .menuChoiceAccntAlign {
    left: -38% !important;
  }

  .widget .menuChoices_3 ul li {
    width: 180px;
  }

  .searchsimpletext_rightMargin {
    margin-right: 53px;
    margin-left: 6px;
  }

  .searchsimpletextwithmarginLarge1 {
    padding-left: 9px;
    margin-right: 27px;
  }

  .logo_1 {
    margin-top: 13px;
  }

  .simpletextwithwidth {
    float: right;
    padding-left: 0px;
    width: 34%;
    text-align: left;
  }

  .simpletextwithwidthCC {
    text-align: right;
    padding-left: 0px;
  }

  .widget-xtrasmall .widget-content {
    margin-bottom: -12px;
  }

  .stage3_Notesdetailslink {
    width: 57%;
  }

  .remarksboxux3 {
    width: 81.91489361702128%;
  }

  .HW_textwithtopbottompadding_blk {
    margin-right: 153px;
    margin-top: -27px;
  }

  ::i-block-chrome,
  #CESMALL3 {
    margin-right: 0px !important;
  }

  #CESMALL3 {
    margin-top: 15px;
  }

  #CESMALL2 {
    margin-top: 15px;
  }

  .homegradientfirstdivwithbgcolor_new5 .ui-combobox {
    padding-right: 0px;
  }

  .queryitalictext_netgoalFrmlae {
    width: 45%;
  }

  .rightPadding {
    margin-bottom: -15px;
    display: block;
  }

  .rightPadding1 {
    float: right;
    margin-left: 38%;
    margin-bottom: 19px;
  }

  .searchsimpletextresponsive {
    margin-right: 26%;
    width: 19%;
    text-align: left;
    margin-top: 12px;
    float: right;
  }

  .searchsimpletextwithmarginLarge {
    margin-right: 14px;
    padding-left: 7px;
  }

  .widget-body {
    padding-left: 0 !important;
  }

  .logo_1 {
    margin-top: 10px;
  }
	
   .LoggedUserMobileView{
   display: block;
   }	
  .labelcolumnsmallRWD {
    width: 166px;
    margin-right: 6px;
  }

  .hasPulldownMenu {
    margin-right: -1px;
  }

  .stage3_columnwithborder {
    margin-top: 1px;
  }

  #main .toprow {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .inbox_wrapper {
    width: 100%;
    margin-right: 2px;
  }

  .plusBulk,
  .minusBulk {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 29px;
    margin-top: -2px;
  }

  .plusBulk {
    background: url("../images/infobox-open.png") no-repeat scroll 100% 0 transparent;
  }

  .minusBulk {
    background: url("../images/infobox-close.png") no-repeat scroll 100% 0 transparent;
  }

  .headingBulk {
    font-size: 0.813em;
    font-weight: normal;
    margin-left: 5px;
  }

  .labelCol_text_remarks {
    margin-right: 0px;
    width: 83%;
  }

  .headerBulk {
    border: 0 none;
    font-size: 1em;
    background-color: #F5F5F5;
    height: 25px;
  }

  .stage3_dataentry_modalview_label_left {
    margin-right: 14px;
  }

  .stage3_blank_padding {
    margin-right: 10px;
  }

  .pfm_stage3_ptabgray1 {
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    float: right;
    height: 40px;
    margin: 0 -1px 0 0;
    padding-right: 0;
    width: 28%;
    min-width: 142px;
  }

  .pfm_stage3_ptabgray2 {
    min-width: 146px;
    width: 28%;
  }

  .pfm_stage3_tabwhitep {
    margin: 0 0px 0 0;
    padding: 0;
    width: 28%;
    min-width: 146px;
  }

  .pfm_whitetabhover_bold {
    padding: 2px 0px 1px 0px;
    width: 100%;
    min-width: 142px;
  }

  .pfm_grey_active_bold {
    padding: 1px 0px;
    width: 100%;
    min-width: 142px;
  }

  .inputtextarea-span {
    float: left;
    width: 67%;
  }

  .logoutimg {
    margin-right: 3%;
  }

  .greybgtxtbox,
  .greybgtxtbox_nextgen {
    width: 177px;
  }

  .stage3_listingpaneldiv_Extended .HW_formbtn,
  .stage3_listingpaneldiv_Extended .HW_formbtn:hover,
  .stage3_listingpaneldiv_small .HW_formbtn,
  .stage3_listingpaneldiv_small .HW_formbtn:hover {
    float: left;
    margin-top: -35px;
    margin-bottom: 0px;
  }

  .stage3_listingpaneldiv_Extended .HW_formbtn_grey,
  .stage3_listingpaneldiv_small .HW_formbtn_grey {
    float: left;
    margin-top: -35px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .stage3_budgets_categoryhead {
    display: none;
  }

  .labelColumn {
    width: 45%;
  }

  .textboxPasswordChangeHw {
    width: 28%;
  }

  .labelColumn_nextgen,
  .labelColumn_nextgen_tran {
    width: 65%;
    padding-left: 5px;
    max-width: 177px;
  }

  .labelColumn_nextgen_tran {
    padding-right: 3px;
  }

  .stage3_querytextboxmedium,
  .remarkstextboxbig,
  .pagination,
  .accordianmenu .headerbar,
  .pageRightContainer {
    width: 100%;
  }

  .movetofoldertop {
    margin-right: 1px;
  }

  .stage3_alert_label {
    padding-top: 5px;
    word-wrap: break-word;
  }

  .stage3_alertpanel_column {
    float: right;
    font-size: 0.69em;
    margin-right: 2px;
    padding-top: 7px;
    text-align: left;
    width: 17%;
  }

  .stage3_chkbox_alert {
    margin-right: 13px;
  }

  .querytextboxmedium_search {
    padding-top: 0;
    width: 34%;
  }

  .labelcolumnsearch {
    width: 89%;
  }

  .stage3_dataentry_modalview_label_left {
    width: 25%;
  }

  .stage3_dataentry_modalview_leftlabel {
    width: 28%;
    margin-left: 15px;
  }

  .accordianmenu .headerbaropen_index {
    width: 104%;
    padding: 11px 4px 10px 0;
  }

  .reply_rightnav {
    margin-right: 51.20202%;
  }

  /* Modified by Anil for Mails Module */
  .menuHome {
    background: url("../images/menuHome.jpg") no-repeat 100% 2px transparent;
    width: 23px;
    height: 21px;
    display: inline-block;
  }

  .hyperLinkHeadingClick {
    color: #0070C0 !important;
  }

  span.menuHome:after {
    content: url(../images/Header-menu-pointer-Arrow.png) 0px 2px no-repeat transparent;
    padding-top: 23px;
    display: none;
  }

  #header .header-nav {
    margin: 10px;
    width: 60%;
    background: none;
  }

  #header {
    margin-bottom: 9px;
  }

  .container-large {
    float: right;
    width: 100%;
    /* margin-left: 1%; */
  }

  .widget-large {
    margin-bottom: 1%;
  }

  /* .widget-large .widget-content { */
    /* min-height: 280px; */
  /* } */

  .composeMsgTemplates1 {
    width: 36%;
    margin-bottom: 6px;
    float: right;
  }

  .createlink_new {
    float: right;
  }

  #topbarNew {
    display: none;
  }

  #header .header-nav {
    height: auto;
  }

  ul {
    padding: 0px;
  }

  .section {
    width: 100% !important;
  }

  .rightwithwidth {
    padding-left: 2%;
  }

  .breadcrumbnew1 {
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    display: list-item;
    height: 26px;
    padding-right: 5px;
    padding-top: 5px;
    width: 97%;
    color: #424242;
  }

  #breadcrumbnew_add,
  #breadcrumbnew,
  .headerRowsetRight,
  .rightRoundCorner,
  .profilePhoto {
    display: none;
  }

  #breadcrumbarrow {
    text-decoration: none;
    font-weight: normal;
    vertical-align: top;
    display: inline;
  }

  .bcumcollapse {
    background: url("../images/Breadcrumb-icon-BG.png") no-repeat 100%;
    cursor: pointer;
    display: block;
    float: right;
    height: 5px;
    margin-top: 0;
    padding: 20px 0 5px;
    width: 30px;
  }

  .bcumcollapse_first,
  .bcumcollapse_second {
    height: 20px;
    margin-right: 8px;
    margin-top: -13px;
  }

  .bcumcollapse_first {
    background: url("../images/Breadcrumb-icon.png") no-repeat scroll 100% 0 transparent;
    display: block;
  }

  .bcumcollapse_second {
    background: url("../images/Breadcrumb-icon_disabled.png") no-repeat 100%;
    display: none;
  }

  .bcumcollapse_close {
    background: url("../images/close-icon.png") no-repeat 100%;
    display: none;
    height: 20px;
    margin-right: 31px;
    margin-top: -21px;
  }

  .headerouter_r {
    width: 100% !important;
  }

  .headerRowsetLeft {
    display: none;
    width: 70%;
  }

  .headerRowsetRight {
    float: right;
    width: 55%;
  }

  .headerWelcomeText {
    margin-top: 10px;
    width: 100%;
  }

  .txt_boxnew {
    float: left;
    height: 10%;
    margin-top: 35px;
    width: 0px !important;
  }

  .skipContRow {
    margin-top: -35px !important;
    margin-left: 6px;
  }

  .skipContLink {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 11px;
  }

  .HW_logoffLink {
    display: none;
  }

  #header .ui-combobox .ui-combobox-input.ui-widget-content,
  #header .ui-combobox .ui-combobox-input.ui-state-hover,
  #header .ui-combobox .ui-button,
  #header .ui-combobox .ui-button.ui-state-hover {
    background: url("") no-repeat scroll 100% 0 #FFFFFF !important;
  }

  .HW_logoffLink_new {
    float: left;
    height: 22px;
    clear: left;
    padding-right: 5px;
    background: none;
    margin: 47px -50px 0 0;
    display: block;
  }

  .logoffLink,
  a.logoffLink:hover,
  a.logoffLink:visited {
    background: url("../images/LogoutIcon.png") no-repeat scroll 100%;
    width: 30px;
  }

  .rightTextSepWhite,
  .skinUnSelectLeft,
  .skinUnSelectRight {
    display: none;
  }

  .headertext_name {
    color: #FFFFFF;
    cursor: pointer;
  }

  .headerSettingsBx {
    background: url("../images/topNavNormal.png") no-repeat scroll -38px 0 transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 21px;
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 3px;
    width: 20px;
  }

  .headerRowsetRightNew {
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    float: left;
    margin-left: 40px;
    margin-top: 17px;
    width: 25%;
  }

  .skinPulldown {
    border: none;
    display: block;
    overflow: visible;
    padding-bottom: 0;
    position: static;
    width: 0px;
  }

  .menuBxArrow {
    background: url("../images/Header-menu-pointer-Arrow.png") no-repeat scroll center;
    width: 18px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 84px;
    top: 23px;
    /*modified as per CDG suggestion for new prod logo*/
  }

  .menuBx .menuBxArrow {
    left: 84px !important;
  }

  .alertBxArrow {
    background: url("../images/alertBxArrow.png") no-repeat scroll center;
    width: 18px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 70px;
    top: -8px;
  }

  .alertBx {
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    position: absolute;
    top: 36px;
    left: -3px;
    width: 350px;
    height: 400px;
    overflow: visible;
    background-color: #FFFFFF;
    z-index: 2001;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-clip: padding-box;
  }

  .alertHeader {
    height: 30px;
    padding-top: 5px;
    color: #424242;
    margin: 0 1px;
    margin-right: 8px;
    /*Added by indrajit for myprofile chnages*/
  }

  .alertHeader h5 {
    float: right;
    line-height: 31px;
    margin: 0 -10px 0 0;
    padding: 0 23px 0 0;
    font-size: 16px !important;
    font-weight: bold;
    /* Added for mail header changes */
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
  }

  .alertHeader span {
    float: left;
    line-height: 27px;
    margin: 0 0 0 10px;
    font-size: .9em;
  }

  .settingsBx {
    display: none;
    width: 322px;
  }

  .settingsBx .alertBxArrow {
    left: 38px !important;
  }

  .dropBxContent {
    height: auto;
    min-height: 50px;
    margin: 5px 0px 10px 0px;
  }

  .dropBxContentRM {
    height: auto;
    min-height: 50px;
    margin: 5px 0px 10px 0px;
  }

  .myProfilePulldown p.sessionTimeoutText_withoutborder {
    border-bottom: 1px transparent #CED0CF;
    padding-right: 15px;
    padding-left: 15px;
    width: 91.5%;
  }

  .sessionTimeOut {
    padding-bottom: 10px;
    border-bottom: 1px solid #BDBDBD;
    margin: 0px;
    margin-bottom: 10px;
  }

  .sessionTimeOut .sec1,
  .sessionTimeOut .sec2 {
    display: inline-block;
  }

  .sessionTimeOut .sec1 {
    width: 50%;
  }

  .sessionTimeOut .sec2 {
    width: 45%;
    padding-left: 2px;
    text-align: left;
  }

  .sessionTimeOut .sec1 span {
    color: #424242;
  }

  .sessionTimeOut .sec1 label {
    color: #af0909;
  }

  .border-bottom-clear {
    border-bottom: none;
  }

  .align-left {
    text-align: right;
    display: block;
    margin-bottom: 3px;
  }

  .form-control {
    height: 30px;
    background-color: #F5F5F5;
  }

  .profileBx {
    left: 35% !important;
  }

  .imgaeWithName {
    padding-right: 7px;
    /*changes for myProfile Indrajit*/
  }

  .imgaeWithName li {
    display: inline-block;
    margin: 0 !important;
  }

  .imgaeWithName .name {
    font-size: 15px;
    vertical-align: top;
    margin-right: 15px !important;
  }

  .manager-name {
    font-size: .9em;
    font-weight: normal;
    margin-right: 10px !important;
    vertical-align: bottom;
  }

  .profilePhoto_ProfileBx,
  .profilePhoto_settingBx {
    display: inline-block;
    float: right;
    margin-right: 2px;
    margin-left: 5px;
  }

  .profilePhoto_settingBx {
    margin-top: 6px;
  }

  .name_ProfileBx {
    color: #424242;
    display: inline-block;
    line-height: 1.42857;
    margin: 5px 0 5px 5px;
    font-weight: normal;
    word-break: break-all;
    /*RWD Fix to wrap the profile name in header section when it is too long*/
  }

  .myProfilePulldown {
    display: block;
    right: 0px;
    position: relative;
    width: 99%;
    /*Surej modified newly for RWD user profile at lower resoln*/
  }

  .myProfilePulldown p {
    border: none;
  }

  /*changes are done for profile last login -vinay*/
  .lastlogtext_green,
  .lastlogtext_blue,
  lastlogtext_grey {
    margin-top: -20px;
    margin-right: 5px;
  }

  .margin-bottom-clear {
    margin-bottom: 0 !important;
  }

  .sm-mobile-icon {
    background: url("../images/sm-mobile-icons.jpg") no-repeat scroll right center transparent;
    display: inline-block;
    margin: 8% 82px 0 0;
    padding-right: 15px;
    padding-left: 31px;
  }

  .sm-phone-icon {
    background: url("../images/sm-phone-icons.jpg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 18px;
    display: inline-block;
  }

  .headertext_email_v {
    color: #89CEF5;
    font-size: 0.69em;
    font-weight: normal;
    height: auto;
    text-decoration: none;
    word-wrap: break-word;
  }

  .profilename_settingBx {
    float: right;
    margin-right: 18px;
    position: absolute;
    width: 72%;
    -ms-word-break: break-all;
  }

  .header-label {
    color: #757575;
    font-size: 13px !important;
  }

  .reflow_final_view {
    display: block !important;
  }

  .navbarModified {
    margin-top: 10px;
    position: relative;
    margin-left: 20px;
  }

  .border-right,
  .border-left-right {
    border-left: 1px solid #6e7172;
    padding-left: 5px;
  }

  .border-left-right {
    border-right: none;
  }

  .navbarModified > li > a {
    padding: 0 !important;
  }

  .navbarModified li {
    list-style-type: none;
    margin-right: 10px !important;
    display: block !important;
    height: 25px;
  }

  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-brand {
    padding: 0 0px 0 0;
  }

  .navbar-default {
    background-color: #192741;
    border: 1px solid #192741;
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: none;
  }

  .SettingsIcon {
    background: url("../images/topNavNormal.png") no-repeat -38px 0 transparent;
    width: 20px;
  }

  .LogoutIcon {
    width: 12px;
  }

  .menuHome {
    background: url("../images/menuHome.jpg") no-repeat 100% 2px transparent;
    width: 23px;
  }

  .profilleIcon {
    background: url("../images/profilleIcon.jpg") no-repeat 100% 2px transparent;
    width: 23px;
  }

  .SettingsIcon,
  .LogoutIcon,
  .menuHome,
  .profilleIcon {
    height: 21px;
    display: inline-block;
  }

  .newCaret {
    color: #FFFFFF;
    position: relative;
    top: -5px;
    margin-right: 5px;
  }

  .newCaret2 {
    color: #FFFFFF;
    margin-right: 5px;
  }

  .nav-pills > li {
    float: right;
  }

  .nav-pills > li + li {
    margin-right: 2px;
  }

  .pull-right {
    float: left;
  }

  .container-small {
    float: right;
    width: 100%;
    margin-right: -1px;
    margin-left: 1.8px;
    margin-top: 10px;
  }

  .widget-xtrasmall {
    width: 100%;
    min-width: 200px;
  }

  .container-xtrasmall {
    width: 47.9%;
    min-width: 200px;
    margin-left: 7px;
  }

  .step_trackerwidth {
    width: 100%;
    margin-top: 10px;
  }

  .redbg,
  .redbgwithwidth,
  .orangebgwithwidth,
  .greenbgwithwidth,
  .orangebg,
  .greenbg {
    width: 99.55%;
  }

  .stage3_additionaldetailslink {
    background-color: #EBF7FF;
    border: 1px solid #97CAE6;
    float: right;
    height: auto;
    margin-right: 12px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 3px;
    width: 91.796875%;
    padding-right: 5px;
  }

  #footer {
    width: 100%;
    /*Aashish modified for RWD - Initiate Payment Screen for footer*/
  }

  .rightwithwidth {
    float: left;
  }

  .step_trackerwidth_withoutmargin {
    width: 100%;
  }

  .stage3_previewconfirm_details_column {
    width: 45%;
    margin-left: 2px;
    margin-top: 5px;
  }

  .stage3_tabmenupanel {
    float: right;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 99%;
    float: right;
    padding-right: 2px;
    padding-top: 0px;
  }

  .widget-body {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .querytextboxmedium_small_RWD1,
  .notificationLabel_RWD,
  .queryitalictextleftgap_RWD,
  .simpletext_clkhere_RWD {
    display: none;
  }

  .stage3_inputpanel_column_RWD {
    float: right;
    margin-left: 5px;
    margin-top: 7px;
    text-align: left;
    width: 35%;
  }

  .querytextright_stage3_RWD {
    clear: left;
    display: block;
    overflow: hidden;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-top: 1px;
    /*added by kunal_sonje since drop downs are getting distorted for font-size 12px  */
  }

  .stage3_inputpanel_columnRWD {
    float: right;
    margin-left: 5px;
    margin-top: -20px;
    text-align: left;
    width: 40%;
  }

  .queryitalictextleftgap_RWD1 {
    font-style: italic;
    color: #424242;
    text-decoration: none;
    padding-right: 3px;
    font-size: 0.69em;
  }

  .simpletext_clkhere_RWD1 {
    color: #212121;
    font-size: 0.99em;
    text-decoration: none;
  }

  .notificationStyle_RWD {
    padding-bottom: 8px;
    height: 30px;
    float: right;
    width: 4px;
  }

  .cpinputtextarea-span {
    display: inline-block;
    padding: 7px 2px 6px 0;
    text-align: right;
    margin-right: 5px;
    width: 93%;
    height: 89px;
    border: 1px solid #E0E0E0;
    color: #212121;
    font-size: 0.89em;
    font-weight: normal;
    background-color: #F5F5F5;
  }

  .cpnotificationTxtarea {
    font: inherit roboto-regular, OpenSans, Arial, Tajawal-Medium, sans-serif;
    background: none repeat scroll 100% 0 transparent;
    border: medium none;
    height: 89px;
    outline: medium none;
    resize: none;
    width: 100%;
    font-size: 0.69em;
  }

  .stage3_previewconfirm_det_col1 {
    float: right;
    width: 10%;
    font-size: 0.69em;
    font-weight: normal;
  }

  .controlOptionHrStyle {
    width: 100%;
    float: right;
    margin: 6px 0;
    margin-bottom: 0px;
  }

  .controlOptionTableStyle {
    width: 100%;
    border-bottom: 0px;
  }

  #collapsibleMenu {
    clear: both;
    float: left;
    padding-left: 0.1%;
    position: relative;
    top: -6px;
  }

  .stage3_previewconfirm_label_column,
  .ui-dialog .stage3_previewconfirm_label_column {
    width: 50%;
    margin-top: 5px;
  }

  .stage3_previewconfirm_label_column_forWidget {
    width: 29%;
    float: right;
    padding-left: 5px;
    word-wrap: break-word;
    margin-left: 5px;
    text-align: left;
  }

  .stage3_leftrightmainpanel {
    float: right;
    padding-bottom: 15px;
    width: 100%;
    background: none;
  }

  .stage3_previewdetailsrow {
    margin-top: 0px;
    float: right;
    width: 100%;
  }

  .stage3_leftrightmainpanel .stage3_previewdetailsrow {
    margin-top: 0px !important;
    margin-bottom: 2px;
    float: right;
    width: 100%;
  }

  .consumercodedetailsrow {
    margin-top: 0px !important;
    margin-bottom: 2px;
    float: right;
    width: 100%;
  }

  .widget-medium .stage3_previewdetailsrow,
  .widget-mediumUX4 .stage3_previewdetailsrow {
    margin-top: 11px;
    float: right;
    width: 100%;
  }

  .controlOptionTbody,
  .controlOptionTbody1,
  .controlOptionTd {
    border-bottom: 0px;
  }

  .controlOptionTbody {
    display: none;
  }

  .controlOptionTd {
    height: 25px;
    width: 50%;
  }

  .remarksbox_UX3 {
    font-size: 11px;
    height: 50px;
    line-height: normal;
    margin: 2px 6px 6px 0;
    overflow: auto;
    padding: 0;
    padding-left: 700;
    text-align: right;
    width: 255px;
    float: right;
  }

  .homegradientfirstdivwithbgcolor_new5 {
    height: 210px;
    margin: 40px 10px 0 0;
    width: 96%;
  }

  .homegradientfirstdivwithbgcolor_new3 {
    height: 210px;
    margin: 15px 10px 0 0;
    width: 96%;
  }

  .imagewithmargin {
    height: auto;
    margin-right: 20%;
  }

  .simpletextcenter {
    border-top: medium none !important;
    display: inline-block !important;
    height: auto !important;
    margin: -20px 5px 0;
    padding: 10px 0px;
    position: absolute;
    text-align: right !important;
    width: 33% !important;
  }

  .simpletextcenter_new {
    border-top: 1px solid #E0E0E0;
    float: right;
    font-size: 0.75em;
    line-height: 15px;
    margin: 17px 14px;
    min-height: 22px;
    padding: 0px 5px;
    position: relative;
    text-align: center;
    width: 80%;
  }

  .simpletextboldcenter {
    margin: -17px 6px 29px 0;
    width: 60%;
  }

  .homegradientfirstdivwithbgcolor_new5 .ui-combobox {
    margin-top: 50px;
    position: absolute !important;
  }

  .homegradientfirstdivwithbgcolor_new5 .HW_formbtn_financeovervw_grey,
  .homegradientfirstdivwithbgcolor_new5 .HW_formbtn_financeovervw,
  .homegradientfirstdivwithbgcolor_new3 .HW_formbtn,
  .stage3_budgetssimpletext_bluelink {
    margin-right: 5px;
    position: absolute !important;
  }

  .homegradientfirstdivwithbgcolor_new5 .HW_formbtn_financeovervw_grey,
  .homegradientfirstdivwithbgcolor_new5 .HW_formbtn_financeovervw {
    margin-top: 100px !important;
  }

  .homegradientfirstdivwithbgcolor_new3 .HW_formbtn {
    margin-top: 80px !important;
  }

  .homegradientfirstdivwithbgcolor_new3 .HW_formbtn:hover {
    margin-right: 5px;
  }

  .stage3_budgetssimpletext_bluelink {
    margin-top: 50px;
    padding-right: 0px;
  }

  .stage3_listingpaneldiv_small {
    border-top: medium none;
    display: none;
    margin-right: 0px;
    width: 100%;
  }

  .stage3_listingpaneldiv_Extended {
    margin-right: 0px;
    padding-left: 0px;
    border-top: none;
    margin-top: 0px;
    width: 100%;
  }

  .tabNavContainer {
    margin-right: 0px;
    margin-top: 20px;
    display: block !important;
    width: 98.2%;
  }

  .stage3_overviewtextcurrency {
    font-weight: normal;
  }

  .stage3_left_overviewcontainer,
  .monthrangeselectcomponent {
    width: 100%;
  }

  .stage3_adviceimage {
    display: none;
  }

  .stage3_left_overviewcontainer_selectorbox {
    width: 48%;
  }

  .monthrangeselector_2_6 {
    border: none;
    width: 100%;
  }

 /*  .monthrangeselector_month_selected,
  .monthrangeselector_month {
    height: 57px;
    width: 16%;
  }

  .monthrangeselector_month:hover {
    color: #000000;
    float: right;
    font-size: 0.69em;
    height: 57px;
    margin: 0;
    padding: 0;
    width: 16%;
  }*/

  .stage3_left_overviewcontainer_overviewpanel {
    float: left;
    height: 160px;
    margin-left: 4px;
    margin-top: -89px;
    width: 48%;
  }

  /*.monthrangeselectcaption {
    width: 87px;
  }*/

  .stage3_overviewtextactivemonth {
    margin-right: 8px;
  }

  .stage3_templateiconcolumnwidth,
  .stage3_templateiconcolumnwidthleft {
    padding-right: 3%;
    width: 45%;
    min-width: 164px;
  }

  .stage3_templateiconcolumnwidthleft {
    float: right;
  }

  .templateicon_imgstyle {
    margin: 35px 35% 0 0 !important;
  }

  .leftcontainer {
    display: none;
  }

  .db_accwid_pluss {
    display: block;
  }

  .advance_search_link {
    display: block !important;
  }

  .search_mails {
    float: right;
    margin-bottom: 10px;
    margin-top: 7px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-right: 2px !important;
    cursor: pointer;
    padding: 6px;
    border: 1px solid #E0E0E0;
    background: none 0px 0px repeat scroll #FFFFFF !important;
  }

  
  .rightcontainer {
    float: right;
    margin-right: -1px;
    margin-top: -6px;
     width: 100% !important;
  }

  .rightgrouplet {
    width: 100%;
  }

  .leftgrouplet {
    width: 100% !important;
  }

  .messagetype_container {
    margin-right: 10px;
    padding-bottom: 0;
    width: 150%;
  }

  .download_mails {
    float: right;
    margin-left: -44%;
    margin-top: 40px;
  }

  .date {
    padding: 7px 20px 0 7px;
  }

  .flag_mid,
  .flag_mid_hidden,
  .icon_logo {
    width: 10%;
  }

  .leftcontainer_Icon {
    display: block;
  }

  .leftcontainer {
    background: #FFFFFF;
    float: right;
    border: 1px solid #E0E0E0;
    height: auto;
    margin-bottom: 15px;
    margin-top: -6px;
    padding: 0 4px 12px 15px;
    position: absolute;
    width: 38%;
    max-width: 160px;
    /*Modified for view folder in message center for RWD*/
    min-width: 160px;
    /*Modified for view folder in message center for RWD*/
    z-index: 1;
  }

  .right_top,
  .right_nav_panel,
  .rightpanel_textbold_top,
  .rightpanel_textbold_to {
    height: auto;
  }

  .right_midreplay {
    border-bottom: none medium;
  }

  .rightpanel_texttop {
    padding-right: 5px;
  }

  .right_panel {
    border-right: 1px solid #CFE6F4;
    margin-right: -1px;
  }

  .composemessagetxtarea {
      width: calc(100% - 18px) !important;
  }

  .composesubject,
  .addattachment,
  .composesubject {
    margin-right: 0px;
  }

  .compose_input {
    width: 100%;
  }

  .composeMsgTemplates {
    margin: 10px 83px 0;
  }

  .composefrom {
    width: 70%;
  }

  .stage3_searchpanelcolumn_new {
    float: right;
  }

  .stage3_columnwithwidth {
    padding-bottom: 40px;
  }

  .stage3_dataentry_modalview_label {
    width: 28.5%;
  }

  .stage3_dataentry_modalview_label_remarks {
    width: 28.5%;
    margin-left: 16px;
  }

  .querytextleft_infostyle,
  .querytextleft_infostyle2 {
    margin-right: 25px;
    width: 90%;
  }

  .querytextleft_infostyle2 {
    margin-top: 5px;
  }

  .dropBxContentMain {
    height: auto;
    margin: 15px 15px 5px 15px;
  }

  .dropBxContent {
    border-bottom: 1px solid #CED0CF;
  }

  .dropBxContent,
  .dropBxContentRM {
    height: auto;
    min-height: 60px;
    margin: 5px 0px 10px 0px;
  }

  .myProfilePulldown p .HW_formbtn {
    float: left;
  }

  #sessionExpiryTime {
    float: right;
    font-weight: normal;
    padding-right: 8px;
  }

  .sessionTimeoutText label {
    color: #F44336 !important;
  }

  #sessionTimeoutText {
    color: #000000;
    float: right;
    padding-right: 6px;
    font-weight: normal;
    position: relative;
  }

  .myProfilePulldown p.sessionTimeoutText_v {
    border-bottom: 1px solid #CED0CF;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -9.9px;
  }

  .profileBx {
    width: 390px;
  }

  .composemailsendspan {
    margin-right: 37px;
  }

  .right_panel_wrapper {
    width: 100%;
  }

  .chartLnLabel_new {
    font-size: 12px;
    color: #757575;
    margin-right: 7px;
    width: 14%;
    display: block;
    max-width: 21%;
    float: right;
  }

  .chartLnLabel_newWrapper {
    display: block;
  }

  .menuDisplayLeft {
    right: auto;
  }

  .widget .menuChoices {
    min-width: 178px;
  }

  .amountRightAlign {
    float: none;
    text-align: left;
  }

  .searchsimpletext_leftpadding_boldRWD {
    padding-right: 6px;
  }

  .querytextright_thirdcolumn {
    padding-right: 15px;
  }

  .subTwoLevelMenu {
    width: 110% !important;
  }

  .productTypeList {
    width: 95%;
    height: 50%;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-color: thin solid #2196F3 !important;
    border-right-width: thick;
  }

  .productTypeListShadow {
    background-color: #2196F3 !important;
    width: 100%;
    height: 0px;
  }

  .textarea_lookup_button {
    margin-right: 47% !important;
  }

  .text_align_middle {
    margin-right: 46% !important;
  }

  .widget-medium .pfm_stage3_ptabgray1_tab {
    float: right;
    height: 40px;
    margin: 0 -7px 0 0;
    padding-right: 0px;
    width: 30%;
  }

  .widget-medium .pfm_grey_active_bold_tab,
  .widget-medium .pfm_whitetabhover_bold_tab {
    cursor: pointer;
    float: right;
    border: none;
    height: 16px;
    line-height: 21px;
    width: 100%;
    padding: 15px 0px;
    margin-right: 5px;
    text-align: center;
    letter-spacing: .8px;
    font-family: roboto-medium, OpenSans, Arial, Tajawal-Medium, sans-serif;
  }

  .widget-medium .pfm_grey_active_bold_tab {
    outline: none;
    color: #757575;
  }

  .widget-medium .pfm_whitetabhover_bold_tab {
    border-bottom: 3px solid #0F9CFF;
    border-top: 5px;
    color: #0F9CFF;
    transition-property: border-bottom;
    transition-duration: 0.1s;
  }

  .consoltabstyle {
    width: auto !important;
  }

  .infoPanel_word {
    width: 90% !important;
    margin-right: 5%;
  }

  .stage3_inputpanel_leftcontainer_passwordscreen_force {
    width: 90% !important;
    margin-right: 5% !important;
  }

  .compose_pbtn {
    margin-top: 15px;
    float: left;
    margin-left: 26px;
    width: 34%;
  }

  .footable-row-detail-value, .footable-row-detail-name {
    height: 20px;
  }

  .footable-row-detail-value {
    text-align: right !important;
  }

  .stage3_previewconfirm_details_column_widget .simpletext {
    font-family: roboto-regular, OpenSans, Arial, Tajawal-Medium, sans-serif !important;
    font-size: 14px !important;
    color: #757575 !important;
    float: inherit;
    margin-top: 5px !important;
  }

  .errormessagealignment {
    margin-right: 0px !important;
    width: 97.6% !important;
  }

  .ui-dialog .rightBorder {
    border-left: 1px solid #E0E0E0 !important;
    width: 99.6% !important;
  }
}
/*Surej RWD - Media Query Styling min 1px to 639px range ENDS*/
/*Surej RWD - Media Query Styling min 640px range STARTS*/
@media screen and (min-width: 640px) {
  .signoffseperator {
    border-left: 1px solid #BDBDBD;
    padding-bottom: 79px;
    padding-right: 15px;
    padding-top: 25px;
    height: 100%;
  }

  .widget-mediumUX4 .donutWrapperUl {
    position: relative;
  }

  .mainDiv .widget-mediumUX4 .calendarPaginationWrapper {
    height: 40px;
    position: relative;
    bottom: 1%;
  }

  .querytextquickpaywidgetmessage .searchsimpletext {
    width: 89%;
  }

  .searchsimpletext_leftpadding_boldRWD {
    width: 180px;
  }

  .newabsmiddle2txt .newabsmiddle2 {
    margin-right: 5px;
  }

  .newabsmiddle1txt .newabsmiddle2 {
    margin-right: 3px;
  }

  .stage3_inputpanel_column_notification {
    display: none;
  }

  .detHeaderRight {
    width: 47.9%;
  }

  .dashboardSection .detValueRight .simpletext {
    width: 26%;
  }

  #header .header-nav {
    background-color: #F5F5F5;
    padding-top: 8px;
    overflow: visible;
    height: auto;
    border-bottom: 1px solid #E0E0E0;
  }

  .section {
    width: 100% !important;
  }

  .rightwithwidth {
    padding-left: 2%;
  }

  #topbarNew {
    display: block !important;
  }

  #header .header-nav {
    padding-top: 0px;
    overflow: visible;
    height: 35px;
    border-bottom: 1px solid #E0E0E0;
  }

  ul {
    padding: 0px;
  }

  .section,
  .headerouter_r {
    width: 100% !important;
  }

  .rightwithwidth {
    padding-left: 2%;
  }

  .breadcrumbnew {
    display: block !important;
  }

  .rightRoundCorner,
  .profilePhoto,
  .HW_logoffLink,
  .rightTextSepWhite,
  .skinUnSelectLeft,
  .skinUnSelectRight {
    display: none;
  }

  .headerRowsetLeft {
    display: none;
    width: 70%;
  }

  .headerWelcomeText {
    color: #9E9E9E;
    margin: 13px 0 0;
    padding-left: 0px;
    position: absolute;
    left: 149px;
    text-align: right;
  }

  .txt_boxnew {
    float: left;
    height: 10%;
    margin-right: 28%;
    width: 10px; 
  }

  .skipContRow {
    margin-top: -35px;
  }

  .skipContLink {
    color: #FFFFFF;
    margin-left: 24px;
    text-decoration: none;
  }

  /*logout icon*/
  #header .ui-combobox .ui-combobox-input.ui-widget-content,
  #header .ui-combobox .ui-combobox-input.ui-state-hover,
  #header .ui-combobox .ui-button,
  #header .ui-combobox .ui-button.ui-state-hover {
    background: url("") no-repeat scroll 100% 0 #FFFFFF !important;
  }

  .logoffLink,
  a.logoffLink:hover,
  a.logoffLink:visited {
    background: url("../images/LogoutIcon.png") no-repeat scroll 100%;
    margin-right: 10px;
    width: 30px;
  }

  /*logout icon end*/
  .headertext_name {
    color: #FFFFFF;
    cursor: pointer;
  }

  .headerSettingsBx {
    background: url("../images/topNavNormal.png") no-repeat scroll -38px 0 transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 25px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 0px;
    width: 20px;
  }

  .headerRowsetRight {
    height: 0px;
  }

  .skinPulldown {
    border: none;
    display: block;
    overflow: visible;
    padding-bottom: 0;
    position: static;
    width: 0px;
  }

  .alertBxArrow {
    background: url("../images/alertBxArrow.png") no-repeat scroll center;
    width: 18px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 70px;
    top: -8px;
  }

  .alertBx {
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    position: absolute;
    top: 36px;
    left: -3px;
    width: 350px;
    overflow: visible;
    /* height: 400px; */
    background-color: #FFFFFF;
    z-index: 2001;
    display: none;
    border: 1px solid #BDBDBD;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-clip: padding-box;
  }

  .alertHeader {
    height: 30px;
    padding-top: 5px;
    color: #424242;
    margin: 0 1px;
    margin-right: 2px;
    /*added by indrajit*/
  }

  .alertHeader h5 {
    float: right;
    line-height: 31px;
    margin: 0px;
    padding: 0 20px 0 0;
    font-size: 16px !important;
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    margin-right: -1.7px;
  }

  .alertHeader span {
    float: left;
    line-height: 27px;
    margin: 0 0 0 10px;
    font-size: .9em;
  }

  .settingsBx {
    left: 30% !important;
  }

  .settingsBx .alertBxArrow {
    left: 38px !important;
  }

  .myProfilePulldown p.sessionTimeoutText_withoutborder {
    border-bottom: 1px transparent #CED0CF;
    padding-right: 15px;
    padding-left: 15px;
    width: 91.5%;
  }

  .sessionTimeOut {
    padding-top: 10px;
    border-bottom: 1px solid #BDBDBD;
    margin: 2px 0 0;
    position: relative;
  }

  .sessionTimeOut .sec1,
  .sessionTimeOut .sec2 {
    display: inline-block;
  }

  .sessionTimeOut .sec1 {
    width: 50%;
  }

  .sessionTimeOut .sec2 {
    width: 45%;
    padding-left: 2px;
    text-align: left;
  }

  .sessionTimeOut .sec1 span {
    color: #424242;
  }

  .sessionTimeOut .sec1 label {
    color: #af0909;
  }

  .border-bottom-clear {
    border-bottom: none;
  }

  .align-left {
    text-align: right;
    display: block;
    margin-bottom: 3px;
  }

  .form-control {
    height: 30px;
    background-color: #F5F5F5;
  }

  .profileBx {
    left: 100% !important;
    width: 350px;
  }

  .imgaeWithName {
    padding-right: 6px;
  }

  .imgaeWithName li {
    display: inline-block;
    margin: 0 !important;
  }

  .imgaeWithName .name {
    font-size: 15px;
    vertical-align: top;
    margin-right: 15px !important;
  }

  .manager-name {
    font-size: .9em;
    font-weight: normal;
    margin-right: 10px !important;
    vertical-align: bottom;
  }

  .profilePhoto_ProfileBx {
    display: inline-block;
    float: right;
    margin-right: 2px;
    margin-left: 5px;
  }

  .profilePhoto_settingBx {
    display: inline-block;
    float: right;
    margin-right: 2px;
    margin-left: 5px;
    margin-top: 6px;
  }

  .name_ProfileBx {
    color: #424242;
    display: inline-block;
    line-height: 1.42857;
    margin: 5px 0 5px 5px;
    font-weight: normal;
    word-break: break-all;
    /*RWD Fix to wrap the profile name in header section when it is too long*/
  }

  .myProfilePulldown {
    display: block;
    right: 0px;
    position: relative;
    width: 99%;
    /*changes made as per new design -vinay*/
  }

  .myProfilePulldown p {
    border: none;
  }

  .lastlogtext_green,
  .lastlogtext_blue,
  lastlogtext_grey {
    margin-top: -20px;
    margin-right: 5px;
  }

  .margin-bottom-clear {
    margin-bottom: 0 !important;
  }

  .sm-mobile-icon {
    background: url("../images/sm-mobile-icons.jpg") no-repeat scroll right center transparent;
    display: inline-block;
    margin: 8% 82px 0 0;
    padding-right: 15px;
    padding-left: 31px;
  }

  .settingsBx .sm-mobile-icon {
    width: 68.5%;
  }

  .sm-phone-icon {
    background: url("../images/sm-phone-icons.jpg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 18px;
    display: inline-block;
  }

  .settingsBx .sm-phone-icon {
    margin: 2% 83px 0 0;
    padding-right: 18px;
    padding-left: 31px;
    width: 68.5%;
  }

  .headertext_email_v {
    color: #89CEF5;
    font-size: 0.69em;
    font-weight: normal;
    height: auto;
    text-decoration: none;
    word-wrap: break-word;
  }

  .profilename_settingBx {
    float: right;
    margin-right: 18px;
    position: absolute;
    width: 80%;
    -ms-word-break: break-all;
  }

  .settingsBx .profilename_settingBx {
    width: 73%;
  }

  .header-label {
    color: #757575;
    font-size: 13px !important;
  }

  .reflow_final_view {
    display: block !important;
  }

  .navbarModified {
    margin-top: 10px;
    position: relative;
    margin-left: 14px;
  }

  .border-right {
    border-left: 1px solid #6e7172;
    padding-left: 15px;
  }

  .border-left-right {
    border-right: 1px solid #6e7172;
    height: 25px;
  }

  .navbarModified > li > a {
    padding: 0 !important;
  }

  .navbarModified li {
    list-style-type: none;
    display: block !important;
  }

  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-brand {
    padding: 0 0px 0 0;
  }

  .navbar-default {
    background-color: #192741;
    border: 1px solid #192741;
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: none;
  }

  .SettingsIcon {
    background: url("../images/topNavNormal.png") no-repeat -38px 0 transparent;
    width: 20px;
    height: 21px;
    display: inline-block;
  }

  .LogoutIcon {
    width: 19px;
    height: 21px;
    display: inline-block;
  }

  .profilleIcon {
    display: none;
  }

  .newCaret {
    color: #FFFFFF;
    position: relative;
    top: 8px;
    margin-right: 5px;
  }

  .newCaret2 {
    color: #FFFFFF;
    margin-right: 5px;
  }

  .caret {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-right: 5px;
    vertical-align: middle;
    width: 0;
    cursor: pointer;
  }

  .nav-pills > li {
    float: right;
  }

  .nav-pills > li + li {
    margin-right: 2px;
  }

  .pull-right {
    float: left;
  }

  .stage3_inputpanel_columnRWD,
  .querytextright_stage3_RWD {
    display: none;
  }

  .notificationLabel_RWD {
    float: right;
    width: auto;
    margin-right: 35px;
  }

  .queryitalictextleftgap_RWD {
    font-style: italic;
    color: #424242;
    text-decoration: none;
    padding-right: 3px;
    font-size: 0.69em;
  }

  .simpletext_clkhere_RWD {
    color: #212121;
    font-size: 0.99em;
    text-decoration: none;
  }

  .queryitalictextleftgap_RWD1,
  .simpletext_clkhere_RWD1 {
    display: none;
  }

  .notificationStyle_RWD {
    padding-bottom: 8px;
    height: 30px;
    float: right;
    width: 4px;
  }

  .cpinputtextarea-span {
    display: inline-block;
    padding: 7px 2px 7px 0;
    text-align: right;
    margin-right: 5px;
    height: 37px;
    width: 93%;
    border: 1px solid #E0E0E0;
    color: #212121;
    font-size: 0.89em;
    font-weight: normal;
    background-color: #F5F5F5;
  }

  .cpnotificationTxtarea {
    font: inherit roboto-regular, OpenSans, Arial, Tajawal-Medium, sans-serif;
    background: none repeat scroll 100% 0 transparent;
    border: medium none;
    height: 40px;
    outline: medium none;
    resize: none;
    width: 100%;
    font-size: 0.69em;
  }

  .stage3_previewconfirm_det_col1 {
    float: right;
    width: 6%;
    font-size: 0.69em;
    font-weight: normal;
  }

  .controlOptionTbody {
    border-bottom: 0px;
  }

  .controlOptionTbody1 {
    border-bottom: 0px;
    display: none;
  }

  .controlOptionTd {
    border-bottom: 0px;
    height: 25px;
    width: 35%;
  }

  .remarksbox_UX3 {
    font-size: 11px;
    height: 50px;
    line-height: normal;
    margin: 2px 6px 6px 0;
    overflow: auto;
    padding: 0;
    padding-left: 700;
    text-align: right;
    width: 300px;
    float: right;
  }

  .stage3_searchpanelcolumn_new {
    float: right;
  }

  .stage3_columnwithwidth {
    padding-bottom: 0px;
  }

  .stage3_dataentry_modalview_label {
    width: 28%;
  }

  .stage3_dataentry_modalview_label_remarks {
    width: 28%;
    margin-left: 17px;
  }

  .querytextleft_infostyle {
    width: 90%;
    margin-right: 45px;
    word-wrap: break-word;
  }

  .querytextleft_infostyle2 {
    margin-top: 5px;
    margin-right: 45px;
    width: 90%;
    word-wrap: break-word;
  }

  .dropBxContentMain {
    height: auto;
    margin: 15px 15px 5px 15px;
  }

  .dropBxContent {
    border-bottom: 1px solid #CED0CF;
  }

  .dropBxContent,
  .dropBxContentRM {
    height: auto;
    min-height: 60px;
    margin: 5px 0px 10px 0px;
  }

  .myProfilePulldown p .HW_formbtn {
    float: left;
  }

  #sessionExpiryTime {
    float: right;
    font-weight: normal;
    color: #F44336;
    font-size: 14px !important;
    margin-right: -14px;
  }

  #sessionTimeoutText {
    color: #000000;
    float: right;
    font-weight: normal;
    position: relative;
    padding: 0px 5px 0px 20px;
    font-size: 14px !important;
    display: block;
  }

  .myProfilePulldown p.sessionTimeoutText_v {
    border-bottom: 1px solid #CED0CF;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -9.9px;
  }

  .alertBx {
    width: 390px;
  }

  .date {
    padding: 7px 10px 0 3px;
  }

  .amountRightAlign {
    float: none;
    text-align: left;
  }

  .errormessagealignment {
    margin-right: 9px !important;
    width: 97.6% !important;
  }
}
/*Surej RWD - Media Query Styling min 640px range ENDS*/
/*Surej RWD - Media Query Styling min 640px to max 900px STARTS*/
@media screen and (min-width: 640px) and (max-width: 900px) {
  .logoutScreenButton {
    margin-top: -4px !important;
  }

  .logoutrowone,
  .logoutrowtwo {
    margin-right: 13% !important;
    width: 75% !important;
  }

  .logoutrowtwo {
    height: 49px !important;
  }

  .logoutrowone {
    height: 155px !important;
  }

  .rightPadding {
    margin-bottom: -15px;
    display: block;
  }

  .simpletext_checkbox {
    margin-right: 19px;
    padding-top: 0px;
    margin-top: -15px;
  }

  .scheduleTxnHeader {
    color: #424242;
    font-size: 1.1em;
    position: relative;
    top: 5px;
    right: 5px;
  }

  .simpletext_checkbox01 {
    margin-left: 148px;
  }

  .container-consoAccntSummary {
    margin-bottom: 32%;
  }

  .searchsimpletext_alerts {
    float: right;
    margin-top: 6px;
    color: #212121;
    font-size: 0.69em;
    text-decoration: none;
    margin-right: 2px;
    margin-left: 1px;
    padding-right: 13px;
    padding-left: 36px;
    padding-bottom: 2px;
  }

  .ui-autocomplete {
    max-width: 400px;
  }

  .formcaption_img_2 .formbtn_back {
    margin-right: 50%;
  }

  .rightRoundCornerIWantTo,
  .rightRoundCornerQickLink {
    padding-left: 0px;
  }

  .stage3_previewconfirm_singledetails_column {
    width: 45%;
    margin-top: 6px;
  }

  .stage3_leftrightmainpanel_myprofile,
  .stage3_leftrightmainpanel_myprofilelastrow {
    background: none;
  }

  .orangebg_warningsection {
    width: 99%;
    /* Modified for Lumi changes */
  }

  .nextGenUX4 .simpletextrightvalueln {
    float: right;
    margin-top: 10px;
    margin-right: 8px;
  }

  .stage3_previewconfirm_details_column_big .simpletextrightvaluelarge {
    float: right;
    margin-right: 7px;
  }

  .nextGenUX4 .current-avail-bar .simpletextrightvalue {
    margin-top: -1px;
  }

  .nextGenUX4 .current-avail-bar-dp .simpletextrightvalue {
    font-size: 13px;
  }

  .stage3_previewdetailsrow3 {
    margin-bottom: 12px;
    margin-top: -10px;
  }

  .stage3_leftrightmainpanel .stage3_previewdetailsrow {
    margin-top: 0px !important;
    margin-bottom: 2px;
    float: right;
    width: 100%;
  }

  .consumercodedetailsrow {
    margin-top: 0px !important;
    margin-bottom: 2px;
    float: right;
    width: 100%;
  }

  .nextGenUX4 .mainheadlabelDp {
    margin-top: 0px;
  }

  .nextGenUX4 .mainheadlabelOp {
    margin-top: 0px;
  }

  .nextGenUX4 .stage3_previewconfirm_label_column1 .mainheadlabelcc {
    margin-top: 0px;
  }

  .container-nxtGenmedium {
    width: 65%;
  }

  .container-nxtGenxtrasmall {
    margin-left: 2px;
    width: 49%;
  }

  .account-box {
    width: 99.5%;
  }

  .linkedValTable,
  .delinkedValTable {
    width: 43%;
  }

  .simpletext_pinnotes {
    font-size: 0.65em;
  }

  .searchsimpletextwithmargin {
    width: 110px;
  }

  .nextGenUX4 .detailsTxt {
    font-size: 12px;
  }

  .pinnableGroupletWrapper {
    width: 30px;
  }

  .container-nxtGenxtrasmall .widget-small .widget-content {
    min-height: 255px;
  }

  .nextGenUX4 .simpletextlefttxtop,
  .nextGenUX4 .detailsTxt {
    margin-right: 3px;
  }

  .nextGenUX4 .simpletextrightlabel {
    float: right;
    margin-left: 0px;
    margin-right: 8px;
  }

  .nextGenUX4 .simpletextrightlabelcc {
    width: 100%;
  }

  .nextGenUX4 .simpletextrightlabelcc,
  .nextGenUX4 .simpletextrightlabeldp {
    float: left;
    margin-right: 8px;
  }

  .nextGenUX4 .stage3_previewconfirm_details_column1 .simpletextrightvaluelarge {
    float: right;
    margin-left: 0px;
    margin-right: 8px;
    padding-top: 2px;
  }

  .nextGenUX4 .stage3_previewdetailsrow1 {
    margin-top: -10px;
  }

  .container-nxtGenNoTopmedium .leftTextHolder {
    width: 45%;
  }

  .container-nxtGenNoTopmedium .rightTextHolder {
    width: 40%;
  }

  .container-nxtGenmedium .chartFooterDisplay {
    width: 99.8%;
  }

  .container-nxtGenNoTopmedium .stage3_whitetabhover {
    margin-right: -16px;
  }

  .container-nxtGenNoTopmedium .calendarPaginationWrapper {
    bottom: -1px !important;
  }

  .consoclass {
    width: 99.5%;
  }

  .container-consoAccntSummary {
    margin-left: 10px;
    margin-top: 10px;
    width: 98%;
  }

  .container-nxtGenmedium {
    width: 98%;
  }

  .default-color {
    width: 97.5%;
  }

  .widget-consoAccntSummary .widget-content {
    margin-bottom: 0px !important;
  }

  .rightpanel_texttemp {
    padding-right: 5px;
  }

  .grid_OuterMostDiv {
    background-color: #F5F5F5;
    border: 2px solid #E0E0E0;
    float: right;
    height: 108px;
    margin: 2px 0 0 2px;
    width: 48.9422%;
  }

  .grid_description {
    float: right;
    font-size: 13px;
    height: 36px;
    margin: 3px 5px 0 0;
    width: 51.7138%;
  }

  .grid_widgetIcon {
    float: right;
    height: 65px;
    margin: 22px 15px 5px 0;
    width: 34%;
  }

  .grid_checkBox {
    float: right;
    margin-right: 5px;
    margin-top: 24px;
  }

  .grid_Icon {
    margin: 8px 12px 0 0;
  }

  /*Surej RWD added for manage category - Add New category buttom position*/
  .stage3_listingpaneldiv_grouplet .stage3_rightwithmargin {
    margin-bottom: 5px;
    float: left;
  }

  .width25percent_mleft {
    width: 22%;
    min-width: 160px;
  }

  .width75percent_mleft {
    width: 70%;
  }

  .detHeaderRight {
    width: 47.9%;
  }

  .dashboardSection .detValueRight .simpletext {
    width: 26%;
  }

  .inbox_containt_new {
    width: 107%;
  }

  .querytextright_stage3_notification {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .stage3_Notesdetailslink {
    width: 57%;
  }

  .remarksboxux3 {
    width: 280px;
  }

  .widget-body {
    padding-left: 0 !important;
  }

  .widget-small {
    margin-left: 1%;
  }

  .HW_textwithtopbottompadding_blk {
    margin-right: 166px;
    margin-top: -27px;
  }

  .queryitalictext_netgoalFrmlae {
    width: 50%;
  }

  .hasPulldownMenu {
    margin-right: -3px;
  }

  .composesubject {
    margin-right: 0px;
  }

  .plusBulk {
    background: url("../images/infobox-open.png") no-repeat scroll 100% 0 transparent;
  }

  .minusBulk {
    background: url("../images/infobox-close.png") no-repeat scroll 100% 0 transparent;
  }

  .plusBulk,
  .minusBulk {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 29px;
    margin-top: -2px;
  }

  .headingBulk {
    font-size: 0.813em;
    font-weight: normal;
    margin-left: 5px;
  }

  .labelCol_text_remarks {
    margin-right: 0px;
    width: 83%;
  }

  .headerBulk {
    border: 0 none;
    font-size: 1em;
    background-color: #F5F5F5;
    height: 25px;
  }

  .stage3_blank_padding {
    margin-right: 6px;
  }

  .inbox_wrapper {
    margin-right: 0px;
  }

  .querytextboxmedium_search {
    margin: 0 0 0 0;
  }

  .logoutimg {
    margin-right: 3%;
  }

  .stage3_listingpaneldiv_Extended .HW_formbtn,
  .stage3_listingpaneldiv_Extended .HW_formbtn:hover,
  .stage3_listingpaneldiv_Extended .HW_formbtn_grey,
  .stage3_listingpaneldiv_small .HW_formbtn_grey,
  .stage3_listingpaneldiv_small .HW_formbtn,
  .stage3_listingpaneldiv_small .HW_formbtn:hover {
    float: left;
    margin-top: -35px;
    margin-bottom: 0px;
  }

  .stage3_listingpaneldiv_Extended .HW_formbtn_grey,
  .stage3_listingpaneldiv_small .HW_formbtn_grey {
    margin-left: 5px;
  }

  .stage3_left_overviewcontainer {
    width: 33%;
    max-width: 192px;
  }

  .stage3_budgets_categoryhead {
    display: none;
  }

  .movetofoldertop {
    margin-top: 2px;
    margin-right: 1px;
  }

  .deletelink {
    padding-bottom: 8px;
    width: 25%;
  }

  .reply_rightnav {
    margin-right: 28.20202%;
  }

  .accordianmenu .headerbar {
    width: 100%;
  }

  .accordianmenu .headerbaropen_index {
    width: 104%;
    padding: 11px 4px 10px 0;
  }

  .container-large {
    float: right;
    width: 100%;
    margin-left: 1%;
  }

  .widget-large {
    margin-bottom: 1%;
  }

  /* .widget-large .widget-content { */
    /* min-height: 280px; */
  /* } */

  .pageRightContainer {
    width: 100%;
  }

  .container-small {
    float: right;
    width: 100%;
    margin-right: -1px;
    margin-left: 1.8px;
    margin-top: 10px;
  }

  .widget-xtrasmall {
    width: 100%;
    min-width: 189px;
  }

  .container-xtrasmall {
    width: 50%;
    min-width: 188px;
  }

  .widget-xtrasmall {
    width: 99%;
    float: right;
  }

  .redbg,
  .redbgwithwidth,
  .orangebgwithwidth,
  .greenbgwithwidth,
  .orangebg,
  .greenbg {
    width: 100%;
  }

  #footer {
    width: 100% !important;
    margin-right: 0px !important;
  }

  .container-large {
    float: right;
    width: 100%;
    margin-left: 1%;
  }

  .step_trackerwidth {
    width: 100%;
    margin-top: 10px;
  }

  .rightwithwidth {
    float: left;
    padding-left: 0.4%;
  }

  .step_trackerwidth_withoutmargin {
    width: 100.5%;
  }

  .stage3_tabmenupanel {
    float: right;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 99%;
    float: right;
    padding-right: 2px;
    padding-top: 0px;
  }

  .widget-body {
    padding-bottom: 4px;
    padding-left: 2px;
  }

  .stage3_additionaldetailslink {
    background-color: #EBF7FF;
    border: 1px solid #97CAE6;
    float: right;
    height: auto;
    margin-right: 12px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 3px;
    width: 91.796875%;
    padding-right: 5px;
  }

  .stage3_inputpanel_column_RWD {
    display: none;
  }

  .controlOptionHrStyle {
    width: 100%;
    float: right;
    margin: 6px 0;
    margin-bottom: 0px;
  }

  .controlOptionTableStyle {
    width: 100%;
    border-bottom: 0px;
  }

  #collapsibleMenu {
    clear: both;
    float: left;
    padding-left: 0.1%;
    position: relative;
    top: -6px;
  }

  .stage3_previewconfirm_label_column,
  .ui-dialog .stage3_previewconfirm_label_column {
    width: 50%;
    margin-top: 5px;
  }

  .stage3_leftrightmainpanel {
    float: right;
    padding-bottom: 15px;
    width: 100%;
    background: none;
  }

  .stage3_previewconfirm_details_column {
    width: 45%;
    margin-left: 2px;
    margin-top: 5px;
  }

  .stage3_previewdetailsrow {
    margin-top: 10px;
    float: right;
    width: 100%;
  }

  .tabNavContainer {
    padding: 0 1% 0 0;
    width: 63%;
    display: block !important;
  }

  .progressbar_innerstyle {
    height: 0 !important;
    width: 100% !important;
  }

  .budgetlistingstatusbar {
    width: 100% !important;
  }

  .stage3_listingpaneldiv_small,
  .stage3_listingpaneldiv_Extended {
    width: 64%;
    border-top: medium none;
    display: none;
  }

  .templateicon_style {
    width: 90%;
  }

  .templateicon_imgstyle {
    margin: 35px 30% 0 0 !important;
  }

  .leftcontainer {
    display: none;
  }

  .advance_search_link {
    display: block !important;
  }

  .search_mails {
    float: right;
    margin-bottom: 10px;
    margin-top: 7px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-right: 2px !important;
    cursor: pointer;
    padding: 6px;
    border: 1px solid #E0E0E0;
    background: none 0px 0px repeat scroll #FFFFFF !important;
  }

  .db_accwid_pluss {
    cursor: pointer;
    float: right;
    padding-right: 6px;
    text-align: right;
    vertical-align: middle;
    width: auto;
    display: block;
  }

  
  .leftcontainer_Icon {
    display: block;
  }

  .rightcontainer {
    float: right;
    margin-right: 0px;
    margin-top: -6px;
    width: 100% !important;
  }

  .rightgrouplet,
  .leftgrouplet {
    width: 50% !important;
  }

  .leftgrouplet {
    margin-top: -3px !important;
  }

  .txtfield_fl_UX5 {
    margin-right: 3%;
  }

  .sendreply {
    margin-top: -4px;
    float: right;
    margin-left: 0px;
  }

  .addattachment {
    margin-right: 0px;
  }

  .movetorightalign {
    margin-right: -180px !important;
    margin-top: 40px !important;
  }

  .messagetype_container {
    margin-right: 5px;
    padding-bottom: 0;
    width: 105%;
  }

  .download_mails {
    margin-left: -96%;
    margin-top: 2px;
  }

  .icon_align {
    padding-right: 0;
  }

  .icon_logo {
    width: 10%;
  }

  .date {
    padding: 0px 3px;
  }

  .flag_mid,
  .flag_mid_hidden {
    width: 10%;
  }

  .droptxtdate {
    margin-right: 32px;
    padding: 18px 15px 0 0;
    width: 18%;
  }

  .leftcontainer {
    background: #FFFFFF;
    float: right;
    border: 1px solid #E0E0E0;
    height: auto;
    margin-bottom: 15px;
    margin-top: -6px;
    padding: 0 4px 12px 15px;
    position: absolute;
    width: 54%;
    max-width: 160px;
    min-width: 160px;
  }

  .right_top,
  .right_nav_panel {
    height: auto;
  }

  .rightpanel_textbold_top,
  .rightpanel_textbold_to {
    width: auto;
  }

  .right_midreplay {
    border-bottom: none medium;
  }

  .rightpanel_texttop {
    padding-right: 5px;
  }

  .composemessagetxtarea {
    width: 70%;
  }

  .compose_input {
    width: 100%;
  }

  .composeMsgTemplates {
    margin: 10px 83px 0;
  }

  .composefrom {
    width: 70%;
  }

  .chartLnLabel_newWrapper {
    display: block;
  }

  .container-nxtGenxtrasmall .stage3_previewconfirm_label_column,
  .container-nxtGenxtrasmall .ui-dialog .stage3_previewconfirm_label_column {
    width: 50% !important;
    padding-left: 0px;
    margin-left: 0px;
  }

  .nextGenUX4 .stage3_leftrightmainpanel1 .stage3_previewconfirm_details_column {
    width: 49%;
  }

  .amountRightAlign {
    float: none;
    text-align: left;
  }

  div.footable-row-detail-value .searchsimpletext_accntSummary {
    float: right !important;
  }

  .floatLeftContainerWrapper {
    float: right;
    width: 98%;
    background-color: #FFFFFF;
  }

  .querytextright_thirdcolumn {
    padding-right: 140px;
  }

  .productTypeList {
    width: 30%;
    height: 90%;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 13px;
    margin-right: 5px;
    border: thin solid #2196F3 !important;
  }

  .productTypeListShadow {
    background-color: #2196F3 !important;
    width: 100%;
    height: 4px;
  }

  .textarea_lookup_button {
    margin-right: 47% !important;
  }

  .text_align_middle {
    margin-right: 46% !important;
  }

  .infoPanel_word {
    width: 90% !important;
    margin-right: 5%;
  }

  .stage3_inputpanel_leftcontainer_passwordscreen_force {
    width: 90% !important;
    margin-right: 5% !important;
  }

  .compose_pbtn {
    margin-top: 15px;
    float: left;
    margin-left: 32px;
    width: 28%;
  }

  .stage3_previewconfirm_details_column_widget .simpletext {
    font-family: roboto-regular, OpenSans, Arial, Tajawal-Medium, sans-serif !important;
    font-size: 14px !important;
    color: #757575 !important;
    float: inherit;
    margin-top: 5px !important;
  }

  .ui-dialog .rightBorder {
    border-left: 1px solid #E0E0E0 !important;
    width: 99.7% !important;
  }
}
/*Surej RWD - Media Query Styling min 640px to max 900px ENDS*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 640px) {
  .searchsimpletext_leftpadding2 {
    margin-right: 45%;
    margin-top: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  table.opdptable tbody tr td {
    padding: 13px 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .total-field {
    line-height: 37px;
    margin-right: 2px;
  }

  .searchsimpletext_accntSummary_snap {
    margin: 0px 2px 0px 13px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 560px) {
  .searchsimpletext_accntSummary_snap {
    margin: 0px 0px 0px -9px;
    padding-left: 12px;
  }

  .total-field {
    line-height: 37px;
    margin-right: 0px;
    margin-left: -7px;
    padding-left: 12px !important;
  }

  .pullClass {
    margin-top: -11px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .account-bal-text {
    display: none;
  }

  .payBillRefNoRes {
    width: 44.5% !important;
  }

  .verticalpageLeftContainer {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .tabrightcontainer {
    float: right;
    width: 73%;
    margin-right: 10px;
    background: white;
    height: auto;
  }

  .righttabpanel {
    width: 722px;
    background: white;
  }

  .verticalpageLeftContainer .hasPulldownMenu {
    position: relative;
    margin-top: -8% !important;
  }

  .u-margin-top14 {
    margin-top: 12px !important;
  }

  .u-ml-tab96 {
    width: 94% !important;
    margin-right: 22px !important;
  }

  .u-margin-top14 {
    line-height: 15px;
  }

  .verticalpageLeftContainer {
    width: 106% !important;
    overflow-x: auto;
  }

  .tableftcontainer {
    width: 200px !important;
  }

  .tabrightcontainer {
    width: 60% !important;
  }

  .righttabpanel {
    width: 700px !important;
    padding: 10px 24px !important;
  }

  .tabs-vertical .tab .active .tab-open {
    margin-top: 18px !important;
  }
}
@media only screen and (max-width: 538px) and (min-width: 480px) {
  .tabrightcontainer {
    width: 72% !important;
  }

  .u-zindex-front {
    z-index: -1;
    height: 75px !important;
    width: 109% !important;
    margin-right: 10px !important;
  }

  .u-margin-top14 {
    line-height: 15px;
  }

  .tabs-vertical .tab .active .tab-open {
    margin-top: -7px;
  }

  .tabrightcontainer {
    width: 50% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabrightcontainer {
    width: 72%;
  }
}
/*Added by Bala for Favorites Accounts*/
@media only screen and (max-width: 767px) {
 .linkdelink_right,
  .linkdelink_left,.navigationLeftButtons_resp,
   .linkedValTable, .delinkedValTable
  {
    display: block !important; 
  }
  .navigationButtons{
   display: none !important; 
  }
  .navigationLeftButtons_resp{
    text-align: center;
  }
  .navBtnRight, .navBtnLeft{
      display: inline-block;
      height: 35px;
      width: 35px;
      margin:10px;
  }
  .navBtnRight,.navBtnLeft{
   -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .linkedValTable, .delinkedValTable, .navigationLeftButtons_resp {
    width: 100% !important;
}
}
