.ui-autocomplete-loading {
    background: white url("/img/loading.gif") right center no-repeat;
    background-size: 16px 16px;
}

div#content {
    background-image: url('/img/logo-medicus.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

legend label {
    font-weight: bold;
    color: #15848F;
    font-size: 1rem;
    line-height: 2rem;
}

label.legend {
    font-size: medium;
    display: block;
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
    background: #fff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 2px;
    padding: 0 0.1875rem;
    color: #15848F;
}

nav.navbar-fixed-top select {
    padding: 0 1em;
}

nav.navbar-fixed-top li.submit > button {
    padding: 0 1em;
}

.index table {
    table-layout: auto;
}

table tr:nth-child(2n) {
    background: #EEE;
}

table td {
    word-break: unset;
}

td.name {
    white-space: nowrap;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
    font-weight: normal;
    color: red;
}

button {
    margin: 0 2px;
}

.orders.history a.expired  {
    color: red;
}

.orders.history a.complete  {
    color: black;
}

.fa-calendar-times-o,
.fa-trash {
    color: red;
}

.fa-clock-o {
    color: green;
}

.fa-calendar-check-o,
.fa-edit {
    color: blue;
}
