/*
Plugin Name: Naics API
Author: Brian Curtis
Version: 1.1
Text Domain: naics
*/

/*--------------------------------------------------------------
Loading Spinner
--------------------------------------------------------------*/
.spinner {
	top:0;
	right:0;
	width:100%;
	height:100%;
	position:fixed;
	text-align:center;
	/* IE filter */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;    /* Mozilla extension */
	-khtml-opacity:0.5;  /* Safari/Conqueror extension */
	opacity:0.5; /* CSS3 */
	z-index:1000;
	background-color:white;
	display: none;
}

.spinner img {
	margin-top:30%;
	opacity: 1;
}
.product.has-post-thumbnail .images{
	margin-right: 3%;
}
.woocommerce-page #content div.product div.summary{
	float: left;
}
.woocommerce-page #content #product-7706 div.summary{
	width: 100%;
}
/*--------------------------------------------------------------
Woocommerce elements
--------------------------------------------------------------*/
.woocommerce-message,
.woocommerce-info{
	color: black;
	font-size: 1.1em;
	margin-bottom: 0;
}
.woocommerce-message a.wc-forward{
	margin-left: 10px;
}
.woocommerce form .form-row label{
	line-height: 1.5em;
}
.woocommerce h3{
	margin: .3em 0;
}
/*--------------------------------------------------------------
Lookup Tool Pricing Table
--------------------------------------------------------------*/
#content .tool-group{
	background-color: #f2f2f2;
	display: inline-block;
	border-color: #e0e0e0;
	border-width: thin;
	border-style: solid;
	margin-bottom: 5px;
}
#content .tool-price{
	font-size: 2em;
	text-align: center;
	border-bottom: inherit;
}
#content .tool-pricing{
	padding: 5px;
	text-align: center;
}
#content .tool-quan,
#content .tool-quan a{
	text-align: center;
	width: 149px;
	height: 149px;
	border-radius: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.4em;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
}
#content .tool-quan a{
	font-size: 1.2em;
	border: none;
}
#content .tool-quan a:hover{
	border: none;
	font-size: 1.3em;
	transition: font-size 500ms linear;
}
#content .tool-quan a span{
	font-size: .5em;
	display: block;
	width: 100%;
	text-align: center;
	font-variant: small-caps;
}
#content .quan10{
	background-color: #188bb7;
}
#content .quan10:hover{
	background-color: #20ace2;
	transition: background-color 500ms linear;
}
#content .quan50{
	background-color: #0c66c7;
}
#content .quan50:hover{
	background-color: #157ff1;
	transition: background-color 500ms linear;
}
#content .quan100{
	background-color: #0230ba;
}
#content .quan100:hover{
	background-color: #033dec;
	transition: background-color 500ms linear;
}
#content .quan250{
	background-color: #151b94;
}
#content .quan250:hover{
	background-color: #1b23c1;
	transition: background-color 500ms linear;
}
#content .quan500{
	background-color: #130073;
}
#content .quan500:hover{
	background-color: #1b00a6;
	transition: background-color 500ms linear;
}
#content .quan1000{
	background-color: #01193f;
}
#content .quan1000:hover{
	background-color: #022d71;
	transition: background-color 500ms linear;
}
#content .tool-piece{
	text-align: center;
	font-size: 1.4em;
	padding-top: 10px;
}

/*--------------------------------------------------------------
NAICS Searches
--------------------------------------------------------------*/
.textalignright{
	text-align: right;
}
.concordance th,
.concordance td{
	text-align: center;
}
.concordance > tbody > tr th:first-child,
.concordance > tbody > tr td:first-child,
.concordance > tbody > tr th:nth-child(2),
.concordance > tbody > tr td:nth-child(2),
.concordance > tbody > tr th:nth-child(3),
.concordance > tbody > tr td:nth-child(3){
	border-right: 1px solid black;
}
.concordance > tbody > tr th:last-child,
.concordance > tbody > tr td:last-child{
	text-align: left;
}
.topCompanies,
.topCompanies td,
.topCompanies tr,
.concordance,
.concordance td,
.concordance th{
	border-color: black;
}
.table-striped > tbody > tr.headerRow td,
#sixdigitdisc .headerRow{
	border-top: 2px solid black;
}
#sixdigitdisc .headerRow.ind{
	border-top: 1px solid black;
}
#sixdigitdisc details{
	cursor: pointer;
	width: 100%;
}
details > div{
	width: 100%;
	margin-right: 20px;
	padding: 4px 0;
}
div.sixlink{
	margin: 0;
	padding: 2px 2px 2px 14px;
	line-height: 40px;
}
#sixdigithead{
	display: flex;
	font-weight: bold;
}
#sixdigithead button{
	align-self: end;
	margin: 3px 3px 3px 10px;
}
#sixdigithead div{
	/* line-height: 1.5em; */
}

.headersum{
	margin-left: 3px;
	align-items: center;
}
.headersum div{
	display: inline-block;
}
div.sixlink.naicstit,
#sixdigithead .naicstit,
.headersum > div.naicstit{
	width: 560px;
	padding-left: 5px;
	padding-right: 0;
	line-height: 40px;
}

