:root {
	--theme-first-color: #333333;
	--theme-second-color: #0a1981;
	--theme-third-color: #415696;
	--theme-light-color: #b7b6b7;
	--theme-dark-color: black;
}

body {
	background-color: var(--theme-first-color);
	font-size: 20px;
	font-weight: 100;
	color: var(--theme-light-color);
	max-width: 1024px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
}

h1 {
	font-size: 2em;
	font-weight: 100;
	margin-bottom: 0.5em;
	color: var(--theme-light-color);
}

h2 {
	margin-bottom: 0.5em;
	font-size: 2em;
	color: var(--theme-light-color);
	font-weight: 400;
	text-transform: uppercase;
}

h3.editorTitle {
	color: var(--theme-second-color);
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
	color: var(--theme-light-color);
	font-weight: 400;
	text-transform: uppercase;
	font-weight: bold;
}

ul {
	padding-left: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

hr {
	border: solid var(--theme-dark-color) 5px;
	margin: 1em 0 1em 0;
}

.container {
	margin: 1em;
}

a {
	text-decoration: underline;
	color: var(--theme-light-color);
	transition: color 0.25s ease-in-out;
}

a:hover {
	text-decoration: underline;
	color: var(--theme-light-color);
}

input, select, a.button, textarea, .fileUploadLabel {
	border: 1px solid var(--theme-dark-color);
	margin: 0.5em 0 1.5em 0;
	width: 100%;
	border-radius: 5px;
	padding: 0.4em;
	background-color: white;
	color: var(--theme-dark-color);
	font-size: 1em;
}

.fileUploadLabel {
	margin-top: 0px!important;
}

a.button .notificationArea {
	background-color: red;
	color: white;
	padding: 5px 10px 5px 10px;
	margin-left: 10px;
	position: relative;
	border-radius: 10px;
	font-weight: bold;
}

label {
	font-weight: 400;
}

:disabled {
	border-color: var(--theme-third-color);
}

.disabledMessage {
	color: var(--theme-third-color);
}

input[type="submit"], a.button, .fileUploadLabel {
	background-color: var(--theme-dark-color);
	border: solid var(--theme-dark-color) 4px;
	color: white;
	transition: color,backgroundColor 0.5s ease-in-out;
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"]:hover,  a.button:hover, .fileUploadLabel:hover {
	background-color: white;
	color: var(--theme-dark-color);
	text-decoration: none;
}

input[type="submit"].red,  a.button.red, .fileUploadChanged {
	border: solid red 4px;
	background-color: red;
	color: white;
	text-decoration: none;
}

input[type="submit"].red:hover,  a.button.red:hover, .fileUploadChanged:hover {
	background-color: white;
	color: red;
	text-decoration: none;
}

input[type="submit"].blue,  a.button.blue {
	border: solid blue 4px;
	background-color: blue;
	color: white;
	text-decoration: none;
}

input[type="submit"].blue:hover,  a.button.blue:hover {
	background-color: white;
	color: blue;
	text-decoration: none;
}

input[type="submit"].yellow,  a.button.yellow {
	border: solid yellow 4px;
	background-color: yellow;
	color: black;
	text-decoration: none;
}

input[type="submit"].yellow:hover,  a.button.yellow:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}

input[type="submit"].highLight,  a.button.highLight {
	border: solid var(--theme-second-color) 4px;
	background-color: var(--theme-second-color);
	color: white;
	text-decoration: none;
}

input[type="submit"].highLight:hover,  a.button.highLight:hover {
	background-color: white;
	color: var(--theme-second-color);
	text-decoration: none;
}

input[type="checkbox"] {
	margin: 0.5em 0.25em 0.5em 0;
	width: auto;
}

p.offset {
	margin: 0.5em;
}

p.offset label {
	font-weight: 200;
}

.center {
	text-align: center;
}

p.previewData {
	opacity: 0.85;
	font-size: 1.2em;
	padding: 5px;
	margin-bottom: 5px;
}

p.small {
	font-size: 0.75em;
}

.fileUpload {
	position: relative;
	display: block;
	width: 400px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0.5em!important;
}

.fileUpload > label {
	margin-bottom: 0.5em;
}

.fileDelete {
	margin-bottom: 1em!important;
	margin-top: 0px;
}

.fileDelete input[type="checkbox"] + label {
	opacity: 0.3;
}

.fileDelete input[type="checkbox"]:checked + label {
	opacity: 1!important;
	color: red;
}

.fileDownload {
	position: relative;
	display: block;
	width: 400px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0.5em!important;
}

.fileUploadLabel {
  display: block;
  text-align: center;
}

.fileUploadInput {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}

.fileName {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: 300;
}

.imgPreview {
	margin-bottom: 0.5em;
}

.embedActive {
	background-color:var(--theme-third-color);
	padding: 1em 1em 1em 1em;
	border-radius: 5px;
	margin-bottom: 1.5em;
	display: none;
}

.embedActive label::before {
	content:"> ";
}

.fileUpload label::before {
	content:"";
}

.fileUpload label::before {
	color:inherit;
}

textarea {
	resize: vertical;
}

ul.subtitles {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 0.9em;
}

footer {
	padding: 8px;
	border-radius: 5px;
	background-color: var(--theme-third-color);
	position: fixed;
	bottom: 20px;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

#footerBar {
	margin-bottom: 4em;
}

#autoFilter {
	margin: 0px 0px 0.5em 0px;
}

a.button {
	cursor: pointer!important;
}

p.versionInfo {
	font-weight: bold;
	font-size: 0.75em;
	opacity: 0.5;
	text-align: center;
}

.pageButton {
	display: inline-block;
	padding: 8px;
	background-color: var(--theme-third-color);
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	margin: 4px;
}

.pageButtonActive {
	background-color: var(--theme-second-color);
}