/* 

NC styles 

*/

/* import base styles */
@import url('../../css/common/web.css');

/* import styles used for the menu */
@import url('../../css/common/menu.css');

/* NC Menu Style Ovrrides */
.nav .selected {
    background-color: #606060;
    padding: 8px;
    line-height: 25pt;
    height: 50px;
}

.nav .sub_menu.selected {
    display: block;
    height: 34px;
    padding: 0px;
}

.nav li a, .nav li a:hover {
    display: inline-block;
    padding: 0px;
    text-decoration: none;
}

/* General */

@font-face{
    font-family:'icomoon';
    src:url("fonts/icomoon.eot?ks3n0i");
    src:url("fonts/icomoon.eot?ks3n0i#iefix") format("embedded-opentype"),url("fonts/icomoon.ttf?ks3n0i") format("truetype"),url("fonts/icomoon.woff?ks3n0i") format("woff"),url("fonts/icomoon.svg?ks3n0i#icomoon") format("svg");
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'TransportNew';
    src:url("webfonts/TransportNewLight_gdi.eot");
    src:url("webfonts/TransportNewLight_gdi.eot?#iefix") format("embedded-opentype"),url("webfonts/TransportNewLight_gdi.woff") format("woff"),url("webfonts/TransportNewLight_gdi.ttf") format("truetype"),url("webfonts/TransportNewLight_gdi.otf") format("opentype"),url("webfonts/TransportNewLight_gdi.svg#TransportNewLight") format("svg");
    font-weight:normal
}
@font-face{
    font-family:'TransportNew';
    src:url("webfonts/TransportNewMedium_gdi.eot");
    src:url("webfonts/TransportNewMedium_gdi.eot?#iefix") format("embedded-opentype"),url("webfonts/TransportNewMedium_gdi.woff") format("woff"),url("webfonts/TransportNewMedium_gdi.ttf") format("truetype"),url("webfonts/TransportNewMedium_gdi.otf") format("opentype"),url("webfonts/TransportNewMedium_gdi.svg#TransportNewMedium") format("svg");
    font-weight:bold
}
@font-face{
    font-family:'TransportNew';
    src:url("webfonts/TransportNewHeavy_gdi.eot");
    src:url("webfonts/TransportNewHeavy_gdi.eot?#iefix") format("embedded-opentype"),url("webfonts/TransportNewHeavy_gdi.woff") format("woff"),url("webfonts/TransportNewHeavy_gdi.ttf") format("truetype"),url("webfonts/TransportNewHeavy_gdi.otf") format("opentype"),url("webfonts/TransportNewHeavy_gdi.svg#TransportNewHeavy") format("svg");
    font-weight:600
}

