﻿
:root {
	--font-body: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	--font-header: 'Raleway', 'League Gothic', 'Arial Narrow', Impact, sans-serif;
	--font-monospace: "Bitstream Vera Sans Mono", Courier, Monaco, ProFont, "American Typewriter", "Andale Mono", monospace;

	--hover-brightness: 1.2;

	/* Colors */
	--color-gray: rgba(78, 78, 78);
	--color-green: rgb(110, 129, 57);
	--color-pink: rgb(227, 186, 230);
	--color-danger: #dc3545;

	/* Base */
	--color-background: #fff;
	--color-text: #444;
	--color-header: #333;
	--color-link: #26baac;

	/* Header */
	--color-top-header: #3367D6;
	--color-top-background: #01172f;
	--color-top-link: #dbe7f7;
	--color-top-link-active: #f9a17e;
	--color-top-text: #dedede;

	--color-logo: #91f9f0;
	--color-logo-text: #fff;
	--color-logo-text-active: #f9a17e;
	--color-logo-text-active: #f9a17e;

	/* Footer */
	--color-footer-copyright: #8F8F8F;
	--color-footer-border: #274873;
	--color-footer-background: #01172f;
	--color-footer-link: #dbe7f7;
	--color-footer-link-hover: #fff;
	--color-footer-header: #fff;
	--color-footer-text: var(--color-top-text);

	--color-pullout-background: rgb(242, 241, 237);

	--check-back: #fff;
	--check-back-disabled: #eee;
	--check-border: #cdcdcd;
	--check-back-checked: #222;
	--check-border-checked: #222;
	--color-breadcrumb-link: #707070;

	--tab-back-active: transparent;
	--tab-border-active: #d7d7d7 #d7d7d7 #f5f5f5 #d7d7d7;
	--tab-border-hover: transparent;
	--tab-color: #656565;
	--tab-active: #222;

	--btn-primary-bg: #f57165;

	--color-link: #117F97;
	--color-link-hover: #B2502A;

	--input-border: #ced4da;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	color: var(--color-link);
}
a:hover,
a:active {
	/*filter: brightness(var(--hover-brightness));*/
	color: var(--color-link-hover);
	outline: 0;
	text-decoration: underline;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	color: inherit;
}
button,
input {
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
label {
	font-weight: bold;
}
label .required {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: 400;
	color: rgba(200, 0, 0, 0.4);
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	padding: 0.25em 0.45em 0.25em 0.45em;
	line-height: 1;
	white-space: nowrap;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	width: 1.25em;
	overflow: hidden;
	text-shadow: none;
	/*float: right;*/
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	text-align: right;
	position: relative;
}

label .required:before {
	content: "\273D";
	margin-right: 0.5em;
}

.form-group.focused label .required,
.form-group label:focus .required,
.form-group label:hover .required,
.form-group:focus label .required,
.form-group:hover label .required {
	width: 7.25em;
	background: rgba(200, 0, 0, 0.7);
	color: #fff;
}

body,
html {
	height: 100%;
	background: var(--color-background);
}
html {
	font-family: sans-serif;
	font-size: 0.9em;
	font-size: 15px;
}
body {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--color-text);
	text-rendering: optimizeLegibility;
}
a {
	transition: all 0.2s ease;
	text-decoration: none;
	/*color: var(--color-link);
	text-decoration: none;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);*/
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style: disc;
	margin: 0 0 0 2em;
}
ul li {
	margin: 0.5em 0;
}
ol {
	list-style: decimal;
	margin: 0 0 0 2em;
}
ol li {
	margin: 0.5em 0;
}
iframe {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
p {
	margin: 1em 0;
}
hr {
	clear: both;
	height: 1px;
	background: #ddd;
	margin: 2em 0;
	border: none;
}
abbr {
	border-bottom: 1px dotted #333;
}
dfn {
	font-style: italic;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 1em 2em;
}
img {
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: var(--font-header);*/
	font-weight: 600;
	color: var(--color-header);
	margin: 1em 0;
	line-height: 1.3em;
}
h2 {
	font-size: 2em;
	font-weight: 400;
}
h3 {
	font-size: 1.4em;
	font-weight: 400;
}
h4,
h5,
h6 {
	font-size: 1.1em;
}
blockquote {
	padding: 0 2.5em;
	color: #888;
	position: relative;
	font-style: italic;
	margin: 1.5em 0;
}
blockquote:before {
	content: '\201C';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3em;
	font-weight: 500;
	line-height: 1;
}
blockquote:after {
	content: '\201D';
	position: absolute;
	bottom: -0.5em;
	right: 0;
	font-size: 3em;
	font-weight: 500;
	line-height: 1;
	text-align: bottom;
}
pre {
	font-family: var(--font-monospace);
	color: #555;
	margin: 1em 0;
	padding: 1em;
	font-size: 0.85em;
	line-height: 1.95em;
	word-wrap: break-word;
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	border: 1px solid #d7d7d7;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}
body .wikipage pre,
body .wikipage .pre,
.pre {
	background-color: #fff;
}
code,
tt {
	border: 1px solid #d7d7d7;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
	font-family: var(--font-monospace);
	font-size: 0.91em;
	padding: 0.2em 0.4em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}

figure {
	text-align: center;
	border: 1px solid #f1f1f1;
	margin: 1em 0;
	display: table;
}
figcaption {
	background-color: #f9f9f9;
	text-align: left;
	margin: 0;
	padding: 1em;
	font-size: 0.85em;
	color: #737373;
	display: table-caption;
	caption-side: bottom;
}

fieldset legend {
	font-weight: bold;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
.table caption,
table caption {
	caption-side: top;
	padding: 0.75rem;
}
.table-bordered caption {
	border: 1px solid #dee2e6;
	border-bottom: none;
}

ul.nav {
	margin-left: 0;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-clip: padding-box;
	cursor: pointer;
	background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='64px' height='48px' viewBox='0 0 64 48' enable-background='new 0 0 64 48' xml:space='preserve'><path fill='rgb(120, 120, 120)' d='M13.5,18.4c0,0.6,0.2,1.2,0.7,1.7c0.4,0.5,1,0.7,1.6,0.7H48c0.6,0,1.2-0.2,1.6-0.7c0.4-0.5,0.7-1,0.7-1.6 c0-0.7-0.2-1.3-0.6-1.7l-16.1-16c-0.5-0.5-1-0.7-1.7-0.7c-0.7,0-1.2,0.2-1.6,0.7l-16.1,16C13.7,17.2,13.5,17.8,13.5,18.4L13.5,18.4z M13.5,29.5c0,0.7,0.2,1.3,0.6,1.7l16.1,16c0.5,0.5,1,0.7,1.7,0.7s1.2-0.2,1.7-0.7l16.1-16.1c0.4-0.4,0.6-1,0.6-1.7 c0-0.6-0.2-1.1-0.7-1.6c-0.4-0.5-1-0.7-1.6-0.7H15.7c-0.6,0-1.1,0.2-1.6,0.7C13.7,28.3,13.5,28.8,13.5,29.5L13.5,29.5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right center;
	background-position: 95.2% 50%;
	background-position: calc(100% - 0.6em) 50%;
	background-size: 1.1em auto;
	padding-right: 2em;
}

.alert-warning {
	background-color: #FDF6EA;
	color: #93640A;
}
.alert-info {
	background-color: #EEF8FF;
	color: #032574;
}

#outer-wrap {
	display: flex;
	flex-flow: column;
	min-height: 100%;
}

#top {
	background-color: var(--color-top-background);
	position: sticky;
	top: 0;
	border-bottom: 6px solid transparent;
	z-index: 999;
	transition: 0.2s all;
	opacity: 1 !important;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
#top.sticky {
	background-color: var(--color-top-background);
	border-bottom: 6px solid #fff;
	box-shadow: rgba(0, 0, 0, .03) 0 4px 16px, rgba(0, 0, 0, .05) 0 10px 20px;
	opacity: 1 !important;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
/*#top h2 {
	color: var(--color-top-header);
}*/
#authbar {
	background: #c5dfb8;
	background: linear-gradient(-45deg, rgba(245,242,176,1) 0%, rgba(205,233,221,1) 100%);
}

/* [!] Header */
#masthead {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    font-size: 1.2rem;
    background-color: var(--color-top-background) !important;
    border-radius: 1rem;
}
#masthead:before,
#masthead:after {
	display: table;
	content: "";
	line-height: 0;
}
#masthead:after {
	clear: both;
}
#masthead .header-container {
    background: inherit;
	position: relative;
	-webkit-transition: ease height 300ms;
	transition: ease height 300ms;
	height: 100%;
}
#masthead h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-style: normal;
	font-size: 1.5em;
	font-weight: 600;
}
#masthead h1 svg {
	fill: currentColor;
	height: 1.75em;
	margin-right: 0.2em;
}
#masthead a {
	text-decoration: none;
}
#masthead h1 a {
	color: var(--color-logo);
	display: block;
	padding: 0;
}
#masthead h1 a span {
	color: var(--color-logo-text);
	font-size: 1.2rem;
	/*font-weight: bold;*/
}
#masthead h1 a:hover span,
#masthead h1 a:focus span {
	text-decoration: none;
	border: none;
	color: var(--color-logo-text-active);
}
#masthead .btn {
	font-size: 90%;
	color: var(--color-top-link);
}

