/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button, input {
	line-height: normal
}

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
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

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

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important
	}

	a, a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr, img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: 2cm .5cm
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.table td, .table th {
		background-color: #fff !important
	}

	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important
	}
}

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

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, input, select[multiple], textarea {
	background-image: none
}

a {
	color: #428bca;
	text-decoration: none
}

a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

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

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16.1px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px
	}
}

small {
	font-size: 85%
}

cite {
	font-style: normal
}

.text-muted {
	color: #999
}

.text-primary {
	color: #428bca
}

.text-warning {
	color: #c09853
}

.text-danger {
	color: #b94a48
}

.text-success {
	color: #468847
}

.text-info {
	color: #3a87ad
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999
}

h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

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
}

h1 small, .h1 small {
	font-size: 24px
}

h2 small, .h2 small {
	font-size: 18px
}

h3 small, .h3 small, h4 small, .h4 small {
	font-size: 14px
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-bottom: 20px
}

dt, dd {
	line-height: 1.42857143
}

dt {
	font-weight: bold
}

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
	}

	.dl-horizontal dd:before, .dl-horizontal dd:after {
		content: " ";
		display: table
	}

	.dl-horizontal dd:after {
		clear: both
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}

blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25
}

blockquote p:last-child {
	margin-bottom: 0
}

blockquote small {
	display: block;
	line-height: 1.42857143;
	color: #999
}

blockquote small:before {
	content: '\2014 \00A0'
}

blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small {
	text-align: right
}

blockquote.pull-right small:before {
	content: ''
}

blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

q:before, q:after, blockquote:before, blockquote:after {
	content: ""
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code, pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre.prettyprint {
	margin-bottom: 20px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

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

.container:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

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

.row:after {
	clear: both
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
	float: left
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-12 {
	width: 100%
}

@media (min-width: 768px) {
	.container {
		max-width: 750px
	}

	.col-sm-1, .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-sm-10, .col-sm-11 {
		float: left
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 970px
	}

	.col-md-1, .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-md-10, .col-md-11 {
		float: left
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px
	}

	.col-lg-1, .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-lg-10, .col-lg-11 {
		float: left
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

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

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
	border-top: 0
}

.table tbody + tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	float: none;
	display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
	float: none;
	display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #f5f5f5
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
	background-color: #d0e9c6;
	border-color: #c9e2b3
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
	border-color: #eed3d7
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
	background-color: #ebcccc;
	border-color: #e6c1c7
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
	border-color: #fbeed5
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
	background-color: #faf2cc;
	border-color: #f8e5be
}

@media (max-width: 768px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		border: 1px solid #ddd
	}

	.table-responsive > .table {
		margin-bottom: 0;
		background-color: #fff
	}

	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
		white-space: nowrap
	}

	.table-responsive > .table-bordered {
		border: 0
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0
	}

	.table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 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;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

select[multiple], select[size] {
	height: auto
}

select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	height: auto
}

.form-control:-moz-placeholder {
	color: #999
}

.form-control::-moz-placeholder {
	color: #999
}

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

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

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-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: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

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

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 15px
}

.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle
}

.radio label, .checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px
}

.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

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

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm {
	height: auto
}

.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg {
	height: 45px;
	line-height: 45px
}

textarea.input-lg {
	height: auto
}

.has-warning .help-block, .has-warning .control-label {
	color: #c09853
}

.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3
}

.has-error .help-block, .has-error .control-label {
	color: #b94a48
}

.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede
}

.has-success .help-block, .has-success .control-label {
	color: #468847
}

.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8
}

.form-control-static {
	margin-bottom: 0;
	padding-top: 7px
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block
	}

	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0
	}

	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover, .btn:focus {
	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, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

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

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

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

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

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

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}

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

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}

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

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}

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

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}

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

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-link {
	color: #428bca;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}

.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm, .btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.btn-block + .btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}

.opacity0 {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.mirrorVertical {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.mirrorHorizontal {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, -1)
}

.horizontalStretch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.horizontalStretchImportant {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 100% !important
}

.verticalStretch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%
}

