/* HTML RESET -----------------------------------------------------------------------------------*/
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;
}
/* custom fonts */
@font-face {
	font-family: 'inconsolatamedium';
	src: url('./fonts/inconsolata-webfont.woff2') format('woff2'),
		url('./fonts/inconsolata-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	src: local('inconsolatamedium'), local('inconsolatamedium'),
		url('../fonts/inconsolata-webfont.woff2') format('woff2');
	unicode-range: U+30-39;
}

@font-face {
	font-family: 'palanquinbold';
	src: url('./fonts/palanquin-bold-webfont.woff2') format('woff2'),
		url('./fonts/palanquin-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'palanquinregular';
	src: url('./fonts/palanquin-regular-webfont.woff2') format('woff2'),
		url('./fonts/palanquin-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'palanquinsemibold';
	src: url('./fonts/palanquin-semibold-webfont.woff2') format('woff2'),
		url('./fonts/palanquin-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	padding: 0px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* LAYOUT HELPERS -------------------------------------------------------------------------------*/
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block; /*none;*/
    height: 1px;
    border: 0;    	
    margin: 1em 0;
    padding: 0;
}

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

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.align-center {
	text-align: center;
}

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

/* LINKS ----------------------------------------------------------------------------------------*/
a {
	color: #292828;
	text-decoration: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

/* HEADINGS -------------------------------------------------------------------------------------*/
h2 {
	color: #7E3FC7;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

h3 {
	color:#525252;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

/* ICONS ----------------------------------------------------------------------------------------*/
.my-accounts-icon {
	background: transparent url("../img/non-retina/my_accounts.png")
		no-repeat 0px 0px;
}

.my-accounts-white-icon {
	background: transparent url("../img/non-retina/my_accounts_white.png")
		no-repeat 0px 0px;
}

.home-white-icon {
	background: transparent url("../img/non-retina/home_white.png")
		no-repeat 0px 0px;
}

.transfer-blue-icon {
	background: transparent url("../img/non-retina/transfer_blue.png")
		no-repeat 0px 0px;
}

.pay-blue-icon {
	background: transparent url("../img/non-retina/pay_blue.png") no-repeat
		0px 0px;
}

.transfer-white-icon {
	background: transparent url("../img/non-retina/transfer_white.png")
		no-repeat 0px 0px;
}

.confirmation-white-icon {
	background: transparent url("../img/non-retina/confirmation_white.png")
		no-repeat 0px 0px;
}

.help-white-icon {
	background: transparent url("../img/non-retina/help_white.png")
		no-repeat 0px 0px;
}

.pay-white-icon {
	background: transparent url("../img/non-retina/pay_white.png") no-repeat
		0px 0px;
}

.menu-icon {
	background: transparent url("../img/non-retina/home.png") no-repeat 0px
		4px;
}

.messages-icon {
	background: transparent url("../img/non-retina/messages.png") no-repeat
		0px 3px;
}

.company-icon {
	background: transparent url("../img/non-retina/tieto.png") no-repeat 0px
		0px;
}

.white-arrow-down-icon {
	background: transparent url("../img/non-retina/white_arrow_down.png")
		no-repeat 0px 5px;
}

.white-arrow-right-icon {
	background: transparent url("../img/non-retina/white_arrow_right.png")
		no-repeat 0px 0px;
}

.white-arrow-up-icon {
	background: transparent url("../img/non-retina/white_arrow_up.png")
		no-repeat 0px 5px;
}

.flag-icon {
	background: transparent url("../img/non-retina/flag.png") no-repeat 9px
		0px;
}

.properties-icon {
	background: transparent url("../img/non-retina/properties.png")
		no-repeat 6px 0px;
}

.logout-icon {
	background: transparent url("../img/non-retina/lock_closed_white.png")
		no-repeat 10px 0px;
}

.mandatory-field-icon {
	background: transparent
		url("../img/non-retina/mandatory_field_icon.png") no-repeat 0px 0px;
	background-size: 8px;
}

.attention-blue-icon {
	background: transparent url("../img/non-retina/attention_blue.png")
		no-repeat 0px 0px;
}

.vbv-active-icon {
	background: transparent url("../img/non-retina/vbv-active.png")
		no-repeat 5px 4px;
	padding-left: 22px;
}

.vbv-inactive-icon {
	background: transparent url("../img/non-retina/vbv-inactive.png")
		no-repeat 5px 4px;
	padding-left: 22px;
}

#overview-shortcut {
	background: transparent url("../img/non-retina/home_white.png")
		no-repeat left 15px center;
}

#sc0 {
	background: transparent url("../img/non-retina/my_accounts_white.png")
		no-repeat left 15px center;
}

#sc6 {
	background: transparent url("../img/non-retina/pay_white.png") no-repeat
		left 15px center;
}

#sc7 {
	background: transparent url("../img/non-retina/transfer_white.png")
		no-repeat left 15px center;
}

#sc1, #sc2, #sc3, #sc4, #sc5, #sc8, #sc9, #sc10, #sc11, #sc12, #sc13,
	#sc14, #sc15, #sc16, #sc17, #sc18, #sc19, #sc20, #sc21, #sc22, #sc23,
	#sc24, #sc25, #sc26, #sc27, #sc28, #sc29, #sc30, #sc31, #sc32, #sc33,
	#sc34, #sc35, #sc36, #sc37, #sc38 {
	background: transparent
		url("../img/non-retina/shortcut_default_white.png") no-repeat left
		15px center;
}

.nav-primary-icon, .nav-secondary-icon, .use-case-title-icon,
	.use-case-help-icon {
	color: #fff;
	display: inline;
	float: left;
	height: 35px;
	width: 35px;
}

.use-case-help-icon {
	float: right;
}

.dynamic-dropdown-help {
	margin-top: -44px;
}

.preferences-help {
	margin-top: -59px;
	margin-right: 15px;
}

.nav-primary-icon {
	padding: 1px 2px 0px 40px;
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
	margin-top: -3px;
}

.nav-secondary-icon, .use-case-title-icon {
	padding: 0px 2px 0px 40px;
	margin-top: -7px;
}

.use-case-title-icon {
	margin-top: 0px;
}

.status {
	padding: 0px 5px;
	background-color: #7E3FC7;
	color: white;
	font-size: 12px;
}

.status-closed-subscription {
	background-color: #f5f5f5;
	color: #666666;
}

.status-active {
	background-color: #90C870;
}

.status-inactive {
	background-color: #fb255a;
}

.status.vbv-inactive-icon {
	padding-left: 22px;
}

.status.vbv-active-icon {
	padding-left: 22px;
}

.nav-secondary-icon.company-icon {
	width: 42px;
	height: 40px;
	margin-top: -5px;
	margin-left: -26px;
}

.messages-count-icon {
	color: #fff;
	display: block;
	float: left;
	background: #fb255a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	padding: 5px 2px 0px 0px;
	margin-right: 12px;
	font-size: 11px;
}

.nav-secondary-icon .messages-count-icon {
	padding: 5px 0px 0px 6px;
	margin: -5px 2px 0px -49px;
}

.collapsible .white-arrow-down-icon, .collapsible .white-arrow-up-icon,
	.button-icon.white-arrow-right-icon {
	float: right;
	display: block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.button-icon.white-arrow-right-icon {
	margin-left: 20px;
	margin-right: -30px;
}

.nav-secondary-icon.logout-icon {
	float: right;
	margin-top: -6px;
	padding-right: 0px;
}

.mandatory-field-icon {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 5px;
}

.info-icon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding-left: 25px;
}

/* GENERAL WRAPPERS -----------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

html {
	background: #fff;
	color: #222;
}

body {
	color: #292828;
	font-family: 'palanquinregular';
	font-size: 1em;
	line-height: 1.4;
}

.listing.listing-without-a {
	max-height: 430px;
}

.listing-without-a li.clearfix:last-of-type {
	padding: 7px;
	border-bottom: 1px solid #ccc;
}

body#login-page {
	
}

#page-wrapper {
	background: #fff;
	max-width: 1400px;
	min-width: 300px;
	margin: 0 auto;
	min-height: 100%;
	-moz-box-shadow: 0px 0px 10px #eaeaea;
	-webkit-box-shadow: 0px 0px 10px #eaeaea;
	box-shadow: 0px 0px 10px #eaeaea;
}

#login-wrapper {
	max-width: 400px;
	min-width: 300px;
	margin: 0px auto;
	min-height: 100%;
	padding-top: 46px;
}

#login-title {
	background: transparent url("../img/non-retina/ebs.png") no-repeat;
	font-size: 26px;
	display: block;
	height: 121px;
	width: 100px;
	margin: 0px auto;
	-moz-text-shadow: 0px 0px 10px #eaeaea;
	-webkit-text-shadow: 0px 0px 10px #eaeaea;
	text-shadow: 0px 0px 10px #eaeaea;
	text-align: center;
}

/* HEADER ---------------------------------------------------------------------------------------*/
.header-container {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9001;
	width: 100%;
}

.company-header {
	padding-top: 50px;
}

.company-info {
	background: transparent url("../img/header.jpg");
	height: 173px;
	padding: 53px 10px 5px 15px;
	background-size: 100%;
}

.company-title {
	color: #fff;
	display: block;
	float: left;
	font-size: 24px;
	font-weight: 700;
	height: 60px;
	width: 100px;
	text-transform: uppercase;
	padding-right: 10px;
}

.company-header-adds {
	color: #fff;
	float: right;
	margin-top: -43px;
	width: 70%;
}

.company-header-add {
	color: #292828;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	float: right;
	width: 200px;
	margin-left: 5px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	text-align: center;
}

.company-header-add h2, .frontpage-add h2 {
	color: #0094d1;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.company-header-add span {
	display: block;
	font-size: 14px;
	height: 36px;
}

.company-header-add-button {
	cursor: pointer;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.company-header-add:hover button {
	zoom: 1.05;
}

/* NAVIGATION -----------------------------------------------------------------------------------*/
nav.secondary {
	background: #343434;
	width: 100%;
}

nav.secondary .logout-side, nav.secondary .logout-side a {
	float: right;
}

nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

nav.secondary a {
	min-width: 145px;
	height: 50px;
	color: #fff;
	padding: 16px 0px 15px 15px;
	font-size: 12px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

nav.secondary a.close-window {
	float: right;
	padding-right: 10px;
}

nav.secondary a:hover {
	text-decoration: none;
}

nav.secondary a:hover span {
	color: #eaeaea;
}

nav.content-navigation {
	margin: -15px;
}

nav.content-navigation ul li {
	background: #111;
}

nav.content-navigation ul li a {
	border-bottom: 1px solid #2c2c2c;
	display: block;
	color: #f5f5f5;
	font-size: 14px;
	padding: 7px 15px;
}

nav.content-navigation ul li a.active {
	color: #7E3FC7;
}

nav.content-navigation ul ul li {
	background: #222;
	font-size: 14px;
	padding-left: 20px;
}

nav.content-navigation ul ul li a {
	border: 0px;
	color: #cecece;
}

span.content-navigation-toggle {
	background: #000 url("../img/non-retina/white_arrow_down.png") no-repeat
		right 10px center;
	color: #fff;
	cursor: pointer;
	display: none;
	width: 100%;
	height: 50px;
	padding: 15px;
	text-transform: uppercase;
	border-bottom: 3px solid #343434;
}

span.content-navigation-toggle.open {
	background: #000 url("../img/non-retina/white_arrow_up.png") no-repeat
		right 10px center;
}

/* CONTENT --------------------------------------------------------------------------------------*/
.content {
	padding-bottom: 60px;
}

.frontpage-section {
	padding: 15px;
}

.primary-use-case-title, .secondary-use-case-title {
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 15px 15px;
}

.primary-use-case-title {
	background: #7E3FC7;
}

.secondary-use-case-title {
	color: #333333;
	background: #eeeeee;
}

.secondary-use-case-title.navigation-title {
	border-bottom: 2px solid #2c2c2c;
	border-top: 2px solid #2c2c2c;
	padding: 5px 15px;
}

.secondary-use-case-title.navigation-title.form-top-element {
	margin-top: 15px;
	padding: 10px;
	height: 60px;
}

.navigation-title .use-case-help-icon {
	margin-top: 10px;
}

.use-case-content {
	padding: 15px;
}

/* FOOTER ---------------------------------------------------------------------------------------*/
footer {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff),
		color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 5%, #eaeaea 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
	font-size: 11px;
	height: 60px;
	width: 100%;
	border-top: 1px solid #cecece;
	padding: 20px 15px 20px 20px;
	text-align: center;
	position: relative;
	clear: both;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: -60px; /* negative value of footer height */
	-moz-box-shadow: 0px 0px 10px #eaeaea;
	-webkit-box-shadow: 0px 0px 10px #eaeaea;
	box-shadow: 0px 0px 10px #eaeaea;
}

/* LOGIN INFO -----------------------------------------------------------------------------------*/
#login-info {
	background: #7e3fc7;
	padding: 9px 0px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.login-user {
	display: block;
	max-width: 145px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.login-info-last-login {
	display: block;
	width: 100%;
	font-size: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#login-user-mobile {
	background: #000 url("../img/non-retina/ebs_mobile.png") no-repeat left
		13px center;
	border-bottom: 2px solid #343434;
	border-top: 2px solid #343434;
	box-shadow: 2px 2px 20px #000;
	-moz-box-shadow: 2px 2px 20px #000;
	-webkit-box-shadow: 2px 2px 20px #000;
	color: #fff;
	font-size: 12px;
	padding: 10px 0px;
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0px;
	text-align: center;
	text-transform: uppercase;
	z-index: 9001;
}

/* FRONTPAGE ADDS -------------------------------------------------------------------------------*/
.frontpage-add {
	display: block;
	padding: 10px;
	border: 1px solid #eaeaea;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff),
		color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%, #f1f1f1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#f1f1f1', GradientType=0); /* IE6-9 */
	text-align: center;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0px 0px 10px #eaeaea;
	-moz-box-shadow: inset 0px 0px 10px #eaeaea;
	-ms-box-shadow: inset 0px 0px 10px #eaeaea;
	-o-box-shadow: inset 0px 0px 10px #eaeaea;
	box-shadow: inset 0px 0px 10px #eaeaea;
}

.frontpage-add.expiring-payments {
	background: #2c2c2c;
	box-shadow: none;
	text-align: left
}

.frontpage-add.expiring-payments a {
	color: #fff;
}

.frontpage-add.expiring-payments .messages-count-icon {
	text-align: center;
}

.frontpage-add.news a {
	display: block;
}

.frontpage-add.news li {
	padding: 10px 0px;
	border-top: 1px solid #eaeaea;
}

.frontpage-add.news li legend {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

.frontpage-add.news a:hover {
	text-decoration: underline;
}

.frontpage-add-text {
	margin-bottom: 10px;
}

.add-img {
	display: block;
	width: 25%;
	margin: 0 auto;
}

/* LISTINGS -------------------------------------------------------------------------------------*/
.listing, .table-listing {
	font-size: 14px;
	max-height: 370px;
	overflow: auto;
}

.listing .no-scroll {
	max-height: none;
	overflow: visible;
}

.listing li, .table-listing tr {
	border-bottom: 1px solid #ccc;
}

.listing li:last-child, .table-listing tr:last-child {
	border-bottom: 0px;
}

.table-listing td {
	vertical-align: middle;
}

.radio-listing td, .checkbox-listing td {
	position: relative;
}

.table-listing tr td:first-child {
	padding-left: 15px;
}

.table-listing tr td:last-child {
	padding-right: 10px;
}

table.table-listing td label {
	font-weight: normal;
}

.listing div.list-item-wrapper, .listing li a, .listing li p {
	color: #292828;
	display: block;
	padding: 20px 15px 12px 15px;
	vertical-align: middle;
}

.listing li a {
	color: #525252;
	padding-top: 7px;
}

.listing li a.read {
	color: #525252;
	padding-top: 7px;
}

.listing li a.unread {
	background: #ececec;
	color: #000;
}

.listing li p.total-row, p.listing-data-updated {
	background: #f5f5f5;
	border-bottom: 5px solid #eaeaea;
	padding: 7px 15px 7px 15px;
	min-height: 25px;
}

p.listing-data-updated {
	border-top: 1px solid #cecece;
	color: #666666;
	font-size: 11px;
}

.listing li:after, .listing div.list-item-wrapper:after, .listing li a:after,
	.listing li p:after {
	content: "";
	display: table;
	clear: both;
}

.listing li a:hover, .listing div.list-item-wrapper:hover,
	.table-listing tr:hover {
	background-color: #F7F0FF;
	text-decoration: none;
}

.listing li a:active {
	background: #ecf4f7;
}

.listing li a.active {
	background: #fff;
}

.listing-title, .listing-buttons, .listing-total {
	background: #F7F7F9;
	color: #333333;
	padding: 15px;
	width: 100%;
	color: #333333;
}

.listing-title .toggle-link {
	background: transparent url("../img/non-retina/white_arrow_down.png")
		no-repeat left center;
	float: left;
	padding-left: 30px;
	margin-top: 4px;
	cursor: pointer;
}

.listing-title .toggle-link.toggle-open {
	background: transparent url("../img/non-retina/white_arrow_up.png")
		no-repeat left center;
}

.listing-total-blue {
	background: #7E3FC7;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	width: 100%;
}

.listing-buttons, .listing-total {
	padding: 7px 15px;
}

.listing-buttons a, .listing-total a {
	color: #7e3fc7;
	display: block;
	padding: 7px 5px;
}

input[type="submit"].listing-buttons-right-autogiro {
	background: #F7F7F9;
	width: auto;
	float: right;
	min-width: 13%;
	padding: 5px 5px;
	color: #7e3fc7;
	text-decoration: underline;
}

input[type="submit"].listing-buttons-right-autogiro:hover {
	background: #F7F7F9;
	color: #7e3fc7;
	text-decoration: underline;
}

.listing-buttons-left, .listing-total-left {
	float: left;
}

.listing-buttons-right, .listing-total-right {
	float: right;
}

.listing-total-right {
	text-align: right;
	padding-right: 20px;
}

.list-item-left.list-item-primary {
	font-weight: bold;
}

.list-item-secondary {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.list-item-right.list-item-primary {
	color: #525252;
	font-size: 18px;
	padding-top: 7px;
	font-weight: bold;
}

.list-item-left, .list-item-right {
	min-width: 80px;
}

.list-item-left, .list-item-right, .list-item-wide {
	overflow: hidden;
}

.improve-padding {
	padding-right: 35px;
}

.list-item-right.list-item-secondary.spanNavigation {
	text-decoration: underline;
}

.spanNavigation:hover {
	cursor: pointer;
}

.list-item-right {
	text-align: right;
}

.list-item-wide {
	font-size: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
}

.list-item-content {
	width: 48%;
	position: absolute;
	height: 95%;
}

.table-cell-anchor {
	cursor: pointer;
}

.summary-listing>li {
	border: 1px solid #eaeaea;
	margin: 10px 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.summary-listing table td {
	padding: 3px 0px;
}

table.summary.headings th {
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}

table.summary.headings thead {
	background: #666;
	color: #fff;
	font-family: FuturaBT-Heavy, sans-serif;
	font-size: 18px;
}

table.summary.headings label {
	color: #000000;
	font-family: FuturaBT-Heavy, sans-serif;
	font-size: 18px;
	text-transform: none;
}

table.summary.headings tr {
	border-bottom: 1px groove #c2d8e1;
}

table.summary.headings td {
	padding: 15px 0px;
}

table.summary.headings td {
	padding-left: 10px;
}

table.summary tr:last-child {
	border-bottom: none;
}
/* SWITCHES -------------------------------------------------------------------------------------*/
.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 3px;
	background-color: white;
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px
		rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}

.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.switch-input:checked ~ .switch-label {
	background: #7e3fc7;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px
		rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}

.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
	background-image: -webkit-linear-gradient(top, #eeeeee, white);
	background-image: -moz-linear-gradient(top, #eeeeee, white);
	background-image: -o-linear-gradient(top, #eeeeee, white);
	background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked ~ .switch-handle {
	left: auto;
	right: 11px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.summary-listing .listing-title {
	text-transform: none;
	padding: 5px 15px;
}

.summary-listing .listing-title a {
	color: #fff;
}

.buttons-toggle {
	background: #2c2c2c url("../img/non-retina/white_arrow_left.png")
		no-repeat center center;
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 30px;
	border: 1px solid #000;
}

.buttons-toggle.open {
	background: #2c2c2c url("../img/non-retina/white_arrow_right.png")
		no-repeat center center;
}

table.buttons-listing {
	margin-bottom: 0px;
}

table.buttons-listing td {
	position: relative;
}

table.buttons-listing td:last-child {
	padding-right: 20px;
}

table.buttons-listing td span.buttons {
	position: absolute;
	min-height: 49px;
}

table.buttons-listing, td span.buttons a {
	position: relative;
}

table.buttons-listing tr td {
	min-height: 50px;
}

table.buttons-listing tr td:last-child div {
	margin-right: 30px;
}

table.buttons-listing .form-unit {
	padding-top: 5px;
	margin: 0px;
}

.listing.no-scroll, .buttons-listing, .checkbox-listing, .radio-listing
	{
	max-height: none;
	overflow: visible;
}

.listing.mail-inbox-view {
	max-height: 375px;
	overflow: auto;
}

.listing.unconfirmed-payment-confirmation-view, .buttons-listing.payment-list-listing
	{
	max-height: 434px;
	overflow: auto;
}

.buttons-listing li, .checkbox-listing li, .radio-listing li {
	position: relative;
}

.buttons-listing .list-item-right {
	padding-right: 20px;
}

.buttons-listing .buttons {
	background: #343434;
	border: 1px solid #000;
	box-shadow: inset 0px 0px 10px #000;
	-moz-box-shadow: inset 0px 0px 10px #000;
	-webit-box-shadow: inset 0px 0px 10px #000;
	position: absolute;
	top: 0px;
	display: none;
	right: 30px;
	min-height: 100%;
	z-index: 100;
}

.buttons-listing button, .buttons-listing input[type="button"],
	.buttons-listing input[type="submit"], .buttons-listing input[type="reset"],
	.buttons-listing .buttons a {
	background: #7e3fc7;
	border: 1px solid #444;
	margin-top: 3.5%;
	margin-left: 7px;	
}

.buttons-listing .buttons a {
	color: #fff;
	float: left;
	text-align: center;
	min-width: 50px;
	min-height: 30px;
}

.buttons-listing .buttons a:hover {
	background: #9F5EEB;
}

select.sort {
	background-color: transparent;
	float: right;
	width: 40%;
	height: 25px;
}

select.navigationSelect {
	background: #2c2c2c;
	border: 0px;
	color: #fff;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	width: 85%;
}

.listing-checkbox-wrapper input[type="checkbox"], .listing-radio-wrapper input[type="radio"]
	{
	float: left;
	margin-left: -100px;
	visibility: hidden;
}

.listing-checkbox-wrapper label, .listing-radio-wrapper label {
	background: #777;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 10px;
}

.listing-checkbox-wrapper label.checked, .listing-radio-wrapper label.checked
	{
	background: #46be5f !important;
}

.mail-listing-checkbox-wrapper.check-checkbox-wrapper input[type="checkbox"],
	.mail-listing-radio-wrapper input[type="radio"] {
	float: left;
	margin-left: -100px;
	visibility: hidden;
	display: inline;
}

.mail-listing-checkbox-wrapper label, .mail-listing-radio-wrapper label
	{
	background: #777;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 10px;
}

.mail-listing-checkbox-wrapper label.checked,
	.mail-listing-radio-wrapper label.checked {
	background: #46be5f !important;
}

.messages-count {
	display: block;
	font-size: 11px;
	margin-bottom: 20px;
}

/* PROGRESS STEPS -------------------------------------------------------------------------------*/
.form-progress ul {
	background: #000000;
	width: 100%;
}

.form-progress ul li {
	background: #777;
	float: left;
	height: 10px;
	width: 50%;
}

.form-progress .three-steps li {
	width: 33.33%;
}

.form-progress .four-steps li {
	width: 25%;
}

.form-progress .five-steps li {
	width: 20%;
}

.form-progress ul li.active {
	background: #46be5f;
}

.form-progress ul li span {
	display: block;
	height: 10px;
	border: 4px solid #343434;
	border-top: 0px;
	border-bottom: 0px;
}

.form-progress ul li:first-child span {
	border-left: 0px;
}

.form-progress ul li:last-child span {
	border-right: 0px;
}

/* TABS -----------------------------------------------------------------------------------------*/
.tab-wrapper ul li {
	display: inline-block;
}

.tab-wrapper ul li a {
	color: #AEABAB;
	display: block;
	font-size: 14px !important;
	padding: 10px 15px;
	margin-right: 5px;
	font-family: 'palanquinsemibold';
}

.tab-wrapper ul li a.active {
	background: #f5f5f5;
	border-bottom: 2px solid #7e3fc7;
	color: #7e3fc7;
	margin-bottom: -1px;
}

.tab-wrapper ul li a:hover {
	text-decoration: none
}

.improve-padding {
	padding-right: 35px;
}

.tab-content {
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	-moz-border-radius: 0px 6px 6px 6px;
	-webkit-border-radius: 0px 6px 6px 6px;
	border-radius: 0px 6px 6px 6px;
	-moz-box-shadow: 0px 0px 10px #eaeaea;
	-webkit-box-shadow: 0px 0px 10px #eaeaea;
	box-shadow: 0px 0px 10px #eaeaea;
	padding: 15px;
	margin-top: -1px;
}

/* TOGGLE LINKS --------------------------------------------------------------------------------*/
.toggle-link:hover {
	cursor: pointer;
}

.toggle-hidden {
	display: none;
}

.toggle-bar {
	border-bottom: 2px solid #ffffff;
}

/* FORMS AND TABLES -----------------------------------------------------------------------------*/
form {
	width: 100%;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

table td {
	vertical-align: middle;
	padding: 5px 0px;
}

table.summary td {
	vertical-align: middle;
	width: 50%;
}

table.summary td span, table.summary td div, ul li span, ul li div {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

table td.form-listings-input {
	width: 10%;
}

table td.form-listings-label {
	width: 90%;
}

table td.form-listings-label label {
	text-transform: none;
	font-weight: normal;
}

form label, .summary label, form strong {
	font-size: 14px;
	font-family: 'palanquinregular';
	color: #A5A5A5;
	display: block;
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease-out;
}

.labelBold {
	font-size: 14px;
	font-family: 'palanquinregular';
	color: #A5A5A5;
	display: block;
	width: 100%;
	font-weight: bold;
}

label[for*="rbtn"], label[htmlfor*="rbtn"] {
	font-weight: normal;
	font-size: 14px;
}

.label-position {
	position: absolute;
}

form hr {
	margin-bottom: 20px;
}

.label-text {
	float: left;
}

form label.option-input-label {
	float: left;
	width: auto;
}

.option-input-wrapper {
	width: 50%;
}

.option-input-wrapper input[type="checkbox"], .option-input-wrapper input[type="radio"]
	{
	float: left;
}

.float-right {
	float: right;
}

.form-unit {
	position: relative;
	margin: 36px 0px 20px 0px;
}

.form-unit .spacing {
	padding-right: 5px;
}

.form-unit-autogiro {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.listing .form-unit, .no-margin.form-unit {
	margin-bottom: 0px;
}

.table-value-info {
	font-size: 11px;
	color: #666;
}

.guide-wrapper {
	border: 1px solid #b2e5ff;
	color: #0694da /*#13a0e6*/;
	font-size: 13px;
	padding: 10px;
	border-radius: 5px;
}

.confirm-guide-wrapper {
	border: 1px solid #cbdfbd;
	color: #38a50c;
	font-size: 13px;
	padding: 10px 10px 10px 45px;
	margin: 20px 0px 20px 0px;
	background:transparent url("../img/non-retina/success.png") no-repeat 15px;
	border-radius: 5px;
}

.reject-guide-wrapper {
	background: #f4ded9;
	border: 1px solid #f4ded9;
	color: #8a1a01;
	font-size: 13px;
	padding: 10px;
	-webkit-box-shadow: inset 0px 0px 19px 0px #f4ded9;
	-moz-box-shadow: inset 0px 0px 19px 0px #f4ded9;
	box-shadow: inset 0px 0px 19px 0px #f4ded9;
	margin-bottom: 20px;
}

.modal-wrapper {
	background: #f6fafc;
	border: 1px solid #a4cad9;
	color: #076890;
	font-size: 13px;
	padding: 10px;
	-webkit-box-shadow: inset 0px 0px 19px 0px #d1f2ff;
	-moz-box-shadow: inset 0px 0px 19px 0px #d1f2ff;
	box-shadow: inset 0px 0px 19px 0px #d1f2ff;
}

.guide-wrapper .label-text {
	
}

.guide-wrapper .label-text .info-icon {
	
}

/* TOOLTIPS, NOTIFICATIONS, ERRORS ---------------------------------------------------------------*/
.tooltip-wrapper, .notification-wrapper, .error-wrapper {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff),
		color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%, #f1f1f1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#f1f1f1', GradientType=0); /* IE6-9 */
	border: 1px solid #cecece;
	-webkit-box-shadow: 0px 0px 10px #cecece;
	-moz-box-shadow: 0px 0px 10px #cecece;
	box-shadow: 0px 0px 10px #cecece;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 90);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	position: fixed;
	top: 50px;
	left: 0px;
	width: 100%;
	max-height: 150px;
}

.notification-wrapper {
	border: 1px solid #cbdfbd;
	color: #38a50c;
	font-size: 13px;
	padding: 10px 10px 10px 45px;
	margin-bottom: 20px;
	background:transparent url("../img/non-retina/success.png") no-repeat 15px;
	border-radius: 5px;
}

.error-wrapper {
	border: 1px solid #ffccbd;
	color: #da0000;
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 10px 10px 45px;
   	background:transparent url("../img/non-retina/alert-circle.png") no-repeat 15px;
}

.form-unit.clearfix.guide-wrapper {
	margin-top: 20px;
}

.error-area {
	background-color: #f4ded9;
}

#login-page .error-wrapper {
	top: 0px;
}

.tooltip-inner-wrapper, .notification-inner-wrapper,
	.error-inner-wrapper {
	padding: 5px 10px 10px 10px;
}

.tooltip-controls {
	text-align: center;
}

.notification-controls, .error-controls {
	float: right;
}

.tooltip-controls a, .notification-controls a, .error-controls a {
	background: #12455a;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	border-radius: 6px 6px 6px 6px;
}

.notification-controls a {
	background: #498b1c;
}

.error-controls a {
	background: #8a1a01;
}

.tooltip-text, .notification-text {
	font-size: 14px;
	padding-top: 10px;
}

.notification-text, .error-text {
	float: left;
}

.tooltip-title {
	font-weight: bold;
}

.notification-wrapper.use-case-message, .error-wrapper.use-case-message
	{
	position: static;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

.use-case-message .notification-text, .use-case-message {
	
}

/* INPUTS ---------------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="number"], input[type="file"],
	input[type="date"], input.date, select, textarea, input[type="submit"],
	input[type="reset"], input[type="button"], button {
	background: #fff;
	border: 1px solid #D5D5D5;
	width: 100%;
	line-height: 20px;
	margin: 0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* text field without focus */
input[type="text"], input[type="password"], input[type="number"], input[type="date"],
	textarea {
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #D5D5D5;
	color: #333333;
	font-size: 14px;
	font-family: 'palanquinregular';
}

textarea {
	resize: none;
	overflow: hidden;
	display: block;
}

/* class will be applied when text field will be focused */
.fadeLabel {
	margin-top: -20px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.fadeLabelColor {
	color: #7E3FC7;
}

/* text field when focused */
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus,
	input[type="date"]:focus, textarea:focus, select:focus {
	outline: 0;
	border-color: #7E3FC7;
}

input[type="text"].short, input[type="password"].short, input[type="number"].short,
	input[type="file"].short, input[type="date"].short, input.date.short,
	select.short, textarea.short {
	width: 60%;
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,
	input[type="button"]:hover:disabled, input[type="submit"]:hover:disabled,
	input[type="reset"]:hover:disabled {
	background: #DBDBDB;
	border: none;
	color: #868686;
}

input[type="date"], input.date {
	background: transparent url('../img/non-retina/date.png') no-repeat
		right 15px;
	display: block;
	font-family: inherit;
	padding: 18px 0px 0px 0px;
	width: 40%;
	-webkit-appearance: none;
	background-size: 24px 24px;
}

input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

select {
	color: #333333;
    font-size: 14px;
    font-family: 'palanquinregular';
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #D5D5D5;	
	cursor:pointer;
}

input[type="button"] {
	min-width: 24% !important
}

button, input[type="button"], input[type="submit"], a.button,
	.nb-statement-controls a {
	background: #7E3FC7;
	border: 0px;
	color: #fff;
	margin: 10px 0px;
	padding: 10px 20px 10px 20px;
	width: auto;
	border-radius: 25px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none;
	min-width: 24%;
	font-size: 14px;
	cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover,
	a.button:active, .nb-statement-controls a:hover {
	background: #9F5EEB;
	text-decoration: none;
}

button:active, input[type="button"]:active, input[type="submit"]:active,
	a.button:active {
	background: #5F2A9C;
}

form input[type="button"], form input[type="submit"], input[type="reset"]
	{
	min-width: 24%;
	padding: 10px 20px 10px 20px;
}

input[type="reset"] {
	background: #FFF;
	border: 0px;
	color: #7E3FC7;
	margin: 10px 0px;
	padding: 10px 20px 10px 20px;
	width: auto;
	border: 1px solid #7E3FC7;
	border-radius: 25px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type="reset"]:hover {
	background: #fff;
	border: 1px solid #9F5EEB;
}

input[type="reset"]:active {
	background: #fff;
	border: 1px solid #5F2A9C;
}

.cancel-button {
	background: #FFF !important;
	border: 0px !important;
	color: #7E3FC7 !important;
	margin: 10px 0px !important;
	padding: 10px 20px 10px 20px !important;
	border: 1px solid #7E3FC7 !important;
	border-radius: 25px !important;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none;
	min-width: 24%;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.cancel-button:hover {
	background: #fff !important;
	border: 1px solid #9F5EEB !important;
	text-decoration: none;
}

.cancel-button:active {
	background: #fff !important;
	border: 1px solid #5F2A9C !important;
}

form form input[type="reset"] {
	min-width: 24%;
	padding: 10px 20px 10px 20px;
}

input.currency-input {
	width: 60%;
}

select.currency-select {
	margin-left: -5px;
	width: 40%;
	height: 1.7em;
}

.touch select {
	-webkit-appearance: none;
}

textarea.mail {
	height: 300px;
}

.textarea-char-count {
	color: #666;
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
}

input[type="submit"].login-button {
	width: 100%;
}

/* COMBOBOX -------------------------------------------------------------------------------------*/
a.combobox-toggle {
	background: #f5f5f5 url("../img/non-retina/grey_arrow_down.png")
		no-repeat center center;
	background-size: 10px 6px;
	border: 1px solid #cecece;
	display: block;
	margin-top: 1px;
	padding: 0px;
	width: 40px;
	height: 35px;
	cursor: default;
	float: right;
	position: absolute;
	right: 0;
	top: -15px;
}

.combobox input[type="text"] {
	padding-right: 45px;
}

.combobox {
	position: relative;
}

.combobox ul {
	position: absolute;
	background: #fff;
	z-index: 1000;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	color: #333333 !important;
	font-size: 14px;
	font-family: 'palanquinregular';
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #D5D5D5;
	cursor: default;
}

.combobox ul li {
	width: 100%;
	padding: 10px;
}

.combobox ul li.option:hover, .combobox ul li.option.focus {
	background: #7E3FC7;
}

.combobox ul li.optgroup {
	font-weight: bold;
}

/* INPUT VALIDATION ERROR -----------------------------------------------------------------------*/
input.validation-error, select.validation-error, textarea.validation-error
	{
	background-color: #f4ded9;
	border: 1px solid #dfc0bd;
	color: #8a1a01;
}

[id*="vm_"] {
	font-size: 10px;
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
	right: 0px;
	color: #8a1a01;
	bottom: 2px;
}

/* ACCOUNTS & CARDS -----------------------------------------------------------------------------*/
.nb-overview ul.listing li {
	background: #f5f5f5;
}

.account-link {
	text-decoration: underline;
	cursor: pointer;
}

.transactions {
	float: right;
	font-size: 12px;
	padding-top: 6px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.nb-amount.nb-total {
	font-size: 20px;
	text-align: right;
}

.nb-total-text {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}

.nb-overview-nb-select {
	display: none;
}

.nb-statement-controls {
	float: right;
	width:100%;
}

.nb-statement-controls a {
	background: #7E3FC7;
	border: 0px;
	color: #fff;
	margin: 10px 0px;
	padding: 10px 20px 10px 20px;
	width: auto;
	border-radius: 25px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none;
	min-width: 45%;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

/* SECURITY CODE --------------------------------------------------------------------------------*/
.security-code {
	background: #e9e9e9;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 10px;
}

.security-code-title {
	background: transparent url("../img/non-retina/security_bg.png")
		repeat-x;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
}

.security-code-content {
	padding: 10px;
}

.security-code label {
	font-weight: bold;
	padding-top: 14px;
}

.security-code-guide {
	padding-top: 5px;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* GRID SYSTEM ----------------------------------------------------------------------------------*/
.grid {
	width: 100%;
}

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

[class*='col-'] {
	float: left;
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-2-2 {
	width: 33.3%;
	position: absolute;
	top: 385px;
	left: 850px;
}

.colu-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.3%;
}

.col-2-3 {
	width: 66.6%;
}

.colu-2-3 {
	width: 66.6%;
}

.col-1-6 {
	width: 16.66%;
}

.col-2-6 {
	width: 33.32%;
}

.col-3-5 {
	width: 49.98%;
}

.col-5-6 {
	width: 83.34%;
}

.col-1-4 {
	width: 25%;
}

.col-3-4 {
	width: 75%;
}

.cell-1-2 {
	width: 50%;
}

.cell-col-1-2 {
	width: 100%;
}

.cell-1 {
	width: 50%;
	float: left;
}

.cell-2 {
	width: 50%;
	float: right;
}

/* PUSH MENU ------------------------------------------------------------------------------------*/
#push-menu {
	padding-top: 50px;
}

.push-menu {
	background: #000;
	position: fixed;
	width: 25%;
	height: 100%;
	overflow-y: auto;
	z-index: 9000;
}

.push-menu nav a {
	text-transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.push-menu nav a.active {
	color: #7e3fc7;
}

.push-menu nav a.active:hover {
	color: #fff;
}

.push-menu h3 {
	width: 100%;
	background: inherit;
	color: #545353;
	padding: 25px 15px 25px 15px;
}

.push-menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	border-bottom: 1px solid #111;
	cursor: pointer;
}

.push-menu .has-submenu>a {
	background: transparent url("../img/non-retina/white_arrow_down.png")
		no-repeat right 15px center;
}

.push-menu li.has-submenu.active>a {
	background: transparent url("../img/non-retina/white_arrow_up.png")
		no-repeat right 15px center;
}

.push-menu .level-2 a {
	background-color: #171717;
	color: #ddd;
	padding: 10px 15px 10px 30px;
	font-size: 14px;
}

.push-menu .level-3 a {
	padding-left: 45px;
}

.log-out-link {
	background: #000d12;
	border-top: 1px solid #111;
}

.push-menu .shortcuts a {
	padding-left: 60px;
}

.push-menu a:hover, .push-menu a[id*='sc']:hover {
	background-color: #7e3fc7;
}

.push-menu a:active {
	background-color: #7e3fc7;
	color: #fff;
}

.push-menu-left {
	left: -25%;
}

.push-menu-left.push-menu-open {
	left: 0px;
}

.push-menu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.push-menu-push-toright {
	left: 25%;
}

.push-menu-push-toleft {
	left: -25%;
}

.push-menu, .push-menu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* DIALOG --------------------------------------------------------------------------------------*/
.dialog-template, .dialog-wrapper {
	display: none;
}

.dialog-template.noscript, .dialog-wrapper.noscript {
	display: block;
}

.dialog-template {
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	opacity: 0.3;
	overflow-y: scroll;
}

.dialog-wrapper {
	width: 100%;
	z-index: 9999;
	position: fixed;
}

.dialog-wrapper, .dialog-wrapper.noscript {
	top: 10%;
}

.dialog-container {
	background: #fff;
	border: 1px solid #dedede;
	width: 40%;
	margin: 0 auto;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-radius: 4px 4px 4px 4px;
	box-shadow: 0px 0px 10px #666;
}

.noscript .dialog-container {
	width: 80%;
}

.dialog-title {
	background: #f0f0f0;
	display: block;
	border-bottom: 1px solid #cecece;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	color: #595959;
	font-size: 16px;
	text-transform: uppercase;
}

.dialog-title, .dialog-content, .dialog-buttons {
	padding: 15px;
}

.dialog-content {
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	line-height: 20px;
	overflow-y: auto;
	max-height: 450px;
}

.dialog-buttons {
	border-top: 1px solid #cecece;
}

.dialogs {
	display: none;
}

/* LOADING --------------------------------------------------------------------------------------*/
.loading-indicator {
	
}

.loading-indicator-overlay {
	background: #fff;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/*IE8 opacity*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.loading-indicator-sign {
	background: transparent url("../img/non-retina/loading.gif") no-repeat
		-9px -4px;
	display: block;
	width: 31px;
	height: 31px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -15px;
}

/* FILTERS --------------------------------------------------------------------------------------*/
.filters {
	color: #cecece;
}

.filters.listing-addon {
	margin: 37px -15px -7px -15px;
}

.filters a.filters-toggle {
	background: #343434 url("../img/non-retina/white_arrow_down.png")
		no-repeat right 15px center;
	color: #fff;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 40px;
	padding: 10px 15px 8px 15px;
	text-transform: uppercase;
}

.filters a.filters-toggle.open {
	background: #343434 url("../img/non-retina/white_arrow_up.png")
		no-repeat right 15px center;
}

.filters.listing-addon a.filters-toggle {
	border: 0px;
	font-size: 12px;
	height: 30px;
	padding: 7px 15px 3px 15px;
}

.filters ul {
	border: 1px solid #d5d5d5;
	display: none;
	padding: 0px;
}

.filters ul.open {
	display: block;
}

.filters ul li {
	float: left;
	height: 30px;
	width: 50%;
}

[data-filter-name].filtered-out {
	display: none;
}

.filter-wrapper {
	height: 30px;
}

.filters ul li:hover {
	
}

.filters ul li:hover label {
	text-decoration: underline;
}

.filters input {
	display: none;
}

.filters label {
	background: #F7F7F9;
	color: #aeabab;
	width: 100%;
	height: 100%;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	cursor: pointer;
}

.filters label.active {
	    	
    font-weight: bold;
	color: #7e3fc7;
	
}

/* HIDDEN PARTS ---------------------------------------------------------------------------------*/
.hiddenInFullsize {
	display: none !important;
}

.hiddenInMobile {
	display: block !important;
}

.hiddenInMobileInline {
	display: inline !important;
}

/* MEDIA QUERIES --------------------------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
	.hiddenInFullsize {
		display: none !important;
	}
	.hiddenInMobile {
		display: block !important;
	}
	.hiddenInMobileInline {
		display: inline !important;
	}
	#login-user-mobile {
		display: none;
	}
	.buttons-listing .buttons a {
		margin: 2.1%;
		width: 45%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.push-menu {
		width: 50%;
	}
	.push-menu-left {
		left: -50%;
	}
	.push-menu-push-toright {
		left: 50%;
	}
	.push-menu-push-toleft {
		left: -50%;
	}
	section.col-1-2, section.col-1-3, section.col-2-3, form.col-1-2,
		.ajax-area.col-1-2 {
		width: 100%;
	}
	.hiddenInMobile, .hiddenInMobileInline, .hiddenInFullsize {
		display: none !important;
	}
	nav.secondary a {
		min-width: 45px;
	}
	.overview-hello, .content-navigation>ul, .content-navigation>div {
		display: none;
	}
	.overview-main, .balance {
		width: 100%;
	}
	.company-info {
		background-position: top;
		height: 100px;
		padding-top: 15px;
	}
	.use-case-content.col-1-2 {
		width: 70%;
	}
	.use-case-content.col-2-2 {
		width: 33%;
	}
	.use-case-content.col-1-3, .use-case-content.col-2-3 {
		width: 100%;
	}
	input[type="date"], input.date {
		width: 100%;
	}
	form input[type="button"], form input[type="submit"], form input[type="reset"],
		a.button, a.cancel-button, .reset-button, .secondary-button {
		min-width: 49% !important;
	}
	.nb-overview-nb-select, span.content-navigation-toggle,
		.content-navigation>ul.open, .content-navigation>div.open {
		display: block;
	}
	.company-header, .login-user {
		display: none;
	}
	.content, #push-menu {
		padding-top: 86px;
	}
	.content.help-page {
		border-top: 2px solid #2c2c2c;
	}

	/* Header overlaps on top of datepicker when it is first element of form. This enables datepicker to show fully.*/
	#ui-datepicker-div, .ui-datepicker {
		z-index: 9999 !important;
	}
	.filters ul li {
		float: none;
		background: #2c2c2c;
		height: 30px;
		width: 100%;
	}
	.float-right {
		float: none;
	}
	.filters ul li:hover {
		background: none;
	}
	.col-1-2 {
		width: 50%;
	}
	.export {
		padding: 10px 20px 10px 20px;
		margin: 5px 0px 5px 0px;
		cursor: pointer;
		width: 100%;
	}
	.tooltip-wrapper {
		top: 100px;
		z-index: 1000;
	}
	.col-1-2 {
		padding-bottom: 15px !important;
		padding-top: 15px !important;
	}
}

@media only screen and (max-width: 480px) {
	.hiddenInMobile, .hiddenInMobileInline {
		display: none !important;
	}
	.hiddenInFullsize {
		display: block !important;
	}
	.push-menu {
		width: 100%;
	}
	.push-menu-left {
		left: -100%;
	}
	.push-menu-push-toright {
		position: static;
	}
	.push-menu-push-toleft {
		left: -80%;
	}
	section.col-1-2, section.col-1-3, section.col-2-3, form.col-1-2,
		.ajax-area.col-1-2 {
		width: 100%;
	}
	.col-1-2 {
		padding-bottom: 15px !important;
		padding-top: 15px !important;
	}
	nav.secondary a {
		min-width: 45px;
	}
	.overview-hello {
		display: none;
	}
	.overview-main, .balance {
		width: 100%;
	}
	.company-info {
		background-position: bottom;
		height: 100px;
		padding-top: 30px;
	}
	.primary-use-case-title, .secondary-use-case-title {
		font-size: 18px;
	}
	button, input[type="submit"], input[type="reset"], a.button, a.cancel-button,
		.reset-button, .secondary-button {
		width: 100%;
		margin-bottom: 10px;
	}
	input[type="date"], input.date {
		width: 100%;
	}
	#login-user-mobile, .nb-overview-nb-select, span.content-navigation-toggle,
		.content-navigation>ul.open, .content-navigation>div.open {
		display: block;
	}
	.tooltip-wrapper {
		top: 86px;
		z-index: 1000;
	}
	.company-header, .login-user, .content-navigation>ul,
		.content-navigation>div {
		display: none;
	}
	.content, #push-menu {
		padding-top: 86px;
	}
	.content.help-page {
		border-top: 2px solid #2c2c2c;
	}
	form input[type="button"], .use-case-content.col-1-2, .use-case-content.col-2-2,
		.use-case-content.col-1-3, .use-case-content.col-2-3 {
		width: 100%;
	}
	.dialog-container {
		width: 80%;
	}
	.tab-wrapper ul li a {
		padding: 10px 7px;
	}

	/* IOS automatic focus zoom in bug fix */
	input, input:focus, button, select, select:focus, textarea, textarea:focus
		{
		font-size: 16px !important;
	}

	/* Header overlaps on top of datepicker when it is first element of form. This enables datepicker to show fully.*/
	#ui-datepicker-div, .ui-datepicker {
		z-index: 9999 !important;
	}
	.filters ul li {
		float: none;
		background: #2c2c2c;
		height: 30px;
		width: 100%;
	}
	.float-right {
		float: none;
	}
	.nb-total-text {
		width: 100% !important;
		font-size: 13px;
	}
	.nb-amount.nb-total {
		width: 100% !important;
		font-size: 16px;
		text-align: left;
	}
	.primary-use-case-title {
		font-size: 95%;
	}
	.spanTextWrap {
		word-wrap: break-word;
		max-width: 240px;
		display: inline-block;
	}
	#swe_autogiro_subscription_table select {
		font-size: 12px !important;
		padding: 5px 0px;
	}
	#swe_autogiro_subscription_table .form-unit {
		margin-right: 15px;
	}
	#swe_autogiro_subscription_table tr td:first-child {
		padding-left: 0px;
	}
	.filters ul li:hover {
		background: none;
	}
	.form-unit .spacing {
		padding-right: 1px;
	}
	.col-1-2 {
		width: 50%;
	}
	.export {
		padding: 10px 20px 10px 20px;
		margin: 5px 0px 5px 0px;
		cursor: pointer;
		width: 100%;
	}
	input[type="text"].short, input[type="password"].short, input[type="number"].short,
		input[type="file"].short, input[type="date"].short, input.date.short,
		select.short, textarea.short {
		width: 100%;
	}
	.ui-button-text-only {
		width: 100% !important;
	}
	
	 .nb-statement-controls{
	 width:90%;
	 
 }
 
 .nb-statement-controls a{
	 min-width:100%;
 }
 

	
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) , only screen and (
		min--moz-device-pixel-ratio: 2) , only screen and (
		-o-min-device-pixel-ratio: 2/1) , only screen and (
		min-device-pixel-ratio: 2) , only screen and ( min-resolution: 192dpi)
		, only screen and ( min-resolution: 2dppx) {
	.my-accounts-icon {
		background: transparent url("../img/retina/my_accounts.png") no-repeat
			0px 0px;
		background-size: 30px 30px;
	}
	.my-accounts-white-icon {
		background: transparent url("../img/retina/my_accounts_white.png")
			no-repeat 0px 0px;
		background-size: 30px 30px;
	}
	.transfer-blue-icon {
		background: transparent url("../img/retina/transfer_blue.png") no-repeat
			0px 0px;
		background-size: 30px 30px;
	}
	.pay-blue-icon {
		background: transparent url("../img/retina/pay_blue.png") no-repeat 0px
			0px;
		background-size: 30px 30px;
	}
	.transfer-white-icon {
		background: transparent url("../img/retina/transfer_white.png")
			no-repeat 0px 0px;
		background-size: 30px 30px;
	}
	.pay-white-icon {
		background: transparent url("../img/retina/pay_white.png") no-repeat 0px
			0px;
		background-size: 30px 30px;
	}
	.menu-icon {
		background: transparent url("../img/retina/home.png") no-repeat 0px 4px;
		background-size: 30px 25px;
	}
	.messages-icon {
		background: transparent url("../img/retina/messages.png") no-repeat 0px
			3px;
		background-size: 30px 21px;
	}
	.company-icon {
		background: transparent url("../img/retina/tieto.png") no-repeat 0px 0px;
		background-size: 42px 40px;
	}
	.white-arrow-down-icon {
		background: transparent url("../img/retina/white_arrow_down.png")
			no-repeat 0px 5px;
		background-size: 20px 11px;
	}
	.white-arrow-right-icon {
		background: transparent url("../img/retina/white_arrow_right.png")
			no-repeat 0px 5px;
		background-size: 11px 20px;
	}
	.white-arrow-up-icon {
		background: transparent url("../img/retina/white_arrow_up.png")
			no-repeat 0px 5px;
		background-size: 20px 11px;
	}
	.push-menu .has-submenu>a {
		background: transparent url("../img/retina/white_arrow_down.png")
			no-repeat right 15px center;
		background-size: 20px 11px;
	}
	.push-menu li.has-submenu.active>a {
		background: transparent url("../img/retina/white_arrow_up.png")
			no-repeat right 15px center;
		background-size: 20px 11px;
	}
	.flag-icon {
		background: transparent url("../img/retina/flag.png") no-repeat 9px 0px;
		background-size: 21px 25px;
	}
	.properties-icon {
		background: transparent url("../img/retina/properties.png") no-repeat
			6px 0px;
		background-size: 25px 25px;
	}
	.logout-icon {
		background: transparent url("../img/retina/lock_closed_white.png")
			no-repeat 10px 0px;
		background-size: 19px 25px;
	}
	.mandatory-field-icon {
		background: transparent url("../img/retina/mandatory_field_icon.png")
			no-repeat 0px 0px;
		background-size: 12px 12px;
	}
	.confirmation-white-icon {
		background: transparent url("../img/retina/confirmation_white.png")
			no-repeat 0px 0px;
		background-size: 30px 30px;
	}
	.help-white-icon {
		background: transparent url("../img/retina/help_white.png") no-repeat
			0px 0px;
		background-size: 30px 30px;
	}
	.security-code-title {
		background: transparent url("../img/retina/security_bg.png") repeat-x;
		background-size: 48px 54px;
	}
	input[type="date"], input.date {
		background: transparent url('../img/non-retina/date.png') no-repeat	right 8px;
		display: block;
		font-family: inherit;
		padding: 18px 0px 0px 0px;
		width: 100%;
		-webkit-appearance: none;
		background-size: 24px 24px;
	}
	.attention-blue-icon {
		background: transparent url("../img/retina/attention_blue.png")
			no-repeat 0px 0px;
		background-size: 24px 20px;
	}
	.home-white-icon {
		background: transparent url("../img/non-retina/home_white.png")
			no-repeat 0px 0px;
		background-size: 30px 26px;
	}
	#login-title, .company-title {
		background: transparent url("../img/retina/ebs.png") no-repeat;
		background-size: 100px 60px;
	}
	.buttons-toggle {
		background: #2c2c2c url("../img/retina/white_arrow_left.png") no-repeat
			center center;
		background-size: 12px 20px;
	}
	.buttons-toggle.open {
		background: #2c2c2c url("../img/retina/white_arrow_right.png") no-repeat
			center center;
		background-size: 12px 20px;
	}
	#overview-shortcut {
		background: transparent url("../img/retina/home_white.png") no-repeat
			15px center;
		background-size: 30px 26px;
	}
	#sc0 {
		background: transparent url("../img/retina/my_accounts_white.png")
			no-repeat 15px center;
		background-size: 30px 30px;
	}
	#sc6 {
		background: transparent url("../img/retina/pay_white.png") no-repeat
			15px center;
		background-size: 30px 30px;
	}
	#sc7 {
		background: transparent url("../img/retina/transfer_white.png")
			no-repeat 15px center;
		background-size: 30px 30px;
	}
	#sc1, #sc2, #sc3, #sc4, #sc5, #sc8, #sc9, #sc10, #sc11, #sc12, #sc13,
		#sc14, #sc15, #sc16, #sc17, #sc18, #sc19, #sc20, #sc21, #sc22, #sc23,
		#sc24, #sc25 {
		background: transparent url("../img/retina/shortcut_default_white.png")
			no-repeat 15px center;
		background-size: 30px 30px;
	}
	#login-user-mobile {
		background: #000000 url("../img/retina/ebs_mobile.png") no-repeat 15px
			center;
		background-size: 50px 30px;
	}
}

@media print {
	/* MAIN WRAPPERS ----------------------------------------------------------------------------*/
	body {
		font-size: 14px;
	}
	.login-user, #login-user-mobile {
		display: none;
	}
	.header-container, .company-header, .overview-hello, footer {
		display: none;
	}

	/* ACCOUNTS ---------------------------------------------------------------------------------*/
	.account-statement-controls {
		display: none;
	}

	/* PUSH MENU --------------------------------------------------------------------------------*/
	#push-menu {
		display: none;
	}
	.push-menu-push-toright {
		left: 0%;
	}
	.push-menu-left.push-menu-open {
		left: -25%;
	}
	.col-1-2 {
		width: 100%;
	}
	.col-2-2 {
		width: 100%;
	}

	/* FORMS -------------------------------------------------------------------------------------*/
	input[type="submit"], input[type="button"], button, .listing-buttons,
		.buttons-listing .buttons, .buttons-listing .buttons-toggle,
		.form-progress, select.sort {
		visibility: hidden;
	}
	.content-navigation, .security-code {
		display: none;
	}

	/* GENERAL ----------------------------------------------------------------------------------*/
	hr {
		box-shadow: none;
	}

	/* Fix for mozilla bug #104040 - only first page was printed due to incorrect floating handling */
	body {
		height: auto;
	}
}

.totalHeaderTitle {
	background: #f5f5f5;
	padding: 9px;
}

.info-table-col-1 {
	width: 50%;
	font-weight: bold;
}

.info-dialog-label {
	text-transform: uppercase;
	color: #525252;
	display: block;
	width: 100%;
	font-size: 13px;
	padding-right: 10px;
	word-break: keep-all;
}

.info-dialog-li {
	display: inline-block !important;
	width: 100% !important;
	padding: 3px 0px 3px 0px;
}

.modal .ui-state-default, .modal .ui-widget-content .ui-state-default {
	background: #7E3FC7;
	border: 0px;
	color: #fff;
	padding: 10px 20px 10px 20px;
	width: auto;
	border-radius: 25px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none;
	min-width: 24%;
	font-size: 14px;
	line-height: 20px;
}

.modal .ui-dialog, .modal .ui-widget {
	border-radius: 0px;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset
	{
	float: none;
	text-align: center;
}

input[value="Back to loan overview"] {
	min-width: inherit !important;
}

.float-left {
	float: left;
}

.form-div {
	width: 40%;
	margin: 0% 10% 2% 0%;
}

.full-width {
	width: 100% !important;
}

.linkDecoration {
	text-decoration: none !important;
}

.accountTransactionsView {
	max-height: 455px !important;
}

.recentTransactionAmount {
	padding-top: 0px !important;
}

.defaultWidth {
	min-width: auto !important;
}

textarea.mail {
	height: 300px;
}

.labelText {
	text-transform: uppercase;
	font-weight: bold;
	color: #525252;
	font-size: 13px;
}

.field {
	width: 50%;
	float: right;
}

.wrapWord {
	word-wrap: break-word;
}

.listItem {
	display: inline-block;
	width: 100%;
}

.listingCheckboxLabel {
	background: #ffffff !important;
	border: 1px solid #cecece !important;
	top: 10px !important;
	left: 7px !important;
	height: 15px !important;
	width: 15px !important;
}

.checkbox-listing-area-1 {
	padding: 7px 0px 0px 30px !important;
}

.checkbox-listing-area-1-3 {
	padding: 7px 0px 12px 30px !important;
}

.checkbox-listing-area-2 {
	padding: 7px 15px 17px 0px !important;
}

.checkbox-listing-area-2-3 {
	padding: 7px 15px 29px 0px !important;
}

.checkbox-listing-area-3 {
	padding: 0px 0px 12px 30px !important;
}

.listingCheckboxLink {
	padding: 0px !important;
}

.email {
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	height: 25px;
}

div.unread {
	background-image: url('../img/non-retina/unread.png');
	min-width: 65px;
	min-height: 35px;
}

div.reply {
	background-image: url('../img/non-retina/replied.png');
	min-width: 65px;
	min-height: 35px;
}

div.read {
	background-image: url('../img/non-retina/read.png');
	min-width: 65px;
	min-height: 35px;
}

.inboxStatusIcon {
	margin: 7px 0px 0px 0px;
}

.inbox-checkbox-listing-area-2 {
	padding: 0px 15px 19px 0px !important;
}

.inbox-checkbox-listing-area-2-3 {
	padding: 0px 15px 7px 0px !important;
}

.inbox-checkbox-listing-area-3 {
	padding: 0px 0px 12px 0px !important;
}

.readMailTitle {
	font-size: 18px !important;
}

.attention {
	display: block;
	padding: 10px;
	border: 1px solid #eaeaea;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff),
		color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#f1f1f1', GradientType=0);
	-webkit-box-shadow: inset 0px 0px 10px #eaeaea;
	-moz-box-shadow: inset 0px 0px 10px #eaeaea;
	-ms-box-shadow: inset 0px 0px 10px #eaeaea;
	-o-box-shadow: inset 0px 0px 10px #eaeaea;
	box-shadow: inset 0px 0px 10px #eaeaea;
}

.attention a {
	text-decoration: underline;
	cursor: pointer;
}

.info-table-col-2 {
	width: 50%;
	float: right;
}

.label-font-normal {
	font-weight: normal !important;
}

.confirm-delete-mail-listing {
	max-height: 379px;
	overflow: auto;
}

.card-block-terms-and-conditions {
	height: 316px;
	width: 100%;
	border: 1px solid #cecece;
	padding: 7px;
	overflow: scroll;
	overflow-x: hidden;
}

.noCardsText {
	padding: 0px 0px 0px 10px;
}

h2.toggle-link {
	background: #7E3FC7 url("../img/non-retina/grey_arrow_down.png")
		no-repeat right 15px center;
	font-weight: normal;
	text-transform: none;
	padding: 10px;
	cursor: pointer;
}

h2.toggle-link.toggle-open {
	background: # #7E3FC7 url("../img/non-retina/grey_arrow_up.png")
		no-repeat right 15px center;
	padding: 10px;
}

a.noTextDecoration {
	text-decoration: none;
}

.mail-col-1-2 {
	width: 48%;
}

.listing.checkbox-normal-listing li a {
	margin-left: 30px;
	padding-left: 0px;
}

.listing.checkbox-normal-listing .listing-checkbox-wrapper {
	position: relative;
}

.listing.checkbox-normal-listing .listing-checkbox-wrapper label {
	background: transparent !important;
	width: 27px;
	margin-top: 15px;
}

.listing.checkbox-normal-listing .listing-checkbox-wrapper label span {
	background: #ffffff;
	border: 1px solid #cecece;
	position: absolute;
	top: 10px;
	left: 7px;
	display: block;
	height: 15px;
	width: 15px;
}

.listing.checkbox-normal-listing .listing-checkbox-wrapper label.checked span
	{
	background: #46be5f;
	border: 1px solid #46be5f;
}

.listing.checkbox-normal-listing  .listing-checkbox-wrapper label span {
	border-radius: 2px;
	width: 16px;
	/* Rectangle width and height should be even number to fit rectangle inside */
	height: 16px;
}

.listing.checkbox-normal-listing  .listing-checkbox-wrapper label:hover span
	{
	border-color: #7E3FC7;
}

.listing.checkbox-normal-listing  .listing-checkbox-wrapper label.checked span
	{
	background: #fff;
	border-color: #7E3FC7;
}

#unconfirmed_payment_confirm_view .listing .check-checkbox-wrapper input[type=checkbox]
	{
	visibility: hidden;
	display: inline;
}

#unconfirmed_payment_confirm_view .listing .check-checkbox-wrapper label:before
	{
	margin-top: 50%;
}

.listing.checkbox-normal-listing  .listing-checkbox-wrapper label.checked span:before
	{
	content: "\2714";
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	width: 14px;
	height: 16px;
	display: block;
	background-color: #7E3FC7;
	position: absolute;
	left: 0.5px;
	color: #FFF;
}
/* Different version of radio buttons*/
.listing-normal-radio-wrapper, .check-checkbox-wrapper {
	position: relative;
}

.listing-normal-radio-wrapper label, .check-checkbox-wrapper label {
	cursor: pointer;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 14px;
	left: 0;
	top: 0;
	display: block;
	height: 50%;
}

.check-checkbox-wrapper label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	/* box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, .3); */
	top: 15px;
	border: 1px solid #0489c0;
}

.check-checkbox-wrapper label[for=agree_terms_and_condition_check_box]:before
	{
	top: 18px;
}

.listing-normal-radio-wrapper label:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: 10px;
	border-radius: 8px;
	border: 0.225em solid #fff;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
	position: absolute;
	left: 0px;
	top: 8px;
	border: 1.5px solid #a5a5a5;
	background-color: #fff;
	font-size: 30px;
}

.listing-normal-radio-wrapper input[type=radio]:disabled+label:before {
	box-shadow: 0 0 0 2px #cecece;
}

.check-checkbox-wrapper label:before {
	border-radius: 2px;
	top: 7px !important;
}

.listing-normal-radio-wrapper input[type=radio], .check-checkbox-wrapper input[type=checkbox]
	{
	display: none;
}

.listing-normal-radio-wrapper input[type=radio]:checked+label:before {
	text-align: center;
	content: "\2022";
	color: #14B455;
	font-size: 30px;
	line-height: 6px;
	border-color: #14B455;
}

.listing-normal-radio-wrapper input[type=radio]:checked:disabled+label:before
	{
	background: #cecece;
}

.check-checkbox-wrapper input[type=checkbox]:checked ~ label:before {
	content: "\2714";
	font-size: 13px;
	text-align: center;
	color: #14B455;
	line-height: 13px;
	border: 1.5px solid #14B455;
}

.check-checkbox-wrapper input[type=checkbox]:disabled ~ label:before {
	border: 1px solid #cecece;
	background: #fff;
	background: rgba(255, 255, 255, .5);
}

.radio-normal-listing td.cell-1-2 div, .radio-normal-listing td.cell-1-2 span
	{
	padding-left: 30px;
}

.nb-overview ul.listing.checkbox-normal-listing li:hover {
	background-color: #ecf4f7;
}

.check-checkbox-wrapper.preferences-margin-left+a {
	padding-left: 35px;
}

.check-checkbox-wrapper.preferences-margin-left.form-unit label:before {
	top: 2px;
}

td.check-checkbox-wrapper.preferences-margin-left label:before {
	top: 7px !important;
}

.futureTransactionsView {
	max-height: 455px !important;
	overflow: auto;
}

.col-1-1.list-item-wide.hide {
	display: none;
}

.col-1-1.list-item-wide[data-target-id] {
	color: #fb255a;
	cursor: pointer;
	opacity: 1;
}

.modalWindow table.summary tr td {
	vertical-align: top;
}

.no-link-row {
	padding: 7px;
}

.listing li.no-link-row a:hover {
	background: none;
}

.listing li.no-link-row:hover {
	background: none;
}

@media only screen and (min-width: 630px) and (max-width: 768px) {
	.tab-view.sizeHidden {
		display: block;
	}
	.navigation-title.sizeHidden {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.tab-view.sizeHidden {
		display: block;
	}
	.navigation-title.sizeHidden {
		display: none;
	}
	select{
		-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: url("../img/retina/menu-down.svg") no-repeat right center ;
	background-size: 26px 26px;
	}
}

.tab-view.sizeHidden {
	display: none;
}

.tab-wrapper {
	cursor: pointer;
}

.tab-wrapper.tab-view ul li a {
	padding: 10px 12px;
	margin-right: 2px;
	font-size: 12px;
}

.tab-wrapper.tab-view ul li a.active {
	box-shadow: none;
}

.tab-wrapper ul {
	border-bottom: 1px solid #eee;
}

.tempCardBlockMainView {
	padding-top: 12px;
}

.cardBlockDate {
	margin-top: -20px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.reset-button {
	background: #FFF !important;
	border: 0px !important;
	color: #7E3FC7 !important;
	margin: 10px 0px !important;
	padding: 10px 20px 10px 20px !important;
	border: 1px solid #7E3FC7 !important;
	border-radius: 25px !important;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none;
	min-width: 24%;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.reset-button:hover {
	background: #fff !important;
	border: 1px solid #9F5EEB !important;
	text-decoration: none;
}

.reset-button:active {
	background: #fff !important;
	border: 1px solid #5F2A9C !important;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: .3em 0px .5em .4em !important;
}

.ui-dialog-buttonset .ui-state-hover {
	background: #9F5EEB !important;
	text-decoration: none !important;
}

.secondary-button {
	background: #FFF !important;
	border: 0px !important;
	color: #7E3FC7 !important;
	margin: 10px 0px !important;
	padding: 10px 20px 10px 20px !important;
	border: 1px solid #7E3FC7 !important;
	border-radius: 25px !important;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none;
	min-width: 24%;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.secondary-button:hover {
	background: #fff !important;
	border: 1px solid #9F5EEB !important;
	text-decoration: none;
}

.secondary-button:active {
	background: #fff !important;
	border: 1px solid #5F2A9C !important;
}

.cardLimitLabel {
	display: inline-block;
}

.cardLimitValidationMsg {
	width: 60%;
	float: left;
}

.beneficiary-guide {
	padding-bottom: 20px;
}
.use-case-content .help-white-icon{
	background:transparent url(../img/non-retina/help_transaction-icon.png) no-repeat 0px 0px;
	background-size:24px;
}

.status-verified{
	/* border: 1px solid #cbdfbd; */
    color: #38a50c;
    font-size: 13px;
    padding: 10px 10px 10px 30px;  
    background: transparent url(../img/non-retina/verified.png) no-repeat 0px;
    /* border-radius: 5px; */
	
}

.status-unverified{
	color: #da0000;
    font-size: 13px;
    padding: 10px 10px 10px 0px;      
}

.status-blocked{
	border: 1px solid #da0000;
    color: #da0000;
    font-size: 13px;
    padding: 5px; 
    border-radius: 5px;
	float:right;
	margin-top:10px;
	
}
a.button, a.cancel-button {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding: 11px 20px 11px 20px;
}

.list-item-left .list-item-primary .improve-padding{
	word-break:break-word !important;
}