.ambia-bg {
  background: #0c4d51;
  /*background-image: url("../images/camera-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}

.login-wrapper {
  background: rgba(255, 255, 255, 0.6);
}
.login-wrapper h1 {
  color: #272c33;
  text-shadow: 0 0 10px #bbbcb6;
}
.login-wrapper .form-label {
  color: #272c33;
  text-shadow: 0 0 10px #bbbcb6;
}

.dataTables_filter {
  margin-top: 10px;
  margin-right: 10px;
}

.dataTables_info {
  margin: 0 0 10px 10px;
}

#order-table {
  width: 100%;
}
#order-table tr td {
  padding: 0.25rem;
}
#order-table tr th.number {
  width: 30px;
}
#order-table tr th.qty, #order-table tr th.discount {
  width: 200px;
}
#order-table tr th.amount {
  width: 100px;
}
#order-table tr th.buttons {
  width: 30px;
}
#order-table tr .form-group {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .full-width {
    width: 100%;
  }
}

/*# sourceMappingURL=custom.css.map */
