header {
    margin-left: 55px;
}

.logo {
    font-size: 32px;
}
.logo a:hover {
    text-decoration: none;
}

h1 {
    margin-top: 0;
}

p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-center,
.center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.small {
    font-size: 75%;
}
hr.lite {
    margin:3px 0;
}

input {
    display: block;
    margin-bottom: 20px;
}

input[type="text"], input[type="password"] {
    width: 200px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

input[type="checkbox"] {
    display: inline; margin-right: 10px;
}

input[type="submit"] {
    margin-top: 10px;
}

td, th {
    padding: 10px 10px 10px 0;
    max-width: 200px;
}

a.btn-action {
    color: white;
    background-color: #2B678C;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}
a.btn-action:hover, a.btn-action:focus {
    text-decoration: none;
    color: white;
    background-color: rgb(216, 106, 106);
}

a.btn-delete {
    background-color: rgb(213, 61, 61);
}

a:hover, a:focus {
    text-decoration: underline;
    color: rgb(216, 106, 106);
}

a:active {
    text-decoration: none;
    color: rgb(213, 61,	61);
}

a{
    color: rgb(213, 61,	61);
}

li {
    list-style: none;
    padding: 5px;
}

li a {
    color: white;
    background-color: rgb(213, 61, 61);
    width: 250px;
    padding: 5px;
    display: block;
}

li a:hover, li a:focus {
    color: white;
    text-decoration: none;
    background-color: rgb(216, 106, 106);
}


.container {
    position: absolute;
    top: 75px;
}

.sidebar {
    position: absolute;
}

.content {
    position: relative;
    left: 350px;
    padding-bottom: 40px;
    width: 80%;
}

.alert h4 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
}

.alert>ul {
    padding-left: 0px;
}

.menu-group {
    font-weight:bold;
    font-size: 14px;
    padding-left:20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.data-group {
    font-weight:bold;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu-item {
    font-weight:normal;
    font-size: 11px;
    padding: 0px 10px 0px 0;
}

.item-list {
    margin-left: 20px;
    margin-bottom: 5px;
}
.item-list th {
    font-size: 12px;
}

.status-symbol {
    margin: 0 auto;
    border: 0px;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.status-symbol.green {
    background-color: forestgreen;
}
.status-symbol.red {
    background-color: red;
}

.status-symbol.small {
    height: 8px;
    width: 8px;
}

.status-symbol.inline {
    display:inline-block;
}

div.order-finder {
    margin-left: 40px;
}
div.order-finder form input[type="TEXT"] {
    width: 100px;
}

#ticket td {
    max-width: 200px;
}

.ticket h2 {
    font-size: 24px;
    margin-top: 10px;
}

.ticket h3 {
    font-size: 20px;
    margin-top: 10px;
}

.clear {
    clear:both;
}

section {
    margin-top: 30px;
}

tr.red {

    background-color:#ffb3b3;
}
td.red {
    color:#990000;
    background-color:#ffb3b3;
}

td.blue {
    font-weight: bold;
    color: #0d87e9;
}

tr.blue {
    background-color: #f0f8ff;
}

td.green {
    font-weight: bold;
    color: #06661e;
}

tr.green {
    background-color: #29eb834a;
}

td.push-left-5 {
    padding-left: 5px;
}

.parent-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.parent-group .form-element {
    padding-right: 20px;
}
.parent-group .form-element input[type="text"] {
    min-width: 100px;
}

input[type="text"].small-text {
    width: 80px;
}

input.inline {
    display: inline-block;
    margin-bottom: 0px;
}

table.zebra {
    width:100%;
    border: 1px solid #999;
    border-collapse: collapse;
}

table.zebra tr {
    border: 1px solid #999;
}
table.zebra tr td {
    padding: .3em .1em;
    border: 1px solid #999;
}

table.zebra tr:nth-child(even) {
    background-color: #f2f2f2;
}
table.zebra tr.red:nth-child(even) {
    background-color: #ffc3c3;
}