/* Ensure navbar remains visible and solid */
.navbar {
	background-color: var(--color-top-background) !important;
	opacity: 1 !important;
	position: relative;
	z-index: 998;
}

.navbar-default {
	background-color: var(--color-top-background) !important;
	border-color: var(--color-top-background) !important;
	opacity: 1 !important;
}

.navbar-fixed-top {
	background-color: var(--color-top-background) !important;
	opacity: 1 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user-avatar-container {
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.user-avatar-container img {
	height: 100%;
}
.user-header {
	text-align: center;
}
.user-header,
.user-footer {
	padding: 1em;
}
.user-body {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	list-style: none;
}
.user-body li {
	border-top: 1px solid rgba(0, 0, 0, .125);
	margin: 0;
}
.user-body a {
	display: block;
	border: none;
	padding: 0.5rem 1rem;
}
.user-menu .user-name {
	margin: 0.5em 0 0 0;
}
.user-menu .user-email {
	font-size: 85%;
	color: #656565;
}
.dropdown-menu-lg {
	width: 250px;
}

/* [!] Menu */
#nav a {
	color: var(--color-top-link);
}
#nav a:hover,
#nav a:focus {
	color: var(--color-top-link-active);
}
#nav .nav-item {
	position: relative;
	font-weight: 500;
	font-size: 90%;
}
#nav .nav-item > ul {
	position: absolute;
	top: 100%;
	margin: 0;
	min-width: 16em;
	padding: 0;
	background: var(--color-background);
	box-shadow: 0 1px 1px rgba(0,0,0,0.075),
				0 2px 2px rgba(0,0,0,0.075),
				0 4px 4px rgba(0,0,0,0.05);
	transition: all 0.2s ease-in;
	border-radius: 0;
	border: none;
	transform: translateY(20px);
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
	opacity: 0;
	display: block;
	visibility: hidden;
	border-radius: 0.25rem;
}
#nav .nav-item > ul ul {
	left: 100%;
	top: 0;
}
#nav .nav-item:hover > .dropdown-menu,
#nav .nav-item:focus > .dropdown-menu {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
#nav .nav-item:hover > ul:before,
#nav .nav-item:focus > ul:before {
	width: 100px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#nav .dropdown-toggle::after {
	border-top-color: #999;
}
#nav .nav-item {
	padding: 0 1rem;
	margin: 0;
}
#nav .nav-item>.nav-link {
	padding: 0;
	font-weight: 500;
}
/*#nav .active>.nav-link {
	color: var(--color-top-link-active);
}*/
#nav .nav-item .nav-item {
	margin: 0;
	padding: 0;
}
#nav .nav-item .nav-item .nav-link {
	padding: 0.5rem 1rem;
	color: var(--color-link);
}
#nav .nav-item .nav-item .nav-link:hover,
#nav .nav-item .nav-item .nav-link:focus {
	background-color: rgba(0, 0, 0, 0.1);
	color: var(--color-link-hover);
}

