@charset "UTF-8";
	 /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
	-moz-box-sizing: content-box;
	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
	}
	select {
		background: #fff !important
	}
	.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: dotted thin;
	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
}

.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:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #f33e30
}

a.text-danger:hover {
	color: #e31c0d
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f7e5e4
}

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: 970px
	}
}

.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-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-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 {
		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-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: dotted thin;
	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: #f7ff14;
	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: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date], input[type=datetime-local], input[type=month], input[type=time]
		{
		line-height: 34px
	}
	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[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 {
	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
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.form-group-sm .form-control, .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.form-group-sm .form-control, select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].form-group-sm .form-control, select[multiple].input-sm,
	textarea.form-group-sm .form-control, textarea.input-sm {
	height: auto
}

.form-group-lg .form-control, .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.form-group-lg .form-control, select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].form-group-lg .form-control, select[multiple].input-lg,
	textarea.form-group-lg .form-control, textarea.input-lg {
	height: auto
}

.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
}

.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.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
}

#mainForm\:accountDisplay {
	visibility: hidden;
}

@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: 14.3px
	}
}

@media ( min-width :768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.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: dotted thin;
	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;
	pointer-events: none;
	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
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active,
	.btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
	{
	background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus,
	.btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover,
	.btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus,
	.btn-default[disabled]:active, .btn-default[disabled]:focus,
	.btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active,
	fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active,
	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.active, .btn-primary.focus, .btn-primary:active,
	.btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
	{
	background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
	.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
	.btn-primary[disabled]:active, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
	fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
	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.active, .btn-success.focus, .btn-success:active,
	.btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success
	{
	background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus,
	.btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover,
	.btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus,
	.btn-success[disabled]:active, .btn-success[disabled]:focus,
	.btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active,
	fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active,
	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.active, .btn-info.focus, .btn-info:active, .btn-info:focus,
	.btn-info:hover, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus,
	.btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover,
	.btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus,
	.btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover,
	fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active,
	fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active,
	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.active, .btn-warning.focus, .btn-warning:active,
	.btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning
	{
	background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus,
	.btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover,
	.btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus,
	.btn-warning[disabled]:active, .btn-warning[disabled]:focus,
	.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active,
	fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active,
	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.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus,
	.btn-danger:hover, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
	{
	background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus,
	.btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover,
	.btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus,
	.btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active,
	fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active,
	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.33;
	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;
	visibility: hidden
}

.collapse.in, .collapse.show {
	display: block;
	visibility: visible
}

tr.collapse.in, tr.collapse.show {
	display: table-row
}

tbody.collapse.in, tr.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 solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	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;
	width: 100%;
}

.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 solid;
	content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@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-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>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle
	{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-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-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.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-bs-toggle=buttons]>.btn input[type=checkbox], [data-bs-toggle=buttons]>.btn input[type=radio],
	[data-bs-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-bs-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-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.33;
	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
	{
	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;
	visibility: hidden
}

.tab-content>.active {
	display: block;
	visibility: visible
}

.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;
		visibility: visible !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
	}
}

#mainForm\:smoCountryWrapper:empty {
	margin-bottom: 0;
}

#mainForm\:ratWrapper .dropdown-menu > li > a {
	white-space: normal;
	text-decoration: none;
}

#mainForm\:ratWrapper .dropdown-menu > li > a > label{
	font-weight: normal;
}

#mainForm\:ratWrapper .checkbox input[type=checkbox] {
	position: absolute;
	margin-left: -17px;
	margin-top: 4px;
}

.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 {
	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 {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.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
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.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: 1040;
	-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 {
	-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: absolute;
	top: 0;
	right: 0;
	left: 0;
	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;
	min-height: 16.43px
}

.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;
	visibility: visible;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	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;
	text-decoration: none;
	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-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	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;
	white-space: normal
}

.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
}

.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-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, .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, .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
}

.hidden {
	visibility: hidden !important
}

.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
	}
	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
	}
	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
	}
	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
	}
	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
	}
	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.45
 * 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
	}
}

@media ( min-width :768px) {
	.badge {
		display: inline-block;
		background-color: #f7ff14;
		border-radius: 6px;
		color: #181818;
		font-size: 10px;
		padding: 2px 4px;
		margin-left: 6px;
		vertical-align: middle;
		font-family: opelSansCond
	}
}

