@charset "utf-8";
* {
	font-family:arial, sans-serif; 
}
*:hover,*:active,*:focus,
		a:hover,a:active,a:focus{
	outline:none !important;
	text-decoration: none !important;
}
html,body{
  height:100%;
}
body {
	position: relative;
    z-index: 0;
	overflow-x: hidden;
	background: #414141;
}
/*@font-face {
    font-family: 'oriya_mnregular';
    src: url('../fonts/oriya_mn-webfont.eot');
    src: url('../fonts/oriya_mn-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/oriya_mn-webfont.svg') format('svg'),
         url('../fonts/oriya_mn-webfont.woff') format('woff'),
         url('../fonts/oriya_mn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
	font-family: arial, sans-serif;
	font-weight: normal;
    font-style: normal;
}
p {
}

h1 {
}
h1 span{
	font-size: 36px !important;
    margin-right: 12px;
}
h2{
}
h3 {
}
nav {
	background-color: #000;
	border-left: 3px solid #59eacd;
	padding: 10px 0;
}
nav a {
	color: #59eacd;
}
nav img {
	width: 137px;
	max-width: 100%;
	position: absolute;
	left: 65px;
	z-index: 656;
}
button {
	background-color: #59eacd;
	border-radius: 4px;
	padding: 10px;
	border: none;
	text-transform: uppercase;
	transition: all 0.1s ease-in;
	min-width: 121px;
	margin-top:4px
}
button:hover {
	background-color: #43d2b5;
}
.buttons {
	float: right;
	margin-right: 15px;	
}
.icon-bar {
    background-color: #59eacd;
}
.icon-bar+.icon-bar {
    margin-top: 4px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
}
.menu {
	background: #424242;
	border: none;
}
.menu ul{
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
    margin-right: -17px;
    height: 100%;
}
.menu ul li{
	list-style: none;
	padding: 19px;
}
.menu ul a li {
	color: #9e9e9e;
	transition: all 0.1s ease-in;
}
.menu ul a li:hover, ul.ul-child li a:hover{
	color: #59eacd;
}
.menu ul ul{
	overflow-y: hidden;
}
li.active-item, ul.ul-child li {
	border-left: 3px solid #59eacd;
	background-color: #373737;
}
ul.ul-child li a{
	color: #9e9e9e;
	padding-left: 41px;
}
ul.ul-child {
	height: auto;
}
.nav-expand span {
	position: relative;
}
.nav-expand span::after {
	content: "\f067";
	position: absolute;
    right: -178px;
    font-size: 15px;
}
.nav-expand span.minus::after {
	content: "\f068" !important;
}
.banner {
	background-color: #292929;
	padding: 0 0 30px;
}
.banner img {
	display: block;
	float: right;
	margin-right: 15px;
	width: auto;
	
}
.banner .logo{
	max-height:80px;
	margin-top:10px;
}
.banner .default{
	max-width: 100%;
	height: 100px;
}
main {
		height: 74%;

}
section {
	background-color: #fff;
	padding: 25px 0 40px;
	position: relative;
	min-height: 440px;
    display: block;
    float: none;
    overflow: visible;
}
footer {
	position: relative;
	bottom: 0;
	background-color: #dadada;
	padding: 9px 0;
    z-index: 2;
    width: 100%;
    margin-top: -60px;
	height: 60px;
}
footer .footer-btns {
	margin: auto;
	max-width: 1200px;
}
footer .footer-btns .fa-cog {
	font-size: 19px;
	color: #acacac;
	font-size: 30px;
}
footer button {
	margin: 0 39px 0 -20px;
}
span.fa {
	width: 40px;
    font-size: 17px;
}
.main {
	margin: auto;
	display: block;
	max-width: 1200px;
	padding: 0 30px;
	transition: all 0.1s ease-out;
}
.main h1 {
	color: #a7a9ac;
}
/*Slideout Menu*/
.slideout-menu {
  position: absolute;
  left: 0;
  top: 188px;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 256px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  min-height: 440px;
}

