* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;         /* Opera/IE 8+ */
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
}

body {
	cursor: default;
	width: 100%;
	line-height: 1;
	background: #6d6e71;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.OnePxBorderDDDWithRadius4{
	border:1px solid #ddd;
	border-radius:4px;
}

.MarginBottom3px{
	margin-bottom:3px;
}

.ui-tabmenu-nav .ui-state-active {
	background-color: #0081c2;
	text-shadow: none;
}
.ui-state-active span.ui-menuitem-text {
	color: white;
}

.ui-tabmenuitem span.ui-menuitem-text {
	font-weight: bold;
	text-shadow: none;
}

.linkAsTabActive {
	background-color: #0081c2 !important; background-image: none !important; color: white !important; border-radius: 0 !important; margin: 0; padding: .5em 1em;
	text-shadow: none; text-decoration: none; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black;
}
.linkAsTab {
	background-color: #fafafa !important; background-image: none !important; color: black; border-radius: 0 !important; margin: 0; padding: .5em 1em; text-shadow: none; text-decoration: none;
	border-bottom: 1px solid black;;
}

/*
a,a:hover,a:visited {
	color: #009ddb;
	font-weight: bold;
}
*/
div {
	margin: 0 auto;
	text-align: left;
}

fieldset {
	border: 1px solid #A8A8A8;
	border-radius: 5px 5px 5px 5px;
	padding: 6px;
}

fieldset legend {
	font-weight: bold;
	margin-left: 3px;
}

h1,h2,h3,h4 {
	color: #ED1C24;
}

/*
h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}
*/
table {
	margin: 0 auto;
	width: 100%;
}

#divSurround {
	display: block;
	margin: 0 auto;
	min-width: 1024px;
	max-width: 1100px;
	position: relative;
	height: auto !important;
	background: #fff;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	border-style: none;
}

#divHeader {
	height: 70px;
	min-width: 1024px;
	max-width: 1100px;
	border-bottom: 2px solid #ed1c24;
}

#divHeader h2 {
	margin-left: 250px;
	padding-top: 14px;
}

#divMenu {
	height: 43px;
	min-width: 1024px;
	max-width: 1100px;
}

#divBody {
	color: #4E5050;
	font-size: 12px;
	line-height: 17px;
	margin: 0 auto;
	margin: 0 0 10px 0px;
	width: 999px;
	min-height: 550px;
}

.divRedLineFloat {
	clear: both;
	background-color: #ed1c24;
	font-size: 1px;
	height: 1px;
}

.divClearFloat {
	clear: both;
	font-size: 1px;
	height: 1px;
}

#divFooter {
	color: white;
	font-weight: bold;
	bottom: 0;
	min-width: 1024px;
	max-width: 1100px;
}

/* Panel To Look like RichFaces Panel */
.panelGroup {
	border: 1px solid #bcbec0;
}

.panelTitle {
	width: 100%;
	background-color: #939598;
	height: 20px;
	margin-bottom: 4px;
	color: black;
}

.panelTitle span {
	padding: 3px;
	color: black;
	color: white;
	font-weight: bold;
}

.panelBody {
	margin: 2px;
	padding: 5px;
}

/* Field Labels and Input fields */
.fieldLabel {
	font-weight: bold;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 10px;
	min-width: 110px;
	vertical-align: middle;
}

.fieldLabel120px {
	font-weight: bold;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 10px;
	width: 120px;
	vertical-align: middle;
}

.fieldLabelRight {
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 5px;
	min-width: 110px;
}

.field {
	font-size: 110%;
	padding: 3px;
	border-style: solid;
	border-color: #cfc8c0;
}

.fieldNoBorder {
	font-size: 110%;
	padding: 3px;
}

.field td {
	padding: 6px;
}

.inputFieldTd {
	padding-bottom: 10px;
	vertical-align: middle;
}

.tdFieldLabel {
	font-weight: bold;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}

.tdFieldValue {
	text-align: left;
	vertical-align: middle;
}

.tdFieldValueCenter {
	text-align: center;
	vertical-align: middle;
}
.tdFieldValueRight {
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}

.tdFieldValueRightRed {
	color: red;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}

input.fieldRequired {
	background-image: none;
	background-color: rgb(255, 255, 200) !important;
}

input.fieldReadonly {
	background-image: none;
	background-color: rgb(200, 200, 200) !important;
}

input.fieldHidden {
	display: none;
}
input.fieldShow {
	display: inline;
}

.fieldRequired.ui-widget label {
	background-color: rgb(255,255,200) !important;
}

button[type="button"],button[type="reset"],button[type="submit"],input[type="reset"],input[type="submit"],input[type="button"]
	{
	background-color: #C4C4C4;
	background-image: url("/images/commandButtonBackground.png");
	border-color: #F0F0F0;
	color: #000000;
	font-size: 11px;
	background-repeat: repeat-x;
}

.commandButton {
	margin: 3px;
	font-weight: bold;
	width: 160px;
}

.commandButton:hover {
	cursor: pointer; /* cursor: hand; for IE5 */
	/* background-color: #6d6e71;
	color: white;
	background-image: none;*/
}

.initOauthButton {
	margin: 3px;
	font-weight: bold;
	width: 400px;
}
.initOauthButton:hover {
	cursor: pointer;
}

.commandLink {
	font-weight: normal;
	font-size: 14px;
	padding-right: 3px;
	padding-left: 3px;
}

.error_message {
	font-size: 100%;
	color: #ed1c24;
	display: block;
	padding-left: 15px;
}

