.requiredAfter:after 
 { content:"* ";color: red; }
 
 .wcb .ui-tabs-panel .ui-panel {
    margin-bottom: 0;
}

.wcb_data_tbl {
	padding-bottom: 15px;
}

.wcb_data_tbl .ui-widget-header {
	border: 1px solid #dadada;
}

.aui .wcb_data_tbl tr.ui-state-highlight {
	border: inherit;
}

.aui .wcb_data_tbl tr.ui-state-highlight td {
	background-color: transparent;
}

.wcb_info_tbl td {
	padding: 10px;
	vertical-align: text-top;
	padding-left: 10px !important;
}

.wcb_narrow_tbl {
	max-width: 350px;
}

.wcb_medium_tbl {
	max-width: 700px;
}

.wcb_content_tbl td label {
	padding-right: 16px;
}

.ui-accordion .ui-accordion-header {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0px;
}


.wcb_button_section button {
    margin-right: 0px;
    margin-left: 6px;
}

.wcb_buttontbl_section button {
    margin-top: 4px;
}

.aui body div.submitBlockUi {
	width: 244px !important;
}
 
.aui div.submitBlockUi .btns{
	margin:auto;
}

.aui div.submitBlockUi .btns button{
	margin:2px;
}

.aui .ui-message, .aui .ui-messages-error,.aui .ui-messages-info {
	margin: 0;
	margin-bottom:2px;
}

.ui-datepicker{ 
	z-index: 9999 !important;
}

.wcb_small_tbl td, .wcb_small_tbl th{
	font-size: 0.8em;
	padding: 2px 6px !important;
}

.wcb_top {
	margin-top: 5px;
}

.wcb_input_tbl input.wcb_descinput {
	width: 280px;
	font-size:12px !important;
	height:14px !important;
	line-height:14px !important;
	margin-bottom:4px !important;
}

/*Agent Admin */
.editAgentPickList .ui-helper-hidden{
	
	display: none !important;
}

.ui-picklist .ui-picklist-list {
	width: 325px !important;
}




.wcbButtonWidth{
	column-width: 150px;
}

.commentTextArea{
	
	height:50px !important;
}


.wcb_block_disclaimer_section_header{
	display: block;
	color:#005D85;
	font-size:10pts;
}

.wcb_block_disclaimer{
	display: block;
	color:#000000;
	font-size: 11px !important;
	margin-bottom: 15px;
}

#termsAndConditions {
	display:none;
}

.acctTableCol1 {
	width:40px;
}

.acctTableCol3 {
	width:105px;
}

fieldset.plainFieldset {
	display: inline-block;
	width: auto;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	margin: 10px 10px 10px 0;
	background: #FAFAFA;
    color: black;
}


fieldset.plainFieldset .ui-fieldset-legend {
    font-weight: normal;
    font-size: 12px;
    width: auto;
    border: 1px solid #ddd;
    background: #FAFAFA;
    color: black;
}


fieldset.plainFieldset .ui-selectmanycheckbox {
	margin-bottom: 10px;
}


.secret {
	display: none;
}

.wcb_table_in_datatable {
	max-width:850px;
}

.wcb_table_in_datatable thead {
	display: none;
}

.wcb_table_in_datatable td, .wcb_table_in_datatable thead {
  background-color: inherit !important;
}


.wcb_data_tbl .ui-widget-header {
	border: 1px solid #dadada;
}

.aui .wcb_data_tbl tr.ui-state-highlight {
	border: inherit;
}

.aui .wcb_data_tbl tr.ui-state-highlight td {
	background-color: transparent;
}

.tableWithNoBorder, 
.tableWithNoBorder tbody, 
.tableWithNoBorder tbody tr, 
.tableWithNoBorder tbody tr td{
	border:none !important;
}

.acctDetailGrid tbody,
.acctDetailGrid tbody tr, 
.acctDetailGrid tbody tr td {
	border-width: 0px !important;;
	border-style: none;
	overflow: auto;
	padding: 5px !important;
	background: transparent;
	
}

.acctDetailGrid td input {
	width: 206px;
}

.infoRow {
	height:30px;
}

.largeIcon {
	font-size: 2em;
}

.wcb .ui-panel .wcb_tipPanel.ui-panel .ui-panel-content {
	/* because of nesting panels and the default style on nesting panels, this class is used to override the extra spacing */
	margin-top: 0px;
}

.wcb .ui-panel .wcb_tipPanel.ui-panel {
	padding: .5em;
}

.wcb_tipPanel .largeIcon {
	margin-right: .5em;
}


