﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
    background: #EFF0F4;
}


.hide {
    display: none;
}

.hand {
    cursor: pointer;
}

.div-patient-index-content {
    padding: 10px 20px;
}
/*=================================tab列表样式==================================*/
.div-tabs-contents > div {
    display: none;
}

    .div-tabs-contents > div.active {
        display: inline;
    }

.div-tab {
}

.tab-ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
}

    .tab-ul > li {
        float: left;
        text-align: center;
        height: 80px;
        margin-top: 10px;
        width: 20%;
        cursor: pointer;
    }

        .tab-ul > li div.div-tab-content {
            height: 80px;
            background: #fff;
            margin-right: 20px;
            border-radius: 7px;
            cursor: pointer;
        }

        .tab-ul > li:last-child div.div-tab-content {
            margin-right: 0px;
        }

        .tab-ul > li.active div.div-tab-content {
            background: #2ABD9F;
            color: #fff;
        }

        .tab-ul > li div.tab-icon {
            min-width: 60px;
            height: 80px;
            float: left;
            margin: 0;
            text-align: center;
        }
            .tab-ul > li div.tab-icon > i {
                display: inline-block;
                background: url(../../../Images/Web/BP/BPD_PatientIndexTab_Icon.png) no-repeat;
                cursor: pointer;
            }

                .tab-ul > li div.tab-icon > i.blood-sugar-management {
                    width: 30px;
                    height: 52px;
                    margin-top: 15px;
                    background-position: -1px 0px;
                }

        .tab-ul > li.active div.tab-icon > i.blood-sugar-management {
            background-position: -32px 0px;
        }

        .tab-ul > li div.tab-icon > i.blood-sugar-report {
            width: 35px;
            height: 52px;
            margin-top: 17px;
            background-position: -65px 0px;
        }

        .tab-ul > li.active div.tab-icon > i.blood-sugar-report {
            background-position: -102px 0px;
        }

        .tab-ul > li div.tab-icon > i.doctors-advice-recipe {
            width: 44px;
            height: 44px;
            margin-top: 17px;
            background-position: -138px 0px;
        }

        .tab-ul > li.active div.tab-icon > i.doctors-advice-recipe {
            background-position: -182px 0px;
        }

        .tab-ul > li div.tab-icon > i.health-file {
            width: 34px;
            height: 40px;
            margin-top: 18px;
            background-position: -226px 0px;
        }

        .tab-ul > li.active div.tab-icon > i.health-file {
            background-position: -260px 0px;
        }

        .tab-ul > li div.tab-icon > i.electronic-medical-record {
            width: 44px;
            height: 44px;
            margin-top: 17px;
            background-position: -292px 0px;
        }

        .tab-ul > li.active div.tab-icon > i.electronic-medical-record {
            background-position: -336px 0px;
        }

        .tab-ul > li div.tab-text {
            width: 90px;
            height: 80px;
            float: left;
            margin: 0;
            text-align: left;
        }

            .tab-ul > li div.tab-text > span {
                display: block;
                line-height: 20px;
                margin-top: 30px;
                font-size: 20px;
            }
/*=================================tab列表样式 END==================================*/

/*=================================div块的样式===================================*/
/*20%的DIV*/
.percent20 {
    float: left;
    display: inline-block;
    width: 20%;
}

/*50%的DIV*/
.percent50 {
    float: left;
    display: inline-block;
    display: block;
    width: 50%;
}

.div-row {
    padding: 5px 0;
    overflow: hidden;
}

.div-page {
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.div-page-title {
    width: 100%;
    padding: 8px 0 14px 15px;
    margin-bottom: 1px;
    min-height: 40px;
    border-bottom: 1px solid #eef0f4;
    display: block;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.vertical-bar-father {
    display: inline-block;
    width: 6px;
    height: 20px;
}.vertical-bar {
    width: 3px;
    height: 16px;
    background: #498DFA;
    margin-top: 6px;
}
.div-page-title-text {
       font-size: 20px;
    width: 100%;
    float: left;
    text-indent: 3px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.div-page-title-right {
    min-width: 120px;
    padding-right: 20px;
    width: 10%;
    float: right;
    text-align: right;
}

.div-page-content {
    width: 100%;
    padding: 5px;
    overflow: hidden;
}
/*=================================div块的样式 END===================================*/

/*=================================头像的样式==================================*/
.div-head-icon {
    width: 110px;
    height: 110px;
    border-radius: 110px;
}

.img-head-icon {
    width: 110px;
    height: 110px;
    border-radius: 110px;
}
/*=================================头像的样式 END==================================*/


.green-font {
    color: #498DFA;
}

.orange-font {
    color: #F9A156;
}

/*=================================按钮的样式 ==================================*/
.small-btn {
    height: 25px;
    border-radius: 5px;
    line-height: 22px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    overflow: inherit;
    padding: 0 15px;
    border: 0;
    cursor: pointer;
    background-color: #4FD2C2;
}

.btn-patient {
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 15px;
    border: 1px solid #2ABD9F;
    background-color: #fff;
    color: #2ABD9F;
    margin: 5px;
}

    .btn-patient.active {
        background-color: #2ABD9F;
        color: #fff;
    }

    .btn-patient:hover {
        background-color: #2ABD9F;
        color: #fff;
    }
/*=================================按钮的样式 END==================================*/


/*=================================表格的样式 ==================================*/
.table-patient {
    width: 100%;
    border-radius: 5px;
    border-collapse: collapse;
}

    .table-patient > tr > th, .table-patient > tbody > tr > th {
        text-align: left;
        padding-left: 5px;
        vertical-align: middle;
        color: #000;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        height: 40px;
        font-weight: 900;
        border-top: 1px solid #eee;
    }

    .table-patient > tr > td, .table-patient > tbody > tr > td {
        font-size: 12px;
        color: #666666;
        text-align: left;
        padding-left: 5px;
        vertical-align: middle;
        height: 35px;
        border-bottom: 1px solid #eee;
    }

    .table-patient.center {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

        .table-patient.center > tr > td, .table-patient.center > tbody > tr > td {
            text-align: center;
            border: 1px solid #eee;
        }

        .table-patient.center > tr > th, .table-patient.center > tbody > tr > th {
            text-align: center;
            background-color: #EFF0F4;
            border: 1px solid #fff;
        }

/*=================================表格的样式 END==================================*/
/*.css3{
    behavior: url(ie-css3.htc);
}*/

.div-charts {
    width: 100%;
    height: 100%;
    zoom: 1;
}

.chart_title {
    font-size: 20px;
    text-align: center;
}

.div-doctor-advice {
    padding: 10px 25px 10px 25px;
}