#sixdigithead .naicstit{
	border: black 1px solid;
	border-top: none;
	border-bottom: none;
}
.headersum > div.btn{
	margin-left: 30px;
}
.btn{
	/* width: 100%; */
}
.btn button{
	float: right;
}
button.bttn{
	float: none;
	margin-left: 5px;
	margin-bottom: 0;
}
.headersum > div.naicscode{
	width: 97px;
	line-height: 40px;
}
.enttots,
div.sixlink.enttots,
.headersum > div.enttots{
	width: 170px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	white-space: nowrap;
}
#sixdigithead .enttots{
	border-right: 1px solid black;
}
div.sixlink.naicscode{
	padding: 0 2px 0 2px;
	white-space: nowrap;
	width: 115px;
}
#sixdigitdisc{
	width: 1000px;
	margin: 0 auto;
	border: 3px solid black;
}
.headerRow:nth-child(odd) .encl:nth-child(odd){
	background-color: transparent;
}
#sixdigitdisc details.headerRow[open]{
	background: rgba(166, 255, 84, 0.5);
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}
#sixdigitdisc details.groupFinal[open]{
	background: white;
}
.table-striped > tbody > tr.groupFinal td{
	border-bottom: 1px solid #626262;
}
.table-striped > tbody > tr.headerRow td a,
#sixdigitdisc div > a{
	color: black;
}
.table-striped > tbody > tr.headerRow td a:hover{
	color: #339966;
}
#sixdigitdisc a:hover{
	color: rgb(0, 0, 219);
}
.exp{
	width: 40px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.table-striped > tbody > tr.headerRowSIC td{
	font-weight: bold;
	border-top: 3px solid black;
}
.table-striped > tbody > tr.groupRowSIC td{
	font-weight: normal;
}
.gform_wrapper li.override_hide .gf_hidden,
.gform_wrapper li.override_hide .gform_hidden,
.gform_wrapper li.override_hide input.gform_hidden{
	display: block!important;
	max-height: 24px!important;
}
#toolResults:after {
  content: "";
  display: table;
  clear: both;
}
.ui-dialog{
	background-color: white;
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #0044cc;
	border-radius: 4px;
}
.ui-dialog-titlebar,
.ui-dialog-content{
	padding: 10px;
}
.ui-dialog-titlebar{
	font-weight: bold;
}
.ui-button{
	margin: 10px;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog-titlebar{
	background-color: #f2f2f2;
	border-radius: inherit;
}
#delete-confirm-input.delete-validate,
#delete-confirm-input.delete-validate.invalid:focus{
	background-color: white;
}
#delete-confirm-input.delete-validate.invalid{
	background-color: #ff6666;
}
.button-width{
	display: inline;
}
.empty td{
	border-color: white;
	background-color: transparent;
}
a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
.width50{
	width: 50%;
}
.width33{
	width: 33%;
}
.fielddefs{
	margin-top: 2em;
	border-collapse: collapse;
}
.fielddefs td{
	border: solid 1px black;
}
.fielddefs tr td:first-child{
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}
/*--------------------------------------------------------------
Usage Reports
--------------------------------------------------------------*/

.usageRpt h2,
.usageRpt h5,
.usageRpt p{
	font-size: 1em;
}
.usageRpt p{
	padding-left: 30px;
}
.usageSum{
	border: none;
	margin: 0;
	max-width: 300px;
}
.usageSum td{
	border: none;
	font-weight: bold;
	padding: 1px 0;
}
.inlineHeader{
	display: none;
}
/*--------------------------------------------------------------
Honeypot
--------------------------------------------------------------*/
input[type='text'].websitehp{
	display: none;
}

/*--------------------------------------------------------------
Tabulator tables
--------------------------------------------------------------*/
.tabulator-col-title{
	text-decoration: underline;
	color: black;
	font-size: 15px;
}

/*--------------------------------------------------------------
Company Lookup Tool
--------------------------------------------------------------*/
.dnb-screen{
	display: block;
}
.dnb-screen form,
.dnb-screen button{
	display: inline;
}
.dnb-print{
	display: none;
}

/*--------------------------------------------------------------
Print Styles
--------------------------------------------------------------*/
@media print {
	.site-header{
		background: none;
		text-align: left;
	}
	.main-navigation > *,
	.entry-header > *,
	.sidebar > *,
	.order-again,
	.dnb-screen,
	.woocommerce-order-details__title,
	.woocommerce-table--order-details,
	.woocommerce-order-overview,
	.site-footer,
	[role=button],
	form,
	button{
		display: none;
	}
	form,
	button{
		float: left;
	}
	.content-area{
		width: 100%;
	}
	.inside-article .entry-content{
		margin-top: 0;
	}
	.inside-header{
		padding-bottom: 0;
	}
	.woocommerce-order .companyDetail{
		background-color: #ecebeb;
		margin: 0 auto;
	}
	.dnb-print{
		display: block;
	}
	.pseudoHeader{
		position: absolute;
		top: 25px;
		right: 20px;
	}
	.inlineHeader{
		display: block;
	}
	.inlineHeader img{
		width: 190px;
	}
	.inlineHeader .pseudoHeader{
		position: relative;
		float: right;
	}
	.pagebreak{
		break-after: page;
	}
}