/* CSS Document */

.clear-block {
	clear: both;
}

.success_message {
	margin: 0px auto 0px auto;
	font-size: 15px;
	border: 1px solid #6C6;
	background-color: #DFD;
	text-align: center;
	width: 510px;
}

.error_message {
	margin: 0px auto 0px auto;
	font-size: 15px;
	border: 1px solid #C6C;
	background-color: #F5EB09;
	text-align: center;
}

.disabled {
	background: none repeat scroll 0 0 burlyWood;
	cursor: default !important;
}

.error {
	color: #ff0000;
}

.errorblock {
	color: #000;
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	padding: 8px;
	margin: 16px;
}

.btn_submit {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 137px;
	margin-bottom: 5px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*background:#597276;*/
	background: #3EA018;
}

.btn_submit:hover {
	color: #fff;
}

#loading {
	margin: 12px auto 0 auto;
	width: 98px;
	height: 19px;
	border: 1px solid #FFCC67;
	background-color: #FFEFCE;
	text-align: center;
	line-height: 19px;
	margin-top: -60px;
}

.loading {
	margin: 0px auto 0px auto;
	width: 98px;
	height: 19px;
	border: 1px solid #FFCC67;
	background-color: #FFEFCE;
	text-align: center;
}

.warning-message {
        
        top: 0px;
        left: 10px;
        margin: 0px;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
  }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #f2f3f3;
  font-family: Georgia, Times New Roman, serif;
  color: #444444;
  font-size: 16px;
}
.page_container {
  width: 600px;
  margin: auto;
}
.page_content {
  background-color: white;
  box-shadow: 0 0 10px #747474;
  padding: 24px;
}
.benefit_list {
  counter-reset: benefit;
  list-style: none;
  padding-left: 60px;
}
.benefit_list li {
  color: #747474;
  font-size: 14px;
  position: relative;
  margin-bottom: 30px;
}
.benefit_list li header {
  color: #4a1000;
  font-size: 24px;
}
.benefit_list li:before {
  content: counter(benefit) ".";
  counter-increment: benefit;
  position: absolute;
  left: -60px;
  top: -18px;
  color: #4a1000;
  font-size: 48px;
}
a {
  text-decoration: none;
}
.yes_box {
  text-decoration: none;
  background-color: #516f9c;
  border: 1px solid #456089;
  border-radius: 5px;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: white;
  padding-bottom: 5px;
}
.yes_box div {
  background-color: #5f83b7;
  display: table-cell;
  padding: 12px 16px;
  vertical-align: middle;
}
.yes_box .yes_left {
  width: 22%;
  font-size: 48px;
  border-radius: 0 0 0 5px;
  border-right: 2px solid #516f9c;
  text-shadow: 2px 2px #516f9c;
}
.yes_box .yes_right {
  width: 80%;
  font-size: 18px;
  border-radius: 0 0 5px 0;
  text-shadow: 1px 1px #516f9c;
}
.yes_box .yes_right img {
  float: right;
  margin: 6px;
}
.order_container {
  margin: 20px 0;
  margin: auto;
}
.order_container .order_header {
  font-size: 24px;
  color: #5f83b7;
}
.order_container .order_header img {
  float: right;
  margin-left: 4px;
}
.order_container .subscriber_info header {
  font-size: 18px;
  color: #444444;
}
.order_container .payment_info {
  background-color: #bbbbbb;
  border: 1px solid #747474;
  border-radius: 4px;
  box-shadow: inset 0 0 8px #747474;
}
.gaurantee {
  border: 6px solid #00ad21;
  padding: 24px;
  margin: 20px 0;
  color: #747474;
  box-shadow: 0 3px #bbbbbb;
}
.gaurantee header {
  color: #008319;
  font-size: 24px;
  text-align: center;
}
.gaurantee p {
  margin-top: 24px;
}
.mobile_links img {
  margin-right: 10px;
}
.page_footer {
  padding: 24px 2px;
  font-size: 11px;
  color: #bbbbbb;
}
#loadingDiv {
    display: none;
    position: fixed;
    left: 48%;
    top: 40%;
    z-index: 1000;
}

.non-displayed {
    display: none;
}