
@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; }

input::placeholder {
  
color: #959595 !important;
}
.txt-mid {
	vertical-align: middle !important;
}
.login { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
}
.newAccount{ 
	position: absolute;
	top: 50%;
	left: 58%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
}




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

input { 
	width: 100%; 
	margin-bottom: 10px; 
	
	border: none;
	outline: none;
	padding: 10px;
	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-left: 5px;
	padding: 5px;
	
	
	height: calc(115vh - 115px);
	overflow: auto; 

	background: #fafafa;
	border-left: 2px solid #ccc;
  }

  .corner-logo {
    position: fixed;
    bottom: 20px;   
    right: 20px;    
    width: 100px;    
    /* opacity: 0.7; */
	z-index: 1;   
}

.power{
	font-size: x-small;
	padding-bottom: 5px;
}

.top-logo{
	position: relative;
}
.corner-up-logo1 {
    position: absolute;
    top: 20px;   
    right: 80px;    
    width: 40px;    
    opacity: 0.9;  
	display: flex;
	gap: 8px; 
}
.corner-up-logo2 {
    position: absolute;
    top: 20px;   
    right: 20px;    
    width: 40px;    
    opacity: 0.9;  
	display: flex;
	gap: 8px; 
}


.page1{
    align-items: center;
	box-shadow: inset 4px 0 10px -6px;

}

.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;
	
}
  
.value {
	
	background-color: transparent;
	border: none;
	padding: 2%;
	color: #959595;
	display: flex;
	position: relative;
	gap: 5px;
	cursor: pointer;
	border-radius: 4px;
	margin-left: 10px;
	font-size: large;
	font-weight: bold;
}

.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;
}


.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%;
	color: #959595
}

.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%}
}

/* .icon-band{
	position: ;
} */

.pad{
	padding-bottom: 0 !important;
}
.svg{
	width: 30px;
}

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

.selectbox{
	text-shadow: none;
	
	background-color: transparent;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: none;
			
}

.selectbox1{
	margin-left: 35px;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	
}

.selectbox2{
	text-shadow: none;
}

.selectbox3 {
	width: 600px;
	height: 50px;
	padding-right: 150px;
}

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

}

.selectbox5 {
	width: 500px;
	height: 60px;
	border-color: #ffba6d !important;
	background-color: white;
	border-width: 3px !important;
}
.selectbox6 {
	width: 350px;
	height: 60px;
	
}

.selectbox7 {
	width: 150px;
	height: 60px;
	text-shadow: none;
	background-color: transparent;
	background: #ffffff;
	box-shadow: none;
	margin-left: 35px;
	padding-bottom: 16px;
}

.form-control {
    border-color: #f3a24c;
    color: #959595 !important;
}
.top-bar {
	padding-left: 100px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.add-untkat {
    padding-bottom: 25 !important;
	padding-left: 6px ;
	
}

.filter-container {
    margin: 20;
}

.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;

}

.title{

border-top-style: solid;
font-weight: bold !important;
}

.title2{
	padding-right: 200px !important;
	/* padding-left:  100px !important; */
	color: #959595;
}

.title3{
	padding-right: 120px !important;
	padding-left:  60px !important;
	color: #959595;
}

.title4{
	padding-right: 120px !important;
	padding-left:  120px !important;
	color: #959595;
}

.title5{

font-weight: bold !important;
margin: 0 !important;
padding-bottom: 0 !important;
   
}
.form-del{
	margin: 0px !important;
}
.del-ext{
	margin-left: 90px !important;
}
.unt-title{
	padding-top: 20px !important;
	padding-left: 25px !important;
}
.table-form{
padding-right: 20px !important;
border-left-style:none;
border-right-style:none;
border-color: #ffba6d;
background-color: white;
border-width: 1px;
margin: 0 !important;
height: 65px !important;
}
.table-form-sub{
padding-right: 20px !important;
border-left-style:none;
border-right-style:none;
border-color: #ffba6d;
background-color: white;
border-width: 1px;
margin: 0 !important;
height: 20px !important;
}
.table-form-sub1{
height: 25px !important;
}

.table-form1{
padding-right: 120px !important;
padding-left: 20px !important;
border-left-style:none;
border-right-style:none;
border-color: #ffba6d;
border-width: 1px;
margin: 0 !important;
height: 65px !important;
}

.table-form2{
border-left-style:none;
border-right-style:none;
border-color: #ffba6d;
background-color: white;
border-width: 1px;
margin: 0 !important;
height: 60px !important;
}
.table-form3{
padding-right: 0px !important;
border-left-style:none;
border-right-style:none;
border-color: #ffba6d;
border-width: 1px;
margin: 0 !important;
height: 65px !important;

color: #959595 !important;
line-height: inherit;
}

.table-form-sub3{
padding-right: 0px !important;
border-left-style:none;
border-right-style:none;
border-color: #ffba6d;
border-width: 1px;
margin: 0 !important;
height: 20px !important;

color: #959595 !important;
line-height: inherit;
}
.table-form4{
border-left-style:none;
border-right-style:none;
border-color: #ffba6d !important;
border-width: 1px;
color: #959595 !important;
line-height: inherit;
}

