@charset "ISO-8859-1";

.header {
	background-color: white;
}

.myQueueHeader {
	font-family: Tahoma, Arial, verdana, helvetica, sans-serif;
	color: #55565c;
	font-size: 13px;
	font-weight: bold;
	margin-left: 13px;
	margin-right: 7px;
}

.menubarBgColor {
	background-color: white;
	border-bottom: 1px solid #066cca;
}

.menuBarFontColor {
	color: #000000;
}

.tableClass {
	padding: 0px;
	width: 100%;
	border-spacing: 0px;
}

.headerDivData {
	background-color: #555659;
	width: 100%;
	color: white;
	/* border: 1px solid #cbd5dd; */
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	border: thick;
	border-color: gray;
	border-width: medium;
	font-family: Tahoma;
}

.fontHdr {
	font-size: 13px;
	color: white;
	font-weight: bold;
	margin-left: .5em;
	border: 1px;
	border-color: gray;
}

.fontHdr .fa {
	color: white;
	vertical-align: middle;
}

.fontSubHdrVal {
	font-size: 11px;
	color: white;
}

.spanText {
	color: black;
}

/* Audit-trail */
.rejectAdjust {
	margin-top: -5px;
	padding: 10px 5px 4px 7px;
}

#dlgbox {
	display: none;
	position: fixed;
	width: 600px;
	z-index: 9999;
	border-radius: 10px;
	background-color: #555659;
}

#dlg-header {
	background-color: #555659;
	color: white;
	font-size: 16px;
	padding: 10px;
	margin: 0px 10px;
}

.headerText {
	color: #555659;
}

.tabStyle {
	padding: 0px;
	width: 100%;
	margin: 0px;
	font-size: 13px;
	color: white;
	border: thick;
	border-color: gray;
	border-width: medium;
	background-color: #555659;
	font-family: Tahoma;
}

.ui-dialog .ui-dialog-title {
	font-size: 12px;
	font-weight: bold;
	color: #55565c;
}

.ui-dialog .ui-dialog-titlebar {
	background-color: #ffffff !important;
}
.ui-widget-content
{
	color:#55565c !important;
}

/* dataEntryChanges */
.bodyWhitebg {
	background-color: white;
	border: 1px solid #cbd5dd;
	border-bottom: 3px solid #666666;
}

.spanBold {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000000;
}

.backColor {
	background-color: #f2f4f8;
}

.bodybg {
	background-color: #f2f4f8;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

.tableDiv {
	padding: 5px 0px;
}

#menu li a {
	display: block;
	float: left;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: lighter;
	padding: 0 5px 0 5px;
}

.notification
{
	background-color:red;
}

.myQueueRefresh
{
	color:#505050 !important;
}