body, p, div {
  font-family: 'Roboto', Arial, Helvetica, Sans-serif;
}
.bg-green {
  background: #5BB85C;
}
.bg-light-green {
  background: #B9D45D;
}
.bg-dark-green {
  background: #516029;
}
.bg-brown {
  background: #604c3f;
}
.btn.bg-brown:hover {
  background: #F0AD4E;
}
.bg-blue {
  background: #428BCA;
}
.bg-orange {
  background: #F0AD4E;
}
.bg-red {
  background: #D9534E;
}
.bg-dark-grey {
  background: #444;
}
.text-green {
  color: #5BB85C;
}
.text-light-green {
  color: #B9D45D;
}
.text-dark-green {
  color: #516029;
}
.text-brown {
  color: #604c3f;
}
a.text-brown:hover {
  color: #F0AD4E;
}
.text-blue {
  color: #428BCA;
}
.text-orange {
  color: #F0AD4E;
}
header a {
  color: #fff;
}
header a:hover {
  color: #B9D45D;
  text-decoration: none;
}
header i {
  font-size: 20px;
}
header .menu i {
  margin-right: 5px;
}
header .menu i .ic-logout {
  font-size: 25px;
}
header .menu a {
  margin-right: 30px;
}
header .menu a:last-child {
  margin-right: 0;
}
header .user-info .dropdown-menu a {
  color: #604c3f;
}
header .user-info .dropdown-menu a:hover {
  color: #F0AD4E;
}
header .sub-menu .user-info {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  display: none;
  border: 1px solid;
}
header .sub-menu .user-info a {
  margin-bottom: 0;
  padding: 5px 10px;
  color: #444;
  border-bottom: 1px solid;
}
header .sub-menu .user-info a:last-child {
  border-bottom: 0;
}
header .has-sub-menu {
  position: relative;
  display: inline-block;
}
header .has-sub-menu :hover .sub-menu {
  display: block;
}
header .logo {
  max-height: 50px;
}
.app-content {
  overflow: auto;
}
div#flash-messages {
  margin-top: 25px;
}
button.btn.btn-default.btn-minus {
  border-radius: 5px 0 0 5px;
}
button.btn.btn-default.btn-plus {
  border-radius: 0 5px 5px 0;
}
label {
  margin-bottom: 0;
}
.app-footer {
  background: #444;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
}
@media print {
  html * {
    overflow: auto;
  }
  .app-content {
    height: auto;
  }
  .ricetta-printable::before {
    content: "\2022   ";
  }
}
