<!--


.filter {
	width: auto;
	border: 0px solid green;
  	margin-left: 1em;
	background-color: transparent;
}

.filter tr {
	/* font-size: 0.9em; */
	background-color: transparent;
}

.filter td {
	background-color: transparent;
	border: 0px solid pink;
	padding-right: 1rem;
}

.filter label {
  	color: var(--color);
	text-align: left;
	background-color: transparent;
  	border: 0px solid pink;
  	padding-right: 0em;
	margin-left: 1em;
}


.filter input, .filter select, .filter textarea {
	/* width: 100%; */
	padding: 6px 8px;
	margin: 0px 0px;
	font-size: 0.8em;						/* Font size */
	display: inline-block;
	border: 1px solid #ccc;				/* color border */
	background-color: #eee;		/* color backg */
	border-radius: 4px;						/* Radius */
	box-sizing: border-box;
}




.main_table {
	font-size: 1rem;
	border-collapse: collapse;
	/* border-spacing: 0;
	width: 100%; */
	border: 0px solid red;
	color: white;
	width: 100%;
	background-color: #2c3d4b;
}
  
.main_table th, .main_table td {
	padding: 10px 15px;
	text-align: left;
	font-size: 1em;
	border: 1px solid red;
	/* color: var(--large-table-color); */
}
  
.main_table tr:nth-child(even) {
	background-color: #364a5a;
}
  
.main_table thead {
	background-color: royalblue;
	color: black;
}
  
.main_table th:first-child {
	border-radius: 20px 0 0 0;
}
  
.main_table th:last-child {
	border-radius: 0 20px 0 0;
}
  

.std_data_filter {
	/* width: auto; */
	border: 0px solid green;
	margin: 0rem;
	padding-top: 1rem;
}

.std_data_filter th {
	background-color: transparent;
	border: 0px solid red;
	margin-left: 0rem;
	padding: 0.0rem;
	padding-left: 0rem;
}

.std_data_filter td {
	background-color: transparent;
	border: 1px solid red;
	margin-left: 0rem;
	padding: 0.8rem;
	padding-left: 0rem;
}

.std_data_filter input, .std_data_filter select, .std_data_filter textarea {
	width: auto;
	padding: 10px 10px;
	margin: 0px 0px;
	font-size: 0.9rem;
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 4px;
	box-sizing: border-box;
}



.std_data_table
{
	border: 0px solid red;
    margin-top: 1.0em;
    font-size: 1.0em;
	/* color: #333333; */	
}



.std_data_table div.table {
	display: table;
    border-collapse: collapse;
    /* width: 100%; */
}

.std_data_table div.row {
	display: table-row;
}
 /* 
.std_data_table div.row:nth-child(odd) {
	background-color: #e0e0e0;
} */

.std_data_table div.th { 
	display: table-row;
	font-style: italic;
	height: 40px;
	font-size: 1.1em;
}

.std_data_table button {
	margin-bottom: 0rem;
	color: white;
	background-color: rgb(112, 159, 248);
	border: 0px solid rgb(72, 114, 72);
	min-width: 3rem;
	padding: 5px 10px;
	text-align: right;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font-size: 1.0em;
	border-radius: 2px;
}

.std_data_table button:hover {
	color: white;
	background-color: rgb(84, 141, 246);
}

.std_data_table div.cell { 
	display: table-cell;
	color: var(--color-td);
	white-space: nowrap;
    border-top: 2px solid #d2d2d2;
    padding: 0.5em;
	content: '\00bb';
}
/* 
.std_data_table div.cell:first-child { 
	background-color: transparent;
} */


.std_data_table div.cell_h { 
	display: table-cell;
	color: var(--color-td);
	white-space: nowrap;
    padding: 0.5em;
	 /*min-width: 3.3em;         min width müssen wir für die erste Spalte angeben.*/
}

.std_data_table div.cell a {
	color: gray;
}
.std_data_table div.cell a:hover {
	color: #333;
}



.edit_mask
{
	width: 50em;
	border: 0px solid red;
    font-size: 1.0em;
	padding: 20px;
}

