@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.25;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height:100%;
}
body {
	margin: 0;
	height:100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
template, [hidden] {
	display: none;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: inherit;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button, input, optgroup, select, textarea {
	font: inherit;
	margin: 0;
}
optgroup {
	font-weight: bold;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-input-placeholder {
 color: inherit;
 opacity: 0.54;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}

@media print {
*,  *::before,  *::after,  *::first-letter,  p::first-line,  div::first-line,  blockquote::first-line,  li::first-line {
	text-shadow: none !important;
	box-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
abbr[title]::after {
	content: " (" attr(title) ")";
}
pre {
	white-space: pre-wrap !important;
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.btn > .caret,  .fc button > .caret,  .dropup > .btn > .caret,  .fc .dropup > button > .caret {
	border-top-color: #000 !important;
}
.tag {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td,  .table th {
	background-color: #fff !important;
}
.table-bordered th,  .table-bordered td {
	border: 1px solid #ddd !important;
}
}
html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
@-ms-viewport {
 width: device-width;
}
html {
	font-size: 16px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #2a2c36;
	background-color: #e4e5e6;
}
[tabindex="-1"]:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #818a91;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
a {
	color: #20a8d8;
	text-decoration: none;
}
a:focus, a:hover {
	color: #167495;
	text-decoration: underline;
}
a:focus {
	outline: 0;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: none;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
}
[role="button"] {
	cursor: pointer;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
	touch-action: manipulation;
}
table {
	border-collapse: collapse;
	background-color: transparent;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #818a91;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: left;
}
label {
	display: inline-block;
	margin-bottom: 0;
}
button:focus {
	outline: 0;
}
input, button, select, textarea {
	line-height: inherit;
}
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
	cursor: not-allowed;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
}
input[type="search"] {
	-webkit-appearance: none;
}
output {
	display: inline-block;
}
[hidden] {
	display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, .h1 {
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 2rem;
}
h3, .h3 {
	font-size: 1.75rem;
}
h4, .h4 {
	font-size: 1.5rem;
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
	font-size: 80%;
	font-weight: normal;
}
mark, .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 5px;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.09375rem;
	border-left: 0.25rem solid #d1d4d7;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #818a91;
}
.blockquote-footer::before {
	content: "\2014 \00A0";
}
.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: 0.25rem solid #d1d4d7;
	border-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
	content: "";
}
.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014";
}
dl.row > dd + dt {
	clear: left;
}
.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #e4e5e6;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	transition: all .2s ease-in-out;
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #818a91;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
	padding: 0.2rem 0.4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: 0.25rem;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #2a2c36;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container::after {
	content: "";
	display: table;
	clear: both;
}

@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container{padding-right:15px;padding-left:15px}}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container-fluid{padding-right:15px;padding-left:15px}}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.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,.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,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.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,.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,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.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,.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,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.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,.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,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.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,.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,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-0{right:auto}.pull-1{right:8.333333%}.pull-2{right:16.666667%}.pull-3{right:25%}.pull-4{right:33.333333%}.pull-5{right:41.666667%}.pull-6{right:50%}.pull-7{right:58.333333%}.pull-8{right:66.666667%}.pull-9{right:75%}.pull-10{right:83.333333%}.pull-11{right:91.666667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.333333%}.push-2{left:16.666667%}.push-3{left:25%}.push-4{left:33.333333%}.push-5{left:41.666667%}.push-6{left:50%}.push-7{left:58.333333%}.push-8{left:66.666667%}.push-9{left:75%}.push-10{left:83.333333%}.push-11{left:91.666667%}.push-12{left:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}
.table th, .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #d1d4d7;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #d1d4d7;
}
.table tbody + tbody {
	border-top: 2px solid #d1d4d7;
}
.table .table {
	background-color: #e4e5e6;
}
.table-sm th, .table-sm td {
	padding: 0.3rem;
}
.table-bordered {
	border: 1px solid #d1d4d7;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #d1d4d7;
}
.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-success, .table-success > th, .table-success > td {
	background-color: #dff0d8;
}
.table-hover .table-success:hover {
	background-color: #d0e9c6;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #d0e9c6;
}
.table-info, .table-info > th, .table-info > td {
	background-color: #d9edf7;
}
.table-hover .table-info:hover {
	background-color: #c4e3f3;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #c4e3f3;
}
.table-warning, .table-warning > th, .table-warning > td {
	background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
	background-color: #faf2cc;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #faf2cc;
}
.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f2dede;
}
.table-hover .table-danger:hover {
	background-color: #ebcccc;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #ebcccc;
}
.thead-inverse th {
	color: #fff;
	background-color: #2a2c36;
}
.thead-default th {
	color: #55595c;
	background-color: #d1d4d7;
}
.table-inverse {
	color: #d1d4d7;
	background-color: #2a2c36;
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
	border-color: #55595c;
}
.table-inverse.table-bordered {
	border: 0;
}
.table-responsive {
	display: block;
	width: 100%;
	min-height: 0%;
	overflow-x: auto;
}
.table-reflow thead {
	float: left;
}
.table-reflow tbody {
	display: block;
	white-space: nowrap;
}
.table-reflow th, .table-reflow td {
	border-top: 1px solid #d1d4d7;
	border-left: 1px solid #d1d4d7;
}
.table-reflow th:last-child, .table-reflow td:last-child {
	border-right: 1px solid #d1d4d7;
}
.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
	border-bottom: 1px solid #d1d4d7;
}
.table-reflow tr {
	float: left;
}
.table-reflow tr th, .table-reflow tr td {
	display: block !important;
	border: 1px solid #d1d4d7;
}
.table-outline {
	border: 1px solid #d1d4d7;
}
.table-outline td {
	vertical-align: middle;
}
.table-align-middle td {
	vertical-align: middle;
}
.table-clear td {
	border: 0;
}
.form-control, .daterangepicker .input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
	display: block;
	width: 100%;
	padding: 0.3rem 0.75rem 0.3rem 0.75rem;
	font-size: 0.875rem;
	line-height: 2;
	height:35px;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand, .daterangepicker .input-mini::-ms-expand, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-ms-expand, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control:focus, .daterangepicker .input-mini:focus, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus {
	background-color: #fff;
	border-color: #66afe9;
	outline: none;
}
.form-control::placeholder, .daterangepicker .input-mini::placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::placeholder {
 color: #999;
 opacity: 1;
}
.form-control:disabled, .daterangepicker .input-mini:disabled, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:disabled, .form-control[readonly], .daterangepicker [readonly].input-mini, .input-group > .ui-select-bootstrap > input[readonly].ui-select-search.form-control {
	background-color: #d1d4d7;
	opacity: 1;
}
.form-control:disabled, .daterangepicker .input-mini:disabled, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:disabled {
	cursor: not-allowed;
}
select.form-control:not([size]):not([multiple]), .daterangepicker select.input-mini:not([size]):not([multiple]) {
	height: calc(2.3125rem - 2px);
}
select.form-control:focus::-ms-value, .daterangepicker select.input-mini:focus::-ms-value {
 color: #55595c;
 background-color: #fff;
}
.form-control-file, .form-control-range {
	display: block;
}
.col-form-label {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
}
.col-form-label-lg {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1.25rem;
}
.col-form-label-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.875rem;
}
.col-form-legend {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
}
.form-control-static {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	line-height: 1.25;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .daterangepicker .input-group-sm > .form-control-static.input-mini, .input-group > .ui-select-bootstrap.input-group-sm > input.form-control-static.ui-select-search.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .fc .input-group-sm > .input-group-btn > button.form-control-static, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .daterangepicker .input-group-lg > .form-control-static.input-mini, .input-group > .ui-select-bootstrap.input-group-lg > input.form-control-static.ui-select-search.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .fc .input-group-lg > .input-group-btn > button.form-control-static {
	padding-right: 0;
	padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control, .daterangepicker .input-group-sm > .input-mini, .input-group > .ui-select-bootstrap.input-group-sm > input.ui-select-search.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .fc .input-group-sm > .input-group-btn > button {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .daterangepicker .input-group-sm > select.input-mini:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: 1.8125rem;
}
.form-control-lg, .input-group-lg > .form-control, .daterangepicker .input-group-lg > .input-mini, .input-group > .ui-select-bootstrap.input-group-lg > input.ui-select-search.form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .fc .input-group-lg > .input-group-btn > button {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .daterangepicker .input-group-lg > select.input-mini:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: 3.16667rem;
}
.form-group {
	margin-bottom: 1rem;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
.form-check {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
}
.form-check + .form-check {
	margin-top: -.25rem;
}
.form-check.disabled .form-check-label {
	color: #818a91;
	cursor: not-allowed;
}
.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer;
}
.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: -1.25rem;
}
.form-check-input:only-child {
	position: static;
}
.form-check-inline {
	position: relative;
	display: inline-block;
	padding-left: 1.25rem;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer;
}
.form-check-inline + .form-check-inline {
	margin-left: .75rem;
}
.form-check-inline.disabled {
	color: #818a91;
	cursor: not-allowed;
}
.form-control-feedback {
	margin-top: 0.25rem;
}
.form-control-success, .form-control-warning, .form-control-danger {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right 0.57812rem;
	background-size: 1.15625rem 1.15625rem;
}
.has-success .form-control-feedback, .has-success .form-control-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control {
	color: #4dbd74;
}
.has-success .form-control, .has-success .daterangepicker .input-mini, .daterangepicker .has-success .input-mini, .has-success .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	border-color: #4dbd74;
}
.has-success .form-control:focus, .has-success .daterangepicker .input-mini:focus, .daterangepicker .has-success .input-mini:focus, .has-success .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #97d9ae;
}
.has-success .input-group-addon {
	border-color: #4dbd74;
	background-color: #e2f4e8;
}
.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#4dbd74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control {
	color: #f8cb00;
}
.has-warning .form-control, .has-warning .daterangepicker .input-mini, .daterangepicker .has-warning .input-mini, .has-warning .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	border-color: #f8cb00;
}
.has-warning .form-control:focus, .has-warning .daterangepicker .input-mini:focus, .daterangepicker .has-warning .input-mini:focus, .has-warning .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe25f;
}
.has-warning .input-group-addon {
	border-color: #f8cb00;
	background-color: #fff4c5;
}
.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f8cb00' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control {
	color: #f86c6b;
}
.has-danger .form-control, .has-danger .daterangepicker .input-mini, .daterangepicker .has-danger .input-mini, .has-danger .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	border-color: #f86c6b;
}
.has-danger .form-control:focus, .has-danger .daterangepicker .input-mini:focus, .daterangepicker .has-danger .input-mini:focus, .has-danger .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdcdcc;
}
.has-danger .input-group-addon {
	color: #f86c6b;
	border-color: #f86c6b;
	background-color: white;
}
.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#f86c6b' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control,  .form-inline .daterangepicker .input-mini,  .daterangepicker .form-inline .input-mini,  .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	width: auto;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon,  .form-inline .input-group .input-group-btn,  .form-inline .input-group .form-control,  .form-inline .input-group .daterangepicker .input-mini,  .daterangepicker .form-inline .input-group .input-mini,  .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	width: auto;
}
.form-inline .input-group > .form-control,  .form-inline .daterangepicker .input-group > .input-mini,  .daterangepicker .form-inline .input-group > .input-mini,  .form-inline .input-group > .ui-select-bootstrap.input-group > input.ui-select-search.form-control {
	width: 100%;
}
.form-inline .form-control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-check {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-check-label {
	padding-left: 0;
}
.form-inline .form-check-input {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
}
.btn, .fc button {
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.7rem 1rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
	transition: all 0.2s ease-in-out;
}
.btn:focus, .fc button:focus, .btn.focus, .fc button.focus, .btn:active:focus, .fc button:active:focus, .btn:active.focus, .fc button:active.focus, .btn.active:focus, .fc button.active:focus, .btn.active.focus, .fc button.active.focus {
	outline: 0;
}
.btn:focus, .fc button:focus, .btn:hover, .fc button:hover {
	text-decoration: none;
}
.btn.focus, .fc button.focus {
	text-decoration: none;
}
.btn:active, .fc button:active, .btn.active, .fc button.active {
	background-image: none;
	outline: 0;
}
.btn.disabled, .fc button.disabled, .btn:disabled, .fc button:disabled {
	cursor: not-allowed;
	opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-primary, .fc-today-button {
	color: #fff;
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.btn-primary:hover, .fc-today-button:hover {
	color: #fff;
	background-color: #1985ac;
	border-color: #187fa3;
}
.btn-primary:focus, .fc-today-button:focus, .btn-primary.focus, .focus.fc-today-button {
	color: #fff;
	background-color: #1985ac;
	border-color: #187fa3;
}
.btn-primary:active, .fc-today-button:active, .btn-primary.active, .active.fc-today-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.fc-today-button {
	color: #fff;
	background-color: #1985ac;
	border-color: #187fa3;
	background-image: none;
}
.btn-primary:active:hover, .fc-today-button:active:hover, .btn-primary:active:focus, .fc-today-button:active:focus, .btn-primary:active.focus, .fc-today-button:active.focus, .btn-primary.active:hover, .active.fc-today-button:hover, .btn-primary.active:focus, .active.fc-today-button:focus, .btn-primary.active.focus, .active.focus.fc-today-button, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.fc-today-button:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.fc-today-button:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.fc-today-button {
	color: #fff;
	background-color: #156d8c;
	border-color: #105269;
}
.btn-primary.disabled:focus, .disabled.fc-today-button:focus, .btn-primary.disabled.focus, .disabled.focus.fc-today-button, .btn-primary:disabled:focus, .fc-today-button:disabled:focus, .btn-primary:disabled.focus, .fc-today-button:disabled.focus {
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.btn-primary.disabled:hover, .disabled.fc-today-button:hover, .btn-primary:disabled:hover, .fc-today-button:disabled:hover {
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.btn-secondary, .fc button {
	color: #2a2c36;
	background-color: #fff;
	border-color: #ccc;
}
.btn-secondary:hover, .fc button:hover {
	color: #2a2c36;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-secondary:focus, .fc button:focus, .btn-secondary.focus, .fc button.focus {
	color: #2a2c36;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-secondary:active, .fc button:active, .btn-secondary.active, .fc button.active, .open > .btn-secondary.dropdown-toggle, .fc .open > button.dropdown-toggle {
	color: #2a2c36;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-image: none;
}
.btn-secondary:active:hover, .fc button:active:hover, .btn-secondary:active:focus, .fc button:active:focus, .btn-secondary:active.focus, .fc button:active.focus, .btn-secondary.active:hover, .fc button.active:hover, .btn-secondary.active:focus, .fc button.active:focus, .btn-secondary.active.focus, .fc button.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .fc .open > button.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .fc .open > button.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus, .fc .open > button.dropdown-toggle.focus {
	color: #2a2c36;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-secondary.disabled:focus, .fc button.disabled:focus, .btn-secondary.disabled.focus, .fc button.disabled.focus, .btn-secondary:disabled:focus, .fc button:disabled:focus, .btn-secondary:disabled.focus, .fc button:disabled.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-secondary.disabled:hover, .fc button.disabled:hover, .btn-secondary:disabled:hover, .fc button:disabled:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-dark { 
  color: #ffffff; 
  background-color: #212C36; 
  border-color: #141519; 
} 
.btn-dark:hover, 
.btn-dark:focus, 
.btn-dark:active, 
.btn-dark.active, 
.open .dropdown-toggle.btn-dark { 
  color: #ffffff; 
  background-color: #141519; 
  border-color: #141519; 
} 
.btn-dark:active, 
.btn-dark.active, 
.open .dropdown-toggle.btn-dark { 
  background-image: none; 
} 
.btn-dark.disabled, 
.btn-dark[disabled], 
fieldset[disabled] .btn-dark, 
.btn-dark.disabled:hover, 
.btn-dark[disabled]:hover, 
fieldset[disabled] .btn-dark:hover, 
.btn-dark.disabled:focus, 
.btn-dark[disabled]:focus, 
fieldset[disabled] .btn-dark:focus, 
.btn-dark.disabled:active, 
.btn-dark[disabled]:active, 
fieldset[disabled] .btn-dark:active, 
.btn-dark.disabled.active, 
.btn-dark[disabled].active, 
fieldset[disabled] .btn-dark.active { 
  background-color: #212C36; 
  border-color: #141519; 
} 
.btn-dark .badge { 
  color: #212C36; 
  background-color: #ffffff; 
}
.btn-info {
	color: #fff;
	background-color: #63c2de;
	border-color: #63c2de;
}
.btn-info:hover {
	color: #fff;
	background-color: #39b2d5;
	border-color: #30aed3;
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #39b2d5;
	border-color: #30aed3;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #39b2d5;
	border-color: #30aed3;
	background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #299fc1;
	border-color: #2283a0;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
	background-color: #63c2de;
	border-color: #63c2de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
	background-color: #63c2de;
	border-color: #63c2de;
}
.btn-success {
	color: #fff;
	background-color: #4dbd74;
	border-color: #4dbd74;
}
.btn-success:hover {
	color: #fff;
	background-color: #3a9d5d;
	border-color: #379558;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #3a9d5d;
	border-color: #379558;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3a9d5d;
	border-color: #379558;
	background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #30834d;
	border-color: #25653c;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
	background-color: #4dbd74;
	border-color: #4dbd74;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
	background-color: #4dbd74;
	border-color: #4dbd74;
}
.btn-warning {
	color: #fff;
	background-color: #f8cb00;
	border-color: #f8cb00;
}
.btn-warning:hover {
	color: #fff;
	background-color: #c5a100;
	border-color: #bb9900;
}
.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #c5a100;
	border-color: #bb9900;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #c5a100;
	border-color: #bb9900;
	background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #a18400;
	border-color: #796300;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
	background-color: #f8cb00;
	border-color: #f8cb00;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
	background-color: #f8cb00;
	border-color: #f8cb00;
}
.btn-danger {
	color: #fff;
	background-color: #f86c6b;
	border-color: #f86c6b;
}
.btn-danger:hover {
	color: #fff;
	background-color: #f63c3a;
	border-color: #f53231;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #f63c3a;
	border-color: #f53231;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #f63c3a;
	border-color: #f53231;
	background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #f41a18;
	border-color: #d90c0a;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
	background-color: #f86c6b;
	border-color: #f86c6b;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
	background-color: #f86c6b;
	border-color: #f86c6b;
}
.btn-outline-primary {
	color: #20a8d8;
	background-image: none;
	background-color: transparent;
	border-color: #20a8d8;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
	color: #fff;
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #156d8c;
	border-color: #105269;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
	border-color: #74cbea;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
	border-color: #74cbea;
}
.btn-outline-secondary {
	color: #ccc;
	background-image: none;
	background-color: transparent;
	border-color: #ccc;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
	color: #fff;
	background-color: #a1a1a1;
	border-color: #8c8c8c;
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
	border-color: white;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
	border-color: white;
}
.btn-outline-info {
	color: #63c2de;
	background-image: none;
	background-color: transparent;
	border-color: #63c2de;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #63c2de;
	border-color: #63c2de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
	color: #fff;
	background-color: #63c2de;
	border-color: #63c2de;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #63c2de;
	border-color: #63c2de;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #299fc1;
	border-color: #2283a0;
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
	border-color: #b7e3f0;
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
	border-color: #b7e3f0;
}
.btn-outline-success {
	color: #4dbd74;
	background-image: none;
	background-color: transparent;
	border-color: #4dbd74;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #4dbd74;
	border-color: #4dbd74;
}
.btn-outline-success:focus, .btn-outline-success.focus {
	color: #fff;
	background-color: #4dbd74;
	border-color: #4dbd74;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #4dbd74;
	border-color: #4dbd74;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #30834d;
	border-color: #25653c;
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
	border-color: #97d9ae;
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
	border-color: #97d9ae;
}
.btn-outline-warning {
	color: #f8cb00;
	background-image: none;
	background-color: transparent;
	border-color: #f8cb00;
}
.btn-outline-warning:hover {
	color: #fff;
	background-color: #f8cb00;
	border-color: #f8cb00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
	color: #fff;
	background-color: #f8cb00;
	border-color: #f8cb00;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f8cb00;
	border-color: #f8cb00;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #a18400;
	border-color: #796300;
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
	border-color: #ffe25f;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
	border-color: #ffe25f;
}
.btn-outline-danger {
	color: #f86c6b;
	background-image: none;
	background-color: transparent;
	border-color: #f86c6b;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #f86c6b;
	border-color: #f86c6b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
	color: #fff;
	background-color: #f86c6b;
	border-color: #f86c6b;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #f86c6b;
	border-color: #f86c6b;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #f41a18;
	border-color: #d90c0a;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
	border-color: #fdcdcc;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
	border-color: #fdcdcc;
}
.btn-link {
	font-weight: normal;
	color: #20a8d8;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
	background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
	color: #167495;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
	color: #818a91;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn, .fc .btn-group-sm > button {
	padding: 0.35rem 0.5rem 0.25rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn .tag, .fc button .tag {
	position: absolute;
	top: 2px;
	right: 6px;
	font-size: 9px;
}
.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-timing-function: ease;
	transition-duration: .35s;
	transition-property: height;
}
.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	vertical-align: middle;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: 0.3em solid;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0 0;
	margin: 0.125rem 0 0;
	font-size: 0.875rem;
	color: #2a2c36;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d1d4d7;
	border-radius: 0.25rem;
}
.dropdown-divider {
	height: 1px;
	margin: 0.5rem 0;
	overflow: hidden;
	background-color: #f8f9fa;
}
.ui-select-choices-row, .dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: normal;
	color: #2a2c36;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
.ui-select-choices-row:focus, .ui-select-choices-row:hover, .dropdown-item:focus, .dropdown-item:hover {
	color: #1f2028;
	text-decoration: none;
	background-color: #f5f5f5;
}
.ui-select-choices-row.active, .ui-select-choices-row.active:focus, .ui-select-choices-row.active:hover, .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
	color: #fff;
	text-decoration: none;
	background-color: #20a8d8;
	outline: 0;
}
.ui-select-choices-row.disabled, .ui-select-choices-row.disabled:focus, .ui-select-choices-row.disabled:hover, .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
	color: #818a91;
}
.ui-select-choices-row.disabled:focus, .ui-select-choices-row.disabled:hover, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 0 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #818a91;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 0.3em solid;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 0.125rem;
}
.dropdown-item {
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #d1d4d7;
}
.dropdown-item:last-child {
	border-bottom: 0;
}
.dropdown-item i {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	margin-left: -10px;
	color: #d1d4d7;
	text-align: center;
}
.dropdown-item .tag {
	position: absolute;
	right: 10px;
	margin-top: 2px;
}
.dropdown-header {
	padding: 8px 20px;
	background: #f8f9fa;
	border-bottom: 1px solid #d1d4d7;
}
.dropdown-header .btn, .dropdown-header .fc button, .fc .dropdown-header button {
	margin-top: -7px;
	color: #818a91;
}
.dropdown-header .btn:hover, .dropdown-header .fc button:hover, .fc .dropdown-header button:hover {
	color: #2a2c36;
}
.dropdown-header .btn.pull-right, .dropdown-header .fc button.pull-right, .fc .dropdown-header button.pull-right {
	margin-right: -20px;
}
.btn-group, .fc-button-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn, .fc-button-group > .btn, .fc .btn-group > button, .fc .fc-button-group > button, .btn-group-vertical > .btn, .fc .btn-group-vertical > button {
	position: relative;
	float: left;
	margin-bottom: 0;
}
.btn-group > .btn:focus, .fc-button-group > .btn:focus, .fc .btn-group > button:focus, .fc .fc-button-group > button:focus, .btn-group > .btn:active, .fc-button-group > .btn:active, .fc .btn-group > button:active, .fc .fc-button-group > button:active, .btn-group > .btn.active, .fc-button-group > .btn.active, .fc .btn-group > button.active, .fc .fc-button-group > button.active, .btn-group-vertical > .btn:focus, .fc .btn-group-vertical > button:focus, .btn-group-vertical > .btn:active, .fc .btn-group-vertical > button:active, .btn-group-vertical > .btn.active, .fc .btn-group-vertical > button.active {
	z-index: 2;
}
.btn-group > .btn:hover, .fc-button-group > .btn:hover, .fc .btn-group > button:hover, .fc .fc-button-group > button:hover, .btn-group-vertical > .btn:hover, .fc .btn-group-vertical > button:hover {
	z-index: 2;
}
.btn-group .btn + .btn, .fc-button-group .btn + .btn, .btn-group .fc button + .btn, .fc .btn-group button + .btn, .fc-button-group .fc button + .btn, .fc .fc-button-group button + .btn, .btn-group .fc .btn + button, .fc .btn-group .btn + button, .fc-button-group .fc .btn + button, .fc .fc-button-group .btn + button, .btn-group .fc button + button, .fc .btn-group button + button, .fc-button-group .fc button + button, .fc .fc-button-group button + button, .btn-group .btn + .btn-group, .fc-button-group .btn + .btn-group, .btn-group .fc button + .btn-group, .fc .btn-group button + .btn-group, .fc-button-group .fc button + .btn-group, .fc .fc-button-group button + .btn-group, .btn-group .btn + .fc-button-group, .fc-button-group .btn + .fc-button-group, .btn-group .fc button + .fc-button-group, .fc .btn-group button + .fc-button-group, .fc-button-group .fc button + .fc-button-group, .fc .fc-button-group button + .fc-button-group, .btn-group .btn-group + .btn, .fc-button-group .btn-group + .btn, .btn-group .fc-button-group + .btn, .fc-button-group .fc-button-group + .btn, .btn-group .fc .btn-group + button, .fc .btn-group .btn-group + button, .fc-button-group .fc .btn-group + button, .fc .fc-button-group .btn-group + button, .btn-group .fc .fc-button-group + button, .fc .btn-group .fc-button-group + button, .fc-button-group .fc .fc-button-group + button, .fc .fc-button-group .fc-button-group + button, .btn-group .btn-group + .btn-group, .fc-button-group .btn-group + .btn-group, .btn-group .fc-button-group + .btn-group, .fc-button-group .fc-button-group + .btn-group, .btn-group .btn-group + .fc-button-group, .fc-button-group .btn-group + .fc-button-group, .btn-group .fc-button-group + .fc-button-group, .fc-button-group .fc-button-group + .fc-button-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -0.5rem;
}
.btn-toolbar::after {
	content: "";
	display: table;
	clear: both;
}
.btn-toolbar .btn-group, .btn-toolbar .fc-button-group, .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn, .fc .btn-toolbar > button, .btn-toolbar > .btn-group, .btn-toolbar > .fc-button-group, .btn-toolbar > .input-group {
	margin-left: 0.5rem;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc-button-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc .fc-button-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child, .fc-button-group > .btn:first-child, .fc .btn-group > button:first-child, .fc .fc-button-group > button:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .fc-button-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .fc .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .fc .fc-button-group > button: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), .fc-button-group > .btn:last-child:not(:first-child), .fc .btn-group > button:last-child:not(:first-child), .fc .fc-button-group > button:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child), .fc-button-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group, .fc-button-group > .btn-group, .btn-group > .fc-button-group, .fc-button-group > .fc-button-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .fc-button-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc-button-group > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .fc .fc-button-group > .btn-group:not(:first-child):not(:last-child) > button, .fc .btn-group > .fc-button-group:not(:first-child):not(:last-child) > button, .fc .fc-button-group > .fc-button-group:not(:first-child):not(:last-child) > button {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .fc-button-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .fc-button-group:first-child:not(:last-child) > .btn:last-child, .fc-button-group > .fc-button-group:first-child:not(:last-child) > .btn:last-child, .fc .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .fc .fc-button-group > .btn-group:first-child:not(:last-child) > button:last-child, .fc .btn-group > .fc-button-group:first-child:not(:last-child) > button:last-child, .fc .fc-button-group > .fc-button-group:first-child:not(:last-child) > button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .fc-button-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .fc-button-group:first-child:not(:last-child) > .dropdown-toggle, .fc-button-group > .fc-button-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .fc-button-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .fc-button-group:last-child:not(:first-child) > .btn:first-child, .fc-button-group > .fc-button-group:last-child:not(:first-child) > .btn:first-child, .fc .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .fc .fc-button-group > .btn-group:last-child:not(:first-child) > button:first-child, .fc .btn-group > .fc-button-group:last-child:not(:first-child) > button:first-child, .fc .fc-button-group > .fc-button-group:last-child:not(:first-child) > button:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .fc-button-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle, .open.fc-button-group .dropdown-toggle {
	outline: 0;
}
.btn + .dropdown-toggle-split, .fc button + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after, .fc button + .dropdown-toggle-split::after {
	margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .fc .btn-group-sm > button + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .fc .btn-group-lg > button + .dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem;
}
.btn .caret, .fc button .caret {
	margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret, .fc .btn-group-lg > button .caret {
	border-width: 0.3em 0.3em 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .fc .btn-group-lg > button .caret, .fc .dropup .btn-group-lg > button .caret {
	border-width: 0 0.3em 0.3em;
}
.btn-group-vertical > .btn, .fc .btn-group-vertical > button, .btn-group-vertical > .btn-group, .btn-group-vertical > .fc-button-group, .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .fc-button-group > .btn, .fc .btn-group-vertical > .btn-group > button, .fc .btn-group-vertical > .fc-button-group > button {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .fc-button-group::after {
	content: "";
	display: table;
	clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .fc-button-group > .btn, .fc .btn-group-vertical > .btn-group > button, .fc .btn-group-vertical > .fc-button-group > button {
	float: none;
}
.btn-group-vertical > .btn + .btn, .fc .btn-group-vertical > button + .btn, .fc .btn-group-vertical > .btn + button, .fc .btn-group-vertical > button + button, .btn-group-vertical > .btn + .btn-group, .fc .btn-group-vertical > button + .btn-group, .btn-group-vertical > .btn + .fc-button-group, .fc .btn-group-vertical > button + .fc-button-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .fc-button-group + .btn, .fc .btn-group-vertical > .btn-group + button, .fc .btn-group-vertical > .fc-button-group + button, .btn-group-vertical > .btn-group + .btn-group, .btn-group-vertical > .fc-button-group + .btn-group, .btn-group-vertical > .btn-group + .fc-button-group, .btn-group-vertical > .fc-button-group + .fc-button-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .fc .btn-group-vertical > button:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .fc .btn-group-vertical > button:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .fc .btn-group-vertical > button: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, .btn-group-vertical > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .fc .btn-group-vertical > .fc-button-group:not(:first-child):not(:last-child) > button {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .fc-button-group:first-child:not(:last-child) > .btn:last-child, .fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .fc .btn-group-vertical > .fc-button-group:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group-vertical > .fc-button-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, .btn-group-vertical > .fc-button-group:last-child:not(:first-child) > .btn:first-child, .fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .fc .btn-group-vertical > .fc-button-group:last-child:not(:first-child) > button:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"], .fc [data-toggle="buttons"] > button input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], .fc [data-toggle="buttons"] > button input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .fc-button-group > .btn input[type="radio"], .fc [data-toggle="buttons"] > .btn-group > button input[type="radio"], .fc [data-toggle="buttons"] > .fc-button-group > button input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .fc-button-group > .btn input[type="checkbox"], .fc [data-toggle="buttons"] > .btn-group > button input[type="checkbox"], .fc [data-toggle="buttons"] > .fc-button-group > button input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
}
.input-group .form-control, .input-group .daterangepicker .input-mini, .daterangepicker .input-group .input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .daterangepicker .input-mini:focus, .daterangepicker .input-group .input-mini:focus, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus, .input-group .form-control:active, .input-group .daterangepicker .input-mini:active, .daterangepicker .input-group .input-mini:active, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:active, .input-group .form-control:hover, .input-group .daterangepicker .input-mini:hover, .daterangepicker .input-group .input-mini:hover, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:hover {
	z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .daterangepicker .input-mini, .daterangepicker .input-group .input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .daterangepicker .input-mini:not(:first-child):not(:last-child), .daterangepicker .input-group .input-mini:not(:first-child):not(:last-child), .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.25;
	color: #55595c;
	text-align: center;
	background-color: #d1d4d7;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.input-group-addon.form-control-sm, .daterangepicker .input-group-sm > .input-group-addon.input-mini, .input-group > .ui-select-bootstrap.input-group-sm > input.input-group-addon.ui-select-search.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .fc .input-group-sm > .input-group-btn > button.input-group-addon {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}
.input-group-addon.form-control-lg, .daterangepicker .input-group-lg > .input-group-addon.input-mini, .input-group > .ui-select-bootstrap.input-group-lg > input.input-group-addon.ui-select-search.form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .fc .input-group-lg > .input-group-btn > button.input-group-addon {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:not(:last-child), .input-group>:not(:last-child) .form-control, .input-group .daterangepicker .input-mini:not(:last-child), .daterangepicker .input-group .input-mini:not(:last-child), .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .fc .input-group-btn:not(:last-child) > button, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .fc-button-group > .btn, .fc .input-group-btn:not(:last-child) > .btn-group > button, .fc .input-group-btn:not(:last-child) > .fc-button-group > button, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .fc .input-group-btn:not(:first-child) > button:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .fc-button-group:not(:last-child) > .btn, .fc .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > button, .fc .input-group-btn:not(:first-child) > .fc-button-group:not(:last-child) > button {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:not(:last-child) {
	border-right: 0;
}
.input-group .form-control:not(:first-child), .input-group>:not(:first-child) .form-control, .input-group .daterangepicker .input-mini:not(:first-child), .daterangepicker .input-group .input-mini:not(:first-child), .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .fc .input-group-btn:not(:first-child) > button, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .fc-button-group > .btn, .fc .input-group-btn:not(:first-child) > .btn-group > button, .fc .input-group-btn:not(:first-child) > .fc-button-group > button, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .fc .input-group-btn:not(:last-child) > button:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .fc-button-group:not(:first-child) > .btn, .fc .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > button, .fc .input-group-btn:not(:last-child) > .fc-button-group:not(:first-child) > button {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child), .daterangepicker .input-mini + .input-group-addon:not(:first-child), .input-group > .ui-select-bootstrap > input.ui-select-search.form-control + .input-group-addon:not(:first-child) {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn, .fc .input-group-btn > button {
	position: relative;
}
.input-group-btn > .btn + .btn, .fc .input-group-btn > button + .btn, .fc .input-group-btn > .btn + button, .fc .input-group-btn > button + button {
	margin-left: -1px;
}
.input-group-btn > .btn:focus, .fc .input-group-btn > button:focus, .input-group-btn > .btn:active, .fc .input-group-btn > button:active, .input-group-btn > .btn:hover, .fc .input-group-btn > button:hover {
	z-index: 3;
}
.input-group-btn:not(:last-child) > .btn, .fc .input-group-btn:not(:last-child) > button, .input-group-btn:not(:last-child) > .btn-group, .input-group-btn:not(:last-child) > .fc-button-group {
	margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn, .fc .input-group-btn:not(:first-child) > button, .input-group-btn:not(:first-child) > .btn-group, .input-group-btn:not(:first-child) > .fc-button-group {
	z-index: 2;
	margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .fc .input-group-btn:not(:first-child) > button:focus, .input-group-btn:not(:first-child) > .btn:active, .fc .input-group-btn:not(:first-child) > button:active, .input-group-btn:not(:first-child) > .btn:hover, .fc .input-group-btn:not(:first-child) > button:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .fc-button-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .fc-button-group:active, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .fc-button-group:hover {
	z-index: 3;
}
.input-group-addon, .input-group-btn {
	min-width: 40px;
	white-space: nowrap;
	vertical-align: middle;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: inline-block;
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}
.nav-link.disabled {
	color: #818a91;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
	color: #818a91;
	cursor: not-allowed;
	background-color: transparent;
}
.nav-inline .nav-item {
	display: inline-block;
}
.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
	margin-left: 1rem;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
	content: "";
	display: table;
	clear: both;
}
.nav-tabs .nav-item {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
	margin-left: 0.2rem;
}
.nav-tabs .nav-link {
	display: block;
	padding: 0.5em 1em;
	border: 1px solid transparent;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
	color: #818a91;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
	color: #55595c;
	background-color: #e4e5e6;
	border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.nav-pills::after {
	content: "";
	display: table;
	clear: both;
}
.nav-pills .nav-item {
	float: left;
}
.nav-pills .nav-item + .nav-item {
	margin-left: 0.2rem;
}
.nav-pills .nav-link {
	display: block;
	padding: 0.5em 1em;
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
	color: #fff;
	cursor: default;
	background-color: #20a8d8;
}
.nav-stacked .nav-item {
	display: block;
	float: none;
}
.nav-stacked .nav-item + .nav-item {
	margin-top: 0.2rem;
	margin-left: 0;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .nav-link {
	color: #55595c;
	background: #d1d4d7;
	border: 1px solid #d1d4d7;
}
.nav-tabs .nav-link:hover {
	color: #55595c;
	background: #e7edf0
}
.nav-tabs .active .nav-link {
	color: #2a2c36;
	background: #fff;
	border-color: #d1d4d7;
	border-bottom-color: #fff;
}
.nav-tabs .active .nav-link:focus {
	background: #fff;
	border-color: #d1d4d7;
	border-bottom-color: #fff;
}
.tab-content {
	margin-top: -1px;
	background: #fff;
	border: 1px solid #d1d4d7;
}
.card-block .tab-content {
	margin-top: 0;
	border: 0;
}
.navbar {
	position: relative;
	padding: 0;
}
.navbar::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 576px) {
.navbar {
	border-radius: 0.25rem;
}
}
.navbar-full {
	z-index: 1000;
}

@media (min-width: 576px) {
.navbar-full {
	border-radius: 0;
}
}
.navbar-fixed-top, body.navbar-fixed header.navbar, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 576px) {
.navbar-fixed-top,  body.navbar-fixed header.navbar,  .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top, body.navbar-fixed header.navbar {
	top: 0;
}
.navbar-fixed-bottom {
	bottom: 0;
}
.navbar-sticky-top {
	position: sticky;
	top: 0;
	z-index: 1030;
	width: 100%;
}

@media (min-width: 576px) {
.navbar-sticky-top {
	border-radius: 0;
}
}
.navbar-brand {
	float: left;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}
.navbar-divider {
	float: left;
	width: 1px;
	padding-top: 0.425rem;
	padding-bottom: 0.425rem;
	margin-right: 1rem;
	margin-left: 1rem;
	overflow: hidden;
}
.navbar-divider::before {
	content: "\00a0";
}
.navbar-text {
	display: inline-block;
	padding-top: .425rem;
	padding-bottom: .425rem;
}
.navbar-toggler, .aside-toggle {
	width: 2.5em;
	height: 2em;
	padding: 0.5rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: transparent no-repeat center center;
	background-size: 24px 24px;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:focus, .aside-toggle:focus, .navbar-toggler:hover, .aside-toggle:hover {
	color:#000;
	text-decoration: none;
}
.mobile-open .navbar-toggler.mobile-toggler, .sidebar-nav .navbar-toggler.sidebar-toggler {
	color:#000;
}
.navbar-toggleable-xs::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-brand {
	display: block;
	float: none;
	margin-top: .5rem;
	margin-right: 0;
}
.navbar-toggleable-xs .navbar-nav {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.navbar-toggleable-xs .navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
}

@media (min-width: 576px) {
.navbar-toggleable-xs {
	display: block;
}
}
.navbar-toggleable-sm::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-brand {
	display: block;
	float: none;
	margin-top: .5rem;
	margin-right: 0;
}
.navbar-toggleable-sm .navbar-nav {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
}

@media (min-width: 768px) {
.navbar-toggleable-sm {
	display: block;
}
}
.navbar-toggleable-md::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 991px) {
.navbar-toggleable-md .navbar-brand {
	display: block;
	float: none;
	margin-top: .5rem;
	margin-right: 0;
}
.navbar-toggleable-md .navbar-nav {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
}

@media (min-width: 992px) {
.navbar-toggleable-md {
	display: block;
}
}
.navbar-toggleable-lg::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 1199px) {
.navbar-toggleable-lg .navbar-brand {
	display: block;
	float: none;
	margin-top: .5rem;
	margin-right: 0;
}
.navbar-toggleable-lg .navbar-nav {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
}

@media (min-width: 1200px) {
.navbar-toggleable-lg {
	display: block;
}
}
.navbar-toggleable-xl {
	display: block;
}
.navbar-toggleable-xl::after {
	content: "";
	display: table;
	clear: both;
}
.navbar-toggleable-xl .navbar-brand {
	display: block;
	float: none;
	margin-top: .5rem;
	margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.navbar-nav .nav-item {
	float: left;
}
.navbar-nav .nav-link {
	display: block;
	padding-top: .425rem;
	padding-bottom: .425rem;
}
.navbar-nav .nav-link + .nav-link {
	margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
	margin-left: 1rem;
}
.navbar-light .navbar-brand, .navbar-light .navbar-toggler, .navbar-light .aside-toggle {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .aside-toggle:focus, .navbar-light .navbar-toggler:hover, .navbar-light .aside-toggle:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler, .navbar-light .aside-toggle {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-divider {
	background-color: rgba(0, 0, 0, 0.075);
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-toggler, .navbar-dark .aside-toggle {
	color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-toggler:focus, .navbar-dark .aside-toggle:focus, .navbar-dark .navbar-toggler:hover, .navbar-dark .aside-toggle:hover {
	color: white;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
	color: white;
}
.navbar-dark .navbar-toggler, .navbar-dark .aside-toggle {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-divider {
	background-color: rgba(255, 255, 255, 0.075);
}
.navbar-toggleable-xs::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-nav .nav-item {
	float: none;
	margin-left: 0;
}
}

@media (min-width: 576px) {
.navbar-toggleable-xs {
	display: block !important;
}
}
.navbar-toggleable-sm::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-nav .nav-item {
	float: none;
	margin-left: 0;
}
}

@media (min-width: 768px) {
.navbar-toggleable-sm {
	display: block !important;
}
}
.navbar-toggleable-md::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 991px) {
.navbar-toggleable-md .navbar-nav .nav-item {
	float: none;
	margin-left: 0;
}
}

@media (min-width: 992px) {
.navbar-toggleable-md {
	display: block !important;
}
}
.navbar-shadow {
	position: fixed;
	height: 55px;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
header.navbar {
	position: relative;
	height: 55px;
	padding: 0 1rem;
	line-height: 55px;
	background-color: #FFF;
	border-bottom: 1px solid #d1d4d7;
}
header.navbar .container-fluid {
	padding: 0;
}
header.navbar .nav-item {
	position: relative;
	min-width: 50px;
	margin: 0 !important;
	text-align: center;
}
header.navbar .nav-item .nav-link i {
	vertical-align: middle;
}
header.navbar .nav-item .nav-link .tag {
	position: absolute;
	top: 9px;
	right: 7px;
}
header.navbar .img-avatar {
	height: 35px;
	margin: 0 0 0 1rem;
}
header.navbar .dropdown-menu {
	padding-bottom: 0;
	line-height: 1.5;
}
header.navbar .dropdown-item {
	min-width: 180px;
}
header.navbar a.navbar-brand {
	display: inline-block;
	width: 224px;
	height: 55px;
	padding: 0.5rem 0;
	background-image: url("../img/SalesRadar-logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto auto;
	margin-right: 1rem;
}
header.navbar .navbar-brand {
	margin-right: 0;
}
.navbar-toggler, .aside-toggle {
	padding: 0 .75em;
	line-height: 51px;
}
.aside-toggle {
	padding: 0 .75em;
	line-height: 51px;
}
header.navbar .navbar-nav .nav-link {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand {
	color: rgba(0, 0, 0, 0.8);
}
.navbar-brand:focus, .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.8);
}
.navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.6);
}
.navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:focus, .navbar-nav .open > .nav-link:hover, .navbar-nav .active > .nav-link, .navbar-nav .active > .nav-link:focus, .navbar-nav .active > .nav-link:hover, .navbar-nav .nav-link.open, .navbar-nav .nav-link.open:focus, .navbar-nav .nav-link.open:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.active:focus, .navbar-nav .nav-link.active:hover {
	color: rgba(0, 0, 0, 0.8);
}
.navbar-divider {
	background-color: rgba(0, 0, 0, 0.075);
}
.card {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
	background-color: #fff;
	border-radius: 0.25rem;
}
.card-block {
	padding: 30px;
}
@media (max-width: 767px) {
	.card-block {
		padding: 15px;
	}
}
.card-block::after {
	content: "";
	display: table;
	clear: both;
}
.card-table .card-block {
	padding: 0;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 30px;
}
.card > .list-group:first-child .list-group-item:first-child {
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
}
.card-header::after {
	content: "";
	display: table;
	clear: both;
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
	padding: 0.75rem 1.25rem;
}
.card-footer::after {
	content: "";
	display: table;
	clear: both;
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}
.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.card-primary {
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.card-primary .card-header, .card-primary .card-footer {
	background-color: transparent;
}
.card-success {
	background-color: #4dbd74;
	border-color: #4dbd74;
}
.card-success .card-header, .card-success .card-footer {
	background-color: transparent;
}
.card-info {
	background-color: #63c2de;
	border-color: #63c2de;
}
.card-info .card-header, .card-info .card-footer {
	background-color: transparent;
}
.card-warning {
	background-color: #f8cb00;
	border-color: #f8cb00;
}
.card-warning .card-header, .card-warning .card-footer {
	background-color: transparent;
}
.card-danger {
	background-color: #f86c6b;
	border-color: #f86c6b;
}
.card-danger .card-header, .card-danger .card-footer {
	background-color: transparent;
}
.card-outline-primary {
	background-color: transparent;
	border-color: #20a8d8;
}
.card-outline-secondary {
	background-color: transparent;
	border-color: #ccc;
}
.card-outline-info {
	background-color: transparent;
	border-color: #63c2de;
}
.card-outline-success {
	background-color: transparent;
	border-color: #4dbd74;
}
.card-outline-warning {
	background-color: transparent;
	border-color: #f8cb00;
}
.card-outline-danger {
	background-color: transparent;
	border-color: #f86c6b;
}
.card-inverse .card-header, .card-inverse .card-footer {
	border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
	color: #fff;
}
.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
	color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
	color: #fff;
}
.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0;
}
.card-img {
	border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}
.card-img-top {
	border-top-right-radius: calc(0.25rem - 1px);
	border-top-left-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
.card-deck {
	display: table;
	width: 100%;
	margin-bottom: 0.75rem;
	table-layout: fixed;
	border-spacing: 1.25rem 0;
}
.card-deck .card {
	display: table-cell;
	margin-bottom: 0;
	vertical-align: top;
}
.card-deck-wrapper {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}
}

@media (min-width: 576px) {
.card-group {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.card-group .card {
	display: table-cell;
	vertical-align: top;
}
.card-group .card + .card {
	margin-left: 0;
	border-left: 0;
}
.card-group .card:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-top {
	border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
	border-bottom-right-radius: 0;
}
.card-group .card:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-top {
	border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
	border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top,  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
	border-radius: 0;
}
}

@media (min-width: 576px) {
.card-columns {
	column-count: 3;
	column-gap: 1.25rem;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
.card {
	margin-bottom: 1.5rem;
}
.card-header i.icon-bg {
	display: inline-block;
	padding: 0.75rem 1.25rem !important;
	margin-top: -0.75rem;
	margin-right: 1.25rem;
	margin-bottom: -0.75rem;
	margin-left: -1.25rem;
	line-height: inherit;
	color: #2a2c36;
	vertical-align: bottom;
	background: transparent;
	border-right: 1px solid #d1d4d7;
}
.card-header ul.nav.nav-tabs {
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
	border-bottom: 0;
}
.card-header ul.nav.nav-tabs li.nav-item {
	border-top: 0;
}
.card-header ul.nav.nav-tabs li.nav-item a.nav-link {
	padding: 0.75rem 0.625rem;
	color: #818a91;
	border-top: 0;
}
.card-header ul.nav.nav-tabs li.nav-item a.nav-link.active {
	color: #2a2c36;
	background: #fff;
}
.card-header.card-header-inverse {
	color: #fff;
}
.card-header.card-header-primary {
	margin: -1px -1px 0;
	background: #20a8d8;
	border-bottom: 1px solid #20a8d8;
}
.card-header.card-header-secondary {
	margin: -1px -1px 0;
	background: #d1d4d7;
	border-bottom: 1px solid #d1d4d7;
}
.card-header.card-header-success {
	margin: -1px -1px 0;
	background: #4dbd74;
	border-bottom: 1px solid #4dbd74;
}
.card-header.card-header-info {
	margin: -1px -1px 0;
	background: #63c2de;
	border-bottom: 1px solid #63c2de;
}
.card-header.card-header-warning {
	margin: -1px -1px 0;
	background: #f8cb00;
	border-bottom: 1px solid #f8cb00;
}
.card-header.card-header-danger {
	margin: -1px -1px 0;
	background: #f86c6b;
	border-bottom: 1px solid #f86c6b;
}
.card-header .btn, .card-header .fc button, .fc .card-header button {
	margin-top: -0.5rem;
}
.card-header .btn-sm, .card-header .btn-group-sm > .btn, .card-header .fc .btn-group-sm > button, .fc .card-header .btn-group-sm > button {
	margin-top: -0.25rem;
}
.card-header .btn-lg, .card-header .btn-group-lg > .btn, .card-header .fc .btn-group-lg > button, .fc .card-header .btn-group-lg > button {
	margin-top: -0.75rem;
}
.card-footer ul {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	table-layout: fixed;
}
.card-footer ul li {
	display: table-cell;
	padding: 0 1.25rem;
	text-align: center;
}
.card-footer ul li progress {
	margin-top: 0.75rem;
	margin-bottom: 0;
}
.card-primary {
	background-color: #20a8d8;
}
.card-primary .card-header {
	border-color: #1d97c2;
}
.card-primary .card-header, .card-primary .card-footer {
	background-color: #1d97c2;
}
.card-secondary {
	background-color: #d1d4d7;
}
.card-secondary .card-header {
	border-color: #c3c7cb;
}
.card-secondary .card-header, .card-secondary .card-footer {
	background-color: #c3c7cb;
}
.card-success {
	background-color: #4dbd74;
}
.card-success .card-header {
	border-color: #41af67;
}
.card-success .card-header, .card-success .card-footer {
	background-color: #41af67;
}
.card-info {
	background-color: #63c2de;
}
.card-info .card-header {
	border-color: #4ebada;
}
.card-info .card-header, .card-info .card-footer {
	background-color: #4ebada;
}
.card-warning {
	background-color: #f8cb00;
}
.card-warning .card-header {
	border-color: #dfb600;
}
.card-warning .card-header, .card-warning .card-footer {
	background-color: #dfb600;
}
.card-danger {
	background-color: #f86c6b;
}
.card-danger .card-header {
	border-color: #f75453;
}
.card-danger .card-header, .card-danger .card-footer {
	background-color: #f75453;
}
.card-inverse {
	color: #fff;
}
.card-inverse .text-muted {
	color: rgba(255, 255, 255, 0.6) !important;
}
.card-inverse .progress[value] {
	background-color: rgba(255, 255, 255, 0.2) !important;
}
.card-inverse .progress[value]::-webkit-progress-bar {
 background-color: rgba(255, 255, 255, 0.2) !important;
}
.card-inverse base::-moz-progress-bar, .card-inverse .progress[value] {
 background-color: rgba(255, 255, 255, 0.2) !important;
}
.card-inverse .progress[value]::-webkit-progress-value {
 background-color: #fff !important;
}
.card-inverse .progress[value]::-moz-progress-bar {
 background-color: #fff !important;
}
.card-inverse .progress[value]::-ms-fill {
 background-color: #fff !important;
}
@media screen and (min-width: 0\0) {
 .card-inverse .progress .progress-bar {
 background-color: #fff !important;
}
}
[class*="card-outline-"] .card-block {
	background: #fff !important;
}
[class*="card-outline-"].card-outline-top {
	border-top-width: 2px;
	border-right-color: #d1d4d7;
	border-bottom-color: #d1d4d7;
	border-left-color: #d1d4d7;
}
.card-accent-primary {
	border-top-width: 2px;
	border-top-color: #20a8d8;
}
.card-accent-secondary {
	border-top-width: 2px;
	border-top-color: #ccc;
}
.card-accent-info {
	border-top-width: 2px;
	border-top-color: #63c2de;
}
.card-accent-success {
	border-top-width: 2px;
	border-top-color: #4dbd74;
}
.card-accent-warning {
	border-top-width: 2px;
	border-top-color: #f8cb00;
}
.card-accent-danger {
	border-top-width: 2px;
	border-top-color: #f86c6b;
}
.card-header > i {
	margin-right: 0.5rem;
}
.card-header .card-actions {
	position: absolute;
	top: 0;
	right: 0;
}
.card-header .card-actions a, .card-header .card-actions button {
	display: block;
	float: left;
	width: 50px;
	padding: 0.75rem 0;
	margin: 0 !important;
	color: #2a2c36;
	text-align: center;
	background: transparent;
	border: 0;
	border-left: 1px solid #d1d4d7;
	box-shadow: 0;
}
.card-header .card-actions a:hover, .card-header .card-actions button:hover {
	text-decoration: none;
}
.card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
}
.card-header .card-actions a i, .card-header .card-actions button i {
	display: inline-block;
	transition: .4s;
}
.card-header .card-actions a i.r180, .card-header .card-actions button i.r180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.card-header .card-actions .input-group {
	width: 230px;
	margin: 6px;
}
.card-header .card-actions .input-group .input-group-addon {
	background: #fff;
}
.card-header .card-actions .input-group input {
	border-left: 0;
}
.card-full {
	margin-top: -1rem;
	margin-right: -15px;
	margin-left: -15px;
	border: 0;
	border-bottom: 1px solid #d1d4d7;
}

@media (min-width: 576px) {
.card-columns {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 1.25rem;
	column-count: 3;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
.card-columns.col-2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}
.card-group {
	margin-bottom: 1.5rem;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 1rem;
	height:1rem;
	list-style: none;
}
.breadcrumb::after {
	content: "";
	display: table;
	clear: both;
}
.breadcrumb-item {
	float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #818a91;
	content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #818a91;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
}
.page-item, .pagination-datatables li, .pagination li {
	display: inline;
}
.page-item:first-child .page-link, .pagination-datatables li:first-child .page-link, .pagination li:first-child .page-link, .page-item:first-child .pagination-datatables li a, .pagination-datatables li .page-item:first-child a, .pagination-datatables li:first-child a, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination li:first-child a {
	margin-left: 0;
	border-bottom-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .pagination-datatables li:last-child .page-link, .pagination li:last-child .page-link, .page-item:last-child .pagination-datatables li a, .pagination-datatables li .page-item:last-child a, .pagination-datatables li:last-child a, .page-item:last-child .pagination li a, .pagination li .page-item:last-child a, .pagination li:last-child a {
	border-bottom-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.page-item.active .page-link, .pagination-datatables li.active .page-link, .pagination li.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .pagination-datatables li.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination li.active a, .page-item.active .page-link:focus, .pagination-datatables li.active .page-link:focus, .pagination li.active .page-link:focus, .page-item.active .pagination-datatables li a:focus, .pagination-datatables li .page-item.active a:focus, .pagination-datatables li.active a:focus, .page-item.active .pagination li a:focus, .pagination li .page-item.active a:focus, .pagination li.active a:focus, .page-item.active .page-link:hover, .pagination-datatables li.active .page-link:hover, .pagination li.active .page-link:hover, .page-item.active .pagination-datatables li a:hover, .pagination-datatables li .page-item.active a:hover, .pagination-datatables li.active a:hover, .page-item.active .pagination li a:hover, .pagination li .page-item.active a:hover, .pagination li.active a:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.page-item.disabled .page-link, .pagination-datatables li.disabled .page-link, .pagination li.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .pagination-datatables li.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination li.disabled a, .page-item.disabled .page-link:focus, .pagination-datatables li.disabled .page-link:focus, .pagination li.disabled .page-link:focus, .page-item.disabled .pagination-datatables li a:focus, .pagination-datatables li .page-item.disabled a:focus, .pagination-datatables li.disabled a:focus, .page-item.disabled .pagination li a:focus, .pagination li .page-item.disabled a:focus, .pagination li.disabled a:focus, .page-item.disabled .page-link:hover, .pagination-datatables li.disabled .page-link:hover, .pagination li.disabled .page-link:hover, .page-item.disabled .pagination-datatables li a:hover, .pagination-datatables li .page-item.disabled a:hover, .pagination-datatables li.disabled a:hover, .page-item.disabled .pagination li a:hover, .pagination li .page-item.disabled a:hover, .pagination li.disabled a:hover {
	color: #818a91;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.page-link, .pagination-datatables li a, .pagination li a {
	position: relative;
	float: left;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	color: #20a8d8;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus, .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
	color: #167495;
	background-color: #d1d4d7;
	border-color: #ddd;
}
.pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-datatables li .pagination-lg a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination-datatables li:first-child .page-link, .pagination-datatables .pagination-lg li:first-child .page-link, .pagination-lg .pagination li:first-child .page-link, .pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination .pagination-datatables li:first-child a, .pagination-datatables .pagination .pagination-lg li:first-child a, .pagination-lg .page-item:first-child .pagination li a, .pagination li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables .pagination li:first-child a, .pagination .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg .pagination li:first-child a, .pagination .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination li:first-child a, .pagination .pagination-lg li:first-child a {
	border-bottom-left-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination-datatables li:last-child .page-link, .pagination-datatables .pagination-lg li:last-child .page-link, .pagination-lg .pagination li:last-child .page-link, .pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination .pagination-datatables li:last-child a, .pagination-datatables .pagination .pagination-lg li:last-child a, .pagination-lg .page-item:last-child .pagination li a, .pagination li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables .pagination li:last-child a, .pagination .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg .pagination li:last-child a, .pagination .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination li:last-child a, .pagination .pagination-lg li:last-child a {
	border-bottom-right-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-datatables li .pagination-sm a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
	padding: 0.275rem 0.75rem;
	font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .pagination-datatables li:first-child .page-link, .pagination-datatables .pagination-sm li:first-child .page-link, .pagination-sm .pagination li:first-child .page-link, .pagination .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child .pagination-datatables li a, .pagination-datatables li .pagination-sm .page-item:first-child a, .pagination-sm .pagination-datatables li:first-child a, .pagination-datatables .pagination-sm li:first-child a, .pagination-sm .pagination .pagination-datatables li:first-child a, .pagination-datatables .pagination .pagination-sm li:first-child a, .pagination-sm .page-item:first-child .pagination li a, .pagination li .pagination-sm .page-item:first-child a, .pagination-sm .pagination-datatables .pagination li:first-child a, .pagination .pagination-sm .pagination-datatables li:first-child a, .pagination-datatables .pagination-sm .pagination li:first-child a, .pagination .pagination-datatables .pagination-sm li:first-child a, .pagination-sm .pagination li:first-child a, .pagination .pagination-sm li:first-child a {
	border-bottom-left-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link, .pagination-sm .pagination-datatables li:last-child .page-link, .pagination-datatables .pagination-sm li:last-child .page-link, .pagination-sm .pagination li:last-child .page-link, .pagination .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child .pagination-datatables li a, .pagination-datatables li .pagination-sm .page-item:last-child a, .pagination-sm .pagination-datatables li:last-child a, .pagination-datatables .pagination-sm li:last-child a, .pagination-sm .pagination .pagination-datatables li:last-child a, .pagination-datatables .pagination .pagination-sm li:last-child a, .pagination-sm .page-item:last-child .pagination li a, .pagination li .pagination-sm .page-item:last-child a, .pagination-sm .pagination-datatables .pagination li:last-child a, .pagination .pagination-sm .pagination-datatables li:last-child a, .pagination-datatables .pagination-sm .pagination li:last-child a, .pagination .pagination-datatables .pagination-sm li:last-child a, .pagination-sm .pagination li:last-child a, .pagination .pagination-sm li:last-child a {
	border-bottom-right-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}
.tag {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
.tag:empty {
	display: none;
}
.btn .tag, .fc button .tag {
	position: relative;
	top: -1px;
}
a.tag:focus, a.tag:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.tag-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}
.tag-default {
	background-color: #818a91;
}
.tag-default[href]:focus, .tag-default[href]:hover {
	background-color: #687077;
}
.tag-primary {
	background-color: #20a8d8;
}
.tag-primary[href]:focus, .tag-primary[href]:hover {
	background-color: #1985ac;
}
.tag-success {
	background-color: #4dbd74;
}
.tag-success[href]:focus, .tag-success[href]:hover {
	background-color: #3a9d5d;
}
.tag-info {
	background-color: #63c2de;
}
.tag-info[href]:focus, .tag-info[href]:hover {
	background-color: #39b2d5;
}
.tag-warning {
	background-color: #f8cb00;
}
.tag-warning[href]:focus, .tag-warning[href]:hover {
	background-color: #c5a100;
}
.tag-danger {
	background-color: #f86c6b;
}
.tag-danger[href]:focus, .tag-danger[href]:hover {
	background-color: #f63c3a;
}
.tag-pill {
	border-radius: 10rem;
}
.alert {
	padding: 2rem 2rem 2rem 5rem;
	border-radius: 0.25rem;
	background-color: #363636;
  color:#FFF;
  position:relative;
	text-align: left;
	line-height:1rem;
	margin-top:1rem;
	width: 100%;
}
.alert:before {
	position:absolute;
	width:3rem;
	height:2rem;
	left:1rem;
	top:1.5rem;
	padding-right:1rem;
	text-align: center;
	content:"\f05a";
	font:normal normal normal 14px/1 FontAwesome;
	font-size:2rem;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	border-right: 1px solid #FFF;
}

@media (max-width: 767px) {
	.alert {
		padding: 1rem 1rem 1rem 4rem;
		line-height:1rem;
		margin-top:0.5rem;
	}
	.alert:before {
		width:2rem;
		height:1rem;
		left:1rem;
		top:1rem;
		font-size:1rem;
		padding-right:0.5rem;
	}
}
.alert-heading {
	color: inherit;
	font-weight:bold;
}
.alert-dismissible {
	padding-right: 2.5rem;
}
.alert-dismissible .close {
	position: relative;
	top: -.125rem;
	right: -1.25rem;
	color: inherit;
}
.alert-info:before {
	border-color: #63c2de;
	color: #63c2de;
}
.alert-wait:before {
	content:"\f017";
}
.alert-success:before {
	content:"\f00c";
	border-color: #4dbd74;
	color: #4dbd74;
}
.alert-warning:before {
	content:"\f071";
	border-color: #f8cb00;
	color: #f8cb00;
}
.alert-danger:before {
	content:"\f00d";
	border-color: #f86c6b;
	color: #f86c6b;
}
@keyframes progress-bar-stripes {
 from {
 background-position: 1rem 0;
}
 to {
 background-position: 0 0;
}
}
.progress {
	display: block;
	width: 100%;
	height: 1rem;
	margin-bottom: 1rem;
}
.progress[value] {
	background-color: #eee;
	border: 0;
	appearance: none;
	border-radius: 0.25rem;
}
.progress[value]::-ms-fill {
 background-color: #0074d9;
 border: 0;
}
.progress[value]::-moz-progress-bar {
 background-color: #0074d9;
 border-bottom-left-radius: 0.25rem;
 border-top-left-radius: 0.25rem;
}
.progress[value]::-webkit-progress-value {
 background-color: #0074d9;
 border-bottom-left-radius: 0.25rem;
 border-top-left-radius: 0.25rem;
}
.progress[value="100"]::-moz-progress-bar {
 border-bottom-right-radius: 0.25rem;
 border-top-right-radius: 0.25rem;
}
.progress[value="100"]::-webkit-progress-value {
 border-bottom-right-radius: 0.25rem;
 border-top-right-radius: 0.25rem;
}
.progress[value]::-webkit-progress-bar {
 background-color: #eee;
 border-radius: 0.25rem;
}
base::-moz-progress-bar, .progress[value] {
 background-color: #eee;
 border-radius: 0.25rem;
}
@media screen and (min-width: 0\0) {
 .progress {
 background-color: #eee;
 border-radius: 0.25rem;
}
 .progress-bar {
 display: inline-block;
 height: 1rem;
 text-indent: -999rem;
 background-color: #0074d9;
 border-bottom-left-radius: 0.25rem;
 border-top-left-radius: 0.25rem;
}
 .progress[width="100%"] {
 border-bottom-right-radius: 0.25rem;
 border-top-right-radius: 0.25rem;
}
}
.progress-striped[value]::-webkit-progress-value {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
.progress-striped[value]::-moz-progress-bar {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
.progress-striped[value]::-ms-fill {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
@media screen and (min-width: 0\0) {
 .progress-bar-striped {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
}
.progress-animated[value]::-webkit-progress-value {
 animation: progress-bar-stripes 2s linear infinite;
}
.progress-animated[value]::-moz-progress-bar {
 animation: progress-bar-stripes 2s linear infinite;
}
@media screen and (min-width: 0\0) {
 .progress-animated .progress-bar-striped {
 animation: progress-bar-stripes 2s linear infinite;
}
}
.progress-success[value]::-webkit-progress-value {
 background-color: #4dbd74;
}
.progress-success[value]::-moz-progress-bar {
 background-color: #4dbd74;
}
.progress-success[value]::-ms-fill {
 background-color: #4dbd74;
}
@media screen and (min-width: 0\0) {
 .progress-success .progress-bar {
 background-color: #4dbd74;
}
}
.progress-info[value]::-webkit-progress-value {
 background-color: #63c2de;
}
.progress-info[value]::-moz-progress-bar {
 background-color: #63c2de;
}
.progress-info[value]::-ms-fill {
 background-color: #63c2de;
}
@media screen and (min-width: 0\0) {
 .progress-info .progress-bar {
 background-color: #63c2de;
}
}
.progress-warning[value]::-webkit-progress-value {
 background-color: #f8cb00;
}
.progress-warning[value]::-moz-progress-bar {
 background-color: #f8cb00;
}
.progress-warning[value]::-ms-fill {
 background-color: #f8cb00;
}
@media screen and (min-width: 0\0) {
 .progress-warning .progress-bar {
 background-color: #f8cb00;
}
}
.progress-danger[value]::-webkit-progress-value {
 background-color: #f86c6b;
}
.progress-danger[value]::-moz-progress-bar {
 background-color: #f86c6b;
}
.progress-danger[value]::-ms-fill {
 background-color: #f86c6b;
}
@media screen and (min-width: 0\0) {
 .progress-danger .progress-bar {
 background-color: #f86c6b;
}
}
.progress.progress-sm {
	height: 8px;
}
.progress.progress-xs {
	height: 4px;
}
.media, .media-body {
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right {
	padding-left: 10px;
}
.media-left {
	padding-right: 10px;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	padding-left: 0;
	margin-bottom: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #818a91;
	cursor: not-allowed;
	background-color: #d1d4d7;
}
.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: #818a91;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.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: #ccecf8;
}
.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.list-group-item-action {
	width: 100%;
	color: #555;
	text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
	color: #333;
}
.list-group-item-action:focus, .list-group-item-action:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.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, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.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, button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.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, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.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, button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.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, button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.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;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-21by9 {
	padding-bottom: 42.85714%;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive-1by1 {
	padding-bottom: 100%;
}
.close {
	float: right;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index:2;
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
	content: "";
	display: table;
	clear: both;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
	content: "";
	display: table;
	clear: both;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
.modal-dialog {
	max-width: 600px;
	margin: 30px auto;
}
.modal-sm {
	max-width: 300px;
}
}

@media (min-width: 992px) {
.modal-lg {
	max-width: 900px;
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.in {
	opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
	top: 50%;
	left: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
	top: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
	top: 50%;
	right: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}
.tooltip-inner::before {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
	margin-top: -10px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
	left: 50%;
	border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
	bottom: -11px;
	margin-left: -11px;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
	bottom: -10px;
	margin-left: -10px;
	border-top-color: #fff;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
	margin-left: 10px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
	top: 50%;
	border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
	left: -11px;
	margin-top: -11px;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
	left: -10px;
	margin-top: -10px;
	border-right-color: #fff;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
	margin-top: 10px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
	left: 50%;
	border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
	top: -11px;
	margin-left: -11px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
	top: -10px;
	margin-left: -10px;
	border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
	margin-left: -10px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
	top: 50%;
	border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
	right: -11px;
	margin-top: -11px;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
	right: -10px;
	margin-top: -10px;
	border-left-color: #fff;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 0.875rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover::before, .popover::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover::before {
	content: "";
	border-width: 11px;
}
.popover::after {
	content: "";
	border-width: 10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .carousel-item {
	position: relative;
	display: none;
	transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
	transition: transform .6s ease-in-out;
	backface-visibility: hidden;
	perspective: 1000px;
}
.carousel-inner > .carousel-item.next,  .carousel-inner > .carousel-item.active.right {
	left: 0;
	transform: translate3d(100%, 0, 0);
}
.carousel-inner > .carousel-item.prev,  .carousel-inner > .carousel-item.active.left {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .carousel-item.next.left,  .carousel-inner > .carousel-item.prev.right,  .carousel-inner > .carousel-item.active {
	left: 0;
	transform: translate3d(0, 0, 0);
}
}
.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;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: 0.5;
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}
.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%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .fc button, .fc .carousel-caption button {
	text-shadow: none;
}

@media (min-width: 576px) {
.carousel-control .icon-prev,  .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
}
.carousel-control .icon-prev {
	margin-left: -15px;
}
.carousel-control .icon-next {
	margin-right: -15px;
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.bg-faded {
	background-color: #f8f9fa;
}
.bg-primary {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px);
	color: #fff !important;
	background-color: #20a8d8 !important;
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color: #1985ac;
}
.bg-success {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px);
	color: #fff !important;
	background-color: #4dbd74 !important;
}
a.bg-success:focus, a.bg-success:hover {
	background-color: #3a9d5d;
}
.bg-info {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px);
	color: #fff !important;
	background-color: #63c2de !important;
}
a.bg-info:focus, a.bg-info:hover {
	background-color: #39b2d5;
}
.bg-warning {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px);
	color: #fff !important;
	background-color: #f8cb00 !important;
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color: #c5a100;
}
.bg-danger {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px);
	color: #fff !important;
	background-color: #f86c6b !important;
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color: #f63c3a;
}
.bg-inverse {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px);
	color: #fff !important;
	background-color: #2a2c36 !important;
}
a.bg-inverse:focus, a.bg-inverse:hover {
	background-color: #141519;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-top {
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.rounded-right {
	border-bottom-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.rounded-bottom {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.rounded-left {
	border-bottom-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.rounded-circle {
	border-radius: 50%;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.d-block {
	display: block !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-inline {
	display: inline !important;
}
.d-flex {
	display: flex !important;
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

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

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

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

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

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important;
}

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

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

.float-xs-left {
	float: left !important;
}
.float-xs-right {
	float: right !important;
}
.float-xs-none {
	float: none !important;
}

@media (min-width: 576px) {
.float-sm-left {
	float: left !important;
}
.float-sm-right {
	float: right !important;
}
.float-sm-none {
	float: none !important;
}
}

@media (min-width: 768px) {
.float-md-left {
	float: left !important;
}
.float-md-right {
	float: right !important;
}
.float-md-none {
	float: none !important;
}
}

@media (min-width: 992px) {
.float-lg-left {
	float: left !important;
}
.float-lg-right {
	float: right !important;
}
.float-lg-none {
	float: none !important;
}
}

@media (min-width: 1200px) {
.float-xl-left {
	float: left !important;
}
.float-xl-right {
	float: right !important;
}
.float-xl-none {
	float: none !important;
}
}
.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;
}
.w-100 {
	width: 100% !important;
}
.h-100 {
	height: 100% !important;
}
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.ml-auto { margin-left: auto !important; }
.mr-auto { margin-right: auto !important; }
.m-q {
	margin: 0.25rem 0.25rem !important;
}
.mt-q {
	margin-top: 0.25rem !important;
}
.mr-q {
	margin-right: 0.25rem !important;
}
.mb-q {
	margin-bottom: 0.25rem !important;
}
.ml-q {
	margin-left: 0.25rem !important;
}
.mx-q {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}
.my-q {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.m-h {
	margin: 0.5rem 0.5rem !important;
}
.mt-h {
	margin-top: 0.5rem !important;
}
.mr-h {
	margin-right: 0.5rem !important;
}
.mb-h {
	margin-bottom: 0.5rem !important;
}
.ml-h {
	margin-left: 0.5rem !important;
}
.mx-h {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}
.my-h {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.m-0 {
	margin: 0 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.m-1 {
	margin: 1rem 1rem !important;
}
.mt-1 {
	margin-top: 1rem !important;
}
.mr-1 {
	margin-right: 1rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.ml-1 {
	margin-left: 1rem !important;
}
.mx-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}
.mx--1 {
	margin-right: -1rem !important;
	margin-left: -1rem !important;
}
.my-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.m-2 {
	margin: 1.5rem 1.5rem !important;
}
.mt-2 {
	margin-top: 1.5rem !important;
}
.mr-2 {
	margin-right: 1.5rem !important;
}
.mb-2 {
	margin-bottom: 1.5rem !important;
}
.ml-2 {
	margin-left: 1.5rem !important;
}
.mx-2 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}
.my-2 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.m-3 {
	margin: 3rem 3rem !important;
}
.mt-3 {
	margin-top: 3rem !important;
}
.mr-3 {
	margin-right: 3rem !important;
}
.mb-3 {
	margin-bottom: 3rem !important;
}
.ml-3 {
	margin-left: 3rem !important;
}
.mx-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}
.mx--3 {
	margin-right: -3rem !important;
	margin-left: -3rem !important;
}
.my-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.p-q {
	padding: 0.25rem 0.25rem !important;
}
.pt-q {
	padding-top: 0.25rem !important;
}
.pr-q {
	padding-right: 0.25rem !important;
}
.pb-q {
	padding-bottom: 0.25rem !important;
}
.pl-q {
	padding-left: 0.25rem !important;
}
.px-q {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}
.py-q {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.p-h {
	padding: 0.5rem 0.5rem !important;
}
.pt-h {
	padding-top: 0.5rem !important;
}
.pr-h {
	padding-right: 0.5rem !important;
}
.pb-h {
	padding-bottom: 0.5rem !important;
}
.pl-h {
	padding-left: 0.5rem !important;
}
.px-h {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}
.py-h {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.p-0 {
	padding: 0 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.p-1 {
	padding: 1rem 1rem !important;
}
.pt-1 {
	padding-top: 1rem !important;
}
.pr-1 {
	padding-right: 1rem !important;
}
.pb-1 {
	padding-bottom: 1rem !important;
}
.pl-1 {
	padding-left: 1rem !important;
}
.px-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.py-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.p-2 {
	padding: 1.5rem 1.5rem !important;
}
.pt-2 {
	padding-top: 1.5rem !important;
}
.pr-2 {
	padding-right: 1.5rem !important;
}
.pb-2 {
	padding-bottom: 1.5rem !important;
}
.pl-2 {
	padding-left: 1.5rem !important;
}
.px-2 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}
.py-2 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.p-3 {
	padding: 3rem 3rem !important;
}
.pt-3 {
	padding-top: 3rem !important;
}
.pr-3 {
	padding-right: 3rem !important;
}
.pb-3 {
	padding-bottom: 3rem !important;
}
.pl-3 {
	padding-left: 3rem !important;
}
.px-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}
.py-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.pos-f-t {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.pos-r {
	position: relative;
}
.pos-a {
	position: absolute;
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-small {
	font-size: 75%;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
.text-sm-left {
	text-align: left !important;
}
.text-sm-right {
	text-align: right !important;
}
.text-sm-center {
	text-align: center !important;
}
}

@media (min-width: 768px) {
.text-md-left {
	text-align: left !important;
}
.text-md-right {
	text-align: right !important;
}
.text-md-center {
	text-align: center !important;
}
}

@media (min-width: 992px) {
.text-lg-left {
	text-align: left !important;
}
.text-lg-right {
	text-align: right !important;
}
.text-lg-center {
	text-align: center !important;
}
}

@media (min-width: 1200px) {
.text-xl-left {
	text-align: left !important;
}
.text-xl-right {
	text-align: right !important;
}
.text-xl-center {
	text-align: center !important;
}
}
.text-pre {
	white-space: pre-wrap;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-normal {
	font-weight: normal;
}
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
.text-white {
	color: #fff !important;
}
.text-muted {
	color: #818a91 !important;
}
a.text-muted:focus, a.text-muted:hover {
	color: #687077 !important;
}
.text-primary {
	color: #20a8d8 !important;
}
a.text-primary:focus, a.text-primary:hover {
	color: #1985ac !important;
}
.text-success {
	color: #4dbd74 !important;
}
a.text-success:focus, a.text-success:hover {
	color: #3a9d5d !important;
}
.text-info {
	color: #63c2de !important;
}
a.text-info:focus, a.text-info:hover {
	color: #39b2d5 !important;
}
.text-warning {
	color: #f8cb00 !important;
}
a.text-warning:focus, a.text-warning:hover {
	color: #c5a100 !important;
}
.text-danger {
	color: #f86c6b !important;
}
a.text-danger:focus, a.text-danger:hover {
	color: #f63c3a !important;
}
.text-gray-dark {
	color: #2a2c36 !important;
}
a.text-gray-dark:focus, a.text-gray-dark:hover {
	color: #141519 !important;
}
.text-gray {
	color: #666 !important;
}
a.text-gray:focus, a.text-gray-dark:hover {
	color: #555 !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-clip { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.invisible {
	visibility: hidden !important;
}
.hidden-xs-up {
	display: none !important;
}

@media (max-width: 575px) {
.hidden-xs-down {
	display: none !important;
}
}

@media (min-width: 576px) {
.hidden-sm-up {
	display: none !important;
}
}

@media (max-width: 767px) {
.hidden-sm-down {
	display: none !important;
}
}

@media (min-width: 768px) {
.hidden-md-up {
	display: none !important;
}
}

@media (max-width: 991px) {
.hidden-md-down {
	display: none !important;
}
}

@media (min-width: 992px) {
.hidden-lg-up {
	display: none !important;
}
}

@media (max-width: 1199px) {
.hidden-lg-down {
	display: none !important;
}
}

@media (min-width: 1200px) {
.hidden-xl-up {
	display: none !important;
}
}
.hidden-xl-down {
	display: none !important;
}
.visible-print-block {
	display: none !important;
}

@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}

@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}

@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}

@media print {
.hidden-print {
	display: none !important;
}
}
/*!
* angular-datatables - v0.5.0
* https://github.com/l-lin/angular-datatables
* License: MIT
*/

div.dataTables_length label {
	font-weight: normal;
	float: left;
	text-align: left;
}
div.dataTables_length select {
	width: 75px;
}
div.dataTables_filter label {
	font-weight: normal;
	float: right;
}
div.dataTables_filter input {
	width: 16em;
}
div.dataTables_info {
	padding-top: 8px;
}
div.dataTables_paginate {
	float: right;
	margin: 0;
}
div.dataTables_paginate ul.pagination {
	margin: 2px;
}
table.table {
	clear: both;
	max-width: none !important;
}
table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
	cursor: pointer;
	background: none;
}
table.table thead .sorting:before {
	content: ' ';
	position: relative;
	left: -5px;
}
table.table thead .sorting_desc:before {
	content: "\2193";
	padding-right: 5px;
}
table.table thead .sorting_asc:before {
	content: "\2191";
	padding-right: 5px;
}
.dataTables_scrollBody table.table thead .sorting:before, .dataTables_scrollBody table.table thead .sorting_desc:before, .dataTables_scrollBody table.table thead .sorting_asc:before {
	content: '';
	padding-right: 0;
}
table.dataTable th:active {
	outline: none;
}
.dataTables_wrapper .row {
	margin-top: 20px;
}
/* Scrolling */

div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
	border-top: none;
	margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}
div.dataTables_scrollFoot table {
	border-top: none;
}
/*
* TableTools styles
*/
/*
.table tbody tr.active td, .table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td, .table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td, .table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
*/

table.DTTT_selectable tbody tr {
	cursor: pointer;
}
div.DTTT .btn, div.DTTT .fc button, .fc div.DTTT button {
	color: #333 !important;
}
div.DTTT .btn:hover, div.DTTT .fc button:hover, .fc div.DTTT button:hover {
	text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
	z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important;
}
ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}
div.DTTT_collection_background {
	z-index: 2002;
}
/* TableTools information display */

div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}
div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}
div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}
/*
* FixedColumns styles
*/

div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even {
	background-color: white;
}
div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
	border-top: none;
	margin-bottom: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td {
	border-top: none;
}
div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
	border-top: none;
}
/*
* ColVis
*/

ul.ColVis_collection {
	width: auto !important;
}
/*
* Server side processing
*/

.dataTables_wrapper {
	position: relative;
}
.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
  
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10+,Safari5.1+ */
  
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6+ */
  
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	/* IE10+ */
  
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	/* Opera 11.10+ */
  
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);/* W3C */
}
.dataTables_wrapper .dataTables_processing {
	color: #333333;
}
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */

.daterangepicker {
	position: absolute;
	background: #fff;
	top: 100px;
	left: 20px;
	padding: 4px;
	margin-top: 1px;
	border-radius: 0.25rem;
	width: 278px;
}
.daterangepicker.opensleft:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #d1d4d7;
	border-left: 7px solid transparent;
	border-bottom-color: #d1d4d7;
	content: '';
}
.daterangepicker.opensleft:after {
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}
.daterangepicker.openscenter:before {
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #d1d4d7;
	border-left: 7px solid transparent;
	border-bottom-color: #d1d4d7;
	content: '';
}
.daterangepicker.openscenter:after {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}
.daterangepicker.opensright:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #d1d4d7;
	border-left: 7px solid transparent;
	border-bottom-color: #d1d4d7;
	content: '';
}
.daterangepicker.opensright:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}
.daterangepicker.dropup {
	margin-top: -5px;
}
.daterangepicker.dropup:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #d1d4d7;
}
.daterangepicker.dropup:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 3000;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
	float: none;
}
.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px;
}
.daterangepicker.show-calendar .calendar {
	display: block;
}
.daterangepicker .calendar.single .calendar-table {
	border: none;
}
/* Calendars */

.daterangepicker .calendar th, .daterangepicker .calendar td {
	white-space: nowrap;
	text-align: center;
	min-width: 32px;
	line-height: 30px;
}
.daterangepicker .calendar-table {
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 0.25rem;
	background: #fff;
}
.daterangepicker table {
	width: 100%;
	margin: 0;
}
.daterangepicker table thead {
	background: #f8f9fa;
}
.daterangepicker td, .daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 0.25rem;
	white-space: nowrap;
	cursor: pointer;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
	color: #d1d4d7;
	background: #fff;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
	color: #d1d4d7;
	cursor: not-allowed;
	text-decoration: line-through;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background: #f8f9fa;
}
.daterangepicker td.in-range {
	background: #ccecf8;
	border-radius: 0;
}
.daterangepicker td.start-date {
	border-radius: 0.25rem;
}
.daterangepicker td.end-date {
	border-radius: 0.25rem;
}
.daterangepicker td.start-date.end-date {
	border-radius: 0.25rem;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #20a8d8;
	border-color: #20a8d8;
	color: #fff;
}
.daterangepicker td.week, .daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}
.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}
.daterangepicker select.yearselect {
	width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
	width: 50px;
	margin-bottom: 0;
}
.daterangepicker th.month {
	width: auto;
}
/* Text Input Above Each Calendar */

.daterangepicker .input-mini {
	margin-bottom: 5px;
	padding-left: 28px;
}
.daterangepicker .input-mini.active {
	border: 1px solid #20a8d8;
}
.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 10px;
	color: #d1d4d7;
}
.daterangepicker .daterangepicker_input {
	position: relative;
}
/* Time Picker */

.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
	padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}
/* Predefined Ranges */

.daterangepicker .ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left;
}
.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.daterangepicker .ranges li {
	font-size: 13px;
	background: #f8f9fa;
	border: 1px solid #d1d4d7;
	padding: 7px 10px;
	margin-bottom: 5px;
	border-radius: 0.25rem;
	cursor: pointer;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
	background: #20a8d8;
	border-color: #20a8d8;
	color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
.daterangepicker {
	width: auto;
}
.daterangepicker .ranges ul {
	width: 160px;
}
.daterangepicker.single .ranges ul {
	width: 100%;
}
.daterangepicker .calendar.left .calendar-table {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.daterangepicker .calendar.right .calendar-table {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.daterangepicker .calendar.left {
	clear: left;
	margin-right: 0;
}
.daterangepicker.single .calendar.left {
	clear: none;
}
.daterangepicker.single .ranges,  .daterangepicker.single .calendar {
	float: left;
}
.daterangepicker .calendar.right {
	margin-left: 0;
}
.daterangepicker .left .daterangepicker_input {
	padding-right: 12px;
}
.daterangepicker .calendar.left .calendar-table {
	padding-right: 12px;
}
.daterangepicker .ranges,  .daterangepicker .calendar {
	float: left;
}
}

@media (min-width: 730px) {
.daterangepicker .ranges {
	width: auto;
	float: left;
}
.daterangepicker .calendar.left {
	clear: none;
}
}
/*!
* FullCalendar v2.4.0 Stylesheet
* Docs & License: http://fullcalendar.io/
* (c) 2015 Adam Shaw
*/

.fc {
	direction: ltr;
	text-align: left;
}
.fc-rtl {
	text-align: right;
}
body .fc {
	/* extra precedence to overcome jqui */
  
	font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
	border-color: #d1d4d7;
}
.fc-unthemed .fc-popover {
	background-color: #fff;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
	background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}
.fc-unthemed .fc-today {
	background: #fcf8e3;
}
.fc-highlight {
	/* when user is selecting cells */
  
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30);/* for IE */
}
.fc-bgevent {
	/* default look for background events */
  
	background: #8fdf82;
	opacity: .3;
	filter: alpha(opacity=30);/* for IE */
}
.fc-nonbusiness {
	/* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  
	background: #d7d7d7;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	font-family: "FontAwesome";
}
/*
Acceptable font-family overrides for individual icons:
"Arial", sans-serif
"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
}
.fc-icon-left-single-arrow:after {
	content: "\f104";
	font-weight: bold;
}
.fc-icon-right-single-arrow:after {
	content: "\f105";
	font-weight: bold;
}
.fc-icon-left-double-arrow:after {
	content: "\f100";
}
.fc-icon-right-double-arrow:after {
	content: "\f101";
}
.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}
.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}
.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}
.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
 margin: 0;
 padding: 0;
}
.fc-state-default {
	/* non-theme */
  
	border: 1px solid;
}
.fc-state-default.fc-corner-left {
/* non-theme */
}
.fc-state-default.fc-corner-right {
/* non-theme */
}
/* icons in buttons */

.fc button .fc-icon {
	/* non-theme */
  
	position: relative;
	top: -0.05em;
	/* seems to be a good adjustment across browsers */
  
	margin: 0 .2em;
	vertical-align: middle;
}
/*
button states
borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}
.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.fc-state-down, .fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * {
	/* extra precedence b/c buttons have margin set to zero */
  
	float: left;
	margin: 0 0 0 -1px;
}
.fc .fc-button-group >:first-child {
	/* same */
  
	margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
	/* TODO: be more consistent with fc-head/fc-body */
  
	padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
	cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}
/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}
/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0;/* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}
hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	/* height is unreliable across browsers, so use padding */
  
	border-width: 1px 0;
}
.fc-clear {
	clear: both;
}
.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
  
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.fc-bg {
	bottom: 0;/* strech bg to bottom edge */
}
.fc-bg table {
	height: 100%;/* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;/* normalize cross-browser */
}
.fc th {
	text-align: center;
}
.fc th, .fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}
.fc td.fc-today {
	border-style: double;/* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
	/* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  
	border-style: solid;
	border-width: 0;
}
.fc-row table {
	/* don't put left/right border on anything within a fake row.
   the outer tbody will worry about this */
  
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	/* no bottom borders on rows */
  
	border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
	border-top: 0 hidden transparent;/* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}
.fc-row .fc-bg {
	z-index: 1;
}
/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
	bottom: 0;/* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
	height: 100%;/* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
	z-index: 2;
}
.fc-row .fc-highlight-skeleton {
	z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px;/* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
	z-index: 5;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
  
	background: none;
	/* in case <td>s are globally styled */
  
	border-color: transparent;
	/* don't put a border between events and/or the day number */
  
	border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
  
	border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
	/* this class goes on elements for guaranteed vertical scrollbars */
  
	overflow-y: scroll;
	overflow-x: hidden;
}
.fc-scroller > * {
	/* we expect an immediate inner element */
  
	position: relative;
	/* re-scope all positions */
  
	width: 100%;
	/* hack to force re-sizing this inner element when scrollbars appear/disappear */
  
	overflow: hidden;/* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative;
	/* for resize handle and other inner positioning */
  
	display: block;
	/* make the <a> tag block */
  
	font-size: .85em;
	line-height: 1.3;
	border: 1px solid #20a8d8;
	/* default BORDER color */
  
	background-color: #20a8d8;
	/* default BACKGROUND color */
  
	font-weight: normal;/* undo jqui's ui-widget-header bold */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */

.fc-event, .fc-event:hover, .ui-widget .fc-event {
	color: #fff;
	/* default TEXT color */
  
	text-decoration: none;/* if <a> has an href */
}
.fc-event[href], .fc-event.fc-draggable {
	cursor: pointer;/* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed, .fc-not-allowed .fc-event {
	/* to override an event's custom cursor */
  
	cursor: not-allowed;
}
.fc-event .fc-bg {
	/* the generic .fc-bg already does position */
  
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);/* for IE */
}
.fc-event .fc-content {
	position: relative;
	z-index: 2;
}
.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	/* replace the border with padding */
  
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	/* replace the border with padding */
  
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/* resizer */

.fc-h-event .fc-resizer {
	/* positioned it to overcome the event's borders */
  
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}
/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto;
	/* ignore the right and only use the left */
  
	cursor: w-resize;
}
/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto;
	/* ignore the left and only use the right */
  
	cursor: e-resize;
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0;
	/* spacing between events and edges */
  
	padding: 0 1px;
}
.fc-day-grid-event .fc-content {
	/* force events to be one-line tall */
  
	white-space: nowrap;
	overflow: hidden;
}
.fc-day-grid-event .fc-time {
	font-weight: bold;
}
.fc-day-grid-event .fc-resizer {
	/* enlarge the default hit area */
  
	left: -3px;
	right: -3px;
	width: 7px;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}
a.fc-more:hover {
	text-decoration: underline;
}
.fc-limited {
	/* rows and cells that are hidden because of a "more" link */
  
	display: none;
}
/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1;/* make the "more" popover one higher than this */
}
.fc-more-popover {
	z-index: 2;
	width: 220px;
}
.fc-more-popover .fc-event-container {
	padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}
.fc-toolbar .fc-left {
	float: left;
}
.fc-toolbar .fc-right {
	float: right;
}
.fc-toolbar .fc-center {
	display: inline-block;
}
/* the things within each left/right/center section */

.fc .fc-toolbar > * > * {
	/* extra precedence to override button border margins */
  
	float: left;
	margin-left: .75em;
}
/* the first thing within each left/center/right section */

.fc .fc-toolbar > * >:first-child {
	/* extra precedence to override button border margins */
  
	margin-left: 0;
}
/* title text */

.fc-toolbar h2 {
	margin: 0;
}
/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
	z-index: 2;
}
.fc-toolbar .fc-state-down {
	z-index: 3;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
	z-index: 4;
}
.fc-toolbar button:focus {
	z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.fc-view, .fc-view > table {
	/* so dragged elements can be above the view's main element */
  
	position: relative;
	z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */

.fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
  
	padding-top: 1px;
	/* add a pixel to make sure there are 2px padding above events */
  
	padding-bottom: 1em;/* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
	min-height: 4em;/* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
/* week and day number styling */

.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
	padding: 0 2px;
}
.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
	text-align: center;
}
.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
  
	display: inline-block;
	min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}
.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30);/* for IE */
  /* opacity with small font can sometimes look too faded
   might want to set the 'color' property instead
   making day-numbers bold also fixes the problem */
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2;/* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em;/* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px;
	/* add a pixel to make sure there are 2px padding above events */
  
	padding-bottom: 1em;/* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
	/* .fc to overcome default cell styles */
  
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}
.fc-ltr .fc-axis {
	text-align: right;
}
.fc-rtl .fc-axis {
	text-align: left;
}
.ui-widget td.fc-axis {
	font-weight: normal;/* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, .fc-time-grid {
	/* so slats/bg/content/etc positions get scoped within here */
  
	position: relative;
	z-index: 1;
}
.fc-time-grid {
	min-height: 100%;/* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
	/* don't put outer borders on slats/bg/content/etc */
  
	border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
	z-index: 1;
}
.fc-time-grid .fc-slats, .fc-time-grid > hr {
	/* the <hr> AgendaView injects when grid is shorter than scroller */
  
	position: relative;
	z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0;/* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
	/* for jqui theme */
  
	background: none;/* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
	/* a div within a cell within the fc-highlight-skeleton */
  
	position: relative;/* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;/* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, .fc-time-grid .fc-bgevent-container {
	/* a div within a cell within the fc-bgevent-skeleton */
  
	position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
	/* space on the sides of events for LTR (default) */
  
	margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
	/* space on the sides of events for RTL */
  
	margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1;/* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
	/* background events always span full width */
  
	left: 0;
	right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start {
	/* events that are continuing from another day */
  /* replace space made by the top border with padding */
  
	border-top-width: 0;
	padding-top: 1px;
	/* remove top rounded corners */
  
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
  
	border-bottom-width: 0;
	padding-bottom: 1px;
	/* remove bottom rounded corners */
  
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden;/* don't let the bg flow over rounded corners */
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
	padding: 0 1px;
}
.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}
/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
  
	white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
  
	display: inline-block;
	vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
	display: none;/* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start);/* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0";/* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em;
	/* make the title text the same size as the time */
  
	padding: 0;/* undo padding from above */
}
/* resizer */

.fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
	content: "=";
}
.gaugejs-wrap {
	position: relative;
	margin: 0 auto;
}
.gaugejs-wrap canvas.gaugejs {
	width: 100% !important;
	height: auto !important;
}
.gaugejs-wrap i {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1000;
	display: block;
	width: 100%;
	margin-top: -15px;
	font-size: 30px;
	text-align: center;
}
.gaugejs-wrap.type-2 .value {
	display: block;
	margin-top: -85px;
}
.gaugejs-wrap.type-2 label {
	display: block;
	margin-top: -10px;
	font-size: 10px;
	font-weight: 600;
	color: #818a91;
	text-transform: uppercase;
}
.gaugejs-wrap.sparkline {
	position: relative;
}
.gaugejs-wrap.sparkline .value {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	margin-top: -5px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}
.irs-line-left {
	left: 0;
	width: 11%;
}
.irs-line-mid {
	left: 9%;
	width: 82%;
}
.irs-line-right {
	right: 0;
	width: 11%;
}
.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}
.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}
.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}
.irs-slider.type_last {
	z-index: 2;
}
.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}
.irs-from, .irs-to, .irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}
.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: transparent;
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
	background: url(../img/sprite-skin-modern.png) repeat-x;
}
.irs {
	height: 50px;
}
.irs-with-grid {
	height: 70px;
}
.irs-line {
	height: 6px;
	top: 25px;
}
.irs-line-left {
	height: 6px;
	background: #d1d4d7;
}
.irs-line-mid {
	height: 6px;
	background: #d1d4d7;
}
.irs-line-right {
	height: 6px;
	background: #d1d4d7;
}
.irs-bar {
	height: 6px;
	top: 25px;
	background: #20a8d8;
}
.irs-bar-edge {
	top: 25px;
	height: 6px;
	width: 7px;
	background: #20a8d8;
}
.irs-shadow {
	height: 5px;
	top: 25px;
	background: #000;
	opacity: 0.25;
}
.lt-ie9 .irs-shadow {
	filter: alpha(opacity=25);
}
.irs-slider {
	width: 11px;
	height: 18px;
	top: 31px;
	background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
	background-position: 0 -150px;
}
.irs-min, .irs-max {
	color: #55595c;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 2px 5px;
	background: #d1d4d7;
	border-radius: 0.25rem;
}
.irs-from, .irs-to, .irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 2px 5px;
	background: #d1d4d7;
	border-radius: 0.25rem;
}
.irs-from:after, .irs-to:after, .irs-single:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #d1d4d7;
}
.irs-grid {
	height: 34px;
}
.irs-grid-pol {
	background: #d1d4d7;
}
.irs-grid-text {
	bottom: 12px;
	color: #d1d4d7;
}
select {
	border: 1px solid #d1d4d7;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-right: 1.5rem !important;
}
.select-wrapper {
	position: relative;
}
.select-wrapper:after {
	content:"\f0dc";
	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;
	position:absolute;
	right:10px;
	top:10px;
	pointer-events: none;
	z-index:2;
}
.toast-title {
	font-weight: bold;
}
.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.toast-message a, .toast-message label {
	color: #ffffff;
}
.toast-message a:hover {
	color: #cccccc;
	text-decoration: none;
}
.toast-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.8;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}
.toast-close-button:hover, .toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}
/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.toast-top-center {
	top: 0;
	right: 0;
	width: 100%;
}
.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%;
}
.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}
.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
}
.toast-top-left {
	top: 12px;
	left: 12px;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}
