.no-display {
	display: none;
}

.display {
	display: ;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: sans-serif;
}

td, th {
	/* vertical-align: top; */
}

* {
	margin: 0;
	padding: 0;
}

body > .standard-head {}
body > .standard-content { height: calc(100% - 40px); overflow: auto; margin: 0;}
body > .standard-footer { background: darkslateblue; color: white; }

.text-align-right {
	text-align: right;
}

.desktop {
	display: none !important;
}

.info {
	font-weight: bold;
	text-align: center;
	color: white;
	border-radius: 0px;
}

.taskReminder {
	background: cornsilk;
	font-weight: bold;
	text-align: center;
	color: black;
	border-radius: 0px;
}

#hideMenu {
	height: 40px;
}

#hideMenu > * {
	width: 100%;
	height: 40px;
	border: 0;
	background: white;
	font-size: x-large;
	border: 1px solid darkslateblue;
	border-top: 2px solid darkslateblue;
}

.standard-info {
	text-align: center;
}

.standard-login input {
	width: calc(100% - 4px);
}

.standard-login {
	padding: 5px;
	bottom: 50%;
    position: fixed;
    width: 100%;
}

.standard-login .standard-head {
	background: darkslateblue;
	text-align: center;
	color: white;
}

.standard-login-table {
	table-layout: fixed;
	width: 100%;
}

#login-button {
	width: 50%;
	min-width: 80px;
}

body {
	background: #8e9eab;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body > .standard-menu-div {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

body > .standard-menu-div > .standard-menu {
	height: 100%;
    width: 100%;
}

body > .standard-menu-div > .standard-menu > div {
    height: 100%;
    min-height: 30px;
    border-bottom: 0;
}

body > .standard-menu-div > .standard-menu > div button {
    width: 100%;
    height: 100%;
    min-height: 40px;
    background: white;
    border: 1px solid darkslateblue;
    border-radius: 0;
	border-bottom: 0;
    text-align: center;
    font-size: x-large;
    white-space: nowrap;
    color: darkslateblue;
    cursor: pointer;
}

body > .standard-menu-div > .standard-menu > div:last-of-type * {
	outline: unset;
}

#cusercontent {
	display: flex;
	flex-wrap: wrap;
}

#cusercontent > div {
	width: calc(100% - 10px);
	margin: 5px;
}

#cusercontent div table {
	width: calc(80%) !important; 
	height: calc(80%) !important; 
	left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    position: relative;
}

#cusercontent img {
	max-height: 250px;
	max-width: 100%;
	vertical-align: middle;
}

#cusercontent .imgWrapper {
	text-align: center;
}

#cusercontent .info-entry {
	display: flex;
	flex-wrap: wrap;
}

#cusercontent .info-entry-content {
	width: calc(50% - 10px);
	margin: 5px;
	word-wrap: break-all;
}

.actions {
	display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
}

.actions .user-info {
	width: 100%;
}

.changelog {
	width: calc(100% - 12px);
    border: 1px solid white;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 1s, height 2s;
    background: darkslateblue;
    position: fixed;
    bottom: 0;
    margin-bottom: 5px;
}

.changelog .name {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	white-space: nowrap;
	color: white;
	cursor: pointer;
}

.site-normal-entry {
	width: calc(100% - 12px);
	border: 1px solid white;
	border-radius: 0px;
    background-repeat: no-repeat;
	background-size: cover;
	transition: width 1s, height 2s;
	margin: 5px;
	padding: 2px;
	background: darkslateblue;
}

.site-normal-entry .name {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	white-space: nowrap;
	color: white;
	cursor: pointer;
}

.site-normal-entry form {
	height: 100%;
	border-radius: 0px;
}

.site-normal-entry table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-spacing: 4px;
}

.site-normal-entry button {
	width: 100%;
	height: 100%;
	min-height: 15px;
    border-radius: 0px;
    background: cornsilk;
    color: black;
    padding: 8px;
    font-weight: bold;
    border: 1px solid;
}

.site-normal-entry button:disabled {
	color: darkgrey;
}

.site-normal-entry input {
	width: calc(100% - 18px);
	border-radius: 0px;
	border: 1px solid;
	padding: 8px;
	min-height: 15px;
	background: white !important;
}

.site-normal-entry textarea {
	width: calc(100% - 6px);
	resize: none;
	border-radius: 0px;
	border: 1px solid;
	padding: 2px;
	min-height: 15px;
}

.site-normal-entry select {
	width: calc(100%);
	border-radius: 0px;
	border: 1px solid;
	padding: 8px;
	min-height: 15px;
}

.site-normal-entry .selectInAction {
	width: calc(50% - 6px) !important;
    float: right;
    margin: 10px;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    height: 35px;
    font-size: medium;
	background-color: cornsilk;
	font-weight: bold;
}

