@charset "UTF-8";
	
	/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}
	/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important
	}
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small,
	.h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
	h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small,
	h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
	h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small,
	h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}

.h1, h1 {
	font-size: 36px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media ( min-width :768px) {
	.lead {
		font-size: 21px
	}
}

.small, small {
	font-size: 85%
}

.mark, mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus, a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #f33e30
}

a.text-danger:focus, a.text-danger:hover {
	color: #e31c0d
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f7e5e4
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #ebbfbd
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd, dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media ( min-width :768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child
	{
	margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before
	{
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before,
	.blockquote-reverse small:before, blockquote.pull-right .small:before,
	blockquote.pull-right footer:before, blockquote.pull-right small:before
	{
	content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after,
	.blockquote-reverse small:after, blockquote.pull-right .small:after,
	blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media ( min-width :768px) {
	.container {
		width: 750px
	}
}

@media ( min-width :992px) {
	.container {
		width: 970px
	}
}

@media ( min-width :1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, 	.col-sm-11-5, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media ( min-width :768px) {
	.col-sm-1, .col-sm-10, .col-sm-11,  .col-sm-11-5, .col-sm-12, .col-sm-2, .col-sm-3,
		.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11-5 {
		width: 95.66666667%
	}
	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-0-5 {
		width: 4.16666667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
		.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
		.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus
	{
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #f7d900;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(247, 217, 0, .6) 0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(247, 217, 0, .6) 0 1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(247, 217, 0, .6) 0 1px 1px #000
}

.form-control::-moz-placeholder {
	color: #757575;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #757575
}

.form-control::-webkit-input-placeholder {
	color: #757575
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=datetime-local].form-control,
		input[type=month].form-control, input[type=time].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local],
		.input-group-sm input[type=month], .input-group-sm input[type=time],
		input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm,
		input[type=time].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local],
		.input-group-lg input[type=month], .input-group-lg input[type=time],
		input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg,
		input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
	.radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled,
	.radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline,
	fieldset[disabled] .radio label, fieldset[disabled] .radio-inline,
	fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio],
	input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled,
	input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control
	{
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control
	{
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback,
	.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback,
	.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label,
	.has-success .help-block, .has-success .radio, .has-success .radio-inline,
	.has-success.checkbox label, .has-success.checkbox-inline label,
	.has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
		0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 0
		1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 0 1px
		1px #000
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label,
	.has-warning .help-block, .has-warning .radio, .has-warning .radio-inline,
	.has-warning.checkbox label, .has-warning.checkbox-inline label,
	.has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
		0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 0
		1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 0 1px
		1px #000
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label,
	.has-error .help-block, .has-error .radio, .has-error .radio-inline,
	.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
	.has-error.radio-inline label {
	color: #f33e30
}

.has-error .form-control {
	border-color: #f33e30;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 1px 1px #000
}

.has-error .form-control:focus {
	border-color: #e31c0d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f99890
		0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f99890 0
		1px 1px #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f99890 0 1px
		1px #000
}

.has-error .input-group-addon {
	color: #f33e30;
	border-color: #f33e30;
	background-color: #f7e5e4
}

.has-error .form-control-feedback {
	color: #f33e30
}

.has-feedback label ~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media ( min-width :768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label, .form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio]
		{
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline,
	.form-horizontal .radio, .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

@media ( min-width :768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media ( min-width :768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media ( min-width :768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn:active:focus, .btn:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active, .btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 1px 1px #000;
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 1px 1px #000;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 1px 1px #000
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none 0 1px 1px #000;
	-moz-box-shadow: none 0 1px 1px #000;
	box-shadow: none 0 1px 1px #000
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
	.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
	.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
	{
	background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover,
	.btn-default[disabled].focus, .btn-default[disabled]:focus,
	.btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus,
	fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover
	{
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
	.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
	.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
	.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
	{
	background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled].focus, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus,
	fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
	{
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
	.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
	.open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus,
	.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success
	{
	background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover,
	.btn-success[disabled].focus, .btn-success[disabled]:focus,
	.btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus,
	fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover
	{
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open>.dropdown-toggle.btn-info
	{
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover,
	.btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover,
	.open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus,
	.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover,
	.btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover,
	fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus,
	fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.dropdown-toggle.btn-warning
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover,
	.btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover,
	.open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus,
	.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning
	{
	background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover,
	.btn-warning[disabled].focus, .btn-warning[disabled]:focus,
	.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus,
	fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover
	{
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger
	{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover,
	.btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover,
	.open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus,
	.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
	{
	background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover,
	.btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus,
	fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none 0 1px 1px #000;
	-moz-box-shadow: none 0 1px 1px #000;
	box-shadow: none 0 1px 1px #000
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus,
	fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block
	{
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in, .fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in, .collapse.show {
	display: block
}

tr.collapse.in, tr.collapse.show {
	display: table-row
}

tbody.collapse.in, tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown, .dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) 0 1px 1px #000;
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) 0 1px 1px #000;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175) 0 1px 1px #000;
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
	{
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus,
	.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media ( min-width :768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active,
	.btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover,
	.btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus,
	.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
	{
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child)
	{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
	.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 1px 1px #000;
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 1px 1px #000;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 1px 1px #000
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none 0 1px 1px #000;
	-moz-box-shadow: none 0 1px 1px #000;
	box-shadow: none 0 1px 1px #000
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group,
	.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group,
	.btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group
	{
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-radius: 4px 4px 0 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-radius: 0 0 4px 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
	.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle
	{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
	{
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio],
	[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio]
	{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon,
	.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon,
	select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon,
	select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control,
	textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn
	{
	height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon,
	.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon,
	select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon,
	select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control,
	textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn
	{
	height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
	.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child)
	{
	border-radius: 0
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio]
	{
	margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child,
	.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn,
	.input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
	.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle)
	{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child,
	.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
	.input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn,
	.input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle
	{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus,
	.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
	{
	margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
	{
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width :768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus,
		.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width :768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus,
		.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media ( min-width :768px) {
	.navbar {
		border-radius: 4px
	}
}

@media ( min-width :768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media ( min-width :768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse,
		.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
	{
	max-height: 340px
}

@media ( max-device-width :480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
		{
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
	.container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width :768px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
		.container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media ( min-width :768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media ( min-width :768px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media ( min-width :768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media ( min-width :768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media ( max-width :767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a
		{
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover
		{
		background-image: none
	}
}

@media ( min-width :768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin: 8px -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1) 0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1) 0 1px 1px #000;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1) 0 1px 1px #000
}

@media ( min-width :768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
		.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label, .navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio]
		{
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media ( max-width :767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media ( min-width :768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none 0 1px 1px #000;
		-moz-box-shadow: none 0 1px 1px #000;
		box-shadow: none 0 1px 1px #000
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-radius: 4px 4px 0 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media ( min-width :768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media ( min-width :768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
	.navbar-right ~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
	{
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
	{
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus,
	.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
	{
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media ( max-width :767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover
	{
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus,
	.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
	{
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff
}

@media ( max-width :767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover
	{
	color: #444
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	min-width: 10px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-align: center
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p, .alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f7e5e4;
	border-color: #fd6540;
	color: #f33e30
}

.alert-danger hr {
	border-top-color: #fd5127
}

.alert-danger .alert-link {
	color: #e31c0d
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) 0 1px 1px #000;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) 0 1px 1px #000;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) 0 1px 1px #000
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15) 0 1px 1px #000;
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15) 0 1px 1px #000;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15) 0 1px 1px #000;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media, .media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right, .media>.pull-right {
	padding-left: 10px
}

.media-left, .media>.pull-left {
	padding-right: 10px
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog, .modal.show .modal-dialog  {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) 0 1px 1px #000;
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) 0 1px 1px #000;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5) 0 1px 1px #000;
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.modal-backdrop.in, .modal-backdrop.show {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media ( min-width :768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) 0 1px 1px #000;
		-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) 0 1px 1px #000;
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5) 0 1px 1px #000
	}
	.modal-sm {
		width: 500px
	}
}

@media ( min-width :992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity = 90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2) 0 1px 1px #000;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2) 0 1px 1px #000;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2) 0 1px 1px #000
}

.bs-popover-auto[data-popper-placement^=top] {
	margin-top: -10px
}

.bs-popover-auto[data-popper-placement^=right] {
	margin-left: 10px
}

.bs-popover-auto[data-popper-placement^=bottom] {
	margin-top: 10px
}

.bs-popover-auto[data-popper-placement^=left] {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content, .popover-body {
	padding: 9px 14px !important
}

.popover>.popover-arrow, .popover>.popover-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.popover-arrow {
	border-width: 11px
}

.popover>.popover-arrow:after {
	border-width: 10px;
	content: ""
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
	left: 10px !important;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    top: 11px !important;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    left: 10px !important;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    top: 11px !important;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.btn-info-mw-m .popover {
	min-width: 200px;
}
.btn-info-mw-m.bs-popover-auto[data-popper-placement^=right] {
	min-width: 200px;
}

@media ( min-width :576px) {
.btn-info-mw-l.popover {
	max-width: 430px !important;
}

.btn-info-mw-l.bs-popover-auto[data-popper-placement^=right] {
	max-width: 430px !important;
}
}

@media ( max-width :575px) {
	.btn-info-mw-l .popover {
		min-width: 300px;
	}
	
	.btn-info-mw-l.bs-popover-auto[data-popper-placement^=right] {
		min-width: 300px;
	}
}


.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before,
	.btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before,
	.container-fluid:after, .container-fluid:before, .container:after,
	.container:before, .dl-horizontal dd:after, .dl-horizontal dd:before,
	.form-horizontal .form-group:after, .form-horizontal .form-group:before,
	.modal-footer:after, .modal-footer:before, .modal-header:after,
	.modal-header:before, .nav:after, .nav:before, .navbar-collapse:after,
	.navbar-collapse:before, .navbar-header:after, .navbar-header:before,
	.navbar:after, .navbar:before, .row:after, .row:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after,
	.container-fluid:after, .container:after, .dl-horizontal dd:after,
	.form-horizontal .form-group:after, .modal-footer:after, .modal-header:after,
	.nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after,
	.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.affix {
	position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline,
	.visible-lg-inline-block, .visible-md, .visible-md-block,
	.visible-md-inline, .visible-md-inline-block, .visible-print,
	.visible-print-block, .visible-print-inline,
	.visible-print-inline-block, .visible-sm, .visible-sm-block,
	.visible-sm-inline, .visible-sm-inline-block, .visible-xs,
	.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important
}

@media ( max-width :767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	td.visible-xs, th.visible-xs {
		display: table-cell !important
	}
}

@media ( max-width :767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media ( max-width :767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media ( max-width :767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	td.visible-sm, th.visible-sm {
		display: table-cell !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	td.visible-md, th.visible-md {
		display: table-cell !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	td.visible-lg, th.visible-lg {
		display: table-cell !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media ( max-width :767px) {
	.hidden-xs {
		display: none !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media ( min-width :1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !important
	}
	tr.visible-print {
		display: table-row !important
	}
	td.visible-print, th.visible-print {
		display: table-cell !important
	}
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
} /*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
	list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px 0;
	padding: 4px;
	width: 19em
}

@media ( min-width :768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em
	}
}

@media ( min-width :992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em
	}
}

@media ( min-width :1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em
	}
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
	.bootstrap-datetimepicker-widget.dropdown-menu:before {
	content: '';
	display: inline-block;
	position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, .2);
	top: -7px;
	left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	top: -6px;
	left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, .2);
	bottom: -7px;
	left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -6px;
	left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
	.bootstrap-datetimepicker-widget .timepicker-minute,
	.bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after
	{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after
	{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after
	{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after
	{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%
}

.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0
}

.bootstrap-datetimepicker-widget table td,
	.bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px;
	width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
	.bootstrap-datetimepicker-widget table th.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #eee
}

.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
	font-size: .8em;
	height: 20px;
	line-height: 20px;
	color: #777
}

.bootstrap-datetimepicker-widget table td.day {
	height: 20px;
	line-height: 20px;
	width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
	.bootstrap-datetimepicker-widget table td.hour:hover,
	.bootstrap-datetimepicker-widget table td.minute:hover,
	.bootstrap-datetimepicker-widget table td.second:hover {
	background: #eee;
	cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,
	.bootstrap-datetimepicker-widget table td.old {
	color: #777
}

.bootstrap-datetimepicker-widget table td.today {
	position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #337ab7;
	border-top-color: rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 4px;
	right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
	.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #337ab7;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
	.bootstrap-datetimepicker-widget table td.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
	background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: #337ab7;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
	color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
	.bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
	width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em !important
}

.input-group.date .input-group-addon {
	cursor: pointer
}

@media screen {
	.row.no-gutter {
		margin-right: 0;
		margin-left: 0
	}
	.row.no-gutter [class*=" col-"], .row.no-gutter [class^=col-] {
		padding-right: 0;
		padding-left: 0
	}
	.row.no-margin {
		margin: 0 !important
	}
}

@media screen {
	.alert-dismissable .close, .alert-dismissible .close {
		top: 0;
		right: -6px
	}
}

.badge {
	display: inline-block;
	background-color: #00b200;
	border-radius: 18px;
	border: 1px solid #00b200;
	color: #fff;
	padding: 2px 4px;
	margin-left: 3px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	font-family: openSansReg;
	font-size: 11px
}

.badge-subnavi {
	display: inline-block;
	background-color: #00b200;
	border-radius: 18px;
	border: 1px solid #00b200;
	color: #fff;
	padding: 2px 4px;
	margin-top: -3px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	top: -5px;
	position: relative;
	font-family: openSansReg;
	font-size: 11px
}

@media screen and (min-width:360px) and (max-width:767px) {
	.badge-subnavi {
		position: relative;
		left: -15px;
		top: 0;
		padding: 0 4px 8px;
		font-size: inherit
	}
}

@media screen {
	.btn-group.bootstrap-select .dropdown-menu.open {
		border-radius: 0 !important;
		margin-top: 4px;
		background: #FFF;
		border: 1px solid #C4D2E6 !important;
		box-shadow: 1px 2px 3px 0 rgba(134, 158, 198, .5) !important;
		padding-top: 0;
		padding-bottom: 0
	}
	.btn-group.bootstrap-select .dropdown-menu.open li {
		padding: 0
	}
	.btn-group.bootstrap-select .dropdown-menu.open li:hover, .btn-group.bootstrap-select .dropdown-menu.open li:hover a
		{
		background: #C4D2E6
	}
	.btn-group.bootstrap-select .dropdown-menu.open li a, .btn-group.bootstrap-select .dropdown-menu.open li a:focus
		{
		padding: 8px 0 11px 15px;
		display: block;
		cursor: default;
		color: #1f437a;
		font-family: openSansReg;
		font-size: 14px;
		background: #fff
	}
	.btn-group.bootstrap-select .dropdown-menu.open li a:focus:hover,
		.btn-group.bootstrap-select .dropdown-menu.open li a:hover {
		background: #C4D2E6
	}
	.btn-group.bootstrap-select.open .btn-select {
		outline: 0;
		background: #C4D2E6;
		border: 1px solid #1F437A;
		box-shadow: inset 0 0 3px 1px rgba(134, 158, 198, .5);
		border-radius: 0 3px 3px 0;
		color: #1f437a
	}
	.btn-group.bootstrap-select .btn-select {
		box-shadow: none;
		color: #333;
		border: 1px solid #869EC6 !important;
		padding: 9px 15px !important;
		font-family: openSansReg;
		font-size: 14px;
		height: 40px;
		line-height: 22px;
		min-height: 40px
	}
	.btn-group.bootstrap-select .btn-select:focus {
		outline: 0 !important
	}
	.has-error .bootstrap-select .btn-select {
		border-color: #b20000 !important
	}
	.has-error .bootstrap-select .caret {
		color: #b20000 !important
	}
	.btn-with-icon {
		box-shadow: none
	}
	.btn:focus {
		outline: 0
	}
	.btn+.btn {
		margin-top: 10px
	}
	.btn-link {
		color: #000
	}
	.btn-link:active, .btn-link:focus, .btn-link:hover {
		color: #000;
		outline: 0;
		text-decoration: none
	}
	.btn {
		background-color: transparent;
		border: 0;
		clear: both;
		color: #000;
		line-height: 1;
		outline: 0;
		padding: 0;
		position: relative;
		width: 100%
	}
	.btn .btn-icon {
		display: block;
		float: left;
		line-height: 36px;
		color: #1f437a;
		position: relative
	}
	.btn .btn-value {
		font-family: openSansReg;
		font-size: 14px;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: auto
	}
	.btn-submit {
		text-align: center;
		background: #00B200;
		border: 1px solid #007C20;
		box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
		border-radius: 3px;
		padding: 8px 24px !important
	}
	.btn-submit .btn-value {
		color: #fff;
		letter-spacing: 0;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
		line-height: 22px;
		font-family: openSansSemiBold;
		font-size: 14px
	}
	.btn-submit:hover {
		background: #009500;
		border-radius: 3px;
		border-color: #009500;
		box-shadow: none
	}
	.btn-submit:hover .btn-value {
		text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
	}
	.btn-submit:active, .btn-submit:focus {
		outline: 0;
		background: #F8F8F8;
		border: 1px solid #6C6C6C
	}
	.btn-submit:active .btn-value, .btn-submit:focus .btn-value {
		color: #6C6C6C
	}
	.btn-link-plain, .btn-link-plain-gray {
		padding-left: 0 !important;
		padding-top: 0 !important
	}
	.btn-link-plain .btn-value, .btn-link-plain-gray .btn-value {
		padding-left: 0 !important;
		line-height: 21px;
		color: #1f437a;
		font-family: openSansReg;
		font-size: 14px
	}
	.btn-link-plain .btn-value:before, .btn-link-plain-gray .btn-value:before
		{
		font-family: openSansReg;
		font-size: 11px;
		margin-top: 2px;
		content: "< "
	}
	.btn-link-plain-gray:active, .btn-link-plain-gray:focus,
		.btn-link-plain-gray:hover, .btn-link-plain:active, .btn-link-plain:focus,
		.btn-link-plain:hover {
		text-decoration: underline;
		border: none !important;
		text-shadow: none !important;
		box-shadow: none !important
	}
	.btn-link-plain .btn-value:before {
		content: none
	}
	.btn-plain-small .btn-icon {
		display: block;
		line-height: 28px;
		position: relative
	}
	.btn-plain-small .btn-value {
		font-family: openSansReg;
		font-size: 14px;
		padding: 0
	}
	.btn-plain-small:active, .btn-plain-small:focus, .btn-plain-small:hover
		{
		outline: 0
	}
	.btn-link-small-arrow, .btn-link-small-document {
		background: #F4FAFE;
		line-height: 22px;
		border: 1px solid #869EC6
	}
	.btn-link-small-arrow .btn-value, .btn-link-small-document .btn-value {
		color: #1F437A
	}
	.btn-link-small-arrow:focus, .btn-link-small-document:focus {
		background: #F4FAFE;
		line-height: 22px;
		border: 1px solid #869EC6
	}
	.btn-link-small-arrow:hover, .btn-link-small-document:hover {
		background: #C4D2E3;
		border: 1px solid #1F437A
	}
	.btn-link-small-arrow:hover .btn-value, .btn-link-small-document:hover .btn-value
		{
		color: #1F437A
	}
	.btn-link-small-arrow:active, .btn-link-small-document:active {
		background: #1F437A;
		border: 1px solid #1F437A
	}
	.btn-link-small-arrow:active .btn-value, .btn-link-small-document:active .btn-value
		{
		color: #FFF
	}
	.btn-only-text .btn-value {
		float: left
	}
}

@media ( min-width :480px) {
	.btn {
		width: auto;
		padding: 8px 24px;
		border-radius: 3px !important
	}
	.btn .btn-value {
		text-indent: 0;
		font-family: openSansReg;
		font-size: 14px;
		text-transform: none
	}
	.btn-submit {
		padding: 8px 24px !important
	}
	.btn-submit .btn-value {
		min-width: auto;
		width: auto
	}
}

@media screen {
	.btn-group-radio {
		position: relative
	}
	.btn-group-radio .btn {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		border: 1px solid #c6c6c6;
		clear: none;
		float: left;
		position: relative;
		margin: 0;
		padding: 10px 5px;
		width: 31%
	}
	.btn-group-radio .btn:not(:first-child):not(:last-child) {
		margin: 0 3.5%
	}
	.btn-group-radio .btn.active, .btn-group-radio .btn:active,
		.btn-group-radio .btn:focus, .btn-group-radio .btn:hover {
		background-color: transparent;
		border-color: #f7d900;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	.btn-group-radio .btn.active .bgr__icon, .btn-group-radio .btn:active .bgr__icon,
		.btn-group-radio .btn:focus .bgr__icon, .btn-group-radio .btn:hover .bgr__icon
		{
		color: #f7d900
	}
	.bgr__icon {
		display: block;
		font-size: 30px;
		margin: 0 0 10px
	}
	.bgr__value {
		cursor: pointer;
		display: block;
		font-weight: 400;
		margin: 0
	}
}

.btn-group-radio.persons .btn, .btn-group-vertical.persons .btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-background-clip: padding-box !important;
	-moz-background-clip: padding !important;
	background-clip: padding-box !important;
	width: auto;
	font-family: openSansReg;
	font-size: 14px;
	padding: 20px;
	display: flex;
	align-items: center;
	border-color: #869EC6;
	color: #1f437a;
	background: #fff;
	cursor: pointer
}

.btn-group-radio.persons .btn:not(:first-child):not(:last-child),
	.btn-group-vertical.persons .btn:not(:first-child):not(:last-child) {
	margin: 0
}

.btn-group-radio.persons .btn:first-child, .btn-group-vertical.persons .btn:first-child
	{
	border-right: none
}

.btn-group-radio.persons .btn:last-child, .btn-group-vertical.persons .btn:last-child
	{
	border-left: none
}

.btn-group-radio.persons .btn .bgr__icon, .btn-group-vertical.persons .btn .bgr__icon
	{
	margin-right: 20px
}

.btn-group-radio.persons .btn.active, .btn-group-radio.persons .btn:active,
	.btn-group-radio.persons .btn:focus, .btn-group-radio.persons .btn:hover,
	.btn-group-vertical.persons .btn.active, .btn-group-vertical.persons .btn:active,
	.btn-group-vertical.persons .btn:focus, .btn-group-vertical.persons .btn:hover
	{
	outline: 0
}

.btn-group-radio.persons .btn.active .bgr__icon, .btn-group-radio.persons .btn:active .bgr__icon,
	.btn-group-radio.persons .btn:focus .bgr__icon, .btn-group-radio.persons .btn:hover .bgr__icon,
	.btn-group-vertical.persons .btn.active .bgr__icon, .btn-group-vertical.persons .btn:active .bgr__icon,
	.btn-group-vertical.persons .btn:focus .bgr__icon, .btn-group-vertical.persons .btn:hover .bgr__icon
	{
	color: #1f437a
}

.btn-group-radio.persons .btn:hover:not(:active), .btn-group-vertical.persons .btn:hover:not(:active)
	{
	background: #C4D2E3
}

.btn-group-radio.persons .btn.active, .btn-group-radio.persons .btn:active,
	.btn-group-vertical.persons .btn.active, .btn-group-vertical.persons .btn:active
	{
	color: #fff;
	background: #1f437a;
	border-color: #1f437a
}

.btn-group-radio.persons .btn.active .bgr__icon, .btn-group-radio.persons .btn:active .bgr__icon,
	.btn-group-vertical.persons .btn.active .bgr__icon, .btn-group-vertical.persons .btn:active .bgr__icon
	{
	color: #fff
}

.btn-group-radio.persons .btn.active:hover, .btn-group-radio.persons .btn:active:hover,
	.btn-group-vertical.persons .btn.active:hover, .btn-group-vertical.persons .btn:active:hover
	{
	background: #1f437a !important
}

.btn-group-vertical.persons {
	display: block
}

.btn-group-vertical.persons .btn, .btn-group-vertical.persons .btn.active
	{
	margin-bottom: 15px !important;
	width: 100%;
	border-left: solid 1px !important;
	border-right: solid 1px !important;
	border-color: #869EC6 !important
}

.btn-group-vertical.persons .btn:not(:first-child) {
	margin-top: 0 !important
}

@media screen {
	.btn-group-vertical {
		width: 100%
	}
	.btn-group-vertical .btn {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		border: 1px solid #c6c6c6;
		clear: none;
		float: left;
		position: relative;
		margin: 0;
		padding: 10px 5px;
		line-height: 32px
	}
	.btn-group-vertical .btn:not(:first-child) {
		margin-top: 10px
	}
	.btn-group-vertical .btn:not(:first-child):not(:last-child) {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box
	}
	.btn-group-vertical .btn:first-child:not(:last-child) {
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px
	}
	.btn-group-vertical .btn:last-child:not(:first-child) {
		border-top-right-radius: 5px;
		border-top-left-radius: 5px
	}
	.btn-group-vertical .btn.active, .btn-group-vertical .btn:active,
		.btn-group-vertical .btn:focus, .btn-group-vertical .btn:hover {
		background-color: transparent;
		border-color: #f7d900;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	.btn-group-vertical .btn.active .bgr__icon, .btn-group-vertical .btn:active .bgr__icon,
		.btn-group-vertical .btn:focus .bgr__icon, .btn-group-vertical .btn:hover .bgr__icon
		{
		color: #f7d900
	}
	.btn-group-vertical .bgr__icon {
		float: left;
		display: inline-block;
		font-size: 30px;
		vertical-align: middle;
		margin-bottom: 0;
		padding-left: 0
	}
	.btn-group-vertical .bgr__value {
		float: left;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		vertical-align: middle;
		padding-left: 8px
	}
}

@media ( min-width :768px) {
	.btn-group-vertical .bgr__icon, .btn-group-vertical .bgr__value {
		padding-left: 15px
	}
}

@media screen {
	.form-horizontal .control-label, .form-horizontal .label-osc {
		line-height: 16px;
		font-weight: 400;
		font-family: openSansReg;
		font-size: 14px
	}
	.form-horizontal .checkbox-inline, .form-horizontal .radio,
		.form-horizontal .radio-inline {
		padding-top: 10px
	}
	.form-horizontal .checkbox-inline label, .form-horizontal .radio label,
		.form-horizontal .radio-inline label {
		font-family: openSansReg !important;
		font-size: 14px !important
	}
	.form-horizontal .checkbox {
		padding-top: 0
	}
	.form-horizontal .label-oscb {
		line-height: 16px;
		font-family: openSansSemiBold;
		font-size: 14px
	}
	.input-group-addon {
		background: #fff !important;
		font-size: 16px
	}
	.form-separator {
		border-bottom: solid 1px #C4D2E2
	}
	.form-group {
		margin-top: 10px;
		margin-bottom: 0
	}
	.form-group:first-child {
		margin-top: 0 !important
	}
	.form-group .control-label, .form-group label {
		cursor: default;
		font-weight: 400 !important;
		text-align: left;
		font-family: openSansSemiBold;
		font-size: 14px;
		color: #333;
		letter-spacing: 0;
		line-height: 16px
	}
	.form-group.no-margin {
		margin-bottom: 0 !important
	}
	.form-group p {
		margin: 10px 0 0;
		line-height: 22px;
		font-family: openSansReg;
		font-size: 13px
	}
	.form-control {
		border: 1px solid #869EC6;
		border-radius: 3px;
		padding: 9px 15px;
		font-family: openSansReg;
		font-size: 13px;
		height: 40px;
		line-height: 22px;
		min-height: 40px
	}
	.form-control:focus {
		border: 1px solid #1F437A;
		box-shadow: 0 0 4px 1px rgba(134, 158, 198, .8)
	}
	.has-error .input-group-addon {
		border-color: #b20000 !important;
		color: #b20000 !important
	}
	.has-error .input-group-addon .btn-icon {
		color: #b20000
	}
	.has-error .input-group {
		border-color: #b20000 !important;
		color: #b20000 !important
	}
	.has-error .input-group .btn-icon {
		color: #b20000
	}
	.has-error .input-group .input-border-left {
		border-color: #b20000 !important;
		color: #b20000 !important
	}
	.has-error .input-group .input-border-left .btn-icon {
		color: #b20000
	}
	.has-error .input-border-left {
		border-color: #b20000 !important;
		color: #b20000 !important
	}
	.has-error .input-border-left .btn-icon {
		color: #b20000
	}
	.input-group-addon {
		border: 1px solid #869EC6
	}
	.input-group-addon .btn-icon {
		color: #1f437a
	}
	.input-group-addon:last-child {
		border-left: none
	}
	.input-group-addon:first-child {
		border-right: none
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none
	}
	select.form-control {
		padding: 9px 15px
	}
	select.eb-custom__select {
		background:
			url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%231f437a'><polygon points='0,0 100,0 50,50'/></svg>")
			calc(97%) center/12px no-repeat #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding-top: 5px
	}
	select.custom::-ms-expand {
		display: none
	}
	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
		margin-top: 2px;
		background: #FFF;
		border: 1px solid #869EC6;
		border-radius: 2px;
		width: 14px;
		height: 14px
	}
	.checkbox label, .checkbox-inline label {
		font-family: openSansReg;
		font-size: 14px
	}
	.checkbox-label-value {
		display: inline-block;
		margin: 0 0 0 7px;
		font-family: openSansReg;
		font-size: 13px
	}
	.checkbox-label-value a {
		color: #1f437a;
		text-decoration: underline
	}
	.checkbox-label-value a:hover {
		color: #1f437a;
		text-decoration: none
	}
	.radio-label-group {
		margin: -3px 0 0 7px;
		display: inline-block;
		line-height: 22px;
		font-family: openSansReg;
		font-size: 13px
	}
	.row.form-actions {
		border-top: 1px solid #C4D2E2;
		padding: 20px 0 60px;
		margin-top: 40px
	}
	.radio {
		padding-left: 20px
	}
	.radio label {
		display: inline-block;
		position: relative;
		padding-left: 5px
	}
	.radio label::before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 17px;
		height: 17px;
		left: 0;
		margin-left: -20px;
		border: 1px solid #ccc;
		border-radius: 50%;
		background-color: #fff;
		-webkit-transition: border .15s ease-in-out;
		-o-transition: border .15s ease-in-out;
		transition: border .15s ease-in-out
	}
	.radio label::after {
		display: inline-block;
		position: absolute;
		content: " ";
		width: 11px;
		height: 11px;
		left: 3px;
		top: 3px;
		margin-left: -20px;
		border-radius: 50%;
		background-color: #1f437a;
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		transform: scale(0, 0);
		-webkit-transition: -webkit-transform .1s
			cubic-bezier(0.8, -.33, .2, 1.33);
		-moz-transition: -moz-transform .1s cubic-bezier(0.8, -.33, .2, 1.33);
		-o-transition: -o-transform .1s cubic-bezier(0.8, -.33, .2, 1.33);
		transition: transform .1s cubic-bezier(0.8, -.33, .2, 1.33)
	}
	.radio input[type=radio] {
		opacity: 0
	}
	.radio input[type=radio]:focus+label::before {
		outline: dotted thin;
		outline: -webkit-focus-ring-color auto 5px;
		outline-offset: -2px
	}
	.radio input[type=radio]:checked+label::after {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	.radio input[type=radio]:disabled+label {
		opacity: .35
	}
	.radio input[type=radio]:disabled+label::before {
		cursor: not-allowed
	}
	.radio.radio-inline {
		font-family: openSansReg;
		font-size: 13px
	}
	.radio-primary input[type=radio]+label::after {
		background-color: #1f437a
	}
	.radio-primary input[type=radio]:checked+label::before {
		border-color: #1f437a
	}
	.radio-primary input[type=radio]:checked+label::after {
		background-color: #1f437a
	}
	.radio-primary input[type=radio]:disabled+label::before {
		border-color: #333
	}
	.radio-primary input[type=radio]:disabled+label::after {
		background-color: #333
	}
	.radio-danger input[type=radio]+label::after {
		background-color: #d9534f
	}
	.radio-danger input[type=radio]:checked+label::before {
		border-color: #d9534f
	}
	.radio-danger input[type=radio]:checked+label::after {
		background-color: #d9534f
	}
	.radio-info input[type=radio]+label::after {
		background-color: #5bc0de
	}
	.radio-info input[type=radio]:checked+label::before {
		border-color: #5bc0de
	}
	.radio-info input[type=radio]:checked+label::after {
		background-color: #5bc0de
	}
	.radio-warning input[type=radio]+label::after {
		background-color: #f0ad4e
	}
	.radio-warning input[type=radio]:checked+label::before {
		border-color: #f0ad4e
	}
	.radio-warning input[type=radio]:checked+label::after {
		background-color: #f0ad4e
	}
	.radio-success input[type=radio]+label::after {
		background-color: #5cb85c
	}
	.radio-success input[type=radio]:checked+label::before {
		border-color: #5cb85c
	}
	.radio-success input[type=radio]:checked+label::after {
		background-color: #5cb85c
	}
	.radio-label-value {
		color: #000;
		margin-left: 0;
		line-height: 16px
	}
	.radio-label-bold {
		display: inline-block;
		margin: 0;
		font-family: openSansSemiBold
	}
	input[type=checkbox], input[type=radio] {
		margin-top: 2px;
		background: #FFF;
		border: 1px solid #869EC6;
		border-radius: 2px;
		width: 14px;
		height: 14px
	}
	.form-group-last {
		margin-bottom: 0
	}
	.form-group label {
		font-family: openSansSemiBold;
		font-size: 14px
	}
	.form-group .control-label-group {
		padding-top: 15px
	}
	.form-group .control-label-group .control-label {
		padding: 0
	}
	.eb-form-error, .form-group {
		margin-top: 20px !important
	}
	.eb-form-error:first-child, .form-group:first-child {
		margin-top: 30px !important
	}
	.eb-form-error .form-error, .form-group .form-error {
		font-family: openSansReg;
		font-size: 11px;
		margin-top: 5px;
		position: relative;
		display: none;
		color: #b20000
	}
	.eb-form-error .form-error p, .form-group .form-error p {
		margin: 0;
		padding: 0
	}
	.eb-form-error .form-error ul, .form-group .form-error ul {
		margin-bottom: -20px
	}
	.eb-form-error.has-error .form-control, .form-group.has-error .form-control
		{
		border-color: #b20000
	}
	.eb-form-error.has-error .form-error, .form-group.has-error .form-error
		{
		display: block;
		line-height: 14px
	}
}

@media ( max-width :767px) {
	.form-horizontal .control-label {
		margin-bottom: 5px;
		padding-top: 0
	}
	.form-horizontal .checkbox, .form-horizontal .checkbox-inline,
		.form-horizontal .radio, .form-horizontal .radio-inline {
		padding-top: 15px
	}
	.checkbox-inline {
		display: block
	}
	.checkbox-inline+.checkbox-inline {
		margin: 0
	}
	.form-group .control-label-nearby-popover {
		display: inline;
		position: relative
	}
	.row.form-actions div+div {
		margin-top: 10px
	}
}

@media ( min-width :768px) {
	.radio-label-bold {
		display: inline-block;
		font-family: openSansSemiBold
	}
	.radio-label-value {
		margin-left: 7px
	}
}

@media screen {
	.row {
		margin: 0
	}
	.col-sm-6-auto-width {
		width: inherit;
		padding-right: 2px
	}
	.container-fluid {
		padding-left: 0;
		padding-right: 0
	}
}

@media ( min-width :768px) {
	.col-sm-6-auto-width {
		padding-right: 15px;
		width: 50%
	}
}

@media screen {
	.component .nav-tabs li a {
		padding: 10px 5px
	}
	.component .nav-tabs li.active a {
		background-color: #f9f9f9
	}
	.tab-pane {
		padding: 12px 0
	}
}

@media ( min-width :768px) {
	.component .nav-tabs li a {
		padding: 10px 15px
	}
}

@media screen {
	a {
		color: #747474;
		text-decoration: underline
	}
	a:focus, a:hover {
		color: #747474;
		outline: 0;
		text-decoration: underline
	}
	.nav a, a.btn, a.btn-link {
		text-decoration: none
	}
	.nav a:focus, .nav a:hover {
		color: #d2d2d2;
		text-decoration: none
	}
}

@media screen {
	.modal {
		background: rgba(18, 43, 80, .4);
		text-align: left;
		top: -200px
	}
	.modal .btn-link-plain .btn-value:before, .modal .btn-link-plain-gray .btn-value:before
		{
		font-family: openSansReg;
		font-size: 11px;
		margin-top: 2px;
		content: " "
	}
	.modal .btn .btn-link-plain-gray {
		margin-top: 10px
	}
	.modal-header .close {
		display: none
	}
	.modal-email {
		max-width: 500px
	}
	.modal-email .modal-header .close {
		display: block
	}
	.modal-email button.close {
		float: right;
		background: #f4fafe;
		border: 1px solid #869ec6;
		border-radius: 3px
	}
	.modal-email .modal-body a {
		text-decoration: underline
	}
	.modal-open {
		overflow: auto;
		margin-right: 0;
		padding-right: 0 !important
	}
	.modal-open .navbar-fixed-bottom, .modal-open .navbar-fixed-top {
		margin-right: 0;
		padding-right: 0 !important
	}
	.modal-backdrop {
		background-color: #333
	}
	.modal-content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		margin-top: 50%;
		padding: 20px;
		background: #fff !important;
		border-radius: 3px !important;
		box-shadow: 0 0 20px 0 rgba(31, 67, 121, .3)
	}
	.modal-header {
		border: 0;
		padding: 20px 20px 0;
		font-family: openSansSemiBold;
		font-size: 14px;
		color: #1f437a
	}
	.modal-header .close {
		opacity: 1;
		filter: alpha(opacity = 100);
		color: #4a4a4a;
		font-size: 18px;
		margin: -3px 0 0
	}
	.modal-title {
		font-family: openSansSemiBold;
		font-size: 18px;
		margin: 0 0 5px
	}
	.modal-body {
		padding: 20px;
		border-bottom: 0 none;
		font-family: openSansReg;
		font-size: 14px;
		margin-top: -30px !important
	}
	.modal-footer {
		border: 0 !important;
		margin: 20px 0;
		padding: 0 20px
	}
	.modal-footer .btn {
		text-align: center;
		width: auto
	}
	.modal-footer .btn .btn-value {
		margin: 0;
		min-width: 60px;
		padding: 0 10px
	}
	.modal-footer .btn+.btn {
		margin: 0
	}
}

@media screen and (max-width:767px) {
	.modal-email .modal-header {
		padding: 0 5px
	}
	.modal-email .modal-header button.close {
		margin-bottom: 20px
	}
	.modal-email .modal-footer {
		padding: 0;
		margin: 20px 0 -20px
	}
	.modal-email .modal-footer .btn.btn-submit {
		width: 100% !important
	}
}

@media screen {
	.popover {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		border-color: #c4d2e6;
		color: #333;
		padding: 20px 14px
	}
	.popover:active, .popover:focus, .popover:hover {
		outline: 0
	}
	.bs-popover-auto[data-popper-placement^=right] {
		margin-left: 7px !important;
		min-width: 150px
	}
	.bs-popover-auto[data-popper-placement^=right] .popover-arrow {
		border-right-color: #c4d2e6 !important
	}
	.popover-content, .popover-title, .popover-body {
		font-family: openSansReg;
		font-size: 14px
	}
	.popover-title {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background: 0 0;
		border: 0;
		font-weight: 400;
		margin: 0;
		padding: 0 0 5px
	}
	.popover-content, .popover-body {
		padding: 0
	}
	.popover-error {
		border-color: #fd6540;
		background-color: #f7e5e4;
		color: #f33e30
	}
	.popover-error.right .popover-arrow {
		border-right-color: #fd6540;
		color: #f33e30
	}
	.popover-error.right .popover-arrow:after {
		border-right-color: #f7e5e4
	}
	.popover-error.left .popover-arrow {
		border-left-color: #fd6540;
		color: #f33e30
	}
	.popover-error.left .popover-arrow:after {
		border-left-color: #f7e5e4
	}
	.popover-error.top .popover-arrow {
		border-top-color: #fd6540;
		color: #f33e30
	}
	.popover-error.top .popover-arrow:after {
		border-top-color: #f7e5e4
	}
	.popover-error.bottom .popover-arrow {
		border-bottom-color: #fd6540;
		color: #f33e30
	}
	.popover-error.bottom .popover-arrow:after {
		border-bottom-color: #f7e5e4
	}
	.popover-info {
		color: #333;
		cursor: pointer;
		position: relative;
		text-decoration: none;
		top: -2px
	}
	.popover-info:focus, .popover-info:hover {
		text-decoration: none
	}
	.popover-info img {
		height: 19px;
		width: 19px
	}
	.popover-info-single-line {
		color: #333;
		cursor: pointer;
		position: relative;
		text-decoration: none;
		top: -2px
	}
	.popover-info-single-line:focus, .popover-info-single-line:hover {
		text-decoration: none
	}
	.popover-xs-near-input {
		display: inline;
		top: 6px
	}
	.popover-text-group {
		top: 2px
	}
	.checkbox-popover {
		top: 6px
	}
	.popover-btn-group-v {
		top: 2px
	}
}

@media ( min-width :768px) {
	.popover-error .popover-content, .popover-error .popover-title, .popover-error .popover-body {
		min-width: 180px
	}
	.popover-info {
		top: 10px
	}
	.popover-info-single-line {
		top: -3px
	}
	.popover-text-group {
		top: 2px
	}
}

@media ( min-width :992px) {
	.popover-error .popover-content, .popover-error .popover-title, .popover-error .popover-body {
		min-width: 230px
	}
	.popover-text-group {
		top: 2px
	}
	.popover-btn-group-v {
		top: 19px
	}
	.popover-xs-near-input {
		top: 8px
	}
}

@media screen {
	p {
		margin: 0
	}
	.text-large.form-control-static {
		font-family: openSansReg;
		font-size: 14px;
		padding-top: 5px
	}
	.eBanking-transfer h4 {
		font-family: openSansSemiBold;
		font-size: 18px
	}
	.eBanking-transfer h4 .confirmation-message {
		font-family: openSansReg;
		font-size: 14px;
		color: #959595;
		padding-left: 30px
	}
	.text-muted {
		color: #959595
	}
}

.hidden {
	display: none !important;
	visibility: hidden
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

@media screen {
	.mb-15 {
		margin-bottom: 15px !important
	}
	.hoffset-15 {
		margin-left: 15px !important
	}
	.voffset-5 {
		margin-top: 5px
	}
	.vinset-10 {
		margin-bottom: 10px
	}
	.vinset-20 {
		margin-bottom: 20px
	}
	.vinset-30 {
		margin-bottom: 30px
	}
	.vinset-70 {
		margin-bottom: 70px
	}
	.voffset-0 {
		margin-top: 0 !important
	}
	.voffset-10 {
		margin-top: 10px
	}
	.voffset-15 {
		margin-top: -15px
	}
	.voffset-20 {
		margin-top: 20px
	}
	.voffset-25 {
		margin-top: 25px
	}
	.voffset-30 {
		margin-top: 30px
	}
		.voffset-30-important {
		margin-top: 30px  !important
	}
	.voffset-40 {
		margin-top: 40px
	}
	.voffset-50 {
		margin-top: 50px
	}
	.voffset-60 {
		margin-top: 60px
	}
	.eb-col-xs__v-separator, .eb-row__v-separator-small {
		margin-top: 10px
	}
	.eb-row__v-separator-medium {
		margin-top: 15px
	}
	.eb-row__v-separator-normal {
		margin-top: 30px
	}
	.eb-row__v-separator-big {
		margin-top: 45px
	}
	.voffset-padding-10 {
		padding-top: 10px
	}
	.voffset-padding-5 {
		padding-top: 5px
	}
}

@media ( min-width :768px) {
	.eb-col-xs__v-separator {
		margin-top: 0
	}
}

@media screen {
	.text-bold {
		font-weight: 700
	}
	.text-hyphens {
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

@media ( min-width :768px) {
	.text-supplemental {
		display: block
	}
	.text-supplemental:after {
		content: "/";
		padding-left: 3px
	}
	.text-hidden-sm {
		display: none
	}
}

@media ( max-width :768px) {
	.text-supplemental {
		display: block
	}
}

@media screen {
	.w5 {
		width: 5%
	}
	.w10 {
		width: 10%
	}
	.w15 {
		width: 15%
	}
	.w20 {
		width: 20%
	}
	.w25 {
		width: 25%
	}
	.w30 {
		width: 30%
	}
	.w33 {
		width: 33.333%
	}
	.w35 {
		width: 35%
	}
	.w40 {
		width: 40%
	}
	.w49 {
		width: 49%
	}
	.w50 {
		width: 50%
	}
	.w60 {
		width: 60%
	}
	.w66 {
		width: 66.666%
	}
	.w70 {
		width: 70%
	}
	.w75 {
		width: 75%
	}
	.w80 {
		width: 80%
	}
	.w85 {
		width: 85%
	}
	.w90 {
		width: 90%
	}
}

@font-face {
	font-family: font-awesome;
	src: url(../fonts/font-awesome/font-awesome.eot);
	src: url(../fonts/font-awesome/font-awesome.eot?#iefix)
		format('embedded-opentype'),
		url(../fonts/font-awesome/font-awesome.woff2) format('woff'),
		url(../fonts/font-awesome/icomoon.woff?) format('woff'),
		url(../fonts/font-awesome/font-awesome.ttf) format('truetype'),
		url(../fonts/font-awesome/font-awesome.svg#font-awesome) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon/icomoon.eot);
	src: url(../fonts/icomoon/icomoon.eot?#iefix)
		format('embedded-opentype'), url(../fonts/icomoon/icomoon.woff)
		format('woff'), url(../fonts/icomoon/icomoon.ttf) format('truetype'),
		url(../fonts/icomoon/icomoon.svg#icomoon) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: opelSansCondXBold;
	src: url(../fonts/opensans/OpenSans-SemiBold.eot);
	src: url(../fonts/opensans/OpenSans-SemiBold.eot?#iefix)
		format('embedded-opentype'),
		url(../fonts/opensans/OpenSans-SemiBold.woff) format('woff'),
		url(../fonts/opensans/OpenSans-SemiBold.ttf) format('truetype'),
		url(../fonts/opensans/OpenSans-SemiBold.svg#opelSansCondXBold)
		format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: openSansSemiBold;
	src: url(../fonts/opensans/OpenSans-SemiBold.eot);
	src: url(../fonts/opensans/OpenSans-SemiBold.eot?#iefix)
		format('embedded-opentype'),
		url(../fonts/opensans/OpenSans-SemiBold.woff) format('woff'),
		url(../fonts/opensans/OpenSans-SemiBold.ttf) format('truetype'),
		url(../fonts/opensans/OpenSans-SemiBold.svg#openSansSemiBold)
		format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: openSansReg;
	src: url(../fonts/opensans/OpenSans-Regular.eot);
	src: url(../fonts/opensans/OpenSans-Regular.eot?#iefix)
		format('embedded-opentype'),
		url(../fonts/opensans/OpenSans-Regular.woff) format('woff'),
		url(../fonts/opensans/OpenSans-Regular.ttf) format('truetype'),
		url(../fonts/opensans/OpenSans-Regular.svg#openSansReg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: glyphicon;
	src: url(../fonts/glyphicon/glyphicon.eot);
	src: url(../fonts/glyphicon/glyphicon.eot?#iefix)
		format('embedded-opentype'), url(../fonts/glyphicon/glyphicon.woff)
		format('woff'), url(../fonts/glyphicon/glyphicon.ttf)
		format('truetype'), url(../fonts/glyphicon/glyphicon.svg#glyphicon)
		format('svg');
	font-weight: 400;
	font-style: normal
}

@media screen {
	body {
		background: #f5fafe !important;
		display: flex;
		flex-direction: column;
		height: 100%;
		min-height: 100vh;
		font-family: 'Open Sans', sans-serif
	}
	.container {
		padding-left: 0;
		padding-right: 0
	}
	.container.content {
		flex-grow: 1;
		padding: 0;
		display: flex;
		flex-direction: column
	}
	.container-inner {
		background: 0 0;
		padding: 15px
	}
	.online-banking-layout .container-inner {
		padding-top: 0
	}
}

@media ( min-width :768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	.container-inner {
		margin-bottom: 15px
	}
}

@media ( min-width :320px) and (max-width:768px) {
	.container-inner {
		box-shadow: 0 0
	}
}

@media screen {
	[class*=" icon-"], [class^=icon-] {
		font-family: icomoon;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
	.icon-account-community:before {
		content: "\e600"
	}
	.icon-account-kid:before {
		content: "\e601"
	}
	.icon-account-single:before {
		content: "\e602"
	}
	.icon-arrow-ci-bottom:before {
		content: "\e603"
	}
	.icon-arrow-ci-left:before {
		content: "\e604"
	}
	.icon-arrow-ci-right:before {
		content: "\e605"
	}
	.icon-arrow-ci-top:before {
		content: "\e606"
	}
	.icon-arrow-direction-right:before {
		content: "\e607"
	}
	.icon-arrow-slide-left:before {
		content: "\e608"
	}
	.icon-arrow-slide-right:before {
		content: "\e609"
	}
	.icon-bars:before {
		content: "\e60a"
	}
	.icon-bill:before {
		content: "\e60b"
	}
	.icon-blocked:before {
		content: "\e60c"
	}
	.icon-calendar:before {
		content: "\e60d"
	}
	.icon-clock:before {
		content: "\e60e"
	}
	.icon-close:before {
		content: "\e60f"
	}
	.icon-delete:before {
		content: "\e610"
	}
	.icon-document:before {
		content: "\e611"
	}
	.icon-dot:before {
		content: "\e612"
	}
	.icon-download:before {
		content: "\e613"
	}
	.icon-exclamatory:before {
		content: "\e614"
	}
	.icon-eye:before {
		content: "\e615"
	}
	.icon-finished:before {
		content: "\e616"
	}
	.icon-home:before {
		content: "\e617"
	}
	.icon-hook-1:before {
		content: "\e618"
	}
	.icon-hook-2:before {
		content: "\e619"
	}
	.icon-hook-3:before {
		content: "\e61a"
	}
	.icon-idcard:before {
		content: "\e61b"
	}
	.icon-inbox:before {
		content: "\e61c"
	}
	.icon-info:before {
		content: "\e61d"
	}
	.icon-lock:before {
		content: "\e61e"
	}
	.icon-menu:before {
		content: "\e61f"
	}
	.icon-print:before {
		content: "\e620"
	}
	.icon-settings:before {
		content: "\e621"
	}
	.icon-signature:before {
		content: "\e622"
	}
	[class*=" icon-koer"], [class^=icon-koer] {
		background: 0 0/cover no-repeat;
		display: block
	}
	.icon-koer-devices {
		background-image: url(../images/icons/koer-devices.svg)
	}
	.icon-koer-postdoc {
		background-image: url(../images/icons/koer-postdoc.svg)
	}
	.icon-koer-postident {
		background-image: url(../images/icons/koer-postident.svg)
	}
	.icon-koer-print {
		background-image: url(../images/icons/koer-print.svg);
		height: 95px;
		width: 95px
	}
	.icon-placeholder:before {
		background: #f7d900;
		content: " ";
		display: inline-block;
		height: 20px;
		position: relative;
		width: 20px
	}
}

@media screen {
	.intro {
		font-family: openSansReg;
		font-size: 20px;
		line-height: 1;
		margin: 0 0 20px
	}
	.text-highlight {
		font-weight: 400;
		color: #959595
	}
	.text-separator {
		border-top: 1px solid #ececec;
		display: block;
		margin: 15px 0
	}
	b, strong {
		font-family: openSansSemiBold
	}
}

@media screen {
	section.accordion[aria-expanded=false]:hover {
		background: red
	}
	.accordion {
		padding: 40px;
		background: #fff;
		margin-bottom: 20px;
		border-radius: 3px;
		border: 1px solid #c4d2e6
	}
	.accordion .row:last-of-type {
		margin-bottom: 0
	}
	.accordion .container-fluid, .accordion .row div {
		padding-left: 0;
		padding-right: 0
	}
	.accordion .a[aria-expanded=false]:hover {
		background: red
	}
	.accordion-container__header {
		font-family: openSansReg;
		font-size: 24px;
		color: #1f437a;
		display: block;
		height: auto
	}
	.accordion-container__header.collapsed .arrow-icon {
		transition: .3s;
		transform: rotateX(180deg)
	}
	.accordion-container__header:focus, .accordion-container__header:hover {
		color: #1f437a;
		background: 0 0
	}
	.accordion-container__header-icon {
		display: block
	}
	.accordion-container__header-icon.arrow-icon {
		background-image: url(../images/icons/blue/arrow_icon.svg);
		background-repeat: no-repeat;
		width: 25px;
		height: 25px;
		margin-right: 20px;
		transition: .3s
	}
	.accordion-container__header-block {
		display: block
	}
	.accordion-container__collapse-bold-text {
		font-family: openSansSemiBold;
		font-size: 14px;
		color: #1f437a;
		margin-left: -6px
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.accordion-container__header-icon {
		margin-left: -15px;
		position: relative
	}
}

@media ( min-width :768px) and (max-width:1199px) {
	.accordion-container__header {
		font-family: openSansReg;
		font-size: 24px
	}
}

@media ( min-width :768px) {
	.accordion-content .accordion-content__row {
		margin-bottom: 15px
	}
	.accordion-container__header-block {
		display: inline-block
	}
}

@media screen {
	.alert-warning {
		background: #fcf1e5;
		border-top: solid 3px #e37800 !important
	}
	.alert-warning button {
		border: 0;
		background: 0 0;
		color: #1f437a !important;
		font-size: 48px !important;
		line-height: 0 !important;
		right: -36px !important
	}
	.alert-success {
		background: #ebf9eb;
		border-top: solid 3px #00b200 !important
	}
	.alert-success button {
		border: 0;
		background: 0 0;
		color: #1f437a !important;
		font-size: 48px !important;
		line-height: 0 !important;
		right: -36px !important
	}
	.alert-neutral {
		background: #c4d2e6;
		border-top: solid 3px #1f437a !important
	}
	.alert-neutral button {
		border: 0;
		background: 0 0;
		color: #1f437a !important;
		font-size: 48px !important;
		line-height: 0 !important;
		right: -36px !important
	}
	.alert-danger {
		background: #f7e5e5;
		border-top: solid 3px #b20000 !important
	}
	.alert-danger button {
		border: 0;
		background: 0 0;
		color: #1f437a !important;
		font-size: 48px !important;
		line-height: 0 !important;
		right: -36px !important
	}
	.alert {
		border-radius: 0;
		padding: 20px
	}
	.alert a {
		color: #f33e30;
		text-decoration: underline
	}
	.alert a .close {
		color: #f33e30;
		font-size: 16px;
		line-height: inherit
	}
	.alert a .close:hover {
		color: #b3160a
	}
	.alert .ebanking-message__left-icon {
		width: 30px;
		height: 28px;
		background-size: 30px 28px
	}
	.alert .ebanking-message__message-header {
		font-family: openSansSemiBold;
		font-size: 14px;
		color: #333
	}
	.alert .ebanking-message__message-text {
		font-family: openSansReg;
		font-size: 14px;
		color: #333
	}
}

@media screen {
	.checkmark-list {
		font-family: openSansReg;
		font-size: 14px;
		list-style: none;
		margin: 0;
		padding: 0
	}
	.cml__item {
		margin: 0 0 20px
	}
	.cml__item:after, .cml__item:before {
		content: " ";
		display: table
	}
	.cml__item:after {
		clear: both
	}
	.cml__icon {
		color: #1f437a;
		font-size: 11px;
		float: left;
		margin: 0 10px 0 0;
		position: relative;
		top: 1px;
		padding: 4px;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		border: 1px solid #C4D2E6
	}
	.cml__value {
		display: block;
		overflow: hidden
	}
}

@media screen {
	.accordion-collapse.component {
		border-bottom: 1px solid #959595;
		padding-bottom: 0;
		padding-top: 0;
		margin: 0 -15px 15px
	}
	.accordion-collapse .component__body {
		margin: 20px 0
	}
	.accordion-collapse__header {
		border-bottom: solid 1px #c9c9c9;
		color: #181818;
		cursor: pointer;
		padding: 15px 0;
		position: relative
	}
	.accordion-collapse__header:after, .accordion-collapse__header:before {
		content: " ";
		display: table
	}
	.accordion-collapse__header:after {
		clear: both;
		display: block;
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 10px
	}
	.accordion-collapse__header.collapsed {
		border: 0
	}
	.accordion-collapse__headline {
		font-family: openSansSemiBold;
		font-size: 20px;
		display: block;
		margin: 0;
		padding: 0
	}
}

@media screen {
	.simple-collapse {
		background: #fff;
		margin-top: 40px;
		padding: 30px 20px;
		position: relative !important
	}
	.simple-collapse__header {
		cursor: pointer;
		display: flex;
		align-content: space-between
	}
	.simple-collapse__header:after, .simple-collapse__header:before {
		content: " ";
		display: table
	}
	.simple-collapse__header:after {
		clear: both;
		display: block
	}
	.simple-collapse__headline {
		flex: 1;
		font-family: openSansReg;
		font-size: 22px;
		color: #1f437a;
		margin: 0;
		padding: 0
	}
	.form-group .simple-collapse__headline {
		margin-top: 0
	}
	.simple-collapse__icon {
		width: 25px;
		height: 15px;
		float: right;
		background-image: url(../images/icons/arrow_icon.svg);
		transition: .3s
	}
	.collapsed .simple-collapse__icon {
		transform: rotateX(180deg)
	}
	.simple-collapse__content p {
		margin-top: 20px
	}
}

@media screen {
	.collapsible {
		font-family: Verdana, sans-serif;
		font-size: 12px
	}
}

@media screen {
	.comp {
		padding: 0;
		display: flex;
		flex-direction: column
	}
	.comp:after, .comp:before {
		content: " ";
		display: table
	}
	.comp:after {
		clear: both
	}
	.comp.white {
		background: #fff
	}
	.comp.white .comp__header {
		padding: 15px 0
	}
	.comp-last {
		border: 0
	}
	.comp-no-padding {
		padding: 0;
		border: 0
	}
	.comp-no-cc .comp__header-headline {
		font-family: openSansSemiBold;
		font-size: 14px
	}
	.comp__header {
		border-bottom: solid 1px #C4D2E2
	}
	.comp__header-headline {
		font-family: openSansSemiBold;
		font-size: 14px;
		color: #1f437a;
		margin: 0;
		text-transform: none;
		line-height: 22px;
		padding: 0 0 5px 15px
	}
	.comp__header-intro {
		color: #000;
		padding: 0 20px;
		margin-top: -15px;
		margin-bottom: 15px;
		font-family: openSansSemiBold;
		font-size: 12px
	}
	.comp__body {
		font-family: openSansReg;
		font-size: 14px;
		color: #000;
		line-height: 22px
	}
	.comp__body .white-background {
		background: #fff;
		padding: 20px;
		border-radius: 3px;
		border: 1px solid #c4d2e6
	}
	.comp__body .white-background.white-background__no-margin-top {
		margin-top: 0
	}
	.comp__body .blue {
		color: #1f437a !important
	}
	.comp__body .blue-bold {
		color: #1f437a !important;
		font-family: openSansSemiBold
	}
	.comp__body a {
		color: #1f437a;
		text-decoration: none
	}
	.comp__body a:hover {
		text-decoration: none
	}
	.comp__body .btn {
		color: #1f437a
	}
	.comp__margin-top {
		margin-top: 20px
	}
	.comp__highlight p {
		padding-left: 0;
		margin: 0 0 20px;
		font-family: openSansReg;
		font-size: 14px;
		color: #333;
		line-height: 22px
	}
	.comp__highlight .eb-row__v-separator-small {
		margin-top: 10px
	}
	.comp__highlight .eb-row__v-p-small {
		margin-bottom: 5px
	}
	.comp__highlight .col-sm-12, .comp__highlight .col-sm-3>label {
		padding-left: 0
	}
	.comp__text-bold {
		font-family: openSansSemiBold;
		font-size: 16px;
		color: #1f437a;
		padding-bottom: 12px;
		border-bottom: solid 1px #C4D2E2;
		margin-bottom: 30px
	}
	.comp__text-small-bold {
		font-family: openSansSemiBold;
		font-size: 14px
	}
	.comp__highlight-container {
		margin-left: -15px;
		margin-right: -15px
	}
	.comp-no-padding-left {
		padding-left: 0
	}
}

@media ( min-width :768px) {
	.comp__body .bold {
		font-family: openSansSemiBold !important;
		font-size: 14px !important
	}
	.comp__body .blue {
		color: #1f437a !important
	}
	.comp__body .row-form {
		padding-bottom: 10px
	}
	.comp-no-padding {
		padding: 0;
		border: 0
	}
	.comp__highlight-container {
		margin-left: 0;
		margin-right: 0
	}
}

@media screen {
	.content-footer {
		margin: 0 -15px
	}
	.content-footer .btn {
		margin-bottom: 20px
	}
	.content-footer .link, .content-footer .link:active, .content-footer .link:focus,
		.content-footer .link:hover {
		text-decoration: underline
	}
}

@media ( min-width :768px) {
	.content-footer .btn {
		margin: 0
	}
}

@media screen {
	.content-header {
		margin: 60px 0 40px -15px;
		display: inline-block;
		width: 100%
	}
	.content-header__headline {
		font-family: openSansSemiBold !important;
		color: #1f437a;
		margin-bottom: 80px;
		font-size: 32px !important
	}
	.content-header__innerheadline {
		font-family: openSansSemiBold;
		font-size: 24px;
		color: #1f437a
	}
	.content-header__subheadline {
		font-family: openSansReg;
		font-size: 18px;
		margin: 0;
		padding-top: 20px
	}
	.header-outer-container {
		padding: 0;
		background-color: #1f437a;
		position: relative;
		display: block
	}
}

.bos-gradient-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(21, 50, 94, 0)),
		color-stop(40%, rgba(21, 50, 94, .6)));
	background-image: -webkit-linear-gradient(right, rgba(21, 50, 94, 0),
		rgba(21, 50, 94, .6) 40%);
	background-image: -o-linear-gradient(right, rgba(21, 50, 94, 0),
		rgba(21, 50, 94, .6) 40%);
	background-image: linear-gradient(-90deg, rgba(21, 50, 94, 0),
		rgba(21, 50, 94, .6) 40%)
}

.bos-bg-image {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover
}

.bos-bg-image--menu {
	position: absolute;
	width: 100%;
	height: 100px;
	background-position-x: calc(-8%);
	background-position-y: calc(70%);
	-webkit-background-size: inherit inherit;
	background-size: inherit
}

@media ( min-width :544px) {
	.bos-bg-image--menu {
		background-position-x: calc(120%)
	}
}

@media ( min-width :768px) {
	.bos-bg-image--menu {
		height: 80px;
		background-position-x: calc(-174%);
		background-position-y: 57px
	}
}

@media ( min-width :992px) {
	.bos-bg-image--menu {
		height: 100px;
		background-position-x: calc(20%);
		background-position-y: 66px
	}
}

@media ( min-width :1200px) {
	.bos-bg-image--menu {
		background-position-x: calc(-75%);
		background-position-y: 62px
	}
}

@media screen {
	.content-header-with-right {
		margin: 0 -5px 20px 15px;
		color: #1f437a
	}
	.content-header-with-right .col-sm-6, .content-header-with-right .col-sm-8
		{
		padding-left: 0;
		padding-right: 0
	}
	.content-header-with-right-box {
		margin: 0 40px 8px 15px;
		color: #1f437a
	}
	.content-header-with-right-box .col-sm-6, .content-header-with-right-box .col-sm-8
		{
		padding-left: 0;
		padding-right: 0
	}
	.content-header__right-sum {
		font-family: openSansReg;
		font-size: 24px
	}
	.content-header__right-mr {
		margin-right: 60px
	}
	.content-header__right-label {
		font-family: openSansReg;
		font-size: 13px
	}
}

@media screen and (min-width:1025px) {
	.chrl-padding {
		padding-top: 10px;
		padding-right: 0
	}
}

@media screen and (max-width:1024px) {
	.content-header__right-label {
		font-family: openSansReg;
		font-size: 12px;
		margin-right: 6px
	}
}

@media screen and (min-width:360px) and (max-width:767px) {
	.content-header-with-right {
		margin: 20px 0 0 !important
	}
}

@media screen and (min-width:360px) and (max-width:767px) {
	.content-header-with-right-box {
		margin: 20px 0 5px !important
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.content-header {
		margin: 40px 0 30px -15px
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		margin-top: 100px !important
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.content-header {
		margin: 40px 0 30px -15px
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		margin-top: 100px !important
	}
}

@media screen and (max-width:767px) {
	div.col-sm-4.col-sm-push-8 {
		text-align: right
	}
	div.col-sm-3.col-sm-push-9.col-sm-offset-0.col-xs-offset-1.text-right,
		div.col-sm-9.col-sm-pull-3.col-sm-offset-0.col-xs-offset-1.text-right
		{
		text-align: left;
		white-space: nowrap
	}
	.content-header__right-label {
		font-family: openSansReg;
		font-size: 12px
	}
	.content-header__right-sum {
		font-family: openSansReg;
		font-size: 18px
	}
	.chrl-padding {
		padding-top: 0 !important;
		padding-right: 15px !important
	}
}

@media screen {
	.content-nav__wrapper {
		-webkit-box-shadow: inset 0 20px 20px -20px #0a2449;
		-moz-box-shadow: inset 0 20px 20px -20px #0a2449;
		box-shadow: inset 0 20px 20px -20px #0a2449;
		width: 100%;
		height: 66px;
		background: #5E79a0 !important
	}
	.content-nav__wrapper .main-header__nav-right-persona-name {
		color: #fff;
		float: right;
		padding-top: 20px;
		padding-right: 0 !important;
		font-family: openSansReg;
		font-size: 12px;
		position: absolute !important;
		right: -3px;
		width: 177px
	}
	.content-nav {
		z-index: 1;
		width: 100%;
		margin: 0;
		padding: 0;
		min-height: auto;
		font-family: openSansReg
	}
	.content-nav .content-nav__first {
		background: 0 0 !important;
		width: 100%
	}
	.content-nav .content-nav__first>li>a {
		color: #fff;
		display: flex
	}
	.content-nav .content-nav__first>li>a:focus, .content-nav .content-nav__first>li>a:hover
		{
		color: #fff;
		background-color: transparent
	}
	.content-nav .content-nav__first>li.open>a {
		color: #fff
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		background-color: transparent !important;
		border-radius: 0;
		padding: 0;
		border-bottom: 1px solid #c4d2e6 !important;
		margin-top: 130px
	}
	.content-nav ul li a span {
		vertical-align: middle
	}
	.content-nav__second .dropdown-menu__item {
		color: #333 !important
	}
	.content-nav__second .dropdown-menu__item:hover {
		text-decoration: none !important;
		color: #1f437a !important
	}
	.content-nav__second .dropdown-menu__item--active span {
		color: #1f437a !important;
		border-bottom: 3px solid #1f437a !important;
		padding-bottom: 7px;
		font-family: openSansSemiBold
	}
	.content-nav__second .dropdown-menu__item--active span.badge-subnavi {
		color: #fff !important;
		border-bottom: 0 !important
	}
}

@media ( min-width :768px) {
	.content-nav {
		background-color: transparent
	}
	.content-nav .content-nav__first {
		border: 0 !important;
		padding: 0
	}
	.content-nav .content-nav__first>li {
		position: static
	}
	.content-nav .content-nav__first>li>a {
		line-height: 30px;
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.content-nav .content-nav__first>li.open>a {
		text-decoration: none;
		padding-right: 0;
		padding-left: 0
	}
	.content-nav .content-nav__first>li.open>a>span {
		text-decoration: none
	}
	.content-nav .content-nav__first>li.open>a:focus, .content-nav .content-nav__first>li.open>a:hover
		{
		color: #fff
	}
	.content-nav .content-nav__first>li.open>a:after {
		content: none
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		padding-top: 10px;
		background-color: #1f437a;
		border: 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li {
		border-bottom: none;
		padding: 10px 30px 10px 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a {
		line-height: 1;
		padding: 0 10px 0 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a:focus,
		.content-nav .content-nav__first>li.open .content-nav__second>li a:hover
		{
		color: #1f437a;
		background-color: transparent
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a:after
		{
		content: none
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a.dropdown-menu__item--active
		{
		text-decoration: none
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a.dropdown-menu__item--active:hover
		{
		color: #1f437a
	}
	.content-nav .content-nav__first>li:last-child.open .content-nav__second>li
		{
		border-bottom: none
	}
	.content-nav .content-nav__second {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px
	}
	.content-nav .content-nav__second>li {
		float: left
	}
	.content-nav .content-nav__second .dropdown-menu__item--active {
		background-color: transparent;
		color: #1f437a
	}
}

@media ( min-width :768px) and (min-width:768px) {
	.content-nav .content-nav__second {
		width: 720px
	}
}

@media ( min-width :768px) and (min-width:992px) {
	.content-nav .content-nav__second {
		width: 940px
	}
}

@media ( min-width :768px) and (min-width:1200px) {
	.content-nav .content-nav__second {
		width: 1140px
	}
}

@media ( min-width :320px) and (max-width:767px) {
	.content-nav__wrapper {
		height: auto
	}
	.content-nav__wrapper .main-header__nav-right-persona-name {
		float: left
	}
	.content-nav {
		border: none
	}
	.content-nav__first {
		margin: 0
	}
	.content-nav__second>li {
		background: #fff;
		border-left: 10px solid transparent
	}
	.content-nav__second>li>a {
		padding: 0;
		color: #1f437a !important
	}
}

@media ( min-width :768px) {
	.form-horizontal .control-label {
		margin-bottom: 0;
		padding-top: 12px
	}
}

@media screen {
	.bs-wizard-two-bullets {
		margin-top: 10px !important;
		margin-left: 10px;
		margin-bottom: -20px !important
	}
	label {
		margin-bottom: 0
	}
	.inner-content-top-spacer {
		margin-top: 0;
		width: 100%;
		border-top: 1px solid #c4d2e6
	}
	.inner-content-top-spacer-without-border {
		border-top: 1px solid transparent
	}
	.inner-content-middle-spacer {
		margin: 0 15px
	}
	.comp__highlight {
		padding: 30px 40px 40px;
		border-radius: 3px;
		border: 1px solid #c4d2e6;
		margin-left: 0;
		margin-right: 0;
		background-color: #fff
	}
	.eb-form-error:first-child, .form-group:first-child, .row-form:first-child
		{
		margin-top: 30px !important
	}
	.input-group .form-control:last-child {
		border-left: 0
	}
	.comp__header {
		margin-left: -15px;
		margin-right: -15px
	}
	.comp__header-no-margin {
		margin-left: 0;
		margin-right: 0;
		border-bottom: solid 1px #C4D2E2
	}
	.comp__header-documents, .comp__header-documents-no-margin,
		.comp__header-mTAN {
		margin-left: 0;
		margin-right: 0;
		border-bottom: solid 1px transparent
	}
	.eb-border-separator {
		border-top: 1px solid #C4D2E2;
		margin-top: 20px;
		margin-bottom: 20px
	}
	.eb-border-separator-margin {
		border-top: 1px solid #C4D2E2;
		margin: 10px -15px 20px
	}
	.eb-smooth-scroll {
		position: absolute;
		right: 1px;
		bottom: -60px;
		background: 0 0;
		padding: 0 0 20px;
		text-align: right;
		margin: 0;
		cursor: pointer;
		transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		-o-transition: .5s
	}
	.eb-smooth-scroll a {
		text-decoration: none
	}
	.eb-smooth-scroll:hover {
		background: 0 0;
		transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		-o-transition: .5s
	}
	.eb-smooth-scroll .fa {
		font-size: 24px;
		position: relative;
		top: 2px;
		right: 5px;
		transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		-o-transition: .5s;
		color: #1f437a
	}
	.scroll-button-top-text {
		color: #1f437a
	}
	.content .platzhalter {
		margin-top: 20px;
		padding: 20px;
		background: 0 0;
		margin-bottom: 20px;
		border-radius: 6px;
		border: 1px solid #ccc;
		text-align: center
	}
	.eb-label {
		font-family: openSansSemiBold
	}
	.eb-text-info {
	 margin-left: -6px
	}
	#tg-overview-container .col-sm-1, #tg-overview-container .col-sm-11,
		#tg-overview-container .col-sm-12, #tg-overview-container .col-sm-4,
		#tg-overview-container .col-sm-5, #tg-overview-container .col-sm-8,
		#tg-overview-container .col-sm-pull-4, #tg-overview-container .col-sm-pull-8
		{
		padding-left: 0;
		padding-right: 0
	}
	#tg-overview-container .content-header__headline {
		margin-left: 15px
	}
	#kg-overview-container .eb-label, #tg-overview-container .eb-label {
		margin-left: -6px
	}
	#kg-overview-container .btn, #tg-overview-container .btn {
		position: relative;
		top: 15px
	}
	#tg-umsaetze .voffset-button {
		position: relative;
		top: 25px
	}
	#tg-umsaetze .inbox-filter-container {
		padding: 0 20px 40px
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .form-horizontal .form-group
		{
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .comp__header-headline {
		margin-top: 40px;
		margin-bottom: -5px
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .hoffset-40 {
		margin-top: 30px
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .form-horizontal .form-group
		{
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	#tg-auszahlung-ausfuehren .form-horizontal .control-label {
		padding-left: 15px
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .col-sm-6,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen .col-xs-12,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .col-sm-6,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .col-xs-12,
		#tg-geplante-auszahlung .col-xs-12, #tg-geplante-auszahlung .col-xs-5
		{
		padding-left: 0;
		padding-right: 0
	}
	#tg-overview-container .content-header__right-label,  #kg-overview-container .content-header__right-label, #kk-zahlungsverlauf .content-header__right-label,
		#tg-auszahlung-ausfuehren .content-header__right-label {
		padding-right: 5px
	}

	#kk-zahlungsverlauf .col-sm-1 {
		padding: 13px 0
	}
	#kk-zahlungsverlauf .pay-amount {
		text-align: right;
		font-family: openSansSemiBold;
		font-size: 14px
	}
	#kk-rueckzahlungsplan .transactions-overview, #kk-zahlungsverlauf .transactions-overview
		{
		margin-bottom: 60px
	}
	#kk-rueckzahlungsplan .account-detail .account-detail__header {
		padding: 40px 20px 0;
		display: flex;
		justify-content: space-between
	}
	#kk-rueckzahlungsplan .inbox-filter-container .comp__header {
		border-bottom: solid 1px #C4D2E2;
		margin: 40px 5px 0
	}
	#s-persoenliche-daten-mTAN-bestaetigung .ebanking-message__message-text
		{
		padding-top: 5px
	}
	#kg-overview-container .ebanking-messages, #s-einwilligung-bestaetigung .ebanking-messages,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .ebanking-messages,
		#s-persoenliche-daten-ihre_angaben-no-changes .ebanking-messages,
		#s-persoenliche-daten-mTAN-bestaetigung .ebanking-messages,
		#s-pinTan-auszahlungskonto-aendern-bestaetigung .ebanking-messages,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .ebanking-messages,
		#tg-overview-container .ebanking-messages {
		margin-top: -20px !important
	}
	#kg-overview-container .ebanking-message__last-child,
		#s-einwilligung-bestaetigung .ebanking-message__last-child,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .ebanking-message__last-child,
		#s-persoenliche-daten-ihre_angaben-no-changes .ebanking-message__last-child,
		#s-persoenliche-daten-mTAN-bestaetigung .ebanking-message__last-child,
		#s-pinTan-auszahlungskonto-aendern-bestaetigung .ebanking-message__last-child,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .ebanking-message__last-child,
		#tg-overview-container .ebanking-message__last-child {
		margin-top: 20px
	}
	#kg-overview-container .ebanking-message, #s-einwilligung-bestaetigung .ebanking-message,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .ebanking-message,
		#s-persoenliche-daten-ihre_angaben-no-changes .ebanking-message,
		#s-persoenliche-daten-mTAN-bestaetigung .ebanking-message,
		#s-pinTan-auszahlungskonto-aendern-bestaetigung .ebanking-message,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .ebanking-message,
		#tg-overview-container .ebanking-message {
		margin-top: -20px !important
	}
	#s-pinTan-auszahlungskonto-aendern-bestaetigung .ebanking-message {
		margin-bottom: 30px
	}
	.message-center #message .message-psw {
		margin-top: 10px
	}
	.message-center #message .message-psw .valid {
		color: #00b200;
		font-family: openSansReg;
		font-size: 13px;
		white-space: nowrap
	}
	.message-center #message .message-psw .valid:before {
		position: relative;
		left: -5px;
		top: -2px;
		content: "\f00c";
		font: normal normal normal 9px/1 FontAwesome
	}
	.message-center #message .message-psw .invalid {
		color: #1f437a;
		font-family: openSansReg;
		font-size: 13px;
		white-space: nowrap
	}
	.message-center #message .message-psw .invalid:before {
		position: relative;
		left: -5px;
		top: -2px;
		content: "\f111";
		font: normal normal normal 8px/1 FontAwesome
	}
	.message-center #message .message-psw .col-md-12, .message-center #message .message-psw .col-sm-6
		{
		padding: 0
	}
	#s-pin-mtan .comp__highlight .col-sm-5 {
		padding: 0
	}
	#s-pin-mtan .lg-space {
		margin-top: 20px;
		margin-bottom: 0
	}
	#s-pin-mtan .eb-text-group-comp {
		margin-top: 20px
	}
	#s-pin-mtan .ebanking-message__message-text {
		padding-top: 5px
	}
	#s-pin-mtan .custom-label {
		padding-top: 13px
	}
	#s-pin-mtan .input-group {
		width: 100%
	}
	.adresscheck {
		border: 2px solid #00b200;
		border-radius: 8px;
		background: #fff;
		padding: 14px
	}
	#s-einwilligung-bestaetigung .ebanking-message {
		margin-bottom: 30px
	}
	#s-einwilligungen-mTan-bestaetigung .inner-content-middle-spacer {
		margin: 60px 0 0
	}
	#s-einwilligungen-mTan-bestaetigung .comp__highlight .label-osc {
		position: relative;
		top: 5px;
		font-family: openSansReg;
		font-size: 14px;
		color: #333
	}
	#s-einwilligungen-mTan-bestaetigung .inner-content-top-spacer {
		margin-top: 30px
	}
	#s-einwilligungen-mTan-bestaetigung .content-header-with-right {
		margin-bottom: -10px !important
	}
	#n-nachrichten-schreiben-container-mtan-bestaetigung .inner-content-top-spacer
		{
		padding-bottom: 30px
	}
	#n-nachrichten-schreiben-container-mtan-bestaetigung .col-sm-offset-3 {
		margin-bottom: 30px
	}
	#n-nachrichten-schreiben-container .inner-content-top-spacer {
		padding-bottom: 30px
	}
	#n-nachrichten-schreiben-container .comp__text-normal {
		position: relative;
		top: 10px
	}
	#n-nachrichten-schreiben-container .col-sm-push-5,
		#n-nachrichten-schreiben-container-mtan .col-sm-push-5,
		#n-nachrichten-schreiben-container-mtan-bestaetigung .col-sm-push-5 {
		margin-left: 10px
	}
	#s-freistellungsauftrag .white-background,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .white-background,
		#s-persoenliche-daten-ihre_angaben .white-background,
		#s-persoenliche-daten-ihre_angaben-no-changes .white-background,
		#s-persoenliche-daten-ihre_gespeicherten_daten .white-background,
		#s-persoenliche-daten-mTAN .white-background,
		#s-persoenliche-daten-mTAN-bestaetigung .white-background, #s-pin-mtan .white-background,
		#s-pinTan-auszahlungskonto-aendern .white-background {
		margin-left: 0;
		margin-right: 0
	}
	#s-pinTan-auszahlungskonto-aendern .voffset-10 {
		margin-top: 10px !important
	}
	#s-pinTan-auszahlungskonto-aendern .eb-text-group-comp {
		margin-top: 30px
	}
	#n-nachrichten-schreiben-container-success-alert .ebanking-messages {
		margin-bottom: 30px;
		margin-top: -20px
	}
	#n-nachrichten-schreiben-container-success-alert .ebanking-message__message-text
		{
		padding-top: 6px
	}
	#n-nachrichten-schreiben-container-success-alert .inner-content-top-spacer
		{
		padding-bottom: 30px
	}
	#s-pinTan-auszahlungskonto-aendern .comp-last,
		#s-pinTan-auszahlungskonto-aendern-bestaetigen-mtan .comp-last {
		margin-top: 30px
	}
	#s-pinTan-auszahlungskonto-aendern-bestaetigen-mtan .row.form-actions {
		margin-top: 60px
	}
	#s-pinTan-auszahlungskonto-aendern-bestaetigen-mtan .comp__header-documents
		{
		margin-top: 40px
	}
	#s-pinTan-auszahlungskonto-aendern-bestaetigung .row.form-actions {
		margin-top: 30px
	}
	#s-persoenliche-daten-mTAN .form-horizontal {
		margin-bottom: 30px
	}
	 #s-persoenliche-daten-mTAN .hoffset-40 {
        margin-top: 30px
    }
    
	#s-freistellungsauftrag-aendern .comp__header,
		#s-freistellungsauftrag-aendern-mTAN .comp__header,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-anlegen-choose .comp__header,
		#s-freistellungsauftrag-anlegen-einzel .comp__header,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .comp__header,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-anlegen-gemeinschaft .comp__header,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__header,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-einzel-aendern .comp__header,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__header,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-loeschen .comp__header,
		#s-freistellungsauftrag-nvb .comp__header {
		margin-bottom: 25px
	}
	#s-freistellungsauftrag-aendern .checkbox,
		#s-freistellungsauftrag-aendern-mTAN .checkbox,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-anlegen-choose .checkbox,
		#s-freistellungsauftrag-anlegen-einzel .checkbox,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .checkbox,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-anlegen-gemeinschaft .checkbox,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .checkbox,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-einzel-aendern .checkbox,
		#s-freistellungsauftrag-einzel-aendern-mTAN .checkbox,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-loeschen .checkbox,
		#s-freistellungsauftrag-nvb .checkbox {
		margin-top: -15px
	}
	#s-freistellungsauftrag-initial .eb-margin-bottom,
		#s-freistellungsauftrag-loeschen-mTAN .eb-margin-bottom {
		margin-bottom: 0
	}
	#s-freistellungsauftrag-aendern-mTAN .comp__highlight,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__highlight,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__highlight,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__highlight,
		#s-freistellungsauftrag-loeschen .comp__highlight {
		padding-top: 20px
	}
	#s-freistellungsauftrag-aendern-mTAN .comp__highlight .label-osc,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__highlight .label-osc,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__highlight .label-osc,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__highlight .label-osc,
		#s-freistellungsauftrag-loeschen .comp__highlight .label-osc,
		#s-persoenliche-daten-mTAN .comp__highlight .label-osc,
		#s-pinTan-auszahlungskonto-aendern-bestaetigen-mtan .comp__highlight .label-osc
		{
		position: relative;
		top: 5px;
		font-family: openSansReg;
		font-size: 14px;
		color: #333
	}
	#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .ebanking-message__message-text
		{
		padding-top: 5px
	}
	#s-freistellungsauftrag .btn {
		width: 100%
	}
	#s-freistellungsauftrag a.btn.btn-blue {
		position: relative;
		left: -20px
	}
	#s-freistellungsauftrag .btn-blue:active, #s-freistellungsauftrag .btn-blue:focus,
		#s-freistellungsauftrag .btn-blue:visited {
		font-family: OpenSans;
		background: #F4FAFE;
		border: 1px solid #869EC6;
		color: #1f437a !important
	}
	#s-freistellungsauftrag .row.form-actions {
		margin-top: 20px
	}
	#s-einwilligung-bestaetigung .alert .ebanking-message__message-header {
		font-size: 14px;
		padding-top: 7px
	}
	#n-nachrichten-schreiben-container .col-sm-3,
		#n-nachrichten-schreiben-container .col-sm-4,
		#n-nachrichten-schreiben-container .col-sm-7,
		#n-nachrichten-schreiben-container .col-sm-8 {
		padding-right: 0
	}
	#n-nachrichten-schreiben-container .form-horizontal .label-osc {
		position: relative;
		top: -5px
	}
	#n-nachrichten-schreiben-container .n-message {
		padding: 25px;
		border-radius: 6px;
		border: 1px solid #c4d2e6;
		margin-top: 28px
	}
	#n-nachrichten-schreiben-container .n-message p {
		font-family: openSansReg;
		font-size: 14px
	}
	#n-nachrichten-schreiben-container .n-message .comp__text-bold {
		border: 0
	}
}

@media screen {
	.bootstrap-datetimepicker-widget {
		width: 100% !important
	}
	.bootstrap-datetimepicker-widget.bottom {
		top: 50px !important
	}
	.bootstrap-datetimepicker-widget.top {
		bottom: 50px !important
	}
	.bootstrap-datetimepicker-widget td {
		padding: 5px
	}
	.bootstrap-datetimepicker-widget td.active,
		.bootstrap-datetimepicker-widget td.active:hover {
		background-color: #fff
	}
	.bootstrap-datetimepicker-widget td.today:before {
		border-bottom-color: #c4d2e6
	}
	.bootstrap-datetimepicker-widget table td.today {
		position: relative;
		color: #fff !important;
		background: #1f437a !important
	}
	.dropdown-menu {
		border-color: #c4d2e6;
		outline: 0;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		width: 19em
	}
	.dropdown-menu.bottom:before {
		border-top-color: #c4d2e6 !important
	}
	ul.period {
		list-style: none;
		margin: 0;
		padding: 0
	}
	ul.period li {
		display: inline-block
	}
	ul.period li a {
		border-right: 1px solid;
		display: block;
		line-height: 1;
		padding: 0 5px;
		text-decoration: none
	}
	ul.period li:last-of-type a {
		border-right: none
	}
}

@media screen {
	.download-list {
		font-family: Verdana, sans-serif;
		font-size: 12px;
		list-style: none;
		margin: 0;
		padding: 0
	}
	.download-list abbr {
		border: 0
	}
	.download-list>li {
		border-bottom: 1px solid #c6c6c6
	}
	.download-list__link {
		color: #707070;
		display: block;
		padding: 10px 0;
		text-decoration: none
	}
	.download-list__link:after, .download-list__link:before {
		content: " ";
		display: table
	}
	.download-list__link:after {
		clear: both
	}
	.download-list__link:active, .download-list__link:focus,
		.download-list__link:hover {
		color: #707070;
		text-decoration: none
	}
	.download-list__icon {
		color: #1d1d1b;
		display: block;
		font-size: 28px;
		float: left;
		margin: 0 5px 0 0;
		position: relative;
		top: 2px
	}
	.download-list__link-cont {
		display: block;
		overflow: hidden
	}
	.download-list__link-value {
		color: #4a4a4a;
		display: block
	}
	.download-list__file-info {
		color: #959595;
		display: block
	}
	.download-list-plain>li {
		border: 0
	}
	.download-list-single .download-list__link {
		padding: 0
	}
}

@media screen {
	.footer-nav {
		width: 100%
	}
	.footer-nav__list {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.footer-nav__list-item {
		display: inline-block;
		text-align: center
	}
	.footer-nav__link {
		font-family: openSansReg;
		font-size: 13px;
		color: #bbb7b7;
		display: block;
		text-decoration: none
	}
	.footer-nav__link:active, .footer-nav__link:focus, .footer-nav__link:hover
		{
		text-decoration: none;
		color: #bbb7b7
	}
}

@media ( min-width :768px) {
	.footer-nav__list-item {
		display: inline-block;
		padding: 0 7px 0 8px;
		text-align: left
	}
	.footer-nav__list-item:first-child {
		border: 0;
		padding-left: 0
	}
	.footer-nav__list-item:last-child {
		padding-right: 0
	}
	.footer-nav__link {
		font-family: openSansReg;
		font-size: 13px;
		color: #bbb7b7 !important;
		display: inline-block;
		padding: 0
	}
	.footer-nav__icon {
		color: #f7d900;
		display: inline-block;
		position: relative;
		top: 1px
	}
	.footer-nav__icon:before {
		font-size: 12px
	}
}

@media ( max-width :991px) {
	.footer-nav {
		padding-bottom: 20px
	}
	.footer-nav__list-item {
		text-align: left
	}
	.footer-nav__link {
		font-family: openSansReg;
		font-size: 13px;
		line-height: 22px;
		color: #bbb7b7
	}
}

@media ( max-width :991px) and (max-width:992px) {
	.footer-nav {
		width: 100%
	}
}

@media screen {
	.inbox-container {
		font-family: openSansReg;
		font-size: 14px;
		margin: 40px 30px 20px
	}
	.inbox-list {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.inbox-item {
		border-bottom: solid 1px #C4D2E2
	}
	.inbox-item:after, .inbox-item:before {
		content: " ";
		display: table
	}
	.inbox-item:after {
		clear: both
	}
	.inbox-item .inbox__account, .inbox-item .inbox__date, .inbox-item .inbox__download,
		.inbox-item .inbox__subject, .inbox-item .inbox__type {
		color: #000;
		padding: 2px 0
	}
	.inbox-item .inbox-download-link {
		padding: 0 15px !important;
		display: flex;
		margin: 1px 0
	}
	.inbox-item .inbox-download-link:hover {
		background: #c4d2e6
	}
	.inbox-item .inbox-download-link .li-wrapper {
		display: flex;
		align-items: top;
		padding: 0 15px;
		color: #333
	}
	.inbox-item .inbox-download-link .li-wrapper .col-sm-2, .inbox-item .inbox-download-link .li-wrapper .col-sm-3,
		.inbox-item .inbox-download-link .li-wrapper .col-sm-4, .inbox-item .inbox-download-link .li-wrapper .col-sm-5,
		.inbox-item .inbox-download-link .li-wrapper .col-sm-6 {
		padding: 13px 0
	}
	.inbox-item .inbox-download-link [class^=col-] {
		padding: 0
	}
	.inbox-item .inbox__date {
		color: #000
	}
	.inbox-item .inbox__subject {
		overflow: hidden
	}
	.inbox-item .inbox__account, .inbox-item .inbox__type {
		display: inline-block
	}
	.inbox-group:after, .inbox-group:before {
		content: " ";
		display: table
	}
	.inbox-group:after {
		clear: both
	}
	.inbox-group .inbox__type {
		float: left
	}
	.inbox-item__header {
		display: none
	}
	.inbox__account-name, .inbox__account-no {
		display: inline-block
	}
	.inbox__subject--unread {
		font-family: openSansSemiBold
	}
	.inbox__subject--read {
		font-family: openSansReg
	}
	.inbox-download-link {
		text-decoration: none
	}
	.inbox-download-link:active, .inbox-download-link:focus,
		.inbox-download-link:hover {
		outline: 0;
		text-decoration: none
	}
	.inbox-download-link .inbox__account-value, .inbox-download-link .inbox__date
		{
		color: #333
	}
	.icon-eye {
		color: #f7d900;
		font-size: 25px;
		position: relative
	}
	.icon-download {
		font-size: 25px;
		position: relative
	}
	.inbox-filter-form:after, .inbox-filter-form:before {
		content: " ";
		display: table
	}
	.inbox-filter-form:after {
		clear: both
	}
	.inbox-filter-period-list {
		color: #707070;
		list-style: none;
		margin: 0;
		padding: 9px 0 10px
	}
	.inbox-filter-period-list li {
		display: block;
		margin: 0 0 5px
	}
	.btn-period {
		background: 0 0;
		border: 0;
		color: #707070;
		margin: 0;
		padding: 0;
		text-decoration: underline
	}
}

@media ( max-width :767px) {
	.inbox-filter-container {
		background: #fff;
		padding: 0 0 40px;
		margin-left: -15px;
		margin-right: -15px
	}
	.inbox-filter-container .row:nth-child(2) .btn {
		margin-top: 20px;
		padding: 8px 24px;
		border-radius: 3px !important
	}
	.inbox-filter-container [class^=col-] {
		padding: 5px 15px
	}
}

@media ( min-width :768px) {
	.inbox-item__header {
		border-bottom: solid 1px #C4D2E2;
		display: block;
		padding: 0 15px !important
	}
	.inbox-item__header .inbox__account, .inbox-item__header .inbox__date,
		.inbox-item__header .inbox__download, .inbox-item__header .inbox__subject,
		.inbox-item__header .inbox__type {
		font-family: openSansSemiBold
	}
	.inbox-item__header .inbox__date, .inbox-item__header .inbox__subject {
		color: #1f437a !important
	}
	.inbox-filter-container {
		background: #fff;
		border-radius: 3px;
		border: 1px solid #ccc;
		padding: 10px 20px 40px
	}
	.inbox-filter-container .btn-top-spacer {
		padding-top: 25px
	}
	.inbox-filter-container [class^=col-] {
		padding: 0 20px
	}
	.inbox-filter-container label {
		padding-bottom: 3px
	}
	.inbox-item {
		padding: 0
	}
	.inbox-item .inbox__account, .inbox-item .inbox__date, .inbox-item .inbox__download,
		.inbox-item .inbox__subject, .inbox-item .inbox__type {
		display: inline-block;
		float: left;
		padding: 14px 0;
		color: #1f437a
	}
	.inbox-item .inbox__date {
		color: #333;
		width: 15%
	}
	.inbox-item .inbox__subject {
		overflow: auto;
		width: 90%
	}
	.inbox-item .inbox__account {
		width: 80%;
		padding-left: 24%
	}
	.inbox-item .inbox__account-value:before {
		display: none
	}
	.inbox-item .inbox__type {
		width: 50%;
		color: #333
	}
	.inbox-item .inbox__download {
		text-align: right;
		width: 3%
	}
	.inbox-group {
		display: inline-block;
		float: left
	}
	.inbox-group .inbox__type {
		float: none;
		margin: 0
	}
	.inbox-filter-form .control-label {
		text-align: left
	}
	.inbox-filter-form .control-label-end {
		padding-left: 0;
		text-align: center
	}
	.inbox-container .simple-collapse__headline {
		padding-left: 10px
	}
}

@media ( min-width :992px) {
	.inbox-item .inbox__date {
		width: 15%
	}
	.inbox-filter-period-list {
		padding: 12px 0 10px
	}
	.inbox-filter-period-list:after, .inbox-filter-period-list:before {
		content: " ";
		display: table
	}
	.inbox-filter-period-list:after {
		clear: both
	}
	.inbox-filter-period-list li {
		display: inline-block;
		float: left;
		border-right: 1px solid;
		line-height: 1;
		padding: 0 10px
	}
	.inbox-filter-period-list li:first-child {
		padding-left: 0
	}
	.inbox-filter-period-list li:last-child {
		border: 0;
		padding-right: 0
	}
}

@media screen {
	.link-list {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.list-list__item {
		padding: 5px 0
	}
	.list-list__item a {
		font-family: openSansReg;
		font-size: 18px;
		color: #3a3a3a
	}
}

@media screen {
	.link {
		text-decoration: none
	}
	.link:active, .link:focus, .link:hover {
		outline: 0;
		text-decoration: none
	}
	.link-arrow .link-icon {
		color: #1d1d1b;
		font-size: 18px;
		margin: 0 5px 0 0;
		position: relative;
		top: 4px
	}
	.link-arrow .link-value {
		color: #707070;
		text-decoration: underline
	}
	.link-arrow .link-value:active, .link-arrow .link-value:focus,
		.link-arrow .link-value:hover {
		text-decoration: underline
	}
	.eb-icon-info img {
		width: 20px;
		position: relative;
		top: -12px
	}
	.eb-download__link {
		color: #1f437a;
		display: block;
		cursor: pointer
	}
	.eb-download__link .eb-download__icon {
		font-size: 28px
	}
	.eb-download__link .eb-download__icon .fa {
		position: relative;
		top: 5px
	}
	.eb-download__link .eb-download__type {
		margin-top: -6px;
		font-family: openSansReg;
		font-size: 12px
	}
	.eb-download__link .eb-download__text {
		font-family: openSansReg;
		font-size: 12px
	}
	.eb-download__link .col-sm-1, .eb-download__link .col-xs-1,
		.eb-download__link .col-xs-11, .eb-download__link .col.sm-11 {
		padding: 0 !important
	}
	.download-link {
		color: #1f437a;
		display: block;
		cursor: pointer;
		height: 28px
	}
	.download-link .btn-icon {
		float: left;
		font-size: 28px;
		color: #1f437a;
		position: relative;
		top: -8px
	}
	.download-link:hover .download-link__text {
		text-decoration: underline;
		color: #1f437a
	}
	.download-link__container {
		float: left;
		display: block;
		position: relative;
		white-space: nowrap;
		color: #1f437a
	}
	.download-link__container .download-link__text,
		.download-link__container .download-link__type {
		display: block;
		text-align: left;
		line-height: 1
	}
	.download-link__container .download-link__text {
		color: #1f437a
	}
	.download-link__container .download-link__type {
		font-size: 12px;
		color: #333
	}
}

@media screen and (max-width:480px) {
	.eb-icon-info img {
		top: 0 !important
	}
}

@media ( min-width :768px) {
	.download-link {
		display: block
	}
}

@media ( min-width :768px) {
	.download-link__container {
		max-width: 208px
	}
}

@media ( min-width :992px) {
	.download-link__container {
		max-width: 318px
	}
}

@media screen {
	.header-logo {
		display: flex;
		align-items: center;
		height: 100px;
		flex: 2;
		z-index: 1
	}
	.main-header__nav-right {
		z-index: 1
	}
	.header-logo__img {
		width: 250px
	}
	.footer-logo__link {
		display: block
	}
	.footer-logo__link:active, .footer-logo__link:focus, .footer-logo__link:hover
		{
		text-decoration: none
	}
	.footer-logo__img {
		height: 40px;
		width: auto
	}
}

@media ( max-width :767px) {
	.footer-logo {
		display: none
	}
}

@media ( min-width :768px) {
	.footer-logo {
		display: block;
		float: left
	}
}

@media ( min-width :320px) and (max-width:992px) {
	.header-logo {
		flex: 1
	}
}

@media ( min-width :320px) and (max-width:767px) {
	.header-logo {
		text-align: center;
		height: 70px
	}
	.header-logo .header-logo__link {
		width: 100%
	}
	.main-header__nav-right {
		flex: none !important
	}
	.main-header__nav-right-persona-wrapper,
		.main-header__nav-right-text-wrapper {
		display: none
	}
	.main-header__login-icon {
		margin: 0 !important
	}
	.header-logo__img {
		width: 200px
	}
}

@media screen {
	.main-footer {
		background-image: url(../images/footer.svg);
		width: 100%;
		margin-bottom: 0;
		bottom: -6px;
		height: 64px;
		margin-top: 60px;
		position: relative;
		background-size: 100% auto
	}
	.main-footer .container {
		display: flex;
		flex-direction: row;
		align-items: center;
		height: 64px
	}
	.main-footer .container .main-footer__rights {
		flex: 1;
		color: #bbb7b7;
		font-family: openSansReg;
		font-size: 13px;
		float: right;
		position: relative;
		top: -9px
	}
	.main-footer .container .footer-nav__list {
		position: relative;
		top: 10px
	}
	.login-footer {
		background-image: url(../images/footer.svg);
		width: 100%;
		margin-bottom: 0;
		bottom: -6px;
		height: 64px;
		margin-top: 60px;
		position: fixed
	}
	.login-footer .container {
		display: flex;
		flex-direction: row;
		align-items: center;
		height: 64px
	}
	.login-footer .container .main-footer__rights {
		flex: 1;
		color: #bbb7b7;
		font-family: openSansReg;
		font-size: 13px;
		float: right;
		position: relative;
		top: -9px;
		left: 15px
	}
}

@media ( max-width :767px) {
	.main-footer {
		height: auto;
		padding: 15px;
		background-size: inherit
	}
	.main-footer .container {
		flex-direction: column-reverse;
		height: auto;
		align-items: flex-start
	}
	.main-footer .container .main-footer__rights {
		float: left !important;
		padding-top: 5px
	}
	.login-footer {
		height: auto;
		padding: 15px;
		position: relative
	}
	.login-footer .container {
		flex-direction: column-reverse;
		height: auto;
		align-items: flex-start
	}
	.login-footer .container .main-footer__rights {
		float: left !important;
		padding-top: 5px
	}
}

@media ( min-width :768px) and (max-width:992px) {
	.main-footer {
		background-size: inherit
	}
	.main-footer .container {
		flex-direction: column-reverse
	}
	.login-footer {
		background-size: inherit !important
	}
	.login-footer .container {
		flex-direction: column-reverse
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.main-footer .container .footer-nav__list {
		position: relative;
		top: 12px
	}
	.login-footer .container .footer-nav__list {
		position: relative;
		top: 5px
	}
}

@media screen {
	.media-custom {
		display: block;
		margin: 0;
		padding: 0;
		overflow: hidden;
		zoom: 1
	}
	.media-custom__obj img {
		display: block
	}
	.media-custom__obj-left {
		display: block;
		float: left
	}
	.media-custom__obj-right {
		display: block;
		float: right
	}
	.media-custom__body {
		overflow: hidden
	}
	.media-custom-info .media-custom__heading {
		margin: 0 0 5px
	}
	.media-custom-info .media-custom__icon {
		font-size: 40px;
		margin: 0 20px 0 0 !important
	}
}

@media screen {
	.confirm-delivery {
		display: flex;
		justify-content: flex-end;
		margin-top: 20px
	}
	.print-data__overview {
		margin: 20px 0 0
	}
	.confirm-delivery__icon {
		background: url(../images/icons/blue/check_circle_medium.svg);
		width: 23px;
		height: 23px;
		margin-right: 10px
	}
	.confirm-delivery__value {
		font-weight: 700
	}
	.print-data__actions {
		text-align: left
	}
}

@media ( max-width :991px) {
	.print-data .simple-collapse {
		margin-top: 15px
	}
	.print-data__actions {
		margin: 20px 0 0
	}
}

@media ( min-width :768px) {
	.print-data .simple-collapse__header, .print-data__actions {
		text-align: right
	}
}

@media screen {
	.progress-indicator {
		margin: 40px 0 0
	}
	.progress-indicator .ebanking-message {
		border: none
	}
	.pi__list {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.pi__list:after, .pi__list:before {
		content: " ";
		display: table
	}
	.pi__list:after {
		clear: both
	}
	.pi__list-item {
		display: block;
		float: left;
		line-height: 50px;
		text-align: center;
		width: 25%
	}
	.pi__list-item:last-child {
		border: 0
	}
	.pi__list-item-two {
		width: 50%
	}
	.pi__link {
		font-family: openSansReg;
		font-size: 14px;
		border-bottom: solid 3px #C4D2E2;
		color: #000;
		display: block;
		padding: 0 0 5px;
		text-decoration: none
	}
	.pi__link:active, .pi__link:focus, .pi__link:hover {
		color: #000;
		text-decoration: none
	}
	.pi__link--active {
		border-color: #00b200
	}
	.pi__link--active .pi__link-icon {
		background: #1f437a;
		border-color: #1f437a
	}
	.pi__link--active .pi__link-no {
		color: #fff
	}
	.pi__link--disabled {
		pointer-events: none;
		cursor: default
	}
	.pi__link-icon {
		font-size: 20px;
		margin: 0;
		position: relative;
		vertical-align: middle;
		z-index: 1;
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		border: 1px solid #C4D2E2;
		background: #fff
	}
	.pi__link-icon.icon-dot:before {
		content: ''
	}
	.pi__link-no {
		font-family: openSansSemiBold;
		font-size: 12px;
		left: 5.5px;
		position: absolute;
		top: 3px;
		color: #333
	}
	.pi__link--done {
		color: #00b200;
		border-color: #00b200
	}
	.pi__link--done .pi__link-icon {
		border: none;
		background: 0 0
	}
	.pi__link--done .pi__link-icon:after {
		background: #fff;
		content: " ";
		display: inline-block;
		height: 13px;
		left: 5px;
		position: absolute;
		top: 6px;
		width: 15px;
		z-index: -1
	}
	.pi__link--done:hover {
		color: #00b200
	}
	.pi__link-value {
		display: inline-block;
		vertical-align: middle;
		line-height: 22px;
		margin-left: 15px
	}
}

@media ( max-width :991px) {
	.pi__list-item {
		border-right: 2px solid #fff;
		width: 14%;
		line-height: 40px
	}
	.pi__link-icon {
		font-size: 24px
	}
	.pi__link-no, .pi__link-value {
		font-size: 14px
	}
	.pi__list-item--active {
		width: 58%
	}
	.pi__list-item--active .pi__link {
		padding: 0 0 0 5px;
		text-align: left
	}
	.pi__list-item--active .pi__link-icon {
		display: inline-block
	}
	.pi__list-item--active .pi__link-value {
		display: inline-block;
		vertical-align: middle;
		line-height: 1
	}
	.pi__list-item--active.pi__list-item-two {
		width: 86%
	}
	.pi__link {
		padding: 0;
		text-align: center
	}
	.pi__link-value {
		display: none
	}
}

@media ( min-width :768px) {
	.progress-indicator-two a.pi__link {
		cursor: default
	}
}

@media screen {
	form .icon-info__tooltip {
		color: #8c8c8c;
		cursor: pointer;
		margin: 10px 0 0
	}
	form .tooltip-inline {
		margin: 0 0 0 5px;
		position: relative;
		top: 1px
	}
}

@media ( min-width :768px) {
	form .tooltip-inline {
		margin: 8px 0 0;
		position: absolute;
		top: 0;
		right: -34px
	}
}

@media screen {
	input::-ms-clear {
		display: none
	}
	article.content {
		min-height: 400px;
		display: flex;
		flex-direction: column
	}
	textarea.form-control {
		height: auto;
		resize: vertical
	}
	.eb-form-error {
		margin: 15px -15px 0;
		display: none
	}
	.eb-form-table {
		display: table;
		width: 100%
	}
	.eb-form-table-cell {
		display: table-cell;
		float: none;
		vertical-align: bottom
	}
	.eb-form-table-cell a.popover-info {
		top: -7px
	}
	.eb-text-group-comp {
		padding: 0;
		font-family: openSansReg;
		font-size: 14px;
		line-height: 22px;
		max-width: 750px
	}
	.eb-text-group {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
		line-height: 22px
	}
	.eb-text-group label {
		font-family: openSansSemiBold;
		font-size: 13px
	}
	.eb-text-group.no-margin {
		margin-bottom: 0 !important
	}
	.eb-text-group .label-osc-nob {
		margin-bottom: 0
	}
	.eb-text-group .label-osc {
		font-weight: 400;
		font-family: openSansReg;
		font-size: 14px
	}
	.eb-text-group p {
		padding: 15px 0
	}
	.eb-text-group .label-osc-v {
		margin-bottom: 7px
	}
	.eb-text-group .col-sm-offset-3.col-sm-5.col-xs-5 {
		display: inline-block;
		padding-right: 0;
		width: auto
	}
	.eb-text-group .col-sm-push-8 {
		padding-left: 5px
	}
	.eb-margin-bottom {
		margin-bottom: 40px
	}
	.multi-input .col-sm-4, .multi-input .col-sm-9 {
		padding-left: 0
	}
	.multi-input .col-sm-4 {
		padding-right: 0
	}
	.multi-input .col-sm-4.input-speziel {
		padding-right: 15px
	}
	.multi-input .col-sm-3, .multi-input .col-sm-8 {
		padding-right: 0
	}
	.multi-input .col-sm-3 {
		padding-left: 0
	}
	.container-icon-text {
		line-height: 40px
	}
	.container-icon-text .icon-exclamatory, .container-icon-text .icon-finished,
		.container-icon-text .icon-lock {
		color: #1d1d1b;
		font-size: 40px;
		vertical-align: middle
	}
	.container-icon-text .mtan__icon {
		line-height: 40px
	}
	.container-icon-text .mtan__icon .icon-exclamatory {
		font-size: 20px;
		color: #1f437a
	}
	.container-icon-text .mtan__icon img {
		margin-top: -4px
	}
	.container-icon-text .mtan__icon-text {
		font-family: openSansReg;
		font-size: 14px;
		color: #1d1d1b;
		margin-left: 15px;
		line-height: 40px
	}
}

@media ( min-width :768px) {
	.eb-text-group .col-sm-offset-3.col-sm-5.col-xs-5 {
		display: block;
		padding-right: 15px;
		width: 41.66666667%
	}
	.eb-text-group .label-osc-v {
		margin-bottom: 0
	}
	.eb-text-group a.popover-info {
		top: 0
	}
	.eb-text-group .col-sm-push-8 {
		padding-left: 0
	}
	.eb-form-error, .eb-form-table {
		display: block
	}
	.eb-form-table-cell {
		display: block;
		float: left;
		vertical-align: inherit
	}
	.eb-form-table-cell a.popover-info {
		top: 8px
	}
}

@media screen and (max-width:767px) {
	#anmeldung-zum-onlinebanking .main-header__button,
		#anmeldung-zum-onlinebanking .main-header__button .navbar-toggle {
		display: none
	}
	#anmeldung-zum-onlinebanking .popover-info {
		top: 0 !important;
		right: -5px !important
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .eb-login__notification
		{
		padding: 15px;
		margin: 40px -30px 30px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .eb-login__notification-placeholder
		{
		margin: -10px 25px 60px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right {
		padding-top: 20px !important;
		height: 100% !important;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin-top: 60px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right .eb-login__message-container
		{
		padding: 0 20px 20px !important;
		margin-top: 0 !important
	}
	#anmeldung-zum-onlinebanking #anmeldung-zum-onlinebanking-second .form-group
		{
		margin-top: 10px !important;
		text-align: left
	}
	#anmeldung-zum-onlinebanking #anmeldung-zum-onlinebanking-fourth .voffset-0
		{
		margin-top: 10px !important
	}
}

@media screen and (min-width:360px) and (max-width:767px) {
	#anmeldung-zum-onlinebanking .pw-validation .eb-login__mTAN_description
		{
		padding-bottom: 10px !important
	}
}

@media screen {
	#anmeldung-zum-onlinebanking * {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}
	#anmeldung-zum-onlinebanking a {
		color: #1f437a
	}
	#anmeldung-zum-onlinebanking .popover-info {
		top: 5px;
		right: -10px
	}
	#anmeldung-zum-onlinebanking .container.content {
		width: 100%
	}
	#anmeldung-zum-onlinebanking .container.content .container {
		width: 100%;
		padding: 0;
		margin-right: -15px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .input-pw-border-right
		{
		border-right: 0
	}
	#anmeldung-zum-onlinebanking .login-footer {
		background-image: url(../images/footer.svg);
		width: 100%;
		margin-bottom: 0;
		bottom: -6px;
		height: 64px;
		margin-top: 60px;
		position: fixed;
		background-size: 100% auto;
		z-index: 99999
	}
	#anmeldung-zum-onlinebanking .login-footer a {
		color: #bbb7b7
	}
	#anmeldung-zum-onlinebanking .eb-smooth-scroll {
		position: fixed;
		bottom: 50px;
		right: 40px
	}
	#anmeldung-zum-onlinebanking .bs-wizard .col-xs-1 {
		width: 5% !important
	}
	#anmeldung-zum-onlinebanking .bs-wizard .col-xs-4 {
		width: 40% !important
	}
	#anmeldung-zum-onlinebanking .pw-validation .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after
		{
		background: #00B200
	}
	#anmeldung-zum-onlinebanking .pw-validation .eb-login__mTAN_description
		{
		margin-bottom: -15px !important
	}
	#anmeldung-zum-onlinebanking .pw-validation .bs-wizard {
		margin-top: 10px !important;
		margin-left: 10px !important
	}
	#anmeldung-zum-onlinebanking .pw-validation .eb-login__headline {
		font-family: openSansSemiBold !important;
		font-size: 22px !important;
		color: #1f437a
	}
	#anmeldung-zum-onlinebanking .pw-validation #message .valid {
		color: #00b200;
		font-family: openSansReg;
		font-size: 13px
	}
	#anmeldung-zum-onlinebanking .pw-validation #message .valid:before {
		position: relative;
		left: -5px;
		top: -2px;
		content: "\f00c";
		font: normal normal normal 9px/1 FontAwesome
	}
	#anmeldung-zum-onlinebanking .pw-validation #message .invalid {
		color: #1f437a;
		font-family: openSansReg;
		font-size: 13px
	}
	#anmeldung-zum-onlinebanking .pw-validation #message .invalid:before {
		position: relative;
		left: -5px;
		top: -2px;
		content: "\f111";
		font: normal normal normal 8px/1 FontAwesome
	}
	#anmeldung-zum-onlinebanking .pw-validation #message .col-md-12,
		#anmeldung-zum-onlinebanking .pw-validation #message .col-sm-6 {
		padding: 0
	}
	#anmeldung-zum-onlinebanking div.form-group.pw-validation-top {
		margin-top: -10px !important
	}
	#anmeldung-zum-onlinebanking input:focus {
		outline: 0
	}
	#anmeldung-zum-onlinebanking input {
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px
	}
	#anmeldung-zum-onlinebanking #anmeldung-zum-onlinebanking-sixth .mov-label
		{
		left: 24px
	}
	#anmeldung-zum-onlinebanking #anmeldung-zum-onlinebanking-sixth input.used
		~label, #anmeldung-zum-onlinebanking #anmeldung-zum-onlinebanking-sixth input:focus
		~label {
		top: -18px;
		transform: scale(0.75);
		left: -7px;
		font-size: 16px;
		color: #333
	}
	#anmeldung-zum-onlinebanking #anmeldung-zum-onlinebanking-sixth .content-stretch-15
		{
		margin-left: -15px;
		font-family: openSansReg;
		font-size: 13px
	}
	#anmeldung-zum-onlinebanking #anmeldung-zum-onlinebanking-sixth .content-stretch-15 a
		{
		text-decoration: underline
	}
	#anmeldung-zum-onlinebanking .mov-label {
		color: #999;
		font-weight: 400;
		position: absolute;
		pointer-events: none;
		left: 64px;
		top: 20px;
		transition: all .2s ease;
		z-index: 2;
		font-family: openSansReg;
		font-size: 16px
	}
	#anmeldung-zum-onlinebanking input.used ~label,
		#anmeldung-zum-onlinebanking input:focus ~label {
		top: -18px;
		transform: scale(0.75);
		left: -14px;
		color: #636363;
		font-family: openSansSemiBold;
		font-size: 16px
	}
	#anmeldung-zum-onlinebanking .activation input.used ~label,
		#anmeldung-zum-onlinebanking .activation input:focus ~label {
		top: -18px;
		transform: scale(0.75);
		left: -18px;
		color: #636363;
		font-family: openSansSemiBold;
		font-size: 16px
	}
	#anmeldung-zum-onlinebanking .activation .mov-label {
		left: 44px
	}
	#anmeldung-zum-onlinebanking input:focus ~.bar:after,
		#anmeldung-zum-onlinebanking input:focus ~.bar:before {
		width: 50%
	}
	#anmeldung-zum-onlinebanking .highlight {
		position: absolute;
		height: 60%;
		width: 100px;
		top: 25%;
		left: 0;
		pointer-events: none;
		opacity: .5
	}
	#anmeldung-zum-onlinebanking .glyphicon {
		position: relative;
		top: 1px;
		display: inline-block;
		font: normal normal 24px/1 'Glyphicons Halflings';
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		margin-right: 4px;
		color: #1f437a
	}
	#anmeldung-zum-onlinebanking .glyphicon-fire:before {
		content: '\e104'
	}
	#anmeldung-zum-onlinebanking .glyphicon-eye-open:before {
		content: '\e105'
	}
	#anmeldung-zum-onlinebanking .input-group {
		width: 100%
	}
	#anmeldung-zum-onlinebanking .input-group-addon {
		outline: 0
	}
	#anmeldung-zum-onlinebanking .bs-wizard {
		border-bottom: solid 1px #e0e0e0;
		padding: 0 0 10px;
		margin-top: 20px
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step {
		padding: 0;
		position: relative
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step .bs-wizard-stepnum
		{
		color: #595959;
		font-size: 16px;
		margin-bottom: 5px
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step .bs-wizard-info
		{
		color: #999;
		font-size: 8px
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
		position: absolute;
		width: 8px;
		height: 8px;
		display: block;
		background: 0 0;
		left: 50%;
		margin-top: 0;
		margin-left: -15px;
		border-radius: 50%
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after
		{
		content: ' ';
		width: 8px;
		height: 8px;
		background: #1f437a;
		border-radius: 50px;
		position: absolute;
		top: 8px;
		left: 8px
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step>.progress {
		position: relative;
		border-radius: 0;
		height: 3px;
		box-shadow: none;
		margin: 20px 0;
		display: none
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step>.progress>.progress-bar
		{
		width: 0;
		box-shadow: none;
		background: #5CB85D;
		height: 3px;
		display: none
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar
		{
		width: 100%
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar
		{
		width: 50%
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar
		{
		width: 0
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar
		{
		width: 100%
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot
		{
		background-color: transparent
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after
		{
		opacity: 1;
		background: #ccc
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step:first-child>.progress
		{
		left: 50%;
		width: 50%
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step:last-child>.progress
		{
		width: 50%
	}
	#anmeldung-zum-onlinebanking .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot
		{
		pointer-events: none
	}
	#anmeldung-zum-onlinebanking .eb-login__notification {
		background: #ffffdb;
		padding: 15px 30px;
		margin-top: 30px;
		margin-bottom: 85px
	}
	#anmeldung-zum-onlinebanking .eb-login__notification .eb-login__notification-headline
		{
		color: #1f437a;
		font-family: openSansSemiBold;
		font-size: 13px;
		padding-bottom: 5px;
		text-align: left
	}
	#anmeldung-zum-onlinebanking .eb-login__notification .eb-login__notification-text
		{
		text-align: left;
		font-family: openSansReg;
		font-size: 13px
	}
	#anmeldung-zum-onlinebanking .eb-login__notification .eb-login__notification-text .eb-login__notification-link
		{
		text-decoration: underline;
		color: #1f437a
	}
	#anmeldung-zum-onlinebanking .eb-login__notification .eb-login__notification-text a
		{
		text-decoration: underline
	}
	#anmeldung-zum-onlinebanking .eb-login__notification-placeholder {
		margin: 100px 25px 60px
	}
	#anmeldung-zum-onlinebanking .eb-login__notification-placeholder-error {
		width: 80%;
		top: 30px;
		left: 50% !important;
		transform: translate(-50%, 0);
		position: absolute;
		z-index: 1
	}
	#anmeldung-zum-onlinebanking .eb-login__notification-placeholder-error .ebanking-message__message-header,
		#anmeldung-zum-onlinebanking .eb-login__notification-placeholder-error .ebanking-message__message-text
		{
		text-align: left
	}
	#anmeldung-zum-onlinebanking .eb-login__notification-placeholder-error .alert-warning button
		{
		right: 0 !important
	}
	#anmeldung-zum-onlinebanking .eb-login-migration__notification-placeholder-error
		{
		margin-top: 30px
	}
	#anmeldung-zum-onlinebanking .eb-login-migration__notification-placeholder-error .ebanking-message__message-header,
		#anmeldung-zum-onlinebanking .eb-login-migration__notification-placeholder-error .ebanking-message__message-text
		{
		text-align: left
	}
	#anmeldung-zum-onlinebanking .eb-login-migration__notification-placeholder-error .alert-warning button
		{
		right: 0 !important
	}
	#anmeldung-zum-onlinebanking .eb-login__description-cursive {
		font-family: openSansSemiBold;
		font-size: 13px;
		font-style: italic;
		color: #1f437a;
		margin: 30px 0 0
	}
	#anmeldung-zum-onlinebanking .eb-login__description-top {
		font-family: openSansReg;
		font-size: 13px;
		margin: 30px 0 0 -15px;
		text-align: left !important
	}
	#anmeldung-zum-onlinebanking .eb-login__description-middle {
		font-family: openSansReg;
		font-size: 13px;
		margin: 30px 0 20px -15px;
		text-align: left !important;
		line-height: 20px
	}
	#anmeldung-zum-onlinebanking .input-border-left {
		border: 1px solid #869EC6 !important;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px
	}
	#anmeldung-zum-onlinebanking .progress {
		height: 3px;
		margin-left: -15px;
		margin-right: -15px
	}
	#anmeldung-zum-onlinebanking .input-group-addon .fa {
		top: 0;
		color: #869dc6;
		font-size: 32px;
		padding-top: 5px
	}
	#anmeldung-zum-onlinebanking .input-group-addon .fa-check {
		color: #00B200
	}
	#anmeldung-zum-onlinebanking .input-group-addon .fa-eye {
		color: #1f437a
	}
	#anmeldung-zum-onlinebanking .input-group-left {
		border-right: 1px solid transparent !important
	}
	#anmeldung-zum-onlinebanking .input-group-right-borderradius {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}
	#anmeldung-zum-onlinebanking .input-group-right {
		border-left: 1px solid transparent !important
	}
	#anmeldung-zum-onlinebanking .eb-login__btn-additional-information {
		margin-top: 20px
	}
	#anmeldung-zum-onlinebanking .eb-new-username-bg {
		background-image: url(../images/login-user-bg.png);
		height: 140px;
		background-repeat: no-repeat;
		background-position: center
	}
	#anmeldung-zum-onlinebanking .eb-new-username-bg .eb-new-username {
		background: 0 0;
		position: relative;
		top: 47px;
		color: #1f437a;
		font-family: openSansSemiBold;
		font-size: 32px;
		font-style: italic
	}
	#anmeldung-zum-onlinebanking .eb-new-username-bg .eb-new-username:before
		{
		font-family: FontAwesome;
		content: "\f007";
		color: #869dc6;
		font-style: normal;
		font-size: 40px;
		position: relative;
		bottom: 2px;
		left: -4px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left {
		text-align: center !important;
		padding-bottom: 250px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .eb-login__mTAN_description
		{
		font-family: openSansReg;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		margin-left: -12px;
		margin-right: -12px;
		margin-bottom: 25px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .eb-login__mTAN_description a
		{
		text-decoration: underline
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .btn
		{
		width: 100%;
		margin-top: 20px;
		height: 45px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .btn .btn-value
		{
		font-size: 16px;
		margin-top: 2px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__left .form-control
		{
		height: 55px;
		font-size: 16px;
		color: #111
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right {
		background: #fff;
		border-left: 1px solid #ccc;
		height: 100vh;
		padding-bottom: 900px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right .eb-login__message-container
		{
		padding: 0 40px;
		margin-top: 190px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right .eb-login__message-headline
		{
		font-family: openSansSemiBold;
		font-size: 22px;
		color: #1f437a;
		padding-bottom: 20px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right .eb-login__message-text
		{
		font-family: openSansReg;
		font-size: 13px
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right .btn
		{
		width: auto;
		box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
		border-radius: 3px;
		padding: 8px 24px !important;
		font-size: 14px
	}
	#anmeldung-zum-onlinebanking .col-lg-4, #anmeldung-zum-onlinebanking .col-sm-12,
		#anmeldung-zum-onlinebanking .col-sm-4 {
		padding-left: 0;
		padding-right: 0
	}
	#anmeldung-zum-onlinebanking .eb-login__headline {
		font-family: openSansSemiBold;
		font-size: 32px;
		color: #1f437a;
		max-width: 410px;
		margin: 0 auto
	}
	#anmeldung-zum-onlinebanking .eb-pw__reset {
		font-family: openSansReg;
		font-size: 12px;
		color: #1f437a
	}
	#anmeldung-zum-onlinebanking .eb-pw__reset a {
		text-decoration: underline !important;
		color: #1f437a
	}
	.eb-login .comp__body>.row>.col-sm-8 {
		padding-left: 0;
		padding-right: 0
	}
	.eb-login .comp__highlight {
		margin-left: -15px;
		margin-right: -15px
	}
	.eb-login .container-icon-text .col-xs-12 {
		padding-left: 0;
		padding-right: 0
	}
	.eb-login .eb-login__lh40 {
		line-height: 40px
	}
	#eb-indicator {
		position: relative;
		height: 80px
	}
	.footer-login {
		right: -15px !important
	}
	#anmeldung-zum-onlinebanking-first .form-control {
		height: 55px;
		font-size: 16px
	}
	#anmeldung-zum-onlinebanking-ten .label-push {
		font-family: openSansSemiBold;
		font-size: 12px
	}
	#anmeldung-zum-onlinebanking-ten .form-group {
		text-align: left
	}
	#anmeldung-zum-onlinebanking-ten .form-group .col-sm-11,
		#anmeldung-zum-onlinebanking-ten .form-group .col-sm-3 {
		padding-left: 0 !important;
		text-align: left
	}
	#anmeldung-zum-onlinebanking-ten .form-control,
		#anmeldung-zum-onlinebanking-ten .input-group-addon {
		background: 0 0 !important;
		padding: 6px 15px !important
	}
	#anmeldung-zum-onlinebanking-second .label-push {
		font-family: openSansSemiBold;
		font-size: 12px
	}
	#anmeldung-zum-onlinebanking-second .form-control,
		#anmeldung-zum-onlinebanking-second .input-group-addon {
		background: 0 0 !important;
		padding: 6px 15px !important
	}
	#anmeldung-zum-onlinebanking-second .form-control {
		height: 55px;
		border-left: 0;
		font-size: 16px
	}
	#anmeldung-zum-onlinebanking-second .form-group {
		text-align: left
	}
	#anmeldung-zum-onlinebanking-second .form-group .col-sm-11 {
		padding-left: 0 !important;
		text-align: left
	}
	#anmeldung-zum-onlinebanking-second .col-sm-3 {
		padding-left: 0
	}
	#anmeldung-zum-onlinebanking-third .eb-new-username-notification {
		background: none !important;
		line-height: 18px;
		font-family: openSansSemiBold;
		font-size: 13px;
		text-align: left;
		font-style: italic;
		color: #1f437a;
		padding: 0 !important;
		margin: 0 auto !important;
		max-width: 250px
	}
	#anmeldung-zum-onlinebanking-third .username-center .eb-new-username-notification
		{
		background: none !important;
		line-height: 18px;
		font-family: openSansSemiBold;
		font-size: 13px;
		text-align: left;
		font-style: italic;
		color: #1f437a;
		padding: 0 !important;
		margin: 0 auto !important;
		max-width: 280px;
		position: relative;
		top: 120px
	}
	#anmeldung-zum-onlinebanking-third .login-spacer {
		margin-top: 50px !important
	}
	#anmeldung-zum-onlinebanking-fourth .label-push {
		font-family: openSansSemiBold;
		font-size: 12px
	}
	#anmeldung-zum-onlinebanking-fourth .form-control,
		#anmeldung-zum-onlinebanking-fourth .input-group-addon {
		padding: 6px 15px !important
	}
	#anmeldung-zum-onlinebanking-fourth .form-control[disabled],
		#anmeldung-zum-onlinebanking-fourth .form-control[readonly],
		#anmeldung-zum-onlinebanking-fourth fieldset[disabled] .form-control {
		background-color: transparent;
		opacity: 1
	}
	#anmeldung-zum-onlinebanking-fourth .form-control {
		height: 55px;
		font-size: 16px
	}
	#anmeldung-zum-onlinebanking-fourth .form-group {
		margin-top: 0 !important;
		text-align: left
	}
	#anmeldung-zum-onlinebanking-fourth .form-group .col-sm-11 {
		padding-left: 0 !important;
		text-align: left
	}
	#anmeldung-zum-onlinebanking-fourth .voffset-0 {
		margin-top: 0 !important
	}
	#anmeldung-zum-onlinebanking-fourth .form-group.has-error .form-error {
		display: block;
		line-height: 14px;
		text-align: left;
		padding-top: 10px
	}
	#anmeldung-zum-onlinebanking-seventh .eb-login__message-headline {
		font-family: openSansSemiBold;
		font-size: 22px;
		color: #1f437a;
		line-height: 28px
	}
	#anmeldung-zum-onlinebanking-seventh .fa {
		color: #00B200
	}
	#anmeldung-zum-onlinebanking-sixth .label-push {
		font-family: openSansSemiBold;
		font-size: 12px
	}
	#anmeldung-zum-onlinebanking-sixth .form-group {
		text-align: left
	}
	#anmeldung-zum-onlinebanking-sixth .form-group .col-sm-11 {
		padding-left: 0 !important;
		text-align: left
	}
	#anmeldung-zum-onlinebanking-sixth .form-group.has-error .form-error {
		display: block;
		line-height: 14px;
		text-align: left;
		padding-top: 10px
	}
}

@media ( min-width :768px) {
	.eb-login .comp__highlight {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0
	}
	.eb-login .container-icon-text .col-sm-7 {
		padding-left: 15px
	}
	.eb-login .container-icon-text .col-sm-5 {
		padding-right: 15px
	}
}

@media screen and (max-width:767px) {
	#anmeldung-zum-onlinebanking .eb-login__headline {
		font-family: openSansSemiBold;
		font-size: 22px;
		color: #1f437a
	}
	#anmeldung-zum-onlinebanking .eb-anmeldung-zum-onlinebanking__right .eb-login__message-headline
		{
		font-family: openSansSemiBold;
		font-size: 16px;
		color: #1f437a;
		padding-bottom: 20px
	}
	#anmeldung-zum-onlinebanking form {
		margin: 0 -15px
	}
}

.bos-navbar-align-middle {
	display: inline-block;
	vertical-align: middle
}

@media ( min-width :992px) {
	.bos-navbar-align {
		height: 100px
	}
}

@media ( min-width :768px) {
	.bos-navbar-container {
		height: 80px
	}
}

@media ( min-width :992px) {
	.bos-navbar-block--logo {
		margin-left: 0
	}
}

.bos-navbar-container {
	position: relative;
	height: 60px;
	overflow: hidden
}

.bos-navbar-align:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ''
}

.bos-navbar-block {
	display: inline-block
}

@media ( min-width :768px) {
	.bos-navbar-logo {
		width: 210px
	}
}

.bos-navbar-logo-svg {
	width: 100%
}

@media ( min-width :1200px) {
	.bos-navbar-logo {
		width: 264px
	}
}

@media screen and (min-width:2305px) and (max-width:2560px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(29%);
		background-position-y: 66px
	}
}

@media screen and (min-width:1921px) and (max-width:2304px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(11%);
		background-position-y: 66px
	}
}

@media screen and (min-width:1601px) and (max-width:1920px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(39%);
		background-position-y: 68px
	}
}

@media screen and (min-width:1441px) and (max-width:1600px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(36%);
		background-position-y: 67px
	}
}

@media screen and (min-width:1367px) and (max-width:1440px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(34%);
		background-position-y: 66px
	}
}

@media screen and (min-width:1281px) and (max-width:1366px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(32%);
		background-position-y: 66px
	}
}

@media screen and (min-width:1113px) and (max-width:1280px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(30%);
		background-position-y: 64px
	}
}

@media screen and (min-width:1025px) and (max-width:1112px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(-54%);
		background-position-y: 64px
	}
}

@media screen and (min-width:961px) and (max-width:1024px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(-187%);
		background-position-y: 64px
	}
}

@media screen and (min-width:835px) and (max-width:960px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(-197%);
		background-position-y: 64px
	}
}

@media screen and (min-width:801px) and (max-width:834px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(261%);
		background-position-y: 65px
	}
}

@media screen and (min-width:769px) and (max-width:800px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(-138%);
		background-position-y: 65px
	}
}

@media screen and (min-width:641px) and (max-width:768px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(-165%);
		background-position-y: 65px
	}
}

@media screen and (min-width:426px) and (max-width:640px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(-187%);
		background-position-y: 53px
	}
}

@media screen and (min-width:414px) and (max-width:425px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(220%);
		background-position-y: 52px
	}
}

@media screen and (min-width:375px) and (max-width:413px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(180%);
		background-position-y: 52px
	}
}

@media screen and (min-width:360px) and (max-width:374px) {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-position-x: calc(170%);
		background-position-y: 52px
	}
}

@media screen {
	.main-header__container {
		background-image: url(../images/header-background.svg);
		background-color: #1f437a;
		display: block
	}
	.main-header__container svg {
		display: block;
		font-size: 0
	}
	.main-header__container {
		box-shadow: inset 0 0 20px rgba(0, 0, 0, .4) !important
	}
	.main-header__container .bos-bg-gradient {
		background: rgba(22, 51, 96, 0);
		background: -moz-linear-gradient(left, rgba(22, 51, 96, 0) 0,
			rgba(21, 50, 94, 0) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22, 51, 96, .6
			)), color-stop(100%, #15325e));
		background: -webkit-linear-gradient(left, rgba(22, 51, 96, 0) 0,
			rgba(21, 50, 94, .6) 100%);
		background: -o-linear-gradient(left, rgba(22, 51, 96, 0) 0, #15325e 100%);
		background: -ms-linear-gradient(left, rgba(22, 51, 96, 0) 0, #15325e
			100%);
		background: linear-gradient(to right, rgba(22, 51, 96, 0) 0,
			rgba(21, 50, 94, .6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#163360',
			endColorstr='#15325e', GradientType=.6);
		position: absolute;
		width: 100%;
		height: 100px
	}
	.main-header__nav {
		display: flex
	}
	.main-header__button {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		margin: 0;
		border: none
	}
	.main-header__empty {
		height: 44px
	}
	.online-banking-layout .main-header__nav-right {
		text-align: left;
		display: inline-flex;
		align-items: center;
		float: right;
		flex: 1;
		line-height: 18px
	}
	.online-banking-layout .main-header__nav-right-login-wrapper {
		display: flex;
		flex: 2;
		justify-content: flex-end
	}
	.online-banking-layout .main-header__nav-right-persona-wrapper {
		flex: 1;
		color: #fff;
		text-align: left
	}
	.online-banking-layout .main-header__nav-right-persona-wrapper .main-header__nav-right-persona-label
		{
		font-family: openSansReg;
		font-size: 10px
	}
	.online-banking-layout .main-header__login {
		font-family: openSansSemiBold;
		font-size: 12px;
		text-decoration: none
	}
	.online-banking-layout .main-header__login-icon {
		margin-left: 5px;
		margin-top: 7px;
		cursor: pointer
	}
	.online-banking-layout .main-header__login-icon img {
		width: 12px;
		height: auto;
		position: relative;
		bottom: 6px;
		left: -4px
	}
	.online-banking-layout .main-header__login-text {
		font-family: openSansSemiBold;
		font-size: 14px;
		color: #fff;
		line-height: 1;
		text-align: right;
		text-decoration: none
	}
	.online-banking-layout .main-header__login-text:hover {
		color: #fff;
		text-decoration: underline
	}
	.online-banking-layout .main-header__status {
		margin-bottom: 0;
		background-color: transparent;
		color: #fff
	}
	.online-banking-layout .main-header__status .text-supplemental:after {
		content: none
	}
	.online-banking-layout .main-header__status .text-supplemental {
		font-family: openSansReg;
		font-size: 12px;
		display: inline
	}
	.online-banking-layout .main-header__icon-clock {
		padding-right: 15px
	}
	.online-banking-layout .main-header__status-min {
		padding-left: 5px;
		font-family: openSansReg;
		font-size: 12px
	}
	.account-opening-layout .main-header__login {
		float: right;
		line-height: 44px;
		text-decoration: none
	}
	.account-opening-layout .main-header__login:active,
		.account-opening-layout .main-header__login:focus,
		.account-opening-layout .main-header__login:hover {
		text-decoration: none
	}
	.account-opening-layout .main-header__login-icon {
		color: #f7d900;
		display: inline;
		font-size: 10px;
		padding: 17px 3px 17px 20px
	}
	.account-opening-layout .main-header__login-text {
		font-family: openSansSemiBold;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		display: inline
	}
	.account-opening-layout .main-header__login-text:hover {
		color: #fff
	}
}

@media ( min-width :320px) and (max-width:767px) {
	.online-banking-layout .main-header__nav-right-login-wrapper {
		justify-content: space-around
	}
	.online-banking-layout .main-header__button, .online-banking-layout .main-header__nav-right
		{
		width: 15%
	}
	.online-banking-layout .mobile-logout-time {
		margin-left: 3px
	}
	.account-opening-layout .main-header__button {
		width: 15%
	}
	.account-opening-layout .header-logo .header-logo__img {
		margin-left: -15%
	}
}

@media ( min-width :768px) {
	.main-header {
		padding: 0 15px
	}
	.main-header:after, .main-header:before {
		content: " ";
		display: table
	}
	.main-header:after {
		clear: both
	}
	.main-header__login-text {
		font-family: openSansSemiBold;
		font-size: 14px;
		color: #fff;
		display: inline;
		padding-left: 4px;
		line-height: 1
	}
	.main-header__login-text:hover {
		color: #747474
	}
	.main-header__status {
		margin-bottom: 0
	}
	.online-banking-layout .main-header__icon-clock {
		padding-right: 5px
	}
	.main-header__button {
		display: none
	}
	.main-header__nav-right-text-wrapper {
		min-width: 160px
	}
}

@media screen {
	.content-nav {
		z-index: 1;
		width: 100%;
		margin: 0;
		padding: 0;
		min-height: auto
	}
	.content-nav .content-nav__first {
		background-color: #1f437a;
		width: 100%
	}
	.content-nav .content-nav__first>li>a {
		color: #fff;
		display: flex
	}
	.content-nav .content-nav__first>li>a:focus, .content-nav .content-nav__first>li>a:hover
		{
		color: #fff;
		background-color: transparent
	}
	.content-nav .content-nav__first>li.open>a {
		color: #fff
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		background-color: #fff;
		border-radius: 0;
		padding: 0
	}
	.content-nav ul li a span {
		vertical-align: middle
	}
}

@media ( min-width :768px) {
	.content-nav {
		background-color: transparent
	}
	.content-nav .content-nav__first {
		border-bottom: 0;
		padding: 0
	}
	.content-nav .content-nav__first>li {
		position: static;
		padding-right: 30px
	}
	.content-nav .content-nav__first>li>a {
		line-height: 30px;
		padding-left: 0;
		top: 1px
	}
	.content-nav .content-nav__first>li.open>a {
		text-decoration: none;
		padding-left: 0;
		padding-right: 0
	}
	.content-nav .content-nav__first>li.open>a:focus, .content-nav .content-nav__first>li.open>a:hover
		{
		color: #fff
	}
	.content-nav .content-nav__first>li.open>a:after {
		content: none
	}
	.content-nav .content-nav__first>li.open a.dropdown-toggle.dropdown-menu__item--active
		{
		border-bottom: 4px solid #fff;
		font-family: openSansSemiBold !important;
		font-size: 14px !important;
		position: relative;
		top: 1px
	}
	.content-nav .content-nav__first>li.open a.dropdown-toggle.dropdown-menu__item
		{
		position: relative;
		top: 1px
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		padding-top: 10px;
		background-color: #1f437a;
		border: 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li {
		border-bottom: none;
		padding: 10px 30px 10px 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a {
		line-height: 1;
		padding: 0 10px 0 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a:focus,
		.content-nav .content-nav__first>li.open .content-nav__second>li a:hover
		{
		color: #1f437a;
		background-color: transparent
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a:after
		{
		content: none
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a.dropdown-menu__item--active
		{
		text-decoration: none
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a.dropdown-menu__item--active:hover
		{
		color: #1f437a
	}
	.content-nav .content-nav__first>li:last-child.open .content-nav__second>li
		{
		border-bottom: none
	}
	.content-nav .content-nav__second {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px
	}
	.content-nav .content-nav__second>li {
		float: left
	}
	.content-nav .content-nav__second .dropdown-menu__item--active {
		background-color: transparent;
		color: #1f437a
	}
}

@media ( min-width :768px) and (min-width:768px) {
	.content-nav .content-nav__second {
		width: 720px
	}
}

@media ( min-width :768px) and (min-width:992px) {
	.content-nav .content-nav__second {
		width: 940px
	}
}

@media ( min-width :768px) and (min-width:1200px) {
	.content-nav .content-nav__second {
		width: 1140px
	}
}

@media ( min-width :320px) and (max-width:767px) {
	.content-nav__wrapper {
		height: auto
	}
	.content-nav {
		border: none
	}
	.content-nav__first {
		margin: 0
	}
	.content-nav__second>li {
		background: #fff
	}
	.content-nav__second>li>a {
		padding: 0;
		color: #1f437a !important
	}
}

@media screen {
	.transactions-filter {
		padding: 15px 0
	}
	.transactions-filter .content-header {
		padding: 0 15px
	}
	.transactions-filter .transactions-filter-content {
		padding: 15px
	}
	.transactions-filter .form-horizontal .control-label,
		.transactions-filter .simple-collapse__header {
		text-align: left
	}
	.transactions-overview {
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 0
	}
	.transactions-overview .row .inbox-row {
		display: block;
		margin: 1px 0
	}
	.transactions-overview .row .inbox-row:hover {
		background: #c4d2e6
	}
	.transactions-overview .row .btn-top-spacer {
		padding-top: 100px
	}
	.transactions-overview .row .li-wrapper {
		display: inline-table;
		align-items: top;
		padding: 0 15px;
		width: 100%;
		color: #333
	}
	.transactions-overview .row .li-wrapper .col-sm-1,
		.transactions-overview .row .li-wrapper .col-sm-2,
		.transactions-overview .row .li-wrapper .col-sm-3,
		.transactions-overview .row .li-wrapper .col-sm-4,
		.transactions-overview .row .li-wrapper .col-sm-5,
		.transactions-overview .row .li-wrapper .col-sm-6 {
		padding: 13px 0
	}
	.transactions-overview .row .li-wrapper-mailbox {
		display: flex;
		align-items: top;
		padding: 0 15px;
		color: #333
	}
	.transactions-overview .row .li-wrapper-mailbox .col-sm-2,
		.transactions-overview .row .li-wrapper-mailbox .col-sm-3,
		.transactions-overview .row .li-wrapper-mailbox .col-sm-4,
		.transactions-overview .row .li-wrapper-mailbox .col-sm-5,
		.transactions-overview .row .li-wrapper-mailbox .col-sm-6 {
		padding: 13px 0
	}
	.transactions-overview .row [class^=col-] {
		padding: 0
	}
	.transactions-overview header .row {
		padding: 5px 0
	}
	.transactions-overview header .row:last-of-type {
		margin-bottom: 0
	}
	.transactions-overview header .transactions-overview-total {
		font-family: openSansSemiBold;
		font-size: 18px;
		padding: 20px 0;
		text-align: right
	}
	.transactions-overview header .transactions-overview-total small {
		font-family: openSansReg;
		font-size: 12px
	}
	.transactions-overview header .transactions-overview-labels {
		display: none
	}
	.transactions-overview header .transaction-amount-label {
		text-align: right
	}
	.transactions-overview ul {
		font-family: openSansReg;
		font-size: 14px;
		margin: 0;
		list-style: none;
		padding: 0
	}
	.transactions-overview ul li {
		border-bottom: solid 1px #C4D2E2;
		padding: 1px 0
	}
	.transactions-overview ul li em {
		color: #b20000;
		font-style: normal
	}
	.transactions-overview ul li .transaction-amount {
		font-family: openSansSemiBold;
		font-size: 16px;
		text-align: right;
		color: #00b200
	}
	.transactions-overview-total__right-label {
		font-family: openSansReg;
		font-size: 22px;
		color: #1f437a
	}
	.transactions-overview-total__right-sum {
		font-family: openSansSemiBold;
		font-size: 32px;
		margin-left: 24px;
		color: #1f437a
	}
	.transaction-grey-block {
		display: block;
		color: #757575
	}
	.transactions-overview-subtext {
		font-family: openSansReg;
		font-size: 12px;
		color: #989898
	}
	.transactions-overview ul li .transaction-amount-mobile {
		font-family: openSansSemiBold;
		font-size: 16px;
		text-transform: uppercase;
		text-align: right;
		color: #00b200;
		margin-top: 0 !important;
		position: relative;
		top: -23px
	}
}

@media ( min-width :768px) {
	.transactions-overview header {
		padding: 0 15px;
		font-family: openSansSemiBold;
		font-size: 14px;
		border-bottom: solid 1px #C4D2E2
	}
	.transactions-overview header .transactions-overview-labels {
		display: flex;
		align-items: flex-end;
		padding: 20px 0;
		color: #1f437a;
		font-family: openSansSemiBold
	}
	.transactions-overview header .inbox-overview-labels {
		display: flex;
		align-items: top;
		padding: 20px 0;
		color: #1f437a
	}
	#n-neue-nachrichten .transactions-overview-labels {
		display: flex;
		align-items: flex-end;
		padding: 0 0 20px;
		color: #1f437a
	}
	#n-neue-nachrichten .transactions-overview {
		margin-top: 0
	}
}

@media screen {
	.ebanking-message {
		font-family: openSansReg;
		font-size: 18px;
		display: flex;
		align-items: flex-start
	}
	.ebanking-message__left-icon {
		float: left;
		width: 8%
	}
	.ebanking-message__icon-close {
		color: #1f437a;
		float: left;
		font-size: 20px;
		display: none
	}
	.ebanking-message__icon-inbox {
		color: #1f437a;
		display: block;
		float: left;
		font-size: 28px
	}
	.ebanking-message__icon-inbox.check-icon {
		background-image: url(../images/icons/blue/check_circle_medium.svg);
		width: 28px;
		height: 28px;
		background-size: 28px
	}
	.ebanking-message a {
		color: #747474;
		cursor: pointer;
		text-decoration: none
	}
	.ebanking-message__main-block {
	  align-self: center;
		width: 90%;
		margin-top: -3px
	}
	.ebanking-message-display-block span, .ebanking-message-inbox-block span
		{
		display: block
	}
	.ebanking-message__message-text {
		padding-left: 20px
	}
	.ebanking-message__message-header {
		padding-left: 20px;
		font-family: openSansSemiBold;
		color: #000
	}
	.ebanking-message__last-child {
		margin-bottom: 60px
	}
	.ebanking-message {
		margin-bottom: 40px
	}
	.alert .ebanking-message__message-header {
		font-size: 14px
	}
	.ebanking-message-align {
		align-items: baseline !important
	}
}

@media ( min-width :768px) {
	.ebanking-message__left-icon {
		width: 3%
	}
	.ebanking-message-inbox-block span {
		display: inline-block
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.ebanking-message__icon-close {
		position: relative;
		right: 15px
	}
}

@media screen and (max-width:767px) {
	.ebanking-message__icon-close {
		position: relative;
		top: -10px;
		right: -5px
	}
}

@media screen {
	.eb-write-message .col-sm-8, .eb-write-message .comp__highlight .col-sm-3 label
		{
		padding-left: 0
	}
}

@media ( min-width :768px) {
	.eb-write-message .comp__highlight {
		margin-top: 0
	}
	.eb-write-message .comp__highlight .col-sm-3 label {
		padding-left: 15px
	}
}

@media screen {
	.eb-personal .col-sm-6 {
		padding-left: 0;
		padding-right: 0
	}
	.eb-personal .eb-text-group {
		margin-bottom: 15px
	}
	.eb-22-a-button-1 .btn-value {
		min-width: 258px
	}
}

@media ( min-width :768px) {
	.eb-22-a-button-1 .btn-value {
		min-width: 261px
	}
	.eb-22-link-1 {
		margin-right: 44px;
		margin-top: 10px
	}
	.eb-22-link-2 {
		margin-right: 4px
	}
	.eb-text-group-with-info .col-sm-3 {
		padding-right: 15px
	}
	.eb-text-group-with-info .col-sm-5 {
		padding-left: 15px;
		padding-right: 15px
	}
	.eb-text-group-with-info .popover-info {
		top: 2px
	}
}

@media screen {
	.eb-13 .col-sm-4, .eb-13 .col-sm-5, .eb-13 .col-sm-6, .eb-13 .col-sm-7,
		.eb-13 .col-sm-8, .eb-13 .col-xs-6 {
		padding-left: 0;
		padding-right: 0
	}
	.eb-13 .container-fluid .col-sm-3 {
		padding-left: 0
	}
	.eb-13__grey {
		color: #8c8c8c
	}
	.eb-13__text-info {
		text-align: right
	}
	.eb-13__text-info .popover-info {
		left: 0
	}
	.eb-13-a-button-1 .btn-value {
		min-width: 197px
	}
	.eb-13-e-button-1 .btn-value {
		min-width: 179px
	}
	.eb-13-e-button-2 .btn-value {
		min-width: 210px
	}
	.eb-13-link-1 {
		margin-right: 107px
	}
	.eb-13-link-2 {
		margin-right: 32px
	}
}

@media ( min-width :768px) {
	.eb-13__text-info {
		text-align: left
	}
	.eb-13__text-info .popover-info {
		left: -10px
	}
}

@media screen {
	.comp__highlight .eb-mtan a.btn {
		padding-right: 0
	}
}

@media ( min-width :768px) {
	.comp__highlight .eb-mtan a.btn {
		padding-right: 15px
	}
}

@media screen {
	.eb-mtan .row {
		margin: 0 -20px 20px
	}
	.eb-mtan .row:last-child {
		margin-bottom: 0
	}
	.eb-mtan [class^=col-] {
		padding: 0 20px
	}
	.eb-mtan .eb-22-e-button-2 .btn-value {
		min-width: 183px;
		max-width: 226px
	}
	.eb-form-group__padding {
		padding: 40px 15px 0
	}
	.lg-space {
		margin-top: 40px;
		margin-bottom: -20px
	}
}

@media screen and (min-width:768px) {
	.eb-mtan .eb-22-e-button-1 .btn-value {
		min-width: 214px;
		max-width: 226px
	}
}

@media ( min-width :768px) {
	.eb-mtan .download-link {
		margin-right: 15px;
		display: block
	}
}

@media screen {
	.eb-account .container-fluid .col-sm-6 {
		padding-left: 0;
		padding-right: 0
	}
	.eb-account .container-icon-text .col-sm-2 {
		text-align: left
	}
	.eb-account .container-icon-text .col-sm-9 .mtan__icon-text {
		margin-left: 0;
		line-height: 20px
	}
}

@media ( min-width :768px) {
	.eb-account .container-icon-text .col-sm-2 {
		text-align: right;
		padding-left: 15px
	}
	.eb-account .container-icon-text .col-sm-9 .mtan__icon img {
		margin-top: -4px
	}
	.eb-account .container-icon-text .col-sm-9 .mtan__icon-text {
		margin-left: 0;
		line-height: 40px
	}
	.eb-account .download-link {
		display: block
	}
}

@media screen {
	.transfer-table-header {
		display: none
	}
	.transfer-table-body {
		font-family: openSansReg;
		font-size: 14px;
		list-style: none;
		margin: 0;
		padding: 0
	}
	.transfer-table-body .row {
		display: flex;
		align-items: top;
		padding: 0 15px !important;
		border-bottom: solid 1px #C4D2E6
	}
	.transfer-table-body .row>div {
		padding: 14px 0
	}
	.transfer-table-body .row p {
		margin-bottom: 0
	}
	.transfer-table-body .table-money-cell {
		font-size: 16px
	}
	.transfer-table-body .icon-delete, .transfer-table-body .icon-signature
		{
		font-size: 22px;
		cursor: pointer;
		text-decoration: none;
		color: #1f437a
	}
	.transfer-table-body .icon-delete {
		margin-left: 20px
	}
	.transfer-table-body .icon-info {
		margin-left: 10px
	}
	.transfer-table-body .col-xs-1, .transfer-table-body .col-xs-2,
		.transfer-table-body .col-xs-3, .transfer-table-body .col-xs-4,
		.transfer-table-body .col-xs-6, .transfer-table-body .col-xs-7 {
		padding-left: 0;
		padding-right: 0
	}
	.display-for-mobile-view {
		display: inline-block;
		width: 35px
	}
	.padding-for-mobile-view {
		padding-left: 39px
	}
	.transfer-table-purpose {
		display: none
	}
	.transfer-icon-align {
		text-align: right
	}
	.empty-table-text {
		text-align: left
	}
	.transfer-col-1 span.text-hidden-sm.pull-right, .transfer-col-1 span.text-hidden-xs.pull-right blue
		{
		font-family: openSansSemiBold;
		font-size: 16px
	}
}

@media ( min-width :768px) {
	.transfer-table {
		padding-left: 0;
		padding-right: 0
	}
	.transfer-table>.row:last-of-type {
		margin-bottom: 0
	}
	.transfer-table-header {
		display: block;
		font-family: openSansSemiBold;
		font-size: 16px;
		border-bottom: solid 1px #C4D2E6;
		padding: 0 15px !important
	}
	.display-for-mobile-view {
		display: none
	}
	.padding-for-mobile-view {
		padding-left: 0
	}
	.transfer-table-purpose {
		display: block
	}
	[class*=transfer-col].blue {
		color: #1f437a
	}
	[class*=transfer-col].bold {
		font-family: openSansSemiBold !important;
		font-size: 16px !important
	}
	.transfer-col-1 {
		width: 12%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-2 {
		width: 21%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-3 {
		width: 25%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-4 {
		width: 19%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-5 {
		width: 13%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-6 {
		width: 10%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-table-cell {
		font-family: openSansSemiBold;
		font-size: 14px;
		padding: 12px 0;
		display: block
	}
	.transfer-table-cell:first-child {
		padding-top: 0
	}
	.transfer-icon-align {
		text-align: right
	}
	.empty-table-text {
		text-align: center
	}
	.consent-table {
		padding-left: 100px; 
		padding-top: 50px
	}
	.consent-col-1 {
		width: 5%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.consent-col-2 {
		width: 95%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.consent-header-headline {
		margin-bottom: 20px !important
	}
	.history-header-headline {
		margin-bottom: 50px !important
	}
	.consent-comp {
		padding-left: 0
	}
	.consent-padding {
		padding: 25px 100px 25px 0px
	}
	.consent-blue-background {
		background: #5E79a0;
		/* background: linear-gradient(to left, #1f437a 94.5%, #5E79a0 0%); */
		padding: 20px;
		border-radius: 3px;
		border: 1px solid #1f437a
	}
	.consent-blue-background a {
		color: #fff
	}
	input[type=checkbox].consentCheckbox:checked {
		accent-color: #fff;
	}
	.label-white, .consent-blue-background a {
		color:#fff
	}
	.history-padding {
		padding-left: 15px;
		padding-bottom: 50px
	}
	.white-blue-padding {
		padding-bottom: 25px !important;
	}
	.bsgMargin {
		margin-top: 25px !important;
	}
}

@media ( max-width :991px) {
	.transfer-table .transfer-table-header {
		display: none
	}
	.transfer-table .transfer-table-body .row {
		display: block
	}
}

@media ( max-width :767px) {
	#tg-geplante-auszahlung .col-xs-3 {
		position: relative;
		left: -10px
	}
	#tg-geplante-auszahlung .col-xs-7 {
		text-align: right;
		font-size: 12px !important;
		color: #989898
	}
	.consent-header-headline {
		margin-top: 20px;
		margin-bottom: 20px !important
	}
	.consent-padding {
		padding: 25px 10px 25px 10px
	}
	.consent-blue-background {
		background: #5E79a0;
		/* background: linear-gradient(to left, #1f437a 94.5%, #5E79a0 0%); */
		padding: 15px;
		border-radius: 3px;
		border: 1px solid #1f437a;
		margin-left: -15px;
		margin-right: -15px
	}
	input[type=checkbox].consentCheckbox:checked {
		accent-color: #fff;
	}
	.label-white, .consent-blue-background a {
		color:#fff
	}
	.history-margin {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.bsgMargin {
		margin-top: 25px !important;
	}
}

@media screen {
	.eb-pay p {
		margin-bottom: 0
	}
	.eb-pay .eb-pay-small-text {
		font-family: openSansReg;
		font-size: 13px;
		padding-top: 10px
	}
	.eb-pay-xs-line {
		display: block
	}
}

@media ( min-width :768px) {
	.eb-pay-xs-line {
		display: inline
	}
}

@media screen {
	.eb-sales .col-sm-12>.col-xs-12 {
		padding-left: 0;
		padding-right: 0
	}
	.eb-sales .eb-form-table>.col-sm-9.eb-form-table-cell {
		padding-right: 0
	}
}

@media screen and (min-width:768px) {
	.eb-sales__special-width {
		width: 67.5px
	}
}

@media screen and (min-width:992px) {
	.eb-sales__special-width {
		width: 75.75px
	}
}

@media screen and (min-width:1200px) {
	.eb-sales__special-width {
		width: 92.5px
	}
}

@media ( min-width :768px) {
	.eb-sales .col-sm-12>.col-xs-12 {
		padding-left: 15px;
		padding-right: 15px
	}
	.eb-sales-no-left-gutter {
		padding-left: 0
	}
}

.account-detail .account-detail__header {
	padding: 0 15px 20px;
	display: flex;
	justify-content: space-between
}

.account-detail .account-detail__header .acount-detail__header-item .account-detail__header-item__head
	{
	font-family: openSansSemiBold;
	font-size: 14px;
	padding-bottom: 4px;
	color: #1f437a
}

.account-detail .account-detail__header .acount-detail__header-item .account-detail__header-item__text
	{
	font-family: openSansReg;
	font-size: 14px;
	color: #333
}

.account-detail .inbox-container .inbox-list .inbox-item .inbox__date {
	width: 30%;
	color: #1f437a;
	font-family: openSansReg;
	font-size: 14px
}

.account-detail .inbox-container .inbox-list .inbox-item .inbox-group-status-subject
	{
	width: 40%
}

.account-detail .inbox-container .inbox-list .inbox-item .inbox-group-status-subject .inbox__subject
	{
	color: #333;
	font-family: openSansReg;
	font-size: 14px
}

.account-detail .inbox-container .inbox-list .inbox-item .inbox-group-account-type
	{
	width: 40%
}

.account-detail .inbox-container .inbox-list .inbox-item .inbox__account
	{
	width: auto;
	padding-left: 0;
	font-family: openSansReg;
	font-size: 14px
}

.account-detail .inbox-container .inbox-list .inbox-item .inbox__download
	{
	width: 10%
}

.kg-kontoauszug-container .inbox__download img {
	width: 16px
}

@media screen and (max-width:767px) {
	.kg-kontoauszug-container .acount-detail__header-item {
		margin-bottom: 20px
	}
	.kg-kontoauszug-container .account-detail {
		margin-top: 20px
	}
	.kg-kontoauszug-container .account-detail__header-item__head {
		padding-bottom: 0 !important
	}
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #dbe5f1;
	opacity: 1
}

.bootstrap-select {
	width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
	background: #fff;
	padding-left: 15px
}

.bootstrap-select>select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: .5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle
	{
	border-color: #b20000
}

.bootstrap-select.fit-width {
	width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
	{
	width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
	outline: transparent auto 5px !important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn
	{
	border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-]
	{
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
	.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group,
	.form-inline .bootstrap-select.btn-group {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control
	{
	padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
	.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle
	{
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled
	{
	cursor: not-allowed;
	background: #dbe5f1 !important;
	opacity: .9
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group>.disabled:focus
	{
	outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0 !important;
	padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
	color: #1f437a
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
	width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
	background: #dbe5f1 !important;
	opacity: .9
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	pointer-events: none;
	opacity: .9;
	box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark
	{
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #1f437a;
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid #869EC6;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
	.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
	display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

@media screen and (max-width:767px) {
	#anmeldung-zum-onlinebanking .eb-login__notification-placeholder-error {
		position: relative;
		width: 110%;
		top: -20px;
		margin-bottom: -30px
	}
	.eb-login-migration__notification-placeholder-error {
		margin-left: -30px;
		margin-right: -30px
	}
	.eb-navbar-fixed-top {
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		z-index: 1030
	}
	article {
		margin-top: 60px
	}
	.hide-769 {
		display: none
	}
	ul.dropdown-menu-toggle-mobile.content-nav__second.row.visible-xs-block
		{
		padding-inline-start: 0 !important;
		padding-left: 0 !important
	}
	.navbar-nav .dropdown-menu-toggle-mobile {
		display: block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		list-style: none
	}
	.navbar-nav .dropdown-menu-toggle-mobile .dropdown-menu__item,
		.navbar-nav .dropdown-menu-toggle-mobile .dropdown-menu__item--active
		{
		padding-left: 25px
	}
	.navbar-nav .dropdown-menu-toggle-mobile>li {
		border-bottom: 1px solid #142d56
	}
	.navbar-nav .dropdown-menu-toggle-mobile>li:last-child {
		border-bottom: 0 !important
	}
	.navbar-nav .dropdown-menu-toggle-mobile>li:first-child {
		border-top: 1px solid #142d56 !important
	}
	.content-nav__first .dropdown-menu__item--active {
		background: #5979a0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.navbar-nav .dropdown-menu li {
		border-bottom: 1px solid #142d56
	}
	.navbar-nav .dropdown-menu>li:last-child {
		border-bottom: 0 !important
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		color: #9d9d9d
	}
	#tg-umsaetze .inbox-filter-container {
		margin-bottom: 10px
	}
	#tg-umsaetze .inbox-filter-container .form-group {
		margin-top: 20px !important
	}
	#kg-overview-container .btn, #tg-overview-container .btn {
		position: relative;
		top: 0;
		width: 100%
	}
	#tg-overview-container .col-xs-1, #tg-overview-container .col-xs-5 {
		padding-left: 0;
		padding-right: 0
	}
	#tg-overview-container .btn {
		width: 91%
	}
	#kg-overview-container .ebanking-message, #s-freistellungsauftrag .eb-margin-bottom,
		#tg-overview-container .ebanking-message {
		margin-bottom: 0
	}
	#s-freistellungsauftrag a.btn.btn-blue {
		position: relative;
		left: 0
	}
	.comp__header {
		margin-left: 0;
		margin-right: 0
	}
	.comp__header-no-margin {
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 5px
	}
	.comp__body .bold {
		font-family: openSansSemiBold !important;
		font-size: 14px !important
	}
	.form-group {
		margin-top: 20px !important
	}
	label {
		margin-bottom: 5px
	}
	#tg-umsaetze .white-background {
		margin: 0 !important
	}
	#tg-umsaetze .voffset-60 {
		margin-top: 10px !important
	}
	#tg-umsaetze .transactions-overview .row .li-wrapper .col-sm-2,
		#tg-umsaetze .transactions-overview .row .li-wrapper .col-sm-3,
		#tg-umsaetze .transactions-overview .row .li-wrapper .col-sm-4,
		#tg-umsaetze .transactions-overview .row .li-wrapper .col-sm-5,
		#tg-umsaetze .transactions-overview .row .li-wrapper .col-sm-6 {
		padding: 10px 0;
		margin-top: -10px
	}
	#tg-umsaetze .voffset-button {
		top: 0
	}
	#s-pin-mtan .form-group {
		margin-top: 20px !important
	}
	#s-pin-mtan .form-group .col-sm-2 {
		padding-left: 0
	}
	#s-persoenliche-daten-ihre_angaben-no-changes .ebanking-message,
		#s-persoenliche-daten-mTAN-bestaetigung .ebanking-message {
		margin-top: 0 !important;
		margin-bottom: 20px
	}
	#s-persoenliche-daten-ihre_angaben-no-changes .inner-content-top-spacer
		{
		margin-top: 0
	}
	#s-persoenliche-daten-ihre_angaben-no-changes .form-group .control-label-group
		{
		padding-top: 0
	}
	#s-pin-mtan .comp__highlight,
		#s-pinTan-auszahlungskonto-aendern-bestaetigen-mtan .comp__highlight {
		padding-top: 0 !important
	}
	#s-einwilligungen-mTan-bestaetigung .inner-content-middle-spacer {
		margin: 40px 0 0
	}
	#s-einwilligungen-mTan-bestaetigung .form-group:first-child {
		margin-bottom: 20px
	}
	#s-einwilligungen-mTan-bestaetigung .comp__highlight {
		padding-top: 0;
		padding-bottom: 20px
	}
	#s-einwilligungen-mTan-bestaetigung .inner-content-top-spacer {
		margin-top: 0
	}
	#s-einwilligungen-mTan-bestaetigung .label-osc {
		margin-bottom: 30px
	}
	#s-persoenliche-daten-ihre_angaben .inner-content-middle-spacer,
		#s-persoenliche-daten-ihre_gespeicherten_daten .inner-content-middle-spacer,
		#s-persoenliche-daten-mTAN .inner-content-middle-spacer,
		#s-persoenliche-daten-mTAN-bestaetigung .inner-content-middle-spacer {
		margin: 0
	}
	#s-persoenliche-daten-ihre_angaben label,
		#s-persoenliche-daten-ihre_gespeicherten_daten label,
		#s-persoenliche-daten-mTAN label,
		#s-persoenliche-daten-mTAN-bestaetigung label {
		font-family: openSansSemiBold
	}
	#s-persoenliche-daten-ihre_angaben .label-osc,
		#s-persoenliche-daten-ihre_gespeicherten_daten .label-osc,
		#s-persoenliche-daten-mTAN .label-osc,
		#s-persoenliche-daten-mTAN-bestaetigung .label-osc {
		font-family: openSansReg
	}
	#s-persoenliche-daten-ihre_angaben .form-group .control-label-group,
		#s-persoenliche-daten-ihre_gespeicherten_daten .form-group .control-label-group,
		#s-persoenliche-daten-mTAN .form-group .control-label-group,
		#s-persoenliche-daten-mTAN-bestaetigung .form-group .control-label-group
		{
		padding-top: 0
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .comp__highlight,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .comp__highlight {
		padding-top: 0 !important
	}
	#s-pinTan-auszahlungskonto-aendern .inner-content-middle-spacer {
		margin: 0 0 30px
	}
	#s-pinTan-auszahlungskonto-aendern .comp__header-no-margin {
		margin-left: 0;
		margin-right: 0
	}
	#s-freistellungsauftrag .comp__body, #s-persoenliche-daten-ihre_angaben .comp__body,
		#s-persoenliche-daten-ihre_angaben-no-changes .comp__body,
		#s-persoenliche-daten-ihre_gespeicherten_daten .comp__body,
		#s-persoenliche-daten-mTAN .comp__body,
		#s-persoenliche-daten-mTAN-bestaetigung .comp__body, #s-pin-mtan .comp__body,
		#s-pinTan-auszahlungskonto-aendern .comp__body {
		margin-left: 0 !important
	}
	#s-freistellungsauftrag .comp__body .white-background,
		#s-persoenliche-daten-ihre_angaben .comp__body .white-background,
		#s-persoenliche-daten-ihre_angaben-no-changes .comp__body .white-background,
		#s-persoenliche-daten-ihre_gespeicherten_daten .comp__body .white-background,
		#s-persoenliche-daten-mTAN .comp__body .white-background,
		#s-persoenliche-daten-mTAN-bestaetigung .comp__body .white-background,
		#s-pin-mtan .comp__body .white-background,
		#s-pinTan-auszahlungskonto-aendern .comp__body .white-background {
		margin: 0 !important
	}
	#s-persoenliche-daten-mTAN .comp__body {
		padding-top: 10px !important
	}
	#s-einwilligung-bestaetigung .col-sm-4, #s-einwilligung-bestaetigung .col-sm-6,
		#s-einwilligungen .col-sm-4, #s-einwilligungen .col-sm-6,
		#s-einwilligungen-mTan-bestaetigung .col-sm-4,
		#s-einwilligungen-mTan-bestaetigung .col-sm-6 {
		padding-left: 0;
		padding-bottom: 10px
	}
	.accordion-container__header-value {
		margin-left: 30px;
		margin-top: 10px
	}
	.accordion-header__top-padding {
		padding-top: 10px
	}
	.alert-danger button, .alert-neutral button, .alert-success button,
		.alert-warning button {
		border: 0;
		background: 0 0;
		color: #1f437a !important;
		font-size: 48px !important;
		line-height: 0 !important;
		right: 0 !important;
		top: 10px !important
	}
	.alert .ebanking-message__message-text {
		font-size: 14px
	}
	.ebanking-message__last-child {
		margin-bottom: 0
	}
	div.eb-download__link:first-child {
		padding-bottom: 50px
	}
	.eb-download__link .eb-download__type {
		margin-top: -6px;
		font-family: openSansReg;
		font-size: 12px;
		margin-left: 15px
	}
	.eb-download__link .eb_download__text {
		font-family: openSansReg;
		font-size: 12px;
		margin-left: 15px !important
	}
	.eb-download__link .col-sm-1, .eb-download__link .col-xs-1,
		.eb-download__link .col-xs-11, .eb-download__link .col.sm-11 {
		padding: 0
	}
	.main-header__button {
		position: relative;
		left: 10px;
		top: -5px
	}
	.main-header__container .bos-bg-gradient {
		height: 70px !important
	}
	.content-header {
		margin: 30px 0 -70px -15px
	}
	.content-header__headline {
		font-size: 24px !important
	}
	.content-header__innerheadline {
		text-align: left;
		font-size: 18px
	}
	.content-header__subheadline {
		font-size: 16px
	}
	.comp__margin-top {
		margin-top: 0
	}
	.comp__body .white-background {
		background: #fff;
		padding: 15px;
		margin-left: -15px !important;
		margin-right: -15px !important
	}
	div.comp__body .accordion {
		margin-left: 0;
		margin-right: 0;
		border: 1px solid #C4D2E6;
		border-radius: 3px
	}
	.comp.comp-last.eb-login {
		margin-left: -30px;
		margin-right: -30px
	}
	.comp__body {
		font-size: 14px
	}
	.inbox-item .inbox-download-link {
		display: flex;
		flex-direction: row;
		margin: 10px 0;
		padding: 0 !important
	}
	.input-group-addon {
		padding: 4px 12px
	}
	.transactions-overview-total__right-sum {
		font-size: 22px;
		margin-left: 0
	}
	.transactions-overview ul li {
		padding: 0
	}
	.transactions-overview {
		margin-top: 0
	}
	.transactions-overview .row .li-wrapper .col-sm-1,
		.transactions-overview .row .li-wrapper .col-sm-2,
		.transactions-overview .row .li-wrapper .col-sm-3,
		.transactions-overview .row .li-wrapper .col-sm-4,
		.transactions-overview .row .li-wrapper .col-sm-5,
		.transactions-overview .row .li-wrapper .col-sm-6,
		.transactions-overview .row .li-wrapper .col-xs-6 {
		padding: 5px 0 0
	}
	.transactions-overview .row .li-wrapper {
		align-items: flex-start;
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
		margin: 20px 0
	}
	.transactions-overview .row .li-wrapper .transaction-amount {
		margin-top: 20px
	}
	.comp__header-headline {
		padding: 15px 0 0
	}
	.form-stretch {
		margin-left: -15px;
		margin-right: -15px
	}
	.eb-text-group {
		margin-left: -30px;
		margin-right: -30px
	}
	.account-detail .account-detail__header {
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column
	}
	.back-to-top {
		background: 0 0;
		position: fixed;
		bottom: 90px;
		right: 0;
		padding: 1em;
		text-decoration: none;
		color: #1f437a
	}
	.inner-content-middle-spacer {
		margin-left: 0;
		margin-right: 0
	}
	.eb-text-group-comp {
		margin-left: -15px;
		margin-right: -15px;
		font-family: openSansReg;
		font-size: 14px
	}
	#kg-overview-container .content-header__right-label, #kk-zahlungsverlauf .content-header__right-label,
		#tg-auszahlung-ausfuehren .content-header__right-label {
		padding-right: 5px
	}
	#kg-overview-container .mobile-right__sum-col, #kk-rueckzahlungsplan .mobile-right__sum-col,
		#kk-zahlungsverlauf .mobile-right__sum-col, #tg-overview-container .mobile-right__sum-col
		{
		text-align: left
	}
	#kg-overview-container .eb-label, #kk-rueckzahlungsplan .eb-label,
		#kk-zahlungsverlauf .eb-label, #tg-overview-container .accordion-container__collapse-bold-text,
		#tg-overview-container .eb-label {
		margin-left: 0
	}
	#tg-overview-container .eb-text-info {
	  margin-left: 0
	}
	#n-nachrichten-schreiben-container-mtan-bestaetigung .form-horizontal .control-label
		{
		margin-left: -15px
	}
	#n-nachrichten-schreiben-container-mtan-bestaetigung .comp__highlight .control-label
		{
		margin-left: 0
	}
	#n-nachrichten-schreiben-container section {
		margin-left: -15px;
		margin-right: -15px
	}
	#n-nachrichten-schreiben-container section .comp__highlight {
		margin-left: 0;
		margin-right: 0
	}
	#n-nachrichten-schreiben-container section .col-sm-3,
		#n-nachrichten-schreiben-container section .col-sm-4,
		#n-nachrichten-schreiben-container section .col-sm-7,
		#n-nachrichten-schreiben-container section .col-sm-8 {
		padding-right: 15px
	}
	#n-nachrichten-schreiben-container .col-sm-3,
		#n-nachrichten-schreiben-container .col-sm-4,
		#n-nachrichten-schreiben-container .col-sm-7,
		#n-nachrichten-schreiben-container .col-sm-8 {
		padding-right: 0
	}
	#kk-rueckzahlungsplan .comp__header {
		margin-top: 0 !important
	}
	#kk-rueckzahlungsplan .voffset-25 {
		margin-top: -25px !important;
		margin-bottom: 20px
	}
	#kk-rueckzahlungsplan .transactions-overview {
		margin-bottom: 40px
	}
	#kk-rueckzahlungsplan .inbox-filter-container .comp__header {
		border-bottom: solid 1px #C4D2E2;
		margin: 0 15px
	}
	#kk-rueckzahlungsplan .account-detail__header {
		padding: 40px 15px 0 !important;
		display: flex;
		justify-content: space-between
	}
	#kk-rueckzahlungsplan .white-background {
		margin: 0 !important
	}
	#kk-rueckzahlungsplan .account-detail__header {
		margin-top: -20px
	}
	#kk-rueckzahlungsplan .account-detail__header-item__text {
		margin-top: -8px
	}
	#kk-rueckzahlungsplan .acount-detail__header-item {
		margin-bottom: 10px
	}
	#kk-zahlungsverlauf .white-background {
		margin: 0 !important
	}
	#kk-zahlungsverlauf .transactions-overview {
		margin-bottom: 40px
	}
	#kk-zahlungsverlauf .inbox-filter-container .form-group {
		margin-top: 20px !important
	}
	#tg-kontoauszug .account-detail .account-detail__header {
		margin-top: 20px;
		margin-bottom: 15px
	}
	#tg-kontoauszug .account-detail .account-detail__header .acount-detail__header-item .account-detail__header-item__head
		{
		padding-bottom: 10px !important
	}
	#tg-kontoauszug .account-detail__header-item__text {
		position: relative;
		top: -13px
	}
	#tg-geplante-auszahlung .transfer-table-body .row>div {
		padding: 10px 0
	}
	#tg-geplante-auszahlung .mobile-top-padding {
		padding-top: 30px !important
	}
	#tg-geplante-auszahlung .transfer-col-1 {
		padding-top: 25px !important
	}
	#tg-geplante-auszahlung .transfer-col-6 {
		padding-bottom: 20px !important
	}
	#tg-auszahlung-ausfuehren .form-horizontal .control-label {
		padding-left: 0
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .ebanking-message {
		margin-top: 10px !important;
		margin-bottom: 0 !important
	}
	#s-pin-mtan .col-sm-3 {
		padding-left: 0
	}
	#s-pin-mtan .comp__header-no-margin {
		margin-left: 0 !important;
		margin-bottom: 15px
	}
	#s-pin-mtan .eb-text-group-comp {
		margin-top: 0 !important
	}
	#s-pinTan-auszahlungskonto-aendern .comp-last {
		margin-top: 10px
	}
	#s-persoenliche-daten-ihre_angaben .comp__header-no-margin,
		#s-persoenliche-daten-ihre_angaben-no-changes .comp__header-no-margin,
		#s-persoenliche-daten-ihre_gespeicherten_daten .comp__header-no-margin,
		#s-persoenliche-daten-mTAN .comp__header-no-margin,
		#s-persoenliche-daten-mTAN-bestaetigung .comp__header-no-margin {
		margin-left: 0 !important
	}
	#kg-overview-container .ebanking-messages, #s-einwilligung-bestaetigung .ebanking-messages,
		#s-pinTan-auszahlungskonto-aendern-bestaetigung .ebanking-messages,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .ebanking-messages,
		#tg-overview-container .ebanking-messages {
		margin-top: 10px !important
	}
	#kg-overview-container .ebanking-message__last-child,
		#s-einwilligung-bestaetigung .ebanking-message__last-child,
		#s-pinTan-auszahlungskonto-aendern-bestaetigung .ebanking-message__last-child,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .ebanking-message__last-child,
		#tg-overview-container .ebanking-message__last-child {
		margin-top: 20px !important
	}
	#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .ebanking-message
		{
		margin-top: 0 !important
	}
	#s-freistellungsauftrag-anlegen-choose .comp__header {
		margin-left: -15px
	}
	#s-freistellungsauftrag .comp__header-no-margin {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	#s-freistellungsauftrag .content-header__innerheadline,
		#s-freistellungsauftrag-initial .content-header__innerheadline,
		#s-freistellungsauftrag-loeschen-mTAN .content-header__innerheadline,
		#s-pinTan-auszahlungskonto-aendern .content-header__innerheadline {
		margin-bottom: 10px
	}
	#s-freistellungsauftrag-aendern-mTAN-bestaetigung .content-header,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .content-header,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .content-header,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .content-header,
		#s-freistellungsauftrag-loeschen-mTAN .content-header {
		margin: 30px 0 -70px -15px !important
	}
	#s-freistellungsauftrag-aendern .comp__header,
		#s-freistellungsauftrag-aendern-mTAN .comp__header,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-anlegen-choose .comp__header,
		#s-freistellungsauftrag-anlegen-einzel .comp__header,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .comp__header,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-anlegen-gemeinschaft .comp__header,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__header,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-einzel-aendern .comp__header,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__header,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .comp__header,
		#s-freistellungsauftrag-loeschen .comp__header,
		#s-freistellungsauftrag-nvb .comp__header {
		margin-bottom: 30px
	}
	#s-freistellungsauftrag-aendern .comp__header-headline,
		#s-freistellungsauftrag-aendern-mTAN .comp__header-headline,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .comp__header-headline,
		#s-freistellungsauftrag-anlegen-choose .comp__header-headline,
		#s-freistellungsauftrag-anlegen-einzel .comp__header-headline,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .comp__header-headline,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__header-headline,
		#s-freistellungsauftrag-anlegen-gemeinschaft .comp__header-headline,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__header-headline,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .comp__header-headline,
		#s-freistellungsauftrag-einzel-aendern .comp__header-headline,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__header-headline,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .comp__header-headline,
		#s-freistellungsauftrag-loeschen .comp__header-headline,
		#s-freistellungsauftrag-nvb .comp__header-headline {
		padding: 15px 0 5px
	}
	#s-freistellungsauftrag-aendern .comp__header-no-margin,
		#s-freistellungsauftrag-aendern-mTAN .comp__header-no-margin,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .comp__header-no-margin,
		#s-freistellungsauftrag-anlegen-choose .comp__header-no-margin,
		#s-freistellungsauftrag-anlegen-einzel .comp__header-no-margin,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .comp__header-no-margin,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__header-no-margin,
		#s-freistellungsauftrag-anlegen-gemeinschaft .comp__header-no-margin,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__header-no-margin,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .comp__header-no-margin,
		#s-freistellungsauftrag-einzel-aendern .comp__header-no-margin,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__header-no-margin,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .comp__header-no-margin,
		#s-freistellungsauftrag-loeschen .comp__header-no-margin,
		#s-freistellungsauftrag-nvb .comp__header-no-margin {
		padding-bottom: 0
	}
	#s-freistellungsauftrag-aendern .voffset-60,
		#s-freistellungsauftrag-aendern-mTAN .voffset-60,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .voffset-60,
		#s-freistellungsauftrag-anlegen-choose .voffset-60,
		#s-freistellungsauftrag-anlegen-einzel .voffset-60,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .voffset-60,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .voffset-60,
		#s-freistellungsauftrag-anlegen-gemeinschaft .voffset-60,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .voffset-60,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .voffset-60,
		#s-freistellungsauftrag-einzel-aendern .voffset-60,
		#s-freistellungsauftrag-einzel-aendern-mTAN .voffset-60,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .voffset-60,
		#s-freistellungsauftrag-loeschen .voffset-60,
		#s-freistellungsauftrag-nvb .voffset-60 {
		margin-top: 30px
	}
	#s-freistellungsauftrag-aendern .voffset-30,
		#s-freistellungsauftrag-aendern-mTAN .voffset-30,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .voffset-30,
		#s-freistellungsauftrag-anlegen-choose .voffset-30,
		#s-freistellungsauftrag-anlegen-einzel .voffset-30,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .voffset-30,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .voffset-30,
		#s-freistellungsauftrag-anlegen-gemeinschaft .voffset-30,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .voffset-30,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .voffset-30,
		#s-freistellungsauftrag-einzel-aendern .voffset-30,
		#s-freistellungsauftrag-einzel-aendern-mTAN .voffset-30,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .voffset-30,
		#s-freistellungsauftrag-loeschen .voffset-30,
		#s-freistellungsauftrag-nvb .voffset-30 {
		margin-top: 20px
	}
	#s-freistellungsauftrag-aendern .checkbox,
		#s-freistellungsauftrag-aendern-mTAN .checkbox,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-anlegen-choose .checkbox,
		#s-freistellungsauftrag-anlegen-einzel .checkbox,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .checkbox,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-anlegen-gemeinschaft .checkbox,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .checkbox,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-einzel-aendern .checkbox,
		#s-freistellungsauftrag-einzel-aendern-mTAN .checkbox,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .checkbox,
		#s-freistellungsauftrag-loeschen .checkbox,
		#s-freistellungsauftrag-nvb .checkbox {
		margin-top: -20px;
		margin-bottom: -10px
	}
	#s-freistellungsauftrag-aendern-mTAN .comp__highlight,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__highlight,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__highlight,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__highlight,
		#s-freistellungsauftrag-loeschen .comp__highlight {
		padding-top: 0
	}
	#s-freistellungsauftrag-aendern-mTAN-bestaetigung .form-horizontal .col-sm-12
		{
		margin-bottom: 20px
	}
	#s-freistellungsauftrag-aendern-mTAN .comp__highlight,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .comp__highlight,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .comp__highlight,
		#s-freistellungsauftrag-einzel-aendern-mTAN .comp__highlight,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .comp__highlight,
		#s-freistellungsauftrag-loeschen .comp__highlight {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 0
	}
	#s-freistellungsauftrag-aendern section.comp,
		#s-freistellungsauftrag-aendern-mTAN section.comp,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung section.comp,
		#s-freistellungsauftrag-anlegen-einzel section.comp,
		#s-freistellungsauftrag-anlegen-einzel-mTAN section.comp,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung section.comp,
		#s-freistellungsauftrag-anlegen-gemeinschaft section.comp,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN section.comp,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung section.comp,
		#s-freistellungsauftrag-einzel-aendern section.comp,
		#s-freistellungsauftrag-einzel-aendern-mTAN section.comp,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung section.comp,
		#s-freistellungsauftrag-loeschen section.comp {
		margin-left: -15px;
		margin-right: -15px
	}
	#s-freistellungsauftrag-aendern .eb-border-separator-margin,
		#s-freistellungsauftrag-aendern .eb-text-group-comp,
		#s-freistellungsauftrag-aendern-mTAN .eb-border-separator-margin,
		#s-freistellungsauftrag-aendern-mTAN .eb-text-group-comp,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .eb-border-separator-margin,
		#s-freistellungsauftrag-aendern-mTAN-bestaetigung .eb-text-group-comp,
		#s-freistellungsauftrag-anlegen-einzel .eb-border-separator-margin,
		#s-freistellungsauftrag-anlegen-einzel .eb-text-group-comp,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .eb-border-separator-margin,
		#s-freistellungsauftrag-anlegen-einzel-mTAN .eb-text-group-comp,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .eb-border-separator-margin,
		#s-freistellungsauftrag-anlegen-einzel-mTAN-bestaetigung .eb-text-group-comp,
		#s-freistellungsauftrag-anlegen-gemeinschaft .eb-border-separator-margin,
		#s-freistellungsauftrag-anlegen-gemeinschaft .eb-text-group-comp,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .eb-border-separator-margin,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN .eb-text-group-comp,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .eb-border-separator-margin,
		#s-freistellungsauftrag-anlegen-gemeinschaft-mTAN-bestaetigung .eb-text-group-comp,
		#s-freistellungsauftrag-einzel-aendern .eb-border-separator-margin,
		#s-freistellungsauftrag-einzel-aendern .eb-text-group-comp,
		#s-freistellungsauftrag-einzel-aendern-mTAN .eb-border-separator-margin,
		#s-freistellungsauftrag-einzel-aendern-mTAN .eb-text-group-comp,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .eb-border-separator-margin,
		#s-freistellungsauftrag-einzel-aendern-mTAN-bestaetigung .eb-text-group-comp,
		#s-freistellungsauftrag-loeschen .eb-border-separator-margin,
		#s-freistellungsauftrag-loeschen .eb-text-group-comp {
		margin-left: 0;
		margin-right: 0
	}
	#n-nachrichten-schreiben-container-mtan-bestaetigung .col-sm-7,
		#s-freistellungsauftrag-nvb section .col-sm-12 {
		padding-left: 0;
		padding-right: 0
	}
	#n-nachrichten-schreiben-container-mtan-bestaetigung .comp__highlight {
		padding-top: 0
	}
	#n-nachrichten-schreiben-container-mtan-bestaetigung .inner-content-top-spacer
		{
		padding-bottom: 0
	}
	#n-nachrichten-schreiben-container-success-alert .ebanking-messages {
		margin-top: 10px;
		margin-bottom: 10px
	}
	#n-nachrichten-schreiben-container-success-alert .col-sm-12,
		#n-nachrichten-schreiben-container-success-alert .col-sm-8 {
		padding-left: 0;
		padding-right: 0
	}
	#n-nachrichten-schreiben-container-success-alert .content-header__headline
		{
		margin-left: 15px
	}
	#n-gelesene-nachrichten .inbox-filter-container {
		padding: 10px 0 40px !important
	}
	#n-gelesene-nachrichten .inbox-filter-container .form-group {
		margin-top: 20px !important
	}
	#tg-umsaetze .inbox-filter-container {
		padding: 10px 0 40px !important
	}
	#kk-zahlungsverlauf .inbox-filter-container .row:nth-child(2) .btn {
		margin-top: 0 !important
	}
	#kk-rueckzahlungsplan .inbox-filter-container {
		padding: 0 0 20px !important
	}
	#kk-zahlungsverlauf .inbox-filter-container {
		padding: 10px 0 40px !important
	}
	#kk-zahlungsverlauf .inbox-filter-container .text-right {
		padding-top: 10px !important
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .hoffset-40 {
		margin-top: 20px !important
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .col-sm-3,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .col-sm-4,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .col-sm-5 {
		padding-left: 0;
		padding-right: 0
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .comp__header-headline {
		margin-top: 30px;
		margin-bottom: 0
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .hoffset-40 {
		margin-top: 30px !important
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .col-sm-3,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen .col-sm-5 {
		padding-left: 0;
		padding-right: 0
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen .form-horizontal .form-group,
		#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .form-horizontal .form-group
		{
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-top: 5px
	}
	#tg-auszahlung-ausfuehren-mTAN-bestaetigen-success .form-horizontal .form-group
		{
		padding-top: 5px
	}
	#s-pinTan-auszahlungskonto-aendern-bestaetigen-mtan .comp__header-documents
		{
		margin-top: 10px
	}
	.eb-fa-label {
		font-family: openSansReg;
		font-size: 13px;
		line-height: 18px
	}
	.content-nav {
		font-family: openSansReg
	}
	.nav>li {
		border-bottom: 1px solid #142d56
	}
	.content-nav__wrapper {
		background: #1f437a !important
	}
	.content-nav__wrapper li>a {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.content-nav__wrapper span {
		margin-left: 15px
	}
	.user-mobile__login {
		padding: 20px 0;
		color: #fff;
		list-style: none
	}
	.user-mobile__login .mobile-login-information {
		margin-left: -25px;
		margin-top: 5px;
		font-size: 12px
	}
	.user-mobile__login .mobile-logout {
		font-family: openSansReg;
		font-size: 14px;
		margin-left: 2px
	}
	.user-mobile__login .mobile-login-icon {
		margin-left: -5px !important;
		position: relative;
		top: 2px
	}
	.user-mobile__login a {
		color: #fff
	}
	.content-nav .content-nav__first div.user__welcome {
		border-bottom: 1px solid #142d56;
		padding: 28px 0 20px 28px;
		color: #fff;
		font-size: 12px;
		font-weight: 400
	}
	.content-nav__second>li {
		background: #5979a0 !important;
		padding-bottom: 5px;
		padding-top: 5px
	}
	.content-nav .content-nav__first>li>a {
		margin-top: 0;
		margin-bottom: 0;
		font-family: openSansSemiBold
	}
	.content-nav .content-nav__second>li>a {
		font-family: openSansReg;
		font-size: 13px
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		border-bottom: 0 !important
	}
	.content-nav__second>li.dropdown-menu__item--active {
		border-left: 10px solid #fff
	}
	
 .content-nav__second>li.green-color {
	  background: #00B200 !important;
	
		padding-bottom: 5px;
		padding-top: 5px
	}
	
	.content-nav__second .dropdown-menu__item--active span {
		color: #fff !important;
		margin-left: 20px;
		border: 0 !important;
		font-family: openSansReg;
		font-size: 13px
	}
	.content-nav__second .dropdown-menu__item span {
		color: #fff !important;
		margin-left: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 0 15px 0 25px
	}
	.content-nav__second {
		margin-top: 0 !important
	}
	.container {
		margin-left: 0;
		margin-right: 0
	}
	.accordion {
		padding: 25px 20px
	}
	.accordion-container__header {
		font-family: openSansReg;
		font-size: 18px
	}
	.accordion-container__header-icon.arrow-icon {
		float: left
	}
	.account-detail .inbox-container {
		margin: 20px 10px 20px 25px
	}
	.transfer-table-body .row {
		padding: 0 !important
	}
	.transfer-table-body {
		font-family: openSansReg;
		font-size: 14px
	}
	.btn-link-plain-gray {
		margin-top: -40px
	}
	.download-link__separator {
		margin-bottom: 10px
	}
	.download-link__container {
		width: 80%
	}
	.download-link__container .download-link__type {
		margin-top: 5px
	}
	.simple-collapse__headline {
		font-size: 18px
	}
	.simple-collapse {
		margin-top: 20px;
		padding: 15px;
		margin-bottom: 20px
	}
	.accordion-container__header-value {
		text-align: left
	}
	.content-header__right-mr {
		margin-right: 0
	}
	.inbox-filter-container {
		border: 1px solid #c4d2e6;
		border-radius: 3px;
		margin-left: 0;
		margin-right: 0
	}
	.inbox-filter-container [class^=col-] {
		padding: 0 15px
	}
	.inbox-filter-container [class^=col-] .btn-top-spacer {
		padding-top: 30px !important
	}
	.inbox-filter-container [class^=col-] .btn {
		padding: 8px 24px;
		border-radius: 3px !important
	}
	.eb-anmeldung-zum-onlinebanking__left {
		text-align: center !important;
		padding-bottom: 0 !important
	}
	.eb-anmeldung-zum-onlinebanking__right {
		padding-bottom: 0 !important
	}
	.transactions-overview header .transactions-overview-total {
		text-align: left
	}
	.comp__highlight {
		margin-top: 0;
		padding: 40px;
		border-radius: 3px;
		border: 1px solid #c4d2e6;
		margin-left: 0;
		margin-right: 0
	}
	.col-xs-12 .no-padding {
		padding: 0
	}
	.main-header__nav {
		padding-left: 5px;
		padding-right: 5px
	}
	.row.form-actions {
		border-top: 1px solid #C4D2E2;
		padding: 30px 0 0;
		margin-top: 30px
	}
	.content-header__subheadline {
		padding-top: 10px
	}
	.eb-mtan .row {
		margin: 0
	}
	.pi__list-item {
		border-right: 0
	}
	.pi__link-no {
		top: 2px
	}
	.ebanking-message {
		align-items: flex-start
	}
	.btn.btn-submit {
		margin-bottom: 30px
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 0
	}
	.form-separator {
		margin-top: 30px;
		margin-bottom: 20px
	}
	.sm-btn-separator {
		margin-top: 30px;
		margin-bottom: 60px
	}
	.ebanking-message__main-block {
		float: left;
		width: 100%
	}
	.accordion-container__header-icon.arrow-icon {
		width: 20px;
		height: 20px;
		position: relative;
		left: -5px
	}
	.accordion-container__header.collapsed .arrow-icon {
		width: 20px;
		height: 20px;
		transform: rotateX(180deg);
		position: relative
	}
	.collapsed .simple-collapse__icon, .simple-collapse__icon {
		width: 20px;
		height: 20px
	}
	div.col-sm-11.col-xs-1 {
		padding-bottom: 10px
	}
	.footer-nav {
		margin-left: 15px
	}
	.footer-nav .footer-nav__list {
		padding-right: 20px;
		position: relative;
		top: 5px !important
	}
	.footer-nav .footer-nav__link {
		padding-right: 33px;
		font-size: 13px
	}
	.footer-nav .main-footer__rights {
		float: left;
		position: relative;
		top: 5px !important
	}
	.eb-anmeldung-zum-onlinebanking__right {
		margin-left: -15px;
		margin-right: -15px
	}
	#anmeldung-zum-onlinebanking .container.content {
		width: 100%;
		padding: 0 15px
	}
	#anmeldung-zum-onlinebanking .login-footer {
		background-image: url(../images/footer.svg);
		width: 100%;
		margin-bottom: 0;
		bottom: -6px;
		height: auto;
		margin-top: 60px;
		position: relative;
		background-size: inherit
	}
	#anmeldung-zum-onlinebanking .eb-smooth-scroll {
		position: inherit;
		bottom: -70px;
		right: 20px
	}
	#s-pin-mtan #message .message-psw {
		margin-top: 20px;
		padding-left: 0
	}
	#s-pin-mtan #message .message-psw .invalid {
		font-family: openSansReg;
		font-size: 13px
	}
	#s-pin-mtan #message .message-psw .col-sm-1, #s-pin-mtan #message .message-psw .col-sm-5,
		#s-pin-mtan #message .message-psw .col-sm-6, #s-pin-mtan #message .message-psw .col-xs-1,
		#s-pin-mtan #message .message-psw .col-xs-5 {
		padding: 0
	}
	#s-pin-mtan #message .message-psw .pw-accept {
		color: #b5b5b5
	}
	#s-pin-mtan .content-stretch-15 {
		margin-left: -15px;
		margin-right: -15px
	}
	#s-pin-mtan .comp__highlight .col-sm-5 {
		padding-left: 0;
		padding-right: 0
	}
	.modal {
		top: 0 !important
	}
	.pw-validation #message {
		width: 107%;
		margin-left: -5px
	}
	.pw-validation #message .col-sm-6, .pw-validation #message .col-xs-10,
		.pw-validation #message .col-xs-6 {
		padding: 0
	}
}

