.header {
    margin-top: 1em;
}

.top_logo {
    max-height: 5rem;
}

.sidebar .nav-link {
  color: #999;
}

.sidebar .nav-link.active {
  font-weight: 700;
  color: #333;
}

.sidebar .nav-link:hover {
  color: inherit;
}

/* Tables */

table {
    margin-top: 1em;
    margin-bottom: 1em;
}

th {
    background-color: lightgrey;
}

td {
    padding-right: 1em;
}

/* Orders */

.order_table .print_state_downloaded .order_info {
    color: orange;
}

.order_table .print_state_printed .order_info {
    text-decoration: line-through;
    color: green;
}

.order_table .print_state_radio {
    text-align: center;
    width: 4em;
}

.border_table td, .border_table th {
    border: 1px gray solid;
    padding: 0.5em;
}

/* Dashboard */

.dash-board h2 {
    font-size: 1rem;
}
.dash-board h3 {
    font-size: 0.8rem;
}

.dash-graph {
    height: 200px;
}

/* General */

.inactive {
    color: lightgrey;
}

.disabled {
    text-decoration: line-through;
}