.site-normal-entry .selectInForm {
	width: calc(100% - 20px); 
	margin: 10px;
	margin-bottom: 0;
	height: 30px;
	font-size: larger;
}

.users {
	display: grid;
	border-radius: 0px;
}

.user {
	border-radius: 0px;
    background-repeat: no-repeat;
	background-size: cover;
	transition: width 1s, height 2s;
	background-color: black;
}

.user .name {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	white-space: nowrap;
	color: white;
	cursor: pointer;
	background: darkslateblue;
}

.user form {
	height: 100%;
	margin: 10px;
	border-radius: 0px;
}

.user table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-spacing: 5px;
}

.user button {
	width: calc(100%);
	height: 100%;
	min-width: 15px;
	min-height: 120px;
    border-radius: 0px;
    background: white;
    color: black;
    padding: 2px;
    font-weight: bold;
    border: 1px solid;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
}

.user button div {
	width: 100%;
	height: 100%;
	background: darkslateblue;
	color: white;
	font-weight: bold;
	opacity: 0;
	transition: opacity .6s linear;
}

.user button:hover div {
	opacity: 1;
}

.user input {
	width: calc(100% - 6px);
	border-radius: 0px;
	border: 1px solid;
	padding: 2px;
	min-height: 15px;
}

.user textarea {
	width: calc(100% - 6px);
	resize: none;
	border-radius: 0px;
	border: 1px solid;
	padding: 2px;
	min-height: 15px;
}

.user select {
	width: calc(100%);
	border-radius: 0px;
	border: 1px solid;
	padding: 2px;
	min-height: 15px;
}

.event img {
	height: 15px;
    vertical-align: middle;
}

.events {
	display: flex;
	flex-wrap: wrap;
	border-radius: 0px;
}

.event {
	width: calc(100% - 2px);
	border-radius: 0px;
    background-repeat: no-repeat;
	background-size: cover;
	transition: width 1s, height 2s;
	background-color: black;
}

.event .name {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	white-space: nowrap;
	color: white;
	cursor: pointer;
}

.event .status {
	height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px outset;
	white-space: nowrap;
	color: white;
}

.events .event-info {
	display: flex;
	flex-wrap: wrap;
}

.events .event-info-entry-warning {
	width: calc(100% - 2px);
	border: 1px outset white;
	text-align: center;
	word-break: break-word;
	background: lemonchiffon;
}

.events .event-info-entry-date {
	width: calc(50% - 2px);
	border: 1px outset white;
	text-align: center;
	word-break: break-word;
}

.events .event-info-entry-date h2 {
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: rgba(255, 255, 255, 0);
}

.events .event-info-entry-time {
	width: calc(50% - 2px);
	border: 1px outset white;
	text-align: center;
	word-break: break-word;
}

.events .event-info-entry-attendeeCount {
	width: calc(100% - 2px);
	border: 1px outset white;
	text-align: center;
	word-break: break-word;
}

.events .event-info-entry-plaetzeCount {
	width: calc(100% - 2px);
	border: 1px outset white;
	text-align: center;
	word-break: break-word;
}

.events .event-info-entry-time h2 {
	background-image: url(../images/clock.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: rgba(255, 255, 255, 0);
}

.events .event-info-entry-desc {
	width: calc(100% - 2px);
	border: 1px outset white;
	height: calc(100% - 2px);
}

.events p {
	font-size: large;
    align-items: center;
    align-content: center;
    height: 90%;
    padding: 5px;
}

.events h2 {
	color: white;
    text-align: center;
    height: 10%;
}

.events .attendee {
	width: calc(100% - 12px);
	border: 1px outset white;
	border-radius: 0px;
	margin: 5px;
	background: darkgreen;
    color: white;
    text-align: center;
}

.events .no-attendee {
	width: calc(100% - 12px);
	border: 1px outset white;
	border-radius: 0px;
	margin: 5px;
	background: darkred;
	color: white;
    text-align: center;
}

.events .attendees {
	width: calc(100% - 2px);
	border: 1px outset white;
	display: flex;
    flex-flow: wrap;
}

.events h1 {
	width: 100%;
    text-align: center;
    color: white;
}

.events h2 {
	width: 100%;
    text-align: center;
    color: white;
}

.events .event-interactions {
	width: 100%;
}

.events .event-interactions input {
	height: 24px;
	border: 1px outset white;
	width: calc(100% - 2px);
}

.events .event-interactions button {
	width: 50%;
	border: 1px outset white;
	padding: 15px;
}

.events .event-interactions #actions {
	display: flex;
}

