body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #336699;
}

a {
	color: #3366CC;
	text-decoration: none;
}

#header {
	font-size: 24px;
	background-color: #b1cb06;
	color: #FFFFFF;
	text-align:center;
	top:0px;
	letter-spacing:0.1em;	
	padding-top:10px;
	padding-bottom:10px;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}

#footer {
	font-weight: bold;
	visibility:visible;
	background-color:#808080;
	color:#FFFFFF;
	height:25px;
	letter-spacing:0.1em;	
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
text-align:center;
}

#footer a {
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
	border-style: ridge;
	background-color: #CCCC99;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

a:hover {
	text-decoration: underline;
}


table {
	background-color: #CCCC99;
}


h3
{
text-align:center;
text-decoration: underline;
}

#uploadform
{
visibility: hidden;
position: absolute;
left:50%;
top:50%;
width: 300px;
height:260px;
margin-left:-150px;
margin-top:-130px;
}

#logindiv
{
position: absolute;
left:50%;
top:50%;
width: 310px;
height:160px;
margin-left:-155px;
margin-top:-80px;
}


.container {
    width: 300px;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
  }

.pwtotp {
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  background-color: #ffffff;
}


  h1 {
    text-align: center;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .form-group input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    cursor: pointer;
  }

  .form-group input[type="submit"]:disabled {
    background-color: #ccc; /* Grauer Hintergrund, wenn der Button deaktiviert ist */
    color: #fff;
    cursor: not-allowed; /* Ändert den Mauszeiger, um anzuzeigen, dass der Button deaktiviert ist */
}

.form-group .infofeld {
  font-size: 10px;
  visibility: hidden;  
}

  #status-container {
    position: fixed;
    bottom: 0;
    width: 99%;
    height: 30%;
    background-color: #e6e3e3;
    overflow-y: auto;
}

.job-container {
    display: inline-block;
    width: 300px;
    height: 200px;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    border: 1px solid #ccc;    
    overflow-y: auto;
}

.job-details {
	visibility: visible;
}

.job-container div {
    margin-bottom: 5px;
}

#dropArea {
  width: 300px;
  height: 300px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  margin: 50px;
}

#dropArea.dragover {
  background-color: #f1f1f1;
}

.dropMessage {
  font-size: 16px;
  color: #555;
}

.upload-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 200px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  line-height: 200px;
  font-size: 16px;
}

.success-message {
  background-color: rgba(0, 255, 0, 0.8);
  color:rgba(0, 0, 0, 0.8);  
}

.error-message {
  background-color: rgba(255, 0, 0, 0.8);
  color:rgba(0, 0, 0, 0.8);
}

#requirements {
  width: 400px;
  height: 300px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin: 50px;
  overflow-y: auto;
}

.progress-bar {
  height: 10px;
  width: 0;
  background-color: blue;
  margin-bottom: 5px;
}

#filelists {
  width: 300px;
  height: 300px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin: 50px;
  overflow-y: auto;
}

#downloads {
  width: 300px;
  height: 300px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin: 50px;
  overflow-y: auto;
}

#divuseradd {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}