/* 

 WI styles 

*/

/* import base styles */
@import url('../../css/common/web.css');

/* import styles used for the menu */
@import url('../../css/common/menu.css');

/* custom navigation styles */
.nav, .crumb, .timeout {
	word-spacing: normal;
}
.nav_main {
	background-color: #003663;
	border-top: 0px;
	border-bottom: 0px;
	border-left: none;
	border-right: none;
	position: relative;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}
.nav_main ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.nav_main li a, .nav_main li a:hover {
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: normal;
	line-height: normal;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
}
.nav a,
.nav a:visited,
.nav a:active {
	color: #fff;
}
.nav a:hover,
.nav a:focus {
	color: #fff;
}
.nav li a:hover {
	text-decoration: underline;
}
.nav_user {
	background-color: #155387;
	font-family: 'Montserrat', sans-serif;
}
.nav_user ul, .crumb {
	box-sizing: border-box;
}
.crumb {
	background-color: white;
}
.crumb ul {
	padding: 5px 0px;
}
.crumb li:first-of-type {
	padding-left: 0px;
}
.nav.open li {
	border-bottom: 1px solid #155387;
}
.nav.open li:first-of-type {
	border-top: 1px solid #00374a;
}
.nav_user.open li {
	border-bottom: 1px solid #155387;
}
.nav_user .selected a {
	color: #fff;
}
.nav_user li a, .nav_user li a:hover {
	padding: 10px;
}

@media only screen and (max-width: 1100px){
	.nav_main li a, .nav_main li a:hover {
		font-size: 1vw;
		padding: 4px 8px;
	}
}
@media only screen and (max-width: 1050px){
	.nav_main li a, .nav_main li a:hover {
		font-size: 1.1vw;
		padding: 4px 6px;
	}
}

@media only screen and (max-width: 800px){
	.nav_main, .nav_user {
		background-color: #003663;
		border: 0;
	}
	.nav_main li a, .nav_main li a:hover, .nav_user li a, .nav_user li a:hover {
		height: auto;
		max-width: none;
		padding-top: 10px;
		padding-bottom: 10px;
		display: inline-block;
		line-height: normal;
		text-align: center;
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
	}
	/* navigation: layout */
	.nav {
		padding: 0px;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: column;
		margin-bottom: 0px;
	}
	.nav .menu {
		font-size: 9pt;
		padding-left: 10px;
		text-transform: uppercase;
		cursor: pointer;
		display: flex;
		height: 30px;
		justify-content: flex-start;
		align-items: center;
	}
	.nav .menu:after {
		content: ' \25BC';
	}
	.nav ul {
		display: none;
		padding: 0;
	}
}
@media only screen and (max-width: 650px){
	.timeout {
		padding: 5px 0px;
	}
}

/* Contained elements, horizontally centered on page */
.nav ul {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.crumb,
div.hd,
.ctpad {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 5vw;
	padding-right: 5vw;
}

/* General */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background-color: #f2f2f2;
	width: 100%; 
	height: 100%;
}
body {
	line-height: 1.4;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #212529;
}