@media screen {
	.btn-with-icon {
		box-shadow: none
	}
	.btn:focus {
		outline: 0 !important
	}
	.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-group-radio .btn, .btn-group-vertical .btn {
		background: #fff;
		box-shadow: none;
		border-radius: 0 !important
	}
	.btn {
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
		background-color: #f7ff14;
		border: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		clear: both;
		color: #000;
		outline: 0;
		padding: 7px 20px;
		position: relative;
		width: 100%
	}
	.btn .btn-icon {
		font-size: 14px;
		margin-left: 10px;
		line-height: 21px;
		display: block;
		color: #000;
		position: relative;
		float: left;
		background-color: #f7ff14;
		transition-duration: .2s;
		left: 0;
		transition-property: left
	}
	.btn .btn-value {
		font-family: opelSansCondBold !important;
		font-size: 16px !important;
		text-transform: uppercase !important;
		display: block;
		overflow: hidden;
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: auto;
		float: left
	}
	.btn .btn-value:before {
		font-size: 14px !important
	}
	.btn:active, .btn:focus, .btn:hover {
		outline: 0
	}
	.btn:active .btn-icon, .btn:active .btn-value, .btn:focus .btn-icon,
		.btn:focus .btn-value, .btn:hover .btn-icon, .btn:hover .btn-value {
		color: #000
	}
	.btn:active .btn-icon, .btn:focus .btn-icon, .btn:hover .btn-icon {
		left: 5px
	}
	.btn-submit {
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
		background-color: #f7ff14 !important;
		text-align: left
	}
	.btn-submit .btn-icon {
		font-size: 14px
	}
	.btn-submit .btn-value {
		background-color: #f7ff14
	}
	.btn-submit:active, .btn-submit:focus, .btn-submit:hover {
		outline: 0
	}
	.btn-submit:active .btn-icon, 
	.btn-submit:focus .btn-icon,
	.btn-submit:hover .btn-icon
	{
		color: #777;
	}
	.btn-submit:active .btn-value, 
	.btn-submit:focus .btn-value, 
	.btn-submit:hover .btn-value
	{
		color: #000;
	}	
	.btn-submit:active .btn-icon, .btn-submit:focus .btn-icon, .btn-submit:hover .btn-icon
		{
		left: 5px
	}
	.btn-link-plain {
		color: #000;
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
		background-color: #f7ff14;
		text-align: left
	}
	.btn-link-plain .btn-value {
		margin-left: 0;
		background-color: #f7ff14
	}
	.btn-link-plain:active, .btn-link-plain:focus, .btn-link-plain:hover {
		color: #000;
		outline: 0;
		text-decoration: none
	}
	.btn-link-plain-gray {
		padding: 7px 20px;
		background: #ccc !important
	}
	.btn-link-plain-gray .btn-value, .btn-link-plain-gray .btn-value:active,
		.btn-link-plain-gray .btn-value:focus, .btn-link-plain-gray .btn-value:hover
		{
		background: #ccc
	}
	.btn-plain-small {
		text-align: left;
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
		background-color: #f7ff14
	}
	.btn-plain-small .btn-icon {
		font-size: 11px;
		margin-top: -2px;
		background-color: #f7ff14;
		display: block;
		margin-left: 10px;
		position: relative
	}
	.btn-plain-small .btn-value {
		font-size: 13px !important;
		float: left;
		margin-left: 0
	}
	.btn-plain-small:active, .btn-plain-small:focus, .btn-plain-small:hover
		{
		outline: 0;
		background-color: #f7ff14
	}
	.btn-link-small-arrow .btn-value, .btn-link-small-document .btn-value {
		padding-left: 0
	}
	.btn-only-text .btn-value {
		float: left
	}
}

@media ( min-width :768px) {
	.btn {
		width: auto
	}
	.btn .btn-value {
		text-indent: 0
	}
	.btn-plain-small .btn-value {
		font-size: 15px
	}
	.btn-only-text .btn-value {
		float: left
	}
}

@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: #f7ff14;
		-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: #f7ff14
	}
	.bgr__icon {
		display: block;
		font-size: 30px;
		margin: 0 0 10px
	}
	.bgr__value {
		cursor: pointer;
		display: block;
		font-weight: 400;
		margin: 0
	}
}

@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: #f7ff14;
		-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: #f7ff14
	}
	.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 {
		padding-top: 9px
	}
	.form-horizontal .checkbox-inline, .form-horizontal .radio,
		.form-horizontal .radio-inline {
		padding-top: 7px
	}
	.form-horizontal .checkbox {
		padding-top: 0
	}
	.form-group {
		margin-bottom: 24px;
		line-height: 1
	}
	.form-group .control-label {
		cursor: pointer;
		font-weight: 400;
		text-align: left
	}
	.form-group .input-group-addon {
		background: #fff;
		font-size: 16px;
		-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
	}
	.form-group.has-error .control-label {
		color: #000 !important
	}
	.form-group.no-margin {
		margin-bottom: 0 !important
	}
	.form-group p {
		margin: 10px 0 0
	}
	.form-group .margin-left-15 {
		margin-left: 15px
	}
	.form-control {
		font-size: 16px;
		border-radius: 0
	}
	select {
		border-radius: 0
	}
	select.form-control {
		padding: 4px 12px 4px 8px
	}
	.checkbox-inline.has-error .control-label, .checkbox.has-error .control-label
		{
		color: #000 !important
	}
	.checkbox-label-value {
		display: inline-block;
		margin: 0 0 0 7px
	}
	.radio-label-group {
		margin: 0 0 0 7px;
		display: inline-block
	}
	.row.form-actions {
		margin: 30px 0 0
	}
	.radio-label-value {
		color: #000;
		margin-left: 0
	}
	.radio-label-bold {
		display: inline-block;
		margin: 0;
		font-family: opelSansCondBold
	}
	input[type=checkbox], input[type=radio] {
		margin-top: 0
	}
	.form-group-last {
		margin-bottom: 0
	}
	.form-group .control-label-group {
		padding-top: 4px
	}
	.form-group .control-label-group .control-label {
		padding: 0
	}
	.eb-form-error .form-error, .form-group .form-error {
		-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;
		font-family: opelSansCond;
		font-size: 14px;
		background: #f4f5f6;
		border: 1px solid #f33e30;
		margin: 0 0 12px;
		padding: 6px 12px;
		position: relative
	}
	.eb-form-error .form-error p, .form-group .form-error p {
		margin: 0;
		padding: 0
	}
	.eb-form-error .form-error:after, .eb-form-error .form-error:before,
		.form-group .form-error:after, .form-group .form-error:before {
		border: solid transparent;
		content: " ";
		height: 0;
		left: 50%;
		pointer-events: none;
		position: absolute;
		top: 100%;
		width: 0
	}
	.eb-form-error .form-error:after, .form-group .form-error:after {
		border-color: rgba(244, 245, 246, 0);
		border-top-color: #f4f5f6;
		border-width: 6px;
		margin-left: -6px
	}
	.eb-form-error .form-error:before, .form-group .form-error:before {
		border-color: rgba(243, 62, 48, 0);
		border-top-color: #f33e30;
		border-width: 7px;
		margin-left: -7px
	}
}

