.nav-link {
	cursor:pointer;
}

.nav-tabs .nav-link {
	color: #495057;
}

.navbar {
  margin-bottom: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.navbar-brand > span {
	font-size: 1.5rem;
}

#navbar-brand-items {
	display: flex;
	flex-wrap: nowrap;
}

#header-navbar > .navbar-nav {
	flex-wrap: wrap;
}

#header-searchbar {
	flex-wrap: nowrap;
}

@media (min-width: 992px) {
	#loggedout {
		margin-top: 100px;
		margin-bottom: 100px;
	}	
}

.table-responsive {
	@min-width (min-width: 992px) {
		display: inline-table;
	}
}

.datatables-header-button {
	color: white;
	font-size: 1.5rem;
	padding: 0 .5rem;
}

.datatables-header-button:hover {
	color: white;
	font-size: 1.5rem;
	padding: 0 .5rem;
	cursor: pointer;
}
/*
table.dataTable th {
	background: #343a40;
}
*/
table.dataTable th div {
	min-width: 100px;
}

table.dataTable .container-fluid {
	box-sizing: border-box;
}

table.dataTable th .select2-container {
	min-width: 100px;
}

.page-item.active .page-link {
	z-index: auto;
}

div.dataTables_wrapper div.dataTables_info {
	font-weight: normal;
	padding-top: 0;
}

table.datatable th input[class*="datatable-search-input"] {
	box-sizing: border-box;
}

table.datatable th input[class*="datatable-search-date"] {
	box-sizing: border-box;
	width: auto;
}

.nav.application-head li {
	margin-right: .5rem;
}

table.dataTable th .dataTables_length .select2 {
	float: left;
	margin-right: 5px;
}

@media (max-width: 991px) {
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: flex-start;
	}
}

@media (min-width: 992px) {
	#div-login {
		margin-top: 100px;
	}
}

table.dataTable .options-table {
	font-size: 1em;
	color: black;
	text-decoration: none;
	padding: 0 0.2em;
}

.options-link {
	font-size: 1em;
	color: black;
	text-decoration: none;
	padding: 0 0.2em;
}

.options-link:hover {
	color: black;
}

.black-link {
	color: black;
	text-decoration: none;
}

.black-link:hover {
	color: black;
	text-decoration: none;
}

.table.datatable {
	width: 100% !important;
}

.table.datatable td {
	word-wrap: break-word;
    overflow-wrap: break-word;
}

.list-group-item.list-group-item-sm {
	padding: .25rem .50rem;
}

.line-through {
	text-decoration:line-through;
}

.select2-container {
	width: auto !important;
	flex-grow: 100;
	display: block;
	max-width: 100%
}

.select2-results__option {
	color: initial;
}

.alert {
	word-wrap: break-word;
}

div.dataTables_wrapper {
	padding-right: 0;
	padding-left: 0;
}

.artikelzustand-1 {
	background-color: #0ead00;
}
.artikelzustand-2 {
	background-color: Yellow;
}
.artikelzustand-3 {
	background-color: Red;
}
.artikelzustand-4 {
	background-color: #0080C0;
}
.artikelzustand-6 {
	background-color: Blue;
	color: white;
}
.artikelzustand-7 {
	background-color: #804000;
}
.artikelzustand-8 {
	background-color: Violet;
}
.artikelzustand-9 {
	background-color: Black;
	color: white;
}
.artikelzustand-10 {
	background-color: #F7A281;
}
.artikelzustand-12 {
	background-color: #804000;
	color: white;
}
.modal-xl {
	max-width: 1500px;
}

.modal-xxl {
	max-width: 1500px;
	max-height: 1000px;
}
.modal-xxl .modal-body {
    max-width: 100%;
    overflow-x: auto;
}

@media (max-width: 991px) {
	.modal-sm-xxl {
		max-width: 1500px;
		max-height: 1000px;
	}
	.modal-sm-xxl .modal-body {
		max-width: 100%;
		overflow-x: auto;
	}
}

@media (max-width: 1199px) {
	.modal-md-xxl {
		max-width: 1500px;
		max-height: 1000px;
	}
	.modal-md-xxl .modal-body {
		max-width: 100%;
		overflow-x: auto;
	}
}

.scoll-tree {
    /*width:5000px;*/
}

li > span > div > .datatables-column-search-input {
	display: none;
}

.popover {
    max-width: 600px;
}

div.form-validation-error {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
	display: block;
}

i.disabled {
	padding: 0 0.2em;
	color: grey;
}

table.dataTable i.disabled {
	padding: 0 0.2em;
	color: grey;
}

.datatable-search-toggler {
	font-size: 2em;
	color: white;
	text-decoration: none;
}

.datatable-search-toggler:hover {
	font-size: 2em;
	color: white;
	text-decoration: none;
}

@media (max-width: 767px) {
	table.dataTable table { 
		display: block; 
	}
	table.dataTable thead { 
		display: block; 
	}
	table.dataTable tbody { 
		display: block; 
	}
	table.dataTable th { 
		display: block; 
	}
	table.dataTable tr { 
		display: block; 
	}
	table.dataTable td {
		display: block; 
		border-top: 0;
	}
	table.dataTable td::before {
	  padding-right: 1rem;
	  content: attr(data-coltitle)":";
	  word-break: break-word;
	}
	table.dataTable .options-table {
		font-size: 2em;
		text-decoration: none;
		padding: 0 0.5em;
	}
	table.dataTable .datatable-searchbar {
		/*display: none;*/
	}
}

@media (min-width: 768px) and (max-width: 1300px) {
	/*
	table.dataTable table { 
		display: block; 
	}
	table.dataTable thead { 
		display: block; 
	}
	table.dataTable tbody { 
		display: block; 
	}
	table.dataTable th { 
		display: block; 
	}
	table.dataTable tr { 
		display: block; 
	}
	table.dataTable td {
		display: block; 
		border-top: 0;
	}
	table.dataTable td::before {
	  padding-right: 1rem;
	  content: attr(data-coltitle)":";
	  word-break: break-word;
	}
	*/
	table.dataTable .options-table {
		font-size: 1.5em;
		text-decoration: none;
		padding: 0 0.5em;
	}
	table.dataTable .datatable-searchbar {
		/*display: none;*/
	}
}

.cordova-app {
	display: none;
}

.camera-upload-row {
	background: #f7f7f7;
	color: #4d4d4c;
	padding: 10px;
	margin-top: 15px;
	font-weight: bold;
}

.remove-camera-file {
	color: #4d4d4c;
	text-decoration: none;
}

.remove-camera-file:hover {
	color: #4d4d4c;
	text-decoration: none;
}

.jFiler-input-button {
	display: none !important;
}

.jFiler-theme-default .jFiler-input {
	margin: 0px;
}

select[readonly].select2+.select2-container {
  pointer-events: none;
  touch-action: none;
}

.custom-control-2x {
	min-height: 2.5rem;
}

.custom-control-label-2x::before {
	width: 2rem;
	height: 2rem;
}

.custom-control-label-2x::after {
	width: 2rem;
	height: 2rem;
}