/* html {
	background: #f0f0f0;
} */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	/* width: 1024px;
	height: 800px; */
	padding: 0px;
	margin: 0px auto;
	/* overflow: auto; */
	overflow-x: auto;
	overflow-y: auto;
	position: absolute;
}

@font-face {
    font-family: "Edwardian Script ITC";
	src: url("/eservice/javax.faces.resource/fonts/EdwardianScriptITC.eot.xhtml?ln=default");
	src: url("")format("embedded-opentype"),
    url("")format("truetype"),
    url("/eservice/javax.faces.resource/fonts/EdwardianScriptITC.woff2.xhtml?ln=default")format("woff2"),
    url("/eservice/javax.faces.resource/fonts/EdwardianScriptITC.woff.xhtml?ln=default")format("woff"),
	url("")format("svg");
}

@font-face {
    font-family: "Lucida Handwriting";
	src: url("/eservice/javax.faces.resource/fonts/LucidaHandwriting.eot.xhtml?ln=default");
	src: url("")format("embedded-opentype"),
    url("")format("truetype"),
	url("/eservice/javax.faces.resource/fonts/LucidaHandwriting.woff2.xhtml?ln=default")format("woff2"),
    url("/eservice/javax.faces.resource/fonts/LucidaHandwriting.woff.xhtml?ln=default")format("woff"),
	url("")format("svg");
}

@font-face {
    font-family: "Segoe Script";
	src: url("/eservice/javax.faces.resource/fonts/SegoeScript.eot.xhtml?ln=default");
	src: url("")format("embedded-opentype"),
    url("")format("truetype"),
	url("")format("woff2"),
    url("/eservice/javax.faces.resource/fonts/SegoeScript.woff.xhtml?ln=default")format("woff"),
	url("")format("svg");
}

@font-face {
    font-family: "Script MT Bold";
	src: url("/eservice/javax.faces.resource/fonts/ScriptMTBold.eot.xhtml?ln=default");
	src: url("")format("embedded-opentype"),
    url("")format("truetype"),
	url("/eservice/javax.faces.resource/fonts/ScriptMTBold.woff2.xhtml?ln=default")format("woff2"),
    url("/eservice/javax.faces.resource/fonts/ScriptMTBold.woff.xhtml?ln=default")format("woff"),
    url("")format("svg");
}

@font-face {
    font-family: "Lucida Calligraphy";
	src: url("/eservice/javax.faces.resource/fonts/LucidaCalligraphy.eot.xhtml?ln=default");
	src: url("")format("embedded-opentype"),
    url("")format("truetype"),
	url("/eservice/javax.faces.resource/fonts/LucidaCalligraphy.woff2.xhtml?ln=default")format("woff2"),
    url("/eservice/javax.faces.resource/fonts/LucidaCalligraphy.woff.xhtml?ln=default")format("woff"),
	url("")format("svg");
}





.ui-widget {
	/*font-size: 12px !important;*/
	
}

.ui-datatable tbody td img {
	text-align: right !important;
}

a img {
	border: none;
}

/*
form input, .ui-selectonemenu-item, .ui-datepicker-calendar{
    font-size: 10pt !important;
}
*/
.ui-scrollpanel, .ui-widget, .ui-widget-content, .ui-corner-all {
	margin: 0px auto !important;
}

.ui-datatable, .ui-datatable-data, .ui-paginator {
	font-size: 8pt !important;
}

#page, .pageLayout {
	height: inherit;
}

#menu, .pageNavigation {
	clear: left;
	text-align: left;
	vertical-align: top;
	/* width: 286px; */
	width: 230px;
	height: inherit;
	background-color: white;
	border: 1px solid #6392C6;
	padding: 10px;
	float: left;
}

#content, .pageBody {
	background-color: #FFFFFF;
	vertical-align: top;
	/* width: 695px; */
	width: 752px;
	height: 100%;
	padding: 10px;
	float: left;
}

#LoginForm {
	margin: 0 auto;
}

#LoginForm .ui-panel {
	position: absolute !important;
}

.mainContent, .loginContent, .btnContent {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	color: white;
	text-align: center;
}

.footerContent {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mainContent {
	width: 75%;
	text-align: left;
	margin: 0px auto !important;
}

.loginContent {
	/*width: 280px;*/
	text-align: left;
}

.formContent {
	text-align: left;
}

.btnContent {
	width: 120px;
	margin: 10px auto;
}

#menu table {
	margin: 0;
}

#content table {
	border: 0;
	border: none;
}

#content form, #content form table {
	border: none;
	margin: 0 auto;
}

img {
	border: 0;
	border: none;
}

#loading {
	z-index: 90;
	position: absolute;
	width: 100%;
	top: 70px;
	text-align: center;
	padding: 0 0 0 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.boxDiv {
	z-index: 70;
	width: 750px;
	position: absolute;
	top: 70px;
	left: 100px;
	background-color: white;
}

.dbBoxDiv {
	z-index: 70;
	position: absolute;
	top: 200px;
	width: 100%;
}

/*
form table{
 margin:0 auto;
}
*/
.pagenavigation table {
	margin: 0px;
	text-align: left;
}

