.displayNone
{
	display: none !important;
}

.displayNone a
{
	display: none;
}

.displayInline
{
	display: inline;
}

.workInProgress
{
	margin-top: 150px;
}

.timeUnitPadding
{
	padding: 0;
}

.tableRow
{
	display: table-row;
}

.colorRed
{
	color: red;
}

.infoTable
{
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	color: #a94442
}

.infoTable2
{
	border: 1px solid black; 
	padding: 4px 5px; 
	color: #337ab7
}

.infoTableErrorPadding
{
	padding-bottom: 10px;
}

.infoTableMargin
{
	margin-bottom: 20px;
}


.infoTableFontWeight
{
	font-weight: normal;
}


.colorBlue
{
	color: #337ab7;
}

.colorGrey
{
	color: #999999;
}

.colorGreen
{
	color: Green;
}

.hiddenEIS
{
	visibility: hidden;
}

.clearBoth
{
	clear: both;
}

.fontWeight500
{
	font-weight:500;
}

.textAlignCenter
{
	text-align: center;
}

.floatRight
{
	float: right;
}

.noDisplay 
{    
	display: none;
}

.notificationSearchOverflow 
{   
	overflow: auto !importnat;
}

.settingsColumn
{
	display:block;
	border:1px solid rgba(86,61,124,.2);
	background-color: rgba(86,61,124,.15);
	padding-top: 15px;
	padding-bottom: 15px;
}

.displayBlock
{    
	display: block;
}

