@import url("bootstrap.min.css?20190401");
@import url("bootstrap-theme.css?20190401");
@import url("floating-labels.css?20190723");

*, body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI", Roboto,  Ubuntu,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" }

/*# coding: utf-8 */
*
{
	margin: 0;
	padding: 0;
}

body {
	padding-bottom:91px;padding-left:50px;padding-right:50px;
	height: 100%;
	margin: 0;

	font-size:13px;
	padding:0px;
	height: 100vh !important;
	/* overflow:hidden; */

}
body.admin-flex {
	display:flex;
	flex-direction: column;
	overflow:hidden;
}
body.admin-flex #content {
	flex-grow: 1;
	flex-shrink: 1;
	height: auto;
	overflow: auto;
	display: flex;
	flex-direction: column;
}
body.admin-flex #content > *:not(header):not(:empty) {
	flex-grow:1;
	flex-shrink: 1;
	overflow: hidden;
}
body.admin-flex #content.auto-overflow > * {
	overflow:visible !important;
}
body.admin-flex #content .overflow-wrapper{
	overflow: hidden !important;
	height: 100% !important;
}
.schachtelflex {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
}

.no-grow {
	flex-grow: 0 !important; 
	
}
.hide {
	display:none !important;
}
header {

}
h1 {
    font-size: 26px;
    margin-top: 15px;
    padding-bottom: 10px;
}
h2 {
	margin-bottom: 10px;
	font-size: 25px;
}
h3 {
	font-size: 17px;
}
em {
	font-weight: bold;
	font-style: normal;
}
a img { border: none; }

fieldset {
	border: 1px solid #5f595938;
	padding: 10px 10px;
	margin:0;
	background-color:  rgba(255,255,255,0.8);
}
legend {
    background: linear-gradient(90deg, #428bca,#6db0e9);
    color: #fff;
	padding: 5px 10px;
	width: auto;
	font-size: 14px;
	margin-left: 0;
}
legend .btn {
	color: black;
}

input[type="checkbox"],input[type="radio"] {
	vertical-align: middle;
}

.clear { clear: both; }

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.rechts { float: right; }
ul {
	list-style: none;
}

label {
	font-weight:normal;
}
button[disabled] {
    color: #808080 !important;
}


table.zebra tr:not(.nozebra):nth-child(even), .zebra > *:not(.nozebra):nth-child(even) {
    background-color: #d8d8cf;
}

table.zebra tr:not(.nozebra):nth-child(odd),.zebra > *:not(.nozebra):nth-child(odd) {
    background-color:  #F4F1EC;
}

.admin-menu, .edit-settings-desc *, .kmit-infos{
	color: red !important;
}
.kmit-infos{
	display:none;
}
label span.kmit-infos {
	font-size: 9px;
}
button.bigRoundButton {
	border:none;
	border-radius:100%;
	font-size:40px;
	padding:5px;
	line-height: .7;
	transition: .3s;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
button.bigRoundButton.small {
	font-size:20px;
	width: 30px;
	height: 30px;
}
button.bigAddButton{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    background-color: #009bd4;
	border:none;
	border-radius:100%;
    font-size:40px;
    font-weight: bold;
    float: right;
    transition: .3s;
    color:white;
    text-align: center;
    padding:5px;
    line-height: 1;
	font-family: 'Material Icons';
}
button.bigAddButton:before {
	content:"add";
	position:relative;
	left: -2.4%;
}

button.bigAddButton.small {
	font-size: 20px;
}


button.bigAddButton:active{
    outline: none;
    outline: -webkit-focus-ring-color auto 0px !important;
    outline-offset: -2px;
    box-shadow: none;
}
button.bigAddButton:focus {
    outline: none;
    outline: -webkit-focus-ring-color auto 0px !important;
    box-shadow: none;

}
button.bigAddButton:hover {
	color:white;
    background-color: #005e80;
    box-shadow: 0px 0px 3px rgba(255,255,255,0);
}


.itemlist .thumb{
	max-height: 40px;
	float: right;
}
.itemlist  .item {
	width: 100%;
}
.itemlist .item span.name {
	margin-left: 10px;
}
.selected {
	background:linear-gradient(90deg, #428bca,#6db0e9);
	color: white;
}
.item:hover span.name {
	margin-left: 12px;
	transition: margin-left 0.1s ease-out;
}
.item.selected span.name {
	font-size: 125%;
	font-weight: bold;
	margin-left: 25px;
	transition: margin-left 0.1s ease-out, font-size 0.1s ease-out;
}
.selected .btn {
	color:black;
}
.ui-sortable-handle {
	cursor: ns-resize !important;
}
.search-field {
	font-size: 14px;
	padding: 6px 12px;
	height: auto;
	border: 1px solid transparent;
	line-height: 1.42857143;
	width: 280px;
}
.search-field:placeholder-shown {
	font-family: 'Material Icons';
}
.search-wrapper button {
	font-size: 20px;
	padding: 2px;
}
.search-field + button {
	display:inline-block;
	background: transparent;
	border: none;
	position: absolute;
	right: 5px;
	font-size: 25px;
	top: 0;
}
.search-unmatched {
	display: none;
}

[onclick], .clickable {
	cursor: pointer;
}

#loggedInAs
{
	float: right;
}
#content
{
	padding:0 0 20px 0;
}
@media (min-width: 480px) {
	#content
	{
		padding:20px;
	}
} 
a { text-decoration: none; }
a.btn {
	color: black;
}
input.defaultvalue {
	color:grey;
}
.KeyInput{margin-left:-10000px;}

/*.cancel
{
	background-color:red;
	color:white;
	font-size:13px;
	font-weight:normal;
	height:54px;
	margin:10px;
	padding-top:16px;
	width:80px;
}*/
.jqmWindow { display: none; position: fixed; top: 20%; left: 45%; margin-left: -180px; width: 400px; padding: 30px 30px 18px 30px; font-size:15px; }

.no-btn {
	background: none;
	border:none;
	padding: 2px;
	
}
.no-btn .glyphicon {
	font-size: 14px;
}

img.toggleSize
{
	cursor: pointer;
	position: absolute;
	right: 1em;
	top: 0.5em;
}

.hint { color: #999; display: inline; font-size: 0.8em;}
.center { display: block; text-align: center;}
.warning { color: red !important; display: inline;}
.light { font-weight: normal; }
.optionsLink { font-size: 9px;}
.optionsLink:before { content: ">> ";}
#topNavigation
{ 
	width: 100%;
	text-align: left;
	margin: 0px; 
	position: relative;
}
.Artikelaenderungenliveschalten-topNav {
	font-weight: bold;
}

#topNavigation li {
	white-space: nowrap;
}
#topNavigation ul.menu {
	margin:0;
}
#topNavigation ul.menu > li{
	display:inline-block;
	padding: 0;
	vertical-align: middle;
}
ul.menu a:hover {
	text-decoration:none;
}

#topNavigation ul.menu.rechts {
	float: right;
}
#topNavigation ul.menu.rechts li {
	float: left;
}
#topNavigation ul.submenu {
	display: none;
	position: absolute;
	top: 33px;
	background: #E9E9E9;
	z-index: 99999;
	left:0;
}
#topNavigation ul.submenu li {
	float: none;
	margin-bottom: 6px;
}
#topNavigation a { 
	margin: 0; 
	padding: 10px; 
	display:inline-block;
	line-height:27px !important;
	vertical-align:middle;
}