@media screen and (min-width:360px) and (max-width:767px) {
	.eb-smooth-scroll {
		position: absolute;
		right: 15px;
		bottom: -70px
	}
}

@media screen and (device-aspect-ratio:2/3) {
	input:focus, input[type=date], input[type=datetime-local], input[type=datetime],
		input[type=email], input[type=month], input[type=number], input[type=password],
		input[type=text], input[type=time], input[type=url], input[type=week],
		select, select:focus, textarea, textarea:focus {
		font-size: 16px
	}
}

@media screen and (device-aspect-ratio:40/71) {
	input:focus, input[type=date], input[type=datetime-local], input[type=datetime],
		input[type=email], input[type=month], input[type=number], input[type=password],
		input[type=text], input[type=time], input[type=url], input[type=week],
		select, select:focus, textarea, textarea:focus {
		font-size: 16px
	}
}

@media screen and (device-aspect-ratio:375/667) {
	input:focus, input[type=date], input[type=datetime-local], input[type=datetime],
		input[type=email], input[type=month], input[type=number], input[type=password],
		input[type=text], input[type=time], input[type=url], input[type=week],
		select, select:focus, textarea, textarea:focus {
		font-size: 16px
	}
}

@media screen and (device-aspect-ratio:9/16) {
	input:focus, input[type=date], input[type=datetime-local], input[type=datetime],
		input[type=email], input[type=month], input[type=number], input[type=password],
		input[type=text], input[type=time], input[type=url], input[type=week],
		select, select:focus, textarea, textarea:focus {
		font-size: 16px
	}
}