.events .event-interactions .applied {
	background-image: url(../images/applied.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.events .event-interactions .apply {
	background-image: url(../images/like.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.events .event-interactions .apply:hover {
	background-image: url(../images/applied.png);
}

.events .event-interactions .refused {
	background-image: url(../images/refused.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.events .event-interactions .refuse {
	background-image: url(../images/dislike.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.events .event-interactions .refuse:hover {
	background-image: url(../images/refused.png);
}

.tasks {
	display: flex;
	flex-wrap: wrap;
	border-radius: 0px;
}

.task {
	width: calc(100% - 2px);
	border-radius: 0px;
    background-repeat: no-repeat;
	background-size: cover;
	transition: width 1s, height 2s;
	background-color: black;
}

.task .name {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	white-space: nowrap;
	color: white;
	cursor: pointer;
}

.task .status {
	height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px outset;
	white-space: nowrap;
	color: white;
}

.tasks .task-info {
	display: flex;
	flex-wrap: wrap;
}

.tasks .task-info-entry-date {
	width: calc(50% - 2px);
	border: 1px outset white;
	height: calc(100% - 2px);
	text-align: center;
}

.tasks .task-info-entry-date h2 {
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: rgba(255, 255, 255, 0);
}

.tasks .task-info-entry-time {
	width: calc(50% - 2px);
	border: 1px outset white;
	height: calc(100% - 2px);
	text-align: center;
}

.tasks .task-info-entry-time h2 {
	background-image: url(../images/clock.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: rgba(255, 255, 255, 0);
}

.tasks .task-info-entry-desc {
	width: calc(100% - 2px);
	border: 1px outset white;
	height: calc(100% - 2px);
}

.tasks p {
	font-size: large;
    align-items: center;
    align-content: center;
    height: 90%;
    padding: 5px;
}

.tasks h2 {
	color: white;
    text-align: center;
    height: 10%;
}

.tasks .attendee {
	width: calc(50% - 12px);
	border: 1px outset white;
	border-radius: 0px;
	margin: 5px;
	background: darkgreen;
    color: white;
    text-align: center;
}

.tasks .no-attendee {
	width: calc(50% - 12px);
	border: 1px outset white;
	border-radius: 0px;
	margin: 5px;
	background: darkred;
	color: white;
    text-align: center;
}

.tasks .attendees {
	width: calc(100% - 2px);
	border: 1px outset white;
	display: flex;
    flex-flow: wrap;
}

.tasks h1 {
	width: 100%;
    text-align: center;
    color: white;
}

.tasks h2 {
	width: 100%;
    text-align: center;
    color: white;
}

.tasks .task-interactions {
	width: 100%;
}

.tasks .task-interactions input {
	height: 24px;
	border: 1px outset white;
	width: calc(100% - 2px);
}

.tasks .task-interactions button {
	width: 50%;
	border: 1px outset white;
	padding: 15px;
}

.tasks .task-interactions #actions {
	display: flex;
}

.tasks .task-interactions .completed {
	background: rgba(0, 100, 0);
}

.tasks .task-interactions .complete {
	background: rgba(0, 100, 0, 0.3);
}

.tasks .task-interactions .complete:hover {
	background: rgba(0, 100, 0);
}

.tasks .task-interactions .uncompleted {
	background: rgba(139, 0, 0);
}

.tasks .task-interactions .uncomplete {
	background: rgba(139, 0, 0, 0.3);
}

.tasks .task-interactions .uncomplete:hover {
	background: rgba(139, 0, 0);
}

.tasks .task-interactions .begun {
	background: rgba(255, 140, 0);
}

.tasks .task-interactions .begin {
	background: rgba(255, 140, 0, 0.2);
}

.tasks .task-interactions .begin:hover {
	background: rgba(255, 140, 0);
}

body > .standard-footer {  
    align-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    background: darkslateblue;
    color: white; 
    margin-bottom: 30px;
    bottom: 0;
    float: left;
}

.fs {
	transition: width 1s, height 2s;
	width: calc(100% - 2px);
}

/*Desktop*/
@media only screen and (min-width: 900px) {
    .content {
    	max-height: unset;
    }

    .users {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 6px;
		padding: 6px;
    }

    .content div {
		visibility: hidden;
    }
}

/*Handy*/
@media only screen and (max-width: 900px) {
    .content {
    	max-height: 0;
    }

    .users {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 6px;
    }
}

.content {
	background-color: buttonface;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	width: calc(100%);
	overflow: hidden;
    transition: all 1s cubic-bezier(0.32, 0.13, 0, 1.13);
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.content:hover div {
	visibility: visible;
}

.name {
	user-select: none;
	padding: 2px;
}

.hasBackground {
	color: #666666 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
}

.wrapper {
	width: calc(100% - 8px);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.unselected {
	background: white;
	color: #666666;
}

.selected {
	background: darkslategrey;
	color: white;
}

.selectInAction {
	width: calc(50% - 6px) !important;
    float: right;
    margin: 10px;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    height: 30px;
    font-size: larger;
}

.message {
    z-index: 4;
    display: none;
}

.balance {
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	font-weight: bold;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.under-zero {
	color: red;
}

.above-zero {
    color: green;
}	