
.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;
}
span.ui-icon-check:not(.ui-chkbox-icon) {
    display:none !important;
}
span.ui-icon-pencil,
span.ui-icon-close {
    display: none !important;

}
div.ui-row-editor button  {
    background:none !important;
    border:none !important;
    line-height: 1.25 !important;
    padding: .25rem .25rem !important;
}

div.ui-row-editor button span {
    font-size: .675rem !important;
    font-weight: 400;
    text-transform: capitalize !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;
    text-decoration: underline !important;
}
div.ui-row-editor a
{
    color: #fff  !important;
    padding: .25rem .25rem !important;
    font-size: .675rem !important;
    border-radius: .2rem !important;
    border-style: hidden !important;
    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;
    text-decoration: none;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
}

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

a.ui-row-editor-pencil {
    background-color: #2f6095 !important;
    border-color: #2f6095 !important;
}
a.ui-row-editor-pencil:hover {
    background-color: #1e3460 !important;
    border-color: #1e3460 !important;
}

.ui-icon-delete span  {
    color: #903232 !important;
    padding: .25rem .25rem !important;
}

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;
}


a.ui-row-editor-check  {
    background-color: #2f6095 !important;
    border-color: #2f6095 !important;
}

a.ui-row-editor-check:hover {
    background-color: #1e3460 !important;
    border-color: #1e3460 !important;
}

tr.ui-state-error .ui-icon-pencil {
    display: none;
}

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

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

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 :0 !important;
}

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

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

.ui-layout-west {
}

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

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

.validationMsg{
    width:180px !important;
}

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

.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;
}

.one-time-code-panel  > .ui-widget-content {
    border:0 !important;
}

table.one-time-code-panel > tbody > tr.ui-widget-content {
    border:0 !important;
}

table.one-time-code-panel tbody tr:nth-child(1) {
    text-align: right;
}

table.one-time-code-panel tbody tr:nth-child(1) td:nth-child(2) {
    padding-bottom: 0;
}

table.one-time-code-panel tbody tr:nth-child(2) td:nth-child(2) {
    padding-top:0 !important;
    padding-left: 14px;
}

table.one-time-code-panel tbody tr:nth-child(4) td:nth-child(2),
table.one-time-code-panel tbody tr:nth-child(3) td {
    text-align: center !important;
}

#genericLayoutForm\:otpCodeMessage  span.ui-message-info-summary {
    margin-left:0 !important;
}

.ui-input-invalid {
	border:1px solid;
	border-color:red !important;
}

.mychangecolor {
	color:red;
	font-weight:bold;
	font-style:italic;
}

.mycolornormal {
font-weight:bold;
font-size:15px;
color:#1828A3
}