.transDiv {
	z-index: 50;
	position: absolute;
	width: 100%;
	height: 768px;
	background-color: #E0ECF8;
	border: 1px solid black;
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity: 0.50; /* FireFox */
	/* for IE */
	filter: alpha(opacity = 50);
	/* CSS3 standard */
	opacity: 0.5;
}

.allDiv {
	width: 100%;
	height: 100%;
	position: relative;
}

.transbox {
	width: 100%;
	height: 768px;
	background-color: #E0ECF8;
	border: 1px solid black;
	opacity: 0.3; /* Safari, Opera */
	-moz-opacity: 0.30; /* FireFox */
	/* for IE */
	filter: alpha(opacity = 30);
	/* CSS3 standard */
	opacity: 0.3;
}

.caseLayer {
	z-index: 50;
	position: absolute;
	top: 200px;
	width: 100%;
}

.hideLayer {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 200px;
	width: 100%;
}

.h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15pt;
	color: #010080;
}

.mandatory {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15pt;
	color: #FF0000;
}

.h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
}

.h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
}

.mainHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15pt;
	color: #010080;
	text-align: right;
	font-weight: bold;
}

.subHeader {
	font-size: 12pt;
	text-align: right;
	font-weight: bold;
}

.subRedHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}

.subBlueHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0000FF;
	text-align: let;
	font-weight: bold;
}

.subWhtHeader {
	font-size: 12pt;
	color: white;
	text-align: right;
	font-weight: bold;
}

.boxSubHeader {
	vertical-align: top;
	font-size: 12pt;
	color: black;
	text-align: right;
	font-weight: bold;
}

.button {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}

.colWidthL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 24%;
	color: black;
	text-align: Left;
	font-weight: bold;
}

.colWidthR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 24%;
	color: black;
	text-align: Right;
	font-weight: bold;
}

.lbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: right;
	font-weight: bold;
}

.lbl2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: Right;
	font-weight: bold;
	width: 12%;
}

.lbl3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: left;
	font-weight: bold;
	width: 1%;
}

.lblLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: left;
	font-weight: bold;
}

.lblUnd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}

.lblLeftDisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: left;
	font-weight: bold;
	width: 200px;
}

.topPanel {
	width: 100%;
}

.infoPanel {
	width: 650px;
}

.inputPanel {
	width: 650px;
}

.dropMenuPanel {
	width: 350px;
}

.displayPanel {
	width: 750px;
}

.displaySmallPanel {
	width: 530px;
}

.searchTable {
	table-layout: fixed;
	width: 750px;
}

.cmdtable {
	table-layout: fixed;
	width: 50px;
	background-color: #B3AB8F;
}

.lblLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-align: right;
}

.infoLbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: right;
	font-weight: bold;
}

.lblRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	font-weight: bold;
}

.lblRight2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	font-weight: bold;
	color: black;
}

.lblLong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 170px;
	font-weight: bold;
}

.lblManLong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 170px;
	font-weight: bold;
	text-align: right;
	color: red;
}

.lblLong2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 130px;
	font-weight: bold;
	text-align: right;
}

.lblManLong2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 200px;
	font-weight: bold;
	text-align: right;
	color: red;
}

.lblLong3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 140px;
	font-weight: bold;
	text-align: right;
}

.lblMid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 110px;
	font-weight: bold;
}

.lblMidLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: left;
	font-weight: bold;
	width: 180px;
}

.lblMid2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

.lblShort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: right;
	width: 25px;
	font-weight: bold;
}

.lblSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: right;
	font-weight: bold;
}

.lblSmallCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: center;
	font-weight: bold;
}

.requiredFieldIndicator {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	white-space: nowrap;
}

.value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: right;
}

.valueSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: right;
}

.tblLeftValue {
	text-align: left;
}

.tblRightValue {
	text-align: right;
}

.linkval {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
}

.TextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 25px;
	text-align: left;
}

.space {
	height: 20px;
}

.note {
	background-color: FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9px;
	font-style: italic;
	color: black;
}

.pageHeader {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: auto;
}

.pageHeader2 {
	width: 100%;
}

.pageHeader3 {
	vertical-align: top;
	padding: 1px;
	margin: 1px;
	height: 100px;
	overflow: auto;
	width: 75%;
}

.pageHeader2col1 {
	background-color: #FFFFFF;
}

.pageFooter {
	text-align: center;
	font-size: 9px;
	height: 5%;
	overflow: visible;
}

a, a:link, a:visited, a:active {
	/*color: #0058EE;*/
	background-color: inherit;
}

a:hover {
	color: #ff0000;
	background-color: inherit;
}

a {
	color: #6376D6;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.table {
	/*text-align: center;*/
	table-layout: auto;
	width: 100%;
}

.table1 {
	table-layout: fixed;
	word-wrap: break-word;
}

.dynamicTable {
	vertical-align: top;
	table-layout: auto;
	width: 750px;
	align: left;
	border-style: solid;
	border-width: 0px;
}

.dynamicSmallTable {
	vertical-align: top;
	table-layout: auto;
	width: 700px;
	align: left;
	border-style: solid;
	border-width: 0px;
}

.dynamicFixTable {
	vertical-align: top;
	table-layout: auto;
	width: 490px;
	align: left;
	border-style: solid;
	border-width: 0px;
}

