/* 

MN styles 

*/

/* import base styles */
@import url('../../css/common/web.css');

/* import styles used for the menu */
@import url('../../css/common/menu.css');

:root {
	--state-blue: #003865;
	--state-green: #78be21;
	--state-dark-gray: #303030;
	--state-gray-blue: rgba(0,56,101,0.8);
	--state-light-blue: #9bcbeb;
	--state-bright-blue: #0059a3;
	--state-med-blue: #00649e;
	--state-light-gray: #d9d9d9;
	--state-link-color: #0062b2;
	--state-link-hover: var(--state-bright-blue);
	--nav-main: var(--state-blue);
	--nav-main-hover: var(--state-med-blue);
	--nav-main-border: 1px solid var(--state-light-blue);
} 

.nav * {
	font-size: 1.06em;
	font-weight: 300;
}
/* navigation: colors */
.nav_main {
	background-color: var(--nav-main);
	border-top: var(--nav-main-border);
	border-bottom: var(--nav-main-border);
}
.nav a,
.nav a:visited,
.nav a:active {
	color: #ffffff;
	padding: 6px 10px 10px !important;
}
.nav a:hover,
.nav a:focus {
	color: #ffffff;
	background: var(--nav-main-hover);
}
.nav li a {
}
.nav_user {
	background-color: #434343;
}
.nav.open li {
	border-bottom: 1px solid var(--state-med-blue);
}
.nav.open li:first-of-type {
	border-top: 1px solid #ffffff;
}
.nav_user.open li {
	border-bottom: 1px solid var(--state-med-blue);
}
.crumb {
	background: transparent;
}
.crumb ul, .crumb li:first-of-type {
	padding-left: 0px !important;
}

/* General */
* {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 150%;
}
html, body {
	width: 100%; 
	height: 100%;
	background: #fff;
}

