body{
  padding-top:50px;
  overflow:auto;
}
div.content{
  padding:0px;
  background-color:#fff;
  overflow:auto;
}
.scrollable-x{
  overflow-x:auto;
}

.select2-input {
  width: auto !important;
}

.form-check-inline{
  float:left;
  margin-right:1rem;
}
.form-check-inline input{
  margin: 0px;
}
.color-green{
  color:green;
}
.color-red{
  color:red;
}
