* {
  font-family: Arial;
}

body {
  margin: 0 auto;
  background-image: url("../img/background.jpg");
  background-size: cover;
}

.icon {
  width: 200px;
  margin-top: -144px;
}

h1 {
  color: #DC2222;
  font-weight: bold;
  margin-top: 0px;
}

h3 {
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  margin-bottom: 1px;
  margin-left: 30px;
}

h3.right {
  text-align: right;
}

a {
  color: #FFFFFF;
  font-weight: bolder;
}
a:visited {
  color: #FFFFFF;
}

a.prio {
  color: #DC2222;
}

a.prio:visited {
  color: #DC2222;
}

p {
  color: #DC2222;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-left: 30px;
  margin-top: 2px;
  margin-bottom: 1px;
}

p.user_error {
  color: rgb(255, 0, 0);
  font-weight: normal;
  font-size: 12px;
}

p.user_success {
  color: rgb(0, 255, 0);
  font-weight: normal;
  font-size: 12px;
}

.container {
  width: 360px;
  height: 400px;
  margin: 80px auto;
  padding-top: 50px;
  text-align: center;
  background-color: rgba(66, 66, 66, 0.6);
  border-radius: 10px;
}

.container_long {
  width: 360px;
  height: 550px;
  margin: 80px auto;
  padding-top: 50px;
  text-align: center;
  background-color: rgba(66, 66, 66, 0.6);
  border-radius: 10px;
}

input[type="text"], input[type="password"], input[type="time"], select, input[type="number"] {
  width: 300px;
  height: 40px;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 5px;
  box-sizing: border-box;
  resize: none;
  border-radius: 10px;
}

textarea {
  width: 300px;
  font-size: 18px;
  resize: none;
  border-radius: 10px;
}

textarea.output {
  background-color: rgba(146, 143, 143, 0.6);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-style: none;
  border-radius: 10px;
}

.b-user {
  background-color: rgba(11, 11, 97, 0.95);
  border: none;
  font-size: 14px;
  font-weight: normal;
  border-radius: 10px;
  color: #FFFFFF;
  width: 80px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.b-user:hover {
  background-color: rgba(0, 128, 255, 0.95);
  cursor: pointer;
}

.button {
  width: 300px;
  height: 60px;
  font-size: 20px;
  background-color: rgba(11, 11, 97, 0.95);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
}

.button:hover {
  background-color: rgba(0, 128, 255, 0.95);
  cursor: pointer;
}

.b-auswahl {
  background-color: rgba(11, 11, 97, 0.95);
  border: none;
  font-size: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.b-auswahl:hover {
  background-color: rgba(0, 128, 255, 0.95);
  cursor: pointer;
}

.b-small-half {
  width: 150px;
  height: 50px;
  font-size: 20px;
  background-color: rgba(11, 11, 97, 0.95);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  position: relative;
  margin-top: 4px;
}

.b-small-half:hover {
  background-color: rgba(0, 128, 255, 0.95);
  cursor: pointer;
}

.b-small-half .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}

.b-small-full {
  width: 300px;
  height: 30px;
  font-size: 20px;
  background-color: rgba(11, 11, 97, 0.95);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
}

.b-small-full:hover {
  background-color: rgba(0, 128, 255, 0.95);
  cursor: pointer;
}

.b-micro {
  width: 100px;
  height: 28px;
  font-size: 16px;
  background-color: rgba(11, 11, 97, 0.95);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  position: relative;
  margin-top: 4px;
}

.b-micro:hover {
  background-color: rgba(0, 128, 255, 0.95);
  cursor: pointer;
}

.b-micro:disabled {
  background: rgba(56, 56, 97, 0.95);
  cursor: not-allowed;
}

.b-micro .badge {
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 2px 6px;
  border-radius: 50%;
  background: red;
  color: white;
}

table, th, td {
  margin-left: 30px;
  margin-top: 8px;
  border-collapse: collapse;
  width: 300px;
  padding: 8px;
  text-align: left;
}

thead {
  display: block;
  background: rgba(11, 11, 97, 0.95);
  color: white;
  border-radius: 10px;
}

tbody {
  height: 240px;
  overflow: auto;
  display: block;
  font-weight: bold;
  border-radius: 10px;
}

tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.6);
}

tr:hover {
  background-color: rgba(196, 191, 191, 0.6);
}

.chat_box {
  width: 298px;
  height: 260px;
  margin-left: 30px;
  padding: 2px;
  text-align: center;
  background-color: rgba(146, 143, 143, 0.6);
  border-radius: 10px;
  overflow: auto;
}

p.chat_normal {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

p.chat_right {
  background-color: rgba(20, 175, 20, 0.6);
  border-color: rgba(20, 175, 20, 0.6);
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  margin-left: 20px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 4px;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  padding: 4px;
}

p.chat_left {
  background-color: rgba(29, 115, 155, 0.6);
  border-color: rgba(29, 115, 155, 0.6);
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 20px;
  margin-bottom: 4px;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  padding: 4px;
}

.task_infos {
  width: 298px;
  height: 120px;
  margin-left: 30px;
  padding: 2px;
  text-align: center;
  background-color: rgba(146, 143, 143, 0.6);
  border-radius: 10px;
  overflow: auto;
}

p.task_text {
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  margin-left: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}