
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
	/* background:#fff url('../assets/main-shadow-top.jpg') top left repeat-x; 
		% for base font size is of 16px
		75% = 12px
		68.75% = 11px
		62.5% = 10px
	*/
	font-size: 75%;
	font-family: 'Mulish', sans-serif;
	color: #333333;
	line-height: 1.6;
}


#col1 a, #col2 a, #col3 a {
	color:#0d73b8;
	text-decoration: underline;
    text-underline-position: under;
	font-size: 16px;
    line-height: 22px;
	padding:0 2px;
}
form a,
.fancytable a {
    font-size: 14px !important;
}

.verticalTable a {
    font-size: 16px !important;
}

.verticalTable a:visited {
    color: #8c348a;
    text-decoration: none;
}

.print a:visited, .spreadsheet a:visited, .tablink a:visited {
	color: #8c348a;
}

#col1 a:visited, #col2 a:visited, #col3 a:visited {
	color: #8c348a;
	text-decoration: none;
}

#col1 a:hover, #col2 a:hover, #col3 a:hover, #col1 a:focus, #col2 a:focus, #col3 a:focus {
	text-decoration: none;
}

a img {
	border:0;
	text-decoration:none;
}

a span.attentionlink {
	text-decoration:none;
	border-bottom:1px solid red;
	color:red;
	padding:0 2px;
}

a:hover span.attentionlink {
	border-bottom:2px solid red;
}

.icon {
	position:relative; /**icon that goes with links**/
	left:-1px;
	vertical-align:middle;
}

.calendar { top:-4px; }

.offscreen { /* makes content invisible but available to non-visual media (e.g. screen readers) */
	height:1px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-9999px;
	width:1px;
}

/***********HEADINGS and TEXT SPAN STYLES**************/

.goodstanding {
    background-repeat: no-repeat;
    line-height: 1.4;
    background-position: 5px 0px;
    padding: 1px 1px 1px 35px;
    background-image: url('../images/check-circle-solid.svg'); 
    display: flex;
}

.badstanding {
    color: #D90000;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position:  5px 0px;;
	padding: 1px 1px 1px 35px;
    background-image: url('../images/warning.png'); 
	background-size: 22px 19px !important;
    display: flex;
}

.eclAcctDetailStatus { background-position: 5px 10px; }

.hrprimary {
	background-color: #006633;
	border: 0 solid #006633;
	clear: both;
	color: #006633;
	display: block;
	height: 1px;
	margin: 10px 0;
	visibility: visible;
}

.hrsecondary {
	background-color: #CCCCCC;
	border: 0 solid #CCCCCC;
	clear: both;
	color: #CCCCCC;
	display: block;
	height: 1px;
	visibility: visible;
}

p { padding: 5px 0; }

.left0 {
	padding-left: 0 !important;
}

.left10 {
	padding-left: 10px !important;
}

.left20 {
	padding-left: 20px !important;
}
.top10{
	padding-top: 10px !important;
}

.top20{
	padding-top: 20px !important;
}

.bot5 {
	padding-bottom: 5px;
}

.pad10 {
	padding: 10px !important;
}

.pt10-pb10-pl25 {
	padding: 10px 0 10px 25px !important;
}

ul li {line-height: 1.5;
}

/* h3.title {
	margin:0;
	padding-left:12px; 
	padding-top:8px;
	padding-bottom:0;
} */

.sideContainer h3.title { color:#029046; }

.eCartContainer h3.title { color:#7B0809; }

/* ======================================================================
~~~ utilities
=======================================================================*/

div#utilities {
  display: block; 
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}
#utilities ul { 
                padding: 0;
                margin: 0;
}

#utilities ul li {
	float:left;
	list-style:none;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 27px 0px 9px;
	margin-right: 5px;

}

li.spreadsheet { background-image: url('../images/spreadsheet.svg'); }
li.pdf { background-image: url('../images/pdf.svg'); }
li.pdfmulti { background-image: url('../images/pdf.svg'); }
li.help { background-image: url('../images/info.svg');   }
li.print { background-image: url('../images/print.svg'); }
a.print { margin-right: 4px;}

