/*
   Licensed Materials - Property of IBM
   IBM Cognos Products: irot
   (C) Copyright IBM Corp. 2003, 2014
   US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/

SPAN,
A
{
	display: inline-block;
}

SPAN[style*='display:inline'],
SPAN[style*='display: inline'],
A[style*='display:inline'],
A[style*='display: inline']
{
	display: inline-block !important;
}

*[style*='text-align:left'],
*[style*='text-align: left']
{
	text-align: -webkit-left !important;
}

*[style*='text-align:right'],
*[style*='text-align: right']
{
	text-align: -webkit-right !important;
}

*[style*='text-align:center'],
*[style*='text-align: center']
{
	text-align: -webkit-center !important;
}

DIV.clsHalScrollableBody,
*[style*='overflow:auto'],
*[style*='overflow: auto'],
*[style*='overflow-y:auto'],
*[style*='overflow-y: auto'],
*[style*='overflow-x:auto'],
*[style*='overflow-x: auto']
{
	-webkit-overflow-scrolling: touch;
}

/*
	Firefox doesn't support writing mode yet.
	https://bugzilla.mozilla.org/show_bug.cgi?id=145503
*/
*[style*='writing-mode:tb-rl'],
*[style*='writing-mode: tb-rl']
{
	-webkit-writing-mode: vertical-rl !important;
}
*[style*='writing-mode:lr-tb'],
*[style*='writing-mode: lr-tb']
{
	-webkit-writing-mode: horizontal-tb !important;
}

*
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
BUTTON[specname='appButton']
{
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
#spanStartupMessage
{
	color:#555555;
	font-weight: bold;
	text-shadow: 0px 1px 1px #ffffff;
}
#divStartupBlocker
{
	background-image: -webkit-gradient(radial,center center,0,center center,600,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background-color: #e2e3e4;
}

DIV.clsAppTooltip
{
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

TD.clsAppFrameCell:active
{
	outline: 1px solid rgba(240, 166, 48, 0.3);
	background: url(images/selection.png) repeat;
}
TH.clsAppFrameCell2:active,
TD.clsAppFrameCell2:active
{
	outline: 1px solid rgba(240, 166, 48, 0.7);
	background-color: rgba(240, 166, 48, 0.1);
}
