/* You can add global styles to this file, and also import other style files */

.panel-footer-sciex {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}

.text-blue {
	color: #0f1dd8;
}

.container{
	width: 1025px;
}

div.legendaParametrizada {
	background: lightgrey;
	color: gray;
	font-size: 13px;
	padding: 5px;
}

.vertical-center{
	min-height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
}

div.legendaAtençao {
	font-size: 13px;
	padding: 5px;;
	border-style: groove;
	font-weight: bold;
}

.modal.modal-wide .modal-dialog {
	width: 90%;
}

.modal.modal-wide-2 .modal-dialog {
	width: 80%;
}

.modal.modal-Xwide .modal-dialog {
	width: 90%;
}

.modal.modal-XXwide .modal-dialog {
	width: 99%;
	margin-top: 2%;
	height: 99% !important;
}

.hover-link:hover{
	color: hotpink;
}

.btn-warning-custom {
	margin-left: 30px;
	margin-right: 5px;
	cursor: default;
	background-color: #FFF494 !important;
	border-color: #FFF494 !important;
}

.fa-exclamation-triangle-custom {
	text-shadow: 0 0 2px #000;
}

.text-red {
	color: #d53737 !important;
}

.statusSolVECor > td {
	background-color: #BA55D3!important;
	color: #000;
}

.statusNFeCor > td {
	/*background-color: #c33b3b !important;*/
	/* background-color: #fe6580 !important; */
	background-color: #d53737 !important;
	color: #fff;
}

.statusNFeCorAmarelo > td {
	/*background-color: #eea236 !important;*/
	background-color: #FFF494 !important;
	color: #000;
}

.statusNFeCorRoxo > td {
	background-color: #BA55D3 !important;
	color: #000;
}

.statusNFeCorLinha > td {
	color: #CD5C5C;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.no-border {
	border: 0!important;
}

.p-r-lg {
	padding-right: 15px;
}

.btn-info2 {
	color: #fff;
	background-color: #036284;
	border-color: #344075;
}

.btn-info2:hover {
		color: #fff!important;
		background-color: #0089bc;
		border-color: #006f98;
	}

/* You can add global styles to this file, and also import other style files */

.table-header-color {
	background-color: #00552b;
	color: white;
}

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

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050 !important;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-background {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: #231f20;
	opacity: .8;
	top: 0;
}

.center {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index:999999;
}

.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.fade.in {
		opacity: 0.5;
	}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal.in .modal-dialog {
	transform: translate(0,0);
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0,-25%);
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}

.sort-1 {
	float: left!important;
}

app-ordenacao > div > span {
	margin-left: 10px;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.no-padding-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

td {
	word-break: break-all !important;
}

.margin-button-add {
	margin-bottom: 10px !important;
	margin-top: 25px !important;
}

.slash {
	padding: 10px;
}

.description {
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
	width: 100% !important;
}

.odd {
	background-color: #e3f4e5;
}

.even {
	background-color: #f9efef;
}

.calendar-event-padding {
	padding-left: 10px !important;
	padding-right: 9px !important;
}

.pre-customizado {
	background-color: transparent;
	border: none;
	font-family: inherit;
	font-size: inherit;
}

.d {
	outline: 1px solid #000;
}

.panel-footer.pagination-footer {
	background-color: white;
}

.table-striped > tbody > tr:nth-child(odd) > td {
	background-color: #ddd;
}

.select2-selection--single {
	height: 33px !important;
	border: 1px solid #ccc !important;
}

.fw400 {
	font-weight: 400;
}

.rn {
	resize: none !important;
}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	-webkit-overflow-scrolling: touch
}

.table-responsive > .table {
		margin-bottom: 0
	}

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

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

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

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

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

.table-rotated thead th {
	height: 100px;
	white-space: nowrap
}

.table-rotated thead th > div {
		position: relative;
		bottom: -17px;
		width: 10px;
		transform: rotate(270deg);
		transform-origin: left top 0
	}

.table-center tbody td {
	text-align: center
}

.table-center tbody td:last-child {
		text-align: inherit
	}

.table-center tbody td .checkbox {
		padding-top: 0;
		min-height: inherit
	}

.gridresponsivodefinicao {
	max-width: 5000px; 
	min-height: 160px; 
	max-height: 360px; 
	border:solid 1px
}

.thgridrecursivo{
	position: sticky; 
	top: 0; 
	background-color: rgb(2, 100, 54)
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?v=4.7.0');
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.20fd1704ea223900efa9.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.f691f37e57f04c152e23.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.1e59d2330b4c6deb84b3.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.6878d55e3615ccf40c38.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*a {
	background: 0 0
}

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

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

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

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

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

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

	button[disabled],
	html input[disabled] {
		cursor: default
	}

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

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

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

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

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}

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

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

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

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

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

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

	thead {
		display: table-header-group
	}

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

	img {
		max-width: 100% !important
	}

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

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

	select {
		background: #fff !important
	}

	.navbar {
		display: none
	}

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

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

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

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

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

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

a {
	color: #00552b;
	text-decoration: none
}

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

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

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #f2f4f8;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

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

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

	.h1 .small,
	.h1 small,
	.h2 .small,
	.h2 small,
	.h3 .small,
	.h3 small,
	h1 .small,
	h1 small,
	h2 .small,
	h2 small,
	h3 .small,
	h3 small {
		font-size: 65%
	}

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

	.h4 .small,
	.h4 small,
	.h5 .small,
	.h5 small,
	.h6 .small,
	.h6 small,
	h4 .small,
	h4 small,
	h5 .small,
	h5 small,
	h6 .small,
	h6 small {
		font-size: 75%
	}

p {
	margin: 0 0 10px
}

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

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

cite {
	font-style: normal
}

.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

a.text-primary:hover {
	color: #00435c
}

a.text-success:hover {
	color: #195533
}

a.text-info:hover {
	color: #0089bc
}

a.text-warning:hover {
	color: #ec971f
}

a.text-danger:hover {
	color: #9c2f2f
}

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

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

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

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

a.bg-danger:hover {
	background-color: #9c2f2f
}

a.bg-white:hover {
	background-color: #e6e6e6
}

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

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

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

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

.list-inline {
	margin-left: -5px
}

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

.list-slash li:after {
	content: '/';
	padding-left: 15px;
	color: #ccc
}

.list-slash li:last-child:after {
	content: '';
	padding-left: 0
}

.list-rounded a,
.list-rounded span {
	display: block;
	border: 3px solid transparent;
	border-radius: 20px;
	padding: 5px 10px;
	transition: all .3s ease-in-out .1s
}

.list-rounded li.active:focus a,
.list-rounded li.active:hover a {
	background-color: transparent;
	color: #fff
}

@media screen and (max-width:400px) {
	.list-rounded a,
	.list-rounded span {
		padding-right: 5px;
		padding-left: 5px
	}

	.list-rounded li {
		padding: 0
	}
}

.list-accessibility li a {
	line-height: 50px;
	display: block
}

	.list-accessibility li a:focus,
	.list-accessibility li a:hover {
		background-color: transparent !important
	}

	.list-accessibility li a.disabled {
		color: #fff;
		cursor: default
	}

.list-quickaccess a {
	display: block
}

.list-quickaccess .padder-v {
	margin-bottom: 5px
}

	.list-quickaccess .padder-v.active,
	.list-quickaccess .padder-v:focus,
	.list-quickaccess .padder-v:hover {
		background-color: #00552b;
		border-radius: 4px
	}

		.list-quickaccess .padder-v.active,
		.list-quickaccess .padder-v.active .text-muted,
		.list-quickaccess .padder-v.active i,
		.list-quickaccess .padder-v:focus,
		.list-quickaccess .padder-v:focus .text-muted,
		.list-quickaccess .padder-v:focus i,
		.list-quickaccess .padder-v:hover,
		.list-quickaccess .padder-v:hover .text-muted,
		.list-quickaccess .padder-v:hover i {
			color: #fff !important
		}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	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[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

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

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

	blockquote ol:last-child,
	blockquote p:last-child,
	blockquote ul:last-child {
		margin-bottom: 0
	}

	blockquote .small,
	blockquote footer,
	blockquote small {
		display: block;
		font-size: 80%;
		line-height: 1.42857;
		color: #777
	}

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

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

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

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

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

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

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

	kbd kbd {
		padding: 0;
		font-size: 100%;
		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: 4px
}

	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:after,
	.container:before {
		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:after,
	.container-fluid:before {
		content: " ";
		display: table
	}

	.container-fluid:after {
		clear: both
	}

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

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

	.row:after {
		clear: both
	}

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

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

.col-xs-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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-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-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

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

th {
	text-align: left
}

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

	.table > tbody > tr > td,
	.table > tbody > tr > th,
	.table > tfoot > tr > td,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > thead > tr > th {
		padding: 12px;
		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 > td,
	.table > caption + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > th,
	.table > thead:first-child > tr:first-child > td,
	.table > thead:first-child > tr:first-child > th {
		border-top: 0
	}

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

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

	.table .i-checks i {
		margin-right: 0
	}

	.table .btn {
		margin-top: -6px;
		margin-bottom: -6px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:991px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive > .table {
			margin-bottom: 0
		}

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

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

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

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

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

.table-rotated thead th {
	height: 100px;
	white-space: nowrap
}

	.table-rotated thead th > div {
		position: relative;
		bottom: -17px;
		width: 10px;
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
		-webkit-transform-origin: left top 0;
		-ms-transform-origin: left top 0;
		transform-origin: left top 0
	}

.table-center tbody td {
	text-align: center
}

	.table-center tbody td:last-child {
		text-align: inherit
	}

	.table-center tbody td .checkbox {
		padding-top: 0;
		min-height: inherit
	}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
​
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

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

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

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

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

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

	.form-control:focus {
		outline: 0
	}

	.form-control::-moz-placeholder {
		color: #777;
		opacity: 1
	}

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

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

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

textarea.form-control {
	height: auto
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	line-height: 34px;
	line-height: 1.42857 \0
}

	.form-horizontal .form-group-sm input[type=date].form-control,
	.form-horizontal .form-group-sm input[type=datetime-local].form-control,
	.form-horizontal .form-group-sm input[type=month].form-control,
	.form-horizontal .form-group-sm input[type=time].form-control,
	.input-group-sm > .input-group-btn > input[type=date].btn,
	.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
	.input-group-sm > .input-group-btn > input[type=month].btn,
	.input-group-sm > .input-group-btn > input[type=time].btn,
	.input-group-sm > input[type=date].form-control,
	.input-group-sm > input[type=date].input-group-addon,
	.input-group-sm > input[type=datetime-local].form-control,
	.input-group-sm > input[type=datetime-local].input-group-addon,
	.input-group-sm > input[type=month].form-control,
	.input-group-sm > input[type=month].input-group-addon,
	.input-group-sm > input[type=time].form-control,
	.input-group-sm > input[type=time].input-group-addon,
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 30px
	}

	.form-horizontal .form-group-lg input[type=date].form-control,
	.form-horizontal .form-group-lg input[type=datetime-local].form-control,
	.form-horizontal .form-group-lg input[type=month].form-control,
	.form-horizontal .form-group-lg input[type=time].form-control,
	.input-group-lg > .input-group-btn > input[type=date].btn,
	.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
	.input-group-lg > .input-group-btn > input[type=month].btn,
	.input-group-lg > .input-group-btn > input[type=time].btn,
	.input-group-lg > input[type=date].form-control,
	.input-group-lg > input[type=date].input-group-addon,
	.input-group-lg > input[type=datetime-local].form-control,
	.input-group-lg > input[type=datetime-local].input-group-addon,
	.input-group-lg > input[type=month].form-control,
	.input-group-lg > input[type=month].input-group-addon,
	.input-group-lg > input[type=time].form-control,
	.input-group-lg > input[type=time].input-group-addon,
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}

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

.checkbox,
.radio {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}

	.checkbox label,
	.radio label {
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: 400;
		cursor: pointer
	}

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

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

	.checkbox-inline:first-child,
	.radio-inline:first-child {
		padding-left: 0
	}

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

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

	.form-control-static.input-lg,
	.form-control-static.input-sm,
	.form-horizontal .form-group-lg .form-control-static.form-control,
	.form-horizontal .form-group-sm .form-control-static.form-control,
	.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,
	.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
	}

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

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

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

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

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

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

.has-feedback {
	position: relative
}

	.has-feedback .form-control {
		padding-right: 42.5px
	}

.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.form-horizontal .form-group-lg .form-control + .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,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-horizontal .form-group-sm .form-control + .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,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

	.has-success .form-control:focus {
		border-color: #2b542c;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
	}

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

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

	.has-warning .form-control:focus {
		border-color: #66512c;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
	}

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

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: #a94442
}

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

	.has-error .form-control:focus {
		border-color: #843534;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
	}

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

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

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

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

	.form-inline .form-control,
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .input-group,
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

		.form-inline .input-group .form-control,
		.form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn,
		.navbar-form .input-group .form-control,
		.navbar-form .input-group .input-group-addon,
		.navbar-form .input-group .input-group-btn {
			width: auto
		}

		.form-inline .input-group > .form-control,
		.navbar-form .input-group > .form-control {
			width: 100%
		}

	.form-inline .control-label,
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio,
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

		.form-inline .checkbox label,
		.form-inline .radio label,
		.navbar-form .checkbox label,
		.navbar-form .radio label {
			padding-left: 0
		}

		.form-inline .checkbox input[type=checkbox],
		.form-inline .radio input[type=radio],
		.navbar-form .checkbox input[type=checkbox],
		.navbar-form .radio input[type=radio] {
			position: relative;
			margin-left: 0
		}

	.form-inline .has-feedback .form-control-feedback,
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

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

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

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

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

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

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

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

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

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

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

	.btn:focus,
	.btn:hover {
		color: #333;
		text-decoration: none
	}

	.btn.active,
	.btn:active {
		outline: 0;
		background-image: none;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
	}

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

.btn-link {
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}

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

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

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

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

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

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

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

.btn-block {
	display: block;
	width: 100%
}

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

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

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

	.fade.in {
		opacity: 1
	}

.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;
	transition: height .35s ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857;
		color: #333;
		white-space: nowrap
	}

		.dropdown-menu > li > a:focus,
		.dropdown-menu > li > a:hover {
			text-decoration: none;
			color: #262626;
			background-color: #f5f5f5
		}

	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:focus,
	.dropdown-menu > .active > a:hover {
		color: #fff;
		text-decoration: none;
		outline: 0;
		background-color: #00552b
	}

	.dropdown-menu > .disabled > a,
	.dropdown-menu > .disabled > a:focus,
	.dropdown-menu > .disabled > a:hover {
		color: #777
	}

		.dropdown-menu > .disabled > a:focus,
		.dropdown-menu > .disabled > a:hover {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			cursor: not-allowed
		}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.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: 4px solid;
	content: ""
}

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

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

	.btn-group-vertical > .btn,
	.btn-group > .btn {
		position: relative;
		float: left
	}

		.btn-group-vertical > .btn.active,
		.btn-group-vertical > .btn:active,
		.btn-group-vertical > .btn:focus,
		.btn-group-vertical > .btn:hover,
		.btn-group > .btn.active,
		.btn-group > .btn:active,
		.btn-group > .btn:focus,
		.btn-group > .btn:hover {
			z-index: 2
		}

		.btn-group-vertical > .btn:focus,
		.btn-group > .btn:focus {
			outline: 0
		}

	.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:after,
	.btn-toolbar:before {
		content: " ";
		display: table
	}

	.btn-toolbar:after {
		clear: both
	}

	.btn-toolbar .btn-group,
	.btn-toolbar .input-group {
		float: left
	}

	.btn-toolbar > .btn,
	.btn-toolbar > .btn-group,
	.btn-toolbar > .input-group {
		margin-left: 5px
	}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group > .btn:first-child {
	margin-left: 0
}

	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group > .btn-group {
	float: left
}

	.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.btn-group > .btn-group:first-child > .btn:last-child,
	.btn-group > .btn-group:first-child > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.btn-group > .btn-group:last-child > .btn:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

	.btn-group.open .dropdown-toggle.btn-link {
		box-shadow: none
	}

.btn .caret {
	margin-left: 0
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
	border-width: 5px 5px 0
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

	.btn-group-vertical > .btn-group:after,
	.btn-group-vertical > .btn-group:before {
		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-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.btn-group-vertical > .btn:last-child:not(:first-child) {
		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
}

	.btn-group-justified > .btn,
	.btn-group-justified > .btn-group {
		float: none;
		display: table-cell;
		width: 1%
	}

		.btn-group-justified > .btn-group .btn {
			width: 100%
		}

		.btn-group-justified > .btn-group .dropdown-menu {
			left: auto
		}

[data-toggle=buttons] > .btn > input[type=checkbox],
[data-toggle=buttons] > .btn > input[type=radio] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.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,
	.input-group-addon,
	.input-group-btn {
		display: table-cell
	}

		.input-group .form-control:not(:first-child):not(:last-child),
		.input-group-addon:not(:first-child):not(:last-child),
		.input-group-btn:not(:first-child):not(:last-child) {
			border-radius: 0
		}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px
}

	.form-horizontal .form-group-sm .input-group-addon.form-control,
	.input-group-addon.input-sm,
	.input-group-sm > .input-group-addon,
	.input-group-sm > .input-group-btn > .input-group-addon.btn {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px
	}

	.form-horizontal .form-group-lg .input-group-addon.form-control,
	.input-group-addon.input-lg,
	.input-group-lg > .input-group-addon,
	.input-group-lg > .input-group-btn > .input-group-addon.btn {
		padding: 10px 16px;
		font-size: 18px;
		border-radius: 6px
	}

	.input-group-addon input[type=checkbox],
	.input-group-addon input[type=radio] {
		margin-top: 0
	}

	.input-group .form-control:first-child,
	.input-group-addon:first-child,
	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group > .btn,
	.input-group-btn:first-child > .dropdown-toggle,
	.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
	.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.input-group-addon:first-child {
		border-right: 0
	}

	.input-group .form-control:last-child,
	.input-group-addon:last-child,
	.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
	.input-group-btn:first-child > .btn:not(:first-child),
	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group > .btn,
	.input-group-btn:last-child > .dropdown-toggle {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

	.input-group-addon:last-child {
		border-left: 0
	}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

	.input-group-btn > .btn {
		position: relative
	}

		.input-group-btn > .btn + .btn {
			margin-left: -1px
		}

		.input-group-btn > .btn:active,
		.input-group-btn > .btn:focus,
		.input-group-btn > .btn:hover {
			z-index: 2
		}

	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group {
		margin-right: -1px
	}

	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group {
		margin-left: -1px
	}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

	.nav:after,
	.nav:before {
		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:focus,
			.nav > li > a:hover {
				text-decoration: none;
				background-color: #eee
			}

		.nav > li.disabled > a {
			color: #777
		}

			.nav > li.disabled > a:focus,
			.nav > li.disabled > a:hover {
				color: #777;
				text-decoration: none;
				background-color: transparent;
				cursor: not-allowed
			}

	.nav .open > a,
	.nav .open > a:focus,
	.nav .open > a:hover {
		border-color: #00552b
	}

	.nav .nav-divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5
	}

	.nav > li > a > img {
		max-width: none
	}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px
	}

		.nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.42857;
			border: 1px solid transparent;
			border-radius: 4px 4px 0 0
		}

			.nav-tabs > li > a:hover {
				border-color: #eee #eee #ddd
			}

		.nav-tabs > li.active > a,
		.nav-tabs > li.active > a:focus,
		.nav-tabs > li.active > a:hover {
			color: #555;
			background-color: #f2f4f8;
			border: 1px solid #ddd;
			border-bottom-color: transparent;
			cursor: default
		}

.nav-pills > li {
	float: left
}

	.nav-pills > li > a {
		border-radius: 4px
	}

	.nav-pills > li + li {
		margin-left: 2px
	}

	.nav-pills > li.active > a,
	.nav-pills > li.active > a:focus,
	.nav-pills > li.active > a:hover {
		color: #fff;
		background-color: #00552b
	}

.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: 4px
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		border: 1px solid #ddd
	}

@media (min-width:768px) {
	.nav-tabs-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #f2f4f8
	}
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

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

	.navbar:after {
		clear: both
	}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:after,
.navbar-header:before {
	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, .1);
	-webkit-overflow-scrolling: touch
}

	.navbar-collapse:after,
	.navbar-collapse:before {
		content: " ";
		display: table
	}

	.navbar-collapse:after {
		clear: both
	}

	.navbar-collapse.in {
		overflow-y: auto
	}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

		.navbar-collapse.collapse {
			display: block !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important
		}

		.navbar-collapse.in {
			overflow-y: visible
		}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

@media (min-width:768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

	.navbar-toggle:focus {
		outline: 0
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 4px
		}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px
	}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

		.navbar-nav .open .dropdown-menu .dropdown-header,
		.navbar-nav .open .dropdown-menu > li > a {
			padding: 5px 15px 5px 25px
		}

		.navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px
		}

			.navbar-nav .open .dropdown-menu > li > a:focus,
			.navbar-nav .open .dropdown-menu > li > a:hover {
				background-image: none
			}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

		.navbar-nav > li {
			float: left
		}

			.navbar-nav > li > a {
				padding-top: 15px;
				padding-bottom: 15px
			}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important
	}
}

.navbar-form {
	margin: 8px -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none
	}

		.navbar-form.navbar-right:last-child {
			margin-right: -15px
		}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

	.btn-group-sm > .navbar-btn.btn,
	.navbar-btn.btn-sm {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.btn-group-xs > .navbar-btn.btn,
	.navbar-btn.btn-xs {
		margin-top: 14px;
		margin-bottom: 14px
	}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}

		.navbar-text.navbar-right:last-child {
			margin-right: 0
		}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

	.navbar-default .navbar-brand {
		color: #777
	}

		.navbar-default .navbar-brand:focus,
		.navbar-default .navbar-brand:hover {
			color: #5e5e5e;
			background-color: transparent
		}

	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-text {
		color: #777
	}

		.navbar-default .navbar-nav > li > a:focus,
		.navbar-default .navbar-nav > li > a:hover {
			color: #333;
			background-color: transparent
		}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav > .disabled > a,
	.navbar-default .navbar-nav > .disabled > a:focus,
	.navbar-default .navbar-nav > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}

	.navbar-default .navbar-toggle {
		border-color: #ddd
	}

		.navbar-default .navbar-toggle:focus,
		.navbar-default .navbar-toggle:hover {
			background-color: #ddd
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #888
		}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #e7e7e7
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:hover {
		background-color: #e7e7e7;
		color: #555
	}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #333;
			background-color: transparent
		}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

	.navbar-default .navbar-link:hover {
		color: #333
	}

.navbar-default .btn-link {
	color: #777
}

	.navbar-default .btn-link:focus,
	.navbar-default .btn-link:hover {
		color: #333
	}

	.navbar-default .btn-link[disabled]:focus,
	.navbar-default .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-default .btn-link:focus,
	fieldset[disabled] .navbar-default .btn-link:hover {
		color: #ccc
	}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

	.navbar-inverse .navbar-brand {
		color: #777
	}

		.navbar-inverse .navbar-brand:focus,
		.navbar-inverse .navbar-brand:hover {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-nav > li > a,
	.navbar-inverse .navbar-text {
		color: #777
	}

		.navbar-inverse .navbar-nav > li > a:focus,
		.navbar-inverse .navbar-nav > li > a:hover {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:focus,
	.navbar-inverse .navbar-nav > .active > a:hover {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav > .disabled > a,
	.navbar-inverse .navbar-nav > .disabled > a:focus,
	.navbar-inverse .navbar-nav > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333
	}

		.navbar-inverse .navbar-toggle:focus,
		.navbar-inverse .navbar-toggle:hover {
			background-color: #333
		}

		.navbar-inverse .navbar-toggle .icon-bar {
			background-color: #fff
		}

	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .open > a:hover {
		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: #777
	}

		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #777
}

	.navbar-inverse .navbar-link:hover {
		color: #fff
	}

.navbar-inverse .btn-link {
	color: #777
}

	.navbar-inverse .btn-link:focus,
	.navbar-inverse .btn-link:hover {
		color: #fff
	}

	.navbar-inverse .btn-link[disabled]:focus,
	.navbar-inverse .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-inverse .btn-link:focus,
	fieldset[disabled] .navbar-inverse .btn-link:hover {
		color: #444
	}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

	.breadcrumb > li {
		display: inline-block
	}

		.breadcrumb > li + li:before {
			content: "/ ";
			padding: 0 5px;
			color: #ccc
		}

	.breadcrumb > .active {
		color: #777
	}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

	.pagination > li {
		display: inline
	}

		.pagination > li > a,
		.pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			line-height: 1.42857;
			text-decoration: none;
			color: #00552b;
			background-color: #fff;
			border: 1px solid #ddd;
			margin-left: -1px
		}

		.pagination > li:first-child > a,
		.pagination > li:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px
		}

		.pagination > li:last-child > a,
		.pagination > li:last-child > span {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px
		}

		.pagination > li > a:focus,
		.pagination > li > a:hover,
		.pagination > li > span:focus,
		.pagination > li > span:hover {
			color: #003043;
			background-color: #eee;
			border-color: #ddd
		}

	.pagination > .active > a,
	.pagination > .active > a:focus,
	.pagination > .active > a:hover,
	.pagination > .active > span,
	.pagination > .active > span:focus,
	.pagination > .active > span:hover {
		z-index: 2;
		color: #fff;
		background-color: #00552b;
		border-color: #00552b;
		cursor: default
	}

	.pagination > .disabled > a,
	.pagination > .disabled > a:focus,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > span,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > span:hover {
		color: #777;
		background-color: #fff;
		border-color: #ddd;
		cursor: not-allowed
	}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 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
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

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

	.pager:after {
		clear: both
	}

	.pager li {
		display: inline
	}

		.pager li > a,
		.pager li > span {
			display: inline-block;
			padding: 5px 14px;
			background-color: #fff;
			border: 1px solid #ddd;
			border-radius: 15px
		}

			.pager li > a:focus,
			.pager li > a:hover {
				text-decoration: none;
				background-color: #eee
			}

	.pager .next > a,
	.pager .next > span {
		float: right
	}

	.pager .previous > a,
	.pager .previous > span {
		float: left
	}

	.pager .disabled > a,
	.pager .disabled > a:focus,
	.pager .disabled > a:hover,
	.pager .disabled > span {
		color: #777;
		background-color: #fff;
		cursor: not-allowed
	}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

	.label:empty {
		display: none
	}

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

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

	.label-default[href]:focus,
	.label-default[href]:hover {
		background-color: #5e5e5e
	}

.label-primary {
	background-color: #00552b
}

	.label-primary[href]:focus,
	.label-primary[href]:hover {
		background-color: #00435c
	}

.label-success {
	background-color: #247d4a
}

	.label-success[href]:focus,
	.label-success[href]:hover {
		background-color: #195533
	}

.label-info {
	background-color: #00aeef
}

	.label-info[href]:focus,
	.label-info[href]:hover {
		background-color: #0089bc
	}

.label-warning {
	background-color: #f0ad4e
}

	.label-warning[href]:focus,
	.label-warning[href]:hover {
		background-color: #ec971f
	}

.label-danger {
	background-color: #c33b3b
}

	.label-danger[href]:focus,
	.label-danger[href]:hover {
		background-color: #9c2f2f
	}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px
}

	.badge:empty {
		display: none
	}

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

.btn-group-xs > .btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
	color: #00552b;
	background-color: #fff
}

.nav-pills > li > a > .badge {
	margin-left: 3px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #f2f4f8;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out
}

	.thumbnail a > img,
	.thumbnail > img {
		display: block;
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto
	}

	.thumbnail .caption {
		padding: 9px;
		color: #333
	}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #00552b
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

	.alert h4 {
		margin-top: 0;
		color: inherit
	}

	.alert .alert-link {
		font-weight: 700
	}

	.alert > p,
	.alert > ul {
		margin-bottom: 0
	}

		.alert > p + p {
			margin-top: 5px
		}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

	.alert-dismissable .close,
	.alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit
	}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

	.alert-success hr {
		border-top-color: #c9e2b3
	}

	.alert-success .alert-link {
		color: #2b542c
	}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

	.alert-info hr {
		border-top-color: #a6e1ec
	}

	.alert-info .alert-link {
		color: #245269
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

	.alert-warning hr {
		border-top-color: #f7e1b5
	}

	.alert-warning .alert-link {
		color: #66512c
	}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

	.alert-danger hr {
		border-top-color: #e4b9c0
	}

	.alert-danger .alert-link {
		color: #843534
	}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #00552b;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
	min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
	color: #777;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none
}

.progress-bar-success {
	background-color: #247d4a
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #00aeef
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #c33b3b
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

	.media,
	.media .media {
		margin-top: 15px
	}

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

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media > .pull-left {
	margin-right: 10px
}

.media > .pull-right {
	margin-left: 10px
}

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

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

	.list-group-item > a,
	.list-group-item > span {
		display: block;
		padding: 10px 15px
	}

	.list-group-item:first-child {
		border-top-right-radius: 4px;
		border-top-left-radius: 4px
	}

	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px
	}

	.list-group-item > .badge {
		float: right
	}

		.list-group-item > .badge + .badge {
			margin-right: 5px
		}

a.list-group-item {
	color: #555
}

	a.list-group-item .list-group-item-heading {
		color: #333
	}

	a.list-group-item:focus,
	a.list-group-item:hover {
		text-decoration: none;
		color: #555;
		background-color: #f5f5f5
	}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777
}

	.list-group-item.disabled .list-group-item-heading,
	.list-group-item.disabled:focus .list-group-item-heading,
	.list-group-item.disabled:hover .list-group-item-heading {
		color: inherit
	}

	.list-group-item.disabled .list-group-item-text,
	.list-group-item.disabled:focus .list-group-item-text,
	.list-group-item.disabled:hover .list-group-item-text {
		color: #777
	}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #00552b;
	border-color: #00552b
}

	.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: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,
	.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 {
		color: inherit
	}

	.list-group-item.active .list-group-item-text,
	.list-group-item.active:focus .list-group-item-text,
	.list-group-item.active:hover .list-group-item-text {
		color: #5cd3ff
	}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

	a.list-group-item-success .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-success:focus,
	a.list-group-item-success:hover {
		color: #3c763d;
		background-color: #d0e9c6
	}

	a.list-group-item-success.active,
	a.list-group-item-success.active:focus,
	a.list-group-item-success.active:hover {
		color: #fff;
		background-color: #3c763d;
		border-color: #3c763d
	}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

	a.list-group-item-info .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-info:focus,
	a.list-group-item-info:hover {
		color: #31708f;
		background-color: #c4e3f3
	}

	a.list-group-item-info.active,
	a.list-group-item-info.active:focus,
	a.list-group-item-info.active:hover {
		color: #fff;
		background-color: #31708f;
		border-color: #31708f
	}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

	a.list-group-item-warning .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-warning:focus,
	a.list-group-item-warning:hover {
		color: #8a6d3b;
		background-color: #faf2cc
	}

	a.list-group-item-warning.active,
	a.list-group-item-warning.active:focus,
	a.list-group-item-warning.active:hover {
		color: #fff;
		background-color: #8a6d3b;
		border-color: #8a6d3b
	}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

	a.list-group-item-danger .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-danger:focus,
	a.list-group-item-danger:hover {
		color: #a94442;
		background-color: #ebcccc
	}

	a.list-group-item-danger.active,
	a.list-group-item-danger.active:focus,
	a.list-group-item-danger.active:hover {
		color: #fff;
		background-color: #a94442;
		border-color: #a94442
	}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

	.panel-body:after,
	.panel-body:before {
		content: " ";
		display: table
	}

	.panel-body:after {
		clear: both
	}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

	.panel-heading > .dropdown .dropdown-toggle {
		color: inherit
	}

	.panel-heading .btn-group-sm > .btn,
	.panel-heading .btn-sm {
		margin-top: -6px
	}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: inherit
}

	.panel-title > a {
		color: inherit
	}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel > .list-group {
	margin-bottom: 0
}

	.panel > .list-group .list-group-item {
		border-width: 1px 0;
		border-radius: 0
	}

	.panel > .list-group:first-child .list-group-item:first-child {
		border-top: 0;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px
	}

	.panel > .list-group:last-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0
}

	.panel > .table-responsive:first-child > .table:first-child,
	.panel > .table:first-child {
		border-top-right-radius: 3px;
		border-top-left-radius: 3px
	}

		.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,
		.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: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:first-child > thead:first-child > tr:first-child td:first-child,
		.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
			border-top-left-radius: 3px
		}

		.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,
		.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: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:first-child > thead:first-child > tr:first-child td:last-child,
		.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
			border-top-right-radius: 3px
		}

	.panel > .table-responsive:last-child > .table:last-child,
	.panel > .table:last-child {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

		.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,
		.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 {
			border-bottom-left-radius: 3px
		}

		.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,
		.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 {
			border-bottom-right-radius: 3px
		}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
	border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0
}

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

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

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

	.panel > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-bordered > tbody > tr:first-child > th,
	.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-bordered > thead > tr:first-child > td,
	.panel > .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,
	.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,
	.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
	.panel > .table-responsive > .table-bordered > thead > tr:first-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: 4px
	}

		.panel-group .panel + .panel {
			margin-top: 5px
		}

	.panel-group .panel-heading {
		border-bottom: 0
	}

		.panel-group .panel-heading + .panel-collapse > .panel-body {
			border-top: 1px solid #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: #ddd
}

	.panel-default > .panel-heading {
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd
	}

		.panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ddd
		}

		.panel-default > .panel-heading .badge {
			color: #f5f5f5;
			background-color: #333
		}

	.panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ddd
	}

.panel-primary {
	border-color: #00552b
}

	.panel-primary > .panel-heading {
		color: #fff;
		background-color: #00552b;
		border-color: #00552b
	}

		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #00552b
		}

		.panel-primary > .panel-heading .badge {
			color: #00552b;
			background-color: #fff
		}

	.panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #00552b
	}

.panel-success {
	border-color: #d6e9c6
}

	.panel-success > .panel-heading {
		color: #3c763d;
		background-color: #dff0d8;
		border-color: #d6e9c6
	}

		.panel-success > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #d6e9c6
		}

		.panel-success > .panel-heading .badge {
			color: #dff0d8;
			background-color: #3c763d
		}

	.panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #d6e9c6
	}

.panel-info {
	border-color: #bce8f1
}

	.panel-info > .panel-heading {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1
	}

		.panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1
		}

		.panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #31708f
		}

	.panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1
	}

.panel-warning {
	border-color: #faebcc
}

	.panel-warning > .panel-heading {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc
	}

		.panel-warning > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #faebcc
		}

		.panel-warning > .panel-heading .badge {
			color: #fcf8e3;
			background-color: #8a6d3b
		}

	.panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #faebcc
	}

.panel-danger {
	border-color: #ebccd1
}

	.panel-danger > .panel-heading {
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1
	}

		.panel-danger > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ebccd1
		}

		.panel-danger > .panel-heading .badge {
			color: #f2dede;
			background-color: #a94442
		}

	.panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ebccd1
	}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

	.embed-responsive .embed-responsive-item,
	.embed-responsive embed,
	.embed-responsive iframe,
	.embed-responsive object {
		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: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0, 0, 0, .15)
	}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

	.close:focus,
	.close:hover {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: .5;
		filter: alpha(opacity=50)
	}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	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: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

	.modal.fade .modal-dialog {
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
		transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040
}

	.modal-backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0)
	}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

	.modal-footer:after,
	.modal-footer:before {
		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: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

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

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

	.tooltip.in {
		opacity: .9;
		filter: alpha(opacity=90)
	}

	.tooltip.top {
		margin-top: -3px;
		padding: 5px 0
	}

	.tooltip.right {
		margin-left: 3px;
		padding: 0 5px
	}

	.tooltip.bottom {
		margin-top: 3px;
		padding: 5px 0
	}

	.tooltip.left {
		margin-left: -3px;
		padding: 0 5px
	}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 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
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal
}

	.popover.top {
		margin-top: -10px
	}

	.popover.right {
		margin-left: 10px
	}

	.popover.bottom {
		margin-top: 10px
	}

	.popover.left {
		margin-left: -10px
	}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover > .arrow {
	border-width: 11px
}

	.popover > .arrow:after {
		border-width: 10px;
		content: ""
	}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

	.popover.top > .arrow:after {
		content: " ";
		bottom: 1px;
		margin-left: -10px;
		border-bottom-width: 0;
		border-top-color: #fff
	}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

	.popover.right > .arrow:after {
		content: " ";
		left: 1px;
		bottom: -10px;
		border-left-width: 0;
		border-right-color: #fff
	}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

	.popover.bottom > .arrow:after {
		content: " ";
		top: 1px;
		margin-left: -10px;
		border-top-width: 0;
		border-bottom-color: #fff
	}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

	.popover.left > .arrow:after {
		content: " ";
		right: 1px;
		border-right-width: 0;
		border-left-color: #fff;
		bottom: -10px
	}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

	.carousel-inner > .item {
		display: none;
		position: relative;
		transition: .6s ease-in-out left
	}

		.carousel-inner > .item > a > img,
		.carousel-inner > .item > img {
			display: block;
			max-width: 100%;
			height: auto;
			line-height: 1
		}

	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev {
		display: block
	}

	.carousel-inner > .active {
		left: 0
	}

	.carousel-inner > .next,
	.carousel-inner > .prev {
		position: absolute;
		top: 0;
		width: 100%
	}

	.carousel-inner > .next {
		left: 100%
	}

	.carousel-inner > .prev {
		left: -100%
	}

		.carousel-inner > .next.left,
		.carousel-inner > .prev.right {
			left: 0
		}

	.carousel-inner > .active.left {
		left: -100%
	}

	.carousel-inner > .active.right {
		left: 100%
	}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	text-align: center
}

	.carousel-control.left {
		background-repeat: repeat-x
	}

	.carousel-control.right {
		left: auto;
		right: 0;
		background-repeat: repeat-x
	}

	.carousel-control:focus,
	.carousel-control:hover {
		outline: 0
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		left: 50%;
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		right: 50%;
		margin-right: -10px
	}

	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		font-family: serif
	}

		.carousel-control .icon-prev:before {
			content: '\2039'
		}

		.carousel-control .icon-next:before {
			content: '\203a'
		}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		border-radius: 10px;
		cursor: pointer;
		background-color: transparent
	}

	.carousel-indicators .active {
		background-color: #fff
	}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

	.carousel-caption .btn {
		text-shadow: none
	}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

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

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.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;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.form-valign {
	line-height: 34px
}

.one-char,
.three-char,
.two-char {
	width: 0;
	position: relative;
	float: left
}

.one-char {
	left: -4px
}

.two-char {
	left: -8px
}

.three-char {
	left: -10px
}

.input-x-xs {
	width: 20px
}

.input-x-sm {
	width: 40px
}

.input-x-md {
	width: 60px
}

.input-x-lg {
	width: 80px
}

.input-s-xs {
	width: 100px
}

.input-s-sm {
	width: 120px
}

.input-s-md {
	width: 140px
}

.input-s-lg {
	width: 160px
}

.input-m-xs {
	width: 180px
}

.input-m-sm {
	width: 200px
}

.input-m-md {
	width: 220px
}

.input-m-lg {
	width: 240px
}

.input-l-sm,
.input-l-xs {
	width: 260px
}

.input-l-md {
	width: 280px
}

.input-l-lg {
	width: 300px
}

.pos-rlt {
	position: relative
}

.pos-stc {
	position: static
}

.pos-abt {
	position: absolute
}

.line {
	height: 2px;
	margin-bottom: 10px;
	font-size: 0;
	overflow: hidden
}

.line-xs {
	margin: 0
}

.line-lg {
	margin-bottom: 15px
}

.line-dashed {
	border-style: dashed !important;
	background-color: transparent;
	border-width: 0
}

.no-line {
	border-width: 0
}

.no-border,
.no-borders {
	border-color: transparent;
	border-width: 0
}

.no-radius {
	border-radius: 0 !important
}

.text-block {
	margin-bottom: 30px
}

	.text-block figure {
		float: left;
		margin-right: 15px
	}

.block {
	display: block
}

	.block.hide {
		display: none
	}

.inline {
	display: inline-block !important
}

.none {
	display: none
}

.pull-right-lg {
	float: right
}

.pull-none {
	float: none
}

.rounded {
	border-radius: 500px
}

.btn-s-xs {
	min-width: 90px
}

.btn-s-sm {
	min-width: 100px
}

.btn-s-md {
	min-width: 120px
}

.btn-s-lg {
	min-width: 150px
}

.btn-s-xl {
	min-width: 200px
}

.l-h-2x {
	line-height: 2em
}

.l-h-1x {
	line-height: 1.2
}

.l-h {
	line-height: 1.5
}

.v-middle {
	vertical-align: middle !important
}

.v-top {
	vertical-align: top !important
}

.v-bottom {
	vertical-align: bottom !important
}

.font-normal {
	font-weight: 400
}

.font-thin {
	font-weight: 300
}

.font-bold {
	font-weight: 700
}

.text-lg {
	font-size: 18px
}

.text-md {
	font-size: 15px
}

.text-sm {
	font-size: 13px
}

.text-xs {
	font-size: 12px
}

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

.text-justified {
	text-align: justify;
	text-justify: newspaper
}

@media (min-width:769px) and (max-width:992px) {
	.text-md-center {
		text-align: center
	}
}

@media (min-width:481px) and (max-width:768px) {
	.text-sm-center {
		text-align: center
	}
}

@media (max-width:480px) {
	.text-xs-center {
		text-align: center
	}
}

.text-u-c {
	text-transform: uppercase
}

.text-l-t {
	text-decoration: line-through
}

.text-u-l {
	text-decoration: underline
}

.active > .auto .text-inactive,
.active > .text-inactive,
.text-active {
	display: none !important
}

.active > .auto .text-active,
.active > .text-active {
	display: inline-block !important
}

.box-shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05)
}

.wrapper-xxs {
	padding: 4px 6px
}

.wrapper-sm {
	padding: 5px 10px
}

.wrapper {
	padding: 15px
}

.wrapper-md {
	padding: 20px
}

.wrapper-lg {
	padding: 30px
}

.wrapper-xl {
	padding: 50px
}

.padder {
	padding: 15px
}

.padder-h {
	padding-left: 15px;
	padding-right: 15px
}

.padder-h-l {
	padding-left: 15px
}

.padder-h-r {
	padding-right: 15px
}

.padder-v {
	padding-top: 15px;
	padding-bottom: 15px
}

.padder-v-t {
	padding-top: 15px
}

.padder-v-b {
	padding-bottom: 15px
}

.no-padder,
.p-n {
	padding: 0 !important
}

.p-r-none {
	padding-right: 0
}

.pull-in {
	margin-left: -15px;
	margin-right: -15px
}

.pull-out {
	margin: -10px -15px
}

.b {
	border: 1px solid rgba(0, 0, 0, .05)
}

.b-a {
	border: 1px solid #ddd
}

.b-t {
	border-top: 1px solid #ddd
}

.b-r {
	border-right: 1px solid #ddd
}

.b-b {
	border-bottom: 1px solid #ddd
}

.b-l {
	border-left: 1px solid #ddd
}

.b-light {
	border-color: #e1e6ef
}

.b-dark {
	border-color: #312b2c
}

.b-primary {
	border-color: #007ba9
}

.b-success {
	border-color: #2a9156
}

.b-info {
	border-color: #0abcff
}

.b-warning {
	border-color: #f2b866
}

.b-danger {
	border-color: #c94e4e
}

.b-black {
	border-color: #1c1e29
}

.b-white {
	border-color: #fff
}

.b-2x {
	border-width: 2px
}

.b-3x {
	border-width: 3px
}

.b-4x {
	border-width: 4px
}

.b-5x {
	border-width: 5px
}

.r {
	border-radius: 4px
}

.r-l {
	border-radius: 4px 0 0 4px
}

.r-r {
	border-radius: 0 4px 4px 0
}

.r-t {
	border-radius: 4px 4px 0 0
}

.r-b {
	border-radius: 0 0 4px 4px
}

.m-xxs {
	margin: 2px 4px
}

.m-xs {
	margin: 5px
}

.m-sm {
	margin: 10px
}

.m {
	margin: 15px
}

.m-md {
	margin: 20px
}

.m-lg {
	margin: 30px
}

.m-xl {
	margin: 50px
}

.m-n {
	margin: 0 !important
}

.m-l-none {
	margin-left: 0
}

.m-l-xs {
	margin-left: 5px
}

.m-l-sm {
	margin-left: 10px
}

.m-l {
	margin-left: 15px
}

.m-l-md {
	margin-left: 20px
}

.m-l-lg {
	margin-left: 30px
}

.m-l-xl {
	margin-left: 40px
}

.m-l-n-xxs {
	margin-left: -1px
}

.m-l-n-xs {
	margin-left: -5px
}

.m-l-n-sm {
	margin-left: -10px
}

.m-l-n {
	margin-left: -15px
}

.m-l-n-md {
	margin-left: -20px
}

.m-l-n-lg {
	margin-left: -30px
}

.m-l-n-xl {
	margin-left: -40px
}

.m-t-none {
	margin-top: 0
}

.m-t-xxs {
	margin-top: 1px
}

.m-t-xs {
	margin-top: 5px
}

.m-t-sm {
	margin-top: 10px
}

.m-t {
	margin-top: 15px
}

.m-t-md {
	margin-top: 20px
}

.m-t-lg {
	margin-top: 30px
}

.m-t-xl {
	margin-top: 40px
}

.m-t-n-xxs {
	margin-top: -1px
}

.m-t-n-xs {
	margin-top: -5px
}

.m-t-n-sm {
	margin-top: -10px
}

.m-t-n {
	margin-top: -15px
}

.m-t-n-md {
	margin-top: -20px
}

.m-t-n-lg {
	margin-top: -30px
}

.m-t-n-xl {
	margin-top: -40px
}

.m-r-none {
	margin-right: 0
}

.m-r-xxs {
	margin-right: 1px
}

.m-r-xs {
	margin-right: 5px
}

.m-r-sm {
	margin-right: 10px
}

.m-r {
	margin-right: 15px
}

.m-r-md {
	margin-right: 20px
}

.m-r-lg {
	margin-right: 30px
}

.m-r-xl {
	margin-right: 40px
}

.m-r-n-xxs {
	margin-right: -1px
}

.m-r-n-xs {
	margin-right: -5px
}

.m-r-n-sm {
	margin-right: -10px
}

.m-r-n {
	margin-right: -15px
}

.m-r-n-md {
	margin-right: -20px
}

.m-r-n-lg {
	margin-right: -30px
}

.m-r-n-xl {
	margin-right: -40px
}

.m-b-none {
	margin-bottom: 0
}

.m-b-xxs {
	margin-bottom: 1px
}

.m-b-xs {
	margin-bottom: 5px
}

.m-b-sm {
	margin-bottom: 10px
}

.m-b {
	margin-bottom: 15px
}

.m-b-md {
	margin-bottom: 20px
}

.m-b-lg {
	margin-bottom: 30px
}

.m-b-xl {
	margin-bottom: 40px
}

.m-b-n-xxs {
	margin-bottom: -1px
}

.m-b-n-xs {
	margin-bottom: -5px
}

.m-b-n-sm {
	margin-bottom: -10px
}

.m-b-n {
	margin-bottom: -15px
}

.m-b-n-md {
	margin-bottom: -20px
}

.m-b-n-lg {
	margin-bottom: -30px
}

.m-b-n-xl {
	margin-bottom: -40px
}

.m-v {
	padding-top: 10px;
	padding-bottom: 10px
}

.media-xs {
	min-width: 50px
}

.media-sm {
	min-width: 80px
}

.media-md {
	min-width: 90px
}

.media-lg {
	min-width: 120px
}

.avatar {
	position: relative;
	display: block;
	border-radius: 500px;
	white-space: nowrap
}

	.avatar img {
		border-radius: 500px;
		width: 100%
	}

	.avatar i {
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 10px;
		border-width: 2px;
		border-style: solid;
		border-radius: 100%
	}

		.avatar i.md {
			width: 12px;
			height: 12px;
			margin: 1px
		}

		.avatar i.right {
			left: auto;
			right: 0
		}

		.avatar i.bottom {
			left: auto;
			top: auto;
			bottom: 0;
			right: 0
		}

		.avatar i.on {
			background-color: #247d4a
		}

		.avatar i.off {
			background-color: #777
		}

		.avatar i.busy {
			background-color: #c33b3b
		}

		.avatar i.away {
			background-color: #f0ad4e
		}

.thumb-lg {
	width: 128px;
	display: inline-block
}

.thumb-md {
	width: 64px;
	display: inline-block
}

.thumb {
	width: 50px;
	display: inline-block
}

.thumb-sm {
	width: 34px;
	display: inline-block
}

.thumb-xs {
	width: 24px;
	display: inline-block
}

.thumb-wrapper {
	padding: 2px;
	border: 1px solid #ddd
}

.thumb img,
.thumb-btn img,
.thumb-lg img,
.thumb-md img,
.thumb-sm img,
.thumb-xs img {
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

.img-full,
.img-full > img {
	max-width: 100%
}

.clear {
	display: block;
	overflow: hidden
}

.i-checks input {
	opacity: 0
}

	.i-checks input:checked + i {
		border-color: #00552b
	}

		.i-checks input:checked + i:before {
			position: absolute;
			left: 0;
			width: 100%;
			top: 2px;
			text-align: center;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: 400;
			color: #00552b
		}

	.i-checks input[type=radio] + i {
		border-radius: 100%
	}

	.i-checks input[type=checkbox]:checked + i:before {
		content: "\f00c"
	}

	.i-checks input[type=radio]:checked + i:before {
		content: "\f111"
	}

	.i-checks input[disabled] + i,
	fieldset[disabled] .i-checks input + i {
		border-color: #d9d9d9
	}

		.i-checks input[disabled] + i:before,
		fieldset[disabled] .i-checks input + i:before {
			color: #ccc
		}

.i-checks i {
	background-color: #fff;
	width: 18px;
	height: 18px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-left: -20px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	font-size: 12px
}

.ie8 .i-checks i {
	display: none
}

.scroll-x,
.scroll-y {
	overflow: hidden;
	-webkit-overflow-scrolling: touch
}

.scroll-y {
	overflow-y: auto
}

.scroll-x {
	overflow-x: auto
}

.no-touch .scroll-x,
.no-touch .scroll-y {
	overflow: hidden
}

	.no-touch .scroll-x:active,
	.no-touch .scroll-x:focus,
	.no-touch .scroll-x:hover {
		overflow-x: auto
	}

	.no-touch .scroll-y:active,
	.no-touch .scroll-y:focus,
	.no-touch .scroll-y:hover {
		overflow-y: auto
	}

.no-touch .hover-action {
	display: none
}

.no-touch .hover:hover .hover-action {
	display: inherit
}

.hover-rotate {
	transition: all .2s ease-in-out .1s
}

.hover:active .hover-rotate,
.hover:hover .hover-rotate {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 105;
	background-color: #fff
}

	.backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0)
	}

	.backdrop.in {
		opacity: .8;
		filter: alpha(opacity=80)
	}

.h {
	font-size: 170px;
	font-weight: 300;
	line-height: 200px;
	text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 3px 5px rgba(0, 0, 0, .125), 0 5px 10px rgba(0, 0, 0, .2)
}

@media screen and (min-width:992px) {
	.col-lg-2-4 {
		width: 20%;
		float: left
	}
}

@media (max-width:767px) {
	.shift {
		display: none !important
	}

		.shift.in {
			display: block !important
		}

	.row-2 [class*=col] {
		width: 50%;
		float: left
	}

	.row-2 .col-0 {
		clear: none
	}

	.row-2 li:nth-child(odd) {
		clear: left;
		margin-left: 0
	}

	.text-center-xs {
		text-align: center
	}

	.text-left-xs {
		text-align: left
	}

	.pull-none-xs {
		float: none !important
	}

	.hidden-xs.show {
		display: inherit !important
	}
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

html {
	background-color: #f2f4f8;
	overflow-x: hidden;
	color: #333
}

body {
	background-color: transparent;
	color: inherit;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	-webkit-font-smoothing: antialiased
}

.h1,
h1 {
	font-size: 30px;
	line-height: 33px
}

.h2,
h2 {
	font-size: 26px;
	line-height: 29px
}

.h3,
h3 {
	font-size: 22px;
	line-height: 25px
}

.h4,
h4 {
	font-size: 18px;
	line-height: 21px
}

.h5,
h5 {
	font-size: 14px;
	line-height: 17px
}

.h6,
h6 {
	font-size: 11px;
	line-height: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

.small,
small {
	font-size: 13px
}

figure img {
	max-width: 100%
}

.glyphicon {
	font-family: FontAwesome
}

.th-10 {
	width: 10px
}

.th-20 {
	width: 20px
}

.th-30 {
	width: 30px
}

.th-40 {
	width: 40px
}

.th-50 {
	width: 50px
}

.th-60 {
	width: 60px
}

.th-70 {
	width: 70px
}

.th-80 {
	width: 80px
}

.th-90 {
	width: 90px
}

.th-100 {
	width: 100px
}

.th-110 {
	width: 110px
}

.th-120 {
	width: 120px
}

.th-130 {
	width: 130px
}

.th-140 {
	width: 140px
}

.th-150 {
	width: 150px
}

.th-160 {
	width: 160px
}

.th-170 {
	width: 170px
}

.th-180 {
	width: 180px
}

.th-190 {
	width: 190px
}

.th-200 {
	width: 200px
}

.th-250 {
	width: 250px
}

.th-300 {
	width: 300px
}

.th-350 {
	width: 350px
}

.th-400 {
	width: 400px
}

.badge,
.label {
	font-weight: 700
}

.badge {
	background-color: #777
}

	.badge.up {
		position: relative;
		top: -10px;
		padding: 3px 6px;
		margin-left: -10px
	}

.badge-sm {
	font-size: 85%;
	padding: 2px 5px !important
}

.label-sm {
	padding-top: 0;
	padding-bottom: 0
}

.badge-white {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .35);
	padding: 2px 6px
}

.badge-empty {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .15);
	color: inherit
}

.caret-white {
	border-top-color: #fff;
	border-top-color: rgba(255, 255, 255, .65)
}

a:hover .caret-white {
	border-top-color: #fff
}

.tooltip-inner {
	background-color: #000
}

.tooltip.top .tooltip-arrow {
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	border-right-color: #000
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000
}

.tooltip.left .tooltip-arrow {
	border-left-color: #000
}

.popover-content {
	font-size: 12px;
	line-height: 1.5
}

.progress-xs {
	height: 6px
}

.progress-sm {
	height: 10px
}

	.progress-sm .progress-bar {
		font-size: 10px;
		line-height: 1em
	}

.progress,
.progress-bar {
	box-shadow: none
}

.accordion-group,
.accordion-inner {
	border-color: #ddd;
	border-radius: 4px
}

.alert {
	font-size: 13px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2)
}

	.alert .close i {
		font-size: 12px;
		font-weight: 400;
		display: block
	}

.form-control {
	border-color: #ccc;
	border-radius: 4px
}

	.form-control,
	.form-control:focus {
		box-shadow: none
	}

		.form-control:focus {
			border-color: #66afe9
		}

label.required:after {
	content: ' *';
	color: #c33b3b
}

.input-group-addon {
	border-color: #ccc;
	background-color: #fcfcfd
}

.list-group {
	border-radius: 4px
}

	.list-group.no-radius .list-group-item {
		border-radius: 0 !important
	}

	.list-group.no-borders .list-group-item {
		border: none
	}

	.list-group.no-border .list-group-item {
		border-width: 1px 0
	}

	.list-group.no-bg .list-group-item {
		background-color: transparent
	}

.list-group-item {
	border-color: #ddd
}

	.list-group-item a.list-group-item:focus,
	.list-group-item a.list-group-item:hover {
		background-color: #f9fafc
	}

	.list-group-item.media {
		margin-top: 0
	}

	.list-group-item.active {
		color: #fff;
		border-color: #fff !important;
		background-color: #fff !important
	}

		.list-group-item.active .text-muted,
		.list-group-item.active a {
			color: #fff
		}

.list-group-alt .list-group-item:nth-child(2n+2) {
	background-color: rgba(0, 0, 0, .02) !important
}

.list-group-lg .list-group-item {
	padding-top: 15px;
	padding-bottom: 15px
}

.list-group-sp .list-group-item {
	margin-bottom: 5px;
	border-radius: 3px
}

.list-group-item > .badge {
	margin-right: 0
}

.list-group-item > .fa-chevron-right {
	float: right;
	margin-top: 4px;
	margin-right: -5px
}

	.list-group-item > .fa-chevron-right + .badge {
		margin-right: 5px
	}

.nav-pills.no-radius > li > a {
	border-radius: 0
}

.nav-pills > li.active > a {
	color: #fff !important;
	background-color: #00aeef
}

.nav-primary .nav > li.active > a,
.nav-primary .nav > li > a:focus,
.nav-primary .nav > li > a:hover {
	background-color: #f3f2f2
}

.nav-primary .nav > li ul > li.active > a,
.nav-primary .nav > li ul > li > a:focus,
.nav-primary .nav > li ul > li > a:hover {
	background-color: #c1bebe
}

.nav-primary .nav > li ul > li ul > li.active > a,
.nav-primary .nav > li ul > li ul > li > a:focus,
.nav-primary .nav > li ul > li ul > li > a:hover {
	background-color: #a8a4a4
}

.nav-primary .nav > li ul ul li a {
	padding-left: 30px !important
}

.nav.nav-sm > li > a {
	padding: 6px 8px
}

.nav .avatar {
	width: 30px;
	margin-top: -5px;
	margin-right: 5px
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #f7f8fb
}

td .i-checks i,
th .i-checks i {
	margin-left: inherit
}

td code {
	background-color: transparent;
	padding: 0;
	border-radius: 0
}

td pre,
td pre.prettyprint {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0
}

.panel {
	border-radius: 4px
}

	.panel.panel-default,
	.panel.panel-default > .panel-footer,
	.panel.panel-default > .panel-heading {
		border-color: #ddd
	}

	.panel.no-borders,
	.panel.no-borders .panel-footer,
	.panel.no-borders .panel-heading {
		border-width: 0
	}

	.panel .list-group-item {
		border-color: #e5e5e5
	}

.panel-heading {
	border-radius: 4px 4px 0 0
}

	.panel-heading.no-border {
		margin: -1px -1px 0;
		border: none
	}

	.panel-heading .nav > li > a {
		border-radius: 4px 4px 0 0;
		margin: 0;
		border-bottom-color: #ddd !important
	}

	.panel-heading .nav > li.active > a {
		border-color: #ddd #ddd #fff !important
	}

	.panel-heading .nav-tabs {
		margin: -11px -16px;
		border-color: #ddd
	}

		.panel-heading .nav-tabs.nav-justified {
			width: auto
		}

		.panel-heading .nav-tabs > li > a {
			padding-top: 11px;
			padding-bottom: 11px;
			border-radius: 0
		}

		.panel-heading .nav-tabs > li.active a {
			background-color: #ddd;
			border-bottom-color: #ddd !important
		}

	.panel-heading .list-group {
		background: 0 0
	}

.panel-example {
	background-color: #f7f7f9;
	border-top: 1px solid #eaeef1
}

	.panel-example pre {
		border: none;
		margin-bottom: 0;
		padding: 15px;
		border-radius: 0
	}

.header .panel-heading {
	border-radius: 0
}

.panel-footer {
	border-radius: 0 0 4px 4px
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #eaedef
}

.carousel-control {
	width: 40px;
	color: #999;
	text-shadow: none
}

	.carousel-control:focus,
	.carousel-control:hover {
		color: #ccc;
		text-decoration: none;
		opacity: .9;
		filter: alpha(opacity=90)
	}

	.carousel-control.left,
	.carousel-control.right {
		background-image: none;
		-webkit-filter: none;
		filter: none
	}

	.carousel-control i {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 5;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px
	}

.carousel-indicators.out {
	bottom: -5px
}

.carousel-indicators li {
	transition: background-color .25s;
	background: #ccc;
	background: rgba(0, 0, 0, .2);
	border: none
}

.carousel-indicators .active {
	background: #666;
	background: rgba(0, 0, 0, .6);
	width: 10px;
	height: 10px;
	margin: 1px
}

.carousel.carousel-fade .item {
	transition: opacity .25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0)
}

.carousel.carousel-fade .active {
	opacity: 1;
	filter: alpha(opacity=1)
}

	.carousel.carousel-fade .active.left,
	.carousel.carousel-fade .active.right {
		left: 0;
		z-index: 2;
		opacity: 0;
		filter: alpha(opacity=0)
	}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1
}

.carousel.carousel-fade .carousel-control {
	z-index: 3
}

.col-lg-2-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-0 {
	clear: left
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0
}

.modal-dialog {
	margin-top: 70px
}

.modal-backdrop {
	background-color: #231f20
}

	.modal-backdrop.in {
		opacity: .8;
		filter: alpha(opacity=80)
	}

.modal-over {
	width: 100%;
	height: 100%;
	position: relative;
	background: #231f20
}

.modal-center {
	position: absolute;
	top: 50%;
	left: 50%
}

.modal-content {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25)
}

.modal-header .close {
	margin-top: 3px
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: transparent
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed !important
}

	.navbar-fixed-top + *,
	.navbar-fixed-top.header-md + * {
		padding-top: 50px
	}

.open {
	z-index: 105;
	position: relative
}

.icon-muted {
	color: #ccc
}

.no-margin {
	margin: 0
}

.no-gutter [class*=col],
.no-padding {
	padding: 0
}

.navbar-header {
	position: relative
}

	.navbar-header > .btn {
		position: absolute;
		font-size: 1.3em;
		padding: 9px 16px;
		line-height: 30px;
		left: 0
	}

	.navbar-header .navbar-brand + .btn {
		right: 0;
		top: 0;
		left: auto
	}

.navbar-brand {
	float: none;
	font-size: 17px;
	font-weight: 700;
	height: auto;
	line-height: 50px;
	display: block;
	padding: 0 15px
}

	.navbar-brand:focus,
	.navbar-brand:hover {
		text-decoration: none
	}

	.navbar-brand img {
		margin-top: -4px;
		vertical-align: middle
	}

.nav-primary li > a,
.nav-primary li > a:focus,
.nav-primary li > a:hover {
	color: #000
}

	.nav-primary li > a > i {
		margin: -8px 5px -8px -10px;
		line-height: 36px;
		width: 36px;
		float: left;
		text-align: center;
		position: relative;
		overflow: hidden
	}

		.nav-primary li > a > i:before {
			position: relative;
			z-index: 2
		}

.nav-primary ul.nav > li > a {
	padding: 8px 15px;
	position: relative;
	transition: background-color .2s ease-in-out 0s
}

.no-borders .nav-primary ul.nav > li > a {
	border-width: 0 !important
}

.nav-primary ul.nav > li > a > .badge {
	font-size: 11px;
	padding: 2px 5px 2px 4px;
	margin-top: 2px
}

.nav-primary ul.nav > li > a > .text-muted {
	margin: 0 3px
}

.nav-primary ul.nav > li > a.active .text-inactive {
	display: none
}

.nav-primary ul.nav > li > a.active .text-active {
	display: inline-block !important
}

.nav-primary ul.nav > li li a {
	font-weight: 400;
	text-transform: none
}

.nav-primary ul.nav > li.active > ul {
	display: block
}

.nav-primary ul.nav ul {
	display: none
}

.bg-black .nav-primary > ul.nav-main > li.active > a,
.bg-black .nav-primary > ul.nav-main > li:active > a,
.bg-black .nav-primary > ul.nav-main > li:focus > a,
.bg-black .nav-primary > ul.nav-main > li:hover > a {
	background-color: #247d4a
}

@media (min-width:768px) {
	.visible-nav-xs {
		display: none
	}

	.nav-xs {
		width: 80px !important
	}

		.nav-xs .slim-scroll,
		.nav-xs .slimScrollDiv {
			overflow: visible !important
		}

		.nav-xs .slimScrollBar,
		.nav-xs .slimScrollRail {
			display: none !important
		}

		.nav-xs .scrollable {
			overflow: visible
		}

		.nav-xs .nav-primary > ul > li > a {
			position: relative;
			padding: 0;
			font-size: 11px;
			text-align: center;
			height: 50px;
			overflow-y: hidden;
			border: none
		}

			.nav-xs .nav-primary > ul > li > a span,
			.nav-xs .nav-primary > ul > li > a strong {
				display: table-cell;
				vertical-align: middle;
				height: 50px;
				width: 80px
			}

				.nav-xs .nav-primary > ul > li > a span.pull-right,
				.nav-xs .nav-primary > ul > li > a strong.pull-right {
					display: none !important
				}

			.nav-xs .nav-primary > ul > li > a i {
				width: auto;
				float: none;
				display: block;
				font-size: 16px;
				margin: 0;
				line-height: 50px;
				border: none !important;
				transition: margin-top .2s
			}

				.nav-xs .nav-primary > ul > li > a i b {
					left: 0 !important
				}

			.nav-xs .nav-primary > ul > li > a .badge {
				position: absolute;
				right: 10px;
				top: 4px;
				z-index: 3
			}

		.nav-xs .nav-primary > ul > li.active > a i,
		.nav-xs .nav-primary > ul > li:active > a i,
		.nav-xs .nav-primary > ul > li:focus > a i,
		.nav-xs .nav-primary > ul > li:hover > a i {
			margin-top: -50px
		}

		.nav-xs .nav-primary > ul ul {
			display: none !important;
			position: absolute;
			left: 100%;
			top: 0;
			z-index: 110;
			width: 240px;
			box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
		}

		.nav-xs .nav-primary li:active > ul,
		.nav-xs .nav-primary li:focus > ul,
		.nav-xs .nav-primary li:hover > ul {
			display: block !important
		}

		.nav-xs.nav-xs-right .nav-primary > ul ul {
			left: auto;
			right: 100%
		}

		.nav-xs > .vbox > .footer,
		.nav-xs > .vbox > .header {
			padding: 0 25px
		}

		.nav-xs .hidden-nav-xs {
			display: none
		}

		.nav-xs .visible-nav-xs {
			display: inherit
		}

		.nav-xs .text-center-nav-xs {
			text-align: center
		}

		.nav-xs .nav-user {
			padding-left: 0;
			padding-right: 0
		}

			.nav-xs .nav-user .avatar {
				float: none !important;
				margin-right: 0
			}

			.nav-xs .nav-user .dropdown > a {
				display: block;
				text-align: center
			}

		.nav-xs .navbar-header {
			float: none
		}

		.nav-xs .navbar-brand {
			display: block;
			padding: 0
		}

			.nav-xs .navbar-brand img {
				margin-right: 0
			}

		.nav-xs .navbar {
			padding: 0
		}

	.header-md .navbar-brand {
		line-height: 50px
	}

		.header-md .navbar-brand img {
			max-height: 50px
		}

	.navbar-nav > li > a {
		line-height: 20px
	}

	.navbar-nav > li > ul {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.navbar-fixed-top-xs {
		position: fixed !important;
		left: 0;
		width: 100%;
		z-index: 110
	}

		.navbar-fixed-top-xs + * {
			padding-top: 50px !important
		}

	.nav-bar-fixed-bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 110
	}

	body,
	html {
		overflow-x: hidden;
		min-height: 100%
	}

	.nav-primary .dropdown-menu {
		position: relative;
		float: none;
		left: 0;
		margin-left: 0;
		padding: 0
	}

		.nav-primary .dropdown-menu a {
			padding: 15px;
			border-bottom: 1px solid #eee
		}

		.nav-primary .dropdown-menu li:last-child a {
			border-bottom: none
		}

	.navbar-header {
		text-align: center
	}

	.nav-user {
		margin: 0;
		padding: 15px
	}

		.nav-user.open {
			display: inherit !important
		}

		.nav-user .dropdown-menu {
			display: block;
			position: static;
			float: none
		}

		.nav-user .dropdown > a {
			display: block;
			text-align: center;
			font-size: 18px;
			padding-bottom: 10px
		}

		.nav-user .avatar {
			width: 160px !important;
			float: none !important;
			display: block;
			margin: 20px auto;
			padding: 5px;
			background-color: rgba(255, 255, 255, .1);
			position: relative
		}

			.nav-user .avatar:before {
				content: "";
				position: absolute;
				left: 5px;
				right: 5px;
				bottom: 5px;
				top: 5px;
				border: 4px solid #fff;
				border-radius: 500px
			}

	.nav-off-screen {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 75%;
		visibility: visible;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}

		.nav-off-screen .nav-primary {
			display: block !important
		}

		.nav-off-screen .navbar-fixed-top-xs {
			width: 75%
		}

		.nav-off-screen.push-right .navbar-fixed-top-xs {
			left: 25%
		}

		.nav-off-screen.push-right {
			left: auto;
			right: 0
		}

			.nav-off-screen.push-right + * {
				-webkit-transform: translate3d(-75%, 0, 0);
				transform: translate3d(-75%, 0, 0)
			}

		.nav-off-screen + * {
			background-color: #f2f4f8;
			transition: -webkit-transform .2s ease-in-out;
			transition: transform .2s ease-in-out;
			transition-delay: 0s;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transform: translate3d(75%, 0, 0);
			transform: translate3d(75%, 0, 0);
			overflow: hidden;
			position: absolute;
			width: 100%;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 2
		}

			.nav-off-screen + * .nav-off-screen-block {
				display: block !important;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				z-index: 120
			}

	.navbar + section .nav-off-screen,
	.navbar + section .nav-off-screen + * {
		top: 50px
	}

	.slim-scroll,
	.slimScrollDiv {
		overflow: visible !important;
		height: auto !important
	}

	.slimScrollBar,
	.slimScrollRail {
		display: none !important
	}
}

.arrow {
	border-width: 8px;
	z-index: 10
}

	.arrow,
	.arrow:after {
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid
	}

		.arrow:after {
			border-width: 7px;
			content: ""
		}

		.arrow.top {
			left: 50%;
			margin-left: -8px;
			border-top-width: 0;
			border-bottom-color: #eee;
			border-bottom-color: rgba(0, 0, 0, .1);
			top: -8px
		}

			.arrow.top:after {
				content: " ";
				top: 1px;
				margin-left: -7px;
				border-top-width: 0;
				border-bottom-color: #fff
			}

		.arrow.right {
			top: 50%;
			right: -8px;
			margin-top: -8px;
			border-right-width: 0;
			border-left-color: #eee;
			border-left-color: rgba(0, 0, 0, .1)
		}

			.arrow.right:after {
				content: " ";
				right: 1px;
				border-right-width: 0;
				border-left-color: #fff;
				bottom: -7px
			}

		.arrow.bottom {
			left: 50%;
			margin-left: -8px;
			border-bottom-width: 0;
			border-top-color: #eee;
			border-top-color: rgba(0, 0, 0, .1);
			bottom: -8px
		}

			.arrow.bottom:after {
				content: " ";
				bottom: 1px;
				margin-left: -7px;
				border-bottom-width: 0;
				border-top-color: #fff
			}

		.arrow.left {
			top: 50%;
			left: -8px;
			margin-top: -8px;
			border-left-width: 0;
			border-right-color: #eee;
			border-right-color: rgba(0, 0, 0, .1)
		}

			.arrow.left:after {
				content: " ";
				left: 1px;
				border-left-width: 0;
				border-right-color: #fff;
				bottom: -7px
			}

.btn-link {
	color: #333
}

	.btn-link.active {
		webkit-box-shadow: none;
		box-shadow: none
	}

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

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

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

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

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

	.btn-default.btn-bg {
		border-color: rgba(0, 0, 0, .1);
		background-clip: padding-box
	}

.btn-primary {
	color: #fff;
	background-color: #00552b;
	border-color: #005576
}

	.btn-primary.active,
	.btn-primary:active,
	.btn-primary:focus,
	.btn-primary:hover,
	.open > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #00435c;
		border-color: #002938
	}

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

	.btn-primary.disabled,
	.btn-primary.disabled.active,
	.btn-primary.disabled:active,
	.btn-primary.disabled:focus,
	.btn-primary.disabled:hover,
	.btn-primary[disabled],
	.btn-primary[disabled].active,
	.btn-primary[disabled]:active,
	.btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary,
	fieldset[disabled] .btn-primary.active,
	fieldset[disabled] .btn-primary:active,
	fieldset[disabled] .btn-primary:focus,
	fieldset[disabled] .btn-primary:hover {
		background-color: #00552b;
		border-color: #005576
	}

	.btn-primary .badge {
		color: #00552b;
		background-color: #fff
	}

	.btn-primary.btn-darken {
		color: #e6e6e6;
		background-color: #00435c;
		border-color: #002533
	}

		.btn-primary.btn-darken.active,
		.btn-primary.btn-darken:active,
		.btn-primary.btn-darken:focus,
		.btn-primary.btn-darken:hover,
		.open > .btn-primary.btn-darken.dropdown-toggle {
			color: #e6e6e6;
			background-color: #001e29;
			border-color: #000
		}

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

		.btn-primary.btn-darken.disabled,
		.btn-primary.btn-darken.disabled.active,
		.btn-primary.btn-darken.disabled:active,
		.btn-primary.btn-darken.disabled:focus,
		.btn-primary.btn-darken.disabled:hover,
		.btn-primary.btn-darken[disabled],
		.btn-primary.btn-darken[disabled].active,
		.btn-primary.btn-darken[disabled]:active,
		.btn-primary.btn-darken[disabled]:focus,
		.btn-primary.btn-darken[disabled]:hover,
		fieldset[disabled] .btn-primary.btn-darken,
		fieldset[disabled] .btn-primary.btn-darken.active,
		fieldset[disabled] .btn-primary.btn-darken:active,
		fieldset[disabled] .btn-primary.btn-darken:focus,
		fieldset[disabled] .btn-primary.btn-darken:hover {
			background-color: #00435c;
			border-color: #002533
		}

		.btn-primary.btn-darken .badge {
			color: #00435c;
			background-color: #e6e6e6
		}

.btn-success {
	color: #fff;
	background-color: #247d4a;
	border-color: #1e693e
}

	.btn-success.active,
	.btn-success:active,
	.btn-success:focus,
	.btn-success:hover,
	.open > .btn-success.dropdown-toggle {
		color: #fff;
		background-color: #195533;
		border-color: #113a22
	}

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

	.btn-success.disabled,
	.btn-success.disabled.active,
	.btn-success.disabled:active,
	.btn-success.disabled:focus,
	.btn-success.disabled:hover,
	.btn-success[disabled],
	.btn-success[disabled].active,
	.btn-success[disabled]:active,
	.btn-success[disabled]:focus,
	.btn-success[disabled]:hover,
	fieldset[disabled] .btn-success,
	fieldset[disabled] .btn-success.active,
	fieldset[disabled] .btn-success:active,
	fieldset[disabled] .btn-success:focus,
	fieldset[disabled] .btn-success:hover {
		background-color: #247d4a;
		border-color: #1e693e
	}

	.btn-success .badge {
		color: #247d4a;
		background-color: #fff
	}

	.btn-success.btn-darken {
		color: #e6e6e6;
		background-color: #195533;
		border-color: #0f3620
	}

		.btn-success.btn-darken.active,
		.btn-success.btn-darken:active,
		.btn-success.btn-darken:focus,
		.btn-success.btn-darken:hover,
		.open > .btn-success.btn-darken.dropdown-toggle {
			color: #e6e6e6;
			background-color: #0d2e1b;
			border-color: #020604
		}

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

		.btn-success.btn-darken.disabled,
		.btn-success.btn-darken.disabled.active,
		.btn-success.btn-darken.disabled:active,
		.btn-success.btn-darken.disabled:focus,
		.btn-success.btn-darken.disabled:hover,
		.btn-success.btn-darken[disabled],
		.btn-success.btn-darken[disabled].active,
		.btn-success.btn-darken[disabled]:active,
		.btn-success.btn-darken[disabled]:focus,
		.btn-success.btn-darken[disabled]:hover,
		fieldset[disabled] .btn-success.btn-darken,
		fieldset[disabled] .btn-success.btn-darken.active,
		fieldset[disabled] .btn-success.btn-darken:active,
		fieldset[disabled] .btn-success.btn-darken:focus,
		fieldset[disabled] .btn-success.btn-darken:hover {
			background-color: #195533;
			border-color: #0f3620
		}

		.btn-success.btn-darken .badge {
			color: #195533;
			background-color: #e6e6e6
		}

.btn-info {
	color: #fff;
	background-color: #00aeef;
	border-color: #009bd6
}

	.btn-info.active,
	.btn-info:active,
	.btn-info:focus,
	.btn-info:hover,
	.open > .btn-info.dropdown-toggle {
		color: #fff;
		background-color: #0089bc;
		border-color: #006f98
	}

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

	.btn-info.disabled,
	.btn-info.disabled.active,
	.btn-info.disabled:active,
	.btn-info.disabled:focus,
	.btn-info.disabled:hover,
	.btn-info[disabled],
	.btn-info[disabled].active,
	.btn-info[disabled]:active,
	.btn-info[disabled]:focus,
	.btn-info[disabled]:hover,
	fieldset[disabled] .btn-info,
	fieldset[disabled] .btn-info.active,
	fieldset[disabled] .btn-info:active,
	fieldset[disabled] .btn-info:focus,
	fieldset[disabled] .btn-info:hover {
		background-color: #00aeef;
		border-color: #009bd6
	}

	.btn-info .badge {
		color: #00aeef;
		background-color: #fff
	}

	.btn-info.btn-darken {
		color: #e6e6e6;
		background-color: #0089bc;
		border-color: #006f98
	}

		.btn-info.btn-darken.active,
		.btn-info.btn-darken:active,
		.btn-info.btn-darken:focus,
		.btn-info.btn-darken:hover,
		.open > .btn-info.btn-darken.dropdown-toggle {
			color: #e6e6e6;
			background-color: #006489;
			border-color: #00425b
		}

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

		.btn-info.btn-darken.disabled,
		.btn-info.btn-darken.disabled.active,
		.btn-info.btn-darken.disabled:active,
		.btn-info.btn-darken.disabled:focus,
		.btn-info.btn-darken.disabled:hover,
		.btn-info.btn-darken[disabled],
		.btn-info.btn-darken[disabled].active,
		.btn-info.btn-darken[disabled]:active,
		.btn-info.btn-darken[disabled]:focus,
		.btn-info.btn-darken[disabled]:hover,
		fieldset[disabled] .btn-info.btn-darken,
		fieldset[disabled] .btn-info.btn-darken.active,
		fieldset[disabled] .btn-info.btn-darken:active,
		fieldset[disabled] .btn-info.btn-darken:focus,
		fieldset[disabled] .btn-info.btn-darken:hover {
			background-color: #0089bc;
			border-color: #006f98
		}

		.btn-info.btn-darken .badge {
			color: #0089bc;
			background-color: #e6e6e6
		}

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

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

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

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

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

	.btn-warning.btn-darken {
		color: #e6e6e6;
		background-color: #ec971f;
		border-color: #d18212
	}

		.btn-warning.btn-darken.active,
		.btn-warning.btn-darken:active,
		.btn-warning.btn-darken:focus,
		.btn-warning.btn-darken:hover,
		.open > .btn-warning.btn-darken.dropdown-toggle {
			color: #e6e6e6;
			background-color: #c77c11;
			border-color: #985f0d
		}

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

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

		.btn-warning.btn-darken .badge {
			color: #ec971f;
			background-color: #e6e6e6
		}

.btn-danger {
	color: #fff;
	background-color: #c33b3b;
	border-color: #af3535
}

	.btn-danger.active,
	.btn-danger:active,
	.btn-danger:focus,
	.btn-danger:hover,
	.open > .btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #9c2f2f;
		border-color: #802727
	}

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

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

	.btn-danger .badge {
		color: #c33b3b;
		background-color: #fff
	}

	.btn-danger.btn-darken {
		color: #e6e6e6;
		background-color: #9c2f2f;
		border-color: #7d2626
	}

		.btn-danger.btn-darken.active,
		.btn-danger.btn-darken:active,
		.btn-danger.btn-darken:focus,
		.btn-danger.btn-darken:hover,
		.open > .btn-danger.btn-darken.dropdown-toggle {
			color: #e6e6e6;
			background-color: #752323;
			border-color: #4e1717
		}

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

		.btn-danger.btn-darken.disabled,
		.btn-danger.btn-darken.disabled.active,
		.btn-danger.btn-darken.disabled:active,
		.btn-danger.btn-darken.disabled:focus,
		.btn-danger.btn-darken.disabled:hover,
		.btn-danger.btn-darken[disabled],
		.btn-danger.btn-darken[disabled].active,
		.btn-danger.btn-darken[disabled]:active,
		.btn-danger.btn-darken[disabled]:focus,
		.btn-danger.btn-darken[disabled]:hover,
		fieldset[disabled] .btn-danger.btn-darken,
		fieldset[disabled] .btn-danger.btn-darken.active,
		fieldset[disabled] .btn-danger.btn-darken:active,
		fieldset[disabled] .btn-danger.btn-darken:focus,
		fieldset[disabled] .btn-danger.btn-darken:hover {
			background-color: #9c2f2f;
			border-color: #7d2626
		}

		.btn-danger.btn-darken .badge {
			color: #9c2f2f;
			background-color: #e6e6e6
		}

.btn-dark {
	color: #fff;
	background-color: #231f20;
	border-color: #231f20
}

	.btn-dark.active,
	.btn-dark:active,
	.btn-dark:focus,
	.btn-dark:hover,
	.open > .btn-dark.dropdown-toggle {
		color: #fff;
		background-color: #080707;
		border-color: #030202
	}

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

	.btn-dark.disabled,
	.btn-dark.disabled.active,
	.btn-dark.disabled:active,
	.btn-dark.disabled:focus,
	.btn-dark.disabled:hover,
	.btn-dark[disabled],
	.btn-dark[disabled].active,
	.btn-dark[disabled]:active,
	.btn-dark[disabled]:focus,
	.btn-dark[disabled]:hover,
	fieldset[disabled] .btn-dark,
	fieldset[disabled] .btn-dark.active,
	fieldset[disabled] .btn-dark:active,
	fieldset[disabled] .btn-dark:focus,
	fieldset[disabled] .btn-dark:hover {
		background-color: #231f20;
		border-color: #231f20
	}

	.btn-dark .badge {
		color: #231f20;
		background-color: #fff
	}

	.btn-dark.btn-darken {
		color: #e6e6e6;
		background-color: #080707;
		border-color: #000
	}

		.btn-dark.btn-darken.active,
		.btn-dark.btn-darken:active,
		.btn-dark.btn-darken:focus,
		.btn-dark.btn-darken:hover,
		.open > .btn-dark.btn-darken.dropdown-toggle {
			color: #e6e6e6;
			background-color: #000;
			border-color: #000
		}

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

		.btn-dark.btn-darken.disabled,
		.btn-dark.btn-darken.disabled.active,
		.btn-dark.btn-darken.disabled:active,
		.btn-dark.btn-darken.disabled:focus,
		.btn-dark.btn-darken.disabled:hover,
		.btn-dark.btn-darken[disabled],
		.btn-dark.btn-darken[disabled].active,
		.btn-dark.btn-darken[disabled]:active,
		.btn-dark.btn-darken[disabled]:focus,
		.btn-dark.btn-darken[disabled]:hover,
		fieldset[disabled] .btn-dark.btn-darken,
		fieldset[disabled] .btn-dark.btn-darken.active,
		fieldset[disabled] .btn-dark.btn-darken:active,
		fieldset[disabled] .btn-dark.btn-darken:focus,
		fieldset[disabled] .btn-dark.btn-darken:hover {
			background-color: #080707;
			border-color: #000
		}

		.btn-dark.btn-darken .badge {
			color: #080707;
			background-color: #e6e6e6
		}

.btn-purple {
	color: #fff;
	background-color: #7023c4;
	border-color: #6822b5;
}

	.btn-purple.active,
	.btn-purple:active,
	.btn-purple:focus,
	.btn-purple:hover,
	.open > .btn-purple.dropdown-toggle {
		color: #fff;
		background-color: #5f1da8;
		border-color: #541896;
	}

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

	.btn-purple.disabled,
	.btn-purple.disabled.active,
	.btn-purple.disabled:active,
	.btn-purple.disabled:focus,
	.btn-purple.disabled:hover,
	.btn-purple[disabled],
	.btn-purple[disabled].active,
	.btn-purple[disabled]:active,
	.btn-purple[disabled]:focus,
	.btn-purple[disabled]:hover,
	fieldset[disabled] .btn-purple,
	fieldset[disabled] .btn-purple.active,
	fieldset[disabled] .btn-purple:active,
	fieldset[disabled] .btn-purple:focus,
	fieldset[disabled] .btn-purple:hover {
		background-color: #9032f7;
		border-color: #862ce8
	}

.btn-light-blue {
	color: #fff;
	background-color: #4286f4;
	border-color: #3e7adc;
}

	.btn-light-blue.active,
	.btn-light-blue:active,
	.btn-light-blue:focus,
	.btn-light-blue:hover,
	.open > .btn-light-blue.dropdown-toggle {
		color: #fff;
		background-color: #3b73cf;
		border-color: #376abd;
	}

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

	.btn-light-blue.disabled,
	.btn-light-blue.disabled.active,
	.btn-light-blue.disabled:active,
	.btn-light-blue.disabled:focus,
	.btn-light-blue.disabled:hover,
	.btn-light-blue[disabled],
	.btn-light-blue[disabled].active,
	.btn-light-blue[disabled]:active,
	.btn-light-blue[disabled]:focus,
	.btn-light-blue[disabled]:hover,
	fieldset[disabled] .btn-light-blue,
	fieldset[disabled] .btn-light-blue.active,
	fieldset[disabled] .btn-light-blue:active,
	fieldset[disabled] .btn-light-blue:focus,
	fieldset[disabled] .btn-light-blue:hover {
		background-color: #6ba0f6;
		border-color: #6899e9
	}

.btn {
	font-weight: 400;
	border-radius: 4px
}

.btn-icon {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 34px;
	text-align: center
}

	.btn-icon.b-2x {
		width: 36px
	}

	.btn-group-sm > .btn-icon.btn,
	.btn-icon.btn-sm {
		width: 30px
	}

		.btn-group-sm > .btn-icon.b-2x.btn,
		.btn-icon.btn-sm.b-2x {
			width: 32px
		}

	.btn-group-lg > .btn-icon.btn,
	.btn-icon.btn-lg {
		width: 45px
	}

		.btn-group-lg > .btn-icon.b-2x.btn,
		.btn-icon.btn-lg.b-2x {
			width: 47px
		}

.btn-group-justified {
	border-collapse: separate
}

.btn-rounded {
	border-radius: 50px;
	padding-left: 15px;
	padding-right: 15px
}

	.btn-group-lg > .btn-rounded.btn,
	.btn-rounded.btn-lg {
		padding-left: 25px;
		padding-right: 25px
	}

.btn > i.pull-left,
.btn > i.pull-right {
	line-height: 1.428571429
}

.btn-block {
	padding-left: 12px;
	padding-right: 12px
}

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

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

.btn-inactive {
	box-shadow: none !important
}

.chat-item:after,
.chat-item:before {
	content: " ";
	display: table
}

.chat-item:after {
	clear: both
}

.chat-item .arrow {
	top: 20px
}

	.chat-item .arrow.right:after {
		border-left-color: #f2f4f8
	}

.chat-item .chat-body {
	position: relative;
	margin-left: 45px;
	min-height: 30px
}

	.chat-item .chat-body .panel {
		margin: 0 -1px
	}

.chat-item.right .chat-body {
	margin-left: 0;
	margin-right: 45px
}

.chat-item + .chat-item {
	margin-top: 15px
}

.comment-list {
	position: relative
}

	.comment-list .comment-item {
		margin-top: 0;
		position: relative
	}

		.comment-list .comment-item > .thumb-sm {
			width: 36px
		}

		.comment-list .comment-item .arrow.left {
			top: 20px;
			left: 39px
		}

		.comment-list .comment-item .comment-body {
			margin-left: 46px
		}

		.comment-list .comment-item .panel-body {
			padding: 10px 15px
		}

		.comment-list .comment-item .panel-footer,
		.comment-list .comment-item .panel-heading {
			position: relative;
			font-size: 12px;
			background-color: #fff
		}

	.comment-list .comment-reply {
		margin-left: 46px
	}

	.comment-list:before {
		position: absolute;
		top: 0;
		bottom: 35px;
		left: 18px;
		width: 1px;
		background: #e0e4e8;
		content: ''
	}

.timeline {
	display: table;
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	position: relative;
	border-collapse: collapse
}

	.timeline:before {
		content: "";
		width: 1px;
		margin-left: -1px;
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 30px;
		background-color: #ddd;
		z-index: 0
	}

	.timeline .timeline-date {
		position: absolute;
		width: 150px;
		left: -200px;
		top: 50%;
		margin-top: -9px;
		text-align: right
	}

	.timeline .timeline-icon {
		position: absolute;
		left: -41px;
		top: -2px;
		top: 50%;
		margin-top: -15px
	}

	.timeline .time-icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: inline-block !important;
		z-index: 10;
		border-radius: 20px;
		text-align: center
	}

		.timeline .time-icon:before {
			font-size: 14px;
			margin-top: 5px
		}

.timeline-item {
	display: table-row
}

	.timeline-item.alt:after,
	.timeline-item:before {
		content: "";
		display: block;
		width: 50%
	}

	.timeline-item.alt {
		text-align: right
	}

		.timeline-item.alt:before {
			display: none
		}

		.timeline-item.alt .panel {
			margin-right: 25px;
			margin-left: 0
		}

		.timeline-item.alt .timeline-date {
			left: auto;
			right: -200px;
			text-align: left
		}

		.timeline-item.alt .timeline-icon {
			left: auto;
			right: -41px
		}

	.timeline-item.active {
		display: table-caption;
		text-align: center
	}

		.timeline-item.active:before {
			width: 1%
		}

		.timeline-item.active .timeline-caption {
			display: inline-block;
			width: auto
		}

			.timeline-item.active .timeline-caption h5 span {
				color: #fff
			}

		.timeline-item.active .panel {
			margin-left: 0
		}

		.timeline-item.active .timeline-date,
		.timeline-item.active .timeline-icon {
			position: static;
			margin-bottom: 10px;
			display: inline-block;
			width: auto
		}

.timeline-caption {
	display: table-cell;
	vertical-align: top;
	width: 50%
}

	.timeline-caption .panel {
		margin-left: 25px;
		position: relative;
		text-align: left
	}

	.timeline-caption h5 {
		margin: 0
	}

		.timeline-caption h5 span {
			display: block;
			color: #999;
			margin-bottom: 4px;
			font-size: 12px
		}

	.timeline-caption p {
		font-size: 12px;
		margin-bottom: 0;
		margin-top: 10px
	}

.timeline-footer {
	display: table-row
}

	.timeline-footer a {
		display: table-cell;
		text-align: right
	}

	.timeline-footer .time-icon {
		margin-right: -15px;
		z-index: 5
	}

.post-item {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	margin-bottom: 15px
}

	.post-item .post-title {
		margin-top: 0
	}

	.post-item .post-media {
		text-align: center
	}

		.post-item .post-media img {
			border-radius: 3px 3px 0 0
		}

.switch {
	cursor: pointer;
	position: relative
}

	.switch input {
		position: absolute;
		opacity: 0;
		filter: alpha(opacity=0)
	}

		.switch input:checked + span {
			background-color: #247d4a
		}

			.switch input:checked + span:after {
				left: 31px
			}

	.switch span {
		position: relative;
		width: 60px;
		height: 30px;
		border-radius: 30px;
		background-color: #fff;
		border: 1px solid #eee;
		border-color: rgba(0, 0, 0, .1);
		display: inline-block;
		transition: background-color .2s
	}

		.switch span:after {
			content: "";
			position: absolute;
			background-color: #fff;
			width: 26px;
			top: 1px;
			bottom: 1px;
			border-radius: 30px;
			box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
			transition: left .2s
		}

.nav-docs > ul > li > a {
	padding-top: 5px !important;
	padding-bottom: 5px !important
}

.dropfile {
	text-align: center;
	min-height: 20px;
	border: 2px dashed #e0e4e8;
	border-radius: 4px
}

	.dropfile.hover {
		border-color: #aac3cc
	}

	.dropfile small {
		margin: 50px 0;
		display: block
	}

.tab-error,
.tab-error i {
	color: #c33b3b !important
}

.tabs-left,
.tabs-right {
	border-bottom: none;
	padding-top: 2px
}

	.tabs-left > li,
	.tabs-right > li {
		float: none;
		margin-bottom: 2px
	}

.tabs-left {
	border-right: 1px solid #ddd
}

	.tabs-left > li {
		margin-right: -1px
	}

		.tabs-left > li.active > a,
		.tabs-left > li.active > a:focus,
		.tabs-left > li.active > a:hover {
			border-bottom-color: #ddd;
			border-right-color: transparent
		}

		.tabs-left > li > a {
			border-radius: 4px 0 0 4px;
			margin-right: 0;
			display: block
		}

.tabs-right {
	border-left: 1px solid #ddd
}

	.tabs-right > li {
		margin-left: -1px
	}

		.tabs-right > li.active > a,
		.tabs-right > li.active > a:focus,
		.tabs-right > li.active > a:hover {
			border-bottom: 1px solid #ddd;
			border-left-color: transparent
		}

		.tabs-right > li > a {
			border-radius: 0 4px 4px 0;
			margin-right: 0
		}

.portlet {
	min-height: 30px
}

.jqstooltip {
	box-sizing: content-box
}

.easypiechart {
	position: relative;
	text-align: center
}

	.easypiechart > div {
		position: relative;
		z-index: 1
	}

		.easypiechart > div .text {
			position: absolute;
			width: 100%;
			top: 60%;
			line-height: 1
		}

		.easypiechart > div img {
			margin-top: -4px
		}

	.easypiechart canvas {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0
	}

.flot-legend .legend > div {
	display: none
}

.flot-legend .legend .legendColorBox > div {
	border: none !important;
	margin: 5px
}

	.flot-legend .legend .legendColorBox > div > div {
		border-radius: 10px
	}

.list-icon i {
	font-size: 14px;
	width: 40px;
	vertical-align: middle;
	margin: 0;
	display: inline-block;
	text-align: center;
	transition: font-size .2s
}

.list-icon div {
	line-height: 40px;
	white-space: nowrap
}

	.list-icon div:hover i {
		font-size: 26px
	}

.note-editor,
.note-editor .note-toolbar {
	border-color: #ccc
}

	.note-editor .note-toolbar.btn-toolbar {
		margin-left: 0
	}

	.note-editor .note-statusbar .note-resizebar {
		border-color: #ccc
	}

.th-sortable {
	cursor: pointer
}

	.th-sortable .th-sort {
		float: right;
		position: relative
	}

	.th-sortable.active .text-inactive {
		display: none !important
	}

	.th-sortable.active .text-active {
		display: inline-block !important
	}

.th-sort i {
	position: relative;
	z-index: 1
}

.th-sort .fa-sort {
	position: absolute;
	left: 0;
	top: 3px;
	color: #bac3cc;
	z-index: 0
}

.sortable-placeholder {
	list-style: none;
	border: 1px dashed #CCC;
	min-height: 50px;
	margin-bottom: 5px
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px
}

.nestable .dd-handle,
.sortable .list-group-item {
	cursor: pointer
}

.parsley-errors-list {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	display: none
}

	.parsley-errors-list.filled {
		display: block
	}

.checkbox .parsley-errors-list,
.checkbox-inline .parsley-errors-list {
	margin-left: -20px
}

.parsley-error,
.parsley-error i,
.parsley-error span {
	border-color: #ff5f5f !important
}

.datepicker td.active,
.datepicker td.active.active,
.datepicker td.active:hover,
.datepicker td.active:hover.active {
	background: #00552b
}

#flotTip {
	padding: 3px 5px;
	background-color: #000;
	z-index: 100;
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	border-radius: 4px
}

.calendar a {
	text-decoration: none;
	cursor: pointer
}

.calendar td {
	text-align: center;
	border: none !important;
	padding: 0 !important
}

.calendar .header td.year {
	width: 72%
}

.calendar .header i {
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
	cursor: pointer
}

.calendar .prev_month {
	float: left
}

.calendar .next_month {
	float: right
}

.calendar .year {
	text-align: center;
	font-weight: 400
}

.calendar .week_days {
	font-weight: 400
}

.calendar .table {
	margin: 0
}

	.calendar .table td {
		position: relative;
		padding: 0;
		border: none
	}

		.calendar .table td.event a {
			border: 1px solid rgba(255, 255, 255, .2);
			background-color: rgba(0, 0, 0, .05);
			border-radius: 30px
		}

			.calendar .table td.event a:focus,
			.calendar .table td.event a:hover {
				background-color: rgba(0, 0, 0, .15)
			}

		.calendar .table td a {
			display: inline-block;
			width: 30px;
			height: 30px;
			line-height: 27px
		}

		.calendar .table td span {
			width: 4px;
			height: 4px;
			border-radius: 10px;
			display: inline-block;
			position: absolute;
			left: 50%;
			margin-left: -2px;
			bottom: 4px
		}

.calendar .popover,
.calendar .popover a {
	color: #666 !important
}

	.calendar .popover .popover-title {
		white-space: nowrap
	}

.noborder,
.noborder .calendar,
.noborder .calendar * {
	border: none !important
}

.dropdown-menu .calendar td a {
	padding: 0
}

.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

	.slider.slider-horizontal {
		width: 210px;
		height: 20px
	}

		.slider.slider-horizontal .slider-track {
			height: 4px;
			width: 100%;
			margin-top: -2px;
			top: 50%;
			left: 0
		}

		.slider.slider-horizontal .slider-selection {
			height: 100%;
			top: 0;
			bottom: 0
		}

		.slider.slider-horizontal .slider-handle {
			margin-left: -10px;
			margin-top: -10px
		}

			.slider.slider-horizontal .slider-handle.triangle {
				border-color: transparent transparent #247d4a;
				box-shadow: none;
				border-width: 0 10px 10px;
				width: 0;
				height: 0;
				margin-top: 0
			}

	.slider.slider-vertical {
		height: 210px;
		width: 20px
	}

		.slider.slider-vertical .slider-track {
			width: 4px;
			height: 100%;
			margin-left: -2px;
			left: 50%;
			top: 0
		}

		.slider.slider-vertical .slider-selection {
			width: 100%;
			left: 0;
			top: 0;
			bottom: 0
		}

		.slider.slider-vertical .slider-handle {
			margin-left: -10px;
			margin-top: -10px
		}

			.slider.slider-vertical .slider-handle.triangle {
				border-width: 10px 0 10px 10px;
				width: 1px;
				height: 1px;
				border-left-color: #fff;
				margin-left: 0
			}

	.slider input {
		display: none
	}

	.slider .tooltip-inner {
		white-space: nowrap
	}

.slider-track {
	position: absolute;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px
}

.slider-selection {
	position: absolute;
	background-color: #00aeef;
	border: 1px solid #00aeef;
	border-radius: 5px
}

.slider-handle {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-color: rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .15)
}

	.slider-handle.round {
		border-radius: 20px
	}

	.slider-handle.triangle {
		background: 0 0
	}

.rvfs-1 h2,
.rvfs-1 h3,
.rvfs-1 h4,
.rvfs-1 h5,
.rvfs-1 h6,
.rvfs-1 label,
.rvfs-1 li,
.rvfs-1 p {
	font-size: .7em
}

.rvfs-2 h2,
.rvfs-2 h3,
.rvfs-2 h4,
.rvfs-2 h5,
.rvfs-2 h6,
.rvfs-2 label,
.rvfs-2 li,
.rvfs-2 p {
	font-size: .8em
}

.rvfs-3 h2,
.rvfs-3 h3,
.rvfs-3 h4,
.rvfs-3 h5,
.rvfs-3 h6,
.rvfs-3 label,
.rvfs-3 li,
.rvfs-3 p {
	font-size: .9em
}

.rvfs-5 h2,
.rvfs-5 h3,
.rvfs-5 h4,
.rvfs-5 h5,
.rvfs-5 h6,
.rvfs-5 label,
.rvfs-5 li,
.rvfs-5 p {
	font-size: 1.2em
}

.rvfs-6 h2,
.rvfs-6 h3,
.rvfs-6 h4,
.rvfs-6 h5,
.rvfs-6 h6,
.rvfs-6 label,
.rvfs-6 li,
.rvfs-6 p {
	font-size: 1.3em
}

.rvfs-7 h2,
.rvfs-7 h3,
.rvfs-7 h4,
.rvfs-7 h5,
.rvfs-7 h6,
.rvfs-7 label,
.rvfs-7 li,
.rvfs-7 p {
	font-size: 1.4em
}

.chosen-container {
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

	.chosen-container .chosen-drop {
		position: absolute;
		top: 100%;
		left: -9999px;
		box-sizing: border-box;
		background: #fff;
		width: 100%;
		border: 1px solid #66afe9;
		border-top: 0;
		z-index: 1010
	}

	.chosen-container.chosen-with-drop .chosen-drop {
		left: 0
	}

	.chosen-container a {
		cursor: pointer
	}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 6px 16px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	background-clip: padding-box;
	color: #555;
	text-decoration: none;
	white-space: nowrap
}

	.chosen-container-single .chosen-single span {
		display: block;
		overflow: hidden;
		margin-right: 26px;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.chosen-container-single .chosen-single abbr {
		position: absolute;
		top: 6px;
		right: 26px;
		display: block;
		width: 12px;
		height: 12px;
		background: url(../images/vendor/chosen-sprite.png) -42px 1px no-repeat;
		font-size: 1px
	}

		.chosen-container-single .chosen-single abbr:focus,
		.chosen-container-single .chosen-single abbr:hover {
			background-position: -42px -10px
		}

	.chosen-container-single .chosen-single div {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 18px;
		height: 100%
	}

		.chosen-container-single .chosen-single div b {
			display: block;
			width: 100%;
			height: 100%;
			background: url(../images/vendor/chosen-sprite.png) 0 7px no-repeat
		}

.chosen-container-single .chosen-default {
	color: #999
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}

	.chosen-container-single .chosen-search input[type=text] {
		box-sizing: border-box;
		margin: 1px 0;
		padding: 4px 20px 4px 5px;
		width: 100%;
		height: auto;
		outline: 0;
		border: 1px solid #ccc;
		background: url(../images/vendor/chosen-sprite.png) 100% -20px no-repeat;
		font-size: 1em;
		line-height: normal;
		border-radius: 0
	}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px
}

.chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}

	.chosen-container .chosen-results li {
		display: none;
		margin: 0;
		padding: 5px 6px;
		list-style: none;
		line-height: 15px;
		-webkit-touch-callout: none
	}

		.chosen-container .chosen-results li.active-result {
			display: list-item;
			cursor: pointer
		}

		.chosen-container .chosen-results li.disabled-result {
			display: list-item;
			color: #ccc;
			cursor: default
		}

		.chosen-container .chosen-results li.highlighted {
			background-color: #999;
			color: #fff
		}

		.chosen-container .chosen-results li.no-results {
			display: list-item;
			background: #f4f4f4
		}

		.chosen-container .chosen-results li.group-result {
			display: list-item;
			font-weight: 700;
			cursor: default
		}

		.chosen-container .chosen-results li.group-option {
			padding-left: 15px
		}

		.chosen-container .chosen-results li em {
			font-style: normal;
			text-decoration: underline
		}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 11px;
	width: 100%;
	height: auto !important;
	height: 1%;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	cursor: text;
	min-height: 35px
}

	.chosen-container-multi .chosen-choices li {
		float: left;
		list-style: none
	}

		.chosen-container-multi .chosen-choices li.search-field {
			margin: 0;
			padding: 0;
			white-space: nowrap
		}

			.chosen-container-multi .chosen-choices li.search-field input[type=text] {
				padding: 2px 5px;
				height: 22px;
				outline: 0;
				border: 0 !important;
				background: 0 0 !important;
				color: #555;
				line-height: normal;
				border-radius: 0
			}

			.chosen-container-multi .chosen-choices li.search-field .default {
				color: #999
			}

		.chosen-container-multi .chosen-choices li.search-choice {
			position: relative;
			margin: 2px 0 2px 5px;
			padding: 3px 20px 3px 5px;
			border: 1px solid #eee;
			border-radius: 3px;
			background-color: #f5f5f5;
			background-clip: padding-box;
			line-height: 13px;
			cursor: default
		}

			.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
				position: absolute;
				top: 4px;
				right: 3px;
				display: block;
				width: 12px;
				height: 12px;
				background: url(../images/vendor/chosen-sprite.png) -42px 1px no-repeat;
				font-size: 1px
			}

				.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
					background-position: -42px -10px
				}

		.chosen-container-multi .chosen-choices li.search-choice-disabled {
			padding-right: 5px;
			border: 1px solid #ccc;
			background-color: #e4e4e4;
			color: #666
		}

		.chosen-container-multi .chosen-choices li.search-choice-focus {
			background: #d4d4d4
		}

			.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
				background-position: -42px -10px
			}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container-active .chosen-single {
	border: 1px solid #66afe9
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #66afe9;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

	.chosen-container-active.chosen-with-drop .chosen-single div {
		border-left: none;
		background: 0 0
	}

		.chosen-container-active.chosen-with-drop .chosen-single div b {
			background-position: -18px 7px
		}

.chosen-container-active .chosen-choices {
	border: 1px solid #66afe9
}

	.chosen-container-active .chosen-choices li.search-field input[type=text] {
		color: #111 !important
	}

.chosen-disabled {
	opacity: .5 !important;
	cursor: default
}

	.chosen-disabled .chosen-choices .search-choice .search-choice-close,
	.chosen-disabled .chosen-single {
		cursor: default
	}

.chosen-rtl {
	text-align: right
}

	.chosen-rtl .chosen-single {
		overflow: visible;
		padding: 0 8px 0 0
	}

		.chosen-rtl .chosen-single span {
			margin-right: 0;
			margin-left: 26px;
			direction: rtl
		}

		.chosen-rtl .chosen-single div {
			right: auto;
			left: 3px
		}

		.chosen-rtl .chosen-single abbr {
			right: auto;
			left: 26px
		}

	.chosen-rtl .chosen-single-with-deselect span {
		margin-left: 38px
	}

	.chosen-rtl .chosen-choices li {
		float: right
	}

		.chosen-rtl .chosen-choices li.search-field input[type=text] {
			direction: rtl
		}

		.chosen-rtl .chosen-choices li.search-choice {
			margin: 3px 5px 3px 0;
			padding: 3px 5px 3px 19px
		}

			.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
				right: auto;
				left: 4px
			}

	.chosen-rtl .chosen-drop,
	.chosen-rtl.chosen-container-single-nosearch .chosen-search {
		left: 9999px
	}

	.chosen-rtl.chosen-container-single .chosen-results {
		margin: 0 0 4px 4px;
		padding: 0 4px 0 0
	}

	.chosen-rtl.chosen-container-single .chosen-single div b {
		background-position: 6px 2px
	}

	.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
		background-position: -12px 2px
	}

	.chosen-rtl .chosen-results li.group-option {
		padding-right: 15px;
		padding-left: 0
	}

	.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
		border-right: none
	}

	.chosen-rtl .chosen-search input[type=text] {
		padding: 4px 5px 4px 20px;
		background: url(../images/vendor/chosen-sprite.png) -30px -20px no-repeat;
		direction: rtl
	}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi) {
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span,
	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container-single .chosen-search input[type=text],
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-rtl .chosen-search input[type=text] {
		background-image: url(../images/vendor/chosen-sprite@2x.png) !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}
}

.toast-title {
	font-weight: 700
}

.toast-message {
	word-wrap: break-word
}

.toast-close-button {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

	.toast-close-button:focus,
	.toast-close-button:hover {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: .5
	}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.toast-top-full-width {
	width: 100%;
	top: 0;
	right: 0
}

.toast-bottom-full-width {
	width: 100%;
	right: 0;
	bottom: 0
}

.toast-top-left {
	top: 85px;
	left: 15px
}

.toast-top-right {
	top: 85px;
	right: 15px
}

.toast-bottom-right {
	right: 15px;
	bottom: 15px
}

.toast-bottom-left {
	bottom: 15px;
	left: 15px
}

#toast-container {
	position: fixed;
	z-index: 9999
}

	#toast-container > div {
		width: 300px
	}

	#toast-container > :hover {
		cursor: pointer
	}

	#toast-container > .toast {
		background-image: none !important
	}

		#toast-container > .toast:before {
			position: fixed;
			margin: auto .5em auto -1.5em;
			padding-right: .5em;
			float: left;
			font-family: FontAwesome;
			font-size: 24px;
			line-height: 20px
		}

	#toast-container > .toast-warning:before {
		content: "\f06a"
	}

	#toast-container > .toast-error:before {
		content: "\f071"
	}

	#toast-container > .toast-info:before {
		content: "\f05a"
	}

	#toast-container > .toast-success:before {
		content: "\f00c"
	}

	#toast-container.toast-bottom-full-width > div,
	#toast-container.toast-top-full-width > div {
		width: 96%;
		margin: auto
	}

.toast {
	margin-bottom: 15px;
	padding: 15px 15px 15px 50px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 13px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset
}

.toast-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

	.toast-success hr {
		border-top-color: #c9e2b3
	}

	.toast-success .alert-link {
		color: #2b542c
	}

.toast-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

	.toast-info hr {
		border-top-color: #a6e1ec
	}

	.toast-info .alert-link {
		color: #245269
	}

.toast-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

	.toast-warning hr {
		border-top-color: #f7e1b5
	}

	.toast-warning .alert-link {
		color: #66512c
	}

.toast-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

	.toast-error hr {
		border-top-color: #e4b9c0
	}

	.toast-error .alert-link {
		color: #843534
	}

@media all and (max-width:240px) {
	#toast-container > div {
		width: 11em;
		padding: 8px 8px 8px 50px
	}

	#toast-container .toast-close-button {
		top: -.2em;
		right: -.2em
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	#toast-container > div {
		width: 18em;
		padding: 8px 8px 8px 50px
	}

	#toast-container .toast-close-button {
		top: -.2em;
		right: -.2em
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	#toast-container > div {
		width: 25em;
		padding: 15px 15px 15px 50px
	}
}

.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 600px;
	list-style: none;
	font-size: 13px;
	line-height: 20px
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}

	.dd-list .dd-list {
		padding-left: 30px
	}

.dd-collapsed .dd-list {
	display: none
}

.dd-empty,
.dd-item,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px
}

.dd-handle {
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 3px
}

	.dd-handle:hover {
		background: #fff
	}

.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 30px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: 0 0;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: 700
}

	.dd-item > button:before {
		content: '+';
		display: block;
		position: absolute;
		width: 100%;
		text-align: center;
		text-indent: 0
	}

	.dd-item > button[data-action=collapse]:before {
		content: '-'
	}

.dd-empty,
.dd-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999
}

	.dd-dragel > .dd-item .dd-handle {
		margin-top: 0
	}

	.dd-dragel .dd-handle {
		box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
	}

.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd
}

@media only screen and (min-width:700px) {
	.dd + .dd {
		margin-left: 2%
	}
}

.dd-hover > .dd-handle {
	background: #2ea8e5 !important
}

.dd3-content {
	display: block;
	margin: 5px 0;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 3px
}

.dd-dragel > .dd3-item > .dd3-content {
	margin: 0
}

.dd3-item > button {
	margin-left: 40px
}

.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 42px;
	height: 42px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #ebebeb;
	background: #fff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

	.dd3-handle i {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		line-height: 42px;
		text-align: center;
		text-indent: 0;
		color: #ccc
	}

	.dd3-handle:hover {
		background: #f7f7f7
	}

.bg-gradient {
	background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .05) 100%);
	background-repeat: repeat-x;
	-webkit-filter: none;
	filter: none
}

.bg-light {
	background-color: #f2f4f8;
	color: #333
}

	.bg-light .lt,
	.bg-light.lt {
		background-color: #edf0f6
	}

	.bg-light .lter,
	.bg-light.lter {
		background-color: #e7ebf4
	}

	.bg-light .dk,
	.bg-light.dk {
		background-color: #e9edf4
	}

	.bg-light .dker,
	.bg-light.dker {
		background-color: #e0e6f0
	}

	.bg-light .bg,
	.bg-light.bg {
		background-color: #f2f4f8
	}

.bg-dark {
	background-color: #231f20;
	color: #8e8083
}

	.bg-dark .lt,
	.bg-dark.lt {
		background-color: #161313
	}

	.bg-dark .lter,
	.bg-dark.lter {
		background-color: #080707
	}

	.bg-dark .dk,
	.bg-dark.dk {
		background-color: #161313
	}

	.bg-dark .dker,
	.bg-dark.dker {
		background-color: #080707
	}

	.bg-dark .bg,
	.bg-dark.bg {
		background-color: #231f20
	}

	.bg-dark a {
		color: #a69b9e
	}

		.bg-dark a:focus,
		.bg-dark a:hover {
			color: #fff
		}

		.bg-dark a.list-group-item:focus,
		.bg-dark a.list-group-item:hover {
			background-color: inherit
		}

	.bg-dark .nav > li.active > a,
	.bg-dark .nav > li:active > a,
	.bg-dark .nav > li:focus > a,
	.bg-dark .nav > li:hover > a {
		color: #fff;
		background-color: #0f0d0d
	}

	.bg-dark .nav > li > a {
		color: #a69b9e
	}

		.bg-dark .nav > li > a:focus,
		.bg-dark .nav > li > a:hover {
			background-color: #161313
		}

	.bg-dark .nav .open > a {
		background-color: #0f0d0d
	}

	.bg-dark .caret {
		border-top-color: #8e8083;
		border-bottom-color: #8e8083
	}

	.bg-dark.navbar .nav > li.active > a {
		color: #fff;
		background-color: #161313
	}

	.bg-dark .open > a,
	.bg-dark .open > a:focus,
	.bg-dark .open > a:hover {
		color: #fff
	}

	.bg-dark .text-muted {
		color: #74676a !important
	}

	.bg-dark .text-lt {
		color: #cac3c5 !important
	}

	.bg-dark .icon-muted {
		color: #74676a !important
	}

	.bg-dark .auto .list-group-item,
	.bg-dark.auto .list-group-item {
		border-color: #2b2627 !important;
		background-color: transparent
	}

		.bg-dark .auto .list-group-item.active,
		.bg-dark .auto .list-group-item:active,
		.bg-dark .auto .list-group-item:focus,
		.bg-dark .auto .list-group-item:hover,
		.bg-dark.auto .list-group-item.active,
		.bg-dark.auto .list-group-item:active,
		.bg-dark.auto .list-group-item:focus,
		.bg-dark.auto .list-group-item:hover {
			background-color: #161313
		}

	.bg-dark .list-rounded li.active a {
		background-color: #fff;
		color: #231f20
	}

	.bg-dark .list-rounded li.active a,
	.bg-dark .list-rounded li:active a,
	.bg-dark .list-rounded li:hover a {
		border-color: #fff
	}

.bg-black {
	background-color: #12131a;
	color: #656b93
}

	.bg-black .lt,
	.bg-black.lt {
		background-color: #07080b
	}

	.bg-black .lter,
	.bg-black.lter {
		background-color: #000
	}

	.bg-black .dk,
	.bg-black.dk {
		background-color: #07080b
	}

	.bg-black .dker,
	.bg-black.dker {
		background-color: #000
	}

	.bg-black .bg,
	.bg-black.bg {
		background-color: #12131a
	}

	.bg-black a {
		color: #8287a9
	}

		.bg-black a:focus,
		.bg-black a:hover {
			color: #fff
		}

		.bg-black a.list-group-item:focus,
		.bg-black a.list-group-item:hover {
			background-color: inherit
		}

	.bg-black .nav > li.active > a,
	.bg-black .nav > li:active > a,
	.bg-black .nav > li:focus > a,
	.bg-black .nav > li:hover > a {
		color: #fff;
		background-color: #020203
	}

	.bg-black .nav > li > a {
		color: #8287a9
	}

		.bg-black .nav > li > a:focus,
		.bg-black .nav > li > a:hover {
			background-color: #07080b
		}

	.bg-black .nav .open > a {
		background-color: #020203
	}

	.bg-black .caret {
		border-top-color: #656b93;
		border-bottom-color: #656b93
	}

	.bg-black.navbar .nav > li.active > a {
		color: #fff;
		background-color: #07080b
	}

	.bg-black .open > a,
	.bg-black .open > a:focus,
	.bg-black .open > a:hover {
		color: #fff
	}

	.bg-black .text-muted {
		color: #515574 !important
	}

	.bg-black .text-lt {
		color: #b0b3c8 !important
	}

	.bg-black .icon-muted {
		color: #515574 !important
	}

	.bg-black .auto .list-group-item,
	.bg-black.auto .list-group-item {
		border-color: #181a23 !important;
		background-color: transparent
	}

		.bg-black .auto .list-group-item.active,
		.bg-black .auto .list-group-item:active,
		.bg-black .auto .list-group-item:focus,
		.bg-black .auto .list-group-item:hover,
		.bg-black.auto .list-group-item.active,
		.bg-black.auto .list-group-item:active,
		.bg-black.auto .list-group-item:focus,
		.bg-black.auto .list-group-item:hover {
			background-color: #07080b
		}

	.bg-black .list-rounded li.active a {
		background-color: #fff;
		color: #12131a
	}

	.bg-black .list-rounded li.active a,
	.bg-black .list-rounded li:active a,
	.bg-black .list-rounded li:hover a {
		border-color: #fff
	}

.bg-primary {
	background-color: #00552b;
	color: #5cd3ff
}

	.bg-primary .lt,
	.bg-primary.lt {
		background-color: #005576
	}

	.bg-primary .lter,
	.bg-primary.lter {
		background-color: #00435c
	}

	.bg-primary .dk,
	.bg-primary.dk {
		background-color: #005576
	}

	.bg-primary .dker,
	.bg-primary.dker {
		background-color: #00435c
	}

	.bg-primary .bg,
	.bg-primary.bg {
		background-color: #00552b
	}

	.bg-primary .bg-primary-ltest {
		background-color: #ecf6fb
	}

	.bg-primary a {
		color: #FC0
	}

		.bg-primary a:focus,
		.bg-primary a:hover {
			color: #fff
		}

		.bg-primary a.list-group-item:focus,
		.bg-primary a.list-group-item:hover {
			background-color: inherit
		}

	.bg-primary .nav > li.active > a,
	.bg-primary .nav > li:active > a,
	.bg-primary .nav > li:focus > a,
	.bg-primary .nav > li:hover > a {
		color: #fff;
		background-color: #00552b
	}

	.bg-primary .nav > li > a {
		color: #FC0
	}

		.bg-primary .nav > li > a:focus,
		.bg-primary .nav > li > a:hover {
			background-color: #00552b
		}

	.bg-primary .nav .open > a {
		background-color: #004c69
	}

	.bg-primary .caret {
		border-top-color: #5cd3ff;
		border-bottom-color: #5cd3ff
	}

	.bg-primary.navbar .nav > li.active > a {
		color: #fff;
		background-color: #005576
	}

	.bg-primary .open > a,
	.bg-primary .open > a:focus,
	.bg-primary .open > a:hover {
		color: #fff
	}

	.bg-primary .text-muted {
		color: #29c5ff !important
	}

	.bg-primary .text-lt {
		color: #dcf5ff !important
	}

	.bg-primary .icon-muted {
		color: #29c5ff !important
	}

	.bg-primary .auto .list-group-item,
	.bg-primary.auto .list-group-item {
		border-color: #00739e !important;
		background-color: transparent
	}

		.bg-primary .auto .list-group-item.active,
		.bg-primary .auto .list-group-item:active,
		.bg-primary .auto .list-group-item:focus,
		.bg-primary .auto .list-group-item:hover,
		.bg-primary.auto .list-group-item.active,
		.bg-primary.auto .list-group-item:active,
		.bg-primary.auto .list-group-item:focus,
		.bg-primary.auto .list-group-item:hover {
			background-color: #005576
		}

	.bg-primary .list-rounded li.active a {
		background-color: #fff;
		color: #00552b
	}

	.bg-primary .list-rounded li.active a,
	.bg-primary .list-rounded li:active a,
	.bg-primary .list-rounded li:hover a {
		border-color: #fff
	}

	.bg-primary .form-control,
	.bg-primary .form-control:focus,
	.bg-primary .i-checks input:checked + i {
		border-color: transparent
	}

		.bg-primary .i-checks input:checked + i:before {
			color: #00435c
		}

	.bg-primary .i-checks input[disabled] + i,
	fieldset[disabled] .bg-primary .i-checks input + i {
		background-color: #43ccff
	}

		.bg-primary .i-checks input[disabled] + i:before,
		fieldset[disabled] .bg-primary .i-checks input + i:before {
			color: transparent
		}

	.bg-primary .i-checks i {
		border-color: transparent
	}

.bg-success {
	background-color: #247d4a;
	color: #8edfb1
}

	.bg-success .lt,
	.bg-success.lt {
		background-color: #1d6b3e
	}

	.bg-success .lter,
	.bg-success.lter {
		background-color: #165832
	}

	.bg-success .dk,
	.bg-success.dk {
		background-color: #1d6b3e
	}

	.bg-success .dker,
	.bg-success.dker {
		background-color: #165832
	}

	.bg-success .bg,
	.bg-success.bg {
		background-color: #247d4a
	}

	.bg-success .bg-success-ltest {
		background-color: #f1ffed
	}

	.bg-success a {
		color: #b6eacc
	}

		.bg-success a:focus,
		.bg-success a:hover {
			color: #fff
		}

		.bg-success a.list-group-item:focus,
		.bg-success a.list-group-item:hover {
			background-color: inherit
		}

	.bg-success .nav > li.active > a,
	.bg-success .nav > li:active > a,
	.bg-success .nav > li:focus > a,
	.bg-success .nav > li:hover > a {
		color: #fff;
		background-color: #1a6138
	}

	.bg-success .nav > li > a {
		color: #b6eacc
	}

		.bg-success .nav > li > a:focus,
		.bg-success .nav > li > a:hover {
			background-color: #1d6b3e
		}

	.bg-success .nav .open > a {
		background-color: #1a6138
	}

	.bg-success .caret {
		border-top-color: #8edfb1;
		border-bottom-color: #8edfb1
	}

	.bg-success.navbar .nav > li.active > a {
		color: #fff;
		background-color: #1d6b3e
	}

	.bg-success .open > a,
	.bg-success .open > a:focus,
	.bg-success .open > a:hover {
		color: #fff
	}

	.bg-success .text-muted {
		color: #67d395 !important
	}

	.bg-success .text-lt {
		color: #f1fbf6 !important
	}

	.bg-success .icon-muted {
		color: #67d395 !important
	}

	.bg-success .auto .list-group-item,
	.bg-success.auto .list-group-item {
		border-color: #278951 !important;
		background-color: transparent
	}

		.bg-success .auto .list-group-item.active,
		.bg-success .auto .list-group-item:active,
		.bg-success .auto .list-group-item:focus,
		.bg-success .auto .list-group-item:hover,
		.bg-success.auto .list-group-item.active,
		.bg-success.auto .list-group-item:active,
		.bg-success.auto .list-group-item:focus,
		.bg-success.auto .list-group-item:hover {
			background-color: #1d6b3e
		}

	.bg-success .list-rounded li.active a {
		background-color: #fff;
		color: #247d4a
	}

	.bg-success .list-rounded li.active a,
	.bg-success .list-rounded li:active a,
	.bg-success .list-rounded li:hover a {
		border-color: #fff
	}

	.bg-success .form-control,
	.bg-success .form-control:focus,
	.bg-success .i-checks input:checked + i {
		border-color: transparent
	}

		.bg-success .i-checks input:checked + i:before {
			color: #195533
		}

	.bg-success .i-checks input[disabled] + i,
	fieldset[disabled] .bg-success .i-checks input + i {
		background-color: #7bd9a3
	}

		.bg-success .i-checks input[disabled] + i:before,
		fieldset[disabled] .bg-success .i-checks input + i:before {
			color: transparent
		}

	.bg-success .i-checks i {
		border-color: transparent
	}

.bg-info {
	background-color: #00aeef;
	color: #bcedff
}

	.bg-info .lt,
	.bg-info.lt {
		background-color: #009bd6
	}

	.bg-info .lter,
	.bg-info.lter {
		background-color: #0089bc
	}

	.bg-info .dk,
	.bg-info.dk {
		background-color: #009bd6
	}

	.bg-info .dker,
	.bg-info.dker {
		background-color: #0089bc
	}

	.bg-info .bg,
	.bg-info.bg {
		background-color: #00aeef
	}

	.bg-info .bg-info-ltest {
		background-color: #ecfcff
	}

	.bg-info a {
		color: #effbff
	}

		.bg-info a:focus,
		.bg-info a:hover {
			color: #fff
		}

		.bg-info a.list-group-item:focus,
		.bg-info a.list-group-item:hover {
			background-color: inherit
		}

	.bg-info .nav > li.active > a,
	.bg-info .nav > li:active > a,
	.bg-info .nav > li:focus > a,
	.bg-info .nav > li:hover > a {
		color: #fff;
		background-color: #0092c9
	}

	.bg-info .nav > li > a {
		color: #effbff
	}

		.bg-info .nav > li > a:focus,
		.bg-info .nav > li > a:hover {
			background-color: #009bd6
		}

	.bg-info .nav .open > a {
		background-color: #0092c9
	}

	.bg-info .caret {
		border-top-color: #bcedff;
		border-bottom-color: #bcedff
	}

	.bg-info.navbar .nav > li.active > a {
		color: #fff;
		background-color: #009bd6
	}

	.bg-info .open > a,
	.bg-info .open > a:focus,
	.bg-info .open > a:hover {
		color: #fff
	}

	.bg-info .text-muted {
		color: #89dfff !important
	}

	.bg-info .text-lt {
		color: #fff !important
	}

	.bg-info .icon-muted {
		color: #89dfff !important
	}

	.bg-info .auto .list-group-item,
	.bg-info.auto .list-group-item {
		border-color: #00b9fe !important;
		background-color: transparent
	}

		.bg-info .auto .list-group-item.active,
		.bg-info .auto .list-group-item:active,
		.bg-info .auto .list-group-item:focus,
		.bg-info .auto .list-group-item:hover,
		.bg-info.auto .list-group-item.active,
		.bg-info.auto .list-group-item:active,
		.bg-info.auto .list-group-item:focus,
		.bg-info.auto .list-group-item:hover {
			background-color: #009bd6
		}

	.bg-info .list-rounded li.active a {
		background-color: #fff;
		color: #00aeef
	}

	.bg-info .list-rounded li.active a,
	.bg-info .list-rounded li:active a,
	.bg-info .list-rounded li:hover a {
		border-color: #fff
	}

	.bg-info .form-control,
	.bg-info .form-control:focus,
	.bg-info .i-checks input:checked + i {
		border-color: transparent
	}

		.bg-info .i-checks input:checked + i:before {
			color: #0089bc
		}

	.bg-info .i-checks input[disabled] + i,
	fieldset[disabled] .bg-info .i-checks input + i {
		background-color: #a3e6ff
	}

		.bg-info .i-checks input[disabled] + i:before,
		fieldset[disabled] .bg-info .i-checks input + i:before {
			color: transparent
		}

	.bg-info .i-checks i {
		border-color: transparent
	}

.bg-warning {
	background-color: #f0ad4e;
	color: #fff
}

	.bg-warning .lt,
	.bg-warning.lt {
		background-color: #f1a334
	}

	.bg-warning .lter,
	.bg-warning.lter {
		background-color: #f29819
	}

	.bg-warning .dk,
	.bg-warning.dk {
		background-color: #f1a334
	}

	.bg-warning .dker,
	.bg-warning.dker {
		background-color: #f29819
	}

	.bg-warning .bg,
	.bg-warning.bg {
		background-color: #f0ad4e
	}

	.bg-warning .bg-warning-ltest {
		background-color: #fffee6
	}

	.bg-warning a,
	.bg-warning a:focus,
	.bg-warning a:hover {
		color: #fff
	}

		.bg-warning a.list-group-item:focus,
		.bg-warning a.list-group-item:hover {
			background-color: inherit
		}

	.bg-warning .nav > li.active > a,
	.bg-warning .nav > li:active > a,
	.bg-warning .nav > li:focus > a,
	.bg-warning .nav > li:hover > a {
		color: #fff;
		background-color: #f09d28
	}

	.bg-warning .nav > li > a {
		color: #fff
	}

		.bg-warning .nav > li > a:focus,
		.bg-warning .nav > li > a:hover {
			background-color: #f1a334
		}

	.bg-warning .nav .open > a {
		background-color: #f09d28
	}

	.bg-warning .caret {
		border-top-color: #fff;
		border-bottom-color: #fff
	}

	.bg-warning.navbar .nav > li.active > a {
		color: #fff;
		background-color: #f1a334
	}

	.bg-warning .open > a,
	.bg-warning .open > a:focus,
	.bg-warning .open > a:hover {
		color: #fff
	}

	.bg-warning .text-muted {
		color: #fbe9d0 !important
	}

	.bg-warning .text-lt {
		color: #fff !important
	}

	.bg-warning .icon-muted {
		color: #fbe9d0 !important
	}

	.bg-warning .auto .list-group-item,
	.bg-warning.auto .list-group-item {
		border-color: #f1b45c !important;
		background-color: transparent
	}

		.bg-warning .auto .list-group-item.active,
		.bg-warning .auto .list-group-item:active,
		.bg-warning .auto .list-group-item:focus,
		.bg-warning .auto .list-group-item:hover,
		.bg-warning.auto .list-group-item.active,
		.bg-warning.auto .list-group-item:active,
		.bg-warning.auto .list-group-item:focus,
		.bg-warning.auto .list-group-item:hover {
			background-color: #f1a334
		}

	.bg-warning .list-rounded li.active a {
		background-color: #fff;
		color: #f0ad4e
	}

	.bg-warning .list-rounded li.active a,
	.bg-warning .list-rounded li:active a,
	.bg-warning .list-rounded li:hover a {
		border-color: #fff
	}

	.bg-warning .form-control,
	.bg-warning .form-control:focus,
	.bg-warning .i-checks input:checked + i {
		border-color: transparent
	}

		.bg-warning .i-checks input:checked + i:before {
			color: #ec971f
		}

	.bg-warning .i-checks input[disabled] + i,
	fieldset[disabled] .bg-warning .i-checks input + i {
		background-color: #fef9f3
	}

		.bg-warning .i-checks input[disabled] + i:before,
		fieldset[disabled] .bg-warning .i-checks input + i:before {
			color: transparent
		}

	.bg-warning .i-checks i {
		border-color: transparent
	}

.bg-danger {
	background-color: #c33b3b;
	color: #f3d7d7
}

	.bg-danger .lt,
	.bg-danger.lt {
		background-color: #b23232
	}

	.bg-danger .lter,
	.bg-danger.lter {
		background-color: #a12a2a
	}

	.bg-danger .dk,
	.bg-danger.dk {
		background-color: #b23232
	}

	.bg-danger .dker,
	.bg-danger.dker {
		background-color: #a12a2a
	}

	.bg-danger .bg,
	.bg-danger.bg {
		background-color: #c33b3b
	}

	.bg-danger .bg-danger-ltest {
		background-color: #fbedec
	}

	.bg-danger a {
		color: #fffefe
	}

		.bg-danger a:focus,
		.bg-danger a:hover {
			color: #fff
		}

		.bg-danger a.list-group-item:focus,
		.bg-danger a.list-group-item:hover {
			background-color: inherit
		}

	.bg-danger .nav > li.active > a,
	.bg-danger .nav > li:active > a,
	.bg-danger .nav > li:focus > a,
	.bg-danger .nav > li:hover > a {
		color: #fff;
		background-color: #a82f2f
	}

	.bg-danger .nav > li > a {
		color: #fffefe
	}

		.bg-danger .nav > li > a:focus,
		.bg-danger .nav > li > a:hover {
			background-color: #b23232
		}

	.bg-danger .nav .open > a {
		background-color: #a82f2f
	}

	.bg-danger .caret {
		border-top-color: #f3d7d7;
		border-bottom-color: #f3d7d7
	}

	.bg-danger.navbar .nav > li.active > a {
		color: #fff;
		background-color: #b23232
	}

	.bg-danger .open > a,
	.bg-danger .open > a:focus,
	.bg-danger .open > a:hover {
		color: #fff
	}

	.bg-danger .text-muted {
		color: #e7b0b0 !important
	}

	.bg-danger .text-lt {
		color: #fff !important
	}

	.bg-danger .icon-muted {
		color: #e7b0b0 !important
	}

	.bg-danger .auto .list-group-item,
	.bg-danger.auto .list-group-item {
		border-color: #c74646 !important;
		background-color: transparent
	}

		.bg-danger .auto .list-group-item.active,
		.bg-danger .auto .list-group-item:active,
		.bg-danger .auto .list-group-item:focus,
		.bg-danger .auto .list-group-item:hover,
		.bg-danger.auto .list-group-item.active,
		.bg-danger.auto .list-group-item:active,
		.bg-danger.auto .list-group-item:focus,
		.bg-danger.auto .list-group-item:hover {
			background-color: #b23232
		}

	.bg-danger .list-rounded li.active a {
		background-color: #fff;
		color: #c33b3b
	}

	.bg-danger .list-rounded li.active a,
	.bg-danger .list-rounded li:active a,
	.bg-danger .list-rounded li:hover a {
		border-color: #fff
	}

	.bg-danger .form-control,
	.bg-danger .form-control:focus,
	.bg-danger .i-checks input:checked + i {
		border-color: transparent
	}

		.bg-danger .i-checks input:checked + i:before {
			color: #9c2f2f
		}

	.bg-danger .i-checks input[disabled] + i,
	fieldset[disabled] .bg-danger .i-checks input + i {
		background-color: #edc4c4
	}

		.bg-danger .i-checks input[disabled] + i:before,
		fieldset[disabled] .bg-danger .i-checks input + i:before {
			color: transparent
		}

	.bg-danger .i-checks i {
		border-color: transparent
	}

.bg-white {
	background-color: #fff;
	color: #333
}

	.bg-white .lt,
	.bg-white.lt {
		background-color: #dad8d8
	}

	.bg-white .lter,
	.bg-white.lter {
		background-color: #cfc9c9
	}

	.bg-white .dk,
	.bg-white.dk {
		background-color: #e6e5e5
	}

	.bg-white .dker,
	.bg-white.dker {
		background-color: #d5d0d0
	}

	.bg-white .bg,
	.bg-white.bg {
		background-color: #fff
	}

	.bg-white a {
		color: #00552b
	}

		.bg-white a:focus,
		.bg-white a:hover {
			color: #00435c
		}

	.bg-white .text-muted {
		color: #777 !important
	}

.bg-white-only {
	background-color: #fff
}

.bg-empty {
	background-color: transparent
}

.text-primary {
	color: #00552b
}

.text-primary-lt {
	color: #007ba9
}

.text-primary-lter {
	color: #008dc2
}

.text-primary-dk {
	color: #005576
}

.text-primary-dker {
	color: #00435c
}

.text-info {
	color: #00aeef
}

.text-info-lt {
	color: #0abcff
}

.text-info-lter {
	color: #23c3ff
}

.text-info-dk {
	color: #009bd6
}

.text-info-dker {
	color: #0089bc
}

.text-success {
	color: #247d4a
}

.text-success-lt {
	color: #2a9156
}

.text-success-lter {
	color: #2fa561
}

.text-success-dk {
	color: #1e693e
}

.text-success-dker {
	color: #195533
}

.text-warning {
	color: #f0ad4e
}

.text-warning-lt {
	color: #f2b866
}

.text-warning-lter {
	color: #f4c37d
}

.text-warning-dk {
	color: #eea236
}

.text-warning-dker {
	color: #ec971f
}

.text-danger {
	color: #c33b3b
}

.text-danger-lt {
	color: #c94e4e
}

.text-danger-lter {
	color: #cf6262
}

.text-danger-dk {
	color: #af3535
}

.text-danger-dker {
	color: #9c2f2f
}

.text-dark {
	color: #231f20
}

.text-dark-lt {
	color: #312b2c
}

.text-dark-lter {
	color: #3e3739
}

.text-dark-dk {
	color: #151314
}

.text-dark-dker {
	color: #080707
}

.text-black {
	color: #000;
	color: rgba(0, 0, 0, .8)
}

.text-white {
	color: #fff;
	color: rgba(255, 255, 255, .8)
}

.text-muted {
	color: #777
}

.panel-example {
	position: relative
}

	.panel-example.open code {
		display: block
	}

	.panel-example.open .caret {
		border-top: none;
		border-bottom: 4px solid
	}

	.panel-example code {
		display: none
	}

	.panel-example .open-code {
		position: absolute;
		right: 10px;
		top: 0;
		line-height: 30px;
		font-size: 11px
	}

.icon-arrow-left,
.icon-arrow-right {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

	.icon-arrow-left:before {
		content: "\f060"
	}

	.icon-arrow-right:before {
		content: "\f061"
	}

.i-fw {
	width: 1.28571em;
	text-align: center
}

.i-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.i-sm {
	font-size: .75em
}

.i-1x {
	font-size: 1em
}

.i-2x {
	font-size: 2em
}

.i-3x {
	font-size: 3em
}

.i-4x {
	font-size: 4em
}

.i-5x {
	font-size: 5em
}

.i-s {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

	.i-s > i {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: inherit
	}

.i-s-2x {
	width: 2em;
	height: 2em;
	font-size: 2em;
	line-height: 2em
}

	.i-s-2x .i-s-base {
		font-size: 2em
	}

.i-s-3x {
	width: 2.5em;
	height: 2.5em;
	font-size: 2.5em;
	line-height: 2.5em
}

	.i-s-3x .i-s-base {
		font-size: 2.5em
	}

.i-s-4x {
	width: 3em;
	height: 3em;
	font-size: 3em;
	line-height: 3em
}

	.i-s-4x .i-s-base {
		font-size: 3em
	}

.i-s-5x {
	width: 3.5em;
	height: 3.5em;
	font-size: 3.5em;
	line-height: 3.5em
}

	.i-s-5x .i-s-base {
		font-size: 3.5em
	}

.i {
	display: inline-block;
	font-family: icon;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.i-move:before {
	content: "\e600"
}

.i-move-vertical:before {
	content: "\e601"
}

.i-resize-enlarge:before {
	content: "\e602"
}

.i-resize-shrink:before {
	content: "\e603"
}

.i-move-horizontal:before {
	content: "\e604"
}

.i-download:before {
	content: "\e605"
}

.i-upload:before {
	content: "\e606"
}

.i-cloud-download:before {
	content: "\e607"
}

.i-cloud-upload:before {
	content: "\e608"
}

.i-circleleft:before {
	content: "\e609"
}

.i-circledown:before {
	content: "\e60a"
}

.i-circleup:before {
	content: "\e60b"
}

.i-circleright:before {
	content: "\e60c"
}

.i-home:before {
	content: "\e60d"
}

.i-download3:before {
	content: "\e60e"
}

.i-pin:before {
	content: "\e60f"
}

.i-pictures:before {
	content: "\e610"
}

.i-share3:before {
	content: "\e611"
}

.i-pencil2:before {
	content: "\e612"
}

.i-mail2:before {
	content: "\e613"
}

.i-support:before {
	content: "\e614"
}

.i-asc:before {
	content: "\e615"
}

.i-dsc:before {
	content: "\e616"
}

.i-ok:before {
	content: "\e617"
}

.i-error:before {
	content: "\e618"
}

.i-expand:before {
	content: "\e619"
}

.i-collapse:before {
	content: "\e61a"
}

.i-screen:before {
	content: "\e61b"
}

.i-phone3:before {
	content: "\e61c"
}

.i-phone-portrait:before {
	content: "\e61d"
}

.i-phone-landscape:before {
	content: "\e61e"
}

.i-tablet:before {
	content: "\e61f"
}

.i-tablet-landscape:before {
	content: "\e620"
}

.i-laptop:before {
	content: "\e621"
}

.i-cube:before {
	content: "\e622"
}

.i-chart:before {
	content: "\e623"
}

.i-graph:before {
	content: "\e624"
}

.i-meter:before {
	content: "\e625"
}

.i-heart2:before {
	content: "\e626"
}

.i-star2:before {
	content: "\e627"
}

.i-stack:before {
	content: "\e628"
}

.i-tv:before {
	content: "\e629"
}

.i-user2:before {
	content: "\e62a"
}

.i-users2:before {
	content: "\e62b"
}

.i-search2:before {
	content: "\e62c"
}

.i-zoom-in2:before {
	content: "\e62d"
}

.i-zoom-out2:before {
	content: "\e62e"
}

.i-slider-v:before {
	content: "\e62f"
}

.i-slider:before {
	content: "\e630"
}

.i-arrow-up-left2:before {
	content: "\e633"
}

.i-arrow-up2:before {
	content: "\e634"
}

.i-arrow-up-right2:before {
	content: "\e635"
}

.i-arrow-right2:before {
	content: "\e636"
}

.i-arrow-down-right2:before {
	content: "\e637"
}

.i-arrow-down-2:before {
	content: "\e638"
}

.i-arrow-down-left-2:before {
	content: "\e639"
}

.i-arrow-left2:before {
	content: "\e63a"
}

.i-file-pdf:before {
	content: "\e63b"
}

.i-file-openoffice:before {
	content: "\e63c"
}

.i-file-word:before {
	content: "\e63d"
}

.i-file-excel:before {
	content: "\e63e"
}

.i-file-zip:before {
	content: "\e63f"
}

.i-file-powerpoint:before {
	content: "\e640"
}

.i-file-xml:before {
	content: "\e641"
}

.i-file-css:before {
	content: "\e642"
}

.i-video:before {
	content: "\e643"
}

.i-settings:before {
	content: "\e644"
}

.i-camera:before {
	content: "\e645"
}

.i-tag:before {
	content: "\e646"
}

.i-location:before {
	content: "\e648"
}

.i-eye2:before {
	content: "\e649"
}

.i-bubble:before {
	content: "\e64a"
}

.i-mail:before {
	content: "\e64b"
}

.i-paperplane:before {
	content: "\e64c"
}

.i-data:before {
	content: "\e64d"
}

.i-t-shirt:before {
	content: "\e64e"
}

.i-lab:before {
	content: "\e64f"
}

.i-calendar:before {
	content: "\e650"
}

.i-earth:before {
	content: "\e651"
}

.i-world:before {
	content: "\e652"
}

.i-vynil:before {
	content: "\e653"
}

.i-gauge:before {
	content: "\e654"
}

.i-statistics:before {
	content: "\e655"
}

.i-arrow-left3:before {
	content: "\e656"
}

.i-arrow-down3:before {
	content: "\e657"
}

.i-arrow-up3:before {
	content: "\e658"
}

.i-arrow-right3:before {
	content: "\e659"
}

.i-arrow-left4:before {
	content: "\e65a"
}

.i-arrow-down4:before {
	content: "\e65b"
}

.i-arrow-up4:before {
	content: "\e65c"
}

.i-arrow-right4:before {
	content: "\e65d"
}

.i-arrow-left5:before {
	content: "\e65e"
}

.i-arrow-down5:before {
	content: "\e65f"
}

.i-arrow-up5:before {
	content: "\e660"
}

.i-arrow-right5:before {
	content: "\e661"
}

.i-search:before {
	content: "\e662"
}

.i-list:before {
	content: "\e663"
}

.i-add-to-list:before {
	content: "\e664"
}

.i-list2:before {
	content: "\e665"
}

.i-play:before {
	content: "\e666"
}

.i-pause:before {
	content: "\e667"
}

.i-stop:before {
	content: "\e668"
}

.i-backward:before {
	content: "\e669"
}

.i-forward:before {
	content: "\e66a"
}

.i-feed:before {
	content: "\e66b"
}

.i-clock2:before {
	content: "\e66d"
}

.i-health:before {
	content: "\e66e"
}

.i-pencil:before {
	content: "\e66f"
}

.i-minus2:before {
	content: "\e670"
}

.i-plus2:before {
	content: "\e671"
}

.i-stats:before {
	content: "\e672"
}

.i-paperclip:before {
	content: "\e673"
}

.i-keyboard:before {
	content: "\e674"
}

.i-mic:before {
	content: "\e675"
}

.i-heart:before {
	content: "\e676"
}

.i-layout3:before {
	content: "\e677"
}

.i-layout2:before {
	content: "\e678"
}

.i-cloud:before {
	content: "\e679"
}

.i-info:before {
	content: "\e67a"
}

.i-question:before {
	content: "\e67b"
}

.i-notification:before {
	content: "\e67c"
}

.i-libreoffice:before {
	content: "\e67d"
}

.i-headphones:before {
	content: "\e67e"
}

.i-copy2:before {
	content: "\e67f"
}

.i-copy3:before {
	content: "\e680"
}

.i-paste:before {
	content: "\e681"
}

.i-spinner:before {
	content: "\e682"
}

.i-plus:before {
	content: "\e683"
}

.i-minus:before {
	content: "\e684"
}

.i-cancel:before {
	content: "\e685"
}

.i-images:before {
	content: "\e686"
}

.i-logout:before {
	content: "\e687"
}

.i-login:before {
	content: "\e688"
}

.i-infinity:before {
	content: "\e689"
}

.i-docs:before {
	content: "\e68a"
}

.i-landscape:before {
	content: "\e68b"
}

.i-portrait:before {
	content: "\e68c"
}

.i-share:before {
	content: "\e68d"
}

.i-youtube:before {
	content: "\e68e"
}

.i-checkmark:before {
	content: "\e68f"
}

.i-notice:before {
	content: "\e690"
}

.i-link:before {
	content: "\e691"
}

.i-link2:before {
	content: "\e692"
}

.i-popup:before {
	content: "\e693"
}

.i-publish:before {
	content: "\e694"
}

.i-browser:before {
	content: "\e695"
}

.i-checkmark2:before {
	content: "\e696"
}

.i-cross2:before {
	content: "\e697"
}

.i-question2:before {
	content: "\e698"
}

.i-info2:before {
	content: "\e699"
}

.i-loop:before {
	content: "\e69a"
}

.i-retweet:before {
	content: "\e69b"
}

.i-arrow:before {
	content: "\e69c"
}

.i-arrow2:before {
	content: "\e69d"
}

.i-shuffle:before {
	content: "\e69e"
}

.i-ccw:before {
	content: "\e69f"
}

.i-cycle:before {
	content: "\e6a0"
}

.i-cw:before {
	content: "\e6a1"
}

.i-switch:before {
	content: "\e6a2"
}

.i-back:before {
	content: "\e6a3"
}

.i-layout:before {
	content: "\e6a4"
}

.i-code:before {
	content: "\e6a5"
}

.i-vcard:before {
	content: "\e6a6"
}

.i-googleplus:before {
	content: "\e6a7"
}

.i-facebook:before {
	content: "\e6a8"
}

.i-twitter:before {
	content: "\e6a9"
}

.i-rss:before {
	content: "\e6aa"
}

.i-signal:before {
	content: "\e6ab"
}

.i-flow-tree:before {
	content: "\e6ac"
}

.i-domain3:before {
	content: "\e6ad"
}

.i-trashcan:before {
	content: "\e6ae"
}

.i-book:before {
	content: "\e6af"
}

.i-bars:before {
	content: "\e6b0"
}

.i-stopwatch:before {
	content: "\e6b1"
}

.i-map2:before {
	content: "\e6b2"
}

.i-checkmark3:before {
	content: "\e6b3"
}

.i-sun:before {
	content: "\e6b4"
}

.i-clip:before {
	content: "\e6b5"
}

.i-study:before {
	content: "\e6b6"
}

.i-music:before {
	content: "\e6b7"
}

.i-params:before {
	content: "\e6b8"
}

.i-stack3:before {
	content: "\e6b9"
}

.i-arrow-down:before {
	content: "\e6ba"
}

.i-arrow-down-left:before {
	content: "\e6bb"
}

.i-arrow-down-right:before {
	content: "\e6bc"
}

.i-arrow-left:before {
	content: "\e6bd"
}

.i-arrow-right:before {
	content: "\e6be"
}

.i-arrow-up-right:before {
	content: "\e6bf"
}

.i-arrow-up:before {
	content: "\e6c0"
}

.i-arrow-up-left:before {
	content: "\e6c1"
}

.i-compass:before {
	content: "\e6c2"
}

.i-users3:before {
	content: "\e6c3"
}

.i-user3:before {
	content: "\e6c4"
}

.i-camera2:before {
	content: "\e6c5"
}

.i-file:before {
	content: "\e6c6"
}

.i-file2:before {
	content: "\e6c7"
}

.i-file-plus:before {
	content: "\e6c8"
}

.i-file-minus:before {
	content: "\e6c9"
}

.i-file-check:before {
	content: "\e6ca"
}

.i-file-remove:before {
	content: "\e6cb"
}

.i-file-copy:before {
	content: "\e6cc"
}

.i-stack2:before {
	content: "\e6cd"
}

.i-folder:before {
	content: "\e6ce"
}

.i-folder-upload:before {
	content: "\e6cf"
}

.i-folder-download:before {
	content: "\e6d0"
}

.i-folder-minus:before {
	content: "\e6d1"
}

.i-folder-plus:before {
	content: "\e6d2"
}

.i-folder2:before {
	content: "\e6d3"
}

.i-folder-open:before {
	content: "\e6d4"
}

.i-tag2:before {
	content: "\e6d5"
}

.i-cart:before {
	content: "\e6d6"
}

.i-phone:before {
	content: "\e6d7"
}

.i-phone2:before {
	content: "\e6d8"
}

.i-local:before {
	content: "\e6d9"
}

.i-alarm:before {
	content: "\e6da"
}

.i-clock:before {
	content: "\e6db"
}

.i-history:before {
	content: "\e6dc"
}

.i-stopclock:before {
	content: "\e6dd"
}

.i-rotate:before {
	content: "\e6de"
}

.i-rotate2:before {
	content: "\e6df"
}

.i-redo:before {
	content: "\e6e0"
}

.i-undo:before {
	content: "\e6e1"
}

.i-chat2:before {
	content: "\e6e2"
}

.i-chat3:before {
	content: "\e6e3"
}

.i-chat:before {
	content: "\e6e4"
}

.i-data2:before {
	content: "\e6e5"
}

.i-spin:before {
	content: "\e6e6"
}

.i-health2:before {
	content: "\e6e7"
}

.i-cog2:before {
	content: "\e6e8"
}

.i-bulb:before {
	content: "\e6e9"
}

.i-rating:before {
	content: "\e6ea"
}

.i-rating2:before {
	content: "\e6eb"
}

.i-rating3:before {
	content: "\e6ec"
}

.i-grid:before {
	content: "\e6ed"
}

.i-grid2:before {
	content: "\e6ee"
}

.i-grid3:before {
	content: "\e6ef"
}

.i-ellipsis:before {
	content: "\e6f0"
}

.i-dot:before {
	content: "\e6f1"
}

.i-dots:before {
	content: "\e6f2"
}

.i-bar:before {
	content: "\e6f3"
}

.i-bar2:before {
	content: "\e6f4"
}

.i-bars3:before {
	content: "\e6f5"
}

.i-menu:before {
	content: "\e6f6"
}

.i-menu2:before {
	content: "\e6f7"
}

.i-download2:before {
	content: "\e6f8"
}

.i-upload2:before {
	content: "\e6f9"
}

.i-eye:before {
	content: "\e6fa"
}

.i-eye-slash:before {
	content: "\e6fb"
}

.i-bookmark:before {
	content: "\e6fc"
}

.i-up:before {
	content: "\e6fd"
}

.i-right:before {
	content: "\e6fe"
}

.i-down:before {
	content: "\e6ff"
}

.i-left:before {
	content: "\e700"
}

.i-check:before {
	content: "\e701"
}

.i-checked:before {
	content: "\e702"
}

.i-popout:before {
	content: "\e703"
}

.i-newtab:before {
	content: "\e704"
}

.i-map:before {
	content: "\e705"
}

.i-layer:before {
	content: "\e706"
}

.i-layer2:before {
	content: "\e707"
}

.i-like:before {
	content: "\e708"
}

.i-dislike:before {
	content: "\e709"
}

.i-football:before {
	content: "\e70a"
}

.i-hexagon-o:before {
	content: "\e70b"
}

.i-hexagon:before {
	content: "\e70c"
}

.i-hexagon2-o:before {
	content: "\e70d"
}

.i-hexagon2:before {
	content: "\e70e"
}

.i-circle:before {
	content: "\e70f"
}

.i-circle-o:before {
	content: "\e711"
}

.i-circle-sm:before {
	content: "\e710"
}

.i-circle-sm-o:before {
	content: "\e712"
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/opensans/opensans-light.woff) format("woff")
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans/opensans.woff) format("woff")
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(../fonts/opensans/opensans-semibold.woff) format("woff")
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/opensans/opensans-bold.woff) format("woff")
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local("Open Sans Italic"), local("OpenSans-Italic"), url(../fonts/opensans/opensans-italic.woff) format("woff")
}

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

.footer,
.header {
	min-height: 50px;
	padding: 0 15px
}

	.footer > p,
	.header > p {
		margin-top: 15px;
		display: inline-block
	}

	.footer > .btn,
	.footer > .btn-group,
	.footer > .btn-toolbar,
	.header > .btn,
	.header > .btn-group,
	.header > .btn-toolbar {
		margin-top: 10px
	}

	.btn-group-lg.footer > .btn,
	.btn-group-lg.header > .btn,
	.footer > .btn-lg,
	.header > .btn-lg {
		margin-top: 0
	}

	.footer .nav-tabs,
	.header .nav-tabs {
		border: none;
		margin-left: -15px;
		margin-right: -15px
	}

		.footer .nav-tabs > li a,
		.header .nav-tabs > li a {
			border: none !important;
			border-radius: 0;
			padding-top: 15px;
			padding-bottom: 15px;
			line-height: 20px
		}

			.footer .nav-tabs > li a:focus,
			.footer .nav-tabs > li a:hover,
			.header .nav-tabs > li a:focus,
			.header .nav-tabs > li a:hover {
				background-color: transparent
			}

		.footer .nav-tabs > li.active a,
		.header .nav-tabs > li.active a {
			color: #333
		}

			.footer .nav-tabs > li.active a,
			.footer .nav-tabs > li.active a:focus,
			.footer .nav-tabs > li.active a:hover,
			.header .nav-tabs > li.active a,
			.header .nav-tabs > li.active a:focus,
			.header .nav-tabs > li.active a:hover {
				background-color: #f2f4f8
			}

		.footer .nav-tabs.nav-white > li.active a,
		.footer .nav-tabs.nav-white > li.active a:focus,
		.footer .nav-tabs.nav-white > li.active a:hover,
		.header .nav-tabs.nav-white > li.active a,
		.header .nav-tabs.nav-white > li.active a:focus,
		.header .nav-tabs.nav-white > li.active a:hover {
			background-color: #fff
		}

	.footer.navbar,
	.header.navbar {
		border-radius: 0;
		border: none;
		margin-bottom: 0;
		padding: 0;
		position: relative;
		z-index: 100
	}

body.container {
	padding: 0
}

.browsehappy {
	background-color: #f0ad4e;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0;
	display: block
}

	.browsehappy a {
		color: #fff;
		text-decoration: underline
	}

.loading {
	background-color: #247d4a;
	background-color: rgba(36, 125, 74, .7);
	color: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .4s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 100
}

	.loading.active {
		opacity: 1;
		filter: alpha(opacity=1);
		visibility: visible
	}

	.loading .message {
		position: absolute;
		top: 50%;
		width: 100%;
		margin-top: -100px
	}

.panel-tools {
	position: absolute;
	top: 95px;
	right: 0;
	font-size: 11px;
	color: #fff;
	z-index: 9999
}

	.panel-tools.active .panel-options {
		display: block
	}

	.panel-tools ul {
		margin-bottom: 0
	}

		.panel-tools ul li a {
			display: block;
			line-height: 22px
		}

	.panel-tools a {
		color: #fff !important
	}

		.panel-tools a:focus,
		.panel-tools a:hover {
			color: #999 !important
		}

	.panel-tools .panel-button {
		background-color: #333;
		border: 1px solid #444;
		border-right: none;
		border-radius: 4px 0 0 4px;
		position: absolute;
		top: 0;
		left: -37px
	}

		.panel-tools .panel-button a {
			display: block;
			width: 36px;
			height: 36px;
			text-align: center
		}

			.panel-tools .panel-button a i {
				line-height: 36px
			}

	.panel-tools .panel-options {
		display: none;
		background-color: #444;
		padding: 15px 15px 15px 20px;
		border-radius: 0 0 0 4px;
		border: 1px solid #444;
		border-right: none;
		width: 160px
	}

@media (min-width:768px) {
	body.container {
		box-shadow: 0 3px 60px rgba(0, 0, 0, .3);
		border-left: 1px solid #c4c4c4;
		border-right: 1px solid #c4c4c4
	}

	.app,
	.app body {
		height: 100%;
		overflow-x: hidden
	}

		.app .hbox.stretch {
			height: 100%
		}

		.app .vbox > footer,
		.app .vbox > section {
			position: absolute
		}

		.app .vbox.flex > section > section {
			overflow: auto
		}

	.hbox {
		display: table;
		table-layout: fixed;
		border-spacing: 0;
		width: 100%
	}

		.hbox > aside,
		.hbox > section {
			display: table-cell;
			vertical-align: top;
			height: 100%;
			float: none
		}

			.hbox > aside.hidden-sm,
			.hbox > aside.show,
			.hbox > section.hidden-sm,
			.hbox > section.show {
				display: table-cell !important
			}

	.vbox {
		display: table;
		border-spacing: 0;
		position: relative;
		height: 100%;
		width: 100%
	}

		.vbox > footer,
		.vbox > section {
			top: 0;
			bottom: 0;
			width: 100%
		}

		.vbox > header.header-md ~ section,
		.vbox > header ~ section {
			top: 50px
		}

		.vbox > section.w-f {
			bottom: 50px
		}

		.vbox > footer {
			top: auto;
			z-index: 100
		}

			.vbox > footer ~ section {
				bottom: 50px
			}

		.vbox.flex > footer,
		.vbox.flex > header,
		.vbox.flex > section {
			position: inherit
		}

		.vbox.flex > section {
			display: table-row;
			height: 100%
		}

			.vbox.flex > section > section {
				position: relative;
				height: 100%;
				-webkit-overflow-scrolling: touch
			}

	.ie .vbox.flex > section > section {
		display: table-cell
	}

	.vbox.flex > section > section > section {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}

	.aside-xs {
		width: 60px
	}

	.aside-sm {
		width: 150px
	}

	.aside {
		width: 200px
	}

	.aside-md {
		width: 240px
	}

	.aside-lg {
		width: 300px
	}

	.aside-xl {
		width: 360px
	}

	.aside-xxl {
		width: 480px
	}

	.header-md {
		min-height: 50px
	}

		.header-md .navbar-form {
			margin-top: 10px;
			margin-bottom: 10px
		}

	.scrollable {
		-webkit-overflow-scrolling: touch
	}

	::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(50, 50, 50, .25);
		border: 2px solid transparent;
		border-radius: 10px;
		background-clip: padding-box
	}

		::-webkit-scrollbar-thumb:hover {
			background-color: rgba(50, 50, 50, .5)
		}

	::-webkit-scrollbar-track {
		background-color: rgba(50, 50, 50, .05)
	}
}

@media (min-width:768px) and (max-width:991px) {
	.navbar-form.input-s-lg {
		width: 190px
	}
}

.intro-content {
	margin-top: 100px
}

.login-content {
	margin-top: 60px
}

.intro-content,
.login-content {
	margin-bottom: 50px
}

@media (max-width:768px) {
	.intro-content,
	.login-content {
		margin-top: 30px
	}
}

.scrollable {
	overflow-x: hidden;
	overflow-y: auto
}

.no-touch .scrollable.hover {
	overflow-y: hidden
}

	.no-touch .scrollable.hover:focus,
	.no-touch .scrollable.hover:hover {
		overflow: visible;
		overflow-y: auto
	}

.no-touch ::-webkit-scrollbar-button {
	width: 10px;
	height: 6px;
	background-color: rgba(50, 50, 50, .05)
}

.slimScrollBar {
	border: 2px solid transparent;
	border-radius: 10px;
	background-clip: padding-box !important
}

@media print {
	.hbox,
	.vbox,
	body,
	html {
		height: auto
	}

		.vbox > footer,
		.vbox > section {
			position: relative
		}
}

.footer-bottom {
	line-height: 36px;
	width: 100%;
	min-height: 36px
}

.footer-fixed {
	position: fixed;
	bottom: 0
}

.watermark {
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: center center
}

#barra-brasil {
	z-index: 10
}

@media (min-width:992px) {
	#barra-brasil {
		position: absolute;
		width: 100%
	}

	.vbox {
		padding-top: 32px
	}

		.vbox > header.header-md ~ section {
			top: 82px
		}
}

@media (max-width:991px) {
	#barra-brasil {
		display: none
	}
}

.contrast {
	background-color: #2e2e2e;
	color: #eee
}

	.contrast a {
		color: #2fa561
	}

		.contrast a:focus,
		.contrast a:hover {
			color: #999
		}

	.contrast h1,
	.contrast h2,
	.contrast h3,
	.contrast h4,
	.contrast h5,
	.contrast h6,
	.contrast label {
		color: #fff
	}

	.contrast hr {
		border-color: #222
	}

	.contrast .table {
		border-color: #111
	}

	.contrast .breadcrumb {
		background-color: #2f2f2f;
		border-color: #3f3f3f
	}

	.contrast .list-group-item {
		background-color: #2f2f2f
	}

		.contrast .list-group-item a {
			color: #fff
		}

	.contrast .panel .list-group-item {
		border-color: #3f3f3f
	}

	.contrast .panel-group .panel-heading + .panel-collapse .panel-body {
		border-color: #303030
	}

	.contrast .nav > li > a {
		color: #fff
	}

		.contrast .nav > li.active > a,
		.contrast .nav > li > a:focus,
		.contrast .nav > li > a:hover {
			background-color: #222;
			color: #fff
		}

	.contrast .nav > li ul > li.active > a,
	.contrast .nav > li ul > li > a:focus,
	.contrast .nav > li ul > li > a:hover {
		background-color: #555
	}

	.contrast .popover {
		background-color: #333
	}

		.contrast .popover.top > .arrow:after {
			border-top-color: #333
		}

		.contrast .popover.right > .arrow:after {
			border-right-color: #333
		}

		.contrast .popover.bottom > .arrow:after {
			border-bottom-color: #333
		}

		.contrast .popover.left > .arrow:after {
			border-left-color: #333
		}

	.contrast .popover-title {
		background-color: #222;
		border-color: #1e1e1e
	}

	.contrast .popover-content {
		color: #fff
	}

	.contrast .progress .bg-primary {
		background-color: #00552b
	}

	.contrast .progress .bg-success {
		background-color: #247d4a
	}

	.contrast .progress .bg-info {
		background-color: #00aeef
	}

	.contrast .progress .bg-warning {
		background-color: #f0ad4e
	}

	.contrast .progress .bg-danger {
		background-color: #c33b3b
	}

	.contrast .progress .bg-dark {
		background-color: #231f20
	}

	.contrast .badge,
	.contrast .label {
		color: #fff !important
	}

		.contrast .badge.bg-primary,
		.contrast .label.bg-primary {
			background-color: #00552b
		}

		.contrast .badge.bg-success,
		.contrast .label.bg-success {
			background-color: #247d4a
		}

		.contrast .badge.bg-info,
		.contrast .label.bg-info {
			background-color: #00aeef
		}

		.contrast .badge.bg-warning,
		.contrast .label.bg-warning {
			background-color: #f0ad4e
		}

		.contrast .badge.bg-danger,
		.contrast .label.bg-danger {
			background-color: #c33b3b
		}

		.contrast .badge.bg-dark,
		.contrast .label.bg-dark {
			background-color: #231f20
		}

	.contrast .btn,
	.contrast .btn:focus,
	.contrast .btn:hover {
		color: #fff
	}

		.contrast .btn.btn-default {
			color: #555
		}

	.contrast .text-muted {
		color: #888 !important
	}

	.contrast .panel {
		background-color: #333
	}

		.contrast .panel.panel-default,
		.contrast .panel.panel-default > .panel-footer,
		.contrast .panel.panel-default > .panel-heading {
			border-color: #1f1f1f
		}

		.contrast .panel .table-striped > thead th {
			background-color: #222;
			border-color: #111
		}

		.contrast .panel .table-striped > tbody > tr:nth-child(2n+1) > td,
		.contrast .panel .table-striped > tbody > tr:nth-child(2n+1) > th {
			background-color: #444
		}

		.contrast .panel .table td,
		.contrast .panel .table th {
			border-color: #222
		}

		.contrast .panel .table thead > tr > th {
			border-color: #111
		}

	.contrast .panel-default .panel-heading {
		background-color: #3f3f3f;
		color: #fff
	}

	.contrast .panel-heading .nav > li > a {
		border-color: transparent !important
	}

	.contrast .panel-heading .nav-tabs,
	.contrast .panel-heading .nav > li.active > a {
		border-color: #1f1f1f !important
	}

	.contrast .panel-footer {
		background-color: #1f1f1f;
		border-color: #222
	}

	.contrast .panel-example {
		border-color: inherit
	}

		.contrast .panel-example,
		.contrast .panel-example a {
			color: #fff
		}

	.contrast .modal-content {
		background-color: #2e2e2e
	}

	.contrast .modal-footer,
	.contrast .modal-header {
		border-color: #1f1f1f
	}

	.contrast .modal-backdrop {
		background-color: #111
	}

	.contrast .close {
		color: #fff;
		opacity: .4;
		text-shadow: 0 1px 0 #000
	}

		.contrast .close:focus,
		.contrast .close:hover {
			opacity: .8
		}

	.contrast .b-a,
	.contrast .b-b,
	.contrast .b-l,
	.contrast .b-r,
	.contrast .b-t {
		border-color: #1b1818
	}

	.contrast .bg-danger,
	.contrast .bg-dark,
	.contrast .bg-info,
	.contrast .bg-primary,
	.contrast .bg-success,
	.contrast .bg-warning {
		background-color: #333;
		color: #999
	}

		.contrast .bg-danger .lt,
		.contrast .bg-danger.lt,
		.contrast .bg-dark .lt,
		.contrast .bg-dark.lt,
		.contrast .bg-info .lt,
		.contrast .bg-info.lt,
		.contrast .bg-primary .lt,
		.contrast .bg-primary.lt,
		.contrast .bg-success .lt,
		.contrast .bg-success.lt,
		.contrast .bg-warning .lt,
		.contrast .bg-warning.lt {
			background-color: #272525
		}

		.contrast .bg-danger .lter,
		.contrast .bg-danger.lter,
		.contrast .bg-dark .lter,
		.contrast .bg-dark.lter,
		.contrast .bg-info .lter,
		.contrast .bg-info.lter,
		.contrast .bg-primary .lter,
		.contrast .bg-primary.lter,
		.contrast .bg-success .lter,
		.contrast .bg-success.lter,
		.contrast .bg-warning .lter,
		.contrast .bg-warning.lter {
			background-color: #1b1818
		}

		.contrast .bg-danger .dk,
		.contrast .bg-danger.dk,
		.contrast .bg-dark .dk,
		.contrast .bg-dark.dk,
		.contrast .bg-info .dk,
		.contrast .bg-info.dk,
		.contrast .bg-primary .dk,
		.contrast .bg-primary.dk,
		.contrast .bg-success .dk,
		.contrast .bg-success.dk,
		.contrast .bg-warning .dk,
		.contrast .bg-warning.dk {
			background-color: #272525
		}

		.contrast .bg-danger .dker,
		.contrast .bg-danger.dker,
		.contrast .bg-dark .dker,
		.contrast .bg-dark.dker,
		.contrast .bg-info .dker,
		.contrast .bg-info.dker,
		.contrast .bg-primary .dker,
		.contrast .bg-primary.dker,
		.contrast .bg-success .dker,
		.contrast .bg-success.dker,
		.contrast .bg-warning .dker,
		.contrast .bg-warning.dker {
			background-color: #1b1818
		}

		.contrast .bg-danger .bg,
		.contrast .bg-danger.bg,
		.contrast .bg-dark .bg,
		.contrast .bg-dark.bg,
		.contrast .bg-info .bg,
		.contrast .bg-info.bg,
		.contrast .bg-primary .bg,
		.contrast .bg-primary.bg,
		.contrast .bg-success .bg,
		.contrast .bg-success.bg,
		.contrast .bg-warning .bg,
		.contrast .bg-warning.bg {
			background-color: #333
		}

		.contrast .bg-danger .bg-primary-ltest,
		.contrast .bg-dark .bg-primary-ltest,
		.contrast .bg-info .bg-primary-ltest,
		.contrast .bg-primary .bg-primary-ltest,
		.contrast .bg-success .bg-primary-ltest,
		.contrast .bg-warning .bg-primary-ltest {
			background-color: #ecf6fb
		}

		.contrast .bg-danger a,
		.contrast .bg-dark a,
		.contrast .bg-info a,
		.contrast .bg-primary a,
		.contrast .bg-success a,
		.contrast .bg-warning a {
			color: #b3b3b3
		}

			.contrast .bg-danger a:focus,
			.contrast .bg-danger a:hover,
			.contrast .bg-dark a:focus,
			.contrast .bg-dark a:hover,
			.contrast .bg-info a:focus,
			.contrast .bg-info a:hover,
			.contrast .bg-primary a:focus,
			.contrast .bg-primary a:hover,
			.contrast .bg-success a:focus,
			.contrast .bg-success a:hover,
			.contrast .bg-warning a:focus,
			.contrast .bg-warning a:hover {
				color: #fff
			}

			.contrast .bg-danger a.list-group-item:focus,
			.contrast .bg-danger a.list-group-item:hover,
			.contrast .bg-dark a.list-group-item:focus,
			.contrast .bg-dark a.list-group-item:hover,
			.contrast .bg-info a.list-group-item:focus,
			.contrast .bg-info a.list-group-item:hover,
			.contrast .bg-primary a.list-group-item:focus,
			.contrast .bg-primary a.list-group-item:hover,
			.contrast .bg-success a.list-group-item:focus,
			.contrast .bg-success a.list-group-item:hover,
			.contrast .bg-warning a.list-group-item:focus,
			.contrast .bg-warning a.list-group-item:hover {
				background-color: inherit
			}

		.contrast .bg-danger .nav > li.active > a,
		.contrast .bg-danger .nav > li:active > a,
		.contrast .bg-danger .nav > li:focus > a,
		.contrast .bg-danger .nav > li:hover > a,
		.contrast .bg-dark .nav > li.active > a,
		.contrast .bg-dark .nav > li:active > a,
		.contrast .bg-dark .nav > li:focus > a,
		.contrast .bg-dark .nav > li:hover > a,
		.contrast .bg-info .nav > li.active > a,
		.contrast .bg-info .nav > li:active > a,
		.contrast .bg-info .nav > li:focus > a,
		.contrast .bg-info .nav > li:hover > a,
		.contrast .bg-primary .nav > li.active > a,
		.contrast .bg-primary .nav > li:active > a,
		.contrast .bg-primary .nav > li:focus > a,
		.contrast .bg-primary .nav > li:hover > a,
		.contrast .bg-success .nav > li.active > a,
		.contrast .bg-success .nav > li:active > a,
		.contrast .bg-success .nav > li:focus > a,
		.contrast .bg-success .nav > li:hover > a,
		.contrast .bg-warning .nav > li.active > a,
		.contrast .bg-warning .nav > li:active > a,
		.contrast .bg-warning .nav > li:focus > a,
		.contrast .bg-warning .nav > li:hover > a {
			color: #fff;
			background-color: #211f1f
		}

		.contrast .bg-danger .nav > li > a,
		.contrast .bg-dark .nav > li > a,
		.contrast .bg-info .nav > li > a,
		.contrast .bg-primary .nav > li > a,
		.contrast .bg-success .nav > li > a,
		.contrast .bg-warning .nav > li > a {
			color: #b3b3b3
		}

			.contrast .bg-danger .nav > li > a:focus,
			.contrast .bg-danger .nav > li > a:hover,
			.contrast .bg-dark .nav > li > a:focus,
			.contrast .bg-dark .nav > li > a:hover,
			.contrast .bg-info .nav > li > a:focus,
			.contrast .bg-info .nav > li > a:hover,
			.contrast .bg-primary .nav > li > a:focus,
			.contrast .bg-primary .nav > li > a:hover,
			.contrast .bg-success .nav > li > a:focus,
			.contrast .bg-success .nav > li > a:hover,
			.contrast .bg-warning .nav > li > a:focus,
			.contrast .bg-warning .nav > li > a:hover {
				background-color: #272525
			}

		.contrast .bg-danger .nav .open > a,
		.contrast .bg-dark .nav .open > a,
		.contrast .bg-info .nav .open > a,
		.contrast .bg-primary .nav .open > a,
		.contrast .bg-success .nav .open > a,
		.contrast .bg-warning .nav .open > a {
			background-color: #211f1f
		}

		.contrast .bg-danger .caret,
		.contrast .bg-dark .caret,
		.contrast .bg-info .caret,
		.contrast .bg-primary .caret,
		.contrast .bg-success .caret,
		.contrast .bg-warning .caret {
			border-top-color: #999;
			border-bottom-color: #999
		}

		.contrast .bg-danger.navbar .nav > li.active > a,
		.contrast .bg-dark.navbar .nav > li.active > a,
		.contrast .bg-info.navbar .nav > li.active > a,
		.contrast .bg-primary.navbar .nav > li.active > a,
		.contrast .bg-success.navbar .nav > li.active > a,
		.contrast .bg-warning.navbar .nav > li.active > a {
			color: #fff;
			background-color: #272525
		}

		.contrast .bg-danger .open > a,
		.contrast .bg-danger .open > a:focus,
		.contrast .bg-danger .open > a:hover,
		.contrast .bg-dark .open > a,
		.contrast .bg-dark .open > a:focus,
		.contrast .bg-dark .open > a:hover,
		.contrast .bg-info .open > a,
		.contrast .bg-info .open > a:focus,
		.contrast .bg-info .open > a:hover,
		.contrast .bg-primary .open > a,
		.contrast .bg-primary .open > a:focus,
		.contrast .bg-primary .open > a:hover,
		.contrast .bg-success .open > a,
		.contrast .bg-success .open > a:focus,
		.contrast .bg-success .open > a:hover,
		.contrast .bg-warning .open > a,
		.contrast .bg-warning .open > a:focus,
		.contrast .bg-warning .open > a:hover {
			color: #fff
		}

		.contrast .bg-danger .text-muted,
		.contrast .bg-dark .text-muted,
		.contrast .bg-info .text-muted,
		.contrast .bg-primary .text-muted,
		.contrast .bg-success .text-muted,
		.contrast .bg-warning .text-muted {
			color: gray !important
		}

		.contrast .bg-danger .text-lt,
		.contrast .bg-dark .text-lt,
		.contrast .bg-info .text-lt,
		.contrast .bg-primary .text-lt,
		.contrast .bg-success .text-lt,
		.contrast .bg-warning .text-lt {
			color: #d9d9d9 !important
		}

		.contrast .bg-danger .icon-muted,
		.contrast .bg-dark .icon-muted,
		.contrast .bg-info .icon-muted,
		.contrast .bg-primary .icon-muted,
		.contrast .bg-success .icon-muted,
		.contrast .bg-warning .icon-muted {
			color: gray !important
		}

		.contrast .bg-danger .auto .list-group-item,
		.contrast .bg-danger.auto .list-group-item,
		.contrast .bg-dark .auto .list-group-item,
		.contrast .bg-dark.auto .list-group-item,
		.contrast .bg-info .auto .list-group-item,
		.contrast .bg-info.auto .list-group-item,
		.contrast .bg-primary .auto .list-group-item,
		.contrast .bg-primary.auto .list-group-item,
		.contrast .bg-success .auto .list-group-item,
		.contrast .bg-success.auto .list-group-item,
		.contrast .bg-warning .auto .list-group-item,
		.contrast .bg-warning.auto .list-group-item {
			border-color: #3b3b3b !important;
			background-color: transparent
		}

			.contrast .bg-danger .auto .list-group-item.active,
			.contrast .bg-danger .auto .list-group-item:active,
			.contrast .bg-danger .auto .list-group-item:focus,
			.contrast .bg-danger .auto .list-group-item:hover,
			.contrast .bg-danger.auto .list-group-item.active,
			.contrast .bg-danger.auto .list-group-item:active,
			.contrast .bg-danger.auto .list-group-item:focus,
			.contrast .bg-danger.auto .list-group-item:hover,
			.contrast .bg-dark .auto .list-group-item.active,
			.contrast .bg-dark .auto .list-group-item:active,
			.contrast .bg-dark .auto .list-group-item:focus,
			.contrast .bg-dark .auto .list-group-item:hover,
			.contrast .bg-dark.auto .list-group-item.active,
			.contrast .bg-dark.auto .list-group-item:active,
			.contrast .bg-dark.auto .list-group-item:focus,
			.contrast .bg-dark.auto .list-group-item:hover,
			.contrast .bg-info .auto .list-group-item.active,
			.contrast .bg-info .auto .list-group-item:active,
			.contrast .bg-info .auto .list-group-item:focus,
			.contrast .bg-info .auto .list-group-item:hover,
			.contrast .bg-info.auto .list-group-item.active,
			.contrast .bg-info.auto .list-group-item:active,
			.contrast .bg-info.auto .list-group-item:focus,
			.contrast .bg-info.auto .list-group-item:hover,
			.contrast .bg-primary .auto .list-group-item.active,
			.contrast .bg-primary .auto .list-group-item:active,
			.contrast .bg-primary .auto .list-group-item:focus,
			.contrast .bg-primary .auto .list-group-item:hover,
			.contrast .bg-primary.auto .list-group-item.active,
			.contrast .bg-primary.auto .list-group-item:active,
			.contrast .bg-primary.auto .list-group-item:focus,
			.contrast .bg-primary.auto .list-group-item:hover,
			.contrast .bg-success .auto .list-group-item.active,
			.contrast .bg-success .auto .list-group-item:active,
			.contrast .bg-success .auto .list-group-item:focus,
			.contrast .bg-success .auto .list-group-item:hover,
			.contrast .bg-success.auto .list-group-item.active,
			.contrast .bg-success.auto .list-group-item:active,
			.contrast .bg-success.auto .list-group-item:focus,
			.contrast .bg-success.auto .list-group-item:hover,
			.contrast .bg-warning .auto .list-group-item.active,
			.contrast .bg-warning .auto .list-group-item:active,
			.contrast .bg-warning .auto .list-group-item:focus,
			.contrast .bg-warning .auto .list-group-item:hover,
			.contrast .bg-warning.auto .list-group-item.active,
			.contrast .bg-warning.auto .list-group-item:active,
			.contrast .bg-warning.auto .list-group-item:focus,
			.contrast .bg-warning.auto .list-group-item:hover {
				background-color: #272525
			}

		.contrast .bg-danger .list-rounded li.active a,
		.contrast .bg-dark .list-rounded li.active a,
		.contrast .bg-info .list-rounded li.active a,
		.contrast .bg-primary .list-rounded li.active a,
		.contrast .bg-success .list-rounded li.active a,
		.contrast .bg-warning .list-rounded li.active a {
			background-color: #fff;
			color: #333
		}

		.contrast .bg-danger .list-rounded li.active a,
		.contrast .bg-danger .list-rounded li:active a,
		.contrast .bg-danger .list-rounded li:hover a,
		.contrast .bg-dark .list-rounded li.active a,
		.contrast .bg-dark .list-rounded li:active a,
		.contrast .bg-dark .list-rounded li:hover a,
		.contrast .bg-info .list-rounded li.active a,
		.contrast .bg-info .list-rounded li:active a,
		.contrast .bg-info .list-rounded li:hover a,
		.contrast .bg-primary .list-rounded li.active a,
		.contrast .bg-primary .list-rounded li:active a,
		.contrast .bg-primary .list-rounded li:hover a,
		.contrast .bg-success .list-rounded li.active a,
		.contrast .bg-success .list-rounded li:active a,
		.contrast .bg-success .list-rounded li:hover a,
		.contrast .bg-warning .list-rounded li.active a,
		.contrast .bg-warning .list-rounded li:active a,
		.contrast .bg-warning .list-rounded li:hover a {
			border-color: #fff
		}

		.contrast .bg-danger .form-control,
		.contrast .bg-danger .form-control:focus,
		.contrast .bg-danger .i-checks input:checked + i,
		.contrast .bg-dark .form-control,
		.contrast .bg-dark .form-control:focus,
		.contrast .bg-dark .i-checks input:checked + i,
		.contrast .bg-info .form-control,
		.contrast .bg-info .form-control:focus,
		.contrast .bg-info .i-checks input:checked + i,
		.contrast .bg-primary .form-control,
		.contrast .bg-primary .form-control:focus,
		.contrast .bg-primary .i-checks input:checked + i,
		.contrast .bg-success .form-control,
		.contrast .bg-success .form-control:focus,
		.contrast .bg-success .i-checks input:checked + i,
		.contrast .bg-warning .form-control,
		.contrast .bg-warning .form-control:focus,
		.contrast .bg-warning .i-checks input:checked + i {
			border-color: transparent
		}

			.contrast .bg-danger .i-checks input:checked + i:before,
			.contrast .bg-dark .i-checks input:checked + i:before,
			.contrast .bg-info .i-checks input:checked + i:before,
			.contrast .bg-primary .i-checks input:checked + i:before,
			.contrast .bg-success .i-checks input:checked + i:before,
			.contrast .bg-warning .i-checks input:checked + i:before {
				color: #1a1a1a
			}

		.contrast .bg-danger .i-checks input[disabled] + i,
		.contrast .bg-dark .i-checks input[disabled] + i,
		.contrast .bg-info .i-checks input[disabled] + i,
		.contrast .bg-primary .i-checks input[disabled] + i,
		.contrast .bg-success .i-checks input[disabled] + i,
		.contrast .bg-warning .i-checks input[disabled] + i,
		fieldset[disabled] .contrast .bg-danger .i-checks input + i,
		fieldset[disabled] .contrast .bg-dark .i-checks input + i,
		fieldset[disabled] .contrast .bg-info .i-checks input + i,
		fieldset[disabled] .contrast .bg-primary .i-checks input + i,
		fieldset[disabled] .contrast .bg-success .i-checks input + i,
		fieldset[disabled] .contrast .bg-warning .i-checks input + i {
			background-color: #8c8c8c
		}

			.contrast .bg-danger .i-checks input[disabled] + i:before,
			.contrast .bg-dark .i-checks input[disabled] + i:before,
			.contrast .bg-info .i-checks input[disabled] + i:before,
			.contrast .bg-primary .i-checks input[disabled] + i:before,
			.contrast .bg-success .i-checks input[disabled] + i:before,
			.contrast .bg-warning .i-checks input[disabled] + i:before,
			fieldset[disabled] .contrast .bg-danger .i-checks input + i:before,
			fieldset[disabled] .contrast .bg-dark .i-checks input + i:before,
			fieldset[disabled] .contrast .bg-info .i-checks input + i:before,
			fieldset[disabled] .contrast .bg-primary .i-checks input + i:before,
			fieldset[disabled] .contrast .bg-success .i-checks input + i:before,
			fieldset[disabled] .contrast .bg-warning .i-checks input + i:before {
				color: transparent
			}

		.contrast .bg-danger .i-checks i,
		.contrast .bg-dark .i-checks i,
		.contrast .bg-info .i-checks i,
		.contrast .bg-primary .i-checks i,
		.contrast .bg-success .i-checks i,
		.contrast .bg-warning .i-checks i {
			border-color: transparent
		}

	.contrast .bg-white {
		background-color: #333
	}

		.contrast .bg-white .dk,
		.contrast .bg-white.dk {
			background-color: #404040
		}

		.contrast .bg-white .dker,
		.contrast .bg-white.dker {
			background-color: #4d4d4d
		}

	.contrast .bg-light {
		background-color: #000
	}

		.contrast .bg-light .dk,
		.contrast .bg-light.dk {
			background-color: #232323
		}

		.contrast .bg-light .dker,
		.contrast .bg-light.dker {
			background-color: #1e1e1e
		}

	.contrast .note-editor {
		border-color: #1f1f1f
	}

		.contrast .note-editor.fullscreen .note-editable {
			background-color: #333
		}

		.contrast .note-editor .note-toolbar {
			background-color: #3f3f3f;
			border-color: #1f1f1f
		}

		.contrast .note-editor .note-statusbar {
			background-color: #3f3f3f
		}

			.contrast .note-editor .note-statusbar .note-resizebar,
			.contrast .note-editor .note-statusbar .note-resizebar .note-icon-bar {
				border-color: #1f1f1f
			}

		.contrast .note-editor .dropdown-menu,
		.contrast .note-editor .dropdown-menu h1,
		.contrast .note-editor .dropdown-menu h2,
		.contrast .note-editor .dropdown-menu h3,
		.contrast .note-editor .dropdown-menu h4,
		.contrast .note-editor .dropdown-menu h5,
		.contrast .note-editor .dropdown-menu h6 {
			color: #333
		}

		.contrast .note-editor .note-dialog .note-help-dialog .modal-close,
		.contrast .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child,
		.contrast .note-editor .note-dialog .note-help-dialog .note-shortcut th {
			color: #247d4a
		}

	.contrast .prettyprint {
		background-color: #1f1f1f
	}

	.contrast td pre.prettyprint {
		background-color: transparent
	}

	.contrast .header .bg-white {
		background-color: #444
	}

	.contrast .loading {
		background-color: rgba(0, 0, 0, .7)
	}

	.contrast .calendar a {
		color: #fff
	}

	.contrast .arrow.left:after {
		border-right-color: #1f1f1f
	}

	.contrast .arrow.right:after {
		border-left-color: #1f1f1f
	}

	.contrast .dd-handle {
		background-color: #2f2f2f;
		border-color: #3f3f3f
	}

	.contrast .dd3-content {
		background-color: #3f3f3f;
		border-color: #3f3f3f
	}

.sort {
	float: inherit !important;
}

td {

}
*/

/*! normalize.css v3.0.1 | 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,
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
}

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

a {
    background: 0 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

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

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

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

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

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

a {
    color: #00552b;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #f2f4f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

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

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

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

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

p {
    margin: 0 0 10px
}

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

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

cite {
    font-style: normal
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

a.text-primary:hover {
    color: #00435c
}

a.text-success:hover {
    color: #195533
}

a.text-info:hover {
    color: #0089bc
}

a.text-warning:hover {
    color: #ec971f
}

a.text-danger:hover {
    color: #9c2f2f
}

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

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

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

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

a.bg-danger:hover {
    background-color: #9c2f2f
}

a.bg-white:hover {
    background-color: #e6e6e6
}

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

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

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

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

.list-inline {
    margin-left: -5px
}

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

.list-slash li:after {
    content: '/';
    padding-left: 15px;
    color: #ccc
}

.list-slash li:last-child:after {
    content: '';
    padding-left: 0
}

.list-rounded a,
.list-rounded span {
    display: block;
    border: 3px solid transparent;
    border-radius: 20px;
    padding: 5px 10px;
    transition: all .3s ease-in-out .1s
}

.list-rounded li.active:focus a,
.list-rounded li.active:hover a {
    background-color: transparent;
    color: #fff
}

@media screen and (max-width:400px) {
    .list-rounded a,
    .list-rounded span {
        padding-right: 5px;
        padding-left: 5px
    }
    .list-rounded li {
        padding: 0
    }
}

.list-accessibility li a {
    line-height: 50px;
    display: block
}

.list-accessibility li a:focus,
.list-accessibility li a:hover {
    background-color: transparent!important
}

.list-accessibility li a.disabled {
    color: #fff;
    cursor: default
}

.list-quickaccess a {
    display: block
}

.list-quickaccess .padder-v {
    margin-bottom: 5px
}

.list-quickaccess .padder-v.active,
.list-quickaccess .padder-v:focus,
.list-quickaccess .padder-v:hover {
    background-color: #00552b;
    border-radius: 4px
}

.list-quickaccess .padder-v.active,
.list-quickaccess .padder-v.active .text-muted,
.list-quickaccess .padder-v.active i,
.list-quickaccess .padder-v:focus,
.list-quickaccess .padder-v:focus .text-muted,
.list-quickaccess .padder-v:focus i,
.list-quickaccess .padder-v:hover,
.list-quickaccess .padder-v:hover .text-muted,
.list-quickaccess .padder-v:hover i {
    color: #fff!important
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    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[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

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

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

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

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

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

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

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

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

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

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    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: 4px
}

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:after,
.container:before {
    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:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

.col-xs-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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-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
}

th {
    text-align: left
}

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 12px;
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

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

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

.table .i-checks i {
    margin-right: 0
}

.table .btn {
    margin-top: -6px;
    margin-bottom: -6px
}

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

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

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

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

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    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>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width:991px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.table-rotated thead th {
    height: 100px;
    white-space: nowrap
}

.table-rotated thead th>div {
    position: relative;
    bottom: -17px;
    width: 10px;
    transform: rotate(270deg);
    transform-origin: left top 0
}

.table-center tbody td {
    text-align: center
}

.table-center tbody td:last-child {
    text-align: inherit
}

.table-center tbody td .checkbox {
    padding-top: 0;
    min-height: inherit
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

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

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    outline: 0
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

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

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

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

textarea.form-control {
    height: auto
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    line-height: 34px;
    line-height: 1.42857 \0
}

.form-horizontal .form-group-sm input[type=date].form-control,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
.form-horizontal .form-group-sm input[type=month].form-control,
.form-horizontal .form-group-sm input[type=time].form-control,
.input-group-sm>.input-group-btn>input[type=date].btn,
.input-group-sm>.input-group-btn>input[type=datetime-local].btn,
.input-group-sm>.input-group-btn>input[type=month].btn,
.input-group-sm>.input-group-btn>input[type=time].btn,
.input-group-sm>input[type=date].form-control,
.input-group-sm>input[type=date].input-group-addon,
.input-group-sm>input[type=datetime-local].form-control,
.input-group-sm>input[type=datetime-local].input-group-addon,
.input-group-sm>input[type=month].form-control,
.input-group-sm>input[type=month].input-group-addon,
.input-group-sm>input[type=time].form-control,
.input-group-sm>input[type=time].input-group-addon,
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
    line-height: 30px
}

.form-horizontal .form-group-lg input[type=date].form-control,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
.form-horizontal .form-group-lg input[type=month].form-control,
.form-horizontal .form-group-lg input[type=time].form-control,
.input-group-lg>.input-group-btn>input[type=date].btn,
.input-group-lg>.input-group-btn>input[type=datetime-local].btn,
.input-group-lg>.input-group-btn>input[type=month].btn,
.input-group-lg>.input-group-btn>input[type=time].btn,
.input-group-lg>input[type=date].form-control,
.input-group-lg>input[type=date].input-group-addon,
.input-group-lg>input[type=datetime-local].form-control,
.input-group-lg>input[type=datetime-local].input-group-addon,
.input-group-lg>input[type=month].form-control,
.input-group-lg>input[type=month].input-group-addon,
.input-group-lg>input[type=time].form-control,
.input-group-lg>input[type=time].input-group-addon,
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
    line-height: 46px
}

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

.checkbox,
.radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

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

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

.checkbox-inline:first-child,
.radio-inline:first-child {
    padding-left: 0
}

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

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

.form-control-static.input-lg,
.form-control-static.input-sm,
.form-horizontal .form-group-lg .form-control-static.form-control,
.form-horizontal .form-group-sm .form-control-static.form-control,
.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,
.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
}

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

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

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

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

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

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

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.form-horizontal .form-group-lg .form-control+.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,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-horizontal .form-group-sm .form-control+.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,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

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

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

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

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #a94442
}

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

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

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

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

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

@media (min-width:768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group,
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control,
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio,
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label,
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

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

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

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

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

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

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-user-select: none;
    user-select: none
}

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

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

.btn-link {
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

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

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

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

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

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

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

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

.btn-block {
    display: block;
    width: 100%
}

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

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

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.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;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00552b
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.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: 4px solid;
    content: ""
}

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

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.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:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    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-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    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
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.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,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px
}

.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    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:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #00552b
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #f2f4f8;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #00552b
}

.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: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #f2f4f8
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    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, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    right: 0;
    left: 0;
    z-index: 1030;
    transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}

.navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #777
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #777
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    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: #777
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #777
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #777
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #00552b;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #003043;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #00552b;
    border-color: #00552b;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 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
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

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

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #00552b
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #00435c
}

.label-success {
    background-color: #247d4a
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #195533
}

.label-info {
    background-color: #00aeef
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #0089bc
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #c33b3b
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #9c2f2f
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #00552b;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #f2f4f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #00552b
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00552b;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    color: #777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #247d4a
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #00aeef
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #c33b3b
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

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

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item>a,
.list-group-item>span {
    display: block;
    padding: 10px 15px
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #00552b;
    border-color: #00552b
}

.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: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,
.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 {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #5cd3ff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-heading .btn-group-sm>.btn,
.panel-heading .btn-sm {
    margin-top: -6px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.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,
.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: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:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.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,
.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: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:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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,
.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 {
    border-bottom-left-radius: 3px
}

.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,
.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 {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

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

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

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

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.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-bordered>thead>tr:first-child>td,
.panel>.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,
.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,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-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: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #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: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #00552b
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00552b;
    border-color: #00552b
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #00552b
}

.panel-primary>.panel-heading .badge {
    color: #00552b;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #00552b
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
    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: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    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: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate3d(0, -25%, 0);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal-backdrop-ultra {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    background-color: #00552b;
    color: white
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    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: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: auto;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 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
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    text-align: center
}

.carousel-control.left {
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.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;
    transform: translate3d(0, 0, 0)
}

.form-valign {
    line-height: 34px
}

.one-char,
.three-char,
.two-char {
    width: 0;
    position: relative;
    float: left
}

.one-char {
    left: -4px
}

.two-char {
    left: -8px
}

.three-char {
    left: -10px
}

.input-x-xs {
    width: 20px
}

.input-x-sm {
    width: 40px
}

.input-x-md {
    width: 60px
}

.input-x-lg {
    width: 80px
}

.input-s-xs {
    width: 100px
}

.input-s-sm {
    width: 120px
}

.input-s-md {
    width: 140px
}

.input-s-lg {
    width: 160px
}

.input-m-xs {
    width: 180px
}

.input-m-sm {
    width: 200px
}

.input-m-md {
    width: 220px
}

.input-m-lg {
    width: 240px
}

.input-l-sm,
.input-l-xs {
    width: 260px
}

.input-l-md {
    width: 280px
}

.input-l-lg {
    width: 300px
}

.pos-rlt {
    position: relative
}

.pos-stc {
    position: static
}

.pos-abt {
    position: absolute
}

.line {
    height: 2px;
    margin-bottom: 10px;
    font-size: 0;
    overflow: hidden
}

.line-xs {
    margin: 0
}

.line-lg {
    margin-bottom: 15px
}

.line-dashed {
    border-style: dashed!important;
    background-color: transparent;
    border-width: 0
}

.no-line {
    border-width: 0
}

.no-border,
.no-borders {
    border-color: transparent;
    border-width: 0
}

.no-radius {
    border-radius: 0!important
}

.text-block {
    margin-bottom: 30px
}

.text-block figure {
    float: left;
    margin-right: 15px
}

.block {
    display: block
}

.block.hide {
    display: none
}

.inline {
    display: inline-block!important
}

.none {
    display: none
}

.pull-right-lg {
    float: right
}

.pull-none {
    float: none
}

.rounded {
    border-radius: 500px
}

.btn-s-xs {
    min-width: 90px
}

.btn-s-sm {
    min-width: 100px
}

.btn-s-md {
    min-width: 120px
}

.btn-s-lg {
    min-width: 150px
}

.btn-s-xl {
    min-width: 200px
}

.l-h-2x {
    line-height: 2em
}

.l-h-1x {
    line-height: 1.2
}

.l-h {
    line-height: 1.5
}

.v-middle {
    vertical-align: middle!important
}

.v-top {
    vertical-align: top!important
}

.v-bottom {
    vertical-align: bottom!important
}

.font-normal {
    font-weight: 400
}

.font-thin {
    font-weight: 300
}

.font-bold {
    font-weight: 700
}

.text-lg {
    font-size: 18px
}

.text-md {
    font-size: 15px
}

.text-sm {
    font-size: 13px
}

.text-xs {
    font-size: 12px
}

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

.text-justified {
    text-align: justify;
    text-justify: newspaper
}

@media (min-width:769px) and (max-width:992px) {
    .text-md-center {
        text-align: center
    }
}

@media (min-width:481px) and (max-width:768px) {
    .text-sm-center {
        text-align: center
    }
}

@media (max-width:480px) {
    .text-xs-center {
        text-align: center
    }
}

.text-u-c {
    text-transform: uppercase
}

.text-l-t {
    text-decoration: line-through
}

.text-u-l {
    text-decoration: underline
}

.active>.auto .text-inactive,
.active>.text-inactive,
.text-active {
    display: none!important
}

.active>.auto .text-active,
.active>.text-active {
    display: inline-block!important
}

.box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05)
}

.wrapper-xxs {
    padding: 4px 6px
}

.wrapper-sm {
    padding: 5px 10px
}

.wrapper {
    padding: 15px
}

.wrapper-md {
    padding: 20px
}

.wrapper-lg {
    padding: 30px
}

.wrapper-xl {
    padding: 50px
}

.padder {
    padding: 15px
}

.padder-h {
    padding-left: 15px;
    padding-right: 15px
}

.padder-h-l {
    padding-left: 15px
}

.padder-h-r {
    padding-right: 15px
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px
}

.padder-v-t {
    padding-top: 15px
}

.padder-v-b {
    padding-bottom: 15px
}

.no-padder,
.p-n {
    padding: 0!important
}

.p-r-none {
    padding-right: 0
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px
}

.pull-out {
    margin: -10px -15px
}

.b {
    border: 1px solid rgba(0, 0, 0, .05)
}

.b-a {
    border: 1px solid #ddd
}

.b-t {
    border-top: 1px solid #ddd
}

.b-r {
    border-right: 1px solid #ddd
}

.b-b {
    border-bottom: 1px solid #ddd
}

.b-l {
    border-left: 1px solid #ddd
}

.b-light {
    border-color: #e1e6ef
}

.b-dark {
    border-color: #312b2c
}

.b-primary {
    border-color: #007ba9
}

.b-success {
    border-color: #2a9156
}

.b-info {
    border-color: #0abcff
}

.b-warning {
    border-color: #f2b866
}

.b-danger {
    border-color: #c94e4e
}

.b-black {
    border-color: #1c1e29
}

.b-white {
    border-color: #fff
}

.b-2x {
    border-width: 2px
}

.b-3x {
    border-width: 3px
}

.b-4x {
    border-width: 4px
}

.b-5x {
    border-width: 5px
}

.r {
    border-radius: 4px
}

.r-l {
    border-radius: 4px 0 0 4px
}

.r-r {
    border-radius: 0 4px 4px 0
}

.r-t {
    border-radius: 4px 4px 0 0
}

.r-b {
    border-radius: 0 0 4px 4px
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0!important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.m-v {
    padding-top: 10px;
    padding-bottom: 10px
}

.media-xs {
    min-width: 50px
}

.media-sm {
    min-width: 80px
}

.media-md {
    min-width: 90px
}

.media-lg {
    min-width: 120px
}

.avatar {
    position: relative;
    display: block;
    border-radius: 500px;
    white-space: nowrap
}

.avatar img {
    border-radius: 500px;
    width: 100%
}

.avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%
}

.avatar i.md {
    width: 12px;
    height: 12px;
    margin: 1px
}

.avatar i.right {
    left: auto;
    right: 0
}

.avatar i.bottom {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0
}

.avatar i.on {
    background-color: #247d4a
}

.avatar i.off {
    background-color: #777
}

.avatar i.busy {
    background-color: #c33b3b
}

.avatar i.away {
    background-color: #f0ad4e
}

.thumb-lg {
    width: 128px;
    display: inline-block
}

.thumb-md {
    width: 64px;
    display: inline-block
}

.thumb {
    width: 50px;
    display: inline-block
}

.thumb-sm {
    width: 34px;
    display: inline-block
}

.thumb-xs {
    width: 24px;
    display: inline-block
}

.thumb-wrapper {
    padding: 2px;
    border: 1px solid #ddd
}

.thumb img,
.thumb-btn img,
.thumb-lg img,
.thumb-md img,
.thumb-sm img,
.thumb-xs img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.img-full,
.img-full>img {
    max-width: 100%
}

.clear {
    display: block;
    overflow: hidden
}

.i-checks input {
    opacity: 0
}

.i-checks input:checked+i {
    border-color: #00552b
}

.i-checks input:checked+i:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 2px;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    color: #00552b
}

.i-checks input[type=radio]+i {
    border-radius: 100%
}

.i-checks input[type=checkbox]:checked+i:before {
    content: "\f00c"
}

.i-checks input[type=radio]:checked+i:before {
    content: "\f111"
}

.i-checks input[disabled]+i,
fieldset[disabled] .i-checks input+i {
    border-color: #d9d9d9
}

.i-checks input[disabled]+i:before,
fieldset[disabled] .i-checks input+i:before {
    color: #ccc
}

.i-checks i {
    background-color: #fff;
    width: 18px;
    height: 18px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    font-size: 12px
}

.ie8 .i-checks i {
    display: none
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-y: auto
}

.scroll-x {
    overflow-x: auto
}

.no-touch .scroll-x,
.no-touch .scroll-y {
    overflow: hidden
}

.no-touch .scroll-x:active,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:hover {
    overflow-x: auto
}

.no-touch .scroll-y:active,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:hover {
    overflow-y: auto
}

.no-touch .hover-action {
    display: none
}

.no-touch .hover:hover .hover-action {
    display: inherit
}

.hover-rotate {
    transition: all .2s ease-in-out .1s
}

.hover:active .hover-rotate,
.hover:hover .hover-rotate {
    transform: rotate(90deg)
}

.backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    background-color: #fff
}

.backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.h {
    font-size: 170px;
    font-weight: 300;
    line-height: 200px;
    text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 3px 5px rgba(0, 0, 0, .125), 0 5px 10px rgba(0, 0, 0, .2)
}

@media screen and (min-width:992px) {
    .col-lg-2-4 {
        width: 20%;
        float: left
    }
}

@media (max-width:767px) {
    .shift {
        display: none!important
    }
    .shift.in {
        display: block!important
    }
    .row-2 [class*=col] {
        width: 50%;
        float: left
    }
    .row-2 .col-0 {
        clear: none
    }
    .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0
    }
    .text-center-xs {
        text-align: center
    }
    .text-left-xs {
        text-align: left
    }
    .pull-none-xs {
        float: none!important
    }
    .hidden-xs.show {
        display: inherit!important
    }
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

html {
    background-color: #f2f4f8;
    overflow-x: hidden;
    color: #333
}

body {
    background-color: transparent;
    color: inherit;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-font-smoothing: antialiased
}

.h1,
h1 {
    font-size: 30px;
    line-height: 33px
}

.h2,
h2 {
    font-size: 26px;
    line-height: 29px
}

.h3,
h3 {
    font-size: 22px;
    line-height: 25px
}

.h4,
h4 {
    font-size: 18px;
    line-height: 21px
}

.h5,
h5 {
    font-size: 14px;
    line-height: 17px
}

.h6,
h6 {
    font-size: 11px;
    line-height: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.small,
small {
    font-size: 13px
}

figure img {
    max-width: 100%
}

.glyphicon {
    font-family: FontAwesome
}

.th-10 {
    width: 10px
}

.th-20 {
    width: 20px
}

.th-30 {
    width: 30px
}

.th-40 {
    width: 40px
}

.th-50 {
    width: 50px
}

.th-60 {
    width: 60px
}

.th-70 {
    width: 70px
}

.th-80 {
    width: 80px
}

.th-90 {
    width: 90px
}

.th-100 {
    width: 100px
}

.th-110 {
    width: 110px
}

.th-120 {
    width: 120px
}

.th-130 {
    width: 130px
}

.th-140 {
    width: 140px
}

.th-150 {
    width: 150px
}

.th-160 {
    width: 160px
}

.th-170 {
    width: 170px
}

.th-180 {
    width: 180px
}

.th-190 {
    width: 190px
}

.th-200 {
    width: 200px
}

.th-250 {
    width: 250px
}

.th-300 {
    width: 300px
}

.th-350 {
    width: 350px
}

.th-400 {
    width: 400px
}

.badge,
.label {
    font-weight: 700
}

.badge {
    background-color: #777
}

.badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -10px
}

.badge-sm {
    font-size: 85%;
    padding: 2px 5px!important
}

.label-sm {
    padding-top: 0;
    padding-bottom: 0
}

.badge-white {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    padding: 2px 6px
}

.badge-empty {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    color: inherit
}

.caret-white {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, .65)
}

a:hover .caret-white {
    border-top-color: #fff
}

.tooltip-inner {
    background-color: #000
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000
}

.popover-content {
    font-size: 12px;
    line-height: 1.5
}

.progress-xs {
    height: 6px
}

.progress-sm {
    height: 10px
}

.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 1em
}

.progress,
.progress-bar {
    box-shadow: none
}

.accordion-group,
.accordion-inner {
    border-color: #ddd;
    border-radius: 4px
}

.alert {
    font-size: 13px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2)
}

.alert .close i {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.form-control {
    border-color: #ccc;
    border-radius: 4px
}

.form-control,
.form-control:focus {
    box-shadow: none
}

.form-control:focus {
    border-color: #66afe9
}

label.required:after {
    content: ' *';
    color: #c33b3b
}

.input-group-addon {
    border-color: #ccc;
    background-color: #fcfcfd
}

.list-group {
    border-radius: 4px
}

.list-group.no-radius .list-group-item {
    border-radius: 0!important
}

.list-group.no-borders .list-group-item {
    border: none
}

.list-group.no-border .list-group-item {
    border-width: 1px 0
}

.list-group.no-bg .list-group-item {
    background-color: transparent
}

.list-group-item {
    border-color: #ddd
}

.list-group-item a.list-group-item:focus,
.list-group-item a.list-group-item:hover {
    background-color: #f9fafc
}

.list-group-item.media {
    margin-top: 0
}

.list-group-item.active {
    color: #fff;
    border-color: #fff!important;
    background-color: #fff!important
}

.list-group-item.active .text-muted,
.list-group-item.active a {
    color: #fff
}

.list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, .02)!important
}

.list-group-lg .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px
}

.list-group-sp .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px
}

.list-group-item>.badge {
    margin-right: 0
}

.list-group-item>.fa-chevron-right {
    float: right;
    margin-top: 4px;
    margin-right: -5px
}

.list-group-item>.fa-chevron-right+.badge {
    margin-right: 5px
}

.nav-pills.no-radius>li>a {
    border-radius: 0
}

.nav-pills>li.active>a {
    color: #fff!important;
    background-color: #00aeef
}

.nav-primary .nav>li.active>a,
.nav-primary .nav>li>a:focus,
.nav-primary .nav>li>a:hover {
    background-color: #f3f2f2
}

.nav-primary .nav>li ul>li.active>a,
.nav-primary .nav>li ul>li>a:focus,
.nav-primary .nav>li ul>li>a:hover {
    background-color: #c1bebe
}

.nav-primary .nav>li ul>li ul>li.active>a,
.nav-primary .nav>li ul>li ul>li>a:focus,
.nav-primary .nav>li ul>li ul>li>a:hover {
    background-color: #a8a4a4
}

.nav-primary .nav>li ul ul li a {
    padding-left: 30px!important
}

.nav.nav-sm>li>a {
    padding: 6px 8px
}

.nav .avatar {
    width: 30px;
    margin-top: -5px;
    margin-right: 5px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f7f8fb
}

td .i-checks i,
th .i-checks i {
    margin-left: inherit
}

td code {
    background-color: transparent;
    padding: 0;
    border-radius: 0
}

td pre,
td pre.prettyprint {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.panel {
    border-radius: 4px
}

.panel.panel-default,
.panel.panel-default>.panel-footer,
.panel.panel-default>.panel-heading {
    border-color: #ddd
}

.panel.no-borders,
.panel.no-borders .panel-footer,
.panel.no-borders .panel-heading {
    border-width: 0
}

.panel .list-group-item {
    border-color: #e5e5e5
}

.panel-heading {
    border-radius: 4px 4px 0 0
}

.panel-heading.no-border {
    margin: -1px -1px 0;
    border: none
}

.panel-heading .nav>li>a {
    border-radius: 4px 4px 0 0;
    margin: 0;
    border-bottom-color: #ddd!important
}

.panel-heading .nav>li.active>a {
    border-color: #ddd #ddd #fff!important
}

.panel-heading .nav-tabs {
    margin: -11px -16px;
    border-color: #ddd
}

.panel-heading .nav-tabs.nav-justified {
    width: auto
}

.panel-heading .nav-tabs>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 0
}

.panel-heading .nav-tabs>li.active a {
    background-color: #00552b;
    color: #fff;
    border-bottom-color: #ddd!important
}

.panel-heading .list-group {
    background: 0 0
}

.panel-example {
    background-color: #f7f7f9;
    border-top: 1px solid #eaeef1
}

.panel-example pre {
    border: none;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 0
}

.header .panel-heading {
    border-radius: 0
}

.panel-footer {
    border-radius: 0 0 4px 4px
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #eaedef
}

.carousel-control {
    width: 40px;
    color: #999;
    text-shadow: none
}

.carousel-control:focus,
.carousel-control:hover {
    color: #ccc;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none
}

.carousel-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.carousel-indicators.out {
    bottom: -5px
}

.carousel-indicators li {
    transition: background-color .25s;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    border: none
}

.carousel-indicators .active {
    background: #666;
    background: rgba(0, 0, 0, .6);
    width: 10px;
    height: 10px;
    margin: 1px
}

.carousel.carousel-fade .item {
    transition: opacity .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .active {
    opacity: 1;
    filter: alpha(opacity=1)
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1
}

.carousel.carousel-fade .carousel-control {
    z-index: 3
}

.pendencia-validacao {
	border-style: solid;
	border-width : medium;
  	border-color: red;
}

.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-0 {
    clear: left
}

.margin-btn-grid{
	margin-left: 4px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.modal-dialog {
    margin-top: 70px
}

.modal-backdrop {
    background-color: #231f20
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.center {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    z-index:999999;
}

.modal-over {
    width: 100%;
    height: 100%;
    position: relative;
    background: #231f20
}

.modal-center {
    position: absolute;
    top: 50%;
    left: 50%
}

.modal-content {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25)
}

.modal-header .close {
    margin-top: 3px
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed!important
}

.navbar-fixed-top+*,
.navbar-fixed-top.header-md+* {
    padding-top: 50px
}

.open {
    z-index: 105;
    position: relative
}

.icon-muted {
    color: #ccc
}

.no-margin {
    margin: 0
}

.no-gutter [class*=col],
.no-padding {
    padding: 0
}

.navbar-header {
    position: relative
}

app-drop-list-select2 {
	width: 100%;
}

input.ng-invalid{
	border-color : red;
}

input.ng-untouched{
	border-color : #ced4da;
}

.navbar-header>.btn {
    position: absolute;
    font-size: 1.3em;
    padding: 9px 16px;
    line-height: 30px;
    left: 0
}

.navbar-header .navbar-brand+.btn {
    right: 0;
    top: 0;
    left: auto
}

.navbar-brand {
    float: none;
    font-size: 17px;
    font-weight: 700;
    height: auto;
    line-height: 50px;
    display: block;
    padding: 0 15px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand img {
    margin-top: -4px;
    vertical-align: middle
}

.nav-primary li>a,
.nav-primary li>a:focus,
.nav-primary li>a:hover {
    color: #000
}

.nav-primary li>a>i {
    margin: -8px 5px -8px -10px;
    line-height: 36px;
    width: 36px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden
}

.nav-primary li>a>i:before {
    position: relative;
    z-index: 2
}

.nav-primary ul.nav>li>a {
    padding: 8px 15px;
    position: relative;
    transition: background-color .2s ease-in-out 0s
}

.no-borders .nav-primary ul.nav>li>a {
    border-width: 0!important
}

.nav-primary ul.nav>li>a>.badge {
    font-size: 11px;
    padding: 2px 5px 2px 4px;
    margin-top: 2px
}

.nav-primary ul.nav>li>a>.text-muted {
    margin: 0 3px
}

.nav-primary ul.nav>li>a.active .text-inactive {
    display: none
}

.nav-primary ul.nav>li>a.active .text-active {
    display: inline-block!important
}

.nav-primary ul.nav>li li a {
    font-weight: 400;
    text-transform: none
}

.nav-primary ul.nav>li.active>ul {
    display: block
}

.nav-primary ul.nav ul {
    display: none
}

.bg-black .nav-primary>ul.nav-main>li.active>a,
.bg-black .nav-primary>ul.nav-main>li:active>a,
.bg-black .nav-primary>ul.nav-main>li:focus>a,
.bg-black .nav-primary>ul.nav-main>li:hover>a {
    background-color: #247d4a
}

@media (min-width:768px) {
    .visible-nav-xs {
        display: none
    }
    .nav-xs {
        width: 80px!important
    }
    .nav-xs .slim-scroll,
    .nav-xs .slimScrollDiv {
        overflow: visible!important
    }
    .nav-xs .slimScrollBar,
    .nav-xs .slimScrollRail {
        display: none!important
    }
    .nav-xs .scrollable {
        overflow: visible
    }
    .nav-xs .nav-primary>ul>li>a {
        position: relative;
        padding: 0;
        font-size: 11px;
        text-align: center;
        height: 50px;
        overflow-y: hidden;
        border: none
    }
    .nav-xs .nav-primary>ul>li>a span,
    .nav-xs .nav-primary>ul>li>a strong {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        width: 80px
    }
    .nav-xs .nav-primary>ul>li>a span.pull-right,
    .nav-xs .nav-primary>ul>li>a strong.pull-right {
        display: none!important
    }
    .nav-xs .nav-primary>ul>li>a i {
        width: auto;
        float: none;
        display: block;
        font-size: 16px;
        margin: 0;
        line-height: 50px;
        border: none!important;
        transition: margin-top .2s
    }
    .nav-xs .nav-primary>ul>li>a i b {
        left: 0!important
    }
    .nav-xs .nav-primary>ul>li>a .badge {
        position: absolute;
        right: 10px;
        top: 4px;
        z-index: 3
    }
    .nav-xs .nav-primary>ul>li.active>a i,
    .nav-xs .nav-primary>ul>li:active>a i,
    .nav-xs .nav-primary>ul>li:focus>a i,
    .nav-xs .nav-primary>ul>li:hover>a i {
        margin-top: -50px
    }
    .nav-xs .nav-primary>ul ul {
        display: none!important;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 110;
        width: 240px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
    }
    .nav-xs .nav-primary li:active>ul,
    .nav-xs .nav-primary li:focus>ul,
    .nav-xs .nav-primary li:hover>ul {
        display: block!important
    }
    .nav-xs.nav-xs-right .nav-primary>ul ul {
        left: auto;
        right: 100%
    }
    .nav-xs>.vbox>.footer,
    .nav-xs>.vbox>.header {
        padding: 0 25px
    }
    .nav-xs .hidden-nav-xs {
        display: none
    }
    .nav-xs .visible-nav-xs {
        display: inherit
    }
    .nav-xs .text-center-nav-xs {
        text-align: center
    }
    .nav-xs .nav-user {
        padding-left: 0;
        padding-right: 0
    }
    .nav-xs .nav-user .avatar {
        float: none!important;
        margin-right: 0
    }
    .nav-xs .nav-user .dropdown>a {
        display: block;
        text-align: center
    }
    .nav-xs .navbar-header {
        float: none
    }
    .nav-xs .navbar-brand {
        display: block;
        padding: 0
    }
    .nav-xs .navbar-brand img {
        margin-right: 0
    }
    .nav-xs .navbar {
        padding: 0
    }
    .header-md .navbar-brand {
        line-height: 50px
    }
    .header-md .navbar-brand img {
        max-height: 50px
    }
    .navbar-nav>li>a {
        line-height: 20px
    }
    .navbar-nav>li>ul {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .navbar-fixed-top-xs {
        position: fixed!important;
        left: 0;
        width: 100%;
        z-index: 110
    }
    .navbar-fixed-top-xs+* {
        padding-top: 50px!important
    }
    .nav-bar-fixed-bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 110
    }
    body,
    html {
        overflow-x: hidden;
        min-height: 100%
    }
    .nav-primary .dropdown-menu {
        position: relative;
        float: none;
        left: 0;
        margin-left: 0;
        padding: 0
    }
    .nav-primary .dropdown-menu a {
        padding: 15px;
        border-bottom: 1px solid #eee
    }
    .nav-primary .dropdown-menu li:last-child a {
        border-bottom: none
    }
    .navbar-header {
        text-align: center
    }
    .nav-user {
        margin: 0;
        padding: 15px
    }
    .nav-user.open {
        display: inherit!important
    }
    .nav-user .dropdown-menu {
        display: block;
        position: static;
        float: none
    }
    .nav-user .dropdown>a {
        display: block;
        text-align: center;
        font-size: 18px;
        padding-bottom: 10px
    }
    .nav-user .avatar {
        width: 160px!important;
        float: none!important;
        display: block;
        margin: 20px auto;
        padding: 5px;
        background-color: rgba(255, 255, 255, .1);
        position: relative
    }
    .nav-user .avatar:before {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: 5px;
        top: 5px;
        border: 4px solid #fff;
        border-radius: 500px
    }
    .nav-off-screen {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 75%;
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .nav-off-screen .nav-primary {
        display: block!important
    }
    .nav-off-screen .navbar-fixed-top-xs {
        width: 75%
    }
    .nav-off-screen.push-right .navbar-fixed-top-xs {
        left: 25%
    }
    .nav-off-screen.push-right {
        left: auto;
        right: 0
    }
    .nav-off-screen.push-right+* {
        transform: translate3d(-75%, 0, 0)
    }
    .nav-off-screen+* {
        background-color: #f2f4f8;
        transition: transform .2s ease-in-out;
        transition-delay: 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(75%, 0, 0);
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2
    }
    .nav-off-screen+* .nav-off-screen-block {
        display: block!important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 120
    }
    .navbar+section .nav-off-screen,
    .navbar+section .nav-off-screen+* {
        top: 50px
    }
    .slim-scroll,
    .slimScrollDiv {
        overflow: visible!important;
        height: auto!important
    }
    .slimScrollBar,
    .slimScrollRail {
        display: none!important
    }
}

.arrow {
    border-width: 8px;
    z-index: 10
}

.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.arrow:after {
    border-width: 7px;
    content: ""
}

.arrow.top {
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0, 0, 0, .1);
    top: -8px
}

.arrow.top:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.arrow.right {
    top: 50%;
    right: -8px;
    margin-top: -8px;
    border-right-width: 0;
    border-left-color: #eee;
    border-left-color: rgba(0, 0, 0, .1)
}

.arrow.right:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -7px
}

.arrow.bottom {
    left: 50%;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, .1);
    bottom: -8px
}

.arrow.bottom:after {
    content: " ";
    bottom: 1px;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.arrow.left {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: #eee;
    border-right-color: rgba(0, 0, 0, .1)
}

.arrow.left:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px
}

.btn-link {
    color: #333
}

.btn-link.active {
    webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

.btn-default.btn-bg {
    border-color: rgba(0, 0, 0, .1);
    background-clip: padding-box
}

.btn-primary {
    color: #fff;
    background-color: #00552b;
    border-color: #005576
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #014423;
    border-color: #02532a
}

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #00552b;
    border-color: #005576
}

.btn-primary .badge {
    color: #00552b;
    background-color: #fff
}

.btn-primary.btn-darken {
    color: #e6e6e6;
    background-color: #00435c;
    border-color: #002533
}

.btn-primary.btn-darken.active,
.btn-primary.btn-darken:active,
.btn-primary.btn-darken:focus,
.btn-primary.btn-darken:hover,
.open>.btn-primary.btn-darken.dropdown-toggle {
    color: #e6e6e6;
    background-color: #001e29;
    border-color: #000
}

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

.btn-primary.btn-darken.disabled,
.btn-primary.btn-darken.disabled.active,
.btn-primary.btn-darken.disabled:active,
.btn-primary.btn-darken.disabled:focus,
.btn-primary.btn-darken.disabled:hover,
.btn-primary.btn-darken[disabled],
.btn-primary.btn-darken[disabled].active,
.btn-primary.btn-darken[disabled]:active,
.btn-primary.btn-darken[disabled]:focus,
.btn-primary.btn-darken[disabled]:hover,
fieldset[disabled] .btn-primary.btn-darken,
fieldset[disabled] .btn-primary.btn-darken.active,
fieldset[disabled] .btn-primary.btn-darken:active,
fieldset[disabled] .btn-primary.btn-darken:focus,
fieldset[disabled] .btn-primary.btn-darken:hover {
    background-color: #00435c;
    border-color: #002533
}

.btn-primary.btn-darken .badge {
    color: #00435c;
    background-color: #e6e6e6
}

.btn-success {
    color: #fff;
    background-color: #247d4a;
    border-color: #1e693e
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #195533;
    border-color: #113a22
}

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

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #247d4a;
    border-color: #1e693e
}

.btn-success .badge {
    color: #247d4a;
    background-color: #fff
}

.btn-success.btn-darken {
    color: #e6e6e6;
    background-color: #195533;
    border-color: #0f3620
}

.btn-success.btn-darken.active,
.btn-success.btn-darken:active,
.btn-success.btn-darken:focus,
.btn-success.btn-darken:hover,
.open>.btn-success.btn-darken.dropdown-toggle {
    color: #e6e6e6;
    background-color: #0d2e1b;
    border-color: #020604
}

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

.btn-success.btn-darken.disabled,
.btn-success.btn-darken.disabled.active,
.btn-success.btn-darken.disabled:active,
.btn-success.btn-darken.disabled:focus,
.btn-success.btn-darken.disabled:hover,
.btn-success.btn-darken[disabled],
.btn-success.btn-darken[disabled].active,
.btn-success.btn-darken[disabled]:active,
.btn-success.btn-darken[disabled]:focus,
.btn-success.btn-darken[disabled]:hover,
fieldset[disabled] .btn-success.btn-darken,
fieldset[disabled] .btn-success.btn-darken.active,
fieldset[disabled] .btn-success.btn-darken:active,
fieldset[disabled] .btn-success.btn-darken:focus,
fieldset[disabled] .btn-success.btn-darken:hover {
    background-color: #195533;
    border-color: #0f3620
}

.btn-success.btn-darken .badge {
    color: #195533;
    background-color: #e6e6e6
}

.btn-info {
    color: #fff;
    background-color: #00aeef;
    border-color: #009bd6
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0089bc;
    border-color: #006f98
}

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

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #00aeef;
    border-color: #009bd6
}

.btn-info .badge {
    color: #00aeef;
    background-color: #fff
}

.btn-info.btn-darken {
    color: #e6e6e6;
    background-color: #0089bc;
    border-color: #006f98
}

.btn-info.btn-darken.active,
.btn-info.btn-darken:active,
.btn-info.btn-darken:focus,
.btn-info.btn-darken:hover,
.open>.btn-info.btn-darken.dropdown-toggle {
    color: #e6e6e6;
    background-color: #006489;
    border-color: #00425b
}

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

.btn-info.btn-darken.disabled,
.btn-info.btn-darken.disabled.active,
.btn-info.btn-darken.disabled:active,
.btn-info.btn-darken.disabled:focus,
.btn-info.btn-darken.disabled:hover,
.btn-info.btn-darken[disabled],
.btn-info.btn-darken[disabled].active,
.btn-info.btn-darken[disabled]:active,
.btn-info.btn-darken[disabled]:focus,
.btn-info.btn-darken[disabled]:hover,
fieldset[disabled] .btn-info.btn-darken,
fieldset[disabled] .btn-info.btn-darken.active,
fieldset[disabled] .btn-info.btn-darken:active,
fieldset[disabled] .btn-info.btn-darken:focus,
fieldset[disabled] .btn-info.btn-darken:hover {
    background-color: #0089bc;
    border-color: #006f98
}

.btn-info.btn-darken .badge {
    color: #0089bc;
    background-color: #e6e6e6
}

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

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

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

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

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

.btn-warning.btn-darken {
    color: #e6e6e6;
    background-color: #ec971f;
    border-color: #d18212
}

.btn-warning.btn-darken.active,
.btn-warning.btn-darken:active,
.btn-warning.btn-darken:focus,
.btn-warning.btn-darken:hover,
.open>.btn-warning.btn-darken.dropdown-toggle {
    color: #e6e6e6;
    background-color: #c77c11;
    border-color: #985f0d
}

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

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

.btn-warning.btn-darken .badge {
    color: #ec971f;
    background-color: #e6e6e6
}

.btn-danger {
    color: #fff;
    background-color: #c33b3b;
    border-color: #af3535
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9c2f2f;
    border-color: #802727
}

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

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

.btn-danger .badge {
    color: #c33b3b;
    background-color: #fff
}

.btn-danger.btn-darken {
    color: #e6e6e6;
    background-color: #9c2f2f;
    border-color: #7d2626
}

.btn-danger.btn-darken.active,
.btn-danger.btn-darken:active,
.btn-danger.btn-darken:focus,
.btn-danger.btn-darken:hover,
.open>.btn-danger.btn-darken.dropdown-toggle {
    color: #e6e6e6;
    background-color: #752323;
    border-color: #4e1717
}

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

.btn-danger.btn-darken.disabled,
.btn-danger.btn-darken.disabled.active,
.btn-danger.btn-darken.disabled:active,
.btn-danger.btn-darken.disabled:focus,
.btn-danger.btn-darken.disabled:hover,
.btn-danger.btn-darken[disabled],
.btn-danger.btn-darken[disabled].active,
.btn-danger.btn-darken[disabled]:active,
.btn-danger.btn-darken[disabled]:focus,
.btn-danger.btn-darken[disabled]:hover,
fieldset[disabled] .btn-danger.btn-darken,
fieldset[disabled] .btn-danger.btn-darken.active,
fieldset[disabled] .btn-danger.btn-darken:active,
fieldset[disabled] .btn-danger.btn-darken:focus,
fieldset[disabled] .btn-danger.btn-darken:hover {
    background-color: #9c2f2f;
    border-color: #7d2626
}

.btn-danger.btn-darken .badge {
    color: #9c2f2f;
    background-color: #e6e6e6
}

.btn-dark {
    color: #fff;
    background-color: #231f20;
    border-color: #231f20
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #080707;
    border-color: #030202
}

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

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark[disabled].active,
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    background-color: #231f20;
    border-color: #231f20
}

.btn-dark .badge {
    color: #231f20;
    background-color: #fff
}

.btn-dark.btn-darken {
    color: #e6e6e6;
    background-color: #080707;
    border-color: #000
}

.btn-dark.btn-darken.active,
.btn-dark.btn-darken:active,
.btn-dark.btn-darken:focus,
.btn-dark.btn-darken:hover,
.open>.btn-dark.btn-darken.dropdown-toggle {
    color: #e6e6e6;
    background-color: #000;
    border-color: #000
}

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

.btn-dark.btn-darken.disabled,
.btn-dark.btn-darken.disabled.active,
.btn-dark.btn-darken.disabled:active,
.btn-dark.btn-darken.disabled:focus,
.btn-dark.btn-darken.disabled:hover,
.btn-dark.btn-darken[disabled],
.btn-dark.btn-darken[disabled].active,
.btn-dark.btn-darken[disabled]:active,
.btn-dark.btn-darken[disabled]:focus,
.btn-dark.btn-darken[disabled]:hover,
fieldset[disabled] .btn-dark.btn-darken,
fieldset[disabled] .btn-dark.btn-darken.active,
fieldset[disabled] .btn-dark.btn-darken:active,
fieldset[disabled] .btn-dark.btn-darken:focus,
fieldset[disabled] .btn-dark.btn-darken:hover {
    background-color: #080707;
    border-color: #000
}

.btn-dark.btn-darken .badge {
    color: #080707;
    background-color: #e6e6e6
}

.btn {
    font-weight: 400;
    border-radius: 4px
}

.btn-icon {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 34px;
    text-align: center
}

.btn-icon.b-2x {
    width: 36px
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    width: 30px
}

.btn-group-sm>.btn-icon.b-2x.btn,
.btn-icon.btn-sm.b-2x {
    width: 32px
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
    width: 45px
}

.btn-group-lg>.btn-icon.b-2x.btn,
.btn-icon.btn-lg.b-2x {
    width: 47px
}

.btn-group-justified {
    border-collapse: separate
}

.btn-rounded {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px
}

.btn-group-lg>.btn-rounded.btn,
.btn-rounded.btn-lg {
    padding-left: 25px;
    padding-right: 25px
}

.btn>i.pull-left,
.btn>i.pull-right {
    line-height: 1.428571429
}

.btn-block {
    padding-left: 12px;
    padding-right: 12px
}

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

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

.btn-inactive {
    box-shadow: none!important
}

.chat-item:after,
.chat-item:before {
    content: " ";
    display: table
}

.chat-item:after {
    clear: both
}

.chat-item .arrow {
    top: 20px
}

.chat-item .arrow.right:after {
    border-left-color: #f2f4f8
}

.chat-item .chat-body {
    position: relative;
    margin-left: 45px;
    min-height: 30px
}

.chat-item .chat-body .panel {
    margin: 0 -1px
}

.chat-item.right .chat-body {
    margin-left: 0;
    margin-right: 45px
}

.chat-item+.chat-item {
    margin-top: 15px
}

.comment-list {
    position: relative
}

.comment-list .comment-item {
    margin-top: 0;
    position: relative
}

.comment-list .comment-item>.thumb-sm {
    width: 36px
}

.comment-list .comment-item .arrow.left {
    top: 20px;
    left: 39px
}

.comment-list .comment-item .comment-body {
    margin-left: 46px
}

.comment-list .comment-item .panel-body {
    padding: 10px 15px
}

.comment-list .comment-item .panel-footer,
.comment-list .comment-item .panel-heading {
    position: relative;
    font-size: 12px;
    background-color: #fff
}

.comment-list .comment-reply {
    margin-left: 46px
}

.comment-list:before {
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 18px;
    width: 1px;
    background: #e0e4e8;
    content: ''
}

.timeline {
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse
}

.timeline:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 30px;
    background-color: #ddd;
    z-index: 0
}

.timeline .timeline-date {
    position: absolute;
    width: 150px;
    left: -200px;
    top: 50%;
    margin-top: -9px;
    text-align: right
}

.timeline .timeline-icon {
    position: absolute;
    left: -41px;
    top: -2px;
    top: 50%;
    margin-top: -15px
}

.timeline .time-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block!important;
    z-index: 10;
    border-radius: 20px;
    text-align: center
}

.timeline .time-icon:before {
    font-size: 14px;
    margin-top: 5px
}

.timeline-item {
    display: table-row
}

.timeline-item.alt:after,
.timeline-item:before {
    content: "";
    display: block;
    width: 50%
}

.timeline-item.alt {
    text-align: right
}

.timeline-item.alt:before {
    display: none
}

.timeline-item.alt .panel {
    margin-right: 25px;
    margin-left: 0
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -41px
}

.timeline-item.active {
    display: table-caption;
    text-align: center
}

.timeline-item.active:before {
    width: 1%
}

.timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto
}

.timeline-item.active .timeline-caption h5 span {
    color: #fff
}

.timeline-item.active .panel {
    margin-left: 0
}

.timeline-item.active .timeline-date,
.timeline-item.active .timeline-icon {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
    width: auto
}

.timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.timeline-caption .panel {
    margin-left: 25px;
    position: relative;
    text-align: left
}

.timeline-caption h5 {
    margin: 0
}

.timeline-caption h5 span {
    display: block;
    color: #999;
    margin-bottom: 4px;
    font-size: 12px
}

.timeline-caption p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px
}

.timeline-footer {
    display: table-row
}

.timeline-footer a {
    display: table-cell;
    text-align: right
}

.timeline-footer .time-icon {
    margin-right: -15px;
    z-index: 5
}

.post-item {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 15px
}

.post-item .post-title {
    margin-top: 0
}

.post-item .post-media {
    text-align: center
}

.post-item .post-media img {
    border-radius: 3px 3px 0 0
}

.switch {
    cursor: pointer;
    position: relative
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.switch input:checked+span {
    background-color: #247d4a
}

.switch input:checked+span:after {
    left: 31px
}

.switch span {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, .1);
    display: inline-block;
    transition: background-color .2s
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    transition: left .2s
}

.nav-docs>ul>li>a {
    padding-top: 5px!important;
    padding-bottom: 5px!important
}

.dropfile {
    text-align: center;
    min-height: 20px;
    border: 2px dashed #e0e4e8;
    border-radius: 4px
}

.dropfile.hover {
    border-color: #aac3cc
}

.dropfile small {
    margin: 50px 0;
    display: block
}

.tab-error,
.tab-error i {
    color: #c33b3b!important
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}

.tabs-left {
    border-right: 1px solid #ddd
}

.tabs-left>li {
    margin-right: -1px
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover {
    border-bottom-color: #ddd;
    border-right-color: transparent
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block
}

.tabs-right {
    border-left: 1px solid #ddd
}

.tabs-right>li {
    margin-left: -1px
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:focus,
.tabs-right>li.active>a:hover {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0
}

.portlet {
    min-height: 30px
}

.jqstooltip {
    box-sizing: content-box
}

.easypiechart {
    position: relative;
    text-align: center
}

.easypiechart>div {
    position: relative;
    z-index: 1
}

.easypiechart>div .text {
    position: absolute;
    width: 100%;
    top: 60%;
    line-height: 1
}

.easypiechart>div img {
    margin-top: -4px
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.flot-legend .legend>div {
    display: none
}

.flot-legend .legend .legendColorBox>div {
    border: none!important;
    margin: 5px
}

.flot-legend .legend .legendColorBox>div>div {
    border-radius: 10px
}

.list-icon i {
    font-size: 14px;
    width: 40px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    transition: font-size .2s
}

.list-icon div {
    line-height: 40px;
    white-space: nowrap
}

.list-icon div:hover i {
    font-size: 26px
}

.note-editor,
.note-editor .note-toolbar {
    border-color: #ccc
}

.note-editor .note-toolbar.btn-toolbar {
    margin-left: 0
}

.note-editor .note-statusbar .note-resizebar {
    border-color: #ccc
}

.th-sortable {
    cursor: pointer
}

.th-sortable .th-sort {
    float: right;
    position: relative
}

.th-sortable.active .text-inactive {
    display: none!important
}

.th-sortable.active .text-active {
    display: inline-block!important
}

.th-sort i {
    position: relative;
    z-index: 1
}

.th-sort .fa-sort {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bac3cc;
    z-index: 0
}

.sortable-placeholder {
    list-style: none;
    border: 1px dashed #CCC;
    min-height: 50px;
    margin-bottom: 5px
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.nestable .dd-handle,
.sortable .list-group-item {
    cursor: pointer
}

.parsley-errors-list {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    display: none
}

.parsley-errors-list.filled {
    display: block
}

.checkbox .parsley-errors-list,
.checkbox-inline .parsley-errors-list {
    margin-left: -20px
}

.parsley-error,
.parsley-error i,
.parsley-error span {
    border-color: #ff5f5f!important
}

.datepicker td.active,
.datepicker td.active.active,
.datepicker td.active:hover,
.datepicker td.active:hover.active {
    background: #00552b
}

#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    border-radius: 4px
}

.calendar a {
    text-decoration: none;
    cursor: pointer
}

.calendar td {
    text-align: center;
    border: none!important;
    padding: 0!important
}

.calendar .header td.year {
    width: 72%
}

.calendar .header i {
    font-size: 14px;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer
}

.calendar .prev_month {
    float: left
}

.calendar .next_month {
    float: right
}

.calendar .year {
    text-align: center;
    font-weight: 400
}

.calendar .week_days {
    font-weight: 400
}

.calendar .table {
    margin: 0
}

.calendar .table td {
    position: relative;
    padding: 0;
    border: none
}

.calendar .table td.event a {
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(0, 0, 0, .05);
    border-radius: 30px
}

.calendar .table td.event a:focus,
.calendar .table td.event a:hover {
    background-color: rgba(0, 0, 0, .15)
}

.calendar .table td a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px
}

.calendar .table td span {
    width: 4px;
    height: 4px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: 4px
}

.calendar .popover,
.calendar .popover a {
    color: #666!important
}

.calendar .popover .popover-title {
    white-space: nowrap
}

.noborder,
.noborder .calendar,
.noborder .calendar * {
    border: none!important
}

.dropdown-menu .calendar td a {
    padding: 0
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -2px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -10px
}

.slider.slider-horizontal .slider-handle.triangle {
    border-color: transparent transparent #247d4a;
    box-shadow: none;
    border-width: 0 10px 10px;
    width: 0;
    height: 0;
    margin-top: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 4px;
    height: 100%;
    margin-left: -2px;
    left: 50%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-handle {
    margin-left: -10px;
    margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #fff;
    margin-left: 0
}

.slider input {
    display: none
}

.slider .tooltip-inner {
    white-space: nowrap
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px
}

.slider-selection {
    position: absolute;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    border-radius: 5px
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15)
}

.slider-handle.round {
    border-radius: 20px
}

.slider-handle.triangle {
    background: 0 0
}

.rvfs-1 h2,
.rvfs-1 h3,
.rvfs-1 h4,
.rvfs-1 h5,
.rvfs-1 h6,
.rvfs-1 label,
.rvfs-1 li,
.rvfs-1 p {
    font-size: .7em
}

.rvfs-2 h2,
.rvfs-2 h3,
.rvfs-2 h4,
.rvfs-2 h5,
.rvfs-2 h6,
.rvfs-2 label,
.rvfs-2 li,
.rvfs-2 p {
    font-size: .8em
}

.rvfs-3 h2,
.rvfs-3 h3,
.rvfs-3 h4,
.rvfs-3 h5,
.rvfs-3 h6,
.rvfs-3 label,
.rvfs-3 li,
.rvfs-3 p {
    font-size: .9em
}

.rvfs-5 h2,
.rvfs-5 h3,
.rvfs-5 h4,
.rvfs-5 h5,
.rvfs-5 h6,
.rvfs-5 label,
.rvfs-5 li,
.rvfs-5 p {
    font-size: 1.2em
}

.rvfs-6 h2,
.rvfs-6 h3,
.rvfs-6 h4,
.rvfs-6 h5,
.rvfs-6 h6,
.rvfs-6 label,
.rvfs-6 li,
.rvfs-6 p {
    font-size: 1.3em
}

.rvfs-7 h2,
.rvfs-7 h3,
.rvfs-7 h4,
.rvfs-7 h5,
.rvfs-7 h6,
.rvfs-7 label,
.rvfs-7 li,
.rvfs-7 p {
    font-size: 1.4em
}

.chosen-container {
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    zoom: 1;
    -webkit-user-select: none;
    user-select: none
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    border: 1px solid #66afe9;
    border-top: 0;
    z-index: 1010
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 16px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
    color: #555;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.b6c637988eaf0e65d76f.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:focus,
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('chosen-sprite.b6c637988eaf0e65d76f.png') 0 7px no-repeat
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ccc;
    background: url('chosen-sprite.b6c637988eaf0e65d76f.png') 100% -20px no-repeat;
    font-size: 1em;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #999;
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 11px;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    cursor: text;
    min-height: 35px
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding: 2px 5px;
    height: 22px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    color: #555;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 2px 0 2px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #f5f5f5;
    background-clip: padding-box;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.b6c637988eaf0e65d76f.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #111!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url('chosen-sprite.b6c637988eaf0e65d76f.png') -30px -20px no-repeat;
    direction: rtl
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url('chosen-sprite@2x.ad5aa8a695c7b0e143f0.png')!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    word-wrap: break-word
}

.toast-close-button {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-full-width {
    width: 100%;
    top: 0;
    right: 0
}

.toast-bottom-full-width {
    width: 100%;
    right: 0;
    bottom: 0
}

.toast-top-left {
    top: 85px;
    left: 15px
}

.toast-top-right {
    top: 85px;
    right: 15px
}

.toast-bottom-right {
    right: 15px;
    bottom: 15px
}

.toast-bottom-left {
    bottom: 15px;
    left: 15px
}

#toast-container {
    position: fixed;
    z-index: 9999
}

#toast-container>div {
    width: 300px
}

#toast-container>:hover {
    cursor: pointer
}

#toast-container>.toast {
    background-image: none!important
}

#toast-container>.toast:before {
    position: fixed;
    margin: auto .5em auto -1.5em;
    padding-right: .5em;
    float: left;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 20px
}

#toast-container>.toast-warning:before {
    content: "\f06a"
}

#toast-container>.toast-error:before {
    content: "\f071"
}

#toast-container>.toast-info:before {
    content: "\f05a"
}

#toast-container>.toast-success:before {
    content: "\f00c"
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin: auto
}

.toast {
    margin-bottom: 15px;
    padding: 15px 15px 15px 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset
}

.toast-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.toast-success hr {
    border-top-color: #c9e2b3
}

.toast-success .alert-link {
    color: #2b542c
}

.toast-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.toast-info hr {
    border-top-color: #a6e1ec
}

.toast-info .alert-link {
    color: #245269
}

.toast-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.toast-warning hr {
    border-top-color: #f7e1b5
}

.toast-warning .alert-link {
    color: #66512c
}

.toast-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.toast-error hr {
    border-top-color: #e4b9c0
}

.toast-error .alert-link {
    color: #843534
}

@media all and (max-width:240px) {
    #toast-container>div {
        width: 11em;
        padding: 8px 8px 8px 50px
    }
    #toast-container .toast-close-button {
        top: -.2em;
        right: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        width: 18em;
        padding: 8px 8px 8px 50px
    }
    #toast-container .toast-close-button {
        top: -.2em;
        right: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        width: 25em;
        padding: 15px 15px 15px 50px
    }
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 3px
}

.dd-handle:hover {
    background: #fff
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item>button[data-action=collapse]:before {
    content: '-'
}

.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd
}

@media only screen and (min-width:700px) {
    .dd+.dd {
        margin-left: 2%
    }
}

.dd-hover>.dd-handle {
    background: #2ea8e5!important
}

.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 3px
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0
}

.dd3-item>button {
    margin-left: 40px
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dd3-handle i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    text-indent: 0;
    color: #ccc
}

.dd3-handle:hover {
    background: #f7f7f7
}

.bg-gradient {
    background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .05) 100%);
    background-repeat: repeat-x;
    filter: none
}

.bg-light {
    background-color: #f2f4f8;
    color: #333
}

.bg-light .lt,
.bg-light.lt {
    background-color: #edf0f6
}

.bg-light .lter,
.bg-light.lter {
    background-color: #e7ebf4
}

.bg-light .dk,
.bg-light.dk {
    background-color: #e9edf4
}

.bg-light .dker,
.bg-light.dker {
    background-color: #e0e6f0
}

.bg-light .bg,
.bg-light.bg {
    background-color: #f2f4f8
}

.bg-dark {
    background-color: #231f20;
    color: #8e8083
}

.bg-dark .lt,
.bg-dark.lt {
    background-color: #161313
}

.bg-dark .lter,
.bg-dark.lter {
    background-color: #080707
}

.bg-dark .dk,
.bg-dark.dk {
    background-color: #161313
}

.bg-dark .dker,
.bg-dark.dker {
    background-color: #080707
}

.bg-dark .bg,
.bg-dark.bg {
    background-color: #231f20
}

.bg-dark a {
    color: #a69b9e
}

.bg-dark a:focus,
.bg-dark a:hover {
    color: #fff
}

.bg-dark a.list-group-item:focus,
.bg-dark a.list-group-item:hover {
    background-color: inherit
}

.bg-dark .nav>li.active>a,
.bg-dark .nav>li:active>a,
.bg-dark .nav>li:focus>a,
.bg-dark .nav>li:hover>a {
    color: #fff;
    background-color: #0f0d0d
}

.bg-dark .nav>li>a {
    color: #a69b9e
}

.bg-dark .nav>li>a:focus,
.bg-dark .nav>li>a:hover {
    background-color: #161313
}

.bg-dark .nav .open>a {
    background-color: #0f0d0d
}

.bg-dark .caret {
    border-top-color: #8e8083;
    border-bottom-color: #8e8083
}

.bg-dark.navbar .nav>li.active>a {
    color: #fff;
    background-color: #161313
}

.bg-dark .open>a,
.bg-dark .open>a:focus,
.bg-dark .open>a:hover {
    color: #fff
}

.bg-dark .text-muted {
    color: #74676a!important
}

.bg-dark .text-lt {
    color: #cac3c5!important
}

.bg-dark .icon-muted {
    color: #74676a!important
}

.bg-dark .auto .list-group-item,
.bg-dark.auto .list-group-item {
    border-color: #2b2627!important;
    background-color: transparent
}

.bg-dark .auto .list-group-item.active,
.bg-dark .auto .list-group-item:active,
.bg-dark .auto .list-group-item:focus,
.bg-dark .auto .list-group-item:hover,
.bg-dark.auto .list-group-item.active,
.bg-dark.auto .list-group-item:active,
.bg-dark.auto .list-group-item:focus,
.bg-dark.auto .list-group-item:hover {
    background-color: #161313
}

.bg-dark .list-rounded li.active a {
    background-color: #fff;
    color: #231f20
}

.bg-dark .list-rounded li.active a,
.bg-dark .list-rounded li:active a,
.bg-dark .list-rounded li:hover a {
    border-color: #fff
}

.bg-black {
    background-color: #12131a;
    color: #656b93
}

.bg-black .lt,
.bg-black.lt {
    background-color: #07080b
}

.bg-black .lter,
.bg-black.lter {
    background-color: #000
}

.bg-black .dk,
.bg-black.dk {
    background-color: #07080b
}

.bg-black .dker,
.bg-black.dker {
    background-color: #000
}

.bg-black .bg,
.bg-black.bg {
    background-color: #12131a
}

.bg-black a {
    color: #8287a9
}

.bg-black a:focus,
.bg-black a:hover {
    color: #fff
}

.bg-black a.list-group-item:focus,
.bg-black a.list-group-item:hover {
    background-color: inherit
}

.bg-black .nav>li.active>a,
.bg-black .nav>li:active>a,
.bg-black .nav>li:focus>a,
.bg-black .nav>li:hover>a {
    color: #fff;
    background-color: #020203
}

.bg-black .nav>li>a {
    color: #8287a9
}

.bg-black .nav>li>a:focus,
.bg-black .nav>li>a:hover {
    background-color: #07080b
}

.bg-black .nav .open>a {
    background-color: #020203
}

.bg-black .caret {
    border-top-color: #656b93;
    border-bottom-color: #656b93
}

.bg-black.navbar .nav>li.active>a {
    color: #fff;
    background-color: #07080b
}

.bg-black .open>a,
.bg-black .open>a:focus,
.bg-black .open>a:hover {
    color: #fff
}

.bg-black .text-muted {
    color: #515574!important
}

.bg-black .text-lt {
    color: #b0b3c8!important
}

.bg-black .icon-muted {
    color: #515574!important
}

.bg-black .auto .list-group-item,
.bg-black.auto .list-group-item {
    border-color: #181a23!important;
    background-color: transparent
}

.bg-black .auto .list-group-item.active,
.bg-black .auto .list-group-item:active,
.bg-black .auto .list-group-item:focus,
.bg-black .auto .list-group-item:hover,
.bg-black.auto .list-group-item.active,
.bg-black.auto .list-group-item:active,
.bg-black.auto .list-group-item:focus,
.bg-black.auto .list-group-item:hover {
    background-color: #07080b
}

.bg-black .list-rounded li.active a {
    background-color: #fff;
    color: #12131a
}

.bg-black .list-rounded li.active a,
.bg-black .list-rounded li:active a,
.bg-black .list-rounded li:hover a {
    border-color: #fff
}

.bg-primary {
    background-color: #00552b;
    color: #5cd3ff
}

.bg-primary .lt,
.bg-primary.lt {
    background-color: #005576
}

.bg-primary .lter,
.bg-primary.lter {
    background-color: #00435c
}

.bg-primary .dk,
.bg-primary.dk {
    background-color: #005576
}

.bg-primary .dker,
.bg-primary.dker {
    background-color: #00435c
}

.bg-primary .bg,
.bg-primary.bg {
    background-color: #00552b
}

.bg-primary .bg-primary-ltest {
    background-color: #ecf6fb
}

.bg-primary a {
    color: #FC0
}

.bg-primary a:focus,
.bg-primary a:hover {
    color: #fff
}

.bg-primary a.list-group-item:focus,
.bg-primary a.list-group-item:hover {
    background-color: inherit
}

.bg-primary .nav>li.active>a,
.bg-primary .nav>li:active>a,
.bg-primary .nav>li:focus>a,
.bg-primary .nav>li:hover>a {
    color: #fff;
    background-color: #00552b
}

.bg-primary .nav>li>a {
    color: #FC0
}

.bg-primary .nav>li>a:focus,
.bg-primary .nav>li>a:hover {
    background-color: #00552b
}

.bg-primary .nav .open>a {
    background-color: #004c69
}

.bg-primary .caret {
    border-top-color: #5cd3ff;
    border-bottom-color: #5cd3ff
}

.bg-primary.navbar .nav>li.active>a {
    color: #fff;
    background-color: #005576
}

.bg-primary .open>a,
.bg-primary .open>a:focus,
.bg-primary .open>a:hover {
    color: #fff
}

.bg-primary .text-muted {
    color: #29c5ff!important
}

.bg-primary .text-lt {
    color: #dcf5ff!important
}

.bg-primary .icon-muted {
    color: #29c5ff!important
}

.bg-primary .auto .list-group-item,
.bg-primary.auto .list-group-item {
    border-color: #00739e!important;
    background-color: transparent
}

.bg-primary .auto .list-group-item.active,
.bg-primary .auto .list-group-item:active,
.bg-primary .auto .list-group-item:focus,
.bg-primary .auto .list-group-item:hover,
.bg-primary.auto .list-group-item.active,
.bg-primary.auto .list-group-item:active,
.bg-primary.auto .list-group-item:focus,
.bg-primary.auto .list-group-item:hover {
    background-color: #005576
}

.bg-primary .list-rounded li.active a {
    background-color: #fff;
    color: #00552b
}

.bg-primary .list-rounded li.active a,
.bg-primary .list-rounded li:active a,
.bg-primary .list-rounded li:hover a {
    border-color: #fff
}

.bg-primary .form-control,
.bg-primary .form-control:focus,
.bg-primary .i-checks input:checked+i {
    border-color: transparent
}

.bg-primary .i-checks input:checked+i:before {
    color: #00435c
}

.bg-primary .i-checks input[disabled]+i,
fieldset[disabled] .bg-primary .i-checks input+i {
    background-color: #43ccff
}

.bg-primary .i-checks input[disabled]+i:before,
fieldset[disabled] .bg-primary .i-checks input+i:before {
    color: transparent
}

.bg-primary .i-checks i {
    border-color: transparent
}

.bg-success {
    background-color: #247d4a;
    color: #8edfb1
}

.bg-success .lt,
.bg-success.lt {
    background-color: #1d6b3e
}

.bg-success .lter,
.bg-success.lter {
    background-color: #165832
}

.bg-success .dk,
.bg-success.dk {
    background-color: #1d6b3e
}

.bg-success .dker,
.bg-success.dker {
    background-color: #165832
}

.bg-success .bg,
.bg-success.bg {
    background-color: #247d4a
}

.bg-success .bg-success-ltest {
    background-color: #f1ffed
}

.bg-success a {
    color: #b6eacc
}

.bg-success a:focus,
.bg-success a:hover {
    color: #fff
}

.bg-success a.list-group-item:focus,
.bg-success a.list-group-item:hover {
    background-color: inherit
}

.bg-success .nav>li.active>a,
.bg-success .nav>li:active>a,
.bg-success .nav>li:focus>a,
.bg-success .nav>li:hover>a {
    color: #fff;
    background-color: #1a6138
}

.bg-success .nav>li>a {
    color: #b6eacc
}

.bg-success .nav>li>a:focus,
.bg-success .nav>li>a:hover {
    background-color: #1d6b3e
}

.bg-success .nav .open>a {
    background-color: #1a6138
}

.bg-success .caret {
    border-top-color: #8edfb1;
    border-bottom-color: #8edfb1
}

.bg-success.navbar .nav>li.active>a {
    color: #fff;
    background-color: #1d6b3e
}

.bg-success .open>a,
.bg-success .open>a:focus,
.bg-success .open>a:hover {
    color: #fff
}

.bg-success .text-muted {
    color: #67d395!important
}

.bg-success .text-lt {
    color: #f1fbf6!important
}

.bg-success .icon-muted {
    color: #67d395!important
}

.bg-success .auto .list-group-item,
.bg-success.auto .list-group-item {
    border-color: #278951!important;
    background-color: transparent
}

.bg-success .auto .list-group-item.active,
.bg-success .auto .list-group-item:active,
.bg-success .auto .list-group-item:focus,
.bg-success .auto .list-group-item:hover,
.bg-success.auto .list-group-item.active,
.bg-success.auto .list-group-item:active,
.bg-success.auto .list-group-item:focus,
.bg-success.auto .list-group-item:hover {
    background-color: #1d6b3e
}

.bg-success .list-rounded li.active a {
    background-color: #fff;
    color: #247d4a
}

.bg-success .list-rounded li.active a,
.bg-success .list-rounded li:active a,
.bg-success .list-rounded li:hover a {
    border-color: #fff
}

.bg-success .form-control,
.bg-success .form-control:focus,
.bg-success .i-checks input:checked+i {
    border-color: transparent
}

.bg-success .i-checks input:checked+i:before {
    color: #195533
}

.bg-success .i-checks input[disabled]+i,
fieldset[disabled] .bg-success .i-checks input+i {
    background-color: #7bd9a3
}

.bg-success .i-checks input[disabled]+i:before,
fieldset[disabled] .bg-success .i-checks input+i:before {
    color: transparent
}

.bg-success .i-checks i {
    border-color: transparent
}

.bg-info {
    background-color: #00aeef;
    color: #bcedff
}

.bg-info .lt,
.bg-info.lt {
    background-color: #009bd6
}

.bg-info .lter,
.bg-info.lter {
    background-color: #0089bc
}

.bg-info .dk,
.bg-info.dk {
    background-color: #009bd6
}

.bg-info .dker,
.bg-info.dker {
    background-color: #0089bc
}

.bg-info .bg,
.bg-info.bg {
    background-color: #00aeef
}

.bg-info .bg-info-ltest {
    background-color: #ecfcff
}

.bg-info a {
    color: #effbff
}

.bg-info a:focus,
.bg-info a:hover {
    color: #fff
}

.bg-info a.list-group-item:focus,
.bg-info a.list-group-item:hover {
    background-color: inherit
}

.bg-info .nav>li.active>a,
.bg-info .nav>li:active>a,
.bg-info .nav>li:focus>a,
.bg-info .nav>li:hover>a {
    color: #fff;
    background-color: #0092c9
}

.bg-info .nav>li>a {
    color: #effbff
}

.bg-info .nav>li>a:focus,
.bg-info .nav>li>a:hover {
    background-color: #009bd6
}

.bg-info .nav .open>a {
    background-color: #0092c9
}

.bg-info .caret {
    border-top-color: #bcedff;
    border-bottom-color: #bcedff
}

.bg-info.navbar .nav>li.active>a {
    color: #fff;
    background-color: #009bd6
}

.bg-info .open>a,
.bg-info .open>a:focus,
.bg-info .open>a:hover {
    color: #fff
}

.bg-info .text-muted {
    color: #89dfff!important
}

.bg-info .text-lt {
    color: #fff!important
}

.bg-info .icon-muted {
    color: #89dfff!important
}

.bg-info .auto .list-group-item,
.bg-info.auto .list-group-item {
    border-color: #00b9fe!important;
    background-color: transparent
}

.bg-info .auto .list-group-item.active,
.bg-info .auto .list-group-item:active,
.bg-info .auto .list-group-item:focus,
.bg-info .auto .list-group-item:hover,
.bg-info.auto .list-group-item.active,
.bg-info.auto .list-group-item:active,
.bg-info.auto .list-group-item:focus,
.bg-info.auto .list-group-item:hover {
    background-color: #009bd6
}

.bg-info .list-rounded li.active a {
    background-color: #fff;
    color: #00aeef
}

.bg-info .list-rounded li.active a,
.bg-info .list-rounded li:active a,
.bg-info .list-rounded li:hover a {
    border-color: #fff
}

.bg-info .form-control,
.bg-info .form-control:focus,
.bg-info .i-checks input:checked+i {
    border-color: transparent
}

.bg-info .i-checks input:checked+i:before {
    color: #0089bc
}

.bg-info .i-checks input[disabled]+i,
fieldset[disabled] .bg-info .i-checks input+i {
    background-color: #a3e6ff
}

.bg-info .i-checks input[disabled]+i:before,
fieldset[disabled] .bg-info .i-checks input+i:before {
    color: transparent
}

.bg-info .i-checks i {
    border-color: transparent
}

.bg-warning {
    background-color: #f0ad4e;
    color: #fff
}

.bg-warning .lt,
.bg-warning.lt {
    background-color: #f1a334
}

.bg-warning .lter,
.bg-warning.lter {
    background-color: #f29819
}

.bg-warning .dk,
.bg-warning.dk {
    background-color: #f1a334
}

.bg-warning .dker,
.bg-warning.dker {
    background-color: #f29819
}

.bg-warning .bg,
.bg-warning.bg {
    background-color: #f0ad4e
}

.bg-warning .bg-warning-ltest {
    background-color: #fffee6
}

.bg-warning a,
.bg-warning a:focus,
.bg-warning a:hover {
    color: #fff
}

.bg-warning a.list-group-item:focus,
.bg-warning a.list-group-item:hover {
    background-color: inherit
}

.bg-warning .nav>li.active>a,
.bg-warning .nav>li:active>a,
.bg-warning .nav>li:focus>a,
.bg-warning .nav>li:hover>a {
    color: #fff;
    background-color: #f09d28
}

.bg-warning .nav>li>a {
    color: #fff
}

.bg-warning .nav>li>a:focus,
.bg-warning .nav>li>a:hover {
    background-color: #f1a334
}

.bg-warning .nav .open>a {
    background-color: #f09d28
}

.bg-warning .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bg-warning.navbar .nav>li.active>a {
    color: #fff;
    background-color: #f1a334
}

.bg-warning .open>a,
.bg-warning .open>a:focus,
.bg-warning .open>a:hover {
    color: #fff
}

.bg-warning .text-muted {
    color: #fbe9d0!important
}

.bg-warning .text-lt {
    color: #fff!important
}

.bg-warning .icon-muted {
    color: #fbe9d0!important
}

.bg-warning .auto .list-group-item,
.bg-warning.auto .list-group-item {
    border-color: #f1b45c!important;
    background-color: transparent
}

.bg-warning .auto .list-group-item.active,
.bg-warning .auto .list-group-item:active,
.bg-warning .auto .list-group-item:focus,
.bg-warning .auto .list-group-item:hover,
.bg-warning.auto .list-group-item.active,
.bg-warning.auto .list-group-item:active,
.bg-warning.auto .list-group-item:focus,
.bg-warning.auto .list-group-item:hover {
    background-color: #f1a334
}

.bg-warning .list-rounded li.active a {
    background-color: #fff;
    color: #f0ad4e
}

.bg-warning .list-rounded li.active a,
.bg-warning .list-rounded li:active a,
.bg-warning .list-rounded li:hover a {
    border-color: #fff
}

.bg-warning .form-control,
.bg-warning .form-control:focus,
.bg-warning .i-checks input:checked+i {
    border-color: transparent
}

.bg-warning .i-checks input:checked+i:before {
    color: #ec971f
}

.bg-warning .i-checks input[disabled]+i,
fieldset[disabled] .bg-warning .i-checks input+i {
    background-color: #fef9f3
}

.bg-warning .i-checks input[disabled]+i:before,
fieldset[disabled] .bg-warning .i-checks input+i:before {
    color: transparent
}

.bg-warning .i-checks i {
    border-color: transparent
}

.bg-danger {
    background-color: #c33b3b;
    color: #f3d7d7
}

.bg-danger .lt,
.bg-danger.lt {
    background-color: #b23232
}

.bg-danger .lter,
.bg-danger.lter {
    background-color: #a12a2a
}

.bg-danger .dk,
.bg-danger.dk {
    background-color: #b23232
}

.bg-danger .dker,
.bg-danger.dker {
    background-color: #a12a2a
}

.bg-danger .bg,
.bg-danger.bg {
    background-color: #c33b3b
}

.bg-danger .bg-danger-ltest {
    background-color: #fbedec
}

.bg-danger a {
    color: #fffefe
}

.bg-danger a:focus,
.bg-danger a:hover {
    color: #fff
}

.bg-danger a.list-group-item:focus,
.bg-danger a.list-group-item:hover {
    background-color: inherit
}

.bg-danger .nav>li.active>a,
.bg-danger .nav>li:active>a,
.bg-danger .nav>li:focus>a,
.bg-danger .nav>li:hover>a {
    color: #fff;
    background-color: #a82f2f
}

.bg-danger .nav>li>a {
    color: #fffefe
}

.bg-danger .nav>li>a:focus,
.bg-danger .nav>li>a:hover {
    background-color: #b23232
}

.bg-danger .nav .open>a {
    background-color: #a82f2f
}

.bg-danger .caret {
    border-top-color: #f3d7d7;
    border-bottom-color: #f3d7d7
}

.bg-danger.navbar .nav>li.active>a {
    color: #fff;
    background-color: #b23232
}

.bg-danger .open>a,
.bg-danger .open>a:focus,
.bg-danger .open>a:hover {
    color: #fff
}

.bg-danger .text-muted {
    color: #e7b0b0!important
}

.bg-danger .text-lt {
    color: #fff!important
}

.bg-danger .icon-muted {
    color: #e7b0b0!important
}

.bg-danger .auto .list-group-item,
.bg-danger.auto .list-group-item {
    border-color: #c74646!important;
    background-color: transparent
}

.bg-danger .auto .list-group-item.active,
.bg-danger .auto .list-group-item:active,
.bg-danger .auto .list-group-item:focus,
.bg-danger .auto .list-group-item:hover,
.bg-danger.auto .list-group-item.active,
.bg-danger.auto .list-group-item:active,
.bg-danger.auto .list-group-item:focus,
.bg-danger.auto .list-group-item:hover {
    background-color: #b23232
}

.bg-danger .list-rounded li.active a {
    background-color: #fff;
    color: #c33b3b
}

.bg-danger .list-rounded li.active a,
.bg-danger .list-rounded li:active a,
.bg-danger .list-rounded li:hover a {
    border-color: #fff
}

.bg-danger .form-control,
.bg-danger .form-control:focus,
.bg-danger .i-checks input:checked+i {
    border-color: transparent
}

.bg-danger .i-checks input:checked+i:before {
    color: #9c2f2f
}

.bg-danger .i-checks input[disabled]+i,
fieldset[disabled] .bg-danger .i-checks input+i {
    background-color: #edc4c4
}

.bg-danger .i-checks input[disabled]+i:before,
fieldset[disabled] .bg-danger .i-checks input+i:before {
    color: transparent
}

.bg-danger .i-checks i {
    border-color: transparent
}

.bg-white {
    background-color: #fff;
    color: #333
}

.bg-white .lt,
.bg-white.lt {
    background-color: #dad8d8
}

.bg-white .lter,
.bg-white.lter {
    background-color: #cfc9c9
}

.bg-white .dk,
.bg-white.dk {
    background-color: #e6e5e5
}

.bg-white .dker,
.bg-white.dker {
    background-color: #d5d0d0
}

.bg-white .bg,
.bg-white.bg {
    background-color: #fff
}

.bg-white a {
    color: #00552b
}

.bg-white a:focus,
.bg-white a:hover {
    color: #00435c
}

.bg-white .text-muted {
    color: #777!important
}

.bg-white-only {
    background-color: #fff
}

.bg-empty {
    background-color: transparent
}

.text-primary {
    color: #00552b
}

.text-primary-lt {
    color: #007ba9
}

.text-primary-lter {
    color: #008dc2
}

.text-primary-dk {
    color: #005576
}

.text-primary-dker {
    color: #00435c
}

.text-info {
    color: #00aeef
}

.text-info-lt {
    color: #0abcff
}

.text-info-lter {
    color: #23c3ff
}

.text-info-dk {
    color: #009bd6
}

.text-info-dker {
    color: #0089bc
}

.text-success {
    color: #247d4a
}

.text-success-lt {
    color: #2a9156
}

.text-success-lter {
    color: #2fa561
}

.text-success-dk {
    color: #1e693e
}

.text-success-dker {
    color: #195533
}

.text-warning {
    color: #f0ad4e
}

.text-warning-lt {
    color: #f2b866
}

.text-warning-lter {
    color: #f4c37d
}

.text-warning-dk {
    color: #eea236
}

.text-warning-dker {
    color: #ec971f
}

.text-danger {
    color: #c33b3b
}

.text-danger-lt {
    color: #c94e4e
}

.text-danger-lter {
    color: #cf6262
}

.text-danger-dk {
    color: #af3535
}

.text-danger-dker {
    color: #9c2f2f
}

.text-dark {
    color: #231f20
}

.text-dark-lt {
    color: #312b2c
}

.text-dark-lter {
    color: #3e3739
}

.text-dark-dk {
    color: #151314
}

.text-dark-dker {
    color: #080707
}

.text-black {
    color: #000;
    color: rgba(0, 0, 0, .8)
}

.text-white {
    color: #fff;
    color: rgba(255, 255, 255, .8)
}

.text-muted {
    color: #777
}

.panel-example {
    position: relative
}

.panel-example.open code {
    display: block
}

.panel-example.open .caret {
    border-top: none;
    border-bottom: 4px solid
}

.panel-example code {
    display: none
}

.panel-example .open-code {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 30px;
    font-size: 11px
}

.icon-arrow-left,
.icon-arrow-right {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.i-fw {
    width: 1.28571em;
    text-align: center
}

.i-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.i-sm {
    font-size: .75em
}

.i-1x {
    font-size: 1em
}

.i-2x {
    font-size: 2em
}

.i-3x {
    font-size: 3em
}

.i-4x {
    font-size: 4em
}

.i-5x {
    font-size: 5em
}

.i-s {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.i-s>i {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: inherit
}

.i-s-2x {
    width: 2em;
    height: 2em;
    font-size: 2em;
    line-height: 2em
}

.i-s-2x .i-s-base {
    font-size: 2em
}

.i-s-3x {
    width: 2.5em;
    height: 2.5em;
    font-size: 2.5em;
    line-height: 2.5em
}

.i-s-3x .i-s-base {
    font-size: 2.5em
}

.i-s-4x {
    width: 3em;
    height: 3em;
    font-size: 3em;
    line-height: 3em
}

.i-s-4x .i-s-base {
    font-size: 3em
}

.i-s-5x {
    width: 3.5em;
    height: 3.5em;
    font-size: 3.5em;
    line-height: 3.5em
}

.i-s-5x .i-s-base {
    font-size: 3.5em
}

.i {
    display: inline-block;
    font-family: icon;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.i-move:before {
    content: "\e600"
}

.i-move-vertical:before {
    content: "\e601"
}

.i-resize-enlarge:before {
    content: "\e602"
}

.i-resize-shrink:before {
    content: "\e603"
}

.i-move-horizontal:before {
    content: "\e604"
}

.i-download:before {
    content: "\e605"
}

.i-upload:before {
    content: "\e606"
}

.i-cloud-download:before {
    content: "\e607"
}

.i-cloud-upload:before {
    content: "\e608"
}

.i-circleleft:before {
    content: "\e609"
}

.i-circledown:before {
    content: "\e60a"
}

.i-circleup:before {
    content: "\e60b"
}

.i-circleright:before {
    content: "\e60c"
}

.i-home:before {
    content: "\e60d"
}

.i-download3:before {
    content: "\e60e"
}

.i-pin:before {
    content: "\e60f"
}

.i-pictures:before {
    content: "\e610"
}

.i-share3:before {
    content: "\e611"
}

.i-pencil2:before {
    content: "\e612"
}

.i-mail2:before {
    content: "\e613"
}

.i-support:before {
    content: "\e614"
}

.i-asc:before {
    content: "\e615"
}

.i-dsc:before {
    content: "\e616"
}

.i-ok:before {
    content: "\e617"
}

.i-error:before {
    content: "\e618"
}

.i-expand:before {
    content: "\e619"
}

.i-collapse:before {
    content: "\e61a"
}

.i-screen:before {
    content: "\e61b"
}

.i-phone3:before {
    content: "\e61c"
}

.i-phone-portrait:before {
    content: "\e61d"
}

.i-phone-landscape:before {
    content: "\e61e"
}

.i-tablet:before {
    content: "\e61f"
}

.i-tablet-landscape:before {
    content: "\e620"
}

.i-laptop:before {
    content: "\e621"
}

.i-cube:before {
    content: "\e622"
}

.i-chart:before {
    content: "\e623"
}

.i-graph:before {
    content: "\e624"
}

.i-meter:before {
    content: "\e625"
}

.i-heart2:before {
    content: "\e626"
}

.i-star2:before {
    content: "\e627"
}

.i-stack:before {
    content: "\e628"
}

.i-tv:before {
    content: "\e629"
}

.i-user2:before {
    content: "\e62a"
}

.i-users2:before {
    content: "\e62b"
}

.i-search2:before {
    content: "\e62c"
}

.i-zoom-in2:before {
    content: "\e62d"
}

.i-zoom-out2:before {
    content: "\e62e"
}

.i-slider-v:before {
    content: "\e62f"
}

.i-slider:before {
    content: "\e630"
}

.i-arrow-up-left2:before {
    content: "\e633"
}

.i-arrow-up2:before {
    content: "\e634"
}

.i-arrow-up-right2:before {
    content: "\e635"
}

.i-arrow-right2:before {
    content: "\e636"
}

.i-arrow-down-right2:before {
    content: "\e637"
}

.i-arrow-down-2:before {
    content: "\e638"
}

.i-arrow-down-left-2:before {
    content: "\e639"
}

.i-arrow-left2:before {
    content: "\e63a"
}

.i-file-pdf:before {
    content: "\e63b"
}

.i-file-openoffice:before {
    content: "\e63c"
}

.i-file-word:before {
    content: "\e63d"
}

.i-file-excel:before {
    content: "\e63e"
}

.i-file-zip:before {
    content: "\e63f"
}

.i-file-powerpoint:before {
    content: "\e640"
}

.i-file-xml:before {
    content: "\e641"
}

.i-file-css:before {
    content: "\e642"
}

.i-video:before {
    content: "\e643"
}

.i-settings:before {
    content: "\e644"
}

.i-camera:before {
    content: "\e645"
}

.i-tag:before {
    content: "\e646"
}

.i-location:before {
    content: "\e648"
}

.i-eye2:before {
    content: "\e649"
}

.i-bubble:before {
    content: "\e64a"
}

.i-mail:before {
    content: "\e64b"
}

.i-paperplane:before {
    content: "\e64c"
}

.i-data:before {
    content: "\e64d"
}

.i-t-shirt:before {
    content: "\e64e"
}

.i-lab:before {
    content: "\e64f"
}

.i-calendar:before {
    content: "\e650"
}

.i-earth:before {
    content: "\e651"
}

.i-world:before {
    content: "\e652"
}

.i-vynil:before {
    content: "\e653"
}

.i-gauge:before {
    content: "\e654"
}

.i-statistics:before {
    content: "\e655"
}

.i-arrow-left3:before {
    content: "\e656"
}

.i-arrow-down3:before {
    content: "\e657"
}

.i-arrow-up3:before {
    content: "\e658"
}

.i-arrow-right3:before {
    content: "\e659"
}

.i-arrow-left4:before {
    content: "\e65a"
}

.i-arrow-down4:before {
    content: "\e65b"
}

.i-arrow-up4:before {
    content: "\e65c"
}

.i-arrow-right4:before {
    content: "\e65d"
}

.i-arrow-left5:before {
    content: "\e65e"
}

.i-arrow-down5:before {
    content: "\e65f"
}

.i-arrow-up5:before {
    content: "\e660"
}

.i-arrow-right5:before {
    content: "\e661"
}

.i-search:before {
    content: "\e662"
}

.i-list:before {
    content: "\e663"
}

.i-add-to-list:before {
    content: "\e664"
}

.i-list2:before {
    content: "\e665"
}

.i-play:before {
    content: "\e666"
}

.i-pause:before {
    content: "\e667"
}

.i-stop:before {
    content: "\e668"
}

.i-backward:before {
    content: "\e669"
}

.i-forward:before {
    content: "\e66a"
}

.i-feed:before {
    content: "\e66b"
}

.i-clock2:before {
    content: "\e66d"
}

.i-health:before {
    content: "\e66e"
}

.i-pencil:before {
    content: "\e66f"
}

.i-minus2:before {
    content: "\e670"
}

.i-plus2:before {
    content: "\e671"
}

.i-stats:before {
    content: "\e672"
}

.i-paperclip:before {
    content: "\e673"
}

.i-keyboard:before {
    content: "\e674"
}

.i-mic:before {
    content: "\e675"
}

.i-heart:before {
    content: "\e676"
}

.i-layout3:before {
    content: "\e677"
}

.i-layout2:before {
    content: "\e678"
}

.i-cloud:before {
    content: "\e679"
}

.i-info:before {
    content: "\e67a"
}

.i-question:before {
    content: "\e67b"
}

.i-notification:before {
    content: "\e67c"
}

.i-libreoffice:before {
    content: "\e67d"
}

.i-headphones:before {
    content: "\e67e"
}

.i-copy2:before {
    content: "\e67f"
}

.i-copy3:before {
    content: "\e680"
}

.i-paste:before {
    content: "\e681"
}

.i-spinner:before {
    content: "\e682"
}

.i-plus:before {
    content: "\e683"
}

.i-minus:before {
    content: "\e684"
}

.i-cancel:before {
    content: "\e685"
}

.i-images:before {
    content: "\e686"
}

.i-logout:before {
    content: "\e687"
}

.i-login:before {
    content: "\e688"
}

.i-infinity:before {
    content: "\e689"
}

.i-docs:before {
    content: "\e68a"
}

.i-landscape:before {
    content: "\e68b"
}

.i-portrait:before {
    content: "\e68c"
}

.i-share:before {
    content: "\e68d"
}

.i-youtube:before {
    content: "\e68e"
}

.i-checkmark:before {
    content: "\e68f"
}

.i-notice:before {
    content: "\e690"
}

.i-link:before {
    content: "\e691"
}

.i-link2:before {
    content: "\e692"
}

.i-popup:before {
    content: "\e693"
}

.i-publish:before {
    content: "\e694"
}

.i-browser:before {
    content: "\e695"
}

.i-checkmark2:before {
    content: "\e696"
}

.i-cross2:before {
    content: "\e697"
}

.i-question2:before {
    content: "\e698"
}

.i-info2:before {
    content: "\e699"
}

.i-loop:before {
    content: "\e69a"
}

.i-retweet:before {
    content: "\e69b"
}

.i-arrow:before {
    content: "\e69c"
}

.i-arrow2:before {
    content: "\e69d"
}

.i-shuffle:before {
    content: "\e69e"
}

.i-ccw:before {
    content: "\e69f"
}

.i-cycle:before {
    content: "\e6a0"
}

.i-cw:before {
    content: "\e6a1"
}

.i-switch:before {
    content: "\e6a2"
}

.i-back:before {
    content: "\e6a3"
}

.i-layout:before {
    content: "\e6a4"
}

.i-code:before {
    content: "\e6a5"
}

.i-vcard:before {
    content: "\e6a6"
}

.i-googleplus:before {
    content: "\e6a7"
}

.i-facebook:before {
    content: "\e6a8"
}

.i-twitter:before {
    content: "\e6a9"
}

.i-rss:before {
    content: "\e6aa"
}

.i-signal:before {
    content: "\e6ab"
}

.i-flow-tree:before {
    content: "\e6ac"
}

.i-domain3:before {
    content: "\e6ad"
}

.i-trashcan:before {
    content: "\e6ae"
}

.i-book:before {
    content: "\e6af"
}

.i-bars:before {
    content: "\e6b0"
}

.i-stopwatch:before {
    content: "\e6b1"
}

.i-map2:before {
    content: "\e6b2"
}

.i-checkmark3:before {
    content: "\e6b3"
}

.i-sun:before {
    content: "\e6b4"
}

.i-clip:before {
    content: "\e6b5"
}

.i-study:before {
    content: "\e6b6"
}

.i-music:before {
    content: "\e6b7"
}

.i-params:before {
    content: "\e6b8"
}

.i-stack3:before {
    content: "\e6b9"
}

.i-arrow-down:before {
    content: "\e6ba"
}

.i-arrow-down-left:before {
    content: "\e6bb"
}

.i-arrow-down-right:before {
    content: "\e6bc"
}

.i-arrow-left:before {
    content: "\e6bd"
}

.i-arrow-right:before {
    content: "\e6be"
}

.i-arrow-up-right:before {
    content: "\e6bf"
}

.i-arrow-up:before {
    content: "\e6c0"
}

.i-arrow-up-left:before {
    content: "\e6c1"
}

.i-compass:before {
    content: "\e6c2"
}

.i-users3:before {
    content: "\e6c3"
}

.i-user3:before {
    content: "\e6c4"
}

.i-camera2:before {
    content: "\e6c5"
}

.i-file:before {
    content: "\e6c6"
}

.i-file2:before {
    content: "\e6c7"
}

.i-file-plus:before {
    content: "\e6c8"
}

.i-file-minus:before {
    content: "\e6c9"
}

.i-file-check:before {
    content: "\e6ca"
}

.i-file-remove:before {
    content: "\e6cb"
}

.i-file-copy:before {
    content: "\e6cc"
}

.i-stack2:before {
    content: "\e6cd"
}

.i-folder:before {
    content: "\e6ce"
}

.i-folder-upload:before {
    content: "\e6cf"
}

.i-folder-download:before {
    content: "\e6d0"
}

.i-folder-minus:before {
    content: "\e6d1"
}

.i-folder-plus:before {
    content: "\e6d2"
}

.i-folder2:before {
    content: "\e6d3"
}

.i-folder-open:before {
    content: "\e6d4"
}

.i-tag2:before {
    content: "\e6d5"
}

.i-cart:before {
    content: "\e6d6"
}

.i-phone:before {
    content: "\e6d7"
}

.i-phone2:before {
    content: "\e6d8"
}

.i-local:before {
    content: "\e6d9"
}

.i-alarm:before {
    content: "\e6da"
}

.i-clock:before {
    content: "\e6db"
}

.i-history:before {
    content: "\e6dc"
}

.i-stopclock:before {
    content: "\e6dd"
}

.i-rotate:before {
    content: "\e6de"
}

.i-rotate2:before {
    content: "\e6df"
}

.i-redo:before {
    content: "\e6e0"
}

.i-undo:before {
    content: "\e6e1"
}

.i-chat2:before {
    content: "\e6e2"
}

.i-chat3:before {
    content: "\e6e3"
}

.i-chat:before {
    content: "\e6e4"
}

.i-data2:before {
    content: "\e6e5"
}

.i-spin:before {
    content: "\e6e6"
}

.i-health2:before {
    content: "\e6e7"
}

.i-cog2:before {
    content: "\e6e8"
}

.i-bulb:before {
    content: "\e6e9"
}

.i-rating:before {
    content: "\e6ea"
}

.i-rating2:before {
    content: "\e6eb"
}

.i-rating3:before {
    content: "\e6ec"
}

.i-grid:before {
    content: "\e6ed"
}

.i-grid2:before {
    content: "\e6ee"
}

.i-grid3:before {
    content: "\e6ef"
}

.i-ellipsis:before {
    content: "\e6f0"
}

.i-dot:before {
    content: "\e6f1"
}

.i-dots:before {
    content: "\e6f2"
}

.i-bar:before {
    content: "\e6f3"
}

.i-bar2:before {
    content: "\e6f4"
}

.i-bars3:before {
    content: "\e6f5"
}

.i-menu:before {
    content: "\e6f6"
}

.i-menu2:before {
    content: "\e6f7"
}

.i-download2:before {
    content: "\e6f8"
}

.i-upload2:before {
    content: "\e6f9"
}

.i-eye:before {
    content: "\e6fa"
}

.i-eye-slash:before {
    content: "\e6fb"
}

.i-bookmark:before {
    content: "\e6fc"
}

.i-up:before {
    content: "\e6fd"
}

.i-right:before {
    content: "\e6fe"
}

.i-down:before {
    content: "\e6ff"
}

.i-left:before {
    content: "\e700"
}

.i-check:before {
    content: "\e701"
}

.i-checked:before {
    content: "\e702"
}

.i-popout:before {
    content: "\e703"
}

.i-newtab:before {
    content: "\e704"
}

.i-map:before {
    content: "\e705"
}

.i-layer:before {
    content: "\e706"
}

.i-layer2:before {
    content: "\e707"
}

.i-like:before {
    content: "\e708"
}

.i-dislike:before {
    content: "\e709"
}

.i-football:before {
    content: "\e70a"
}

.i-hexagon-o:before {
    content: "\e70b"
}

.i-hexagon:before {
    content: "\e70c"
}

.i-hexagon2-o:before {
    content: "\e70d"
}

.i-hexagon2:before {
    content: "\e70e"
}

.i-circle:before {
    content: "\e70f"
}

.i-circle-o:before {
    content: "\e711"
}

.i-circle-sm:before {
    content: "\e710"
}

.i-circle-sm-o:before {
    content: "\e712"
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url('opensans-light.258fdd11eb5ed52811a8.woff') format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url('opensans.7812bd0b6ec15d0b8c40.woff') format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url('opensans-semibold.f699ce0fe69ebd82d5d0.woff') format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url('opensans-bold.a6b4768c2569c57a4037.woff') format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url('opensans-italic.92edfcf65298bf9160cb.woff') format("woff")
}

@font-face {
    font-family: Icon;
    font-style: normal;
    font-weight: 400;
    src: url('icon.e557edd30149aca76647.eot');
    src: url('icon.e557edd30149aca76647.eot?#iefix') format("embedded-opentype"), url('icon.8b2a36ead12211e36b35.woff') format("woff"), url('icon.b2fa45a417205d9ab665.ttf') format("truetype"), url('icon.e238b5d1456219f723bc.svg#icon') format("svg")
}

.footer,
.header {
    min-height: 50px;
    padding: 0 15px
}

.footer>p,
.header>p {
    margin-top: 15px;
    display: inline-block
}

.footer>.btn,
.footer>.btn-group,
.footer>.btn-toolbar,
.header>.btn,
.header>.btn-group,
.header>.btn-toolbar {
    margin-top: 10px
}

.btn-group-lg.footer>.btn,
.btn-group-lg.header>.btn,
.footer>.btn-lg,
.header>.btn-lg {
    margin-top: 0
}

.footer .nav-tabs,
.header .nav-tabs {
    border: none;
    margin-left: -15px;
    margin-right: -15px
}

.footer .nav-tabs>li a,
.header .nav-tabs>li a {
    border: none!important;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px
}

.footer .nav-tabs>li a:focus,
.footer .nav-tabs>li a:hover,
.header .nav-tabs>li a:focus,
.header .nav-tabs>li a:hover {
    background-color: transparent
}

.footer .nav-tabs>li.active a,
.header .nav-tabs>li.active a {
    color: #333
}

.footer .nav-tabs>li.active a,
.footer .nav-tabs>li.active a:focus,
.footer .nav-tabs>li.active a:hover,
.header .nav-tabs>li.active a,
.header .nav-tabs>li.active a:focus,
.header .nav-tabs>li.active a:hover {
    background-color: #f2f4f8
}

.footer .nav-tabs.nav-white>li.active a,
.footer .nav-tabs.nav-white>li.active a:focus,
.footer .nav-tabs.nav-white>li.active a:hover,
.header .nav-tabs.nav-white>li.active a,
.header .nav-tabs.nav-white>li.active a:focus,
.header .nav-tabs.nav-white>li.active a:hover {
    background-color: #fff
}

.footer.navbar,
.header.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 100
}

body.container {
    padding: 0
}

.browsehappy {
    background-color: #f0ad4e;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
    display: block
}

.browsehappy a {
    color: #fff;
    text-decoration: underline
}

.loading {
    background-color: #247d4a;
    background-color: rgba(36, 125, 74, .7);
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 100
}

.loading.active {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.loading .message {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -100px
}

.panel-tools {
    position: absolute;
    top: 95px;
    right: 0;
    font-size: 11px;
    color: #fff;
    z-index: 9999
}

.panel-tools.active .panel-options {
    display: block
}

.panel-tools ul {
    margin-bottom: 0
}

.panel-tools ul li a {
    display: block;
    line-height: 22px
}

.panel-tools a {
    color: #fff!important
}

.panel-tools a:focus,
.panel-tools a:hover {
    color: #999!important
}

.panel-tools .panel-button {
    background-color: #333;
    border: 1px solid #444;
    border-right: none;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 0;
    left: -37px
}

.panel-tools .panel-button a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center
}

.panel-tools .panel-button a i {
    line-height: 36px
}

.panel-tools .panel-options {
    display: none;
    background-color: #444;
    padding: 15px 15px 15px 20px;
    border-radius: 0 0 0 4px;
    border: 1px solid #444;
    border-right: none;
    width: 160px
}

@media (min-width:768px) {
    body.container {
        box-shadow: 0 3px 60px rgba(0, 0, 0, .3);
        border-left: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4
    }
    .app,
    .app body {
        height: 100%;
        overflow-x: hidden
    }
    .app .hbox.stretch {
        height: 100%
    }
    .app .vbox>footer,
    .app .vbox>section {
        position: absolute
    }
    .app .vbox.flex>section>section {
        overflow: auto
    }
    .hbox {
        display: table;
        table-layout: fixed;
        border-spacing: 0;
        width: 100%
    }
    .hbox>aside,
    .hbox>section {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
    .hbox>aside.hidden-sm,
    .hbox>aside.show,
    .hbox>section.hidden-sm,
    .hbox>section.show {
        display: table-cell!important
    }
    .vbox {
        display: table;
        border-spacing: 0;
        position: relative;
        height: 100%;
        width: 100%
    }
    .vbox>footer,
    .vbox>section {
        top: 0;
        bottom: 0;
        width: 100%
    }
    .vbox>header.header-md~section,
    .vbox>header~section {
        top: 50px
    }
    .vbox>section.w-f {
        bottom: 50px
    }
    .vbox>footer {
        top: auto;
        z-index: 100
    }
    .vbox>footer~section {
        bottom: 50px
    }
    .vbox.flex>footer,
    .vbox.flex>header,
    .vbox.flex>section {
        position: inherit
    }
    .vbox.flex>section {
        display: table-row;
        height: 100%
    }
    .vbox.flex>section>section {
        position: relative;
        height: 100%;
        -webkit-overflow-scrolling: touch
    }
    .ie .vbox.flex>section>section {
        display: table-cell
    }
    .vbox.flex>section>section>section {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    .aside-xs {
        width: 60px
    }
    .aside-sm {
        width: 150px
    }
    .aside {
        width: 200px
    }
    .aside-md {
        width: 240px
    }
    .aside-lg {
        width: 300px
    }
    .aside-xl {
        width: 360px
    }
    .aside-xxl {
        width: 480px
    }
    .header-md {
        min-height: 50px
    }
    .header-md .navbar-form {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .scrollable {
        -webkit-overflow-scrolling: touch
    }
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(50, 50, 50, .25);
        border: 2px solid transparent;
        border-radius: 10px;
        background-clip: padding-box
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(50, 50, 50, .5)
    }
    ::-webkit-scrollbar-track {
        background-color: rgba(50, 50, 50, .05)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-form.input-s-lg {
        width: 190px
    }
}

.intro-content {
    margin-top: 100px
}

.login-content {
    margin-top: 60px
}

.intro-content,
.login-content {
    margin-bottom: 50px
}

@media (max-width:768px) {
    .intro-content,
    .login-content {
        margin-top: 30px
    }
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto
}

.no-touch .scrollable.hover {
    overflow-y: hidden
}

.no-touch .scrollable.hover:focus,
.no-touch .scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto
}

.no-touch::-webkit-scrollbar-button {
    width: 10px;
    height: 6px;
    background-color: rgba(50, 50, 50, .05)
}

.slimScrollBar {
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box!important
}

@media print {
    .hbox,
    .vbox,
    body,
    html {
        height: auto
    }
    .vbox>footer,
    .vbox>section {
        position: relative
    }
}

.footer-bottom {
    line-height: 36px;
    width: 100%;
    min-height: 36px
}

.footer-fixed {
    position: fixed;
    bottom: 0
}

.watermark {
    background-image: url('watermark.eeb2a7078a01d7e11ad4.png');
    background-repeat: no-repeat;
    background-position: center center
}

#barra-brasil {
    z-index: 10
}

@media (min-width:992px) {
    #barra-brasil {
        position: absolute;
        width: 100%
    }
    .vbox {
        padding-top: 32px
    }
    .vbox>header.header-md~section {
        top: 82px
    }
}

@media (max-width:991px) {
    #barra-brasil {
        display: none
    }
}

.contrast {
    background-color: #2e2e2e;
    color: #eee
}

.contrast a {
    color: #2fa561
}

.contrast a:focus,
.contrast a:hover {
    color: #999
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast label {
    color: #fff
}

.contrast hr {
    border-color: #222
}

.contrast .table {
    border-color: #111
}

.contrast .breadcrumb {
    background-color: #2f2f2f;
    border-color: #3f3f3f
}

.contrast .list-group-item {
    background-color: #2f2f2f
}

.contrast .list-group-item a {
    color: #fff
}

.contrast .panel .list-group-item {
    border-color: #3f3f3f
}

.contrast .panel-group .panel-heading+.panel-collapse .panel-body {
    border-color: #303030
}

.contrast .nav>li>a {
    color: #fff
}

.contrast .nav>li.active>a,
.contrast .nav>li>a:focus,
.contrast .nav>li>a:hover {
    background-color: #222;
    color: #fff
}

.contrast .nav>li ul>li.active>a,
.contrast .nav>li ul>li>a:focus,
.contrast .nav>li ul>li>a:hover {
    background-color: #555
}

.contrast .popover {
    background-color: #333
}

.contrast .popover.top>.arrow:after {
    border-top-color: #333
}

.contrast .popover.right>.arrow:after {
    border-right-color: #333
}

.contrast .popover.bottom>.arrow:after {
    border-bottom-color: #333
}

.contrast .popover.left>.arrow:after {
    border-left-color: #333
}

.contrast .popover-title {
    background-color: #222;
    border-color: #1e1e1e
}

.contrast .popover-content {
    color: #fff
}

.contrast .progress .bg-primary {
    background-color: #00552b
}

.contrast .progress .bg-success {
    background-color: #247d4a
}

.contrast .progress .bg-info {
    background-color: #00aeef
}

.contrast .progress .bg-warning {
    background-color: #f0ad4e
}

.contrast .progress .bg-danger {
    background-color: #c33b3b
}

.contrast .progress .bg-dark {
    background-color: #231f20
}

.contrast .badge,
.contrast .label {
    color: #fff!important
}

.contrast .badge.bg-primary,
.contrast .label.bg-primary {
    background-color: #00552b
}

.contrast .badge.bg-success,
.contrast .label.bg-success {
    background-color: #247d4a
}

.contrast .badge.bg-info,
.contrast .label.bg-info {
    background-color: #00aeef
}

.contrast .badge.bg-warning,
.contrast .label.bg-warning {
    background-color: #f0ad4e
}

.contrast .badge.bg-danger,
.contrast .label.bg-danger {
    background-color: #c33b3b
}

.contrast .badge.bg-dark,
.contrast .label.bg-dark {
    background-color: #231f20
}

.contrast .btn,
.contrast .btn:focus,
.contrast .btn:hover {
    color: #fff
}

.contrast .btn.btn-default {
    color: #555
}

.contrast .text-muted {
    color: #888!important
}

.contrast .panel {
    background-color: #333
}

.contrast .panel.panel-default,
.contrast .panel.panel-default>.panel-footer,
.contrast .panel.panel-default>.panel-heading {
    border-color: #1f1f1f
}

.contrast .panel .table-striped>thead th {
    background-color: #222;
    border-color: #111
}

.contrast .panel .table-striped>tbody>tr:nth-child(2n+1)>td,
.contrast .panel .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #444
}

.contrast .panel .table td,
.contrast .panel .table th {
    border-color: #222
}

.contrast .panel .table thead>tr>th {
    border-color: #111
}

.contrast .panel-default .panel-heading {
    background-color: #3f3f3f;
    color: #fff
}

.contrast .panel-heading .nav>li>a {
    border-color: transparent!important
}

.contrast .panel-heading .nav-tabs,
.contrast .panel-heading .nav>li.active>a {
    border-color: #1f1f1f!important
}

.contrast .panel-footer {
    background-color: #1f1f1f;
    border-color: #222
}

.contrast .panel-example {
    border-color: inherit
}

.contrast .panel-example,
.contrast .panel-example a {
    color: #fff
}

.contrast .modal-content {
    background-color: #2e2e2e
}

.contrast .modal-footer,
.contrast .modal-header {
    border-color: #1f1f1f
}

.contrast .modal-backdrop {
    background-color: #111
}

.contrast .close {
    color: #fff;
    opacity: .4;
    text-shadow: 0 1px 0 #000
}

.contrast .close:focus,
.contrast .close:hover {
    opacity: .8
}

.contrast .b-a,
.contrast .b-b,
.contrast .b-l,
.contrast .b-r,
.contrast .b-t {
    border-color: #1b1818
}

.contrast .bg-danger,
.contrast .bg-dark,
.contrast .bg-info,
.contrast .bg-primary,
.contrast .bg-success,
.contrast .bg-warning {
    background-color: #333;
    color: #999
}

.contrast .bg-danger .lt,
.contrast .bg-danger.lt,
.contrast .bg-dark .lt,
.contrast .bg-dark.lt,
.contrast .bg-info .lt,
.contrast .bg-info.lt,
.contrast .bg-primary .lt,
.contrast .bg-primary.lt,
.contrast .bg-success .lt,
.contrast .bg-success.lt,
.contrast .bg-warning .lt,
.contrast .bg-warning.lt {
    background-color: #272525
}

.contrast .bg-danger .lter,
.contrast .bg-danger.lter,
.contrast .bg-dark .lter,
.contrast .bg-dark.lter,
.contrast .bg-info .lter,
.contrast .bg-info.lter,
.contrast .bg-primary .lter,
.contrast .bg-primary.lter,
.contrast .bg-success .lter,
.contrast .bg-success.lter,
.contrast .bg-warning .lter,
.contrast .bg-warning.lter {
    background-color: #1b1818
}

.contrast .bg-danger .dk,
.contrast .bg-danger.dk,
.contrast .bg-dark .dk,
.contrast .bg-dark.dk,
.contrast .bg-info .dk,
.contrast .bg-info.dk,
.contrast .bg-primary .dk,
.contrast .bg-primary.dk,
.contrast .bg-success .dk,
.contrast .bg-success.dk,
.contrast .bg-warning .dk,
.contrast .bg-warning.dk {
    background-color: #272525
}

.contrast .bg-danger .dker,
.contrast .bg-danger.dker,
.contrast .bg-dark .dker,
.contrast .bg-dark.dker,
.contrast .bg-info .dker,
.contrast .bg-info.dker,
.contrast .bg-primary .dker,
.contrast .bg-primary.dker,
.contrast .bg-success .dker,
.contrast .bg-success.dker,
.contrast .bg-warning .dker,
.contrast .bg-warning.dker {
    background-color: #1b1818
}

.contrast .bg-danger .bg,
.contrast .bg-danger.bg,
.contrast .bg-dark .bg,
.contrast .bg-dark.bg,
.contrast .bg-info .bg,
.contrast .bg-info.bg,
.contrast .bg-primary .bg,
.contrast .bg-primary.bg,
.contrast .bg-success .bg,
.contrast .bg-success.bg,
.contrast .bg-warning .bg,
.contrast .bg-warning.bg {
    background-color: #333
}

.contrast .bg-danger .bg-primary-ltest,
.contrast .bg-dark .bg-primary-ltest,
.contrast .bg-info .bg-primary-ltest,
.contrast .bg-primary .bg-primary-ltest,
.contrast .bg-success .bg-primary-ltest,
.contrast .bg-warning .bg-primary-ltest {
    background-color: #ecf6fb
}

.contrast .bg-danger a,
.contrast .bg-dark a,
.contrast .bg-info a,
.contrast .bg-primary a,
.contrast .bg-success a,
.contrast .bg-warning a {
    color: #b3b3b3
}

.contrast .bg-danger a:focus,
.contrast .bg-danger a:hover,
.contrast .bg-dark a:focus,
.contrast .bg-dark a:hover,
.contrast .bg-info a:focus,
.contrast .bg-info a:hover,
.contrast .bg-primary a:focus,
.contrast .bg-primary a:hover,
.contrast .bg-success a:focus,
.contrast .bg-success a:hover,
.contrast .bg-warning a:focus,
.contrast .bg-warning a:hover {
    color: #fff
}

.contrast .bg-danger a.list-group-item:focus,
.contrast .bg-danger a.list-group-item:hover,
.contrast .bg-dark a.list-group-item:focus,
.contrast .bg-dark a.list-group-item:hover,
.contrast .bg-info a.list-group-item:focus,
.contrast .bg-info a.list-group-item:hover,
.contrast .bg-primary a.list-group-item:focus,
.contrast .bg-primary a.list-group-item:hover,
.contrast .bg-success a.list-group-item:focus,
.contrast .bg-success a.list-group-item:hover,
.contrast .bg-warning a.list-group-item:focus,
.contrast .bg-warning a.list-group-item:hover {
    background-color: inherit
}

.contrast .bg-danger .nav>li.active>a,
.contrast .bg-danger .nav>li:active>a,
.contrast .bg-danger .nav>li:focus>a,
.contrast .bg-danger .nav>li:hover>a,
.contrast .bg-dark .nav>li.active>a,
.contrast .bg-dark .nav>li:active>a,
.contrast .bg-dark .nav>li:focus>a,
.contrast .bg-dark .nav>li:hover>a,
.contrast .bg-info .nav>li.active>a,
.contrast .bg-info .nav>li:active>a,
.contrast .bg-info .nav>li:focus>a,
.contrast .bg-info .nav>li:hover>a,
.contrast .bg-primary .nav>li.active>a,
.contrast .bg-primary .nav>li:active>a,
.contrast .bg-primary .nav>li:focus>a,
.contrast .bg-primary .nav>li:hover>a,
.contrast .bg-success .nav>li.active>a,
.contrast .bg-success .nav>li:active>a,
.contrast .bg-success .nav>li:focus>a,
.contrast .bg-success .nav>li:hover>a,
.contrast .bg-warning .nav>li.active>a,
.contrast .bg-warning .nav>li:active>a,
.contrast .bg-warning .nav>li:focus>a,
.contrast .bg-warning .nav>li:hover>a {
    color: #fff;
    background-color: #211f1f
}

.contrast .bg-danger .nav>li>a,
.contrast .bg-dark .nav>li>a,
.contrast .bg-info .nav>li>a,
.contrast .bg-primary .nav>li>a,
.contrast .bg-success .nav>li>a,
.contrast .bg-warning .nav>li>a {
    color: #b3b3b3
}

.contrast .bg-danger .nav>li>a:focus,
.contrast .bg-danger .nav>li>a:hover,
.contrast .bg-dark .nav>li>a:focus,
.contrast .bg-dark .nav>li>a:hover,
.contrast .bg-info .nav>li>a:focus,
.contrast .bg-info .nav>li>a:hover,
.contrast .bg-primary .nav>li>a:focus,
.contrast .bg-primary .nav>li>a:hover,
.contrast .bg-success .nav>li>a:focus,
.contrast .bg-success .nav>li>a:hover,
.contrast .bg-warning .nav>li>a:focus,
.contrast .bg-warning .nav>li>a:hover {
    background-color: #272525
}

.contrast .bg-danger .nav .open>a,
.contrast .bg-dark .nav .open>a,
.contrast .bg-info .nav .open>a,
.contrast .bg-primary .nav .open>a,
.contrast .bg-success .nav .open>a,
.contrast .bg-warning .nav .open>a {
    background-color: #211f1f
}

.contrast .bg-danger .caret,
.contrast .bg-dark .caret,
.contrast .bg-info .caret,
.contrast .bg-primary .caret,
.contrast .bg-success .caret,
.contrast .bg-warning .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.contrast .bg-danger.navbar .nav>li.active>a,
.contrast .bg-dark.navbar .nav>li.active>a,
.contrast .bg-info.navbar .nav>li.active>a,
.contrast .bg-primary.navbar .nav>li.active>a,
.contrast .bg-success.navbar .nav>li.active>a,
.contrast .bg-warning.navbar .nav>li.active>a {
    color: #fff;
    background-color: #272525
}

.contrast .bg-danger .open>a,
.contrast .bg-danger .open>a:focus,
.contrast .bg-danger .open>a:hover,
.contrast .bg-dark .open>a,
.contrast .bg-dark .open>a:focus,
.contrast .bg-dark .open>a:hover,
.contrast .bg-info .open>a,
.contrast .bg-info .open>a:focus,
.contrast .bg-info .open>a:hover,
.contrast .bg-primary .open>a,
.contrast .bg-primary .open>a:focus,
.contrast .bg-primary .open>a:hover,
.contrast .bg-success .open>a,
.contrast .bg-success .open>a:focus,
.contrast .bg-success .open>a:hover,
.contrast .bg-warning .open>a,
.contrast .bg-warning .open>a:focus,
.contrast .bg-warning .open>a:hover {
    color: #fff
}

.contrast .bg-danger .text-muted,
.contrast .bg-dark .text-muted,
.contrast .bg-info .text-muted,
.contrast .bg-primary .text-muted,
.contrast .bg-success .text-muted,
.contrast .bg-warning .text-muted {
    color: gray!important
}

.contrast .bg-danger .text-lt,
.contrast .bg-dark .text-lt,
.contrast .bg-info .text-lt,
.contrast .bg-primary .text-lt,
.contrast .bg-success .text-lt,
.contrast .bg-warning .text-lt {
    color: #d9d9d9!important
}

.contrast .bg-danger .icon-muted,
.contrast .bg-dark .icon-muted,
.contrast .bg-info .icon-muted,
.contrast .bg-primary .icon-muted,
.contrast .bg-success .icon-muted,
.contrast .bg-warning .icon-muted {
    color: gray!important
}

.contrast .bg-danger .auto .list-group-item,
.contrast .bg-danger.auto .list-group-item,
.contrast .bg-dark .auto .list-group-item,
.contrast .bg-dark.auto .list-group-item,
.contrast .bg-info .auto .list-group-item,
.contrast .bg-info.auto .list-group-item,
.contrast .bg-primary .auto .list-group-item,
.contrast .bg-primary.auto .list-group-item,
.contrast .bg-success .auto .list-group-item,
.contrast .bg-success.auto .list-group-item,
.contrast .bg-warning .auto .list-group-item,
.contrast .bg-warning.auto .list-group-item {
    border-color: #3b3b3b!important;
    background-color: transparent
}

.contrast .bg-danger .auto .list-group-item.active,
.contrast .bg-danger .auto .list-group-item:active,
.contrast .bg-danger .auto .list-group-item:focus,
.contrast .bg-danger .auto .list-group-item:hover,
.contrast .bg-danger.auto .list-group-item.active,
.contrast .bg-danger.auto .list-group-item:active,
.contrast .bg-danger.auto .list-group-item:focus,
.contrast .bg-danger.auto .list-group-item:hover,
.contrast .bg-dark .auto .list-group-item.active,
.contrast .bg-dark .auto .list-group-item:active,
.contrast .bg-dark .auto .list-group-item:focus,
.contrast .bg-dark .auto .list-group-item:hover,
.contrast .bg-dark.auto .list-group-item.active,
.contrast .bg-dark.auto .list-group-item:active,
.contrast .bg-dark.auto .list-group-item:focus,
.contrast .bg-dark.auto .list-group-item:hover,
.contrast .bg-info .auto .list-group-item.active,
.contrast .bg-info .auto .list-group-item:active,
.contrast .bg-info .auto .list-group-item:focus,
.contrast .bg-info .auto .list-group-item:hover,
.contrast .bg-info.auto .list-group-item.active,
.contrast .bg-info.auto .list-group-item:active,
.contrast .bg-info.auto .list-group-item:focus,
.contrast .bg-info.auto .list-group-item:hover,
.contrast .bg-primary .auto .list-group-item.active,
.contrast .bg-primary .auto .list-group-item:active,
.contrast .bg-primary .auto .list-group-item:focus,
.contrast .bg-primary .auto .list-group-item:hover,
.contrast .bg-primary.auto .list-group-item.active,
.contrast .bg-primary.auto .list-group-item:active,
.contrast .bg-primary.auto .list-group-item:focus,
.contrast .bg-primary.auto .list-group-item:hover,
.contrast .bg-success .auto .list-group-item.active,
.contrast .bg-success .auto .list-group-item:active,
.contrast .bg-success .auto .list-group-item:focus,
.contrast .bg-success .auto .list-group-item:hover,
.contrast .bg-success.auto .list-group-item.active,
.contrast .bg-success.auto .list-group-item:active,
.contrast .bg-success.auto .list-group-item:focus,
.contrast .bg-success.auto .list-group-item:hover,
.contrast .bg-warning .auto .list-group-item.active,
.contrast .bg-warning .auto .list-group-item:active,
.contrast .bg-warning .auto .list-group-item:focus,
.contrast .bg-warning .auto .list-group-item:hover,
.contrast .bg-warning.auto .list-group-item.active,
.contrast .bg-warning.auto .list-group-item:active,
.contrast .bg-warning.auto .list-group-item:focus,
.contrast .bg-warning.auto .list-group-item:hover {
    background-color: #272525
}

.contrast .bg-danger .list-rounded li.active a,
.contrast .bg-dark .list-rounded li.active a,
.contrast .bg-info .list-rounded li.active a,
.contrast .bg-primary .list-rounded li.active a,
.contrast .bg-success .list-rounded li.active a,
.contrast .bg-warning .list-rounded li.active a {
    background-color: #fff;
    color: #333
}

.contrast .bg-danger .list-rounded li.active a,
.contrast .bg-danger .list-rounded li:active a,
.contrast .bg-danger .list-rounded li:hover a,
.contrast .bg-dark .list-rounded li.active a,
.contrast .bg-dark .list-rounded li:active a,
.contrast .bg-dark .list-rounded li:hover a,
.contrast .bg-info .list-rounded li.active a,
.contrast .bg-info .list-rounded li:active a,
.contrast .bg-info .list-rounded li:hover a,
.contrast .bg-primary .list-rounded li.active a,
.contrast .bg-primary .list-rounded li:active a,
.contrast .bg-primary .list-rounded li:hover a,
.contrast .bg-success .list-rounded li.active a,
.contrast .bg-success .list-rounded li:active a,
.contrast .bg-success .list-rounded li:hover a,
.contrast .bg-warning .list-rounded li.active a,
.contrast .bg-warning .list-rounded li:active a,
.contrast .bg-warning .list-rounded li:hover a {
    border-color: #fff
}

.contrast .bg-danger .form-control,
.contrast .bg-danger .form-control:focus,
.contrast .bg-danger .i-checks input:checked+i,
.contrast .bg-dark .form-control,
.contrast .bg-dark .form-control:focus,
.contrast .bg-dark .i-checks input:checked+i,
.contrast .bg-info .form-control,
.contrast .bg-info .form-control:focus,
.contrast .bg-info .i-checks input:checked+i,
.contrast .bg-primary .form-control,
.contrast .bg-primary .form-control:focus,
.contrast .bg-primary .i-checks input:checked+i,
.contrast .bg-success .form-control,
.contrast .bg-success .form-control:focus,
.contrast .bg-success .i-checks input:checked+i,
.contrast .bg-warning .form-control,
.contrast .bg-warning .form-control:focus,
.contrast .bg-warning .i-checks input:checked+i {
    border-color: transparent
}

.contrast .bg-danger .i-checks input:checked+i:before,
.contrast .bg-dark .i-checks input:checked+i:before,
.contrast .bg-info .i-checks input:checked+i:before,
.contrast .bg-primary .i-checks input:checked+i:before,
.contrast .bg-success .i-checks input:checked+i:before,
.contrast .bg-warning .i-checks input:checked+i:before {
    color: #1a1a1a
}

.contrast .bg-danger .i-checks input[disabled]+i,
.contrast .bg-dark .i-checks input[disabled]+i,
.contrast .bg-info .i-checks input[disabled]+i,
.contrast .bg-primary .i-checks input[disabled]+i,
.contrast .bg-success .i-checks input[disabled]+i,
.contrast .bg-warning .i-checks input[disabled]+i,
fieldset[disabled] .contrast .bg-danger .i-checks input+i,
fieldset[disabled] .contrast .bg-dark .i-checks input+i,
fieldset[disabled] .contrast .bg-info .i-checks input+i,
fieldset[disabled] .contrast .bg-primary .i-checks input+i,
fieldset[disabled] .contrast .bg-success .i-checks input+i,
fieldset[disabled] .contrast .bg-warning .i-checks input+i {
    background-color: #8c8c8c
}

.contrast .bg-danger .i-checks input[disabled]+i:before,
.contrast .bg-dark .i-checks input[disabled]+i:before,
.contrast .bg-info .i-checks input[disabled]+i:before,
.contrast .bg-primary .i-checks input[disabled]+i:before,
.contrast .bg-success .i-checks input[disabled]+i:before,
.contrast .bg-warning .i-checks input[disabled]+i:before,
fieldset[disabled] .contrast .bg-danger .i-checks input+i:before,
fieldset[disabled] .contrast .bg-dark .i-checks input+i:before,
fieldset[disabled] .contrast .bg-info .i-checks input+i:before,
fieldset[disabled] .contrast .bg-primary .i-checks input+i:before,
fieldset[disabled] .contrast .bg-success .i-checks input+i:before,
fieldset[disabled] .contrast .bg-warning .i-checks input+i:before {
    color: transparent
}

.contrast .bg-danger .i-checks i,
.contrast .bg-dark .i-checks i,
.contrast .bg-info .i-checks i,
.contrast .bg-primary .i-checks i,
.contrast .bg-success .i-checks i,
.contrast .bg-warning .i-checks i {
    border-color: transparent
}

.contrast .bg-white {
    background-color: #333
}

.contrast .bg-white .dk,
.contrast .bg-white.dk {
    background-color: #404040
}

.contrast .bg-white .dker,
.contrast .bg-white.dker {
    background-color: #4d4d4d
}

.contrast .bg-light {
    background-color: #000
}

.contrast .bg-light .dk,
.contrast .bg-light.dk {
    background-color: #232323
}

.contrast .bg-light .dker,
.contrast .bg-light.dker {
    background-color: #1e1e1e
}

.contrast .note-editor {
    border-color: #1f1f1f
}

.contrast .note-editor.fullscreen .note-editable {
    background-color: #333
}

.contrast .note-editor .note-toolbar {
    background-color: #3f3f3f;
    border-color: #1f1f1f
}

.contrast .note-editor .note-statusbar {
    background-color: #3f3f3f
}

.contrast .note-editor .note-statusbar .note-resizebar,
.contrast .note-editor .note-statusbar .note-resizebar .note-icon-bar {
    border-color: #1f1f1f
}

.contrast .note-editor .dropdown-menu,
.contrast .note-editor .dropdown-menu h1,
.contrast .note-editor .dropdown-menu h2,
.contrast .note-editor .dropdown-menu h3,
.contrast .note-editor .dropdown-menu h4,
.contrast .note-editor .dropdown-menu h5,
.contrast .note-editor .dropdown-menu h6 {
    color: #333
}

.contrast .note-editor .note-dialog .note-help-dialog .modal-close,
.contrast .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child,
.contrast .note-editor .note-dialog .note-help-dialog .note-shortcut th {
    color: #247d4a
}

.contrast .prettyprint {
    background-color: #1f1f1f
}

.contrast td pre.prettyprint {
    background-color: transparent
}

.contrast .header .bg-white {
    background-color: #444
}

.contrast .loading {
    background-color: rgba(0, 0, 0, .7)
}

.contrast .calendar a {
    color: #fff
}

.contrast .arrow.left:after {
    border-right-color: #1f1f1f
}

.contrast .arrow.right:after {
    border-left-color: #1f1f1f
}

.contrast .dd-handle {
    background-color: #2f2f2f;
    border-color: #3f3f3f
}

.contrast .dd3-content {
    background-color: #3f3f3f;
    border-color: #994d4d
}

.btn-primary-real {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary-real.active,
.btn-primary-real:active,
.btn-primary-real:focus,
.btn-primary-real:hover,
.open > .btn-primary-real.dropdown-toggle {
	color: #fff;
	background-color: #00435c;
	border-color: #002938
}

.btn-dark-blue {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.cell-border-right {
	border-right: 1px solid #efefef;
}

.mouse-on{
  border: 5px solid red;
}

.item-selecionado {
  border: 5px solid blue;
}

.menu-opcao-button {
	width: 525px !important;
	font-size: 12pt !important;
	height: 52px !important;
	padding-top: 12px !important;
	background-color: #f2f4f8 !important;
}

	.menu-opcao-button:hover {
		width: 525px !important;
		font-size: 12pt !important;
		color: #FFF !important;
		height: 52px !important;
		padding-top: 12px !important;
		background-color: #00552b !important;
	}

	.panel-margin {
	margin-top: 50px;
}

	.panel-color {
	background-color: #ccc !important;
}

	.titulo-required {
	color: #c33b3b
}

	.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

	.no-padding-any {
	padding: 0 !important;
}

	.no-margin {
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

	.char-textarea {
	resize: none;
}

	.char-count {
	font-weight: lighter;
}

	.pre-customizado {
	background-color: transparent;
	border: none;
	font-family: inherit;
	font-size: inherit;
}

.m-b-n20 {
	margin-bottom: -20px;
}

.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.thead-cadsuf {
	background-color: #00552b !important;
	border-color: #00552b !important;
	color: #fff !important;
}

.img-center {
	margin: 0 auto;
}

.cst-pnl-ftr {
	background-color: #f5f5f5 !important;
	border-color: #ddd !important;
}

.azul-link {
	color: #0054FF;
}

.cinza {
	color: #ccc;
}

input[type='file'] {
	display: none
}

.wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-ul {
	display: flex;
	justify-content: center;
}

.td-m400 {
	min-width: 400px;
}

.panel-primary > .panel-footer {
	color: #fff;
	background-color: #00552b;
	border-color: #00552b;
}

.col-center {
	float: none;
	margin: 0 auto;
}

.txt-jtf {
	text-align: justify;
}

.cst-btn-aa-1 {
	font-size: 12pt;
	height: 52px;
	padding-top: 12px;
	background-color: #f2f4f8;
}

.cst-link-aa-1 {
	color: #0054FF;
}

.cst-text-aa-1 {
	position: absolute;
	top: -8px;
	left: 65px;
	font-size: 13pt;
	padding: 0 10px;
}

.cst-link-aa-1:visited {
	color: #0054FF;
}

.dbg {
	outline: 1px solid;
}

.p--10 {
	padding-left: 10px !important;
}

.rsz-n {
	resize: none;
}

.p-cst {
	padding: 6px 2px !important;
}

.gru_bkpncolor {
	background: mediumpurple !important;
	color: white !important;
}

.ovrxy-on {
	overflow: auto;
}

.h500 {
	height: 500px;
}

.thead-sac {
	background-color: #4f6c9b !important;
	color: white;
	font-weight: bolder;
}

.btn-ocultar {
	background-color: #669900;
	border-color: #669900;
	color: white;
}

.btn-limpar {
	background-color: #8a8a5c;
	border-color: #8a8a5c;
	color: white;
}

.fs14 {
	font-size: 14pt;
}

.fs18 {
	font-size: 36pt;
	font-weight: bold;
}

.feriado {
	color: #fff;
	background-color: #bc782b;
	font-weight: bold;
}

.crs-p {
	cursor: pointer;
}

.dbgg {
	outline: 1px solid;
}

.bg-gray {
	background-color: #eee;
}

.thead-bc {
	background-color: #256cdd;
	border-color: #256cdd;
	color: white;
}

.switch input:disabled + span {
	background-color: #bbb;
}

.btn-warning {
	background-color: orange;
}

#fileselector {
	margin: 10px;
}

#upload-file-selector {
	display: none;
}

.margin-correction {
	margin-right: 10px;
}

.d-f {
	display: flex;
}

.section-gray {
	background-color: #ccc;
}

.p-s {
	padding-left: 15px;
	padding-right: 15px;
}

.p-s-sm {
	padding-left: 5px;
	padding-right: 5px;
}

.p-h {
	padding-top: 10px;
	padding-bottom: 10px;
}

.head-green {
	color: #fff !important;
	background-color: #247d4a !important;
	border-color: #1e693e !important;
}

.btn-gray:hover {
	color: #fff !important;
	background-color: #00552b !important;
}

.mt50 {
	margin-top: 50px;
}

.alert-yellow {
	color: #000;
	background-color: #FC0 !important;
	border-color: #FC0 !important;
}

.alert-green {
	background-color: #37a83d;
	border-color: #37a83d;
	color: #fff;
}

.alert-red {
	background-color: #9b0404 !important;
	border-color: #9b0404 !important;
	color: white;
}

@media (min-width: 1200px) {
	.col-lg-2e {
		width: 8.66667%;
	}

	.col-lg-4e {
		width: 34.33333%;
	}

	.ml-40 {
		margin-left: -40px;
	}

	.ml-100 {
		margin-left: -100px;
	}

	.responsive-fieldset {
		display: table-cell;
		width: 100%
	}

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive > .table {
			margin-bottom: 0
		}

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

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

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

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

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

@media (max-width: 1200px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive > .table {
			margin-bottom: 0
		}

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

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

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

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

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

@media (min-width: 640px) {
	.custom-btn {
		width: 525px;
		height: 66px;
	}
}

@-moz-document url-prefix() {
	input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
		line-height: 24px !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="date"].form-control {
		padding: 6px 0px 6px 7px;
	}
}

/**
 * angular-calendar - A calendar component for angular 4.0+ that can display events on a month, week or day view
 * @version v0.22.3
 * @author Matt Lewis
 * @link https://github.com/mattlewis92/angular-calendar#readme
 * @license MIT
 */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa; }
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed; }
.cal-month-view .cal-days {
  border: 1px solid #e1e1e1;
  border-bottom: 0; }
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }
.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
.cal-month-view .cal-day-cell {
  min-height: 100px; }
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid #e1e1e1; }
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid #e1e1e1; }
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  background-color: #b94a48;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: darkred; }
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7; }
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important; }
.cal-month-view .cal-open-day-events {
  padding: 15px;
  color: white;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }
.cal-month-view .cal-event-title {
  color: white; }
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }
.cal-week-view .cal-day-headers {
  -js-display: flex;
  display: flex;
  margin-bottom: 3px;
  border: 1px solid #e1e1e1;
  margin-left: 2px;
  margin-right: 2px; }
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px; }
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid #e1e1e1; }
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed; }
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5; }
.cal-week-view .cal-events-row {
  position: relative;
  height: 33px; }
.cal-week-view .cal-event-container {
  display: inline-block;
  position: absolute; }
.cal-week-view .cal-event {
  padding: 0 10px;
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
  height: 30px;
  line-height: 30px; }
.cal-week-view .cal-draggable {
  cursor: move; }
.cal-week-view .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.cal-week-view .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7; }
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000; }
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
  /* stylelint-disable-next-line selector-type-no-unknown */ }
.cal-day-view .cal-hour-rows {
    width: 100%;
    border: solid 1px #e1e1e1;
    overflow-x: scroll;
    position: relative; }
.cal-day-view .cal-hour:nth-child(odd) {
    background-color: #fafafa; }
.cal-day-view mwl-calendar-day-view-hour-segment {
    touch-action: initial !important;
    -webkit-user-select: initial !important;
            user-select: initial !important;
    -webkit-user-drag: initial !important; }
.cal-day-view mwl-calendar-day-view-hour-segment,
  .cal-day-view .cal-hour-segment {
    display: block; }
.cal-day-view .cal-hour-segment::after {
    content: '\A0'; }
.cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed #e1e1e1; }
.cal-day-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
.cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
.cal-day-view .cal-hour-segment:hover,
  .cal-day-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
.cal-day-view .cal-event-container {
    position: absolute; }
.cal-day-view .cal-event {
    border: solid 1px;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    box-sizing: border-box; }
.cal-day-view .cal-draggable {
    cursor: move; }
.cal-day-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
.cal-day-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
.cal-day-view .cal-all-day-event {
    padding: 8px;
    border: solid 1px; }
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }


/*# sourceMappingURL=styles.34a217a63ecc29c3c7f5.css.map*/