/* Minification failed. Returning unminified contents.
(407,24): run-time error CSS1031: Expected selector, found '3'
(407,24): run-time error CSS1025: Expected comma or open brace, found '3'
 */
/* Fonts
 ---------------------------*/
@font-face {
  font-family: 'netto_thin';
  src: url('themes/base/fonts/nettooffc-webfont.eot');
  src: url('themes/base/fonts/nettooffc-webfont.eot?#iefix') format('embedded-opentype'), url('themes/base/fonts/nettooffc-webfont.woff') format('woff'), url('themes/base/fonts/nettooffc-webfont.ttf') format('truetype'), url('themes/base/fonts/nettooffc-webfont.svg#netto_offcregular') format('svg');
  font-weight: normal;
  font-style: normal; }

/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: local('Bitter-Regular'),
       url('themes/base/fonts/bitter-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter-Bold'),
       url('themes/base/fonts/bitter-v7-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Regular'), local('Cabin-Regular'),
       url('themes/base/fonts/cabin-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-600 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: local('Cabin SemiBold'), local('Cabin-SemiBold'),
       url('themes/base/fonts/cabin-v8-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local('Cabin Bold'), local('Cabin-Bold'),
       url('themes/base/fonts/cabin-v8-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body {
	background-size: cover;  background-color: transparent;  overflow: hidden;
	font-family: Cabin, Sans-serif;
	font-size: 14px;
}
html {
	background-image: url(images/kidsrunning2.jpg);  background-position: center center;  background-size: cover;  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	box-sizing: border-box;
}
*:focus {
	outline: none !important;/*1px solid rgba(251,185,1,0.5);*/
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.usingtab *:focus {
	box-shadow: 1px 1px 10px rgba(251,185,1,0.8);
}
.usingtab .loginContent *:focus {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#keypad * {
	box-sizing: content-box;
}
h1,h2,h3,h4 {
	font-family: Bitter;  line-height: normal;
}
h5,h6 {
	font-family: "nettooffc";
	font-size: medium;
}
#pageWrap, header {
	width: 100% !important;
}
header .headerLogo .logo  {
	background-size: 110px;  width: 120px;  height: 50px;  top:0; left: 0px;  right: 40px;
	background-position: center center;
	background-image: url("images/Heritage Bank_logo_c_simplified.svg");

}
header .headerLogo {
	height: 50px;  margin-bottom: 0;  padding-right: 10px;      
	background: white;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 62%, #f0f2f1 100%);
}
header .headerLogo .headerSubMenu {
	color: #333;    position: absolute;    right: 2vw;    top: 13px;
}
header .headerLogo ul a {
	border-bottom: 1px solid rgba(255,255,255,0.3);
    text-decoration: none;
}
header .headerLogo ul a:hover {
	border-bottom: 1px solid #fff;  color: inherit;	
}
header .headerContent {
	background: transparent;  text-align: center; padding-left: 0;
}
header .headerContent h1 {
	float: none;  line-height: 1.2em;  padding-top: 8px;  opacity: 1;  font-size: 26px;  color: #fff;
}
#pageWrap section.loginContent {
	max-width: 804px;  /*margin-left: auto; margin-right: auto;*/  overflow: visible;  margin-bottom: 50px;  margin-top: 50px;
}
.bodyContainer section.loginContent > .loginContainer, .bodyContainer section.loginContent > .keypad-boundary > * {
	max-width: 650px;  margin-left: auto; margin-right: auto;
}
.bodyContainer .loginContainer .notices {
	margin-bottom: 32px;
}
.bodyContainer .loginContainer .notices h3 {
	margin-bottom: 16px;
}
#btnLogin.loginDisabled, .buttonDisabled {
	pointer-events: none;
}
.bodyContainer {
	overflow: hidden;
}
.logoutBanner, .logoutBanner a, .logoutBanner img {
	width: 100%;
}
section.loginContent > .keypad-boundary, section.loginContent .keypad-container-parent {
	max-width: 804px !important;
}

section.loginContent .loginContainer {
	background: transparent;  border: none;  overflow: visible;  float: none;
}
.keypad-container-parent {
	height: 0;  transition: 0.3s;
}
.keypad-container-parent .s00,
.keypad-container-parent .s01,
.keypad-container-parent .s10,
.keypad-container-parent .s11 {
	display: none;
}
.keyboardToggle label {
	font-weight: normal;
}
#keypad {
	background-color: rgba(0,0,0,0.2);  border: none;  padding: 10px;  width: auto;  
    transition: 0.15s;  
}
#keypad.ui-draggable-dragging {
	transition: none;
}
#txtPassword, #txtPasswordConfirmation {
	pointer-events: none;
}
#txtPassword.nokb, #txtPassword.nokp, 
#txtPasswordConfirmation.nokb, #txtPasswordConfirmation.nokp {
	pointer-events: inherit !important;
}
section.loginContent .identContainer .dvmemberInfo { float: none; }
#pageWrap .genericHtmlError {
	margin: 50px 0;  padding: 0;
}
#pageWrap .genericHtmlError p {
	margin: 0;
}
.copyright p {
	/*color: #fff;  opacity: 0.6; */ text-align: center;  padding-top: 20px;
}
.loginDetails h2 {
	color: rgba(204,8,57,1);
}
.loginDetails .instructions p {
	/*color: #fff; opacity: 0.8;*/
}
.loginDetails .keyboardToggle {
	cursor: pointer;  float: right;
}
#pageWrap .loginDetails input[type=number], #pageWrap .loginDetails input[type=password], #pageWrap .loginDetails input[type=tel] {
	border-radius: 3px;  
}
#pageWrap .loginDetails input[type=password] {
	padding-bottom: 5px;
}
.loginContainer .forgottenDetailsNote {
	margin-left: 15px;
}
.loginContainer .forgottenDetailsNote p {
	line-height: 25px;
}
.loginContainer .buttonList {
	display: flex; display: -ms-flexbox;  justify-content: space-between;
}
section.loginContent .loginContainer .instructions a {
	color: #000;  border-bottom: 1px solid rgba(0,0,0,0.3);
}
#btnReset {
	display: none;
}
.keypad-container-parent, .loginDetails {
	padding-left:0 !important; padding-right:0 !important;
}
section.loginContent .buttonList {
	float: none !important;  margin-top: 20px;
}
html, body {
	min-height: 100%;
}
.bodyContainer {
	background-color: #fff;      display: flex;  display: -ms-flexbox;    margin-left: auto;    margin-right: auto;    justify-content: center;   
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
.bodyContainer, footer {
	width: auto !important;  /*max-width: 700px !important;*/
}
footer div.securityInfo {
	background: none;  padding-top: 20px;
    max-width: 1000px;    margin-left: auto;    margin-right: auto;
}
footer div.securityInfo .securityContainer  p, .copyright p {
	color: rgba(255,255,255,0.9);  padding-bottom: 20px;
}
footer div.securityInfo .securityContainer h5 {
	color: #fff; font-family: Bitter;
}
section.loginContent .loginContainer {
	width: 100% !important;  
}

table.stdTable {
	border: none;  width: 100%; /*max-width: 825px;*/
}
table.stdTable thead tr th {
	background: #CC0838;	color: #fff;  border: none;  padding-top: 10px; padding-bottom: 10px;
}
table.stdTable tbody tr td {
	font-family: Cabin, Arial, Sans-serif;  border: none;
}
table.headerTable h4 {
	color: #fff;  
}
section.mainContent .transactions .accountSummary .stdTable tr th {
	color: #000;
}
section.mainContent .transactions .accountSummary .stdTable thead {
	display: none;	
}
section.mainContent .transactions .accountSummary .tablelabel{
	display: block;
    float: left;
    width: 120px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-family: nettooffc;
	margin-left: -120px;
}
section.mainContent .transactions .accountSummary p {
    opacity: .8
}
#pageWrap .accountDetail .accountSummary table td {
	height: auto !important;  padding-left: 120px !important;
}
section.mainContent .transactions.allTransactions .accountSummary .tablelabel {
	margin-left: 0;  float: none;
}
#menu {
	width: 100%;
}
#menu .menuContainer {
	background: none;  height: auto;
}
#menu .menuContainer .menuItemContainer .menuItem {
	height: auto;
}
section.mainContent {
	float: none;  /*margin-left: auto; margin-right: auto;*/
}
h2, h3 {
	color: #000;
}
header .headerLogo a.logout {
	right: 10px;
	top: 65px;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: none;
	height:auto;
	width: auto;
	bottom: initial;
	line-height: normal;
	min-width: 0;
	font-size: 16px;
}
header .headerLogo a.logout:hover {
	background: transparent;  border-bottom-color: #fff;  color: rgba(0,0,0,0.5);
}
#menu .menuContainer .menuItemContainer > a {
	color: #fff; /*color: #000;*/ display: block;
}
#menu .menuContainer .menuItemContainer .menuItem {
	background: none;  border: 1px solid transparent;  border-bottom: none; /*border-right: 1px solid rgba(255,255,255,0.4);*/
	padding-top: 20px;  padding-bottom: 7px;
}
#menu .menuContainer .menuItemContainer.horizontalMenuActive .menuItem  {
	background: rgba(0,0,0,0.5);  border: 1px solid transparent;
}
#menu .menuContainer .menuItemContainer .subMenu .subMenuItem {
	background-color: transparent;
	border-bottom: 1px solid #333;
	text-decoration: none;
}
#menu .menuContainer .menuItemContainer .subMenu .subMenuItem a {
	background-color: rgba(0,0,0,0.9);
	text-decoration: none;
}


