﻿.MenusContent {
    padding: 1%;
    overflow-y: hidden;
    white-space: nowrap;
}
    .MenusContent #ChildrenContainer {
        margin-top: 3em;
    }
.ChildMenuContainer {
    border-bottom: black solid 1px;
    overflow-x: scroll;
    overflow-y: scroll;
    display: table;
}

.ChildMenuDetails {
    display: inline-block;
    width: 8em;
    vertical-align: top;
}

#MenusSection {
    font-size: 0.8em;
}

.DishLabel {
    display: inline-block;
    width: 7em;
    text-align: center;
    white-space: normal;
}

#DishHeaders {
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: #efeeef;
    display: table;
    border-bottom: black solid 1px;
}

.FoodEatenLabel {
    cursor: pointer;
    display: inline-block;
    width: 7em;
    text-align: center;
    line-height: 7em;
    vertical-align: middle;
    height: 7em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.NothingEaten {
    background-image: url('../Content/Images/NoneBlue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5em;
}

.SomeEaten {
    background-image: url('../Content/Images/QuarterBlue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5em;
}

.HalfEaten {
    background-image: url('../Content/Images/HalfBlue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5em;
}

.MostEaten {
    background-image: url('../Content/Images/ThreeQuarterBlue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5em;
}

.AllEaten {
    background-image: url('../Content/Images/AllBlue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5em;
}

.Preference {
    background-color: #F2F072;
}

.Intolerance {
    background-color: #F29E0C;
}

.Allergy {
    background-color: #F7455A;
}

.TreatmentAlert {
    background-image: url('../Content/Images/TreatmentAlert.jpg');
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.ChildMenuDetails .ChildHeadShot {
    width: 60%;
}

.ChildMenuDetails input{
    display: block;
    margin: 10px 0;
}

#ChildTreatmentPopupContainer, #TodaysNurseryInfoPopupContainer {
    z-index: 1;
}

#ChildTreatmentPopup {
    display: block;
    margin: 10% auto;
    width: 30em;
    background-color: white;
}

#TodaysNurseryInfoPopup {
    display: block;
    margin: 10% auto;
    width: 35em;
    background-color: white;
}

#ChildTreatmentPopupHeader, #TodaysNurseryInfoPopupHeader {
    display: block;
    padding: 10px;
    background-color: #97CEFC;
}

#ChildTreatmentPopupChildName {
    margin-left: 10px;
    font-size: 2em;
    max-width: 250px;
}

#ChildTreatmentPopupHeader div, #TodaysNurseryInfoPopupHeader div {
    display: inline-block;
}

#ChildTreatmentPopupContent, #TodaysNurseryInfoPopupContent {
    display: block;
    padding: 10px;
}

#TodaysNurseryInfoPopupContent h4 {
    margin-top: 0.5em;
}

.ChildTreatmentLabel {
    display: inline-block;
    padding: 1em 0;
    width: 60%;
}

.ChildTreatmentDishLabel {
    padding-top: 10px;
    line-height: 1em;
}

.TreatmentButton {
    width: 5em;
    display: inline-block;
    float: right;
}

.ChildTreatment {
    min-height: 5em;
}
