/* Styling von Loka Dashboard Tabellen und Seiten */

/* Font Family */

* body{
	font-family: "Lato", sans-serif !important;
}

.text-primary
{
	font-family: "Lato", sans-serif !important;
}

h6 {
	font-weight: 500 !important;
}



#dash-table
{
	margin: 0Px;
}

.brand{
	/*vertical-align:middle;*/
	text-align: center;
	height: 100Px;
	width: 100%;
	background-color: orange;
}

.brand-image{
	padding-top: 14Px;
}

/* Dropdown Arbeitsbereich */
.my-workspace {
    width: 18%;
    max-width: 450px;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #cbd1d8;
    font-size: 1rem;
    line-height: 1.5;
}

/*IE*/
.my-workspace::-ms-expand {
  display: none;
}
 
.my-workspace:focus {
  outline: 0;
  border-color: #7bbaff;
  box-shadow: 0 0 0 3px rgba(0, 121, 250, .3);
}

/* Tabelle Küche Label */
.lbl-loka {
    color: #fff;
    padding-right: 20Px;
    padding-left: 20Px;
	width: 100%;
}



/* Anzahl Bestellitemname + Nr auf Karte in einer Zeile */
.flex-container-loka{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10Px 0;	
	display: -webkit-flex; /* Safari */		
	display: flex; /* Standard syntax */
}

.flex-container-loka-col{
	/*background: #dbdfe5;*/
	background-color: rgb(0 95 255 / 53%);
	-webkit-flex: 80; /* Safari */
	-ms-flex: 80; /* IE 10 */
	flex: 80; /* Standard syntax */
}

.flex-container-loka-col-sku{
	background-color: lightgrey;
	text-align: center;
  	-webkit-flex: 20; /* Safari */
	-ms-flex: 20; /* IE 10 */
	flex: 20; /* Standard syntax */
}



/* Wenn CB Küche gechecket - Label-Farbe ändern */
.lbl-loka input[type='checkbox']:checked + label{
  background: #7c5;
}

/* Alles in Tabelle abgearbeitet*/
#loka-empty-tbl
{
	padding: 40Px;
	font-weight: bold;
	color: black;
	text-align:center;
}

/* Abstände Extra-Zutaten in Artikeltabelle Küchenbereich */
.loka-tbl-order-extra
{
	line-height: 1;
}

.loka-tbl-product-title
{
	display: inline;
	padding-left: 5px;
}

/*td label, td .label, td input, td select, td form, td dl, td p
{
	margin: 5px 0 10px 0 !important;
}*/

/* JS Ajax Daten nachladen styling Küche */

.table-fonts {
	color: #000;
	font-size: 1.2em;
}

.table-fonts-articles {
	color: #000;
	font-size: 1.2em;
	line-height: 2;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 995px) and (max-width: 1280px){
	
	div.row {
		width: auto !important;
	}
	
	/* Button zu lang Tablet Benutzerrechte */
	#benutzer-anlegen input[type=submit] {
		word-wrap: break-word;
		white-space: normal !important;
		line-height: 1.8em;
	}
	
	h1.lead {
		float: left;
		font-size: 1em;
		margin-top: -9px;
	}
	
	.brand img {
		max-width: 200px;
		float: left;
		margin-left: 10px;
	}
	
	#my-workspace {
		min-width: 250px;
	}
	
	p.workspace-info {
		display: block !important;
		margin-bottom: 0px !important;	
	}
	
	span.login {
		font-size: 0.9em;
	}
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	/* Center all Bootstrap Cards on Mobile */
	div.row {
		width: auto !important;
	}
	
	/* Button zu lang Tablet Benutzerrechte */
	#benutzer-anlegen input[type=submit] {
		word-wrap: break-word;
		white-space: normal !important;
		line-height: 1.8em;
	}
	
	h1.lead {
		float: left;
		font-size: 1em;
		margin-top: -9px;
	}
	
	.brand img {
		max-width: 200px;
		float: left;
		margin-left: 10px;
	}
	
	#my-workspace {
		min-width: 250px;
	}
	
	p.workspace-info {
		display: block !important;
		margin-bottom: 0px !important;	
	}
	
	span.login {
		font-size: 0.9em;
	}
}