.edit_mask p
{
	font-size:1.4em;
	color:black;
	margin-left:1em;
	margin-bottom:1em;
}

.xedit_mask label
{
	width: 20em;
	color: green;
}

/* Style inputs with type="text", select elements and textareas */
edit_mask input[type=text], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */ 
	border: 1px solid #ccc; /* Gray border */
	border-radius: 4px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

edit_mask input[type=text], textarea {
	height: 100px;
}	
.edit_mask button
{
	margin-top: 1em;
}


.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
	font-size: 1.3em;
	margin: 20px;
	border: 1px solid #fff; /* Gray border */
	border-radius: 6px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}





.decision 
{
	/* over all container */
	float: left;
	background: white;
	color: gray;
	
	border: 1px solid gray;
	-webkit-border-radius:	06px;
	-moz-border-radius:		06px;
	border-radius:				06px;	

	/* Abstand zum nächsten ... */
	margin: 1.5em;
	
}

.decision div.content
{
	/* font-size: 1.0em; */
	border: 0px solid black; 
	padding: 1em;
	
	border-radius : 6px 6px 0px 0px;
	/* background: pink; */
	/* min-height: 4em; */
}

.decision p {
	font-size: 1.2em;
	color: gray;
}




.button_decision_l {
	background: white;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	color: green;
	padding: 10px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.3em;
	-webkit-border-radius:	0px 0px 0px 6px;
	-moz-border-radius:		0px 0px 0px 6px;
	border-radius : 0px 0px 0px 6px;
	transition-duration: 0.4s;
	width: 50%;
	text-orientation: center;
}


.button_decision_r {
	background: white;
	border-top: 1px solid gray;
	color: red;
	padding: 10px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.3em;
	border-radius : 0px 0px 6px 0px;
	transition-duration: 0.4s;
	width: 50%;
	text-orientation: center;
}
  
.button_decision_l:hover {
	/* background-color: var(--button-bg-mover);
	color: var(--button-color-hover); */
	background-color: green;
	color: white;
}
  
.button_decision_r:hover {
	/* background-color: var(--button-bg-mover);
	color: var(--button-color-hover); */
	background-color: red;
	color: white;
}

 /* 
#############################################
### Ticketsystem
### Ticket Tabelle Übersicht
############################################# */


.large_filter {
	/* width: auto; */
	border: 0px solid green;
	margin: 0rem;
	padding-top: 1rem;
}

.large_filter th {
	background-color: transparent;
	border: 0px solid red;
	margin-left: 0rem;
	padding: 0.0rem;
	padding-left: 0rem;
}

.large_filter td {
	background-color: transparent;
	border: 0px solid red;
	margin-left: 0rem;
	padding: 0.8rem;
	padding-left: 0rem;
}

.large_filter input, .large_filter select, .large_filter textarea {
	width: auto;
	padding: 10px 10px;
	margin: 0px 0px;
	font-size: 0.9rem;
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 4px;
	box-sizing: border-box;
}
  

.large_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0px solid red;
  }
  
  .large_table th, .large_table td {
  padding: 10px;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  }
  
  .large_table tr:hover {
	background-color:#f5f5f5;
  }
  
  .large_table a {
	color: #555;
  }
  .large_table a:hover {
	color: #c0c0c0;
  }
  

  .tickets_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 80%;
	margin-top: 1rem;
	border: 1px solid #ddd;
  }
  
  .tickets_table th, .tickets_table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  font-size: 0.9em;
  background-color:rgb(245, 245, 245);
  border: 0px solid red;
  }
  
  .tickets_table td:first-child {
	width: 25%;
	padding-top: 1rem;
	border-right: 1px solid #ddd;
  }
  
  
  .tickets_table input[type=text], .tickets_table select, .tickets_table textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 18px 0;
	font-size: 0.9em;
	display: inline-block;
	border: 1px so	lid #ccc;
	background-color: #eee;
	border-radius: 0px;
	box-sizing: border-box;
  }
  

-->