#nav>.nav>.nav-item>.separator {
	display: block;
	width: 5px;
	height: 5px;
	margin: 0.75em 0 0 0;
	background-color: var(--color-footer-border);
	border-radius: 50%;
}

#nav .mega-menu {
	width: 50vw;
}
#nav .mega-menu a {
	color: var(--color-link);
}
#nav .mega-menu a:hover,
#nav .mega-menu a:focus {
	color: var(--color-link-hover);
	text-decoration: underline;
}
#nav .mega-menu a.btn-outline-secondary:hover,
#nav .mega-menu a.btn-outline-secondary:focus {
	color: #fff;
	text-decoration: none;
}
#nav .mega-menu .row {
	padding: 2rem;
}
#nav .menu-header {
	font-size: 1.2em;
	font-weight: bold;
}

.notifications-dropdown .dropdown-item {
	width: 350px;
	white-space: inherit;
	font-size: 85%;
}
.notifications-dropdown .dropdown-item small {
	color: #656565;
}
.has-notices {
	position: relative;
}
.has-notices:after {
	content: '';
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #dc3546;
}
.btn-dismissall,
.has-notices .notifications-none {
	display: none;
}
.has-notices .btn-dismissall {
	display: inline-block;
}

#content .flex-column .nav-link {
	display: block;
	position: relative;
	padding: 1rem 0;
	margin: 0;
	text-decoration: none;
	color: var(--color-link);
	border: none;
}
#content .flex-column .nav-link:hover,
#content .flex-column .nav-link:focus {
	text-decoration: underline;
	border: none;
}
#content .flex-column {
	border-top: 1px solid #eee;
}
#content .flex-column .nav-item {
	border-bottom: 1px solid #eee;
	margin: 0;
}
#content .flex-column .active .nav-link {
	font-weight: bold;
}