/* NC classes from state stylesheets */
.scrollmagic-pin-spacer {
	z-index: 9999;
}
.enterprise-nav .visuallyhidden {
	background-color: #092940;
	color: white;	
}
@media screen and (max-width: 1023px) {
  .topical-nav ul li.home a {
	background-image: url('../../images/nc/newhire_logo.png');
	background-size: auto 50%;
	background-position-x: 20px;
  }
  .mobile-nav div img,
  .mobile-nav div svg {
	display: none;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-nav div {
	width: 500px;
	height: auto;
	max-height: 120px;
	top: 1.25rem !important;
  }
  .mobile-nav div img {
	max-width: 100%;
	max-height: 100%;
  }
  .mobile-nav div svg {
	display: block;
	max-height: 100%;
	height: auto;
  }
  .mobile-nav div a,
  .mobile-nav h1 a {
	background-image: none;
	height: 120px;
	width: auto;
	text-align: left;
  }
  .mobile-nav .site-title-mobile {
	display: none;
  }
  .menu-container {
	padding-top: 160px;
  }
  .enterprise-nav {
	height: 160px;
  }
  .enterprise-nav ul li a {
	line-height: 150px;
  }
  .header-container .alert-widget {
	top: 20px;
  }
  .header-search {
	top: 30px;
  }
  .enterprise-nav ul li:last-child {
	margin-right: 70px;
  }
}
@media screen and (min-width: 768px) {
	.contents-less .enterprise-nav {
		bottom: auto; 
	}
}
@media screen and (max-width: 768px) {
	.contents-less .enterprise-nav {
		position: relative;  
	}
}
@media screen and (max-width: 420px) {
	.enterprise-nav ul li {
		width: 100%;
		text-align: center;
	}
}
@media print {
  .enterprise-core-dark .mobile-nav div a {
	background: none !important;
  }
}

/* nohead, for printed versions */

.nohead h1 {
	height: 0.625rem;
}

.nohead h1:after {
	height: 5px;
}

.nohead table th, .nohead table td {
	padding: 3px !important;
}

@media print {
	.noPrint {
		display: none;
	}
}

a {
	word-break: break-word;
}

/* Footer */
.footer-container .enterprise {
	color: #fff;
	font-size: .72rem;
}
.footer-container .brand img {
	height: initial !important;
	width: 22rem !important;
	padding-bottom: 4px;
}

/* Site Map */
div.site_map {
	padding-left: 40px;
}
.site_map ul {
	list-style: none;
}
.site_map li:before { color: blue;  margin: 5px;  content: '\25CF'; } /* Cricle */
.site_map_expanded li:before { color: blue; font-size: 75%; margin: 5px; content: '\25BA'; } /* Triangle Pointing Right */

@media screen and (max-width: 420px) {
	div.site_map {
		padding-left: 0px;
	}
}

/* Bread Crumb */
.breadcrumbs {
	display: none;
}
@media screen and (max-width: 800px) {
	.breadcrumbs {
		line-height: unset;
	}
}
.crumb {
	padding: 1.5rem .9375rem;
}
.crumb ul {
	display: inline;
	font-size: .875rem;
  	list-style: none!important;
  	padding-left: 0;
}
.crumb li {
	display: inline;
}
.crumb li+li:before {
	padding-right: 10px;
	padding-left: 10px;
	content: "\00BB";
}

/* Navigation */
div.nav {
	background-color:#397aac;
	background-image:url("../../images/nc/bg_gradient.jpg");
	background-size:cover;
	background-position:center;
	position: relative;
}
.nav ul {
	padding: 0px;
	margin: 0px;
}
.nav li {
    display: inline-block;
    white-space: nowrap;
    padding: 2px 30px;
	font-size: 10pt;
	line-height: 25pt;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    transition: all .15s ease-in-out;
}
@media screen and (min-width: 1024px){
	.nav ul {
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}
	.nav li {
		display: inline;
		padding: 0px 10px;
		border: none;
		transition: all .15s ease-in-out;
	}
}
.nav a,
.nav a:visited,
.nav a:active {
	color: #fff;
	text-decoration: none;
}
.nav a:hover,
.nav a:focus {
	text-decoration: underline;
}

/* Invalid alert */
div.invalid_alert {
	width:40%; 
	margin:15px; 
	border:1pt solid #000; 
	background-color: #489cf1; 
	padding: 8px;
}

div.alert-box .message li {
	margin-top: 0px;
}

/* Content */
h1::after {
	content: "";
	display: block;
	background-color: #588023;
	height: 10px;
	height: .625rem;
	margin-top: 21px;
	margin-top: 1.3125rem;
}
@media screen and (min-width: 768px){
	h1 {
		margin: 30px 0;
	}
	h1::after {
		width: 50%;
	}
}
@media screen and (min-width: 1024px){
	h1::after {
		width: 260px;
	}
}

div.updates {
	display: inline-block;
	vertical-align: top;
}
div.faq {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: auto;
}
div.datatable span.dataitem {
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
	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: 20px;
}
div.column50percent div.resource h3 {
	margin: 3px 0px;
	line-height: 1.25em !important;
}
@media screen and (max-width: 600px) {
	div.datatable span.dataitem {
		min-width: unset;
		white-space: normal;
		padding-right: 4px;
	}	
	div.column50percent,
	div.leftcontainer,
	div.rightcontainer {
		width: 100%;
	}
	div.column50percent p {
		margin: 0px;
	}
	div.column50percent div.resource {
		margin-top: 2em;
	}
}

/* Buttons */
div.buttonBox{
	width: 143px;
	padding: 1px;
}
.homeButton{
	background: #2c3987;
    border: 1px #4e9dc8 solid;
    border-top: 3px #8b91bd solid;
    border-radius: 15px;
    
    color: #d7d8e9;
    font-size: 13px;
    text-transform: lowercase;
    
    padding: 5px 21px;
    width: 143px;
}
.homeButton:hover{
	cursor: pointer;
}

	/* 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 */

.login-table td,
.login-table tbody {
	border: none;
}

form.form {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
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;
	margin: 0 0 .5rem;
}
.form label {
	font-weight: normal;
	display: inline-block;
}
.formitem {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 3px;
	margin: 1rem 0;
}
.formitem .field {
	margin: 0;
}
.formitem .label {
	flex-basis: auto;
}
.formitem .asterisk {
	padding-right: 5px;
}
.formitem .select-label ~ .label {
	flex-basis: auto;
}
.formitem .select-label ~ .field {
	flex-basis: auto;
	padding-left: 5px;
}
.formitem .field input[type=checkbox] {
	vertical-align: top;
	margin-top: 5px;
}
.formitem .field input[type=checkbox] ~ label {
	display: inline-block;
}
#main input[type=button],
#main input[type=submit],
#main input[type=reset],
#main input[type=button],
#main input[type=submit],
#main input[type=reset],
.inputButton {
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    padding: 10px 15px;
    line-height: 1.5;
    background-color: #092940;
    border: 0px;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    transition: all .15s ease-in-out;
    margin: 3px 0px 3px 0px;
    white-space: nowrap;
}
.inputButton {
	padding: 9px 15px 11px 15px;
}
#main input[type=button]:hover,
#main input[type=submit]:hover,
#main input[type=reset]:hover,
#main input[type=button]:hover,
#main input[type=submit]:hover,
#main input[type=reset]:hover,
.inputButton:hover {
	opacity: 0.8;
}
.form input[name$=from],
.form input[name$=to],
.form input[name$=zip],
.form input[name$=zip4],
.form input[name$=phone],
.form input[name$=fax],
.form input[name$=ext],
.form input[name$=other_state],
.form input[name$=state]{
	min-width: unset;
	width: auto;
}
.form .visuallyhidden {
	clip: auto;
}
form div.formitem div.field .readonly {
    background-color: #f6f6f6;
}
@media screen and (min-width: 1023px) {
	.login-table .form div.label {
		display: block;
		width: 100%;
	}
	.form input[name=zip],
	.form input[name=zip4],
	.form input[name=other_state],
	.form input[name=state] {
		width: auto;
		min-width: unset;
	}
	.form input[name$=phone],
	.form input[name=fein],
	.form input[name^=password]  {
		width: 340px;
	}
}
@media screen and (max-width: 975px) {
	.field input[type="text"], 
	.field input[type="search"], 
	.field input[type="password"], 
	.field input[type="email"], 
	.field input[type="file"], 
	.field input[type="number"], 
	.field input[type="tel"], 
	.field input.gsc-input {
		max-width: 280px;
	}

}
@media screen and (max-width: 420px) {
	form.form {
		padding-right: 0px;
	}
	.formitem .field input[type=checkbox] ~ label {
		width: 90%;
	}
	.form select {
		width: 100%;
	}
	.field input[type="text"], 
	.field input[type="search"], 
	.field input[type="password"], 
	.field input[type="email"], 
	.field input[type="file"], 
	.field input[type="number"], 
	.field input[type="tel"], 
	.field input.gsc-input {
		max-width: 320px;
	}
	.form input[name$=from],
	.form input[name$=to],
	.form input[name$=zip],
	.form input[name$=zip4],
	.form input[name$=phone],
	.form input[name$=fax],
	.form input[name$=ext],
	.form input[name$=other_state],
	.form input[name$=state]{
		min-width: unset;
		width: auto;
	}
	.form input[name$=phone] {
		width: 171px;
	}
	.form input[name$=phone].no-ext {
		width: 100%;
	}
	.form .tooltip {
		display: none;
	}
}
/* Edit new hire report */
.edit_report form.form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.edit_report form.form > div {
	min-width: 45%;
}
.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 tbody tr {
	background: initial !important;
}

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 th,
.dash_table td {
	padding: 0px;
	border: 0px;
}

.dash_table td {color:#555555;}

.dash_container {min-height: 100%; max-height: 150%;}

table.dash_graph_container tbody tr td {
	background: initial !important;
}

.dash_graph_container td {
	border: 0px;
}

.dash_graph_container img {
	max-width: initial;
}

.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.png);
    background-repeat:no-repeat;
    text-decoration:none;
}

