.error {
    border-color: #dc3545;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
 
}
.itemMob-box {
    font-size: 32px;
}
.itemMob-box {
    width: 100%;
    border-radius: 5px;
    margin: 0;
}
.freetable {
    background-color: #e0e0e0;
}
.hall-box {
    box-sizing: border-box;
    position: relative;
    box-shadow: 1px 1px 2.5px #455a64;
    border: 1px solid #667;
    text-align: center;
    padding: 10px;
    font-size: 36px;
    font-weight: bold;
    margin-top: 5px;
    height: 150px;
    border-color: #d7d7d7;
    width: 140px;
    margin: 5px 7px;
}
.category-navigator{
	background:#333;
	color:white;
	text-align: center;
}
.category-navigator .btn{
	width:100%;
}
.category-navigator .col-md-3{
	padding:0;
}
.chair {
    z-index: auto;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 10px;
    color: white;
    background: #bf2f5a;
    text-align: center;
    border-radius: 5px;
}
.number-chair{
	display: flex;
    justify-content: space-between;
}
.item-reservation{
	font-size: 1.2rem;
    background-color: orange;
    padding: 0 7px;
    line-height: 28px;
    border-radius: 5px;
}
.tableBusy {
    background-color: #2196f3;
    color: white;
    border: none;
}

.hall-box:active{
	cursor: pointer;
	background: #add8e9;
	color: white;
	border: none;
}
.hall-box:hover{
	cursor: pointer;
	background: #64b5f6;
	color: white;
	border: none;
}
.delivery-pendiente {
    background-color: #b04632;
    border: 1px solid #b04632;
    box-shadow: 1px 1px 5px #b04632;
}
.delivery-base {
    padding: 2.5px 15px;
    color: #fff;
    border-radius: 18px;
}