.labelColumn_text_brdr_toosmall {
    /* to be added in new_style_hw_delta_ux5.css  line no 1765*/  
    width: 76px !important;
}
@media screen and (min-width: 480px) and (max-width: 639px) {
    .tableoverflowwrapperhw {
        overflow: hidden;
    }
}
/*Border issue for the Transaction --Start */

.ui-dialog .querytextleft_width100percent_withtextalignleft {
    border: 1px solid #CCC;
    width: 99.6% !important;
    /*Added for Service Req issue*/
}
.ui-dialog .querytextleft_width100percent_withtextalignleft span {
    border: none;
}
.ui-dialog .collapsiblePosition {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.ui-dialog .stage3_inputpanel_leftcontainer {
    border-top: none;
    border-bottom: none;
}
.ui-dialog .pageLeftContainer {
    border-top: none !important;
}
.ui-dialog .pageLeftContainer .stage3_inputpanel_leftcontainer {
    border-bottom: 1px solid #CCC;
}
.ui-dialog .width100percent_withmargin {
    border-bottom: none;
}
.ui-dialog .bottomBorderShow {
    border-bottom: 1px solid #CCC;
}
/*Border issue for the Transaction --End */
/*Border issue for the Service Request --Start */

.ui-dialog .listingrow span.querytextleft_width100percent_withtextalignleft {
    border: none !important;
}
.ui-dialog .width100percent .querytextleft_withleftBorder_Auth {
    border-right: 1px solid #ccc;
    width: 99.85%;
    border-bottom: 1px solid #CCC;
}
.ui-dialog .listingrow .querytextleft_width100percent_withtextalignleft div.width100percent.querytextleft_withleftBorder_Auth {
    border-right: none;
    width: 100%;
    border-bottom: none;
}
.servicereqoverlaytopborderissue {
    border-top: none !important;
}
/*Border issue for the Service Request --End */
/* changing labelColumn style for City and State Text and lookup Alignment*/

.labelColumn {
    width: 45% !important;
}
.ui-dialog input.past-datepicker {
    margin-top: 12px !important;
}
.ui-dialog .stage3_inputpanel_leftcontainer .stage3_leftrightmainpanel_NoSeparator {
    border-bottom: 1px solid #CCC;
}
.ui-dialog .pageLeftContainer .stage3_inputpanel_leftcontainer .stage3_leftrightmainpanel_NoSeparator {
    border-bottom: none !important;
}
label.css-labelradio {
    background-image: url(../images/backgrounds/icoChecked.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.css-labelradio_UX5 {
    background-image: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* added by Meghana for removing margin between italic text note content*/

.nomargindayend {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-bottom: 10px;
    padding-right: 5px;
}
.footable.breakpoint>tbody>tr:first-child>td.isPullDown.footable-last-column:after {
    padding-right: 10px;
    float: right;
}
.footable.breakpoint>tbody>tr:first-child>td.footable-last-column:after {
    padding-right: 0px;
    float: none;
}
.footable.breakpoint>tbody>tr:first-child.footable-detail-show>td.isPullDown.footable-last-column:after {
    float: right;
}
.footable.breakpoint>tbody>tr:first-child.footable-detail-show>td.footable-last-column:after {
    float: none;
}
/*Added by Divya for border issue */
@media screen and (min-width: 480px) and (max-width: 560px) {
    .pageLeftContainer {
        width: 99.1% !important;
    }
}
/*session time out Kamlesh*/
.rightwithmargin{
margin-top: -13px;
}

#sessionPopup {
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-size:1em;
	font-weight: normal;
	width:99%;
	height:99%;
}
#sessionPopupTitle {
/* 	background: url(../images/sessionAlertImg.png) repeat; */
	color: black;
	background-color: #cdcdcd;
	padding: 7px 10px;
	font-size: 13px;
	font-weight: normal;
	font-family: Roboto-Regular,OpenSans, Arial, Helvetica, sans-serif !important;
}
.sessionExpiredRow {
	color:FireBrick;
	padding:10px 60px;
	font-weight: normal;
	/*background: url(../images/new_alert_icon.png) no-repeat scroll 15px 0 transparent;*/
	background: url(../images/warning_material.png) no-repeat scroll 15px 0 transparent;
	font-size: 13px;
	padding-top: 8px;
    padding-left: 50px;
    font-family: Roboto-Regular,OpenSans, Arial, Helvetica, sans-serif !important;
}
.reloginMsgRow {
	padding:20px;	
	line-height: 24px;
	font-size: 14px;
	font-family: Roboto-Regular,OpenSans, Arial, Helvetica, sans-serif !important;
}
/*Added by Indrajit for tabs style start*/
.tabButtonStyleActive {
    margin: auto;
    display: block;
    background-color: #fff !important;
    height: 18px;
    box-shadow: none!important;
    border-bottom: 3px solid #2196f3;
    color: #2196f3 !important;
    border-radius: 0px;
   
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 12px;
    padding-left: 3px;
}
.tabButtonStyleInactive
{
    margin: auto;
    display: block;
    background-color: #fff !important;
    height: 18px;
    box-shadow: none!important;
    color: #757575 !important;
    border-radius: 0px;
    
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 12px;
    padding-left: 3px;
}
/*Added by Indrajit for tabs style end*/

/*added by Kamlesh for retail user responsive issue*/
.paddingrightpulldown{
      padding-right:2px;
      padding-left:0px;
}

.stage3_searchsimpletext {
	color: #262a2c;
	
	font-size: 0.69em;
	text-decoration: none;
	float: left;
	padding-top: 11px;/*next-gen*/
	padding-right: 5px;
	padding-left: 10px;/*next-gen*/
}

/*Added by Divya for border issue */
.ui-dialog .rightBorder {
        border-right: 1px solid #D4D4D4 !important;
        width: 99.8% !important;
    }
     @media screen and (min-width: 640px) and (max-width: 900px)  {
.ui-dialog .rightBorder {
        width: 99.7% !important;
    }
    }
    @media screen and (min-width: 480px) and (max-width: 639px)  {
.ui-dialog .rightBorder {
        width: 99.6% !important;
    }
    }
     @media screen and (min-width: 0px) and (max-width: 480px)  {
.ui-dialog .rightBorder {
        width: 99.5% !important;
    }
    }

/*Added by Indrajit*/
.stage3_grpsummaryaccountsrow{
      background-color: white;
}
/*Added by indrajit for doropdown in accounts group start*/
.groupComboStyle
{
	padding-right:0px !important;
	padding-left:0px !important;
}

table.tablePadding td {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
/*Added by indrajit for doropdown in accounts group end*/
/*added for tabs*/
.tabBorderWidth
{
width: 99.8% !important;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.tabButtonStyleActive .waves-button-input
{
margin-top: -7px;
font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif!important;
font-size: 16px !important;
}

.tabButtonStyleInactive  .waves-button-input
{
margin-top: -7px;
font-family: roboto-medium, OpenSans, Arial, Helvetica, sans-serif!important;
font-size: 16px !important;
}
/*added for tabs*/

/*Added by Divya for collapsible icon  issue start */
@-moz-document url-prefix() {	
.footable.breakpoint>tbody>tr:first-child>td.footable-last-column:after {
    float: right;
    margin-bottom: 4px
}
.footable.breakpoint>tbody>tr:first-child.footable-detail-show>td.footable-last-column:after {
    float: right;
   
}
}
/*Added by Divya for collapsible icon  issue end */
/*added for security questions start*/

.stage3_inputpanel_leftcontainerLogin
{
background-color:white;
}
.searchsimpletext_login
{
font-size:14px !important;
}
.regScreen
{
margin: 0px !important;
border:none;
}
.simpletext_login_security
{
    font-size: 12px;
    color: #9e9e9e;
    margin-left: 11px;
}
.navigationPanel_security
{
width: 96% !important;
    background-color: white;
    margin-left: 2%;
    margin-bottom: 25px;
    margin-top: -13px !important;
    border: 1px solid #ccc;
}
.sectionPanel_Security
{
width: 96% !important;
margin-left: 2%;
}
.pgheading_security
{
padding-bottom: 10px;
padding-top: 22px;
}
/*added for security questions end*/
.paddingleft_forgotpwd_login{
	 padding-left: 15px !important;
}