/*  NJ NMSN styling
RESPONSIVE STYLES
*/

/*
@import url('../../css/nj/style_normal.css') screen and (min-width: 768px);
*/
@import url('../../css/njnmsn/style_normal.css');
@import url('../../css/njnmsn/style_device.css') screen and (max-width: 870px);

@viewport{
    zoom: 1.0;
    width: device-width;
}

@media print  { 

*:not(h1) {
	font-family: sans-serif !important;
	font-size: 9pt !important;
}

.noprint  { display: none !important; } 

.sidebar {
	width: 0px !important;
}
.content {
	width: 100% !important;
}
.registration_summary {
	width: 100% !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.registration_summary legend {
	font-weight: bold !important; 
	border-collapse: collapse !important;
	border-bottom: 1px solid #d4d4d4 !important;
	width: 100% !important;
	padding: 3px !important;
	box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.registration_summary fieldset {
	margin: 0px !important;
	padding: 0px !important;
	border: 0pt !important;	
}
.registration_summary fieldset legend {
	font-weight: bold !important; 
	text-decoration: none !important;
	border-bottom: 0px !important;
	color: black !important;
	width: 100% !important;
	padding: 3px !important;
	box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.registration_summary div.registration_address {
	padding-top: 3px !important;
}
.registration_summary div.formitem {
	clear: both !important;
	padding: 3px 0px 3px 100px !important;
	white-space: nowrap !important;
}
.registration_summary div.label {
	display: inline-block !important;
	vertical-align: top !important;
	padding-top: 3px !important;
	width: 200px !important;
}
.registration_summary div.field {
	display: inline-block !important;
	padding-top: 3px !important;
}

}


/* modal dialog */
#modal_alert , #modal_alert_dialog, #modal_dialog {
	display: none; /* Hidden by default */
	z-index: 9999; /* Sit on top */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	position: absolute;
}

.modal .modal-box {
	background-color: #fefefe;
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal .modal-content {
	padding: 18px 30px 18px 25px;
	font-size: 14px;
	line-height: 17px;
}
.modal .modal-content pre {
	margin: 0;
}
.modal .modal-box div.title {
	font-weight: bold;
}
.modal .modal-box div.message {
	font-size: 0.9em;
	margin-bottom: 10px;
}
.modal .modal-box .buttons {
	border-top: 1px solid #aaa; 
	width: 100%;
	text-align: right;
}
.modal .modal-box .buttons div {
	padding: 10px;
}
.modal .modal-box .button {
    color: #003DF0;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.modal .modal-box .button:hover,
.modal .modal-box .button:focus {
    color: #ecad00;
    text-decoration: none;
}
.modal .modal-box .button.option{
    width: 43%;
    text-align: center;
}

/* Respond entry page */
div.resp_left {
	float: left;
	width: 625px;
	margin-right: 30px;
}

div.resp_right {
	float: left;
	width: 550px;
	padding-top: 60px;
}


/*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;
}


/* FAQs */
.faqs-table{
	border-spacing: 5px;
	border: 2px;
}
.faqs-table th,
.faqs-table td,
.faqs-table tr{
	border: darkgrey 2px solid;
} 
.faqs-wrapper{
	display: flex;
	flex-flow: column;
	justify-content:center;
	align-items: center;
}


/* 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 NMSN Faxes */
.search-nmsn-faxes-table th,
.search-nmsn-faxes-table tr,
.search-nmsn-faxes-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 Famis */
.view-famis-table th,
.view-famis-table tr,
.view-famis-table td{
	padding: 3px;
	border-spacing: 1px;
}
.view-famis-table{
	width: 85%;
}


/* 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;
}

.term-view-reports-table td,
.term-view-reports-table tr,
.term-view-reports-table th{
	border-spacing: 1px;
	padding: 2px;
	font-size: inherit!improtant;
}

/* 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;

}	
	
	
/* Calendar */
/*from html5-simple-date-input-polyfill.css*/
.calendar,
.calendar select,
.calendar table,
.calendar td,
.calendar th {
	background: #fff;
	color: #000;
	text-shadow: none;
	height: auto;
	width: auto;
	padding: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	font-family: sans-serif;
	font-size: 14px;
}

.calendar {
	position: absolute;
	border: 1px solid #c0c0c0;
	text-align: center;
	z-index: 1;
}

.calendar select {
	margin: 3px 5px;
	border: 1px solid #c0c0c0;
}

.calendar td,
.calendar th {
	width: 14%;
	padding: 4px;
	text-align: center;
}

.calendar td {
	cursor: pointer;
}

.calendar .selected {
	font-weight: bold;
}

/* Timeout  */
div.crumb > div.timeout {
	float:right;
	margin-right:30px;
	color:white;
}

/* Tool Tip */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  	visibility: hidden;
    width: 120px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 8px;
    opacity: 0;
    transition: opacity 0.5s;
}

div .tooltip .tooltip-spacer{
	left: 65px;
}

div .tooltip .tooltip-spacer-windows{
	left: 88px;
}

input:hover + .tooltip .tooltiptext,
input:focus + .tooltip .tooltiptext,
.tooltip-present ~ .tooltip .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#lumpsum_container {
	width: 100%; 
	box-sizing: border-box; 
	border: 0;
}

#preview .field {
    padding-top: 3px;
}

.dialog-open{
	display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 880px;
    z-index: 20;
    color: #666;
    margin: auto;
    border: none;
    background: #f8f5ed;
    
}
div.ctpad div.dialog-close{
	visibility: hidden;
	z-index: -100;
	height: 0px;
}

.dialog-title-bar{
	background-color: #663399;
	color: white;
	top:0;
	left:0;
	display: flex;
	justify-content: space-between;
	padding: 4px;
}

.dialog-close-x{
	font-family: monospace;
    font-size: 13px;
    color: white;
	cursor: pointer;
    font-weight: 800;
    text-align:center;
    width: 20px;
}
.dialog-close-x:hover{
	background:#e4f0fd;
	border-radius: 3px;
}

.dialog-white-out{
	position: relative;
	width: 100%;
	height: 100%;
}

.dialog-white-out::before{
	content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(255,255,255, .5);;
}

/* Insurance Styles */
.insurance-wrapper {
	background-color: #f8f5ed;
	padding-left: 4px;
}
.insurance-dialog{
	border: 1px solid grey;
}

#add-insurance {
	width: 100%;
	border: none;
}