.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}
.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}
#toast-container {
	position: fixed;
	z-index: 999999;/*overrides*/
}
#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#toast-container .toast {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	border-radius: 0.25rem;
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #ffffff;
	opacity: 0.9;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
}
#toast-container .toast:hover {
	opacity: 1;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}
#toast-container .toast {
	background-image: none !important;
}
#toast-container .toast:before {
	position: relative;
	font-family: simple-line-icons;
	font-size: 24px;
	line-height: 18px;
	float: left;
	margin: 13px 0 0 -35px;
}
#toast-container .toast-warning:before {
	content: "\e01c";
}
#toast-container .toast-error:before {
	content: "\e082";
}
#toast-container .toast-info:before {
	content: "\e08b";
}
#toast-container .toast-success:before {
	content: "\e080";
}
#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
	width: 300px;
	margin: auto;
}
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin: auto;
}
.toast {
	background-color: #20a8d8;
}
.toast-success {
	background-color: #4dbd74;
}
.toast-error {
	background-color: #f86c6b;
}
.toast-info {
	background-color: #63c2de;
}
.toast-warning {
	background-color: #f8cb00;
}
progress-bar, .toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: .2;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
	filter: alpha(opacity=20);
}
/*Animations*/

div[toast], .toast {
	opacity: 1 !important;
}
div[toast].ng-enter, .toast.ng-enter {
	opacity: 0 !important;
	transition: opacity .3s linear;
}
div[toast].ng-enter.ng-enter-active, .toast.ng-enter.ng-enter-active {
	opacity: 1 !important;
}
div[toast].ng-leave, .toast.ng-leave {
	opacity: 1;
	transition: opacity .3s linear;
}
div[toast].ng-leave.ng-leave-active, .toast.ng-leave.ng-leave-active {
	opacity: 0 !important;
}

