.notifications-counter
{
	display: inline-block;
	position: absolute;

	margin-top: -12px;
	/* margin-top: 16px; */
	margin-left: -10px;
	padding-top: 4px;

	width: 19px;
	height: 19px;

	font-weight: bold;
	font-size: 11px !important;
	font-family: "Courier New" !important;
	text-align: center;
	color: #04436E;
}

.notifications-counter.star
{
	background: url('../images/icons/notification-star.png') no-repeat center top;
	background-size: contain;
}

.notifications-counter.badge
{
	background: url('../images/icons/notification-badge.png') no-repeat center top;
	background-size: contain;
}

.notifications-icon
{
}

.info, .info *
{
	font-size: 11px;
	font-style: italic;
	color: #cacaca;
}

table.list a img
{
	margin-top: -1px;
	vertical-align: middle;
}

.item-template
{
	display: none;
}

#action-notification-area
{
	float: right;
}

body.datawindow .module-panel .caption-spacer,
body.datawindow .module-panel #caption
{
	display: none !important;
}

body.datawindow .module-panel .footnotes,
body.datawindow .module-panel .buttons
{
	display: none;
}

body.datawindow h1,
body.datawindow .caption-spacer
{
	display: none !important;
}

.buttons,
.footnotes
{
	clear: both;
}

.download
{
	padding-left: 16px;
	background: url('../images/download.png') no-repeat left center;
	background-size: 16px;
}

.steps
{
	background: rgba(0, 0, 0, 0.05);
}

.steps ul
{
	margin: 0;
	padding: 0;

	width: 100%;

	list-style-type: none;
}

.steps li
{
	display: table-cell;

	margin: 0;
	padding: 5px;

	height: 100%;

	font-size: 12px;
	text-align: center;

	background: rgba(0, 0, 0, 0.05);
}

.steps li.inactive
{
	color: #898989;
	background: none;
}

.steps a
{
	font-size: 12px;
}

.main-actions ul
{
	margin: 0 0 5px 0;
	padding: 0;

	list-style-type: none;
}

.main-actions ul li
{
	display: inline-block;
}

.main-actions ul li a
{
	display: block;
	padding: 6px 10px;

	text-decoration: none;

	border-bottom: 2px solid #dadada;
	border-radius: 2px;
	background: #f7f7f7;
}

.main-actions ul li a:hover
{
	border-bottom: 2px solid #3883BC;
	background: #d2e5f4;
}

.main-actions ul li a img
{
	margin: 0 2px -4px 0;

	width: 16px;
	height: 16px;
}


.historical-data *
{
	font-size: 12px;
}

.historical-data .historical-options
{
	padding: 2px;
}

.historical-data .historical-options a
{
	display: inline-block;
	margin: 0 2px;
	padding: 0 4px;

	color: #ffffff;
	border-radius: 3px;
	background: #bababa;
}

.historical-data .created
{
	float: left;
	margin-right: 4px;
}

.historical-data .createdby
{
	border-bottom: 1px solid #cacaca;
	background: #efefef;
}

.main-actions .yes-action
{
	color: #0B8043;
}

.main-actions .yes-action:hover
{
	background-color: #def7ea;
	color: #0B8043;
	border-bottom: 2px solid #0B8043;
}

.main-actions .no-action
{
	color: #D50000;
}

.main-actions .no-action:hover
{
	background-color: #f7dfde;
	color: #D50000;
	border-bottom: 2px solid #D50000;
}

.pdf
{
	padding-left: 30px;
	padding-top: 5px;

	height: 19px;

	vertical-align: middle;

	font-weight: bold;
	color: #EA4C3A;
	cursor: pointer;

	background: url('../images/pdf.svg') no-repeat;
	background-size: 24px 24px;
}

.footnotes,
.buttons
{
	clear: both;
}