.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
  /*transform: translateX(256px);*/
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
/*  overflow: hidden;
*/}
.slideout-open .slideout-menu {
  display: block;
}
.slideout-open .main, .slideout-open .footer-btns {
	margin: 0 21% 0 6%;
    max-width: 1200px;
    display: block;
	float: none;
}
.toggle-button {
	background-color: transparent;
	border: none;
	min-width: initial;
}
/*End  slideout menu*/
.spend img {
	width: 42px;
    max-width: 100%;
    margin: 29px 15px;
}
.spend h1 {
	color: #59eacd;
	float: right;
	text-align: right;
}
.spend h1::after {
	content: "";
    border: 3px solid #59eacd;
    padding: 32px;
    position: absolute;
    border-radius: 50%;
    top: 17px;
    left: 15px;
}
.spend p {
	color: #9e9e9e;
}
.spend .col {
	background-color: #606060;
	position: relative;
	border-bottom: 4px solid #59eacd;
	border-radius: 5px;
	margin: 0 30px 0 15px;
}
.activity {
}
.activity select, .activity input{
	display: block;
}
.activity select {
    background-color: #d6d6d6;
    width: 550px;
    max-width: 100%;
    border: none;
    border-radius: 5px;
    padding: 15px 16px !important;
	margin-bottom: 9px;
}
.activity input {
    padding: 23px 15px !important;
    margin-bottom: 9px;
    width: 550px;
    max-width: 100%;
    background-color: #d6d6d6;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
.greybar {
	background-color: #424242;
	margin-top: 16px;
	padding: 10px;
    border-radius: 5px;
}
.greybar h1{
	color: #fff;
	font-size: 22px;
    margin: 0;
}
.greybar h2{
	color: #59eacd;
	font-size: 15px;
    margin: 0px 0 2px;
}
.greybar button {
	float: right;
}
.greybar button:first-child {
	margin-left: 10px;	
}
/*transaction table*/
.transactions {
	text-transform: uppercase;
    margin-bottom: 20px;
	margin-top: 20px;
}
.transactions span {
	font-size: 14px;
	text-transform: none;
}
.transactions table{
	margin-bottom: 50px;
	color: #8f9498;
}	
.transactions td.day {
	text-align: center;
	background-color: #414141;
	color: #98CD01;
	text-transform: uppercase;
    font-size: 19px !important;
    padding: 15px 0 !important;
}
.transactions tr:first-child {
	background-color: #59eacd;
	color: #fff;
}			
.transactions tr:nth-child(2n+3) {
	background-color: #ececec;
}
.transactions td {
    padding: 5px 8px;
	font-size: 14px;
    font-weight: 600;
}
/*End transaction table*/

/*Earn Rewards form*/
#FuseBoxValidate label {
    background: #59eacd;
    width: 18%;
    padding: 10px 18px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border: 0px solid #000000;
    float: left;
}
#FuseBoxValidate label h1{
    color: #000;
    font-size: 20px;
    margin: 0;
}
#FuseBoxValidate label p{
	margin: 0;
}
#FuseBoxValidate input, #FuseBoxValidate select{
    width: 82%;
    height: 62px;
    float: left;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    background-color: #d6d6d6;
    border: none;
    text-align: left;
    padding-right: 30px;
    font-family: 'helvetica-neue', helvetica, arial, sans-serif;
    font-size: 27px;
}
#FuseBoxValidate select {
	-webkit-appearance: none;
	background: url(../images/dropdown-arrow.png) no-repeat 97% 50%;
	-moz-appearance: none;
	background-color: #bbbbbb;
    background-size: 12px;
	border-right:1px solid #ffffff
	/*padding-right: 52px;*/
}
#FuseBoxValidate button {
	margin-top: 20px;
	margin-left:1px;
	margin-right:1px;
}
/*End earn Rewards form*/
.form-control{
	height: auto !important;
}
.date-select{
	width:27.3% !important;
	border-radius: 0px !important;
}
.date-select.ds-right{
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.formError .formErrorArrow{
	display: none;
}
.formError .formErrorContent {
    background: #9c2525 !important;
}
@media screen and (max-width:1199px){
	.slideout-open .main, .slideout-open .footer-btns {
		margin: 0 21% 0 6%;
	}
	.date-select{
		width:23.3% !important;
	}
/*	.greybar button {
		float: none;
		display: block;
	}
	.greybar button:first-child {
		margin-left: 0;	
	}*/
	#FuseBoxValidate input, #FuseBoxValidate select {
		width: 70%;
	} 	
	#FuseBoxValidate label {
		background: #59eacd;
		width: 30%;
	}
}
@media screen and (max-width:992px){
	.slideout-open .main, .slideout-open .footer-btns {
		margin: 0 24% 0 6%;
	}
	.welcome {
		display: none !important;
	}
	section {
    	padding: 10px 0 40px;
	}
}


@media screen and (max-width:545px){
	.banner {
		display: none;
	}
	.slideout-menu {
		top: 70px;
	 }
	 nav{
		height: 70px;
	}
	 nav img {
		width: 70px;
		left: 20px;
	}
	.slideout-open .main, .slideout-open .footer-btns {
    	margin: auto;
	}
	main {
		height: 100%;
	}
}
@media screen and (max-width:450px){
}


.alert {
	font-size:16px; 
}
.alert-info,.alert-danger,.alert-warning{
	background-color:#414141 !important;
	color:#ffffff !important;
	border:none !important
}
input,
textarea {
    font-size: 24px;
    padding-left: 20px;
    
    color: #000000;
    text-shadow: 0px 0px 0px #000;
    -webkit-text-fill-color: transparent;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color:
    text-shadow: none;
    -webkit-text-fill-color: initial;
}
.faq-button {
	width:100%; font-size:16px !important; 
	text-align:left; 
	background:#fcfcfb !important
}

.faq-button:hover {
	background:#59eacd !important
}