.bg-warning {
  background-color: #fcf8e3 !important;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5 !important;
}

.bg-danger {
  background-color: #f2dede !important;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9 !important;
}

.bg-success {
  background-color: #dff0d8 !important;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3 !important;
}

@media print {
  .btn {
    display: none;
  }
  .can-print-long {
    width: auto;
  }
}
