/*! normalize.css v5.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not ([controls] ){
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

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: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{
	height: auto
}

input[type="search"] {
	-webkit-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
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}
	/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}
	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
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	select {
		background: #fff !important
	}
	.navbar {
		display: none
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-ms-overflow-style: scrollbar
}

body {
	font-family: "Nimbus Sans Regular", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fafafa
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #009CD6;
	text-decoration: none
}

a:hover, a:focus {
	color: #2e59a0
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 3px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-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: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Nimbus Sans Regular", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small,
	h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small,
	.h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small,
	.h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small,
	.h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small,
	.h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%
}

h1, .h1 {
	font-size: 36px
}

h2, .h2 {
	font-size: 30px
}

h3, .h3 {
	font-size: 24px
}

h4, .h4 {
	font-size: 18px
}

h5, .h5 {
	font-size: 14px
}

h6, .h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

strong {
	font-family: "Nimbus Sans Bold", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-weight: normal
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media ( min-width : 768px) {
	.lead {
		font-size: 21px
	}
}

small, .small {
	font-size: 85%
}

mark, .mark {
	background-color: #8d1836;
	padding: .2em;
	border-radius: 2px;
	color: white
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #f28900
}

a.text-primary:hover {
	color: #bf6c00
}

.text-success {
	color: #00964c
}

a.text-success:hover {
	color: #006332
}

.text-info {
	color: #00aff0
}

a.text-info:hover {
	color: #008abd
}

.text-warning {
	color: #8d1836
}

a.text-warning:hover {
	color: #611125
}

.text-danger {
	color: #ff0f3b
}

a.text-danger:hover {
	color: #db0028
}

.text-inverted {
	color: #fff
}

a.text-inverted:hover {
	color: #e6e6e6
}

.text-turquoise {
	color: #009296
}

a.text-turquoise:hover {
	color: #006063
}

.text-burgundy {
	color: #8d1836
}

a.text-burgundy:hover {
	color: #611125
}

.text-purple {
	color: #802654
}

a.text-purple:hover {
	color: #591a3a
}

.text-lime {
	color: #7cb82f
}

a.text-lime:hover {
	color: #618f25
}

.bg-primary {
	background-color: #f28900;
	color: white;
	border-radius: 2px
}

a.bg-primary:hover {
	background-color: #bf6c00
}

.bg-success {
	background-color: #00964c;
	color: white;
	border-radius: 2px
}

a.bg-success:hover {
	background-color: #006332
}

.bg-info {
	background-color: #00aff0;
	color: white;
	border-radius: 2px
}

a.bg-info:hover {
	background-color: #008abd
}

.bg-warning {
	background-color: #8d1836;
	color: white;
	border-radius: 2px
}

a.bg-warning:hover {
	background-color: #611125
}

.bg-danger {
	background-color: #ff0f3b;
	color: white;
	border-radius: 2px
}

a.bg-danger:hover {
	background-color: #db0028
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt, dd {
	line-height: 1.42857
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media ( min-width : 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child
	{
	margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before
	{
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before,
	.blockquote-reverse .small:before, blockquote.pull-right footer:before,
	blockquote.pull-right small:before, blockquote.pull-right .small:before
	{
	content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after,
	.blockquote-reverse .small:after, blockquote.pull-right footer:after,
	blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 3px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #333;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #CFCFCF;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:before, .container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media ( min-width : 768px) {
	.container {
		width: 750px
	}
}

@media ( min-width : 992px) {
	.container {
		width: 970px
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:before, .row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media ( min-width : 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width : 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width : 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
		.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td,
	.table>tfoot>tr>th, .table>tfoot>tr>td {
	padding: 10px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td,
	.table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td,
	.table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td
	{
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fafafa
}

.table-condensed>thead>tr>th, .table-condensed>thead>tr>td,
	.table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td,
	.table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
	padding: 7px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td,
	.table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td,
	.table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active,
	.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active,
	.table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th
	{
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover,
	.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active,
	.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td,
	.table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success,
	.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success,
	.table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th
	{
	background-color: #00964c
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover,
	.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success,
	.table-hover>tbody>tr.success:hover>th {
	background-color: #007d3f
}

.table>thead>tr>td.info, .table>thead>tr>th.info, .table>thead>tr.info>td,
	.table>thead>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info,
	.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tfoot>tr>td.info,
	.table>tfoot>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th
	{
	background-color: #00aff0
}

.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover,
	.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info,
	.table-hover>tbody>tr.info:hover>th {
	background-color: #009cd6
}

.table>thead>tr>td.warning, .table>thead>tr>th.warning, .table>thead>tr.warning>td,
	.table>thead>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning,
	.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tfoot>tr>td.warning,
	.table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th
	{
	background-color: #8d1836
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover,
	.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning,
	.table-hover>tbody>tr.warning:hover>th {
	background-color: #77142e
}

.table>thead>tr>td.danger, .table>thead>tr>th.danger, .table>thead>tr.danger>td,
	.table>thead>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger,
	.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tfoot>tr>td.danger,
	.table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th
	{
	background-color: #ff0f3b
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover,
	.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger,
	.table-hover>tbody>tr.danger:hover>th {
	background-color: #f5002d
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td,
		.table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td,
		.table-responsive>.table>tfoot>tr>th, .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>thead>tr>td:first-child,
		.table-responsive>.table-bordered>tbody>tr>th:first-child,
		.table-responsive>.table-bordered>tbody>tr>td:first-child,
		.table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
		.table-responsive>.table-bordered>tbody>tr>th:last-child,
		.table-responsive>.table-bordered>tbody>tr>td:last-child,
		.table-responsive>.table-bordered>tfoot>tr>th:last-child,
		.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
		.table-responsive>.table-bordered>tbody>tr:last-child>td,
		.table-responsive>.table-bordered>tfoot>tr:last-child>th,
		.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-family: "Nimbus Sans Bold", "Helvetica Neue", Helvetica, Arial,
		sans-serif
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 9px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 37px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #00aff0;
	border-width: 2px;
	outline: 0;
	padding: 7px 11px
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto;
	resize: none
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"], input[type="time"], input[type="datetime-local"],
		input[type="month"] {
		line-height: 37px
	}
	input[type="date"].input-sm, .input-group-sm>input[type="date"].form-control,
		.input-group-sm>input[type="date"].input-group-addon, .input-group-sm>.input-group-btn>input[type="date"].btn,
		.input-group-sm input[type="date"], input[type="time"].input-sm,
		.input-group-sm>input[type="time"].form-control, .input-group-sm>input[type="time"].input-group-addon,
		.input-group-sm>.input-group-btn>input[type="time"].btn,
		.input-group-sm input[type="time"], input[type="datetime-local"].input-sm,
		.input-group-sm>input[type="datetime-local"].form-control,
		.input-group-sm>input[type="datetime-local"].input-group-addon,
		.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
		.input-group-sm input[type="datetime-local"], input[type="month"].input-sm,
		.input-group-sm>input[type="month"].form-control, .input-group-sm>input[type="month"].input-group-addon,
		.input-group-sm>.input-group-btn>input[type="month"].btn,
		.input-group-sm input[type="month"] {
		line-height: 32px
	}
	input[type="date"].input-lg, .input-group-lg>input[type="date"].form-control,
		.input-group-lg>input[type="date"].input-group-addon, .input-group-lg>.input-group-btn>input[type="date"].btn,
		.input-group-lg input[type="date"], input[type="time"].input-lg,
		.input-group-lg>input[type="time"].form-control, .input-group-lg>input[type="time"].input-group-addon,
		.input-group-lg>.input-group-btn>input[type="time"].btn,
		.input-group-lg input[type="time"], input[type="datetime-local"].input-lg,
		.input-group-lg>input[type="datetime-local"].form-control,
		.input-group-lg>input[type="datetime-local"].input-group-addon,
		.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
		.input-group-lg input[type="datetime-local"], input[type="month"].input-lg,
		.input-group-lg>input[type="month"].form-control, .input-group-lg>input[type="month"].input-group-addon,
		.input-group-lg>.input-group-btn>input[type="month"].btn,
		.input-group-lg input[type="month"] {
		line-height: 49px
	}
}

.form-password-mask {
	position: relative;
	display: block
}

.form-password-mask .btn-mask-password {
	position: absolute;
	top: 5px;
	right: 5px;
	text-transform: uppercase;
	background-color: #eee
}

.form-password-mask .btn-mask-password:hover {
	background-color: #f28900;
	color: white
}

.form-password-mask .form-control {
	padding-right: 71px
}

.form-password-mask .form-control.input-sm, .form-password-mask .input-group-sm>.form-control,
	.form-password-mask .input-group-sm>.input-group-btn>.form-control.btn
	{
	padding-right: 65px
}

.form-password-mask .form-control.input-lg, .form-password-mask .input-group-lg>.form-control,
	.form-password-mask .input-group-lg>.input-group-btn>.form-control.btn
	{
	padding-right: 83px
}

.form-password-mask .form-control+.btn-mask-password {
	padding: 3px 7px
}

.form-password-mask .input-sm+.btn-mask-password, .form-password-mask .input-group-sm>.form-control+.btn-mask-password,
	.form-password-mask .input-group-sm>.input-group-addon+.btn-mask-password,
	.form-password-mask .input-group-sm>.input-group-btn>.btn+.btn-mask-password
	{
	padding: 1px 5px
}

.form-password-mask .input-lg+.btn-mask-password, .form-password-mask .input-group-lg>.form-control+.btn-mask-password,
	.form-password-mask .input-group-lg>.input-group-addon+.btn-mask-password,
	.form-password-mask .input-group-lg>.input-group-btn>.btn+.btn-mask-password
	{
	padding: 9px 11px
}

.form-group {
	margin-bottom: 15px
}

.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	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"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.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="radio"].disabled, fieldset[disabled] input[type="radio"],
	input[type="checkbox"][disabled], input[type="checkbox"].disabled,
	fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
	.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label,
	fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 0
}

.form-control-static.input-lg, .input-group-lg>.form-control-static.form-control,
	.input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn,
	.form-control-static.input-sm, .input-group-sm>.form-control-static.form-control,
	.input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn
	{
	padding-left: 0;
	padding-right: 0
}

.input-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon,
	.input-group-sm>.input-group-btn>.btn {
	height: 32px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon,
	.input-group-sm>.input-group-btn>select.btn {
	height: 32px;
	line-height: 32px
}

textarea.input-sm, .input-group-sm>textarea.form-control,
	.input-group-sm>textarea.input-group-addon, .input-group-sm>.input-group-btn>textarea.btn,
	select[multiple].input-sm, .input-group-sm>select[multiple].form-control,
	.input-group-sm>select[multiple].input-group-addon, .input-group-sm>.input-group-btn>select[multiple].btn
	{
	height: auto
}

.form-group-sm .form-control {
	height: 32px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 32px;
	line-height: 32px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control
	{
	height: auto
}

.form-group-sm .form-control-static {
	height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon,
	.input-group-lg>.input-group-btn>.btn {
	height: 49px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 3px
}

select.input-lg, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon,
	.input-group-lg>.input-group-btn>select.btn {
	height: 49px;
	line-height: 49px
}

textarea.input-lg, .input-group-lg>textarea.form-control,
	.input-group-lg>textarea.input-group-addon, .input-group-lg>.input-group-btn>textarea.btn,
	select[multiple].input-lg, .input-group-lg>select[multiple].form-control,
	.input-group-lg>select[multiple].input-group-addon, .input-group-lg>.input-group-btn>select[multiple].btn
	{
	height: auto
}

.form-group-lg .form-control {
	height: 49px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 3px
}

.form-group-lg select.form-control {
	height: 49px;
	line-height: 49px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control
	{
	height: auto
}

.form-group-lg .form-control-static {
	height: 49px;
	padding: 12px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 46.25px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback,
	.input-group-lg>.input-group-addon+.form-control-feedback,
	.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
	width: 49px;
	height: 49px;
	line-height: 49px
}

.input-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback,
	.input-group-sm>.input-group-addon+.form-control-feedback,
	.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
	width: 32px;
	height: 32px;
	line-height: 32px
}

.has-success .help-block, .has-success .control-label, .has-success .radio,
	.has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline,
	.has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label,
	.has-success.checkbox-inline label {
	color: #00964c
}

.has-success .form-control {
	color: #006332;
	background-color: rgba(0, 150, 76, 0.1);
	border-color: #00964c;
	border-top-color: rgba(0, 150, 76, 0.58);
	border-bottom-color: rgba(0, 150, 76, 0.6)
}

.has-success .form-control:focus {
	border-color: #006332
}

.has-success .input-group-addon {
	color: #00964c;
	border-color: #00964c;
	background-color: #00964c
}

.has-success .form-control-feedback {
	color: #00964c
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio,
	.has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline,
	.has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label,
	.has-warning.checkbox-inline label {
	color: #8d1836
}

.has-warning .form-control {
	color: #611125;
	background-color: rgba(141, 24, 54, 0.1);
	border-color: #8d1836;
	border-top-color: rgba(141, 24, 54, 0.58);
	border-bottom-color: rgba(141, 24, 54, 0.6)
}

.has-warning .form-control:focus {
	border-color: #611125
}

.has-warning .input-group-addon {
	color: #8d1836;
	border-color: #8d1836;
	background-color: #8d1836
}

.has-warning .form-control-feedback {
	color: #8d1836
}

.has-error .help-block, .has-error .control-label, .has-error .radio,
	.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline,
	.has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label,
	.has-error.checkbox-inline label {
	color: #ff0f3b
}

.has-error .form-control {
	color: #db0028;
	background-color: rgba(255, 15, 59, 0.1);
	border-color: #ff0f3b;
	border-top-color: rgba(255, 15, 59, 0.58);
	border-bottom-color: rgba(255, 15, 59, 0.6)
}

.has-error .form-control:focus {
	border-color: #db0028
}

.has-error .input-group-addon {
	color: #ff0f3b;
	border-color: #ff0f3b;
	background-color: #ff0f3b
}

.has-error .form-control-feedback {
	color: #ff0f3b
}

.has-feedback label ~ .form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

.field-validation-error {
	color: #ff0f3b
}

.field-validation-valid {
	color: #00964c
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media ( min-width : 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,
		.form-inline .input-group .form-control {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio label, .form-inline .checkbox label {
		padding-left: 0
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
		{
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline,
	.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 9px
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 29px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after
	{
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media ( max-width : 991px) {
	.form-horizontal .control-label {
		text-align: left
	}
}

@media ( min-width : 992px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 17.0px
	}
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 7px
	}
}

.form-group .control-label {
	text-transform: uppercase;
	color: #555;
	font-size: 0.9em
}

.form-group-row {
	width: 100%;
	display: table;
	clear: both
}

.form-group-row div[class^='col-'], .form-group-row div[class*='col-'] {
	padding-left: 0 !important
}

@media ( min-width : 992px) {
	.form-group-row .control-label {
		text-align: right
	}
}

@media ( max-width : 991px) {
	.form-group-row .control-label {
		text-align: left
	}
}

.error-page {
	background-color: #eee
}

.img-error-container, .spinning-gears {
	width: 70%;
	height: 50%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 60px;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: inherit;
	text-align: center
}

.img-error-container>img {
	display: block;
	margin: auto;
	height: auto
}

@media ( max-width : 767px) {
	.img-error-container>img {
		max-width: 100%
	}
}

@media ( min-width : 768px) {
	.img-error-container>img {
		width: 550px;
		max-width: 550px
	}
}

@media ( min-width : 992px) {
	.img-error-container>img {
		width: 600px;
		max-width: 600px
	}
}

.error-action {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px
}

.spinning-gears {
	margin-top: -10px
}

.spinning-gears .gear-one {
	display: inline-block;
	position: absolute;
	margin-left: -78px;
	color: #009296
}

.spinning-gears .gear-two {
	display: inline-block;
	position: absolute;
	margin-left: -25px;
	color: #2e59a0
}

.spinning-gears .gear-three {
	display: inline-block;
	position: absolute;
	top: 47px;
	margin-left: -25px;
	color: #8d1836
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	white-space: nowrap;
	text-shadow: 0 1px 1px transparent;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus,
	.btn.active.focus {
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	color: #666;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}

.btn:active, .btn.active {
	outline: 0;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	background-image: none
}

.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: #666;
	background-color: #f0f0f0;
	border-color: #DADADA;
	background-image: -webkit-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fafafa 0%, #f0f0f0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA',
		endColorstr='#FFF0F0F0', GradientType=0);
	border-bottom-color: #c8c8c8
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
	.btn-default.active, .open>.btn-default.dropdown-toggle {
	color: #666;
	background-color: #ebebeb;
	border-style: solid;
	border-color: rgba(193, 193, 193, 0.5);
	border-bottom-color: rgba(167, 167, 167, 0.5);
	background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f2f2f2 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2',
		endColorstr='#FFE8E8E8', GradientType=0)
}

.btn-default:hover {
	-webkit-box-shadow: 0 0 3px rgba(172, 172, 172, 0.6);
	box-shadow: 0 0 3px rgba(172, 172, 172, 0.6)
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle
	{
	background-color: #dcdcdc;
	background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #dcdcdc 100%);
	background-image: -o-linear-gradient(top, #e6e6e6 0%, #dcdcdc 100%);
	background-image: linear-gradient(to bottom, #e6e6e6 0%, #dcdcdc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6',
		endColorstr='#FFDCDCDC', GradientType=0)
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus,
	.btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active,
	.btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus,
	.btn-default[disabled].focus, .btn-default[disabled]:active,
	.btn-default[disabled].active, fieldset[disabled] .btn-default,
	fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus,
	fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active,
	fieldset[disabled] .btn-default.active {
	background-color: #f0f0f0;
	border-color: #DADADA
}

.btn-default .badge {
	color: #f0f0f0;
	background-color: white
}

.btn-default .badge {
	color: white;
	background-color: #ff0f3b
}

.btn-default:active, .btn-default.active {
	border-color: #1a1919;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #252525 100%);
	background-image: -o-linear-gradient(top, #2c2c2c 0%, #252525 100%);
	background-image: linear-gradient(to bottom, #2c2c2c 0%, #252525 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2C2C2C',
		endColorstr='#FF252525', GradientType=0)
}

.btn-primary, .btn-orange {
	color: #fff;
	background-color: #f28900;
	border-color: #ff9102;
	background-image: -webkit-linear-gradient(top, #fc8f00 0%, #f28900 100%);
	background-image: -o-linear-gradient(top, #fc8f00 0%, #f28900 100%);
	background-image: linear-gradient(to bottom, #fc8f00 0%, #f28900 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFC8F00',
		endColorstr='#FFF28900', GradientType=0)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.btn-primary.dropdown-toggle, .btn-orange:hover,
	.btn-orange:focus, .btn-orange.focus, .btn-orange:active, .btn-orange.active,
	.open>.btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #e88300;
	border-style: solid;
	border-color: rgba(206, 117, 0, 0.5);
	border-bottom-color: rgba(155, 88, 0, 0.5);
	background-image: -webkit-linear-gradient(top, #ed8600 0%, #e38000 100%);
	background-image: -o-linear-gradient(top, #ed8600 0%, #e38000 100%);
	background-image: linear-gradient(to bottom, #ed8600 0%, #e38000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFED8600',
		endColorstr='#FFE38000', GradientType=0)
}

.btn-primary:hover, .btn-orange:hover {
	-webkit-box-shadow: 0 0 3px rgba(172, 172, 172, 0.6);
	box-shadow: 0 0 3px rgba(172, 172, 172, 0.6)
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle,
	.btn-orange:active, .btn-orange.active, .open>.btn-orange.dropdown-toggle
	{
	background-color: #c97200;
	background-image: -webkit-linear-gradient(top, #d37800 0%, #c97200 100%);
	background-image: -o-linear-gradient(top, #d37800 0%, #c97200 100%);
	background-image: linear-gradient(to bottom, #d37800 0%, #c97200 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD37800',
		endColorstr='#FFC97200', GradientType=0)
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus,
	.btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active,
	.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus,
	.btn-primary[disabled].focus, .btn-primary[disabled]:active,
	.btn-primary[disabled].active, fieldset[disabled] .btn-primary,
	fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,
	fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
	fieldset[disabled] .btn-primary.active, .btn-orange.disabled,
	.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus,
	.btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled],
	.btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus,
	.btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange,
	fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus,
	fieldset[disabled] .btn-orange.focus, fieldset[disabled] .btn-orange:active,
	fieldset[disabled] .btn-orange.active {
	background-color: #f28900;
	border-color: #ff9102
}

.btn-primary .badge, .btn-orange .badge {
	color: #f28900;
	background-color: white
}

.btn-success, .btn-green {
	color: #fff;
	background-color: #00964c;
	border-color: #00964c;
	background-image: -webkit-linear-gradient(top, #00a051 0%, #00964c 100%);
	background-image: -o-linear-gradient(top, #00a051 0%, #00964c 100%);
	background-image: linear-gradient(to bottom, #00a051 0%, #00964c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A051',
		endColorstr='#FF00964C', GradientType=0)
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active,
	.btn-success.active, .open>.btn-success.dropdown-toggle, .btn-green:hover,
	.btn-green:focus, .btn-green.focus, .btn-green:active, .btn-green.active,
	.open>.btn-green.dropdown-toggle {
	color: #fff;
	background-color: #008c47;
	border-style: solid;
	border-color: rgba(0, 99, 50, 0.5);
	border-bottom-color: rgba(0, 48, 24, 0.5);
	background-image: -webkit-linear-gradient(top, #009149 0%, #008744 100%);
	background-image: -o-linear-gradient(top, #009149 0%, #008744 100%);
	background-image: linear-gradient(to bottom, #009149 0%, #008744 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009149',
		endColorstr='#FF008744', GradientType=0)
}

.btn-success:hover, .btn-green:hover {
	-webkit-box-shadow: 0 0 3px rgba(172, 172, 172, 0.6);
	box-shadow: 0 0 3px rgba(172, 172, 172, 0.6)
}

.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle,
	.btn-green:active, .btn-green.active, .open>.btn-green.dropdown-toggle
	{
	background-color: #006d37;
	background-image: -webkit-linear-gradient(top, #00773c 0%, #006d37 100%);
	background-image: -o-linear-gradient(top, #00773c 0%, #006d37 100%);
	background-image: linear-gradient(to bottom, #00773c 0%, #006d37 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00773C',
		endColorstr='#FF006D37', GradientType=0)
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus,
	.btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active,
	.btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus,
	.btn-success[disabled].focus, .btn-success[disabled]:active,
	.btn-success[disabled].active, fieldset[disabled] .btn-success,
	fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus,
	fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active,
	fieldset[disabled] .btn-success.active, .btn-green.disabled, .btn-green.disabled:hover,
	.btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green.disabled:active,
	.btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover,
	.btn-green[disabled]:focus, .btn-green[disabled].focus, .btn-green[disabled]:active,
	.btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover,
	fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green.focus,
	fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active
	{
	background-color: #00964c;
	border-color: #00964c
}

.btn-success .badge, .btn-green .badge {
	color: #00964c;
	background-color: white
}

.btn-info, .btn-cyan {
	color: #fff;
	background-color: #00aff0;
	border-color: #00baff;
	background-image: -webkit-linear-gradient(top, #00b6fa 0%, #00aff0 100%);
	background-image: -o-linear-gradient(top, #00b6fa 0%, #00aff0 100%);
	background-image: linear-gradient(to bottom, #00b6fa 0%, #00aff0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00B6FA',
		endColorstr='#FF00AFF0', GradientType=0)
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active,
	.btn-info.active, .open>.btn-info.dropdown-toggle, .btn-cyan:hover,
	.btn-cyan:focus, .btn-cyan.focus, .btn-cyan:active, .btn-cyan.active,
	.open>.btn-cyan.dropdown-toggle {
	color: #fff;
	background-color: #00a8e6;
	border-style: solid;
	border-color: rgba(0, 149, 204, 0.5);
	border-bottom-color: rgba(0, 112, 153, 0.5);
	background-image: -webkit-linear-gradient(top, #00abeb 0%, #00a4e1 100%);
	background-image: -o-linear-gradient(top, #00abeb 0%, #00a4e1 100%);
	background-image: linear-gradient(to bottom, #00abeb 0%, #00a4e1 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00ABEB',
		endColorstr='#FF00A4E1', GradientType=0)
}

.btn-info:hover, .btn-cyan:hover {
	-webkit-box-shadow: 0 0 3px rgba(172, 172, 172, 0.6);
	box-shadow: 0 0 3px rgba(172, 172, 172, 0.6)
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle,
	.btn-cyan:active, .btn-cyan.active, .open>.btn-cyan.dropdown-toggle {
	background-color: #0091c7;
	background-image: -webkit-linear-gradient(top, #0099d1 0%, #0091c7 100%);
	background-image: -o-linear-gradient(top, #0099d1 0%, #0091c7 100%);
	background-image: linear-gradient(to bottom, #0099d1 0%, #0091c7 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099D1',
		endColorstr='#FF0091C7', GradientType=0)
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus,
	.btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active,
	.btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus,
	.btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
	fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover,
	fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus,
	fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active,
	.btn-cyan.disabled, .btn-cyan.disabled:hover, .btn-cyan.disabled:focus,
	.btn-cyan.disabled.focus, .btn-cyan.disabled:active, .btn-cyan.disabled.active,
	.btn-cyan[disabled], .btn-cyan[disabled]:hover, .btn-cyan[disabled]:focus,
	.btn-cyan[disabled].focus, .btn-cyan[disabled]:active, .btn-cyan[disabled].active,
	fieldset[disabled] .btn-cyan, fieldset[disabled] .btn-cyan:hover,
	fieldset[disabled] .btn-cyan:focus, fieldset[disabled] .btn-cyan.focus,
	fieldset[disabled] .btn-cyan:active, fieldset[disabled] .btn-cyan.active
	{
	background-color: #00aff0;
	border-color: #00baff
}

.btn-info .badge, .btn-cyan .badge {
	color: #00aff0;
	background-color: white
}

.btn-warning, .btn-burgundy {
	color: #fff;
	background-color: #802654;
	border-color: #902b5e;
	background-image: -webkit-linear-gradient(top, #882859 0%, #802654 100%);
	background-image: -o-linear-gradient(top, #882859 0%, #802654 100%);
	background-image: linear-gradient(to bottom, #882859 0%, #802654 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF882859',
		endColorstr='#FF802654', GradientType=0)
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active,
	.btn-warning.active, .open>.btn-warning.dropdown-toggle, .btn-burgundy:hover,
	.btn-burgundy:focus, .btn-burgundy.focus, .btn-burgundy:active,
	.btn-burgundy.active, .open>.btn-burgundy.dropdown-toggle {
	color: #fff;
	background-color: #78244f;
	border-style: solid;
	border-color: rgba(104, 31, 69, 0.5);
	border-bottom-color: rgba(65, 19, 43, 0.5);
	background-image: -webkit-linear-gradient(top, #7c2551 0%, #74224c 100%);
	background-image: -o-linear-gradient(top, #7c2551 0%, #74224c 100%);
	background-image: linear-gradient(to bottom, #7c2551 0%, #74224c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7C2551',
		endColorstr='#FF74224C', GradientType=0)
}

.btn-warning:hover, .btn-burgundy:hover {
	-webkit-box-shadow: 0 0 3px rgba(172, 172, 172, 0.6);
	box-shadow: 0 0 3px rgba(172, 172, 172, 0.6)
}

.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle,
	.btn-burgundy:active, .btn-burgundy.active, .open>.btn-burgundy.dropdown-toggle
	{
	background-color: #611d3f;
	background-image: -webkit-linear-gradient(top, #681f45 0%, #611d3f 100%);
	background-image: -o-linear-gradient(top, #681f45 0%, #611d3f 100%);
	background-image: linear-gradient(to bottom, #681f45 0%, #611d3f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF681F45',
		endColorstr='#FF611D3F', GradientType=0)
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus,
	.btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active,
	.btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus,
	.btn-warning[disabled].focus, .btn-warning[disabled]:active,
	.btn-warning[disabled].active, fieldset[disabled] .btn-warning,
	fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus,
	fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active,
	fieldset[disabled] .btn-warning.active, .btn-burgundy.disabled,
	.btn-burgundy.disabled:hover, .btn-burgundy.disabled:focus,
	.btn-burgundy.disabled.focus, .btn-burgundy.disabled:active,
	.btn-burgundy.disabled.active, .btn-burgundy[disabled], .btn-burgundy[disabled]:hover,
	.btn-burgundy[disabled]:focus, .btn-burgundy[disabled].focus,
	.btn-burgundy[disabled]:active, .btn-burgundy[disabled].active,
	fieldset[disabled] .btn-burgundy, fieldset[disabled] .btn-burgundy:hover,
	fieldset[disabled] .btn-burgundy:focus, fieldset[disabled] .btn-burgundy.focus,
	fieldset[disabled] .btn-burgundy:active, fieldset[disabled] .btn-burgundy.active
	{
	background-color: #802654;
	border-color: #902b5e
}

.btn-warning .badge, .btn-burgundy .badge {
	color: #802654;
	background-color: white
}

.btn-danger, .btn-red {
	color: #fff;
	background-color: #ff0f3b;
	border-color: #ff234c;
	background-image: -webkit-linear-gradient(top, #ff1943 0%, #ff0f3b 100%);
	background-image: -o-linear-gradient(top, #ff1943 0%, #ff0f3b 100%);
	background-image: linear-gradient(to bottom, #ff1943 0%, #ff0f3b 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF1943',
		endColorstr='#FFFF0F3B', GradientType=0)
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active,
	.btn-danger.active, .open>.btn-danger.dropdown-toggle, .btn-red:hover,
	.btn-red:focus, .btn-red.focus, .btn-red:active, .btn-red.active, .open>.btn-red.dropdown-toggle
	{
	color: #fff;
	background-color: #ff0533;
	border-style: solid;
	border-color: rgba(239, 0, 44, 0.5);
	border-bottom-color: rgba(188, 0, 35, 0.5);
	background-image: -webkit-linear-gradient(top, #ff0a37 0%, #ff002f 100%);
	background-image: -o-linear-gradient(top, #ff0a37 0%, #ff002f 100%);
	background-image: linear-gradient(to bottom, #ff0a37 0%, #ff002f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF0A37',
		endColorstr='#FFFF002F', GradientType=0)
}

.btn-danger:hover, .btn-red:hover {
	-webkit-box-shadow: 0 0 3px rgba(172, 172, 172, 0.6);
	box-shadow: 0 0 3px rgba(172, 172, 172, 0.6)
}

.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle,
	.btn-red:active, .btn-red.active, .open>.btn-red.dropdown-toggle {
	background-color: #e5002a;
	background-image: -webkit-linear-gradient(top, #ef002c 0%, #e5002a 100%);
	background-image: -o-linear-gradient(top, #ef002c 0%, #e5002a 100%);
	background-image: linear-gradient(to bottom, #ef002c 0%, #e5002a 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF002C',
		endColorstr='#FFE5002A', GradientType=0)
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus,
	.btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active,
	.btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus,
	.btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
	fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover,
	fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus,
	fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active,
	.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus,
	.btn-red.disabled.focus, .btn-red.disabled:active, .btn-red.disabled.active,
	.btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus,
	.btn-red[disabled].focus, .btn-red[disabled]:active, .btn-red[disabled].active,
	fieldset[disabled] .btn-red, fieldset[disabled] .btn-red:hover,
	fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red.focus,
	fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active
	{
	background-color: #ff0f3b;
	border-color: #ff234c
}

.btn-danger .badge, .btn-red .badge {
	color: #ff0f3b;
	background-color: white
}

.btn-link {
	color: #009CD6;
	font-weight: normal;
	border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}

.btn-link:hover, .btn-link:focus {
	color: #2e59a0;
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover,
	fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-transparent {
	color: inherit;
	font-weight: normal;
	border-radius: 3px
}

.btn-transparent, .btn-transparent:active, .btn-transparent.active,
	.btn-transparent[disabled], fieldset[disabled] .btn-transparent {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-transparent, .btn-transparent:hover, .btn-transparent:focus,
	.btn-transparent:active {
	border-color: transparent
}

.btn-transparent:hover, .btn-transparent:focus {
	color: inherit;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.04)
}

.btn-transparent[disabled]:hover, .btn-transparent[disabled]:focus,
	fieldset[disabled] .btn-transparent:hover, fieldset[disabled] .btn-transparent:focus
	{
	color: inherit;
	text-decoration: none
}

.btn-ghost {
	color: white;
	font-weight: normal;
	border-radius: 3px;
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0.2)
}

.btn-ghost, .btn-ghost:active, .btn-ghost.active, .btn-ghost[disabled],
	fieldset[disabled] .btn-ghost {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-ghost, .btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active {
	color: white
}

.btn-ghost:hover, .btn-ghost:focus {
	text-decoration: none;
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0.5)
}

.btn-ghost[disabled]:hover, .btn-ghost[disabled]:focus, fieldset[disabled] .btn-ghost:hover,
	fieldset[disabled] .btn-ghost:focus {
	color: inherit;
	text-decoration: none
}

.btn-float {
	display: block;
	position: absolute;
	top: 15px;
	z-index: 10
}

.btn-float.btn-float-left {
	left: 15px
}

.btn-float.btn-float-right {
	right: 15px
}

.btn-lg, .btn-group-lg>.btn {
	padding: 12px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.btn-sm, .btn-group-sm>.btn {
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.btn-xs, .btn-group-xs>.btn {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 15px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block
	{
	width: 100%
}

@media ( max-width : 767px) {
	.btn-auto {
		display: block;
		width: 100%
	}
	.btn-auto .btn {
		display: block;
		width: 100%
	}
	.btn-auto+.btn-auto {
		margin-top: 15px
	}
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #f28900;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px
}

.loader-mask {
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 1041;
	overflow: hidden
}

.loader-mask .loader-message {
	color: #009296
}

.loader-mask.in {
	cursor: progress;
	display: block !important
}

.loader-mask.loader-section {
	position: absolute
}

.loader-mask.loader-page {
	position: fixed
}

.loader-container {
	width: 100%;
	padding: 0 15px;
	text-align: center;
	display: block
}

.loader-container .loader-cell {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.spinner {
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	margin: 40px auto;
	position: relative;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-khtml-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	animation: spinning 1.7s infinite ease
}

@
-webkit-keyframes spinning { 0%{
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-box-shadow: 0 -0.83em 0 -0.4em #009296, 0 -0.83em 0 -0.42em
		#009296, 0 -0.83em 0 -0.44em #009296, 0 -0.83em 0 -0.46em #009296, 0
		-0.83em 0 -0.477em #009296;
	box-shadow: 0 -0.83em 0 -0.4em #009296, 0 -0.83em 0 -0.42em #009296, 0
		-0.83em 0 -0.44em #009296, 0 -0.83em 0 -0.46em #009296, 0 -0.83em 0
		-0.477em #009296
}

5%,
95%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
}
10%,
59%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.087em
 
-0
.825em
 
0
-0
.42em
 
#009296
,
-0
.173em
 
-0
.812em
 
0
-0
.44em
 
#009296
,
-0
.256em
 
-0
.789em
 
0
-0
.46em
 
#009296
,
-0
.297em
 
-0
.775em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.087em
 
-0
.825em
 
0
-0
.42em
 
#009296
,
-0
.173em
 
-0
.812em
 
0
-0
.44em
 
#009296
,
-0
.256em
 
-0
.789em
 
0
-0
.46em
 
#009296
,
-0
.297em
 
-0
.775em
 
0
-0
.477em
 
#009296
}
20%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.338em
 
-0
.758em
 
0
-0
.42em
 
#009296
,
-0
.555em
 
-0
.617em
 
0
-0
.44em
 
#009296
,
-0
.671em
 
-0
.488em
 
0
-0
.46em
 
#009296
,
-0
.749em
 
-0
.34em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.338em
 
-0
.758em
 
0
-0
.42em
 
#009296
,
-0
.555em
 
-0
.617em
 
0
-0
.44em
 
#009296
,
-0
.671em
 
-0
.488em
 
0
-0
.46em
 
#009296
,
-0
.749em
 
-0
.34em
 
0
-0
.477em
 
#009296
}
38%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.377em
 
-0
.74em
 
0
-0
.42em
 
#009296
,
-0
.645em
 
-0
.522em
 
0
-0
.44em
 
#009296
,
-0
.775em
 
-0
.297em
 
0
-0
.46em
 
#009296
,
-0
.82em
 
-0
.09em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.377em
 
-0
.74em
 
0
-0
.42em
 
#009296
,
-0
.645em
 
-0
.522em
 
0
-0
.44em
 
#009296
,
-0
.775em
 
-0
.297em
 
0
-0
.46em
 
#009296
,
-0
.82em
 
-0
.09em
 
0
-0
.477em
 
#009296
}
100%{
-webkit-transform
:rotate(360deg)
;-khtml-transform
:rotate(360deg)
;-moz-transform
:rotate(360deg)
;-ms-transform
:rotate(360deg)
;-o-transform
:rotate(360deg)
;transform
:rotate(360deg)
;-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
}
}
@
keyframes spinning { 0%{
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-box-shadow: 0 -0.83em 0 -0.4em #009296, 0 -0.83em 0 -0.42em
		#009296, 0 -0.83em 0 -0.44em #009296, 0 -0.83em 0 -0.46em #009296, 0
		-0.83em 0 -0.477em #009296;
	box-shadow: 0 -0.83em 0 -0.4em #009296, 0 -0.83em 0 -0.42em #009296, 0
		-0.83em 0 -0.44em #009296, 0 -0.83em 0 -0.46em #009296, 0 -0.83em 0
		-0.477em #009296
}

5%,
95%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
}
10%,
59%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.087em
 
-0
.825em
 
0
-0
.42em
 
#009296
,
-0
.173em
 
-0
.812em
 
0
-0
.44em
 
#009296
,
-0
.256em
 
-0
.789em
 
0
-0
.46em
 
#009296
,
-0
.297em
 
-0
.775em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.087em
 
-0
.825em
 
0
-0
.42em
 
#009296
,
-0
.173em
 
-0
.812em
 
0
-0
.44em
 
#009296
,
-0
.256em
 
-0
.789em
 
0
-0
.46em
 
#009296
,
-0
.297em
 
-0
.775em
 
0
-0
.477em
 
#009296
}
20%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.338em
 
-0
.758em
 
0
-0
.42em
 
#009296
,
-0
.555em
 
-0
.617em
 
0
-0
.44em
 
#009296
,
-0
.671em
 
-0
.488em
 
0
-0
.46em
 
#009296
,
-0
.749em
 
-0
.34em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.338em
 
-0
.758em
 
0
-0
.42em
 
#009296
,
-0
.555em
 
-0
.617em
 
0
-0
.44em
 
#009296
,
-0
.671em
 
-0
.488em
 
0
-0
.46em
 
#009296
,
-0
.749em
 
-0
.34em
 
0
-0
.477em
 
#009296
}
38%{
-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.377em
 
-0
.74em
 
0
-0
.42em
 
#009296
,
-0
.645em
 
-0
.522em
 
0
-0
.44em
 
#009296
,
-0
.775em
 
-0
.297em
 
0
-0
.46em
 
#009296
,
-0
.82em
 
-0
.09em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
-0
.377em
 
-0
.74em
 
0
-0
.42em
 
#009296
,
-0
.645em
 
-0
.522em
 
0
-0
.44em
 
#009296
,
-0
.775em
 
-0
.297em
 
0
-0
.46em
 
#009296
,
-0
.82em
 
-0
.09em
 
0
-0
.477em
 
#009296
}
100%{
-webkit-transform
:rotate(360deg)
;-khtml-transform
:rotate(360deg)
;-moz-transform
:rotate(360deg)
;-ms-transform
:rotate(360deg)
;-o-transform
:rotate(360deg)
;transform
:rotate(360deg)
;-webkit-box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
;box-shadow
:
0
 
-0
.83em
 
0
-0
.4em
 
#009296
,
0
-0
.83em
 
0
-0
.42em
 
#009296
,
0
-0
.83em
 
0
-0
.44em
 
#009296
,
0
-0
.83em
 
0
-0
.46em
 
#009296
,
0
-0
.83em
 
0
-0
.477em
 
#009296
}
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.44, 0.01, 0.65, 0.98);
	-o-transition: opacity 0.2s cubic-bezier(0.44, 0.01, 0.65, 0.98);
	transition: opacity 0.2s cubic-bezier(0.44, 0.01, 0.65, 0.98)
}

.fade.in {
	opacity: 1;
	-webkit-transition: opacity 0.2s cubic-bezier(0.44, 0.01, 0.65, 0.98);
	-o-transition: opacity 0.2s cubic-bezier(0.44, 0.01, 0.65, 0.98);
	transition: opacity 0.2s cubic-bezier(0.44, 0.01, 0.65, 0.98)
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.bouncing {
	animation: bouncing 2s infinite;
	-webkit-animation: bouncing 2s infinite;
	-moz-animation: bouncing 2s infinite;
	-o-animation: bouncing 2s infinite
}

@
-webkit-keyframes bouncing { 0%, 20%, 50%, 80%, 100%{
	-webkit-transform: translateY(0)
}

40%{
-webkit-transform
:translateY(-8px)
}
60%{
-webkit-transform
:translateY(-4px)
}
}
@
-moz-keyframes bouncing { 0%, 20%, 50%, 80%, 100%{
	-moz-transform: translateY(0)
}

40%{
-moz-transform
:translateY(-8px)
}
60%{
-moz-transform
:translateY(-4px)
}
}
@
-o-keyframes bouncing { 0%, 20%, 50%, 80%, 100%{
	-o-transform: translateY(0)
}

40%{
-o-transform
:translateY(-8px)
}
60%{
-o-transform
:translateY(-4px)
}
}
@
keyframes bouncing { 0%, 20%, 50%, 80%, 100%{
	transform: translateY(0)
}

40%{
transform
:translateY(-8px)
}
60%{
transform
:translateY(-4px)
}
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.dropup, .dropdown {
	position: relative;
	display: inline-block
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 1px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.3)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 18px 15px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333;
	cursor: pointer;
	white-space: nowrap
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #333;
	border-bottom: none
}

.dropdown-menu>li>a:hover *[class^='text-'], .dropdown-menu>li>a:hover *[class*=' text-'],
	.dropdown-menu>li>a:focus *[class^='text-'], .dropdown-menu>li>a:focus *[class*=' text-']
	{
	color: #fff !important
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
	{
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #f28900;
	border-bottom: none
}

.dropdown-menu>li:first-child a, .dropdown-menu>li:first-child a:hover,
	.dropdown-menu>li:first-child a:focus {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.dropdown-menu>li:last-child a, .dropdown-menu>li:last-child a:hover,
	.dropdown-menu>li:last-child a:focus {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover,
	.dropdown-menu>.disabled>a:focus {
	color: #777
}

.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
}

.dropdown-menu {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transform: translate3d(0, -6px, 0);
	-khtml-transform: translate3d(0, -6px, 0);
	-moz-transform: translate3d(0, -6px, 0);
	-ms-transform: translate3d(0, -6px, 0);
	-o-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.open>.dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transform: translate3d(0, 0, 0);
	-khtml-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 5px solid;
	content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media ( min-width : 768px) {
	.navbar-right .dropdown-menu, .navbar-right .dropdown-menu-arrow {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.dropdown .dropdown-menu-arrow, .dropup .dropdown-menu-arrow {
	float: right !important;
	right: 0;
	left: auto
}

.dropdown .dropdown-menu-arrow>li .md, .dropup .dropdown-menu-arrow>li .md
	{
	margin-right: 10px
}

.dropdown .dropdown-menu-arrow:after, .dropdown .dropdown-menu-arrow:before,
	.dropup .dropdown-menu-arrow:after, .dropup .dropdown-menu-arrow:before
	{
	right: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.dropdown .dropdown-menu-arrow:after, .dropup .dropdown-menu-arrow:after
	{
	border-color: rgba(136, 183, 213, 0);
	border-width: 10px;
	margin-left: -10px
}

.dropdown .dropdown-menu-arrow:before, .dropup .dropdown-menu-arrow:before
	{
	border-color: rgba(231, 231, 231, 0);
	border-width: 10px;
	margin-left: -11px
}

.dropdown .dropdown-menu-arrow {
	margin-top: 11px
}

.dropdown .dropdown-menu-arrow:after, .dropdown .dropdown-menu-arrow:before
	{
	bottom: 100%
}

.dropdown .dropdown-menu-arrow:after {
	border-bottom-color: #fff
}

.dropdown .dropdown-menu-arrow:before {
	border-bottom-color: #b6b6b6
}

.dropup .dropdown-menu-arrow {
	margin-bottom: 11px
}

.dropup .dropdown-menu-arrow:after, .dropup .dropdown-menu-arrow:before
	{
	top: 100%
}

.dropup .dropdown-menu-arrow:after {
	border-top-color: #fff
}

.dropup .dropdown-menu-arrow:before {
	border-top-color: #b6b6b6
}

.btn-group .btn+.dropdown-menu-arrow:before, .btn-group .btn+.dropdown-menu-arrow:after
	{
	right: 15px
}

.btn-group-xs .dropdown-menu-arrow:before, .btn-group-xs .dropdown-menu-arrow:after,
	.btn-group .btn-xs+.dropdown-menu-arrow:before, .btn-group .btn-group-xs>.btn+.dropdown-menu-arrow:before,
	.btn-group .btn-xs+.dropdown-menu-arrow:after, .btn-group .btn-group-xs>.btn+.dropdown-menu-arrow:after
	{
	right: 6px !important
}

.btn-group-sm .dropdown-menu-arrow:before, .btn-group-sm .dropdown-menu-arrow:after,
	.btn-group .btn-sm+.dropdown-menu-arrow:before, .btn-group .btn-group-sm>.btn+.dropdown-menu-arrow:before,
	.btn-group .btn-sm+.dropdown-menu-arrow:after, .btn-group .btn-group-sm>.btn+.dropdown-menu-arrow:after
	{
	right: 6px !important
}

.btn-group-lg .dropdown-menu-arrow:before, .btn-group-lg .dropdown-menu-arrow:after,
	.btn-group .btn-lg+.dropdown-menu-arrow:before, .btn-group .btn-group-lg>.btn+.dropdown-menu-arrow:before,
	.btn-group .btn-lg+.dropdown-menu-arrow:after, .btn-group .btn-group-lg>.btn+.dropdown-menu-arrow:after
	{
	right: 15px
}

.notif-empty {
	background-color: #eee
}

.notif-empty a .md-insert-emoticon {
	margin-right: 0
}

.notif-empty a>span {
	font-size: 0.8em
}

.notif-empty a span:last-child {
	font-size: 1.5em
}

.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>.btn:focus, .btn-group>.btn:active,
	.btn-group>.btn.active, .btn-group-vertical>.btn:hover,
	.btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active,
	.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	){
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not (:first-child ), .btn-group>.dropdown-toggle:not
	(:first-child ){
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not (:last-child )>.btn:last-child,
	.btn-group>.btn-group:first-child:not (:last-child )>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not (:first-child )>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.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-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret, .btn-group-lg>.btn .caret {
	border-width: 6px 6px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {
	border-width: 0 6px 6px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group,
	.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after
	{
	content: " ";
	display: table
}

.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: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not (:first-child ){
	border-bottom-left-radius: 2px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
	{
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,
	.btn-group-vertical>.btn-group:first-child:not (:last-child )>.dropdown-toggle
	{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
	{
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"],
	[data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]
	{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus ~ .input-group-addon {
	background-color: #00aff0;
	border-color: #00aff0;
	color: white;
	-webkit-transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98)
}

.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: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98)
}

.input-group-addon.input-sm, .input-group-sm>.input-group-addon,
	.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg>.input-group-addon,
	.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 12px 16px;
	font-size: 18px;
	border-radius: 3px
}

.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>.btn-group>.btn,
	.input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not
	(:last-child ):not (.dropdown-toggle ), .input-group-btn:last-child>.btn-group:not
	(:last-child )>.btn {
	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>.btn-group>.btn,
	.input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not
	(:first-child ), .input-group-btn:first-child>.btn-group:not (:first-child
	)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus,
	.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
	{
	margin-right: -2px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
	{
	margin-left: -2px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:before, .nav:after {
	content: " ";
	display: table
}

.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: #eee;
	border-bottom: none
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #009CD6
}

.nav .nav-divider {
	height: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #555;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	padding: 15px
}

.nav-pills>li>a:hover {
	background: none;
	color: #333;
	border-bottom: 5px solid #d0d0d0
}

.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: inherit;
	background-color: transparent;
	border-bottom: 5px solid #f28900
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li, .nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width : 768px) {
	.nav-justified>li, .nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 3px
}

.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a,
	.nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus
	{
	border: 1px solid #ddd
}

@media ( min-width : 768px) {
	.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 3px 3px 0 0
	}
	.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a,
		.nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover,
		.nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus
		{
		border-bottom-color: #fafafa
	}
}

.tab-content {
	position: relative
}

.tab-content>.tab-pane {
	display: none;
	visibility: hidden
}

.tab-content>.active {
	display: block;
	visibility: visible
}

.nav-tabs .dropdown-menu {
	margin-top: -1px
}

.nav-tabs .dropdown-menu-arrow {
	margin-top: 11px
}

.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:before, .navbar:after {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media ( min-width : 768px) {
	.navbar {
		border-radius: 3px
	}
}

.navbar+.container-body {
	margin-top: 20px
}

.navbar+.sub-navbar {
	margin-top: 0
}

.accordion-menu {
	position: relative
}

.accordion-menu .accordion-nav-header {
	padding: 10px 15px;
	display: block;
	position: relative
}

.accordion-menu .accordion-menu-item>.accordion-menu-content {
	display: none
}

.accordion-menu .accordion-menu-item>.accordion-menu-content>* {
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transform: translate3d(0, -6px, 0);
	-khtml-transform: translate3d(0, -6px, 0);
	-moz-transform: translate3d(0, -6px, 0);
	-ms-transform: translate3d(0, -6px, 0);
	-o-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.accordion-menu .accordion-menu-item .accordion-menu-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -5px;
	border-left: 5px solid;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent
}

.accordion-menu .accordion-menu-item .accordion-menu-toggle:hover {
	cursor: pointer
}

.accordion-menu .accordion-menu-item.open .accordion-menu-toggle .caret
	{
	right: 15px;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.accordion-menu .accordion-menu-item.open>.accordion-menu-content {
	display: block
}

.accordion-menu .accordion-menu-item.open>.accordion-menu-content>* {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transform: translate3d(0, 0, 0);
	-khtml-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media ( min-width : 768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media ( min-width : 768px) {
	.navbar-collapse {
		float: right
	}
}

@media ( min-width : 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse,
		.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
	{
	max-height: 340px
}

@media ( max-device-width : 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
		{
		max-height: 200px
	}
}

.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width : 768px) {
	.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header,
		.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media ( min-width : 768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media ( min-width : 768px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 60px
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	width: auto;
	height: 30px;
	display: block
}

@media ( min-width : 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 10.5px;
	margin-bottom: 10.5px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media ( min-width : 768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 10px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media ( max-width : 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header
		{
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.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: 20px;
		padding-bottom: 20px
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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: 11.5px;
	margin-bottom: 11.5px
}

@media ( min-width : 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn,
		.navbar-form .input-group .form-control {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio, .navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio label, .navbar-form .checkbox label {
		padding-left: 0
	}
	.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"]
		{
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media ( max-width : 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media ( min-width : 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		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 {
	margin-bottom: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 11.5px;
	margin-bottom: 11.5px
}

.navbar-btn.btn-sm, .btn-group-sm>.navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-btn.btn-xs, .btn-group-xs>.navbar-btn.btn {
	margin-top: 19px;
	margin-bottom: 19px
}

.navbar-text {
	margin-top: 20px;
	margin-bottom: 20px
}

@media ( min-width : 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media ( min-width : 768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #fff;
	border-color: transparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)
}

.navbar-default .navbar-brand {
	color: #333
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
	{
	color: #1a1a1a;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #555
}

.navbar-default .navbar-nav>li>a {
	color: #333
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #fff;
	background-color: #333
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #1a1a1a;
	background-color: #eee
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover,
	.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #f28900
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: #f28900;
	color: white
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #eee
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	background-color: #f6f6f6;
	color: #1a1a1a
}

@media ( max-width : 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: #333
	}
	.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: #1a1a1a;
		background-color: #f6f6f6
	}
	.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: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #333
}

.navbar-default .navbar-link:hover {
	color: #fff
}

.navbar-default .btn-link {
	color: #333
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #fff
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
	fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus
	{
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover,
	.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
	{
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}

@media ( max-width : 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.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: #fff;
		background-color: #090909
	}
	.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: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
	fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus
	{
	color: #444
}

.navbar-footer {
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 40px;
	height: 40px
}

.sub-navbar {
	height: 40px;
	color: white;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1029
}

.sub-navbar:before, .sub-navbar:after {
	content: " ";
	display: table
}

.sub-navbar:after {
	clear: both
}

.sub-navbar .sub-navbar-links {
	margin: auto auto;
	padding-left: 0;
	display: inline-block;
	text-align: center;
	list-style: none
}

.sub-navbar .sub-navbar-links li {
	height: 40px
}

@media ( max-width : 767px) {
	.sub-navbar .sub-navbar-links li {
		display: table-cell;
		position: relative;
		width: 1%
	}
}

@media ( min-width : 768px) {
	.sub-navbar .sub-navbar-links li {
		display: table-cell;
		position: relative
	}
}

@media ( max-width : 767px) {
	.sub-navbar .sub-navbar-links li .sub-navbar-text {
		display: block;
		clear: both;
		font-size: 0.7em;
		margin-top: -3px
	}
	.sub-navbar .sub-navbar-links li .sub-navbar-icon {
		font-size: 1.2em;
		margin-top: -2px
	}
}

@media ( min-width : 768px) {
	.sub-navbar .sub-navbar-links li .sub-navbar-text {
		display: inline-block
	}
	.sub-navbar .sub-navbar-links li .sub-navbar-icon {
		display: none
	}
}

.sub-navbar .sub-navbar-links li.active:after, .sub-navbar .sub-navbar-links li.active:before
	{
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	left: 50%;
	pointer-events: none;
	border-width: 10px
}

@media ( max-width : 767px) {
	.sub-navbar .sub-navbar-links li.active:after, .sub-navbar .sub-navbar-links li.active:before
		{
		bottom: 100%
	}
}

@media ( min-width : 768px) {
	.sub-navbar .sub-navbar-links li.active:after, .sub-navbar .sub-navbar-links li.active:before
		{
		top: 100%
	}
}

.sub-navbar .sub-navbar-links li.active:after {
	margin-left: -10px
}

@media ( max-width : 767px) {
	.sub-navbar .sub-navbar-links li.active:after {
		border-bottom-color: transparent
	}
}

@media ( min-width : 768px) {
	.sub-navbar .sub-navbar-links li.active:after {
		border-top-color: transparent
	}
}

.sub-navbar .sub-navbar-links li.active:before {
	margin-left: -11px
}

@media ( max-width : 767px) {
	.sub-navbar .sub-navbar-links li.active:before {
		border-bottom-color: transparent
	}
}

@media ( min-width : 768px) {
	.sub-navbar .sub-navbar-links li.active:before {
		border-top-color: transparent
	}
}

.sub-navbar .sub-navbar-links li a {
	color: white;
	font-size: 1em;
	margin-bottom: -5px;
	display: block
}

@media ( max-width : 767px) {
	.sub-navbar .sub-navbar-links li a {
		padding: 6px
	}
}

@media ( min-width : 768px) {
	.sub-navbar .sub-navbar-links li a {
		padding: 10px 18px;
		padding-top: 11px
	}
}

.sub-navbar .sub-navbar-links li a:hover {
	background-color: rgba(0, 0, 0, 0.2)
}

.sub-navbar.sub-navbar-turquoise {
	background-color: #009296
}

.sub-navbar.sub-navbar-turquoise .btn {
	background-color: #f28900;
	color: white
}

.sub-navbar.sub-navbar-turquoise .btn:hover {
	background-color: #e88300
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-turquoise .sub-navbar-links li.active:after {
		border-bottom-color: #009296
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-turquoise .sub-navbar-links li.active:after {
		border-top-color: #009296
	}
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-turquoise .sub-navbar-links li.active:hover:after
		{
		border-bottom-color: #007477
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-turquoise .sub-navbar-links li.active:hover:after
		{
		border-top-color: #007477
	}
}

.sub-navbar.sub-navbar-orange {
	background-color: #f28900
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-orange .sub-navbar-links li.active:after {
		border-bottom-color: #f28900
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-orange .sub-navbar-links li.active:after {
		border-top-color: #f28900
	}
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-orange .sub-navbar-links li.active:hover:after {
		border-bottom-color: #bf6c00
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-orange .sub-navbar-links li.active:hover:after {
		border-top-color: #bf6c00
	}
}

.sub-navbar.sub-navbar-cyan {
	background-color: #00aff0
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-cyan .sub-navbar-links li.active:after {
		border-bottom-color: #00aff0
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-cyan .sub-navbar-links li.active:after {
		border-top-color: #00aff0
	}
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-cyan .sub-navbar-links li.active:hover:after {
		border-bottom-color: #008abd
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-cyan .sub-navbar-links li.active:hover:after {
		border-top-color: #008abd
	}
}

.sub-navbar.sub-navbar-burgundy {
	background-color: #8d1836
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-burgundy .sub-navbar-links li.active:after {
		border-bottom-color: #8d1836
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-burgundy .sub-navbar-links li.active:after {
		border-top-color: #8d1836
	}
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-burgundy .sub-navbar-links li.active:hover:after
		{
		border-bottom-color: #611125
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-burgundy .sub-navbar-links li.active:hover:after
		{
		border-top-color: #611125
	}
}

.sub-navbar.sub-navbar-purple {
	background-color: #802654
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-purple .sub-navbar-links li.active:after {
		border-bottom-color: #802654
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-purple .sub-navbar-links li.active:after {
		border-top-color: #802654
	}
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-purple .sub-navbar-links li.active:hover:after {
		border-bottom-color: #681f45
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-purple .sub-navbar-links li.active:hover:after {
		border-top-color: #681f45
	}
}

.sub-navbar.sub-navbar-blue {
	background-color: #2e59a0
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-blue .sub-navbar-links li.active:after {
		border-bottom-color: #2e59a0
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-blue .sub-navbar-links li.active:after {
		border-top-color: #2e59a0
	}
}

@media ( max-width : 767px) {
	.sub-navbar.sub-navbar-blue .sub-navbar-links li.active:hover:after {
		border-bottom-color: #274c88
	}
}

@media ( min-width : 768px) {
	.sub-navbar.sub-navbar-blue .sub-navbar-links li.active:hover:after {
		border-top-color: #274c88
	}
}

@media ( max-width : 767px) {
	.sub-navbar-dynamic {
		bottom: 0
	}
}

@media ( min-width : 768px) {
	.sub-navbar-dynamic {
		top: 60px
	}
}

@media ( max-width : 767px) {
	.sub-navbar-dynamic+*[class^='container'], .sub-navbar-dynamic+*[class*='container']
		{
		margin-top: 75px
	}
}

@media ( min-width : 768px) {
	.sub-navbar-dynamic+*[class^='container'], .sub-navbar-dynamic+*[class*='container']
		{
		margin-top: 115px
	}
}

.sub-navbar-static {
	top: 60px
}

.sub-navbar-static+*[class^='container'], .sub-navbar-static+*[class*='container']
	{
	margin-top: 115px
}

.navbar-fixed-top+*[class^='container'], .navbar-fixed-top+*[class*='container']
	{
	margin-top: 75px
}

.sub-navbar-heading {
	font-size: 18px;
	margin-top: 10px
}

.sub-navbar-left-col, .sub-navbar-center-col, .sub-navbar-right-col {
	position: relative;
	min-height: 1px;
	float: left
}

@media ( max-width : 767px) {
	.sub-navbar-left-col, .sub-navbar-center-col, .sub-navbar-right-col {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

.sub-navbar-controls {
	margin-left: -15px;
	margin-right: -15px
}

.sub-navbar-controls:before, .sub-navbar-controls:after {
	content: " ";
	display: table
}

.sub-navbar-controls:after {
	clear: both
}

.sub-navbar-controls .sub-navbar-left-col {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media ( max-width : 991px) {
	.sub-navbar-controls .sub-navbar-left-col {
		width: 16.66667%
	}
}

@media ( min-width : 992px) {
	.sub-navbar-controls .sub-navbar-left-col {
		width: 16.66667%
	}
}

.sub-navbar-controls .sub-navbar-center-col {
	text-align: center
}

@media ( max-width : 991px) {
	.sub-navbar-controls .sub-navbar-center-col {
		width: 66.66667%
	}
}

@media ( min-width : 992px) {
	.sub-navbar-controls .sub-navbar-center-col {
		width: 66.66667%
	}
}

@media ( max-width : 991px) {
	.sub-navbar-controls .sub-navbar-right-col {
		width: 16.66667%
	}
}

@media ( min-width : 992px) {
	.sub-navbar-controls .sub-navbar-right-col {
		width: 16.66667%
	}
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 3px
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #009CD6;
	background-color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.3s cubic-bezier(0.26, 0.51, 0.34, 0.98)
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover,
	.pagination>li>span:focus {
	color: #2e59a0;
	background-color: #eee;
	border-color: #ddd;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus,
	.pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus
	{
	z-index: 2;
	color: #fff;
	background-color: #f28900;
	border-color: #f28900;
	border-radius: 3px;
	cursor: default
}

.pagination>.disabled>span, .pagination>.disabled>span:hover,
	.pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover,
	.pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 12px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 6px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.label {
	display: inline;
	padding: 0.5em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 2px
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary, .label-orange {
	background-color: #f28900
}

.label-primary[href]:hover, .label-primary[href]:focus, .label-orange[href]:hover,
	.label-orange[href]:focus {
	background-color: #bf6c00
}

.label-success, .label-green {
	background-color: #00964c
}

.label-success[href]:hover, .label-success[href]:focus, .label-green[href]:hover,
	.label-green[href]:focus {
	background-color: #006332
}

.label-info, .label-cyan {
	background-color: #00aff0
}

.label-info[href]:hover, .label-info[href]:focus, .label-cyan[href]:hover,
	.label-cyan[href]:focus {
	background-color: #008abd
}

.label-warning, .label-burgundy {
	background-color: #802654
}

.label-warning[href]:hover, .label-warning[href]:focus, .label-burgundy[href]:hover,
	.label-burgundy[href]:focus {
	background-color: #591a3a
}

.label-danger, .label-red {
	background-color: #ff0f3b
}

.label-danger[href]:hover, .label-danger[href]:focus, .label-red[href]:hover,
	.label-red[href]:focus {
	background-color: #db0028
}

.badge {
	display: inline-block;
	min-width: 22px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18)
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge, .btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #009CD6;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-top-color: #e2e2e2;
	border-bottom-color: #d0d0d0;
	border-radius: 3px;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.thumbnail>img, .thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 9px
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #009CD6
}

.tile-grid {
	margin-left: -5px;
	margin-right: -5px
}

.tile-grid:before, .tile-grid:after {
	content: " ";
	display: table
}

.tile-grid:after {
	clear: both
}

.tile-grid .tile-cell {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	float: left
}

@media ( max-width : 767px) {
	.tile-grid .tile-cell {
		width: 50%
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.tile-grid .tile-cell {
		width: 33.33333%
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.tile-grid .tile-cell {
		width: 25%
	}
}

@media ( min-width : 1200px) {
	.tile-grid .tile-cell {
		width: 20%
	}
}

.tile-grid .tile-cell .thumbnail:hover {
	-webkit-box-shadow: 0 1px 3px rgba(116, 116, 116, 0.3);
	box-shadow: 0 1px 3px rgba(116, 116, 116, 0.3);
	border-left-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-top-color: #d0d0d0;
	border-bottom-color: #c4c4c4
}

.alert {
	padding: 8px 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative
}

.alert .alert-icon {
	font-size: 2em;
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle
}

.alert .alert-text {
	display: table-cell;
	vertical-align: middle
}

.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, .alert-dismissible {
	padding-right: 8px 20px20
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -5px;
	right: -5px;
	color: inherit
}

.alert-success {
	background-color: #00964c;
	border-color: transparent;
	color: #fff
}

.alert-success hr {
	border-top-color: transparent
}

.alert-success .alert-link {
	color: #fff;
	border-bottom: 1px solid #00c966;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-success .alert-link:hover {
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-info {
	background-color: #00aff0;
	border-color: transparent;
	color: #fff
}

.alert-info hr {
	border-top-color: transparent
}

.alert-info .alert-link {
	color: #fff;
	border-bottom: 1px solid #24c4ff;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-info .alert-link:hover {
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-warning {
	background-color: #8d1836;
	border-color: transparent;
	color: #fff
}

.alert-warning hr {
	border-top-color: transparent
}

.alert-warning .alert-link {
	color: #fff;
	border-bottom: 1px solid #b91f47;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-warning .alert-link:hover {
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-danger {
	background-color: #ff0f3b;
	border-color: transparent;
	color: #fff
}

.alert-danger hr {
	border-top-color: transparent
}

.alert-danger .alert-link {
	color: #fff;
	border-bottom: 1px solid #ff4265;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-danger .alert-link:hover {
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.alert-notification {
	position: fixed;
	top: 15px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1040;
	text-align: center;
	background-color: transparent;
	pointer-events: none;
	display: none
}

.alert-notification>span {
	border-radius: 3px;
	padding: 5px 15px;
	max-width: 600px;
	overflow: hidden;
	text-align: center;
	color: white;
	display: inline-block;
	background-color: #222;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4)
}

.alert-float {
	width: 290px;
	position: fixed;
	z-index: 1040;
	display: none;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4)
}

.alert-float.top-right {
	top: 30px;
	right: 30px
}

.alert-float.bottom-right {
	bottom: 30px;
	right: 30px
}

.btn-upload-file {
	position: relative
}

.btn-upload-file .upload-control-mask {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.btn-upload-file .upload-control-mask>input {
	height: 100%;
	font-size: 5em
}

.btn-upload-file .upload-control-mask>input:hover {
	cursor: pointer
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 15px;
	margin-bottom: -1px;
	background-color: transparent;
	border-bottom: 1px solid #ddd
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: none
}

a.list-group-item {
	color: #555;
	-webkit-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98)
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
	-webkit-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98)
}

.list-group-item.disabled, .list-group-item.disabled:hover,
	.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading,
	.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text,
	.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus
	{
	z-index: 2;
	color: #fff;
	background-color: #f28900;
	border-color: #f28900
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>small,
	.list-group-item.active .list-group-item-heading>.small,
	.list-group-item.active:hover .list-group-item-heading,
	.list-group-item.active:hover .list-group-item-heading>small,
	.list-group-item.active:hover .list-group-item-heading>.small,
	.list-group-item.active:focus .list-group-item-heading,
	.list-group-item.active:focus .list-group-item-heading>small,
	.list-group-item.active:focus .list-group-item-heading>.small {
	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: #ffe3bf
}

.list-group-item-success {
	color: #00964c;
	background-color: #00964c
}

a.list-group-item-success {
	color: #00964c
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #00964c;
	background-color: #007d3f
}

a.list-group-item-success.active, a.list-group-item-success.active:hover,
	a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #00964c;
	border-color: #00964c
}

.list-group-item-info {
	color: #00aff0;
	background-color: #00aff0
}

a.list-group-item-info {
	color: #00aff0
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #00aff0;
	background-color: #009cd6
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus
	{
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0
}

.list-group-item-warning {
	color: #8d1836;
	background-color: #8d1836
}

a.list-group-item-warning {
	color: #8d1836
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #8d1836;
	background-color: #77142e
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover,
	a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8d1836;
	border-color: #8d1836
}

.list-group-item-danger {
	color: #ff0f3b;
	background-color: #ff0f3b
}

a.list-group-item-danger {
	color: #ff0f3b
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #ff0f3b;
	background-color: #f5002d
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover,
	a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #ff0f3b;
	border-color: #ff0f3b
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.list-group-link {
	display: table;
	width: 100%;
	position: relative
}

.list-group-link.list-view-icon:before {
	content: 'VIEW';
	position: absolute;
	top: 12px;
	right: -15px;
	opacity: 0;
	color: #555;
	-webkit-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000
}

.list-group-link.list-view-icon:after {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 1.4em;
	content: '\f05f';
	position: absolute;
	right: 30px;
	top: 5px;
	opacity: 0;
	color: #555;
	-webkit-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000
}

.list-group-link.list-view-icon:hover:before {
	content: 'VIEW';
	position: absolute;
	top: 12px;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000
}

.list-group-link.list-view-icon:hover:after {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 1.4em;
	content: '\f05f';
	position: absolute;
	right: 30px;
	top: 8px;
	opacity: 1;
	-webkit-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-o-transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	transition: all 0.5s cubic-bezier(0.26, 0.51, 0.34, 0.98);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000
}

.list-group-item-description {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px
}

.list-thumbnail {
	display: table-cell;
	vertical-align: top;
	margin: 5px
}

.list-thumbnail.list-thumbnail-xs {
	width: 60px;
	height: auto
}

.list-thumbnail.list-thumbnail-md {
	width: 80px;
	height: auto
}

.list-thumbnail.list-thumbnail-lg {
	width: 120px;
	height: auto
}

.list-data-group>li {
	border-bottom: 1px dotted #e3e3e3;
	padding: 10px 15px 5px 10px
}

.list-data-group>li:before, .list-data-group>li:after {
	content: " ";
	display: table
}

.list-data-group>li:after {
	clear: both
}

.list-data-group>li .data-label {
	display: block;
	color: #666;
	font-size: 0.8em;
	position: relative;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 30%
}

@media ( min-width : 1200px) {
	.list-data-group>li .data-label {
		width: 25%
	}
}

.list-data-group>li .data-label>.data-icon {
	font-size: 2em;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 15px
}

.list-data-group>li .data-static {
	display: block;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 70%
}

@media ( min-width : 1200px) {
	.list-data-group>li .data-static {
		width: 75%
	}
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(116, 116, 116, 0.3);
	box-shadow: 0 1px 3px rgba(116, 116, 116, 0.3);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: all 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.panel-body {
	padding: 15px;
	position: relative
}

.panel-body:before, .panel-body:after {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-body .nav-tabs {
	margin-bottom: -15px;
	border-bottom: none;
	border-bottom-left-radius: 3px;
	background-color: #f6f6f6;
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 40px;
	padding-bottom: 15px;
	z-index: 2;
	width: 25%;
	position: relative;
	display: table-cell;
	float: left
}

.panel-body .nav-tabs:after {
	display: block;
	position: absolute;
	content: '';
	background-color: #f6f6f6
}

.panel-body .nav-tabs>li {
	float: none;
	margin-bottom: 0
}

.panel-body .nav-tabs>li>a {
	margin-right: 0;
	line-height: 1.42857;
	border: none;
	border-radius: 3px 0 0 3px;
	text-align: left
}

.panel-body .nav-tabs>li>a:hover {
	background-color: #f6f6f6
}

.panel-body .nav-tabs>li.active {
	border-left: 5px solid #f28900
}

.panel-body .nav-tabs>li.active>a, .panel-body .nav-tabs>li.active>a:hover,
	.panel-body .nav-tabs>li.active>a:focus {
	background-color: white;
	border: none;
	border-radius: 0;
	color: #555;
	cursor: default;
	padding: 10px
}

.panel-body .nav-tabs ~ .tab-content {
	width: 75%;
	position: relative;
	display: table-cell;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px
}

.panel-body .nav-tabs ~ .tab-content:before {
	display: block;
	position: absolute;
	content: '';
	background-color: #f6f6f6;
	bottom: -15px;
	left: -33.18%;
	width: 33.18%;
	top: 0;
	right: 0;
	z-index: 1
}

.panel-heading {
	padding: 15px;
	position: relative;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-heading .nav-tabs {
	margin-bottom: -15px;
	border-bottom: none
}

.panel-heading .nav-tabs>li.active>a {
	background-color: white;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit
}

@media ( max-width : 767px) {
	.panel-title {
		font-size: 19px
	}
}

@media ( min-width : 768px) {
	.panel-title {
		font-size: 22px
	}
}

.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a,
	.panel-title>.small>a {
	color: inherit
}

.panel-widget-controls {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px
}

.panel-widget-controls .input-widget-control {
	display: inline-block
}

.panel-widget-controls .btn-widget-control {
	color: inherit;
	font-weight: normal;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s
		cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: background-color 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: background-color 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.panel-widget-controls .btn-widget-control, .panel-widget-controls .btn-widget-control:active,
	.panel-widget-controls .btn-widget-control.active,
	.panel-widget-controls .btn-widget-control[disabled], fieldset[disabled] .panel-widget-controls .btn-widget-control
	{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.panel-widget-controls .btn-widget-control, .panel-widget-controls .btn-widget-control:hover,
	.panel-widget-controls .btn-widget-control:focus,
	.panel-widget-controls .btn-widget-control:active {
	border-color: transparent
}

.panel-widget-controls .btn-widget-control:hover, .panel-widget-controls .btn-widget-control:focus
	{
	color: inherit;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.08);
	-webkit-transition: background-color 0.3s
		cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: background-color 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: background-color 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.panel-widget-controls .btn-widget-control[disabled]:hover,
	.panel-widget-controls .btn-widget-control[disabled]:focus, fieldset[disabled] .panel-widget-controls .btn-widget-control:hover,
	fieldset[disabled] .panel-widget-controls .btn-widget-control:focus {
	color: inherit;
	text-decoration: none
}

.panel-footer {
	padding: 15px;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item
	{
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child
	{
	border-top: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child
	{
	border-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table
	{
	margin-bottom: 0
}

.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption
	{
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child
	{
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child
	{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
	{
	border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
	{
	border-top-right-radius: 2px
}

.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child
	{
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child
	{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
	{
	border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
	{
	border-bottom-right-radius: 2px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body,
	.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td
	{
	border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child,
	.panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tbody>tr>td:first-child,
	.panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child,
	.panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tbody>tr>td:last-child,
	.panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child,
	.panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
	{
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th,
	.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th,
	.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th
	{
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group
	{
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: transparent
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #eee;
	border-color: transparent
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent
}

.panel-default>.panel-heading .badge {
	color: #eee;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: transparent
}

.panel-default .panel-heading {
	border-bottom: 1px solid #E8E8E8
}

.panel-primary {
	border-color: #f28900
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #f28900;
	border-color: #f28900
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f28900
}

.panel-primary>.panel-heading .badge {
	color: #f28900;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f28900
}

.panel-success {
	border-color: #007d2a
}

.panel-success>.panel-heading {
	color: #00964c;
	background-color: #00964c;
	border-color: #007d2a
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #007d2a
}

.panel-success>.panel-heading .badge {
	color: #00964c;
	background-color: #00964c
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #007d2a
}

.panel-info {
	border-color: #00b7cc
}

.panel-info>.panel-heading {
	color: #00aff0;
	background-color: #00aff0;
	border-color: #00b7cc
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #00b7cc
}

.panel-info>.panel-heading .badge {
	color: #00aff0;
	background-color: #00aff0
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #00b7cc
}

.panel-warning {
	border-color: #77143e
}

.panel-warning>.panel-heading {
	color: #8d1836;
	background-color: #8d1836;
	border-color: #77143e
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #77143e
}

.panel-warning>.panel-heading .badge {
	color: #8d1836;
	background-color: #8d1836
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #77143e
}

.panel-danger {
	border-color: #f50056
}

.panel-danger>.panel-heading {
	color: #ff0f3b;
	background-color: #ff0f3b;
	border-color: #f50056
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f50056
}

.panel-danger>.panel-heading .badge {
	color: #ff0f3b;
	background-color: #ff0f3b
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f50056
}

.avatar {
	width: 40px;
	max-width: 40px;
	height: 40px;
	margin: auto auto
}

.avatar.avatar-lg {
	max-width: 200px;
	width: 200px;
	height: 200px
}

.avatar.avatar-md {
	max-width: 160px;
	width: 160px;
	height: 160px
}

.avatar.avatar-sm {
	max-width: 120px;
	width: 120px;
	height: 120px
}

.avatar.avatar-xs {
	max-width: 80px;
	width: 80px;
	height: 80px
}

.avatar.avatar-xxs {
	max-width: 60px;
	width: 60px;
	height: 60px
}

.avatar>img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	margin: auto
}

.avatar.avatar-inline-block {
	display: inline-block
}

.avatar.avatar-block {
	display: block;
	clear: both
}

.avatar-menu {
	float: right;
	margin-left: 15px
}

@media ( max-width : 767px) {
	.avatar-menu {
		position: absolute;
		top: 0;
		right: 15px
	}
}

.avatar-menu:hover {
	cursor: pointer
}

.avatar-menu>.dropdown>.dropdown-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block
}

.avatar-menu>.dropdown>.dropdown-toggle .avatar-name {
	font-size: 1em;
	margin-right: 5px;
	margin-top: 10px;
	float: left
}

.avatar-menu>.dropdown>.dropdown-toggle .avatar {
	width: auto;
	height: 40px;
	border-radius: 50%
}

.avatar-menu>.dropdown>.dropdown-toggle .avatar-caret {
	vertical-align: -23%
}

.avatar-menu>.dropdown .dropdown-menu-arrow {
	margin-top: -1px
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
	.embed-responsive embed, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border-radius: 3px
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
	padding: 30px;
	border-radius: 3px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-weight: bold;
	line-height: 1;
	color: #000;
	font: 21px "Material Design Iconic Font";
	content: "\f29a";
	opacity: 0.4;
	filter: alpha(opacity = 40)
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity = 60)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, 20px, 0);
	-khtml-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: transform 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: transform 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: transform 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	-khtml-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	-o-transition: transform 0.3s cubic-bezier(0, 0.96, 0.86, 0.99);
	transition: transform 0.3s cubic-bezier(0, 0.96, 0.86, 0.99)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid transparent;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-box-shadow: 0 20px 50px rgba(95, 95, 95, 0.6);
	box-shadow: 0 20px 50px rgba(95, 95, 95, 0.6);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1039;
	background-color: #fff
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.modal-backdrop.in {
	opacity: 0.8;
	filter: alpha(opacity = 80)
}

.modal-header {
	padding: 25px 30px;
	color: #fff;
	background-color: #555;
	min-height: 31.42857px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.modal-header .btn-close {
	position: absolute;
	right: 15px;
	top: 15px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 30px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}

.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
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media ( min-width : 768px) {
	.modal-dialog {
		width: 760px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 20px 50px rgba(95, 95, 95, 0.6);
		box-shadow: 0 20px 50px rgba(95, 95, 95, 0.6)
	}
	.modal-sm {
		width: 560px
	}
}

@media ( min-width : 992px) {
	.modal-lg {
		width: 1000px
	}
	.modal-xlg {
		width: 1000px
	}
}

@media ( min-width : 1200px) {
	.modal-xlg {
		width: 1200px
	}
}

@media ( min-width : 1400px) {
	.modal-xlg {
		width: 1300px
	}
}

.modal-full {
	width: 95%;
	margin: 15px auto
}

.modal-scroll-container {
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 300px;
	padding: 10px;
	border: 1px solid #bbb;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.modal-confirm .modal-body {
	text-align: center;
	padding: 30px
}

.modal-confirm .modal-body i.md {
	color: #f28900;
	margin-bottom: -30px
}

@media ( max-width : 767px) {
	.modal-confirm .modal-body i.md {
		font-size: 5em
	}
}

@media ( min-width : 768px) {
	.modal-confirm .modal-body i.md {
		font-size: 10em
	}
}

.modal-confirm .modal-body .modal-confirm-message {
	margin-bottom: 15px
}

@media ( max-width : 767px) {
	.modal-confirm .modal-body .modal-confirm-message {
		font-size: 16px
	}
}

@media ( min-width : 768px) {
	.modal-confirm .modal-body .modal-confirm-message {
		font-size: 22px
	}
}

.modal-confirm .modal-body .btn {
	background-color: #eee
}

@media ( max-width : 767px) {
	.modal-confirm .modal-body .btn {
		display: block;
		width: 100%;
		margin-bottom: 5px
	}
}

@media ( min-width : 768px) {
	.modal-confirm .modal-body .btn {
		width: 25%
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-family: "Nimbus Sans Regular", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 14px;
	font-weight: normal;
	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: 9px 13px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 3px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	font-family: "Nimbus Sans Regular", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #CDCDCD;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
	white-space: normal
}

.popover.top {
	margin-top: -9px
}

.popover.right {
	margin-left: 9px
}

.popover.bottom {
	margin-top: 9px
}

.popover.left {
	margin-left: -9px
}

.popover-title {
	margin: 0;
	padding: 12px 16px;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 2px 2px 0 0
}

.popover-content {
	padding: 12px 16px
}

.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 10px
}

.popover>.arrow:after {
	border-width: 9px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #9a9a9a;
	border-top-color: rgba(0, 0, 0, 0.15);
	bottom: -10px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -9px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	border-left-width: 0;
	border-right-color: #9a9a9a;
	border-right-color: rgba(0, 0, 0, 0.15)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -9px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #9a9a9a;
	border-bottom-color: rgba(0, 0, 0, 0.15);
	top: -10px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -9px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	border-right-width: 0;
	border-left-color: #9a9a9a;
	border-left-color: rgba(0, 0, 0, 0.15)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -9px
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important
}

.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
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

.required:after {
	font-size: 1.8em;
	display: inline-block;
	position: absolute;
	content: '*';
	color: #ff0f3b;
	margin-right: -9px;
	margin-top: -9px;
	top: 0
}

.unit-percent {
	font-style: normal
}

.unit-percent:after {
	color: inherit;
	font-size: inherit;
	content: "%"
}

.unit-peso {
	font-style: normal
}

.unit-peso:before {
	content: 'Php';
	font-size: inherit;
	color: inherit
}

.hoverable:hover, .hoverable:active, .hoverable:focus {
	color: #2e59a0;
	cursor: default
}

.hoverable.help {
	cursor: context-menu
}

.break-word {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word
}

@
-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
	.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
	.visible-md-block, .visible-md-inline, .visible-md-inline-block,
	.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}

@media ( max-width : 767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md, td.visible-md {
		display: table-cell !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media ( max-width : 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media ( min-width : 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print, td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}
/*# sourceMappingURL=bootstrap.min.css.map */