/* Clearing floats without extra markup [http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }

.clear:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

/* ======================================================================
~~~ tables
=======================================================================*/
table { border-spacing: 0; /* width: 100%; */ }

.caption  {
	font-size: 16px;/**class for caption text**/
  	text-align: left;
  	padding: 1px 8px 2px 4px;
  	line-height:1.6;
}

table caption {
	caption-side: top;
	font-size: 16px;
	text-align: left;
	padding: 1px 8px 2px 2px;
	line-height:1.6;
}

table caption.results { /**For larger caption**/
	font-size: 16px;
	font-weight:bold;
}

/* data table with header, e.g. search results */

.fancytable {	
	width:100%;
	background-color:white;
	/* margin: 10px 0; */
	border-collapse: collapse;
}

.fancytable input.tablecheck, .fancytable input.tablecheckfirst {vertical-align:middle;}

.fancytable tbody input.tablecheck, .fancytable tbody input.tablecheckfirst {margin-top:0.2em;}
	
.fancytable thead tr th {
	background-color: #003359;
	color: #fff;
	height: 52px;
	vertical-align: middle;
	max-width: 125px;
}

.fancytable thead tr th th.first {
	background-color: #003359;
	color: #fff;
	height: 52px;
	/* width: 30%; */
}

.fancytable td, .fancytable th {
	padding: .5em;
	text-align:left;
	vertical-align:middle;
	font-size: 14px;
	max-width: 400px;
    word-break: break-word;
    min-width: 100px;
}

.fancytable th {
	border-top:1px solid #0d73b8;
	background-color: #003359;
	color: #fff;
	height: 52px;
	vertical-align: middle;
	max-width: 125px;
	font-size: 16px;
}

.verticalTable th {
	border-top:1px solid #FFFFFF;
	background-color: #EFF0F1;
	color: #333333;
	height: 52px;
	vertical-align: middle;
	max-width: 125px;
	font-size: 16px;
}

.fancytable tbody{
	border-bottom: 1px solid #BBBAB9;
}

.fancytable td a { background: none; }

.fancytable tr:nth-child(odd) {
    background-color: #FFFFFF;
    height: 52px;
}

.fancytable tr:nth-child(even) {
    background-color: #F6F8FA;
    height: 52px;
}

.fancytable tr td:nth-child(2) {
    word-break: break-word;
    word-wrap: break-word;
}

.cartButtons {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
}

/* table sorting for eClearance using jquery "tablesorter" selectors */
table.businessActivities tr td {
	max-width: 400px;
    word-break: break-word;	
}

thead tr th {
	background-color:#003359;
	color: #fff;
	height: 52px;
	
}

thead tr th.first {
	background-color:#003359;
	border-left: 0;
	word-wrap: break-word;
}

th {
	padding: .5em;
	text-align: left;
}

th a:link, th a:visited {
	color: #343434;
	padding-right: 14px; /* to prevent overlap between link text and background arrows */
	text-decoration: none;
	border-bottom: 0;
	display: block;
}
th a:hover, th a:active, th a:focus {
	background-color: transparent;
	text-decoration: underline;
}

th.sortable a:hover, th.sortable a:link hover, th.sortable a:active, th.sortable a:focus {
	background-color: transparent;
	text-decoration: underline;
	border-bottom: 0;
}

thead tr .header a{
	background-image: url('../images/angle-up-solid.svg');
	background-repeat: no-repeat;
	background-position: center right 0px;
	cursor: pointer;
	background-size: 13px 8px;
}


#vhtable {
	border-bottom: 1px solid #BBBAB9;
}

#vhtable th a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
    padding-right: 30px !important;
}

thead tr .headerSortUp a {
	background-image: url('../images/angle-up-solid.svg');
	/*border: 2px solid rgb(0, 51, 89);
    box-shadow: white 0px 0px 0px 3px inset;*/
}

