
.txtBasicWrap {
    width: 300px;
}

.txtUnder {
    text-decoration:underline;
}

.txtArial {
    font-family:Arial,Verdana,sans-serif;
    font-size: 11px;
}

.panelgridCol1 {
    text-align: right;
    width:500px;
}


.panelgridNoCellBorders .rf-dg-c {
    border: 0;
}

.panelgridNoCellBorders {
    border-right: 1px solid #c0c0c0;
}

.floatRight {
    float:right;
}

.alignRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.alignLeft {
    text-align: left;
}

.alignTop {
    vertical-align: top;
}

.alignBottom {
    vertical-align: bottom;
}

.general-info-msg {
    font-size: large;
    color: #0000FF;
    font-style: italic;
}
.general-error-msg {
    font-size: large;
    color: #FF0000;
}

.general-info-link {
    font-size: large;
    color: #0000FF !important;
    font-style: italic;
}

.field-error-msg {
    color: #FF0000;
}

.field-info-msg {
    color: #0000FF;
}

.field-instruction-msg {
    font-style: italic;
}

.larger {
    font-size: medium;
}
/* all of these are required to override the font-size given by the skin */
button.larger, input[type="reset"].larger, input[type="submit"].larger, input[type="button"].larger {
    font-size: large;
}

.panelgrid_FA{
    width: 200px;
}
/*** These fix cosmetic problems with tabPanel ***/

div.rf-tab-hdr-brd {
    height: 2px;
    border-width: 0px;
    font-size: 1px; /* for IE */
}
div.rf-tab-hdr-tabline-vis {
    height: 25px !important; /* leave it alone for non-IE */
    height: 28px;
}

/* Make the tabs easier to read */
td.rf-tab-hdr {
    vertical-align: middle;
    background-image: url(../images/blueSkyTabBG.png);
    padding-bottom: 0px; /* for IE */
}
td.rf-tab-hdr-act {
    vertical-align:middle;
    background-image: url(../images/blueSkyActTabBG.png);
}

/************************************************/

.centered-wrapper {
    text-align:center;
}

.centered {
    margin:0 auto;
}

iframe.show-document {
    width: 95%;
    height: 500px;
}

.pageHeader {
    /* 	font-size: 1.5em; */
    font-weight: bold;
    /*	padding-bottom: 1em; */
    text-align:center;
    padding: .4em;
}


div.rich-panel-no-header {
    padding: 0px 1px 0px 0px;
}

.pageContent {
    width: 100%;
    height: 630px;
    overflow:auto;
}

.help-image {
    height:14px;
    vertical-align:text-bottom;
    margin-left: 2px;
    cursor:pointer;
}

.required {
	color: red;
}

.ui-fieldset-legend{
	white-space: normal !important;
	display: table;
	font-weight: bold !important;
}

.instructionPanel{
	border: none !important;
	background-color: #ffffff !important;
}


.ui-fieldset-toggleable .ui-fieldset-legend{
	text-align: right !important;
}

.ui-fieldset .ui-fieldset-toggler.ui-icon-plusthick {
	background: url(../images/more-info.png)  no-repeat;
	width: 15px;
      height: 15px;
}

.ui-fieldset .ui-fieldset-toggler.ui-icon-minusthick {
    background: url(../images/less-info.png)  no-repeat;
    width: 18px;
    height: 15px;
}

.tooltip {
	max-width: 500px;
}

.read-only {
	background-color:#dfdfdf !important;
}


/*****Menu Styles********************/

.menuAccordian .ui-widget-content {
    border-style: none !important;
}

.menuAccordian .ui-menu .ui-menuitem .ui-menuitem-text {
    font-size: 12px;
}
a.ui-menuitem-link {
    width:100% !important;
}

.ui-accordion-content {
    padding-right: 0px !important;
    overflow: hidden !important;
}

.ui-menuitem .ui-menuitem-icon {
    background-image: url("/n/esr/javax.faces.resource/images/ui-icons_ffffff_256x240.png.jsf?ln=primefaces-newcmecftheme") !important;
}

.ui-state-active .ui-menuitem-icon {
    background-image: url("/n/esr/javax.faces.resource/images/ui-icons_3d80b3_256x240.png.jsf?ln=primefaces-newcmecftheme") !important;
}

