@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
}


html, body {
	background-color: #FFF;
}


header {
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	float:left;
	height: 60px;
	z-index:20;
	background-color: #820f14;
	color: #FFF;
	filter: drop-shadow(0 0 1rem #000);
}

header h1 {
	float:left;
	padding: 10px;
	font-size: 1em;
	margin-top: 10px;
}

header h1 img {
	margin-top: -10px;
}

@media (min-width: 50rem) {
	header h1 {
		font-size: 2em;
		margin-top: 0px;
	}

	header h1 img {
		margin-top: 0px;
	}
}

#headerghost {
	width: 100%;
	float:left;
	height: 60px;
}

#menuBurger {
	background: url(../images/menu_burger.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 26px 26px;
	width: 40px;
	height: 40px;
	margin: 10px;
	float:left;
	cursor: pointer;
	background-color:#EEE;
	border-radius: 4px;
}
#menuBurger:hover {
	background-color:#999;
}

#userBurger {
	background-image: url(../images/icons/user_w.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-size: 26px 26px;
	border: 1px solid #FFF;
	width: 40px;
	height: 40px;
	margin: 10px;
	right: 0px;
	cursor: pointer;
	border-radius: 20px;
	overflow: hidden;
	position: absolute; 
	z-index: 22;
}
#userBurger img {
	float:left;
	margin: 0;
	width: 40px;
	height: 40px;
  	object-fit: cover;
}

#userBurger:hover {
	background-image: url(../images/icons/user.png);
	background-color:#EEE;
	color: #333;
}

.userBurgerOpen {
	background-image: url(../images/icons/user.png) !important;
	background-color:#EEE !important;
	color: #333  !important;
}

h1 {
	font-weight: 400;
	font-size: 2.2em;
}

h2 {
	margin-bottom: 0.3em;
	font-weight: 400;
	font-size: 1.8em;
}

h2 span {
	font-weight: 300;
}

h3 {
	text-transform: uppercase;
	margin-bottom: 0.3em;
	font-weight: 400;
	font-size: 1.3em;
}


a {
	cursor: pointer;
	color: #820f14;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: #820f14;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

section {
	width: 100%;
	position: relative;
	padding: 1em 3% 60px 3%;
	clear: both;
	float:left;
	color: #444444;
}

body section:last-child {
	border-bottom: 0px;
}
	
footer {
	padding: 0.6em 3%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background-color: #820f14;
	width: 100%;
	height: 40px;
	top: auto;
	filter: drop-shadow(0 0 1rem #000);
	z-index: 19;
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	color: #CCCCCC;
}

footer a:active {
	color: #CCCCCC;
}

.menu {
	background-color: #EEEEEE;
	width: 0px;
	max-width: 300px;
	position: absolute;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	top: 60px;
	z-index:10;
	display:none;
	filter: drop-shadow(0 0 0.5rem #999);
}

.menu a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	padding: 1em 5%;
	margin: 0px 5px 0px 0px;
	color: #820f14;
}	

.menu a:hover {
	color: #EEE;
	background-color: #820f14; 
}	

.usermenu {
	background-color: #EEEEEE;
	width: 95%;
	max-width: 200px;
	position: fixed;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	top: 60px;
	right: 0;
	z-index:10;
	display: none;
	filter: drop-shadow(0 0 0.3rem #999);
}

.usermenu p {
	display: block;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	padding: 1em 5% 0.8em 5%;
	margin: 0px 5px 0px 0px;
	text-align:right;
}	

.usermenu a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 1em 5%;
	margin: 0px 5px 0px 0px;
	color: #820f14;
	text-align:right;
}	

.usermenu a:hover {
	color: #EEE;
	background-color: #820f14; 
}	

#submenu {
	position: fixed;
	top:60px;
	left: 0px;
	width: 100%;
	float:left;
	height: 60px;
	z-index:9;
	padding: 0.65em;
	background-color: #DDD;
	color: #820f14;
	filter: drop-shadow(0 0 0.5rem #000);
}

#submenughost {
	width: 100%;
	float:left;
	height: 60px;
}

.submenubutton {
	display: block-inline;
	float:left;
	background-color: #820f14;
	height: 40px;
	width: auto;
	padding: 0.3em;
	border-radius: 3px;
	margin: 0 0.65em 0 0;
	cursor: pointer;
}

.submenubutton:hover {
	background-color: #590b0f;
}

.submenubutton img {
	height: 2em;
	width: auto;
	float:left;
}
.submenubutton span {
	color: #FFF;
	padding: 0.3em 0.5em;
	float: right;
	font-weight: 400;
	display:none;
}

@media (min-width: 64rem) {
	.submenubutton span {
		display: block;
	}
}

@media (min-width: 80rem) {
	.menu {
		width: 300px;
		display: block;
		height: 100%;
		top: 0px;
		position: fixed;
		border-bottom: 0px;
	}
	
	.menu a {
		padding: 0.5em 5%;
	}
	
	.menu a:first-child {
		margin-top: 70px;
	}
	
	.usermenu a:first-child {
		margin-top: 10px;
	}
	
	#menuBurger {
		display: none;
	}
	
	section, #submenu {
		padding-left: 330px;
	}
}