thead tr .headerSortDown a{
    background-image: url('../images/angle-down-solid.svg');
    /*border: 2px solid rgb(0, 51, 89);
    box-shadow: white 0px 0px 0px 3px inset;*/
}

table.fancytable thead tr .headerSortDown, table.fancytable thead tr .headerSortUp {
	color: #F6F8FA;
}

/*  end tablesorter styles  */

/* table sorting for ePremium using displaytag selectors - visually similar to 'tablesorted' above */
thead tr .sortable {
	background-image: url('../assets/sort_arrow_none.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

thead tr .order2 {
	background-image: url('../assets/sort_arrow_down.gif');
}

thead tr .order1 {
	background-image: url('../assets/sort_arrow_up.gif');
}

table.fancytable th.sorted {
	background-color: #adadad;
}
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
	background-color: transparent;
	text-decoration: underline;
}
/*  end displaytag (ePremium) styles  */

/* detailsTables are small, plain data tables (see "Premium reporting due date" in ePremium). */

.detailsTable {
	margin-top: 10px; 
	margin-bottom: 25px;
	border: 0;
}
.detailsTable th, .detailsTable td {
	border: 0;
	padding: 2px;
	min-width: 200px;
}

.detailsTable caption { 
    font-size: 16px;
    font-weight: bold;
}

table.businessActivities {
	width: 100%;
	border-bottom: 1px solid #BBBAB9;
}

table.businessActivities tr{
    height: 52px;
    font-size: 14px;
    line-height: 22px;
}

table.businessActivities td{
    padding: 5px;
}
table.businessActivities th{
    font-size: 16px;
}

table.businessActivities tr:hover td {
    background-color: #E5F5FB;
}

table.businessActivities tr:nth-child(odd) {
    background-color: #FFFFFF;
}

table.businessActivities tr:nth-child(even) {
    background-color: #F6F8FA;
}

/* end detailsTables - MI */

/* ======================================================================
~~~ buttons
=======================================================================*/
input.primary, input.secondary, .primary {
	display: inline-block;
    padding: 10px 30px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1.5px solid transparent;
    border-radius: 24px;
    color: #fff;
}

input[type="button" i] {
	display: inline-block;
    padding: 10px 30px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1.5px solid transparent;
    border-radius: 24px;
    color: #fff;
}

input.primary {
	background: #0d73b8;
	color: #fff;
}

input.secondary {
	background-color: #fff;
    border-color: #0D73B8;
	color: #0D73B8;
}

.smallButton {
	padding: 5px 10px !important;
    font-size: 14px !important;
    border-radius: 18px !important;
    width: 70px;
}

#popup_ok{
	background: #0d73b8;
	color: #fff;
}

#popup_cancel{
	background-color: #fff;
    border-color: #0D73B8;
	color: #0D73B8;
}

input.secondary:hover,
input.secondary:active, 
input.primary:hover,
input.primary:active{
	background-color: #292929;
	color:#FFFFFF;
	border-color: #292929;
} 

input.primary:focus { 
    border-radius: 41px;
    outline-offset: 3px;
    outline: 3px solid #292929;
}
#popup_ok:hover { color: #fff; background-color: #292929; border: 1.5px solid transparent; border-radius: 41px; border-color: #292929; }

#popup_cancel:hover { color: #fff; background-color: #292929; border: 1.5px solid transparent; border-color: #292929; }

#popup_ok:focus { 
    border-radius: 41px;
    outline-offset: 3px;
    outline: 3px solid #292929;
 }

#popup_cancel:focus { 
    border-radius: 41px;
	outline-offset: 3px;
    outline: 3px solid #292929; 
 }

input.secondary:focus { 
    border-radius: 41px;
    outline-offset: 3px;
    outline: 3px solid #292929; 
}

input.primary:active, 
input.secondary:active,
input[type="button"]:active { /* "moves" button for realistic clicking */
	-webkit-transform: translateY(1px); 
	-moz-transform: translateY(1px);
	top: 1px;
}