header, #menu {
	/*background-image: url("https:/www.heritage.com.au/assets/images/personal-imagesml.jpg");*/
	/*background-image: url('https:/www.heritage.com.au/~/media/Images/Web page banner images/Jorgemarcela playing 2 resized.ashx');*/
	background-size: cover;
	/*background-position: center 5%;*/
	background-position: center 40%;
	position: relative;
	z-index: 1;
}
header:before, #menu:before {
	content: "";
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);*/
	position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
	z-index: -1;
}
.bodyContainer:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 484px;
    background: url("images/heritage-bar.png") no-repeat left top;
    max-width: 100%;
    background-size: contain;
    right: 0;
}
#menu .menuContainer {
	border-bottom: none;  text-align: center;
}
header .headerLogo .welcomeMessage {
	top:0;      position: absolute;      position: absolute;    right: 0;    margin: 0;    left: 0;    text-align: center;  margin-top: 35px;
}
#menu .menuContainer .menuItem .menuItemIcon {
	background-position: center center !important;
}

header .welcomeMessage {
	display: none;
}
.welcomeMessage .switchPossible {
	margin-top: 0;
}/*
.welcomeMessage .switchPossible span:after {
	content: " >";
}*/
header .headerLogo .welcomeMessage h5, header .headerLogo .welcomeMessage h6 {
	font-size: 14px; color: rgba(255,255,255,0.8); font-family: Cabin, Arial, Sans-serif;  padding-left: 0;
}
header .headerLogo .welcomeMessage .userName {
	max-width: 100%;  margin-top:10px;
}

.sidebarContentWrapper .welcomeMessage h5 {
	font-size: 18px; color: #000; font-family: Bitter;  display: inline;
}
.sidebarContentWrapper .welcomeMessage h6 {
	font-size: 14px; color: rgba(0,0,0,0.8); font-family: Cabin, Arial, Sans-serif; 
}
.sidebarContentWrapper 3 .switchToButton span, .sidebarContentWrapper .welcomeMessage .switchToButton span,
.sidebarContentWrapper .welcomeMessage .switchBackButton span, .sidebarContentWrapper .welcomeMessage .switchBackButton span {
	border: none; display: inline;
}
#pageWrap .switchBackButton, #pageWrap .switchToButton { background-image: none }
.sidebarContentWrapper .switchToButton, .sidebarContentWrapper .switchBackButton  {
	background-color: #444444;
    padding: 10px;
	padding-right: 20px;
	position: relative;
	border-radius: 0;
	display: block;
}
.sidebarContentWrapper .switchToButton:hover,
.sidebarContentWrapper .switchBackButton:hover,
.sidebarContentWrapper .switchToButton:active,
.sidebarContentWrapper .switchBackButton:active {
	background-color: #555;
}
.sidebarContentWrapper .switchToButton:before,
.sidebarContentWrapper .switchBackButton:before,
.sidebarContentWrapper .memberSwitchMenu .contextMenuLinkList a:before {
    content: "";
    border-color: transparent white;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    right: 0.5em;
    top: 40%;
    position: absolute;
	font-size: 16px;
}
.sidebarContentWrapper  .menu li.menuItem:before {
	position: absolute !important;  left: auto !important;  right: 0.5em !important;
}
.sidebarContentWrapper  .menu li {
	position: relative;
}
.sidebarContentWrapper .switchToText,
.sidebarContentWrapper .switchBackText {
	white-space: normal;
}


#menu .menuContainer .menuItemContainer .subMenu {
	top: 65px;  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#menu .menuContainer .menuItemContainer .subMenu .subMenuItem a {
	font-family: Cabin, Arial, Sans-serif;  font-size: 13px;  line-height: 2em;
}
#menu .menuContainer .menuItemContainer .subMenu .subMenuItem :hover,
#menu .menuContainer .menuItemContainer .subMenu .subMenuItem :active {
	color: #fff;
}
section.mainContent .printAndPagination {
	background: none;  height: 40px;  border: none;
}

div.sidebar {
	float: none;  margin-top: 0;

}
.sidebarContentWrapper {
	max-width: 300px;  margin-top: 102px;  margin-left: 2%;  width: 23vw;  position: relative;
}
.sidebarContentWrapper .sidebarContentWrapper {
	margin-top: 0;  margin-left: 0;  
}
.contextMenu {
	background-color: #CC0838;  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.campaignrotator {
	display: flex;  display: -ms-flexbox;  flex-wrap: wrap;  -webkit-flex-wrap: wrap;  position: relative;  overflow: visible;  margin-left: -2px;  margin-right: -2px;  margin-top: 20px;
}
.campaignrotator > *{
	order: 2; flex-shrink: 1;  margin: 3px;  flex-basis: 10%;  flex-grow: 1;  margin-top: 0;  max-height: 150px;
}
.campaignrotator .campaign_selected {
	order: 1; width: 100%;  flex-basis: 100%;  margin-bottom: 0;  max-height: none;  margin-left: 1px;  margin-right: 1px;  text-align: center;
	
}
.campaignrotator .campaign_selected  img {
	-webkit-filter:none;  filter: none;  opacity: 1;  max-height: none;
}
.campaignrotator img {
	max-width: 100%;  width: auto;  opacity: 0.4;  max-height: 150px;
}
.campaignrotator img:hover,
.campaignrotator img:active {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}

#loading-bar-spinner {
    top: 17px;
    right: 230px;
	left: auto;
}

