text-input, {
  background: rgb(0,0,0);
}

.form {
  color: #ffffff;
  background: rgba(7,151,104,0.25);
  border-width: 1px;
  border-style: none;
  border-left-style: none;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(7,151,104,0.1);
}

title {
    margin-top: px;
}

.title {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 5px;
  padding-bottom: 5px;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: scroll !important
}


.sidebar {
    max-width: 8rem !important;
}
