/* Style sheets copied from default.css Start */

/***** styles for header *****/
body 
/* This is the global font setting for the theme. */
{
	font-family: Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 100%;
    letter-spacing: 0.2px;
}

.app-main-body
{
	font-size: 1.2rem;
}

.cornerBtmLeft 
/* This style controls the rounding of the "About | Login" box in upper-right of application header */
{
	border-radius: 0px 0px 0px 20px;
}

.cornerTopLeft 
/* This style controls the top-left of the application header bar that displays the currently logged-in user */
{
	border-radius: 45px 0px 0px 0px;
}

.cornerBtmRight 
/* This style controls the bottom-right of the "My Tools" bar in the application header. Together with the above "cornerTopLeft" style provides rounded transition */
{
	border-radius: 0px 0px 45px 0px;
}

/***** header: Search, About, Logout *****/
.global-header-search
{
	padding-top:9px;
}

.global-header-screen-icon
{
	vertical-align: middle;
	color: #ffffff;
	opacity: 0.9
}

.globalHeaderBG
/* This style controls the color of the "About | Login" box at the top right of the application header */
{	
	background-color: #5E2B0A;
}

.globalHeaderText, .globalHeaderLink
/* This style controls the text of the "About | Login" box at the top right of the application header. Also the "pipe" in tab headers that separates button groups */
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
	
.globalHeaderText
/* This style specifies the size of text in the header */
{
	font-size:  .27cm;
}

.globalHeaderLink
/* This style specifies the size of link text in the header  */
{
	font-size:  .265cm;
	cursor: pointer;
}

/* This style specifies the color of link text in the header on mouse-over  */
.globalHeaderLink:hover
{
	color: #FFE4B5;
}

/* header: Login */

.navLocationBG
/* This style controls the color of the bar with user login info */
{ 
	background-color: #5E2B0A;
   border-bottom: 4px solid #F08A00;

}	
	
/***** header: Customer, Transaction, Amount *****/

.contextBG
/* This style controls the color of the lower bar in application header, with customer and trx info */
{ 
	background-color: #bfaea4; 
}

