@media screen and (max-width: 480px) {
  #invoice_number {
    font-size: smaller;
  }

  .search-btn {
    font-size: x-small;
  }

  .container {
    width: 98%;
  }

  .card .card-content {
    padding: 12px !important;
  }

  img.logo_png_long {
    height: 54px !important;
    width: 195px !important;
  }
}
@media screen and (min-width: 993px) {
  #main {
    padding: 10px 20px;
  }

  table .invoice .payments {
    padding-top: 0px;
  }

  table .invoice .payment .info {
    margin-left: 15px;
  }

  table .invoice .payment .info i.material-icons {
    vertical-align: middle;
  }
}
@media screen and (max-width: 992px) {
  table .invoice .payment .info {
    display: block;
  }

  table .invoice .payments {
    padding-top: 0px;
  }

  table .invoice.card,
table .invoice .payments .payment.card:first-child {
    margin-top: 0px;
  }

  a.back_btn {
    display: inline-block !important;
    position: relative !important;
    right: 10px !important;
    top: 10px !important;
    z-index: 999 !important;
  }
}
body {
  background-color: #ccdddd;
}

.nav-wrapper {
  background-color: #1269b3;
}

.navbar-fixed {
  z-index: 999;
}

#mysidenav {
  padding-top: 64px;
  z-index: 998;
}

#loader {
  background-color: rgba(250, 250, 250, 0.54);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 997;
}

#loader_img {
  display: table;
  margin: 15% auto;
}

#auth_form {
  max-width: 300px;
  display: table;
  margin: 0 auto;
}

#auth_form .input-field,
#auth_form button {
  margin-top: 20px;
}

#login_btn {
  width: 100%;
}

.pagination li.active {
  background-color: #1269b3;
}

th, td {
  padding: 5px 5px;
}

.invoice .card.payment {
  padding: 3px;
  margin: 3px 0px;
}

.filter_invoices {
  cursor: pointer;
}

.filter_invoices .input-field,
.filter_users .input-field,
.filter_clients .input-field,
.filter_payments .input-field,
.filter_commissions .input-field,
.filter_logs .input-field,
.filter_operators .input-field,
.filter_payment_methods .input-field {
  margin-bottom: 15px;
}

.invoices-table tr.card.invoice:hover {
  background-color: rgba(129, 199, 132, 0.5);
}

.fixed_user_name {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.9);
  color: #42A5F5;
  border-top-left-radius: 3px;
  padding: 1px 4px;
}

.editable {
  display: block;
  width: 100%;
}

.ajax_edit_invoice_details input[type=text] {
  height: 30px;
  margin: 0;
}

.editable-btn {
  cursor: pointer;
}

img.logo_png {
  position: relative;
  height: 64px;
  width: 64px;
  vertical-align: bottom;
}

img.logo_png_long {
  position: relative;
  height: 64px;
  width: 232px;
  vertical-align: bottom;
}

a.back_btn {
  display: none;
}

.error_card.card,
.success_card.card {
  max-height: 200px;
  overflow-y: scroll;
}

.card .card-content .card-title {
  margin-bottom: 18px;
}

.input-field {
  margin-top: 0;
  margin-bottom: 0;
}

.input-field > input,
.input-field > div > input {
  height: 30px !important;
}

.input-field > label:not(.label-icon).active {
  transform: translateY(-10px) scale(0.8);
  transform-origin: 0 0;
}

.input-field label {
  transform: translateY(3px);
}

.input-field .helper-text {
  line-height: 0.1;
}

.input-field .prefix {
  top: 0;
}

.row {
  margin-bottom: 14px;
}

table tr td[contenteditable=true] {
  border-bottom: 1px solid #2bbbad;
}

.invoice_editable input[disabled=disabled],
.invoice_editable input[readonly=true],
.invoice_editable select[disabled=disabled] {
  color: black !important;
  border-bottom: 1px solid black !important;
  border-bottom: none !important;
}

.strong {
  font-weight: bold;
}

.input-cleaner {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
  cursor: pointer;
}

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