.sidebar li img {
    width: 20px;
}

.btn-submit {
	height: 50px;
}

.js_einrichtung_gruppe_row table tr p {
	padding: 10px;
	background-color: #ddd;
}


table tr td.highlight {
	background-color: #ffff9f;
}

.header .header-left .logo img {
	max-height: 45px;
	max-width: 100%;
}

textarea.form-control {
	padding: 20px;
}

#permission-wrapper table tr td,
#permission-wrapper table tr th {
	font-size: 13.5px;
}

.login-wrapper .loginbox .login-right .logo {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
	.login-wrapper .loginbox .login-right .logo {
    	display: block;
	}
}

.sort tr td:first-child:hover { 
	cursor: move;
}

.site-overlay {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
}    

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

.bg-gray {
	background-color: #D3D3D3;
}

.bg-light-gray {
	background-color: #f2f3f1;
}

.site-overlay i {
    position: absolute;
    top: 40%;
    right: 48%;
    color: #fff;
}

.header .version {
	margin: 10px 0 0 20px;
	background: #fff;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 3px;
}


.login-bg {
	background-image: url(../img/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}


.login-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #313131, #313131);
    opacity: 0.7;
}

.login-bg .main-wrapper { 
	position: relative;
	z-index: 1;
}

.img-responsive { 
	width: 100%;
	max-width: 100%;
}

.margin-medium { 
	margin: 20px 0;
}

.content-center {
	text-align: center;
}

#retrievingfilename {
	margin-top: 15px;
}

.sidebar-menu li .badge {
	margin-left: 5px!important;
}


.sidebar-menu li.active a:hover { 
	cursor: pointer;
}

.js_edit_file:hover {
	cursor: pointer;
}

.form-group .hinweis-text {
	color: #e63c3c !important;
}

.login-right h3 {
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.btn-sm {
	padding: 0.5em 0.75em;
}

.btn-icon i {
	margin-right: 5px;
}

.sp-colorize-container.sp-add-on {
	display: none;
}

.mt-18 {
	margin-top: 18px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.pb-40 {
	padding-bottom: 40px;
}

.padding-20 {
	padding: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-5 {
	margin-right: 5px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ptb50 {
	padding: 50px 0;
}

.ptb25 {
	padding: 25px 0;
}

.padding-40 {
	padding: 40px;
}

.border-radius {
	border-radius: 8px;
}

.hidden {
	display: none;
}

.checkbox span {
	margin-left: 8px;
}

.profile-header .user-Location i {
	margin-right: 10px;
}

span.required {
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

.user-header .user-text {
	margin-left: 10px;
}

.user-menu .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}
.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.text-white {
	color: #fff;
}

.print_show { 
	display: none;
}

.btn-group a {
	margin-right: 15px;
}


/* Print */

@media print {
     body {
    	background-color: #fff;
    }
	
	.print_show { 
		display: block;
	}

    .page-wrapper { 
        margin: 0;
        padding: 0;
    }
	
	.print_hidden, 
	.header, 
	.page-header, 
	.edit_ls_anschrift, 
	.sidebar { 
		display: none;
	}
	
	.rows-print-as-pages > .row:nth-child(4) {
		page-break-before: always;
	}

	
	
	
}

.sticky-footer {
	bottom: 0px;
    position: fixed;
    width: 100%;
	padding: 10px 20px;
	z-index: 999;
}

.sticky-footer .form-group {
	margin: 0;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
}

@font-face {
	font-family: 'DIGITAL';
	src: url('../fonts/DS-DIGII.TTF');
  }
  
.digital-clock {
	float: right;
	width: 200px;
	height: 60px;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	font: 50px/60px 'DIGITAL', Helvetica;
}



.content .form-edit {
	padding-bottom: 200px;
}

.img-max-100 {
	max-width: 100%;
}

.card .card-header .card-title {
	font-size: 20px;
}

#accordion .card .card-header {
	border-bottom: 0px;
}

#accordion .card {
	margin-bottom: 15px;
}

#accordion .card:hover {
	cursor: pointer;
}

.alert {
	text-align: center;
}
.a_link {
	text-decoration: underline;
	color: #17b3f2;
}

.a_link:hover {
	text-decoration: none;
}

.text-gruen {
	color: #26af48;
}

.text-rot {
	color: #e63c3c;
}


.suche_form h4 {
	font-size: 20px;
	margin-bottom: 20px;
}


@media print {
	.table-responsive {
    	overflow-x: visible;
	}
	.qualitySelector,
	.lostSelector {
		border: none;
	}
}


.table-data-small {
	font-size: 13px;
	color: #757575ed;
}

.btn-yellow {
	color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

#permission-wrapper .table tr td:first-child {
	background-color: #f2f3f1;
}

.radio-button-group input {
	margin-right: 10px;
}

.radio-button-group input:last-child {
	margin-left: 10px;
}

.btn:hover {
	cursor: pointer;
}

.barcode-font {
	font-family: 'Libre Barcode 128', cursive;
	font-size: 70px;
}


.badge.active {
	background-color: #3AAA35!important;
}

.btn-blue {
	background-color: #17b3f2;
	border-color: #17b3f2;
}

.beitrag-area {
	padding: 20px 80px;
	border-radius: 6px;
}

.js_beitraege_list {
	list-style-type: none;
	padding: 20px 60px;
}

.js_beitraege_list li {
	padding: 10px;
}

.js_beitraege_list li .table-avatar img { 
	width: 60px;
	height: 60px;
	float: right;
}

.js_beitraege_list li .beitrag-text {
	background-color: #fff;
	padding: 20px 40px;
	border-radius: 8px;
	position: relative;
	border: 4px solid #e6e6e6;
}

.js_beitraege_list li .beitrag-date {
	margin-top: 10px; 
}

.js_beitraege_list li .delete_icon_beitrag {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 18px;
	cursor: pointer;
	color: red;
}

.js_beitraege_list li .edit_icon_beitrag {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	cursor: pointer;
}
.js_beitraege_list li .comments_icon_beitrag {
	position: absolute;
	top: 10px;
	right: 50px;
	font-size: 18px;
	cursor: pointer;
}

.js_beitraege_list li ul.kommentare {
	list-style-type: none;
	margin-left: 20px;
}

.js_beitraege_list li ul.kommentare .table-avatar img { 
	width: 40px;
	height: 40px;
}

.js_beitraege_list li ul.kommentare .beitrag-text {
	padding: 12px;
	border: none;
}

.js_beitraege_list li ul.kommentare li {
	padding-bottom: 5px;
}

.js_beitraege_list li ul.kommentare li:first-child {
	margin-top: 20px;
}



.tab h3 {
	font-size: 18px;
	margin: 5px 0;
} 
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	color: #17b3f2;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
	color: #17b3f2;
	font-weight: bold;
  }

