/* Navigation */
.navigation-background {
	position: fixed;
	top: 0;
	bottom:	0;
	left: 0;
	width: 180px;
	background-color: hsl(23, 8%,79%);
	border-right: 1px solid rgb(181, 181, 181);
	box-shadow: inset -2px 0 10px rgb(192, 188, 186);
}

.accordion-title,
.nav-group-item {
	border-left: 5px solid rgb(181, 181, 181);
}

.accordion-title {
	background-color: rgb(239, 239, 239);
}

.tiny-icon {
	width: 16px;
	height: 16px;
	vertical-align: sub;
	margin: 0 3px;
}
.nav-group-item {
	display: block;
	padding: 5px;
	background-color: rgb(219, 219, 219);
	border-top: 1px solid rgb(181, 181, 181);
	position: relative;
}

.nav-label {
	cursor: pointer;
}

.nav-group-item:hover {
	box-shadow: 0 0 5px rgb(200, 200, 200);
}

.app-title-section > .accordion-title:hover  {
	border-left: 5px solid rgb(237, 139, 0);
}

.nav-group-item:hover,
.nav-group-item.active {
	background-color: hsl(23, 8%, 89%);
	border-left: 5px solid rgb(237, 139, 0);
}

.nav-group-item:hover:after,
.nav-group-item.active:after {
	display: block;
	content: '';
	height: 100%;
	width: 1px;
	background-color: hsl(23, 8%, 89%);
	position: absolute;
	right: -1px;
	top: 0;
}

.accordion-item:hover,
.accordion-item.is-active {
	background-color: hsl(23, 8%, 89%);
}

.accordion-item:hover > a,
.accordion-item.is-active > a {
	border-left: 5px solid rgb(32, 140, 163);
}

#nav .accordion li {
	border-bottom: 1px solid rgb(181, 181, 181);
	list-style-type: none;
}

.span-label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	display: inline-block;
}

.panel-content {
	background-color: white;
	border: 1px solid rgb(190, 190, 190);
	box-shadow: 0 0 10px rgb(200, 200, 200);
}

.top-bar-section ul li:hover:not(.has-form) > a {
	color: rgb(237, 139, 0);
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    color: rgb(237, 139, 0);
    font-weight: bold;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: none;
	/* text-decoration: underline; */
}

table {
	border: 0;
	/* margin: 1.25rem -1.25rem; */
}

form {
	margin: 0;
}

.input-group-label {
	width: auto;
}

.tiny {
	font-size: 0.9rem!important;
}

.very.tiny {
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	margin-bottom: 0;
}

.filter,
.reset,
.export {
	border-radius: 5px 2px 5px 2px;
}

.filter,
.filter:hover,
.filter:focus,
.filter:active,
.filter:disabled {
	background-color: rgb(237, 139, 0 );
}

.reset:hover,
.reset:focus,
.reset:active,
.reset:disabled,
.reset,
.export:hover,
.export:focus,
.export:active,
.export:disabled,
.export {
	background-color: rgb(99, 102, 106);
}

.filter:focus,
.reset:focus,
.export:focus {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgb(50, 50, 50);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgb(50, 50, 50);
	outline: 0;
}

button:hover:not([disabled]),
.button:hover:not([disabled]),
.zselect ul li:hover {
	/* font-weight: bold!important; */
	opacity: 0.9;
}

button:active {
	font-weight: normal!important;
}

a,
.link {
	color: rgb(237, 139, 0);
	text-decoration: none;
	line-height: inherit;
}
.link:hover,
.link:focus,
a:hover,
a:focus {
	color: rgb(99, 102, 106);
}

input[type="range"] {
	vertical-align: middle;
	padding: 0;
	width: 100%;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 0.8rem 0;
}

label.middle {
	margin: 0;
}

.no-z-index {
	z-index: inherit;
}

@media screen and (min-width: 64em) {
	.off-canvas-content {
		box-shadow: none;
	}
}

/* Style des Eingabefeldes für Block Elemente nachahmen */
.input-style-list {
	background-color: rgb(255, 255, 255);
	font-family: inherit;
	border: 1px solid rgb(204, 204, 204);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875rem;
}
.input-style-item {
	padding: 0.5rem;
	height: 2.215rem!important;
}

/* Dropdown Menu */

.dropdown.menu > li.is-active > a {
  background-color: FloralWhite;
}

.dropdown.menu .menu .is-active > a {
  background-color: FloralWhite;
}

.dropdown .is-dropdown-submenu a:hover {
  background-color: FloralWhite;
}

.is-dropdown-submenu {
  background-color: #FFF;
}

.is-dropdown-submenu-item {
  border-bottom: 1px solid #cacaca;
}

.is-dropdown-submenu-item:last-child {
	border-bottom: none;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.2rem;
  line-height: 1.5rem;
}

.dropdown.menu > li > a {
	background-color: #ECECEC;
	color: rgb(237, 139, 0);
	border: 1px solid lightgrey;
	padding: 0.3em 0.5em 0.1em 0.5em;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	line-height: 1;
	vertical-align: baseline;
	margin: 2px 0;
	box-sizing: content-box;
	min-height: 1.2em;
}

.dropdown.menu img {
	position: relative;
	top: -2px;
}