#nav .active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 1rem;
	right: 1rem;
	height: 2px;
	background-color: var(--color-top-link-active);
}
#nav ul ul .active:after {
	left: 0;
	right: auto;
	height: 100%;
	width: 2px;
}

ol.breadcrumb {
	margin-left: 0;
	border-bottom: 1px solid #eee;
}
.breadcrumbs {
	margin: 0 0 2rem 0;
}
.breadcrumb {
	background: transparent;
	font-size: 85%;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #ccc;
	content: "\2022";
}
.breadcrumb a {
	color: var(--color-breadcrumb-link);
}

#content {
	flex-grow: 1;
	padding-bottom: 2em;
}

article {
	padding: 2rem 0 4rem 0;
}
.edit-controls + h2,
.alert>*:first-child,
article>*:first-child {
	margin-top: 0;
	padding-top: 0;
}
.alert>*:last-child,
article>*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.form-check {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
.form-check label {
	position: relative;
	display: inline-block;
	min-height: 1em;
	line-height: inherit;
	padding-left: 1.5em;
}
.form-check label:before,
.form-check label:after {
	position: absolute;
	content: "";
	display: inline-block;
}
.form-check label:before {
	margin-right: 0.5em;
	height: 1em;
	width: 1em;
	border: 2px solid var(--check-border);
	cursor: pointer;
	left: 0;
	top: 0.45em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	background-color: var(--check-back);
}
.form-check label:after {
	height: 0.3em;
	width: 0.6em;
	border-left: 2px solid var(--color-logo);
	border-bottom: 2px solid var(--color-logo);
	transform: rotate(-45deg);
	left: 0.2em;
	top: 0.7em;
}
.form-check input[type="radio"]+label:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.form-check input[type="radio"]+label:after {
	border: none;
	background-color: var(--color-logo);
	border-radius: 50%;
	height: 0.6em;
	top: 0.65em;
	left: 3px;
	height: 8px;
	width: 8px;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"] {
	position: absolute;
	top: 0.35em;
	left: 0;
	opacity: 0;
	margin: 0;
}
.form-check input[type="radio"]+label:after,
.form-check input[type="checkbox"]+label:after {
	content: none;
}
.form-check input[type="radio"]:checked+label:before,
.form-check input[type="checkbox"]:checked+label:before {
	background-color: var(--check-back-checked);
	border-color: var(--check-border-checked);
}
.form-check input[type="radio"]:checked+label:after,
.form-check input[type="checkbox"]:checked+label:after {
	content: "";
}
.form-check input[type="radio"]:focus+label:before,
.form-check input[type="checkbox"]:focus+label:before {
	outline: #3b99fc auto 5px;
}
.form-check input[type="radio"].readonly:checked+label:before,
.form-check input[type="checkbox"].readonly:checked+label:before {
	background-color: #999;
	border-color: #999;
}
.form-block {
	border: 1px solid var(--input-border);
	padding: 0.5em 1em;
	border-radius: 0.25em;
	margin: 0 0 1em 0;
	display: block;
}

.form-block .form-text {
	margin-left: 1.5em;
}

a.form-block {
	padding: 1em;
	text-align: center;
	text-decoration: none;
}

a.form-block:hover {
	border-color: var(--input-border);
}

a.form-block span {
	font-size: 3em;
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}

/* [!] Footer */
#footer {
	background-color: var(--color-footer-background);
	color: var(--color-footer-text);
	margin: 0;
	padding: 2rem 0;
	font-size: 0.9em;
	/*border-top: 1px solid #e9e9e9;*/
}
#footer .logo {
	color: var(--color-logo);
}
#footer .logo svg {
	height: 2.75rem;
}
#footer h3 {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	position: relative;
	color: var(--color-footer-header);
}
#footer h3.sr-only {
	margin: 0;
	padding: 0;
}
#footer h3:after {
	content: '';
	width: 60px;
	height: 2px;
	background: var(--color-footer-border);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#footer svg {
	fill: currentColor;
	width: 45px;
}
#footer a {
	color: var(--color-footer-link);
}
#footer a:focus,
#footer a:hover {
	color: var(--color-footer-link-hover);
}
#footer ul {
	list-style: none;
	margin: 0;
}
#footer li {
	padding: 0.3em 0;
	margin: 0;
}
#footer .col *:first-child {
	margin-top: 0;
	padding-top: 0;
}
#footer .col *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer .copyright .separator {
	/*color: var(--color-footer-copyright);*/
	border-top: 2px solid var(--color-footer-border);
}
#footer .copyright .col-md-3 {
	border-right: 2px solid var(--color-footer-border);
}
#footer .social {
	font-size: 1.2em;
	margin-bottom: 0;
}
#footer .social a {
	display: inline-block;
	border: none;
	text-decoration: none;
	margin: 0 1em 0 0;
}

