body {
  font-family: sans-serif;
}
.container{
  max-width: 100%!important;
  padding: 0px!important;
}
.table{
  min-width: 230px;
  max-width: 300px!important;
  margin: 20px 20px 0px 0px;

}
.btn-group{
  width: 100%;
}
.selected {
  color: #fff;
  background-color: rgba(139, 197, 63, 1)!important;
}
button:active {
  outline: none!important;
}
.content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px 10px 0px 10px;
  width: 90%
}
@media only screen and (max-width: 760px){
  .content{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
  }
}
.thead{
  background-color: rgba(139, 197, 63, 1)!important;
  color: white;
}

#diagramm1{
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}
#diagramm2{
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}
#diagramm3{
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}
.chart-container{
  width: 100%;
  margin-top: 20px;
}
.backbutton{
  border-radius: 50%!important;
  width: 40px!important;
  height: 40px!important;
  font-size: 20px!important;
  padding: 0px!important;
}
.backbutton:hover{
  border-color: rgb(139, 197, 63);
  background-color: rgb(255, 255, 255);
  color: rgb(139, 197, 63);
}
.form-signin{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding: 20px;
}
.form-signin input{
    font-size: 30px;
}
nav{
    width: 100%;
    background-color: rgba(139, 197, 63, 0.9)!important;
}
.btn-outline-light:hover{
    background-color: rgb(255, 255, 255);
    border-color: rgb(139, 197, 63)!important;
    color: rgb(139, 197, 63)!important;
}
.btnjob{
    color: white;
    background-color: rgba(139, 197, 63, 0.9);
    border: none!important;
    padding: 10px;
    font-size: 22px;
    width: 100%;
}
.btnjob:hover{
    background-color: rgba(139, 197, 63, 1);
    border: none!important;
}
button:focus {
    outline:0 !important;
}
.login-form{
    display: flex;
    margin-top: 10%;
}
.form{
    min-width: 300px;
    max-width: 40%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius:.2rem;
    text-align: center;
    font-size: 25px;
}
.form button{
    margin: 30px 0;
}
.input{
   background-color: rgb(139, 197, 63);
   padding: 30px 30px 5px 30px;
   border-radius:.2rem;
   color: rgb(255,255,255);

}
.input input{
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 80%;
}
.input p {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px!important;
}
.input label{
    width: 200px;
}
.buttonlogin{
    border-color: rgb(139, 197, 63)!important;
    color: rgb(139, 197, 63)!important;
    font-size: 25px;
    padding: 5px 20px;
    margin: 5px 40% 0px auto;
}
.buttonlogin:hover{
    border-color: rgb(139, 197, 63)!important;
    color: rgb(255,255,255)!important;
    background-color: rgb(139, 197, 63)!important
}
input:focus {
   outline: 0!important;
}
.errorlist{
  font-size: 15px;
  list-style-type: none;
  padding: 0;
  position: static;
}
.charts{
  display: flex;
  flex-wrap: wrap;
}
.Jobs_div{
  display: flex;
  flex-direction: column-reverse;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 80%;
  max-width: 300px;

}
.tablebutton{
  background-color: transparent;
  border: none;
  color: rgba(139, 197, 63, 0.7)
}
.tablebutton:hover{
  color: rgba(139, 197, 63, 1)
}