@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: 7px
	}
	.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: opelSansCondBold
	}
	.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-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: #000
	}
	.modal-content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		font-family: opelSansCond;
		font-size: 16px;
		color: #4a4a4a;
		margin-top: 50%;
		padding: 30px
	}
	.modal-header {
		border: 0;
		padding: 0
	}
	.modal-header .close {
		opacity: 1;
		filter: alpha(opacity = 100);
		color: #4a4a4a;
		font-size: 18px;
		margin: -3px 0 0
	}
	.modal-title {
		font-family: opelSansCondBold;
		font-size: 20px;
		text-transform: uppercase;
		margin: 0 0 5px
	}
	.modal-body {
		padding: 0
	}
	.modal-footer {
		border: 0;
		margin: 15px 0 0;
		padding: 0
	}
	.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 {
	.popover {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		border-color: #c6c6c6;
		color: #000;
		padding: 20px 14px
	}
	.popover:active, .popover:focus, .popover:hover {
		outline: 0
	}
	.popover-content, .popover-title, .popover-body {
		font-family: opelSansCond;
		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: 700;
		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: #b2b2b2 !important;
		cursor: pointer;
		position: relative;
		text-decoration: none;
		top: 2px
	}
	.popover-info:focus, .popover-info: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: 8px
	}
	.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-info {
		top: 8px
	}
	.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: opelSansCond;
		font-size: 18px;
		padding-top: 5px
	}
	.eBanking-transfer h4 {
		font-family: opelSansCondBold;
		font-size: 18px
	}
	.eBanking-transfer h4 .confirmation-message {
		font-family: opelSansCond;
		font-size: 14px;
		color: #959595;
		padding-left: 30px
	}
	.text-muted {
		color: #959595
	}
}

.hidden {
	display: none !important
}

.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 {
	.voffset-30 {
		margin-top: 30px
	}
	.voffset-12-b {
		margin-bottom: 12px
	}
	.voffset-40 {
		margin-top: 40px
	}
	.eb-col-xs__v-separator {
		margin-top: 10px
	}
	.eb-row__v-separator-small {
		margin-top: 15px
	}
	.eb-row__v-separator-normal {
		margin-top: 30px
	}
	.eb-row__v-separator-big {
		margin-top: 45px
	}
}

@media ( min-width :768px) {
	.eb-col-xs__v-separator {
		margin-top: 0
	}
	.voffset-32 {
		margin-top: 32px
	}
}

@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
	}
	.text-supplemental {
		display: none
	}
}

@media ( min-width :768px) {
	.text-supplemental {
		display: inline
	}
	.text-hidden-sm {
		display: none
	}
}