@media screen and (device-aspect-ratio:414/736) {
	input:focus, input[type=date], input[type=datetime-local], input[type=datetime],
		input[type=email], input[type=month], input[type=number], input[type=password],
		input[type=text], input[type=time], input[type=url], input[type=week],
		select, select:focus, textarea, textarea:focus {
		font-size: 16px
	}
}

@media screen and (device-aspect-ratio:375/812) {
	input:focus, input[type=date], input[type=datetime-local], input[type=datetime],
		input[type=email], input[type=month], input[type=number], input[type=password],
		input[type=text], input[type=time], input[type=url], input[type=week],
		select, select:focus, textarea, textarea:focus {
		font-size: 16px
	}
}

@media screen and (device-aspect-ratio:414/896) {
	input:focus, input[type=date], input[type=datetime-local], input[type=datetime],
		input[type=email], input[type=month], input[type=number], input[type=password],
		input[type=text], input[type=time], input[type=url], input[type=week],
		select, select:focus, textarea, textarea:focus {
		font-size: 16px
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input:focus, select:focus, textarea:focus {
		font-size: 16px
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.form-control {
		font-size: 16px
	}
}

@media ( min-width :768px) {
	.form-control {
		font-size: 14px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	#anmeldung-zum-onlinebanking .eb-login__notification-placeholder-error .alert-warning button
		{
		right: -36px !important
	}
	.main-header__nav-right-persona-name {
		left: 501px !important;
		width: 220px !important
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li {
		padding-right: 8px !important
	}
	.alert-success button {
		border: 0;
		background: 0 0;
		color: #1f437a !important;
		font-size: 48px !important;
		line-height: 0 !important;
		right: 6px !important
	}
	.eb-download__link .eb-download__type {
		margin-top: -6px;
		font-family: openSansReg;
		font-size: 12px;
		margin-left: 10px
	}
	.eb-download__link .col-sm-1, .eb-download__link .col-xs-1,
		.eb-download__link .col-xs-11, .eb-download__link .col.sm-11 {
		padding: 0
	}
	.transfer-col-6 {
		float: right !important
	}
	#s-einwilligung-bestaetigung .ebanking-message__icon-close,
		#s-persoenliche-daten-mTAN-bestaetigung .ebanking-message__icon-close,
		#s-pinTan-auszahlungskonto-aendern-bestaetigung .ebanking-message__icon-close
		{
		position: relative;
		right: -40px
	}
	.ebanking-message__icon-close {
		display: none;
		padding-right: 30px
	}
	.eb-download__link .eb_download__text {
		margin-left: 10px !important;
		font-family: openSansReg;
		font-size: 13px;
		margin-left: 10px !important
	}
	.content-header__headline {
		font-family: openSansSemiBold;
		font-size: 22px
	}
	.content-header__subheadline {
		font-family: openSansReg;
		font-size: 24px
	}
	.content-header__innerheadline {
		font-family: openSansSemiBold;
		font-size: 22px
	}
	.content-header__right-sum, .transactions-overview-total__right-sum {
		font-family: openSansReg;
		font-size: 24px;
		margin-left: 0
	}
	.content-header__right-label {
		font-family: openSansReg;
		font-size: 12px;
		white-space: nowrap
	}
	.transfer-table-body {
		font-family: openSansReg;
		font-size: 14px;
		margin-left: 15px
	}
	#tg-geplante-auszahlung .transfer-table-body .transfer-col-1,
		#tg-geplante-auszahlung .transfer-table-body .transfer-col-2,
		#tg-geplante-auszahlung .transfer-table-body .transfer-col-3,
		#tg-geplante-auszahlung .transfer-table-body .transfer-col-4,
		#tg-geplante-auszahlung .transfer-table-body .transfer-col-5 {
		width: 100% !important
	}
	#tg-geplante-auszahlung .transfer-table-body .transfer-col-2,
		#tg-geplante-auszahlung .transfer-table-body .transfer-col-3,
		#tg-geplante-auszahlung .transfer-table-body .transfer-col-4,
		#tg-geplante-auszahlung .transfer-table-body .transfer-col-5 {
		padding-top: 0
	}
	.comp__body .bold {
		font-family: openSansSemiBold !important;
		font-size: 14px !important
	}
	.transactions-overview header {
		font-family: openSansReg;
		font-size: 13px
	}
	.transfer-table {
		margin-left: -15px;
		margin-right: -15px
	}
	#kg-overview-container .accordion-container__header-icon,
		#tg-overview-container .accordion-container__header-icon {
		margin-left: -15px;
		position: relative
	}
	#s-pin-mtan #message-psw .invalid {
		font-family: openSansReg;
		font-size: 12px
	}
	#s-pin-mtan #message-psw i.fa.fa-circle {
		font-size: 10px;
		color: #1f437a
	}
	#s-pin-mtan #message-psw i.fa.fa-check {
		font-size: 10px
	}
	#s-pin-mtan #message-psw .col-sm-1, #s-pin-mtan #message-psw .col-sm-5,
		#s-pin-mtan #message-psw .col-sm-6, #s-pin-mtan #message-psw .col-xs-1,
		#s-pin-mtan #message-psw .col-xs-5 {
		padding: 0
	}
	#s-pin-mtan #message-psw .pw-accept {
		color: #b5b5b5
	}
	div.form-group.pw-validation-top {
		margin-top: 0 !important
	}
	.pw-validation {
		margin-left: 10px
	}
	.pw-validation #message .col-sm-10, .pw-validation #message .col-sm-6 {
		padding: 0
	}
	.pw-validation #message .col-lg-1, .pw-validation #message .col-md-1,
		.pw-validation #message .col-sm-1, .pw-validation #message .col-xs-1 {
		width: 1% !important;
		padding: 0
	}
	.pw-validation #message .col-lg-10, .pw-validation #message .col-md-10,
		.pw-validation #message .col-sm-10, .pw-validation #message .col-xs-10
		{
		width: 98% !important;
		padding: 0
	}
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	#s-pin-mtan #message {
		margin-top: 20px;
		padding-left: 30px
	}
	#s-pin-mtan #message .invalid {
		font-family: openSansReg;
		font-size: 12px
	}
	#s-pin-mtan #message i.fa.fa-circle {
		font-size: 10px;
		color: #1f437a
	}
	#s-pin-mtan #message i.fa.fa-check {
		font-size: 10px
	}
	#s-pin-mtan #message .col-sm-1, #s-pin-mtan #message .col-sm-5,
		#s-pin-mtan #message .col-sm-6, #s-pin-mtan #message .col-xs-1,
		#s-pin-mtan #message .col-xs-5 {
		padding: 0
	}
	#s-pin-mtan #message .pw-accept {
		color: #b5b5b5
	}
	.pw-validation #message .col-sm-10, .pw-validation #message .col-sm-6 {
		padding: 0
	}
	.pw-validation #message .col-lg-1, .pw-validation #message .col-md-1,
		.pw-validation #message .col-sm-1, .pw-validation #message .col-xs-1 {
		width: 1% !important;
		padding: 0
	}
	.pw-validation #message .col-lg-10, .pw-validation #message .col-md-10,
		.pw-validation #message .col-sm-10, .pw-validation #message .col-xs-10
		{
		width: 98% !important;
		padding: 0
	}
}

