.checkout-box {
	position: relative;
	margin: 0px auto 50px auto;
	max-width:900px;
}

.checkout-box h3
{
	border-bottom:2px solid black;
	line-height: 40px;
	text-transform: uppercase;
}

.checkout-box .checkout-comment
{
	margin: 20px 0;
	font-size: 0.9em;
	font-style: italic;
	color: #ff0069;
}

.checkout-box .checkout-comment i.fa
{
	margin-right: 4px;
	font-size: 0.8em;
}

.checkout-box .checkout-form
{
	border-bottom:2px solid black;
	padding-bottom:20px;
}

.checkout-box .checkout-form .checkout-field-label
{
	float: left;
	width: 65px;
	color: #005a8c;
	line-height: 50px !important;
	text-transform: uppercase;
}

.checkout-box .checkout-form select.checkout-product
{
	border: 0;
	line-height:48px;
	height:48px;
	min-width: 200px;
	outline: 1px solid #979797;
	background-color: white;
	font-size:17px;
}


.checkout-box .checkout-row
{
	padding: 3px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	clear:both;
}

.checkout-box .checkout-row.hidden
{
	display: none;
}

.checkout-box .checkout-row.right
{
	text-align: right;
}

.checkout-box .checkout-form .checkout-input
{
	width: 300px;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #979797;
	font-size: 20px;
	box-sizing: border-box;
	outline:0;
}
.checkout-box .checkout-form .checkout-input.full-width
{
	width: calc(100% - 66px);
}

.checkout-box .checkout-form .checkout-input[name=couponCode]
{
	text-transform: uppercase;
}

#couponField label#couponDetails
{
	position: relative;
	left: 65px;
	font-size: 0.7em;
	border: solid 1px gainsboro;
	padding: 0 4px;
	background-color: #ffeced;
	letter-spacing: 0.03em;
	display: block;
	width: 300px;
	margin-top: 4px;
	box-sizing: border-box;
	text-transform: uppercase;
}

#couponField label#couponDetails.found
{
	background-color: #5bd900;
}

#couponField label#couponDetails.found:after
{
	font-family: FontAwesome;
	content: "\f00c";
	float:right;
}

#couponField label#couponDetails.loading:after
{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	font-family: FontAwesome;
	content: "\f110";
	float:right;
}

.checkout-box .checkout-link
{
	height:50px;
	line-height: 50px;
	vertical-align: middle;
	display: table-cell;
	box-sizing: content-box;
	font-weight: normal;
}

.checkout-row a
{
	text-decoration: none;
	color:#005A8B;
}

.checkout-row a:hover
{
	color: #0187c6;
	text-decoration: none;
}

.checkout-box abbr.required
{
	color: red;
	font-weight: 700;
	border: 0;
	text-decoration: none;
	cursor:default;
}

.checkout-box .checkout-checkbox
{
	font-size:x-large;
}

.checkout-box .submit-checkout, .checkout-box .product-selection
{
	width: 160px;
	height: 55px;
	display: inline-block;
	box-sizing: content-box;
	text-align: center;
	background-color: #005a8c;
	font-size: 20px;
	color: #fff;
	line-height: 55px;
	text-decoration: none !important;
	cursor: pointer;
	border: 0;
	padding:0;
}

.checkout-box .product-selection.choose-plan
{
	background-color: #005a8c;
}

.checkout-box .product-selection.registered,
.checkout-box .product-selection.enlisted
{
	background-color: #59b300;
}

.checkout-box .product-selection.registered.stopped
{
	background-color: #ea8b37;
}

.checkout-box .product-selection.registered:before, .checkout-box .product-selection.enlisted:before
{
	content:"\f00c  ";
	font-family: "FontAwesome";
}

.checkout-box .product-selection.stopped:before,.checkout-box .product-selection.registered.expired:before
{
	content:"\f12a  ";
	font-family: "FontAwesome";
}

.checkout-box .product-selection.enlisted,
.checkout-box .product-selection.registered.expired,
.checkout-box .product-selection.registered.stopped,
.checkout-box .product-selection.choose-plan
{
	cursor: pointer;
}

.checkout-box .product-selection.registered
{
	cursor: default;
}

.plan-selection table
{
	width:calc(100% - 2px);
	border:solid 1px #ebebeb;
}

.plan-selection table tr:nth-child(2n+1)
{
	background-color:transparent;
}

.plan-selection table tr:hover
{
	background: ghostwhite;
}

.plan-selection table td
{
	border:solid 1px #ebebeb;
}

.plan-selection table td, .plan-selection table th
{
	font-size: 1em;
}

.plan-selection table td.fixed-width
{
	width:300px;
}
.plan-selection table td small
{
	font-size:0.85em;
}

.plan-selection table td
{
	text-align: left;
}

.plan-selection table td:last-child
{
	text-align: center;
}

@media screen and (max-width:800px)
{
    .checkout-box .checkout-form .checkout-input, .checkout-box .checkout-form select.checkout-product, #couponField label#couponDetails
    {
        width:calc(100% - 66px);
    }
}