.verticalStretchImportant {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	height: 100% !important
}

.table {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%
}

.table.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.table.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.simpleTable {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0
}

.inlineTable {
	display: inline-table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative
}

.fixedTbl {
	table-layout: fixed
}

.tableRow {
	display: table-row;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	padding: 0;
	width: 100%;
	height: auto
}

.tableCell {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: auto;
	height: auto;
	overflow: hidden
}

.tableCell.top {
	vertical-align: top
}

.tableCell.bottom {
	vertical-align: bottom
}

.tableCell.middle {
	vertical-align: middle
}

.tableCell.baseline {
	vertical-align: baseline
}

.tableCell.left {
	text-align: left
}

.tableCell.right {
	text-align: right
}

.tableCell.center {
	text-align: center
}

.tableCell.hStretch {
	width: 100%
}

.simpleTableCell {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	vertical-align: top;
	width: auto
}

.simpleTableCell.top {
	vertical-align: top
}

.simpleTableCell.bottom {
	vertical-align: bottom
}

.simpleTableCell.middle {
	vertical-align: middle
}

.simpleTableCell.baseline {
	vertical-align: baseline
}

.simpleTableCell.left {
	text-align: left
}

.simpleTableCell.right {
	text-align: right
}

.simpleTableCell.center {
	text-align: center
}

.simpleTableCell.hStretch {
	width: 100%
}

.flexDisplay {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex
}

.flexDisplayImportant {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flexbox !important;
	display: -ms-flex !important;
	display: flex !important
}

.inlineFlexDisplay {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex
}

.inlineFlexDisplayImportant {
	display: -webkit-inline-flex !important;
	display: -moz-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: -ms-inline-flex !important;
	display: inline-flex !important
}

