﻿
body, html {
    height: auto !important;
    background: #fff;
}

.diet-ul > .basic-message-list > li > label {
    width: 110px;
}

.diet-content > div > ul {
    float: left;
}

    .diet-content > div > ul > li {
        display: inline-block;
    }

.food-analysis > .basic-message-list {
    border-top: 1px solid #e2e2e2;
}

    .food-analysis > .basic-message-list > li {
        border: none;
    }

        .food-analysis > .basic-message-list > li > input {
            width: 148px;
        }

.diet .div-page-title .page-title-text {
    height: 50px;
    line-height: 50px;
}

.diet-ul > .basic-message-list > li {
    width: 50%;
    border: none;
}

.basic-message-list input {
    width: 230px;
}

    .basic-message-list input.short-input {
        width: 100px;
    }

.reach {
    padding: 0 8px;
}

.diet-ul > ul {
    padding-top: 10px;
    box-sizing: border-box;
}

.dietary {
    float: left;
}

    .dietary > li {
        width: 80px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #e2e2e2;
        margin-right: 20px;
        text-align: center;
        float: left;
        cursor: pointer;
    }

        .dietary > li.active {
            color: #fff;
            background: #2ABD9F;
        }

.btn-add-food {
    float: right;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
    background: #498DFA;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .btn-add-food > i {
        margin-right: 4px;
    }

.foodPic {
    float: left;
    width: 80px;
    height: 80px;
    background: url(../../../Images/food.png) no-repeat;
    position: relative;
}

    .foodPic.breakfastPic {
        background-position: -84px -2px;
    }

    .foodPic.lunchPic {
        background-position: -167px -2px;
    }

    .foodPic.supperPic {
        background-position: -248px -2px;
    }

.foodHint {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    text-align: center;
    border-radius: 0 0 3px 3px;
    color: #fff;
    bottom: 0;
}

.food-detail {
    float: left;
}

.expurgate-btn {
    width: 48px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding-top: 4px;
}

.breakfast-time, .lunch-time {
    min-height: 80px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.supper-time {
    min-height: 80px;
    position: relative;
    padding-bottom: 15px;
}

.selectRow {
    display: inline-block;
    margin-top: 5px;
}

    .selectRow input {
        margin: 0px;
    }

.FoodWeight {
    width: 40px;
}

#DietPlanListMsg {
    color: #ff0000;
}

.breakfast-ul, .lunch-ul, .supper-ul {
    margin-right: 60px;
}

    .breakfast-ul > li, .lunch-ul > li, .supper-ul > li {
        width: 253px;
        float: left;
        margin-bottom: 10px;
    }

.food-detail > ul {
    margin-left: 10px;
}

    .food-detail > ul > li {
        margin-top: 4px;
    }

.wipeIcon {
    display: block;
    width: 44px;
    height: 20px;
    background: url(../../../Images/Pop.png) no-repeat -2px -71px;
}

.food-detail > ul > li > span {
    color: #999;
    margin-left: 5px;
}
