/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! 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: 0.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: 0.35em 0.625em 0.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: 16px;
	line-height: 1.428571429;
	color: #4a4a4a;
	background-color: #ffffff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input,
select[multiple],
textarea {
	background-image: none;
}
a {
	color: #00618b;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #1197d0;
	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: 1px;
}
.img-thumbnail {
	/*
	padding: 0;
	line-height: 1.428571429;
	background-color: #ffffff;
	*/
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	*/
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.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 11px;
}
.lead {
	margin-bottom: 22px;
	font-size: 18.4px;
	font-weight: 200;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 24px;
	}
}
small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-muted {
	color: #cccccc;
}
.text-primary {
	color: #00618b;
}
.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;
}
.text-block {
	text-align:center;
	padding:32px;
	display:none;
	color:#444;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:2px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	margin:0px 0px 16px 0px;
}
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: #cccccc;
}
h1,
h2,
h3 {
	margin-top: 22px;
	margin-bottom: 11px;
}
h4,
h5,
h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}
h1,
.h1 {
	font-size: 41px;
}
h2,
.h2 {
	font-size: 34px;
}
h3,
.h3 {
	font-size: 28px;
}
h4,
.h4 {
	font-size: 20px;
}
h5,
.h5 {
	font-size: 16px;
}
h6,
.h6 {
	font-size: 14px;
}
h1 small,
.h1 small {
	font-size: 28px;
}
h2 small,
.h2 small {
	font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
	font-size: 16px;
}
.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 11px;
}
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: 22px;
}
dt,
dd {
	line-height: 1.428571429;
}
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: " ";
		/* 1 */

		display: table;
		/* 2 */

	}
	.dl-horizontal dd:after {
		clear: both;
	}
	.dl-horizontal dd:before,
	.dl-horizontal dd:after {
		content: " ";
		/* 1 */

		display: table;
		/* 2 */

	}
	.dl-horizontal dd:after {
		clear: both;
	}
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #cccccc;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 11px 22px;
	margin: 0 0 22px;
	border-left: 5px solid #eeeeee;
}
blockquote p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote small {
	display: block;
	line-height: 1.428571429;
	color: #cccccc;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	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: 22px;
	font-style: normal;
	line-height: 1.428571429;
}
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: 1px;
}
pre {
	display: block;
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 15px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #4a4a4a;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 1px;
}
pre.prettyprint {
	margin-bottom: 22px;
}
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: 16px;
	padding-right: 16px;
}
.container:before,
.container:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.container:after {
	clear: both;
}
.container:before,
.container:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.container:after {
	clear: both;
}
.row {
	margin-left: -16px;
	margin-right: -16px;
}
.row:before,
.row:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.row:after {
	clear: both;
}
.row:before,
.row:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.row:after {
	clear: both;
}
.col-xs-1,
.col-xs-1-5,
.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-1-5,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-7-5,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-1-5,
.col-md-2,
.col-md-3,
.col-md-sh-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-1-5,
.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,
.col-xl-1,
.col-xl-1-5,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 16px;
	padding-right: 16px;
}
.col-xs-1,
.col-xs-1-5,
.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.333333333333332%;
}
.col-xs-1-5 {
	width: 12.5%;
}
.col-xs-2 {
	width: 16.666666666666664%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333333333333%;
}
.col-xs-5 {
	width: 41.66666666666667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.333333333333336%;
}
.col-xs-8 {
	width: 66.66666666666666%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333333333334%;
}
.col-xs-11 {
	width: 91.66666666666666%;
}
.col-xs-12 {
	width: 100%;
}
@media (min-width: 550px) {
	.col-md-sh-3 {
		float: left;
	}
	.col-md-sh-3 {
		width: 50%;
	}
}
@media (min-width: 600px) {
	.pos-abs-above-600 {
		position:absolute;
	}
}
@media (min-width: 768px) {
	.col-md-sh-3 {
		float: left;
	}
	.col-md-sh-3 {
		width: 33%;
	}
	.col-sm-1,
	.col-sm-1-5,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-7-5,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11 {
		float: left;
	}
	.col-sm-1 {
		width: 8.333333333333332%;
	}
	.col-sm-1-5 {
		width: 12.5%;
	}
	.col-sm-2 {
		width: 16.666666666666664%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333333333333%;
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.333333333333336%;
	}
	.col-sm-7-5 {
		width: 62.5%;
	}
	.col-sm-8 {
		width: 66.66666666666666%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333333333334%;
	}
	.col-sm-11 {
		width: 91.66666666666666%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-push-2 {
		left: 16.666666666666664%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.col-sm-push-5 {
		left: 41.66666666666667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.333333333333336%;
	}
	.col-sm-push-8 {
		left: 66.66666666666666%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333333333334%;
	}
	.col-sm-push-11 {
		left: 91.66666666666666%;
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}
}
@media (max-width: 991px) {
	.col-sm-0{
		display:none !important;
	}
	.text-sm-left-md-right {
		text-align:left;
	}
	.sm-padding-right-0 {
		padding-right:0px !important;
	}
	.sm-padding-top-2 {
		padding-top:2px !important;
	}
	/*Flightlog-specific stuff*/
	.fl_sec_head_sm {
		display:inline-block;
		padding:3px 0px 11px 0px;
	}
}
.fl_sec_head_sm {
	color:rgb(0, 97, 139);
	font-size:22px;
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-1-5,
	.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.333333333333332%;
	}
	.col-md-1-5 {
		width: 12.5%;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.333333333333332%;
	}
	.col-md-push-2 {
		left: 16.666666666666664%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333333333333%;
	}
	.col-md-push-5 {
		left: 41.66666666666667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.333333333333336%;
	}
	.col-md-push-8 {
		left: 66.66666666666666%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333333333334%;
	}
	.col-md-push-11 {
		left: 91.66666666666666%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.333333333333332%;
	}
	.col-md-pull-2 {
		right: 16.666666666666664%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333333333333%;
	}
	.col-md-pull-5 {
		right: 41.66666666666667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.333333333333336%;
	}
	.col-md-pull-8 {
		right: 66.66666666666666%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333333333334%;
	}
	.col-md-pull-11 {
		right: 91.66666666666666%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.text-sm-left-md-right {
		text-align:right;
	}
	.col-sm-visi {
		display: none !important;
	}
}
@media (min-width: 1150px) {
	.col-md-sh-3 {
		float: left;
	}
	.col-md-sh-3 {
		width: 25%;
	}
}
@media (max-width: 1199px) {
	.col-md-0 {
		display:none !important;
	}
}
@media (min-width: 1200px) {
	.col-not-md-0 {
		display:none;
	}
	.col-lg-1,
	.col-lg-1-5,
	.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.333333333333332%;
	}
	.col-lg-1-5 {
		width: 12.5%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
}
@media (max-width: 1499px) {
	.col-lg-0 {
		display:none !important;
	}
}
@media (min-width: 1350px) {
	.col-xlg-6 {
		width:50%;
	}
}
@media (min-width: 1500px) {
	.col-xl-1,
	.col-xl-1-5,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11 {
		float: left;
	}
	.col-xl-1 {
		width: 8.333333333333332%;
	}
	.col-xl-1-5 {
		width: 12.5%;
	}
	.col-xl-2 {
		width: 16.666666666666664%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-4 {
		width: 33.33333333333333%;
	}
	.col-xl-5 {
		width: 41.66666666666667%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-7 {
		width: 58.333333333333336%;
	}
	.col-xl-8 {
		width: 66.66666666666666%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-10 {
		width: 83.33333333333334%;
	}
	.col-xl-11 {
		width: 91.66666666666666%;
	}
	.col-xl-12 {
		width: 100%;
	}
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	margin-bottom: 22px;
}
.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.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table_m {
	width: 100%;
	margin-bottom: 22px;
}
.table_m thead > tr > th,
.table_m tbody > tr > th,
.table_m tfoot > tr > th,
.table_m thead > tr > td,
.table_m tbody > tr > td,
.table_m tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
}
.table_m thead > tr > th {
	vertical-align: middle;
	border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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-zebra {
	background-color:#FFF;
}
.table-zebra > tbody > tr:nth-child(odd) > td {
	background-color:#E8E8E8;
}
.table-zebra-vis {
	background-color:#FFF;
}
.table-zebra-vis > tbody > tr.vis_odd > td {
	background-color:#E8E8E8;
}
.table-hoverzebra > tbody > tr:nth-child(odd):hover > td {
	background-color:#E0E0E0;
}
.table-hoverzebra > tbody > tr:nth-child(even):hover > td {
	background-color:#f5f5f5;
}
.table-hoverzebra-vis > tbody > tr.vis_odd:hover > td {
	background-color:#E0E0E0;
}
.table-hoverzebra-vis > tbody > tr.vis_even:hover > td {
	background-color:#f5f5f5;
}
tr.invis {
	display:none;
}
.table-zebra-dropdown {
	background-color:#FFF;
}
.table-zebra-dropdown > tbody > tr:nth-child(4n+1) > td,
.table-zebra-dropdown > tbody > tr:nth-child(4n+2) > td {
	background-color:#E8E8E8;
}
.table-zebra-dropdown > tbody > tr:nth-child(4n+2) > td,
.table-zebra-dropdown > tbody > tr:nth-child(4n+0) > td {
	border:0px;
}
.table-hoverzebra-dropdown > tbody > tr:nth-child(4n+1):hover > td,
.table-hoverzebra-dropdown > tbody > tr:nth-child(4n+2):hover > td,
.table-hoverzebra-dropdown > tbody > tr:nth-child(4n+1):hover + tr > td {
	background-color:#E0E0E0;
}
.table-hoverzebra-dropdown > tbody > tr:nth-child(4n+3):hover > td,
.table-hoverzebra-dropdown > tbody > tr:nth-child(4n+0):hover > td {
	background-color:#f5f5f5;
}
.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: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		border: 1px solid #dddddd;
	}
	.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: 22px;
	font-size: 24px;
	line-height: inherit;
	color: #4a4a4a;
	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;
	/* IE8-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;
	border-bottom: 1px solid #9b9b9b;
}
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 {
	display: block;
	width: 100%;
	vertical-align: middle;
	background-color: #ffffff;
	border-radius: 1px;
}
.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-btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	display: block;
	min-height: 22px;
	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: 1px;
}
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: 1px;
}
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: #8a8a8a;
}
.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;
	}
@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: -16px;
	margin-right: -16px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}
.btn {
	display: inline-block;
	padding: 6px 16px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 1px;
	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: #333333;
	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: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	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: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color: #ffffff;
	background-color: #00618b;
	border-color: #004f72;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #004562;
	border-color: #002434;
}
.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: #00618b;
	border-color: #004f72;
}
.btn-warning {
	color: #ffffff;
	background-color: #ffd715;
	border-color: #fbd000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ebc300;
	border-color: #bd9d00;
}
.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: #ffd715;
	border-color: #fbd000;
}
.btn-success {
	color: #ffffff;
	background-color: #96e413;
	border-color: #87cc11;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #7dbe10;
	border-color: #61940c;
}
.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: #96e413;
	border-color: #87cc11;
}
.btn-info {
	color: #ffffff;
	background-color: #1197d0;
	border-color: #0f86b8;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #0e7caa;
	border-color: #0a5d80;
}
.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: #1197d0;
	border-color: #0f86b8;
}
.btn-link {
	color: #00618b;
	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: #1197d0;
	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: #cccccc;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 1px;
}
.btn-sm,
.btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px;
}
.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%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
	content: "\2a";
}
.glyphicon-plus:before {
	content: "\2b";
}
.glyphicon-euro:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-briefcase:before {
	content: "\1f4bc";
}
.glyphicon-calendar:before {
	content: "\1f4c5";
}
.glyphicon-pushpin:before {
	content: "\1f4cc";
}
.glyphicon-paperclip:before {
	content: "\1f4ce";
}
.glyphicon-camera:before {
	content: "\1f4f7";
}
.glyphicon-lock:before {
	content: "\1f512";
}
.glyphicon-bell:before {
	content: "\1f514";
}
.glyphicon-bookmark:before {
	content: "\1f516";
}
.glyphicon-fire:before {
	content: "\1f525";
}
.glyphicon-wrench:before {
	content: "\1f527";
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0 dotted;
	content: "";
}
.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: 16px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 1px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu {
		max-height: 400px;
		overflow-y: auto;
	}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #4a4a4a;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color:rgba(0,128,255,0.1);
}
.forceTypeMenu > li > a:hover,
.forceTypeMenu > li > a:focus {
	text-decoration: none;
	color: #4a4a4a;
	background-color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #00618b;
	text-decoration: none;
	outline: 0;
	background-color: #e6eff3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #cccccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	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-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #cccccc;
}
.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 dotted;
	border-bottom: 4px solid #000000;
	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 {
		right: 0;
		left: auto;
	}
}
.btn-default .caret {
	border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
	border-top-color: #fff;
}
.dropup .btn-default .caret {
	border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
	border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
	outline: none;
}
.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:before,
.btn-toolbar:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn-group {
	float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-xs > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px;
	padding: 1px 5px;
}
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px;
}
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 1px;
}
.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, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.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: 1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 1px;
	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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
	float: none;
	display: table-cell;
	width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
	display: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group.col {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 1px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	line-height: 45px;
}
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: 1px;
}
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;
}
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-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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 16px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 1px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 1px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 1px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	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 > .dropdown-toggle,
.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:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
	z-index: 2;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before,
.nav:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.nav:after {
	clear: both;
}
.nav:before,
.nav:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #cccccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #cccccc;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #00618b;
}
.nav .nav-divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #444;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	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;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
}
.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #dddddd;
	margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
	border-bottom-color: #ffffff;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 5px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #e6eff3;
}
.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;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	border-bottom: 1px solid #dddddd;
	margin-right: 0;
}
.nav-tabs-justified > .active > a {
	border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.tabbable:after {
	clear: both;
}
.tabbable:before,
.tabbable:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.tabbable:after {
	clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.nav .caret {
	border-top-color: #00618b;
	border-bottom-color: #00618b;
}
.nav a:hover .caret {
	border-top-color: #1197d0;
	border-bottom-color: #1197d0;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	z-index: 1000;
	min-height: 50px;
	margin-bottom: 22px;
	border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.navbar:after {
	clear: both;
}
.navbar:before,
.navbar:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.navbar:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 1px;
	}
}
.navbar-header:before,
.navbar-header:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.navbar-header:after {
	clear: both;
}
.navbar-header:before,
.navbar-header:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.navbar-header:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 16px;
	padding-left: 16px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-collapse .navbar-nav.navbar-left:first-child {
		margin-left: -16px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: -16px;
	}
	.navbar-collapse .navbar-text:last-child {
		margin-right: 0;
	}
}
.container > .navbar-header,
.container > .navbar-collapse {
	margin-right: -16px;
	margin-left: -16px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	z-index: 1030;
	top: 0;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand {
	float: left;
	padding: 14px 16px;
	font-size: 18px;
	line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand {
		margin-left: -16px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 16px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 1px;
}
.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;
	}
}
@media (max-width: 767px) {
	.skyLogo {
		display: none;
	}
	.external-logo {
		display: none;
	}
	.external_skyLogo {

	}
	.navbar-brand {
		display: none;
	}
	.mx-typestatistics {
		display: none;
	}
	.mx-allEntries {
	}
	.form-signin .login {
		padding:2.5%;
	}
	.form-signin .signup {
		padding:2.5%;
	}
}
@media (max-width: 768px) {
	.allEntries{
		display: none;
	}
}
.navbar-nav {
	margin: 7px -16px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
}
@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 > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 22px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
}
.navbar-form {
	margin-left: -16px;
	margin-right: -16px;
	padding: 10px 16px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 7px;
	margin-bottom: 7px;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}
@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;
		box-shadow: none;
	}
}
.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-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.navbar-btn {
	margin-top: 7px;
	margin-bottom: 7px;
}
.navbar-text {
	float: left;
	margin-top: 14px;
	margin-bottom: 14px;
}
@media (min-width: 768px) {
	.navbar-text {
		margin-left: 16px;
		margin-right: 16px;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #555555;
	border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #777777;
	border-bottom-color: #777777;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777777;
}
.navbar-default .navbar-link:hover {
	color: #333333;
}
.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #cccccc;
	background-color: rgba(0, 0, 0, 0.15);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #cccccc;
	background-color: rgba(0, 0, 0, 0.15);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	/*background-color: #333333;*/
	background-color: #00618b;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: rgba(0, 0, 0, 0.15);
	color: #cccccc;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #cccccc;
		background-color: rgba(0, 0, 0, 0.15);
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #cccccc;
		background-color: rgba(0, 0, 0, 0.15);
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
	color: #cccccc;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #eeeeee;
	border-radius: 4px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #cccccc;
	content: "/\00a0";
}

.breadcrumb > .active_b {
	color: #999999;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 22px 0;
	border-radius: 1px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 16px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #00618b;
	border-color: #00618b;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #cccccc;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}
.pager {
	padding-left: 0;
	margin: 22px 0;
	list-style: none;
	text-align: center;
}
.pager:before,
.pager:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.pager:after {
	clear: both;
}
.pager:before,
.pager:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #cccccc;
	background-color: #ffffff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.label-default {
	background-color: #858585;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #b3b3b3;
}
.label-primary {
	background-color: #00618b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #003d58;
}
.label-success {
	background-color: #96e413;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #77b50f;
}
.label-info {
	background-color: #1197d0;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #0d75a1;
}
.label-warning {
	background-color: #ffd715;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #e1bb00;
}
.label-custom {
	background-color: #006666;
}
.label-custom[href]:focus {
	background-color: #003333;
}
.label-danger {
	background-color: #ff2415;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #e10e00;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.5;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #444;
	border-radius: 16px;
}
.badge:empty {
	display: none;
}
a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.btn .badge {
	position: relative;
	top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #00618b;
	background-color: #ffffff;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1 {
	line-height: 1;
	color: inherit;
}
.jumbotron p {
	line-height: 1.4;
}
.container .jumbotron {
	border-radius: 1px;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1 {
		font-size: 72px;
	}
}
.thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	display: block;
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #00618b;
}
.thumbnail > img {
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #4a4a4a;
}
.alert {
	padding: 15px;
	margin-bottom: 22px;
	border: 1px solid transparent;
	border-radius: 1px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #356635;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #2d6987;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #fbeed5;
	color: #c09853;
}
.alert-warning hr {
	border-top-color: #f8e5be;
}
.alert-warning .alert-link {
	color: #a47e3c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger hr {
	border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
	color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 22px;
	margin-bottom: 22px;
	background-color: #f5f5f5;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #00618b;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #96e413;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #1197d0;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #ffd715;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #ff2415;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
	overflow: hidden;
	zoom: 0.8;
}
.media,
.media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.list-group-item:first-child {
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item {
	color: #555555;
}
a.list-group-item .list-group-item-heading {
	color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #e6eff3;
	border-color: #e6eff3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #ffffff;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 22px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-body:before,
.panel-body:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.panel-body:after {
	clear: both;
}
.panel-body:before,
.panel-body:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.panel-body:after {
	clear: both;
}
.panel > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item {
	border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
	border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .table {
	margin-bottom: 0;
}
.panel > .panel-body + .table {
	border-top: 1px solid #dddddd;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.panel-heading-enlarge {
		padding: 20px 15px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}
.panel-title > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 1px;
	overflow: hidden;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #4a4a4a;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #dddddd;
}
.panel-primary {
	border-color: #00618b;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #00618b;
	border-color: #00618b;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #00618b;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #00618b;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-warning {
	border-color: #fbeed5;
}
.panel-warning > .panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #fbeed5;
}
.panel-danger {
	border-color: #eed3d7;
}
.panel-danger > .panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #eed3d7;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #bce8f1;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 1px;
}
.well-sm {
	padding: 9px;
	border-radius: 1px;
}
.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 15px;
}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 10px;
	z-index: 1050;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 1px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.428571429;
}
.modal-body {
	position: relative;
	padding: 20px;
}
.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.modal-footer:after {
	clear: both;
}
.modal-footer:before,
.modal-footer:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.modal-footer:after {
	clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
	.modal-dialog {
		left: 50%;
		right: auto;
		width: 600px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	 .modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}
.tooltip {
	position: absolute;
	z-index: 2000 !important;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.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: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 1px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101000;
	display: none;
	max-width: 400px;
	padding: 1px;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 1px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	/*padding: 9px 14px;*/
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}
.popover-notifications {
	width: 370px;
	max-width: 550px;
}
.popover-n-content {
	max-height: 520px;
	overflow-y: auto;
}
.popover-notif-title {
	margin:-14px -14px 14px -15px;
}
.popover-notif-content {
	 width: 360px;
	 padding:10px;
	 margin:-14px -14px 14px -15px;
	 padding: 5px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.clearfix:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.affix {
	position: fixed;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}
.visible-xs {
	display: none !important;
}
tr.visible-xs {
	display: none !important;
}
th.visible-xs,
td.visible-xs {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-xs.visible-sm {
		display: block !important;
	}
	tr.visible-xs.visible-sm {
		display: table-row !important;
	}
	th.visible-xs.visible-sm,
	td.visible-xs.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-xs.visible-md {
		display: block !important;
	}
	tr.visible-xs.visible-md {
		display: table-row !important;
	}
	th.visible-xs.visible-md,
	td.visible-xs.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-xs.visible-lg {
		display: block !important;
	}
	tr.visible-xs.visible-lg {
		display: table-row !important;
	}
	th.visible-xs.visible-lg,
	td.visible-xs.visible-lg {
		display: table-cell !important;
	}
}
.visible-sm {
	display: none !important;
}
tr.visible-sm {
	display: none !important;
}
th.visible-sm,
td.visible-sm {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display: block !important;
	}
	tr.visible-sm.visible-xs {
		display: table-row !important;
	}
	th.visible-sm.visible-xs,
	td.visible-sm.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-sm.visible-md {
		display: block !important;
	}
	tr.visible-sm.visible-md {
		display: table-row !important;
	}
	th.visible-sm.visible-md,
	td.visible-sm.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-sm.visible-lg {
		display: block !important;
	}
	tr.visible-sm.visible-lg {
		display: table-row !important;
	}
	th.visible-sm.visible-lg,
	td.visible-sm.visible-lg {
		display: table-cell !important;
	}
}
.visible-md {
	display: none !important;
}
tr.visible-md {
	display: none !important;
}
th.visible-md,
td.visible-md {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-md.visible-xs {
		display: block !important;
	}
	tr.visible-md.visible-xs {
		display: table-row !important;
	}
	th.visible-md.visible-xs,
	td.visible-md.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-md.visible-sm {
		display: block !important;
	}
	tr.visible-md.visible-sm {
		display: table-row !important;
	}
	th.visible-md.visible-sm,
	td.visible-md.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-md.visible-lg {
		display: block !important;
	}
	tr.visible-md.visible-lg {
		display: table-row !important;
	}
	th.visible-md.visible-lg,
	td.visible-md.visible-lg {
		display: table-cell !important;
	}
}
.visible-lg {
	display: none !important;
}
tr.visible-lg {
	display: none !important;
}
th.visible-lg,
td.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-lg.visible-xs {
		display: block !important;
	}
	tr.visible-lg.visible-xs {
		display: table-row !important;
	}
	th.visible-lg.visible-xs,
	td.visible-lg.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-lg.visible-sm {
		display: block !important;
	}
	tr.visible-lg.visible-sm {
		display: table-row !important;
	}
	th.visible-lg.visible-sm,
	td.visible-lg.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-lg.visible-md {
		display: block !important;
	}
	tr.visible-lg.visible-md {
		display: table-row !important;
	}
	th.visible-lg.visible-md,
	td.visible-lg.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
.hidden-xs {
	display: block !important;
}
tr.hidden-xs {
	display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	tr.hidden-xs {
		display: none !important;
	}
	th.hidden-xs,
	td.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-xs.hidden-sm {
		display: none !important;
	}
	tr.hidden-xs.hidden-sm {
		display: none !important;
	}
	th.hidden-xs.hidden-sm,
	td.hidden-xs.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-xs.hidden-md {
		display: none !important;
	}
	tr.hidden-xs.hidden-md {
		display: none !important;
	}
	th.hidden-xs.hidden-md,
	td.hidden-xs.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-xs.hidden-lg {
		display: none !important;
	}
	tr.hidden-xs.hidden-lg {
		display: none !important;
	}
	th.hidden-xs.hidden-lg,
	td.hidden-xs.hidden-lg {
		display: none !important;
	}
}
.hidden-sm {
	display: block !important;
}
tr.hidden-sm {
	display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-sm.hidden-xs {
		display: none !important;
	}
	tr.hidden-sm.hidden-xs {
		display: none !important;
	}
	th.hidden-sm.hidden-xs,
	td.hidden-sm.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
	tr.hidden-sm {
		display: none !important;
	}
	th.hidden-sm,
	td.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-sm.hidden-md {
		display: none !important;
	}
	tr.hidden-sm.hidden-md {
		display: none !important;
	}
	th.hidden-sm.hidden-md,
	td.hidden-sm.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-sm.hidden-lg {
		display: none !important;
	}
	tr.hidden-sm.hidden-lg {
		display: none !important;
	}
	th.hidden-sm.hidden-lg,
	td.hidden-sm.hidden-lg {
		display: none !important;
	}
}
.hidden-md {
	display: block !important;
}
tr.hidden-md {
	display: table-row !important;
}
th.hidden-md,
td.hidden-md {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-md.hidden-xs {
		display: none !important;
	}
	tr.hidden-md.hidden-xs {
		display: none !important;
	}
	th.hidden-md.hidden-xs,
	td.hidden-md.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md.hidden-sm {
		display: none !important;
	}
	tr.hidden-md.hidden-sm {
		display: none !important;
	}
	th.hidden-md.hidden-sm,
	td.hidden-md.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
	tr.hidden-md {
		display: none !important;
	}
	th.hidden-md,
	td.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-md.hidden-lg {
		display: none !important;
	}
	tr.hidden-md.hidden-lg {
		display: none !important;
	}
	th.hidden-md.hidden-lg,
	td.hidden-md.hidden-lg {
		display: none !important;
	}
}
.hidden-lg {
	display: block !important;
}
tr.hidden-lg {
	display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-lg.hidden-xs {
		display: none !important;
	}
	tr.hidden-lg.hidden-xs {
		display: none !important;
	}
	th.hidden-lg.hidden-xs,
	td.hidden-lg.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-lg.hidden-sm {
		display: none !important;
	}
	tr.hidden-lg.hidden-sm {
		display: none !important;
	}
	th.hidden-lg.hidden-sm,
	td.hidden-lg.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg.hidden-md {
		display: none !important;
	}
	tr.hidden-lg.hidden-md {
		display: none !important;
	}
	th.hidden-lg.hidden-md,
	td.hidden-lg.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
	tr.hidden-lg {
		display: none !important;
	}
	th.hidden-lg,
	td.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
tr.visible-print {
	display: none !important;
}
th.visible-print,
td.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
	.hidden-print {
		display: none !important;
	}
	tr.hidden-print {
		display: none !important;
	}
	th.hidden-print,
	td.hidden-print {
		display: none !important;
	}
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
	/*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
	width: 220px;
}
.datepicker.datepicker-rtl {
	direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
	float: right;
}
.datepicker-dropdown {
	top: 0;
	left: 0;
}
.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}
.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-top: 0;
	position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
	top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
	top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #ffffff;
}
.datepicker > div {
	display: none;
}
.datepicker.days div.datepicker-days {
	display: block;
}
.datepicker.months div.datepicker-months {
	display: block;
}
.datepicker.years div.datepicker-years {
	display: block;
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.datepicker td,
.datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent;
}
.datepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
	color: #000;
}
.datepicker table tr td.today.active:hover {
	color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
	background-color: #f3d17a;
	background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
	background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: linear-gradient(top, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
	background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
	background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
	background-color: #9e9e9e;
	background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
	background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
	background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
	background-image: -o-linear-gradient(top, #b3b3b3, #808080);
	background-image: linear-gradient(top, #b3b3b3, #808080);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
	border-color: #808080 #808080 #595959;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
	background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
	background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
	background-color: #003399 \9;
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.datepicker table tr td span:hover {
	background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
	background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
	color: #999999;
}
.datepicker th.datepicker-switch {
	width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
	cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
	background: #eeeeee;
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
	cursor: default;
	background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.input-daterange input {
	text-align: center;
}
.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
}
/*

	MX Config

*/
/*

	Global

*/
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #f6f3ef;
}
img {
	max-width: 100%;
	height: auto;
}
a:link {
	text-decoration: none;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
a:hover {
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
h1,
h2,
h3,
h4 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
.text-meta {
	color: #444;
}
.text-normal {
	font-weight: 400;
}
/*

	Navbar

*/
.navbar {
	background: #00618b;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: none;
}
.navbar .navbar-brand {
	padding: 13px 15px;
	display: inline-block;
	float: none;
}
.navbar .navbar-header {
	position: absolute;
	width: 70%;
	top: 0;
	height: 125%;
}
.mx-login .navbar .navbar-header {
	position: static;
}
.navbar .navbar-form {
	padding: 7px 15px;
	position: relative;
}
.navbar .navbar-left {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .navbar-form .form-control {
	width: 200px;
	padding-right: 35%;
}
.navbar .navbar-form .btn-group {
	padding: 7px 20px 7px 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.navbar .navbar-form .btn-group .btn {
	padding: 6px 4px;
}
.navbar .navbar-right {
	float: right;
	margin: 0;
}
.navbar .navbar-user a {
	padding-top: 15px;
	padding-bottom: 14px;
	font-weight: 500;
}
.navbar-user img {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	margin-left: 0.5em;
}
.navbar .navbar-user .dropdown {
	position: static;
}
.navbar .navbar-user .dropdown-menu {
	width: 100%;
	position: absolute !important;
	z-index: 1000;
	min-width: 100%;
	list-style: none;
	font-size: 16px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #4a4a4a;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #00618b;
	background: #e6eff3;
}
.navbar-user .dropdown-toggle .label {
	display: none;
}
.mx-toggle {
	float: left;
	padding: 6px 24px 7px 24px;
	color: #fff;
	position: relative;
	z-index: 2;
	background-color: #00618b;
}
.mx-toggle .btn {
	font-size: 24px;
	padding-right: 0;
	padding-left: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.mx-toggle .btn i {
	color: #fff;
}
/*

	Layout

*/
.mx-wrap {
	padding-top: 64px;
}

.mx-wrap .mx-container {
	margin: 0;
	padding: 10px 22px;
}

@media (max-width:800px) {
	.mx-wrap .mx-container {
		padding: 16px 16px;
	}
}

@media (max-width:500px) {
	.mx-wrap .mx-container {
		padding: 4px 4px;
	}
}

body.mx-nav-hidden .mx-wrap {
	margin-left: 0;
}
/*

	Side navigation

*/
.mx-nav {
	background: #4A4A4A;
	display: none !important;
	z-index: 10 !important;
	/* Commenting this becuase it's causing the sub-menus not to work
	/* overflow: hidden; */
}
.mx-nav.in,
.mx-nav.collapsing {
	display: block !important;
}
.mx-nav li a {
	color: #fff;
	font-size: 12px;
	line-height: 48px;
	padding:2px 0px 2px 15px;
	vertical-align: middle;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}
.mx-nav li a .l {
	color: #9b9b9b;
}
.mx-nav > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mx-nav > li:hover,
.mx-nav > li:focus {
	border-bottom: 1px solid #434343;
}
.mx-nav > li + li {
	margin: 0;
}
.mx-nav > li > a:hover,
.mx-nav > li > a:focus {
	background: #434343;
}
.mx-nav > li.active {
	border-color: transparent;
}
.mx-nav > li.active > a:hover,
.mx-nav > li.active > a:focus {
	background: #1197d0;
}
.mx-nav > li > a:hover .l,
.mx-nav .active > a .l {
	color: #fff;
}
.mx-nav .fa-stack {
	margin-right: 6px;
}
body.mx-nav-hidden .mx-nav {
	display: none;
}
/*

	Popover

*/
.popover {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	margin: 0;
	padding: 16px;
}
.popover .popover-content {
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: none;
	line-height: 1.5em;
	text-shadow: none;
}
/*

	MX Widget

*/
.mx-widget {
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mx-widget .mx-widget-header h1 {
	font-size: 24px;
	margin: 16px 0;
	text-shadow: 0 1px 0 #fff;
	color: #888;
	font-weight: 300;
	letter-spacing: 0;
}
.mx-widget .mx-widget-header h1 .popover-toggle {
	position: relative;
	top: -2px;
	padding-left: 0.25em;
}
.mx-widget .mx-widget-header h1 .popover-toggle i {
	font-size: 18px;
	color: #444;
}
.mx-widget h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
}
.mx-widget h2 span {
	color: #444;
	font-weight: 500;
}
.mx-widget .mx-widget-header {
	position: relative;
}
.mx-widget .mx-widget-header .btn-toolbar {
	position: absolute;
	right: -8px;
	top: -4px;
}
.mx-widget .btn-toolbar .btn {
	padding-right: 8px;
	padding-left: 8px;
}
.mx-widget .btn-toolbar .btn i {
	font-size: 18px;
}
.mx-widget .mx-widget-body {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	margin: 0;
	padding: 32px 16px;
}
/*

	MX Progress

*/
.mx-progress {
	position: relative;
}
.mx-progress .mx-bar {
	position: absolute;
	height: 8px;
	left: 0;
	width: 100%;
	background: #f6f3ef;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.mx-progress .mx-bar div {
	height: 8px;
	width: 0%;
	background: #008b2a;
	position: relative;
	top: -1px;
	left: -1px;
	transition-property:width;
	transition-duration:5s;
	transition-delay:2s;

/* Safari */
	-webkit-transition-property:width;
	-webkit-transition-duration:5s;
	-webkit-transition-delay:2s;
}
.mx-progress .mx-bar-primary div {
	background: #00618b;
	transition-property:width;
	transition-duration:15s;
	transition-delay:12s;

/* Safari */
	-webkit-transition-property:width;
	-webkit-transition-duration:5s;
	-webkit-transition-delay:2s;
}
.mx-progress .mx-bar-bad div {
	background: #ff2415;
	transition-property:width;
	transition-duration:5s;
	transition-delay:2s;

/* Safari */
	-webkit-transition-property:width;
	-webkit-transition-duration:5s;
	-webkit-transition-delay:2s;
}
.mx-progress .mx-bar-medium div {
	background: #ffd715;
	transition-property:width;
	transition-duration:5s;
	transition-delay:2s;

/* Safari */
	-webkit-transition-property:width;
	-webkit-transition-duration:5s;
	-webkit-transition-delay:2s;
}
/*
	MX Profile pic
*/
.mx-profile {
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
.mx-profile .mx-profile-wrap {
	border-radius: 2px;
	display: inline-block;
	width: 100%;
}
.mx-profile img {
	opacity: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	-webkit-border-radius: 15%;
	-moz-border-radius: 15%;
	border-radius: 15%;
}
.mx-profile .mx-bar {
	bottom: -1px;
	left: 16px;
	right: 16px;
	width: auto;
}
.mx-profile .perc {
	position: absolute;
	font-size: 36px;
	font-weight: 300;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -0.75em;
	height: 1em;
	color: #fff;
	opacity: 0;
	text-align: center;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
	font-family: 'Open Sans Condensed', Helvetica, Arial, Sans-serif;
}
.mx-profile:hover img {
	opacity: 0.75;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
.mx-profile:hover .perc {
	opacity: 1;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
/*

	MX Type rating

*/
.mx-typerating .mx-progress .mx-bar {
	position: static;
}
.mx-typerating .mx-rating + .mx-rating {
	margin-top: 2em;
}
.mx-typerating .mx-rating .mx-rating-wrap {
	display: block;
	padding-left: 5em;
	position: relative;
}
.mx-typerating .mx-rating .fa-stack {
	position: absolute;
	left: 0;
	font-size: 2em;
	margin-top: -0.25em;
}
.mx-typerating .mx-rating h2 {
	font-weight: 300;
	text-transform: none;
}
.mx-typerating .mx-rating .fa-stack i {
	color: #1197d0;
	font-size: 2.3em;
}
.mx-typerating .mx-rating .fa-stack .fa-stack-1x {
	color: #4a4a4a;
	font-weight: 800;
	font-size: 0.5em;
	line-height: 2.3em;
	background: #fff;
	border-radius: 70%;
	width: 64%;
	height: 60%;
	top: 26%;
	left: 19%;
	letter-spacing: -0.09em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.mx-typerating .mx-rating .btn {
	position: absolute;
	right: -16px;
	top: -4px;
}

.mx-typerating .mx-rating .group-rating {
	position: absolute;
	right: -16px;
	top: -4px;
	padding: 6px 16px;
	}


/*

MX Statistics

*/

.mx-typestatistics .mx-progress .mx-grid {
	position: static;

}

.mx-typestatistics .mx-statistics {
	margin-top: 0.6em;

}

.mx-typestatistics .mx-statistics + .mx-statistics {
	/*margin-top: 2em;*/
}
.mx-typestatistics .mx-statistics .mx-statistics-wrap {
	display: block;
	padding-left: 5em;
	position: relative;
}
.mx-typestatistics .mx-statistics .fa-stack {
	position: absolute;
	left: 0;
	font-size: 1.4em;
	margin-top: -0.25em;
	margin-left: 0;
}
.mx-typestatistics .mx-statistics h2 {
	font-weight: 300;
}

.mx-typestatistics .mx-statistics ul {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
	padding: 0;
}




.mx-typestatistics .mx-statistics .fa-stack i {
	color: #1197d0;
	font-size: 2.0em;
}
.mx-typestatistics .mx-statistics .fa-stack .fa-stack-1x {
	color: #4a4a4a;
	font-weight: 800;
	font-size: 0.5em;
	line-height: 2.3em;
	background: #fff;
	border-radius: 70%;
	width: 64%;
	height: 60%;
	top: 26%;
	left: 19%;
	letter-spacing: -0.09em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.mx-typestatistics .mx-statistics .btn {
	position: absolute;
	right: -16px;
	top: -4px;
}

.mx-typestatistics .mx-statistics .mx-statistics-thead-1 {
	background-color: #fff;
	color: #1197d0;
	font-weight: bold;
	/*font-size: 0.5em;*/
	margin:0;
	padding: 0;
	text-align: center;
}

.mx-statistics-thead-div {
	color: #1197d0;
	font-weight: bold;
}

.mx-typestatistics .mx-statistics .mx-statistics-trow-1 {
	background-color: #fff;
	color: black;
	/*font-size: 0.5em;*/
	margin:0;
	padding: 0;
	text-align: center;
}

.mx-statistics-trow-div {
	color: #000;
}

.mx-typestatistics .mx-widget-body {
	padding: 0;
	min-height: 65px;


}
.mx-typestatistics .mx-widget-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mx-typestatistics .mx-widget-body ul li.row > div[class*="col-"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	min-height: 22px;
}



/*

	MX List

*/
.mx-list .mx-widget-body {
	padding: 0;
}
.mx-list .mx-widget-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mx-list .mx-widget-body > ul > li {
	padding: 16px 32px;
	margin: 0;
}
.mx-list .mx-widget-body ul li.row {
	padding: 16px 32px;
}
.mx-list .mx-widget-body ul li.row > div[class*="col-"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	min-height: 22px;
}
.mx-list .mx-widget-body ul li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mx-list-header {
	font-weight: 700;
}
.mx-list-header .btn {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.mx-list-header .btn i {
	position: relative;
	top: -1px;
}
.mx-list .mx-widget-body a {
	font-weight: 700;
}
.mx-list-profile .mx-widget-body ul li.row {
	padding-left: 6em;
	position: relative;
}
.mx-list-profile .row .mx-profile {
	position: absolute;
	left: 0;
	top: 0;
	width: 4.666666667em;
}
.mx-list-profile .row .mx-profile img {
	opacity: 1;
}
.mx-list-fixed .mx-widget-body ul li.row > div.mx-list-actions {
	overflow: visible;
}
.mx-list-fixed .mx-widget-body .mx-list-actions .dropdown-menu {
	right: 45%;
}
.mx-list-fixed .mx-widget-body ul li.row {
	position: relative;
	padding-right: 5em;
}
.mx-list-fixed .mx-widget-body .row .mx-list-actions {
	position: absolute;
	right: 0;
	top: 0;
	width: 4em;
	padding: 10px 24px 8px 0;
	margin: 0;
	min-height: 22px;
	text-align: right;
}
.mx-list-fixed .mx-widget-body .row .mx-list-actions .btn-toolbar {
	float: right;
}
.mx-list-fixed-wide .mx-widget-body ul li.row {
	padding-right: 7em;
}
.mx-list-fixed-wide .mx-widget-body .row .mx-list-actions {
	width: 6em;
}
.mx-list-double.mx-list-fixed .mx-widget-body .row .mx-list-actions {
	top: 10px;
}


/*
MX aircraft Type rating box
*/
.mx-aircrafttyperating ul li.row {
	padding-right: 3em !important;
}

/*mx-license box*/
.mx-license ul li.row {
		padding-right: 3em !important;
	}

/*

	MX Grid

*/
.mx-grid .mx-widget-body {
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.mx-grid .mx-widget-body ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.mx-grid .mx-grid-wrap {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	margin: 0;
	padding: 32px 16px;
}
.mx-grid .mx-grid-wrap:before,
.mx-grid .mx-grid-wrap:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.mx-grid .mx-grid-wrap:after {
	clear: both;
}
.mx-grid .mx-grid-wrap:before,
.mx-grid .mx-grid-wrap:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.mx-grid .mx-grid-wrap:after {
	clear: both;
}
/*

	MX User info

*/
.mx-userinfo ul.fa-ul i {
	color: #444;
}
.mx-userinfo .mx-profile {
	margin-bottom: 2em;
}
.mx-employees .mx-widget-body > ul > li {
	margin-bottom: 2em;
}
.mx-employees {
	padding-bottom: 0;
}
.mx-employees h2 {
	font-size: 16px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, Sans-serif;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mx-employees .mx-grid-wrap {
	position: relative;
	padding: 1em;
	padding-left: 7em;
	height: 6em;
}
.mx-employees .mx-profile {
	position: absolute;
	left: 0;
	top: 0;
	width: 5.9em;
}
.mx-employees .mx-profile .mx-profile-wrap {
	border-radius: 0;
}
.mx-employees .mx-profile .mx-bar {
	left: 0;
	right: 0;
}
.mx-employees .mx-grid-wrap .btn {
	position: absolute;
	bottom: .5em;
	right: 0em;
}
/*

	MX Courses

*/
.mx-courses ul li.row .mx-courses-profiles {
	position: relative;
	top: -6px;
	height: 22px;
	overflow: visible !important;
}
.mx-courses ul li.row .mx-courses-profiles .mx-profiles-wrap {
	overflow: hidden;
}
.mx-courses .mx-courses-profiles img {
	margin-left: 1px;
}
.mx-courses .mx-courses-profiles img:first-of-type {
	margin-left: 0.5em;
}
.mx-courseentry .mx-widget-desc {
	padding: 2em;
}
.mx-courseentry .mx-widget-body {
	margin-bottom: 2em;
}
.mx-addemp .modal-body ul {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
.mx-addemp .modal-footer {
	margin: 0;
}
.mx-addemp .modal-footer .pull-left {
	line-height: 2em;
}
/*

	MX Reports

*/
.mx-reports .mx-report {
	text-align: center;
}
.mx-reports .mx-report .mx-grid-wrap {
	border-bottom-width: 0.33em;
}
.mx-reports .mx-report .mx-grid-wrap {
	margin-bottom: 2em;
	height: 18em;
	position: relative;
}
.mx-reports .mx-report p {
	padding: 0 1em;
}
.mx-reports .mx-report-open {
	position: absolute;
	bottom: 2em;
	left: 0;
	width: 100%;
}
/*

	MX Experience

*/
.mx-expentry .mx-expentry-desc {
	padding: 2em;
}
/*

	MX Login

*/
.mx-login {
	background: #f6f3ef;
}
.mx-login .mx-widget h1 {
	margin-top: 4em;
}
.mx-login .mx-widget-body {
	padding: 0;
}
/*

	Forms

*/
.mx-control-group {
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mx-control-group .mx-form-controls {
	padding-top: 16px;
	padding-bottom: 16px;
}
.mx-control-group label {
	padding-top: 16px;
	padding-bottom: 16px;
}
.mx-control-group .mx-form-controls label {
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
}
.mx-append .btn {
	position: absolute;
	right: 1em;
	top: 1em;
}
.form-control {
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 36px;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 1.428571429;
	color: #444;
	-webkit-transition: none;
	transition: none;
	outline: 0 !important;
}
.form-control.hasCustomSelect {
	width: 90% !important;
}
.mx-form-select {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.mx-form-select:after {
	float: right;
	padding: 0.2em 0;
	color: #4a4a4a;
	content: "\f078";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*

	Dropdowns

*/
.dropdown-menu,
.navbar .navbar-user .dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a,
.navbar .navbar-user .dropdown-menu > li > a {
	padding: 10px 15px;
	font-weight: 700;
	color: #4a4a4a;
}
/*

	Buttons

*/
.btn,
.form-control-btn {
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	outline: 0 !important;
	border-color: transparent;
	font-family: 'Open Sans Condensed', Helvetica, Arial, Sans-serif;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
.btn:hover,
.btn:focus,
.btn:active,
.form-control-btn:hover,
.form-control-btn:focus,
.form-control-btn:active,
.active,
.nav > li.l_in_status.active, .nav > li.l_in_list.active {
	text-decoration: none;
	background: #1197d0;
	border-color: #1197d0;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-default {
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	text-decoration: none;
	background: #f6f3ef;
	color: #1197d0;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
}
.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
	color: #1197d0;
	text-decoration: none;
	background: transparent;
	border-color: transparent;
	-webkit-transition: all linear 100ms;
	transition: all linear 100ms;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.open .dropdown-toggle.btn-default {
	background: transparent;
	border-color: transparent;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 0.5;
	filter: alpha(opacity=5);
}
.btn-danger {
	color: #ffffff;
	background-color: #ff2415;
	border-color: #fb1000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #eb0f00;
	border-color: #bd0c00;
}
.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: #ff2415;
	border-color: #fb1000;
}
/*

	Button groups

*/
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*

	Modals

*/
.modal {
	overflow: hidden;
	overflow-y: auto;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 0;
}
.modal-dialog {
	padding-top: 96px;
}
.modal-dialog .modal-content {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.modal-dialog .modal-title {
	font-size: 24px;
	color: #444;
	font-weight: 300;
}
.modal-dialog .modal-header .close {
	padding: 0.25em;
	margin-top: 0;
}
.modal-dialog .modal-body {
	padding: 0;
}
.modal-dialog .modal-footer {
	background: #f6f3ef;
	padding: 16px;
}
.mx-modal-list .modal-body {
	padding: 0;
}
.mx-modal-list .modal-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mx-modal-list .modal-body > ul > li {
	padding: 16px 32px;
	margin: 0;
}
.mx-modal-list .modal-body ul li.row {
	margin: 0;
	padding: 16px;
}
.mx-modal-list .modal-body ul li.row > div[class*="col-"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	min-height: 22px;
}
.mx-modal-list .modal-body ul li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/*

	MX Logexp

*/
.mx-logexp .modal-body form .col-sm-6 {
	padding: 0;
}
.mx-logexp .modal-body form .col-sm-6:first-of-type {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.mx-logexp .input-append .btn {
	position: absolute;
	right: 1em;
	top: 1em;
}
/*

	MX Intro modal

*/
.mx-modal-intro .modal-content {
	background-image: url(images/welcome-04.png);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mx-modal-intro .modal-header {
	border: 0;
	text-align: center;
	margin-bottom: 10em;
}
.mx-modal-intro .modal-header .modal-title {
	font-size: 3em;
	padding: 1em 0;
	color: #fff;
}
.mx-modal-intro .modal-header .close {
	color: #fff;
}
.mx-modal-intro .modal-body {
	font-weight: 700;
	text-align: center;
	color: #4a4a4a;
}
.mx-modal-intro .modal-footer {
	background: transparent;
	border: 0;
	text-align: center;
	padding: 3em 0;
}
.mx-modal-intro .modal-footer .btn-link:hover,
.mx-modal-intro .modal-footer .btn-link:active {
	color: #1197d0;
}
/*

	Datepicker

*/
.datepicker {
	border-radius: 1px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.datepicker-dropdown {
	z-index: 1051 !important;
}
.datepicker table tr {
	border-bottom: 1px solid #f6f3ef;
}
.datepicker table tbody tr:last-child {
	border-bottom: none;
}
.datepicker table thead th {
	text-transform: uppercase;
}
.datepicker table thead .datepicker-switch,
.datepicker table thead .pre,
.datepicker table thead .next {
	font-weight: 700;
	color: #00618b;
}
.datepicker table thead .datepicker-switch:hover,
.datepicker table thead .prev:hover,
.datepicker table thead .next:hover {
	color: #1197d0;
	background: none !important;
}
.datepicker table tr td,
.datepicker table tr th {
	border-radius: 0 !important;
	padding: 4px 8px !important;
}
.datepicker table tr td span {
	border-radius: 0 !important;
}
.datepicker table tr td:hover {
	background: #f6f3ef !important;
}
.datepicker table tr td.today {
	background-image: none;
	background: #ffd715 !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
	background-image: none;
	background: #1197d0 !important;
}
.datepicker .datepicker-months table tbody tr td {
	padding: 0 !important;
}
.datepicker .datepicker-months table tbody tr td:hover {
	background: transparent !important;
}
.datepicker .datepicker-months table tbody tr td .month {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	margin: 0;
	border: 1px solid #f6f3ef;
	border-width: 0 1px 1px 0;
}
.datepicker .datepicker-months table tbody tr td .month:nth-of-type(4n+4) {
	border-right: 0;
}
.datepicker .datepicker-months table tbody tr td .month:nth-of-type(n+8) {
	border-bottom: 0;
}
.datepicker .datepicker-months table tbody tr td .month.active {
	background: #1197d0;
	background-image: none !important;
}
.datepicker .datepicker-years table tbody tr td {
	padding: 0 !important;
}
.datepicker .datepicker-years table tbody tr td:hover {
	background: transparent !important;
}
.datepicker .datepicker-years table tbody tr td .year {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	margin: 0;
	border: 1px solid #f6f3ef;
	border-width: 0 1px 1px 0;
}
.datepicker .datepicker-years table tbody tr td .year:nth-of-type(4n+4) {
	border-right: 0;
}
.datepicker .datepicker-years table tbody tr td .year:nth-of-type(n+8) {
	border-bottom: 0;
}
.datepicker .datepicker-years table tbody tr td .year.active {
	background: #1197d0;
	background-image: none !important;
}
@media (min-width: 480px) {
	.navbar .navbar-user .dropdown-menu {
		width: 50% !important;
	}
	/*

			MX Experience

		*/
	.mx-expentry .col-md-6:last-of-type .mx-widget-body {
		margin-bottom: 0;
	}
	/*

			MX Courses

		*/
	.mx-courseentry .col-md-6:last-of-type .mx-widget-body {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
		/*

			Navbar

		*/
	.navbar .navbar-header {
		float: left;
		width: auto;
		position: static;
		text-align: left;
		z-index: auto;
	}
	.navbar-user .dropdown-toggle .label {
		display: inline-block;
	}
	.navbar .navbar-user .dropdown {
		position: relative;
	}
	.mx-toggle {
		width: 72px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		z-index: auto;
	}
	/*

			Side navigation

		*/
	.mx-nav {
		display: block !important;
		position: fixed;
		top: 63px;
		bottom: 0;
		left: 0;
		width: 72px;
		height: auto !important;
	}
	.mx-nav li a .l {
		display: none;
	}
	/*

			Layout

		*/
	.mx-wrap {
		margin-left: 72px;
	}
	/*

			MX Type rating

		*/
	.mx-typerating .mx-rating + .mx-rating {
		margin-top: 0;
	}
	/*

			MX User info

		*/
	.mx-userinfo .mx-profile {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	/*

			Side navigation

		*/
	.mx-nav {
		width: 175px;
	}
	.mx-nav li a .l {
		display: inline;
	}
	/*

			Layout

		*/
	.mx-wrap {
		margin-left: 175px;
	}



}

/*
	=============
	Notifications
	=============
 */
.mx-notif-button {
		cursor: pointer;
	* cursor: hand;
}

.notifications_log li {
	padding: 8px;
	border-bottom:1px solid #EFEFEF;
	overflow:hidden;
	cursor: pointer;
	* cursor: hand;
}

.notifications_log li:nth-child(odd) {
	background:#fafafa;
}

.notifications_log li:last-child {
	border-bottom:none !important;
}

.notifications_log li .date {
	font-size:.9em;
	color:#999;
}

.notifications_log li .log_ico {
	width:45px;
	float:left;
	opacity:.7;
	margin: 5px 5px 0px 0px;
}

.notifications_log li:hover .log_ico {
	opacity:.9;
}

.home_log_text {
	margin-left:45px;
}

.notifications_log li span {
	font-weight:bold;
	color:#2a69a0;
}

.notifications_log li span.secondary {
	color:#86AE00;
}

.notifications_img_thumb-muted {
	border: 1px solid #cccccc;
}

.notifications_img_thumb-success {
	border: 1px solid #468847;
}

.notifications_img_thumb-primary {
	border: 1px solid #00618b;
}

.notifications_img_thumb-warning {
	border: 1px solid #c09853;
}

.notifications_img_thumb-danger {
	border: 1px solid #c09853;
}

.notifications_img_thumb-info {
	border: 1px solid #c09853;
}

.notifications_read {
	background-color:rgba(0, 0, 0, 0.1) !important;
	color: rgba(0, 0, 0, 0.4);
}

.notif_counter {

		position:absolute;

		padding:1px 3px 1px 3px;
		margin: -5px;
		background-color:#ff6600;
		color:white;
		font-weight:bold;
		font-size:0.55em;

		border-radius:3px;
		box-shadow:1px 1px 1px #00f;
}

.notif_counter_none {

		position:absolute;

		padding:1px 3px 1px 3px;
		margin: -5px;
		background-color:#00618b;
		color:white;
		font-weight:bold;
		font-size:0.55em;

		border-radius:3px;
		box-shadow:1px 1px 1px #00f;
}

.lefthud_counter_y, .lefthud_counter_r {
	position:absolute;
	height:10px;
	line-height:10px;
	font-size:0.9em;
	padding:2px 5px 13px;
	margin:0px;
	right:6px;
	top:19px;
	box-shadow:1px 1px 1px #555;
}
.l_in_status > a > span > .lefthud_counter_y, .l_in_status > a > span > .lefthud_counter_r {
	top:12px;
}
.lefthud_counter_r {
	background-color:#FF4F4F;
}
.lefthud_counter_y {
	background-color:#E5C500;
}


.view_full_log {
	border-top:1px solid #EFEFEF;
	margin-top: 10px;
	padding-bottom: 5px;
}

/*
	=================
	My Aircraft Table
	=================
 */

.actab {
	padding-top:16px;
	padding-bottom:16px;
	padding-left:8px;
	padding-right:8px;
	vertical-align:middle;
}

.actableft {
	padding-left:32px;
}

.actabright {
	padding-right:32px;
}

@media (max-width: 1000px) {
	.actableft {
		padding-left:16px;
	}

	.actabright {
		padding-right:16px;
	}
}
@media (max-width: 600px) {
	.actableft {
		padding-left:4px;
	}

	.actabright {
		padding-right:4px;
	}
}
@media (max-width: 500px) {
	.actab {
		padding-top:4px;
		padding-bottom:4px;
	}

	.actableft {
		padding-left:2px;
	}

	.actabright {
		padding-right:2px;
	}
}

td.actab {
	border-top:1px solid #dddddd;
}

/*
	==================
	Additional Styling
	==================
 */

.wrk_delete {
	background-color:#E8E8E8;
}

/* Table zerbra */
li.stripe {
	background-color: #E8E8E8;
}

ul#zebra > li:nth-child(even) {
	background-color:#E8E8E8;
}
ul.zebra > li:nth-child(even) {
	background-color:#E8E8E8;
}

ul.hoverzebra > li:nth-child(even):hover {
	background-color:#E0E0E0;
}

ul.hoverzebra > li:nth-child(odd):hover {
	background:#f5f5f5;
}

/* Spiner */
.spinner {
	display: inline-block;
	opacity: 0;
	max-width: 0;

	-webkit-transition: opacity 0.25s, max-width 0.45s;
	-moz-transition: opacity 0.25s, max-width 0.45s;
	-o-transition: opacity 0.25s, max-width 0.45s;
	transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
	cursor:progress;
}

.has-spinner.active .spinner {
	opacity: 1;
	max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}



/*BOX BLUE */



.box
{
	padding: 20px;
	text-align: center;
}
.box hr
{
	margin: 15px 0;
}
.box.blue
{
	background: #006691;
	border: none;
	color: #fff;
}
.box p, .about-section p
{
	font-size: 12px;
	font-weight: 400;
}
.box.blue hr
{
	border-bottom: 1px solid #005478;
}

.btn.white
{
	background-color: #c8c8c8;
	background-image: linear-gradient(to bottom, #e7e7e7, #c8c8c8);
	background-image: -moz-linear-gradient(top, #e7e7e7, #c8c8c8);
	background-image: -o-linear-gradient(top, #e7e7e7, #c8c8c8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#c8c8c8));
	background-image: -webkit-linear-gradient(top, #e7e7e7, #c8c8c8);
	background-repeat: repeat-x;
	color: #232326;
}
.btn.white:hover, .btn.white:focus
{
	background-color: #e7e7e7;
	background-image: none;
	color: #131414;
}

/* Modal spiner effects */
.left-inner-addon {
		position: relative;
}
.left-inner-addon input {
		padding-left: 30px;
}
.left-inner-addon i {
		position: absolute;
		padding: 10px 12px;
		pointer-events: none;
}

.right-inner-addon {
		position: relative;
}
.right-inner-addon input {
		padding-right: 30px;
}
.right-inner-addon i {
		position: absolute;
		right: 0px;
		padding: 10px 12px;
		pointer-events: none;
}



								/*						 /*
									*************
									 CSS Effects
									*************
								*/						 /*

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1{
	-webkit-box-shadow: 0 10px 6px -6px #777;
		 -moz-box-shadow: 0 10px 6px -6px #777;
					box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
	position: relative;
}
.effect2:before, .effect2:after
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect2:after
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3
{
	position: relative;
}
.effect3:before
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
	position: relative;
}
.effect4:after
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
	position: relative;
}
.effect5:before, .effect5:after
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 25px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 35px 20px #777;
	-moz-box-shadow: 0 35px 20px #777;
	box-shadow: 0 35px 20px #777;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.effect5:after
{
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	right: 10px;
	left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
		position:relative;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			 -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
						box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
		position:absolute;
		z-index:-1;
		-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
		-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
		box-shadow:0 0 20px rgba(0,0,0,0.8);
		top:50%;
		bottom:0;
		left:10px;
		right:10px;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
}
.effect6:after
{
	right:10px;
		left:auto;
		-webkit-transform:skew(8deg) rotate(3deg);
			 -moz-transform:skew(8deg) rotate(3deg);
				-ms-transform:skew(8deg) rotate(3deg);
				 -o-transform:skew(8deg) rotate(3deg);
						transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
		position:relative;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			 -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
						box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
		position:absolute;
		z-index:-1;
		-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
		-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
		box-shadow:0 0 20px rgba(0,0,0,0.8);
		top:0;
		bottom:0;
		left:10px;
		right:10px;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
}
.effect7:after
{
	right:10px;
		left:auto;
		-webkit-transform:skew(8deg) rotate(3deg);
			 -moz-transform:skew(8deg) rotate(3deg);
				-ms-transform:skew(8deg) rotate(3deg);
				 -o-transform:skew(8deg) rotate(3deg);
						transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8
{
		position:relative;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			 -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
						box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
	content:"";
		position:absolute;
		z-index:-1;
		-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
		-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
		box-shadow:0 0 20px rgba(0,0,0,0.8);
		top:10px;
		bottom:10px;
		left:0;
		right:0;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
}
.effect8:after
{
	right:10px;
		left:auto;
		-webkit-transform:skew(8deg) rotate(3deg);
		   -moz-transform:skew(8deg) rotate(3deg);
			-ms-transform:skew(8deg) rotate(3deg);
			 -o-transform:skew(8deg) rotate(3deg);
				transform:skew(8deg) rotate(3deg);
}


/*===========
 * Intro JS
 * ==========*/
.handle-display{
z-index: 100;
}

.glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:1px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}


/*Header for Aircraft Type Rating Box*/
.box-thead{
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
	 padding-top: 2px !important;
	 padding-bottom:2px !important;
	 background: #00618b; /* Old browsers */
	 color:white;
}

/* give date buttons the same height as text fields */
.btn-date{
	height:36px;
}

.form-control-btn {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

.introjs-text {
	text-align: center;
	font-size: 18px;
}

.introjs-heading {
	text-align: center;
	font-weight: bold;
}

.handle-display{
	z-index: 9999999; /* the value which suits you application */
	color:red;
}

/* Intro js after exit */
.loading:after {
		overflow: hidden;
		display: inline-block;
		vertical-align: bottom;
		-webkit-animation: ellipsis 2s infinite;
		animation: ellipsis 2s infinite;
		content: "\2026"; /* ascii code for the ellipsis character */
}

@-webkit-keyframes ellipsis /* Safari and Chrome */
{
		from {
				width: 2px;
		}
		to {
				width: 15px;
		}
}
@keyframes ellipsis {
		from {
				width: 2px;
		}
		to {
				width: 15px;
		}
}

.IntroJsExitMsg {
	display:none; z-index:99999999999;
	background:white;
}
/*===================
 * Workitems Effects
 *==================*/

 .wrapper {
		-webkit-transition:all 300ms;
		-moz-transition:all 300ms;
		-ms-transition:all 300ms;
		-o-transition:all 300ms;
		transition:all 300ms;
}


/*==================
 * Notify.js Styles
 *==================*/
 .notifyjs-foo-base {
	opacity: 0.85;
	width: 200px;
	background: #F5F5F5;
	padding: 5px;
	border-radius: 10px;
}

.notifyjs-foo-base .title {
	width: 100px;
	float: left;
	margin: 10px 0 0 10px;
	text-align: right;
}

.notifyjs-foo-base .buttons {
	width: 70px;
	float: right;
	font-size: 9px;
	padding: 5px;
	margin: 2px;
}

.notifyjs-foo-base button {
	font-size: 9px;
	padding: 5px;
	margin: 2px;
	width: 60px;
}

.forceTypeActive {
	color: #00618b !important;
	background-color: #e6eff3 !important;
}

/* text style for info box in category status*/

.rating-infotext {
	text-transform: none !important;
	font-size: 14px !important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important ;
}

.mx-button-open {
	position: absolute;
	bottom: 4em;
	left: 0;
	width: 100%;
}

.pointy {
	cursor: pointer;
}

/* Company File Manager files */
.cmp-files ul {
		list-style-type: none;
		padding:0px 0px 0px 25px;
}
.cmp-files ul > li:before {
		content: "-"; /* en dash here */
		position: absolute;
		margin-left: -1.1em;
		color: #9e9e9e;
		font-weight: bold;
}
.cmp-files ul > li > a {
		color: #9e9e9e;
}
.cmp-files ul > li > a:hover {
		color: #1197d0;
}
.cmp-files-selected-user {
	background-color: #ccc;
}


/* gives us a button that can be placed inline with an input field, as its
	 height is not 1 pixel too high (as buttons usually are) */

.btn-inputheight {
	height: 36px;
}

/* ======================================================================
		take out optional elements depending on the screen resolution
	 ====================================================================== */

/* here goes stuff that needs to be declared from high down to low
	 (as the stuff is overwritten from the top to the bottom of the document) */

.col-sm-3-s-12 {
	float:left;
	width:25%;
	text-align:right;
}
.col-sm-9-s-12 {
	float:left;
	width:75%;
}
.right-16-above-350 {
	right:16px;
}
.resizing-row {
	padding:9px 32px !important;
}
.guided-tour-with-6-vids {
	margin-top:-11px;
}
@media (max-width: 1108px) {
	.guided-tour-with-6-vids {
		margin-top:-36px;
	}
}
@media (max-width: 1100px) {
	.resizing-row {
		padding:9px 16px !important;
	}
}
@media (max-width: 1080px) {
	.screen-between-992-and-1080-pad-16 {
		padding-top:16px !important;
	}
	.guided-tour-with-6-vids {
		margin-top:-20px;
	}
}
@media (max-width: 991px) {
	.guided-tour-with-6-vids {
		margin-top:-11px;
	}
}
@media (max-width: 850px) {
	.resizing-row {
		padding:9px 0px !important;
	}
}
@media (max-width: 767px) {
	.guided-tour-with-6-vids {
		margin-top:0px;
	}
	#notif-bar {
		left:50% !important;
		width:50% !important;
		max-width:50% !important;
		min-width:50% !important;
	}
	.arrow {
		display: none !important;
	}
}
@media (max-width: 700px) {
	.btn-resizing {
		font-size: 20px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.sc-below-701-right-118 {
		right:118px !important;
	}
}
@media (max-width: 650px) {
	.col-sm-3-s-12 {
		width:100%;
		text-align:left;
	}
	.col-sm-9-s-12 {
		width:100%;
	}
}
@media (max-width: 500px) {
	.screen-below-501-width-100 {
		width:100% !important;
		margin-top:10px;
	}
	.sc-below-501-right-140 {
		right:140px !important;
	}
}
@media (max-width: 350px) {
	.right-16-above-350 {
		right:4px;
	}
}

/* from here on, we go upwards again for the stuff
	 that needs to be declared from low up to high */

@media (min-width: 101px) {
	.screen-below-101 {
		display: none;
	}
}
@media (max-width: 100px) {
	.screen-above-100 {
		display: none;
	}
	#id-staffStatus-middleButtons {
		display: none;
	}
	#id-staffStatus-leftButtons {
		display: none;
	}
}
@media (min-width: 201px) {
	.screen-below-201 {
		display: none;
	}
}
@media (max-width: 200px) {
	.screen-above-200 {
		display: none;
	}
	#id-staffStatus-middleButtons {
		display: none;
	}
	#id-staffStatus-leftButtons {
		display: none;
	}
}
@media (min-width: 301px) {
	.screen-below-301 {
		display: none;
	}
}
@media (max-width: 300px) {
	.screen-above-300 {
		display: none;
	}
	#id-staffStatus-middleButtons {
		display: none;
	}
	#id-staffStatus-leftButtons {
		display: none;
	}
}
@media (min-width: 401px) {
	.screen-below-401 {
		display: none;
	}
}
@media (max-width: 400px) {
	.screen-above-400 {
		display: none;
	}
	.screen-aware-mla {
		top:0 !important;
	}
	.reduce-text-screen-400 {
		font-size: 10px !important;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
}
@media (min-width: 501px) {
	.screen-below-501 {
		display: none;
	}
}
@media (max-width: 500px) {
	.screen-above-500 {
		display: none !important;
	}
	.screen-below-501-w1 {
		width:1px;
	}
	.screen-below-501-w90 {
		width: 90% !important;
		float: none !important;
		padding-top: 10px;
	}
	.screen-below-501-h80px {
		height:80px;
	}
	.screen-below-501-hpad-4 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
	.screen-below-501-no-margin-left {
		margin-left: 0px !important;
	}
	.btn-resizing {
		font-size: 25px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
}
@media (min-width: 601px) {
	.screen-below-601 {
		display: none;
	}
}
@media (max-width: 600px) {
	.screen-above-600 {
		display: none;
	}
	#notif-bar {
		left:0px !important;
		width:100% !important;
		max-width:100% !important;
		min-width:100% !important;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
}
@media (min-width: 651px) {
	.screen-below-651 {
		display: none;
	}
}
@media (max-width: 650px) {
	.screen-above-650 {
		display: none !important;
	}
}
@media (min-width: 701px) {
	.screen-below-701 {
		display: none;
	}
}
@media (max-width: 700px) {
	.screen-above-700 {
		display: none;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
	#id-staffStatus-rightButtons {
		width: 100% !important;
	}
	#id-settings-oauth {
		width: 100% !important;
	}
}
@media (min-width: 768px) {
	.screen-above-767-height-250 {
		height:250px;
	}
	.screen-above-767-height-280 {
		height:280px;
	}
}
@media (max-width: 767px) {
	.screen-above-767 {
		display: none;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
	#id-staffStatus-rightButtons {
		width: 100% !important;
	}
	#id-settings-oauth {
		width: 100% !important;
	}
}
@media (min-width: 801px) {
	.screen-below-801 {
		display: none;
	}
}
@media (max-width: 800px) {
	.screen-above-800 {
		display: none;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
	#id-staffStatus-rightButtons {
		width: 100% !important;
	}
	#id-settings-cronjob {
		width: 100% !important;
	}
	#id-settings-usersettings {
		width: 100% !important;
		margin-top: 0% !important;
	}
	#id-settings-oauth {
		width: 100% !important;
	}
}
@media (min-width: 901px) {
	.screen-below-901 {
		display: none;
	}
}
@media (max-width: 900px) {
	.screen-above-900 {
		display: none;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
	#id-staffStatus-rightButtons {
		width: 100% !important;
	}
	#id-settings-usersettings {
		width: 100% !important;
		margin-top: 0% !important;
	}
}

@media (min-width: 992px) {
	.screen-below-992 {
		display: none;
	}
}
@media (max-width: 991px) {
	.screen-above-991 {
		display: none !important;
	}
	.screen-between-992-and-1080-pad-16 {
		padding-top:32px !important;
	}
}

@media (min-width: 1001px) {
	.screen-below-1001 {
		display: none;
	}
}
@media (max-width: 1000px) {
	.sticky_sort-menu {
		width: 0%;
	}
	.screen-above-1000 {
		display: none;
	}
	.sticky_sort-menu {
		display: none !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
	#id-staffStatus-rightButtons {
		width: 100% !important;
	}
	#id-settings-usersettings {
		width: 100% !important;
		margin-top:0% !important;
	}
	#id-settings-oauth {
		width: 100% !important;
	}
}
@media (max-width: 1009px) {
	/*#M-Witem Is in experience modal*/
	#M-Witem .col-md-4 {
		width: 100% !important;

	}
	#M-Witem .col-md-6 {
		width: 100% !important;
	}
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
	#id-staffStatus-rightButtons {
		width: 100% !important;
	}
	#id-settings-usersettings {
		width: 100% !important;
		margin-top:0% !important;
	}
	#id-settings-oauth {
		width: 100% !important;
	}
}

@media (max-width: 1030px) {
	#id-staffStatus-middleButtons {
		display: none !important;
	}
	#id-staffStatus-leftButtons {
		display: none !important;
	}
	#id-staffStatus-rightButtons {
		width: 100% !important;
		height: 125px !important;
	}
	.StaffStatusTable tbody tr td {
		padding: 1.4em !important;
	}
	#StaffStatus_printPDF {
		padding: 1em !important;
	}
	#NotofyAll {
		padding: 1em !important;
	}
	#id-settings-oauth {
		width: 100% !important;
	}
}

@media (min-width: 1101px) {
	.screen-below-1101 {
		display: none;
	}
}
@media (max-width: 1100px) {
	#id-settings-oauth {
		width: 100% !important;
	}
	.screen-above-1100 {
		display: none;
	}
}

@media (max-width: 1999px) {
	.guided-tour-with-2-vids,
	.guided-tour-with-5-vids,
	.guided-tour-with-6-vids {
		margin-left:0 !important;
	}
}

@media (min-width: 1201px) {
	.screen-below-1201 {
		display: none;
	}
}
@media (max-width: 1200px) {
	.screen-above-1200 {
		display: none;
	}
}

@media (min-width: 1301px) {
	.screen-below-1301 {
		display: none;
	}
}
@media (max-width: 1300px) {
	.screen-above-1300 {
		display: none;
	}
}

@media (max-width: 1326px) {
	/*Find #mx-rating in the status categories dashboard and profile*/
	#mx-rating .col-sm-3 {
		width: 100% !important;
		margin-top: 2em !important;

	}
}

@media (min-width: 1401px) {
	.screen-below-1401 {
		display: none;
	}
}
@media (max-width: 1400px) {
	.screen-above-1400 {
		display: none;
	}
}

@media (min-width: 1501px) {
	.screen-below-1501 {
		display: none;
	}
}
@media (max-width: 1500px) {
	.screen-above-1500 {
		display: none;
	}
}

@media (min-width: 1601px) {
	.screen-below-1601 {
		display: none;
	}
}
@media (max-width: 1600px) {
	.screen-above-1600 {
		display: none;
	}
}

@media (min-width: 1650px) {
	.screen-above-1650-left-1000px {
		left: 1000px !important;
	}
}

@media (max-width: 767px) {
	.col-xs-0 {
		display: none !important;
	}
	.xs-top-0 {
		top:0px !important;
	}
	/*Profile picture box resize to 40% */
	.mx-profile .mx-profile-wrap {
		width: 40%;
	}
}

@media (min-width: 1010px) {

	.modal-enlarge-1000 {

		width: 1000px !important;

	}
}

@media (min-width: 992px) {
	.modal-lg-override {
		min-width: 900px;
	}
	.modal-lg {
		width: 900px;
	}
	.modal-lg-700 {
		width: 700px;
	}
	.modal-lg-500 {
		width: 500px;
	}
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
						box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 350px;
	}
}

@media (max-width: 850px) {
	.screen-aware-padding {
		padding-left: 16px !important;
		padding-right: 6em !important;
	}
	.screen-aware-mla {
		padding-right: 8px !important;
	}
}
@media (max-width: 600px) {
	.screen-aware-padding {
		padding-left: 8px !important;
		padding-right: 4.5em !important;
	}
	.screen-aware-mla {
		padding-right: 4px !important;
	}
	.screen-aware-details-box {
		margin-right:-104px;
	}
	.screen-aware-overflow {
		overflow-x: hidden;
	}
}
@media (max-width: 500px) {
	.screen-aware-padding {
		padding-right: 2em !important;
	}

}
@media (max-width: 400px) {
	.screen-aware-padding {
		padding-left: 4px !important;
	}
	.screen-aware-mla {
		padding-right: 0px !important;
	}
	.screen-aware-details-box {
		margin-right:-108px;
	}
	.col-xxs-0 {
		display: none !important;
	}
	.col-xxs-1 {
		width: 8.3333% !important;
	}
	.col-xxs-2 {
		width: 16.6666% !important;
	}
	.col-xxs-3 {
		width: 25% !important;
		display: inline-block !important;
	}
	.col-xxs-4 {
		width: 33.3333% !important;
	}
	.col-xxs-5 {
		width: 41.6666% !important;
	}
	.col-xxs-6 {
		width: 50% !important;
	}
	.col-xxs-8 {
		width: 66.6666% !important;
	}
	.col-xxs-9 {
		width: 75% !important;
	}
	.col-xxs-12 {
		width: 100% !important;
	}
	.col-xxs-padtop {
		padding-top: 10px;
	}
	.xxs-text-center {
		text-align:center;
	}
	.xxs-pad-left-20 {
		padding-left:20px !important;
	}
}

/* form button colors with high imporance =) */

.form-control-btn-primary {
	color: #ffffff;
	background-color: #00618b;
	border-color: #004f72;
}

/* Helper header for workitems scroll down */
div .sticky_sort-menu {
	z-index:1;
}

/* Stickyness everywhere: /staff/status, /staff/training, /staff/reminders, ... */
tr.sticky > th {
	position: sticky;
	top: 64px;
	background: #585858;
	/* needs to be above 1 to be in front of avatars and icons inside the table,
	but below 100 to be behind dropdown menus */
	z-index: 55;
}

/* Sticky header on the staff page */
#id-staffTable-sticky {
	position: fixed;
	top: 65px;
	z-index: 1000;
	width:100%;
	padding-right:221px;
}