/* Character counter */
.char-counter-wrap {
	position: relative;
	display: block;
}
.form-inline .char-counter-wrap {
	display: inline-block;
}
.char-counter {
	display: none;
	padding: 0.2em 0.3em;
	margin: 0;
	font-size: 0.75em;
	line-height: 1;
	border-radius: 0 0 0.25em 0.25em;
	background-color: rgba(150, 150, 150, 0.2);
	margin: 0.75em 0 0 0;
	color: #656565;
	position: absolute;
	top: 100%;
	right: 0;
}
.char-counter-focus .char-counter {
	display: block;
}

/* Highlighted section */
.highlighted {
	background-color: #fff;
}

.spinner-border {
	display: none;
}
[data-loading] .spinner-border,
.processing .spinner-border {
	display: inline-block;
}
[data-loading] .fa,
.processing .editicon {
	display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #222;
	background-color: #eee;
}

/* Cards*/
.card {
	border-radius: 0.75rem;
	border: 2px solid rgb(236, 236, 236);
}
.card-header {
	background: #F6F8FA;
}
.card-container {
	margin: 0;
	text-align: center;
}
.card-help {
	background-color: rgb(242, 241, 237);
}
.card-danger {
	border-color: var(--color-danger);
}
.card-title {
	font-size: 1.2em;
	font-weight: normal;
}
details summary {
	cursor: pointer;
}

.carousel {
	padding-bottom: 2em;
}
.carousel-indicators li {
	background-color: #000;
}
@media (max-width: 768px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}
	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
	color: #656565;
	font-size: 1.5em;
}
.carousel .carousel-control-next {
	right: -1.5em;
}
.carousel .carousel-control-prev {
	left: -1.5em;
}
/*
@media (min-width: 768px) {
	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33.333%);
	}
	.carousel-inner .carousel-item-left.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33.333%);
	}
}
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
	transform: translateX(0);
}


@media (min-width: 768px) and (max-width: 991px) {
	.carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -50%;
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) {
	.carousel-item {
		margin-right: 0;
	}
	.carousel-inner .active+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	.active.carousel-item-left+.carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left+.carousel-item,
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	.active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right+.carousel-item,
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 768px) {
	.carousel-inner .active+.carousel-item+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}
@media (min-width: 991px) {
	.carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		transition: none;
	}
	.carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}*/

