/* $Header: /cvs/cvs_archive/applications/webtier/webappjs/infor4/css/base/Attic/inforControlsCustom.css,v 1.1.2.2 2018/02/01 03:02:00 jessyr Exp $ */
/* $NoKeywords: $
 * LaVersion=8-)@(#)@10.00.08.00.24 Mon Apr 16 01:45:58 Central Daylight Time 2018 */
/***************************************************************
 *                                                             *
 *                           NOTICE                            *
 *                                                             *
 *   THIS SOFTWARE IS THE PROPERTY OF AND CONTAINS             *
 *   CONFIDENTIAL INFORMATION OF INFOR AND/OR ITS              *
 *   AFFILIATES OR SUBSIDIARIES AND SHALL NOT BE DISCLOSED     *
 *   WITHOUT PRIOR WRITTEN PERMISSION. LICENSED CUSTOMERS MAY  *
 *   COPY AND ADAPT THIS SOFTWARE FOR THEIR OWN USE IN         *
 *   ACCORDANCE WITH THE TERMS OF THEIR SOFTWARE LICENSE       *
 *   AGREEMENT. ALL OTHER RIGHTS RESERVED.                     *
 *                                                             *
 *   (c) COPYRIGHT 2018 INFOR.  ALL RIGHTS RESERVED.           *
 *   THE WORD AND DESIGN MARKS SET FORTH HEREIN ARE            *
 *   TRADEMARKS AND/OR REGISTERED TRADEMARKS OF INFOR          *
 *   AND/OR ITS AFFILIATES AND SUBSIDIARIES. ALL               *
 *   RIGHTS RESERVED.  ALL OTHER TRADEMARKS LISTED HEREIN ARE  *
 *   THE PROPERTY OF THEIR RESPECTIVE OWNERS.                  *
 *                                                             *
 ***************************************************************/
/* Hidden elements */
.inforHiddenCustom
{
	display: none;
}
/* Custom dialog text */
.inforDialogContent
{
	font-size: 1.2em !important;
}
/* Trigger buttons */
label span.inforRequiredIndicator
{
	margin-left: 0px !important;
}
div.inforSearchFieldContainer button.inforCancelButton
{
	top:	0px !important;
}
caption.tableHeader 
{
	font-size: 14px;
	color: #13a3f7;
	margin-bottom: 8px;
	line-height: 27px;
	text-align: left;
	border-bottom: 1px solid #B3B3B3;
}
/* List elements */
table.inforDataGridCustom
{
	background-color: #ffffff;
}
th.inforDataGridColumnHeader
{
    background-color: #ebebeb;
    background-image: none;
    border-left: 1px solid transparent;
    border-right: 1px solid #fafafa;
    border-top: 0px;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 2px 4px;
    position: relative;
    cursor: default;
    white-space: nowrap;
}
th.inforDataGridColumnHeader:hover
{
    background-color: #d9d9d9;
    background-image: none;
    border-left: 1px solid transparent;
    border-right: 1px solid #fafafa;
    border-top: 0px;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 2px 4px;
    position: relative;
    cursor: default;
    white-space: nowrap;
}
table.inforDataGridCustom th span.inforDataGridColumnName
{
    color: #444444;
    font-size: 12px;
    font-family:  Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 22px;
    cursor: default;
    white-space: nowrap;
}
table.inforDataGridCustom th span.inforDataGridColumnNameSorted
{
    color: #444444;
    font-size: 12px;
    font-family:  Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 22px;
    cursor: default;
    white-space: nowrap;
}
table.inforDataGridCustom th span.inforDataGridColumnName a, table.inforDataGridCustom th span.inforDataGridColumnNameSorted a
{
    color: #444444;
    font-size: 12px !important;
}
table.inforDataGridCustom th span.inforSortIndicatorAsc
{
	background: url("../../images/sort_indicator_asc.png");
    background-position: 0px 0px;
    display: inline-block;
    height: 6px;
    margin-left: 4px;
    width: 5px;
}
table.inforDataGridCustom th span.inforSortIndicatorDesc
{
	background: url("../../images/sort_indicator_desc.png");
    background-position: 0px 0px;
    display: inline-block;
    height: 6px;
    margin-left: 4px;
    width: 5px;
}
table.inforDataGridCustom td, table.inforDataGridCustom tr.inforDataGridRow th
{
	overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    padding-left: 4px !important;
    padding-right: 4px;
/*    line-height: 22px; */
	white-space: nowrap;
	cursor: default;
	text-align: left;
}
table.inforDataGridCustom td td, table.inforDataGridCustom tr.inforDataGridRow th td
{
    border: none;
}
td.inforDataGridCellEditable, th.inforDataGridCellEditable
{
	overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 23px;
    padding-left: 4px !important;
    padding-right: 4px;
/*    line-height: 22px; */
	white-space: nowrap;
	cursor: default;
	font-weight: normal;
	text-align: left;	
}
tr.inforDataGridRow, tr.inforDataGridColumnRow
{
    background-color: transparent;
}
tr.inforDataGridRow:hover, tr.inforDataGridColumnRow:hover
{
    background-color: #f2f2f2 !important;
}
/* drilldown */
.inforDrillDown
{
    background-image: url("../../images/btn_drilldown_enabled.png");
    background-position: 0px 0px;
    display: inline-block;
    height: 11px;
    margin-bottom: -4px;
    margin-left: -1px;
    margin-top: 3px;
    margin-bottom: 2px;
    width: 11px;
}
.inforDrillDown:hover, .inforDrillDown:focus
{
    background-image: url("../../images/btn_drilldown_hover.png");
    background-position: 0px 0px;
    display: inline-block;
    height: 11px;
    margin-bottom: -4px;
    margin-left: -1px;
    margin-top: 3px;
    margin-bottom: 2px;
    width: 11px;
}
/* Infor Context Menu */
.inforMenu 
{
	min-height: 47px;
}
/* Infor Drop Down List */
.ui-autocomplete 
{ 
	min-height: 47px; 
}
.inforOffScreen
{
	position: absolute;
	width: auto;
	left: -9999px;	
}
.inforIconButton{
	border: transparent;
	background-color: transparent;
}
