﻿.body, html {
    height: auto !important;
}

.padding-20 .div-row-new:last-child {
    margin-bottom: 0;
}

.subContent .basic-message-list li {
    border: none;
    width: 50%;
}

.appendDrag > tbody {
    text-align: left;
}

    .appendDrag > tbody > tr > td:nth-child(1) input {
        width: 170px;
    }

    .appendDrag > tbody > tr > td:nth-child(2) input {
        width: 120px;
    }

    .appendDrag > tbody > tr > td:nth-child(3) input {
        width: 120px;
    }

    .appendDrag > tbody > tr > td:nth-child(4) input {
        width: 120px;
    }

    .appendDrag > tbody > tr > td:nth-child(5) input {
        width: 60px;
    }

    .appendDrag > tbody > tr > td:nth-child(6) input {
        width: 60px;
    }

    .appendDrag > tbody > tr > td:nth-child(7) input {
        width: 60px;
    }

    .appendDrag > tbody > tr > td:nth-child(8) {
        width: 30px;
        font-size: 17px;
        color: #999;
        padding-top: 6px;
        cursor: pointer;
    }

    .appendDrag > tbody > tr > td input {
        height: 35px;
        margin-right: 15px;
        margin-top: 10px;
        background-color: #f6f9fb;
        padding-left: 15px;
    }

        .appendDrag > tbody > tr > td input:focus {
            background-color: #fff;
            border: 1px solid #498DFA;
        }

    .appendDrag > tbody > tr > td:last-child input {
        margin-right: 0;
    }

.dietUl > li {
    width: 270px;
    margin-right: 15px;
    border: 1px solid #eee;
    float: left;
}

    .dietUl > li:last-child {
        margin-right: 0;
    }

.kindOfDiet {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #eee;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
}

.breakfastIcon, .lunchIcon, .supperIcon {
    display: inline-block;
    background: url(../../../Images/Vicon.png);
    margin-right: 5px;
    vertical-align: middle;
}

.breakfastIcon {
    width: 18px;
    height: 20px;
    background-position: -178px -195px;
}

.lunchIcon {
    width: 22px;
    height: 17px;
    background-position: -213px -195px;
}

.supperIcon {
    width: 26px;
    height: 19px;
    background-position: -247px -195px;
}

.addFood {
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #6ecbff;
    float: right;
    border-radius: 20px;
    display: inline-block;
    margin-top: 2px;
}

    .addFood:hover {
        background: #d1f4f6;
    }

.foodList {
    padding: 0 10px;
    box-sizing: border-box;
}

    .foodList > li {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 20px 0 10px;
        box-sizing: border-box;
    }

        .foodList > li:last-child {
            border: none;
        }

.foodPic {
    width: 42px;
    height: 40px;
    float: left;
    margin-right: 17px;
    margin-top: 5px;
}

.foodList li span {
    margin-left: 10px;
}

    .foodList li span i {
        color: #999;
        margin-left: 4px;
    }

    .foodList li span input {
        width: 46px;
        height: 20px;
        outline: none;
        border: 1px solid #e2e2e2;
    }

.deleteServe {
    float: right;
    margin-top: 21px;
}

.foodList li:hover {
    background: #f9f9f9;
}

.subContent .basic-message-list span {
    margin-left: 5px;
    color: #999;
}

.guideTextarea {
    width: 774px;
}

.message-list > li {
    display: inline-flex;
    text-align: left;
    height: 50px;
    line-height: 50px;
    float: left;
}

    .message-list > li > label {
        width: 100px;
        float: left;
        font-weight: normal;
        color: #999;
    }

.basic-message-list input {
    width: 230px;
}

.table-patient-data.center > tr > td, .table-patient-data.center > tbody > tr > td {
    width: 11%;
}

    .table-patient-data.center > tr > td > div, .table-patient-data.center > tbody > tr > td > div {
        width: 100%;
        height: 100%;
        line-height: 40px;
    }


.delete1 {
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #6ecbff;
    float: right;
    border-radius: 20px;
    display: inline-block;
    margin-top: 2px;
}

    .delete1:hover {
        background: #d1f4f6;
    }

    .delete1 > b {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: 8px;
        background: url(../../../Images/self.png) no-repeat -42px -112px;
        cursor: pointer;
    }

.filtrate {
    height: 25px;
    line-height: 22px;
    padding: 0 14px 0 14px;
    border-radius: 13px;
    border: 1px solid #d5d5d5;
    float: left;
    margin-left: 30px;
    margin-top: 7px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.sub-label {
    float: left;
}

.arrow_p {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(../../../Images/health_u.png) no-repeat -114px -57px;
}

.filtrate.active {
    border: 1px solid #498DFA;
}

    .filtrate.active i {
        color: #498DFA;
    }

    .filtrate.active .arrow_p {
        background-position: -145px -57px;
    }

.tips_bg {
    position: absolute;
    top: -4px;
    right: -189px;
    color: #f6911a;
    background: url(../../../Images/tips_bg.png) no-repeat;
    width: 175px;
    height: 34px;
    text-indent: 10px;
    line-height: 31px;
}

.tb-border {
    top: -18px;
}

.tb-background {
    top: -18px;
}

.small-div {
    position: absolute;
    background: #fff;
    left: 20px;
    top: 40px;
    display: none;
    z-index: 99999;
}

.small-div-content {
    width: 568px;
    max-height: 195px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    padding: 20px 5px 5px 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

    .small-div-content li {
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
        border: 1px solid #d5d5d5;
        margin-right: 20px;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
    }

        .small-div-content li:hover {
            color: #498DFA;
            border: 1px solid #498DFA;
        }

        .small-div-content li.active {
            color: #498DFA;
            border: 1px solid #498DFA;
        }

#div_PrescName2 td, #div_PrescName2 td {
    padding: 5px;
}