/*Responsive Design*/

@media all and (max-width: 240px) {
#toast-container > div {
	padding: 8px 8px 8px 50px;
	width: 11em;
}
#toast-container .toast-close-button {
	right: -0.2em;
	top: -0.2em;
}
}

@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
	padding: 8px 8px 8px 50px;
	width: 18em;
}
#toast-container .toast-close-button {
	right: -0.2em;
	top: -0.2em;
}
}

@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
	padding: 15px 15px 15px 50px;
	width: 25em;
}
}
.toaster-icon.icon-info {
	display: none;
}
.cal-month-view .cal-header {
	text-align: center;
	font-weight: bolder;
}
.cal-month-view .cal-cell-row:hover {
	background-color: #f8f9fa;
}
.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: #f8f9fa;
}
.cal-month-view .cal-days {
	border: 1px solid #d1d4d7;
	border-bottom: 0;
}
.cal-month-view .cal-cell-top {
	min-height: 62px;
}
.cal-month-view .cal-cell-row {
	display: flex;
}
.cal-month-view .cal-cell {
	float: left;
	flex: 1;
	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 #d1d4d7;
}
.cal-month-view .cal-days .cal-cell-row {
	border-bottom: 1px solid #d1d4d7;
}
.cal-month-view .cal-day-badge {
	margin-top: 18px;
	margin-left: 10px;
	background-color: #f86c6b;
	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;
	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-open-day-events {
	padding: 15px;
	color: white;
	background-color: #55595c;
}
.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 {
	display: flex;
	margin-bottom: 3px;
	border: 1px solid #d1d4d7;
	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 #d1d4d7;
}
.cal-week-view .cal-day-headers .cal-header:hover {
	background-color: #f8f9fa;
}
.cal-week-view .cal-day-headers span {
	font-weight: 400;
	opacity: 0.5;
}
.cal-week-view .cal-event-container {
	display: inline-block;
}
.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-event.cal-starts-within-week {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cal-week-view .cal-event.cal-ends-within-week {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cal-week-view .cal-header.cal-today {
	background-color: #aadfbd;
}
.cal-week-view .cal-header.cal-weekend span {
	color: #f86c6b;
}
.cal-week-view .cal-event, .cal-week-view .cal-header {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cal-day-view .cal-hour-rows {
	width: 100%;
	border: solid 1px #d1d4d7;
	overflow-x: scroll;
	position: relative;
}
.cal-day-view .cal-hour:nth-child(odd) {
	background-color: #f8f9fa;
}
.cal-day-view .cal-hour-segment {
	height: 30px;
}
.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 #d1d4d7;
}
.cal-day-view .cal-time {
	font-weight: bold;
	padding-top: 5px;
	width: 70px;
	text-align: center;
}
.cal-day-view .cal-hour-segment:hover {
	background-color: #d1d4d7;
}
.cal-day-view .cal-event {
	position: absolute;
	border: solid 1px;
	padding: 5px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cal-day-view .cal-event.cal-starts-within-day {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.cal-day-view .cal-event.cal-ends-within-day {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cal-day-view .cal-all-day-event {
	padding: 8px;
	border: solid 1px;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.font-xs {
	font-size: .75rem !important;
}
.font-sm {
	font-size: .85rem !important;
}
.font-lg {
	font-size: 1rem !important;
}
.font-xl {
	font-size: 1.25rem !important;
}
.font-2xl {
	font-size: 1.5rem !important;
}
.font-3xl {
	font-size: 1.75rem !important;
}
.font-4xl {
	font-size: 2rem !important;
}
.font-5xl {
	font-size: 2.5rem !important;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
@keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.row.row-equal {
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: -15px;
	margin-left: -15px;
}
.row.row-equal [class*="col-"] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.main .container-fluid {
	padding: 0 30px;
}
@media (max-width: 767px) {
	.main .container-fluid {
		padding: 0 10px;
	}
}
html.sidebar-opened {
	max-width: 100% !important;
	overflow-x: hidden !important;
}
body {
	position: relative;
	min-height: 100vh;
	padding: 0;
	margin: 0;
}
body .bd-title.main {
	padding: 0 !important;
}
.sidebar {
	left: -300px;
	transition-duration: 0.25s, 0.25s, 0.25s, 0.25s, 0.25s, 0.25s;
	transition-property: left, right, padding-left, padding-right, margin-left, margin-right;
}
.main {
	padding-bottom: 50px;
	transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
	transition-property: padding-left, padding-right, margin-left, margin-right;
}
.aside-menu {
	transition-duration: 0.25s, 0.25s;
	transition-property: left, right;
}
.footer {
	transition-duration: 0.25s, 0.25s, 0.25s, 0.25s, 0.25s, 0.25s;
	transition-property: padding-left, padding-right, margin-left, margin-right, left, right;
}
body.std {
	position: relative;
}
body.std header.navbar {
	z-index: 1030;
}
body.std .sidebar {
	padding-top: 55px;
}
body.std .main {
	padding-left: 240px;
}
body.navbar-fixed .main {
	padding-top: 85px;
}
body.navbar-fixed.top-nav.fixed-nav nav.top-nav {
	position: fixed;
}
body.navbar-fixed.top-nav.fixed-nav .main {
	padding-top: 95px;
}
header.navbar {
	z-index: 1030;
}
.sidebar {
	display: inline;
}
.sidebar-nav.compact-nav .main {
	padding-left: 55px;
}
.sidebar-nav.compact-nav .footer {
	left: 55px;
}
.fixed-nav .sidebar {
	position: fixed;
}
.fixed-nav .sidebar .sidebar-nav {
	height: calc(100vh - 55px);
}
.fixed-nav .sidebar-footer {
	position: fixed;
	bottom: 0;
	left: 0;
}
.sidebar-off-canvas header.navbar {
	z-index: 1032;
}
.sidebar-off-canvas .sidebar {
	left: -240px;
	z-index: 1031;
	padding-top: 0;
}
.sidebar-off-canvas .sidebar .sidebar-close {
	display: inline;
}
.sidebar-off-canvas .sidebar .sidebar-nav {
	height: 100vh;
}
.sidebar-off-canvas .main {
	padding-left: 0;
}
.sidebar-off-canvas .footer {
	left: 0;
}
.sidebar-opened .sidebar {
	left: 0;
}
.sidebar-opened.sidebar-off-canvas-push .main {
	margin-right: -240px;
	margin-left: 240px;
}
.sidebar-opened.sidebar-off-canvas-push .footer {
	margin-right: -240px;
	margin-left: 240px;
}
.sidebar-opened.sidebar-off-canvas-with-shadow {
	position: relative;
	max-width: 100% !important;
	overflow-x: hidden !important;
}
.sidebar-opened.sidebar-off-canvas-with-shadow::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.7);
}
body.sidebar-nav .sidebar {
	left: 0;
}
@media (min-width: 1200px) {
	.sidebar {
		left: 0;
	}
	.main {
		padding-left: 256px;
	}
}
@media (max-width: 1200px) {
	body.sidebar-nav {
		overflow: hidden;
	}
}
/*
body.sidebar-nav .main {
	padding-left: 256px;
}
*/
body.sidebar-nav .footer {
	left: 256px;
}
body.top-nav .layout-toggler {
	display: none !important;
}
body.top-nav .main {
	padding-top: 95px;
}
body.aside-menu-open .main {
	padding-right: 250px;
}
body.aside-menu-open .aside-menu {
	right: 0;
}
body.aside-menu-open .footer {
	right: 250px;
}
body.aside-menu-open.aside-menu-off-canvas .main {
	right: 0;
	padding-right: 0;
}
body.footer-fixed .footer {
	position: fixed;
	bottom: 0;
}
.sidebar {
	position: fixed;
	top: 55px;
	bottom: 0;
	z-index: 1029;
	display: inline !important;
	width: 256px;
	height: 100%;
	padding: 4rem 1rem 1rem;
	color: #2a2c36;
	background: #FFF;
	overflow: scroll;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.sidebar .sidebar-close {
	position: absolute;
	right: 0;
	display: none;
	padding: 0 1rem;
	font-size: 24px;
	font-weight: 800;
	line-height: 55px;
	color: #2a2c36;
	background: 0;
	border: 0;
	opacity: .8;
}
.sidebar .sidebar-close:hover {
	opacity: 1;
}
.sidebar .sidebar-nav {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.sidebar .sidebar-nav::-webkit-scrollbar {
 width: 10px;
 margin-left: -10px;
 -webkit-appearance: none;
}
.sidebar .sidebar-nav::-webkit-scrollbar-track {
 background-color: #f1f2f2;
 border-right: 1px solid #d7d8da;
 border-left: 1px solid #d7d8da;
}
.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
 height: 50px;
 background-color: #cacccd;
 background-clip: content-box;
 border-color: transparent;
 border-style: solid;
 border-width: 1px 2px;
}
.sidebar ul.nav {
	width: 240px;
}
.sidebar ul.nav li.nav-title {
	padding: 0.95rem 1rem;
	font-size: 11px;
	font-weight: 600;
	color: #818a91;
	text-transform: uppercase;
}
.sidebar ul.nav li.divider {
	height: 10px;
}
.sidebar ul.nav li.nav-item {
	position: relative;
	margin: 0;
	transition: background .3s ease-in-out;
}
.sidebar ul.nav li.nav-item ul {
	max-height: 0;
	padding: 0;
	margin: 0;
	overflow-y: hidden;
	transition: max-height .3s ease-in-out;
}
.sidebar ul.nav li.nav-item ul li {
	padding: 0;
	list-style: none;
}
.sidebar ul.nav li.nav-item a.nav-link {
	display: block;
	padding: 0.75rem 1rem;
	color: #2a2c36;
	text-decoration: none;
	background: transparent;
	border-radius: 0.25rem;
}
.sidebar ul.nav li.nav-item a.nav-link:hover {
	color: #fff !important;
	background: #4dbd74 !important;
}
.sidebar ul.nav li.nav-item a.nav-link:hover i {
	color: #fff !important;
}
.sidebar ul.nav li.nav-item a.nav-link.active {
	color: #fff;
	background: #4dbd74;
}
.sidebar ul.nav li.nav-item a.nav-link.active i {
	color: #fff !important;
}
.sidebar ul.nav li.nav-item a.nav-link [class^="icon-"], .sidebar ul.nav li.nav-item a.nav-link [class*=" icon-"] {
	display: inline-block;
	margin-top: -4px;
	vertical-align: middle;
}
.sidebar ul.nav li.nav-item a.nav-link i {
	width: 20px;
	margin: 0 0.5rem 0 0;
	font-size: 14px;
	color: #2a2c36;
	text-align: center;
}
.sidebar ul.nav li.nav-item a.nav-link .tag {
	float: right;
	margin-top: 2px;
}
.sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle::before {
	position: absolute;
	top: 0.96875rem;
	right: 1rem;
	display: block;
	width: 0.875rem;
	height: 0.875rem;
	padding: 0;
	font-size: 0.875rem;
	line-height: 0.65625rem;
	text-align: center;
	content: "\2039";
	transition: .3s;
}
.sidebar ul.nav li.nav-item.nav-dropdown.open {
	background: #72cb91;
	border-radius: 0.25rem;
}
.sidebar ul.nav li.nav-item.nav-dropdown.open > ul, .sidebar ul.nav li.nav-item.nav-dropdown.open > ol {
	max-height: 1000px;
}
.sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-link {
	color: #fff;
	border-left: 0 !important;
}
.sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link.nav-dropdown-toggle::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.sidebar ul.nav li.nav-item.nav-dropdown.open .nav-dropdown.open {
	border-left: 0;
}
.sidebar ul.nav li.nav-item.nav-dropdown.nt {
	transition: 0s !important;
}
.sidebar ul.nav li.nav-item.nav-dropdown.nt > ul, .sidebar ul.nav li.nav-item.nav-dropdown.nt > ol {
	transition: 0s !important;
}
.sidebar ul.nav li.nav-item.nav-dropdown.nt a.nav-link.nav-dropdown-toggle::before {
	transition: 0s !important;
}
.sidebar ul.nav li.nav-item a.nav-label {
	display: block;
	padding: 0.09375rem 1rem;
	color: #818a91;
}
.sidebar ul.nav li.nav-item a.nav-label:hover {
	color: #2a2c36;
	text-decoration: none;
}
.sidebar ul.nav li.nav-item a.nav-label i {
	width: 20px;
	margin: -3px 0.5rem 0 0;
	font-size: 10px;
	color: #2a2c36;
	text-align: center;
	vertical-align: middle;
}
nav.top-nav {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 1029;
	display: inline !important;
	width: 100%;
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #d1d4d7;
}
nav.top-nav ul.nav {
	white-space: nowrap;
}
nav.top-nav ul.nav li.nav-item {
	position: relative;
	display: inline-block;
	margin: 0;
}
nav.top-nav ul.nav li.nav-item ul {
	display: none;
	padding: 0;
	margin: 0;
	white-space: normal;
	background: #fff;
	border: 1px solid #d1d4d7;
}
nav.top-nav ul.nav li.nav-item ul li {
	padding: 0;
	list-style: none;
}
nav.top-nav ul.nav li.nav-item a.nav-link {
	display: block;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	color: #2a2c36;
	text-decoration: none;
	text-transform: uppercase;
}
nav.top-nav ul.nav li.nav-item a.nav-link i {
	display: block;
	float: left;
	width: 20px;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 39px;
	text-align: center;
}
nav.top-nav ul.nav li.nav-item a.nav-link .tag {
	float: right;
	margin-top: 13px;
	margin-left: 10px;
}
nav.top-nav ul.nav li.nav-item a.nav-link:hover {
	color: #fff;
	background: #20a8d8;
}
nav.top-nav ul.nav li.nav-item a.nav-link.active {
	color: #fff;
	background: #20a8d8;
}
nav.top-nav ul.nav li.nav-item ul {
	position: absolute;
	top: 39px;
	left: 0;
}
nav.top-nav ul.nav li.nav-item ul li {
	position: relative;
	padding: 0;
}
nav.top-nav ul.nav li.nav-item ul li a.nav-link {
	min-width: 200px;
}
nav.top-nav ul.nav li.nav-item ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}
nav.top-nav ul.nav li.nav-item.nav-more ul {
	right: 0;
	left: auto;
}
nav.top-nav ul.nav li.nav-item.nav-more ul li ul {
	right: 100%;
	left: auto;
}
nav.top-nav ul.nav li.nav-item:hover > ul {
	display: inline;
}
.aside-menu {
	position: fixed;
	top: 0;
	right: -250px;
	z-index: 1029;
	width: 250px;
	height: 100%;
	padding-top: 55px;
	color: #2a2c36;
	background: #fff;
	border-left: 1px solid #d1d4d7;
}
.aside-menu .nav-tabs {
	border-color: #d1d4d7;
}
.aside-menu .nav-tabs .nav-link {
	padding: 0.75rem 1rem;
	color: #2a2c36;
	border-top: 0;
}
.aside-menu .nav-tabs .nav-link.active {
	color: #20a8d8;
	border-right-color: #d1d4d7;
	border-left-color: #d1d4d7;
}
.aside-menu .nav-tabs .nav-item:first-child .nav-link {
	border-left: 0;
}
.aside-menu .tab-content {
	position: relative;
	height: calc(100vh - 2.375rem - 55px);
	overflow-x: hidden;
	overflow-y: auto;
	border: 0;
	border-top: 1px solid #d1d4d7;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.aside-menu .tab-content::-webkit-scrollbar {
 width: 10px;
 margin-left: -10px;
 -webkit-appearance: none;
}
.aside-menu .tab-content::-webkit-scrollbar-track {
 background-color: white;
 border-right: 1px solid #f2f2f2;
 border-left: 1px solid #f2f2f2;
}
.aside-menu .tab-content::-webkit-scrollbar-thumb {
 height: 50px;
 background-color: #e6e6e6;
 background-clip: content-box;
 border-color: transparent;
 border-style: solid;
 border-width: 1px 2px;
}
.aside-menu .tab-content .tab-pane {
	padding: 0;
}
#loading-bar, #loading-bar-spinner {
	-webkit-pointer-events: none;
	pointer-events: none;
	-moz-transition: 350ms linear all;
	-o-transition: 350ms linear all;
	-webkit-transition: 350ms linear all;
	transition: 350ms linear all;
}
#loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active, #loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active {
	opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave, #loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave {
	opacity: 1;
}
#loading-bar .bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20002;
	width: 100%;
	height: 2px;
	background: #20a8d8;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	-moz-transition: width 350ms;
	-o-transition: width 350ms;
	-webkit-transition: width 350ms;
	transition: width 350ms;
}
#loading-bar .peg {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 2px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: #29d 1px 0 6px 1px;
	-ms-box-shadow: #29d 1px 0 6px 1px;
	-webkit-box-shadow: #29d 1px 0 6px 1px;
	box-shadow: #29d 1px 0 6px 1px;
	opacity: .45;
}
#loading-bar-spinner {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10002;
	display: block;
}
#loading-bar-spinner .spinner-icon {
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-moz-animation: loading-bar-spinner 400ms linear infinite;
	-ms-animation: loading-bar-spinner 400ms linear infinite;
	-o-animation: loading-bar-spinner 400ms linear infinite;
	-webkit-animation: loading-bar-spinner 400ms linear infinite;
	animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-moz-keyframes loading-bar-spinner {
 0% {
 -moz-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-o-keyframes loading-bar-spinner {
 0% {
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-ms-keyframes loading-bar-spinner {
 0% {
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes loading-bar-spinner {
 0% {
 transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 2000;
	width: 100%;
	height: 2px;
	background: #20a8d8;
}
.horizontal-bars {
	padding: 0;
	margin: 0;
	list-style: none;
}
.horizontal-bars li {
	position: relative;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
.horizontal-bars li .title {
	width: 100px;
	font-size: 12px;
	font-weight: 600;
	color: #818a91;
	vertical-align: middle;
}
.horizontal-bars li .bars {
	position: absolute;
	top: 15px;
	width: 100%;
	padding-left: 100px;
}
.horizontal-bars li.legend {
	text-align: center;
}
.horizontal-bars li.legend .tag {
	display: inline-block;
	width: 8px;
	height: 8px;
	padding: 0;
}
.horizontal-bars li.divider {
	height: 40px;
}
.horizontal-bars li.divider i {
	margin: 0 !important;
}
.horizontal-bars.type-2 li {
	overflow: hidden;
}
.horizontal-bars.type-2 li i {
	display: inline-block;
	margin-right: 1rem;
	margin-left: 5px;
	font-size: 18px;
	line-height: 40px;
}
.horizontal-bars.type-2 li .title {
	display: inline-block;
	width: auto;
	margin-top: -9px;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 40px;
	color: #2a2c36;
}
.horizontal-bars.type-2 li .value {
	float: right;
	font-weight: 600;
}
.horizontal-bars.type-2 li .bars {
	position: absolute;
	top: auto;
	bottom: 0;
	padding: 0;
}
ul.icons-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.icons-list li {
	position: relative;
	height: 40px;
	vertical-align: middle;
}
ul.icons-list li i {
	display: block;
	float: left;
	width: 35px !important;
	height: 35px !important;
	margin: 2px;
	line-height: 35px !important;
	text-align: center;
}
ul.icons-list li .desc {
	height: 40px;
	margin-left: 50px;
	border-bottom: 1px solid #d1d4d7;
}
ul.icons-list li .desc .title {
	padding: 2px 0 0;
	margin: 0;
}
ul.icons-list li .desc small {
	display: block;
	margin-top: -4px;
	color: #818a91;
}
ul.icons-list li .value {
	position: absolute;
	top: 2px;
	right: 45px;
	text-align: right;
}
ul.icons-list li .value strong {
	display: block;
	margin-top: -3px;
}
ul.icons-list li .actions {
	position: absolute;
	top: -4px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
ul.icons-list li .actions i {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	line-height: normal;
}
ul.icons-list li.divider {
	height: 40px;
}
ul.icons-list li.divider i {
	width: auto;
	height: auto;
	margin: 2px 0 0;
	font-size: 18px;
}
footer.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	padding: 0 1rem;
	line-height: 50px;
	color: #2a2c36;
	background: transparent;
}
.btn-transparent {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.btn-transparent:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.btn-transparent:focus, .btn-transparent.focus {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.btn-transparent:active, .btn-transparent.active, .open > .btn-transparent.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	background-image: none;
}
.btn-transparent:active:hover, .btn-transparent:active:focus, .btn-transparent:active.focus, .btn-transparent.active:hover, .btn-transparent.active:focus, .btn-transparent.active.focus, .open > .btn-transparent.dropdown-toggle:hover, .open > .btn-transparent.dropdown-toggle:focus, .open > .btn-transparent.dropdown-toggle.focus {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.btn-transparent.disabled:focus, .btn-transparent.disabled.focus, .btn-transparent:disabled:focus, .btn-transparent:disabled.focus {
	background-color: transparent;
	border-color: transparent;
}
.btn-transparent.disabled:hover, .btn-transparent:disabled:hover {
	background-color: transparent;
	border-color: transparent;
}
.btn [class^="icon-"], .fc button [class^="icon-"], .btn [class*=" icon-"], .fc button [class*=" icon-"] {
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}
.btn-facebook, .btn-twitter, .btn-linkedin, .btn-flickr, .btn-tumblr, .btn-xing, .btn-github, .btn-html5, .btn-openid, .btn-stack-overflow, .btn-youtube, .btn-css3, .btn-dribbble, .btn-google-plus, .btn-instagram, .btn-pinterest, .btn-vk, .btn-yahoo, .btn-behance, .btn-dropbox, .btn-reddit, .btn-spotify, .btn-vine, .btn-foursquare, .btn-vimeo {
	position: relative;
	overflow: hidden;
	color: #fff !important;
	text-align: center;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border: 0;
	border-radius: 0.25rem;
}
.btn-facebook::before, .btn-twitter::before, .btn-linkedin::before, .btn-flickr::before, .btn-tumblr::before, .btn-xing::before, .btn-github::before, .btn-html5::before, .btn-openid::before, .btn-stack-overflow::before, .btn-youtube::before, .btn-css3::before, .btn-dribbble::before, .btn-google-plus::before, .btn-instagram::before, .btn-pinterest::before, .btn-vk::before, .btn-yahoo::before, .btn-behance::before, .btn-dropbox::before, .btn-reddit::before, .btn-spotify::before, .btn-vine::before, .btn-foursquare::before, .btn-vimeo::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.btn-facebook:hover, .btn-twitter:hover, .btn-linkedin:hover, .btn-flickr:hover, .btn-tumblr:hover, .btn-xing:hover, .btn-github:hover, .btn-html5:hover, .btn-openid:hover, .btn-stack-overflow:hover, .btn-youtube:hover, .btn-css3:hover, .btn-dribbble:hover, .btn-google-plus:hover, .btn-instagram:hover, .btn-pinterest:hover, .btn-vk:hover, .btn-yahoo:hover, .btn-behance:hover, .btn-dropbox:hover, .btn-reddit:hover, .btn-spotify:hover, .btn-vine:hover, .btn-foursquare:hover, .btn-vimeo:hover {
	color: #fff;
}
.btn-facebook.icon span, .btn-twitter.icon span, .btn-linkedin.icon span, .btn-flickr.icon span, .btn-tumblr.icon span, .btn-xing.icon span, .btn-github.icon span, .btn-html5.icon span, .btn-openid.icon span, .btn-stack-overflow.icon span, .btn-youtube.icon span, .btn-css3.icon span, .btn-dribbble.icon span, .btn-google-plus.icon span, .btn-instagram.icon span, .btn-pinterest.icon span, .btn-vk.icon span, .btn-yahoo.icon span, .btn-behance.icon span, .btn-dropbox.icon span, .btn-reddit.icon span, .btn-spotify.icon span, .btn-vine.icon span, .btn-foursquare.icon span, .btn-vimeo.icon span {
	display: none;
}
.btn-facebook.text::before, .btn-twitter.text::before, .btn-linkedin.text::before, .btn-flickr.text::before, .btn-tumblr.text::before, .btn-xing.text::before, .btn-github.text::before, .btn-html5.text::before, .btn-openid.text::before, .btn-stack-overflow.text::before, .btn-youtube.text::before, .btn-css3.text::before, .btn-dribbble.text::before, .btn-google-plus.text::before, .btn-instagram.text::before, .btn-pinterest.text::before, .btn-vk.text::before, .btn-yahoo.text::before, .btn-behance.text::before, .btn-dropbox.text::before, .btn-reddit.text::before, .btn-spotify.text::before, .btn-vine.text::before, .btn-foursquare.text::before, .btn-vimeo.text::before {
	display: none;
}
.btn-facebook.text span, .btn-twitter.text span, .btn-linkedin.text span, .btn-flickr.text span, .btn-tumblr.text span, .btn-xing.text span, .btn-github.text span, .btn-html5.text span, .btn-openid.text span, .btn-stack-overflow.text span, .btn-youtube.text span, .btn-css3.text span, .btn-dribbble.text span, .btn-google-plus.text span, .btn-instagram.text span, .btn-pinterest.text span, .btn-vk.text span, .btn-yahoo.text span, .btn-behance.text span, .btn-dropbox.text span, .btn-reddit.text span, .btn-spotify.text span, .btn-vine.text span, .btn-foursquare.text span, .btn-vimeo.text span {
	margin-left: 0 !important;
}
.btn-facebook::before, .btn-twitter::before, .btn-linkedin::before, .btn-flickr::before, .btn-tumblr::before, .btn-xing::before, .btn-github::before, .btn-html5::before, .btn-openid::before, .btn-stack-overflow::before, .btn-youtube::before, .btn-css3::before, .btn-dribbble::before, .btn-google-plus::before, .btn-instagram::before, .btn-pinterest::before, .btn-vk::before, .btn-yahoo::before, .btn-behance::before, .btn-dropbox::before, .btn-reddit::before, .btn-spotify::before, .btn-vine::before, .btn-foursquare::before, .btn-vimeo::before {
	width: 2.3125rem;
	height: 2.3125rem;
	padding: 0.5rem 0;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}
.btn-facebook span, .btn-twitter span, .btn-linkedin span, .btn-flickr span, .btn-tumblr span, .btn-xing span, .btn-github span, .btn-html5 span, .btn-openid span, .btn-stack-overflow span, .btn-youtube span, .btn-css3 span, .btn-dribbble span, .btn-google-plus span, .btn-instagram span, .btn-pinterest span, .btn-vk span, .btn-yahoo span, .btn-behance span, .btn-dropbox span, .btn-reddit span, .btn-spotify span, .btn-vine span, .btn-foursquare span, .btn-vimeo span {
	margin-left: 2.3125rem;
}
.btn-facebook.icon, .btn-twitter.icon, .btn-linkedin.icon, .btn-flickr.icon, .btn-tumblr.icon, .btn-xing.icon, .btn-github.icon, .btn-html5.icon, .btn-openid.icon, .btn-stack-overflow.icon, .btn-youtube.icon, .btn-css3.icon, .btn-dribbble.icon, .btn-google-plus.icon, .btn-instagram.icon, .btn-pinterest.icon, .btn-vk.icon, .btn-yahoo.icon, .btn-behance.icon, .btn-dropbox.icon, .btn-reddit.icon, .btn-spotify.icon, .btn-vine.icon, .btn-foursquare.icon, .btn-vimeo.icon {
	width: 2.3125rem;
	height: 2.3125rem;
}
.btn-facebook.btn-lg, .btn-group-lg > .btn-facebook.btn, .fc .btn-group-lg > button.btn-facebook, .btn-twitter.btn-lg, .btn-group-lg > .btn-twitter.btn, .fc .btn-group-lg > button.btn-twitter, .btn-linkedin.btn-lg, .btn-group-lg > .btn-linkedin.btn, .fc .btn-group-lg > button.btn-linkedin, .btn-flickr.btn-lg, .btn-group-lg > .btn-flickr.btn, .fc .btn-group-lg > button.btn-flickr, .btn-tumblr.btn-lg, .btn-group-lg > .btn-tumblr.btn, .fc .btn-group-lg > button.btn-tumblr, .btn-xing.btn-lg, .btn-group-lg > .btn-xing.btn, .fc .btn-group-lg > button.btn-xing, .btn-github.btn-lg, .btn-group-lg > .btn-github.btn, .fc .btn-group-lg > button.btn-github, .btn-html5.btn-lg, .btn-group-lg > .btn-html5.btn, .fc .btn-group-lg > button.btn-html5, .btn-openid.btn-lg, .btn-group-lg > .btn-openid.btn, .fc .btn-group-lg > button.btn-openid, .btn-stack-overflow.btn-lg, .btn-group-lg > .btn-stack-overflow.btn, .fc .btn-group-lg > button.btn-stack-overflow, .btn-youtube.btn-lg, .btn-group-lg > .btn-youtube.btn, .fc .btn-group-lg > button.btn-youtube, .btn-css3.btn-lg, .btn-group-lg > .btn-css3.btn, .fc .btn-group-lg > button.btn-css3, .btn-dribbble.btn-lg, .btn-group-lg > .btn-dribbble.btn, .fc .btn-group-lg > button.btn-dribbble, .btn-google-plus.btn-lg, .btn-group-lg > .btn-google-plus.btn, .fc .btn-group-lg > button.btn-google-plus, .btn-instagram.btn-lg, .btn-group-lg > .btn-instagram.btn, .fc .btn-group-lg > button.btn-instagram, .btn-pinterest.btn-lg, .btn-group-lg > .btn-pinterest.btn, .fc .btn-group-lg > button.btn-pinterest, .btn-vk.btn-lg, .btn-group-lg > .btn-vk.btn, .fc .btn-group-lg > button.btn-vk, .btn-yahoo.btn-lg, .btn-group-lg > .btn-yahoo.btn, .fc .btn-group-lg > button.btn-yahoo, .btn-behance.btn-lg, .btn-group-lg > .btn-behance.btn, .fc .btn-group-lg > button.btn-behance, .btn-dropbox.btn-lg, .btn-group-lg > .btn-dropbox.btn, .fc .btn-group-lg > button.btn-dropbox, .btn-reddit.btn-lg, .btn-group-lg > .btn-reddit.btn, .fc .btn-group-lg > button.btn-reddit, .btn-spotify.btn-lg, .btn-group-lg > .btn-spotify.btn, .fc .btn-group-lg > button.btn-spotify, .btn-vine.btn-lg, .btn-group-lg > .btn-vine.btn, .fc .btn-group-lg > button.btn-vine, .btn-foursquare.btn-lg, .btn-group-lg > .btn-foursquare.btn, .fc .btn-group-lg > button.btn-foursquare, .btn-vimeo.btn-lg, .btn-group-lg > .btn-vimeo.btn, .fc .btn-group-lg > button.btn-vimeo {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.33333;
	border: 0;
	border-radius: 0.3rem;
}
.btn-facebook.btn-lg::before, .btn-group-lg > .btn-facebook.btn::before, .fc .btn-group-lg > button.btn-facebook::before, .btn-twitter.btn-lg::before, .btn-group-lg > .btn-twitter.btn::before, .fc .btn-group-lg > button.btn-twitter::before, .btn-linkedin.btn-lg::before, .btn-group-lg > .btn-linkedin.btn::before, .fc .btn-group-lg > button.btn-linkedin::before, .btn-flickr.btn-lg::before, .btn-group-lg > .btn-flickr.btn::before, .fc .btn-group-lg > button.btn-flickr::before, .btn-tumblr.btn-lg::before, .btn-group-lg > .btn-tumblr.btn::before, .fc .btn-group-lg > button.btn-tumblr::before, .btn-xing.btn-lg::before, .btn-group-lg > .btn-xing.btn::before, .fc .btn-group-lg > button.btn-xing::before, .btn-github.btn-lg::before, .btn-group-lg > .btn-github.btn::before, .fc .btn-group-lg > button.btn-github::before, .btn-html5.btn-lg::before, .btn-group-lg > .btn-html5.btn::before, .fc .btn-group-lg > button.btn-html5::before, .btn-openid.btn-lg::before, .btn-group-lg > .btn-openid.btn::before, .fc .btn-group-lg > button.btn-openid::before, .btn-stack-overflow.btn-lg::before, .btn-group-lg > .btn-stack-overflow.btn::before, .fc .btn-group-lg > button.btn-stack-overflow::before, .btn-youtube.btn-lg::before, .btn-group-lg > .btn-youtube.btn::before, .fc .btn-group-lg > button.btn-youtube::before, .btn-css3.btn-lg::before, .btn-group-lg > .btn-css3.btn::before, .fc .btn-group-lg > button.btn-css3::before, .btn-dribbble.btn-lg::before, .btn-group-lg > .btn-dribbble.btn::before, .fc .btn-group-lg > button.btn-dribbble::before, .btn-google-plus.btn-lg::before, .btn-group-lg > .btn-google-plus.btn::before, .fc .btn-group-lg > button.btn-google-plus::before, .btn-instagram.btn-lg::before, .btn-group-lg > .btn-instagram.btn::before, .fc .btn-group-lg > button.btn-instagram::before, .btn-pinterest.btn-lg::before, .btn-group-lg > .btn-pinterest.btn::before, .fc .btn-group-lg > button.btn-pinterest::before, .btn-vk.btn-lg::before, .btn-group-lg > .btn-vk.btn::before, .fc .btn-group-lg > button.btn-vk::before, .btn-yahoo.btn-lg::before, .btn-group-lg > .btn-yahoo.btn::before, .fc .btn-group-lg > button.btn-yahoo::before, .btn-behance.btn-lg::before, .btn-group-lg > .btn-behance.btn::before, .fc .btn-group-lg > button.btn-behance::before, .btn-dropbox.btn-lg::before, .btn-group-lg > .btn-dropbox.btn::before, .fc .btn-group-lg > button.btn-dropbox::before, .btn-reddit.btn-lg::before, .btn-group-lg > .btn-reddit.btn::before, .fc .btn-group-lg > button.btn-reddit::before, .btn-spotify.btn-lg::before, .btn-group-lg > .btn-spotify.btn::before, .fc .btn-group-lg > button.btn-spotify::before, .btn-vine.btn-lg::before, .btn-group-lg > .btn-vine.btn::before, .fc .btn-group-lg > button.btn-vine::before, .btn-foursquare.btn-lg::before, .btn-group-lg > .btn-foursquare.btn::before, .fc .btn-group-lg > button.btn-foursquare::before, .btn-vimeo.btn-lg::before, .btn-group-lg > .btn-vimeo.btn::before, .fc .btn-group-lg > button.btn-vimeo::before {
	width: 3.16667rem;
	height: 3.16667rem;
	padding: 0.75rem 0;
	font-size: 1.25rem;
	line-height: 1.33333;
	border-radius: 0.3rem;
}
.btn-facebook.btn-lg span, .btn-group-lg > .btn-facebook.btn span, .fc .btn-group-lg > button.btn-facebook span, .btn-twitter.btn-lg span, .btn-group-lg > .btn-twitter.btn span, .fc .btn-group-lg > button.btn-twitter span, .btn-linkedin.btn-lg span, .btn-group-lg > .btn-linkedin.btn span, .fc .btn-group-lg > button.btn-linkedin span, .btn-flickr.btn-lg span, .btn-group-lg > .btn-flickr.btn span, .fc .btn-group-lg > button.btn-flickr span, .btn-tumblr.btn-lg span, .btn-group-lg > .btn-tumblr.btn span, .fc .btn-group-lg > button.btn-tumblr span, .btn-xing.btn-lg span, .btn-group-lg > .btn-xing.btn span, .fc .btn-group-lg > button.btn-xing span, .btn-github.btn-lg span, .btn-group-lg > .btn-github.btn span, .fc .btn-group-lg > button.btn-github span, .btn-html5.btn-lg span, .btn-group-lg > .btn-html5.btn span, .fc .btn-group-lg > button.btn-html5 span, .btn-openid.btn-lg span, .btn-group-lg > .btn-openid.btn span, .fc .btn-group-lg > button.btn-openid span, .btn-stack-overflow.btn-lg span, .btn-group-lg > .btn-stack-overflow.btn span, .fc .btn-group-lg > button.btn-stack-overflow span, .btn-youtube.btn-lg span, .btn-group-lg > .btn-youtube.btn span, .fc .btn-group-lg > button.btn-youtube span, .btn-css3.btn-lg span, .btn-group-lg > .btn-css3.btn span, .fc .btn-group-lg > button.btn-css3 span, .btn-dribbble.btn-lg span, .btn-group-lg > .btn-dribbble.btn span, .fc .btn-group-lg > button.btn-dribbble span, .btn-google-plus.btn-lg span, .btn-group-lg > .btn-google-plus.btn span, .fc .btn-group-lg > button.btn-google-plus span, .btn-instagram.btn-lg span, .btn-group-lg > .btn-instagram.btn span, .fc .btn-group-lg > button.btn-instagram span, .btn-pinterest.btn-lg span, .btn-group-lg > .btn-pinterest.btn span, .fc .btn-group-lg > button.btn-pinterest span, .btn-vk.btn-lg span, .btn-group-lg > .btn-vk.btn span, .fc .btn-group-lg > button.btn-vk span, .btn-yahoo.btn-lg span, .btn-group-lg > .btn-yahoo.btn span, .fc .btn-group-lg > button.btn-yahoo span, .btn-behance.btn-lg span, .btn-group-lg > .btn-behance.btn span, .fc .btn-group-lg > button.btn-behance span, .btn-dropbox.btn-lg span, .btn-group-lg > .btn-dropbox.btn span, .fc .btn-group-lg > button.btn-dropbox span, .btn-reddit.btn-lg span, .btn-group-lg > .btn-reddit.btn span, .fc .btn-group-lg > button.btn-reddit span, .btn-spotify.btn-lg span, .btn-group-lg > .btn-spotify.btn span, .fc .btn-group-lg > button.btn-spotify span, .btn-vine.btn-lg span, .btn-group-lg > .btn-vine.btn span, .fc .btn-group-lg > button.btn-vine span, .btn-foursquare.btn-lg span, .btn-group-lg > .btn-foursquare.btn span, .fc .btn-group-lg > button.btn-foursquare span, .btn-vimeo.btn-lg span, .btn-group-lg > .btn-vimeo.btn span, .fc .btn-group-lg > button.btn-vimeo span {
	margin-left: 3.16667rem;
}
.btn-facebook.btn-lg.icon, .btn-group-lg > .btn-facebook.icon.btn, .fc .btn-group-lg > button.btn-facebook.icon, .btn-twitter.btn-lg.icon, .btn-group-lg > .btn-twitter.icon.btn, .fc .btn-group-lg > button.btn-twitter.icon, .btn-linkedin.btn-lg.icon, .btn-group-lg > .btn-linkedin.icon.btn, .fc .btn-group-lg > button.btn-linkedin.icon, .btn-flickr.btn-lg.icon, .btn-group-lg > .btn-flickr.icon.btn, .fc .btn-group-lg > button.btn-flickr.icon, .btn-tumblr.btn-lg.icon, .btn-group-lg > .btn-tumblr.icon.btn, .fc .btn-group-lg > button.btn-tumblr.icon, .btn-xing.btn-lg.icon, .btn-group-lg > .btn-xing.icon.btn, .fc .btn-group-lg > button.btn-xing.icon, .btn-github.btn-lg.icon, .btn-group-lg > .btn-github.icon.btn, .fc .btn-group-lg > button.btn-github.icon, .btn-html5.btn-lg.icon, .btn-group-lg > .btn-html5.icon.btn, .fc .btn-group-lg > button.btn-html5.icon, .btn-openid.btn-lg.icon, .btn-group-lg > .btn-openid.icon.btn, .fc .btn-group-lg > button.btn-openid.icon, .btn-stack-overflow.btn-lg.icon, .btn-group-lg > .btn-stack-overflow.icon.btn, .fc .btn-group-lg > button.btn-stack-overflow.icon, .btn-youtube.btn-lg.icon, .btn-group-lg > .btn-youtube.icon.btn, .fc .btn-group-lg > button.btn-youtube.icon, .btn-css3.btn-lg.icon, .btn-group-lg > .btn-css3.icon.btn, .fc .btn-group-lg > button.btn-css3.icon, .btn-dribbble.btn-lg.icon, .btn-group-lg > .btn-dribbble.icon.btn, .fc .btn-group-lg > button.btn-dribbble.icon, .btn-google-plus.btn-lg.icon, .btn-group-lg > .btn-google-plus.icon.btn, .fc .btn-group-lg > button.btn-google-plus.icon, .btn-instagram.btn-lg.icon, .btn-group-lg > .btn-instagram.icon.btn, .fc .btn-group-lg > button.btn-instagram.icon, .btn-pinterest.btn-lg.icon, .btn-group-lg > .btn-pinterest.icon.btn, .fc .btn-group-lg > button.btn-pinterest.icon, .btn-vk.btn-lg.icon, .btn-group-lg > .btn-vk.icon.btn, .fc .btn-group-lg > button.btn-vk.icon, .btn-yahoo.btn-lg.icon, .btn-group-lg > .btn-yahoo.icon.btn, .fc .btn-group-lg > button.btn-yahoo.icon, .btn-behance.btn-lg.icon, .btn-group-lg > .btn-behance.icon.btn, .fc .btn-group-lg > button.btn-behance.icon, .btn-dropbox.btn-lg.icon, .btn-group-lg > .btn-dropbox.icon.btn, .fc .btn-group-lg > button.btn-dropbox.icon, .btn-reddit.btn-lg.icon, .btn-group-lg > .btn-reddit.icon.btn, .fc .btn-group-lg > button.btn-reddit.icon, .btn-spotify.btn-lg.icon, .btn-group-lg > .btn-spotify.icon.btn, .fc .btn-group-lg > button.btn-spotify.icon, .btn-vine.btn-lg.icon, .btn-group-lg > .btn-vine.icon.btn, .fc .btn-group-lg > button.btn-vine.icon, .btn-foursquare.btn-lg.icon, .btn-group-lg > .btn-foursquare.icon.btn, .fc .btn-group-lg > button.btn-foursquare.icon, .btn-vimeo.btn-lg.icon, .btn-group-lg > .btn-vimeo.icon.btn, .fc .btn-group-lg > button.btn-vimeo.icon {
	width: 3.16667rem;
	height: 3.16667rem;
}
.btn-facebook.btn-sm, .btn-group-sm > .btn-facebook.btn, .fc .btn-group-sm > button.btn-facebook, .btn-twitter.btn-sm, .btn-group-sm > .btn-twitter.btn, .fc .btn-group-sm > button.btn-twitter, .btn-linkedin.btn-sm, .btn-group-sm > .btn-linkedin.btn, .fc .btn-group-sm > button.btn-linkedin, .btn-flickr.btn-sm, .btn-group-sm > .btn-flickr.btn, .fc .btn-group-sm > button.btn-flickr, .btn-tumblr.btn-sm, .btn-group-sm > .btn-tumblr.btn, .fc .btn-group-sm > button.btn-tumblr, .btn-xing.btn-sm, .btn-group-sm > .btn-xing.btn, .fc .btn-group-sm > button.btn-xing, .btn-github.btn-sm, .btn-group-sm > .btn-github.btn, .fc .btn-group-sm > button.btn-github, .btn-html5.btn-sm, .btn-group-sm > .btn-html5.btn, .fc .btn-group-sm > button.btn-html5, .btn-openid.btn-sm, .btn-group-sm > .btn-openid.btn, .fc .btn-group-sm > button.btn-openid, .btn-stack-overflow.btn-sm, .btn-group-sm > .btn-stack-overflow.btn, .fc .btn-group-sm > button.btn-stack-overflow, .btn-youtube.btn-sm, .btn-group-sm > .btn-youtube.btn, .fc .btn-group-sm > button.btn-youtube, .btn-css3.btn-sm, .btn-group-sm > .btn-css3.btn, .fc .btn-group-sm > button.btn-css3, .btn-dribbble.btn-sm, .btn-group-sm > .btn-dribbble.btn, .fc .btn-group-sm > button.btn-dribbble, .btn-google-plus.btn-sm, .btn-group-sm > .btn-google-plus.btn, .fc .btn-group-sm > button.btn-google-plus, .btn-instagram.btn-sm, .btn-group-sm > .btn-instagram.btn, .fc .btn-group-sm > button.btn-instagram, .btn-pinterest.btn-sm, .btn-group-sm > .btn-pinterest.btn, .fc .btn-group-sm > button.btn-pinterest, .btn-vk.btn-sm, .btn-group-sm > .btn-vk.btn, .fc .btn-group-sm > button.btn-vk, .btn-yahoo.btn-sm, .btn-group-sm > .btn-yahoo.btn, .fc .btn-group-sm > button.btn-yahoo, .btn-behance.btn-sm, .btn-group-sm > .btn-behance.btn, .fc .btn-group-sm > button.btn-behance, .btn-dropbox.btn-sm, .btn-group-sm > .btn-dropbox.btn, .fc .btn-group-sm > button.btn-dropbox, .btn-reddit.btn-sm, .btn-group-sm > .btn-reddit.btn, .fc .btn-group-sm > button.btn-reddit, .btn-spotify.btn-sm, .btn-group-sm > .btn-spotify.btn, .fc .btn-group-sm > button.btn-spotify, .btn-vine.btn-sm, .btn-group-sm > .btn-vine.btn, .fc .btn-group-sm > button.btn-vine, .btn-foursquare.btn-sm, .btn-group-sm > .btn-foursquare.btn, .fc .btn-group-sm > button.btn-foursquare, .btn-vimeo.btn-sm, .btn-group-sm > .btn-vimeo.btn, .fc .btn-group-sm > button.btn-vimeo {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border: 0;
	border-radius: 0.2rem;
}
.btn-facebook.btn-sm::before, .btn-group-sm > .btn-facebook.btn::before, .fc .btn-group-sm > button.btn-facebook::before, .btn-twitter.btn-sm::before, .btn-group-sm > .btn-twitter.btn::before, .fc .btn-group-sm > button.btn-twitter::before, .btn-linkedin.btn-sm::before, .btn-group-sm > .btn-linkedin.btn::before, .fc .btn-group-sm > button.btn-linkedin::before, .btn-flickr.btn-sm::before, .btn-group-sm > .btn-flickr.btn::before, .fc .btn-group-sm > button.btn-flickr::before, .btn-tumblr.btn-sm::before, .btn-group-sm > .btn-tumblr.btn::before, .fc .btn-group-sm > button.btn-tumblr::before, .btn-xing.btn-sm::before, .btn-group-sm > .btn-xing.btn::before, .fc .btn-group-sm > button.btn-xing::before, .btn-github.btn-sm::before, .btn-group-sm > .btn-github.btn::before, .fc .btn-group-sm > button.btn-github::before, .btn-html5.btn-sm::before, .btn-group-sm > .btn-html5.btn::before, .fc .btn-group-sm > button.btn-html5::before, .btn-openid.btn-sm::before, .btn-group-sm > .btn-openid.btn::before, .fc .btn-group-sm > button.btn-openid::before, .btn-stack-overflow.btn-sm::before, .btn-group-sm > .btn-stack-overflow.btn::before, .fc .btn-group-sm > button.btn-stack-overflow::before, .btn-youtube.btn-sm::before, .btn-group-sm > .btn-youtube.btn::before, .fc .btn-group-sm > button.btn-youtube::before, .btn-css3.btn-sm::before, .btn-group-sm > .btn-css3.btn::before, .fc .btn-group-sm > button.btn-css3::before, .btn-dribbble.btn-sm::before, .btn-group-sm > .btn-dribbble.btn::before, .fc .btn-group-sm > button.btn-dribbble::before, .btn-google-plus.btn-sm::before, .btn-group-sm > .btn-google-plus.btn::before, .fc .btn-group-sm > button.btn-google-plus::before, .btn-instagram.btn-sm::before, .btn-group-sm > .btn-instagram.btn::before, .fc .btn-group-sm > button.btn-instagram::before, .btn-pinterest.btn-sm::before, .btn-group-sm > .btn-pinterest.btn::before, .fc .btn-group-sm > button.btn-pinterest::before, .btn-vk.btn-sm::before, .btn-group-sm > .btn-vk.btn::before, .fc .btn-group-sm > button.btn-vk::before, .btn-yahoo.btn-sm::before, .btn-group-sm > .btn-yahoo.btn::before, .fc .btn-group-sm > button.btn-yahoo::before, .btn-behance.btn-sm::before, .btn-group-sm > .btn-behance.btn::before, .fc .btn-group-sm > button.btn-behance::before, .btn-dropbox.btn-sm::before, .btn-group-sm > .btn-dropbox.btn::before, .fc .btn-group-sm > button.btn-dropbox::before, .btn-reddit.btn-sm::before, .btn-group-sm > .btn-reddit.btn::before, .fc .btn-group-sm > button.btn-reddit::before, .btn-spotify.btn-sm::before, .btn-group-sm > .btn-spotify.btn::before, .fc .btn-group-sm > button.btn-spotify::before, .btn-vine.btn-sm::before, .btn-group-sm > .btn-vine.btn::before, .fc .btn-group-sm > button.btn-vine::before, .btn-foursquare.btn-sm::before, .btn-group-sm > .btn-foursquare.btn::before, .fc .btn-group-sm > button.btn-foursquare::before, .btn-vimeo.btn-sm::before, .btn-group-sm > .btn-vimeo.btn::before, .fc .btn-group-sm > button.btn-vimeo::before {
	width: 1.8125rem;
	height: 1.8125rem;
	padding: 0.25rem 0;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-facebook.btn-sm span, .btn-group-sm > .btn-facebook.btn span, .fc .btn-group-sm > button.btn-facebook span, .btn-twitter.btn-sm span, .btn-group-sm > .btn-twitter.btn span, .fc .btn-group-sm > button.btn-twitter span, .btn-linkedin.btn-sm span, .btn-group-sm > .btn-linkedin.btn span, .fc .btn-group-sm > button.btn-linkedin span, .btn-flickr.btn-sm span, .btn-group-sm > .btn-flickr.btn span, .fc .btn-group-sm > button.btn-flickr span, .btn-tumblr.btn-sm span, .btn-group-sm > .btn-tumblr.btn span, .fc .btn-group-sm > button.btn-tumblr span, .btn-xing.btn-sm span, .btn-group-sm > .btn-xing.btn span, .fc .btn-group-sm > button.btn-xing span, .btn-github.btn-sm span, .btn-group-sm > .btn-github.btn span, .fc .btn-group-sm > button.btn-github span, .btn-html5.btn-sm span, .btn-group-sm > .btn-html5.btn span, .fc .btn-group-sm > button.btn-html5 span, .btn-openid.btn-sm span, .btn-group-sm > .btn-openid.btn span, .fc .btn-group-sm > button.btn-openid span, .btn-stack-overflow.btn-sm span, .btn-group-sm > .btn-stack-overflow.btn span, .fc .btn-group-sm > button.btn-stack-overflow span, .btn-youtube.btn-sm span, .btn-group-sm > .btn-youtube.btn span, .fc .btn-group-sm > button.btn-youtube span, .btn-css3.btn-sm span, .btn-group-sm > .btn-css3.btn span, .fc .btn-group-sm > button.btn-css3 span, .btn-dribbble.btn-sm span, .btn-group-sm > .btn-dribbble.btn span, .fc .btn-group-sm > button.btn-dribbble span, .btn-google-plus.btn-sm span, .btn-group-sm > .btn-google-plus.btn span, .fc .btn-group-sm > button.btn-google-plus span, .btn-instagram.btn-sm span, .btn-group-sm > .btn-instagram.btn span, .fc .btn-group-sm > button.btn-instagram span, .btn-pinterest.btn-sm span, .btn-group-sm > .btn-pinterest.btn span, .fc .btn-group-sm > button.btn-pinterest span, .btn-vk.btn-sm span, .btn-group-sm > .btn-vk.btn span, .fc .btn-group-sm > button.btn-vk span, .btn-yahoo.btn-sm span, .btn-group-sm > .btn-yahoo.btn span, .fc .btn-group-sm > button.btn-yahoo span, .btn-behance.btn-sm span, .btn-group-sm > .btn-behance.btn span, .fc .btn-group-sm > button.btn-behance span, .btn-dropbox.btn-sm span, .btn-group-sm > .btn-dropbox.btn span, .fc .btn-group-sm > button.btn-dropbox span, .btn-reddit.btn-sm span, .btn-group-sm > .btn-reddit.btn span, .fc .btn-group-sm > button.btn-reddit span, .btn-spotify.btn-sm span, .btn-group-sm > .btn-spotify.btn span, .fc .btn-group-sm > button.btn-spotify span, .btn-vine.btn-sm span, .btn-group-sm > .btn-vine.btn span, .fc .btn-group-sm > button.btn-vine span, .btn-foursquare.btn-sm span, .btn-group-sm > .btn-foursquare.btn span, .fc .btn-group-sm > button.btn-foursquare span, .btn-vimeo.btn-sm span, .btn-group-sm > .btn-vimeo.btn span, .fc .btn-group-sm > button.btn-vimeo span {
	margin-left: 1.8125rem;
}
.btn-facebook.btn-sm.icon, .btn-group-sm > .btn-facebook.icon.btn, .fc .btn-group-sm > button.btn-facebook.icon, .btn-twitter.btn-sm.icon, .btn-group-sm > .btn-twitter.icon.btn, .fc .btn-group-sm > button.btn-twitter.icon, .btn-linkedin.btn-sm.icon, .btn-group-sm > .btn-linkedin.icon.btn, .fc .btn-group-sm > button.btn-linkedin.icon, .btn-flickr.btn-sm.icon, .btn-group-sm > .btn-flickr.icon.btn, .fc .btn-group-sm > button.btn-flickr.icon, .btn-tumblr.btn-sm.icon, .btn-group-sm > .btn-tumblr.icon.btn, .fc .btn-group-sm > button.btn-tumblr.icon, .btn-xing.btn-sm.icon, .btn-group-sm > .btn-xing.icon.btn, .fc .btn-group-sm > button.btn-xing.icon, .btn-github.btn-sm.icon, .btn-group-sm > .btn-github.icon.btn, .fc .btn-group-sm > button.btn-github.icon, .btn-html5.btn-sm.icon, .btn-group-sm > .btn-html5.icon.btn, .fc .btn-group-sm > button.btn-html5.icon, .btn-openid.btn-sm.icon, .btn-group-sm > .btn-openid.icon.btn, .fc .btn-group-sm > button.btn-openid.icon, .btn-stack-overflow.btn-sm.icon, .btn-group-sm > .btn-stack-overflow.icon.btn, .fc .btn-group-sm > button.btn-stack-overflow.icon, .btn-youtube.btn-sm.icon, .btn-group-sm > .btn-youtube.icon.btn, .fc .btn-group-sm > button.btn-youtube.icon, .btn-css3.btn-sm.icon, .btn-group-sm > .btn-css3.icon.btn, .fc .btn-group-sm > button.btn-css3.icon, .btn-dribbble.btn-sm.icon, .btn-group-sm > .btn-dribbble.icon.btn, .fc .btn-group-sm > button.btn-dribbble.icon, .btn-google-plus.btn-sm.icon, .btn-group-sm > .btn-google-plus.icon.btn, .fc .btn-group-sm > button.btn-google-plus.icon, .btn-instagram.btn-sm.icon, .btn-group-sm > .btn-instagram.icon.btn, .fc .btn-group-sm > button.btn-instagram.icon, .btn-pinterest.btn-sm.icon, .btn-group-sm > .btn-pinterest.icon.btn, .fc .btn-group-sm > button.btn-pinterest.icon, .btn-vk.btn-sm.icon, .btn-group-sm > .btn-vk.icon.btn, .fc .btn-group-sm > button.btn-vk.icon, .btn-yahoo.btn-sm.icon, .btn-group-sm > .btn-yahoo.icon.btn, .fc .btn-group-sm > button.btn-yahoo.icon, .btn-behance.btn-sm.icon, .btn-group-sm > .btn-behance.icon.btn, .fc .btn-group-sm > button.btn-behance.icon, .btn-dropbox.btn-sm.icon, .btn-group-sm > .btn-dropbox.icon.btn, .fc .btn-group-sm > button.btn-dropbox.icon, .btn-reddit.btn-sm.icon, .btn-group-sm > .btn-reddit.icon.btn, .fc .btn-group-sm > button.btn-reddit.icon, .btn-spotify.btn-sm.icon, .btn-group-sm > .btn-spotify.icon.btn, .fc .btn-group-sm > button.btn-spotify.icon, .btn-vine.btn-sm.icon, .btn-group-sm > .btn-vine.icon.btn, .fc .btn-group-sm > button.btn-vine.icon, .btn-foursquare.btn-sm.icon, .btn-group-sm > .btn-foursquare.icon.btn, .fc .btn-group-sm > button.btn-foursquare.icon, .btn-vimeo.btn-sm.icon, .btn-group-sm > .btn-vimeo.icon.btn, .fc .btn-group-sm > button.btn-vimeo.icon {
	width: 1.8125rem;
	height: 1.8125rem;
}
.btn-facebook {
	background: #3b5998;
}
.btn-facebook::before {
	content: "\f09a";
	background: #344e86;
}
.btn-facebook:hover {
	background: #344e86;
}
.btn-facebook:hover::before {
	background: #2d4373;
}
.btn-twitter {
	background: #00aced;
}
.btn-twitter::before {
	content: "\f099";
	background: #0099d4;
}
.btn-twitter:hover {
	background: #0099d4;
}
.btn-twitter:hover::before {
	background: #0087ba;
}
.btn-linkedin {
	background: #4875b4;
}
.btn-linkedin::before {
	content: "\f0e1";
	background: #4169a2;
}
.btn-linkedin:hover {
	background: #4169a2;
}
.btn-linkedin:hover::before {
	background: #395d90;
}
.btn-flickr {
	background: #ff0084;
}
.btn-flickr::before {
	content: "\f16e";
	background: #e60077;
}
.btn-flickr:hover {
	background: #e60077;
}
.btn-flickr:hover::before {
	background: #cc006a;
}
.btn-tumblr {
	background: #32506d;
}
.btn-tumblr::before {
	content: "\f173";
	background: #2a435c;
}
.btn-tumblr:hover {
	background: #2a435c;
}
.btn-tumblr:hover::before {
	background: #22364a;
}
.btn-xing {
	background: #026466;
}
.btn-xing::before {
	content: "\f168";
	background: #024b4d;
}
.btn-xing:hover {
	background: #024b4d;
}
.btn-xing:hover::before {
	background: #013334;
}
.btn-github {
	background: #4183c4;
}
.btn-github::before {
	content: "\f09b";
	background: #3876b4;
}
.btn-github:hover {
	background: #3876b4;
}
.btn-github:hover::before {
	background: #3269a0;
}
.btn-html5 {
	background: #e34f26;
}
.btn-html5::before {
	content: "\f13b";
	background: #d4431b;
}
.btn-html5:hover {
	background: #d4431b;
}
.btn-html5:hover::before {
	background: #be3c18;
}
.btn-openid {
	background: #f78c40;
}
.btn-openid::before {
	content: "\f19b";
	background: #f67d28;
}
.btn-openid:hover {
	background: #f67d28;
}
.btn-openid:hover::before {
	background: #f56f0f;
}
.btn-stack-overflow {
	background: #fe7a15;
}
.btn-stack-overflow::before {
	content: "\f16c";
	background: #f86c01;
}
.btn-stack-overflow:hover {
	background: #f86c01;
}
.btn-stack-overflow:hover::before {
	background: #df6101;
}
.btn-css3 {
	background: #0170ba;
}
.btn-css3::before {
	content: "\f13c";
	background: #0161a1;
}
.btn-css3:hover {
	background: #0161a1;
}
.btn-css3:hover::before {
	background: #015187;
}
.btn-youtube {
	background: #b00;
}
.btn-youtube::before {
	content: "\f167";
	background: #a20000;
}
.btn-youtube:hover {
	background: #a20000;
}
.btn-youtube:hover::before {
	background: #880000;
}
.btn-dribbble {
	background: #ea4c89;
}
.btn-dribbble::before {
	content: "\f17d";
	background: #e7357a;
}
.btn-dribbble:hover {
	background: #e7357a;
}
.btn-dribbble:hover::before {
	background: #e51e6b;
}
.btn-google-plus {
	background: #bb4b39;
}
.btn-google-plus::before {
	content: "\f0d5";
	background: #a74333;
}
.btn-google-plus:hover {
	background: #a74333;
}
.btn-google-plus:hover::before {
	background: #943b2d;
}
.btn-instagram {
	background: #517fa4;
}
.btn-instagram::before {
	content: "\f16d";
	background: #497293;
}
.btn-instagram:hover {
	background: #497293;
}
.btn-instagram:hover::before {
	background: #406582;
}
.btn-pinterest {
	background: #cb2027;
}
.btn-pinterest::before {
	content: "\f0d2";
	background: #b51d23;
}
.btn-pinterest:hover {
	background: #b51d23;
}
.btn-pinterest:hover::before {
	background: #9f191f;
}
.btn-vk {
	background: #45668e;
}
.btn-vk::before {
	content: "\f189";
	background: #3d5a7d;
}
.btn-vk:hover {
	background: #3d5a7d;
}
.btn-vk:hover::before {
	background: #344d6c;
}
.btn-yahoo {
	background: #400191;
}
.btn-yahoo::before {
	content: "\f19e";
	background: #350178;
}
.btn-yahoo:hover {
	background: #350178;
}
.btn-yahoo:hover::before {
	background: #2a015e;
}
.btn-behance {
	background: #1769ff;
}
.btn-behance::before {
	content: "\f1b4";
	background: #0059fd;
}
.btn-behance:hover {
	background: #0059fd;
}
.btn-behance:hover::before {
	background: #0050e3;
}
.btn-dropbox {
	background: #007ee5;
}
.btn-dropbox::before {
	content: "\f16b";
	background: #0070cc;
}
.btn-dropbox:hover {
	background: #0070cc;
}
.btn-dropbox:hover::before {
	background: #0062b2;
}
.btn-reddit {
	background: #ff4500;
}
.btn-reddit::before {
	content: "\f1a1";
	background: #e63e00;
}
.btn-reddit:hover {
	background: #e63e00;
}
.btn-reddit:hover::before {
	background: #cc3700;
}
.btn-spotify {
	background: #7ab800;
}
.btn-spotify::before {
	content: "\f1bc";
	background: #699f00;
}
.btn-spotify:hover {
	background: #699f00;
}
.btn-spotify:hover::before {
	background: #588500;
}
.btn-vine {
	background: #00bf8f;
}
.btn-vine::before {
	content: "\f1ca";
	background: #00a67c;
}
.btn-vine:hover {
	background: #00a67c;
}
.btn-vine:hover::before {
	background: #008c69;
}
.btn-foursquare {
	background: #1073af;
}
.btn-foursquare::before {
	content: "\f180";
	background: #0e6498;
}
.btn-foursquare:hover {
	background: #0e6498;
}
.btn-foursquare:hover::before {
	background: #0c5480;
}
.btn-vimeo {
	background: #aad450;
}
.btn-vimeo::before {
	content: "\f194";
	background: #a0cf3c;
}
.btn-vimeo:hover {
	background: #a0cf3c;
}
.btn-vimeo:hover::before {
	background: #93c130;
}
hr.transparent {
	border-top: 1px solid transparent;
}
.d-table {
	display: table;
}
.d-100vh-va-middle {
	display: table-cell;
	height: 100vh;
	vertical-align: middle;
}
.breadcrumb-menu {
	position: absolute;
	top: 0;
	right: 2rem;
}
.breadcrumb-menu::before {
	display: none;
}
.breadcrumb-menu .btn, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.breadcrumb-menu .btn.btn-secondary, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button {
	color: #818a91;
	border: 0;
}
.breadcrumb-menu .btn.btn-secondary:hover, .breadcrumb-menu .fc button:hover, .fc .breadcrumb-menu button:hover, .breadcrumb-menu .btn.btn-secondary.active, .breadcrumb-menu .fc button.active, .fc .breadcrumb-menu button.active {
	color: #2a2c36;
	background: transparent;
}
.breadcrumb-menu .open .btn.btn-secondary, .breadcrumb-menu .open .fc button, .fc .breadcrumb-menu .open button {
	color: #2a2c36;
	background: transparent;
}
.breadcrumb-menu .dropdown-menu {
	min-width: 180px;
	line-height: 1.5;
}
.img-avatar {
	border-radius: 50em;
}
.avatar {
	position: relative;
	display: inline-block;
	width: 36px;
}
.avatar .img-avatar {
	width: 36px;
	height: 36px;
}
.avatar .avatar-status {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50em;
}
.avatar.avatar-xs {
	position: relative;
	display: inline-block;
	width: 20px;
}
.avatar.avatar-xs .img-avatar {
	width: 20px;
	height: 20px;
}
.avatar.avatar-xs .avatar-status {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50em;
}
.avatar.avatar-sm {
	position: relative;
	display: inline-block;
	width: 24px;
}
.avatar.avatar-sm .img-avatar {
	width: 24px;
	height: 24px;
}
.avatar.avatar-sm .avatar-status {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50em;
}
.avatar.avatar-lg {
	position: relative;
	display: inline-block;
	width: 72px;
}
.avatar.avatar-lg .img-avatar {
	width: 72px;
	height: 72px;
}
.avatar.avatar-lg .avatar-status {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50em;
}
.avatars-stack .avatar.avatar-xs {
	margin-right: -10px;
}
.avatars-stack .avatar {
	margin-right: -15px;
	transition-duration: 0.25s, 0.25s;
	transition-property: margin-left, margin-right;
}
.avatars-stack .avatar:hover {
	margin-right: 0 !important;
}
.switch.switch-default {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}
.switch.switch-default .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch.switch-default .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #d1d4d7;
	border-radius: 2px;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	-webkit-transition-property: opacity background;
	transition-property: opacity background;
}
.switch.switch-default .switch-input:checked ~ .switch-label::before {
	opacity: 0;
}
.switch.switch-default .switch-input:checked ~ .switch-label::after {
	opacity: 1;
}
.switch.switch-default .switch-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #d1d4d7;
	border-radius: 1px;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	-webkit-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.switch.switch-default .switch-input:checked ~ .switch-handle {
	left: 18px;
}
.switch.switch-default.switch-lg {
	width: 48px;
	height: 28px;
}
.switch.switch-default.switch-lg .switch-label {
	font-size: 12px;
}
.switch.switch-default.switch-lg .switch-handle {
	width: 24px;
	height: 24px;
}
.switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
	left: 22px;
}
.switch.switch-default.switch-sm {
	width: 32px;
	height: 20px;
}
.switch.switch-default.switch-sm .switch-label {
	font-size: 8px;
}
.switch.switch-default.switch-sm .switch-handle {
	width: 16px;
	height: 16px;
}
.switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
	left: 14px;
}
.switch.switch-default.switch-xs {
	width: 24px;
	height: 16px;
}
.switch.switch-default.switch-xs .switch-label {
	font-size: 7px;
}
.switch.switch-default.switch-xs .switch-handle {
	width: 12px;
	height: 12px;
}
.switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
	left: 10px;
}
.switch.switch-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}
.switch.switch-text .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch.switch-text .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #d1d4d7;
	border-radius: 2px;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	-webkit-transition-property: opacity background;
	transition-property: opacity background;
}
.switch.switch-text .switch-label::before, .switch.switch-text .switch-label::after {
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: -.5em;
	line-height: 1;
	text-align: center;
	-moz-transition: inherit;
	-o-transition: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}
.switch.switch-text .switch-label::before {
	right: 1px;
	color: #d1d4d7;
	content: attr(data-off);
}
.switch.switch-text .switch-label::after {
	left: 1px;
	color: #fff;
	content: attr(data-on);
	opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::before {
	opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::after {
	opacity: 1;
}
.switch.switch-text .switch-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #d1d4d7;
	border-radius: 1px;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	-webkit-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.switch.switch-text .switch-input:checked ~ .switch-handle {
	left: 26px;
}
.switch.switch-text.switch-lg {
	width: 56px;
	height: 28px;
}
.switch.switch-text.switch-lg .switch-label {
	font-size: 12px;
}
.switch.switch-text.switch-lg .switch-handle {
	width: 24px;
	height: 24px;
}
.switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
	left: 30px;
}
.switch.switch-text.switch-sm {
	width: 40px;
	height: 20px;
}
.switch.switch-text.switch-sm .switch-label {
	font-size: 8px;
}
.switch.switch-text.switch-sm .switch-handle {
	width: 16px;
	height: 16px;
}
.switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
	left: 22px;
}
.switch.switch-text.switch-xs {
	width: 32px;
	height: 16px;
}
.switch.switch-text.switch-xs .switch-label {
	font-size: 7px;
}
.switch.switch-text.switch-xs .switch-handle {
	width: 12px;
	height: 12px;
}
.switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
	left: 18px;
}
.switch.switch-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}
.switch.switch-icon .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch.switch-icon .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #d1d4d7;
	border-radius: 2px;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	-webkit-transition-property: opacity background;
	transition-property: opacity background;
}
.switch.switch-icon .switch-label::before, .switch.switch-icon .switch-label::after {
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: -.5em;
	line-height: 1;
	text-align: center;
	-moz-transition: inherit;
	-o-transition: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}
.switch.switch-icon .switch-label::before {
	right: 1px;
	color: #d1d4d7;
	content: attr(data-off);
}
.switch.switch-icon .switch-label::after {
	left: 1px;
	color: #fff;
	content: attr(data-on);
	opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::before {
	opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::after {
	opacity: 1;
}
.switch.switch-icon .switch-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #d1d4d7;
	border-radius: 1px;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	-webkit-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.switch.switch-icon .switch-input:checked ~ .switch-handle {
	left: 26px;
}
.switch.switch-icon.switch-lg {
	width: 56px;
	height: 28px;
}
.switch.switch-icon.switch-lg .switch-label {
	font-size: 12px;
}
.switch.switch-icon.switch-lg .switch-handle {
	width: 24px;
	height: 24px;
}
.switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
	left: 30px;
}
.switch.switch-icon.switch-sm {
	width: 40px;
	height: 20px;
}
.switch.switch-icon.switch-sm .switch-label {
	font-size: 8px;
}
.switch.switch-icon.switch-sm .switch-handle {
	width: 16px;
	height: 16px;
}
.switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
	left: 22px;
}
.switch.switch-icon.switch-xs {
	width: 32px;
	height: 16px;
}
.switch.switch-icon.switch-xs .switch-label {
	font-size: 7px;
}
.switch.switch-icon.switch-xs .switch-handle {
	width: 12px;
	height: 12px;
}
.switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
	left: 18px;
}
.switch.switch-3d {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}
.switch.switch-3d .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch.switch-3d .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #f8f9fa;
	border: 1px solid #d1d4d7;
	border-radius: 2px;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	-webkit-transition-property: opacity background;
	transition-property: opacity background;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::before {
	opacity: 0;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::after {
	opacity: 1;
}
.switch.switch-3d .switch-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #d1d4d7;
	border-radius: 1px;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	-webkit-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
	border: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.switch.switch-3d .switch-input:checked ~ .switch-handle {
	left: 16px;
}
.switch.switch-3d.switch-lg {
	width: 48px;
	height: 28px;
}
.switch.switch-3d.switch-lg .switch-label {
	font-size: 12px;
}
.switch.switch-3d.switch-lg .switch-handle {
	width: 28px;
	height: 28px;
}
.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
	left: 20px;
}
.switch.switch-3d.switch-sm {
	width: 32px;
	height: 20px;
}
.switch.switch-3d.switch-sm .switch-label {
	font-size: 8px;
}
.switch.switch-3d.switch-sm .switch-handle {
	width: 20px;
	height: 20px;
}
.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
	left: 12px;
}
.switch.switch-3d.switch-xs {
	width: 24px;
	height: 16px;
}
.switch.switch-3d.switch-xs .switch-label {
	font-size: 7px;
}
.switch.switch-3d.switch-xs .switch-handle {
	width: 16px;
	height: 16px;
}
.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
	left: 8px;
}
.switch-pill .switch-label, .switch.switch-3d .switch-label, .switch-pill .switch-handle, .switch.switch-3d .switch-handle {
	border-radius: 50em !important;
}
.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
	right: 2px !important;
}
.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
	left: 2px !important;
}
.switch-primary > .switch-input:checked ~ .switch-label {
	background: #20a8d8 !important;
	border-color: #1985ac;
}
.switch-primary > .switch-input:checked ~ .switch-handle {
	border-color: #1985ac;
}
.switch-primary-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20a8d8;
}
.switch-primary-outline > .switch-input:checked ~ .switch-label::after {
	color: #20a8d8;
}
.switch-primary-outline > .switch-input:checked ~ .switch-handle {
	border-color: #20a8d8;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20a8d8;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #20a8d8;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #20a8d8 !important;
	border-color: #20a8d8;
}
.switch-secondary > .switch-input:checked ~ .switch-label {
	background: #d1d4d7 !important;
	border-color: #b6bbbf;
}
.switch-secondary > .switch-input:checked ~ .switch-handle {
	border-color: #b6bbbf;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #d1d4d7;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
	color: #d1d4d7;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
	border-color: #d1d4d7;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #d1d4d7;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #d1d4d7;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #d1d4d7 !important;
	border-color: #d1d4d7;
}
.switch-success > .switch-input:checked ~ .switch-label {
	background: #4dbd74 !important;
	border-color: #3a9d5d;
}
.switch-success > .switch-input:checked ~ .switch-handle {
	border-color: #3a9d5d;
}
.switch-success-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #4dbd74;
}
.switch-success-outline > .switch-input:checked ~ .switch-label::after {
	color: #4dbd74;
}
.switch-success-outline > .switch-input:checked ~ .switch-handle {
	border-color: #4dbd74;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #4dbd74;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #4dbd74;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #4dbd74 !important;
	border-color: #4dbd74;
}
.switch-info > .switch-input:checked ~ .switch-label {
	background: #63c2de !important;
	border-color: #39b2d5;
}
.switch-info > .switch-input:checked ~ .switch-handle {
	border-color: #39b2d5;
}
.switch-info-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #63c2de;
}
.switch-info-outline > .switch-input:checked ~ .switch-label::after {
	color: #63c2de;
}
.switch-info-outline > .switch-input:checked ~ .switch-handle {
	border-color: #63c2de;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #63c2de;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #63c2de;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #63c2de !important;
	border-color: #63c2de;
}
.switch-warning > .switch-input:checked ~ .switch-label {
	background: #f8cb00 !important;
	border-color: #c5a100;
}
.switch-warning > .switch-input:checked ~ .switch-handle {
	border-color: #c5a100;
}
.switch-warning-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f8cb00;
}
.switch-warning-outline > .switch-input:checked ~ .switch-label::after {
	color: #f8cb00;
}
.switch-warning-outline > .switch-input:checked ~ .switch-handle {
	border-color: #f8cb00;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f8cb00;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #f8cb00;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #f8cb00 !important;
	border-color: #f8cb00;
}
.switch-danger > .switch-input:checked ~ .switch-label {
	background: #f86c6b !important;
	border-color: #f63c3a;
}
.switch-danger > .switch-input:checked ~ .switch-handle {
	border-color: #f63c3a;
}
.switch-danger-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f86c6b;
}
.switch-danger-outline > .switch-input:checked ~ .switch-label::after {
	color: #f86c6b;
}
.switch-danger-outline > .switch-input:checked ~ .switch-handle {
	border-color: #f86c6b;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f86c6b;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #f86c6b;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #f86c6b !important;
	border-color: #f86c6b;
}
canvas.chart {
	display: inline-block !important;
}
base-chart.chart {
	display: block !important;
}
.b-a-0 {
	border: 0 !important;
}
.b-t-0 {
	border-top: 0 !important;
}
.b-r-0 {
	border-right: 0 !important;
}
.b-b-0 {
	border-bottom: 0 !important;
}
.b-l-0 {
	border-left: 0 !important;
}
.b-a-1 {
	border: 1px solid #d1d4d7 !important;
}
.b-t-1 {
	border-top: 1px solid #d1d4d7 !important;
}
.b-r-1 {
	border-right: 1px solid #d1d4d7 !important;
}
.b-b-1 {
	border-bottom: 1px solid #d1d4d7 !important;
}
.b-l-1 {
	border-left: 1px solid #d1d4d7 !important;
}
.b-a-2 {
	border: 2px solid #d1d4d7 !important;
}
.b-t-2 {
	border-top: 2px solid #d1d4d7 !important;
}
.b-r-2 {
	border-right: 2px solid #d1d4d7 !important;
}
.b-b-2 {
	border-bottom: 2px solid #d1d4d7 !important;
}
.b-l-2 {
	border-left: 2px solid #d1d4d7 !important;
}
.label-pill {
	border-radius: 1rem !important;
}