@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: 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/opelsans/OpelSansW01-XBdCondensed.eot);
	src: url(../fonts/opelsans/OpelSansW01-XBdCondensed.eot?#iefix)
		format('embedded-opentype'),
		url(../fonts/opelsans/OpelSansW01-XBdCondensed.woff) format('woff'),
		url(../fonts/opelsans/OpelSansW01-XBdCondensed.ttf) format('truetype'),
		url(../fonts/opelsans/OpelSansW01-XBdCondensed.svg#opelSansCondXBold)
		format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: opelSansCondBold;
	src: url(../fonts/opelsans/OpelSansW01-BoldCondensed.eot);
	src: url(../fonts/opelsans/OpelSansW01-BoldCondensed.eot?#iefix)
		format('embedded-opentype'),
		url(../fonts/opelsans/OpelSansW01-BoldCondensed.woff) format('woff'),
		url(../fonts/opelsans/OpelSansW01-BoldCondensed.ttf)
		format('truetype'),
		url(../fonts/opelsans/OpelSansW01-BoldCondensed.svg#opelSansCondBold)
		format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: opelSansCond;
	src: url(../fonts/opelsans/OpelSansW01-Condensed.eot);
	src: url(../fonts/opelsans/OpelSansW01-Condensed.eot?#iefix)
		format('embedded-opentype'),
		url(../fonts/opelsans/OpelSansW01-Condensed.woff) format('woff'),
		url(../fonts/opelsans/OpelSansW01-Condensed.ttf) format('truetype'),
		url(../fonts/opelsans/OpelSansW01-Condensed.svg#opelSansCond)
		format('svg');
	font-weight: 400;
	font-style: normal
}

@media screen {
	body {
		background: #fff
	}
	.container {
		background: #fff;
		padding-left: 0;
		padding-right: 0
	}
	.container-inner {
		background: #fff;
		padding: 15px 15px 60px;
		margin-bottom: 0;
		border: 8px solid #ededed
	}
}

@media ( min-width :768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	.container-inner {
		padding: 40px
	}
}

@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-print {
		background-image: url(../images/icons/koer-print.svg);
		height: 95px;
		width: 95px
	}
	.icon-placeholder:before {
		background: #f7ff14;
		content: " ";
		display: inline-block;
		height: 20px;
		position: relative;
		width: 20px
	}
}

@media screen {
	.intro {
		font-family: opelSansCond;
		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
	}
}

@media screen {
	.accordion {
		margin-bottom: 40px
	}
	.accordion .row:last-of-type {
		margin-bottom: 0
	}
	.accordion .container-fluid, .accordion .row>div {
		padding-left: 0;
		padding-right: 0
	}
	.accordion-container__header {
		font-family: opelSansCondBold;
		font-size: 20px;
		border-bottom: solid 1px #c9c9c9;
		color: #000;
		display: block;
		height: auto
	}
	.accordion-container__header.collapsed .arrow-icon:before {
		content: "\e603";
		font-family: icomoon;
		color: #f7ff14
	}
	.accordion-container__header:focus, .accordion-container__header:hover {
		color: #000;
		background: 0 0
	}
	.accordion-container__header-icon {
		display: block
	}
	.accordion-container__header-icon.arrow-icon:before {
		content: "\e606";
		font-family: icomoon;
		color: #f7ff14
	}
	.accordion-container__header-block {
		display: block
	}
	.accordion-container__header-value {
		margin-right: 48px
	}
	.accordion-container__collapse {
		font-family: opelSansCond;
		font-size: 16px
	}
	.accordion-container__collapse-bold-text {
		font-family: opelSansCondBold;
		font-size: 16px
	}
}

@media ( min-width :768px) {
	.accordion-content .accordion-content__row {
		margin-bottom: 15px
	}
	.accordion-container__header:hover {
		background: #e7e7e7;
		color: #000;
		margin: 0 -10px;
		padding: 0 10px
	}
	.accordion-container__header:focus {
		color: #000
	}
	.accordion-container__header-block {
		display: inline-block
	}
	.accordion-container__header-value {
		margin-right: 25px
	}
}

@media screen {
	.alert {
		border: 0;
		padding: 8px 15px
	}
	.alert a {
		color: #f33e30;
		text-decoration: underline
	}
	.alert .close {
		opacity: .8;
		filter: alpha(opacity = 80);
		color: #f33e30;
		font-size: 16px;
		line-height: inherit
	}
	.alert .close:hover {
		color: #b3160a
	}
}

@media screen {
	.checkmark-list {
		font-family: opelSansCond;
		font-size: 16px;
		list-style: none;
		margin: 0;
		padding: 0
	}
	.cml__item {
		margin: 0 0 5px
	}
	.cml__item:after, .cml__item:before {
		content: " ";
		display: table
	}
	.cml__item:after {
		clear: both
	}
	.cml__icon {
		color: #f7ff14;
		font-size: 16px;
		float: left;
		margin: 0 10px 0 0;
		position: relative;
		top: 4px
	}
	.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: opelSansCondBold;
		font-size: 20px;
		display: block;
		margin: 0;
		padding: 0
	}
}

@media screen {
	.simple-collapse__header {
		border-bottom: 1px solid #c6c6c6;
		cursor: pointer;
		margin: 0;
		padding: 3px 0;
		position: relative;
		text-align: left
	}
	.simple-collapse__header:after, .simple-collapse__header:before {
		content: " ";
		display: table
	}
	.simple-collapse__header:after {
		clear: both;
		display: block
	}
	.simple-collapse__header:hover {
		background: #e7e7e7;
		margin: 0 -10px;
		padding: 3px 10px
	}
	.simple-collapse__header:hover .simple-collapse__icon {
		right: 10px
	}
	.simple-collapse__headline {
		font-family: opelSansCond;
		font-size: 16px;
		display: inline-block;
		margin: 0;
		padding: 0
	}
	.form-group .simple-collapse__headline {
		margin-top: 0
	}
	.simple-collapse__icon {
		font-size: 16px;
		position: absolute;
		right: 0;
		top: 5px
	}
	.simple-collapse__icon:after {
		color: #f7ff14;
		content: '\e606';
		display: inline-block;
		font-family: icomoon;
		padding-left: 4px;
		speak: none
	}
	.collapsed .simple-collapse__icon:after {
		content: '\e603'
	}
}

@media screen {
	.collapsible {
		font-family: Verdana, sans-serif;
		font-size: 12px
	}
}

@media screen {
	.comp {
		background: #fff;
		border-bottom: 1px solid #c6c6c6;
		margin: 15px 0 0;
		padding: 0 0 15px
	}
	.comp:after, .comp:before {
		content: " ";
		display: table
	}
	.comp:after {
		clear: both
	}
	.comp-last {
		border: 0
	}
	.comp-no-padding {
		padding: 0;
		border: 0
	}
	.comp-no-cc .comp__header-headline {
		font-family: opelSansCondBold;
		font-size: 16px;
		text-transform: none
	}
	.comp__header-headline {
		font-family: opelSansCondBold;
		font-size: 16px;
		color: #000;
		margin: 0;
		text-transform: uppercase
	}
	.comp__header-intro {
		color: #000;
		font-family: opelSansCond;
		font-size: 16px
	}
	.comp__body {
		font-family: opelSansCond;
		font-size: 16px;
		color: #000;
		margin: 15px 0 0
	}
	.comp__body a {
		color: #8c8c8c
	}
	.comp__body a:hover {
		text-decoration: none
	}
	.comp__body .btn {
		color: #000
	}
	.comp__highlight {
		background-color: #ededed;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		font-family: opelSansCond;
		font-size: 16px
	}
	.comp__highlight p {
		padding-left: 0;
		margin: 0 0 10px
	}
	.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: opelSansCondBold;
		font-size: 16px
	}
	.comp__text-small-bold {
		font-family: opelSansCondBold;
		font-size: 14px
	}
	.comp__highlight-container {
		margin-left: -15px;
		margin-right: -15px
	}
	.comp-no-padding-left {
		padding-left: 0
	}
}

@media ( min-width :768px) {
	.comp__highlight .col-sm-12, .comp__highlight .col-sm-3>label {
		padding-left: 15px
	}
	.comp-no-padding {
		padding: 0;
		border: 0
	}
	.comp__highlight-container {
		margin-left: 0;
		margin-right: 0
	}
	.comp__highlight {
		background-color: #ededed;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}
	.eb-row__v-separator-small .col-sm-12>.btn {
		width: 14em
	}
}

@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: 0 0 40px
	}
	.content-header__headline {
		font-family: opelSansCondBold;
		font-size: 28px;
		color: #000;
		margin: 0 0 5px;
		text-transform: uppercase
	}
	.content-header__subheadline {
		font-family: opelSansCond;
		font-size: 24px;
		color: #000;
		margin: 0;
		text-transform: uppercase
	}
	.content-header__subheadline-bold {
		font-family: opelSansCondBold;
		font-size: 24px;
		color: #000;
		margin: 0 0 20px;
		text-transform: uppercase
	}
	.content-header__subheadline-bold:not(:first-of-type) {
		padding-top: 5px
	}
}

@media screen {
	.content-header-with-right .col-sm-6 {
		padding-left: 0;
		padding-right: 0
	}
	.content-header__right-sum {
		font-family: opelSansCondBold;
		font-size: 24px;
		margin-left: 24px
	}
	.content-header__right-mr {
		margin-right: 48px
	}
	.content-header__right-label {
		font-family: opelSansCond;
		font-size: 16px
	}
}

@media screen {
	.account-opening-layout .content-nav {
		background-color: #fff;
		margin-bottom: 0;
		border-radius: 0;
		border: 0;
		min-height: 48px;
		font-family: opelSansCondBold;
		font-size: 16px;
		text-transform: uppercase
	}
	.account-opening-layout .content-nav__list {
		background-color: #fff;
		list-style: none;
		margin: 0;
		padding: 0
	}
	.account-opening-layout .content-nav__list-item {
		color: #777;
		display: inline-block
	}
	.account-opening-layout .content-nav__list-item:first-child {
		margin-left: 15px
	}
	.account-opening-layout .content-nav__list-link {
		font-family: opelSansCondBold;
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		display: inline-block;
		padding: 6px 5px 4px 0;
		text-decoration: none
	}
	.account-opening-layout .content-nav__list-link:active,
		.account-opening-layout .content-nav__list-link:focus,
		.account-opening-layout .content-nav__list-link:hover {
		color: #fff;
		text-decoration: none
	}
	.account-opening-layout .icon-separator:before {
		display: none
	}
}

@media ( min-width :768px) {
	.account-opening-layout .content-nav {
		background-color: #fff
	}
	.account-opening-layout .content-nav__list {
		background-color: transparent;
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline-block
	}
	.account-opening-layout .content-nav__list-item {
		color: #777;
		display: inline-block
	}
	.account-opening-layout .content-nav__list-link {
		font-family: opelSansCondBold;
		font-size: 14px;
		text-transform: uppercase;
		color: #777;
		display: inline-block;
		padding: 14px 5px 13px 0;
		text-decoration: none
	}
	.account-opening-layout .content-nav__list-link:active,
		.account-opening-layout .content-nav__list-link:focus,
		.account-opening-layout .content-nav__list-link:hover {
		color: #fff;
		text-decoration: none
	}
	.account-opening-layout .icon-separator:before {
		color: #000;
		content: "|\00a0";
		display: inline-block;
		font-weight: 400
	}
}

@media screen {
	.bootstrap-datetimepicker-widget td.active,
		.bootstrap-datetimepicker-widget td.active:hover {
		background-color: #f7ff14
	}
	.bootstrap-datetimepicker-widget td.today:before {
		border-bottom-color: #f7ff14
	}
	.dropdown-menu {
		border-color: #d4d4d4;
		outline: 0;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !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__list {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.footer-nav__list-item {
		display: block;
		text-align: center
	}
	.footer-nav__list-item-bankfooter {
		display: block;
		text-align: center
	}
	.footer-nav__link {
		font-family: opelSansCond;
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		display: block;
		padding-top: 13px;
		padding-bottom: 11px;
		text-decoration: none
	}
	.footer-nav__link-bankfooter{
		font-family: opelSansCondBold;
		font-size: 16px;
		color: #fff;
		padding-top: 13px;
		padding-bottom: 11px;
	}
	.footer-nav__link-bankfooteritem{
		font-family: opelSansCond;
		font-size: 16px;
		color: #fff;
		padding-top: 13px;
		padding-bottom: 11px;
	}
	.footer-nav__link:active, .footer-nav__link:focus, .footer-nav__link:hover
		{
		color: #fff;
		text-decoration: none
	}
	.footer-nav__link.text-only:active, .footer-nav__link.text-only:focus,
		.footer-nav__link.text-only:hover {
		color: #000;
		text-decoration: none
	}
}

@media ( max-width :767px) {
	.footer-nav__list-item {
		border-bottom: solid 3px #fff
	}
	.footer-nav__list-item-bankfooter {
		border-bottom: solid 3px #fff
	}
	.footer-nav__icon {
		display: none
	}
}

@media ( min-width :320px) and (max-width:767px) {
	.footer-nav__link.text-only:active, .footer-nav__link.text-only:focus,
		.footer-nav__link.text-only:hover {
		color: #fff;
		text-decoration: none
	}
}

@media ( min-width :768px) {
	.footer-nav {
		line-height: 38px;
		text-align: center
	}
	.footer-nav__list-item {
		display: inline-block;
		text-align: left;
		line-height: 10px
	}
	.footer-nav__list-item:first-child {
		border: 0;
		padding-left: 0
	}
	.footer-nav__list-item:last-child {
		padding-right: 0
	}
	.footer-nav__list-item:last-child:after {
		content: none
	}
	.footer-nav__list-item:after {
		content: "/";
		padding: 0 8px
	}
	.footer-nav__list-item-bankfooter {
		display: inline-block;
		text-align: left;
		line-height: 10px
	}
	.footer-nav__list-item-bankfooter:after {
		content: none;
		padding: 0 8px
	}
	.footer-nav__link {
		font-size: 16px;
		text-transform: uppercase;
		color: #000;
		display: inline-block;
		padding: 0;
		font-family: opelSansCondBold
	}
	.footer-nav__link-bankfooter{
		font-family: opelSansCondBold;
		font-size: 15px;
		color: #000;
		padding-left: 25px;
		padding-top: 13px;
		padding-bottom: 11px;
	}
	.footer-nav__link-bankfooteritem{
		font-family: opelSansCond;
		font-size: 15px;
		color: #000;
		padding-right: 29px;
		padding-top: 13px;
		padding-bottom: 11px;
	}
	.footer-nav__icon {
		color: #f7ff14;
		display: inline-block;
		position: relative;
		top: 1px
	}
	.footer-nav__icon:before {
		font-size: 12px
	}
}

@media screen {
	.inbox-container {
		font-family: opelSansCond;
		font-size: 16px;
		margin: 0 0 20px
	}
	.inbox-list {
		list-style: none;
		margin: 20px 0 0;
		padding: 0
	}
	.inbox-item {
		border-bottom: 1px solid #c6c6c6;
		padding: 14px 0
	}
	.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__subject {
		overflow: hidden
	}
	.inbox-item .inbox__account {
		display: inline-block
	}
	.inbox-item .inbox__account-value:before {
		content: "-";
		display: inline-block;
		margin: 0 5px 0 10px;
		position: relative
	}
	.inbox-item .inbox__type {
		display: inline-block
	}
	.inbox-item .inbox__download {
		display: none
	}
	.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: opelSansCondBold
	}
	.inbox__subject--read {
		font-family: opelSansCond
	}
	.inbox-download-link {
		text-decoration: none
	}
	.inbox-download-link:active, .inbox-download-link:focus,
		.inbox-download-link:hover {
		outline: 0;
		text-decoration: none
	}
	.icon-eye {
		color: #f7ff14;
		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
	}
	.inbox-filter-container .eb-form-table-cell:first-child {
		padding-left: 0
	}
	.inbox-filter-container .eb-form-table-cell:first-child label {
		margin-bottom: 10px;
		width: 23px
	}
}

@media ( min-width :768px) {
	.inbox-item__header {
		border-bottom: 1px solid #c6c6c6;
		display: block
	}
	.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: opelSansCondBold
	}
	.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
	}
	.inbox-item .inbox__date {
		width: 12%
	}
	.inbox-item .inbox__subject {
		overflow: auto;
		width: 90%
	}
	.inbox-item .inbox__account {
		width: 40%
	}
	.inbox-item .inbox__account-value:before {
		display: none
	}
	.inbox-item .inbox__type {
		width: 60%
	}
	.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-group-status-subject {
		width: 48%
	}
	.inbox-group-account-type {
		width: 37%
	}
	.inbox__account-name, .inbox__account-no {
		display: block
	}
	.inbox-filter-container {
		margin-bottom: 10px
	}
	.inbox-filter-container label {
		height: 30px
	}
	.inbox-filter-container .inbox-button-inline {
		padding-top: 1px
	}
	.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: 10%
	}
	.inbox-group-status-subject {
		width: 50%
	}
	.inbox-group-account-type {
		width: 37%
	}
	.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 a {
		font-family: opelSansCond;
		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
	}
	.download-link {
		margin-left: -4px;
		display: block;
		cursor: pointer;
		height: 32px
	}
	.download-link .btn-icon {
		float: left;
		font-size: 32px;
		color: #f7ff14
	}
	.download-link:hover .download-link__text {
		color: #8c8c8c
	}
	.download-link__container {
		float: left;
		display: block;
		margin-left: 6px
	}
	.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: #000
	}
	.download-link__container .download-link__type {
		margin-top: 3px;
		font-size: 12px
	}
}

