/* 

TN styles 

*/

/* import base styles */
@import url('../../css/common/web.css');

/* custom style for menu: 
	suppresses menu until page done loading 
	display: none does not work because of overriding tn styles
*/
.tn-topnav .inline-list.nav-items,
.summary.dashboard {
	opacity: .1;
	transition: opacity 0.5s;
}
.tn-topnav .inline-list.nav-items.loaded,
.summary.dashboard.loaded {
	opacity: 1;
}
.tn-topnav .inline-list.nav-items.loaded::before,
.summary.dashboard.loaded::before {
	content: none;
	z-index: -1;
} 
.tn-topnav .inline-list.nav-items::before,
.summary.dashboard::before { 
	background-color: rgba(177, 177, 177, 0.17);
	content: '\00a0';  
	height: 100%;
	left: -5000px;
	position: absolute;  
	top: 0;
	width: 10000px;   
	z-index: 1000;        
}


/* General */
* {
	font-family: 'Open Sans',sans-serif;
	line-height: 150%;
}
html, body {
	width: 100%; 
	height: 100%;
}

div.pg {
	width:100%;
	min-height:100%;
	margin-top:-80px;
}
body {
	margin: 0px;
	font-family: 'Open Sans',sans-serif;
	letter-spacing: -0.025rem;
	color: #131e29;
	background: #f9f9f9 url("../../images/tn/star-ball-bg.png") no-repeat 101% 75px;
    background-attachment: scroll;
	background-attachment: fixed;
}
h1, h2 {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: 'Permian Slab',serif !important;
	letter-spacing: -0.075em;
	color: #3d3e40;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 2.825rem;
	line-height: 3rem;
	margin-bottom: 30px;	
}
h2 {
	font-size: 12pt;
	color: #3d3e40;
}
h3 {
	font-size: 10pt;
	color: #3d3e40;
}
p.center {
	text-align: center;
}
p.help-popup {
	width: 150px;
}
p.last {
	width: 150px;
	padding-bottom: 20px;
}
a {
	color: #174a7c;
}
a:hover {
	color: #a7190c;
}
table{
	padding: 0;
	border-spacing: 0;
    border-collapse: collapse;
}
img{
	border: 0;
}

/* Timeout  */
div.crumb {
/*	display: none;*/
	min-height: 36px;
}
div.crumb ul, div.timeout {
	display: inline-block;
}
div.crumb div.timeout {
	float:right;
	margin-right:30px;
	color: #636363;
	font-size: .675rem;
	padding: 15px 20px 0 0;
}

div.tn-breadcrumb ul li a{
	color:#636363;
}
	
/* Content Frame */
div.ct {
}
.ctpad h1 {
	padding-top: 0;
}
div.ctpad {
	padding: 0 40px 40px 40px;
}
.ctpad ul { 
	padding: 5px;
	margin: 10px;
}
.carousel-inner {
	background-color: #55647E;
}

/* Site Map */
div.site_map {
	padding-left: 40px;
}
.site_map ul {
	list-style: none;
}

.site_map li:before { color: blue;  margin: 5px;  content: '\25CF'; } /* Circle */
.site_map_expanded li:before { color: blue; font-size: 75%; margin: 5px; content: '\25BA'; } /* Triangle Pointing Right */
.site_map_expanded ul { padding-left: 40px; }

/* Invalid alert */
div.invalid_alert {
	margin-bottom: 15px;
	background-color: #ed9924; 
	padding: 15px;
}

/* Content */
.tn_header .division img {
	width: 80%; 
	margin-top: 60px; 
	margin-left: 60px;
}
div.updates {
	display: inline-block;
	vertical-align: top;
	width: 110%;
}
div.updates_div{
	width: 35%;
	text-align: left;
	float:right;
	padding-left: 30px;
}
div.faq {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
}
div.datatable span.dataitem {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	padding-bottom: 10px;
	white-space: nowrap;
}
div.column50percent {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: 45%;
}
div.column50percent div.resource{
	margin-top: 13px;
}
div.column50percent div.resource h3{
	margin: 0;
}
	
/* 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;
}
.form div.formitem {
	clear: both;
	padding: 5px 0px 5px 0px;
	
}
.form div.label {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	float:right;
	width: 300px;
	text-align: left !important;
}
.form select:not(select[name*=state]) {
	width: 100%;
}
label {
	color: black !important;
	white-space: normal;
}
.asterisk{
	vertical-align: top;
}
.form select.country{
	max-width: 243px;
}

div.formitem div.field,
span.select-label{
	padding-left: 9.8px;
}

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;
}
.form div.buttons {
	padding: 15px 0px 15px 0px;
}
.ctpad input[type=button],
.ctpad input[type=submit],
.ctpad input[type=reset],
.ctpad .inputButton,
.ctpad a.button {
	padding: 6px 12px;
	margin: 1px 0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #1b365d;
	color: #ffffff;
	transition: all 0.2s;
}

.ctpad input[type=button]:hover,
.ctpad input[type=submit]:hover,
.ctpad input[type=reset]:hover,
.ctpad .inputButton:hover,
.ctpad a.button:hover {
	background-color: #ee3524;
	cursor:pointer;
}
/* Edit new hire report */
.edit_report h2 {
	margin-top: 20px;
}