/*Top-Nav Hamburger*/
#topNavigation .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  overflow: hidden;
}

#topNavigation br.clear {
	display: none;
}
/* menu icon */

#topNavigation .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 20px;
  position: relative;
  user-select: none;
  margin: 0;
  width: auto;
}

#topNavigation .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

#topNavigation .menu-icon .navicon:before,
#topNavigation .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

#topNavigation .menu-icon .navicon:before {
  top: 5px;
}

#topNavigation .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

#topNavigation .menu-btn {
  display: none;
}

#topNavigation .menu-btn:checked ~ .menu {
  max-height: 1000px;
  overflow: inherit;
}

#topNavigation .menu-btn:checked ~ br.clear {
	display: block;	
}

#topNavigation .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#topNavigation .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#topNavigation .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

#topNavigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#topNavigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 1025px) {
	.Home-topNav {
		float: left;
	}
	#topNavigation li {
	 
	}
	#topNavigation li a {
	 
	}
	#topNavigation .menu {
	  clear: none;
	  max-height: none;
	  overflow: inherit;
	}
	#topNavigation .menu-icon {
	  display: none;
	}

}

/*End Hamburger*/
.mother {
	position:relative;
}
/*#topNavigation .submenu a { display: block; }*/
#TerminInfo button, .navi button {
	font-weight: bold;
	
	font-size: 14px;
	float:left;
	margin: 0 4px 4px 0;
	padding: 15px;
	width: 150px;
	height: 50px;
	vertical-align: center;
}
.navi button { width: 300px; height: 30px; padding: 5px;}


fieldset.shaded {
	margin-bottom:20px;
	padding:10px;
}