/* ======================================================================
~~~ forms
=======================================================================*/

input[type="radio"] { margin-right: .5em; }

fieldset {
	padding:10px 0; 
	border:none;
}

/**label classes**/
.description1{
	font-weight:bold;
	font-size:1.1em;
}

.required {
	color:#5d5d5d; 
	font-weight:bold; 
	font-size:100%;
}

form small {
	display: block;
	padding: 2px 0 3px 160px;
	font-size: 88%;
	border:0px solid gray;
}/**for small text in list forms**/

input { vertical-align:middle; }

/* input[type="text"] {
	vertical-align:middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:112%;
	padding: 2px 4px 2px 4px;
} */

textarea {
	position:relative; cursor:text;
	z-index:5;
}

.radioacross div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.radioacross .acrossbuttons {
	display:inline;
	width:auto;
	padding:0px 0 0 1em;
}

.radioacross label, .radioacross input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
}

.radioacross label { margin-right:10px; }

.spaced1 input { margin:4px 1px 6px 0px; } /* was .radiodown_spaced input {margin:5px 1px 5px 0px;} */

.spaced1 label { margin:1px }

.spaced2 input { margin:10px 0 14px 10px; }

.spaced2 label { margin:1px; }

label { word-break: break-word; }

input.tablecheck { margin:9px 0 9px 10px; }

form .list label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 8px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	border:0px solid green;
}