@media (max-width: 991px) {
#id-staffTable-sticky {
	padding-right:118px;
}
}

@media (max-width: 767px) {
#id-staffTable-sticky {
	padding-right:34px;
}
}

@media (max-width: 500px) {
#id-staffTable-sticky {
	padding-right:10px;
}
}

.inviz {
	display: none;
}


div .sticky span {
	color:white;
}
/*Info box modal explain category status*/
.Info-box {
	font-size: 13px !important;
}

.Info-box h1 {
	font-size: 20px !important;
}


/* ====================
	 Loading Animations
	 ==================== */
.l-one {
		opacity: 0;
		-webkit-animation: dot 1.3s infinite;
		-webkit-animation-delay: 0.0s;
		animation: dot 1.3s infinite;
		animation-delay: 0.0s;
}

.l-two {
		opacity: 0;
		-webkit-animation: dot 1.3s infinite;
		-webkit-animation-delay: 0.2s;
			animation: dot 1.3s infinite;
			animation-delay: 0.2s;
}

.l-three {
		opacity: 0;
		-webkit-animation: dot 1.3s infinite;
		-webkit-animation-delay: 0.3s;
		 animation: dot 1.3s infinite;
		 animation-delay: 0.3s;
}

@-webkit-keyframes dot {
			0% { opacity: 0; }
		 50% { opacity: 0; }
		100% { opacity: 1; }
}

