.col-height-1 {
    height: 100px !important;
    overflow: auto;
}

.col-height-2 {
    height: 200px !important;
    overflow: auto;
}

.col-height-3 {
    height: 300px;
    overflow: auto;
}

.right {
    float: right !important;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: #73BEFF;
    height: 60px;
    margin-top: 20px;
    padding: 20px;
}

table.waiters {
    counter-reset: rowNumber;
}

table.waiters tr>td:first-child {
    counter-increment: rowNumber;
}

table.waiters tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}

.card-outline-borderless {
    border: 0px !important;
}


.form-group label{
    font-weight: bold !important;
}

.has-canceled{
    color: lightgray;
}

.breadcrumb {
    margin-bottom: 0px !important;
}