#dialogs {
	visibility: hidden;
	display: none;
}

/* Column */
		
[class^=col-] {
	float:left;
	margin: 0;
	padding: 0.4em 1.2em;
	width: 100%;
}

[class^=col-]:first-child {
	padding-top: 1em;
}
	
[class^=col-]:last-child {
	padding-bottom: 1em;
}

@media (min-width: 56rem) {
	[class^=col-]:first-child {
		padding-left: 0;
		padding-top: 0.4em;
	}
	
	[class^=col-]:last-child {
		padding-right: 0;
	}

	.col-1 {
		width: 100%;
	}
	
	.col-2 {
		width: 50%;
	}
	
	.col-3 {
		width: 33.3333%;
	}
	
	.col-4 {
		width: 25%;
	}
	
	.col-5 {
		width: 20%;
	}
	
	.col-6 {
		width: 16.6666%;
	}
}

p {
	margin: 0.3em 0;
}

.content p {
	float: left;
	clear: both;
}


.loading {
	width:24px;
	height:24px;
	float:left;
	display: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="time"], input[type="color"], input[type="tel"], input[type="number"], select, textarea {
    width: 300px;
    background-color: #FFF;
    border: 2px solid #820f14;
    padding: 10px;
    height: 50px;
    font-size: 24pt;
    outline: 0px;
    color: #820f14;
    float: left;
	clear: both;
	filter: drop-shadow(0 0 0.2rem #999);
	margin: 0 0.3em 0.3em 0;
	-webkit-appearance: none;
	border-radius: 0;
}

input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"]
{
    background-color: #DDD;
}

input[type="time"] {
	width: 160px;
	padding: 5px 10px;
}

select {
	padding: 0 10px;
}

textarea {
	width: 100%;
	height: 200px;
	resize: none;
}

input[type="button"], input[type="submit"] {
	padding: 5px 20px;
    border: 2px solid #820f14;
	background-color: #980915;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14pt;
	outline: 0px;
	float: left;
	margin: 0 0.3em 0.3em 0;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="button"]:active, input[type="submit"]:active {
	background-color: #590b0f;
	color: #FFFFFF;
}

input[type="date"] {
	padding: 4px 10px;
}

.input_file {
	display: none;
}

.checkbox {
	float: left;
	margin: 0.3em 1%;
	width: 100%;
}

.checkbox label {
	margin-left: 10px;
}


.fadedButton {
	background-color: #DDDDDD !important;
	color: #666666 !important;
    border: 2px solid #666666 !important;
}

.fadedButton:active {
	background-color: #999999 !important;
	color: #EEEEEE !important;
    border: 2px solid #EEEEEE !important;
}


.ui-dialog input[type="text"], .ui-dialog input[type="password"], .ui-dialog input[type="date"], .ui-dialog input[type="email"], .ui-dialog input[type="time"], .ui-dialog input[type="number"], .ui-dialog select, .ui-dialog textarea {
	width: 250px;
}

.ui-dialog input[type="submit"] {
	float: right;
}

.ui-dialog {
	filter: drop-shadow(0 0 0.8rem #000);
}

#noticeArea {
	z-index: 130;
	position: fixed;
	right: 5%;
	top: 80px;
	width: auto;
	max-width: 90%;
}

.notify {
	display:none;
	float:right;
	clear: both;
	padding:0;
	width: 100%;
	margin: 5px auto;
	filter: drop-shadow(0 0 0.2rem #000);
	background-color: #EEE;
	border-radius: 5px;
}

.noticeBody {
	display:table-row;
}

.notify p {
	display:table-cell;
	padding: 1em 0;
	vertical-align: middle;
}

.notify .ui-icon {
	margin: 0 1em;
	line-height: 1em;
	background-image: url(./images/ui-icons_980915_256x240.png);
}


.notify .closeBtn {
	float:right;
	text-align: right;
	padding: 0.2em 0.5em 0 1em;
	vertical-align: top;
}

.notify .ui-icon-close {
	margin: 0;
	background-color: #999;
	border-radius: 8px;
	background-position: -80.5px -128.5px;
	background-image: url(./images/ui-icons_FFFFFF_256x240.png);
	cursor: pointer;
}
.notify .ui-icon-close:hover {
	background-color: #980915;
}

.notifyInfo {
	background-color: #e1ffe1;
}

.notifyError {
	background-color: #fef5f5;
}

@media (min-width: 56rem) {
	
	#noticeArea {
		top: 80px;
		right: 3%;
		width: auto;
		max-width: 94%;
	}
	
	.notify {
		width: auto;
	}
	
	.ui-dialog {
		width: 500px !important;
	}
	
	.ui-dialog[aria-describedby="view_event_dialog"], .ui-dialog[aria-describedby="view_globaltext_dialog"], .ui-dialog[aria-describedby="view_globaltexts_dialog"] {
		width: 95% !important;
		max-width: 1000px;
	}
	
	.ui-dialog input[type="text"], .ui-dialog input[type="password"], .ui-dialog input[type="date"], .ui-dialog input[type="email"], .ui-dialog input[type="time"], .ui-dialog select, .ui-dialog textarea {
		width: 450px;
	}
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.space {
	clear: both;
	width: 100%;
	height: 20px;
	display:block;
}

.smalliconbutton {
	display: block-inline;
	float:left;
	background-color: #820f14;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	margin: 4px;
	cursor: pointer;
	text-align: center;
}

.smalliconbutton:hover {
	background-color: #590b0f;
}

.smalliconbutton img {
	height: 24px;
	width: 24px;
	margin-top: 3px;
}

.hiddenOnSmall {
	display: none;
}

.nothing {
	float:left;
	clear: both;
}

.form_row {
	float:left;
	clear: both;
	margin-bottom: 0.5em;
	width: 100%;
}

.form_label {
	float:left;
	clear: both;
	margin-left: 0.3em;
	font-weight: 400;
}

.clickTable {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

.clickTable tr td {
    padding: 0.5em;
    font-size: 1.2em;
    color: #5A5A5A;
}

.tableWithPhoto tr td {
	padding: 0 0.5em !important;
}

.tableWithPhoto tr:first-child td {
    padding: 0.5em !important;
}

.clickTable tr:first-child td {
    font-size: 1.2em;
    color: #878787;
    background-color: #FFFFFF;
}

.clickTable {
	cursor:pointer;
}

.clickTable tr:hover td {
    background-color: #980915 !important;
    color: #FFFFFF !important;
}

.clickTable tr:first-child:hover td{
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
}

.clickTable tr:nth-child(even) {
    background-color: #DDDDDD;
}

.clickTable tr:nth-child(odd) {
    background-color: #EEEEEE;
}

.noClickTable {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

.noClickTable tr td {
    padding: 0.5em;
    font-size: 1.2em;
    color: #5A5A5A;
}

.noClickTable tr:first-child td {
    font-size: 1.2em;
    color: #878787;
    background-color: #FFFFFF;
}

.noClickTable tr:hover td {
}

.noClickTable tr:first-child:hover td{
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
}

.noClickTable tr:nth-child(even) {
    background-color: #DDDDDD;
}

.noClickTable tr:nth-child(odd) {
    background-color: #EEEEEE;
}


.amountTable  {
    float: left;
    border-collapse: collapse;
    clear: both;
}

.amountTable tr td {
    padding: 0.2em 0.7em;
    font-size: 1.2em;
    color: #5A5A5A;
}

.amountTable tr:first-child td {
    font-size: 1.2em;
    color: #444;
    background-color: #FFFFFF;
}

.amountTable tr:hover td {
}

.amountTable tr:first-child:hover td{
    color: #444 !important;
    background-color: #FFFFFF !important;
	cursor:default;
}

.amountTable tr:nth-child(even) {
    background-color: #f3f3f3;
}

.amountTable tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.tableTitleInactive {
    color: #878787;
    cursor: pointer;
}
.tableTitleInactive:hover {
    color: #555555;
}
.tableTitleActive {
    color: #333333;
	float:left;
    cursor: pointer;
}
.tableTitleActive:hover {
    color: #555555;
}
.tableArrow {
	font-size: 8pt;
	margin-left: 5px;
	margin-top:7px;
	color: #333333;
	float:left;
}

.fullsize_search {
	width: 100%;
	background-color: #FAFAFA;
	height: 250px;
	float:left;
	text-align: center;
	color: #AAA;
}
.fullsize_search h2{
	margin-top: 100px;
}

.fullsize_search p {
	text-align: center;
	width: 100%;
}

.commentTable {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}
.commentTable tr td {
    padding: 0.2em;
    font-size: 0.8em;
    color: #5A5A5A;
}

.commentTable tr:first-child td {
    font-size: 0.9em;
    color: #878787;
    background-color: #FFF;
}

.commentTable tr:first-child:hover td{
    color: #878787 !important;
    background-color: #FFFFFF;
	cursor:default;
}

.commentTable tr:nth-child(even) {
    background-color: #DDDDDD;
}

.commentTable tr:nth-child(odd) {
    background-color: #EEEEEE;
}

#error {
	color: #980915;
}

.error {
	color: #980915 !important;
}

.italic {
	font-style: italic;
}

.smalltext {
	font-size: 12pt !important;
}

.userPhoto {
	border-radius: 50%;
  	object-fit: cover;
  	width: 200px;
  	height: 200px;
	float:left;
	clear: both;
}

.smallUserPhoto {
  	object-fit: cover;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float:left;
	clear: both;
	margin: 3px 5px 3px 3px;
}

h3 .ui-icon {
	margin: 0,1em;
	line-height: 2em;
	background-image: url(./images/ui-icons_FFFFFF_256x240.png);
	background-color:  #980915;
	border-radius: 50%;
	cursor: help;
}
.hiddenHelp {
	border: 1px #999 solid;
	float: left;
	max-width: 100%;
	padding: 0.3em 0.4em;
	margin: 0.2em;
	clear: both;
	display: none;
	background-color: #e1ffe1;
	border-radius: 5px;
	font-size: 0.9em;
}

.membersList {
	border-top: 1px #999 solid;
	float:left;
	max-width: 600px;
	width: 100%;
	clear: both;
}
.membersList div {
	display: block;
	width: 100%;
	float:left;
}

.membersList div:nth-child(even) {
    background-color: #DDDDDD;
}

.membersList div:nth-child(odd) {
    background-color: #EEEEEE;
}

.membersList div p {
	clear:none !important;
}
.ui-autocomplete {
	z-index: 110 !important;
}
#selectedUsers {
	display: none;
}
#selectedUsers div {
	display: block;
	width: 100%;
	float:left;
}

#selectedUsers div:nth-child(even) {
    background-color: #DDDDDD;
}