li:has(button.active) {
	border-left: 2px solid #17b3f2;
}

.tab button {
	display: block;
	background-color: inherit;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
}

ul.tab {
	float: left;
	width: 20%;
	min-height: 400px;
	padding: 10px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.tab li { 
	padding: 8px 10px;
}

  /* Style the tab content */
  .tabcontent {
	float: left;
	padding: 0px 12px;
	width: 80%;
	padding-left: 40px;
	border-left: none;
	height: 300px;
  }


.tabcontent h3 {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.js_table_leihartikel tr[data-zurueckgegeben="nein"] {
	opacity: 0.6;
}


.tabs.ui-widget.ui-widget-content {
	border: none!important;
}

.button-group {
	display: -webkit-inline-box;
}

.button-group > div,
.button-group > a,
.button-group > button {
	margin-right: 10px;
	margin-bottom: 10px;
}

.suche_form .required {
	display: none;
}


.filter-radios {
	margin-bottom: 20px;
}

.filter-radios .checkbox {
	float: left;
	margin-right: 10px;
}

  
.cluster{
	color: #FFFFFF;
	text-align:center;
	font-family: 'Arial, Helvetica';
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
}
  
.btn-rounded {
	border-radius: 50%;
}

.span-color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.padding-0 {
	padding: 0px!important;
}


.select2-container--default .select2-selection--multiple {
	min-height: 50px;
	border: 2px solid #e6e6e6 !important;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.max-height-100 {
	max-height: 100px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #fff;
}

.bg-grau {
	background-color: #f2f3f1;
}


.table tr td:first-child input[type="checkbox"] {
	margin-right: 10px;
}

.button-row a,
.button-row button {
	margin-left: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px !important; /* Höhe des Dropdowns */
}
.accordion-panel {
  display: none;
}

.accordion-item.is-active .accordion-panel {
  display: block;
}

.accordion-wrapper .accordion {
	list-style-type: none;
	padding-left: 0;
}

.accordion-thumb {
	padding: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.accordion-item.is-active .accordion-thumb {
  border-radius: 5px 5px 0 0!important;
}

.accordion-wrapper table th:first-child {
	border-radius: 0;
	padding: 12px;
}

.accordion-wrapper table th:last-child {
	border-radius: 0;
	padding: 12px;
}

.accordion-item {
	margin-bottom: 20px;
}

.accordion-wrapper tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.accordion-wrapper tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.accordion-item tbody td {
	vertical-align: middle;
}

.accordion-item .rechnung_erstellen_tbody .td_tonnage {
	width: 150px;
}

.accordion-wrapper .js_rechnung_erstellen {
	margin-left: auto;
}

.js_table_bestellungen ul,
.js_table_bestellung_bearbeiten ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.js_table_bestellungen ul li,
.js_table_bestellung_bearbeiten ul li {
	margin-bottom: 6px;
}

.js_table_bestellungen .btn-sm.btn-danger {
	padding: 3px 6px;
	font-size: 14px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none!important;
}


.js_table_bestellung_gericht .checkbox label {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	padding: 3px;
}

#timer {
	margin-right: 20px;
	font-size: 60px;
	font-weight: bold;
}

#permission-wrapper input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.js_dashboard_wrapper .card_1 .card-body {
    background-image: url(/assets/img/bg.53e4b8b5.png);
    background-repeat: no-repeat;
    background-position: 100%;
    display: block;
    height: 252px;
    padding: 22px 24px;
    position: relative;
}

.btn[type="submit"] {
	height: 50px;
}

.cursor-pointer {
	cursor: pointer;
}

.js_table_bestellung_gericht .orange-line td{
	border-top: 2px solid #ff6600!important; 
}