@keyframes dot {
			0% { opacity: 0; }
		 50% { opacity: 0; }
		100% { opacity: 1; }
}

#squaresWaveG{
position:relative;
width:207px;
height:25px}

.squaresWaveG{
position:absolute;
top:0;
background-color:#91B0FF;
width:25px;
height:25px;
-moz-animation-name:bounce_squaresWaveG;
-moz-animation-duration:1s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-animation-name:bounce_squaresWaveG;
-webkit-animation-duration:1s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-animation-name:bounce_squaresWaveG;
-ms-animation-duration:1s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-animation-name:bounce_squaresWaveG;
-o-animation-duration:1s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
animation-name:bounce_squaresWaveG;
animation-duration:1s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#squaresWaveG_1{
left:0;
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}

#squaresWaveG_2{
left:26px;
-moz-animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;
animation-delay:0.5s;
}

#squaresWaveG_3{
left:52px;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#squaresWaveG_4{
left:78px;
-moz-animation-delay:0.7s;
-webkit-animation-delay:0.7s;
-ms-animation-delay:0.7s;
-o-animation-delay:0.7s;
animation-delay:0.7s;
}

#squaresWaveG_5{
left:104px;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}

#squaresWaveG_6{
left:130px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#squaresWaveG_7{
left:156px;
-moz-animation-delay:1s;
-webkit-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;
animation-delay:1s;
}