.tabelle, .kleineTabelle
{
	background: #F4F1EC;
	font-size:13px;
	padding: 2px;
	width:100%;
	border-spacing: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-radius: 4px;
}
.kleineTabelle {
	margin: 1em;
	width: 400px;
}
.tabelle caption { caption-side: top; text-align: left;}
.tabelle caption a.active { font-size: 2em; font-weight: bold;}
.tabelle td, .kleineTabelle td
{
	vertical-align:top;
	padding: 3px;
}
.tabelle th, .kleineTabelle th { 
	font-size: 13px; 
	height: 3em;
	text-align:left;
	padding: 3px;
}
.tabelle.tabelle-material {
	border-spacing: 0;
	background-color: #fff;
	border-collapse: separate;
	border: 0;
	border-radius: 3px;
	padding: 0;
}
.tabelle-material th:first-child {
	padding-left: 24px;
}
.tabelle-material tr {
	height: 48px;
}
.tabelle-material tr td {
	padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
	background-color: white;
	font-size: 14px;
	transition: .15s;
}
.tabelle-material tr td:first-child {
	padding-left: 24px;
}
.tabelle-material thead tr td{
	font-size: 12px;
}
.tabelle-material tbody tr:hover td {
	background-color: rgba(0,0,0,0.03);
}
.tabelle-material th {
	border-bottom: 1px solid rgba(0,0,0,.12);
	text-align: left;
	font-size: 12px;
	color: #666666;
	padding: 12px 0;
}

#loginframe {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 1000000;
	
}

#debugWindow {
	background: url(../../i/rechenkaestchen.gif) #fff;
	overflow: auto;
	width: 1000px;
	height: 500px;
	position: absolute;
	z-index:99999;
	font-size:11px;
	letter-spacing:4px;
	line-height:11px;
	
	font-family: monospace;
	left: 20px;
	top: 20px;
	margin: 0;
	padding: 9px 0 0 12px;
}
#debugWindow h1 {
	position: absolute;
	right: 10px;
	top: 10px;
}
#meldungen {
	right: -800px;
	top: 30px;
	height: 500px;
	position: absolute;
	
	width: 600px;
	padding: 0 1em;
	
	border-right: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: scroll;
	z-index: 10000;
	position: fixed;
}

#meldungen .balken {
	height: 20px;
	width: 100%;
	text-align: right;
}
#meldungen h1, #meldungen h2, #meldungen h3 {
	display: block;
}
#meldungen table {
	width: 100%;
	/*border-collapse: collapse;*/
}
#meldungen table th {
	text-align: left;
}
#meldungen table td {
	margin: 0;
	padding: 2px;
	cursor: pointer;
	
	border-radius: 3px;
}
#meldungen tr.unread td {
	font-weight: bold;
}
#meldungen tr.read td {
	opacity: 0.4;
}
#meldungen {
	background: url(../sparkleWellness/i/messagesBG.gif) right repeat-y white;
	border: 1px #8B1513 solid;
}
#meldungen .anzahlNeueMeldungen {
	color: #8B1513;
}
#meldungen table td {
	border: 1px solid #C1C2C1;
}
#meldungen tr.gering td {
	background-color: #C1C2C1;
}
#meldungen tr.mittel td {
	background-color: #F7C680;
}
#meldungen tr.hoch td {
	background-color: #ff3e3e;
	color: white;
}

.actionInfoBox {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 99999;
	border: 1px solid #666;
	background: #333;
	opacity: 0.7;
	color: white;
	padding: 1em;
	border-radius: 4px;
	display: none;
}
.alertBox {
	text-align: center;
	display: none;
	position: fixed;
	background: white;
	border: 2px solid #999;
	border-radius: 5px;
	padding: 10px;
	top: 200px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	height: 200px;
	z-index: 99999;
}
.alertBox h3 {
	margin-bottom: 3em;
}



.ui-autocomplete .ui-menu-item {
	background: none repeat scroll 0 0 white;
	/*
    border-bottom: 1px dotted grey;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin-left: -13px;
    opacity: 1;
    padding-top: 15px;
    */
    color:#444;
    width: 440px;
    font-size:12px;
}
.ui-autocomplete .ui-menu-item:hover {
	background:white;
	cursor:pointer;
	text-decoration:underline;
	color:#000;
	/*
	border-bottom: 1px dotted grey;
	height:30px;
	color:#009BD4;
	font-size:12px;
	*/
}
.ui-front {
	z-index:10000;	
}
.dialog label {
    float: left;
    width: 200px;
	margin-bottom:inherit;
	font-weight:normal;
}
.flex-form {
	display: flex;
	flex-direction: column;
}
.form-row {
	margin-bottom: 5px;
}
.form-row:not(.no-zebra):nth-child(odd) {
	background-color: #e5e5e5;
}

