body {
  background: #e7edf0;
  background: #cc0000;
  display: block; }

h1, h2, h3, h4, h5, p {
  margin: 0.5em 0; }

section.centerbox {
  box-shadow: 1em 1em 10em rgba(0, 0, 0, 0.4);
  margin: 5% auto;
  width: 40%;
  min-width: 36em;
  background: #f2f2f2;
  border-radius: 0.3em;
  text-align: center;
  border: 1px solid #550000;
  z-index: 99; }
  section.centerbox footer {
    position: static;
    background: #fff;
    padding-bottom: 0.1em;
    border-radius: 0 0 0.5em 0.5em; }
  section.centerbox small {
    color: #eee;
    text-transform: uppercase; }

#logo {
  border-radius: 999pt;
  width: 60%;
  margin: 2em auto;
  margin-bottom: 0; }

.upper,
.lower {
  padding: 0.5em 1em;
  padding-bottom: 1em;
  overflow: hidden; }

.lower {
  background: rgba(20, 20, 20, 0.4);
  border-top: 1px solid #220000; }

.content {
  border-top: 1px solid #e7edf0;
  border-top: 1px solid #c8d5dc;
  background: #fff;
  overflow: hidden; }

ul {
  display: block;
  margin: 0;
  margin-top: 0;
  border-bottom: 2px solid #c8d5dc; }

li {
  background: #f0f4f6;
  display: block;
  padding: 1em 1.4em;
  border-top: 1px solid #e7edf0;
  border-bottom: 1px solid #e7edf0;
  margin-bottom: -1px;
  overflow: hidden;
  text-align: left; }
  li i.fa {
    font-size: 140%;
    color: #537485;
    position: relative;
    top: 0.1em;
    right: 0.2em; }
  li small {
    display: block; }
  li div.details {
    text-align: right;
    float: right; }
  li div.name {
    display: inline;
    font-weight: bold;
    color: #224353; }

div.buttons {
  margin-top: 0.75em;
  background: #6f0000;
  overflow: hidden; }

.button, .button:link, .button:visited {
  font-size: 120%;
  border: 1px solid #dd7777;
  border-radius: 0.2em;
  display: block;
  margin: 0.2em 0;
  background: #bb0000;
  color: white;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  padding-right: 2em; }
  .button:hover, .button:link:hover, .button:visited:hover {
    background: #d50000;
    transition: all 0.3s ease-in-out; }
    .button:hover i.fa, .button:link:hover i.fa, .button:visited:hover i.fa {
      opacity: 1; }
  .button i.fa, .button:link i.fa, .button:visited i.fa {
    opacity: 0.5;
    margin-right: 0.3em; }

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

h3 {
  border-top: 1px solid #c8d5dc;
  background: #d7e1e6;
  color: #223036;
  margin: 0;
  font-size: 90%;
  text-transform: uppercase;
  padding: 0.5em;
  margin-top: 1em; }

footer {
  color: #ffbbbb;
  text-align: center;
  width: 100%;
  padding: 5% 0;
  font-size: 80%;
  clear: both;
  z-index: 1; }

.label-danger {
  padding: 0 5em; }

form div.item {
  padding: 0.1em 1em; }

form label {
  display: none; }

form input {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  background: #efefef;
  text-align: center;
  font-size: 120%;
  margin: 0.2em 0; }

nav#topbarfixed {
  background: #f2f2f2;
  position: fixed;
  top: 0;
  lefT: 0;
  right: 0;
  padding: 0;
  border-bottom: 1px solid #666;
  z-index: 10; }
  nav#topbarfixed #logo {
    width: 80px;
    float: left;
    display: inline;
    margin: 0;
    margin: 0.5em;
    margin-bottom: 0; }
  nav#topbarfixed div.buttons {
    float: right;
    padding: 0.5em;
    padding-right: 1em;
    background: none;
    border: none;
    margin: 0; }
  nav#topbarfixed form {
    display: inline; }
  nav#topbarfixed .button {
    width: auto;
    padding: 0.5em 1em;
    display: inline-block; }
    nav#topbarfixed .button.approval {
      position: static;
      background: green;
      border-color: #004400; }
    nav#topbarfixed .button .fa {
      color: white; }
  nav#topbarfixed a.close {
    font-size: 200%;
    text-decoration: none;
    display: inline-block;
    padding: 0.1em 0.5em;
    border-radius: 0.3em;
    margin-left: 0.5em; }
    nav#topbarfixed a.close:hover {
      background: rgba(100, 100, 100, 0.1); }
  nav#topbarfixed .approved .fa, nav#topbarfixed .approved strong {
    color: #006600; }
  nav#topbarfixed .rejected .fa, nav#topbarfixed .rejected strong {
    color: #660000; }
  nav#topbarfixed h1 {
    display: block;
    font-size: 120%;
    position: fixed;
    top: 1em;
    text-align: center;
    left: 20%;
    right: 20%; }
    @media screen and (max-width: 800px) {
      nav#topbarfixed h1 {
        display: none; } }

#preview, #pdf-file {
  z-index: 9;
  width: 100%;
  height: auto;
  background: white;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0; }

div.half {
  width: 48%;
  margin: 1%;
  float: left; }

#global-search {
  font-size: 120%;
  padding: 1em;
  padding-bottom: 0;
  clear: both;
  display: block;
  position: relative;
  overflow: hidden; }
  #global-search input.text {
    color: white;
    text-align: left;
    text-indent: 1em;
    width: 90%;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 8px 0 0 8px; }
    #global-search input.text::placeholder {
      color: rgba(255, 255, 255, 0.3); }
  #global-search button {
    border-radius: 0 8px 8px 0;
    z-index: 10;
    float: right;
    width: 10%;
    height: 50px;
    margin-left: -2px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none; }

table.orderlist {
  width: 100%; }
  table.orderlist td, table.orderlist th {
    text-align: left; }
  table.orderlist tbody tr th, table.orderlist tbody tr td {
    background: #fff;
    border-top: 1px solid #ccc; }
  table.orderlist tbody tr:last-child th, table.orderlist tbody tr:last-child td {
    border-bottom: 1px solid #ccc; }

.ui-widget.ui-datepicker {
  font-size: 13px; }

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