/* Due to the table within a table for Acct Details, adding some responsive elements */
@media screen and (max-width: 1200px) {
	
	.acctDetailGrid td {
		display: block;
	}

	.acctDetailGrid .ui-selectmanycheckbox.ui-widget td, .acctDetailGrid .ui-selectoneradio.ui-widget td {
	    display: table-cell;
	}
}


.cgvTypeCol1 {
     width: 200px;
}
.cgvTypeCol2 {
	width: 250px !important;
}

.clinicTypeCol1 {
     width: 130px;
}
.clinicTypeCol2 {
	width: 250px !important;
}

.workerTypeCol1 {
     width: 210px;
}
.workerTypeCol2 {
	width: 250px !important;
}
.firmTypeCol1 {
     width: 210px;
}
.firmTypeCol2 {
	width: 250px !important;
}

.firstColumn {
  width: 210px;
  border: none !important;
}
.secondColumn, .thirdColumn {
  border: none !important;
  overflow: visible !important;
}

.matchPanelGridCellPadding {
	padding: 4px 10px;
}

.exampleTextUnderneath {
	padding-bottom: 0px !important;
}

.exampleTextUnderLabel {
	display:block;
	margin-top: -12px;
	margin-bottom: 2px;
	padding-left: 2px;
	
}

.wcb .smallFormTable .exampleTextUnderneath .exampleText {
 	top: -10px;
}

.ui-panelgrid-cell .exampleText {
	padding-top: 0px !important;
}

.accountFieldTooltip {
	max-width: 200px;	
}

.wcb_acct_reg_tbl td {
	vertical-align: top;
	max-width: 400px
}

.wcb_notice {
	border:1px solid #005d85; 
	background-color: #f6f6f6; 
	padding: 5px; 
}

.wcb_dialog500 {
	max-width:500px;
}

.ui-datatable .ui-datatable-footer {
	text-align: left !important;
}

.ui-inputfield.wcb_input_email {
	width: 207px;
}

span.acctBtns  form{
	display:inline;
	float:left;
}

span.acctBtns button{
	margin-right:5px;
	margin-top:1px;
}

.acctTable label {
	display: none;
}

.acctTable .acctCol1, .acctTable .acctCol3 {
	width: 25%;
}

.acctTable .acctCol2 {
	width: 50%;
}

.wcb_iconcolumn {
	width:50px;
}

.wcb .ui-message.ui-message-error.submitMsg {
  display: block;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 850px) {
	.acctTable .acctCol1, .acctTable .acctCol2, .acctTable .acctCol3 {
		width: 33%;
	}
	
	.firstColumn, .cgvTypeCol1, .clinicTypeCol1, .workerTypeCol1, .firmTypeCol1 {
		width: 190px;
	}
	
}

@media screen and (max-width: 768px) {

	.wcb_customradio td {
		vertical-align: top;
	}
	
	.firstColumn, .cgvTypeCol1, .clinicTypeCol1, .workerTypeCol1, .firmTypeCol1 {
		width: 210px;
	}
}

@media screen and (max-width: 600px) {

	.acctTable thead {
		display: none;
	}
	.acctTable td {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		max-width: 100% !important;
		min-width: 80% !important;
		border: none !important;
		background-color: inherit !important;
	}
	.acctTable tr {
		position: static;
		border: 1px solid #A1A1A1;
	}
	.acctTable td:nth-child(1) {
		font-weight: bold;
	}
	.acctTable td:nth-child(3) {
		margin-bottom: 15px;
	}	
	.acctTable label {
		display: inline;
		padding-right: 5px;
		color: #000000;
	}
	
	.ui-tabs .ui-tabs-nav li {
		width: 85%;
	}
}

@media screen and (max-width: 500px) {

	.secret {
		display: inline;
		font-weight: bold;
	}
	.wcb_table_in_datatable td {
	    border-style: none !important;
	    display: block;
	}
	
	.acctTableCol1, .acctTableCol2, .acctTableCol3, .firstColumn, .secondColumn, .thirdColumn, .cgvTypeCol1, .clinicTypeCol1, .workerTypeCol1, .firmTypeCol1 {
    	width: auto;
  	}
	.wcb_table_in_datatable tr {
		border: 1px solid #a1a1a1;
	}  	
}

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

.barcodeCol1 {
	width: 130px;
}

.barcodePanel {
	margin-top: 1em;
}

.importantMsg {
	color:red;
}


.wcb .wcb_classic_panel .ui-panelgrid .ui-panelgrid-cell label {
	color:black;
}

