@charset "UTF-8";

body {
	font-size: 14px;
	margin: 0px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f3f3f3;
	font-family: 'latoregular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5C666A;
}

.outerpanelgrid>tbody>tr {
	border: none !important;
}

.outerpanelgrid>tbody>tr>td {
	border: none !important;
}

.centeredPanel {
	width: 300px;
	height: 160px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -75px;
}

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-datatable-header {
	text-align: center;
	font-size: 4px;
}

.th {
	font-size: 14px;
}

.ui-layout-north {
	z-index: 20 !important;
	overflow: visible !important;
}

.ui-layout-north .ui-layout-unit-content {
	overflow: visible !important;
}

.ui-notificationbar {
    border-bottom: 1px solid #F8F7F6;
    border-bottom: 1px solid #0A2967;
    opacity: 0.95;
    filter: alpha(opacity = 95); /* For IE8 and earlier */
    z-index: 999; 
}