#squaresWaveG_8{
left:182px;
-moz-animation-delay:1.1s;
-webkit-animation-delay:1.1s;
-ms-animation-delay:1.1s;
-o-animation-delay:1.1s;
animation-delay:1.1s;
}

@-moz-keyframes bounce_squaresWaveG{
0%{
background-color:#91B0FF;
}

100%{
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_squaresWaveG{
0%{
background-color:#91B0FF;
}

100%{
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_squaresWaveG{
0%{
background-color:#91B0FF;
}

100%{
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_squaresWaveG{
0%{
background-color:#91B0FF;
}

100%{
background-color:#FFFFFF;
}

}

@keyframes bounce_squaresWaveG{
0%{
background-color:#91B0FF;
}

100%{
background-color:#FFFFFF;
}

}

.on_off_effect {

	-moz-animation-duration: 15s;
	-moz-animation-delay: 2s;
	-webkit-animation-duration: 15s;
	-webkit-animation-delay: 10s;

	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	}

/* Blinking animation */
.blink_me {
		-webkit-animation-name: blinker;
		-webkit-animation-duration: 3s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;

		-moz-animation-name: blinker;
		-moz-animation-duration: 3s;
		-moz-animation-timing-function: linear;
		-moz-animation-iteration-count: infinite;

		animation-name: blinker;
		animation-duration: 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
		0% { opacity: 3.0; }
		50% { opacity: 0.0; }
		100% { opacity: 3.0; }
}

@-webkit-keyframes blinker {
		0% { opacity: 3.0; }
		50% { opacity: 0.0; }
		100% { opacity: 3.0; }
}

@keyframes blinker {
		0% { opacity: 3.0; }
		50% { opacity: 0.0; }
		100% { opacity: 3.0; }
}

#Staff-filters a {
	margin-right: 5px;
}

/* ==============
	 General Styles
	 ============== */
.a_link,
.a_link:hover,
.a_link:focus {
	cursor:pointer;
	text-decoration:none;
}

/* =====================
	 Styles for Staff Page
	 ===================== */

.StaffPageLi {
	min-height:22px;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:4px;
	white-space:nowrap;
}

.cutTheTextNoEl{
	overflow:hidden;
	white-space:nowrap;
}

.cutTheText {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.cutTheText:before {
	content: ''; /* IE9 ellipsis fix */
}

/* ============================================
	 Styles for Staff Experiences/Status Section
	 ============================================ */

	.StaffStatusTable tbody tr:hover td {
		background-color:#ECECEC;
	}

	.StaffStatusTable thead tr {
		color: #FFFFFF;
		background-color: #585858;
		cursor: pointer;
		* cursor: hand;
	}

	.StaffStatusTable tbody tr:hover td {
		background-color:#ECECEC;
	}

	.StaffStatusTable tbody tr td:nth-child(1) {
		cursor: pointer;
		* cursor: hand;
	}

	.StaffStatusTable tbody .selected_row td {
		background-color: #D1D1D1;
	}

	.StaffStatusTable tbody .selected_row:hover td {
		background-color: #BFBFBF;
	}

	.StaffStatusTable > tbody > tr > td, .StaffStatusTable > thead > tr > th {
		vertical-align: middle;
	}

	.FlightLogTable > tbody > tr > td,
	.FlightLogTable > thead > tr > th {
		padding:8px !important;
		overflow:hidden;
	}



/* ======================
	 New Check-box styles
	====================== */
input[type=checkbox].css-checkbox {
				position: absolute;
			overflow: hidden;
			clip: rect(0 0 0 0);
			height:1px;
			width:1px;
			margin:-1px;
			padding:0;
			border:0;
		}

		input[type=checkbox].css-checkbox + label.css-label {
			padding-left:20px;
			height:15px;
			display:inline-block;
			line-height:15px;
			background-repeat:no-repeat;
			background-position: 0 0;
			font-size:15px;
			vertical-align:middle;
			cursor:pointer;
		}

		input[type=checkbox].css-checkbox:checked + label.css-label {
			background-position: 0 -15px;
		}

		.css-label{ background-image:url(http://csscheckbox.com/checkboxes/chrome-style.png);
		}

/* ===================
	 Bootstrap Submenus
	==================== */
.dropdown-submenu {
		z-index: 1000 !important;
		position: relative;
}

.dropdown-submenu > .dropdown-menu {
		z-index: 1000 !important;
		background-color: #4A4A4A;
		top: 0;
		left: 100%;
		margin-top: -1px;
		margin-left: -1px;
}

.dropdown-submenu>.dropdown-menu li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-submenu:hover>.dropdown-menu {
		z-index: 1000 !important;
		display: block;
}

.dropdown-submenu>.dropdown-menu a {
		font-size: 11px;
		line-height: 49px;
		padding: 0 24px;
		vertical-align: middle;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-transform: uppercase;
}


.dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
		border-left-color: #fff;
}

.dropdown-submenu.pull-left {
		float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
}


/*===================
	Whatever Coment it
	made me f run into a
	->conflict
	from: ~@dud3
	===================*/
.animate-enter,
.animate-leave
{
		-webkit-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-moz-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-ms-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-o-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		position: relative;
		display: block;
		overflow: hidden;
		text-overflow: clip;
		white-space:nowrap;
}

.animate-leave.animate-leave-active,
.animate-enter {
		opacity: 0;
		width: 0px;
		height: 0px;
}

.animate-enter.animate-enter-active,
.animate-leave {
		opacity: 1;
		width: 150px;
		height: 30px;
}

.animate-enter,
.animate-leave
{
		-webkit-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-moz-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-ms-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-o-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}

.animate-enter {
		left: 100%;
}
.animate-enter.animate-enter-active {
		left: 0;
}

.animate-leave {
		left: 0;
}
.animate-leave.animate-leave-active{
		left: -100%;
}


/*===================
	Animate CSS delays
	==================*/

	.delay-img-thumb {
		-vendor-animation-duration: 5s;
		-vendor-animation-delay: 10s;
		-vendor-animation-iteration-count: infinite;

		-webkit-animation-delay: 1s; /* Safari and Chrome */
		animation-delay: 1s;
	}

/*===================
	Auto complete country
	==================*/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

/*============
	Multi Select
	============*/
multiselect {
		display:block;
}
multiselect .btn {
		width: 100%;
		background-color: #FFF;
}
multiselect .btn.error{
		border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
		max-height: 300px;
		overflow-y: auto;
}
multiselect .dropdown-menu {
		width: 100%;
		box-sizing: border-box;
		padding: 2px;
}
multiselect .dropdown-menu > li > a {
		padding: 3px 10px;
		cursor:pointer;
}
.multiselect-all {
	color: #00618b !important;
	margin-left:-22px;
}
/*
	 Quick modification of usual select all checkbox,
	 for some reason, we need to take out the checkbox,
	 interesting
*/
input[value=multiselect-all] {
	display: none;
}
.companyStats tr td {
	padding: 10px;
	text-align: center;
}

.companyStats tr th {
	padding: 10px;
	text-align: center;
}

.is-disabled {
		opacity: .5;
		pointer-events: none;
}

.is-disabled .rotate-element	{
}

.is-disabled .rotate-element .disabled-elemet {
	z-index:1;
}

.modal-static {
		position: fixed;
		top: 50% !important;
		left: 50% !important;
		margin-top: -100px;
		margin-left: -100px;
		overflow: visible !important;
}
.modal-static,
.modal-static .modal-dialog,
.modal-static .modal-content {
		width: 200px;
		height: 200px;
}
.modal-static .modal-dialog,
.modal-static .modal-content {
		padding: 0 !important;
		margin: 0 !important;
}
.modal-static .modal-content .icon {
}

.clickable
{
		cursor: pointer;
}

.clickable .glyphicon
{
		background: rgba(0, 0, 0, 0);
		display: inline-block;
		padding: 6px 12px;
		border-radius: 4px
}

.panel-heading span
{
		margin-top: -23px;
		font-size: 15px;
		margin-right: -9px;
}
a.clickable { color: inherit; }
a.clickable:hover { text-decoration:none; }


/*===========================
	Extra Upload button styles
	==========================*/

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.mx-notifications {
	margin-top:18px;
}

.mx-notifications .mx-notif-button {
	margin-right:5px;
	padding: 5px;
}


/*===========================
	Addtitional Trainings style
	==========================*/
	.train-card ul li {
		margin: 1.2em;
	}

/*-------------------
	Angular aninations
	------------------*/
	.animate-enter,
.animate-leave {
		-webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		-o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
		position: relative;
		display: block;
}

.animate-leave.animate-leave-active,
.animate-enter {
		-webkit-transform: rotateX(-180deg) translatez(30px);
		-moz-transform: rotateX(-180deg) translatez(30px);
		-ms-transform: rotateX(-180deg) translatez(30px);
		-o-transform: rotateX(-180deg) translatez(30px);
		transform: rotateX(-180deg) translatez(30px);
		opacity: 0;
		height: 0px;
}

.animate-enter.animate-enter-active,
.animate-leave {
		-webkit-transform: rotateX(0deg) translatez(30px);
		-moz-transform: rotateX(0deg) translatez(30px);
		-ms-transform: rotateX(0deg) translatez(30px);
		-o-transform: rotateX(0deg) translatez(30px);
		transform: rotateX(0deg) translatez(30px);
		opacity: 1;
		height: 30px;
}

/*------------
	 Animate if
	------------*/
.animate-if {
	background:white;
	border:1px solid black;
	padding:10px;
}

.animate-if.ng-enter, .animate-if.ng-leave {
	-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
	transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
	opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
	opacity:1;
}

.three-dots span{
		display:inline-block;
		width:180px;
		white-space: nowrap;
		overflow:hidden !important;
		text-overflow: ellipsis;
}

.nohover > tbody > tr { cursor:default !important; }
.nohover > tbody > tr:hover { background:#fff !important; }

.nohover thead tr {
	color: #FFFFFF;
	opacity: 0.5;
	background-color: #585858;
	cursor:default !important;
}

.nohover tbody tr:hover td {
	background-color:#DDD;
}
.nohover tbody tr td {
	opacity: 0.5;
}



/*
	===========================
	Stylesheet for File-modals
	===========================
*/


.fileSystemModals {
	z-index: 9999 !important;
}

.appHeader-warning {
	background-color:#FFCC00;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	color:white !important;
}

.app-btn-warning {
		background-color:#FFCC00;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	color:white !important;
}

.appWarning-sign {
		font-size: 25px;
		color:white !important;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.appHeader-error {
	background-color: #FF6666;
	color: #FFF !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	overflow:auto;
}

.appError-sign {
	font-size: 25px;
	color:white !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.appHeader-success {
	background-color: #5FDF5F;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	color:white !important;
}

.appSuccess-sign {
	font-size: 25px;
	color:white !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}


/*
	==================================
	Stylesheet for Staff Training Page
	==================================
*/

.StaffTrainingTable thead tr {
	color: #FFFFFF;
	background-color: #585858;
	cursor: pointer;
	* cursor: hand;
}

.StaffTrainingTable tbody tr.red_row {
	font-weight:bold; color:#222; background-color:#FF4F4F;
}
.StaffTrainingTable tbody tr.yellow_row {
	background-color:#FFF040;
}

.StaffTrainingTable tbody tr:hover > td {
	background-color:#ECECEC;
}
.StaffTrainingTable tbody tr.red_row:hover > td {
	background-color:#FF8F8F;
}
.StaffTrainingTable tbody tr.yellow_row:hover > td {
	background-color:#FFFF89;
}

.StaffTrainingTable tbody tr td:nth-child(1) {
	cursor: pointer;
	* cursor: hand;
}

.StaffTrainingTable tbody tr.selected_row > td {
	background-color: #D1D1D1;
}
.StaffTrainingTable tbody tr.selected_row.red_row > td {
	background-color: #DF3030;
}
.StaffTrainingTable tbody tr.selected_row.yellow_row > td {
	background-color: #DFCF30;
}

.StaffTrainingTable tbody tr.selected_row:hover > td {
	background-color: #BFBFBF;
}
.StaffTrainingTable tbody tr.selected_row.red_row:hover > td {
	background-color: #EF4040;
}
.StaffTrainingTable tbody tr.selected_row.yellow_row:hover > td {
	background-color: #EFDF40;
}

.td_selected {
	background-color:#D1D1D1 !important;
}

.selected_row .td_selected {
	background-color:#AAAAAA !important;
}

.tr_highlighted td {
	background-color:#AAAAAA !important;
}

.btn-red {
	color:#B00;
	background-color:#FFF;
}

.btn-red-pushed {
	color:#FFF;
	background-color:#B00;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
	color:#F00;
	border-color:#F00;
}

.btn-red-pushed:hover,
.btn-red-pushed:active,
.btn-red-pushed:focus {
	color:#FDD;
	border-color:#900;
	background-color:#900;
}

.btn-blue {
	color:#00618B;
	background-color:#FFF;
}

.btn-blue-pushed {
	color:#FFF;
	background-color:#00618B;
}

.btn-blue:hover,
.btn-blue:active {
	color:#1197D0;
	border-color:#1197D0;
}

.btn-blue-pushed:hover,
.btn-blue-pushed:active {
	color:#1AF;
	border-color:#1AF;
	background-color:#046;
}


/* ==================
		 Cursor Options
	 ================== */

.cursor-pointer {
	cursor:pointer;
}

.custom_current_sort_col {
	color: #3a87ad; text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black; font-size:19px;
}

.modal-dialog-wide {
	width: auto;
}
@media screen and (min-width: 950px) {
	.modal-dialog-wide {
		width: 900px;
	}
}

.textLeft {
	text-align: left;
}

/* Let's make all the placeholders look the same, everywhere, all the time! ~ Moya, 5. 4. 2014 */
.usingPlaceHolder { /* IE9 and other old IE versions (see placeholderfix.js) */
		color:#999 !important;
		opacity:1;
		text-transform:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
		color:#999 !important;
		opacity:1;
		text-transform:none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:#999 !important;
		opacity:1;
		text-transform:none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:#999 !important;
		opacity:1;
		text-transform:none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
		color:#999 !important;
		opacity:1;
		text-transform:none;
}
.empty {
		color:#999 !important;
		opacity:1;
		text-transform:none;
}

/* styling for braintree hosted fields on billing page */
div.hosted-field-container {
	height: 32px;
	padding-left: 16px;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-radius: 1px;
}

/* validated and invalidated input fields - great for every fire() function and similar =) */

input.success, div.braintree-hosted-fields-valid {
	border-color: #99BB99;
	outline: 0;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 233, 0, 0.6) inset, 0px 0px 8px rgba(0, 233, 0, 0.3);
		 -moz-box-shadow: 0px 0px 6px 2px rgba(0, 233, 0, 0.6) inset, 0px 0px 8px rgba(0, 233, 0, 0.3);
					box-shadow: 0px 0px 6px 2px rgba(0, 233, 0, 0.6) inset, 0px 0px 8px rgba(0, 233, 0, 0.3);
}

input.error, div.braintree-hosted-fields-invalid {
	border-color: #BB9999;
	outline: 0;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(233, 0, 0, 0.4) inset, 0px 0px 8px rgba(233, 0, 0, 0.2);
		 -moz-box-shadow: 0px 0px 6px 2px rgba(233, 0, 0, 0.4) inset, 0px 0px 8px rgba(233, 0, 0, 0.2);
					box-shadow: 0px 0px 6px 2px rgba(233, 0, 0, 0.4) inset, 0px 0px 8px rgba(233, 0, 0, 0.2);
}

div.braintree-hosted-fields-focused {
	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);
}

input.success:focus, div.braintree-hosted-fields-valid.braintree-hosted-fields-focused {
	border-color: #00AA00;
	outline: 0;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 233, 0, 0.8);
		 -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 233, 0, 0.8);
					box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 233, 0, 0.8);
}

input.error:focus, div.braintree-hosted-fields-invalid.braintree-hosted-fields-focused {
	border-color: #BB0000;
	outline: 0;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(233, 0, 0, 0.8);
		 -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(233, 0, 0, 0.8);
					box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(233, 0, 0, 0.8);
}

.borderless,
.borderless:hover,
.borderless:focus,
.borderless:active {
	border: 2px solid #F0F !important;
	background: #FFF;
}

/* the following styles are used on the admin settings page */

tr.changedRed td {
	background: #ECC;
}
tr.changedGreen td {
	background: #BEB;
}
tr.changedBlue td {
	background: #CCE;
}
tr.changedRed:hover td {
	background: #DBB !important;
}
tr.changedGreen:hover td {
	background: #ADA !important;
}
tr.changedBlue:hover td {
	background: #BBD !important;
}
.btn-danger-active:active,
.btn-danger-active:focus {
	color: #ffffff;
	background-color: #ff2415;
	border-color: #fb1000;
}
.btn-success-active:active,
.btn-success-active:focus {
	color: #ffffff;
	background-color: #96e413;
	border-color: #87cc11;
}

/* if a button is given a width from the outside
	 (e.g. by being in a col-sm-6 container etc.),
	 then we DON'T want horizontal padding, but instead
	 just center the text! */
.btn-width-given {
	padding-left: 0px;
	padding-right: 0px;
}

/* BETA label on the nav bar */
.betalabel {
	position: absolute;
	font-size: 11px;
	right: -1px;
	line-height: 11px;
	top: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* nav bar entries in sub groups */
.nav > li.l_in_status, .nav > li.l_in_list {
	display:none;
	background: #5F5F5F none repeat scroll 0% 0%;
}

.nav > li.l_in_status > a, .nav > li.l_in_list > a {
	line-height: 36px;
}

.nav > li.l_in_status > a > span.l, .nav > li.l_in_list > a > span.l {
	color:#DDD;
}

.nav > li > a.a_sub_sec > i {
	float:right;
	margin-top:15px;
	margin-right:15px;
	font-size:18px;
}

a.a_sub_sec {
	cursor:pointer;
}

ul#mx-nav-collapse {
	overflow-x:hidden;
	overflow-y:auto;
}

ul#mx-nav-collapse > li > a > span.l {
	white-space:nowrap;
}

/* give inset icons bg color */
i.nav_flightlogplane {
	color:rgb(74, 74, 74);
	font-size:16px;
	margin-left:-2px;
	margin-top:7px;
}

/* set inset icon bg color to lighter shade in dropdown */
li.l_in_status > a > span > i.nav_flightlogplane,
li.l_in_list > a > span > i.nav_flightlogplane {
	color:#5F5F5F;
}

li > a:hover > span > i.nav_flightlogplane,
li > a:focus > span > i.nav_flightlogplane {
	color:#4A4A4A;
}

/* set inset icon bg color to blue when active */
li.active > a > span > i.nav_flightlogplane {
	color:#1197D0;
}

/* make all those little letter-icons align nicely to their lines in the status tables */
span.fa-envelope.messageSent, span.fa-envelope.messageInit, span.fa-envelope-o.messageReaden, span.fa-check.pull-right {
	margin-top:5px;
}

.td_label {
	text-align:right;
	font-weight:bold;
	font-size:85%;
	line-height:1.64;
	vertical-align:bottom;
	border:0px;
	padding-bottom:1.5px;
}

.td_labeled {
	vertical-align:bottom;
	border:0px;
}

/*
	blue N/A entries
*/
.na_blue {
	color:blue;
}

/*
	re-building the regular staff tables with ul and li elements =)
*/
.staff_ul_head > li {
	padding:0px !important;
}
.staff_ul_head > li > div {
	padding:8px !important;
}

.staff_ul_head > li > div {
	background-color:#585858;
	cursor:pointer;
	border:1px solid #DDD;
	border-top-width:0px;
	border-left-width:0px;
}

.staff_ul_head > li > div > a,
.staff_ul_head > li > div > a:focus,
.staff_ul_head > li > div > a:hover,
.staff_ul_head > li > div > a:active {
	color:#FFF;
}

.staff_ul_body > li {
	padding:0px !important;
	border:0px !important;
}
.staff_ul_body > li > div {
	padding:8px !important;
}

.staff_ul_body > li > div {
	border:1px solid #DDD;
	border-bottom-width:0px;
	border-left-width:0px;
}

.staff_ul_body > li > div.mx-list-actions {
	padding:0px !important;
	top:0px !important;
	border-width:0px 0px 0px 1px;
	height:40px;
	width:50px !important;
}

.staff_ul_body > li > div.mx-list-actions > div,
.staff_ul_body > li > div.mx-list-actions > div > div,
.staff_ul_body > li > div.mx-list-actions > div > div > a {
	width:100%;
	height:100%;
}

.staff_ul_body > li > div.col-sm-12 {
	border-width:1px 0px 0px 0px;
}

.thgray, .thblue, .tdwhite {
	padding:2px 0px;
	border:1px solid #DDD;
	text-align:center;
}

.thgray, .thblue {
	color:#fff;
	font-weight:700;
}

.thgray {
	background:none repeat scroll 0% 0% #585858;
}

.thblue {
	background:none repeat scroll 0% 0% #1197D0;
}

.tdwhite {
	background:none repeat scroll 0% 0% #fff;
	height:30px;
}

.tdblueborder {
	border:2px solid #1197D0;
}

.tdgreenborder {
	border:2px solid #0A0;
}

.tdbluegreenborder {
	border-top:2px solid #0A0;
	border-right:2px solid #0A0;
	border-bottom:2px solid #1197D0;
	border-left:2px solid #1197D0;
}

.thbtn {
	cursor:pointer;
}

.thbtn:hover {
	background-color:#3080A0;
}

.thbtn:active, .thbtn:focus {
	background-color:#1197D0;
}

.not_okay {
	background-color:#C22;
}
.not_okay > div {
	opacity:0.9;
}

.flight_duty_row_info_box {
	display:none;
	position:absolute;
	background:none repeat scroll 0% 0% rgb(255, 255, 255);
	width:100%;
	margin-top:-5px;
	border:1px solid rgb(221, 221, 221);
	padding:9px 10px;
	height:142px;
	z-index:10;
	opacity:1 !important;
}

/* make datepickers look less horrible (this is not perfect for selecting datepickers,
	 but there doesn't seem to be a better way based on a class or something) */
ul.dropdown-menu > li > div > table > tbody > tr > td > button {
	min-width: 35px;
}

#referral-container {
	display:none;
	text-align:center;
	position: fixed;
	left:0;
	bottom:-10px;
	height:50px;
	left:25%;
	width:50%;
	z-index:100000;
}
#referral-box {
	display:inline-block;
	width:500px;
	height:100%;
	background:rgb(255, 255, 255) none repeat scroll 0% 0%;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	border-radius:15px;
	text-align:center;
	padding-top:8px;
}

@media (max-width: 600px) {
	#referral-container {
		display:none !important;
	}
}

