/*
Plugin Name: Naics API
Author: Brian Curtis
Version: 1.0
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;
	margin-top:
	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
--------------------------------------------------------------*/
.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 #dddddd;
}
.concordance > tbody > tr th:last-child,
.concordance > tbody > tr td:last-child{
	text-align: left;
}

.table-striped > tbody > tr.headerRow td{
	border-top: 3px solid black;
}

.table-striped > tbody > tr.groupFinal td{
	border-bottom: 1px solid #626262;
}
.table-striped > tbody > tr.headerRow td a{
	color: black;
}
.table-striped > tbody > tr.headerRow td a:hover{
	color: #339966;
}
.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;
}