@media ( min-width :768px) {
	.download-link {
		display: inline-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: block;
		float: right
	}
	.header-logo__link {
		display: block;
		text-decoration: none;
		font-family: opelSansCondBold
	}
	.header-logo__link:hover {
		text-decoration: none
	}
	.header-logo__text {
		color: #000
	}
	.header-logo__img {
		height: 36px;
		width: auto
	}
	.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) {
	.header-logo {
		float: right;
		margin: 0
	}
	.footer-logo {
		display: block;
		float: left
	}
}

@media screen {
	.main-footer {
		background-color: #ccc
	}
}

@media ( max-width :767px) {
	.main-footer {
		border: 0;
		position: relative
	}
}

@media ( min-width :768px) {
	.main-footer {
		padding: 5px
	}
	.main-footer:after, .main-footer:before {
		content: " ";
		display: table
	}
	.main-footer:after {
		clear: both
	}
}

@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 {
	.print-data__overview {
		margin: 20px 0 0
	}
	.confirm-delivery__icon {
		color: #1d1d1b;
		font-size: 40px;
		margin: 0 5px 0 0;
		position: relative;
		top: 12px
	}
	.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: 0 0 40px
	}
	.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: left
	}
	.pi__list-item:not(:last-child) {
		padding-right: 2em
	}
	.pi__list-item-two {
		width: 50%
	}
	.pi__link {
		font-family: opelSansCondBold;
		font-size: 18px;
		background: #fff;
		color: #000;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		border-bottom: solid 4px #b4bbbf
	}
	.pi__link:active, .pi__link:focus, .pi__link:hover {
		color: #000;
		text-decoration: none
	}
	.pi__link--done {
		border-color: #000
	}
	.pi__link--done .pi__link-icon {
		color: #000
	}
	.pi__link--active {
		border-color: #f7ff14
	}
	.pi__link--disabled {
		pointer-events: none;
		cursor: default
	}
	.pi__link-icon {
		font-size: 25px;
		margin: 0;
		position: relative;
		vertical-align: middle;
		z-index: 1;
		display: inline-block;
		color: #b4bbbf
	}
	.pi__link--active .pi__link-icon {
		color: #000
	}
	.pi__link-no {
		font-family: opelSansCondBold;
		font-size: 18px;
		color: #fff;
		left: 8px;
		position: absolute;
		top: 3px
	}
	.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-value {
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
		margin-left: 10px
	}
}