.tableColumnTop {
	vertical-align: top;
}

.boxtable {
	table-layout: auto;
	vertical-align: top;
	width: 250px;
}

.lrboxtable {
	table-layout: auto;
	vertical-align: top;
	width: 300px;
}

.treeMenuLink {
	margin-right: 10px;
}

.tableHeader {
	background-color: #045FB4;
	text-align: center;
	font-family: Arial, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	height: 30px;
	color: white;
}

.tableRowNoSpace {
	height: 5px;
	width: 300px;
	cellpadding: 0;
}

.tableRowOdd {
	background-color: white;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	height: 30px;
}

.tableRowEven {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	height: 30px;
}

.tableRowSelect {
	background-color: #ADDFFF;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	height: 30px;
}

.tblCenter {
	text-align: center;
}

.tblColLeftLong {
	text-align: left;
	width: auto;
}

.tblColRightLong {
	text-align: right;
	width: 300px;
}

.tblColLong {
	width: 150px;
}

.tblColLongCenter {
	width: 150px;
	text-align: center;
}

.tblColMid {
	width: 100px;
}

.tblColMid2 {
	width: 120px;
}

.tblColLeftMid {
	text-align: left;
	width: 150px;
}

.tblColShort {
	width: 50px;
}

.tblColShort2 {
	width: 75px;
}

.tblColRightShort {
	text-align: right;
	width: 50px;
}

.pageScoll {
	text-align: center;
	overflow-x: auto;
	overflow-y: auto;
}

.divPanelScroll {
	text-align: center;
	overflow-x: auto;
	overflow-y: auto;
}

.tabPanelScoll {
	text-align: center;
	overflow-x: auto;
	overflow-y: auto;
}

.casePanelScoll {
	align: center;
	width: 100%;
	height: 200px;
	overflow-x: auto;
	overflow-y: auto;
}

.dynamicPanelScoll {
	text-align: center;
	width: 750px;
	height: 300px;
	overflow-y: auto;
	overflow-x: auto;
}

.moreAtmMonScroll {
	text-align: center;
	height: 700px;
	overflow-y: scroll;
}

.lessAtmMonScroll {
	text-align: center;
	height: 500px;
	overflow-y: scroll;
}

.tblScoll {
	text-align: center;
	width: 650px;
	overflow-x: auto;
}

.tblScollY {
	text-align: center;
	height: 400px;
	width: 650px;
	overflow-y: auto;
}

.editPanelScoll {
	text-align: center;
	height: 70px;
	width: 650px;
	overflow: auto
}

.clickPanel {
	font-weight: normal;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 62px;
	background-color: #B3AB8F;
	layer-background-color: #B3AB8F;
	/*--#F0F0E3--*/
}

.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

/* For status message -------------------- */
.statusOk {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
}