.flexDirectionRow {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.flexDirectionRowReverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flexDirectionColumn {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flexDirectionColumnReverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.flexNoWrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flexJustifyContentFlexStart {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flexJustifyContentFlexEnd {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flexJustifyContentCenter {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flexJustifyContentSpaceBetween {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flexJustifyContentSpaceAround {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flexAlignItemsFlexStart {
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flexAlignItemsFlexEnd {
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flexAlignItemsCenter {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flexAlignItemsBaseline {
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.flexAlignItemsStretch {
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.flexAlignContentFlexStart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.flexAlignContentFlexEnd {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.flexAlignContentCenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.flexAlignContentSpaceBetween {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.flexAlignContentSpaceAround {
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.flexAlignContentStretch {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.flexInitial {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flexAuto {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flexAutoNoShrink {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flexNone {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.flexStretch {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.flexHalf {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flexAlignSelfAuto {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto
}

.flexAlignSelfFlexStart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.flexAlignSelfFlexEnd {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.flexAlignSelfCenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.flexAlignSelfBaseline {
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.flexAlignSelfStretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

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

.noPadding {
	padding: 0
}

.noMargin {
	margin: 0
}

.noMarginImportant {
	margin: 0 !important
}

.hStack {
	overflow: hidden
}

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

.hStack > * {
	display: inline-block;
	float: left;
	margin: 0
}

.hStack > *.extButtonForm {
	margin-bottom: 0
}

.hStack.rFloat > * {
	float: right
}

.vStack {
	overflow: hidden
}

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

.vStack > * {
	display: block !important;
	float: none;
	margin: 0
}

.dock {
	margin: 0 !important
}

.hidden {
	visibility: hidden
}

.inheritColor {
	color: inherit
}

.noBg {
	background: transparent !important
}

.noDisplay {
	display: none !important
}

.block {
	display: block
}

.inlineBlock {
	display: inline-block
}

.noWrap {
	white-space: nowrap
}

.noFloat {
	float: none
}

.autoMargin {
	margin: auto
}

.preWrap {
	white-space: pre-wrap
}

.relative, .posRel {
	position: relative
}

.absolute, .posAbs {
	position: absolute
}

.fixed {
	position: fixed
}

.zeroPos, .posZero {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.posLeft {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0
}

.posRight {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto
}

.overflowVisible {
	overflow: visible
}

.overflowAuto {
	overflow: auto
}

.overflowHidden {
	overflow: hidden
}

.overflowAutoX {
	overflow-x: auto
}

.overflowAutoY {
	overflow-y: auto
}

.sizeZero {
	border: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important
}

.middle {
	vertical-align: middle
}

.textOverflowEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	line-height: initial;
	min-width: 0
}

.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.floatL {
	float: left
}

.floatR {
	float: right
}

body {
	direction: ltr;
	text-align: left;
	unicode-bidi: normal
}

.activityItem {
	position: relative;
	margin: -5px -6px;
	border-width: 0;
	border-bottom-width: 2px;
	border-style: solid;
	color: #000;
	font-size: 12pt
}

.activityItem .activityItemBackground {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-opacity: .12;
	-moz-opacity: .12;
	-o-opacity: .12;
	opacity: .12
}

.activityItem .activityItemWrapper {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	background: transparent !important
}

.activityItem .activityItemWrapper.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.activityItem .activityItemWrapper.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.activityItem .activityItemWrapper .firstRow, .activityItem .activityItemWrapper .secondRow {
	display: table-row;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	padding: 0;
	width: 100%;
	height: auto
}

.activityItem .activityItemWrapper .firstRow > *, .activityItem .activityItemWrapper .secondRow > * {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: auto;
	height: auto;
	overflow: hidden
}

.activityItem .activityItemWrapper .firstRow > *.top, .activityItem .activityItemWrapper .secondRow > *.top {
	vertical-align: top
}

.activityItem .activityItemWrapper .firstRow > *.bottom, .activityItem .activityItemWrapper .secondRow > *.bottom {
	vertical-align: bottom
}

.activityItem .activityItemWrapper .firstRow > *.middle, .activityItem .activityItemWrapper .secondRow > *.middle {
	vertical-align: middle
}

.activityItem .activityItemWrapper .firstRow > *.baseline, .activityItem .activityItemWrapper .secondRow > *.baseline {
	vertical-align: baseline
}

.activityItem .activityItemWrapper .firstRow > *.left, .activityItem .activityItemWrapper .secondRow > *.left {
	text-align: left
}

.activityItem .activityItemWrapper .firstRow > *.right, .activityItem .activityItemWrapper .secondRow > *.right {
	text-align: right
}

.activityItem .activityItemWrapper .firstRow > *.center, .activityItem .activityItemWrapper .secondRow > *.center {
	text-align: center
}

.activityItem .activityItemWrapper .firstRow > *.hStretch, .activityItem .activityItemWrapper .secondRow > *.hStretch {
	width: 100%
}

.activityItem .activityItemWrapper .firstRow > .timestamp, .activityItem .activityItemWrapper .secondRow > .timestamp, .activityItem .activityItemWrapper .firstRow > .image, .activityItem .activityItemWrapper .secondRow > .image {
	text-align: right
}

.activityItem .activityItemWrapper .firstRow > .severityIcon, .activityItem .activityItemWrapper .secondRow > .severityIcon, .activityItem .activityItemWrapper .firstRow > .subSystemIcon, .activityItem .activityItemWrapper .secondRow > .subSystemIcon {
	color: #fff;
	padding: 5px 6px
}

.activityItem .activityItemWrapper .firstRow > .severityIcon, .activityItem .activityItemWrapper .secondRow > .severityIcon {
	padding-bottom: 0
}

.activityItem .activityItemWrapper .firstRow > .subSystemIcon, .activityItem .activityItemWrapper .secondRow > .subSystemIcon {
	padding-top: 0;
	vertical-align: bottom
}

.activityItem .activityItemWrapper .firstRow > .messageTitle, .activityItem .activityItemWrapper .secondRow > .messageTitle {
	padding: 5px 6px;
	padding-bottom: 0
}

.activityItem .activityItemWrapper .firstRow > .messageTitle > .messageTitleInner, .activityItem .activityItemWrapper .secondRow > .messageTitle > .messageTitleInner {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	table-layout: fixed;
	height: auto
}

.activityItem .activityItemWrapper .firstRow > .messageTitle > .messageTitleInner.autoWidth, .activityItem .activityItemWrapper .secondRow > .messageTitle > .messageTitleInner.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.activityItem .activityItemWrapper .firstRow > .messageTitle > .messageTitleInner.autoHeight, .activityItem .activityItemWrapper .secondRow > .messageTitle > .messageTitleInner.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.activityItem .activityItemWrapper .firstRow > .messageTitle > .messageTitleInner > span, .activityItem .activityItemWrapper .secondRow > .messageTitle > .messageTitleInner > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	line-height: initial;
	min-width: 0;
	white-space: nowrap;
	font-weight: bold
}

.activityItem .activityItemWrapper .firstRow > .timestamp, .activityItem .activityItemWrapper .secondRow > .timestamp {
	padding: 5px 6px;
	padding-bottom: 0;
	font-size: 9pt;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-o-opacity: .7;
	opacity: .7;
	white-space: nowrap;
	vertical-align: middle
}

.activityItem .activityItemWrapper .firstRow > .messageText, .activityItem .activityItemWrapper .secondRow > .messageText {
	padding: 5px 6px;
	padding-top: 0;
	vertical-align: bottom
}

.activityItem .activityItemWrapper .firstRow > .messageText > .messageTextInner, .activityItem .activityItemWrapper .secondRow > .messageText > .messageTextInner {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	table-layout: fixed;
	height: auto
}

.activityItem .activityItemWrapper .firstRow > .messageText > .messageTextInner.autoWidth, .activityItem .activityItemWrapper .secondRow > .messageText > .messageTextInner.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.activityItem .activityItemWrapper .firstRow > .messageText > .messageTextInner.autoHeight, .activityItem .activityItemWrapper .secondRow > .messageText > .messageTextInner.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.activityItem .activityItemWrapper .firstRow > .messageText > .messageTextInner > span, .activityItem .activityItemWrapper .secondRow > .messageText > .messageTextInner > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	line-height: initial;
	min-width: 0;
	white-space: nowrap;
	font-size: 10.5pt;
	line-height: normal
}

.activityItem .activityItemWrapper .firstRow > .image, .activityItem .activityItemWrapper .secondRow > .image {
	padding: 5px 6px;
	padding-top: 0
}

.activityItem .activityItemWrapper .firstRow > .image > img, .activityItem .activityItemWrapper .secondRow > .image > img {
	max-width: 32px;
	max-height: 32px
}

.activityItem .activityItemBorder {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: -2px;
	left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: transparent;
	pointer-events: none
}

.eventTile.activityFeedWidget.large .eventTileContent {
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important
}

.eventTile.activityFeedWidget.large .eventTileContent .eventTileNameWrapper {
	height: 56px;
	max-height: 56px;
	margin: 0
}

@media only screen and (max-device-width: 736px), screen and (max-width: 736px) {
	.eventTile.activityFeedWidget.large .eventTileContent .eventTileNameWrapper {
		height: 37.5816px;
		max-height: 37.5816px
	}
}

.eventTile.activityFeedWidget.large .eventTileContent .eventTileNameWrapper .eventTileName {
	padding: 4px
}

@media only screen and (max-device-width: 736px), screen and (max-width: 736px) {
	.eventTile.activityFeedWidget.large .eventTileContent .eventTileNameWrapper .eventTileName {
		padding: 2.6844px
	}
}

.eventTile.activityFeedWidget .activityFeedWidgetGridWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	color: initial;
	padding: 0 1px 1px 1px
}

.eventTile.activityFeedWidget .activityFeedWidgetGridWrapper table#activityFeedWidgetGrid {
	border-collapse: collapse !important
}

.eventTile.activityFeedWidget .activityFeedWidgetGridWrapper .dataTables_empty {
	color: #000
}

.activityFeedDetail .activityFeedImageWrapper > img {
	border: 1px solid #a7b2bc;
	width: 250px
}

.opacity0 {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.mirrorVertical {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.mirrorHorizontal {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, -1)
}

.horizontalStretch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.horizontalStretchImportant {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 100% !important
}

.verticalStretch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%
}

.verticalStretchImportant {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	height: 100% !important
}

.table {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%
}

.table.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.table.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.simpleTable {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0
}

.inlineTable {
	display: inline-table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative
}

.fixedTbl {
	table-layout: fixed
}

.tableRow {
	display: table-row;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	padding: 0;
	width: 100%;
	height: auto
}

.tableCell {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: auto;
	height: auto;
	overflow: hidden
}

.tableCell.top {
	vertical-align: top
}

.tableCell.bottom {
	vertical-align: bottom
}

.tableCell.middle {
	vertical-align: middle
}

.tableCell.baseline {
	vertical-align: baseline
}

.tableCell.left {
	text-align: left
}

.tableCell.right {
	text-align: right
}

.tableCell.center {
	text-align: center
}

.tableCell.hStretch {
	width: 100%
}

.simpleTableCell {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	vertical-align: top;
	width: auto
}

.simpleTableCell.top {
	vertical-align: top
}

.simpleTableCell.bottom {
	vertical-align: bottom
}

.simpleTableCell.middle {
	vertical-align: middle
}

.simpleTableCell.baseline {
	vertical-align: baseline
}

.simpleTableCell.left {
	text-align: left
}

.simpleTableCell.right {
	text-align: right
}

.simpleTableCell.center {
	text-align: center
}

.simpleTableCell.hStretch {
	width: 100%
}

.flexDisplay {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex
}

.flexDisplayImportant {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flexbox !important;
	display: -ms-flex !important;
	display: flex !important
}

.inlineFlexDisplay {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex
}

.inlineFlexDisplayImportant {
	display: -webkit-inline-flex !important;
	display: -moz-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: -ms-inline-flex !important;
	display: inline-flex !important
}

.flexDirectionRow {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.flexDirectionRowReverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flexDirectionColumn {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flexDirectionColumnReverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.flexNoWrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flexJustifyContentFlexStart {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flexJustifyContentFlexEnd {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flexJustifyContentCenter {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flexJustifyContentSpaceBetween {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flexJustifyContentSpaceAround {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flexAlignItemsFlexStart {
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flexAlignItemsFlexEnd {
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flexAlignItemsCenter {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flexAlignItemsBaseline {
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.flexAlignItemsStretch {
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.flexAlignContentFlexStart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.flexAlignContentFlexEnd {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.flexAlignContentCenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.flexAlignContentSpaceBetween {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.flexAlignContentSpaceAround {
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.flexAlignContentStretch {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.flexInitial {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flexAuto {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flexAutoNoShrink {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flexNone {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.flexStretch {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.flexHalf {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flexAlignSelfAuto {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto
}

.flexAlignSelfFlexStart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.flexAlignSelfFlexEnd {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.flexAlignSelfCenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.flexAlignSelfBaseline {
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.flexAlignSelfStretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

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

.noPadding {
	padding: 0
}

.noMargin {
	margin: 0
}

.noMarginImportant {
	margin: 0 !important
}

.hStack {
	overflow: hidden
}

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

.hStack > * {
	display: inline-block;
	float: left;
	margin: 0
}

.hStack > *.extButtonForm {
	margin-bottom: 0
}

.hStack.rFloat > * {
	float: right
}

.vStack {
	overflow: hidden
}

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

.vStack > * {
	display: block !important;
	float: none;
	margin: 0
}

.dock {
	margin: 0 !important
}

.hidden {
	visibility: hidden
}

.inheritColor {
	color: inherit
}

.noBg {
	background: transparent !important
}

.noDisplay {
	display: none !important
}

.block {
	display: block
}

.inlineBlock {
	display: inline-block
}

.noWrap {
	white-space: nowrap
}

.noFloat {
	float: none
}

.autoMargin {
	margin: auto
}

.preWrap {
	white-space: pre-wrap
}

.relative, .posRel {
	position: relative
}

.absolute, .posAbs {
	position: absolute
}

.fixed {
	position: fixed
}

.zeroPos, .posZero {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.posLeft {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0
}

.posRight {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto
}

.overflowVisible {
	overflow: visible
}

.overflowAuto {
	overflow: auto
}

.overflowHidden {
	overflow: hidden
}

.overflowAutoX {
	overflow-x: auto
}

.overflowAutoY {
	overflow-y: auto
}

.sizeZero {
	border: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important
}

.middle {
	vertical-align: middle
}

.textOverflowEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	line-height: initial;
	min-width: 0
}

.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.floatL {
	float: left
}

.floatR {
	float: right
}

body {
	direction: ltr;
	text-align: left;
	unicode-bidi: normal
}

.homescreen, .homescreen__workflowBar, .homescreen__workflowBar__buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex
}

.homescreen, .homescreen__workflowBar__buttons--left {
	overflow: hidden
}

.homescreen {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.homescreen__workflowBar {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: -moz-linear-gradient(top, #4e555b, #2b3034);
	background: -webkit-linear-gradient(top, #4e555b, #2b3034);
	background: -o-linear-gradient(top, #4e555b, #2b3034);
	background: -ms-linear-gradient(top, #4e555b, #2b3034);
	background: linear-gradient(to bottom, #4e555b, #2b3034);
	height: 41px;
	position: relative;
	z-index: 1;
	left: 0;
	right: 0
}

.homescreen__workflowBar.ng-enter, .homescreen__workflowBar.ng-leave {
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
	-o-transition: .2s linear all;
	transition: .2s linear all
}

.homescreen__workflowBar.ng-enter {
	bottom: -41px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.homescreen__workflowBar.ng-enter.ng-enter-active {
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}

.homescreen__workflowBar.ng-leave {
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}

.homescreen__workflowBar.ng-leave.ng-leave-active {
	bottom: -41px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.homescreen__workflowBar__buttons--left {
	overflow: hidden
}

.homescreen__workflowBar__buttons--right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.opacity0 {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.mirrorVertical {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.mirrorHorizontal {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, -1)
}

.horizontalStretch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.horizontalStretchImportant {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 100% !important
}

.verticalStretch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%
}

.verticalStretchImportant {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	height: 100% !important
}

.table {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%
}

.table.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.table.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.simpleTable {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0
}

.inlineTable {
	display: inline-table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative
}

.fixedTbl {
	table-layout: fixed
}

.tableRow {
	display: table-row;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	padding: 0;
	width: 100%;
	height: auto
}

.tableCell {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: auto;
	height: auto;
	overflow: hidden
}

.tableCell.top {
	vertical-align: top
}

.tableCell.bottom {
	vertical-align: bottom
}

.tableCell.middle {
	vertical-align: middle
}

.tableCell.baseline {
	vertical-align: baseline
}

.tableCell.left {
	text-align: left
}

.tableCell.right {
	text-align: right
}

.tableCell.center {
	text-align: center
}

.tableCell.hStretch {
	width: 100%
}

.simpleTableCell {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	vertical-align: top;
	width: auto
}

.simpleTableCell.top {
	vertical-align: top
}

.simpleTableCell.bottom {
	vertical-align: bottom
}

.simpleTableCell.middle {
	vertical-align: middle
}

.simpleTableCell.baseline {
	vertical-align: baseline
}

.simpleTableCell.left {
	text-align: left
}

.simpleTableCell.right {
	text-align: right
}

.simpleTableCell.center {
	text-align: center
}

.simpleTableCell.hStretch {
	width: 100%
}

.flexDisplay {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex
}

.flexDisplayImportant {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flexbox !important;
	display: -ms-flex !important;
	display: flex !important
}

.inlineFlexDisplay {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex
}

.inlineFlexDisplayImportant {
	display: -webkit-inline-flex !important;
	display: -moz-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: -ms-inline-flex !important;
	display: inline-flex !important
}

.flexDirectionRow {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.flexDirectionRowReverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flexDirectionColumn {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flexDirectionColumnReverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.flexNoWrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flexJustifyContentFlexStart {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flexJustifyContentFlexEnd {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flexJustifyContentCenter {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flexJustifyContentSpaceBetween {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flexJustifyContentSpaceAround {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flexAlignItemsFlexStart {
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flexAlignItemsFlexEnd {
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flexAlignItemsCenter {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flexAlignItemsBaseline {
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.flexAlignItemsStretch {
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.flexAlignContentFlexStart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.flexAlignContentFlexEnd {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.flexAlignContentCenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.flexAlignContentSpaceBetween {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.flexAlignContentSpaceAround {
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.flexAlignContentStretch {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.flexInitial {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flexAuto {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flexAutoNoShrink {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flexNone {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.flexStretch {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.flexHalf {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flexAlignSelfAuto {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto
}

.flexAlignSelfFlexStart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.flexAlignSelfFlexEnd {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.flexAlignSelfCenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.flexAlignSelfBaseline {
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.flexAlignSelfStretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

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

.noPadding {
	padding: 0
}

.noMargin {
	margin: 0
}

.noMarginImportant {
	margin: 0 !important
}

.hStack {
	overflow: hidden
}

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

.hStack > * {
	display: inline-block;
	float: left;
	margin: 0
}

.hStack > *.extButtonForm {
	margin-bottom: 0
}

.hStack.rFloat > * {
	float: right
}

.vStack {
	overflow: hidden
}

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

.vStack > * {
	display: block !important;
	float: none;
	margin: 0
}

.dock {
	margin: 0 !important
}

.hidden {
	visibility: hidden
}

.inheritColor {
	color: inherit
}

.noBg {
	background: transparent !important
}

.noDisplay {
	display: none !important
}

.block {
	display: block
}

.inlineBlock {
	display: inline-block
}

.noWrap {
	white-space: nowrap
}

.noFloat {
	float: none
}

.autoMargin {
	margin: auto
}

.preWrap {
	white-space: pre-wrap
}

.relative, .posRel {
	position: relative
}

.absolute, .posAbs {
	position: absolute
}

.fixed {
	position: fixed
}

.zeroPos, .posZero {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.posLeft {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0
}

.posRight {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto
}

.overflowVisible {
	overflow: visible
}

.overflowAuto {
	overflow: auto
}

.overflowHidden {
	overflow: hidden
}

.overflowAutoX {
	overflow-x: auto
}

.overflowAutoY {
	overflow-y: auto
}

.sizeZero {
	border: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important
}

.middle {
	vertical-align: middle
}

.textOverflowEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	line-height: initial;
	min-width: 0
}

.autoWidth {
	min-width: 0;
	width: auto;
	max-width: none
}

.autoHeight {
	min-height: 0;
	height: auto;
	max-height: none
}

.floatL {
	float: left
}

.floatR {
	float: right
}

body {
	direction: ltr;
	text-align: left;
	unicode-bidi: normal
}

.manualContext {
	position: relative;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	overflow: hidden;
	background: #f2f3f7
}

.manualContext > div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left: 0;
	right: 0;
	padding: 6px 11px 6px 8px
}

.manualContext > div#manualContextContent {
	top: 0;
	bottom: 0
}

.manualContainer #manualContainerContent {
	padding: 16px
}

.manualContentContainer {
	padding: 16px
}

.manualContent {
	padding-left: 200px;
	font-size: 12pt
}

.manualContent table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	padding: 0;
	margin: 0
}

.manualContent table tr {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	padding: 0
}

.manualContent table tr td {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	padding: 0
}

.manualContent .Bold {
	font-weight: bold
}

.manualContent .Italic {
	font-style: italic
}

.manualContent .Heading, .manualContent h1 {
	display: block;
	font-size: 21pt;
	font-family: 'SiemensSerif';
	margin-top: 28px;
	margin-bottom: 4px;
	margin-left: -200px;
	padding: 4px 8px;
	background: rgba(0, 0, 0, 0.1);
	line-height: normal
}

.manualContent .SubHeading, .manualContent h2 {
	font-size: 16.5pt;
	margin-top: 32px;
	margin-bottom: 8px;
	line-height: normal
}

.manualContent h3 {
	font-size: 12pt;
	margin-top: 32px;
	margin-bottom: 8px;
	line-height: normal
}

.manualContent dl {
	margin: 0;
	margin-bottom: 8px
}

.manualContent *:not(dl) + dl {
	margin-top: 16px
}

.manualContent dl.DashList, .manualContent dl.DashListIndent {
	margin-left: 32px
}

.manualContent dt {
	margin: 0 !important;
	display: inline-block
}

.manualContent dd {
	margin: 0 !important;
	display: inline-block
}

.manualContent img {
	max-width: 100%
}

.manualContent .ParagraphImage {
	margin: 4px
}

.manualContent .Paragraph {
	margin-top: 8px
}

.manualContent .GraphicWide > img {
	width: 100%
}

.manualContent .Reference {
	margin-left: -200px;
	width: calc(100% + 200px) !important
}

.manualContent .Reference .IconCell, .manualContent .Reference table > tbody > tr:first-child > td:first-child {
	width: 200px;
	vertical-align: middle;
	text-align: center
}

.manualContent .Reference .IconCell > div, .manualContent .Reference table > tbody > tr > td > div {
	margin: 0 !important
}

.manualContent.smallScreen {
	padding-left: 0
}

.manualContent.smallScreen .Heading, .manualContent.smallScreen h1 {
	margin-left: 0
}

.manualContent.smallScreen .Reference {
	margin-left: 0;
	width: 100% !important
}

.manualContent.smallScreen .Reference .IconCell, .manualContent.smallScreen .Reference table > tbody > tr:first-child > td:first-child {
	width: 80px
}

.settings {
	color: #000
}

.settings > .simpleTable, .settings > .contentWrapper > .simpleTable {
	border-collapse: separate;
	border-spacing: 0 20px;
	margin-top: -10px
}

.settings > .simpleTable .tableRow > .tableCell, .settings > .contentWrapper > .simpleTable .tableRow > .tableCell, .settings > .simpleTable .tableRow > .simpleTableCell, .settings > .contentWrapper > .simpleTable .tableRow > .simpleTableCell {
	padding: 6px
}

.settings > .simpleTable .tableRow > .tableCell.top, .settings > .contentWrapper > .simpleTable .tableRow > .tableCell.top, .settings > .simpleTable .tableRow > .simpleTableCell.top, .settings > .contentWrapper > .simpleTable .tableRow > .simpleTableCell.top {
	padding-top: 18px;
	white-space: nowrap
}

.settings > .simpleTable .tableRow > .tableCell:first-child, .settings > .contentWrapper > .simpleTable .tableRow > .tableCell:first-child, .settings > .simpleTable .tableRow > .simpleTableCell:first-child, .settings > .contentWrapper > .simpleTable .tableRow > .simpleTableCell:first-child {
	padding-left: 0
}

.settings > .simpleTable .tableRow > .tableCell:last-child, .settings > .contentWrapper > .simpleTable .tableRow > .tableCell:last-child, .settings > .simpleTable .tableRow > .simpleTableCell:last-child, .settings > .contentWrapper > .simpleTable .tableRow > .simpleTableCell:last-child {
	padding-right: 0
}

.settings > .simpleTable .tableRow > .tableCell .settingLabel, .settings > .contentWrapper > .simpleTable .tableRow > .tableCell .settingLabel, .settings > .simpleTable .tableRow > .simpleTableCell .settingLabel, .settings > .contentWrapper > .simpleTable .tableRow > .simpleTableCell .settingLabel {
	padding-left: 47px;
	display: inline-block;
	max-width: 600px
}

.view {
	padding: 10px
}