section.mainContent {
	padding-top: 45px;
}
section.mainContent h2 {
	margin-bottom: 40px;
}
div.sidebar .menu label.header {
	font-family: Bitter;
	font-size: 20px;
	color: #000;
	font-weight:bold;
}
.menu .sidebar1, .menu .sidebar2 {
	/*padding-top: 20px;  */text-align: center;
}
div.sidebar .menu {
	margin-left: 0;  
    display: block;
    background: transparent;
    padding-top: 1px;
    border: none;
    color: #000;
    border-radius: 0;
	width: 100%;
	padding-top:0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
table.stdTable tbody tr:nth-child(odd) {
	background-color: #fafafa;
}
div.sidebar .menu li.menuItem {
	width: 100%;  padding: 0;
}
div.sidebar .menu li.menuItem a {
	padding-bottom: 10px;  padding-top: 10px;  padding-left: 10px;  padding-right: 20px;  color: #CC0838;  background-color: transparent;
}
div.sidebar .menu li.menuItem a:hover,
div.sidebar .menu li.menuItem a:active  {
	background-color: #e7e7e7;  color: #CC0838;
}
.log_out {
    background: #ccc;
    padding: 10px 20px;
    color: #1e1e1e;
    background: linear-gradient(135deg,#d9d9d9 0%,#bfbfbf 51%,#d9d9d9 100%) !important;
    border-radius: 30px;
}
.mobileMenuOpenIcon, .mobileSubMenuOpenIcon {
	color: #000;
	font-size: 40px;
	width: 50px;
	height: 62px;
	line-height: 7px;
	display: none;
	position: absolute;
	z-index: 10;
	left: 10px;
}

.mobileSubMenuOpenIcon {
	/*position: absolute;*/
	left: 0;
	right: auto;
	text-align: center;
	top: -7px;
	/*top: 12px;
	text-align: right;
	margin-top: 0;
	font-size: 25px;*/
}

.mobileSubMenuOpenIcon .menuText {
	font-size: 11px;  position: absolute; bottom: 14px;  left: 0; right: 0;
}

.sidebarContentWrapper .memberSwitchMenu {
	display: block;  position: static;  box-shadow: none; background: transparent;  border-radius: 0;  font-size: 12px;  margin-bottom: 30px;  
}
.sidebarContentWrapper .memberSwitchMenu .contextMenuLinkList {
	width: auto;
}
.sidebarContentWrapper .memberSwitchMenu .contextMenuLinkList a {
	border-top-color: #fff;  position: relative;  padding-right: 20px;
}
.sidebarContentWrapper .memberSwitchMenu .contextMenuLinkList a:hover,
.sidebarContentWrapper .memberSwitchMenu .contextMenuLinkList a:active {
	background-color: #555555;  color: #fff;
}
.sidebarContentWrapper .memberSwitchMenu:before {
	content: "Switch to";	font-family: Bitter;  text-align: left;  color: #000;  font-weight: bold;  padding: 10px;  display: block;  font-size: 20px;
}
.sidebarContentWrapper .memberSwitchMenu select {
	border: none;  border-top: 1px solid #ddd;  border-bottom: 1px solid #ddd;  padding: 10px;  width: 100%;  color: #CC0838;
}
.sidebarContentWrapper #memberSwitchMenuAnchor {
	opacity: 0; position: absolute;  z-index: -1;
}
header .userName {
	display: none;
}
.sidebarContentWrapper .userName {
	position: absolute;
    text-align: center;
    top: 15px;
	width: 100%;
	top: -65px;
}
.sidebarContentWrapper .userName h4{
	font-size: 14px;
}
.sidebarContentWrapper .switchMemberNo {
    display: block;    font-weight: bold;    font-size: larger;
}

.divWidth, .verticalReadonlyForm div input, .verticalReadonlyForm div select {
	width: 100%;  max-width: 100%;
}
.welcomeMessage {
	max-width: 300px;  padding-bottom: 15px;
}

#menu .menuContainer .menuItemContainer .menuItem {
	text-align: center;  
}
#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle {
	padding-left: 0; 
	padding-top: 5px;
}
#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle:after {
	content: "▼";
	font-size: 9px;
	opacity: 0.5;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
#menu .menuContainer .menuItemContainer:first-child .menuItem .menuItemTitle:after {
	display: none;
}
#menu .menuContainer .menuItem .menuItemIcon {
	position: static;  margin-left: auto;   margin-right: auto;    display: block;
}

.tablelabel {
	display: none;
}
.mobileQuickMenu {
	display: none;  height: 65px;
}
.mobileQuickMenu a {
	padding-top: 10px;  padding-bottom:10px;
}
.mobileQuickMenu a:hover, .mobileQuickMenu a:active {
	background-color: rgba(0,0,0,0.5);
}
.mobileQuickMenu a, .mobileQuickMenu li {
	display: block;  
}
.mobileQuickMenu li {
	width: 24%;  float: left;
}
.mobileQuickMenu .menuContainer {
	display: flex; display: -ms-flexbox;  height: 65px;  position: absolute;  left: 0; right: 0;
}
.mobileQuickMenu .menuContainer .menuItemContainer {
	flex-grow: 1;  border-right: 1px solid rgba(255,255,255,0.3);
}
.mobileQuickMenu .menuContainer .menuItem {
	text-align: center; 
}
.mobileQuickMenu .menuItemTitle {
	color: #fff;  font-family: 'nettooffc';
}
.mobileQuickMenu .menuContainer .menuItem .menuItemIcon {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('../images/menuSprite.png');
    width: 25px;
    height: 25px;
    position: static;
    margin-left: auto;
    margin-right: auto;
	background-position-x: 0;
}

.horizontalFormRow .accountSelect, .horizontalFormRow .keyword, .horizontalFormRow .transactionType {
	max-width: 300px;  width: 100%;
}
#pageWrap .datePicker {
	padding-right: 0;
}
.horizontalFormRow .datePicker {
    max-width: 120px;  position: relative;
}
#pageWrap .horizontalFormRow .ui-datepicker-trigger {
	top: 2px;  right: 2px;
}
.allTransactions .transactionSearch .horizontalFormRow {
	display: flex;  display: -ms-flexbox;
}
.allTransactions .transactionSearch .horizontalFormRow .searchBtn {
	line-height: 80px;
}
.horizontalFormRow .txnRange {
	padding-right: 100px;
}
section.mainContent .transferMoney div.longLabelName .formError, section.mainContent .futureTransfersEdit div.longLabelName .formError {
	position: static;
}
header .headerContent {
	height: auto;
}

header .headerContent h1 {
	padding:20px;
}

.tdWidth {
	max-width: 185px;  width: auto !important;
}
#txtLoginId {
	border: 1px solid #cacaca;
	border-radius: 2px;
	font-size: 20px;	
    font-family: 'nettooffc';
    font-weight: bold;
}
#txtPassword, #txtPasswordConfirmation {
	border-color: transparent;  background-color: rgba(0,0,0,0.1);  margin-bottom: 0;
	font-size: 20px;
}
.loginDetails h2 {
	line-height: normal;
}
.nokb, .nokp {
	border-color: #cacaca !important;  background-color: #fff !important;
}
.passwordFieldContainer, .mnoFieldContainer {
	display: flex;  display: -ms-flexbox;
}
.passwordFieldContainer > *, .mnoFieldContainer > * {
	flex-grow: 1;  max-width: 50%;
}
#pageWrap .forgottenDetailsNoteMobile {
	display: none;
}
.keyboardToggle {
	padding-left: 15px;  line-height: 46px;  white-space: nowrap;
}
.keyboardToggle input{
	height: 42px;
}
.keyboardToggle label {
	cursor: pointer;  margin-bottom: 0;
}

.transactions .moneyCell {
	white-space: nowrap;
}

section.mainContent td.moneyCell span.debit {
	color: #CC0838;
}
#pageWrap .accountDetail .accountSummary .stdTable tr td.moneyCell {
	font-family: Bitter;  
}


.menuContainer .menuItem .menuItemIcon 
{ background-image: none; background-position: initial !important }
#pageWrap  .icon-menu-home, #pageWrap  .icon-menu-home-active 
{	background-image: url(images/Home.svg) !important }
#pageWrap  .icon-menu-accounts, #pageWrap .icon-menu-accounts-active 
{ background-image: url(images/Accounts.svg) !important }
#pageWrap  .icon-menu-transactions, #pageWrap  .icon-menu-transactions-active 
{ background-image: url(images/Transactions.svg) !important }
#pageWrap  .icon-menu-transfers, #pageWrap  .icon-menu-transfers-active 
{ background-image: url(images/Transfers.svg) !important }
#pageWrap  .icon-menu-bpay, #pageWrap  .icon-menu-bpay-active 
{ background-image: url(images/Bpay.svg) !important }
#pageWrap  .icon-menu-business , #pageWrap  .icon-menu-business-active
{ background-image: url(images/Business.svg) !important }
#pageWrap  .icon-menu-services, #pageWrap  .icon-menu-services-active
{ background-image: url(images/Services.svg) !important }
#pageWrap  .icon-menu-settings, #pageWrap  .icon-menu-settings-active 
{ background-image: url(images/Settings.svg) !important }

/*.loginContent p { font-size: 16px;  line-height: 1.8em; }*/

.memberinformation .flowForm { padding: 0 }
section.loginContent .identContainer .termsAndAlerts a { color: #000; }

#pageWrap #menu .menuContainer .menuItemContainer .subMenu { top: auto }
#pageWrap #menu .menuContainer .menuItemContainer.horizontalMenuActive .menuItem { border: 1px solid transparent;  border-bottom: none }
#pageWrap #menu .menuContainer .menuItemContainer .subMenu .subMenuItem a:hover,
#pageWrap #menu .menuContainer .menuItemContainer .subMenu .subMenuItem a:active 
{ background-color: #222; }
section.mainContent .buttonList { float: none }
.verticalForm div input, .verticalForm div select {
	border: 1px solid #ccc;
    border-radius: 2px;
}

#pageWrap .menuItem a[data-original-title="Provide feedback on the new Heritage Internet Banking"] {
    color: #27AE5F;
    font-weight: bold;
    font-size: 14px;
}
/*.menuItem a[data-original-title="Provide feedback on the new Heritage Internet Banking"]:after {
    content: "!";
	font-weight: bold;
	font-size: 25px;
	position: absolute;
	right: 5px;
	background-color: #CC0838;
	padding: 20px;
	color: #fff;
	border-radius: 20px;
	
}*/

#mainContentWrapper {
	max-width: 900px;  width: 100%;  
}
.bodyContainer {
	padding-left: 1%; padding-right: 1%;
}