.statusFail {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.errorText {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.footerText {
	font-family: Verdana, Arial, Tahoma;
	font-size: 7pt;
	color: black;
}

.statusError {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12pt;
	font-weight: bold;
	font: caption;
	color: #FF0000;
}

.statusRefer {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FF9600;
}

/*---------Tabbed Pane-------------------------------*/
.panelTabbedPane_activeHeaderCell input {
	border-style: none;
}

.panelTabbedPane_subHeaderCell_active {
	border-top: 0px none;
}

table.panelTabbedPane {
	background-color: white;
	border-style: none;
	padding: 0;
	border-spacing: 0;
	empty-cells: show;
}

/* Added for the paging function -------------------- */
.table_align {
	text-align: center;
}

.panelGrid {
	width: 50%;
	text-align: center;
}

/* For different color for split cells in table listing */
.tableContent1 {
	background-color: #CCFFFF;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	color: black;
}

.tableContent2 {
	background-color: #99CCFF;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	color: black;
}

.standard {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}

.standard_bold {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.scrollerTable {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 2;
	border-style: solid;
	border-width: 1px;
	width: 500px;
}

.scroller {
	padding-left: 20px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.paginator {
	
}

.paginatorSelect {
	font-weight: bold;
}

.standardTable {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2;
	border-style: solid;
	border-width: 1px;
}

.standardTable_Header {
	color: #000000;
	background-color: #FFDD00;
	padding: 3;
	text-align: center;
	border: none;
}

.standardTable_SortHeader {
	background-color: #FFDD00;
	color: #000000;
	padding: 3;
	text-align: center;
	border: none;
	font-weight: bold;
}

.standardTable_Footer {
	background-color: #FFFFE0;
}

.standardTable_Row1 {
	background-color: #FFFFE0;
}

.standardTable_Row2 {
	background-color: #FFFFE0;
}

.standardTable_Column {
	
}

.standardTable_ColumnCentered {
	text-align: center
}

.error {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.sortLink {
	color: #333366;
	text-decoration: none;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 800px;
	height: 500px;
}

.navitem {
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
}

a.navitem:hover, active {
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	color: #6392C6;
}

.navitem_open {
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.navitem_open:hover, active {
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #6392C6;
}

.navitem_active {
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #6392C6;
	width: 100%;
	color: #FFFFFF;
}

a.navitem_active:hover, active {
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #6392C6;
	width: 100%;
	color: #FFFFFF;
}

.navseparator {
	line-height: 12px;
	border-bottom: 1px solid #A2B7C5;
}

.fileUploadInput {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 250px;
}

.emptyHeader {
	background-color: #FFFFFF;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

div.titlebar {
	background: #C7D0D9;
	color: black;
	border: 1px solid #8CACBB;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 1px 1px;
	clear: both;
}

/*
   ------------------------------------------------------------
   Calendar component
   ------------------------------------------------------------
*/
.yearMonthHeader {
	background-color: #DDDDDD;
	color: #000000;
	text-align: center;
	border: none;
	font-weight: bold;
}

.weekHeader {
	background-color: #E7E7E7;
	color: #000000;
	text-align: center;
	border: none;
}

.currentDayCell {
	background-color: #DDDDDD;
	color: #000000;
	border: none;
}

/*
   ------------------------------------------------------------
   End Calendar component
   ------------------------------------------------------------
*/ /*
   ------------------------------------------------------------
   Popup component
   ------------------------------------------------------------
*/
.popup {
	background-color: rgb(255, 255, 255);
	color: #000000;
	border: 1px solid #CCCCCC;
	font-size: smaller;
	padding: 5px;
}

.popup table {
	font-size: smaller;
}

/*
   ------------------------------------------------------------
   Tree component
   ------------------------------------------------------------
*/
.nodeFolder {
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

.document {
	color: red;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin-right: 10px;
}

.documentSelected {
	color: blue;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

.childCount {
	color: blue;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none
}

.treeHeader {
	background-color: #bbb;
	border: 0.75px solid #fff;
	padding: 2px 3px;
	text-align: left;
}

.treeFooter {
	padding: 5px;
	margin: .67em 2px;
	margin-top: 0;
	background-color: #ddd;
	background-image: url(../images/sw_med_rond.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.treeFooter {
	font-size: xx-small;
	font-size: x-small;
}

.tree {
	lineheight: 18px;
	font-family: arial, sans-serif;
}

.treenode {
	padding: 2px 15px 2px 5px;
}

.treenode a {
	text-decoration: none;
}

.treenodeSelected {
	padding: 2px 15px 2px 5px;
}

.treenodeSelected a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.selectOneRadio {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	vertical-align: middle;
}

.standardList {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*------------Trainee -------------------- */

/* Button -------------------- */
.b1 {
	font-size: 9pt;
	font-weight: bold;
	background-color: #6A5ACD;
	color: white;
	border-color: #9F79EE;
	height: 25px;
	width: 70px;
}

/* panelGrid ----------*/
.grid {
	cellspacing: 2;
	cellpading: 2;
	align: center;
	width: 100%;
	display: flex;
}

.acLinkGrid {
	cellspacing: 2px;
	cellpading: 2px;
	align: center;
	width: 650px;
}

.labelGrid {
	cellspacing: 6px;
	cellpading: 2px;
	border: 0;
	width: 74%;
}

.dbBoxPanel {
	background-color: #E0ECF8;
	vertical-align: top;
}

.dbBoxContent {
	table-layout: fixed;
	height: 100px;
	width: 300px;
	cellpadding: 0;
	cellspacing: 0;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	background-color: white;
}

.dbCaseContent {
	height: 100px;
	width: 400px;
	cellpadding: 1;
	cellspacing: 1;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	background-color: white;
}

.dbCaseRow1 {
	height: 40px;
	vertical-align: top;
}

.dbCaseRow2 {
	height: 130px;
	vertical-align: top;
}

.dbCaseRow3 {
	height: 30px;
	vertical-align: top;
}

.dbBoxRow1 {
	height: 40px;
	vertical-align: top;
}

.dbBoxRow2 {
	height: 125px;
	vertical-align: top;
}

.dbBoxRow3 {
	height: 30px;
	vertical-align: top;
}
/*-------New Input Box-----*/
.acLinkGridNew {
	border: 0.75px ;
	cellspacing:2;
	cellpading: 2;
	align: center;
	width: 650px;
	background-color: #EEF2FB;
}

.gridButtonPanel {
	cellspacing: 2;
	cellpading: 2;
}

.buttonPanel {
	width: 300px;
	cellspacing: 5;
	cellpading: 0;
	text-align: center;
}

.gridMainLabel {
	width: 100%; /*650px;*/
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	text-align: left;
	font-weight: bold;
	background-color: #0B3861;
	border-top-style: solid;
	border-top-color: #0B3861;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0B3861;
	border-bottom-width: 2px;
}

.menuBar {
	width: 100%;
	height: 25px;
	background-color: #EAF8FC;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 2px;
}

.menuBar2 {
	text-align: center;
	width: 100%;
	height: 25px;
	background-color: #CEE3F6;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 2px;
}

.line {
	width: 100%;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 2px;
}

.boxHeaderPanel {
	font-size: 10pt;
	font-weight: bold;
}

.atmMonPanel {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 2px;
}

.boxPanel {
	background-color: #E7EFF7;
	border-style: solid;
	border-color: black;
	border-width: 2px;
}

.fixFldPanel {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-collapse: collapse;
	width: 650px;
}

.fixFldPanelLeft {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 150px;
}

.fixFldPanelRight {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 600px;
}

.dynamicFldPanel {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 050px;
	height: 300px;
}

.textLabel {
	width: 130px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
}

.largeText {
	height: 95px;
	width: 160px;
}

.errorMsgPanel {
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: red;
	border-top-width: 2px;
	margin: 0 auto;
	text-align: center;
}

.stsMsgPanel {
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #0000FF;
	border-top-width: 2px;
}

.footerPanel {
	width: 100%;
	text-align: center;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}

.footerpanel table {
	text-align: center;
	margin: 0 auto;
}

.msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.readOnlyField {
	background-color: #C2DFFF;
	border-width: 2px;
	border-style: groove;
	font-size: 10pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.inputText {
	border-width: 2px;
	border-style: groove;
	font-size: 10pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.inputTextArea {
	font-size: 10pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.alignRight {
	text-align: right;
}

table.myFaces_panelTabbedPane {
	border-style: none;
	padding: 0;
	border-spacing: 0;
	empty-cells: show;
}

.myFaces_panelTabbedPane_activeHeaderCell {
	border-top: 2px outset silver;
	border-right: 2px outset silver;
	border-bottom: 0px none;
	border-left: 2px outset silver;
	text-align: center;
}

.myFaces_panelTabbedPane_inactiveHeaderCell,
	.myFaces_panelTabbedPane_disabledHeaderCell {
	border-top: 1px outset silver;
	border-right: 1px outset silver;
	border-bottom: 0px none;
	border-left: 1px outset silver;
	text-align: center;
	background-color: silver;
}

.myFaces_panelTabbedPane_activeHeaderCell input,
	.myFaces_panelTabbedPane_inactiveHeaderCell input,
	.myFaces_panelTabbedPane_disabledHeaderCell label {
	border-style: none;
	width: 100%;
}

.myFaces_panelTabbedPane_activeHeaderCell input {
	cursor: pointer;
	background-color: transparent !important;
	/* background-color: inherit; */
}

.myFaces_panelTabbedPane_inactiveHeaderCell input {
	cursor: pointer;
	background-color: silver;
}

.myFaces_panelTabbedPane_disabledHeaderCell label {
	cursor: default;
	background-color: silver;
}

.myFaces_panelTabbedPane_emptyHeaderCell {
	border-style: none;
}

.myFaces_panelTabbedPane_activeHeaderCell input:hover,
	.myFaces_panelTabbedPane_inactiveHeaderCell input:hover {
	/* border-top: orange solid 2px; */
	
}

.myFaces_panelTabbedPane_subHeaderCell {
	height: 2px;
	font-size: 0;
	border-bottom: 0px none;
}

.myFaces_panelTabbedPane_subHeaderCell_active {
	border-top: 0px none;
}

.myFaces_panelTabbedPane_subHeaderCell_inactive {
	border-top: 2px outset silver;
}

.myFaces_panelTabbedPane_subHeaderCell_first {
	border-left: 2px outset silver;
}

.myFaces_panelTabbedPane_subHeaderCell_last {
	border-top: 2px outset silver;
	border-right: 2px outset silver;
}

.myFaces_panelTabbedPane_pane {
	border-top: 0px none;
	border-right: 2px outset silver;
	border-bottom: 2px outset silver;
	border-left: 2px outset silver;
	padding: 10px;
}

.ui-panelgrid td, .ui-panelgrid tr {
	border-style: none !important
}

/* DANIAL 20140124 - Primefaces CSS override */
.ui-layout-north {
	z-index: 20 !important;
	overflow: visible !important;
	height: 70px !important;
}

.ui-layout-north .ui-layout-unit-header {
	padding-bottom: 0em !important;
}

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

.ui-layout-north .ui-layout-unit {
	padding: 0 !important;
}

.ui-layout-container {
	font-size: 12px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	color: #8E969D;
}

.ui-datatable thead th.wrap {
	white-space: normal;
}

.ui-panelmenu .ui-panelmenu-header a {
	font-size: 1em;
	padding: .5em .5em .5em 2.2em;
}

.ui-tree {
	width: auto;
}

.logout-icon {
	/* background: url(../../images/exit.gif) !important;
	height: 16px;
	width: 16px; */
	background-image: url("/eservice/javax.faces.resource/images/exit.gif.xhtml") !important;
}

.ui-widget-header {
	border: 0 !important;
	background: rgba(245, 245, 245, 0) !important;
	/*color: rgba(51, 51, 51, 0)!important;
				font-weight: !important;*/
}

.ui-layout-unit-header, .ui-layout-unit-footer {
	padding: 0.0em 0.2em 1.5em 0.4em !important;
}

.ui-tree .ui-widget .ui-widget-content {
	border: 0 !important;
}

.ui-icon-mySelect {
	background-image: url("/eservice/javax.faces.resource/images/select_icon.gif.xhtml")
		!important;
}

.panelDatagrid .ui-datagrid-column {
	/*width: 30px !important;
 width: 20% !important; */
	
}

.panelDatagrid .ui-panelgrid td {
	padding: 4px 8px !important;
}

.ui-datagrid-content {
	border: none !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled {
	opacity: .75 !important;
	filter: !important;
}

.monitorsPanel table {
	text-align: center;
	margin: 0 auto;
}

.dataList .ui-datalist-content {
	border: none !important;
	background: transparent;
	background-image: none;
}

.summaryPanelDatagrid .ui-datagrid-data {
	width: auto !important;
}

.atmtable .ui-datatable-odd {
	/*text-align: center;*/
	/* table-layout: automatic;
	width: 100%;  */
	background: #ffffff;
}

/* MUNIR - Primefaces CSS override */
.ui-widget-header {
	background: transparent !important;
}

.inputLogin {
	width: 100% !important;
	border-radius: 3px;
}

.loginTable input, .loginTable button {
	font-size: 15px !important;
}

.logo-eserve {
	width: 100%;
}

.image-eserve {
	height: 150px;

	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: none;
	background-image: none;
	margin-left : 15vh;
	margin-top : 15vh;
}

.loginContent>tbody>tr>td:first-child {
	border-right: 1px solid #eee !important;
	vertical-align: middle;
	width: 50%;
}

.ui-panelmenu-content>ul>li>ul>li {
	border-bottom: 1px solid #eee;
	border-radius: 0px;
}

.ui-panelmenu .ui-menuitem-text {
	font-size: 11px;
}

#left div.ui-layout-unit-content {
	width: 100% !important;
}

.ui-layout-center {
	padding: 0px;
}

.ui-layout-north {
	/*background-image:url('/eservice/resources/images/bg2.jpg');
	background-position:bottom;
	background-repeat: repeat-x;
	background: #010080 !important;*/
	padding: 10px;
	height: 35px !important;
	background: #91c6f2;
	background: -moz-linear-gradient(top, #91c6f2 0%, #e4f5fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91c6f2),
		color-stop(100%, #e4f5fc));
	background: -webkit-linear-gradient(top, #91c6f2 0%, #e4f5fc 100%);
	background: -o-linear-gradient(top, #91c6f2 0%, #e4f5fc 100%);
	background: -ms-linear-gradient(top, #91c6f2 0%, #e4f5fc 100%);
	background: linear-gradient(to bottom, #91c6f2 0%, #e4f5fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c6f2',
		endColorstr='#e4f5fc', GradientType=0);
}

.ui-layout-south, #bottom div {
	/*background:#010080;*/
	background: #91c6f2;
	background: -moz-linear-gradient(top, #e4f5fc 0%, #91c6f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f5fc),
		color-stop(100%, #91c6f2));
	background: -webkit-linear-gradient(top, #e4f5fc 0%, #91c6f2 100%);
	background: -o-linear-gradient(top, #e4f5fc 0%, #91c6f2 100%);
	background: -ms-linear-gradient(top, #e4f5fc 0%, #91c6f2 100%);
	background: linear-gradient(to bottom, #e4f5fc 0%, #91c6f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc',
		endColorstr='#91c6f2', GradientType=0);
}

#bottom div {
	margin: 0px auto !important;
	overflow-y: hidden !important;
}

#bottom div:first-child, #left>div:first-child {
	float: right !important;
	height: 4px !important;
}

.logo-infopro {
	max-height: 35px !important;
	float: left;
}

.top-right {
	/* max-height: 65px !important; 
	z-index: 99 !important;
	top: 36px !important;*/
	float: right;
	margin-right: 20px !important;
}

.top-right td {
	vertical-align: middle;
}

.top-right span {
	vertical-align: middle;
	font-size: 11px !important;
	color: black !important;
}

.panelDatagrid .ui-datagrid-column {
	float: left;
}

.ui-panel-content {
	padding: 0px !important;
}

.messageContent {
	width: 100%;
	text-align: center;
}

.panelDatagrid .atmInfo td {
	padding: 0px !important;
	vertical-align: top;
	border-bottom: 1px solid #eee !important;
}

.atmInfo td:first-child {
	width: 40%;
	text-align: right;
}

.panelDatagrid .atmIcon td {
	vertical-align: middle;
}

#atmListForm td.ui-datagrid-column .ui-panel {
	height: auto !important;
	width: 180px !important;
}

#atmListForm table.ui-datagrid-data {
	padding-left: 2%;
	padding-right: 2%;
}

#atmListForm table.ui-datagrid-data, #atmListForm div.ui-tabs {
	border: 0px;
}

#atmListForm div.ui-tabs-panel {
	border-top: 1px solid #ccc;
}

.hiddenColumn {
	font-size: 11px !important;
}

.hiddenColumn td {
	border: 1px solid #dddddd !important;
}

.hiddenColumn thead td {
	background: #f6f6f6
		url("/eservice/javax.faces.resource/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png.xhtml?ln=primefaces-flick")
		50% 50% repeat-x !important;
	font-weight: bold;
	color: #0073ea;
}

.ui-icon-seek-prev {
	background-position: -48px -162px;
}

.ui-icon-seek-first {
	background-position: -80px -162px;
}

.ui-icon-seek-end {
	background-position: -64px -162px;
}

.ui-icon-seek-next {
	background-position: -32px -162px;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-pages,
	.ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last,
	.ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev {
	border: 0px solid;
	padding-left: 7px;
	padding-right: 7px;
	/*background-color:#f6f6f6 !important;*/
}

.ui-paginator .ui-state-active {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 100%;
}

.ui-state-hover .ui-icon {
	/*background-color: #0073ea;*/
	
}

.ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-prev,
	.ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first {
	border-radius: 0px;
}

.ui-paginator .ui-paginator-last {
	border-bottom-right-radius: 7px;
	padding: 2px 7px !important;
	border-top-right-radius: 7px;
}

.ui-paginator .ui-paginator-first {
	border-bottom-left-radius: 7px;
	padding: 2px 7px !important;
	border-top-left-radius: 7px;
}

.ui-paginator .ui-paginator-pages {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.summaryPanelDatagrid td.ui-datagrid-column {
	float: left;
	padding: 0px !important;
}

.atmtable td {
	padding: 0px 3px !important;
	vertical-align: middle;
}

.atmtable td:nth-child(2), .atmtable td:nth-child(5), .atmtable td:nth-child(6),
	.atmtable td:nth-child(8) {
	text-align: center;
}

.panelDatagrid .atmInfo input, .panelDatagrid .atmInfo input:focus {
	border: none;
	border-color: transparent;
	padding: 0px;
	-webkit-box-shadow: inset 0 0px 0px #fff !important;
	box-shadow: inset 0 0px 0px #fff !important;
	width: 85% !important;
	font-size: 10px !important;
}

.panelDatagrid .atmInfo .lblSmall {
	font-size: 10px;
}

.mainHeader {
	font-size: 17px !important;
}

.subHeader {
	font-size: 14px !important;
}

.lbl {
	font-size: 12px !important;
}

.lblwrap {
	text-align: center !important;
	width: 100% !important;
	table-layout: auto !important;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
	font-size: 10px !important;
}

.ui-state-focus {
	border-color: #010080 !important;
	-webkit-box-shadow: 0px 0px 0px #cdd5da, inset 0 0px 0px #8f8f8f
		!important;
	box-shadow: 0px 0px 0px #cdd5da, inset 0 0px 0px #8f8f8f !important;
}

.ui-widget-header {
	color: black;
}

.ui-inputfield {
	padding: 2px !important;
	-webkit-box-shadow: inset 0 0px 0px #8f8f8f !important;
	box-shadow: inset 0 0px 0px #8f8f8f !important;
	width: inherit !important;
}

.titleTable tr:first-child {
	background: #f5f5f5;
}

.titleTable {
	width: 152vh !important;
}

.titleTable2 {
	width: auto !important;
}

.centerAll {
	margin: 0px auto !important;
}

.tableBtn {
	width: auto !important;
	margin-left: 0px !important;
}

.tableBtn td {
	vertical-align: middle !important;
}

.tableClose td {
	padding: 0px !important;
}

.tableClose td:nth-child(1) {
	width: 1%;
}

.ui-datatable table>tbody>tr:hover, .ui-datatable table>thead>tr:hover {
	background: #f8f8f8 !important;
}

.tableSmall2, .tableSmall3, .tableSmall4, .tableSmall5 {
	width: 70% !important;
}

.tableSmall6 {
	width: 100% !important;
}

.tableSmall6>tbody>tr>td:nth-child(2), .tableSmall6>tbody>tr>td:nth-child(5)
	{
	width: 1% !important;
	padding: 0px;
}

.tableSmall6>tbody>tr>td:nth-child(1), .tableSmall6>tbody>tr>td:nth-child(4)
	{
	width: 20% !important;
	padding: 0px;
}

.table2 {
	width: 500px !important;
	vertical-align: top;
}

.table2 td:nth-child(5), .table2 td:nth-child(6) {
	width: 20px !important;
	text-align: center;
}

.tableSmall5 td:nth-child(1) {
	width: 30% !important;
}

.tableSmall4 td:nth-child(1) {
	width: 20% !important;
}

.tableSmall3 td:nth-child(1), .tableSmall4 td:nth-child(2) {
	width: 1% !important;
}

.tableSmall3 td:nth-child(2) {
	width: 30% !important;
}

.tableSmall2 td:nth-child(1), .tableSmall2 td:nth-child(4) {
	width: 10% !important;
}

.tableSmall2 td:nth-child(2), .tableSmall2 td:nth-child(5) {
	width: 1% !important;
}

.tableSmall2 td:nth-child(3), .tableSmall2 td:nth-child(6) {
	width: 2% !important;
}

.tableSmall{
width : 70% !important;
}
.tableSmall td:nth-child(1), .tableSmall td:nth-child(2) {
	width: 5% !important;
	max-width: 10% !important;
}

.tableSmall td:nth-child(3) {
	width: 10% !important;
}

.tableSmall td:last-child {
	width: auto !important;
}

.ui-panelgrid {
	margin: 0px !important;
}

th, td {
	vertical-align: top;
}

.tableFull {
	width: 100% !important;
}

.ui-selectonemenu {
	padding-right: 28px;
	text-align: left;
}

.ui-panelmenu .ui-panelmenu-content {
	overflow-x: hidden !important;
}

.ui-layout-unit {
	border: 0px;
	border-radius: 0px;
}

.ui-panelmenu .ui-panelmenu-header {
	background: #fff !important;
	border-bottom: 1px solid #eee !important;
	border: 0px
}

.ui-panelmenu .ui-menuitem {
	padding-left: 15px;
}

.ui-panelmenu .ui-panelmenu-content {
	border: 0px;
	padding-left: 19px !important;
}

.ui-layout-west, #left div {
	/*background:#f5f5f5;*/
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eaeaea),
		color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to right, #eaeaea 0%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea',
		endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.ui-panelmenu .ui-menu-parent .ui-menu-list {
	margin-left: 10px;
}

.ui-state-default .ui-icon, .ui-widget-content .ui-icon, .ui-icon {
	background-image:
		url('/eservice/resources/images/ui-icons-blue.png');
}

.ui-state-active a {
	color: #000000 !important;
}
/* media queries size */
.ui-widget {
	font-size: 10px !important;
}

.panelMenu {
	line-height: 8px !important;
}

.panelMenu .ui-menuitem-link {
	/* padding: 5px !important; */
	/* padding: 5px; */
	width: 98% !important;
}

.panelDatagrid .atmInfo input, .panelDatagrid .atmInfo input:focus {
	font-size: 8px !important;
	padding: 0px !important;
}

.panelDatagrid .atmInfo .lblSmall {
	font-size: 8px;
}

.mainHeader {
	font-size: 15px !important;
}

.subHeader {
	font-size: 12px !important;
}

.lbl {
	font-size: 10px !important;
}

.ui-datatable, .ui-datatable-data, .ui-paginator {
	font-size: 9px !important;
}

/* end media queries size */
.readOnlyFldSmall, .readOnlyFldError, .readOnlyFldExe, .readOnlyFldNew {
	/*width:20px;*/
	
}

.errorBg, .onlineBg, .offlineBg, .completeBg {
	border-radius: 5px;
	width: 100% !important;
}

.errorBg {
	padding: 1px 8px !important;
	color: red !important;
	border: 1px solid red;
	background: #FFDADA;
}

.onlineBg {
	padding: 1px 8px !important;
	color: green !important;
	border: 1px solid green;
	background: #E4FFE7;
}

.offlineBg {
	padding: 1px 6px !important;
	color: grey !important;
	border: 1px solid grey;
	background: #ddd;
}

.completeBg {
	padding: 1px 9px !important;
	color: blue !important;
	border: 1px solid blue;
	background: #D4E1FD;
}

.readOnlyFldSmall {
	background: transparent;
	border-width: 0px !important;
	/*border-style: groove !important;
	font-size: 8pt !important;
	text-shadow: 0px 0px 0px rgba(255,255,255,255) !important;*/
}

.readOnlyFldOffline {
	color: grey !important;
}

.readOnlyFldError {
	/* background-color:red;  */
	/*background: red  !important;
	border-width: 1px !important;
	border-style: groove !important;
	font-size: 8pt !important;
	text-shadow: 0px 0px 0px rgba(255,255,255,255) !important;*/
	color: red !important;
}

.readOnlyFldExe {
	color: green !important;
	/*
	background: #CCFFFF !important;  
	border-width: 1px !important;
	border-style: groove !important;
	font-size: 8pt !important;
	text-shadow: 0px 0px 0px rgba(255,255,255,255) !important;*/
}

.readOnlyFldNew {
	/*
	background:yellow !important;  
	border-width: 1px !important;
	border-style: groove !important;
	font-size: 8pt !important;
	text-shadow: 0px 0px 0px rgba(255,255,255,255) !important;*/
	
}

/*akmal*/
.fldOffline {
	background: #E0DFDE;
}

.fldExe {
	background: transparent;
}

.width-90 {
	width: 90px !important;
}

.width-150 {
	width: 150px;
}

.width-180 {
	width: 180px !important;
}

.mobile-icc {
	width: 90px !important;
	left: -10px;
}

.mobile-no {
	position: absolute;
	margin-left: -25px !important;
	width: 60px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.uppercase {
	text-transform: uppercase;
}

.remove-spinner::-webkit-inner-spin-button, .remove-spinner::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.remove-spinner {
	-moz-appearance: textfield;
}

.redFont {
	color: red;
	font-weight: bold;
}

.character-counter {
	margin-top: 40px !important;
/* 	margin-left: -15px !important;
 */}

.box, .sample-layout>div {
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 0px;
	border-style: none;
}

.box-stretched {
	height: 100%;
	box-sizing: border-box;
}

.sample-layout {
	margin: 0;
}

.sample-layout>div {
	border: 1px solid #ffffff;
}

.vertical-container {
	margin: 0;
	height: 200px;
	background: #efefef;
	border-radius: 4px;
}

.nested-grid .col-4 {
	padding-bottom: 1em;
}

.doc-table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.doc-table th {
	background-color: #cce4f7;
}

.doc-table td, .doc-table th {
	border: 1px solid #e5ebf0;
	text-align: left;
	padding: 8px;
}

.doc-table tr:nth-child(odd) {
	background-color: #f3f6f9;
}

.right {
	position: absolute;
	right: 0px;
	width: 300px;
	padding: 10px;
}

.left {
	position: absolute;
	left: 0px;
	width: 300px;
	padding: 10px;
}

.center {
	line-height: 200px;
	height: 200px;
	border: 3px solid green;
	text-align: center;
}

#notificationMaintenanceForm table {
	width: auto;
}