div.subscriptions {
	border: 1px solid black;
	background: floralwhite;
	padding: 0px;
	margin: 0 auto;
	background: purple;
	width: 100%;
}

.account {
	border: 1px solid black;
	padding: 0px;
	margin: 0px auto;
	background: floralwhite;
	width: 100%;
}

.account h1,
.account h2,
.account h3,
.account h4 {
	font-family: Arial;
}

.account-help {
	width: 480px;
	width: 100% !important;
}
@media screen and (max-width: 680px) { 
	.account {
		width: 100%;
	}
}

.account-inner {
	font-family: Arial;
}

.account-title,
.account-title-success
{
	background: #555;
	color: #fff;
	font-size: 200%;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) { 
.account-title-success,
.account-title {
		font-size: 150%;
	}
}

.account-title-success {
	background: green !important;
	color: #fff;
}

.account-body {
	padding: 20px;
}

/* ajax account-help results */

.select-password {
	padding: 0px !important;
}

.select-password .account-title {
	background: #555;
}

#getresults {
	min-height: 30px;
	min-width: 1px;
	display: table;
	padding: 10px;
	margin: 0 auto;
	color: black !important;
}


/* ajax account-help results */

.bowmaker-info-form .account-body h2 {
	margin: 15px 0px 30px 0px !important;
	font-family: Arial !important;
}


.alert h1, /* subscribe */
.subscriptions h1, /* subscribe */
.account h1 {
	margin: 0px 0px 10px 0px;
	text-align: center;
	text-decoration: none !important;
	border: none !important;
	color: #555 !important;
	font-size: 200%;
}


.fail { 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border: 1px solid red; 
	padding: 10px; 
	color: black;
}

.pass { 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border: 1px solid green;  
	padding: 10px;
	color: black;
}


fieldset {
	margin: 1em 2em 2em 1em !important;
	width: auto;
	padding: 10px !important;
	border: 1px solid #ffb771 !important;
}

legend {
	color: #582500;
	margin-bottom: 10px;
	padding: 5px !important;
	border: 1px solid #ffe4ca !important; /* almost white */
}

label {
	font-weight: normal;
}

::placeholder,
::-webkit-input-placeholder, 
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color:    #aaa;
	opacity: 1;
}

.form-group ::placeholder {
	color: #777;
	ba/ckground: white;
}

input[type=text] {
	margin-top: 0px;
}

input[type="password"] {
	width: 100%;
  letter-spacing: 2px;
}

input[type=radio] {
	display: inline;
	font-size: 10px;
	width: 15px;
	height: 15px;
}

.row select,
.row input { 
	margin-top: -7px !important; 
}

.account .submit {
	padding-top: 20px;
}

.save_changes {
	position:fixed; 
	bottom: 00px;
	right: 20px; 
	z-index: 1000;
}

.account h3 {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	margin-left: 0px !important;
}

/* FORM VALIDATION ************************************* */

/* err: { container: 'tooltip' } */

/* hint/help */
.account .hint {
	float: left;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 80%;
	padding-left: 0px; /* if hide hint */
	margin-left: -10px; /* if hide hint */
	width: 0px; /* if hide */
	height: 1.8em; /* if hide */
height: 2.1em; 
}

.account .password .hint {
	height: 1.8em; /* if hide */
}

.account .hint span {
	display: none; /* hide the hint text, leave placeholder space */
	width: 0px;
	background: transparent;
	color: black;
}

/* controls margin of err message below field */
.account .help-block {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-bottom: 8px;
	margin-left: 5px;
min-height: 1.5em !important;
}

/* CAPTCHA ************************************** */

.help-block, .what-are-you .help-block {
	font-size: 80% !important;
	font-family: Arial !important;
}

.what-are-you .help-block {
	margin-top: 0px !important;
}

.what-are-you .glyphicon {
	margin-top: 30px;
}

.radio-group .glyphicon {
  margin-top: -30px !important; /* to push icon above the option list */
}

.radio-group.vertical-list .glyphicon {
  margin-top: -5px !important;
	margin-right: -0px !important;
}

.account .math-captcha {
	min-height: 150px;
}

.select-list .glyphicon {
  margin-right: 10px !important; /* to pull off scrollbar on select lists */
}

.select-list-hint {
	color: #aaa; 
	color: #555; 
	margin-left: 2px; 
	margin-top: -0px; 
	margin-bottom: 2px; 
	font-size: 80%;
}