a.hide {
	display: none;
}

.cluetip-default {
    font-size:12px;
}

table.tbl {
	width: 100%;
}
.tbl th a {
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
}
.tbl th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #717171;
	font-size: 10pt;
	min-width: 40px;
}
.tbl td {
	background-color: #eee;
	font-size: 10pt;
	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;
	font-size: 12pt;	
	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-weight: bold;
	font-size: 10pt;
	width: 130px;
}

.rpt_container tr td:first-child label{
	width: auto;
}

.table_container {
	width: 100%;
	overflow: scroll;
}

@media only screen and (max-width: 800px){
	.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;
	}
	span.new_th {
		display: block;
	}
}

/* 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 */
#table_wrapper {
	margin-left: auto;
	margin-right: auto;
}
#table_head {
	width: 988px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #888888;
	font-size: 10pt;
	border-bottom: solid thin white;
}
#table_head div {
	padding: 1px;
	float: left;
	border-right: solid thin white;
}
#table_head #col_head {
	width: 160px;
}
#table_head #col_head2 {
	width: 188px;
}
#table_head #last_col_head {
	float: none;
	border-right: none;
}
#table_body {
	height: 500px;
	overflow-y: auto;
	width: 988px;
}
#table_body table {
	border-collapse: collapse;
	width: 100%;
	background-color: #eee;
}
#table_body tr.on {
	background-color:#D8D8D8;
}
#table_body tr.off {
//	background-color:#fff;
}
#table_body td {
	padding: 1px;
	border-right: solid thin white;
	border-bottom: solid thin white;
}
#small_text {
	font-size: 7pt;
}
.table_cell {
	width: 160px;
}
.table_cell2 {
	width: 170px;
}
.last_table_cell {
	border-right: 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;
}