.table-form5{
padding-right: 0px !important;
border-left-style:none;
border-right-style:none;
border-color: #ffba6d;
border-width: 1px;
margin: 0 !important;
height: 65px !important;
color: #959595 !important;
line-height: inherit;
}
.padd{
	padding-left: 100px !important;
	padding-right: 200px !important;
}

.marg{
	margin-left: 120px !important;
	margin-right: 120px !important;
}
.non-border{
	outline: none;
	box-shadow: none;
}

.org-box{
	outline: #ffba6d;
	box-shadow: #ffba6d;
}
.showbox{
	position: relative;
	padding-top: 3%;
	
	
}
.showbox-titel{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left:25px;
	color: #959595;
	text-shadow: none;
	font-weight:200 ;
	margin-top: 60px;
	margin-bottom: 00px;
}

.showbox-titel2{
	text-align: left;
	padding-left: 120px;
	color: #959595;
	text-shadow: none;
	font-weight:800 ;
}

.showbox-titel3{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #959595;
	text-shadow: none;
	font-weight:200 ;
	margin-top: 60px;
	margin-bottom: 00px;
}


.haupt-title{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 45px; 
}


.showbox-titel4{
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 40px;
	color: #959595;
	text-shadow: none;
	font-weight:500 ;
}

.showbox-titel5{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	color: #959595;
	text-shadow: none;
	font-weight:200 ;
	margin-top: 60px;
	margin-bottom: 00px;
}

.showbox-titel6{
	text-align: left;
	color: #959595;
	text-shadow: none;
	font-weight:200 ;
	margin-bottom: 00px;
	font-weight: bold !important;
}

.showbox-titel7{
	text-align: left;
	padding-left: 90px;
	color: #959595;
	text-shadow: none;
	font-weight:800 ;
}
.showbox-titel8{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 95px;
	color: #959595;
	text-shadow: none;
	font-weight:200 ;
	margin-top: 60px;
	margin-bottom: 00px;
}

.showbox-titel9{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #959595;
	text-shadow: none;
	font-weight:200 ;
	margin-top: 60px;
	margin-bottom: 00px;
}
.btn{
	border-color: #a4a4a4;
	
}

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

	padding-right: 25px;
}

.add-kat {
   position:relative;
   padding: 10ex;
   padding-bottom: 20px !important;
	
}

.add-ausfuehrung {
   position:relative;
   padding: 10ex;
   padding-bottom: 20px !important;
	
}
.add-untkat {
   position:relative;
   padding: 10ex;
	
}

.add-extra {
   position:relative;
   padding: 10ex;
   padding-bottom: 20px !important;
	
}

.add-allpro {
   position:relative;
   padding: 10ex;
   padding-bottom: 20px !important;
	
}
.btn-add-kat{

	position: absolute;
    top: 20px;   
    right: 80px;    
    /* width: 40px;     */
    
	margin-right: 50px;
}

.btn-add-aus{

	position: absolute;
    top: 20px;   
    right: 80px;    
    /* width: 40px;     */
    
	margin-right: 50px;
}


.btn-add-extra {

	position: absolute;
    top: 20px;   
    right: 80px;    
    /* width: 40px;     */
    
	margin-right: 50px;
}

.btn-add-allpro {

	position: absolute;
    top: 20px;   
    right: 80px;    
    /* width: 40px;     */
    
	margin-right: 50px;
}
.btn-add-untkat{

	position: absolute;
    top: 20px;   
    right: 60px;    
    /* width: 40px;     */
	margin-right: 30px;
	background: transparent;
    display: flex; 
    align-items: center;
    justify-content: center; 
	transform: scale(1.25);
}

.modal-dialog{
	border: 5px solid #ffba6d;
	border-radius: 8px;
	--bs-modal-margin: 7rem;
	--bs-modal-header-padding: 2rem 2rem;
	--bs-modal-footer-gap: 1.5s;
}
.neue-kat{
	border: 2px solid #ffba6d;
}

.neue-untkat{
	border: 3px solid #ffba6d;
}

.neue-ext{
	border: 2px solid #ffba6d;
}


.hinweise{
padding-left: 60px;
color: #959595;
font-weight:500 !important;
font-size: large;

}

.kat-sel{
	
	color: #959595;
	text-shadow: #ffba6d;
	font-family:Arial, Helvetica, sans-serif;
}

.modal-content{
	border-radius: 0 !important;
	border: none;

}

.btn-neue-kat{
	background-color: #ffba6d;
	color: white;
	border: none;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	font-weight: bold;
}

.btn-neue-untkat{
	background-color: #ffba6d;
	color: white;
	border: none;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	font-weight: bold;
}
.detail-btn{
	background-color: #ffba6d;
	color: white;
	border: none;
	height: 30px;
	width: 60px;
	border-radius: 4px;
	font-weight: bold;
}

