.plankton_input_group_field[rel="resource_kind"]
{
	display: none;
}
html
{
	background-color: hsl(0, 0%, 12.5%);
	color: hsl(0, 0%, 100%);
	font-family: sans-serif;
}

header
{
	background-color: hsl(0, 0%, 25%);
	/*
	border-bottom: 2px solid #888;
	padding-bottom: 16px;
	 */
	margin-bottom: 16px;
}

nav > ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav > ul > li
{
	display: inline-block;
	margin: 8px;
	padding: 8px;
}

a
{
	padding: 8px;
	text-decoration: none;
	color: hsl(0, 0%, 87.5%);
}

a:hover
{
	color: hsl(0, 0%, 100%);
	border-bottom: 2px solid hsl(0, 0%, 100%);
	transition: 1s ease color;
}

input,select,textarea
{
	padding: 4px;
}

button
{
	padding: 8px;
	text-transform: uppercase;
	cursor: pointer;
}

input,select,textarea,button
{
	background-color: hsl(0, 0%, 0%);
	color: hsl(0, 0%, 100%);
	border: 1px solid hsl(0, 0%, 75%);
	margin: 4px;
	border-radius: 2px;
}
#calendar_add .plankton_input_group_field[rel="attributed"] > .plankton_input_list > .plankton_input_list_elements > .plankton_input_list_element
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#calendar_add .plankton_input_group_field[rel="attributed"] > .plankton_input_list > .plankton_input_list_elements > .plankton_input_list_element > .plankton_input_list_element_input > .plankton_input_group
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#event_add .plankton_input_group_field[rel="begin"] > .plankton_input_group
,
#event_add .plankton_input_group_field[rel="end"] > .plankton_input_soft_container > .plankton_input_soft_core_wrapper > .plankton_input_group
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#event_edit .plankton_input_group_field[rel="begin"] > .plankton_input_group
,
#event_edit .plankton_input_group_field[rel="end"] > .plankton_input_soft_container > .plankton_input_soft_core_wrapper > .plankton_input_group
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#overview-head
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
}

#overview-body
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#overview-body #overview-pane-left
{
	flex-grow: 0;
	flex-shrink: 1;
}

#overview-body #overview-pane-right
{
	flex-grow: 1;
	flex-shrink: 1;
}

@media all and (max-width: 950px)
{
	#overview #overview-pane-left
	{
		flex-basis: 0%;
	}

	#overview #overview-pane-left > *
	{
		display: none;
	}

	#overview #overview-pane-right
	{
		flex-basis: 100%;
	}

	#overview #overview-pane-right-listview {}
	#overview #overview-pane-right-weekview {display: none;}
}

@media not all and (max-width: 950px)
{
	#overview #overview-pane-left
	{
		flex-basis: 12.5%;
	}

	#overview #overview-pane-right
	{
		flex-basis: 87.5%;
	}

	#overview #overview-pane-right-listview {display: none;}
	#overview #overview-pane-right-weekview {}

}
.plankton_input_group_field {
	margin-bottom: 8px;
}

.plankton_input_group_field_label {
	display: block;
	font-weight: bold;
	font-size: 0.8em;
}

.plankton_input_soft_container > * {
	display: inline-block;
}

.plankton_input_soft_setter {
	margin-right: 8px;
}

.plankton_input_soft_inactive {
	display: none !important;
}

.plankton_input_group {
	margin-left: 24px;
}

.plankton_input_list_element > *
{
	display: inline-block;
}

.plankton_input_list_element > .plankton_input_list_element_input > .plankton_input_group > *
{
	display: inline-block;
}

.plankton_input_group_field textarea
{
	min-width: 350px;
	min-height: 200px;
}

.plankton_input_soft_setter
{
	vertical-align: top;
}
.listview-add
{
	/*
	text-transform: capitalize;
	 */
}

.listview-add-hidden
{
	display: none;
}

.listview-entries
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.listview-entry
{
	background: hsl(0,0%,25%);
	padding: 12px;
	border-radius: 4px;
	margin: 12px;
	cursor: pointer;
}

.listview-entry-name
{
	font-weight: bold;
	font-size: 1.25em;
}

.listview-entry-label
{
	font-weight: bold;
}

.listview-entry-label::before
{
	content: "[";
}

.listview-entry-label::after
{
	content: "] ";
}

.listview-entry-field-empty {
	display: none;
}

.listview-entry-field:not(:last-child)
{
	margin-bottom: 16px;
}
.sources
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.75em;
}

.sources-entry
{
	margin: 8px;
	padding: 4px;
}

.sources-entry-head
{
	cursor: pointer;
}

.sources-entry-body
{
	display: block;
	transition: max-height ease 0.5s;
}

.sources-entry-body > ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 8px;
	margin-bottom: 8px;
}

.sources-entry-body > ul > li
{
	/*
	display: block;
	 */
	margin-top: 8px;
	cursor: pointer;
}

.sources-entry:not(.sources-entry-open) > .sources-entry-head {}
.sources-entry:not(.sources-entry-open) > .sources-entry-body {max-height: 0; overflow: hidden;}

.sources-entry.sources-entry-open > .sources-entry-head {}
.sources-entry.sources-entry-open > .sources-entry-body {max-height: 240px; overflow: auto;}

.sources-entry-hidden
{
	filter: saturate(0);
}
.weekview-controls
{
	margin-bottom: 12px;
	text-align: center;
}

.weekview-control
{
	margin: 0 12px;
}

.weekview-table table
{
	width: 100%;
	border-collapse: collapse;
}

.weekview-cell
{
	border: 1px solid hsl(0,0%,37.5%);
	padding: 8px; 
	vertical-align: top;
}

.weekview-cell-day
{
	width: 13.5%;
}

.weekview-cell-week
{
	width: 5.5%;
}

.weekview-cell-regular
{
	width: 13.5%;
	height: 120px;
	
	cursor: copy;
}

.weekview-cell-today
{
	outline: 2px solid hsl(0, 0%, 100%);
}

.weekview-cell-hidden
{
	display: none;
}

.weekview-day
{
	font-size: 0.75em;
	cursor: help;
}

.weekview-events
{
	margin: 0; padding: 0;
	list-style-type: none;
}

.weekview-event_entry
{
	margin: 4px;
	padding: 4px;
	border-radius: 2px;
	font-size: 0.75em;
	color: #FFF;
	font-weight: bold;
	
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	min-width: 75px;
	word-wrap: anywhere;
}

.weekview-event_entry.access_level-none
,
.weekview-event_entry.access_level-view
{
	/*
	cursor: default;
	 */
	cursor: pointer;
}

.weekview-event_entry.access_level-edit
,
.weekview-event_entry.access_level-admin
{
	cursor: pointer;
}
