@charset "utf-8";
/* CSS Document */

/* icons are from font awesome. how to: http://fortawesome.github.io/Font-Awesome/examples/ */
/*Google font: Lato
font-family: 'Lato', Arial, sans-serif;
font-weight can be 300,400,700,900
*/
.adminWhite button{
	display:block;
	float:left;
	margin-right:20px;
	border:none;
	-webkit-border-radius: 32;
	-moz-border-radius: 32;
	border-radius: 32px;
	color: #ffffff;
	font-size: 12px;
	background: #00aeff;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
}
.adminWhite button:hover {
	background: #2d9fd4;
	text-decoration: none;
}
.adminWhite a{
	display:block;
	float:left;
	margin: 5px 20px;
	border:none;
	-webkit-border-radius: 32;
	-moz-border-radius: 32;
	border-radius: 32px;
	color: #ffffff;
	font-size: 12px;
	background: #00aeff;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
}
.adminWhite a:hover {
	background: #2d9fd4;
	text-decoration: none;
}
.adminWhite a.receipt{
	display:block;
	float:left;
	margin: 0 2px;
	color: #0000ff;
	font-size: 1rem;
	background: none;
	padding: 2px 4px;
	text-decoration: underline;
}
.adminWhite a.receipt:hover {
	background: #bbbbbb;
	text-decoration: none;
}
/* Top, Left, and right internal divs for manangement pages */
.ManageData {
	/* padding: 0 0 0 20px; */
	margin: 0;
	width: 100%;
	float: left;
	height: auto;
}
.ManageFind {
	/* padding: 0 0 0 20px; */
	margin: 0;
	width: 40%;
	min-width:  400px;
	float: left;
	height: auto;
}
.ManageEdit {
	padding: 0;
	margin: 0;
	width: 58%;
	float: left;
	height: auto;
}
/* basic tag layouts */
.ManageFind p {display: block; clear: both;}
.ManageFind label {margin-top: 6px;}
.ManageFind h2 {font-size: 1rem; margin-top: 8px; color: #666666; border: none;}
.ManageFind h3 {font-size: 1rem; margin-top: 8px; color: #666666; border: none; clear: both; float: left;}
#srchAddNumb {width: 60px;}
#srchAddName {width: 200px;}
.ManageEdit p {margin: 2px 0;}
.ManageEdit label {display:block; width: 100%; margin-top: 6px; color: #666666; float: left; clear: both;}
.ManageEdit h2 {font-size: 1rem; margin-top: 8px; color: #333333; border: none;}
.ManageEdit h3 {font-size: 1rem; margin-top: 8px; color: #666666; border: none;}
/* main, search, and edit maintenance styles */
/* main style*/
.ColBoxSingle {height:auto; width: 100%; float:left; padding: 10px 5px 20px 20px;}
.ColBoxDouble {height:auto; width: 50%; float:left; padding-top: 5px; max-width: 420px;}
.ColBoxTriple {height:auto; width: 30%; float:left; padding-top: 5px; margin: 4px; max-width: 380px; min-width: 290px;}
.ColBoxTriple h3 {
	display: block; text-align: center;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	color: #ffffff;
	background: #8C255B;
	font-size: 1.6rem;
}
.ColBoxTriple table {width: 90%; margin: 2px auto;}
.ColBoxTriple th { color: #999999; }
.ColBoxTriple td a { margin: 8px 40px 2px; }

.ColBoxDoubleL {height:auto; max-width: 450px; float:left; padding: 10px 5px 10px 20px;}
.ColBoxDoubleR {height:auto; max-width: 525px; float:left; padding: 10px 5px; padding-left: 6px;}
.ColBoxTripleL {height:auto; width: 33%; float:left; padding: 10px 5px 10px 20px;}
.ColBoxTripleC {height:auto; width: 33%; float:left; padding-top: 10px;}
.ColBoxTripleR {height:auto; width: 33%; float:left; padding-top: 10px;}
h1.Main{ font-size: 2rem;	}
h2.Main{ font-size: 1.2rem; }
/*  credit card display */
#cardfullname {
	width: 275px;
	text-align: left;
}
#cardnumber {
	width: 250px;
	text-align: left;
}
#cardzip {
	width: 90px;
	text-align: left;
}
#cardcode{
	width: 50px;
	text-align: left;
}
#cardemail {
	width: 250px;
	text-align: left;
}
#cardfootertext {
	font-size: .8rem;
}
fieldset.give_cardinfo {
	width: 400px;
	float: left;
	min-height: 50px;
	margin: 20px 0;
	padding: 0 0 0 2%;
	border-left: 2px solid #c6cebc;/*	background-color: #c6cebc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}
fieldset.cardinfo legend, fieldset.give_cardinfo legend {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.142857142857143rem;
	color: #000;
	margin: 0 0 7px 0;
}
fieldset.cardinfo input[type=text] {
	text-align: right;
	padding-right: 8px;
}
fieldset.cardinfo span.form_twoup .form_item {
	display: block;
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
fieldset.cardinfo span.form_twoup .form_item:nth-child(even) {
	margin-right: 0;
}
fieldset.cardinfo .ccvimage {
	height: 125px;
	margin-top: 12px;
}
fieldset.cardinfo button {
	margin-top: 12px;
	margin-bottom: 8px;
}
fieldset.cardinfo label {
	margin-top: 8px;
}

/* search display */
span.sLab {
	color:#888888;
}
/* search display */
span.sLabSpace {
	color:#888888;
	display: inline-block;
	width: 110px;
}
.divSearchContent {
	height: auto;
	width: 80%;
	margin: 0 auto;
}
.divSearchContent h1{
	font-size: 1rem;
}
.donorData {
	width: 90%;
	margin: 8px auto;
	float: left;
}
.donorData p.edit {
	width: 100%;
	height: 30px;
	margin: 4px;
	display: block;
}
.donorData h2 {
	font-size: 1.2rem;
	color: #666666;
	margin-top:8px;
}
.membership {
	border: 1px solid #999999;
	float: left;
	clear: both;
	width: 90%;
	padding: 8px;
	margin-bottom: 8px;
}
.membership p{
	line-height: 100%;
	margin:0;
}
/* edit styles */
.Col2 {width:49%; margin:0; padding: 0; float: left;}

.formItem{
	margin-bottom:8px;
	float:left;
	width:100%;
}
.formItem p.edit {line-height: 1;}
.formItem h1.regular {font-size: 1.5rem;}
.formItem h2 {display:inline-block; float: left; Clear: both; margin-bottom: 2px; margin-right:6px;}
.formItem label {color: #666666; margin-bottom: 2px; margin-top: 6px;}
label.chkM1 {display:inline; margin: 0 6px; width: 90%;}
input#ccFullCardName {width: 300px;}
input#ccCreditCardNumber {width: 225px;}
input#ccZip {width: 75px;}
input#ccBillEmail {width: 300px;}
input#ccCVV2 {width: 65px;}
img#cvv {height: 110px;}

.inputAmount{
	text-align: right;
	width: 95px;
}
input[type="radio"]:checked + label {
    background-color:#cccccc;
	padding: 4px;
}
input[type="checkbox"]:checked + label {
    background-color:#cccccc;
	padding: 4px;
}
/* donor member */
div.donorNameParts {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 12px;
}
div.donorNameParts p {
	margin: 0;
	width: 100%;
	border-bottom: 2px solid #cccccc;
}
div.partF {
	width: 130px;
	float: left;
}
div.partM {
	width: 50px;
	float: left;
	margin-left:6px;
}
div.partL {
	width: 130px;
	float: left;
}
div.partDOB {
	margin-right: 10px;
	width: 140px;
	float: left;
}
div.partDOB input {
	width: 140px;
}
div.partAccountNum {
	width: 170px;
	float: left;
}
div.partINS {
	width: 280px;
	float: left;
}
/* mail list */
div.maillist {
	border: 1px solid #999999;
	width: 240px;
	margin: 0 0 6px 6px;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	height: auto;
	overflow: hidden;
	float: left;
}
div.maillist .header {
	height: 46px;
	width: 100%;
	font-size:1.05rem;
	margin: 0;
	text-align: center;
	color: #ffffff;
	background-color: #8C255B;
	padding-top: 6px
}
div.maillist .hdcount {
	height: 55px;
	font-size:1.5rem;
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: #D7B2C5;
}
div.maillist .hdcount .count {
	margin: 0;
	padding: 8px 0 0 0;
	line-height: 100%;
}
div.maillist .data {
	border-top: 1px solid #999999;
	height: 125px;
	font-size:1rem;
	width: 100%;
	margin: 0;
	text-align: center;
}
div.maillist .footer {
	border-top: 1px solid #999999;
	background-color: #8C255B;
	color: #ffffff;
	height: 24px;
	font-size:.9rem;
	width: 100%;
	margin: 0;
	text-align: center;
}
div.maillist .close {
	display: none;
	width: 18px;
	height: 18px;
	position: relative;
	float: right;
	right:4px;
	top:0;
	z-index: 99 !important;
}
div.maillist .close a {
	color: #F4090D;
	font-weight: 500;
	margin: 3px;
	padding: 2px;
	background-color: #ffffff;
	float: right;
}
div.maillist .hdcount .address {
	font-size:.85rem;
	line-height: 100%;
	height: 10px;
	margin: 0 45px 0 0;
	padding: 0;
	width: 65px;
	float: right;
}
label,legend{
	display:block;
	font-size: 1rem;
	font-weight:normal;
	margin-top: 6px;
	margin-bottom:2px;
}
legend{
	margin-bottom:8px;
	font-size:.8em;
	font-weight:bold;
}
fieldset .formItem{
	width:48%;
	margin-right:4%;
	float:left;
}
fieldset .formItem:last-of-type{
	margin:0;
}
.formItem h3 {
	font-size: 1rem;
	color: #333333;
	background-color: #cccccc;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	padding: 3px 10px;
}
.formItem ul {
	margin: 0 0 12px 0;
	list-style-type: none;
}
.formItem ul li {
	margin-bottom: 6px;
}
.formItem fieldset {
	margin-bottom: 8px;
}
.formItem fieldset {
	margin-bottom: 8px;
}
label.radlabel{
	display:inline-block;
}
.STNumber {
	width: 65px;
}
.bborder {
	border-bottom: 1px solid #999999;
}
.bborder2 {
	border-bottom: 2px solid #000000;
}
.tborder {
	border-top: 1px solid #999999;
}
.tx_C {
	text-align: center;
}
.tx_L {
	text-align: left;
}
.tx_R {
	text-align: right;
}
.divAjaxForm {
	display: none;
    background-image: url("../images/overlay.png");
    font-size: 1rem;
	color: black;
    height: 100%;
    margin: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.divAjaxdisplayArea {
	background-color: #ffffff;
	margin: 100px auto;
	height: 475px;
	width: auto;
	color: black;
	min-width: 300px;
	max-width: 650px;
	min-height: 300px;
}
.btnAjaxPostHide {
	position: relative;
	top:0;
	color: black;
	font-size: 1rem;
	background-color: red;
	display:inline-block;
	float: right;
}
form.formData {
	color:black;
}
.show-print {
	display:none;
}
@media screen and (max-width:720px){
	.adminWhite{
		width:75%;
	}
	nav#adminNav{
		width:25%;
	}
	.ColBoxDoubleL {
		width: 100%;
	}
	.ColBoxDoubleR {
		width: 100%;
	}
}