.kp td td u:active {
    background: #aaa;
}

.logoutContainer {
	max-width: 700px; margin-left: auto;  margin-right: auto; display: flex; display: -ms-flexbox; align-items: center;  min-height: 300px;
}
.logoutContainer > *:first-child {
	padding-right: 15px;
}
.logoutContainer p{
	margin-bottom: 20px;
	min-width: 200px;
}
.logoutContainer .btnSecondarymedium {
	white-space: nowrap;
}


.accountDetail 		{ display:flex;  display: -ms-flexbox; }
.accountDetail > * 	{ flex-grow: 1;  -webkit-flex-grow: 1;  width: 50% }
#pageWrap .accountDetail .accountSummary { background: none;  border-right: 1px solid #ccc; }
#pageWrap .accountDetail .accountSummary table { display: flex; display: -ms-flexbox; }
#pageWrap .accountDetail .accountSummary table tr { display: flex; display: -ms-flexbox; flex-direction: column }
#pageWrap .accountDetail .accountSummary table td, #pageWrap .accountDetail .accountSummary table th { padding: 0;  padding-right: 20px; line-height: 30px; height: 30px; min-height: 30px; display: block; }


.transactionSearch { padding-left: 20px }
.toggleSearch label {cursor: pointer}
.phonenumber { white-space: nowrap; }
tfoot { background-color: #F8F8F8 }
table.stdTable tfoot th { line-height: 40px; padding: 0 10px }
#accountPreference { width: 100% !important }
.table-responsive { overflow: visible }


a[href*='www.heritage.com.au']:after, a[target=_blank]:after, a[href*='www.heritage.com.au'] span:after, a[target=_blank] span:after {
    content: "\e164";   font-family: 'Glyphicons Halflings'; font-size: 10px ;  padding-left: 5px;  opacity: 0.7;
}

.subMenuItem a:after, .campaignrotator a:after, .logoutBanner a:after {
	display: none;
}


.loginDetails.nokeyboard .keyboardToggle {
	display: none;
}

.verticalForm ul li p {
	display: inline;
}

.currencySymbol {
	position: absolute;
	padding-left: 5px;
	line-height: 30px;
	margin: 0;
}

.istouch .keyboardToggle {
	display: none;
}


.payLaterFields > div > div {
	display: inline-block;
}

#pageWrap .payLaterFields  select {
	width: auto;
}

#pageWrap .dollarInput input {
	padding-left: 3ex;
}


.dollarInput {
	position: relative;
}

.dollarInput .currencySymbol {
	position: absolute; left: 5px;
}

.ui-widget-header {
	background: none;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.ui-datepicker {
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
.ui-datepicker td {
	
}
#ui-datepicker-div td a, #ui-datepicker-div td span {
	border: 1px solid #eee;  text-align: center;   width: 40px;  line-height: 30px;  height: 40px;
}
#ui-datepicker-div td a {
	background: #fff;
}
#ui-datepicker-div td a:hover, #ui-datepicker-div td a:active, #ui-datepicker-div .ui-state-active {
	background: #ccc;
}
#ui-datepicker-div .ui-state-highlight  {
	border-color: #000;
}
#ui-datepicker-div td span {
	background: transparent;
}
#ui-datepicker-div {
	background: #eee;  width: auto; z-index: 3!important;
}

#pageWrap .btn-file {
	text-align: left; padding-left: 15px; color: #CC0838; 
}
#pageWrap .btn-file:hover, #pageWrap .btn-file:active {
	color: #fff;
}

.staticAlert {
	margin-top: 50px;
}

@media (min-width:500px) {

	/* one item */
	.table_balances 	tbody tr:first-child:nth-last-child(1) td {
		
	}

	/* two items */
	.table_balances 	tbody tr:first-child:nth-last-child(2) td,
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr td {
		
	}

	/* three items */
	.table_balances 	tbody tr:first-child:nth-last-child(3) td,
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr td {
		
	}

	/* four items */
	.table_balances 	tbody tr:first-child:nth-last-child(4) td,
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr td {
				
	}
	
	/* 1 to 4 items */
	
	.table_balances 	tbody tr:first-child:nth-last-child(1) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(2) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(3) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(4) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr td.mainCell
	{
		font-size: 2vw;  text-align: left;
	}
	
	.table_balances 	tbody tr:first-child:nth-last-child(1) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(2) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr td.moneyCell,
	.table_balances 	tbody tr:first-child:nth-last-child(3) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr td.moneyCell,
	.table_balances 	tbody tr:first-child:nth-last-child(4) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr td.moneyCell
	{
		font-size: 2vw;  text-align: right;
	}
	
	.table_balances 	tbody tr:first-child:nth-last-child(1) td,
	.table_balances 	tbody tr:first-child:nth-last-child(2) td,
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr td,
	.table_balances 	tbody tr:first-child:nth-last-child(3) td,
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr td,
	.table_balances 	tbody tr:first-child:nth-last-child(4) td,
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr td
	{
		padding: 20px; text-align: center; line-height: normal;  font-family: nettooffc; font-weight: bold;  border-bottom: 1px solid #eee;  background-color: #fff;
	}
	
	.table_balances 	tbody tr:first-child:nth-last-child(1):hover td,
	.table_balances 	tbody tr:first-child:nth-last-child(2):hover td,
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr:hover td,
	.table_balances 	tbody tr:first-child:nth-last-child(3):hover td,
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr:hover td,
	.table_balances 	tbody tr:first-child:nth-last-child(4):hover td,
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr:hover td,
	.table_balances 	tbody tr:first-child:nth-last-child(1):active td,
	.table_balances 	tbody tr:first-child:nth-last-child(2):active td,
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr:active td,
	.table_balances 	tbody tr:first-child:nth-last-child(3):active td,
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr:active td,
	.table_balances 	tbody tr:first-child:nth-last-child(4):active td,
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr:active td
	{
		background-color: #FFE3A1;  border-color: transparent;
	}

	.table_balances 	tbody tr:first-child:nth-last-child(1):after,
	.table_balances 	tbody tr:first-child:nth-last-child(2):after,
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr:after,
	.table_balances 	tbody tr:first-child:nth-last-child(3):after,
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr:after,
	.table_balances 	tbody tr:first-child:nth-last-child(4):after,
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr:after {
		content: " <";
		display: table-cell;
		font-size: 20px;
		vertical-align: middle;
		background-color: #fff;
		width: 0;
		max-width: 0;
		direction: rtl;
		opacity: 0.5;
		white-space: pre;
		border-left: none;
	}
	
	/*bsb*/
	.table_balances 	tbody tr:first-child:nth-last-child(1) td:nth-child(2),
	.table_balances 	tbody tr:first-child:nth-last-child(2) td:nth-child(2),
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr td:nth-child(2),
	.table_balances 	tbody tr:first-child:nth-last-child(3) td:nth-child(2),
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr td:nth-child(2),
	.table_balances 	tbody tr:first-child:nth-last-child(4) td:nth-child(2),
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr td:nth-child(2) {
		white-space: nowrap;  padding-left: 0;  padding-right: 0;
	}
	.table_balances tbody td:nth-child(2) {
		white-space: nowrap;
	}
	
	#pageWrap .table_balances th {
		text-align: center;
	}
	
	.table_balances th:nth-child(1),
	.table_balances th:nth-child(2) {
		width: 10px;
	}

    .taxRadioYesNo {
        display: inline;
        padding-left: 25px;
        float: right;
    }
}

@media(min-width: 1100px) {
	
	.table_balances 	tbody tr:first-child:nth-last-child(1) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(2) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(3) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(4) td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr td.mainCell,
	.table_balances 	tbody tr:first-child:nth-last-child(1) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(2) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(2) ~ tr td.moneyCell,
	.table_balances 	tbody tr:first-child:nth-last-child(3) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(3) ~ tr td.moneyCell,
	.table_balances 	tbody tr:first-child:nth-last-child(4) td.moneyCell, 
	.table_balances 	tbody tr:first-child:nth-last-child(4) ~ tr td.moneyCell
	{
		font-size: 20px;
	}
}

