@charset "UTF-8";

.navigation li.logout {
	position: absolute;
	right: 0;
}

.main {
	padding: 14px;
}

.modal {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	padding: 45px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow-y: auto;
}

.modal-close {
	color: black;
	font-size: 16px;
	height: 19px;
	position: absolute;
	right: 5px;
	top: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.navigation {
	font-size: 0;
	padding: 0;
	border-bottom: 1px solid lightgrey;
	background: #dddddd;
}

.navigation li {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddd;
	position: relative;
}

.navigation li:first-child {
	margin-left: -1px;
}

.navigation li:hover {
	border: 1px solid #0000A6;
	background: #7373FF;
}

.navigation li.selected {
	background: white;
	border-right: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
}

.navigation li.selected:after {
	position: absolute;
	display: block;
	background: white;
	left: 0;
	top: 100%;
	height: 2px;
	width: 100%;
	content: "";
}

.navigation li a {
	text-decoration: none;
	color: black;
	padding: 7px 14px;
	display: block;
}

.content, .utilities {
	border: 2px solid lightgrey;
	box-shadow: 1px 1px 4px lightgrey;
	padding: 7px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 14px;
}

.utilities {
	width: 33%;
	float: right;
}

.utilities ~ .content {
	width: 66%;
	float: left;
}

.main > h1 {
	font-size: 1.5em;
}

.content > h1, .content > h2, .utilities > h1, .utilities > h2 {
	margin-top: 0;
}

.content > h2, .utilities > h2 {
	background: #dddddd;
	border: 7px solid #dddddd;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 7px;
	font-size: 1em;
	color: #a0a0a0;
	font-weight: normal;
	text-shadow: -1px -1px 0px #969696, 1px 1px 0px #fff;
}

h2:first-child {
	margin-top: -7px;
}

input[type="submit"], a[data-handle="modal"], .modal-close, .button, .select .image {
	border: 1px solid #dddddd;
	border-radius: 3px;
	display: block;
	margin: 5px 0;
	padding: 3px;
}

.button {
	color: black;
	float: left;
	text-decoration: none;
}

a[data-handle="modal"], .modal-close, .select .image {
	background: white;
	color: #0000A6;
	text-decoration: none;
}

a[data-handle="modal"]:hover, .modal-close:hover {
	background: #7373FF;
	border-color: #7373FF;
}

input, textarea, select {
	margin: 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3px;
	width: 100%;
}

input[type="text"], input[type="password"], input[type="checkbox"], .cke.cke_chrome, textarea, .radio input, select {
	border: 1px solid #7AA600;
	box-shadow: 0 0 5px 0 #CCFF40;
}

select {
	display: block;
	width: 100%;
}

input[type="checkbox"] {
	width: auto;
	margin: 0 10px;
}

input[type="checkbox"] + span, label, input[type="file"] {
	color: grey;
}

input.error {
	border: 1px solid #FF2300;
	box-shadow: 0 0 5px 0 #BF4330;
}

textarea {
	display: block;
	max-width: 100%;
}

.form-errors {
	color: #FF5A40;
	font-style: italic;
}

input[type="submit"], .button {
	background: #DAFF73;
	width: auto;
}

input[type="submit"].absolute {
	position: absolute;
	left: 14px;
	bottom: 14px;
}

.space {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 0.7em;
	color: gray;
}

input[type="submit"]:hover, .button:hover {
	background: #BBFF00;
	border-color: #99BF30;
}

.box {
	background: white;
	padding: 14px;
	border: 1px solid #dddddd;
	margin-bottom: 14px;
	position: relative;
}

.paginate {
	float: right;
}

.paginate a {
	text-decoration: none;
	color: #0000A6;
}

.concerts .texts {
	margin-left: 20px;
}

.concerts h1, .concerts h2, .concerts h3, .concerts h4, .concerts h5, .concerts h6 {
	font-size: 1em;
}

.user p, .radio, .radio li {
	display: inline-block;
	margin: 0;
}

.users {
	margin-top: 20px;
}

.user p {
	width: 33%;
}

.radio {
	list-style: none;
	padding: 0;
}

.radio li * {
	width: auto;
	display: inline-block;
	margin-left: 5px;
}

.radio li input {
	margin-left: 15px;
}

.comma {
	display: inline-block;
}

.comma span:not(:last-child):after {
	content: ",";
}

.sortable {
	overflow: hidden;
	max-width: 100%;
	position: relative;
}

.sortable li {
	cursor: move;
	padding: 15px;
}

.clickable li {
	cursor: pointer;
	padding: 10px;
}

.sortable li, .clickable li {
	border-top: 1px solid grey;
	border-bottom: 1px solid lightgrey;
}

.layouts, .contents, .images {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 20%;
}

.layouts, .contents {
	padding: 0 15px;
}

.layouts ul, .contents ul {
	margin: 0;
}

.layouts ul li, .contents ul li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.images .clickable li {
	border: none;
	padding: 0;
}

.elements {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	border: 1px solid lightgrey !important;
	border-radius: 3px !important;
	width: 80% !important;
	min-height: 200px !important;
	overflow: hidden !important;
	position: relative !important;
}

.elements > * {
	cursor: move;
}

.layout {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid grey;
	padding: 5px;
}

.utilities ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.concerts a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gap {
	margin-top: 15px;
}

.tabs *[data-tab=header] {
	display: inline-block;
	cursor: pointer;
	color: #0000A6;
}

.tabs *[data-tab=header]:hover {
	color: #7373FF;	
}

.tabs *[data-tab=header]:not(:last-child) {
	border-right: 3px solid #0000A6;
	padding-right: 5px;
}

.select a {
	color: #7AA600;
	text-decoration: none;
}

.select a:hover {
	color: #DAFF73;
}

.select .image:hover {
	background: #DAFF73;
	border-color: #DAFF73;
}

.delete-button {
	margin-top: -38px;
}

/*
Primary Color: blau
0000FF	3030BF	0000A6	4040FF	7373FF
Secondary Color A: gruen
BBFF00	99BF30	7AA600	CCFF40	DAFF73
Secondary Color B: rot
FF2300	BF4330	A61700	FF5A40	FF8673
*/

.program-form ul {
	list-style: none;
	padding: 0;
}