@import "font-face_v5.css";

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
	}

body{
	background-color:#fff;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: "Stag Web", Geneva, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: center; /* for IE */
	color: #000;
	}

a{color: #000;}
a:hover {color:#000;}

header, nav {
	height: 107px;
	background-image: url('../img/site_v5/top-menu-bg.png');
	background-color: #00e455 !important;
	}
	
header .fa {color: #fff;}
header .fa:hover {color: #fff;font-weight: bold;}

.nav-menu a{color: #fff;}
.nav-menu a:hover{color: #fff; font-style: underline;}
.nav-item a.is-active, a.nav-item.is-active{color: #fff; font-weight: bold; font-style: underline; }
	
.nav-toggle span {
  background-color: #a8a8a8;
}

.nav-toggle.is-active span {
  background-color: #00e455;
}

@media screen and (max-width: 768px) {
	.nav-menu { padding-left: 15px; }
	.nav-menu a{color: #343434;}
	.nav-menu a:hover{color: #343434;}
	.nav-item a.is-active, a.nav-item.is-active{color: #343434; }
}

footer{
	color: #fff;
	min-height: 65px;
	background-color: #343434 !important;
	}

footer a{color: #fff;}
footer a:hover{color:#fff; font-weight: bold;}

.main {
    background-size: cover;
}

.input.is-active, .input.is-focused, .input:active, .input:focus,
.textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
    border-color: #00e455;
}

@media screen and (min-width:768px) {
	.main {
		min-height: calc(100vh - 255px);
	}
}

@media screen and (max-width:768px) {
	#aside-menu {
		display: none;
	}
}

#mobile-menu {
	display: none;
}

@media only screen and (max-width: 767px) {
	#mobile-menu {
		display: block;
	}
}

#partner-icons {
	margin-top: 20px;
}
#partner-icons figure.image {
	width: 128px !important;
	margin: 5px auto 0 auto;
}

#accordion .label {
	font-family: "Stag Web", Geneva, Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: normal;
}

.nav-item img {
	max-height: 100%;
}

.rg-container {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #fff;
}
.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #fff;
}
table.rg-table thead {
	border-bottom: 3px solid #ddd;
}
table.rg-table th {
	color: #fff;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #fff;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}

/* media queries */
@media screen and (max-width: 767px) {
	.rg-container {
		max-width: 767px;
		margin: 0 auto;
	}
	table.rg-table {
		width: 100%;
	}
	table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
		display: none;
	}
	table.rg-table thead {
		display: none;
	}
	table.rg-table tbody {
		width: 100%;
	}
	table.rg-table tr, table.rg-table th, table.rg-table td {
		display: block;
		padding: 0;
	}
	table.rg-table tr {
		border-bottom: none;
		margin: 0 0 1em 0;
		padding: 0.5em;
	}
	table.rg-table tr.highlight {
		background-color: inherit !important;
	}
	table.rg-table.zebra tr:nth-child(even) {
		background-color: none;
	}
	table.rg-table.zebra td:nth-child(even) {
		background-color: #f6f6f6;
	}
	table.rg-table tr:nth-child(even) {
		background-color: none;
	}
	table.rg-table td {
		padding: 0.5em 0 0.25em 0;
		border-bottom: 1px dotted #ccc;
		text-align: right;
	}
	table.rg-table td[data-title]:before {
		content: attr(data-title);
		font-weight: bold;
		display: inline-block;
		content: attr(data-title);
		float: left;
		margin-right: 0.5em;
		font-size: 0.95em;
	}
	table.rg-table td:last-child {
		padding-right: 0;
		border-bottom: 2px solid #ccc;
	}
	table.rg-table td:empty {
		display: none;
	}
	table.rg-table .highlight td {
		background-color: inherit;
		font-weight: normal;
	}
}


/* Tabs container */
.r-tabs {
	position: relative;

	background-color: #343434;

	border-top: 1px solid #343434;
	border-right: 1px solid #343434;
	border-left: 1px solid #343434;
	border-bottom: 4px solid #343434;
	border-radius: 4px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #343434;
}

.r-tabs-nav {
	border-bottom: 1px solid #fff;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #343434;
	text-shadow: none;

	background-color: white;
	
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #343434;

	border-bottom: 4px solid #343434;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #343434;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #343434;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}


.is-floating-right-bottom {
	position: absolute;
	right: 15px;
	bottom: 5px;
}

.terms_and_conditions {
	list-style-type: circle;
	margin-top: 15px;
	margin-left: 15px;
}

.terms_and_conditions li {
	margin-top: 5px;
}

.dashboard {
	margin-right: 1.5em;
}

.dashboard a {
	font-weight: bold;
}

.dashboard a:hover {
	font-weight: bold;
	color: #00e455;
}

.current-debt th, .current-debt td {
	border-color: transparent !important;
}

.remove-padding {
	margin-top: -20px;
}

.table a:hover {
	color: #000;
}

.tabs li.is-active a {
	border-bottom-color: #00e455 !important;
	color: #00e455 !important;
}

.menu-list a:hover {
	color: #00e455 !important;
}

.menu-list a.is-active {
	color: #000 !important;
	background-color: #00e455 !important;
}

.menu-list a:hover.is-active {
	color: #fff !important;
}

.is-primary {
	background-color: #00e455 !important;
}

.is-info {
    background-color: #00e455 !important;
    color: #000 !important;
}

.login-slogan {
		font-size: 3.5rem;
}

.login_logo {
	font-size: 25px;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.strong-17 {
	font-size: 17px;
	font-weight: bolder;
	}
	
.strong-14 {
	font-size: 14px;
	font-weight: bolder;
	}

.strong-12 {
	font-size: 12px;
	font-weight: bolder;
	}

.small-10 {
	font-size: 10px;
	font-weight: bolder;
	}

.italic {
	font-style: italic;
	}

#step01 {
	display: none;
	}

.color_green {
	color: #00e455;
	}
	
.color_red {
	color: #c72525;
	}

.font-size-10 {
	font-size: 10px;
	}
	
.font-size-13 {
	font-size: 13px;
	}
	
.font-size-14 {
	font-size: 14px;
	}
	
.font-size-15 {
	font-size: 15px;
	}

.font-size-17 {
	font-size: 17px;
	}

.announcement {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}

.announcement p {
	margin: 10px 0px 10px 5px;
}

.public_announcement p {
	background-color: #f0f0f0; 
	padding: 12px; 
	border-radius: 5px;
}

#ticker-wrapper {
	background: url(../img/site_v2/announcements.jpg) top left no-repeat #fff;
}

#ticker-title  span{
	visibility: hidden;
}

.select_highlight {
	background-color: #00e455;
	font-weight: bold;
}

.select_highlight a {
	color: #000;
	text-decoration: none;
}

.chattime {
	font-size: 10px;
	display: none;
}

h1 {
	font-size: 20px;
}

h4 {
	font-size: 17px;
}

.hide, .hidden_promo_other {
	display: none;
}

.balance {
	margin: 0px;
	}

.color_light_blue {
	padding: 15px;
	background-color: #E9F2F9;
	}
	
.color_light_blue p {
	clear: left;
	float: left;
	margin-bottom: 5px;
	width: 190px;
	}

.color_light_blue p  img{
	float: left;
	vertical-align: middle;
	width: 80px;
	}
	
.color_light_blue p .light_grey {
	display: block;
	float: left;
	margin-top: 8px;
	color: #959595;
	margin-bottom: 20px;
	}
	
.pdf_ico, .pdf_ico:hover {
	background: url(../img/page_white_acrobat.png) transparent no-repeat;
	color: transparent;
	}
	
.xls_ico, .xls_ico:hover {
	background: url(../img/page_excel.png) transparent no-repeat;
	color: transparent;
	}
	
#additional-accounts-box {
	margin: 0;
}

form input.unique_username_true {
  background: #00e455;
}

form input.unique_username_false {
  background: #ff8080;
}

form input.valid {
  background: #fff url(../img/tick.png) 205px center no-repeat;
}

.cards, .cards li {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.cards {
  overflow: hidden;
}
.cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../img/card_logos.png);
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 7px;
  text-indent: -9999px;
  width: 51px;
}
.cards li:last-child {
  margin-right: 0;
}
.cards li:first-child {
  margin-left: 5px;
}
.cards .visa_electron {
  background-position: 255px 0;
}
.cards .mastercard {
  background-position: 204px 0;
}
.cards .maestro {
  background-position: 153px 0;
}
.cards .discover {
  background-position: 102px 0;
}
.cards .amex {
  background-position: 51px 0;
}
.cards .visa.off {
  background-position: 0 32px;
}
.cards .visa_electron.off {
  background-position: 255px 32px;
}
.cards .mastercard.off {
  background-position: 204px 32px;
}
.cards .maestro.off {
  background-position: 153px 32px;
}
.cards .discover.off {
  background-position: 102px 32px;
}
.cards .amex.off {
  background-position: 51px 32px;
}