@media (max-width: 767px) {
body {
	padding: 0 !important;
	margin: 0 !important;
}
header.navbar {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	padding:0;
}
header.navbar a.navbar-brand {
	background-image: url("../img/SalesRadar-logo.png");
}
header.navbar .navbar-toggler,  header.navbar .aside-toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: inherit;
}
header.navbar .navbar-toggler,  header.navbar .aside-toggle {
	color: rgba(0, 0, 0, 0.5);
}
header.navbar .navbar-brand {
	width: 100% !important;
	margin: 0 auto !important;
}
.sidebar {
	left: -300px !important;
	width: 256px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sidebar ul.nav {
	width: 256px !important;
}
.sidebar .sidebar-footer {
	margin-left: -256px;
}
.breadcrumb-menu {
	display: none;
}
.main {
	width: 100% !important;
	padding: 0 !important;
	padding-top: 71px !important;
	margin: 0 !important;
	overflow: hidden;
}
.aside-menu {
	right: -250px !important;
}
.footer {
	display: none;
}
html {
	max-width: 100%;
	overflow-x: hidden;
}
body.mobile-open {
	max-width: 100%;
	overflow: hidden;
}
body.mobile-open .sidebar {
	left: 0 !important;
}
body.mobile-open .main {
	margin-left: 256px !important;
}
}
.sidebar ul.nav {
	width: 224px !important;
}

