@charset "utf-8";

li.meal {
    display: inline-block;
}


.img-thumbnail {
    height: 5em;
}

.btnDiv {
    margin-left: 34.5%;
}

.selected {
    background: gray;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.btn-search {
    margin-bottom: 1%;
    margin-left: 5px;
}

.modal fade {
    height: 200px;
    width: 200px;
}

.modalInput1,
.modalInput2 {
    margin-left: 100px;
    font-size: 15px;
    height: 40px;
    width: 250px;
}

.mouseover {
    cursor: pointer
}

.trClass {
    color: gray;
}

table {
    font-size: 12px;
}

.form-control {
    display: inline;
}

.download {
    margin-bottom: 5px;
}

.text_right {
    display: inline-block;
    width: 680px;
    text-align: start;
    color: gray;
    margin-bottom: 1%;
}

#m-datatable-1 p {
    margin-bottom: 0;
}

#m-datatable-1 td .btn {
    width: 100%;
    font-size: 0.5rem;
    padding: 5px 0;
    margin: 5% 1%;
}

@media(max-width:1320px) {
    .text_right {
        text-align: left;
    }
}