html{
	height: 100%;
	width: 100%;
}
body{
	line-height: 1.42857143;
    color: #333;
    margin: 0;
	background: #2a3f54 url('/img/login_page.png') -30px -10px no-repeat !important;
	padding-left: 0;
    padding-right: 0;
    min-height: 100%;
}
/*******************RAZ*****************/
*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
    display: block;
}

.hide {
	display: none;
}

.bottom_border {
	padding: 10px 0;
	border-bottom: 1px dotted #385b82;
	margin-bottom: 5px;
}

.error_message {
	color: red;
}

.ni_submit {
	display: none;
}

.submit_button {
	padding: 0 15px;
    color: #fff;
    border: none;
    line-height: 30px;
    height: 30px;
    outline: none;
    background: #32BD58;
}

.main_holder {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #fff;
	padding: 20px 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444444;
	font-size: 13px;
	margin: 0 auto;
	width: 440px;
}

.browser_block h1 {
	color: #666666 !important;
	margin: 14px 0 0 0;
}

.font-bold {
	font-weight: bold !important;
}

.font-18 {
	font-size: 18px !important;
}

.browser_block_body {
	float: left;
    display: block;
    width: 100%;
    text-align: center;
	color: #666666;
}

.browser_block_body_container {
	margin-top: 19px;
}

.no-border-bottom {
	border-bottom: none !important;
}

.ni_submit {
	text-align: center;
}

.ni_submit .submit_button {
	cursor: pointer;
}

.order_details li{
	margin-bottom: 10px;
	margin-top: 10px;
}
.order_details li:last-child{
	margin-bottom: 0;
}
.order_details li:first-child{
	margin-top: 0;
}
.order_details li:after{
	display: block;
	content: '';
	clear: both;
}
.paymentDetail {
    margin-left : 10px;
    margin-bottom : 5px !important;
    margin-top : 5px !important;
}
.label_name, .label_desc{
	display: block;
	float: left;
}
.label_name{
	color: #666666;
	width: 30%;
}
.label_desc{
	width: 70%;
}
.paymentDetail .label_name{
    width : 55%;
    display : inline;
}
.paymentDetail .label_desc{
    width : 30%;
    display : inline;
}

/* .squaredThree */
.accept_checkbox{
	position: relative;
	font-size: 11px;
	margin-bottom: 15px;
}
.squaredThree {
  width: 20px;
	position: absolute;
	left: 0;
	display: inline-block;
}
.text_checkbox{
	display: block;
	padding-left: 30px;
	color: #acacac;
}
.squaredThree label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #acacac;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.squaredThree label:after{
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 6px;
	left: 4px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}
.squaredThree label:hover:after{
	opacity: 0.3;
}
.squaredThree input[type=checkbox] {
	visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.squaredThree input[type=checkbox]:checked + label{
	background: #32bd58;
	border: 1px solid #32bd58;
}
.checkout_button{
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	background: #32bd58;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.checkout_button.disabled{
	pointer-events: none;
	background-color: #a7a9ac;
}
.order_details{
	padding: 15px 30px;
	border-top: 1px dotted #385b82;
	border-bottom: 1px dotted #385b82;
	margin-bottom: 10px;
}
.main_holder h1{
	margin-bottom: 10px;
}
.main_holder h1, .main_holder h1 span{
	text-align: center;
	font-size: 21px;
	color: #385b82;
	line-height: normal;
	height: auto;
}

#payment_form{
	display: none;
}
#payment_form.enabled{
	display: block;
}
#payment_form #cko-widget{
	padding: 20px 40px;
	padding-bottom: 0;
}
#payment_form #cko-widget .buttons-container{
	float: none;
}
#payment_form #cko-widget .buttons-container .cko-pay-now{
	display: block;
	width: 100%;
	background: #32bd58 !important;
	border: 0 none;
}
.public_view{
	height: 100%;
}
.v_aligned_parent{
	text-align: center;
	height: 100%;
	margin-top: 10%;
}
.v_aligned_parent:after, .v_aligned_parent:before{
	display: inline-block;
	width: 0.5%;
	height: 100%;
	vertical-align: middle;
	content: '';
}
.main_holder{
	display: inline-block;
	vertical-align: middle;
	max-width: 98%;
	text-align: left;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #39b54a;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}
.checkmark {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 50px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.error_icon .checkmark{
  animation: fill_red .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.error_icon .checkmark__circle{
  stroke: red;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 148;
  stroke-dashoffset: 148;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 130px #39b54a;
  }
}

@keyframes fill_red {
  100% {
    box-shadow: inset 0px 0px 0px 130px red;
  }
}

.text_container{
	text-align: center;
	margin-bottom: 50px;
}

.success_text_container{
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: bold;
}
.success_text_container p{
	margin-bottom: 10px;
}
.success_text_container p.success_text{
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
}
.terms_conditions_parent{
	width: 750px;
	/*max-height: 500px;*/
	overflow: auto;
	margin:15px auto;
}
.page_title{
	font-size: 21px;
	color: #385b82;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #385b82;
	
}
.terms_conditions_parent ol{
	margin: 10px 0;
	margin-left: 25px;
}
.terms_conditions_parent ol li{
	list-style: decimal;
	list-style-position: outside;
}
.terms_conditions_parent p{
	margin: 0 0 15px 0;
}
h2.sub_title{
	color: #385b82;
	font-size: 18px;
	margin: 25px 0 10px 0;
}
h3{
	color: #404040;
	margin: 0 0 5px 0;
}
.main_holder a{
	color: #385b82;
	text-decoration: underline;
}
.main_holder a:hover{
	text-decoration: none;
}
.terms_conditions_parent ol.decimal_display li{
	list-style: lower-alpha;
}
.big_section_content{
	border-bottom: 1px solid #385b82;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.center_align{
	text-align: center;
}
.PT_open_popup{
	margin: 0 auto;
}

input {
	font-size: 23px;
	line-height: 30px;
	padding: 5px;
}

.bg-grey {
	background-color: #EEEEEE;
}