form .list input, form textarea, form .list select {
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

select {
	background-color: #fff;
    border: 1px solid #5E6A71;
    border-radius: 4px;
    box-shadow: 0 1px 1px #00000013 inset;
    color: #333;
    display: inline-block;
    clear: both;
    font-size: 16px !important;
    height: 34px;
    font-family: 'Mulish',sans-serif;
    padding: 5px 8px;
    align-items: center;
}

select {
  &, &::picker(select) {
    appearance: base-select;  
	 position: relative;  
  }

  & option:hover,& option:focus, & option:checked {
    background-color:#0D73B8 !important;
    color: #FFF !important;
   }
}
.ui-datepicker-year::picker(select){
		 position: absolute;
}

select::picker-icon, option::checkmark {
    display: none;
}

select:focus option:checked {
    color: #FFF !important;
    background: linear-gradient(to bottom, #0d73b8 0%, #0d73b8 100%);
}

select[size="1"]:has(option),
select:not([size]):has(option){
 	background: url('./images/dropdown_arrow.png') no-repeat right 8px center;
	background-size: 16px 16px;
	padding-right: 30px;
}

textarea { 
	overflow: auto;
	background-color: #fff;
    border: 1px solid #5E6A71;
    border-radius: 4px;
    box-shadow: 0 1px 1px #00000013 inset;
    color: #333;
    display: inline-block;
    clear: both;
    font-size: 16px;
    height: 70px;
    padding: 2px 10px;
    vertical-align: middle;
    font-family: 'Mulish',sans-serif;
}

textarea:focus-visible {
	border: 2px solid #292929;
}

#paramInputForm textarea { 
	min-width: 450px;
	min-height: 350px;
}

form small {
	display: block;
	padding: 2px 0 3px 160px;
	font-size: 88%;
	border:0px solid gray;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

br {
	line-height: 15px;
}

.tabbed-content label {
	font-weight:bold;
}

input[type="text"],input[type="password"], .file_input_textbox {
	background-color: #fff;
    border: 1px solid #5E6A71;
    border-radius: 4px;
    box-shadow: 0 1px 1px #00000013 inset;
    color: #333;
    display: inline-block;
    clear: both;
    font-size: 16px;
    height: 34px;
    padding: 2px 12px;
    vertical-align: middle;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus {
	background:#fff;
	border: 2px solid #292929;
}

.doubleselect br {      
	display:none;      
}  

ul.errorMessage {
	border-left: 4px solid #D90000 !important;
    background-color: #F6F8FA;
    padding: 1.2em;
    margin: .6em 0;
}
.wwerr + label + input {
    border-color: #D90000;
    color: #D90000;
}
.wwerr ~ label + input:focus {
  color: black;
}
.wwerr .errorMessage {
    color: #D90000;
    padding: 5px 0px;
    border-left: none !important;
    background: none;
    margin: 0;
}

.wwerr + textarea {
    border-color: #D90000;
    color: #D90000;
}
.wwerr + textarea:focus {
    color: black;
}

ul.errorMessage li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block !important;
	padding-left: 35px;
	color: #D90000;
	background-color: #F6F8FA;
	background-image: url('../images/errorIcon.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 0% !important;
}

.errorMessage {	
	color: #D90000;
	border-left: 4px solid #D90000 !important;
    background-color: #F6F8FA;
    padding: 1.2em;
    margin: .6em 0;
}

/* end error messages */

/* alert messages */

ul.actionMessage {
	border-left: 4px solid #FFCC3F !important;
	    background-color: #FCF8E3;
	    padding: 1.2em;
	    margin: .6em 0;
}

ul.successMessage {
	border-left: 4px solid #00A851 !important;
		background-color: #F2FBF6 ;
	    padding: 1.2em;
	    margin: .6em 0;
}

ul.actionMessage li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	padding-left: 35px;
	background-color: transparent;
	background: transparent url('../images/alert.svg') no-repeat 0% / 22px 19px !important;	
}

/* end alert messages */

span.nowrap {
	white-space: nowrap;
}

/* ====================================================================== 
~~~ "form1" styles from website 
=======================================================================*/ 
/* .form1  { 
	padding: 19px 5px;
} */
	
.form1 div.tableCell { 
	display:table-cell; 
	vertical-align:bottom; 
}

.form1 label { display: block; 
}

.form1 label.inlineLabel { display: inline; cursor: pointer; }

.form1 label.column { 
	display: block; 
	float: left;   
	width: 8em;   
	margin-right: 1em; 
}

.form1 span.labelInput { 
	float: left; 
	padding: 3px 9px 3px 0; 
}

.form1 fieldset { 
	padding-left: 10px;
	border: 1px solid #79c9af; 
}

.buttonbox { padding: 19px 5px; }

.buttonBox { padding: 19px 5px; }

.form1 input.submit { margin: 0 10px 0 0; }

.form1 a:link img, .form1 a:visited img {         
	border: 0; 
	padding: 0 3px; 
}

.form1 a.help { 
	border: 0; 
	padding: 0 3px; 
	background: #fff; 
	cursor: help; 
}

#buttons {padding-left: 9em; /* to align with inputs in column form layout */}
/* set an element's width by applying one of the classes below */ 
.form1 .iXXSM {width: 50px;}
.form1 .iXSM {width: 100px;}
.form1 .iSM {width: 200px;}
.form1 .iM {width: 250px;}
.form1 .iL {width: 300px;}
.form1 .iXL {width: 400px;}
.form1 .fullWidth {width: 530px;}
.form1 .iExt {width: 5em;}

/* styles for system config forms for <FIELDSET> element */ 
.fieldreg { 
	display:block; 
	float:left; 
	margin-top:20px; 
	margin-left:5px; 
	border:1px solid #CCCCCC; 
	padding:20px; 
}

.fieldregwidth { 
	width:80%; 
}

.legendreg { 
	padding:2px 5px; 
	border:1px solid #CCCCCC; 
}

.fieldreg td {
    padding: 5px 0 5px 5px;
}

/* ======================================================================
~~~ side panels
=======================================================================*/
.panel { width:250px; position:relative; /* padding: 0 5px; */ }
.panel h3 {
	border: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	padding: 10px 10px;
	margin: 0;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	background-color: #F6F8FA;
	background-repeat: repeat-x;
	background-position: top, bottom;
}

.panelbody {
	border: 1px solid #c5c5c5;
	border-top: 0;
	padding: 10px;
	margin: 0 0 10px 0;
	/* background-color: #eee; */
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	/* display: flex;
	flex-direction: column; */
	
}

.paynow {
	display:flex;
	gap: 8px;
}

.ecart h3 { background-color: #003359; color: #FFFFFF}

.ecart .panelbody {
	/* background-color: #f1f2e9; */
	position: relative;
}

.panel ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.panel ul li {
	list-style-position: outside;
	list-style-type: none;
}

.contentbox {
	border: 1px solid #c5c5c5;
	padding: 5px 5px 5px 5px;
    /* margin: 0 10px 10px 10px; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.inner { background-color: #fff; padding: 10px; }

.outer {
	position:relative;
	background-color: #F6F8FA;
	background-repeat: repeat-x;
	background-position: top, bottom;
	padding-top: 0px;
}


.businessCard h3 {
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	border: 1px solid #c5c5c5;
	border-bottom: 0;
	background-color: #eee;
	padding: 10px 10px 0 10px;
	margin: 0;
	background-image: url(tools_h3_bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #343434;
	font-size: 100%;
}
.businessCard p {
	padding: 2px 0;
	margin: 0;
}

<!--Ecart new--> 
#eCartContentList { /* new!!! - MI */ 
        border-top: 1px dotted #c5c5c5; 
}

.ecart .panelbody p {/* new!!! - MI */ 
        padding: 0 0 4px 0; 
        margin: 0; 
}
#eCartContentList li {/* new!!! - MI */ 
        font-size: 14px; 
        border-bottom: 1px dotted #c5c5c5; 
        padding: 2px 0 10px 0; 
        margin: 2px 0; 
}
a.remove, a.remove:hover {/* new!!! - MI */ 
        display: block; 
        text-align: right; 
        border: 0; 
}

/* ======================================================================
~~~ footer
=======================================================================*/

td#footer {
	/* color: #666; */
	/* font-size: .9em; 
	padding: 20px 0px; */
	line-height:20px;
}

.footernav {
	margin:0;
	padding:0;
}

.footernav li {
	display: inline;
	list-style:none;
	padding:0 8px 0 0;
	border-right:1px solid #666;
	margin:0 6px 0 0;
	line-height:1em;
}

.footernav li a {
	margin:0;
	padding:0;
	text-decoration: underline;
	border: 0;
	color: #666;
}
.footernav li a:focus, .footernav li a:active, .footernav li a:hover  {
	margin:0;
	padding:0;
	text-decoration: underline;
	background-color: transparent;
	color: #666;
}

.footernav li.last { border:0; }

/* ======================================================================
~~~ header (does this section belong in this file? - MI)
=======================================================================*/

td#header  {
	width:100%;
}

