/*
* CSS for handling cross browser (IE>8) issues
*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////
// Bug id 		:	PLF2.0_06981
// Modified By	: 	Giridharan V / Prasanth P R
// Modified Date: 	07 Dec 13
// Description	:	Changes in Ext Client Runtime for New CSS Implementation
//					Inline comments not given since the change is huge	
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Bug id 		:	PLF2.0_07056
// Modified By	: 	Giridharan V / Prasanth P R
// Modified Date: 	16 Dec 13
// Description	:	Changes in Ext Client Runtime for New CSS Implementation
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Bug id 		:	PLF2.0_07071
// Modified By	: 	Giridharan V
// Modified Date: 	18 Dec 13
// Description	:	Theme alignment changes
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Bug id 		:	PLF2.0_08054
// Modified By	: 	Giridharan V
// Modified Date: 	03 Apr 14
// Description	:	Mouse over for tab to removed and Button text to be middle aligned
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Modified By	: Giridharan V / Prasanth P R / Prabhakaran S S
// Date			: 08-Oct-2014
// Bug id		: PLF2.0_10021, PLF2.0_10093, plf2.0_10167, PLF2.0_10335
// Bug Desc		: Width tuning for image type of buttons
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Modified By	: Prabhakar S S
// Date			: 23-Feb-2015
// Bug id		: PLF2.0_11767
// Bug Desc		: Dce Link Height Issue
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Bug id 		:	PLF2.0_14722
// Modified By	: 	Giridharan V / Prabhakaran S S / Satham / Vineeth / Prasath
// Modified Date: 	15-Aug-2015
// Description	:	Windows 10 Edge compatibility
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Bug id 		:	PLF2.0_14750 / PLF2.0_14435 / PLF2.0_14555 / PLF2.0_14583 / PLF2.0_14722
// Modified By	: 	Giridharan V / Prabhakaran S S / Satham / Vineeth / Prasath
// Modified Date: 	29-Sep-2015
// Description	:	Artic Blue Theme Implementation, Aviation Scroll Issues, Switch Context Issues, File Upload - Invalid Type, 
// 					Favorites – Configurable Spelling, UDS icon not displayed in IE if enableHTML5 mode set to true, Workflow launch in HTML 5 mode,
//					Dabur – Entire Row Back Color, Grid Down Arrow Focus, Microsoft Edge Computability Issue, 
//					Password part of response only when cookieless is set to true, Tab Index Not Required for Help Icons - Configurable, 
//					Data View – Style 7 Incorporation, Life HCM Default Activity, Custom Theme Loading in Application Preference, Login Performance, 
//					NSA DW Launch, Import Excel – Time Tracker, Logout button in case of workflow, TAB Control Value Selection in ML – Configurable, 
//					Grid toolbar icons hiding - Configurable, Personalization / Defaulting icons hiding based on User JS parameter, 
//					Water mark for header controls - Configurable, RT Qtip Feature, Hyperlink Delay Feature, Chart Bbar items collision, 
//					java plfutils feature addition, map marker float text issue, ducbe null value issue, Logout Issue in Aviation, 
//					IE mask text 2times coming issue, inline Tab carosal widget width issue, IE numeric Select issue, carasol widget size issue, 
//					completion chart feature, PDK shrink on workspace click
//					Inline comments not provided since changes are huge
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Bug id 		:	PLF2.0_15477 / PLF2.0_15491 / PLF2.0_15504 / PLF2.0_15571
// Modified By	: 	Giridharan V / Prabhakaran S S / Satham / Vineeth / Prasath / Rams
// Modified Date: 	20-Nov-2015
// Description	:	After launching the Setup UI Preference / Setup Defaults system is not launching the Home page (default page), Splitter Issues, 
//					Handling Grid width in splitter if parellel sections placed, Grid tooltip for datahyperlink, IlboToolbar - Hiding on IsportalLaunch, 
//					Favorities - Cant Create Favories when no fav available, WorkArea - Activity Not Launching in Workarea issue, 
//					Vertical Scroll - in Style1 ML issue - Header Overlap with Scroll, EzeeWizard - Menu Displays on Menu, MenuTag Click, 
//					PopupWidth - IE and Chrome Difference, PostHelpTask - For IEDK, Row Cell Focus - White Area Comes, NSA Changes - Upload Error Types, 
//					Sorting Issue - On Style1 Grid, OLH InlineTab - Based Appsetting variable, StandardEvents - Block State processing on standardevetns, 
//					RT TabControl - Hides when it comes like "tabcontrol", RT StateControl - Not Clears on Every Call Issue, 
//					ML SortMenu - Background Color - white issue, Banner Collapse - Issue, RT Sec Collapse - Issue, 
//					Button Bar - InActive Button Color Changes, Qtip Window - Color changes, Button RT Qtip - Feature, 
//					ML LastColumn - Class added to Identify, Application - pref combo width issue
//					Security Vulnerability Issues:
//						Copy & Paste for display only controls - restricted
//						Setting Content Type for every POST request with text/xml
//						Not Allowing HTML injection on any text control
//						Error logging call stopped [Instrumentation] 
////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 
/*	PLF2.0_06981	*/ 
.x-sec-body .x-form-field-wrap .x-form-trigger{top:1px !important;}
.x-toolbar .x-form-field-wrap .x-form-trigger{top:1px !important;}
.x-form-gd-search{top:0px !important;}
.x-form-arrow-trigger{top:1px !important;}
.x-form-search-trigger{top:1px !important;margin-top:1px !important;}

/* PLF2.0_07056 */
/* PLF2.0_07071 */
/* .x-panel-body .x-panel-tc{height:30px;} */

/*.password input, .username input{padding-top:4px !important;}*/
/* PLF2.0_08054 */
.x-form-con-disp .x-form-field.x-form-headerdisplay-nowrap{margin-top:6px !important;}
/* PLF2.0_10335 */
.x-form-autolist{height:19px !important;margin-top:1px !important;}
/* PLF2.0_11767 */
td a.x-form-field-link {line-height: 23px !important;}
.x-combo-list{z-index:300000 !important;}
.x-grid3-cell-last .x-form-gd-right{
		padding-right:5px !important;
}
.x-grid3-row td,.x-grid3-summary-row td{box-sizing:content-box !important;}
/* TECH-20737 */
.x-grid-hlp-image{margin-top: -12px !important;}