.pending_registrations a:nth-child(1),
.pending_campaigns a:nth-child(1){	
	text-decoration: none !important;
}

/* flags */
.flags {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}
.flag {
	display: inline;
	width: auto;
	padding: 2px 10px 0px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	background-color: silver;
	margin-right: 1px;
	margin-top: 2px;
	white-space: nowrap;
}
.flag[title] {
	cursor: pointer;
}
.flag[data-flag]::after {
	content: attr(data-flag);
}
.flag[data-flag^='Campaign'],
.flag[data-flag='Referred'],
.flag[data-flag='Compliant'],
.flag[data-flag='Nonapplicable'] {
	color: white;
	background-color: #7ab686;
	border: 1px solid #7ab686;
	padding: 7px !important;
}
.flag[data-flag^='Registrations'],
.flag[data-flag='Repeat'] {
	background-color: #cc3838;
	border: 1px solid #cc3838;
	color: #fff;
	padding: 7px !important;
}
.flag[data-flag^='Multistate'] {
	background-color: #6b2fa7;
	border: 1px solid #6b2fa7;
}
.flag[data-flag='Repeat'] {
	background-color: #c30000;
	border: 1px solid #c30000;
}
.flag[data-flag='Confirmed'] {
	background-color: #0055c3;
	border: 1px solid #0055c3;
}
.flag[data-flag='Unconfirmed'] {
	color: black;
	background-color: #fbeb00;
	border: 1px solid #fbeb00;
}
.flag[data-flag='Dismissed'] {
	color: #594300;
	background-color: #ddd;
	border: 1px solid #ddd;
	text-decoration: none !important;
}
.flag[data-flag='New'],
.flag[data-flag='Noncompliant'],
.flag[data-flag='Queued'] {
	color: white;
	background-color: #3b73af;
	border: 1px solid #3b73af;
}
.flag[data-flag='Locate'],
.flag[data-flag='In Progress'] {
	color: #594300;
	background-color: #fbeb00;
	border: 1px solid #fbeb00;
}
.flag[data-flag='Referred'],
.flag[data-flag='Compliant'],
.flag[data-flag='Nonapplicable'] {
	color: white;
	background-color: #14892c;
	border: 1px solid #14892c;
}
.flag[data-flag='Unresponsive'] {
	color: white;
	background-color: #c30000;
	border: 1px solid #c30000;
}
.flag.list {
	background-color: white;
}
.flag.list[data-flag='New'],
.flag.list[data-flag='Noncompliant'],
.flag.list[data-flag='Queued'] {
	color: #3b73af;
}
.flag.list[data-flag='Referred'],
.flag.list[data-flag='Compliant'],
.flag.list[data-flag='Nonapplicable'] {
	color: #14892c;
}
.flag.list[data-flag='Unresponsive'] {
	color: #c30000;
}
.flag_number {
	display: inline;
	width: auto;
	padding: 3px 6px 2px 4px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 100%;
	color: #ffffff;
	background-color: silver;
	margin-right: 1px;
	margin-top: 2px;
	white-space: nowrap;
}
.flag_number[title] {
	cursor: pointer;
}
.flag_number[data-flag]::after {
	content: attr(data-flag);
}
.flag_number.down {
	background-color: #4a9259;
}
.flag_number.up {
	background-color: #bf4444;
}