td#header #desc {
	width:100%;
	font-weight:bold;
}

td#header #desc #user {
	margin-left:15px;
	font-weight:bold;
}

td#header #desc #page{
	float:right;
	padding-right:15px;
	font-weight:normal;
}



.logo a {border:none;}
.logo h2 {padding-left:10px}

.utils {
	position:absolute;
	top:15px;
	right:24px;
	width:230px;
}
.utils .search { float:right; }

#logo { margin-left:20px; }

#utils {
	position:absolute;
	top:15px;
	right:24px;
	width:680px;
	height:85px;
}

#utils #search .btn {
	/*background:transparent url('../assets/search-btn.png') top left no-repeat;*/
	background:none;
	padding:0;
	display:block;
	height:34px;
	width:75px;
	border:none;
	float:right;
	margin-top:-5px;
}
#utils #functions {
	position:absolute;
	right:0;
	bottom:0;
	width:200px;
}

#print-page {
	float:left;
	margin-right:10px;
	color:#006633;
	font-size:.9em;
	margin-top:3px;
}
#print-page a {
	color:#006633;
	text-decoration:none;
	text-transform:lowercase;
}


/** Portlet Controls **/
.portletCollapseButton	{  border:0; }
.portletHelpButton		{border:0; }
.portletPrefsButton		{ border:0;  }
.portletRefreshButton	{ border:0;  }
.portletRemoveButton 	{ border:0;  }



