body {
    font-family: 'Titillium Web', sans-serif;
}
.ui-datatable-tablewrapper {
	overflow: hidden;
}
.loginImageBlock{			
	vertical-align: middle;
	max-height: 150px;
	max-width: 150px;
	width: 100%;
	height: 100%;
}
.NoBorder.ui-panelgrid {
	border: 0px !important;
}
.NoBorder.ui-panelgrid tbody tr td {
	border: 0px !important;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .90 !important;
    background-color: antiquewhite !important;
}
/* Landscape phone to large desktop */
@media (min-width: 641px) {
	.showMobile {
		display: none !important;
		width: 0px !important;
	}
	.hidemobile {
	}
	.mobileTextAlignCenter {
	}
}
/* Portrait phones and down */
@media (max-width: 640px) {
	.showMobile {
	}
	.hideMobile {
		display: none !important;
		width: 0px !important;
	}
	.mobileTextAlignCenter {
		text-align: center;
	}
}