/*working only in ipad portrait device*/
@media only screen and (width: 768px) and (height: 1024px) and (orientation:portrait) {

	section.mainContent .transactions {
		width: 597px;
	}

    section.mainContent .transactions div:nth-of-type(3) {
			overflow: scroll;
			width: 597px;
		}

}

@media (max-width: 700px) {
	
	.hide-mobile { display: none !important; }
	
	#pageWrap .table_balances td {
		font-size: 14px;
	}
	
	#SwitchManager {
		display: flex;  display: -ms-flexbox;
	}
	#SwitchManager .userName {
		position: static;  text-align: left;      padding-top: 25px;  text-align: center;
	}
	
	.tdFeedbackForm > div {
		line-height: normal !important;
	}
	.tdFeedbackForm input {
		width: 100%;
	}
	
	#pageWrap .radioListFrequency {
		display: block;
	}
	
	#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle:after {
		position: absolute;  top: 20px;  right: 5px;
	}
	#menu .menuContainer .menuItemContainer .menuItem {
		min-width: 50px;
	}
	
	.headerContent {
		/*display: none;*/
	}
	#mainContentWrapper.loginContent {
		/*margin-top: 0;*/
	}
	
	table.kp {
		width: auto !important;  margin-left: 0; margin-right: 0;  border: none !important;
	}
	table {
		width: 100%;  border: none !important;
	}
	
	.kp tr {
		display: table-row;  border: none;  padding-top: 0;  padding-bottom: 0;
	}
	div.sidebar .menu {
		width: 100%;
	}
	div.sidebar, div.sidebar .menu:last-child {
		display: flex;  display: -ms-flexbox; float: none;
	}

	.bodyContainer {
		display: block;  margin-left: auto; margin-right: auto;
	}
	table.stdTable th {
		min-width: 40px;
	}
	.verticalForm div input[type=text], .verticalForm div input[type=password], .verticalForm div textarea, .verticalForm div select {
		width: 100% !important;
	}

	#mainContentWrapper .verticalForm div label {
		width: 100% !important;
	}
	#mainContentWrapper .verticalForm div label[for] {
		width: auto !important;  cursor: pointer;
	}
	.verticalForm div input[type=checkbox] {
		display: block;
		text-align: left;
		height: 1.2em;
		width: auto;
	}
	header .welcomeMessage {
		/*display: block;*/
	}
	.campaignrotator {
		margin-top: 0;
	}
	.sidebarContentWrapper {
		max-width: 100%;  margin-top: 30px;  margin-left: 0;  width: auto;
	}
	.sidebarContentWrapper .userName {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.sidebarContentWrapper .switchPossible,
	.sidebarContentWrapper .switchBack {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	section.mainContent {
		min-height: 200px;
	}
	.welcomeMessage {
		right: 0;  max-width: none;  width: 50%;
	}
	.welcomeMessage .userName{
		display: none;
	}
	.welcomeMessage .switchBack {
		margin-top: 0;
	}
	header .userName h5 {
		display: none !important;
	}
	header .contextMenu {
		width: 80%;  left: 10%;  
	}
	header .contextMenu .contextMenuLinkList {
		width: 100%;
	}
	
	section.mainContent .transferMoney #internalPayeeDetectionDisclaimer, section.mainContent .futureTransfersEdit #internalPayeeDetectionDisclaimer, section.mainContent .transferMoney #paylaterDisclaimer, section.mainContent .futureTransfersEdit #paylaterDisclaimer, section.mainContent .transferMoney #accountClosedMessage, section.mainContent .futureTransfersEdit #accountClosedMessage #bsbValidMessage  {
		padding-left: 0;
	}
	section.loginContent {
		overflow: visible;
	}
	section.loginContent .identContainer .memberinformation {
		flex-direction: column;
	}
	section.loginContent .identContainer .memberinformation > * {
		width: 100%;
	}
	section.loginContent .memberinformation .flowForm > h3 {
		margin-bottom: 0;
	}
	
	.mnoFieldContainer > *, .passwordFieldContainer > * {
		max-width: none;
	}
	.mnoFieldContainer .forgottenDetailsNote {
		display: none;
	}
	#pageWrap .forgottenDetailsNoteMobile {
		display: block !important;
	}
	
	#keypad {
		left: 0 !important;  top: 0 !important
	}
	
	#pageWrap #Main_ctl00_Frequencies_performPaymentLine td {
		max-width: 185px;  width: auto !important;
	}
	
	.balances td { padding-bottom: 12px; padding-top: 12px;}
	.balances .table_balances tbody td:nth-child(2) { white-space: nowrap;  font-size: 80%; line-height: 220%; }
	
	#pageWrap .accountDetail .accountSummary .stdTable tr td.moneyCell  {
		font-size: 14px;
	}

    .flex-input-container {
		margin-bottom: 0px !important;
	}

    .flex-input {
        width:100% !important;
    }

    .flex-label {
        height:18px !important;
    }


}

@media (max-width: 630px) {
	.keypad-container-parent, .loginDetails .keyboardToggle, .istouch #useKeyboard {
		display: none;
	}
}

