html,body,div,p,h1,h2,h3,h4,ul{
	margin:0px;
	padding:0px;
}
body {
    color: #444;
    background-color: #ffffff;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Open Sans',sans-serif;
	-webkit-transition: opacity .24s ease-in-out;
	-moz-transition: opacity .24s ease-in-out;
	transition: opacity .24s ease-in-out;
	overflow-x: hidden;
	word-wrap: break-word;
}
ul li{
	list-style-type: none;
}
a{
	color: #666;
	text-decoration:none;
}
.content{
	padding:20px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size: 10px;
}
table.bordered td,table.bordered th{
	padding:5px;
	border:1px #ECF0F6 solid;
	vertical-align:top;
}
.bottom-line{
	border-bottom:1px solid #ECF0F6;
}
.bold{
	font-weight:bold;
}
.wrapper{
	padding:10px;
}
.payment_options{
	border:1px solid #000;
	border-radius:4px;
	width:300px;
}
.payment_option{
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
}
.payment_options form{
	border-bottom:1px solid #000;
}
.payment_options form:last-child{
	border-bottom:0px;
}
.remain-inline{
	display:inline-block;
	vertical-align: top;
}
.remain-inline-middle{
	display:inline-block;
	padding-top: 36px;
	vertical-align: top;
}
.pull-right{
	float:right;
}
#animation,#progress{
	display:none;
}
.spinner {
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #7CC1E6;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.information p, .success p, .warning p,.validation p,.error p{
	margin-top: 5px;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #88ffd1;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error,.success,.warning,.information {
	margin: 10px 0px;
	padding: 9px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
table.bordered td,table.bordered th{
	padding:5px;
	border:1px #ECF0F6 solid;
	vertical-align:top;
}
table.cart-cells td,table.cart-cells th{
	padding:5px;
	border:2px #dee2e6 solid;
	vertical-align:top;
	font-size:16px;
}
.center{
	text-align:center;
}
input:focus,button:focus,TextArea:focus,select:focus{
	outline:none;
}
input[type="text"],input[type="email"],input[type="password"]{
    display: block;
    width: 100%;
    font-family: 'Open Sans Light', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	border: 1px solid #BEBEBE;
	color: #000;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	margin-top:5px;
	border-radius:20px;
}
input[type="text"]::placeholder,input[type="email"]::placeholder, input[type="password"]::placeholder{
    color: #000;
    opacity: 1;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,TextArea:focus{
	border:3px solid #f53d2d;
}
TextArea{
	display: block;
    width: 100%;
    font-family: 'Open Sans Light', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	border: 1px solid #BEBEBE;
	color: #f53d2d;
	font-size: 14px;
	padding: 5px 20px 5px 20px;
	margin-top:5px;
	border-radius:20px;
}
.full-btn{
	width:100%;
}
.pay-btn,.gradient-btn{
	background: linear-gradient(-180deg,#f53d2d,#f63);
}
select{
    width: 100%;
    padding: 5px;
	font-family: 'Open Sans Light', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	border: 1px solid #BEBEBE;
	color: #000;
	font-size: 14px;
	margin-top:5px;
	border-radius:20px;
}
.tab-header{
	background-color: #7CC1E6;
	position: fixed;
	left: 0;
	right: 0;
}
.tab{
	color:#fff;
	border-bottom:4px solid #7CC1E6;
	text-align:center;
	float:left;
}
.tab a{
	padding:10px;
	display:block;
	color:#fff;
	cursor:pointer;
}
.tab.current{
	border-bottom:4px solid #f53d2d;
	font-weight:bold;
}
.tab-push{
	height:70px;
}
input[type="submit"],.file-button,.button{
    border-radius: 27px;
	background-color: #7CC1E6;
	border-color: #7CC1E6;
	color: #FFF;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	padding: 5px 20px 5px 20px;
	font-size: 13px;
	cursor:pointer;
}
.password-visible-input-box{
	position: relative;
	display: block;
}
.password-eye-icon{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size:20px;
	cursor:pointer;
	color: #7CC1E6;
}
.pick-date-input-box{
	position: relative;
	display: block;
}
.date-picker-icon{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size:20px;
	cursor:pointer;
	color: #f53d2d;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}