#selectedUsers div:nth-child(odd) {
    background-color: #EEEEEE;
}
.noUserPhoto {
	display: block; 
	width: 200px; 
	height: 200px; 
	float: left; 
	margin: 3px 5px 3px 3px; 
	border-radius: 50%; 
	background-color: #cccccc;
	color: #FFFFFF;
	text-align: center;
	font-size: 5.5em;
	line-height: 200px;
}

.noPhotoSmall {
	display: block; 
	width: 40px; 
	height: 40px; 
	float: left; 
	margin: 3px 5px 3px 3px; 
	border-radius: 50%; 
	background-color: #FEFEFE;
	color: #999999;
	text-align: center;
	font-size: 1.1em;
	line-height: 40px;
}

.removeUserFromListBtn {
	float: right !important;
	padding: 5px 8px;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.removeUserFromListBtn:hover {
	background-color: #666666;
	color: #FFFFFF;
}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    padding: 0;
    filter: invert(1);
}

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 50px;
  float: right;
  margin-right: 10px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 20px;
}

input:checked + .slider {
  background-color: #980915;
}

input:checked + .slider:before {
  transform: translateX(22px);
}

.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}

#actionButtons
{
	float:left;
	width: 100%;
	margin-top: 40px;
}

#checkForUpdateChangeLog {
	display: none;
	padding: 5px;
	border: 1px solid #999;
	background-color: #EAEAEA;
}
#checkForUpdateChangeLogTitle, #checkForUpdateLoading, #install_latest_version_button, #checkForUpdateResult, #doUpdateLoading, #updateProgressLog, #updateProgressTitle {
	display: none;
}