@media (max-width: 500px) {

	.logoutContainer {
		flex-direction: column;
	}

	#pageWrap .accountDetail .accountSummary table tr { display: flex; display: -ms-flexbox; flex-wrap: wrap;  flex-direction: row }
	#pageWrap .accountDetail .accountSummary table tr td:nth-child(1),
	#pageWrap .accountDetail .accountSummary table tr td:nth-child(2) {
		width: 25% !important;
	}
	#pageWrap .accountDetail .accountSummary table tr td:nth-child(3) {
		width: 50% !important;
	}
	#pageWrap .accountDetail .accountSummary .stdTable tr td.moneyCell {
	    font-family: Bitter;  font-size: 22px;
	}
	#pageWrap .accountDetail .accountSummary .stdTable tr td:nth-child(4) {
		order: 5;
	}
	#pageWrap .accountDetail .accountSummary .stdTable tr td:nth-child(5) {
		order: 4;
	}
	
	section.mainContent .transactions .accountSummary .tablelabel{
		margin-left: 0px;  float: none;
	}
	#pageWrap .accountDetail .accountSummary table td {
		padding-left: 0 !important;
	}
	
	#SwitchManager {
		flex-direction: column;
		position: absolute;
		left: -250px;
		top: -50px;
		text-align: center;
	}
	
	table, tbody {
		display: block;
	}
	tr {
		display: table;  min-width: 100%;   /*border: 1px solid #ccc; */ border-bottom: none; /* padding-top: 10px;  padding-bottom: 10px;*/     /*border-top: 2px solid rgba(0,0,0,0.2);*/
		background-color: transparent;
	}
	thead {
		display: none;
	}
	table.stdTable td {
		height: auto;
	}
	table.stdTable tr td {
		border: none !important;
		text-align: left !important;  padding-right: 0 !important;  line-height: 25px; vertical-align: middle;  /*font-weight: bold; font-size: 16px;*/ color: #000;  padding-left: 10px !important; padding-top: 5px;  padding-bottom: 5px;
		width: 100% !important;
		display: table-row;
	}
	table.stdTable tr td:first-child .tablelabel {
		padding-top: 20px;
	}
	table.stdTable tr td:last-child .tablelabel {
		padding-bottom: 20px;
	}
	.tablelabel {
		display: block;
	    font-size: 12px;
	    margin-bottom: 5px;
	    color: #666;
	    text-align: left;
	    font-family: 'nettooffc';
	    font-weight: normal;
	    line-height: normal;
	    display: block;
	    text-transform: uppercase;
		
		display: table-cell;
		width: 25%;
		padding: 0 13px 0 7px;
	}

    .tablelabelEx {
        display: inline;
    }

    .taxRadioYesNo {
        display: inline;
    }

    /* Override formatting for specific table within NotificationsSettings page */
	#GridViewBalanceTrigger {
		position: relative;
		left: -65px !important;
	}
	#GridViewBalanceTrigger tbody tr td .txtMinBalance  {    	
		width: 140px !important;
	}
	/* End override */

    /* Send OTP Button need margins */
    #div2FA ul {
        margin-top: 10px;
        margin-left: 2px;
        margin-bottom: 5px;
    }
    #sendTwoFaSuccessMessage {        
        padding-left: 5px !important;
    }    
    /* End Send OTP styles */
    /* On Account/term opening form */
    #spanAmountValidator {
        padding-left: 2px !important;
    }    
    #amountDiv {
        padding-left: 1px;
    }

   
    /* End Account/term opening form */
	#pageWrap div.sidebar, #pageWrap div.sidebar .menu:last-child {
		display: block;
	}
	.sidebar {
		margin-left: 0;
	}
	#menu .menuContainer {
		/*top: 10px;*/ top: 0; text-align: left; 
	}	
	.sidebarContentWrapper .userName h4 {
		text-overflow: ellipsis;
		max-width: 240px;
		white-space: nowrap;
		overflow: hidden;
		color: #000;
	}
	#pageWrap .sidebarContentWrapper .userName {
		width: 100%;
		display: block;
		vertical-align: top;
		text-align: center;
		margin-bottom: 10px;	
	}
	.sidebarContentWrapper .userName > div{
		display: none;
	}
	.sidebarContentWrapper .switchPossible, .sidebarContentWrapper .switchBack  {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	.sidebarContentWrapper {
		position: static;
	}
	.sidebarContentWrapper .memberSwitchMenu {
		border-top: 1px solid #eee;
	}
	
	.sidebarContentWrapper .switchToButton:before, .sidebarContentWrapper .switchBackButton:before, .sidebarContentWrapper .memberSwitchMenu .contextMenuLinkList a:before {
		border-color: transparent #999;
	}
	
	.welcomeMessage {
		width: 240px;
	}

	table.headerTable h4 {
		color: #000;
	}
	
	#pageWrap .transactionSearch {
		padding-top: 10px;
	}
	
	#pageWrap .transactionSummary {
		display:block;  margin-top: 40px;
	}
	.transactionSummary tbody {
		display:block;
	}
	#pageWrap .transactionSummary tr {
		display:flex;  display: -ms-flexbox;  justify-content: space-around;  position: relative;  padding-left: 10px; padding-right: 10px;
		margin-bottom: 1.5em!important;
		border-bottom: 1px solid #eee;
		background-color: transparent;
		flex-wrap: wrap;
	}
	.transactionSummary tr:last-child {
		padding-bottom: 0 !important
	}
	#pageWrap  .transactionSummary td {
		flex-grow: 1; -webkit-flex-grow: 1; width: auto !important;  padding-left: 0 !important;
	}
	#pageWrap  .transactionSummary .transactionsEffectiveDate {
		order: 1;  
		display: block;
		color: #333;
		padding: 0;
		text-align: center;
		font-family: "nettooffc";
		font-weight: bold;
		width: 50%;
	}
	#pageWrap  .transactionSummary .transactionsReferenceLines  {
		order: 3;  color: #666;  width: 100% !important;
	}
	#pageWrap  .transactionSummary .transactionsDebitAmount  {
		order: 2; text-align:right !important; font-size: 18px;  font-weight: bold;  white-space: nowrap;
		font-family: Bitter;
		position: absolute;  top:0; right: 10px;  padding: 0;
	}
	#pageWrap  .transactionSummary .transactionsCreditAmount  {
		order: 2; text-align:right !important;  font-size: 18px; font-weight: bold;  white-space: nowrap;
		font-family: Bitter;  width: 50%;  padding: 0;
	}
	#pageWrap  .transactionSummary .transactionsBalance  {
		display: none;
	}
    #pageWrap table.lastLineSummary tbody tr:last-child td:last-child {
        display: inline;
        order: 2;
        text-align: right !important;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        font-family: Bitter;
        padding: 0;
    }
    #pageWrap table.lastLineSummary tbody tr:last-child td:nth-child(2) {
        width:110px !important;
        order: 2;
    }
	#mainContentWrapper {
		padding-top: 25px;
	}
	section.mainContent h2 {
		margin-bottom: 25px;
	}
		
	#pageWrap .balances .stdTable {
		display:block;  margin-top: 25px;
	}
	#pageWrap .balances .stdTable tbody {
		display:block;  border-top: 1px solid #eee;
	}
	#pageWrap .balances .stdTable tr {
		display:flex; display: -ms-flexbox;  justify-content: space-around; flex-wrap: wrap;  -webkit-flex-wrap: wrap;  position: relative;  padding-left: 10px; padding-right: 10px;
		border-bottom: 1px solid #eee;
		background-color: transparent;
		padding: 10px 20px 10px 10px !important;
		width: 100%;
	}
	#pageWrap .balances .stdTable td {
		display: block;
	}
	#pageWrap .balances .stdTable tr:before {		/* forces line break */
		content: "";
		display: block;
		width: 100%;
		order: 3;
	}
	
	#pageWrap .balances .stdTable td:nth-child(1) /* account type */  {
		order: 4;  
		flex-grow: 1;
		-webkit-flex-grow: 1;
		flex-basis: 30px;
		line-height: normal;
	}
	#pageWrap .balances .stdTable td:nth-child(2) /* bsb */  {
		order: 3;  
		flex-grow: 1;
		-webkit-flex-grow: 1;
		flex-basis: 45px;
		-webkit-flex-basis: 45px;
		white-space: nowrap;
		padding-left: 0 !important;
		line-height: normal;
	}
	#pageWrap .balances .stdTable td:nth-child(3) /* account name */  {
		order: 1;  
		flex-grow: 1;
		flex-basis: 50%;
		-webkit-flex-grow: 1;
		-webkit-flex-basis: 50%;
		color: #000;
		font-size: 14px;
		font-weight: bold;
		font-family: Bitter;
		padding-left: 0 !important;
	}
	#pageWrap .balances .stdTable td:nth-child(4) /* balance */  {
		order: 5;  
		flex-grow: 1;
		flex-basis: 50%;
		-webkit-flex-grow: 1;
		-webkit-flex-basis: 50%;
		text-align: right !important;
		padding-top: 0;
	}
	#pageWrap .balances .stdTable td:nth-child(4):after /* balance */  {
		content: "Current Balance";  font-size: 11px;  color: #999;  display: block; line-height: 1.5ex;
	}
	
	#pageWrap .balances .stdTable td:nth-child(5) /* available balance */  {
		order: 2;  
		flex-grow: 1;
		flex-basis: 50%;
		-webkit-flex-grow: 1;
		-webkit-flex-basis: 50%;
		text-align: right !important;
		font-family: Bitter;
		font-size: 4.6vw;
		font-weight: bold;
		max-width: 50%;
	}
	#pageWrap .balances .stdTable td:nth-child(5):after /* available balance */  {
		content: "Available Balance";  font-size: 11px;  color: #999;  display: block;  line-height: 1.5ex;
		font-family: Cabin;  font-weight: normal;
	}
	
	#pageWrap .balances .stdTable tr:active { background: rgba(251,181,21, 0.5); }
	
	
	#pageWrap .balances .stdTable td:nth-child(2):after {
		content: "|";
		padding-left: 10px;
		color: #ccc;
	}
	
	#pageWrap .balances .stdTable tr:after {
		content: ">";
		position: absolute;
		right: 2px;
		top: 50%;
		bottom: 0;
		display: table-cell;
		line-height: 0;
		font-size: 20px;
	}

	.welcomeMessage .userName{
		display: none;
	}
	
	body:before {
		content: "";
		left: -280px;
		width: 280px;
		top: -30px;
		bottom: -30px;
		background-color: #fff;
		position: absolute;
		box-shadow: inset -1px 0px 15px rgba(0,0,0,0.3);
	}
	
	html {
		overflow-x: hidden
	}
	
	#loading-bar-spinner {
		right: 10px;
	}
	
	#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle:after { display: none; }
	#pageWrap #mainContentWrapper .accountDetail { flex-direction: column;  -webkit-flex-direction: column; }
	#pageWrap #mainContentWrapper .accountDetail > * { border-right: none; border-top: 1px solid #ccc; width: 100%; }
	#pageWrap #mainContentWrapper .accountDetail .accountSummary table td, #pageWrap .accountDetail .accountSummary table th {
		line-height: normal;
		height: auto;
		text-align: center !important;
	}
	#pageWrap #mainContentWrapper .accountDetail .accountSummary .tablelabel {
		padding-left: 0;  padding-bottom: 0;  padding-top: 10px; text-align: center; width: 100%;  padding-right: 0;
	}
	#pageWrap #mainContentWrapper {
		margin-top: 0;  margin-bottom: 0;
	}
	
	.pagination a {padding: 5px;}
	
	.sidebar .header { display: none !important; }
	
	#pageWrap .sidebarContentWrapper .userName { padding-top: 0; }
}

