/* BUTTONS */
.resReqBtn .btn {
	display: block;
    position: relative;
	border: 2px solid #336506;
	border-radius: 5px;
	overflow: hidden;
	color: #fff !important;
	font-size: 25px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.7);
}
.resReqBtn .btn .text {
	padding: 8px 0 0 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.resReqBtn .btn span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.resReqBtn .btn .background {
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(72,117,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(72,117,2,1) 0%, rgba(37,76,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,117,2,1)), color-stop(100%,rgba(37,76,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#487502', endColorstr='#254c01',GradientType=0 ); /* IE6-9 */
}
.resReqBtn .btn:hover .background {
	background: rgb(37,76,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(37,76,1,1) 0%, rgba(72,117,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,76,1,1)), color-stop(100%,rgba(72,117,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254c01', endColorstr='#487502',GradientType=0 ); /* IE6-9 */
}

.resReqBtn {
    width: 384px;
    height: 49px;
    background-color: #039801;
}

.hiddenItems .btn_checkout {
	display: block;
	width: 264px;
	height: 48px;
	border: 2px solid #336506;
	border-radius: 5px;
	overflow: hidden;
    position: relative;
	color: #fff !important;
	font-size: 25px;
    margin: -25px 0 0 33px;
	line-height: 48px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.7);
}

.hiddenItems .btn_checkout>.background {
	height: 100%;
	background: rgb(72,117,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(72,117,2,1) 0%, rgba(37,76,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,117,2,1)), color-stop(100%,rgba(37,76,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(72,117,2,1) 0%,rgba(37,76,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#487502', endColorstr='#254c01',GradientType=0 ); /* IE6-9 */
}
.hiddenItems .btn_checkout:hover>.background {
	background: rgb(37,76,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(37,76,1,1) 0%, rgba(72,117,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,76,1,1)), color-stop(100%,rgba(72,117,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(37,76,1,1) 0%,rgba(72,117,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254c01', endColorstr='#487502',GradientType=0 ); /* IE6-9 */
}

.checkout_box {
	position: relative;
	width: 330px;
	height: 249px;
	border-radius: 5px;
	background: #e6e4e5;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.checkout_box.with-res
{
    height: 319px;
}

.checkout_box  h1 {
	position: relative;
	text-align: center;
	font-size: 25px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	padding: 20px 0 0 0 !important;
	margin: 0 !important;
	letter-spacing: -0.03em;
	background: none !important;
	z-index: 1;
}
.checkout_box h2 {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
}
.checkout_box .amount_boxes {
	position: relative;
	/*width: 255px;
	height: 72px;*/
	width: 270px;
	height: 82px;
	margin: 0 auto;
	border: 1px solid #e6e4e5;
	border-radius: 5px;
    text-align: center;
}
.checkout_box .amount_box {
	display: inline-block;
    vertical-align: top;
	position: relative;
	width: 73px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #969696;
	border-radius: 4px;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
	/*overflow: hidden;	*/	
}
.input_amount_box3 {
	/*position: relative;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	height: 100%;
	line-height: 64px;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: transparent;
	margin: 0;
	z-index: 30;
}
.input_amount_box3_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	height: 60px;
	text-align: center;
	z-index: 1;
}
.checkout_box .amount_box .background {
	position: relative;
	height: 60px;
	border-radius: 3px;
	background: rgb(72,73,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(72,73,75,1) 0%, rgba(35,36,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,73,75,1)), color-stop(100%,rgba(35,36,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(72,73,75,1) 0%,rgba(35,36,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(72,73,75,1) 0%,rgba(35,36,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(72,73,75,1) 0%,rgba(35,36,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(72,73,75,1) 0%,rgba(35,36,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48494b', endColorstr='#232425',GradientType=0 ); /* IE6-9 */	
}
.checkout_box .amount_box:hover .background {
	background: rgb(35,36,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(35,36,38,1) 0%, rgba(72,73,75,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,36,38,1)), color-stop(100%,rgba(72,73,75,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(35,36,38,1) 0%,rgba(72,73,75,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(35,36,38,1) 0%,rgba(72,73,75,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(35,36,38,1) 0%,rgba(72,73,75,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(35,36,38,1) 0%,rgba(72,73,75,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232426', endColorstr='#48494b',GradientType=0 ); /* IE6-9 */
}
.checkout_box .amount_box.active .background {
	background: rgb(62,103,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(62,103,2,1) 0%, rgba(28,60,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,103,2,1)), color-stop(100%,rgba(28,60,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(62,103,2,1) 0%,rgba(28,60,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(62,103,2,1) 0%,rgba(28,60,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(62,103,2,1) 0%,rgba(28,60,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(62,103,2,1) 0%,rgba(28,60,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e6702', endColorstr='#1c3c01',GradientType=0 ); /* IE6-9 */
}
.amount_box3 {
	vertical-align: middle;
}
.amount_box .check {
	display: none;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 17px;
	height: 15px;
	z-index: 99;
}
.amount_box .cad_label {
	display: none;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 75px;
	height: 12px;
	line-height: 12px;
	color: #fff !important;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	z-index: 99;
}

.checkout_box .resource-opt
{
    display: none;
    position: relative;
    font-size: 12px;
    margin: 8px 0 10px 0;
}

.checkout_box.with-res .resource-opt
{
    display: block;
}

.checkout_box .resource-opt .option
{
    margin: 6px 0;
    margin-left: 60px;
}

.checkout_box .resource-opt .option input.custom-radio
{
    display: none;
    display: inline\9;
    position: absolute\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.checkout_box .resource-opt .option input.custom-radio + label
{
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
}

.checkout_box .resource-opt .option input.custom-radio + label .fa-on, 
.checkout_box .resource-opt .option input.custom-radio + label .fa-off
{
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
    margin-right: 6px;
    height: 18px;
    width: 18px;
}

.checkout_box .resource-opt .option input.custom-radio + label .fa-on,
.checkout_box .resource-opt .option input.custom-radio.checked + label .fa-off 
{
    display: none;
}

.checkout_box .resource-opt .option input.custom-radio.checked + label .fa-on
{
    display: inline-block;
}


.checkout_box .currencies {
	position: relative;

}
.checkout_box .currencies p.currency {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.checkout_box .currencies .currency_us {
	display: block;
	position: absolute;
	top: 22px;
	left: 24px;
	width: 117px;
	height: 26px;
	overflow: hidden;
	text-decoration: none;
}
.checkout_box .currencies .currency_us.active {
	background-position: 0 0;
}
.checkout_box .currencies .currency_us p {
	margin: 3px 0 0 23px;
	vertical-align: middle;
	font-size: 12px !important;
	width: 200px;
	color: #333;
}
.checkout_box .currencies .currency_us:hover p, .checkout_box .currencies .currency_cad:hover p {
	color: #000 !important;
}
.checkout_box .currencies .currency_us p img, .checkout_box .currencies .currency_cad p img {
	vertical-align: middle;
	margin-top: -2px;
}
.checkout_box .currencies .currency_cad {
	display: block;
	position: absolute;
	top: 22px;
	left: 146px;
	width: 155px;
	height: 26px;
	overflow: hidden;
	text-decoration: none;
}
.checkout_box .currencies .currency_cad.active {
	background-position: 0 -32px;
}
.checkout_box .currencies .currency_cad p {
	margin: 3px 0 0 23px;
	vertical-align: middle;
	font-size: 12px !important;
	width: 200px;
	text-decoration: none;
	color: #333 !important;
}
.btn_close_checkout {
	display: block;
	position: absolute;
	/*top: 5px;
	right: 2px;*/
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	border: 1px solid #bbb;
	border-radius: 30px;
	background: #333;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	z-index: 99;
}
.btn_close_checkout i {
	line-height: 23px;
	margin-left: 1px;
}
.btn_close_checkout:hover {
	background: #585858;
}
.checkout-overlay-parent .error_msg {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	font-weight: bold;
	color: #c00;
	vertical-align: middle;
}
.checkout-overlay-parent .error_msg i {
	font-size: 16px;
	vertical-align: middle;
}
/* CHECKOUT OVERLAY */
.checkout-overlay-parent {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -165px;
	width: 336px;
	height: 315px;
	z-index: 20000;
}
#checkout_overlay_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19999;
}

#checkout_overlay_bg { background: url('<% ImageUrl("/site/agentsoftheapocalypse/images/presale/ffffff_80.png"); %>') top left repeat; }
.checkout_box .currencies .currency_us, 
.checkout_box .currencies .currency_cad {
	background: url('<% ImageUrl("/site/agentsoftheapocalypse/images/presale/currency_active_bg2.png"); %>') top left no-repeat; 
	background-position: 0 -100px;
}
.input_amount_box3 { background: url('<% ImageUrl("/site/agentsoftheapocalypse/images/presale/1by1_trans.png"); %>') top left repeat; }
.amount_box .check { background: url('<% ImageUrl("/site/agentsoftheapocalypse/images/presale/check.png"); %>') top left no-repeat; }