﻿/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.guest {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    color: olivedrab;
    padding-left: 2em;
}


#addMembers .modal-dialog {
    width: 75%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#addMembers .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

#addMeal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#addMeal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.panel-footer.panel-custom-danger {
    background: red;
    color: white;
}

.panel-footer.panel-custom-grey {
    background: #6c757d;
    color: white;
}

.backgroundColor {
    background-color: aquamarine;
}

.somePadding {
    padding-left: 20px;
}
.sweet {
    background-color:chocolate;
}
.fish {
    background-color: #B1A0C7;
}

.vegetarian, .vegan {
    background-color: #e6e600;
}

.Cheese, .fruit {
    background-color: #00b050;
}

.meat {
    background-color: lightcoral;
}

.standardChoice {
    background-color: #D8E4BC;
}

img {
    float: left;
    margin: 0px 20px 10px 0px;
}

.headingRow {
    font-weight: bold;
    background-color: lightgray;
}

.spacer {
    margin-right: 50px;
}

#taxCurrent {
    padding-right: 50px;
}

.std {
    font-weight: bold;
    background-color: lightgray;
}