.wcb .wcb_classic_panel .ui-panelgrid .ui-panelgrid-cell .textAreaLabel {
	color:black;
	margin-bottom: 0px;
}

.wcb .wcb_classic_panel .ui-outputpanel .textAreaValue {
	color:#333333;
}

.agentInfo ul {
	padding-left: 20px;
}

.ui-datatable .ui-datatable-footer .wcbButton {
	margin-top: 5px;
}

.wcb_panel_label {
	min-width: 85px;
}

div.ui-steps li.ui-steps-item{
	pointer-events: visible;
}

.notActive { 
   cursor: default;
}
 .ui-steps.ui-steps-readonly .ui-steps-item.ui-state-disabled .ui-menuitem-link {
    cursor:pointer;
}

.ui-steps.ui-steps-readonly.disabled-steps .ui-steps-item .ui-menuitem-link {
	cursor: default;
}

.agentRoleTable .ui-selection-column .ui-chkbox .ui-state-disabled{
	display: none;
}

.wcb_status_active_color {
	color: #04B404;
	font-weight: bold;
}

.wcb_status_pending_color {
	color: #F39C12 ;
	font-weight: bold;
}

.wcb_status_cancelled_color {
	color: #FF0000;
	font-weight: bold;
}


.agentAccessInfoPnl ul:before{
    content:attr(aria-label);
}

.signed-in.update-online-profile-page #navigation, .signed-in.manage-agents-page #navigation, .signed-in.agent-access-request-page #navigation {
    display: none;
} 

.fas.fa-key {
	 width: 34px;
	height: 34px;
	background-color: #005d85;
	border-radius: 50%;
	color: white;
	padding: 10px;
	margin-right:6px;
 }
 
 .account-access-section {
    display: block;
    line-height: 20px;
    border-top-color: #005d85;
    border-top-width: 2px;
    border-top-style: solid;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    -moz-box-shadow: 2px 2px 20px rgba(230,230,230,0.5);
    -webkit-box-shadow: 2px 2px 20px rgba(230,230,230,0.5);
    box-shadow: 2px 2px 20px rgba(230,230,230,0.5);
    padding: 30px 20px;
}
.account-access-section .account-access-section-title a {
	font-size:18px;
}
.account-access-section .account-access-section-content a {
	font-size:18px;
	text-decoration: underline;
}

.account-access-section .description {
	padding:20px 20px 0px 20px;
}

.flash-account-access .portlet-title-text {
	display:none;
}

.wcb .agentRoleTable .ui-datatable-odd, .wcb .agentRoleTable .ui-datatable-even {
	background: #FFFFFF;
}

.wcb .agentRoleTable .ui-datatable-selectable.ui-state-highlight {
	background: #F2F5F9;
}

.wcb .agentRoleTable .ui-datatable-selectable.ui-state-hover {
	background: #F2F5F9;
}

.agentRoleTable label {
    display: none;
}

.wcb_legend {
	margin-right: 10px;
}

div.firmAccountPnl:not(:first-child) {
	border-top: 1px;
	border-top-style: solid;
	padding-top:5px;
}

.ui-password  {
	display: flex;
	flex-direction: row;
	vertical-align: center;
}

.ui-password-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
}
.ui-password-masked .ui-password-icon:after {
	content: "\f06e";
	color: black;
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-top: 6px;
	margin-left: 6px;
	display: inline-block;
}

.ui-password-unmasked .ui-password-icon:after {
	content: "\f070";
	color: black;
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-top: 6px;
	margin-left: 6px;
	display: inline-block;
}


@media screen and (max-width: 900px) {
	.agentRoleTable thead {
		display: none;
	}
	.agentRoleTable td {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		width: 90%;
		border: none !important;
		text-align: left;
	}
	.agentRoleTable tr {
		position: static;
	}
	.agentRoleTable tr {
		border: 1px solid #A1A1A1;
	}
	.agentRoleTable label {
		display: inline;
		padding-right: 5px;
		color: #000000;
	}
	.agentRoleTable tr > td label {
		font-weight: bold;
	}	
	.agentRoleTable tr.ui-datatable-selectable td:first-of-type {
		margin-top: 10px;
	}
	.agentRoleTable tr.ui-datatable-even td:last-of-type, .agentRoleTable tr.ui-datatable-odd td:last-of-type {
		margin-bottom: 10px;
	}

}


@media screen and (max-width: 400px) {
	.agentRoleTable label {
		display: block;
	}
}

#termsAndConditions.wcb_scrollable_text {
	max-width: none;
}