@media screen and (min-width:1112px) and (max-width:1440px) {
	.pw-validation {
		margin-left: 10px
	}
	.pw-validation #message .col-sm-10, .pw-validation #message .col-sm-6 {
		padding: 0
	}
	.pw-validation #message .col-lg-1, .pw-validation #message .col-md-1,
		.pw-validation #message .col-sm-1, .pw-validation #message .col-xs-1 {
		width: 1% !important;
		padding: 0
	}
	.pw-validation #message .col-lg-10, .pw-validation #message .col-md-10,
		.pw-validation #message .col-sm-10, .pw-validation #message .col-xs-10
		{
		width: 98% !important;
		padding: 0
	}
}

@media screen and (min-width:1024px) and (max-width:1111px) {
	.pw-validation {
		margin-left: 10px
	}
	.message-psw {
		margin-top: -10px !important
	}
}

@media screen and (min-width:1112px) and (max-width:1439px) {
	.message-psw {
		margin-top: -10px !important
	}
}

@media screen and (min-width:1280px) and (max-width:1365px) {
	.pw-validation {
		width: 107% !important;
		margin-left: 0 !important
	}
}

@media screen {
	.btn-blue {
		background: #F4FAFE;
		border: 1px solid #869EC6;
		border-radius: 3px;
		width: auto;
		height: 40px;
		padding: 9px 25px;
		line-height: 22px
	}
	.btn-blue:hover {
		font-family: OpenSans;
		font-size: 14px;
		color: #1F437A;
		background: #C4D2E3;
		border: 1px solid #1F437A;
		border-radius: 3px;
		letter-spacing: 0;
		line-height: 22px
	}
	.btn-blue:active {
		font-family: OpenSans;
		font-size: 14px;
		color: #fff;
		background: #1F437A;
		border: 1px solid #1F437A;
		border-radius: 3px;
		letter-spacing: 0;
		line-height: 22px
	}
	.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
		cursor: not-allowed;
		opacity: .3;
		filter: alpha(opacity = 65);
		-webkit-box-shadow: none 0 1px 1px #000;
		-moz-box-shadow: none 0 1px 1px #000;
		box-shadow: none 0 1px 1px #000;
		background: #dbe5f1 !important;
		border: 1px solid #869EC6 !important
	}
	.btn.disabled span.btn-value, .btn[disabled] span.btn-value, fieldset[disabled] .btn span.btn-value
		{
		color: #1f437a !important;
		text-shadow: none !important;
		opacity: .65 !important
	}
	
		.fixed-deposit-create {
			margin-top: 20px
		}
		
		.fixed-deposit-create a {
		  text-decoration: underline !important;
		}
	.fixed-deposit-create ul {
	   margin-top: 10px;
		padding-inline-start: 20px;
	}
		.fixed-deposit-create  li {
		padding-left: 20px;
	}
		.fixed-deposit-create-xs-fg__img {
		height: 90px;
		width: auto
	}
	
	
		.fixed-deposit-create .no-padding {
		padding: 0
	}
	
	.btn-banner {
	margin-left: -3px !Important;
	width: 100% !Important;
}
	.banner {
	                      margin-top: 10px;
                        margin-bottom: 20px;
	                      padding: 20px 10px 20px 10px;
										    background: #1f437a;
										    border-radius: 1px;
										    color: white;
										    font-size:14px;
										    border: 1px solid #1f4266;
	}
	
	.banner-col-1 {
	      font-size:16px;
	      text-align: center;
	      margin-bottom: 10px;
	}
	
	.banner-col-2 {
	   
	      margin-bottom: 10px;
	}
	
	.banner-col-3 {
	   
	}
	
	@media ( min-width :768px) {
	
		.btn-banner {
		
		   position: relative; top: 0px !Important;
	
     }
			.banner {
	                       padding: 30px 10px 30px 10px;
										    background: #1f437a;
										    border-radius: 1px;
										    color: white;
										    font-size:16px;
										    border: 2px solid #1f4266;
  	}
	
		.banner-col-1 {
	      font-size:18px;
	}
	
	.banner-col-2 {
	   border-left: 2px solid;
	}
	
	.banner-col-3 {
	  margin-top: 18px;
	}
	
	@media ( min-width :768px) and (max-width:991px) {
				.banner-col-3 {
				  margin-top: 18px;
				}
	}


@media ( min-width :992px) and (max-width:1199px) {
		.banner-col-3 {
	    margin-top: 12px;
   	}
}

@media ( min-width :1200px) {
	
		.banner-col-3 {
	    margin-top: 12px;
   	}
}