.outer .controls{ position:absolute;
right:0;
top:0;


}

.panel .controls { position:absolute;
right:0;
top:0;

}


.controls a {
	text-decoration:none;
	border:none;
}

/* =====================================================================
~~~ checkbox
===================================================================== */
/*input[type="checkbox"] {
	background-color: white;
	cursor: default;
	appearance: none; 
	outline: none;
	box-sizing: border-box;
	margin: 3px 3px 3px 4px;
	padding: initial;
	border: 2px solid #333;
	position: relative;
	height: 20px;
	width: 20px;
	flex-shrink: 0;
	display: inline-block;
	border-radius: 3px;
}
 input[type="checkbox"]:hover {
	cursor: pointer;
    background-color: rgba(25, 118, 210, 0.04);
}

input[type="checkbox"]:checked {
	cursor: pointer;
    color: rgb(25, 118, 210);
}

.checkbox-custom:checked {
  cursor: pointer;
  color: rgb(25, 118, 210);
}

.checkbox-custom:hover {
	cursor: pointer;
    background-color: rgba(25, 118, 210, 0.04);
} 

input[type="checkbox"] {
  cursor: pointer;
}
*/
/* ======================================================================
~~~ 3 column layout 
=======================================================================*/

#region2 {
	padding: 0 5px;
}

#layout3column{
	width:100%;
}

#layout3column #col1{
	width:200px;
}
#col2{
	width:100%;	
}
#layout3column #col3{
	width:200px;
}
#wrapper{
	width: 100%;
	position:relative;
}

@media print {
    a[href]::after {
        content: none !important;
    }
	
	input.primary{
        forced-color-adjust: none;
        background-color: #0d73b8 !important;
        border: 1.5px solid transparent !important;
        border-radius: 24px;
        color: #fff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
	input.secondary{
        background-color: #fff !important;
        color: #0D73B8 !important;
        border: 1.5px solid #0D73B8 !important;
        border-radius: 24px;
        forced-color-adjust: none;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
	}
	.fancytable th,
	.businessActivities th {
		border-top:1px solid #0d73b8 !important;
		background-color: #003359;
		color: #fff;
		height: 52px;
		vertical-align: middle;
		forced-color-adjust: none;
		print-color-adjust: exact;
		webkit-print-color-adjust: exact;
		border: none !important;
	}
	
	.verticalTable th {
		border-top:1px solid #FFFFFF;
		background-color: #EFF0F1;
		color: #333333;
		height: 52px;
		vertical-align: middle;
		max-width: 125px;
		font-size: 16px;
		forced-color-adjust: none;
		print-color-adjust: exact;
		webkit-print-color-adjust: exact;
		border: none !important;
	}	

	.fancytable tr:nth-child(even) ,
	.businessActivities tr:nth-child(even){
		background-color: #F6F8FA !important;
		height: 52px;
		forced-color-adjust: none;
		print-color-adjust: exact;
		webkit-print-color-adjust: exact;
	}

	.businessActivities tr td:nth-child(1) a {
    	white-space: nowrap;
    	word-break: keep-all;
	}

	.fancytable td{
		border: none !important;
	}

	tbody tr:first-child th {
		border-top: none !important;
	}

	.contentbox.inner p,
	.contentbox.outer div,
	.contentbox.outer label {
		font-size: 16px !important;
	}

	#settingSection div {
		font-size: 16px !important;
	}
	input[type="radio"]:checked::after {
	    print-color-adjust: exact;
	}
	input[type="checkbox"]:checked{
	    print-color-adjust: exact;
	}
	.inlineLabel{
	    color: #333333 !important;
	}
	.labelInput:has(.hasDatepicker),
	.wwctrl:has(.hasDatepicker){ 
	    print-color-adjust: exact;}
	.wwctrl:has(.hasDatepicker)::after{
	    print-color-adjust: exact;
	}
	select[size="1"]:has(option),
	select:not([size]):has(option){
	    print-color-adjust: exact;
	}
	ul.actionMessage { print-color-adjust: exact;}
	select{ print-color-adjust: exact;}
	ul.ui-tabs-nav{ print-color-adjust: exact;}
	th label.inlineLabel {color: #fff !important; }
	.badstanding::before {
        content: url('../images/warning.png');
        display: inline-block;
        width: 22px;
        height: 19px;
        margin-right: 5px;
    	margin-left: 5px;
  }
	
}


@media screen and (max-width: 1280px){
	.panel {
		width: 200px;
	}
	
	.buttonBox {
	    padding: 19px 5px;
	}
}

div#utilities {
        margin-top: 18px;
    }