@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-value {
		font-size: 14px
	}
	.pi__link-no {
		font-size: 14px;
		top: 5px
	}
	.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
	}
	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 {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 12px
	}
	.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
	}
	.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
	}
	.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: 1
	}
	.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-text {
		font-family: opelSansCond;
		font-size: 16px;
		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 .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 {
	.eb-login {
		margin-top: 0
	}
	.eb-login .comp__body {
		margin: 18px 0 0
	}
	.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
	}
	.login-btn-wrapper .btn {
		width: 100%
	}
	.login-btn-wrapper .btn .btn-value:before {
		font-family: icomoon;
		content: "\e61e";
		margin-right: 8px;
		font-size: 11px;
		color: #fff
	}
}

@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 {
	.main-header, .main-header__container {
		background-color: #fff
	}
	.main-header__nav {
		background: 0 0;
		padding-right: 8px;
		width: 100%
	}
	.main-header__button {
		color: #747474;
		font-size: 20px;
		font-weight: 400;
		padding: 10px 15px 7px;
		margin: 0;
		border: none;
		display: block
	}
	.online-banking-layout .main-header__login {
		padding: 6px 0;
		float: left;
		height: 32px;
		background: #ccc;
		text-decoration: none
	}
	.online-banking-layout .main-header__login:active,
		.online-banking-layout .main-header__login:focus,
		.online-banking-layout .main-header__login:hover {
		text-decoration: none
	}
	.online-banking-layout .main-header__login-icon {
		color: #f7ff14;
		font-weight: 700;
		font-size: 10px
	}
	.online-banking-layout .main-header__login-text {
		font-family: opelSansCondBold;
		font-size: 14px;
		color: #000;
		text-transform: capitalize
	}
	.online-banking-layout .main-header__login-text:hover {
		color: #747474
	}
	.online-banking-layout .main-header__status {
		display: flex;
		background-color: #ccc;
		margin-bottom: 0;
		color: #000;
		max-height: 32px;
		float: left;
		padding: 10px 8px;
		font-family: opelSansCond;
		font-size: 10px
	}
	.online-banking-layout .main-header__icon-clock {
		padding-right: 15px
	}
	.account-opening-layout .main-header__login {
		float: left;
		background: #ccc;
		padding-right: 8px;
		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: #f7ff14;
		display: inline;
		font-size: 10px;
		padding: 0 0 0 8px
	}
	.account-opening-layout .main-header__login-text {
		font-family: opelSansCondBold;
		font-size: 14px;
		text-transform: uppercase;
		text-transform: capitalize;
		color: #000;
		display: inline;
		padding: 0
	}
	.account-opening-layout .main-header__login-text:hover {
		color: #747474
	}
}

