/* 

IN styles 

*/

/* import base styles */
@import url('../../css/common/web.css');

/* import styles used for the menu */
@import url('../../css/common/menu.css');


:root {
	--primary-blue: #2A4D87;
	--secondary-blue: #1a4f8c;
} 

/* custom navigation styles from menu.css */
nav {
	position: relative;
	top: 0px;
}
.nav {
	text-align: center;
}
.nav a,
.nav a:visited,
.nav a:active {
	color: var(--secondary-blue);
}
.nav a:hover,
.nav a:focus {
	color: #fff;
}
.nav li {
	padding: 8px 0px;
}
.nav li a, .nav li a:hover {
	text-align: center;
	font-size: 13px;
	line-height: normal;
}
.nav .selected {
	background-color: #c1c8d5;
}
.nav_main {
	background-color: #fff;
	border: none;
	position: relative;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}
.nav_main li a:hover {
	background: var(--secondary-blue);
}
.nav_main li a, .nav_main li a:hover {
	padding: 0.2rem 0.75rem 0.4rem 0.75rem;
	border-radius: 5px;
}
.nav_user {
	background-color: #d7dae0;
}
.nav_user li {
	padding: 4px 0px;
}
.nav_user a:hover,
.nav_user a:focus {
	color: var(--secondary-blue);
}
.nav, .crumb, .timeout {
	word-spacing: normal;
}
.crumb {
	margin-top: 10px;
	width: 100%;
	padding-left: 5vw;
	padding-right: 5vw;
	box-sizing: border-box;
	max-width: 1600px;
	margin: 0 auto;
}
.crumb a {
	color: #3a4a61;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.6875rem;
}
.crumb li + li::before {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0.75rem;
	opacity: 1;
	content: "/";
	color: #cacaca;
}
.crumb li:first-of-type {
	padding-left: 0px;
}
.nav_main.sticky {
/*	transition: top 0.2s;*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	position: relative;
	z-index: 0;
	transform: translate3d(0,0,0);
}
@media only screen and (max-width: 800px){
	nav {
		position: relative;
		width: 100%;
	}
	nav[aria-label=nav1], nav[aria-label=nav2] {
		top: -115px;
	}
	nav[aria-label=crumb1] {
		top: -30px;
	}
	.nav_main .menu {
		background-color: var(--secondary-blue);
	}
	.nav_main li a, .nav_main li a:hover {
		border-radius: 0px;
	}
	.nav_main li:hover, .nav_main li a:hover {
		background: #efefef;
		color: var(--secondary-blue);
	}
	.nav.open li {
		border-bottom: 1px solid #d6d6d6;
	}
	.nav_main.sticky:not(.open) {
		box-shadow: none;
		z-index: 2;
	}
}
@media only screen and (max-width: 650px){
	.timeout {
		padding-left: 5px;
	}
}

/* custom employer dashboard styles from web.css */
.employer_dashboard {
	background: #3C5B8D;
}
.employer_dashboard .pg {
	background: var(--secondary-blue);
	padding-bottom: 50px;
}
.employer_dashboard h1, .employer_dashboard h1 ~ p {
	color: white;
}
.employer_dashboard .crumb {
	background: inherit;
}
.employer_dashboard .crumb a, .employer_dashboard .crumb a:visited, .employer_dashboard .crumb a:focus, .employer_dashboard .crumb a:active, .employer_dashboard .timeout {
	color: #fff;
}
.summary.dashboard {
	gap: 5px;
}
.summary.dashboard .dashboard_box {
	gap: 20px;
	background: white;
}
.summary.dashboard .dashboard_box .dash_subtitle {
	font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
	font-style: normal;
	padding: 0;
	border-bottom: 0;
}
/*

/* General */
* {
	font-size: 1rem; line-height: 1.5rem; font-weight: normal;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	width: 100%; 
	height: 100%;
}
div.pg {
	width:100%;
	min-height:100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
	font-style: normal;
	font-weight: 800;
	color: inherit;
	text-rendering: optimizeLegibility;
}	
h1 {
	font-size: 3rem; line-height: 2.75rem; font-weight: 800; color: var(--secondary-blue); margin-bottom: 0.5em;
}
h2 {
	font-size: 2rem; line-height: 2rem;
}
h3 {
	font-size: 1.4rem; line-height: 1.7rem; font-weight: 600;
}
h4 {
	font-size: 1.2rem; line-height: 1.5rem; font-weight: 600;
}
h5 {
	font-size: 1rem; line-height: 1.3rem; font-weight: 600;
}
p.center {
	text-align: center;
}
p.help-popup {
	width: 150px;
}
p.last {
	width: 150px;
	padding-bottom: 20px;
}
a {
	color: var(--secondary-blue);
	text-decoration: underline;
    word-break: break-word;
}
a:hover {
	color: var(--secondary-blue);
	text-decoration: underline;
	transition: color .2s ease-in-out;
}
.invalid_alert a:visited,
.invalid_alert a:hover {
	color: blue;
}
table {
	padding: 0;
	border-spacing: 0;
    border-collapse: collapse;
}
img {
	border: 0;
}
b {
	font-weight: 800;
}

/* Header */
div.hd {
	background: var(--secondary-blue);
	height: auto;
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	transition: none;
	max-width: none;
	overflow: visible;
	box-shadow: none !important;
	animation: none;
	box-sizing: border-box;
	padding: 2.875em 1.875em 1em 1.875em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
div.hd .hd_nav {
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.875em;
	line-height: 1.65em;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
div.hd .hd_nav .hd_logo_state {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding-left: 30px;
	color: #bebebe;
	font-size: 0.8rem;
}
div.hd .hd_nav .hd_logo_state .no_mobile {
	display: inline-block;
}
div.hd .hd_nav .hd_logo_state .mobile {
	display: none;
}
div.hd .hd_nav .hd_logo_state svg.in-gov-logo-svg path {
	fill: #bebebe;
	transition: fill 0.3s;
}
div.hd .hd_nav a {
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: #bebebe;
	font-size: .85em;
	cursor: pointer;
}
div.hd .hd_nav a:hover {
	text-decoration: none;
	color: #fff !important;
	transition: all .2s ease-in-out;
}
div.hd .hd_nav .fas {
	padding-right: 5px;
}
div.hd .hd_logo {
	background-color: transparent;
	margin-right: 1.5em;
}
div.hd .hd_logo img,
div.ft .hd_logo img {
	max-height: 30px;
	vertical-align: middle;
}
div.hd .hd_title {
	flex-grow: 1;
}
div.hd .hd_title a,
div.ft .hd_title a {
	font-size: 1.6rem;
	color: #fefefe;
	text-decoration: none;
	font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
	font-weight: 800;
}
div.hd .skipnav {
	position: absolute;
	top: -100px;
}

/* Footer */
div.ft {
	margin-top: 20px;
	padding-top: 40px;
	clear:both;
	background-color: var(--secondary-blue);
	color: #fff;
}
div.ft .hd_logo img {
	padding-left: 5vw;
	padding-right: 5vw;
	padding-bottom: 10px;
}
div.ft .hd_title {
	padding-left: 5vw;
	padding-right: 5vw;
	font-size: 1em;
	margin-bottom: 15px;
}
div.ft .ft_contact {
	padding-left: 5vw;
	padding-right: 5vw;
	font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}
div.ft .ft_copy {
	margin-top: 40px;
	background: black;
	padding: 10px 5vw;
	font-size: .7em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
div.ft .ft_copy a,
div.ft .ft_copy a:hover {
	color: #CC9933;
	text-decoration: underline;
}
div.ft .footer_links {
	background: black;
	font-size: 1rem;
	padding: 2rem;
	position: relative;
}
div.ft .footer_links::before {
	content: " ";
	background-image: url("../../images/in/footer_bg-flag.jpg");
	background-size: cover;
	background-position: left center;
	display: block;
	position: absolute;
	height: 100%;
	opacity: 0.1;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}
div.ft .footer_links .logo_in-seal img {
	height: auto;
	width: 200px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
div.ft .hd_logo {
	order: 1;
}
div.ft .hd_title {
	order: 2;
}
div.ft .ft_contact {
	order: 3;
}
div.ft .ft_copy {
	order: 4;
}
div.ft .footer_links {
	order: 5;
}

/* Content Frame */
.ctpad {
	width: 100%;
	padding-left: 5vw;
	padding-right: 5vw;
	box-sizing: border-box;
	max-width: 1600px;
	margin: 0 auto;
}
.content_container {
	display: inline-block;
	max-width: 1600px;
	box-sizing: border-box;
}

/* Site Map */
div.site_map {
	padding-left: 40px;
}
.site_map ul {
	list-style: none;
}

.site_map li:before { color: var(--secondary-blue);  margin: 5px;  content: '\25CF'; } /* Cricle */
.site_map_expanded li:before { color: var(--secondary-blue); font-size: 75%; margin: 5px; content: '\25BA'; } /* Triangle Pointing Right */
.site_map li { 
	padding: 2px 0px;
}

/* Invalid alert */
div.invalid_alert {
	width:40%; 
	margin: 30px 15px 15px 15px; 
	border:1pt solid #000; 
	background-color: #fff5a0; 
	padding: 8px;
}

/* Home Content */
div.homestuff {
	height: 100%;
	width: 100%;
}
div.homestuff .home_welcome img {
	width: 100%;
	border: 0px solid;
}
.home_welcome {
	position: relative;
	width: 100%;
}
.home_welcome * {
	box-sizing: border-box;
}
.home_welcome .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 5px);
	background: transparent;
/*	z-index: 2;*/
	display: flex;
	align-items: center;
	padding: 2rem;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
.home_welcome .overlay a {
	text-decoration: none;
}
.home_welcome .overlay a:hover {
	text-decoration: underline;
}
.home_welcome .overlay h1 {
	color: #fefefe;
	flex: none;
	font-size: 3rem;
	font-weight: 900;
	margin: 0 0 0.75rem 0;
	padding-bottom: 0.5rem;
	text-align: left;
	line-height: 3rem;
	text-align: left;
	text-shadow: 0px 3px 5px rgba(10,10,10,0.55);
}
.home_welcome .overlay ul {
	padding-left: 0px;
}
.home_welcome .overlay ul::before {
	background-color: #184A8C;
	content: "";
	display: block;
	max-width: 5rem;
	top: -0.75rem;
	position: relative;
	padding: 0.25rem;
}
.home_welcome .overlay ul#subpage-breadcrumbs, .home_welcome .overlay ul#subpage-breadcrumbs li, .home_welcome .overlay ul#subpage-breadcrumbs li a {
	color: #fefefe;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
}
.home_welcome .overlay ul#subpage-breadcrumbs {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-top: 0.5rem;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.home_welcome .overlay ul#subpage-breadcrumbs li:first-child {
	padding-left: 0;
}
.home_welcome .overlay ul#subpage-breadcrumbs li {
	padding-left: 0.75rem;
	display: inline;
}
.home_welcome .overlay ul#subpage-breadcrumbs li:first-child span {
	padding-right: 0.5rem;
}
.home_welcome .overlay ul#subpage-breadcrumbs li span {
	padding-right: 0.75rem;
}
div.homestuff .ctpad {
	margin: 0 auto;
}
.home_content.content_container {
	display: flex;
	max-width: 1600px;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	margin: 0 auto;
	gap: 80px;
}
.home_content > div {
	background: white;
	border-radius: 10px;
}
.home_content .why,
.home_content .updates {
	flex-basis: 40%;
}
.home_content .links {
	flex-basis: 20%;
}
.home_content h1 {
	color: var(--secondary-blue);
	font-size: 2rem;
}
.home_content h2 {
	font-size: 1.5rem;
	margin-top: 2rem;
}
.home_content li {
	margin: 20px 0px;
}