/* 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.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 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;	
	color: black;
}
.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;
		
}

/* 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;
}

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 h2 {
	margin-bottom: 0;	
}

.faq-numbers-list ul {
	padding-left: 80px;
}

.faq-numbers-list > li {
	list-style: none;
}

.faq-hdr {
	font-size: 30pt;
	margin-top: 30px;
	line-height: 1.1;
}

.faq-fields-list {
	padding-left: 40px;
}


/* 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;
}

ul.pass_req {
	font-size: 100%;
	margin-left: 20px;
}


/* Reports */
.reports-table th,
.reports-table  tr,
.reports-table  td{
	padding: 2px;
}

.reports-table select {
	width: 105px;
}

/* 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;
}

ul.reporting-funds-list {
	padding-left: 40px;
}


/* 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 th,
.upload-excel-table tr,
.upload-excel-table td{
	padding: 4px;
	border-width: 1px;
	border: 1px lightgrey solid;
}
.upload-excel-table{
	border: 1px solid black;
}
.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 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;
}

div div.stellar-tn-tooltip {
  position: relative;
  display: inline-block;
}

.stellar-tn-tooltip .tooltiptext {
  	visibility: hidden;
    width: 120px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 100;
    top: -12px;
    left: 8px;
    opacity: 0;
    transition: opacity 0.5s;
}

div .stellar-tn-tooltip .tooltip-spacer{
	left: 65px;
}

div .stellar-tn-tooltip .tooltip-spacer-windows{
	left: 88px;
}

input:hover + .stellar-tn-tooltip .tooltiptext,
input:focus + .stellar-tn-tooltip .tooltiptext,
.tooltip-present ~ .stellar-tn-tooltip .tooltiptext {
  width: 120px;
  height: inherit;
  opacity: 1;
  visibility: visible;
} 

#lumpsum_container {
	width: 100%; 
	box-sizing: border-box; 
	border: 0;
}

footer#footer #footer-top .starball img {
	width: 100%;
	max-width: 100px;
}
.search-box {
	color: black; 
	border-radius: 5px 0px 0px 5px ;
	border: none;
	padding:  5px;
}

.search-button {
	background-color: #1b365d;
	color: #1b365d;
	border-radius: 0px 5px 5px 0px;
	border: none;
	padding:  5px;
	width: 30px;
}
.search-all {
	padding: 0px;
	margin: 0px;
}
.tn-headersearch
{
	transform: translateY(10px);
}

.tn-header #header .top-nav a.search-all
 {
	padding: 0px;
}

.top-icon {
	position: absolute;
	transform: translate(-27px, 5px);
	cursor: pointer;
}

.tn-header #header .top-nav a.search-all,.tn-headercoveo #header .top-nav a.search-all{
	opacity: 1;
}

#main a:not(.button) {
	text-decoration: underline !important; 
	font-weight: bolder;
}


@media only screen and (min-width: 800px) and (max-width: 1120px){
	div.updates {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-right: 14px;
	}
	div.updates_div{
		width: 100%;
		text-align: left;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 900px){
	form.form {
		width: auto !important;
	}
	div.updates {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-right: 14px;
	}
	div.updates_div{
		width: 100%;
		text-align: left;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 800px){
	div.ctpad {
		padding: 0 10px 10px 10px;
	}
	.tn_header .division {
		display: none;
	}
	.form {
		width: 100% !important;
	}
	.form div.formitem {
		display: flex;
		flex-wrap: wrap;
	}
	.form div.formitem .label {
		order: 1;
		flex-basis: 100%;
	}
	.form div.formitem .asterisk {
		order: 2;
		width: 9px;
	}
	div.formitem .asterisk + div.label + div.field, div.formitem .asterisk + span.select-label, table.login-table div.formitem div.field {
		order: 3;
		flex-basis: calc(100% - 10px);
	}
	.form div.formitem .field {
		order: 4;
	}
	.faq-numbers-list ul {
		padding-left: unset;
	}
	.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_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;
	}
	#dash_table div[style="width:250px;"] {
		margin-right: 10px !important;
	}
	.ctpad table.tbl {
		width: 100% !important;
	}
	div.updates {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-right: 14px;
	}
	div.updates_div{
		width: 100%;
		text-align: left;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 460px){
	.tn-basicslider .description {
		min-height: unset;
	}
	footer#footer #footer-top .starball {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		bottom: -10px;
	}
	.form {
		padding-right: 0px;
		width: auto !important;
	}
	.form div.label {
		width: auto;
	}
	.form input[type=text]:not(input[name*=zip], input[name*=state], select[name*=state], input[name*=_from], input[name*=_to]),
	.form input[type=password],
	.form input[type=text][name*=state_employer_],
	.form textarea {
		width: 100%;
	}
	.form input[name*=_from], 
	.form input[name*=_to] {
		width: 120px;
	}
	.form .formitem.address {
		flex-wrap: nowrap;
	}
	.form .formitem.address .asterisk {
		min-width: 9px;
	}
	.form .formitem.address.no-label .label {
		display: none;
	}
	.form .stellar-tn-tooltip {
		display: none;
	}
	span.select-label {
		flex-basis: 90%;
	}
	div.column50percent,
	.leftcontainer,
	.rightcontainer,
	.leftcontainer p,
	.rightcontainer p {
		width: 100%;
	}
	div.datatable span.dataitem {
		white-space: normal;
	}
	#dash_table div[style] {
		width: 100% !important;
		overflow: scroll;
	}
	div.crumb div.timeout {
		padding: 19px 20px 0 0;
	}
	div.updates {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-right: 14px;
	}
	div.updates_div{
		width: 100%;
		text-align: left;
		float:right;
		padding-left: 0px;
	}

	
}