@media ( max-width :768px) {
	.account-opening-layout .main-header__nav, .online-banking-layout .main-header__nav
		{
		padding-right: 0
	}
	.account-opening-layout .main-header__nav .main-header__login,
		.online-banking-layout .main-header__nav .main-header__login {
		padding: 12px 0 12px 8px;
		min-height: 48px
	}
	.account-opening-layout .main-header__nav .main-header__status,
		.online-banking-layout .main-header__nav .main-header__status {
		min-height: 48px;
		padding: 16px 8px 0 16px
	}
}

@media ( max-width :480px) {
	.account-opening-layout .main-header__nav .main-header__login,
		.online-banking-layout .main-header__nav .main-header__login {
		padding-right: 8px;
		background: #fff
	}
	.account-opening-layout .main-header__nav .main-header__status,
		.online-banking-layout .main-header__nav .main-header__status {
		display: none
	}
}

@media ( min-width :768px) {
	.main-header {
		padding: 0
	}
	.main-header:after, .main-header:before {
		content: " ";
		display: table
	}
	.main-header:after {
		clear: both
	}
	.main-header__login {
		height: 32px;
		min-height: 32px;
		padding: 6px 0;
		text-decoration: none
	}
	.main-header__login:active, .main-header__login:focus,
		.main-header__login:hover {
		text-decoration: none
	}
	.main-header__login-icon {
		color: #f7ff14;
		display: inline;
		font-size: 10px;
		padding: 0 0 0 8px
	}
	.main-header__login-text {
		font-family: opelSansCondBold;
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
		display: inline;
		padding-right: 8px;
		padding-left: 4px;
		line-height: 1
	}
	.main-header__login-text:hover {
		color: #747474
	}
	.main-header__status {
		margin-bottom: 0;
		background-color: #ccc;
		text-align: center
	}
	.online-banking-layout .main-header__icon-clock {
		padding-right: 5px
	}
	.online-banking-layout .main-header__login-text {
		padding: 6px 0
	}
	.main-header__button {
		display: none
	}
}

@media screen {
	.content-nav {
		margin-bottom: 0;
		border-radius: 0;
		border: 0;
		min-height: 0;
		font-family: opelSansCondBold;
		font-size: 16px;
		text-transform: uppercase
	}
	.content-nav .content-nav__first {
		margin: 0 -15px;
		padding: 0 15px
	}
	.content-nav .content-nav__first:after {
		clear: both
	}
	.content-nav .content-nav__first>li>a {
		color: #000
	}
	.content-nav .content-nav__first>li>a:focus, .content-nav .content-nav__first>li>a:hover
		{
		color: #000;
		background-color: transparent
	}
	.content-nav .content-nav__first>li>a:after {
		content: '\e603';
		display: inline-block;
		font-family: icomoon;
		speak: none;
		float: right
	}
	.content-nav .content-nav__first>li>a:last-child:after {
		content: ''
	}
	.content-nav .content-nav__first>li>a>span {
		display: flex;
		align-items: center
	}
	.content-nav .content-nav__first>li.open>a {
		color: #181818
	}
	.content-nav .content-nav__first>li.open>a:after {
		content: '\e606'
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		background-color: #fff;
		border-radius: 0;
		padding: 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li {
		border-bottom: solid 1px #c6c6c6
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li:last-child
		{
		border-bottom: none
	}
	.content-nav .content-nav__first>li:last-child.open .content-nav__second>li
		{
		border-bottom: solid 1px #c6c6c6
	}
	.content-nav ul li a span.badge {
		display: none
	}
	.content-nav__second .dropdown-menu__item {
		color: #000
	}
	.content-nav__second .dropdown-menu__item--active {
		background-color: #000
	}
}

@media ( min-width :768px) {
	.content-nav {
		margin-bottom: 32px;
		background-color: transparent
	}
	.content-nav .content-nav__first {
		margin: 0;
		padding: 0
	}
	.content-nav .content-nav__first>li {
		border-top: none;
		position: static;
		padding: 16px 0 0;
		display: inline-flex;
		align-items: center
	}
	.content-nav .content-nav__first>li:after {
		content: "/";
		color: #f7ff14
	}
	.content-nav .content-nav__first>li>a {
		line-height: 1;
		padding: 0 15px
	}
	.content-nav .content-nav__first>li>a:hover {
		color: #000;
		background-color: transparent
	}
	.content-nav .content-nav__first>li>a:after {
		content: none
	}
	.content-nav .content-nav__first>li:last-child:after {
		color: transparent
	}
	.content-nav .content-nav__first>li.open+li a {
		border-color: #3a3a3a
	}
	.content-nav .content-nav__first>li.open>a {
		display: inline-block;
		background-color: transparent
	}
	.content-nav .content-nav__first>li.open>a:focus, .content-nav .content-nav__first>li.open>a:hover
		{
		color: #000
	}
	.content-nav .content-nav__first>li.open>a:after {
		content: " ";
		position: absolute;
		top: calc(50% + 5px);
		left: calc(50% - 8px);
		border: 8px solid #f7ff14;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent;
		display: inline-table
	}
	.content-nav .content-nav__first>li.open>a .badge {
		background-color: #f7ff14;
		color: #000
	}
	.content-nav .content-nav__first>li.open .content-nav__second {
		background-color: #f7ff14;
		border: 0;
		padding-left: 20px
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li {
		border-bottom: none;
		padding: 10px 0
	}
	.content-nav .content-nav__first>li.open .content-nav__second>li a {
		padding: 0 10px
	}
	.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: #000;
		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:hover
		{
		color: #000
	}
	.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: #000
	}
	.content-nav ul li a span.badge {
		display: inline-block
	}
}

@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: 940px
	}
}

