h2 {
	margin-top: 0.15em;
	margin-bottom: 0.2em;
}

#graybox {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: white;
	z-index: 1001;
	opacity: 0.25;
}

/* Ribalta red color theme */
.progress-bar, .label-primary, .btn-primary {
	background-color: #CF3127;
	border-color: #d3241d;
}
.btn-primary:hover {
	background-color: #CF3127;
	border-color: #d3241d;
	opacity: .8;
}

.collapsing_box {
	-webkit-transition: max-height 300ms;
	-moz-transition: max-height 300ms;
	-ms-transition: max-height 300ms;
	-o-transition: max-height 300ms;
	transition: max-height 300ms;
	overflow: hidden;
}

.collapsing_box_visible {
	max-height: 999px;
}

.collapsing_box_hidden {
	max-height: 0px;
}

.form_padding {
	margin: 5px 0px 5px 0px;
}

.accountFormInput {
	max-width: 300px;
}

.space_before {
	margin-top: 30px;
}

.login_box {
	border: thin dotted gray;
	padding: 20px;
}

#errorUsername {
	padding: 7px;
	text-align: right;
}

#passwordRequirements {
	font-style: italic;
	font-size: 9pt;
}

#currentPlanLabel {
	padding: 16px;
	background-color: #909090;
	font-size: 20pt;
	border-radius: 5px;
}

.plan_box {
	border: thin solid lightgray;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	min-height: 14em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.no_obligation {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
.promotion_plan_price {
	font-weight: bold;
	color: #337AB7;
}

#promotionPaymentText {
	border: thin solid #337AB7;
	color: #337AB7;
}

#promotionPaymentText p {
	margin: 1em;
}
.payment_description {
	padding: 10px 10px 10px 15px;
}

#cardBox {
	min-height: 100px;
	max-height: 200px;
	max-width: 350px;
	border: 1px solid lightgray;
	overflow: auto;
}

.list-group-item.active {
	background-image: -webkit-linear-gradient(top,#909090 0,#686868 100%);
	background-image: -o-linear-gradient(top,#909090 0,#686868 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#909090),to(#686868));
	background-image: linear-gradient(to bottom,#909090 0,#686868 100%);
	border-color: gray;
}

.list-group-item.active:hover {
	background-image: -webkit-linear-gradient(top,#686868 0,#909090 100%);
	background-image: -o-linear-gradient(top,#686868 0,#909090 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#686868),to(#909090));
	background-image: linear-gradient(to bottom,#686868 0,#909090 100%);
	border-color: gray;
}

#selectedCard {
	margin-right: 20px;
}

.text_padding {
	padding: 10px;
}

.no_border_table>tbody>tr>th, .no_border_table>tbody>tr>td {
	border-top:	none;
	padding-top: 3px;
	padding-bottom: 3px;
}

textarea.terms {
	height:200px;
	width: 100%;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:6px;
	overflow:auto;
}
textarea.terms p,
textarea.terms li {font:normal 11px/15px arial;color:#333;}
textarea.terms h3 {font:bold 14px/19px arial;color:#000;}
textarea.terms h4 {font:bold 12px/17px arial;color:#000;}
textarea.terms strong {color:#000;}

.card_decline_table th {
	font-weight: normal;
}
.card_decline_table td, .card_decline_table th {
	padding: 2px 5px 2px 5px;
}

.lg-productimage {
	width: 800px;
}

.container {
	font-size: 12pt;
}

.btn-download {
	margin: 10px;
}

/*Remove this for now (until we add promo codes for Ribalta)*/
#promo-code-container {
	display: none;
}

@media only screen and (max-width: 767px){
	.lg-productimage {
		width: 85%;
		height: auto;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}