.bgrgrau {  
    background-color: #f5f5f5 !important; 
}
.bgrred, td.bgrred:active  {  
    color:#fff;  
    opacity: 0.6; 
    background-color: red !important; 
}
.bgrgrey {  
  background-color: #ddd !important; 
}
.bgrred2 {   
  color: #fff; 
  opacity: 0.8;
  background-color: #f6644b !important; 
}
.bgrrosa {
  background-color: #ffb6c1 !important; 
}
.bgrrosa2 {
  background-image: repeating-linear-gradient( 145deg, #ffe2e6 0%, #ffe2e6 10%, #f63333 10%, #ffe2e6 15%, #f63333 15%);
}
.bgrbeige {
  background-color: #ffdeb8 !important; 
}
.bgrbeigegreen2 {
  /* background-image: linear-gradient( 90deg, #ffdeb8 15%, rgb(147, 223, 147) 15%, rgb(147, 223, 147) 85%, #ffdeb8 85%); */

  background-image: repeating-linear-gradient( 145deg, rgb(147, 223, 147) 0%, rgb(147, 223, 147) 10%, #ffdeb8 10%, rgb(147, 223, 147) 15%, #ffdeb8 15%);
}

.bgrgreen {   
    color:#fff; 
    opacity: 0.6; 
    background-color: green !important; 
}
.bgrgreen2 {   
  color: #fff; 
  background-color: rgb(147, 223, 147) !important; 
}
.bgrgreen3 {   
  color:#fff; 
  opacity: 0.4; 
  background-color: green !important; 
}
.bgrgreen4 {   
  background-color: rgb(230, 254, 230) !important; 
}
.bgrgreen5 {   
  color: green !important;
}

.bgrgelb { 
  /*  font-size: 0.9em; */
    color:#000; opacity: 0.6; 
    background-color: #FACC2E !important; 
}
.bgrgelb2 {   
  color:#000000; 
  background-color: #faca2eb2 !important; 
}

.bgrblau { 
  font-size: 0.9em; 
  color:#fff; 
  opacity: 0.8; 
  background-color: #3b81cb !important; 
}
.bgrblau2 { 
  font-size: 1.0em; 
  background-color: #cddaea !important; 
}

.bgrorang { 
  font-size: 0.9em; 
  color:#000; opacity: 0.6; 
  background-color: #f6a612 !important; 
}

.bgrred3 {   
  color: #000;
  background-color: #f6644b !important; 
}

.bgrorang2 { 
  font-size: 0.9em; 
  color:#000; 
  background-color: #f6a612 !important; 
}

.tbr {
  border-right: solid 1px #aeaeae !important;
}


/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 5000; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 

}

/* Modal Content */
.modal-content {
  z-index: 5010; 
  font-size: 0.9em;
  background-color: #fefefe;
  margin-left: 10%;
  padding: 20px;
  border: 1px solid #888;
  width: 330px;
  height: 100px;;

}

/* The Close Button */
.modal-close {
  color: rgb(198, 78, 78);
  float: right;
  font-size: 18px;
  font-weight: bold !important;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

.modal-form {
  background-color: #fefefe !important;
  margin-left: 0%;
  padding: 7px;
  border: 1px solid #888;
  width: 50%;
  height: 5%;
}
.modal-submit {
  background-color: #f5f5f5 !important;
  margin-left: 0%;
  padding: 10px;
  border: 1px solid #888 !important;
  width: 100px;
  height: 25px;;
}

.modal-input {
  font-size: 0.8em;
  background-color: #fefefe;
  height:22px;
  border-style:none !important;

}
.dot {
  height: 16px;
  width: 16px;
  background-color: #a73c3c;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: -15px;
  vertical-align: middle;
  font-size: 10.5px;
}

.stop {
  background: url('pic/s_slash.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-right:12px;

}

.dott {
border-right: dotted 1px;
}

.mno {
  white-space: nowrap;
  text-align: left;
}

.inctab {
  text-align: center;
  vertical-align: middle;
  font-size: 1.0em;
  
}

.link_box {
	position: absolute;
	left: 22px;
	top: 14px;
	background: #ffffff;
	padding: 15px;
	border: 1px solid #cdcdcd;
	z-index: 9000000;

  /*
	-moz-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  */
}

.cust_uts input {
	width: 27em;
	text-align: left;
}
.mng_delete {
  position:relative; 
  margin-top:-13px; 
  margin-left:95px;
}

.btn_ilv {
  background-color: #013769; /* Blau */
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  border-radius: 3px;
 
}