.btn-with-minitext {
	padding-top:1px;
	padding-bottom:11px;
}

.btn .minitext {
	font-size:12px;
	text-transform:none;
	position:absolute;
	left:0px;
	right:0px;
	bottom:-12px;
}

a.btn-brand {
	background:rgb(255, 255, 255) none repeat scroll 0% 0%;
	border:0;
	padding:5px 10px;
	margin:0px 5px;
	border-radius:8px;
	color:#fff;
	font-weight:500 !important;
	text-decoration:none !important;
	cursor:pointer;
}

/* perfectly align all nav captions vertically */
#mx-nav-collapse > li > a > span.l {
	position:absolute;
	left:50px;
}

/* select all in multiselect */
.selall {
	font-weight:700;
	color:#00618B;
	cursor:pointer;
	padding:2px 0px 2px 20px !important;
}
.selall:hover,
.selall:focus {
	color: #1197d0;
}

/* break ties between glyphicons and font awesome */
.glyphicons.fa-li {
	position:absolute;
}
/* avatar uploads */
.jcrop-holder > #preview-pane {
	right:-68px !important;
}
.jcrop-holder > #preview-pane > .preview-container {
	box-shadow:0px 0px 1px 1px rgb(0, 0, 0);
}
.pic-container > #instruction {
	width:600px !important;
}