div.pg {
	width:100%;
	min-height:100%;
}
h1, h2, h3 {
	font-family: "Trebuchet MS","Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #333333;
}	
p.center {
	text-align: center;
}
p.help-popup {
	width: 150px;
}
p.last {
	width: 150px;
	padding-bottom: 20px;
}
a {
	color: #0000cc;
	text-decoration: underline;
    word-break: break-word;
}
a:hover {
	color: #0a58ca;
	transition: color .2s ease-in-out;
}
table{
	padding: 0;
	border-spacing: 0;
    border-collapse: collapse;
}
img{
	border: 0;
}
div.buttons input[type=button],
.form div.buttons input[type=submit],
.form div.buttons input[type=reset],
.inputButton,
a.button {
	display: inline-block;
	padding: 0.3em 1.2em;
	margin: 0 0.3em 0.3em 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.15rem;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #003663; 
	text-align: center;
	transition: all 0.2s;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
div.buttons input[type=button],
.form div.buttons input[type=submit],
.form div.buttons input[type=reset],
.inputButton,
a.button {
	padding: 9px 22px 10px 22px;
}
div.buttons input[type=button]:hover,
.form div.buttons input[type=submit]:hover,
.form div.buttons input[type=reset]:hover,
.inputButton:hover,
a.button:hover {
	background-color: #5c636a;
}

@media all and (max-width: 30em){
	a.button {
	display: block;
	margin: 0.2em auto;
	}
} 

/* Header */
div.hd {
	background: #fff;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	transition: none;
	overflow: visible;
	box-shadow: none !important;
	animation: none;
	box-sizing: border-box;
	padding: 0.65em 1.875em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
div.hd .hd_nav {
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.875em;
	line-height: 1.875em;
	box-sizing: border-box;
	color: #003663;
	font-size: .9em;
	font-family: Roboto;
	padding-right: 10px;
}
div.hd .hd_nav a {
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	color: #003663;
}
div.hd .hd_logo {
	background-color: transparent;
}
div.hd .hd_logo img {
	width: 80px;
	vertical-align: middle;
}
div.hd a {
	color: #434343;
}
div.hd .hd_title {
	font-family: "Roboto","Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
div.hd .hd_title a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
}
div.hd .hd_title .hd_state {
	font-size: 50px;
	line-height: 35px;
	font-weight: 600;
}
div.hd .hd_title .hd_dir_name {
	font-size: 20px;
	line-height: 25px;
}
div.hd .skipnav {
	position: absolute;
	top: -100px;
}
.fade-in {
	animation: fadeIn ease 2s;
	-webkit-animation: fadeIn ease 2s;
	-moz-animation: fadeIn ease 2s;
	-o-animation: fadeIn ease 2s;
	-ms-animation: fadeIn ease 2s;
}
.fade-in-fast {
	animation: fadeIn ease .75s;
	-webkit-animation: fadeIn ease .75s;
	-moz-animation: fadeIn ease .75s;
	-o-animation: fadeIn ease .75s;
	-ms-animation: fadeIn ease .75s;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

/* Footer */
div.ft {
	clear: both;
	background-color: #003663;
	color: white;
	padding: 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 0.9em;
}
div.ft .ft_mobile {
	display: none;
}
/* Content Frame */
.ctpad {
	box-sizing: border-box;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 30px;
}
.ctpad.users {
	max-width: 2400px;
}
.ctpad.users .content_container {
	max-width: 2200px;
}

.content_container {
	width: 75%;
	display: inline-block;
	max-width: 1200px;
	padding-right: 5%;
	box-sizing: border-box;

	background-color: #ffffff;
	padding: 31px;
	margin: 30px 0;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
}

/* Site Map */
div.site_map {
	padding-left: 40px;
}
.site_map ul {
	list-style: none;
}

.site_map li:before { color: #003663;;  margin: 5px;  content: '\25CF'; } /* Cricle */
.site_map_expanded li:before { color: #003663;; font-size: 75%; margin: 5px; content: '\25BA'; } /* Triangle Pointing Right */
.site_map li { 
	padding: 2px 0px;
}

/* Invalid alert */
div.invalid_alert {
	width: 100%;
	margin: 0px auto;
	border: 1pt solid #000;
	background-color: #ffe88d;
	padding: 10px 20px;
	text-align: center;
	box-sizing: border-box;
}
.ctpad .invalid_alert {
	width: 60%;
	text-align: left;
	margin: 0px 0px 5px 0px;
}
/* Home Content */
div.homestuff {
	height: 100%;
	width: 100%;
}
div.homestuff .ctpad {
	background-color: transparent;
}
div.home_welcome {
	height: 30vw;
	max-height: 800px;
	position: relative;
	overflow: hidden;
	background: #EAF0F4;
	background: linear-gradient(to bottom, #9CC0CD 0%, #EAF0F4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAF0F4', endColorstr='#9CC0CD',GradientType=0 );
	z-index: 1;
	display: block;
}
div.home_welcome img {
	width: 100%;
	border: 0px solid;
}
div.home_content {
	display: flex;
	gap: 30px;
	justify-content: center;
}
div.home_content h1,
div.home_content h2 {
	margin: 0px;
	color: #003663;
}
div.home_content h2 {
	font-weight: 500;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
}
div.home_content .block {
	margin: 1vw 0;
	flex-grow: 1;
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
div.home_content .block > div {
	padding: 2vw;
	flex-grow: 1;
}
div.home_content .updates {
	background-color: #d9f2fc;
}
div.home_content .updates a {
	font-weight: bold;
}
div.home_content .links {
	width: 100%;
	border-spacing: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 -1px 5px rgba(0,0,0,.1),0 2px 5px rgba(0,0,0,.1),0 5px 10px rgba(16,70,81,.1);
	margin: 0;
	background-color: #003663;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div.home_content .links h2 {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #fff;
}
div.home_content .links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
div.home_content .links ul li a {
	color: #fff;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Content */
div.datatable span.dataitem {
	display: inline-block;
	vertical-align: top;
	width: 145px;
	padding-bottom: 10px;
	white-space: nowrap;
}
div.column50percent {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: 45%;
}
div.column50percent div.resource{
	margin-top: 13px;
}
div.column50percent div.resource h3{
	margin: 0;
}


	/* Safari Only */
	
	@media not all and (min-resolution:.001dpcm)
	{ @media {
		.homeButton{
			font-size: 13px;
			border: 1px #4e9dc8 solid;
    			border-top: 3px #8b91bd solid;
		}
		div.buttonBox{
			width: 143px;
			padding: .2px .7px;
		}
	}}
	
	/* IE Only */
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        img {
        		text-decoration: none; 
        		border-style: none;
        		border-top-style: none;
        		border-bottom-style: none;
        		border-left-style: none;
        		border-right-style: none;
        }
	}
	
/* Forms */
form.form {
	display: inline-block;
	vertical-align: top;
	width: 800px;
	padding-right: 20px;
}
form.columns {
	width: 100%;
}
.form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0pt;	
}
.form fieldset.column {
	display: inline-block;
	vertical-align: top;
	horizontal-align: left;
	min-width: 335px;
	padding-right: 20px;
}
.form legend {
	font-weight: bold; 
	background-color: #ccc;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.form div.formitem {
	clear: both;
	padding: 5px 0px 5px 0px;
	
}
.form div.label {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	float:right;
	width: 330px;
}
.asterisk{
	vertical-align: top;
	width: 9px;
	display: inline-block;
}
.form select[name$=country]{
	max-width: 243px;
	width: 100%;
}

div.formitem div.field,
span.select-label{
	padding-left: 9.19px;
}

div.formitem .asterisk + div.label + div.field,
div.formitem .asterisk + span.select-label,
table.login-table div.formitem div.field{
	padding-left: 0px;
}
.formitem > span.select-label + div.label{
	width:0px;
}
.formitem.nowrap {
	white-space: nowrap;
}

.form div.field {
	display: inline-block;
}
.form div.field small {
	padding-top: 2px;
	font-size: 8pt;
}
.form div.buttons {
	padding: 15px 0px 15px 0px;
}
.form input[type=text], 
.form input[type=password],
.form input[type=file],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form select {
	height: 1.75em;
	font-size: 1em;
}
.formitem input[type=text], 
.formitem input[type=password],
.formitem input[type=file],
.formitem input[type=email],
.formitem input[type=tel],
.formitem input[type=date] {
	width: calc(100% - 2.25em);
}
.formitem input[name$=state] {
	width: auto !important;
}
.formitem select[name$=industry_code] {
	width: 100%;
}

/* Edit new hire report */
.edit_report form.form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
.edit_report form.form > div {
	min-width: 550px;
	max-width: 600px;
}
.edit_report form.form > div div.label {
	width: 275px;
}
.edit_report .buttons {
	flex-basis: 100%;
	min-width: 100% !important;
}
.edit_report h2 {
	margin-top: 20px;
}
.edit_report form.form > div:nth-of-type(2) label[for=other_state] {
	padding-left: 100px;
}
@media only screen and (max-width: 500px) {
	.edit_report form.form > div {
		min-width: 100%;
	}
	.edit_report .buttons input[type=button],
	.edit_report .buttons input[type=submit] {
		width: 100%;
	}
}
/* Dashboard Table */
table.dash_table_big {
	width: 400px;
	border-width: 0px;
	border-spacing: 0px;
}

table.dash_table {
	width: 340px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}

table.dash_table th {
    font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	padding: 2px;
	line-height: normal;
	text-align: left;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: white;
	background-color: #6d6d6d;
	color: #FFF;
}

table.dash_table td2{
    font-size: 0.9em;
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: white;
	background-color: #888;
	padding: 2px;
	line-height: normal;
}

table.dash_table td {
    font-size: 0.9em;
	padding: 2px;
	line-height: normal;
}

table.dash_table_nested td {
    font-size: 0.9em;
}

table.dash_table_nested2 {
	border-width: 0px;
	border-spacing: 0px;
}

table.dash_table_nested2 th {
    font-size: 0.9em;
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #888;
	color: #FFF;
}

table.dash_table_nested2 td {
    font-size: 0.9em;
    text-align: right;
    border-style: solid;
	border-color: white;
	border-width: 0px;
	padding: 0px;
}

table.dash_table_container {
	width: 100%;
}

.dash_table_container td {
	width: 30%;
	vertical-align: top;
}

table.dash_table_container p {
   width:332px;
   color: #333333;
}

table.dash_graph_container {
   display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

table.dash_graph_container p {
   padding-top: 20px;
}

table.dash_graph_container td {
   padding-top: 20px;
   width:532px;
   text-align: center;
   border-bottom: 1px solid #ccc;
}

span.dashlink {
	text-decoration: underline;
	cursor: pointer;
}

span.dashlink:hover {
	text-decoration: underline;
}

table.dash_table {border:solid 1px #cccccc;
	display: inline-table; clear:none;
	margin: 0px 10px 10px 0px}

table.dash_table tr:nth-of-type(odd) {
	background-color:#F3F6F8;
}

table.dash_table tr:nth-of-type(odd) td{
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

table.dash_table_nested2 tr:nth-of-type(odd) {
	background-color:#F3F6F8;
}

table.dash_table_nested2 tr:nth-of-type(odd) td{
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

#dash_table p {
	   color: #333333;
 font-weight:bold;
}

#dash_table {  display: flex; justify-content: flex-start; gap: 40px;}
   
.dash_table td {color:#555555;}

.dash_container {min-height: 100%; max-height: 150%; }

.leftcontainer {display:inline; width:50%;}

.rightcontainer{display:inline; width:45%;}

.contentpane {min-height: 100%; max-height: auto; overflow-y:visible; overflow-x:auto;}

table.nothing { }

a.help-popup  {
    float:right;
    width:20px;height:20px;
    background-image:url(../../images/question_mark_white.jpg);
    background-repeat:no-repeat;
    text-decoration:none;
}

.cluetip-default {
    font-size:12px;
}

.table_container {
	overflow-x: auto;
}
table.tbl {
	width: 100%;
}
.tbl th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #747474;
	font-size: 0.8em;
}
.tbl th a {
	color: #fff;
}
.tbl tr:nth-of-type(even) {
	background-color: #eee;
}
.tbl tr:hover {
	background-color: #feffe6;
}
.tbl td {
	font-size: 0.9em;
	vertical-align: top;
}
table.rpt_table_container {
	width: 70%;
	height: 110%;
}
.rpt_table_container table {
}
.rpt_table_container td {
	vertical-align: top;
}
.rpt_table_container table td {
	vertical-align: middle;
}
.rpt_table_container div {
	font-weight: bold;
	padding: 10px;
	margin: 15px 10px 15px 10px;
	border: 1pt solid #000;
	background-color: #eeeeee;
	height: 115px;
}

/* Dashboard */
div.dash_container {
	display: inline-block;
	width: 30%;
	min-width: 335px;
	vertical-align: top;
}

/* Report form container */
div.rpt_container {
	display: inline-block;
	width: 25%;
	min-width: 275px;
	padding: 10px;
	margin: 15px 10px 15px 10px;
	border: 1pt solid #000;
	background-color: #eeeeee;
	height: auto;
	min-height: 115px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12pt;	
}
.rpt_container div.formitem {
	clear: both;
	padding: 2px 0px 2px 0px;
}
.rpt_container label {
	display: inline-block;
	font-size: 0.9em;
	width: 170px;
		
}

/* Styles for Cluetip jQuery plugin */
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../../script/plugins/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-emptylink {
	border: 0;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute;	
	clip: rect(0 0 0 0);
}
.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */
.clue-right-default .cluetip-arrows {
  background-image: url(../../script/plugins/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../../script/plugins/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../../script/plugins/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(../../script/plugins/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

ul .prompt_errors {
	width: 100%;
}

.prompt_errors li {
	color: red;
	list-style-type: none;
}
img .exclamation {
	border: 0;
}
div .prompt_img {
	display: inline-block;
	float: left;
	width: 60px;
	height: 150px;
}
div .prompt_list {
	display: inline-block;
	float: left;
	width: 50%;
	margin-left: 20px;
}
div .prompt_div {
	padding-bottom: 15px;
}

/* View EPP Employees */
#view_epp_employees {
	width: 1000px;
}
#view_epp_employees th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #888888;
	font-size: 10pt;
	border-bottom: solid thin white;
}
#view_epp_employees tr td {
	background-color: #EEEEEE;
	border: 1px solid white;
}

a.help-popup {
	width:20px;height:20px;
	background-image:url(../../images/question_mark_white.jpg);
	background-repeat:no-repeat;
	float:right;
}

a.hide {
	display: none;
}

#newsupdate {
	font-family: Arial;
	color:#555555;
	border-top:solid 2px #aaaaaa;
	border-bottom:solid 2px #aaaaaa;
	font-size:9pt;
	text-align:left;
	padding:8px 4px 8px 4px;
}
#newsupdate h2 {font-size:10pt; margin-bottom:-4px;}
#newsupdate p {margin-bottom:5px; font-size:9pt;}

/*Table Rows, Headers, Cells*/
.top-aligned{
	vertical-align: top;
}
.text-centered {
	text-align: center;
}
.full-width{
	width:100%;
}

.half-width{
	width: 50%;
}

.faq-numbers-list .faq-number {
    padding-left: 29px;
}
.faq-numbers-list > a,
.faq-numbers-list > p{
	padding-left: 40px;
}
.faq-numbers-list > ul {
	padding-left: 80px;
}



/* Contact General */
.contact-general-table th,
.contact-general-table tr,
.contact-general-table td{
	padding: 2px;
}


/* Contact Support */
.contact-support-table th,
.contact-support-table tr,
.contact-support-table td{
	padding: 2px;
}


/* DOH alert */
.doh-table{
	width:100%;
	text-align: center;
}
.doh-table th,
.doh-table tr,
.doh-table td{
	border-spacing: 5px;
	padding: 5px;
}


/* Employer Resources */
.employer-resources-table th,
.employer-resources-table tr,
.employer-resources-table td{
	padding: 2px;
}


/* Employer Resources */
.employer-resources-table th,
.employer-resources-table tr,
.employer-resources-table td{
	padding: 2px;
}
.employer-resources-table div{
	margin-top: 15px;
}


/* File Layout */
.file-layout-table th,
.file-layout-table tr,
.file-layout-table td{
	padding: 4px;
	border: solid grey 1px;
}
.file-layout-table{
	border: solid black 2px;
	width: 100%;
}

.file-layout-table tr:nth-child(odd){
  background-color: #E0E0E0;
}


/* File Transfer Options */
.file-transfer-table th,
.file-transfer-table td,
.file-transfer-table tr{
	padding: 3px;
}


/*Login*/

.login-table th,
.login-table tr,
.login-table td{
	padding: 2px;
}


/* Register */
.register-table th,
.register-table tr,
.register-table td{
	padding: 5px;
}


/* Reports */
.reports-table th,
.reports-table  tr,
.reports-table  td{
	padding: 2px;
}


/* Reset Password */
.reset-password-table th,
.reset-password-table tr,
.reset-password-table td{
	padding: 2px;
}


/* Reporting Fundamentals */
.reporting-funds-table th,
.reporting-funds-table tr,
.reporting-funds-table td{
	padding: 5px;
}
.reporting-funds-table{
	border: grey solid 2px;
}
.reporting-funds-table th,
.reporting-funds-table tr,
.reporting-funds-table td{
	border: black solid 1px;
}
.reporting-funds-table-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}


/* Service Bureau EPP Prompt */
.sb-epp-prompt-table th,
.sb-epp-prompt-table tr,
.sb-epp-prompt-table td{
	padding: 1px;
	border-spacing: 1px;
}


/* Service Bureau Register */
.sb-register-span{
    width: 625px;
    font-weight: 800;
    padding: 5px;
    background: lightgrey;
    display: inline-block;
}


/* Service Bureau Reports */
.sb-reports-table th,
.sb-reports-table  tr,
.sb-reports-table  td{
	padding: 2px;
}


/* Service Bureau View Reports */
.sb_view_reports_table th,
.sb_view_reports_table tr,
.sb_view_reports_table td{
	padding: 3px;
	border-spacing: 1px;
}


/* Service Bureau View Uploads */
.sb-view-uploads-table th,
.sb-view-uploads-table tr,
.sb-view-uploads-table td{
	padding: 2px;
	border-spacing: 1px;
}


/* Search Employers */
.search-employers-table th,
.search-employers-table tr,
.search-employers-table td{
	padding: 2px;
	border-spacing: 1px;
}


/* Search Newhires */
.search-newhires-table th,
.search-newhires-table tr,
.search-newhires-table td{
	padding: 2px;
	border-spacing: 1px;
}


/* Search Users */
.search-users-table th,
.search-users-table tr,
.search-users-table td{
	padding: 2px;
	border-spacing: 1px;
}


/* Update Employer */
.update-employer-table th,
.update-employer-table tr,
.update-employer-table td{
	padding: 5px;
}


/* Upload Delimited */
.upload-delimited-table th,
.upload-delimited-table tr,
.upload-delimited-table td{
	padding: 4px;
	border-width: 1px;
	border: 1px lightgrey solid;
}
.upload-delimited-table{
	border: 2px solid black;
}


/* Upload Excel */
.upload-excel-table{
	width: 120%;
}
.upload-excel-table th,
.upload-excel-table tr,
.upload-excel-table td{
	padding: 4px;
	border-width: 1px;
	border: 1px lightgrey solid;
}
.upload-excel-table{
	border: 2px solid black;
}


/* View Employee */
.view-employee-table th,
.view-employee-table tr,
.view-employee-table td{
	padding: 2px;
	border-spacing: 1px;
}


/* View Employer */
.view-employer-table th,
.view-employer-table tr,
.view-employer-table td{
	padding: 2px;
	border-spacing: 1px;
}


/* View Newhire */
.view-newhire-table td,
.view-newhire-table tr,
.view-newhire-table th{
	border-spacing: 1px;
	padding: 2px;
}


/* View Reports */
.view-reports-table td,
.view-reports-table tr,
.view-reports-table th{
	border-spacing: 1px;
	padding: 2px;
	font-size: 13px;
}
.view-reports-table th{
	padding-right: 1em;
}


/* View Uploads */
.view-uploads-table td,
.view-uploads-table tr,
.view-uploads-table th{
	border-spacing: 1px;
	padding: 3px;
}


/* Web Conference */
.web-conference-table{
	background-color: #FFFFFF;
}
.web-conference-table th,
.web-conference-table tr,
.web-conference-table td{
	padding: 3px;
	border-spacing: 3px;
}
	
/* Tool Tip */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  	visibility: hidden;
    width: 120px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 8px;
    opacity: 0;
    transition: opacity 0.5s;
}

div .tooltip .tooltip-spacer{
	left: 65px;
}

div .tooltip .tooltip-spacer-windows{
	left: 88px;
}

input:hover + .tooltip .tooltiptext,
input:focus + .tooltip .tooltiptext,
.tooltip-present ~ .tooltip .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#lumpsum_container {
	width: 100%; 
	box-sizing: border-box; 
	border: 0;
}

@media only screen and (max-width: 1000px){
	div.home_welcome {
		background-position: center;
		height: 250px;
	}
	.table_container table:not(.dash_table) th {
		display: none !important;
	}
	.table_container table:not(.dash_table) td {
		display: block !important;
		border: 0;
		text-align: left !important;
		width: auto !important;
		padding: 5px;
	}
	.table_container .new_th {
		font-weight: bold;
	}
	#dash_table {
		flex-wrap: wrap;
	}
	#dash_table .leftcontainer,
	#dash_table .rightcontainer {
		width: 100%;
	}
	#dash_graph img {
		width: 100%;
		margin: 10px 0px;
	}
	#dash_table p,
	#dash_table table.dash_table {
		width: 100% !important;
	}
	#dash_table table.dash_table {
		margin: 10px 0px;
	}
	#dash_table table.dash_table td {
		padding-right: 1px;
	}
	ul {
		padding: 0px 15px;
	}
	div.invalid_alert {
		width: auto;
	}
	div.hd .hd_img a img {
		width: 100%;
	}
	form.form {
		width: auto;
		padding-right: 0px;
	}
	.form div.label {
		width: auto;
	}
	.form div.formitem {
		display: flex;
		flex-wrap: wrap;
	}
	.form div.formitem .label {
		order: 1;
		flex-basis: 100%;
	}
	.form div.formitem .asterisk {
		order: 2;
		width: 9px;
	}
	.form div.formitem .field {
		order: 3;
		width: 100%;
		flex-basis: 92%;
	}
	.form div.formitem .field input,
	.form div.formitem .field textarea {
		width: 100%;
	}
	.form div.formitem .field input[type=checkbox] {
		width: auto;
	}
	.form div.formitem .field .tooltip {
		display: none;
	}
	div.formitem div.field, span.select-label {
		padding-left: 0px;
	}
	.form label[for=from] {
		display: block;
	}
	.form label[for=unsubscribe] {
		white-space: nowrap;
	}
	div.datatable span.dataitem {
		width: auto;
		white-space: normal;
	}
	div.column50percent {
		width: 100%;
	}
	div.site_map {
		padding-left: 0px;
	}
	.site_map ul {
		margin: 0;
		padding: 0;
	}
	.site_map_expanded li:before { 
		padding-left: 5px; 
	}
	div.rpt_container {
		width: 100%;
		min-width: 170px;
		margin: 10px 0px;
	}
	.rpt_container label {
		width: auto;
	}
}

