/* Reset elements */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.column, .wrapper {
	box-sizing: border-box;
}

/* General styles */

body {
	font-family: "Roboto", Arial, sans-serif;
	line-height: 1.5;
	color: #333333;
	font-size: 20px;
}

p {
	font-size: 19px;
	margin-bottom: 30px;
	padding: 0;
}

b, strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.center {
	text-align: left;
}

.bgblue {
	background: #333333;
}

.light {
	color: #ffffff;
}

.colorblue {
	color: #333333;
}

.colororange {
	color: #de4b25;
}

.button {
	display: inline-block;
	text-decoration: none;
}

.bigbtn {
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	/*text-transform: uppercase;*/
}

.stdbtn {
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
	/*text-transform: uppercase;*/
}

.button.bgblue:hover {
	background: #5a5753;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.clear {
	clear: both;
}

/* Structure */

.section {
	padding: 60px 0;
}

.wrapper {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.col-1 {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.col-2, .col-3 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	box-sizing: border-box;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.33333333%;
}

.section:after {
	content: "";
	display: table;
	clear: both;
}

/* Header */

header {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}

.logo img {
	vertical-align: middle;
	margin-bottom: 40px;
}

.topnav {
	/*text-transform: uppercase;*/
	margin-top:-25px;
}

.topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topnav ul li {
	display: inline-block;
	padding: 0;
	margin: 0 14px;
	font-size: 16px;
}

.topnav ul li a {
	color: #5a5753;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.topnav ul li a:hover {
	color: #de4b25;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.topnav ul li a.active {
	color: #de4b25;
}

/* Mobile Navigation */

.slicknav_menu, #mobilenav {
	display: none;
}

/* Promo Block */ 

.promoblock {
	background: url(../img/promobg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.promoslogan {
	color: #ffffff;
	text-shadow: 0 1px 3px #7c7c7c;
	font-size: 20px;
	font-weight: 900;
	/*text-transform: uppercase;*/
	line-height: 1.3;
}

.promoslogan span {
	font-size: 41px;
	display: block;
	text-shadow: none;
}

.promoslogan span.bigger {
	font-size: 56px;
	line-height: 1.2;
}

/* Features */

.features {
	padding-bottom: 15px;
}

.featitem {
	margin-bottom: 15px;
	vertical-align: middle;
	text-align: left;
}

.featicon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* Steps */

.steps {
	padding-bottom: 30px;
}

img.stepimg {
	margin-bottom: 25px;
}

/* Iconblocks */

.iconblock {
	position: relative;
	padding-left: 80px;
}

.iconleft {
	position: absolute;
	left: 0;
	top: 4px;
}

/* Footer */

footer {
	padding: 15px 0;
	background: #f1f1f1;
	box-shadow: inset 0 5px 9px -3px #888888;
}

footer .wrapper {
	padding: 0 15px;
}

.contacticon {
	margin: 0 0 0 10px;
}

/* User Header */

.uc_logo {
	float: left;
	margin-right: 30px;
}

.userinfo {
	float: right;
	text-align: right;
}

.balanceammount {
	color: #006aa6;
}

.dropdownbtn {
	position: relative;
	padding-right: 15px;
	display: inline-block;
}

.dropdownbtn:hover {
	cursor: pointer;
}

.dropdownbtn:after {
	content: "";
	position: absolute;
	display: block;
	top: 8px;
	right: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #5b5b5b;
}

.dropdown-content {
	display: none;
	position: absolute;
	background: #efefef;
	border: 1px solid #c5c5c5;
	width: 200px;
	right: 15px;
	text-align: left;
	z-index: 99;
}

.dropdown-content a {
	display: block;
	padding: 0 15px;
	border-bottom: 1px solid #e7e7e7;
	color: #5b5b5b;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-decoration: none;
}

.dropdown-content a:hover {
	background: #006aa6;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.show {
	display:block;
}

/* User Cabinet Menu */

.uc_nav {
	background: #006aa6;
	padding: 0;
}

.uc_nav ul {
	padding-right: 15px;
	padding-left: 15px;
}

.uc_nav ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.uc_nav ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 15px;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.uc_nav ul li a:hover {
	background: #de4b25;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.uc_nav ul li a.active {
	background: #de4b25;
	font-weight: 600;
}

/* Statistics Content */

.innersection {
	padding: 10px 0 20px;
}

.statfilter a {
	display: inline-block;
	padding: 12px 12px;
	color: #006aa6;
	text-decoration: none;
}

.statfilter {
	margin-bottom: 20px;
}

.statfilter a:hover {
	background: #ebf5fa;
}

.statfilter a.filteractive {
	background: #006aa6;
	color: #ffffff;
}

.daterange {
	margin-bottom: 5px;
}

.daterange fieldset {
	display: inline-block;
	margin-bottom: 15px;
}

.daterange fieldset input, select{
	padding: 8px 10px;
}

.daterangedash {
	display: inline-block;
	margin: 0 10px;
}

input.sortbydaterange, a.sortbydaterange {
	display: inline-block;
	color: #ffffff;
	background: #006aa6;
	padding: 6px 10px;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 15px;
	border: none;
}

.statisticstable {
	width: 100%;
	font-size: 14px;
	min-width: 700px;
}

.stattablewrap {
	overflow-x: auto;
	margin-top: 20px;
}

.statisticstable td {
	padding: 7px 5px 7px 10px;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

.statisticstable tr:nth-child(odd) {
	background: #ebf5fa;
}

.tableheading {
	font-weight: 600;
}




/* Media Queries */

@media only screen and (max-width: 768px) {
	.col-1, .col-2, .col-3 {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.mobcenter {
		text-align: center;
	}
	.mobhidden {
		display: none;
	}
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	header {
		padding: 25px 0;
		text-align: center;
	}
	.logo img {
		margin-bottom: 25px;
	}
	.topnav, .uc_nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.uc_logo {
		display: inline-block;
	}
	.uc_logo, .userinfo {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.uc_logo img {
		max-width: 200px;
	}
	.dropdown-content {
		right: 50%;
		z-index: 999999;
		margin-right: -100px;
	}
	.statfilter a {
		padding: 7px 10px;
	}
}

footer {
	position: absolute; 
	bottom:0; 
	width: 100%; 
}

.innersection {
	margin-bottom: 100px;
}

#lean_overlay {
    position: fixed !important;
    z-index:100;
    top: 0px;
    left: 0px;
    min-height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{

	position: absolute !important;
	min-width:320px;
	width: 30%;
	height: auto;
	background: #FFF;
	box-sizing: border-box;
	padding: 20px 30px;
}

.form input[type="text"], .form input[type="password"] {
	display: block;
	width: 100%;
	padding: 0 15px;
	border: 1px solid #f9f9f9;
	color: #333333;
	background: #f9f9f9;
	line-height: 38px;
	margin-bottom: 12px;
	box-sizing: border-box;
	font-size: 16px;
}

.form input[type="submit"] {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: #006aa6;
	color: #ffffff;
	line-height: 38px;
	font-size: 16px;
	border: 0;
	padding: 0 30px;
	outline: 0;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.form input[type="submit"]:hover {
	background: #de4b25;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.form input[type="checkbox"] {
	margin-bottom: 16px;
}

.popup p, .checkbox {
	font-size: 13px;
	margin-bottom: 16px;
}

.popup a {
	color: #696969;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.popup a:hover {
	color: #de4b25;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

html {
  position: relative;
  min-height: 100%;
}

tr:hover {
	background-color:#f5f5f5!important;
}



@media screen and (max-width: 800px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}