.t-shrink-first-col > tbody > tr > td:first-child {
	width:1px;
	white-space:nowrap;
}

/* checkboxes don't need the box-shadow, and actually look stupid with it in chrome... */
input[type=checkbox].form-control {
	-webkit-box-shadow:none;
	box-shadow:none;
}

ul.he-ul {
	list-style:none;
}

span.acspan {
	padding-right:30px;
	white-space:nowrap;
}

/* correctly display "g" and other low characters in input fields */
select.form-control, button.form-control, input.form-control {
	padding-top:0px;
	padding-bottom:0px;
}

table.grid_table {
	width:100%;
}

table.grid_table > tbody > tr > td {
	text-align:right;
}
table.grid_table > tbody > tr > td:first-child {
	text-align:left;
}
table.grid_table > tbody > tr:nth-child(4) > td {
	padding-bottom:6px;
}
table.grid_table > tbody > tr:last-child > td {
	font-weight:700;
	border-top:1px solid #444;
	padding-top:4px;
}

div.inputToDropdownContainer {
	position:relative;
	height:36px;
}
div.inputToDropdownContainer > ul {
	width:100%;
	cursor:default;
}

b.inputToDropdown {
	position:absolute;
	right:16px;
	top:16px
}

ul.defaultTypeahead > li > a:hover {
	color:#00618B;
	background-color:#E6EFF3;
}

ul#id-cog-dropdown {
	z-index: 5000;
}

/* add mini buttons - e.g. for #1693 */
.mx-control-group .minibuttoncontainer {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 36px;
}
button.minibuttonL, button.minibuttonM, button.minibuttonR {
	position: absolute;
	top: 40px;
	height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}
button.minibuttonL {
	left: 0;
}
button.minibuttonM {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
button.minibuttonR {
	right: 0;
}