@media only screen and (max-width: 1050px){
	div.content_container, div.sidebar_container {
		width: 100%;
		float: none;
	}
	form.form {
		width: auto;
	}
}

@media only screen and (max-width: 900px){
	div.hd .hd_logo {
		height: auto;
	}
	div.list::before {
		content: "•";
		padding-right: 8px;
		vertical-align: middle;
		font-weight: 100;
		padding-left: 1%;
	} 
}

@media only screen and (max-width: 700px){
	div.hd .hd_title .hd_state {
		font-size: 7vw;
	}
	div.hd .hd_title .hd_dir_name {
		font-size: 3vw;
	}
	div.home_welcome img {
		display: none;
	}
	div.home_welcome {
		height: 60vw;
		background-image: url(../../images/wi/home.jpg);
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
	div.home_content {
		flex-wrap: wrap;
	}
	div.home_content .block {
		flex-basis: 100%;
		max-width: unset;
		margin-bottom: 0;
		margin-top: 0px;
		gap: 0px;
	}
	div.home_content .block:not(:first-of-type) {
		margin-top: 0;
	}
	div.home_content .block > div {
		padding: 4vw 40px;
	}	
	div.home_content .links {
		background-size: cover;
	}
	div.ft .ft_contact,
	div.ft .ft_copy {
		display: none;
	}
	div.ft .ft_mobile {
		display: block;
	}
}

@media only screen and (max-width: 600px){
	div.hd {
		padding-top: 30px;
	}
	div.hd .hd_nav {
		text-align: center;
	}
	div.hd .hd_title .hd_state {
		font-size: 36px;
	}
	div.hd .hd_title .hd_dir_name {
		font-size: 16px;
		line-height: 16px;
	}
}