div.pg {
	width:100%;
	min-height:100%;
}
body {
	margin: 0px;
}
h1, h2, h3 {
	padding: 0px;
	margin-bottom: 11px;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-weight: normal;
}
h1 {
	font-size: 40px;
	border-bottom: 1px solid var(--state-green);
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
p.center {
	text-align: center;
}
p.help-popup {
	width: 150px;
}
p.last {
	width: 150px;
	padding-bottom: 20px;
}
a {
	color: var(--state-link-color);
	overflow-wrap: break-word;
}
a:hover {
	color: var(--state-link-hover);
}
.invalid_alert a:visited,
.invalid_alert a:hover {
	color: blue !important;
}
table{
	padding: 0;
	border-spacing: 0;
    border-collapse: collapse;
}
img{
	border: 0;
}
@media all and (max-width: 30em){
	a.button {
	display: block;
	margin: 0.2em auto;
	}
} 

/* Contained elements, horizontally centered on page */
.nav ul {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.crumb,
div.hd,
div.ft,
.ctpad {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
}
div.hd,
div.ft,
.crumb {
	padding-left: 30px;
	padding-right: 5vw;
}
.ctpad {
	padding-left: 5vw;
	padding-right: 5vw;
}

/* Header */
div.hd_container {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003865+0,00649e+67,9bcbeb+100 */
	background: linear-gradient(to right,  #003865 0%,#00649e 67%,#9bcbeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div.hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
div.hd * {
	box-sizing: border-box;
	line-height: normal;
}
div.hd .hd_img {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	max-width: 400px;
	min-width: 300px;
	padding-top: 20px;
	padding-bottom: 25px;
}
div.hd .hd_img img {
	width: 100%;
}
div.hd .hd_img a {
	display: flex; /* removes whitespaces */
}
div.hd .hd_buttons {
	align-self: flex-end;
	text-align: right;
}
div.hd .hd_button {
	display: inline-block;
	background: var(--nav-main);
	border-top: var(--nav-main-border);
	border-left: var(--nav-main-border);
	border-right: var(--nav-main-border);
	width: 100px;
	text-align: center;
	padding: 2px 0px 6px 0px;
}
div.hd .hd_button:hover {
	background: var(--nav-main-hover);
}
div.hd .hd_button a {
	position: relative;
	color: white;
	text-decoration: none;
	font-size: 0.75em;
}
div.hd .skipnav {
	position: absolute;
	top: -100px;
}

/* Footer */
div.ft_container {
	clear:both;
	background: var(--state-dark-gray);
	border-top: 10px solid var(--state-green);
}
div.ft {
	color: #fff;
	padding: 20px 8vw 20px 5vw;
	text-align: left;
	line-height: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
div.ft_contact {

}
div.ft_title {
	border-bottom: 1px solid var(--state-green);
	padding-left: 10px;
	padding-right: 100px;
	margin-bottom: 5px;
}
div.ft_address {
	padding-left: 10px;
	font-size: 0.8em;
}
div.ft a {
	color: white;
}
div.ft a:hover {
	color: var(--state-light-gray);
}
div.ft_logo img {
	width: 80px;
	height: auto;
	margin: 50px auto 20px auto;
	display: block;
}
div.ft_copy {
	text-align: center;
	flex-basis: 100%;
	font-size: 0.8em;
}

/* Content Frame */
.ctpad {
	padding-bottom: 50px;
}
.ctpad h1 {
	padding-top: 30px;
}

/* Site Map */
div.site_map {
	padding-left: 40px;
}
.site_map ul {
	list-style: none;
}

.site_map li:before { color: #0B7B93;  margin: 5px;  content: '\25CF'; } /* Cricle */
.site_map_expanded li:before { color: #0B7B93; font-size: 75%; margin: 5px; content: '\25BA'; } /* Triangle Pointing Right */
.site_map li { 
	padding: 2px 0px;
}

div.nav2 {
	padding-top: 10px;
}
/* Invalid alert */
div.invalid_alert {
	margin:15px; 
	border:1pt solid #000; 
	background-color: #ffdc52; 
	padding: 8px;
}

/* Home Content */
div.homestuff {
	height: 100%;
	width: 100%;
}
div.home_welcome {
	background-image: url(../../images/mn/home.jpg);
    background-repeat: no-repeat;
    background-position: 0px -100px;
    background-size: cover;
    height: 35vw;
}
.home_content h1 {
	margin-top: 0px;
	white-space: nowrap;
}
.home_content h2 {
	border-bottom: 1px solid var(--state-green);
}
.home_content {
	display: flex;
	gap: 50px;
}
.home_content .why, .home_content .updates {
	width: 100%;
}
.home_content .links {
	min-width: 245px;
}
.home_content .updates, .home_content .links {
	padding-top: 17px;
}
.home_content .links ul {
	list-style-type: none;
	padding-left: 0px;
}
.home_content .links li {
	padding-bottom: 10px;
}

/* Content */
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.datatable span.dataitem:nth-of-type(2n) {
	width: auto;
}
div.column50percent {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: 45%;
}
div.column50percent div.resource{
	margin-top: 13px;
	overflow-wrap: break-word;
}
div.column50percent div.resource h3{
	margin: 0;
}


/* Forms */
form.form {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	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;
	min-width: 200px;
}
.asterisk{
	vertical-align: top;
	width: 9px;
	display: inline-block;
}
.form select{
	max-width: 243px;
}
fieldset.column .label {
	width: 0px;
	min-width: 0px;
}
fieldset.column .formitem {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
span.select-label{
	white-space: initial;
}

div.formitem .asterisk + div.label + div.field,
div.formitem .asterisk + span.select-label{
	padding-left: 0px;
}
.formitem > span.select-label + div.label{
	width:0px;
}

.form div.field {
	display: inline-block;
	width: 85%;
}
.form div.field small {
	padding-top: 2px;
	font-size: 8pt;
}
div.buttons {
	padding: 15px 0px 15px 0px;
}
input[type=button],
input[type=submit],
input[type=reset],
.inputButton,
a.button {
	border: 1px solid var(--state-blue);
	background-color: var(--state-blue);
	display: inline-block;
	padding: 0.3em 1.2em;
	margin: 0.05em 0.3em 0.3em 0;
	text-decoration: none;
	font-family:'Arial',sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.2s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.inputButton:hover,
a.button:hover {
	background-color: var(--state-bright-blue);
	cursor:pointer;
	box-shadow: 0px 2px 15px rgba(33, 115, 150, 0.35);
}
div.buttons input[type=file]{
	margin-left: 10px; 
	margin-bottom: 8px; 
	max-width: 220px;
}
div.buttons span.button {
	border: 1px solid #BE540E;
    display: inline-block;
    padding: 0.28em .6em;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Arial',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #BE540E;
    text-align: center;
    transition: all 0.2s;
    width: inherit;
    height: inherit;
    clip: inherit;
    left: 37px;
}

div.buttons span.button:hover {
	background-color: #0B7B93;
	cursor:pointer;
} 

/* Edit new hire report */
.edit_report form.form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.edit_report form.form > div {
	min-width: 550px;
}
.edit_report .buttons {
	flex-basis: 100%;
	min-width: 100% !important;
}
.edit_report h2 {
	margin-top: 20px;
}
@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: 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.tbl {
	width: 100%;
}
.tbl th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #717171;
	font-size: 10pt;
}
.tbl th a {
	color: #fff;
}
.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;
		
}
.ctpad .tbl {
	width: 100%;
	margin-bottom: 20px;
}
.ctpad .tbl th {
	background-color: #E0E0E0;
	border: 1px solid black;
	font-weight: bold;
	font-size: initial;
	color: black;
	padding: 4px 6px;
	text-align: center;
}
.ctpad .tbl tr:nth-of-type(even) {
	background-color: #eee;
}
.ctpad .tbl tr:hover {
	background-color: #feffe6;
}
.ctpad .tbl td {
	font-size: initial;
	vertical-align: top;
	padding: 4px 6px;
	border: 1px solid black;
}
.ctpad .tbl td.right {
	text-align: right;
}
.ctpad .tbl td.center {
	text-align: center;
}

/* Dashboard */
div.dash_container {
	display: inline-block;
	width: 30%;
	min-width: 335px;
	vertical-align: top;
}
/* Employer Dashboard */
div.pg.employer_dashboard {
	background: var(--state-blue);
}
div.pg.employer_dashboard .crumb,
div.pg.employer_dashboard .crumb a,
div.pg.employer_dashboard .timeout {
	color: #c1c1c1;
}
div.pg.employer_dashboard h1,
div.pg.employer_dashboard p {
	color: white;
}
div.pg.employer_dashboard .dashboard_box p {
	color: black;
}
div.pg.employer_dashboard .dashboard_box {
	background: white;
}
div.pg.employer_dashboard .dash_description {
	color: initial;
}
div.pg.employer_dashboard .summary.dashboard {
	gap: 20px;
	padding-top: 20px;
}

/* Report form container */
div.rpt_list {
	display: flex;
	flex-wrap: wrap;
}
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;
}

/* Login */
.login_container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 100px;
}
.login_container .updates {
	padding-top: 50px;
}

/* 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;
}


/* 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;
}
	
/*
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 anything 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.
*/
.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;
  padding: 0px!important; 
}
.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;
    color: #385D6B;
}
div.tooltip .page-sb_view_reports, 
div.tooltip .page-view_reports{
    left: 40px;
}

div.tooltip .page-sb_view_reports.input-employee_ssn.lang-es, 
div.tooltip .page-view_reports.input-employee_ssn.lang-es{
    left: 70px;
	overflow: overlay;
    white-space: nowrap;
    position: relative;
    top: -1px;
}
div.tooltip	.page-sb_add_edit_users,
div.tooltip	.page-sb_register,
div.tooltip	.page-sb_update_contact,
div.tooltip	.page-sb_update_employer,
div.tooltip	.page-add_edit_users,
div.tooltip	.page-update_contact,
div.tooltip	.page-update_employer,
div.tooltip .page-edit_report,
div.tooltip .page-sb_edit_report,
div.tooltip .page-report,
div.tooltip .page-sb_report{
	overflow: overlay;
    white-space: nowrap;
    position: relative;
    top: -1px;
}
div.tooltip	.page-sb_add_edit_users.input-phone,
div.tooltip	.page-sb_update_contact.input-phone,
div.tooltip	.page-add_edit_users.input-phone,
div.tooltip .page-update_contact.input-phone,
div.tooltip .page-sb_update_employer.input-zip,
div.tooltip	.page-sb_register.input-zip,
div.tooltip .page-update_employer.input-zip,
div.tooltip .page-edit_report.input-employee_zip,
div.tooltip .page-sb_edit_report.input-employee_zip,
div.tooltip .page-sb_report.input-employee_zip,
div.tooltip .page-report.input-employee_zip {
	position: absolute;
	top: -15px;
	left: 90px!important;
}

div.tooltip span.page-update_contact.input-phone {
	margin-left: 5px;
}
div.tooltip span.page-register.input-zip {
	left: 90px;
}

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: 1000px){
	.ctpad {
		padding-right: unset;
		padding-left: unset;
		margin: auto 30px;
		width: unset;
	}
	div.home_welcome {
		background-position: 0px -9vw;	
	}
	.home_content,
	.login_container  {
		flex-wrap: wrap;
		gap: 0px;
	}
	.home_content h1 {
		white-space: wrap;
	}
	div.hd .hd_button {
		width: 70px;
		padding: 0px 0px 4px 0px;
		font-size: 0.8em;
	}
	div.ft {
		justify-content: center;
	}
}
@media only screen and (max-width: 599px){
	.tooltip {
	 	display: none;
	}
	button, 
	input[type="button"], 
	input[type="submit"], 
	input[type="reset"], 
	span.button,
	a.button 
	.inputButton {
		white-space: normal;
	}
	div.datatable span.dataitem:nth-of-type(2n) {
		width: 150px;
	}
}
@media only screen and (max-width: 320px){
	div.home_welcome {
		height: 130px;
	}
	.site_map a {
		display: contents;
	}
	.form div.formitem .field input, .form div.formitem .field textarea, .form div.formitem .field select[name=problem_type] {
    	max-width: 85%;
    	overflow: hidden;
    }
    .scale {
    	max-width: 25%!important;
    	overflow: hidden;
    }
}
@media only screen and (max-width: 376px){
	.tooltiptext { display: none }
	.tooltiptext_view { display: none }
	
	div.home_welcome {
		height: 150px;
	}
	 div.hd .hd_buttons {
		align-self: flex-end;
		text-align: right;
		position: absolute;
		right: 20px;
	}
	.form select,
	.form input[type=text] {
	    max-width: 243px;
	    width: 90%;
	}
}

@media only screen and (min-width: 377px) and (max-width: 410px){
	 div.hd .hd_buttons {
		align-self: flex-end;
		text-align: right;
		position: absolute;
		right: 20px;
	}
	div.home_welcome {
		height: 200px;
	}
}

@media only screen and (min-width: 411px) and (max-width: 767px){
	div.home_welcome {
		height: 250px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 800px){
	div.home_welcome {
		height: 300px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1120px){
	div.home_welcome {
		height: 350px;
	}
}
@media only screen and (max-width: 800px){
	.form div.formitem .field input, .form div.formitem .field textarea, .form div.formitem .field select[name=problem_type] {
    	overflow: hidden;
    }
    .scale {
    	max-width: 27%!important;
    	overflow: hidden;
	}
	.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%;
	}
	.home_content .why,
	.home_content .updates, 
	.home_content .links {
		width: 100%;
		padding-bottom: 50px;
	}
	div.ft {
		padding: 20px 20px 0px 20px;
	} 
	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;
	}
	.form div.formitem .field {
		order: 3;
		width: 100%;
		flex-basis: 92%;
	}
	.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.site_map {
		padding-left: 0px;
	}
	.site_map ul {
		margin: 0;
		padding: 0;
	}
	.site_map_expanded li:before { 
		padding-left: 5px; 
	}
	div.rpt_container {
		width: 90%;
		min-width: 170px;
		margin: 10px 0px;
	}
	.rpt_container label {
		width: auto;
	}
	
	div.list::before {
		content: "â€¢";
	    padding-right: 8px;
	    vertical-align: middle;
	    font-weight: 100;
	    padding-left: 1%;
	} 
	
	div.img_txt {
		float: left;
	}
}

/* Lump Sum Container */
#lumpsum_container {
	width: 100%; 
	box-sizing: border-box; 
	border: 0;
}

/* Notice Link Opens New Window */
*[lang=es] a[target=_blank]:after { 
	content : ' (abre en nueva ventana)'; 
}
