/* here you can put your own css to customize and override the theme */
.menu-buttons {
  margin-top: 0.19em;
  margin-bottom: 3px;
}
.menu-buttons2 {
  margin-top: 0.25em;
  margin-bottom: 0.44em;
}
.nopadding {
  padding:0 !important;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.margin-top-4 {
  margin-top: 4px !important;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-bot-10 {
  margin-top: 10px;
  margin-bottom: 10px;  
}
.p-in-form {
  margin-top: 7px;
  padding-bottom: 0px;
  padding-left: 4px;
}
.btn-width-0 {
  width: 0;
}

.profile label {
  margin-top: 0px !important;
}
.has-switch span {
  padding-left: 5px;
  padding-right: 5px;
}

.text-danger {
  color: #CC0000;
}
.deletedrow {
  color: #808080;
}
.transportrow {
  background: #FFF3D6;
}
.personalrow {
  background: #FFCCB2;
}