﻿/*////////////// CORE FILE DO NOT MODIFY ////////////////////*/

/*////////////////////////////////////////////////////////////////////*/
/* Standard text alignments */
p {
	text-indent: 15px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.justify {
	text-align: justify;
}
/* END */
/*////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////*/
/* These control the form error messages */
.form-errors li {
	color: #FFFFFF;
	border: 2px solid #FF0000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	margin: 4px;
	background-color: #FF5050;
}
.form-complete {
	color: #FFFFFF;
	border: 2px solid #009900;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	margin: 4px;
	background-color: #33CC33;
	font-size: 14px;
}
.attention-errors {
	color: #FFFFFF;
	border: 2px solid #FF0000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	margin: 4px;
	background-color: #FF5050;
	font-size: 30px;
	text-decoration: blink;
}
/* END */
/*////////////////////////////////////////////////////////////////////*/
a {
	outline: none;
}
img {
	border-width: 0px;
}
.clear {
	clear: both;
}
.bottom-marg0px {
	margin-bottom: 0px;
}
.img-float-left {
	float: left;
	margin-right: 6px;
}
.img-float-right {
	float: right;
	margin-left: 6px;
}
.width340px {
	width: 340px;
}
.width400px {
	width: 400px;
}
.text12px {
	font-size: 12px;
}

/*////////////////////////////////////////////////////////////////////*/
/* Sets up formatting for ipn invoice viewing */

#invoice_view {
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#invoice_table {
	margin-right: auto;
	margin-left: auto;
	max-width: 990px;
}
.ipn_invoice {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}
.ipn_invoice tr td {
	border: 1px solid #000000;
	border-collapse: collapse;

}
.upper_ipn {
	margin-bottom: -1px;
}
.upper_ipn td{
	width: 33%;
}
.lower_ipn {
	
}
#ipn_customer {
	
}
#invoice_notes {
	max-width: 300px;
	vertical-align: top;
}

/* END */
/*////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////*/
/* Sets up formatting for sales report viewing */

#salesreport_view {
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#salesreport_table {
	margin-right: auto;
	margin-left: auto;
	max-width: 990px;
	margin-top: 20px;
}
#salesreport_table table {
	margin-top: 10px;
	font-size: 12px;
}
.sr_view {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}
.sr_view tr td {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
}

@media print{
	#print_btn {
		display: none;
	}
}
/* END */
/*////////////////////////////////////////////////////////////////////*/

#submit-cart {
	cursor: pointer;
}

/*////////////////////////////////////////////////////////////////////*/
/* Settings for a fixed position div so Admins know if the site is in Maint mode. */

#admin-maint-mode {
	position: fixed;
	top: 0px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 15px;
	cursor: pointer;
}
#admin-maint-mode:before {
	content: "Maintenance Mode";
}
#admin-maint-mode:after {
	color: #666666;
	content: " This box is draggable";
}

/* END */
/*////////////////////////////////////////////////////////////////////*/

/* Google reCaptcha V1 responsive styling */

/*

This was used on individual pages for some reason, while the rest of the styles were used in the footer

.recaptchatable {
	line-height: 0 !important;
}

*/

/*@media (max-width: 444px) {

    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 200px !important;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {

    background: none !important;
    }
	#recaptcha_area, #recaptcha_table {
		width: 100% !important;
	}
}*/

/*iframe[src="about:blank"]{display:none;}*/ /* TO FIX THE RECAPTCHA 20PX BUMP AT BOTTOM OF THE SCREEN */

/* END */
/*////////////////////////////////////////////////////////////////////*/

/* Google reCaptcha V2 responsive styling */

/*

At this time it seems easier to use this style to move the captcha left 
a certain amount based on layout of the website.

#contact-form .g-recaptcha {
	margin-left: -17px;
}

*/

/*@media screen and (max-width: 420px) {
	.g-recaptcha {
		position: relative;
		padding-bottom: 80px;
		padding-top: 0px;
		height: 0;
		overflow: hidden;
	}
	.g-recaptcha iframe {
		position: absolute;
		top:0;
		left: 0;
		height: 100%;
	}
}*/
/* END */
/*////////////////////////////////////////////////////////////////////*/