.ui-menu .ui-menuitem-text {
    float: none;
    margin-left: 2px;
    display: flex;;
}
/*****End Menu Styles********************/
/*****Styles for buttons in editable tables *************/
div.ui-row-editor button span {
    padding: 0;
}

div.ui-row-editor button, div.ui-row-editor button span {
    color: #fff ;
    padding: .25rem .25rem !important;
    font-size: .675rem !important;
    border-radius: .2rem !important;
    border-style: hidden !important;
    /*display: inline-block;*/
    font-weight: 400;
    text-transform: capitalize !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    margin-left: 2px;
    cursor: pointer;
}

div.ui-row-editor button:disabled {
    cursor: not-allowed;
    opacity: .65;
}

button.ui-icon-pencil {
    background-color: #2f6095 !important;
    border-color: #2f6095 !important;
}
button.ui-icon-pencil:hover {
    background-color: #1e3460 !important;
    border-color: #1e3460 !important;
}

button.ui-icon-delete, .ui-icon-delete span  {
    background:none !important;
    border:none !important;
    color: #903232 !important;
    text-decoration: underline;
}



button.ui-icon-delete:hover {
    background:none !important;
    border:none !important;
    color: #4f2727 !important;


}

button.ui-icon-delete.disabled, button.ui-icon-delete:disabled {
    background-color: #d9534f;
    border-color: #d9534f;
}

button.ui-icon-check  {
    background-color: #2f6095 !important;
    border-color: #2f6095 !important;
}

tr .ui-row-editor .ui-icon-check,
.ui-datatable .ui-row-editor .ui-icon-close,
tr.ui-state-error .ui-icon-pencil {
    display: none;
}

tr.ui-state-error .ui-icon-check {
    display:inline-block !important;
}

button.ui-icon-check:hover {
    background-color: #1e3460 !important;
    border-color: #1e3460 !important;
}

button.ui-icon-close, button.cancel-link,  button.cancel-link span {
    background:none !important;
    border:none !important;
    color: #903232 !important;
    text-decoration: underline;
    display: none;
}

button.ui-icon-close:hover, button.cancel-link span {
    background:none !important;
    border:none !important;
    color: #4f2727 !important;
}

.ui-row-editing button.ui-icon-delete {
    display: none !important;
}

.ui-row-editing button.cancel-link {
    display: inline-block !important;;
}

tr.ui-datatable-empty-message  {
    color: transparent;
    user-select: none;
}

.ui-datatable-data .ui-state-highlight td {
    background-color: #d3d3d3 !important;
}

.ui-south-layout{
	height :40px !important;
}

.ui-toolbar {
    background: #182854 !important;
}
.ui-header-panel{
	background: url(../images/blue-fade-background.gif) repeat-x !important;
}

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


.ui-toolbar {
    padding-top: 0px !important;
}

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

.ui-layout-west{

}

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

.ui-layout-north{
	min-width: 950px;
}

.validationMsg{
	width:180px !important;
}

.ui-form-label{
	font-weight: bold;
	float: left;
}

/* .ui-layout-container{
	overflow: scroll !important;
} */

.registerColumnOne{
	text-align: right;
	width: 180px;
}



.datatable-caption {
	font-weight: bold !important;
}

.ui-datatable-data tr.ui-state-error {
    background: #d3d3d3 !important;
    border-style: none;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #dfd0a9 ;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error,
.ui-state-error a {
    color: #000000 !important;
}

.ui-datatable-data .ui-state-error td {
    background-color: #d3d3d3 !important;
}

.ui-state-error select option {
    background-color: #0000FF;
}

tr.ui-state-error {
    border: none !important;
}

.ui-messages-error, .ui-message-error-detail {
    font-weight: normal !important;
}

.ui-datatable-tablewrapper {
    overflow: inherit  !important;
}

.ui-selectoneradio td div.ui-radiobutton,
.ui-selectoneradio td label {
    display: table-cell;
}

.ui-selectoneradio td label {
    padding-left: 4px;
    vertical-align: middle;
}

table.ui-selectoneradio tr {
    margin-top:4px;
}


div.ui-tabs {
    text-align: left;
}