﻿@charset "utf-8";
/* Rgen Smart Zone CSS Document */


@font-face {
 font-family: 'Roboto';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
 src: local('Roboto-Regular.ttf'), local('Roboto-Regular.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Regular.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
 font-family: 'Roboto Medium';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Medium.woff'); /* IE9 Compat Modes */
 src: local('Roboto Medium'), local('Roboto-Medium.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Medium.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Medium.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
 font-family: 'Roboto Bold';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
 src: local('Roboto-Bold'), local('Roboto-Bold.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Bold.ttf') format('truetype'); /* Legacy iOS */
}
body {
	font-family: 'Roboto';
	font-size: 12px;
	color: #666;
	margin: 0;
	padding:0;
	overflow-x: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.wrap {
	min-width: 960px;
}
.text-blue {
	color:#034ea2;
}
.text-lightBlue {
	color: #00b2ff;
}
.text-orange {
	color: #f77b01;
}
.text-purple {
	color: #854d96;
}
.text-greenDard {
	color: #315035;
}
.text-brownDard {
	color: #7e662f;
}
.text-pink {
	color: #e3044e;
}
.text-red {
	color: #ff1e00;
}
.text-green {
	color: #00a650;
}
.text-gray {
	color: rgba(0, 0, 0, 0.5);
}
.text-gray-solid {
	color: #666 !important;
}
.largeFont {
	font-size: 22px;
}
.mediumFont {
	font-size: 16px;
}
.smallFont {
	font-size: 10px;
}
.semiBold {
	font-family: 'Roboto Medium';
}
.Bold {
	font-family: 'Roboto Bold';
}
section {
	clear: both;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
}
.footerSection {
	background-color: #fff;
	margin: 0;
	padding: 16px 50px;
	border-top: 1px solid #e0e0e0;
	line-height: 180%;
}
.headerSection {
	background-color: #fff;
	padding: 13px 50px;
	height: 65px;
	box-sizing: border-box;
}
.headerSection .topLeft span {
	margin-right: 20px;
	vertical-align: middle;
}
.headerSection .topLeft span img {
	vertical-align: middle;
	text-align: center;
}
.topRightList {
	margin-bottom: 0;
}
.topRightList > li {
	border-right: 1px solid #dddddd;
	color: #034ea2;
	font-size: 14px;
	list-style: none;
	display: inline-block;
	padding : 2px 10px;
	margin: 12px 0;
	font-family: 'Roboto Medium';
}
.topRightList li:last-child {
	border-right: 0;
}
h1.pageTitle {
	color: #034ea2;
	font-size: 28px;
	margin-top: 5px;
}
.mainSection {
	background-color: #efefef;
	min-height: 500px;
	padding: 20px 0 50px;
}
.mainSection.gradientTop {
	background: #efefef url(../images/mainsectionGradient.png) repeat-x left top;
}
.mainSectionContainer {
	width: 960px;
	margin: 0 auto;
}
.cardOnPaymentSuccessful {
	width: 400px;
	margin: 15px auto;
	padding: 15px;
	box-shadow: 0 4px 4px 1px #ccc;
	background-color: #fff;
	border-radius: 15px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px !important;
}
.font12 {
	font-size: 12px;
}
.font22 {
	font-size: 22px !important;
}
.font28 {
	font-size: 28px !important;
}
.btn{
	border-radius: 24px;
	padding: 4px 20px;
}
.borderRightOnLogo {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

@media only screen and (max-width: 600px) {
	.mainSectionContainer, .wrap {
		width: 100%;
		min-width: 100%;
	}
	.cardOnPaymentSuccessful {
		width: 90%;
	}
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.headerSection, .footerSection {
		padding: 13px 0px;
	}
	.topRightList{
		display: none;
	}
	.headerSection .topLeft span {
		margin-right: 14px;
	}
  }