/*3-zeilige Tabellen*/
.bestelltabellen-plugin.col-md-6,
.bestelltabellen-plugin.col-xs-12 {
 width: 50%;
}

/*Hintergrund grau*/
.w-well-artikellisten-box {
 background-color:#f5f5f5;
}

/*Warenkorb Button fix rechts als Overlay*/
.wk-button-col {
 padding: 0px;
 height: 1px;
}

.wl-col-block-element {
 margin-bottom:0;
 position: fixed;
 left: 0;
 z-index: 999;
 /*! float: left; */
 /*! height: 1px; */
}

/*Warenkorb Button Farbe und Größe*/
.btn-success.disabled {
 font-size: 18px;
 background-color: #e40613;
}

.btn-success {
 font-size: 18px;
 background-color: #e40613;
 border-color: #e40613;
}

.btn-success:hover {
 font-size: 18px;
 background-color: #b2050f;
 border-color: #b2050f;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
 background-color:#959595;
 border-color:#959595;
 font-size:18px;
}


/*Einheit nicht abschneiden*/
.bestelltabellen-plugin .vkeinheitencode {
 overflow:hidden;
 text-overflow:clip;
 width:57%;
 padding-right:6px;
 text-align:right;
}


/*Überschriften umbrechen wegen der Zellenbreite*/
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
 padding:5px;
 word-wrap: anywhere;
 min-width: 55px;
}

/*Eingabefelder schmaler machen*/
.bestelltabellen-plugin .table-inner-borders td+td,
.bestelltabellen-plugin .table-inner-borders th+th,
.bestelltabellen-plugin .table-inner-borders th+td {
 border-left:1px solid #ddd;
 width: 100px;
}