/*Login*/
.login_container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.login_container .login_form {
	flex-grow: 1;
	flex-basis: 40%;
	min-width: 350px;
}
.login_container .updates {
	flex-grow: 1;
}
.login_container .form {
	width: auto;
}
.login_container .form div.label {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	display: block;
	width: auto;
	float: none;
}
.login_container div.formitem div.field {
	padding-left: 0px;
}
/* Fade */
.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;}
}

/* Content */
div.updates {
	display: inline-block;
	vertical-align: top;
	width: 38%;
	padding-right: 22px;
}
div.faq {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: auto;
}
div.datatable span.dataitem {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	padding-bottom: 10px;
}
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;
}

/* 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;
	white-space: nowrap;	
}
.login_container div.formitem {
	white-space: normal;
}
.form div.label {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	float:right;
	width: 350px;
}
.asterisk{
	vertical-align: top;
	width: 9px;
	display: inline-block;
}
.form select[name$=country]{
	max-width: 243px;
}
.form select{
	max-width: 243px;
}
div.formitem div.field {
	padding-left: 9.19px;
}
span.select-label {
	white-space: initial;
	padding-right: 4px;
}
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;
}
.form div.field {
	display: inline-block;
}
.form div.field small {
	padding-top: 2px;
	font-size: 8pt;
}
.formitem .datalist_select {
	display: flex; 
	flex-direction: row; 
	justify-items: flex-start; 
	align-items: flex-start;
	flex-wrap: nowrap;
}
.formitem .datalist_select select {
	max-width: 500px;
	overflow: scroll;
}
.formitem .datalist_select .tooltip {
	top: 20px;
}
div.buttons input[type=button],
.form div.buttons input[type=submit],
.form div.buttons input[type=reset],
.inputButton,
a.button {
	background-color: var(--secondary-blue);
	color: #fefefe;
	border-radius: 3rem;
	margin-bottom: auto;
	width: fit-content;
	padding: 1rem 3rem;
	font-weight: 600;
	border: solid 1px #fefefe;
	transition: all 0.2s;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin: .1rem 0;
	font-family: inherit;
	font-size: 0.9rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
div.buttons input[type=button],
.form div.buttons input[type=submit],
.form div.buttons input[type=reset] {
	padding: 9px 22px 10px 22px;
}
button {
	padding: 10px 22px 10px 22px !important;
}
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: #d5d5d5;
	color: var(--secondary-blue);
	border: solid 1px var(--secondary-blue);
}
@media all and (max-width: 30em){
	a.button {
	display: block;
	}
} 
div.buttons input[type=file]{
	margin-left: 10px; 
	margin-bottom: 8px; 
	max-width: 220px;
}
div.buttons span.button {
	border: 1px solid var(--secondary-blue);
    display: inline-block;
    padding: 0.28em .6em;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: var(--secondary-blue);
    text-align: center;
    transition: all 0.2s;
    width: inherit;
    height: inherit;
    clip: inherit;
    left: 21px;
}
div.buttons span.button:hover {
	cursor:pointer;
} 
/* Add report */
.add_report {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.add_report .add_report_employee {
	order: 1;
}
.add_report .add_report_employer {
	order: 2;
}
@media only screen and (max-width: 1200px) {
	.add_report {
		flex-wrap: wrap;
	}
	.add_report .add_report_employee {
		order: 2;
	}
	.add_report .add_report_employer {
		order: 1;
	}
}
/* Edit new hire report */
.edit_report form.form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	gap: 40px;
}
.edit_report form.form > div {
	min-width: 550px;
	max-width: 600px;
}
.edit_report form.form > div div.label {
	width: 100px;
	white-space: normal;
}
.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;
}