.invalid {
	display: block;
	color: #ff0000; 
	padding: 5px 0px; 
	margin-left: 3px; 
}

.account .col-sm-12,
.account .col-xs-12 { padding: 0px 0px 5px; margin:0px; }

/* MULTI-COLUMN FORMS LIKE CONTACT */
.column1 { padding-right: 10px; }
.column2 { padding-left: 10px !important; }
@media screen and (max-width: 767px) { 
	.column1 { padding-right: 0px; }
	.column2 { padding-left: 0px !important; }
}
/* MULTI-COLUMN FORMS LIKE CONTACT */

/* AGREE TO TERMS *************************** */

.agree-container {
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 20px;
}

.agree {
	padding: 10px;
}

.agree .glyphicon {
	margin-top: -30px;
}

.agree input {
  vertical-align: middle !important;
	margin-bottom: -3px !important;
}


/* STRIPE PAYMENT PROCESSING ****************************** */

/* CREDIT CARDS / PURCHASE SUBSCRIPTION */

.subscriptions td, .subscriptions th {
  border: 1px solid #ccc;
  padding: 5px;
}
.purchase-subscription {
  padding: 10px;
  text-align: center;
}

.purchase-subscription .inner {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid wheat;
  -min-height: 15em;
  background: antiquewhite;
}

.purchase-subscription .inner {
	padding-top: 20px !important;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}

.purchase-subscription .inner h3:hover, 
.purchase-subscription .inner p:hover {
  background: transparent;
}

.purchase-subscription .btn-subscribe {
  margin: 10px;
}


/* anywhere?
.rnd {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  border: 2px solid khaki;
  background: floralwhite;
  padding: 5px;
}
*/


.payment-errors { color: red; text-align: center; }
#stripeResponse {
  word-wrap: break-word;
}

.plans { margin-top: 20px; }
.plans .btn { margin-bottom: 10px;}
.plans table { width: 100%; }
.plans th, .plans td { padding: 5px; border: 1px solid #aaa; vertical-align: top; }

/* ALERT BOXES SUBSCRIBE/SUBSCRIPTIONS */
.alert {
	background: floralwhite !important;
	border: 1px solid saddlebrown !important;;
	color: white !important;
}

p {
	background: transparent !important;
}

.alert p, 
.alert-success p, 
.alert-fail p,
.alert-danger p,
.alert-warning { 
	background: transparent; 
	color: white;
	color: black !important;
}

/* CLOSE STRIPE PAYMENT PROCESSING ****************************** */

/* 	VIEW-CART AND CHECKOUT PAGES   ****************************** */

/*
.max-input input[type="text"] {
	width: 480px;
	max-width: 100%;
}
*/

/* checkout.php */
#view-cart table {
  text-align: center;
  margin: 0 auto;
  display: table;
}
#view-cart th,
#view-cart td {
  border: 1px solid #aaa;
  padding: 5px;
	text-align: left;
}

/* shopping cart icon bottom right */
.shopping-cart {
  position:fixed;
  bottom: 0px;
  right: 0px;
  color: white;
  padding: .32em;
  z-index: 10;
}
.shopping-cart .fa-shopping-cart {
	color: orangered;
	color: white;
}

/* BUTTONS ON VIEW CART PAGE */

.buttonset {
	margin: .5em !important;
}

.btn-delete {
  padding: 3px 10px !important;
  padding: 3px 3px !important;
	
  border: 2px solid white !important;
  color: white !important;
  background: #ff0000 !important;
  border: 2px solid #ff0000 !important;

	background: none !important;
	color: red !important;
	border: none !important;
}

.btn-delete:hover,
.btn-delete:focus,
.btn-delete.active,
.open .dropdown-toggle.btn-delete {
  color: #fff !important;
  background: darkred !important;
  border: 2px solid darkred !important;
	background: none !important;
	color: darkred !important;
	border: none !important;
}

.btn-primary {
  padding: 3px 10px !important;
  border: 2px solid white !important;
  color: white !important;

  background: teal !important;
  border: 2px solid teal !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background: darkred !important;
  border: 2px solid #004d4d !important;
  background: rgba(0, 128, 128, .9) !important; /* dark teal */
  background-color: #004d4d !important; /* dark teal */
}

