#customBC {
	display:block;
}

/*
main.shopcontent .far, main.shopcontent .fas {
    font-size: 1.2em;
    margin-top: 5px;
}
*/

/* Extra Klassen dafür anlegen! */

.news {
    background-color: #d0d1d1;
    padding: 15px;
}

.news a {
    text-decoration: underline;
}

.news h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
}

.news div {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.news div:last-child {
    border-bottom: none;
    margin-bottom: 40px;
}

/** Kategorien bearbeiten **/

.kategorie {
	background-color: #ededed;
	/*  padding: 10px 10px 0px 37px; --> Wieder einblenden, wenn es Subkategorien gibt*/
	padding: 10px 10px 0px 10px;
	min-width: 227px;
	box-sizing: border-box;
}

.kategorie.neu {
	background-color: #f7a800;
	padding-left: 10px;
	color: #fff;
}

.kategorie.neu p{
	max-width: 100%;
}

.kategorie .neu {
	color: #f7a800;
	cursor: pointer;
}

.kategorie p, .kategorie input[type="text"] {
	max-width: calc(100% - 50px);
	margin-bottom: 1em;
	text-overflow: ellipsis;
}

.kategorie .opener {
	cursor: pointer;
}

/* Wieder einblenden sobald es Subkategorien gibt. 

.kategorie .opener p::before {
width: 20px;
height: 20px;
background-color: #868889;
position: absolute;
content: '+';
margin-left: -25px;
text-align: center;
color: #fff;
font-size: 1.6em;
}


.kategorie .opener.minus p::before {
content: '–';
}

 */
	.kategorie .BeaIcons {
	width: 20px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 3px;
}

.BeaIcons {
    font-size: 1em !important;
    color: #fff;
	box-sizing: border-box;
	text-align: center;
	padding-top: 5px;
	width: 25px;
	height: 25px;
	background-color: #f7a600;
	cursor: pointer;
}


	/* Bild als Hauptbild wählen */


	.titelbildCheck {
		min-width: 25px;
		height: 25px;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		color: #fff;
		font-size: 0.8em;
		line-height: 27px;
		background-color: #f7a600;
		padding: 0px 4px;
	}

	.titelbildCheck .fa-check {
		opacity: 0.4;
	}

	.titelbildCheck .fa-check.noneImportant {
		opacity: 1;
		display: inline-block !important;
	}

	.titelbildCheck .fa-check:hover {
		opacity: 1;
	}



	



.kategorie .fa-edit.BeaIcons {
	padding-top: 3px;
	padding-left: 2px;
}

.fa-edit.BeaIcons {
    background-color: #f7a600;
	padding-top: 4px;
	padding-left: 3px;
}

.fa-save.BeaIcons {
    background-color: #f7a600;
}

.fa-trash-alt.BeaIcons{
	margin-right: 5px;
	background-color: #868889;
}



/* Klassen für Bearbeitungsmodus */

.shopcontent form .bea input[type="text"], .shopcontent form .bea textarea {
    border: 1px dashed #f7a600 !important;
    padding: 4px;
    margin: 3px 0px 3px 0px;
    min-height: calc(1.3em + 8px);
	box-sizing: border-box;
	width: 100%;
	max-width: none;
}

.shopcontent form#formProdukt label {
    font-size: 1em;
	line-height: 1.3em;
}

.shopcontent form .LieferzeitVersandart ~ label {
    float: left;
    margin-right: 15px;
	min-width: 70px;
}

#Lieferzeit_1 + label, #Lieferzeit_1{
	margin-left: 9px;
}

input#Preis {
    width: 100px;
}

select.short,
input.short {
	width:auto !important;
	margin-bottom:2em !important;
}
/*
input#ArtikelNr {
    width: auto;
    margin-bottom: 2em;
}
*/
label.stornierung {
    float: left;
}


.produktbild {
	position: relative;
}

.produktbild .BeaIcons.fa-trash-alt.BeaIcons {
/*	left: 0;
	position: absolute;
	margin-top: 0;
	*/
    cursor: pointer;
}
.iconsWrapper {
	position:absolute;
}






.ProduktBeaButtons {
    margin-top: 80px;
    text-align: right;
}

.ProduktBeaButtons button.abbr, .ProduktBeaButtons input[type="button"].abbr {
    margin-right: 2em;
}

.ProduktBeaButtons a {
	text-decoration: none!important;
}


.shopcontent.BE .lieferoption{
	max-width: 230px;
}

.extraCategories label {
	width:50%;
	display:inline-block;
	float:left;
}

/* Bearbeitung der Bestellungen und Kunden*/

main.shopcontent.BE {
    float: left;
	margin-right: 0;
	margin-top: 0;
	width: auto;
	max-width: 65%;
}

.interne_bearbeitung {
    width: 30%;
}

.interne_bearbeitung .fa-image {
    font-size: 2.8em;
    color: #f7a800;
    vertical-align: middle;
	margin-right: 10px;
}

.bildauswaehlen {
    cursor: pointer;
}