#updateProgressLog {
	padding: 5px;
	border: 1px solid #999;
	background-color: #EAEAEA;
	float:left;
	width: 100%;
}

#updateProgressLog p {
	float:left;
	width: 100%;
	font-style: italic;
}


.upload_button {
	padding: 5px 20px 5px 10px;
	cursor: pointer;
	font-size: 14pt;
	outline: 0px;
	float: left;
	margin: 0 0.3em 0.3em 0;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
    border: 2px solid #AA182C;
	background-color: #AA182C;
	color: #FFFFFF;
	margin-right: 0px;
}

.upload_button .ui-icon {
	margin-right: 10px;
}

.dragBox {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 222px;
	color: #999;
	border: 2px dashed #ccc;
	display: inline-block;
	transition: transform 0.3s;
}


.file_upload_field 
{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	cursor: pointer;
}

.draging {
  transform: scale(1.1);
}

#submit_upload {
	display: none;
}

#preview img {
	border-radius: 50%;
  	object-fit: cover;
  	width: 460px;
  	height: 460px;
  	display: block;
}

.previewLoginBackgroundImage {
	max-width: 350px;
	max-height: 350px;
}

.line {
	display: block;
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #999;
}

.bigbutton {
	display: block-inline;
	background-color: #820f14;
	padding: 1em;
	border-radius: 7px;
	margin: 2em 1em 0em 0em;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	float: left;
	width: 100%;
	max-width: 400px;
}

.bigbutton:hover {
	background-color: #590b0f;
}

.bigbutton p {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	float: none;
}

.bigbutton img {
	height: 5em;
	width: auto;
}