/* Font color */
.FontColorGreen{color: #006600;}
.FontColorBlue{color: #0000A0;}

/*special widths*/
.Wid9{ width:9%;}
.Wid8{ width:8%;}
.Wid7{ width:7%;}
.Wid6{ width:6%;}
.Wid5{ width:5%;}
.Wid4{ width:4%;}
.Wid3{ width:3%;}
.Wid2{ width:2%;}
.Wid35{ width:35%;}


/*row expansion headers*/
.lable-as-title {
	margin-left: 10px;
	width: 95%;
	color: white !important;
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: solid 1px #175787;
	border-top: solid 1px #175787;
	background: #8DAAB9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.highlight {
    background: rgb(0, 128, 255) !important ;
}

.ui-selectonemenu-filter-container {
    width: 100% !important;
}

.styleRowExpansion {
    background-color: #E3DFDA; /*#9BBDCF #AAD2E6;#EDEDD3;#C7B9A9;#C7C2BD*/
    color: black;
    border-style: none !important;
}

.styleSeparator {
    background-color: gray;
    border-color:gray;
    height:1px

}

.black{color:#000000;}

/*for new info listing screen*/
.wordWrapClass {
	
		word-wrap: break-word;
		white-space:normal;
}

/*use this class to wrap the column data in a datatable*/
.ui-datatable-resizable tbody td.wrap {
	white-space: normal;
}

/* Panel Grid Center align No Border */
.centeredPanelGridNoBorder {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border:none;
}

.ui-datatable.complaintDataTable table { width: auto !important; }
/*for new info listing end*/

.ui-datatable tbody td.wrap {
    white-space: normal;
}
             	
 .ui-growl-item {
 	background-color: #ffff99 !important;
 }

.ui-growl-message p {
	font: 14px "Lucida Console", Monaco, monospace;
    font-weight:bold;
    color:red;
    letter-spacing: -1px;
}
.ui-growl-title {
	font: 16px "Lucida Console", Monaco, monospace;
	font-weight:bold;
	text-decoration: underline;
	color:red;
}
.ui-growl-image-info {
	background-image: url("images/error-face.svg");
}

#rcorners {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

/*Margins*/
.MarTop1{ margin-top:1px;}
.MarTop2{ margin-top:2px;}
.MarTop3{ margin-top:3px;}
.MarTop4{ margin-top:4px;}

/*use this class to wrap the column header in a datatable*/
.ui-datatable table thead tr th.wrapHead {
    white-space: normal;
}

.green{color:#00FF00;}
/*These classes will override the default file upload framework fileupload.css classes */
.ui-fileupload-content .ui-progressbar {
    width: 0px;
    height: 0px;
    margin: 0px;
}
/*These classes will fix the data table scrollable temple issues */
.ui-datatable-scrollable-theadclone th span.ui-column-title{
   height: 0px !important;
   display: none !important;
}
.ui-datatable-scrollable-theadclone,.ui-datatable-scrollable-theadclone tr,.ui-datatable-scrollable-theadclone th.ui-state-default {
   height: 0px !important;
}
.ui-datatable-frozenlayout-left td {
   	height: 30px;
} 
.hideToolbar .ui-editor-toolbar {
   display: none;
}