.list-group {
	border-radius: 0.75rem;
	border: 1px solid rgb(236, 236, 236);
}
.list-group-item {
	border-color: rgb(236, 236, 236);
}

.row + .row {
	margin-top: 30px;
}
section.divider {
	padding: 2rem 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid transparent;
}
section.divider>*:first-child {
	margin-top: 0;
	padding-top: 0;
}
section.divider>*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.error-page {
	text-align: center;
}
.error-page h2 {
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.hide,
.hidden {
	display: none !important;
}

ul.pagination {
	margin: 0;
}

@media (min-width: 776px) {
	#masthead {
		padding: 1rem 1rem;
	}
	#masthead.fixed {
		position: fixed;
		top: 0;
		box-shadow: 0 1px 1px rgba(0,0,0,0.075),
					0 2px 2px rgba(0,0,0,0.075),
					0 4px 4px rgba(0,0,0,0.05);
	}

	#top .top-inner {
		padding-top: 1px;
	}
	#top section {
		margin-top: 15%;
	}
}
.list-group {
	margin-left: 0;
}
.text-sm {
	font-size: 85%;
}
.modal {
	padding-right: 0px !important;
}
@media (max-width: 576px) {
	.modal-dialog.modal-dialog-slideout {
		width: 80%
	}
}
.modal-header {
	background-color: var(--color-footer-background);
	color: var(--color-footer-text);
}
.modal-header h3,
.modal-header h2,
.modal-header .close {
	color: var(--color-footer-text);
}
.modal-title {
	margin-top: 0;
	color: var(--color-footer-text);
}
.modal-dialog-slideout {
	min-height: 100%;
	margin: 0 0 0 auto;
	background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(200%, 0);
	transform: translate(200%, 0);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	flex-flow: column;
}
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-content,
.modal-dialog-slideout .modal-footer {
	border-radius: 0;
}
.modal-dialog-slideout .modal-content {
	border: 0;
	min-height: 100%;
}
.btn-primary {
	border-color: transparent;
	background: var(--btn-primary-bg);
	/*background: linear-gradient(90deg, #f89575, #f57165 100%);*/
}
.btn-outline-primary {
	border-color: var(--btn-primary-bg);
	color: var(--btn-primary-bg);
}
.btn-outline-secondary {
	border-color: #ced4da;
}

.nav-tabs li,
.nav-pills li {
	margin: 0;
}
.nav-pills .nav-link {
	border-bottom: 2px solid transparent;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	color: var(--tab-color);
	border-radius: 0;
}
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
	color: var(--tab-active);
	background-color: var(--tab-back-active);
	border-color: var(--navtab-border-active);
}
.nav-pills .nav-link:hover {
	color: var(--link-hover);
	border-color: var(--navtab-border-hover);
}
.nav-pills {
	border-bottom: 1px solid var(--tabs-border);
}

body .ui-tooltip {
	border: none;
	color: #ededed;
	font-size: 0.8em;
	padding: 0.5em 0.7em;
	background: #333;
	background: rgba(0, 0, 0, 0.8);
	line-height: 1.2;
}

body .ui-tooltip.ui-widget-shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* File drop */
.dropzone {
	background: rgba(0, 0, 0, 0.01);
	border: 2px dashed rgba(0, 0, 0, 0.1);
	padding: 0;
	text-align: center;
	color: #bbb;
	font-size: 1em;
	border-radius: 0.25em;
}

.dropzone.has-advanced-upload {
	background-color: #f3f8fd;
	position: relative;
	padding: 1em;
	text-align: center;
}

.dropzone.is-dragover {
	outline-offset: -20px;
	outline-color: #E3F3F7;
	background-color: #fff;
}

.dropzone.has-advanced-upload input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.dropzone.has-advanced-upload label {
	max-width: 80%;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	font-size: 0.85em;
	margin: 0;
	color: #475a63;
}

.dropzone .dropzone__dragndrop {
	display: none;
}

.dropzone.has-advanced-upload .dropzone__dragndrop {
	display: inline;
}

[data-mode=dark] .dropzone.has-advanced-upload {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

[data-mode=dark] .dropzone.has-advanced-upload label {
	color: #999;
}

/* Print styles */
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	body {
		margin: 0;
		padding: 0;
		height: 100%;
		overflow: auto;
		background: #fff;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
