html {
    -ms-content-zooming: none; /* Disables zooming */
    /* touch-action: none; */ /* Disable any special actions on tap/touch - also scrolling disabled! */
}

body {
    background-color: #FFEFD5;

    /* disable text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h4 {
    margin-top: 25px;
}

.row {
    margin-bottom: 20px;
}

.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}

[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
}

/*
hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
*/

/*
.btn {
	min-width: 100px;
}
*/

/* based on an example found at http://www.bootply.com/JnOYtO9xzn */
/*
.table-order > thead {
  width: 100%;
}
*/
.btn-menu-resto {
    min-height: 73px;
    border: solid white 1px;
}

.btn-product {
    margin-bottom: 10px;
}

.table-order > tbody {
    max-height: 230px; /* using max-height here so that the basket is no using space if it's by example a new order */
    overflow-y: auto;
    width: 100%;
}

.table-order > thead, .table-order > tbody, .table-order > thead > tr, .table-order > tbody > tr, .table-order > tbody > td, .table-order > tbody > th {
    display: block;
}

.table-order > tbody > tr > td, .table-order thead > tr > th {
    border-bottom-width: 1px;
    float: left;
    width: 100%;
}

.basketLine > td, .historyLine > td {
    padding: 0;
}

.basketLine > td > table > tbody > tr > td, .historyLine > td > table > tbody > tr > td {
    padding: 6px;
}

.openTable {
    width: 190px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 15px;
    float: left;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    margin: 15px;
    /* margin-bottom: 20px; */
    cursor: pointer;
}

.openTableName {
    margin-top: -35px;
    margin-bottom: 0px;
    margin-left: -8px;
    background-color: #999;
    float: left;
    padding: 2px 5px;
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}

.categoryMenu {
    padding-left: 0;
}

.categoryMenu > li {
    display: inline-block;
}

.basketSupplementsLine ul {
    /* margin-bottom is set by Bootstrap V4 (alpha), I don't want this.. */
    margin-bottom: 0;
}

/* used for tableTransfer, retour */
.selectLine {
	cursor: pointer;
}
