.container {
	margin-top: 100px;
  background-color: rgb(255, 255, 255);
}
.main-container {
	margin-top: 20px;
  background-color: rgb(255, 255, 255);
}

.footer {
  text-align: center;
  width: 100%; /* make footer span full width so text-align works */
  background-color: rgb(221, 218, 218);
}
.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.small-container-400 {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

.panel-body  {
  word-break:break-all
}

th {
  background-color: rgb(224, 245, 200) !important;
  cursor: pointer;
  margin-top: 10px;
}
/* The alert message box */
.alert {
  padding: 50px;
  color: rgb(99, 9, 9);
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.6s; /* 600ms to fade out */
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  overflow-y: scroll; 
  margin-top: 20px;
}

.card{
  margin-top: 10px;
  border: none;
}
table tr {
  cursor: pointer;
}
.footertable {
  background-color: rgb(223, 230, 233) !important;
}
.footertable th{
  background-color: rgb(223, 230, 233) !important;
}
.yellow {
  background-color: rgb(241, 201, 113) !important;
}
.padleft{
  padding-left: 5em;
}
.alert {
  padding: 1em;
  margin: 2em 0 1em 0; /* ↑ mehr Abstand oben */
  border-radius: 4px;
  font-family: sans-serif;
  font-size: 0.95em;
  text-align: center;
}

/* Erfolg */
.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

/* Fehler */
.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* Info */
.alert-info {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

/* Warnung */
.alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
}