/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff'); font-weight: normal; font-style: normal; }
.redactor-box{position:relative;overflow:visible;margin-bottom:24px}.redactor-box textarea{display:block;position:relative;margin:0;padding:0;width:100%;overflow:auto;outline:0;border:none;background-color:#111;box-shadow:none;color:#ccc;font-size:13px;font-family:Menlo,Monaco,monospace,sans-serif!important;resize:none}#redactor-modal,#redactor-modal footer button,.redactor-dropdown,.redactor-editor,.redactor-link-tooltip,.redactor-link-tooltip a,.redactor-toolbar-tooltip{font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif!important}.redactor-box textarea:focus{outline:0}.redactor-box,.redactor-editor{background:#fff}.redactor-box,.redactor-box textarea,.redactor-editor{z-index:auto}.redactor-box-fullscreen{z-index:1051}.redactor-toolbar{z-index:100}.redactor-dropdown{z-index:1052}#redactor-modal,#redactor-modal-box,#redactor-modal-overlay{z-index:1053}body .redactor-box-fullscreen{position:fixed;top:0;left:0;width:100%}.redactor-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.redactor-editor{position:relative;overflow:auto;margin:0!important;padding:20px;min-height:80px;outline:0;white-space:normal;border:1px solid #eee;font-size:14px;line-height:1.6em}.redactor-editor:focus{outline:0}.toolbar-fixed-box+.redactor-editor{padding-top:32px!important}.redactor-toolbar,.redactor-toolbar li{margin:0!important;padding:0!important;list-style:none!important}.redactor-placeholder:after{position:absolute;top:20px;left:20px;content:attr(placeholder);display:block;color:#999!important;font-weight:400!important}.redactor-toolbar{position:relative;top:0;left:0;font-size:14px!important;line-height:1!important;background:#fff;border:none;box-shadow:0 1px 2px rgba(0,0,0,.2)}.redactor-toolbar:after{content:"";display:table;clear:both}.redactor-toolbar.redactor-toolbar-overflow{overflow-y:auto;height:29px;white-space:nowrap}.redactor-toolbar.redactor-toolbar-external{z-index:999;box-shadow:none;border:1px solid rgba(0,0,0,.1)}.redactor-toolbar li{vertical-align:top;display:inline-block;outline:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.redactor-toolbar li a{display:block;color:#333;text-align:center;padding:9px 10px;outline:0;border:none;text-decoration:none;cursor:pointer;zoom:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.redactor-toolbar li a:hover{outline:0;background-color:#1f78d8;color:#fff}.redactor-toolbar li a:hover i:before{color:#fff}.redactor-toolbar li a.redactor-act,.redactor-toolbar li a:active{outline:0;background-color:#ccc;color:#444}.redactor-toolbar li a.redactor-btn-image{width:14px;height:14px;background-position:center center;background-repeat:no-repeat}.redactor-toolbar li a.fa-redactor-btn{display:inline-block;padding:9px 10px 8px;line-height:1}.redactor-toolbar li a.redactor-button-disabled{filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3}.redactor-toolbar li a.redactor-button-disabled:hover{color:#333;outline:0;background-color:transparent!important;cursor:default}.redactor-toolbar li a.redactor-button-focus,.redactor-toolbar-tooltip{background:#000;color:#fff}.redactor-box .CodeMirror{display:none}.re-icon{font-family:RedactorFont;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.re-icon i:before{position:relative;font-size:14px}.re-video:before{content:"\e600"}.re-unorderedlist:before{content:"\e601"}.re-undo:before{content:"\e602"}.re-underline:before{content:"\e603"}.re-textdirection:before{content:"\e604"}.re-fontcolor:before{content:"\e605"}.re-table:before{content:"\e606"}.re-redo:before{content:"\e607"}.re-quote:before{content:"\e608"}.re-outdent:before{content:"\e609"}.re-orderedlist:before{content:"\e60a"}.re-link:before{content:"\e60b"}.re-horizontalrule:before{content:"\e60c"}.re-italic:before{content:"\e60d"}.re-indent:before{content:"\e60e"}.re-image:before{content:"\e60f"}.re-fullscreen:before{content:"\e610"}.re-normalscreen:before{content:"\e611"}.re-formatting:before{content:"\e612"}.re-fontsize:before{content:"\e613"}.re-fontfamily:before{content:"\e614"}.re-deleted:before{content:"\e615"}.re-html:before{content:"\e616"}.re-clips:before{content:"\e617"}.re-bold:before{content:"\e618"}.re-backcolor:before{content:"\e619"}.re-file:before{content:"\e61a"}.re-alignright:before{content:"\e61b"}.re-alignleft:before,.re-alignment:before{content:"\e61c"}.re-alignjustify:before{content:"\e61d"}.re-aligncenter:before{content:"\e61e"}.re-gallery:before{content:"\e61f"}.redactor-toolbar-tooltip{position:absolute;z-index:1054;text-align:center;top:0;left:0;padding:5px 8px;line-height:1;font-size:12px;border-radius:2px}.redactor-dropdown{position:absolute;top:28px;left:0;padding:0;min-width:220px;max-height:254px;overflow:auto;background-color:#fff;box-shadow:0 1px 7px rgba(0,0,0,.25);font-size:14px;line-height:1.6em}.redactor-dropdown a{display:block;padding:10px 15px;color:#000;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.07)}.redactor-dropdown a:last-child{border-bottom:none}.redactor-dropdown a:hover{background-color:#1f78d8;color:#fff!important;text-decoration:none}.redactor-dropdown a.selected{background-color:#000;color:#fff}.redactor-dropdown a.redactor-dropdown-link-inactive,.redactor-dropdown a.redactor-dropdown-link-inactive:hover{background:0 0;cursor:default;color:#000!important;filter:alpha(opacity=40);-moz-opacity:.4;opacity:.4}#redactor-image-editter,#redactor-image-resizer,.redactor-link-tooltip{background-color:#000;position:absolute;line-height:1}.redactor-dropdown a.redactor-dropdown-link-selected{color:#fff;background:#000}#redactor-image-box{position:relative;max-width:100%;display:inline-block;line-height:0;outline:rgba(0,0,0,.6) dashed 1px}#redactor-image-editter{z-index:5;top:50%;left:50%;margin-top:-11px;margin-left:-18px;color:#fff;font-size:11px;padding:7px 10px;cursor:pointer}#redactor-image-resizer{z-index:2;cursor:nw-resize;bottom:-4px;right:-5px;border:1px solid #fff;width:8px;height:8px}.redactor-link-tooltip{z-index:99;padding:10px;display:inline-block;color:#555!important}.redactor-link-tooltip,.redactor-link-tooltip a{font-size:12px}.redactor-link-tooltip a{color:#ccc;margin:0 5px;text-decoration:none}.redactor-link-tooltip a:hover{color:#fff}#redactor-droparea{position:relative;overflow:hidden;padding:140px 20px;border:3px dashed rgba(0,0,0,.1)}#redactor-droparea.drag-hover{background:rgba(200,222,250,.75)}#redactor-droparea.drag-drop{background:rgba(250,248,200,.5)}#redactor-droparea-placeholder{text-align:center;font-size:12px;color:rgba(0,0,0,.7)}#redactor-progress{position:fixed;top:0;left:0;width:100%;z-index:1000000;height:10px}#redactor-progress span{display:block;width:100%;height:100%;background-color:#3d58a8;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;background-size:40px 40px}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-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}}#redactor-modal-overlay{position:fixed;top:0;left:0;margin:auto;overflow:auto;width:100%;height:100%;background-color:#000!important;filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3}#redactor-modal-box{position:fixed;top:0;left:0;bottom:0;right:0;overflow-x:hidden;overflow-y:auto}#redactor-modal{outline:0;position:relative;margin:auto auto 20px;padding:0;background:#fff;color:#000;font-size:14px!important;box-shadow:0 1px 70px rgba(0,0,0,.5)}#redactor-modal header{padding:30px 40px 5px;font-size:18px;font-weight:700}#redactor-modal section{padding:30px 40px 50px}#redactor-modal label{display:block;float:none!important;margin:15px 0 3px!important;padding:0}#redactor-modal input[type=radio],#redactor-modal input[type=checkbox]{position:relative;top:-1px}#redactor-modal select{width:100%}#redactor-modal input[type=text],#redactor-modal input[type=password],#redactor-modal input[type=email],#redactor-modal input[type=url],#redactor-modal textarea{position:relative;z-index:2;margin:0;padding:5px 4px;height:28px;border:1px solid #ccc;border-radius:1px;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2) inset;color:#333;width:100%;font-size:14px;font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif!important;-moz-transition:border .3s ease-in;transition:border .3s ease-in}#redactor-modal input[type=text]:focus,#redactor-modal input[type=password]:focus,#redactor-modal input[type=email]:focus,#redactor-modal input[type=url]:focus,#redactor-modal textarea:focus{outline:0;border-color:#5ca9e4;box-shadow:0 0 0 2px rgba(70,161,231,.3),0 1px 2px rgba(0,0,0,.2) inset}#redactor-modal input[type=text].redactor-input-error,#redactor-modal input[type=password].redactor-input-error,#redactor-modal input[type=email].redactor-input-error,#redactor-modal input[type=url].redactor-input-error,#redactor-modal textarea.redactor-input-error{border-color:#e82f2f;box-shadow:0 0 0 2px rgba(232,47,47,.3),0 1px 2px rgba(0,0,0,.2) inset}#redactor-modal textarea{display:block;margin-top:4px;line-height:1.4em}#redactor-modal-tabber{margin-bottom:15px;font-size:12px}#redactor-modal-tabber a{border:1px solid #ddd;line-height:1;padding:8px 15px;margin-right:-1px;text-decoration:none;color:#000}#redactor-modal-tabber a:hover{background-color:#1f78d8;border-color:#1f78d8;color:#fff}#redactor-modal-tabber a.active{cursor:default;background-color:#ddd;border-color:#ddd;color:rgba(0,0,0,.6)}#redactor-modal #redactor-modal-list{margin-left:0;padding-left:0;list-style:none;max-height:250px;overflow-x:auto}#redactor-modal #redactor-modal-list li{border-bottom:1px solid #ddd}#redactor-modal #redactor-modal-list li:last-child{border-bottom:none}#redactor-modal #redactor-modal-list a{padding:10px 5px;color:#000;text-decoration:none;font-size:13px;display:block;position:relative}#redactor-modal #redactor-modal-list a:hover{background-color:#eee}#redactor-modal-close{position:absolute;top:10px;right:10px;width:30px;height:30px;text-align:right;color:#bbb;font-size:30px;font-weight:300;cursor:pointer;-webkit-appearance:none;padding:0;border:0;background:0;outline:0}#redactor-modal-close:hover{color:#000}#redactor-modal footer button{position:relative;width:100%;padding:14px 16px;margin:0;outline:0;border:none;background-color:#ddd;color:#000;text-align:center;text-decoration:none;font-weight:400;font-size:12px;line-height:1;cursor:pointer}#redactor-modal footer button:hover{color:#777;background:#bbb;text-decoration:none}#redactor-modal footer button.redactor-modal-delete-btn{background:#b52525;color:#fff}#redactor-modal footer button.redactor-modal-delete-btn:hover{color:rgba(255,255,255,.6);background-color:#881b1b}#redactor-modal footer button.redactor-modal-action-btn{background:#2461b5;color:#fff}#redactor-modal footer button.redactor-modal-action-btn:hover{color:rgba(255,255,255,.6);background-color:#1a4580}.redactor-dropdown .redactor-formatting-blockquote{color:rgba(0,0,0,.4);font-style:italic}.redactor-dropdown .redactor-formatting-pre{font-family:monospace,sans-serif}.redactor-dropdown .redactor-formatting-h1{font-size:36px;line-height:36px;font-weight:700}.redactor-dropdown .redactor-formatting-h2{font-size:24px;line-height:36px;font-weight:700}.redactor-dropdown .redactor-formatting-h3{font-size:21px;line-height:30px;font-weight:700}.redactor-dropdown .redactor-formatting-h4{font-size:18px;line-height:26px;font-weight:700}.redactor-dropdown .redactor-formatting-h5{font-size:16px;line-height:23px;font-weight:700}.redactor-editor code,.redactor-editor pre{font-family:Menlo,Monaco,monospace,sans-serif!important;cursor:text}.redactor-editor blockquote,.redactor-editor div,.redactor-editor dl,.redactor-editor ol,.redactor-editor p,.redactor-editor pre,.redactor-editor table,.redactor-editor ul{font-size:14px;line-height:1.6em}.redactor-editor a{color:#15c;text-decoration:underline}.redactor-editor embed,.redactor-editor img,.redactor-editor object,.redactor-editor video{max-width:100%;width:auto}.redactor-editor img,.redactor-editor video{height:auto}.redactor-editor blockquote,.redactor-editor div,.redactor-editor dl,.redactor-editor figure,.redactor-editor ol,.redactor-editor p,.redactor-editor pre,.redactor-editor table,.redactor-editor ul{margin:0 0 15px;border:none;background:0 0;box-shadow:none}.redactor-editor hr,.redactor-editor iframe,.redactor-editor object{margin-bottom:15px}.redactor-editor blockquote{margin-left:1.6em!important;padding:0;text-align:left;color:#777;font-style:italic}.redactor-editor blockquote:after,.redactor-editor blockquote:before{content:''}.redactor-editor ol,.redactor-editor ul{padding-left:2em}.redactor-editor ol ol,.redactor-editor ol ul,.redactor-editor ul ol,.redactor-editor ul ul{margin:2px;padding:0 0 0 2em;border:none}.redactor-editor ol ol li{list-style-type:lower-alpha}.redactor-editor ol ol ol li{list-style-type:lower-roman}.redactor-editor dl dt{font-weight:700}.redactor-editor dd{margin-left:1em}.redactor-editor table{border-collapse:collapse;font-size:1em;width:100%}.redactor-editor table td,.redactor-editor table th{padding:5px;border:1px solid #ddd;vertical-align:top}.redactor-editor table th,.redactor-editor table thead td{font-weight:700;border-bottom-color:#888}.redactor-editor code{background-color:#d8d7d7}.redactor-editor pre{padding:1em;border:1px solid #ddd;border-radius:3px;background:#f8f8f8;font-size:90%}.redactor-editor hr{display:block;height:1px;border:0;border-top:1px solid #ccc}.redactor-editor h1,.redactor-editor h2,.redactor-editor h3,.redactor-editor h4,.redactor-editor h5,.redactor-editor h6{font-weight:700;color:#000;padding:0;background:0 0;text-rendering:optimizeLegibility;margin:0 0 .5em}.redactor-editor h1,.redactor-editor h2,.redactor-editor h3,.redactor-editor h4{line-height:1.3}.redactor-editor h1{font-size:36px}.redactor-editor h2{font-size:24px;margin-bottom:.7em}.redactor-editor h3{font-size:21px}.redactor-editor h4{font-size:18px}.redactor-editor h5{font-size:16px}.redactor-editor h6{font-size:12px;text-transform:uppercase}

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -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:#fff}.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}

.fa-inherit { text-align:inherit; }
.fa-drag { cursor:move;cursor:-webkit-grab; }
.fa-drag:before { content: "\f142\f142"; letter-spacing: 0.1rem; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.fa-cc-american-express:before { content: "\f1f3"; }

.loader,.loader-inner{left:50%;height:0}.loader{position:fixed; z-index: 2000; bottom:25px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);overflow:visible;padding-top:4em;width:4em;}.loader-inner{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;box-sizing:border-box;border:0 solid #48B0F7;border-radius:50%;-webkit-animation:loader-inner 1.15s infinite cubic-bezier(.215,.61,.355,1);-moz-animation:loader-inner 1.15s infinite cubic-bezier(.215,.61,.355,1);animation:loader-inner 1.15s infinite cubic-bezier(.215,.61,.355,1)}@-webkit-keyframes loader-inner{0%{height:0;width:0}30%{height:4em;width:4em;border-width:2em;opacity:1}100%{height:4em;width:4em;border-width:0;opacity:0}}@-moz-keyframes loader-inner{0%{height:0;width:0}30%{height:4em;width:4em;border-width:2em;opacity:1}100%{height:4em;width:4em;border-width:0;opacity:0}}@keyframes loader-inner{0%{height:0;width:0}30%{height:4em;width:4em;border-width:2em;opacity:1}100%{height:4em;width:4em;border-width:0;opacity:0}}

.ng-toast{position:fixed;z-index:1080;text-align:center;width:100%;max-width:480px;}.ng-toast.ng-toast--top,.ng-toast.ng-toast--top .ng-toast__list{top:0;bottom:auto}.ng-toast.ng-toast--top.ng-toast--center .ng-toast__list{position:static}.ng-toast.ng-toast--bottom,.ng-toast.ng-toast--bottom .ng-toast__list{top:auto;bottom:0}.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__list{pointer-events:none}.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__message .alert{pointer-events:auto}.ng-toast.ng-toast--right .ng-toast__list{left:auto;right:0;margin-right:20px}.ng-toast.ng-toast--right .ng-toast__message{text-align:right}.ng-toast.ng-toast--left .ng-toast__list{right:auto;left:0;margin-left:20px}.ng-toast.ng-toast--left .ng-toast__message{text-align:left}.ng-toast .ng-toast__list{display:inline-block;position:absolute;right:0;left:0;margin:0 auto;padding:0;list-style:none;width:100%}.ng-toast .ng-toast__message{display:block;width:100%;text-align:center}.ng-toast .ng-toast__message .alert{display:inline-block}.ng-toast .ng-toast__message__count{display:inline-block;margin:0 15px 0 5px}.ng-toast--center{left:50%;transform:translateX(-50%)}.ng-toast .ng-toast__message:first-child .alert{margin-top:0;border-top-left-radius:0;border-top-right-radius:0;}

.ng-toast--animate-fade .ng-enter,.ng-toast--animate-fade .ng-leave,.ng-toast--animate-fade .ng-move{transition-property:opacity;transition-duration:.3s;transition-timing-function:ease}.ng-toast--animate-fade .ng-enter{opacity:0}.ng-toast--animate-fade .ng-enter.ng-enter-active,.ng-toast--animate-fade .ng-leave{opacity:1}.ng-toast--animate-fade .ng-leave.ng-leave-active{opacity:0}.ng-toast--animate-fade .ng-move{opacity:.5}.ng-toast--animate-fade .ng-move.ng-move-active{opacity:1}.ng-toast--animate-slide .ng-enter,.ng-toast--animate-slide .ng-leave,.ng-toast--animate-slide .ng-move{position:relative;transition-duration:.3s;transition-timing-function:ease}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message{position:relative;transition-property:top,margin-top,opacity}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter{opacity:0;top:-100px}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave{opacity:1;top:0}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave.ng-leave-active{opacity:0;margin-top:-72px}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message{position:relative;transition-property:bottom,margin-bottom,opacity}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter{opacity:0;bottom:-100px}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave{opacity:1;bottom:0}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave.ng-leave-active{opacity:0;margin-bottom:-72px}.ng-toast--animate-slide.ng-toast--right{transition-property:right,margin-right,opacity}.ng-toast--animate-slide.ng-toast--right .ng-enter{opacity:0;right:-200%;margin-right:20px}.ng-toast--animate-slide.ng-toast--right .ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--right .ng-leave{opacity:1;right:0;margin-right:0}.ng-toast--animate-slide.ng-toast--right .ng-leave.ng-leave-active{opacity:0;right:-200%;margin-right:20px}.ng-toast--animate-slide.ng-toast--left{transition-property:left,margin-left,opacity}.ng-toast--animate-slide.ng-toast--left .ng-enter{opacity:0;left:-200%;margin-left:20px}.ng-toast--animate-slide.ng-toast--left .ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--left .ng-leave{opacity:1;left:0;margin-left:0}.ng-toast--animate-slide.ng-toast--left .ng-leave.ng-leave-active{opacity:0;left:-200%;margin-left:20px}

.ct-double-octave:after,.ct-major-eleventh:after,.ct-major-second:after,.ct-major-seventh:after,.ct-major-sixth:after,.ct-major-tenth:after,.ct-major-third:after,.ct-major-twelfth:after,.ct-minor-second:after,.ct-minor-seventh:after,.ct-minor-sixth:after,.ct-minor-third:after,.ct-octave:after,.ct-perfect-fifth:after,.ct-perfect-fourth:after,.ct-square:after{content:"";clear:both}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}.ct-grid-background,.ct-line{fill:none}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}.ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-vertical.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-point{stroke-width:10px;stroke-linecap:round}.ct-line{stroke-width:4px}.ct-area{stroke:none;fill-opacity:.1}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#d70206}.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#d70206}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#f05b4f}.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#f05b4f}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#f4c63d}.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:#f4c63d}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#d17905}.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#d17905}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#453d3f}.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#453d3f}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#59922b}.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#59922b}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#0544d3}.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#0544d3}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#6b0392}.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#6b0392}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#f05b4f}.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#f05b4f}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#dda458}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#eacf7d}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#86797d}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#b2c326}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:#6188e2}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#a748ca}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{display:table}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{display:table}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}.ct-major-second:after{display:table}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}.ct-minor-third:after{display:table}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{display:table}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{display:table}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}.ct-perfect-fifth:after{display:table}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{display:table}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{display:table}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{display:table}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}.ct-major-seventh:after{display:table}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{display:table}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{display:table}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{display:table}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}.ct-major-twelfth:after{display:table}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{display:table}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}

