@charset "UTF-8";
h1, h2, h3 {
  color: #0000ff;
}

form ul.errors {
  list-style-type: none;
}

a {
  color: #0000ff;
}
a:hover, a:focus, a:active, a.active {
  color: #0000ff;
}

.bg-table {
  background: #edeff1 !important;
}

.bg-filter {
  background: rgba(255, 193, 6, 0.2) !important;
}

.text-brand {
  color: #0000ff !important;
}

.text-processing {
  color: #ffad5b !important;
}

.text-rejected {
  color: #d9534f !important;
}

.text-approved {
  color: #28a745 !important;
}

html body main[role=main]#content {
  padding: 2rem 0;
}
html body footer #footerContent {
  padding: 2rem 0;
  margin-top: 2rem;
  border-top: 1px solid #ccc;
  font-size: 13px;
  color: #999;
}

.bootstrap-datetimepicker-widget .fa, .bootstrap-datetimepicker-widget .fab, .bootstrap-datetimepicker-widget .fal, .bootstrap-datetimepicker-widget .far, .bootstrap-datetimepicker-widget .fas, .bootstrap-datetimepicker-widget .glyphicon {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.bootstrap-datetimepicker-widget .glyphicon-calendar:before,
.bootstrap-datetimepicker-widget .fa-calendar:before {
  content: "";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before,
.bootstrap-datetimepicker-widget .fa-chevron-left:before {
  content: "";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before,
.bootstrap-datetimepicker-widget .fa-chevron-right:before {
  content: "";
}
.bootstrap-datetimepicker-widget .glyphicon-time:before,
.bootstrap-datetimepicker-widget .fa-clock-o:before {
  content: "";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
  content: "";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
  content: "";
}
.bootstrap-datetimepicker-widget table {
  border-collapse: separate;
}
.bootstrap-datetimepicker-widget table tr th,
.bootstrap-datetimepicker-widget table tr .picker-switch {
  padding: 0.5rem !important;
}
.bootstrap-datetimepicker-widget table tr td,
.bootstrap-datetimepicker-widget table tr th {
  background: #fff !important;
  border-color: #fff !important;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table tr td.day {
  padding: 0.5rem !important;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table tr td.active,
.bootstrap-datetimepicker-widget table tr td.active:hover {
  background-color: #0000ff !important;
}
.bootstrap-datetimepicker-widget table tr td.today:before {
  border-bottom-color: #0000ff;
}
.bootstrap-datetimepicker-widget table tr td span {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table tr td span.active {
  background-color: #0000ff;
}

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