.interne_bearbeitung .produktbild img {
    margin-bottom: 2vw;
    width: 100%;
}

.interne_bearbeitung input, .interne_bearbeitung label {
    margin-top: 15px;
}

.interne_bearbeitung .gutschrift label {
    margin-top: 0;
}

.interne_bearbeitung textarea.bea {
    height: calc(1.3em + 11px);
    padding: 8px;
	margin-top: 10px;
}

.interne_bearbeitung textarea.bea.stornierung {
    width: 200px;
    max-width: 200px;
	float: right;
}

.iconText {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
}

.fa-truck {
    color: #f7a600;
    font-size: 1.3em;
    transform: scalex(-1);
}

.fa-file-alt {
	color: #f7a600;
    font-size: 1.6em;	
	margin-left: 5px;
}

.interne_bearbeitung table th  {
    border-bottom: 1px solid #000;
}

.interne_bearbeitung table tr th:first-child {
    width: 30px;
}

.interne_bearbeitung table th, .interne_bearbeitung table td {
    padding: 5px;
}

.interne_bearbeitung p {
    margin-bottom: 0;
}

.interne_bearbeitung p.iconText {
    margin: 15px 0px 5px 5px;
}

.interne_bearbeitung input[type="checkbox"] + label {
    margin-bottom: 5px;
}

.DateienBestellung form {
    display: inline-block;
    margin-top: 5px;
    height: 32px;
    width: 50%;
}

.DateienBestellung button, .gutschrift button {
    width: 49%;
    padding: 8px 5px!important;
}

.DateienBestellung button, .gutschrift #GutschriftSendenBtn {
    float: right;
}
   


#GutschriftSelectPos input[type="checkbox"] + label p::before, #GutschriftSelectPos input[type="checkbox"] {
    margin: 0;
    width: 19px;
    height: 19px;
    font-size: 1.1em;
    line-height: 0.9em;
}

#GutschriftSelectPos td, #GutschriftSelectPos label, #GutschriftSelectPos p {
    margin: 0;
    vertical-align: top;
}


/* Tabellen für Bestellungen, Kunden, ...*/


main.beTabellen td {
	border:1px solid black;
}

main.beTabellen td, main.beTabellen th {
	padding: 5px 10px;
}


main.beTabellen tr th {
    text-align: left;
	font-weight: bold;
}

main.beTabellen th {
	position: relative;
}

main.beTabellen th span {
    padding-right: 35px; 
	cursor:pointer;
}

main.beTabellen th span::after {
    content: "\f0dc";
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
}



main.beTabellen table tr:first-child {
	border: none;
}


main.beTabellen .markiert {
	color: #f7a800;
}


/* Einstellungen */

.shopcontent select#LOAbholung {
	width: calc(100% - 225px);
    max-width: 167px;
	margin-left: 10px;
}

select.bestelldatum, input[type="date"].bestelldatum  {
	width: calc( (100% - 180px) / 2);
	max-width: 200px;
}

input[type="date"].bestelldatum {
    width: calc( (100% - 180px) / 2);
    max-width: 200px;
    margin: 0px 0px 8px 0px;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 0;
    font-size: 1em;
    font-family: inherit;
	height: 30px;
}


.beTabellen .opener {
	padding-right:2em;
	float:left;
}
.beTabellen .opener > div {
	cursor:pointer;
	border:1px solid lightgray;
	border-radius:2px;
	padding:5px;
}
.beTabellen .opener > div::after {
	content:"\003e";
	margin-left:1em;
}

#formDatenexport label {
    line-height: inherit;
	vertical-align: middle;
	width:300px;
}

#DEFieldsexport,
#DEFieldsavailable {
	border:1px solid black;
	min-height:2em;
}
#DEFieldsexport .item,
#DEFieldsavailable .item {
	border-bottom:1px solid lightgray;
	padding:3px;
	cursor:pointer;
}
#DEFieldsexport .item:hover,
#DEFieldsavailable .item:hover {
	background-color:#f7a600;
}


/* ******************************  Letzte Spalte, die Unterseiten öffnet ****************************** */ 

main.beTabellen .oeffnen {
	color:black;
	border:none;
	padding-left: 30px;
	position: relative;
	text-decoration: underline;
}


/* Ziehharmonika in Tabelle*/

.openTable {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 1.2em;
    display: block;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
    background-image: url(/images/icons/zhm-minus.png);
    background-size: 100%;
    background-repeat: no-repeat;
}


.openTable.plus{
    background-image: url(/images/icons/zhm-plus.png);
}

.ziehharmonikaTabelle tr th:first-child, .ziehharmonikaTabelle tr td:first-child {
    width: 20px;
	border: none;
	background-color: #fff;
}

.ziehharmonikaTabelle tr th, .ziehharmonikaTabelle tr td {
   width: calc( (100% - 30px) / 4);
}

.row td {
    border: none;
    background-color: #ededed;
}
#Gutschrift tfoot td {
	border-top:1px solid black;
}