input[type="radio"] {
    position: relative;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid black;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 16px;
}

input[type="radio"]:checked {
    border: 1px solid #0D73B8;
}

input[type="radio"]:checked::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #0D73B8;
    border-radius: 50%;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div:has(> input[type="radio"]:focus-visible){
	display: inline-block;
    outline: 2px solid #292929;
    outline-offset: 2px;
    border-radius: 3px;
}

input[type="checkbox"] {
-webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #292929;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #FFFFFF;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #0D73B8; 
  border-color: #0D73B8;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="checkbox"]:checked {
  background-color: #0D73B8;
  border-color: #0D73B8;
  background-image: url("images/check_icon.svg"); 
}

input[type="checkbox"]:focus-visible {
    outline: 2px solid #292929;
    outline-offset: 2px;
    border-radius: 3px;
}

input[type="checkbox"]{
	outline: none;
}

input[type="checkbox" i]:disabled {
    background-color: #BBBAB9;
}

div#wwgrp_chk_grp_ {
    display: inline-block;
}

input#chk_mgrp,
input#chk_grp_ {
    margin: 0px;
}

.wwctrl > div {
    margin-bottom: 5px;
}

.wwgrp > div {
	margin-bottom: 5px;
}

fieldset.show {
    padding-bottom: 0px;
}
input#chk_mgrp {
  margin-right: 5px;
}

.wwgrp:has(.errorMessage) + #divSPECIFIC_BUSINESS input,
#masBUSINESS:has(.errorMessage) input,
#masDEPT :has(.errorMessage) input,
.wwerr ~ input {
	border: 1px solid #D90000 !important;
}

.ui-widget select {
	font-size: 16px !important; 
	font-weight: 600;
}

.fancytable th a {
    color: #FFF;
    font-size: 16px !important;
}

option{
    height: 34px;
	align-items: center;
    display: flex;
}

.labelInput:has(.hasDatepicker),
.wwctrl:has(.hasDatepicker),
.wwerr:has(.hasDatepicker){
    position: relative;
    display: inline-block;
}

.labelInput:has(.hasDatepicker)::after, .wwctrl:has(.hasDatepicker)::after, .wwerr:has(.hasDatepicker)::after {
    content: "";
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translate(-1px, 10px);
    right: 50px;
    width: 50px;
    height: 30px;
    border-left: 1px solid #BBBAB9;
    box-sizing: border-box;
    pointer-events: none;
    background-color: rgba(239, 240, 241, 0.5);
    background-image: url(./images/calendar-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
}
#eClearanceWorkspaceDivForm1 .labelInput:has(.hasDatepicker)::after{
    content: "";
    position: relative;
    display: inline-block;
    bottom: 0px;
    transform: translateY(35%);
    right: 50px;
    width: 50px;
    height: 30px;
}
eClearanceWorkspaceDivForm1 .wwerr:has(.hasDatepicker)::after {
    content: "";
    position: relative;
    display: inline-block;
    bottom: 0px;
    transform: translateY(35%);
    right: 50px;
    width: 50px;
    height: 30px;    
}
.hasDatepicker{
    border:1px solid #5E6A71 !important;
}

.fancytable th.header a {
    text-decoration-line: none !important;
    display: inline-block !important;
    padding-right: 30px !important;
    word-break: normal;
    color: #fff !important
}