#actionsBox {
    right: 0;
    top: 202px;
    width: 400px;
}
a.orderByAsc {
    background: url("../i/sortByAsc.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
a.orderByDesc {
    background: url("../i/sortByDesc.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.beliebteAnwendungen {
    margin-left: 2em;
}
tr.markiert td {
    background-color: #FF8F8F !important;
    border-color: red !important;
}
tr.gesperrt td {
    background-color: #BBBBBB;
    color: red;
}
tr.inaktiv td {
    background-color: yellow;
}
.dialog {
    font-size: 14px;
}
.dialog select, #personalDialog input {
    margin-bottom: 0.2em;
}
.jqmOverlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;

    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
}
.close {
	position:absolute;
	top:9px;
	right:9px;
	z-index: 10000;
}

.zugriff {
    color: white;
    cursor: help;
    font-size: 9px;
}
.odd {
	background-color:white;
}
.even {
	background-color: #ADD8E6;
}
#alert{ width: 200px; padding:20px;font-size:16px;border:2px solid red;border-radius:3px;display:none;background-color:white;position:fixed;left:10%;top: 200px;}



.mainWrapper{
	border: 1px solid #5f595938;
    padding: 20px;
    margin-top: 20px;
}
/* Maher anfang*/
.p-l-20{
	padding-left:20px;
}
.m-b-10{
	margin-bottom: 10px;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.no-border-no-cry{

}
.btn-striped{
	border:none;
	background:none;
}
.btn-success:disabled {
	background-color: #28a745b0;
}
.c-form-control{
	width:auto !important;
	padding: 0px !important;
    margin: 0px !important;

}
.box-shadow{
	box-shadow: 0px 0px 10px 2px #4196c966 inset;
	border-radius: 5px;
	padding:5px;
	box-sizing: border-box;
	border: 1px solid #0000004a;
}

.flex-row{
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
}
.p-10{
	padding:10px;
}
.w_100{
	width:100% !important;
}
.w_auto{
	width:auto !important;
}
.addMarginRight{
	margin-right: 40px;
}
.hidden-overflow{
	overflow:hidden;
}
.auto-overflow{
	overflow:auto !important;
}
.c-black{
	color:black !important;
}
.bg-white{
	background-color: white;
}
.m-t-10{
	margin-top:10px;
}
.padding-20-10{
	padding: 20px 10px ;
}
.padding-10-10{
	padding: 10px 10px ;
}
.d-block{
	display: block;
}
.d-inline{
	display: inline;
}
.height-auto{
	height:auto !important;
}
.height-80{
	height:80% ;
}
.height-100{
	height:100% ;
}
.relativePos{
	position:relative !important;
}
.f-grow-2{
	flex-grow: 2;
}
.flex-column{
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	
}
.column h2 {
	margin: 0;
}
.empfehlungsList li.active{
	background: none;
	border:1px solid #000000b5 !important;
}

/* Maher Ende*/


td.required-missing {
	background-color:red;
}

.sf-arrows .sf-with-ul::after {
	border-top-color: rgba(0,0,0,.5) !important;
	right:0 !important;
}
#login-overlay {
	position: fixed;
	top: 0;
	left: 0;
	border:none;
	width:100vw;
	height:100vh;
	z-index: 1000002;
}
.ui-autocomplete {
	z-index:2000 !important;
}
button.indexbtn.kmit-btn {
    background-color: #ffd79a !important;
    color: red !important;
}
.admin-menu{
	color: red;
	font-weight:bold;
}

.scroll-arrow-up {
    position: fixed;
    width: 60px;
    height: 60px;
    zIndex: 1000;
    right: 2.2%;
    bottom: 100px;
    font-size: 48px;
    cursor: pointer;
    color: #009bd4;
    background-color: white;
    opacity: 0.7;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    border-radius: 3px;
}
#actionsBox{
	padding:30px;
	padding-top: 10px;
}
.actionBoxBtn{
	padding: 5px;
	border: none;
    box-shadow: 0px 0px 2px 0px rgba(0, 155, 212, .6);
    margin-left: 4px;
}
.letterBtn{
	width:35px;
	height:30px;
	border: 1px solid rgba(0, 155, 212, .4);
}

#searchKunde{
	height: 30px;
}
.searchKundeBtn{
	height:30px;
}
.sucheZurueckSetzen {
	margin-top: 10px;
}

#content{
    height: 100%;
    position:relative;
}

#table-Container{
	position: relative;
    height: 100%;
	overflow: auto;
}
.ui-state-highlight {
	background: #4F91CD !important;
	color: #fff !important;
	border: 1px solid #4F91CD !important;
}
.ui-state-active {
	border: 1px solid #ff0000 !important;
}
.ui-state-default {
	margin: 0px 0px 1px 0px !important;
}

div#settingsIframe-Wrapper {
	flex-shrink:1;
    flex-grow:1;
    height: 100%;
}
iframe#settingsIframe {
    width: 100%;
    height:100%;
    border: none;

}
.dropzone {
	padding: 20px;
	border: 1px dotted black;
}

@media print {
	.no-print, .box {
		display:none !important;
	}
	.tabelle {
    	border: none !important;
		width:200mm;
	}
	body.admin-flex {
		display:block !important;
	}
	body.admin-flex #content{
		overflow:visible !important;
		display:block !important;
	}
}