.pro-edit{
	background-color: #ffba6d;
	color: white;
	border: none;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	font-weight: bold;
}
.Extra-edit{
	background-color: #ffba6d;
	color: white;
	border: none;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	font-weight: bold;
}

.btn-x-kat{
	border: none;
	background-color: white;
}
.btn-clos-kat{
	background-color: white;
	color: #ffba6d;
	border: 2px solid #ffba6d;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	font-weight: bold;
	margin-right: 15px;
}

.btn-clos-untkat{
	background-color: white;
	color: #ffba6d;
	border: 2px solid #ffba6d;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	font-weight: bold;
	margin-right: 15px;
}

.btn-clos-pro{
	background-color: white;
	color: #ffba6d;
	border: 2px solid #ffba6d;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	font-weight: bold;
	margin-right: 15px;
}

.btn-det-pro{
	background-color: white;
	color: #ffba6d;
	border: 2px solid #ffba6d;
	border-radius: 4px;
	font-weight: bold;
	margin-right: 15px;
}

#kategorieDlgLabel{
	color: #ffba6d;
}

#untkategorieDlgLabel{
	color: #ffba6d;
}

#ExtraDlgLabel{
	color: #ffba6d;
}
#allproDlgLabel{
	color: #ffba6d;
}

.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;
	border-bottom: 1px !important;
}

.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;
    margin: 10px 0;
}

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

.filter-container select {
    border: 1px solid #aaa;
    border-radius: 4px;
    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;

}

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

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

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



.proname { 
	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%);
}

.value.active {

    color: #ffba6d !important;
}

.dataTables_filter {
  	color: #959595;
	text-shadow: #ffba6d;
	margin: 0;
}
.dataTables_filter input:focus {
    outline: none;
    box-shadow: none;
}
.dataTables_filter input {
   
	height: 60px;
	border-color: #ffba6d !important;
	background-color: white;
	border-width: 3px !important;
	 padding: 0 16px;
	 font-size: 16px;
    outline: none;
    box-shadow: none;
	color: #959595;
	font-family:Arial, Helvetica, sans-serif;
}
.dataTables_filter label {
    margin: 0;
    font-size: 0;
	color: #959595;
}
.top-bar1{
    display:flex;
    margin-left: 100px;
    align-items:center;
    gap: 6px;
    margin-bottom:20px;
	padding-top: 10px;
}

.search-box {
    display: flex;
    align-items: center;
	color: #959595;
}
.search-box input{
	position:relative;
  	padding-left: 20px !important;
    width:500px;
    border-radius:4px;
    border:1px solid #f3a24c;
	color: #959595;
	height: 60px !important;
}
.btn-add-pro{
 	position: static; /* wichtig */
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center; 
	transform: scale(1.25);
	
}
.dataTables_filter input::placeholder {
    color: #959595;
    opacity: 1; /* wichtig für Firefox */
}
allg-font-color{
	color: #959595;
}



table.dataTable thead th {
    position: relative;
    padding-right: 28px !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 0 !important;
}

table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_desc::before {
    content: "▴";
    position: absolute;
    right: 10px;
    top: 42%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #d0d0d0;
}

table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after {
    content: "▾";
    position: absolute;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #d0d0d0;
}

table.dataTable thead th.sorting_asc::before {
    color: #ffba6d;
}

table.dataTable thead th.sorting_desc::after {
    color: #ffba6d;
}

#produktTable thead select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 38px 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
    color: #959595;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' stroke='%23959595' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

#produktTable thead select:focus {
    border-color: #ffba6d;
    box-shadow: 0 0 0 2px rgba(255, 186, 109, 0.15);
    outline: none;
}
.bril-check{
    width: 10%;
	background-color: white;
}
.modal-dialog{
    --bs-modal-margin: 1rem !important;
}


.modal-title {
  color: #959595 !important;
}

input:focus,
textarea:focus {
outline: none !important;
border-color: #ffba6d !important;
}
.form-label {
  color: #959595 !important;
}

#ausfuTable.table-hover > tbody > tr:hover > * {
    background-color: #ffffff !important;
    color: #959595 !important;
}

#sortable-kategorien {
    color: #959595 !important;
}

button {
	padding-left: 0px !important;
    padding-right: 0px !important;
}


input,
input:focus,
input:focus-visible,
input:active,
.form-control,
.form-control:focus,
.form-control:focus-visible,
.form-control:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #f3a24c !important;
}

.lab-mar{
margin-bottom: 26px;
}

  .plus-log{
    width: 46px;
    height: 46px;
  }

  .title-img{
    position: absolute;
    margin-right: 40px !important;
    top: 50%;
    transform: translateY(-50%);

    width: 24px;
    height: 24px;

    cursor: pointer;
}

.title1-img{
    position: absolute;
    margin-right: 40px !important;
    top: 50%;
    transform: translateY(-50%);

    width: 24px;
    height: 24px;

    cursor: pointer;
}