@media (max-width: 420px) {
	.loginContainer .buttonList {
		flex-direction: column;  -webkit-flex-direction: column;
	}
	.loginContainer .buttonList  > *{
		margin-bottom: 15px;  
	}
}

@media (min-width:500px) and (max-width:900px) {
	#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle {
		font-weight: normal;
	}
	#menu .menuContainer .menuItemContainer .menuItem {
		padding-left: 4px;
		padding-right: 4px;
	}
	#menu .menuContainer {
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
	}
	#menu .menuContainer .menuItemContainer {
		flex-grow: 1;
		-webkit-flex-grow: 1;
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	#menu .menuContainer .menuItemContainer:last-child {
		border-right: none;
	}
	
	header .headerLogo .logo {
		right: 0;
	}
}
@media (min-width:500px) and (max-width:630px) {
	/*#menu .menuContainer .menuItem .menuItemIcon {
		display: none;
	}*/
	#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle {
		padding-left: 0;  font-size: 14px; 
	}
	#menu .menuContainer {
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
	}
	#menu .menuContainer .menuItemContainer {
		flex-grow: 1;  -webkit-flex-grow: 1;
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	#menu .menuContainer .menuItemContainer:last-child {
		border-right: none;
	}
}
@media (max-width: 500px) {
	/*#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle {
		letter-spacing: -1em;
		visibility: hidden;
	}*/
	/*.mobileMenuOpen,*/ .mobileSubMenuOpenIcon {
		display: block;
	}
}


@media (max-width: 500px) {
	.mobileQuickMenu {
		display: block;
	}
	#menu .menuContainer  > .menuItemContainer {
		cursor: pointer;
	}
	#menu .menuContainer  > .menuItemContainer > a{
		pointer-events: none;  color: #000;  line-height: 2em;
	}
	#menu .menuContainer  > .menuItemContainer > a:after{
		content: "+";  position: absolute;  right: 15px;  top: 10px;  font-size: 20px; font-weight: bold;  color: #aaa; 
	}
	#menu .menuContainer  > .menuItemContainer.expanded > a:after{
		content: "-";
	}
	#menu .menuContainer  > .menuItemContainer:first-child > a { /* home button */
		pointer-events: all;
	}
	#menu .menuContainer  > .menuItemContainer:first-child  > a:after {
		display: none;
	}
	#pageWrap #menu .menuContainer .menuItemContainer .mobileSubMenuOpen{
	    max-height: max-content;
	}
	#menu .menuContainer .menuItemContainer .subMenu .subMenuItem a {
		background-color: #000;
	}
	#menu {
		width: 100%;
	}
	#menu .menuContainer {
		height: auto;  display: flex;  display: -ms-flexbox;  justify-content: space-between;  
		flex-direction: column;  -webkit-flex-direction: column;
		width: 260px;    position: absolute;    left: -260px;  top: 40px;
	}
	header .headerLogo .headerSubMenu, header .headerLogo a.logout {
		position: absolute;  left: -260px;  width: 260px;   right: auto;  color: #fff;
	}
	#pageWrap header .headerSubMenu {
		top: 0;  padding-top: 5px;  padding-bottom: 7px;
		line-height: 37px;
		background-color: #ddd;
	}
	header .headerLogo a.logout {
		top: 20px !important;  text-align: left;      padding: 10px;width: 220px;  
	}
	header .headerSubMenu {
		display: flex;
		display: -ms-flexbox;
		justify-content: space-around;
	}
	#pageWrap header .headerSubMenu a {
		padding: 10px; flex-grow: 1;  -webkit-flex-grow: 1;  border-bottom: none;  color: #000;
	}
	header .headerSubMenu li {
		text-align: left;  border-bottom: none;
	}
	header .headerSubMenu li:nth-child(even) {
		display: none;
	}
	#menu .menuContainer > li {
		flex-grow: 1;  -webkit-flex-grow: 1;
	}
	#menu .menuContainer .menuItemContainer .menuItem {
		
	}
	#menu .menuContainer .menuItemContainer .subMenu {
		/*left: 0 !important; top: 30px; right: 0 !important;*/  
		margin-top: 0; position: static;  width: 100%;  display: block !important;  
		max-height: 0;  overflow:hidden;  transition: 0.3s;  height: auto;
	}/*
	#menu .menuContainer {
		text-align: left;
	}*/
	#menu .menuContainer .menuItemContainer.horizontalMenuActive .menuItem  {
		
	}
	#menu .menuContainer .menuItemContainer  {
		
	}
	#menu .menuContainer .menuItemContainer .menuItem {
		text-align: center;  padding: 14px 0 13px 0;  width: 100%;  display: flex !important;  display: -ms-flexbox !important;
	}
	#menu .menuContainer .menuItem .menuItemIcon {
		position: static;  margin-top: 0;   margin-left: 10px;   margin-right: 20px;    display: block;
	}
	
	#menu .menuContainer .menuItemContainer .menuItem .menuItemTitle {
		letter-spacing: normal;
		visibility: visible;
		padding: 0;   font-weight: normal;  font-size: 16px;  line-height: 1.7em;
	}
	header .headerContent h1 {
		font-size: 16px;  padding: 10px;
	}
	#mainContentWrapper.loginContent {
		margin-top: 0;
	}
	.mobileMenuOpenBody {
		right: -260px;  overflow: visible;
	}
	.sidebarContentWrapper .memberSwitchMenu:before {
		 display: none;
	}
	.sidebarContentWrapper .memberSwitchMenu select {
		background-color: transparent; border-top: none;
	}
	.bodyContainer { overflow: visible }
	header .headerLogo .logo  {
		left: 40px
	}
	#pageWrap  nav .icon-menu-home, #pageWrap nav  .icon-menu-home-active 
	{	background-image: url(images/blackicons/Home.svg) !important }
	#pageWrap  nav .icon-menu-accounts, #pageWrap nav .icon-menu-accounts-active 
	{ background-image: url(images/blackicons/Accounts.svg) !important }
	#pageWrap  nav .icon-menu-transactions, #pageWrap  nav .icon-menu-transactions-active 
	{ background-image: url(images/blackicons/Transactions.svg) !important }
	#pageWrap  nav .icon-menu-transfers, #pageWrap  nav .icon-menu-transfers-active 
	{ background-image: url(images/blackicons/Transfers.svg) !important }
	#pageWrap  nav .icon-menu-bpay, #pageWrap  nav .icon-menu-bpay-active 
	{ background-image: url(images/blackicons/Bpay.svg) !important }
	#pageWrap  nav .icon-menu-business , #pageWrap  nav .icon-menu-business-active
	{ background-image: url(images/blackicons/Business.svg) !important }
	#pageWrap  nav .icon-menu-services, #pageWrap  nav .icon-menu-services-active
	{ background-image: url(images/blackicons/Services.svg) !important }
	#pageWrap  nav .icon-menu-settings, #pageWrap  nav .icon-menu-settings-active 
	{ background-image: url(images/blackicons/Settings.svg) !important }
	
	.loginContent { padding-bottom: 20px; }


    #Main_Transactions_VisaAuthorisationsTable thead { display: table-header-group }
    #Main_Transactions_VisaAuthorisationsTable thead tr { opacity:0; position: absolute }
    #Main_Transactions_VisaAuthorisationsTable .headerRow { opacity:1; position: relative }
    #Main_Transactions_VisaAuthorisationsTable .headerRow h4 { color: #fff }
}


@media (max-width: 900px) {
	.hide-tablet { display: none !important; }
	
	header .headerLogo .logo {
	    /*left: 10px;	    right: 10px;*/	margin-left: auto;  margin-right: auto;
	}
	
	header .headerLogo .welcomeMessage {
		margin-top: 45px;
	}
	section.mainContent {
		width: 100%;
	}
	body {
		transition: right 0.4s ;  position: relative;  right: 0;  overflow: hidden;
	}
	
	
}

@media (max-width: 1050px) {
	header .headerLogo a.logout {
		top: 32px;
	}
	.bodyContainer {
		width: 100% !important;  border: none !important;
	}
	#menu .menuContainer .menuItemContainer:nth-child(5) .subMenu,
	#menu .menuContainer .menuItemContainer:nth-child(6) .subMenu,
	#menu .menuContainer .menuItemContainer:nth-child(7) .subMenu,
	#menu .menuContainer .menuItemContainer:nth-child(8) .subMenu {
		left: auto; right: 0;
	}
	
}