/* 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;
}


/* 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-employer-table th,
.view-employee-table th
{
	color: unset !important;
}


/* 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;
}

/* Timeout  */
div.crumb > div.timeout {
	float:right;
	margin-right:30px;
}
	
/* 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;
	color: #397AAC;
    width: 250px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    top: -18px;
    left: 8px;
    opacity: 0;
    transition: opacity 0.5s;
}

div .tooltip_desc {
	color: #000000;
	font-weight: normal;
	font-size: .75rem;
    text-transform: none;	
}

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;
}

/* State site */

.reports-table *,
.search-employers-table *,
.search-employers-table input,
.rpt_container input {
/*	all: inherit;*/
}

.reports-table table {
	margin: unset;
}

.reports-table tbody, .reports-table th, .reports-table td {
	border: none;
}

.reports-table tr td {
	background: none !important;
}

.rpt_container input {
	padding: 0px;
}

.rpt_container input[type=submit] {
border-radius: 4px;
display: inline-block;
text-align: left;
padding: 10px 15px;
line-height: 1.5;
background-color: #092940;
border: 2px solid #092940;
color: #fff;
text-decoration: none;
vertical-align: top;
position: relative;
transition: all .15s ease-in-out;
margin: 3px 0px 15px 0px;

}

#ui-datepicker-div .ui-datepicker-header {
	background: #397aac;
}

#ui-datepicker-div .ui-datepicker-title {
	margin: 0 2.3em;
}

#ui-datepicker-div .ui-datepicker-prev {
	left: 0;
}

#ui-datepicker-div .ui-datepicker-next {
	right: 0;
}

#ui-datepicker-div .ui-state-active
{
	background: #397aac;
	color: #fff;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    width: 45%;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}

@media screen and (max-width: 1028px) {
	#ui-datepicker-div {
		width: 300px;
	}
}
@media screen and (max-width: 420px) {
	#ui-datepicker-div {
		left: 0px !important;
	}
}

#lumpsum_container {
	width: 100%; 
	box-sizing: border-box; 
	border: 0;
}