#quickSearchDiv {
	position: relative;
	float: right;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 5px;
}

#chgPassLogoutDiv {
	font-size: 10px;
	padding-top: 23px;
	padding-right: 5px;
	position: relative;
	float: right;
}

.closeCriteriaFieldTd {
	height: 100px;
	width: 200px;
}

.width40Percent {
	width: 40%;
}

.width60Percent {
	width: 60%;
}

/* CSS Grid configurations */
.gridFieldLabel {
	font-weight: bold;
	text-align: right;
}

.gridFieldValue {
	text-align: left;
}

.addressGrid {
	display: grid;
	grid-template-columns: repeat(2, 100px minmax(100px, 1fr)) 85px minmax(100px, 1fr);
	gap: 2px;      
	column-gap: 10px;
	align-items: center;  
}

.payeeAddressGrid {
	display: grid;
	grid-template-columns: 155px minmax(100px, 1fr) 100px minmax(100px, 1fr) 75px minmax(100px, 1fr);
	gap: 2px;      
	column-gap: 10px;
	align-items: center;  
}

.productGrid {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 125px minmax(110px, 1fr) 75px minmax(125px, 1fr) 100px minmax(130px, 1fr) 105px minmax(105px, 1fr);
	gap: 2px;      
	column-gap: 10px;
	margin-bottom: 5px;
	justify-content: center;
	align-items: center;  
}


/* PRIME FACES OVERRIDES */

.ui-panelgrid .ui-panelgrid-cell {
	padding: 2px;
}
.ui-panel .ui-panel-content {
	padding: 0.25em 0.25em;
}
.ui-button-icon-only .ui-button-text {
	padding: 0.1em;
}
.ui-menu .ui-menu-parent .ui-menu-child {
	min-width:12.5em;
	width: auto;
}

#loading-div-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #bcbec0;
	width: 100%;
	height: 100%;
}

#loading-div {
	width: 300px;
	height: 200px;
	background-color: #0c0b0b;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	font-weight: bold;
	color: #fff;
}

.ui-datatable-tablewrapper {
	overflow: visible !important;
}
.ui-datatable thead th {
	white-space: normal !important;
	text-align: center
}

.ui-datatable-odd {
	background-color: #ffffff;
}

.ui-datatable-even {
	background-color: #EDEBEB;
}

table.picklistStyle td {
	vertical-align: middle;
}

.ui-selectonemenu-label {
	height: 1em;
}

.ui-chkbox-box {
	vertical-align: middle !important;
}

.ui-chkbox-label {
	font-weight: bold;
	vertical-align: middle;
	padding-top: 3px;
}

.prodDetailGroupFieldsetPrimary {
	width: 320px;
	height: 180px;
}

.prodDetailGroupFieldsetPrimaryDeath {
	width: 550px;
	height: 180px;
}

.prodDetailGroupFieldset {
	width: 300px;
	height: 180px;
}

.prodDetailGroupDiv {
	height: 170px;
	overflow-y: auto;
}

#primaryOrderTable {
	min-width: 986px;
	max-width: 1062px;
	border-spacing: 0;
}

.orderDetailsPanelLeft {
	width: 80%;
	float: left;
	vertical-align: top;
}

.orderDetailsPanelRight {
	width: 20%;
	float: right;
	vertical-align: top;
}

.labelStyle50Percent {
	text-align: right;
	font-weight: bold;
	width: 50%;
}

.VerticalAlignTop50Percent {
	text-align: right;
	font-weight: bold;
	width: 50%;
	vertical-align:top;
}

.labelStyle25Percent {
	text-align: left;
	width: 25%;
	border-width:0px;
}

.fieldStyle50Percent {
	text-align: left;
	width: 50%;
}

.fieldStyle25Percent {
	text-align: left;
	width: 25%;
	border-width:0px;
}

.NoCellPaddingNoCellSpacingFullWidthTable {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

#pssOrdDtlPanelGrid1{
	border-collapse:collapse;
	vertical-align:top;
}

#pssOrdDtlPanelGrid2{
	border-collapse:collapse;
	vertical-align:top;
}

select{
    border: 1px solid #A8A8A8;
  	color: #4F4F4F;
  	border-radius: 3px 3px 3px 3px;
  	-webkit-box-shadow: 0 0 2px #888888 inset;
  	-moz-box-shadow: 0 0 2px #888888 inset;
  	box-shadow: 0 0 2px #888888 inset;
	height:23px;
}
select:hover, select:focus{
	outline:none;
  	border:1px solid #7096AB;
	-webkit-box-shadow: 0 0 8px #85B2CB;
    -moz-box-shadow: 0 0 8px #85B2CB;
    box-shadow: 0 0 8px #85B2CB; /* some variation of blue for the shadow */
}
select.fieldRequired{
    border: 1px solid #7096AB;
	background-image: none;
	background-color: rgb(255, 255, 200) !important;
}

.centeredDialog {
	max-width: 1032px !important;
	max-height: 650px !important;
	overflow-y: scroll;
	overflow-x: scroll;
	/* position: absolute;
	margin: 0 auto !important;
	 text-align: center !important; */
}

.centeredPreviewDialog {
	max-width: 1022px !important;
	max-height: 100vh;
	overflow-y: scroll;
}

.fixedWidthDataTable table {
	table-layout: fixed;
}

.fixedWidthDataTable table th {
	white-space: normal !important;
	padding: 4px 5px;
}

.fixedWidthDataTable table td {
	white-space: normal !important;
	padding: 4px 5px;
}
.bold{
	font-weight:bold;
}