
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn-large { padding: 9px 14px; text-align: center;font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.btn-block { width: 100%; display:block; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

html { width: 100%; height:100%; overflow:hidden; }



.login { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
}
.newAccount{ 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
}




h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

input { 
	width: 100%; 
	margin-bottom: 10px; 
	
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(231, 224, 224, 0.4), 0 1px 1px rgba(255,255,255,0.2); }

/*------pages------*/

body {
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	
  }

.dashboard {
	display: flex;
  }

.offcanvas {
	
	color: #fff;
  }
 #staticBackdrop {
	width: 300px;
	backdrop-filter: blur(0px) saturate(99%);
    -webkit-backdrop-filter: blur(0px) saturate(99%);
    background-color: rgba(17, 25, 40, 0);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
 }

 .main-dashboard-content {
	
	flex: 1;
	margin: 30px;
	margin-left: 5px;
	padding: 5px;
	padding-top: 5px;
	
	height: calc(100vh - 100px);
	overflow: auto; /* یا overflow: scroll; */

	background: linear-gradient(225deg, #ffffff, #ffffff);
	border-left: 2px solid #ccc;
  }

.page1{
    align-items: center;
}

.my-btn{
  text-decoration: none;
  font-size: 22px;
  color: #ababab;
  display: block;
  transition: 0.3s
}

.klein-btn{
	font-size: 18px;
	text-decoration: underline;
}

.my-btn:hover, .offcanvas a:focus{
  color: rgb(146, 141, 141);
  font-style: italic;
  transition: 0.5s
}

.accordion-btn {
	background-color: #333;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
	padding-right: 100px;
}

.sub-menu {
	display: none;
	padding-left: 30px;
}

.sub-menu-btn  {
	background-color: #333;
	
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.menu-btn {
	font-size: 25px;
	cursor: pointer;
}

.page {
	display: none;	
}
  
.main-btn{
	padding-left: 20px;
}

.offcanvas-btn{
	/* padding: 1px 8px 1px 250px;*/
	font-size: 30px;	
}

th {
	position: sticky;
    color: #f1f1f1;
    text-align: center;
    background-color: #333;
    white-space: nowrap;
	top:0;
}

.effect {
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 300px;
	justify-content: center;
}
  
.value {
	
	background-color: transparent;
	border: none;
	padding: 5%;
	color: rgb(11, 11, 11);
	display: flex;
	position: relative;
	gap: 5px;
	cursor: pointer;
	border-radius: 4px;
	margin-left: 10px;
	font-size: large;
}

.top-value{

	padding-top: 140px;
}
  
.offcanvas-title {
	background-color: transparent;
	border: none;
	padding: 10px;
	color: rgb(11, 11, 11);
	
	gap: 5px;
	cursor: pointer;
	border-radius: 4px;
	margin-left: 10px;
}

#produkt{
	margin-top: 10%;	
}

.value:focus::before,
.value:active::before {

	opacity: 1;
}
  
.value svg {
	width: 15px;
}
  
 
#staticBackdropLabel{
	margin-bottom: 5px;
	z-index: 2;
	position: absolute;
	top: 5%;
	bottom: 95%;
}

.loader {
	height: 30px;
	aspect-ratio: 2;
	display: grid;
	background:
	  radial-gradient(farthest-side,#000 15%,#0000 18%)0 0/50% 100%,
	  radial-gradient(50% 100% at 50% 160%,#fff 95%,#0000) 0 0   /50% 50%,
	  radial-gradient(50% 100% at 50% -60%,#fff 95%,#0000) 0 100%/50% 50%;
	background-repeat: repeat-x;
	animation: l2 1.5s infinite linear;
}
@keyframes l2 {
	0%,
	15% {background-position:0   0,0 0,0 100%}
	20%,
	40% {background-position:5px 0,0 0,0 100%}
	45%,
	55% {background-position:0   0,0 0,0 100%}
	60%,
	80%{background-position:-5px 0,0 0,0 100%}
	85%,
	100% {background-position:0   0,0 0,0 100%}
}


.svg{
	width: 30px;
}

.effect{
	top :30%;
	bottom: 30%;
	width: 250px;
}

.selectbox{
	text-shadow: none;
	color: rgb(17, 15, 15);
	margin-left: 35px;
	background-color: transparent;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: none;
			
}

.selectbox1{
	margin-left: 35px;
	color:rgb(17, 15, 15);
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	
}

.selectbox2{
	
	color: rgb(17, 15, 15);
	text-shadow: none;
	
}

.td-header{
	padding-left: 40px;
	font-size: large;
	font-weight: bold;
	color: rgb(93, 91, 91);
	padding-top: 30px;
}

.td-header2{
	
	font-size: large;
	font-weight: bold;
	color: rgb(93, 91, 91);
	padding-top: 30px;

}

.showbox{
	position: relative;
	padding-left: 5%;
	padding-top: 3%;
	
	
}
.showbox-titel{
	text-align: left;
	padding-top: 20px;
	padding-left: 95px;
	color: rgb(93, 91, 91);
	text-shadow: none;
	font-weight:500 ;
}

.showbox-titel2{
	text-align: left;
	padding-top: 20px;
	padding-left: 55px;
	color: rgb(93, 91, 91);
	text-shadow: none;
	font-weight:500 ;
}

.showbox-titel3{
	text-align: left;
	padding-top: 20px;
	padding-left: 25px;
	color: rgb(93, 91, 91);
	text-shadow: none;
	font-weight:500 ;
}

.showbox-titel4{
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 40px;
	color: rgb(93, 91, 91);
	text-shadow: none;
	font-weight:500 ;
}

.selectbox3 {
	width: 400px;
	height: 40px;
	padding-right: 150px;
}

.selectbox4 {
	width: 200px;
	height: 40px;

}

.btn{
	border-color: #a4a4a4;
	
}

.btn:hover {
	background-color: rgb(251, 249, 249); 
    border-color: rgb(43, 42, 42) 
}
.td-btn-edit{

	padding-right: 25px;
}

.btn-add-kat {
    margin-left: 55px;
	
}

.sotierung-btn{
margin-left: 60px;
}

#btn-delete{
	margin-left: 10px;
}

.add-Ausfuehrung{

	padding-bottom: 20px;
	
}

.dropdown-checkboxes {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	padding: 10px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 999;
	min-width: 250px;
}

.extra-pauschal {
    display: block;
    margin: 0;
    max-width: none;
}

.ausf-tr td {
    padding: 5px;
    vertical-align: top;
    width: 1%;
    white-space: nowrap;
}

.ausf-tr .selectbox3 {
    max-width: 200px;
}

.ausf-tr .dropdown-container {
    max-width: 200px;
    min-width: 150px;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}

.extra-liste {
	width: 100px;
}

.filter-container {
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
}

.filter-container .inner-div {
    padding: 10px;
}

.filter-container select {
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1em;
    padding: 8px;
    transition: border-color 0.3s ease;
}

.filter-container select:focus {
    border-color: #4a90e2;
    outline: none;
}

.filter-container label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.new-form {
max-height: 380px;
}

#save-sortierung{
	background: #e6e6e6;
	height: 40px;
}

.NeueKategorie {
	padding-left: 60px;
	padding-top: 20px;
}

#sortable-kategorien {
    list-style: none; 
    padding-left: 35;
}

#sortable-kategorien .sortable-item {
    position: relative;
    padding-left: 25px; 
    margin-bottom: 10px;
}

#sortable-kategorien .sortable-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 16px; 
    height: 16px; 
    background-image: url('../svg/drag-icon.svg');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
    transform: translateY(-50%);
    cursor: grab;
}

.neu-pro {
	padding: 0;
	border: none;
	background: none;
	right : 0.5%;
}

.proname { 
	color:black; 
	text-decoration:none; 
	font-size:115%; 
	cursor:pointer; 
}
.neu-pro img {
    filter: invert(32%) sepia(93%) saturate(1700%) hue-rotate(200deg) brightness(95%) contrast(101%);
}