.report-container { background-color:#3f3f4f; color:#e7e7e7; }
.chart-wrapper { max-width:800px; margin:0 auto; }
.chart-container { padding:0 0 60% 0; position:relative; }
.chart-legend { background-color:#3f3f4f; border-radius:5px; position:relative }
.amchart { position:absolute; width:100%; height:100%; }

i.form-checkbox, i.form-radio {  display: block; cursor: pointer; position: relative; font-size: 13px; width:16px; height:18px; margin:0 auto; }
span.form-checkbox, span.form-radio {  display: block; cursor: pointer; position: relative; font-size: 13px; margin-top: 0.5rem; padding-right: 2rem; padding-left: 1.5rem; }
i.form-checkbox:before, i.form-radio:before { content: ""; display: block; width: 16px; height: 16px; background-color: #fff; border: 1px solid #c8ced0; }
span.form-checkbox:before, span.form-radio:before { content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 10px; position: absolute; left: 0px; background-color: #fff; border: 1px solid #c8ced0; }
.form-checkbox:before { position:absolute; top: 1px; border-radius: 3px; transition: all 0.2s linear; }
.form-radio:before { position:absolute; bottom: 2.5px; border-radius: 99px; transition: all 0.2s linear; }

.form-checkbox[disabled], .form-radio[disabled] { opacity: 0.65; cursor:not-allowed; }
.form-checkbox[disabled]:before, .form-radio[disabled]:before { background-color: #cccccc; }
.form-checkbox:after { display: block; width: 10px; height: 18px; position: absolute; left: 2px; top: 0; transition: all 0.2s linear; font:normal normal normal 11px/20px FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; color:#fff; }
.form-checkbox.active:after {  content:"\F00C"; }
.form-checkbox.some:not(.active):after { content:""; width:10px; height:10px; top:4px; left:3px; background-color:#fff; }

.form-checkbox:after { border-radius: 3px; }
.form-checkbox.checkbox-circle label:before, .form-checkbox.checkbox-circle label:after { border-radius: 99px; }	
.form-checkbox.active:before, .form-checkbox.some:before { border-width:8px; }
.form-radio.active:before { border-width:5px; }

.form-checkbox.master:before, .form-radio.master:before { border-color: #495b62; }
.form-checkbox.success:before, .form-radio.success:before { border-color: #2eaeb3; }
.form-checkbox.primary:before, .form-radio.primary:before { border-color: #20a8d8; }
.form-checkbox.info:before, .form-radio.info:before { border-color: #1f3853; }
.form-checkbox.warning:before, .form-radio.warning:before { border-color: #fbc25e; }
.form-checkbox.danger:before, .form-radio.danger:before { border-color: #e95555; }
.form-checkbox.complete:before, .form-radio.complete:before { border-color: #0594dd; }

.form-checkbox.inverse:before, .form-radio.inverse:before { border-color: #495b62; }
.form-checkbox.active.inverse:before, .form-radio.active.inverse:before { border-color: #FFFFFF; }
.form-checkbox.some.inverse:before { border-color: #FFFFFF; }
.form-checkbox.active.inverse:after, .form-radio.active.inverse:after { color: #495b62; }
.form-checkbox.some:not(.active).inverse:after { background-color: #495b62; }

.lh-35 { line-height:35px !important; }
.lh-22 { line-height:22px !important; }

.flex-row { display: flex; x-justify-content: space-around; x-align-items: stretch; }

.flex-row .flex-cell { border-bottom: 1px solid #e7edf0; padding:10px 5px 5px; }
.flex-row .flex-icon { width:30px; flex:0 0 30px; padding-left:0 !important; padding-right:0 !important; text-align:center; }
.flex-row .flex-icon:first-child { border-right:1px solid #f1f2f5; }
.flex-row .flex-icon:last-child { border-left:1px solid #f1f2f5; }
.flex-row .flex-icon .fa { width:30px; }
.flex-row .flex-icon.lh-35 .fa { line-height:35px; }
.flex-row .flex-icon a { text-decoration:none; }
.flex-row .flex-icon a:hover { text-decoration:none; }

.flex-header { color:#495b62; background-color:#f1f2f5; text-transform: uppercase; font-weight: 600; font-size: 13px; align-items: center; overflow:hidden; }
.flex-header .flex-cell { padding:0 5px 0 5px; line-height:35px; height:35px; }
.flex-header .flex-icon { padding: 8px 0 7px 0 !important; }

.flex-header-inline { color:rgba(42, 44, 54,0.25); text-transform: uppercase; font-weight: 600; font-size: 11px; line-height:1; align-items: center; overflow:hidden; }

.flex-row .flex-cell:first-child, .flex-header .flex-cell:first-child { padding-left:10px; }
.mobile-card .flex-row .flex-cell:first-child, .mobile-card .flex-header .flex-cell:first-child { padding-left:0; }

.flex-grow-5 { width:50px; flex:5 0 50px; }
.flex-grow-10 { width:50px; flex:10 0 50px; }
.flex-grow-20 { width:50px; flex:20 0 50px; }
.flex-grow-30 { width:50px; flex:30 0 50px; }
.flex-grow-50 { width:50px; flex:50 0 50px; }
.flex-20 { width:20px; flex:0 0 20px; }
.flex-30 { width:30px; flex:0 0 30px; }
.flex-40 { width:40px; flex:0 0 40px; }
.flex-60 { width:60px; flex:0 0 60px; }
.flex-80 { width:80px; flex:0 0 80px; }
.flex-90 { width:90px; flex:0 0 90px; }
.flex-100 { width:100px; flex:0 0 100px; }
.flex-120 { width:120px; flex:0 0 120px; }
.flex-150 { width:150px; flex:0 0 150px; }
.flex-180 { width:180px; flex:0 0 180px; }
.flex-3rem { width:3rem; flex:0 0 3rem; }
.flex-row .b-l { border-left:1px solid #f1f2f5; }

.flex-bb-0 > div { border-bottom:0 !important; padding-bottom:0 !important; }
.flex-pt-0 > div { padding-top:0 !important; }
.flex-pt-5 > div { padding-top:5px !important; }
.flex-pb-0 > div { padding-bottom:0 !important; }

.clickable { cursor:pointer; }

.mobile-card { padding:10px; }
.mobile-card .flex-row .flex-cell { border-bottom:0; padding:0; }
.mobile-card .flex-row .flex-icon:first-child { border-right:0; }
.mobile-card .flex-row .flex-icon:last-child { border-left:0; }

.mobile-label { font-size: 0.75rem; line-height:22px; text-transform: uppercase; font-weight: 600; color:#778489; }
.status-text { font-size: 0.75rem; text-transform: uppercase; font-weight: 600; color:#778489; }

.item-header { color:#495b62; background-color:#f1f2f5; text-transform: uppercase; font-weight: 600; font-size: 13px; overflow:hidden; height:34px; position:relative; }
.toolbar { position:absolute; top:0; left:0; right:0; transform:translateY(-100%); background-color:#495b62; color:#e7edf0; padding:3px 3px 3px 33px !important; line-height:34px; height:34px; transition:all 0.2s linear; }
.toolbar:before { content:""; position:absolute; top:0; left:29px; bottom:0; width:1px; background-color:#6a848e; }
.toolbar.active { transform:translateY(0); }

.form-header { color: #495b62; border-bottom: 1px solid #e7edf0; background-color: #f1f2f5; text-transform: uppercase; font-weight: 600; font-size: 13px; margin: 0 -30px 10px; padding: 10px 5px 5px 30px; }

.quote-form, .purchase-form, .contact-form { max-width:1200px; margin-left:auto; margin-right:auto; }
.contact {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}
.input-group .contact:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.input-group .contact:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.contact-details { padding: 0.55rem 0 0.05rem 0.75rem; line-height:1.0625rem; width:100%; }
.contact p { margin:0 0 5px; }

.contact-address:nth-child(odd) { border-right:1px solid #e7edf0; }
.contact-address:not(:nth-last-child(2)):not(:last-child) { border-bottom: 1px solid #e7edf0; }
.contact-address:nth-child(even):nth-last-child(2) { border-bottom: 1px solid #e7edf0; }
.contact-address .flex-cell { border-bottom:0; }

.invoice-summary {	
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	padding:1rem;
}
.invoice-toolbar { margin:-1rem -1rem 0; padding:0.25rem; background-color:#495b62; color:#e7edf0; }

@media (max-width: 767px) {
	.contact-address { border-right:0; }
	.contact-address:not(:last-child) { border-bottom: 1px solid #e7edf0; }
}

.card-toolbar { margin:-30px -30px 30px -30px; padding:10px; background-color:#495b62; color:#e7edf0; }
@media (max-width: 767px) {
	.card-toolbar { margin:-15px -15px 15px -15px; }
	.form-header { margin: 0 -15px 10px; }
}

.sale-status { margin:0.5rem 0 0.5rem 1rem; padding:0.25rem 0.75rem; font-size:1rem; font-weight:700; text-transform:uppercase; color:#FFF; background-color:#495b62; border-radius: 0.25rem; }
.sale-status.cancelled { color:#FFF;background-color:#f86c6b; }
.sale-status.archived { color:#FFF;background-color:#818a91; }
.sale-status.fulfilled { color:#FFF;background-color:#4dbd74; }
.sale-status.quote { color:#FFF;background-color:#000000; }
.sale-status.lead { color:#FFF;background-color:#f8cb00; }

.list-items { margin-left:-30px; margin-right:-30px; }
@media (max-width: 767px) {
	.list-items { margin-left:-15px; margin-right:-15px; }
}

.list-item:hover { background-color:#F8F9FA; }
.list-item.row-checked { background-color:#f1f2f5; }
@media (max-width: 767px) {
	.list-item { border-top: 1px solid #e7edf0; }
	.list-item .flex-cell { border-bottom:0 !important; }
}

.total-label { color:#495b62; text-transform: uppercase; font-weight: 600; text-align: right }
.total-text { color:#495b62; font-weight: 600; text-align: right; padding-right: 18px !important; }

.timeline { position:relative; padding:16px 16px 16px 48px; z-index:1; }
.timeline:before { position:absolute; content:""; left:22px; top:-15px; bottom:-15px; width:3px; background-color:#e7edf0; }

.timeline .event { margin-top:1rem; position:relative; }
.timeline .event:first-child { margin-top:0; }
.timeline .event:after { font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; content:"\f111"; position:absolute; top:0px; left: -36px; width: 24px; text-align:center; color:#e7edf0; }

.timeline .milestone:before { display: block; content: ""; position: absolute; top: -5px; left: -36px; width: 24px; height: 24px; border-radius: 50%; background-color: #000; }

.timeline .milestone.created:before { background-color:#4dbd74 }
.timeline .milestone.created:after { content:"\f155" }

.timeline .text { padding:0; margin:0; line-height:1; }
.timeline .by { color:#818a91; font-size:80%; padding:0; margin:0; line-height:1; }

.saving { background-color:#c4e3f3 }
.saved { background-color:#dff0d8 }
.error { background-color:#f2dede }

.sorting { cursor:pointer; }
.sorting:before, .sorting:after { font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale }
.sorting:before { content:"\f0dc"; color:#778489; padding-right:5px; }
.sorting.asc:before { content:"\f0de"; }
.sorting.desc:before { content:"\f0dd"; }

.uib-datepicker { }
.uib-daypicker, .uib-monthpicker, .uib-yearpicker { outline:0; }

.login-container { max-width:400px; margin:0 auto; }

.z-index-1 { z-index:1; }

.bt-1 { border-top: 1px solid #e7edf0; }
.bb-1 { border-bottom: 1px solid #e7edf0; }
.pl-15 { padding-left:20px; }
.pl-20 { padding-left:20px; }

.ta-selected { border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; align-items: flex-start; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; box-sizing: border-box; position: relative; overflow: hidden; height: 35px; background-color: #fff; }
.ta-display { padding: 0.3rem 0 0.3rem 0.75rem; width:100%; height:33px; font-size: 0.875rem; line-height:2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.reset-typeahead { padding: 0.5rem 0.75rem 0.1rem 0.75rem; height:33px; font-size: 0.875rem; }
a.reset-typeahead { color:#818a91; }
a.reset-typeahead:hover, a.reset-typeahead:active, a.reset-typeahead:focus { color:#000; text-decoration:none; }
.lock-scroll { overflow: hidden; }
[uib-typeahead-popup].dropdown-menu { display: block; max-height: 300px; overflow: scroll; width: 100%; }
.uib-typeahead-match { border-bottom:1px solid #e7edf0; }
.uib-typeahead-match a { color:#000; padding:7px 5px 3px; display: block; }
.uib-typeahead-match a:hover, .uib-typeahead-match.active a { background-color:#20a8d8; color:#FFF; text-decoration:none; }

.typeahead-tool { padding: 0.3rem 0.375rem 0.3rem 0.375rem; height:33px; font-size: 0.875rem; line-height:2; }
a.typeahead-tool { color:#818a91; }
a.typeahead-tool:hover, a.typeahead-tool:active, a.typeahead-tool:focus { color:#000; text-decoration:none; }

textarea.form-control { line-height:1.45rem; min-height: 35px; }

.btn-xero { color:#FFF; background-color:#13B5EA; }
.btn-xero:hover, .btn-xero:focus, .btn-xero.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color:#FFF; background-color:#048ABB; }

.sidebar-search { position: absolute;top: 0;left: 0;right: 0;height: 3rem;}
.sidebar-search:before{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;content:"\f002";position:absolute;top:1rem;left:1rem;z-index:1;}
.search-bar {border: 0;height: 3rem;padding: .5rem .5rem .5rem 3rem;width: 100%;border-bottom: 1px solid #d1d4d7; outline:none; position:relative; }

.table-edit input { border: 0; height: 17px; line-height: 17px; outline: none; width: 100%; background-color:transparent; }

.credit-card { border:1px solid #e7edf0; border-radius:10px; height:200px; max-width:400px; position:relative; }
.credit-card-brand { position:absolute;top:20px; right:20px; text-align: right; color: #818a91;}
.credit-card-number { font-family: 'Inconsolata', monospace; font-size:20px; position:absolute; bottom:60px; left:20px; letter-spacing:2px; }
.credit-card-expiry { font-family: 'Inconsolata', monospace; font-size:20px; position:absolute; bottom:20px; left:20px; }
.credit-card-delete { position:absolute; bottom:20px; right:20px; text-align: right; }

.credit-card-selector { border-radius:5px; border:1px solid #e7edf0; margin-bottom:10px; }
.credit-card-selector.selected { border-color:#20a8d8; background-color:#d9edf7; }
.credit-card-selector > div { border-bottom:0 !important; }
.cc-select-brand { }
.cc-select-number { font-family: 'Inconsolata', monospace; letter-spacing: 1px; }
.cc-select-expiry { font-family: 'Inconsolata', monospace; letter-spacing: 1px; }

.stripe-connect { display: inline-block; margin-bottom: 1px; background-image: -webkit-linear-gradient(#28A0E5, #015E94); background-image: -moz-linear-gradient(#28A0E5, #015E94); background-image: -ms-linear-gradient(#28A0E5, #015E94); background-image: linear-gradient(#28A0E5, #015E94); -webkit-font-smoothing: antialiased; border: 0; padding: 1px; height: 30px; text-decoration: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.stripe-connect span { display: block; position: relative; padding: 0 12px 0 44px; height: 30px; background: #1275FF;background-image: -webkit-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);background-image: -moz-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);background-image: -ms-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);background-image: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4); font-size: 14px; line-height: 30px; color: white; font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.stripe-connect span:before { content: ''; display: block; position: absolute; left: 11px; top: 50%; width: 23px; height: 24px; margin-top: -12px; background-repeat: no-repeat; background-size: 23px 24px; }
.stripe-connect:hover, .stripe-connect:focus { text-decoration:none; }
.stripe-connect:active span { color: #EEE; background: #008CDD;background-image: -webkit-linear-gradient(#008CDD, #008CDD 85%, #239ADF);background-image: -moz-linear-gradient(#008CDD, #008CDD 85%, #239ADF);background-image: -ms-linear-gradient(#008CDD, #008CDD 85%, #239ADF);background-image: linear-gradient(#008CDD, #008CDD 85%, #239ADF); -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }
.stripe-connect span:before {background-image: url("data:image/png;base64,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");}