div.table_fill > table.dash_table {
	width: 100%;
}

table.dash_table th {
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	padding: 0px;
	text-align: left;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: white;
	background-color: #717171;
	color: #FFF;
}

table.dash_table td2{
	font-size: 8pt;
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: white;
	background-color: #888;
}

table.dash_table td {
	font-size: 8pt;
}

table.dash_table_nested td {
	font-size: 8pt;
}

table.dash_table_nested2 {
	border-width: 0px;
	border-spacing: 0px;
}

table.dash_table_nested2 th {
    font-size: 8pt;
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #888;
	color: #FFF;
}

table.dash_table_nested2 td {
    font-size: 8pt;
    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;
   font-size:13px;
}

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-size:13px;
 font-weight:bold;
}
   
.dash_table td {color:#555555;}

.dash_container {min-height: 100%; max-height: 150%;}

.leftcontainer {float:left; display:inline; width:50%;}

.rightcontainer{float:right; 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_container.layout div {
	width:90%; 
	margin-left: auto; 
	margin-right: auto;
}
.table_container.layout table {
	border: 2px solid black;
	font-size: X-Small;
	width: 100%;
	border-collapse: collapse;
}
.table_container.layout table td, 
.table_container.layout table th {
	padding: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
.table_container.layout table tr:nth-of-type(odd) {
	background-color: #E0E0E0;
}
.table_container.layout table tr td:nth-child(1) {
	width: 18%;
}
.table_container.layout table tr td:nth-child(n+2):nth-child(-n+6){ 
	width: 8%;
}
.table_container.layout table tr td:nth-child(7) {
	width: 42%;
}
table.tbl {
	width: 100%;
}
.tbl th, .tbl th a {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #717171;
	font-size: 10pt;
	vertical-align: top;
	line-height: normal;
}
.tbl tr:nth-of-type(even) {
	background-color: #eee;
}
.tbl tr:hover {
	background-color: #feffe6;
}
.tbl td {
	font-size: 10pt;
	vertical-align: top;
}
table.rpt_table_container {
	width: 70%;
	height: 110%;
}
.rpt_table_container td {
	vertical-align: top;
}
.rpt_table_container table td {
	vertical-align: middle;
}
.rpt_table_container div {
	font-weight: bold;
	font-size: 12pt;	
	padding: 10px;
	margin: 15px 10px 15px 10px;
	border: 1pt solid #000;
	background-color: #eeeeee;
	height: 115px;
}

.rpt_container div.formitem {
	clear: both;
	padding: 2px 0px 2px 0px;
}
.rpt_container label {
	display: inline-block;
	font-weight: bold;
	font-size: 10pt;
	width: 137px;
		
}

/* 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-weight: bold;
	font-size: 10pt;
	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;
}

div.resources a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 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%;
}

.outer_file-layout-table th,
.outer_file-layout-table tr,
.outer_file-layout-table td{
	padding: 4px;
	border: solid grey 1px;
}
.outer_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;
}


/* 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;
}

/* Report Terminations */
.term_msg_txt {
	font-weight: bold; 
	margin-bottom: 0;
}

.term_msg_txt > span {
	color: red;
}

/* 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: -16px;
    left: 8px;
    opacity: 0;
    transition: opacity 0.5s;
    color: #385D6B;
    line-height: 1.1em;
}
/*
Tooltip:

Tooltip postioning can be defined with "left" or "margin-left" attributes or any others 
combination as needed. Items can be selected by the page to apply to all tooltips on the page 
or indvidually by input name through a combination of its name and the page classes. 

To force these elements to overide any thing set in newhire_label_toggle.js use the 
!important option or manipulate the postion using CSS that is not defined in the Style attribute.

Note: to maintain compatablity newhire_label_toggle.js still contains its default configrations
for tooltip postioning.
*/
div.tooltip .page-sb_view_reports, 
div.tooltip .page-view_reports{
    left: 40px;
}

div.tooltip span.page-update_contact.input-phone {
	margin-left: 5px;
}

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;
}

/* Media Viewport Def */

@media only screen and (max-width: 1050px){
	div.content_container, div.sidebar_container {
		width: 100%;
	}
	form.form {
		width: auto;
	}
}
@media only screen and (max-width: 1000px){
	.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 .leftcontainer,
	#dash_table .rightcontainer {
		float: none;
		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;
		white-space: initial;
	}
	.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,
	.form div.formitem .field select {
		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;
	}
	.formitem .datalist_select {
		flex-wrap: wrap;
	}
	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: 800px){
	div.hd .hd_logo {
		height: auto;
		position: relative;
		top: 20px;
		margin-right: 0px;
	}
	div.hd .hd_title {
		font-size: 2vw;
	}
	.home_content {
		flex-wrap: wrap;
	}
	.home_content > div {
		flex-basis: 100% !important;
	}
	div.list::before {
		content: "•";
		padding-right: 8px;
		vertical-align: middle;
		font-weight: 100;
		padding-left: 1%;
	} 
}

@media only screen and (max-width: 800px){
	div.hd {
		flex-wrap: wrap;
		justify-content: center;
	}
	div.hd > div {
		flex-basis: 100%;
		text-align: center;
	}
	div.hd .hd_nav .hd_logo_state {
		padding-left: 10px;
	}
	div.hd .hd_nav .hd_logo_state .no_mobile {
		display: none;
	}
	div.hd .hd_nav .hd_logo_state .mobile {
		display: inline-block;
	}
	div.hd .hd_nav a {
		padding-left: 20px;
		padding-right: 20px;
	}
	div.hd .hd_title {
		font-size: 1.1rem;
		margin-top: 25px;
		margin-bottom: 5px;
	}
	.home_content h1 {
		font-size: 1.75rem;
	}
	div.ft .ft_copy {
		order: 5;
		justify-content: center;
		flex-wrap: wrap;
	}
	div.ft .ft_copy > div {
		flex-basis: 100%;
		text-align: center;
	}
	div.ft .footer_links {
		order: 4;
	}
	div.ft .footer_links .logo_in-seal img {
		margin-top: 0px;
	}
	.homestuff {
		position: relative;
		top: -30px;
	}
}

@media only screen and (max-width: 600px){
	div.hd .hd_nav {
		text-align: center;
	}
	div.hd .hd_nav .hd_logo_state .mobile {
		display: none;
	}
	div.ft .ft_copy .separator {
		display: none;
	}
	div.ft .ft_copy .credit {
		display: block;
	}
	.home_welcome .overlay h1 {
		font-size: 1.2rem;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	div.homestuff .home_welcome img {
		width: 160%;
	}
	.login_container {
		flex-wrap: wrap;
	}
}

/* Lump Sum Container */
#lumpsum_container {
	width: 100%; 
	box-sizing: border-box; 
	border: 0;
}