@media (min-width: 1150px) {
	#menu .menuContainer .menuItem .menuItemTitle {
		font-size: larger;
	}
	#menu .menuContainer .menuItemContainer .menuItem {
		padding: 30px 25px 15px 25px;
	}
	#menu .menuContainer {
		height: 85px;
	}
	#menu .menuContainer .menuItemContainer .subMenu {
		top: 85px;
	}
	section.loginContent {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	header .headerContent h1 {
		padding: 40px;
	}
}

@media (min-width: 1320px) {
	/*header .headerLogo .logo {
		width: 160px;  height: 50px;  background-size: 160px;  top: 20px;
	}*/
}



@media (max-height:400px) and (min-height: 400px) {
	#pageWrap #mainContentWrapper.loginContent {
		margin-top: 20px;
	}
	header .headerContent h1 {
		padding: 0;	padding-top: 15px;	color: #000;	font-size: 18px;
	}
	header .headerContent {
	    position: absolute;		z-index: 1000;		top: 0;		left: 0;		right: 0;
	}
	.forgottenDetailsNote p {
		font-size: 12px; line-height: 1.2em;
	}
	.memberNumberContainer, .passwordContainer {
		display: inline-block;  width: 49%;
	}
	#pageWrap .logo { margin-left: 5px }
	.loginDetails {
		display: flex;
		display: -ms-flexbox;
	}	
	
	.loginDetails.nokeyboard .mnoFieldContainer {
		flex-direction: column;  -webkit-flex-direction: column;
	}
	#pageWrap .loginDetails.nokeyboard .mnoFieldContainer > *,
	.loginDetails.nokeyboard .passwordContainer input  {
		max-width: 100%;
		width: 100%;
		margin-bottom: 0;
	}
	
	.confirmationDialog {
		max-height: 80%;  overflow: auto;  top: 10% !important;
	}
	.loginContainer .forgottenDetailsNote p {
		line-height: 1.1em;
	}
	#pageWrap .loginContainer .buttonList {
		margin-top: 0;
	}
	#pageWrap .loginDetails input {
		margin-bottom: 0;
	}
	.keypad-container-parent, .loginDetails .keyboardToggle, .istouch #useKeyboard {
		display: none;
	}
}


#batchesLoaded .uploadBatch select {
    font-size: inherit;
}


.manageContactSuccess {
    padding-left: 20px;
    font-size: 10pt;
}


.bsbCell {
    white-space: nowrap;
}


.bsbAccountTypeCell {
    white-space: nowrap;
}


.ui-datepicker-calendar tr {
    display: table-row;
}


section.mainContent .transferMoney .formError {
	width: auto;
}


/* Used only for the 'Validating...' button in BB Upload process - needs to be fixed - [IB-958] */
.buttonLoadingText
{
    display: inline-block;
    border-radius: 22px/50%;
    min-width: 98px;
    height: 44px;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 .5em .5em 0;
    font-family: 'nettooffc';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    border: 2px solid #27ae5f;
    color: #27ae5f;
    background-color: transparent;
    transition: .1s;
    width: auto;
    opacity: .25;
}

/* Amount input field layout */
.flex-input-container {
    width:auto;
	height:auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}

.flex-label {
    width:183px;
    min-height:18px !important;
	margin-bottom: 5px !important;
}

.flex-input {
    width:40%;
	margin-bottom: 0px !important;
}

.flex-error {
	margin: 0px !important;
}

.input-amount {
    width:100% !important;
    height:31px !important;
}

.flex-input.input-group span.input-group-addon {
     padding: 0px 7px 0px 7px !important;
}

.smsDeregisterButton {
    width: 600px;
}
/* Over-ride bootstrap textbox glow etc */
input.input-amount:focus {
  border: solid 1px #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* Confirmation and Receipt pages layout adjustment */

.flex-confirm-container {
    display: -webkit-flex;
    display: flex;
    max-width: 500px;
    min-width:300px;
    height: auto;
    flex-wrap: wrap;
	margin:0px !important;
}

.flex-row {
    width: 100%;
	min-height:47px !important;
    border-top: 1px solid #eae8e8;
    background-color: rgba(0, 0, 0, 0.020);
	margin-bottom: 0px !important;
}

.flex-cell-left {
    float:left; 
    min-width:110px !important;
	min-height: 47px;
    width: 40%;
    margin:10px 0 0 10px !important;
    word-wrap: break-word;
	vertical-align: middle !important;
}

.flex-cell-left label {
	width:100% !important;
}

.flex-cell-right {
    float:right;
    width:55%;
	min-height: 47px;
    margin:5px 5px 5px 0px;
    word-wrap: break-word;
	vertical-align: middle !important;
}

.confirm-heading {
    background-color:#eeecec;
    font-weight:bold;
    width:100%;
    height:auto;
    padding:5px;
    margin-top:0px !important;
    margin-bottom:0px !important;
    border-top: 1px solid #eae8e8;
}

.flex-row label.flex-cell-left {
	min-width:110px !important;
	max-width:auto !important;
}

.flex-search-buttons {
	max-width: 50%;
	min-width: 200px;
	margin-bottom: 0px !important
}

#spanAmountValidator {
    padding-left: 183px;
}
#lblMinDepositRequired {
        padding-left: 5px;
}
#amountDiv {
        padding-left: 4px;
}

.tdTaxResidency {
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-bullet li {
    display: block;
    color: #000;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e084";
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    float: left;
    color: #000;
    padding-right: 10px;
}

.margin-top-div {
    display: inline-block;
    font-weight: bold;
    color: #000;
}

#ajaxLoaderForTransactionDetails {
    display: none;
}

#ajaxLoaderForTransactionDetails.loading {
    display: inline-block;
    float:right;
    width: 15px;
    height: 15px;
    background: url('images/ajax-loader.gif') no-repeat;
}

.spanReferenceLine{
    max-width: 90%;
    display: inline-block;
    word-wrap: break-word;
}

.glyphicon-chevron-right{
    float:right;
    vertical-align: middle;
    line-height: inherit;
}

.glyphicon-chevron-down{
    float:right;
    vertical-align: middle;
    line-height: inherit;
}

.detailsHolder{ 
    margin:20px;
    display: table;
    width: 96%;
    table-layout: fixed;
}

.detailsHolderTableRow {
    display: table-row;
    /*border-bottom: 1px solid #cccccc;*/
}

.detailsHolderTableCell {
    display: table-cell; 
    word-wrap:break-word;
    width: 70%;
    padding:5px;
}

.detailsHolderTableCellLabel {
    display: table-cell; 
    width: 30%; 
    font-weight: bold;
    padding:5px;
}

.detailsHolderTableCellLabelNoName {
    display: table-cell; 
    width: 30%; 
    padding:5px;
}

.steppedHeadings {
	color: #cc0838;
	margin-top: 12px;
}

.transferConfirmationAmount {
	color: #cc0838;
	margin-top: 12px;
}

select[name="ctl00$Main$ctl00$ddlToAccounts"] option {
	background-color: #ffffff;
	color: #4D4E53;
	font-size: 14px;
}

select[name="ctl00$Main$ctl00$ddlToAccounts"] option:disabled {
	background-color: #f3f3f3;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

select[name="ctl00$Main$ctl00$ddlToAccounts"] option:hover {
	background-color: #707070;
	color: #ffffff;
	font-size: 14px;
}

select[name="ctl00$Main$ctl00$ddlToAccounts"] option[disabled="disabled"] {
	color: grey;
	background-color: white;
	font-weight: normal;
}

.infoDialog {
	display: inline-block;
	background-color: #f5f5f5;
	padding: 8px 12px 8px 12px;
	max-width: inherit;
	border-style: solid;
	border-left-width: 8px;
	border-color: #ffe291;
}

.infoDialog > * {
	display: inline-block;
}

.infoDialogText {
	margin-left: 4px;
}

.limitsInstructions {
	margin-bottom: 24px;
}

.instructionalText {
	margin-bottom: 12px;
}

.warning-banner {
    background-color: #FFEBEB;
    color: #333;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

.warning-header {
    display: flex;
    align-items: center;
}

.warning-icon {
	width: 24px;
	height: 24px;
    margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	background-image: url("images/warningIcon.svg");
}

.warning-title {
    font-weight: bold;
	color:#CB0839;
}