.contextLink, .selectedLL, .titleLL
/* This style controls font attributes of the text in the application header */
{
	font-size:  .265cm;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.titleLL
/* This style controls the attributes of the text labels (customer, transaction, amount, login) in the application header */
{
	color: #CD6600;
}

.contextLink:hover
/* This style controls the mouse-over text color of Customer and Transaction links in the application header */
{
	color: #FCEEAF
;
}

/***** header: menu (My Tools) *****/

.menuBG, .menuHighLiteBG
/* This style controls the display of "My Tools" menu title in the application header */
{
	font-size: .275cm;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

.menuBG
{
	background-color: #5E2B0A;
}

/***** style for buttons *****/
.win-button
{
	padding: 0px 3px 0px 3px;	
}

.win-btn, .win-btn-over  
{
	font-size: 10px; 
	font-weight: bold; 
/*	color: #275078; */
	color: #5E2B0A; 
	cursor: pointer;
}

/* .win-btn-over
{
    background-color: lightgray;
} */

/***** style for tabs *****/

.tabUpBorder, .tabDownBorder 
{
	border-radius: 10px 10px 0px 0px;
	border-right: 1px solid #C0C0C0;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
}
	
.tabDown, .tabDownLink, .tabUp, .tabUpLink, .tabUpCursor 
/* This style controls the global settings for the tab label text */
{
	font-size: .265cm;
	font-weight: bold;
	text-decoration: none;
}

.dropdown-menu > li > a,.ui-menu .ui-menu-item a
{
	padding: 5px;
	border:0px;
}

.ui-autocomplete li:last-child
{
	padding-bottom: 10px;
}


.tabDown, .tabDownLink, .tabUpLink:hover 
/* This style controls the color of the tab text for the selected tab and hover-over for non-selected tabs; Note: experiment with separating hover from the others */
{
	color: #FFE4B5;
}
		
.tabUpBG
/* This style controls the color of non-selected tabs */
{ 
	background-color: #bfaea4; 
}

.tabUp, .tabUpLink, .tabUpCursor ,.qtip-titlebar
/* This style controls the color of non-selected tab text */
{
	color: #FFFFFF;
}
	
.tabUpCursor
{
	cursor: pointer;
}


/***** style for portlet (group) *****/

/* This style controls the border of portlets */
.groupBorder
{
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #C0C0C0;
}

/* This style controls the color of portlet headers */
.groupHeaderBG
{	
	border: 1px solid #C0C0C0;
}
	
.groupHeader, .groupSkinHeader, .subGroupHeader, .subGroupSkinHeader
/* This style controls the global font properties for portlet header text */
{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}


/* Portlet header stylesheet */
.panel .portlet-header,.groupHeaderBG
{
	background-color: #f5f5f5;
    border-color: #ddd;
}

/***** styles for input form *****/

/* This style controls the cell title (label) of input elements */
.formBG
{ 
	background-color:#FFFFFF;
}

/* This style controls the background for form Row Header boxes (label boxes above a related group of fields in a portlet) */	
.formRowHeaderBG
{ 
	background:none !important;
}

/* This style controls the border of the form Row Header boxes */
.formRowHeaderBorder
{
	border: 0px !important;
	padding: 10px 0px 5px 0px;
}

/* This style controls text attributes for portlet group headers using 'td' element */

td.formRowHeader
{
	padding-left: 13px;
}

.formRowHeader
{
	font-size: .265cm;
	text-decoration: none;
	color: #5e2b0a;
	font-weight: bold;
	text-decoration: none;
}

/* This style controls the background of input field label boxes */	
.formHeaderBG
{ 
	/* background-color: #FFFFFF; */
	border-radius: 6px 6px 6px 6px;
}

/* This style controls the border of input field label boxes */
.formHeaderBorder
{
	border: none;
	padding: 0px 5px 0px 5px;
}

/* Search Panel results multirow table content stylesheet*/
#SearchResultForm td.pageContent
{
	text-align: center;
}


/***** style for input fields *****/

.formInput, .formDisabledInput, .formTextAreaInput, .formDisabledTextAreaInput, .formSelect, .formSelectDarkBG
{
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-radius: 0px;
	padding:1px;
	/* border: 1px solid gray; */
	border: 1px solid #999999;
	width:100%;
}

#cs-tab-bar-form-btns .formInput
{
    width: auto;
}

/* Date Picker Stylesheets */

/* Date picker input field stylesheets*/
input.hasDatepicker
{
	display: inline-block;
}

.input-sm, select.input-sm,.formSelect,.pageContent input.formInput:not([type=checkbox]):not(.ui-autocomplete-input):not(.hasDatepicker)
{
    width: 90%;
	max-width: 400px;
	min-width: 80px;
}

.formrow-group .form-inputControl input.hasDatepicker,.multi-row-table input.hasDatepicker,.pageContent input.hasDatepicker
{
	 width: 80%;
}

/* Forms and mutltirow portlet input,select controls and search screen input controls  stylesheets */
.input-sm,select.input-sm,.form-inputControl .formSelect,.formSelect,.multi-row-table .formSelectDarkBG,.pageContent input.formInput:not([type=checkbox]):not(.ui-autocomplete-input),#advance-filter .formInput
{
	height: 30px;
	border-radius:0px !important;
}

.formrow-group .form-labelControl .control-label,.formrow-group .form-inputControl .form-control-static,table .formHeader,table .pageContent
{
	min-height: 1px;
	padding-bottom: 0px;
}

/*Date Picker stylesheets START*/

/* Date picker trigger image stylesheets*/
button.ui-datepicker-trigger
{
    border: 0px;
    background: none;
    outline: none;
    vertical-align: middle;
    padding: 0px 3px;
}
button.ui-datepicker-trigger .fa
{
	color:#bbb;
}

button.ui-datepicker-trigger .fa:hover
{
	color: lightslategrey;
}

#ui-datepicker-div
{
	min-width: 250px;
}

.ui-datepicker-title
{
	margin: 0px !important;
	color:#000;
}

.ui-datepicker-title select 
{
	padding: 2px;
	height: 21px;
    /* margin: 0px 1px !important; */
}

/* Datepicker month and year input controls stylesheets*/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
	width: 40%;
}

#ui-datepicker-div
{
	z-index: 100 !important;
}

/*Date Picker stylesheets END*/

/* Multi row table input components width to 100% so that it fits in the page */
.multi-row-table .formInput:not([type=checkbox]),.multi-row-table .formDisabledInput,.multi-row-table .formTextAreaInput,.multi-row-table .formDisabledTextAreaInput,.multi-row-table .formSelect,.multi-row-table .formSelectDarkBG
{
	width:100%;
}

/* Multi row table datepicker input width to 90% to allocate the space for the trigger image  */
.multi-row-table .hasDatepicker, .multi-row-table .searchfieldContainer .formInput
{
	width: 80% !important;
	max-width: 400px;
	min-width: 80px;
}

input.formInput[type="checkbox"]
{
	width:auto;
}


.formInput, .formDisabledInput, .formSelect, .formSelectDarkBG
{
	font-size: .30cm;
}
	
.formDisabledInput, .formDisabledTextAreaInput 
{
	background-color: #FFFFFF;
}

.formTextAreaInput, .formDisabledTextAreaInput
{
	font-size: .40cm;
}

/* This style highlights entry fields upon mouse-over */
.formInput:hover, .formTextAreaInput:hover, .formSelect:hover {
	background: none repeat scroll 0 0 rgba(240, 240, 240, 0.75);
}

/* This style gives a highlight to the current entry field */
.formInput:focus, .formTextAreaInput:focus, .formSelect:focus {
	box-shadow: 0 0 8px rgba(109, 130, 167, 0.5);
	-moz-box-shadow: 0 0 8px rgba(109, 130, 167, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(109, 130, 167, 0.5);		    
	background: none repeat scroll 0 0 #F0F0F0;
    border-color: rgba(109, 130, 167, 0.75);
    outline: medium none;
}

/**** styles for multi-row table ****/
.multi-row-table-header 
{
	vertical-align: middle !important;
	text-align: center;
}

/*MultiRow scrolling container div stylsheet */
.multiRowDiv
{
	position:relative;
	min-height: 150px !important;
	overflow:auto;
}

/** MultiRow stylesheets*/

.multi-row-table td,.multi-row-table th
{
	padding: 10px !important;
}

/** MultiRow stylesheets*/

.blockOverlay
{
	opacity: 0 !important;
}
/***** style for footer *****/

.footer
{
	font-size: .275cm;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
	
.footerInput
{
	font-size: .28cm;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-radius: 5px;
	padding:1.5px;	
}

/***** style for search screen  *****/

.searchHeader, .advancedSearch
{
	font-size: .265cm;
	font-weight: bold;
	text-decoration: none;
}

.searchHeader
{
	color: #FFFFFF;	
}

.advancedSearch
{	
	color: #275078;
}

.searchHideShowPanel
{
	background-color: #5E2B0A;
	cursor: pointer;
}	

/*search panel submit button stylesheet*/
#search-submit-btn
{
    background: none;
    border: 0px;	
}
	
/***** general style *****/
	
div.qShow,.display-block
{
	display : block
}

div.qHide,.display-none
{
	display : none
}

.display-none-override
{
	display : none !important;
}

.cs-ui-icon, .cs-ui-icon-gray 
{
	width: 16px; 
	height: 16px; 
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	float: left;
}


.button, .buttonNoHover
{
	font-size: .265cm;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
		
.button:hover
{
	/*color: #EF9B4C;*/
	color: red;

}

.cursorHand
{
	cursor: pointer;
}

.arrow, .arrowWhite
{
	font-size:  .24cm;
	font-weight: bold;
	text-decoration: none;
}

.arrow
{
	color: #275078;
}

.arrowWhite
{
	color: #FFFFFF;
}

/* This style controls the color used for highlighting the modified fields which uses the AjaxFieldChangeHighlightCommand */
.hightlightChange
{
	background-color: lightyellow !important;
}

/* ---- End of New Style Classes for Application Ver 10.0 --- */

/* Style for highlighting checklist items required fields */
.checklistRequiredFieldsHighlightColor
{
	color: #FF0000 !important;
	font-weight: bold;
}

/* style for highlighting hotfixes that are missing dependencies. */
.hotFixWarningHighlightColor
{
	color: #FF0000 !important;
}

/* Style for the text when no linked exposure */
.nolinkedexposure
{
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}

/******************************************************* Style sheets copied from default.css END ******************************************/


.ui-menu
{
	padding: 0px;
}


/* autocomplete Widget*/

.ui-widget-content 
{
	/* border: 1px solid #aaaaaa; */
	background: #ffffff;
	/* border: 1px solid gray !important; */
}

.ui-autocomplete
{
	border-radius: 4px !important;
    border: 1px solid gray;
    border-top: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

#data-container
{
	position: fixed;
    top: 73px;
    bottom: 0px;
    left: 0;
    right: 0;
}

.navbar-toggle .fa
{
	color: inherit;
}

#body\:\:0
{
	height: 100%;
}

#data-main-iframe
{
	background: lightgray;	
}

/* Style sheet for devices with less than 768px width*/

.jstree-default.jstree-focused
{
	background: inherit !important;
}


.portlet-header .portlet-headercol
{
	display:inline;
	padding:0px;
}

/* portlet body collapsable */
.panel-collapse
{
	padding: 0px 2px 0px 2px;
	margin: 0px;
	/* margin-bottom: 15px; */
    /* overflow: auto; */
}

.portlet-collapse
{
/* 	width: 2px; */
	display: inline;
/* 	margin-right: 3px */
}

.portlet-collapse .collapseicon
{
	padding: 5px 10px 5px 5px;
}

.panel-default
{
	/* padding-bottom: 8px; */
	border-radius: 0px;
    border: 0px;	
}
.panel-heading .panel-title a
{
	text-decoration:none;
}

.formRowHeader
{
    background: white;
    border: 0px;	
}

/* portlet Collapse and expand icons */
.portlet-collapse .collapseicon:before
{
	content: "\f106";
}

.portlet-collapse .collapsed:before
{
	content: "\f107";
}

.expandIcon {
	background-image: none;
}

.collapseIcon {
	background-image: none;
}


/* portlet Header style sheets */



table.groupBorder
{
    background-color: white;	
}

.panel-body .panel
{
	border: 1px solid lightgray;
    margin: 5px 5px;
}


.portlet-header .container-fluid,.portlet-header .navbar-form
{
    padding: 0px;
    margin: 0px;	
}

.portlet-cont
{
	margin-bottom: 10px;
    border-radius:0px 0px 4px 4px;
    padding-bottom: 5px;
}

.portlet-cont .portlet-header
{
	 padding: 4px 4px;
    z-index: 1;
}

.portlet-cont .navbar-form.navbar-right:last-child
{
	margin-right: 0px; 
}


/* favorite */
/*
.cs-ui-favor, .page-toggle 
{
	cursor:pointer;
	font-size: 16px;
	vertical-align: middle;
	color: #ffe580;
}

.cs-ui-favor-on, .page-toggle-on {
	color:  orange;
}

.cs-ui-favor-off, .page-toggle {
	color: white;
}
*/


.nav .nav-tabs
{
	margin-left: -1px;	
}

.nav-tabs 
{
    border-bottom: 1px solid rgba(0,0,0,.12);
	background-color: #E6E6E6;
}

.navbar-default .navbar-nav > li > a
{
	color:inherit;	
}

.navbar-default .navbar-nav > li > a:hover
{
	color: white;
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover
{
	color: inherit;
}

.navbar-form {
	margin: 0px;
}

.navbar {
	min-height: 30px;
	margin-bottom: 0px
}

.navbar-brand 
{
	padding: 5px 5px;
	height: 30px;
}

.tab-header .navbar-brand
{
    font-size: inherit;	
}

/* remove from default.css */
.tab-header .cs-btn, .tab-header .cs-btn-spacer, .tabbar-header 
{
    border: 0px;
    color:black;
    /* opacity: 0.9; */
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 10px;
}

/* Tab header more button stylesheets */

.tab-header .container-fluid #More\_\>\|\:\:0,.tab-header .container-fluid #\|\<\_More\:\:0
{
	 margin-top: 5px;
}

.tab-header .container-fluid
{
	display: flex;
    align-items: center;
    padding: 5px 10px;
    height: 40px;
}
.tab-header .tabbar-header
{
	width: 15%;
    max-width: 290px;
    white-space: nowrap;
    min-width:280px;
    padding: 0px;
}

.tab-header .tabbar-header .tabbar-screen-title
{
	max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.tab-header .tabbar-header #screenInfo,.tab-header .tabbar-header .tabbar-screen-icon
{
	vertical-align: super;
}


.tab-header .tabbar-btn-navbar
{   
    width: 85%;
    text-align:right;
}

@media only screen and (min-width: 1200px)
{
	.tab-header .tabbar-btn-navbar
	{ 
	    width: 85%;
	    text-align:right;
	}
	
	.pinnedtabsavail #tabpin-cont
	{
		width:40%;
		overflow:hidden;
	}
	
	.pinnedtabsavail .tabbar-btn-navbar
	{
	 	width: 45%;
	}
}



/* Tab header screen name */
.navbar-btn.btn-sm {
	margin: 0px;
}

.navbar-nav>li>a {
	padding: 5px;
}

/* .nav>li>a {
	padding: 5px;
} */



/* Tab stylesheet */
/*
.nav-tabs > li > a,.nav-tabs > li > a:hover
{
	font-size: .265cm;
	padding: 5px 0px;
	border: 1px solid lightgray;
} 
*/

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover
{
	background-color: lightgray;
	    background: none;
    color: #FFDA7D;
}

.dropdown-menu > .active
{
	background-color: #428bca;
} 


/* Entity Workflow screen stylesheets  Start*/

.entity-workflow-main-div .panel-collapse
{
	padding: 0px;
}

.entity-workflow-main-div .row
{
	 margin: 0px;
}

.entity-workflow-main-div .container
{
    padding: 0px 5px 0px 5px;
    width:100%
}

.entity-workflow-main-div .panel-body .panel
{
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
}

.entity-workflow-main-div .panel-group
{
    padding: 0px;	
}

/* Entity Workflow screen stylesheets  Start*/

/* App body main container stylesheet*/

.appbody-maincont
{	
	padding: 0px;	
}


/* Stylesheets for colors,fonts and other basic */

#dealsLayout .ui-layout-center
{
	overflow: hidden;
}

/* Workcenter assign work tab stylesheets*/
#assignWorkLayout .ui-layout-center
{
	overflow-x: hidden;
}

.refineFilterGroup,.deals-slider
{
	border-spacing: 3px;
}

.searchfieldContainer .formInput,.tab-header .formSelect,.tab-header .formInput
{
	padding: 0px;
	height:auto;
	width:auto;
}

.tab-header .input-search-group .formInput 
{	
	min-height: 28px;
    max-height: 100%;
}

.tab-header .input-search-group 
{	
	margin: 0px 5px;
}

/* Final Style Sheets for Form */

 /*Form row label control stylesheets */

/* Media query stylesheets start */


@media screen and (max-width: 1200px) 
{
	.cs-hide-small-1200
	{
		display:none !important;
	}
	
}

@media screen and (max-width: 940px) 
{
	.cs-hide-small-940
	{
		display:none !important;
	}
	
}


@media only screen and (max-width: 768px) 
{
	#qmenu
	{
		display:none;
	}
	.portlet-header .navbar-header,.portlet-header .portlet-header-title
	{
		display:inline;
		margin:0px !important;
	}
	
	.navbar-nav .open .dropdown-menu
	{
		position: absolute;
	    background-color: white;
	    border: 1px solid #ccc;
	}
	.navbar-header
	{
		float:left;
	}
	
	.navbar-nav
	{
		float: left;
		margin: 0;
	}
	
	.tabbar-menu > li,.tab-header .navbar-left
	{
	    float: left;
	}
	.navbar-right 
	{
    	float: right !important;
	}
	
	/* Tab bar screen title and separtor stylesheets */
	.tabbar-screen-title,.tabbar-header .glyphicon-chevron-right
	{
		/* display:none; */
	}
	
	/* Tab bar menu stylesheets */
	.tabbar-menu .navbar-nav .open .dropdown-menu
	{	
		background-color: #fff;
		border: 1px solid #ccc;
		border-top:0px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	
	/* Tab bar menu active tab stylesheets */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a
	{
	    background: none;
	    color: inherit;
	}
	
	/* This stylesheet hides the elements of the  small window.*/
	.cs-hide-small,#pageToggler,#leftpane
	{
		display:none;
	}

	.input-group-addon, .input-group-btn
	{
    	/* width: 1% !important; */
	}
	.header-search
	{
		height:60px;
	    background:#ccd6de;
	}
	#nav-search
	{
		float:right;
		width: 350px;
	}
	
	#cssearch_nav
	{
		border: 2px solid #ccc;
	}
	
	/*search panel filters stylesheet*/
	#basic-filter-panel
	{
		margin-bottom: 10px;
   		padding-bottom: 5px;
	}
	
	#search-trigger
	{
		cursor:pointer;
		color:white;
		float:right;
		padding:0px 8px;
		display: initial;
	}
	#search-modal .modal-content
	{
		overflow:auto;
	}
	
	.search-container-row
	{
		margin: 0px;
	}
	
	#SearchPanelFrame
	{
		border-bottom: 4px solid #ccc;
	}
	
	#search-modal .modal-body
	{
		overflow:auto;
	}
	
	#body\:\:0
	{
		padding: 0px;
	}
	
	#data-main-iframe
	{
		overflow:hidden;
		/* padding:5px; */
	}
	.app-main-body-container
	{
		padding: 0px 10px;
	}
	
	/*CS app main body stylesheets*/
	#app_FinanceCenter
	{
		min-height: 900px;
	}
	
	.mceInlineParEle
	{
		width:100% !important;
	}
}

@media (min-width:992px)
{
	/* header search filter dropdown styleshett*/
	#header-sub-top .navbar-right .search-panel .dropdown-menu 
	{
	    right: inherit;
	    margin-top: 0px;
	    border-top: 0px;
	    border-radius: 0px;
	}
	
	/* header user info menu style sheet */
	#header-sub-top .navbar-nav.navbar-right:last-child
	{
		margin-right:0px	
	}
	
	#data-container
	{
	    top:116px
	}
	
	.header-search
	{
		float:right;
		display:block !important;
	}
	
	/* This stylesheet hides the elements of the  large window. */
	.cs-large-hide
	{
		display:none;
	}
	#cssearch_nav
	{
		float: right;
	}
	
	/* Search Screen container and search panel stylesheets */
	.search-container-row,#SearchPanelFrame
	{
		height:100%;
		margin:0px;
	}
	
	#basic-filter-panel
	{
		margin: 0px;
   		padding-bottom: 5px;
	}
	
	#SearchPanelFrame
	{
		border-right: 2px solid #ccc;
	}
	
	#search-modal .modal-body
	{
		overflow:hidden;
	}
	
	/*CS app main body stylesheets*/
	#app_FinanceCenter
	{
		/*min-height:630px;*/
	}
}


.header-entity-context, .header-entity-context-proxy, .header-context-name
{
    display:inline-block;
    white-space: nowrap;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-weight: normal;
    opacity: 0.9;
}

.header-entity-context, .header-entity-context-proxy
{
   	/*max-width: 170px;*/
}

.header-context-name
{
	max-width: 150px;
	font-size: 1.2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) 
{
	#left-pane-trigger
	{
		display:inline-block;
	}
	#left-pane-pin
	{
		display:none;
	}
	
	/*CS app main body stylesheets*/
	#cs-body
	{
		overflow:hidden;	
	}
	
	/*Page toggelr  stylesheets for smaller screens */
	#pageToggler
	{
		display:none;
	}
	/* Search Screen container and search panel stylesheets */
	.search-container-row,#SearchPanelFrame
	{
		height:100%;
		margin:0px;
	}
	
}

/* Data Main style sheet Start*/

/* data main desktop stylesheet */
.data-main-desktop
{
	position: fixed;
    top: 64px;
    bottom: 0px;
    left: 0;
    right: 0;
}

/* data main mobile stylesheet */
.data-main-mobile
{
	position: relative;
	/* height:95%; */
}

/* data main mobile iframe stylesheet */
.data-main-mobile iframe
{
	min-height:600px;
}

.logo-navbar-header
{
    white-space: nowrap;
}

/* Header main spacer element stylesheet.This element push the main content to the height set in the stylesheet  */
.header-main-spacer
{
	height:50px;
	visibility:hidden;
}

/* Data Main style sheet END*/

/* Iframe Style sheets Start */

#app_FinanceCenter
{
	width:100%;
	height:100%;
	z-index: 1;
	padding: 0px 0px 0px 15px;
}

/* data main mobile iframe stylesheet for mobile devices */
.data-main-mobile #app_FinanceCenter
{
	padding: 0px;
}

/* Iframe Style sheets End */

/* User info menu stylesheet strart */


#user-info-dropdown .dropdown-menu
{
	border: 1px solid lightgray;
    border-top: 0px;
}

#user-info-dropdown .dropdown-toggle
{
	color: #000000;
	padding: 0px;
	border-width: 0px;
    border-color: #5E2B0A;
    border-style: solid;
	margin-bottom: -1px;
}

#user-info-dropdown .dropdown-toggle:hover
{
	background:none;
}

#user-info-dropdown .open .dropdown-toggle
{
	background:#fff;
	color: black ;
	border-width: 0px;
    border-color: lightgray;
    border-style: solid;
}

#user-info-dropdown .open .header-menu-icon, #user-info-dropdown .open .header-context-name, #user-info-dropdown .open .header-context-text:hover
{
	color: #f18a48 !important;
}

#cssearch_nav
{
 background: #ffcc00; 
 border: none;
}

#user-info-dropdown
{
    margin: 0px 0px 0px 20px;
}

#user-info-dropdown .dropdown
{
	margin-bottom: -1px;
}

#user-info-dropdown .dropdown-toggle
{
	padding: 3px 3px;
	/* padding-bottom: 7px; */
}

#user-info-dropdown .dropdown:hover .dropdown-toggle
{
	padding: 3px 3px;
	/* padding-bottom: 7px; */
}

.ui-autocomplete
{
	z-index: 9999 !important;
	
}

/* User info menu stylesheet End */

/* Header filter search component stylesheets start */

.search-filter-component
{
	padding: 0px;
    border: 0px;
    margin: 0px;
    height: 25px;
}

.search-input,.search-filter-component #search_concept,.search-filter-component #search_concept,.search-filter-component .glyphicon-search
{
	padding:3px 5px;
}

.search-filter-component .caret
{
	margin: 0px 10px 0px 4px;
}

.searchfilter-group .input-group-btn
{
	width: auto;
}

/* Header filter search component stylesheets End */

/* Section for application css start */

#myToolsMenu
{
	vertical-align: middle;
	margin-right: 5px;
}

.menu
{
	background: none;
}

#header-sub-top
{
	z-index: 1;
}

.header-sub-top .container-fluid, .header-sub-bottom .container-fluid
{
	padding: 10px 5px;	
}

.header-sub-top,.header-sub-bottom
{
	margin-bottom: 0px;
    border: 0px;
    min-height:50px;
    border-radius: 0px;
}

/* form row entry stylesheet */
.formrow-group
{
	margin: 0px -5px 15px 10px;
}

.panel-collapse table 
{
	border-spaceing:2px;
}

/*Entity Docs tab no docs avail form group stylesheets */
.groupBorder .formrow-group
{
	/* margin: 0px; */
	margin-left: 10px;
}

/* Asset Hierarchy stylesheets */
.asset-folders
{
    border-right: 1px solid lightgray;
    padding-right: 0px;
}

.asset-items
{
 padding-left: 0px;
}


.header-sub-top .container-fluid,.header-sub-bottom .container-fluid,.header-sub-top .row
{
	padding: 0px;
	margin: 0px;
}

.header-sub-top .header-logo-cont,.header-sub-top .header-search
{
	padding: 10px 15px;
}
/* .header-sub-top,.header-sub-bottom
{
	
} */

/* .nav>li>a
{
	padding:0px;
} */

.header-sub-top .container-fluid
{
	height: 64px;
}

.header-sub-bottom .container-fluid
{
	height: 25px;
}

#header-main .navbar-right,#header-main .navbar-header
{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
}


#header-main .navbar-right
{
	margin:0px;
}

#header-main .navbar-text
{
	margin: 0px;
	padding-left: 10px;	
}


/* Default.csss */

.app-main-body
{
	height:100%
}

 .panel-group
 {
	/* background: #E6E6E6; */
   /*  padding: 0px 0px 8px 0px; */
    margin-bottom:10px;
    border-radius: 0px 4px;
 }


.has-error
{
	border-color: #a94442;
}

.error
{
	text-align: left;
}


/* Left pane relationship view container overflow to visible */
#treeControlPortlet
{
	overflow: visible;
	height: 100%;
}

#treeControlPortlet .jstree-anchor
{
	height: 30px;
}

a,.dropdown-toggle,#left-pane-trigger
{ 
    -webkit-tap-highlight-color: #ccc;
    -moz-tap-highlight-color: #ccc;
}

#left-pane-pin
{
	cursor:pointer;
}

/* Workflow setup screen steps event container stylesheets */
.workflow-setup-events
{
	border-spacing: 7px !important;
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.workflow-setup-events td
{
	
	padding:5px;
}
/*workflow setup screen graphical view stylesheets*/
#graphicalView
{
	min-height:500px;
	overflow: auto;
	background-color: #fff;
	
}


/* Entity Checklist Requirements portlet stylesheets  */

#checklist-requirement  .form-control-static
{
	color:#FF0000;
	font-size: 1.2em;
}

/* Workflow Requirements portlet stylesheets  */

#workflow-requirement  .form-control-static
{
	color:#FF0000;
	font-size: 1.2em;
}

#workflow-requirement  .form-labelControl
{
	color:#FF0000;
	font-size: 1.2em;
}

/* Autocomplete search filed clear button styelsheets */

.searchfieldContainer
{
	margin-right: 3px;
}
.searchfieldContainer .cs-btn
{
	border: 0px;
    padding: 0px 0px;
}

#qmenu
{
	padding:0px 5px;
	width:100%
}

table.groupHeaderBG tr:first-child
{
	padding :2px 2px;
}

.collapse-close, .collapse-open
{
	color: grey;
}

#entity-docs table.groupBorder
{
	border:0px;
	border-radius: 4px;
}

#baseSearchTable td
{
	padding: 4px;	
}

table
{
	border-collapse: inherit;
}


/*multiRow grid navigator toolbar icons Start  and customer screen history popup title close icon stylesheets*/
.ui-jqgrid-view .ui-pager-control .ui-state-hover,.ui-jqgrid-view .ui-pager-control .ui-icon,.ui-dialog-titlebar .ui-icon-closethick,.ui-jqgrid-view .ui-pg-div
{
	background:none !important;
	margin: 0px !important;
    padding: 0px !important;
    font-size: inherit !important;
    height:auto;
}

.ui-jqgrid-view .ui-icon
{
	margin: 1px !important;	
}

.ui-jqgrid-view .ui-corner-all
{
 padding: 0px !important;
}

/*multiRow grid navigator toolbar icons END */


/* Portlet header sub headers stylesheets */
.portlet-header .form-control-static,.portlet-header .pageContent
{
	
	padding-top: 0px;
    display: inline;
}

/* Portlet header right control elements stylesheets */
.portlet-header .navbar-form
{
	margin:0px 5px;
}

.portlet-header .formSelect
{
	margin-right: 5px;
	width: inherit;
}

/* for document file upload */
.upload-file
{
	height: 100px !important;
}

.upload-file-enter
{
	background: #eee !important;
}

.upload-file-leave
{
	background: #fff !important;
}



/**** styles for multi-row table move icons ****/

span.multi-row-move
{
	font-size: 2.2em !important;
    padding: 0px !important;
	margin: 0px 5px;
	color: orange !important;
}

/* Entity Snapshot tab stylesheets start*/
.snapshots-conf select
{
	display:inline-block;
}

.snapshots-conf-title .form-group
{
	text-align:right;
}
.panel-body td #Retrieve\:\:0
{
	margin-left: 5px;
}
/* Entity Snapshot tab stylesheets End*/

/* Workcenter deals tab multirow grid stylesheets */
.wcaxPageGrid .ui-jqgrid
{
	height:100%
}


.searchfieldContainer .formInput
{
	/* height:100% !important; */
	border-radius: 0px;
	border:1px solid rgba(51,51,51,0.3);
}

/* Finance transaction struct comment text area style sheet */ 
.fintrx-structcomment-textarea textarea
{
	width:100%
}


/* Header Entity autocomplete search componenet and quick menu font size stylesheet*/
.search-filter-component,.search-input,.glyphicon-search,.dropdown-menu,#qmenu
{
	font-size: 10pt;
}

/* Inet Report Server frame style */
.reportFrameDiv {
    position: relative;
    padding-bottom: 60%; 
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.reportFrameDiv iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

/* First active tab of the screen stylesheet */
.nav-tabs >li.active:first-child .tab-down-bg
{
	border: 0px;
    border-bottom: 1px solid transparent;
}

/**** RTE related *****/
.mceInline a, .mceInlineView a, .pageContent a, .pageContent a:focus
{
	color: #0071bc;
}

/* Work flow related page content*/
.pageContent .wf_task_name
{
	color:inherit;
	text-decoration: none;
}

/* Left pane anchor elements stylesheets */
#leftpane .pageContent a
{
	color:#32363a;
}

/* Multirow grid page controls input stylesheets */
.ui-pager-control .ui-pg-input,.ui-pager-control #Grid_Auto_SmartSearch
{
	height: 18px;
    padding: 0px 5px;
}

/* multi row portlet div stylesheet */
.multiRowDiv
{
	-webkit-overflow-scrolling:touch !important;
}

/* FSA Grid screen report popup screen and tab info stylesheets */
#dialogInner .tabbar-header,#dialogInner .tabbar-menu
{
	display:none;
}


/*search field container and clear button stylesheets*/
.searchfieldContainer .cs-btn-clear
{
	padding: 3px 1px;
    cursor: pointer;
    font-size: 1.8rem;
}

.multi-row-table .searchfieldContainer .icon-search
{
	margin-right: 1px;
}


.header-context-title, .header-proxy-title
{
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

.header-proxy-title
{
	color: #CC0000;
}

.gridster .tile-content
{
	-webkit-overflow-scrolling:touch;
}

.ui-dialog .ui-multiselect 
{
	width:100% !important;
}

.icon-mdviewer-spacer
{
	margin-right: 13px;
}

.aboutContentHeader
{
 margin: 10px 0px 0px ;
}


.header-context-text
{
	font-weight: normal !important;
	font-size: 1.8em;
	vertical-align: middle;
	opacity: 0.9;
}


.header-context-title .fa 
{
    color: #ffffff;
}

.header-sub-bottom
{
	background-color: #3a5a78 !important;
	/* border-top: 1px solid gray; */
	padding: 0px 15px;
}

#header-sub-bottom-nav #currentCustLabel,#header-sub-bottom-nav #currentTrxLabel
{
	width: 200px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
    color:#E8DA6F !important;
}

.header-context-text a,.header-context-text
{
	color:#ffffff !important;
}

#header-proxy-text
{
	padding-left: 40px !important;	
}

.header-search #user-info-dropdown .dropdown-menu 
{
	right: 0;
	left: auto;
}

#user-info-dropdown
{
	float:right;
}

#elMenu1 #qmenu
{
	margin: 5px 0px;	
	width: 97%;
    margin-left: 3px;
}

#elMenu1
{
	background: #333;
	border:none !important;
}

/*Css for capslock notification bubble popup*/
.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    float: left;   
    margin: 5px 45px 5px 20px;
    z-index: 2;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;
}





/*application poweredby logo container stylesheets */
.app-poweredby-spacer 
{
    height: 40px;
}


.app-poweredby 
{
    text-align: right;
    padding: 5px 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.app-poweredby img
{
	 height:25px;
}


/*Header Entity context links stylesheets*/
.header-entity-context,.header-entity-context-proxy
{
	margin: 0px 5px 0px 20px;;
}

.header-entity-context-proxy
{
	margin: 0px 5px;
}



/* for stack table */
@media only screen and (max-width: 768px) {
	
	/* Force table to not be like tables anymore */
	table.table-stackable,
	table.table-stackable thead, 
	table.table-stackable tbody, 
	table.table-stackable th, 
	table.table-stackable td, 
	table.table-stackable tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.table-stackable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.table-stackable > tbody > tr { 
		border: 1px solid #ccc;
		height: auto; 
	}
 
	/* table.multi-row-table td, */
	table.table-stackable > tbody > tr > td.pageContent
	{ 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
		height: auto;
		min-height: 30px;
		width: initial;
		/* for IE */
		width: auto;
		
	}
 
	table.table-stackable > tbody > tr > td.pageContent:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/* top: 6px; */
		left: 10px;
		/* width: 45%; */ 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	table.table-stackable > tbody > tr > td.pageContent:before { 
		content: attr(data-title)": "; 
	}
}
.float-right
{
	float:right;
}

.cs-layout-container
{
	width: 100%;
   /*  position: relative;
    visibility: visible;
    overflow: hidden; */
}

.tableFloatingHeader
{
	z-index: 10;
}

/*paging control stylesheet START*/
.paging-icon
{
	padding: 5px 12px;
    font-size: 1.2em;
}

.paging-icon .fa
{
	color: silver;
}

.paging-active-control
{
	cursor:pointer;
}
.paging-active-control .fa
{
	color:#3A5A78;
}

.paging-info-control
{
	margin-top: 3px;
}

.paging-control-cont
{
	padding:3px;
}

.paging-control-row
{
	margin:0px;
}
/*paging control stylesheet END*/

/*Workcenter Admin console tabs stylesheet START*/

.advance-console-table
{
	width:100%;
}
.advance-console-table td
{
	text-align:center;
}
.advance-console-cont
{
	overflow: auto;
    border: 1px solid lightgray;
    height: 300px;
    margin: 3px;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 1px 2px 2px #ccc;
    background: #eee;
    padding: 10px;
}

/*Workcenter Admin console tabs stylesheet END*/

/* Jquery resizable div componenet stylesheet. 
Setting the resizable max width to 100% to limit the div enlarge max to it's parent element. */ 
.ui-resizable
{
	max-width: 100%;
}

/* Form labels nobr child element stylesheet. This fixes the long lable nowrap issues in forms. */
td.formHeader nobr
{
	white-space:normal;
}

/*buttons icons stylesheet */
.cs-btn-icon:before 
{
	margin-right:2px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
}

/*Element color stylesheet for the red */
.color-red:before
{
	color:red;
}

/*Element color stylesheet for the orange */
.color-orange:before
{
	color:orange;
}

/*Element color stylesheet for the green */
.color-green:before
{
	color:green;
}

/*portlet Header badge stylesheet*/
.panel-default > .panel-heading .badge
{
	font-size: 1.3em;
	background-color: #aaa;
}

/* DML statments code editor stylesheets Start*/
#dml-main
{
	width:100%;
	height:350px;
	overflow:hidden;
}

#dml-sqlserver,#dml-oracle
{
	overflow:hidden;
	border: 2px solid lightblue;
	margin-bottom: 3px;
	border-radius: 0px 0px 4px 4px;
}

#orc-stmt,#sqlserver-stmt
{
	height:83%;
	overflow:auto;
}

#dml-main .CodeMirror
{
	height: 100%;
	border:0px;
}

.dml-header
{
	padding: 4px;
    border-bottom: 2px solid lightgray;
    margin: 0px !important;
}

.dml-copy-btn
{
	float:right;
	padding: 1px 5px !Important;
}

#dml-main .sql-download-link
{
    float: right;
    padding: 0px 2px;
    border-radius: 2px;
    text-decoration: none;
}

#dml-main .sql-download-link .fa
{
	color:inherit;
}

/* DML statments code editor stylesheets END*/

/* Workflow Events anchor elements stylesheets START*/

.workflow-setup-events .pageContentLink
{
	padding: 0px 5px;
}

/* Tab bar header screen icon and title stylesheet*/
.tab-header .tabbar-header .tabbar-screen-icon, .tab-header .tabbar-header .tabbar-screen-title, #sessionWarning .portlet-header-title
{
	font-size: 1.2em;
    font-weight: 600;
    margin-right: 5px;
}

/* Portlet section header title  Start*/
.panel .formHeader-cont
{
	text-align: left;
}

.panel .formHeader-cont label,.formRowHeader
{
	font-size: 1.5em;
    font-weight: 600;
}

.panel .formHeader-cont label.formRowSubHeader
{
    color: #888;
}

/* Portlet section header title  End*/

/* Form label stylesheet */
.formrow-group .form-labelControl,.form-group .form-labelControl,td.formHeader,.formHeader
{
	padding-right: 5px;
	color: #888;
}
/*Removing padding for form headers in td to align the metadata icons correctly */
td.formHeader
{
	padding:8px;
}
/* Form label and value stylesheet */
.formrow-group .control-label, .formrow-group .form-inputControl, .formHeader span, .formHeader, td.pageContent
{
	/*font-weight: normal;*/
    font-size: 1.2em;
    text-align: left;
}

#fieldInfoMetaData .formrow-group .form-inputControl .form-control-static, #fieldInfoMetaData .control-label
{
	padding-top: 0px;
    margin-bottom: 5px;
} 

/* Form input stylesheet */
.formrow-group .form-inputControl,.form-group .form-inputControl,td.pageContent span,td.pageContent
{
	color: #3a3532;
	padding-left: 0px;
}

.portlet-cont-view .form-inputControl .form-control-static, .portlet-cont-view .form-inputControl .pageContent, .portlet-cont-view td.pageContent
{
	border-bottom: 1px solid #e3e3e3;
}

.formrow-group .form-inputControl .form-control-static input[type="checkbox"]
{
	margin-top:1px;
}

td.pageContent .input-search-group .input-group-addon
{
	padding: 0px 12px;
	border-radius: 0px;
}

/* Form lable meta data icon stylesheet */
.icon-mdviewer
{
	margin-left: 3px;
    cursor: pointer;
    font-size: 1.1em;
    color: #ddd;
}

.panel .portlet-header, .groupHeaderBG
{
	background-color: #f5f5f5;
	padding: 8px;
	border-radius: 0px;
	margin-bottom: 2px;
}

/******************** for Ajax ************************/
#ajaxEventError
{
    width: 100%;
    position: relative;  
	top:-5px;	
    right: 0px;
    left: 0px;
    z-index: 4;
    border:1px solid #b00e0e;
    border-radius: 0px 0px 4px 4px;
    display:none;
    overflow:auto;
}

#ajaxEventError #header
{
    border-bottom: 1px solid #b00e0e;
    padding:10px;
    font-size: 1.3em;
	background-color:#b00e0e;
	color:#fff;
    font-weight: bolder;
}

#ajaxEventError .error-content
{
    padding: 5px 10px;
    font-size: 1.3em;
    color: #b00e0e;
}

/******************** for workspace ************************/
#app_FinanceCenter,#body\:\:0
{
    padding:0px ;
}

/* FInal stylesheets for the new gen  START*/
#body\:\:0,#wrapper,#cs-body
{
    background: #ffffff; 
}

#wrapper .tab-header, #wrapper.active .tab-header
{
    /* left: 310px; */
    position: fixed;
    right: 0px;
    top: 0px;
    transition: all .4s ease 0s;
    border-top: 1px solid white;
}

#wrapper .tab-header 
{
    left: 30px;
}

#wrapper.active .tab-header 
{
    left: 300px;
}

#wrapper
{
    padding-left: 30px;
    padding-top: 50px;
    height: 100%;
    transition: all .4s ease 0s;
}

#fieldInfoMetaData #wrapper
{
	padding:0px;
}

#sidebar-wrapper, #leftpane {
    /* position: fixed; */
    left: -270px;
    top: 1px;
    bottom: 0px;
    width: 300px;
    height: 100%;
    /* background: #eee; */
    transition: all .4s ease 0s;
    border-right: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 3px 0px 6px #ddd;
	border: 0px;
	background: white;
    z-index: 1;
    overflow: hidden;
}

#leftpane
{
	 box-shadow: none;
	 bottom: 30px;
}

#sidebar-wrapper {
    position: fixed;
}

#leftpane {
    position: absolute;
    display: none;
    background: #fff;
}

#page-content-wrapper 
{
    width: 100%;
    height: auto;
}

#wrapper:not(.active) .panel-heading
{
	border-bottom: none !important;
}

#wrapper #workspaceNavContent
{
    padding-right:7px;
}

#wrapper.active #workspaceNavContent
{
   padding-right:0px;
   overflow:hidden;
}

#wrapper.active #workspaceNavContent:hover
{
   overflow:auto;
}

#wrapper #workspaceNavContent .panel,#workspaceNavContent .panel
{
	margin-top: 0px;
    margin-bottom: 0px;
    overflow: auto;
}

#wrapper.active {
    padding-left: 300px;
}


#wrapper.active #sidebar-wrapper {
    left: 0px;
}

#workspaceNavigator
{
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

#workspaceNavContent
{
    flex: 1;
    overflow: auto;
}

#workspaceFooter {
    min-height: 30px;
    flex: none;
    text-align: center;
    /* background-color: white; */
    border-top: 1px solid lightgray; 
}


#workspaceNav ul
{
	display: inline-block;
	padding-left: 10px;
}

#wrapper .leftpane-trigger
{
    float:right;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    margin-right: -10px
}

#wrapper .collapseIcon:before
{
    content: "\f105";    
}

#wrapper.active .collapseIcon:before  
{
    content: "\f104";    
}

#formNavigation .panel-heading a,#formNavigation .list-group .list-group-item,#formNavigation .no-list-group .list-group-item,#favoriteList li,#recentItemList li,#draftItemList li
{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#formNavigation, .ui-datepicker-div .ui-datepicker-calendar
{
    font-size: 1.3rem;
}

#formNavigation .panel-collapse
{
    margin-bottom: 0px;
}

#formNavigation .panel-heading
{
    padding-top: 7px;
    padding-bottom: 3px;
    margin-bottom: 0px ;
    background: none; 
    border: none !important;
}

#formNavigation .panel-heading a
{
	color: #555;   
    /* text-transform: uppercase; */
    text-decoration: none;
	font-weight: 600;
	display: inline-block;
    width: 100%;
}

#formNavigation .panel-heading a .fa
{
	color:inherit;
	float:right;
	font-size: 1.4em;
	font-weight: 600;
}

#formNavigation .panel
{
	box-shadow:none;
}

#formNavigation .panel-heading .collapse-icon:before
{
    content: "\f106";
}

#formNavigation .panel-heading .collapsed .collapse-icon:before 
{
    content: "\f107";
}

#formNavigation .panel-heading.active a
{
    color: #fb9962;
    padding-bottom: 0px;
}

#formNavigation .no-list-group .list-group-item
{
	border: none;
	/* padding-left: 20px; */
	/* padding:0px; */
}

#formNavigation .no-list-group .list-group-item.active
{
    background: none;
    color: black;
    font-weight: bold;
}

/* This style needs to be added to Default.css 
#formNavigation .list-group .list-group-item.active,#formNavigation .no-list-group .list-group-item.active
{
	border-right-color: red;
}
*/

#formNavigation .no-list-group .list-group-item, #formNavigation .list-group .list-group-item
{
	border-left: 4px solid #fff;
}
#formNavigation .no-list-group .list-group-item:hover, #recentItemsPortlet li:hover, #favoritesPortlet li:hover, #draftItemsPortlet li:hover
{
	background-color: #f5f5f5;
}

#formNavigation .list-group-item, #formActions .list-group-item, #recentItemsPortlet li, #favoritesPortlet li, #draftItemsPortlet li
{
    padding-top: 7px;
    padding-bottom: 7px;
	padding-left: 6px; 
	border-radius: 0px;
	margin-left: 5px;
}

#formNavigation .no-list-group, #formNavigation .list-group .list-group-item, #recentItemsPortlet li, #favoritesPortlet li, #draftItemsPortlet li
{
	/* margin-bottom: 5px; */	
}
#formNavigation .list-group .list-group-item
{
	padding-left: 8px;
	border-radius: 0px;
	margin-left: 3px;
}
#formNavigation .list-group .list-group-item.active, #formNavigation .no-list-group .list-group-item.active
{
	background-color: rgba(238, 238, 238, 0.5);
	border-left: 3px solid orange;
	font-weight: 400;
	color:black;
}

#formNavigation .list-group
{
    /* padding-left: 10px; */
    border: none;
    margin-left: 10px;
}

.panel-navigation .list-group .list-group-item
{
    border: none;
}

/* This class controls the font size of the UI components */
.panel-navigation, .ui-datepicker-div .ui-datepicker-calendar, #ajaxEventError #header
{
	font-size: 1.3rem;
}

#tabStatisticData
{
	position: absolute;
	bottom: -80px;
	margin: 5px 0px 20px 0px;
}

/* add blank space to empty input field */
.form-inputControl p.form-control-static span:empty:after, .form-inputControl p.form-control-static:empty:after, .form-inputControl span:empty:after
{
	content: '\00a0';
}

.event-escalated:after
{
	content:'  \f04b';
	font-family: FontAwesome;
	font-size: 1.2em;
  	display: inline-block;
 	padding-left: 12px;
}

.todo-icon-esc-later:after
{
	color:#0000FF;
	transform: rotate(210deg);
}

.todo-icon-due-later:after
{
	color:#00FF00;
	transform: rotate(210deg);
}

.todo-icon-esc-today:after
{
	color:#FF0000;
	transform: rotate(30deg);
}

.todo-icon-due-today:after
{
	color:#E0C000;
	transform: rotate(30deg);
}

/* style for tabs in workspace navigator and wizard */
.nav-tabs > li > a, .nav-tabs > li > a:hover 
{
    border:0px !important;
    font-size: 1.4rem;
    padding: 5px 0px;
}

.nav-tabs 
{
	background: none;
	margin-bottom: 10px;
	width:100%;
	/* text-transform:uppercase; */
}

.nav-tabs > li.active
{
    background: none;
    border-bottom: 3px solid orange !important;     
    color: orange !important;
}

.nav-tabs > li.active > a.tab-down-bg, .nav-tabs > li.active > a.tab-down-bg:hover, .tabDownBG, .nav-tabs > li > a
{
    background: none !important;
    color: gray;
    font-weight: inherit !important;
}

.nav-tabs > li
{
	color: lightgray;
	color: #212121;
	margin: 0px;
	padding: 0px 10px;
}

.panel-title .fa
{
	color: #f18a48;
}

#leftpane #recentItemsPortlet, #leftpane #favoritesPortlet, #leftpane #draftItemsPortlet
{
	height: auto;
}

#treeControlPortlet, #recentItemsPortlet ul, #favoritesPortlet ul, #draftItemsPortlet ul
{
	/* padding-left: 10px; */
}

#recentItemsPortlet .pageContent, #favoritesPortlet .pageContent, #draftItemsPortlet .pageContent, #treeControlPortlet .pageContent, #treeControlPortlet .pageContentBold
{
	font-size: 1.3em;
}
#recentItemsPortlet .pageContent, #favoritesPortlet .pageContent, #draftItemsPortlet .pageContent, #treeControlPortlet .pageContent, #treeControlPortlet .pageContentBold:ho
{
	color: #6fc5ca;
}

#treeControlPortlet .pageContent
{
/* 	padding-left: 10px; */
}


.multi-row-table .quick-summary td, .multi-row-table .quick-summary th
{
	padding: 5px !important;
	
}

.train-track
{
	overflow: auto; 
	text-align: left;
}

.mceInline
{
       margin-top: 0px;
}
 
.mceInline.mce-edit-focus
{
       margin-top: 70px;
} 

.mceInline.mce-mobile.mce-edit-focus
{
	margin-top: 70px;
}

.multi-row-table .train-track
{
	vertical-align: middle;
	text-align: left;
}

.cs-btn:before
{
	margin-right:3px;
	display: inline-block;
	font: normal normal normal 1.2em FontAwesome;
}

.cs-btn-save:before
{
	content:'\f0c7';
} 

.cs-btn-create:before
{
	content:'\f067';
} 

.cs-btn-edit:before
{
	content:'\f044';
} 

.cs-btn-cancel:before
{
	content:'\f00d';
} 

.cs-btn-close:before
{
	content:'\f00d';
} 

.cs-btn-copy:before
{
	content:'\f0c5';
} 

.cs-btn-delete:before
{
	content:'\f014';
} 

.cs-btn-previous:before
{
	content:'\f048';
} 

.cs-btn-next:before
{
	content:'\f051';
} 

.cs-btn-back:before
{
	content:'\f04a';
} 

.cs-btn-finish:before
{
	content:'\f00c';
} 

.cs-btn-savenew:before
{
	content:'\f0c7';
} 

.cs-btn-applynew:before
{
	content:'\f0c7';
}

.cs-btn-help:before
{
	content:'\f128';
}

.cs-btn-delfavor:before
{
	content:'\f00d';
}

/* style for sparkline chart */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#wrapper .tab-header
{
	margin-left:10px;
}

/* highlight for tree*/ 
.jstree-default .jstree-hovered, .jstree-default .jstree-clicked  
{
    border: none; 
    padding: 0px 5px; 
}

.jstree-default .jstree-node .jstree-hovered  
{
    background-color: #f5f5f5; 
}

.jstree-default .jstree-node .jstree-clicked, .jstree-default .jstree-node .jstree-hovered 
{ 
    background-color: #f5f5f5;
    border-radius: 0px;
    box-shadow: none;
}

.history-link::after
{
    content: "\f1da";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 3px;
}

.quicklink-pane 
{
    position: absolute;
    background: #eee;
    bottom: 40px;
    height: 0px;
    width: 300px;
    overflow: hidden;
    box-shadow: 0px -2px 4px #ccc;
    border: 0px;
    z-index: 1;
    transition: height 1s;
}

.quicklink-pane.open
{
    height: 400px;
}

.snapShotHeader td
{
	font-size: 1.2em !important;
    text-decoration: none;
    color: #3a3532;
    background: lightgray;
	/* text-align: center !important; */
}

.multirowHeader .contentHeaderBG,.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,.contentHeaderBG,#dealsLayout .contentHeaderBG
{
    font-size: 1.1em !important;
}

/* Tab drag and drop feature start */

#tab-droppalbe-container
{	
	display:inline-flex;
	margin: 0px;
   /*  padding: 5px 2px;	 */
   padding: 0px;
    margin-right: 20px;
}

#tabpin-cont li
{	
	 display: flex;
	flex-flow:row nowrap;	
	margin: 0px;
	padding: 0px;  
  	align-items:center;
  	height:100%; 
  	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  	padding: 2px 5px;
  	margin: 0px 3px;
  	
}

#tabpin-cont li .title
{	
	min-width: 70px;
	max-width:150px;
	padding: 0px 5px;
}

#tabpin-cont li .title a,#tabpin-cont li .title
{
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
}

#tabpin-cont li .icon
{
	visibility: hidden;
	font-size: 1.4em;
}

#tabpin-cont li:hover .icon
{
	visibility:visible; 
}

#tab-droppalbe-container li .title .list-group-item,#tabpin-cont .hidden-links .list-group-item 
{
	padding:0px;
	margin:0px;
	background:none;
	border:none;
	color:#000;
	text-indent:5px;	
   	font-size: 1.3em;	
}

#tabpin-cont,.draggable-tab-nav,#tab-droppalbe-container
{
 height: 100%;
}

#tabpin-cont
{
	width:0%;
}

.draggable-tab-nav 
{
	position: relative;
	min-width: 250px; 
	max-width: 800px;
}

.active-drop-ele
{
	border: 2px dotted #0000ff4a;
}

.tab-droppalbe-ele-item .icon
{
	cursor: pointer;
}


@media only screen and (min-width: 768px) and (max-width: 1024px)
{
	.pinnedtabsavail #tabpin-cont
	{		
		min-width:25%;
		overflow:hidden;
	}
	
	.draggable-tab-nav 
	{		
		max-width: 250px;
	}
}

/* Tab drag and drop feature END */

#schedule-calendar {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
}

/* Making the close button visible clearly*/
.close
{
	opacity: 1;
	color: #fff;
}

.close:hover, .close:focus
{
	color: #eee;
}

td.pageContent[align="center"]
{
	text-align: center;
}

td.pageContent[align="right"]
{
    text-align: right;
}

.password-rule
{
	display: block;
	margin-top: 5px;
}

/* Material form fields stylesheets START*/
.mdc-form-field .cs-mdc-form-field
{
	width: 100%;
}

.cs-mdc-form-field-error
{
	/* font-size: .275cm !important; */
	/* color:#CC0000 !important */
}

.cs-mdc-checkbox-field
{
/* 	height:55px !important; */
/* 	margin-top:9px; */
}

.cs-mdc-checkbox-label
{
	padding:12px;
	font-size:1.3rem;
	color:rgba(0, 0, 0, 0.8);
	margin-right:0px !important;
}

.cs-mdc-checkbox-field-disabled .cs-mdc-checkbox-label 
{
	color: rgba(0, 0, 0, 0.6);	
}


@media only screen and (min-width: 1200px)
{
	.cs-form-row-column .cs-form-ctrl
	{
		width: 50%;
	}	
	
	.cs-form-row .cs-form-row-column.col-sm-4
	{
		width: 33%;	
	}
	
	.cs-form-row .cs-form-row-column.col-sm-3
	{
		width:25%;	
	}
	
	.cs-form-row .cs-form-row-column.col-sm-5
	{
		width:40%;	
	}
}

@media only screen and (max-width: 900px)
{
	.cs-mdc-url
	{
		word-break: break-word;
	}
	
	 .cs-form-row .cs-form-row-column
	{
		width: 100%;	
	}
}

@media only screen and (min-width: 900px)
{	
	.cs-form-row .cs-form-row-column
	{
		width: 50%;	
	}
}
.cs-form-row .cs-form-row-column.cs-form-row-column--full-width
{
	width: 100%;
}
.cs-form-row .cs-form-row-column
{
	padding: 0px 20px;
}

.cs-form-row,.cs-form-row .cs-form-row-column,.cs-form-row-column .cs-form-ctrl
{
	display:flex;
	flex-flow: row wrap;
	align-items: flex-start;
}


.cs-form-ctrl.cs-form-ctrl-checkbox
{
	align-items: center;
}

.cs-form-ctrl label
{
	font-weight: inherit;
	max-width:95%;
}
.cs-form-ctrl.cs-form-ctrl-checkbox label
{
	margin-bottom:0px;
}

.cs-form-ctrl .mdc-select
{
	/* margin:39px 0px 8px 0px;
	opacity:1 !important;	
	height:25px; */
}
.cs-form-row-column .formHeader-cont
{
	width:100%;
}

.formHeader-cont
{
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom:10px;
}
.formHeader-cont .formRowHeader
{
	flex-grow: 0;
	margin-bottom: 5px;
}
.formHeader-hline
{
	flex-grow: 3;
	flex-shrink: 2;
	border-bottom: 1px solid #ff6300;
	margin: 0px 30px;
}

.cs-mdc-phone-field
{
	flex-flow:row nowrap!important;
}

.cs-mdc-RateIndex-field
{
	flex-flow:row nowrap!important;
}

.cs-mdc-url
{
	pointer-events: visible;
	font-size: initial;
    padding-top: 30px;
    padding-left: 12px;
    color:#6fc5ca;
}

.cs-mdc-url:hover {
	color:#e40134;
}

.cs-mdc-label
{
   pointer-events: visible !important;	
}

.cs-mdc-text-area-ctrl
{
	display:block !important;
	max-width:100%;
}
.cs-mdc-textarea, .cs-md-rte
{
	pointer-events: visible !important;	
	padding:1px !important;
}

.mdc-text-field--textarea .mdc-text-field__input.mce-edit-focus
{
	outline:none;
	border-bottom:none;
	border:none;
}

.cs-form-row .cs-form-row-column .cs-form-ctrl .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-floating-label 
{
	color: #D5442F; 
}
    	
/*
.cs-md-text-field.mdc-text-field--disabled .mdc-text-field__input, .cs-md-text-field.mdc-text-field--disabled .mdc-floating-label, 
.mdc-select.mdc-select--disabled .mdc-select__native-control,.mdc-select.mdc-select--disabled .mdc-floating-label, 
.cs-md-text-field.mdc-text-field--textarea--disabled .mdc-text-field__input
{
      color: rgba(0, 0, 0, 0.50);
      background-color: #EEEEEE;   
}
*/

.cs-form-row-column .cs-form-ctrl.cs-mdc-checkbox-field
{
       flex-flow: row nowrap;
}

/*
.loading-img
{
	position:absolute;
	right: 0;
	bottom:12px;	
}
*/

.mdc-checkbox .loading-img
{
	left:30px;
}

#workflow-requirement  .mdc-text-field__input, #workflow-requirement  .mdc-floating-label
{
	color:#FF0000;
	font-size: 1.2em;
}

.mdc-form-field.cs-form-ctrl
{
	line-height:normal;
} 

.cs-md-text-field .ui-datepicker-trigger
{
    position: absolute;
    bottom: 15px;
    right: 10px;
    padding: 5px;
    font-size: 8px;
}
	
.mdc-text-field__icon .input-clear-group-icon
{
	padding-left:12px;
}

.cs-mdc-label.mdc-floating-label--float-above
{
	font-size:1.1em;
}

.cs-md-text-field .ui-datepicker-trigger .fa
{
	color:grey !important;
}

.mdc-text-field span
{
	pointer-events:visible;
	width:100%;
}

.cs-form-row-column.cs-form-row-column-full .cs-form-ctrl 
{
    width: 100%;
}

.cs-form-row-column.cs-form-row-column-full .cs-form-ctrl label
{
    width: 100%;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.cs-form-ctrl label
{
	width:auto !important;
}
.cs-form-row-column.cs-form-row-column-full .cs-mdc-text-area-ctrl label
{
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Material form fields stylesheets END*/


[data-jspname="entityDocuments.jsp"] table .multi-row-table tbody td
{
	vertical-align:middle;
}

.cs-change-pwd-req
{
	background-color: #f6f6f6;	
}

.cs-change-pwd-req .password-rule
{
	margin:0px;
	padding:5px;
} 

.mdc-text-field__input:required+.mdc-floating-label::after 
{
    color: #e40134;	
}

#rteToolbarHolder 
{ 
    z-index: 50;
	width:auto;
}
.ui-menu-item
{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:10pt;
}

#qmenu .form-control:focus
{
	border-color: #333;
}

#header .fa
{
	color: #fff
}

.sel-btn
{
	color:#fff !important;
	background-color:#006dc7 !important;
}
.cs-form-row .cs-form-row-column .cs-form-ctrl .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-floating-label 
{
overflow: visible;
}
.systemMessage
{
	padding-bottom: 10px;
}

select#_cva_asset_code\:\:0 {
	max-width: 500px;
    width: fit-content;
}