@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-filter .inbox-filter-container {
		margin: 10px 0
	}
	.transactions-overview {
		padding: 0
	}
	.transactions-overview .row .col-sm-2, .transactions-overview .row .col-sm-3,
		.transactions-overview .row .col-sm-4, .transactions-overview .row .col-sm-5,
		.transactions-overview .row .col-sm-6 {
		padding-left: 0;
		padding-right: 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: opelSansCondBold;
		font-size: 18px;
		padding: 0 0 15px;
		text-align: right
	}
	.transactions-overview header .transactions-overview-total small {
		font-family: opelSansCond;
		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: opelSansCond;
		font-size: 16px;
		margin: 0;
		list-style: none;
		padding: 0
	}
	.transactions-overview ul li {
		border-bottom: 1px solid #d2d2d2;
		padding: 15px 0
	}
	.transactions-overview ul li div:not(:last-of-type) {
		margin-bottom: 5px
	}
	.transactions-overview ul li em {
		color: #f33;
		font-style: normal
	}
	.transactions-overview ul li .transaction-amount {
		font-family: opelSansCond;
		font-size: 16px;
		text-transform: uppercase;
		text-align: right
	}
	.transactions-overview-total__right-label {
		font-family: opelSansCond;
		font-size: 16px
	}
	.transactions-overview-total__right-sum {
		font-family: opelSansCondBold;
		font-size: 24px;
		margin-left: 24px
	}
	.transaction-grey-block {
		display: block;
		color: #8c8c8c
	}
}

@media ( min-width :768px) {
	.transactions-overview header {
		font-family: opelSansCondBold;
		font-size: 16px;
		border-bottom: 1px solid #d2d2d2
	}
	.transactions-overview header .transactions-overview-labels {
		display: block
	}
}

@media screen {
	.ebanking-message {
		font-family: opelSansCond;
		font-size: 18px;
		background-color: #ededed;
		color: #747474
	}
	.ebanking-message__left-icon {
		float: left;
		width: 8%
	}
	.ebanking-message__icon-inbox {
		color: #000;
		display: block;
		float: left;
		font-size: 24px
	}
	.ebanking-message a {
		color: #747474;
		cursor: pointer;
		text-decoration: none
	}
	.ebanking-message__main-block {
		float: left;
		width: 80%
	}
	.ebanking-message-display-block span, .ebanking-message-inbox-block span
		{
		display: block
	}
	.ebanking-message__message-text {
		padding-left: 15px
	}
	.ebanking-message__message-header {
		padding-left: 15px;
		font-family: opelSansCondBold;
		color: #000
	}
	.ebanking-message__last-child {
		margin-bottom: 30px
	}
}

@media ( min-width :768px) {
	.ebanking-message__left-icon {
		width: 3%
	}
	.ebanking-message__main-block {
		width: 90%
	}
	.ebanking-message-inbox-block span {
		display: inline-block
	}
}

@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 {
		min-width: 258px
	}
}

@media ( min-width :768px) {
	.eb-22-a-button-1 {
		min-width: 251px
	}
	.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
	}
}

@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 {
		min-width: 197px
	}
	.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 .container-fluid .col-sm-12, .eb-mtan .container-fluid .col-sm-3
		{
		padding-left: 0;
		padding-right: 0
	}
	.eb-mtan .eb-22-e-button-1 {
		min-width: 206px;
		max-width: 226px
	}
	.eb-mtan .eb-22-e-button-2 {
		min-width: 181px;
		max-width: 226px
	}
}

@media ( min-width :768px) {
	.eb-mtan .download-link {
		margin-right: 15px
	}
}

@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-text {
		margin-left: 0;
		line-height: 40px
	}
	.eb-account .download-link {
		vertical-align: middle
	}
}

@media screen {
	.transfer-table-header {
		display: none
	}
	.transfer-table-body {
		font-family: opelSansCond;
		font-size: 16px;
		list-style: none;
		margin: 0;
		padding: 0
	}
	.transfer-table-body .row {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: solid 1px #c9c9c9
	}
	.transfer-table-body .row>div {
		margin-top: 10px
	}
	.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: 24px;
		cursor: pointer;
		text-decoration: none;
		color: #000
	}
	.transfer-table-body .icon-delete, .transfer-table-body .icon-info {
		margin-left: 10px
	}
	.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
	}
}

@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;
		border-bottom: solid 1px #c9c9c9;
		font-family: opelSansCondBold;
		font-size: 16px
	}
	.display-for-mobile-view {
		display: none
	}
	.padding-for-mobile-view {
		padding-left: 0
	}
	.transfer-table-purpose {
		display: block
	}
	.transfer-col-1 {
		width: 12%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-2, .transfer-col-3 {
		width: 24%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-4 {
		width: 18%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-col-5 {
		width: 10%;
		float: left;
		min-height: 1px;
		padding-right: 0;
		position: relative
	}
	.transfer-table-cell {
		font-family: opelSansCondBold;
		font-size: 16px;
		padding: 12px 0;
		display: block
	}
	.transfer-icon-align {
		text-align: right
	}
	.empty-table-text {
		text-align: center
	}
}

@media screen {
	.eb-pay p {
		margin-bottom: 0
	}
	.eb-pay .eb-pay-small-text {
		font-family: opelSansCond;
		font-size: 16px;
		color: #8c8c8c
	}
	.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: 75.75px
	}
}

@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
	}
}