

/*#div_blood_sugar_report .div-page {
    margin-right: 90px;
}*/
.print {
    text-align: center;
    width: 80px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #2ABD9F;
    border-radius: 20px;
    margin-top: 8px;
    font-size: 13px;
    cursor: pointer;
}

.printPic {
    display: inline-block;
    width: 15px;
    height: 25px;
    background: url(../../../Images/Print.png) no-repeat 0px 3px;
    vertical-align: middle;
    margin-right: 9px;
}

.exportPDF {
    text-align: center;
    width: 80px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #2ABD9F;
    border-radius: 20px;
    margin-top: 8px;
    font-size: 13px;
    cursor: pointer;
    margin-right: 50px;
}

.exportPic {
    cursor: pointer;
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(../../../Images/export.png) no-repeat;
    vertical-align: middle;
}

.span_block_170px {
    min-width: 170px;
    margin: 3px 20px;
    display: inline-block;
}

.span_block_45px {
    min-width: 45px;
    margin: 3px 15px;
    display: inline-block;
}

.img-head-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
}

.patientName, .patient-PhoneNo {
    display: block;
    height: 25px;
    line-height: 25px;
    width: 100%;
    position: relative;
}

.center {
    text-align: center;
}

.span-flex.span-flex-report {
    width: 33.3%;
}

.span-flex.span-flex-report {
    width: 33.3%;
}


tbody #tr_bloodsugar_recordtype th {
    font-size: 13px;
    font-weight: normal;
}

.table-patient-tr.even th {
    font-size: 10px;
    color: #333;
    font-weight: normal;
}

.table-patient-data.center > tr > td, .table-patient-data.center > tbody > tr > td {
    text-align: center;
    border: 1px solid #eee;
}

.table-patient-data > tr > td, .table-patient-data > tbody > tr > td {
    font-size: 13px;
    color: #666666;
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
    height: 35px;
    /*border-bottom: 1px solid #eee;*/
}

.input-add-blooadsugar {
    display: none;
    width: 35px;
}
/*分时段血糖统计图*/
.blood-sugar-count-charts > div {
    float: left;
    display: inline-block;
    width: 25%;
    overflow: hidden;
    padding-top: 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 230px;
}

.chart_timeTitle {
    font-size: 13px;
    text-align: left;
    color: #333;
    margin: 0 25px;
}

    .chart_timeTitle i {
        display: inline-block;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        margin-bottom: -3px;
    }

        .chart_timeTitle i.Limosis {
            background: url(../../../Images/sugar-manager.png) no-repeat -2px -22px;
        }

        .chart_timeTitle i.BreakfastAfter {
            background: url(../../../Images/sugar-manager.png) no-repeat -2px -22px;
        }

        .chart_timeTitle i.LunchBefore {
            background: url(../../../Images/sugar-manager.png) no-repeat -17px -21px;
        }

        .chart_timeTitle i.LunchAfter {
            background: url(../../../Images/sugar-manager.png) no-repeat -17px -21px;
        }

        .chart_timeTitle i.SupperBefore {
            background: url(../../../Images/sugar-manager.png) no-repeat -32px -23px;
        }

        .chart_timeTitle i.SupperAfter {
            background: url(../../../Images/sugar-manager.png) no-repeat -32px -23px;
        }

        .chart_timeTitle i.SleepBefore {
            background: url(../../../Images/sugar-manager.png) no-repeat -47px -22px;
        }

        .chart_timeTitle i.WeeHours {
            background: url(../../../Images/sugar-manager.png) no-repeat -47px -22px;
        }


.chart_timeRange {
    font-size: 12px;
    color: #999;
}

.chart_valueRange {
    font-size: 13px;
    color: #333;
    margin-left: 25px;
}

    .chart_valueRange i {
        display: inline-block;
        margin-right: 10px;
        width: 15px;
        height: 15px;
    }

        .chart_valueRange i.target {
            background: url(../../../Images/sugar-manager.png) no-repeat -62px -19px;
        }

.blood-sugar-count-charts .div-charts {
    height: 142px;
}

.chart_subtitle_legend {
    margin: 0 30px;
}

    .chart_subtitle_legend > div {
        width: 33.3%;
        display: inline-block;
    }

.legendColor {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-right: 5px;
    border-radius: 3px;
}

    .legendColor.blue {
        background: #ffc640;
    }

    .legendColor.red {
        background: #fa805f;
    }

    .legendColor.green {
        background: #7cacfe;
    }

.table-patient.center {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.table-patient {
    width: 100%;
    border-radius: 5px;
    border-collapse: collapse;
}

    .table-patient.center > tr > th, .table-patient.center > tbody > tr > th {
        text-align: center;
        background-color: #EFF0F4;
        border: 1px solid #fff;
    }

.antemeridiem, .nooning, .afternoon, .evening {
    background: url(../../../Images/FirstDiagnosis.png) no-repeat;
}

.antemeridiem {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 11px;
    background-position: -2px -21px;
    vertical-align: middle;
}

.nooning {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-position: -18px -20px;
    vertical-align: middle;
}

.afternoon {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 15px;
    background-position: -32px -18px;
    vertical-align: middle;
}

.evening {
    display: inline-block;
    margin-right: 10px;
    width: 13px;
    height: 14px;
    background-position: -48px -19px;
    vertical-align: middle;
}

.table-patient > tr > th, .table-patient > tbody > tr > th {
    text-align: left;
    vertical-align: middle;
    color: #000;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    height: 30px;
    /*font-weight: 900;*/
    border-top: 1px solid #eee;
    font-weight: normal;
}

.table-patient.center > tr > td, .table-patient.center > tbody > tr > td {
    text-align: center;
    border: 1px solid #eee;
}

.table-patient > tr > td, .table-patient > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
    color: #666666;
}

.span_block_300px {
    min-width: 330px;
    margin: 3px 20px;
    display: inline-block;
}

.green-font {
    color: #498DFA;
}

.div-cookbook {
    overflow: hidden;
    margin-left: 0px;
}

.div-cookbook-left {
    width: 60px;
    float: left;
    color: #999;
    height: 30px;
    line-height: 30px;
}

.firstBreakfast li, .firstLunch li, .firstSupper li, .secondBreakfast li, .secondLunch li, .secondSupper li, .thirdBreakfast li, .thirdLunch li, .thirdSupper li {
    width: 150px;
    float: left;
    padding: 5px 17px;
    margin-right: 34px;
    vertical-align: middle;
    cursor: pointer;
}

.div-margin {
    margin: 5px 28px 30px 0px;
    /*    border: 1px solid #f3f3f3;*/
}

.div-msg {
    margin: 15px 0;
}

.div-msg {
    margin: 15px 0;
}

.percent50 {
    width: 50%;
    float: left;
}

.modality {
    padding-left: 20px;
    color: #498DFA;
    font-style: normal;
}

.massage-left {
    min-width: 72px;
    float: left;
    display: inline-block;
    /*width: 6%;*/
    height: 100%;
    /*padding-left: 20px;*/
}

.margin-left-72 {
    margin-left: 72px;
}

.massage-right {
    /*min-width: 700px;*/
    float: left;
    display: inline-block;
    /*width: 92%;*/
    width: 100%;
    height: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}


.health-advice-detail ul {
    width: 33.3%;
    float: left;
}

.health-advice-detail li a {
    color: #B5B5B5;
}

.report-right {
    width: 80px;
    height: 27px;
    font-size: 12px;
}

.pressure_max {
    background: #f2f2f2;
    color: #eb547c;
}

.blood-pre {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.notice i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ec2222;
    vertical-align: middle;
    margin-right: 4px;
}

#cookbooks li {
    cursor: auto;
}

.icon_BloodSugarCountTitle {
    /*background: url(../../../Images/Nutrition.png) no-repeat #00cac6 11px 9px;*/
}

/*血糖报告中医嘱药物的表格*/
.addDragTable {
    width: 100%;
}

    .addDragTable td {
        text-align: left;
    }

/*血压表格样式*/
#table_blood_pressure_count tr:first-child {
    min-height: 35px;
    height: 35px;
}

    #table_blood_pressure_count tr:first-child th {
        width: 154px;
    }

#table_blood_pressure_count th {
    width: 49px;
}

#table_blood_pressure_count td {
    height: 50px;
}

#div_HealthEducation {
    padding: 10px 10px 0px 20px;
    line-height: 2;
    margin-bottom: 15px;
    overflow: auto;
}

.haveNothing {
    height: 120px;
    padding: 30px 0 10px 96px;
    box-sizing: border-box;
}

.thingPic {
    width: 157px;
    height: 81px;
    margin-top: 15px;
    background: url(../../../Images/Diabetes.png) no-repeat -63px -173px;
    /*background: url(../../../Images/Vicon.png) no-repeat -20px -292px;*/
    float: left;
}

    .thingPic.another {
        background-position: -63px -173px;
    }

.thingTitle {
    float: left;
    margin: 20px 0 0 40px;
}

    .thingTitle li {
        float: left;
        margin-left: 30px;
    }

        .thingTitle li:first-child {
            margin: 0;
        }

.subTitle {
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding-left: 12px;
    width: 100%;
    box-sizing: border-box;
    /* border-left: 4px solid #72a7fb; */
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
}

.selectNew {
    font-weight: normal;
}

/*.subContent {
    padding: 10px 18px 20px 18px;
}*/

.subContent .writeUl-content {
    border: none;
    padding: 0;
    height: auto;
}

.table-patient-data.drag > tbody > tr > th {
    background: #fff;
    font-weight: normal;
    color: #999;
    border: none;
    text-align: left;
}

.table-patient-data.drag > tbody > tr > td {
    text-align: left;
    height: 35px;
    line-height: 35px;
}

.subContent .writeUl-content .writeWord {
    height: auto;
    -webkit-line-clamp: 400000;
    overflow: inherit;
}

.subContent .writeUl-content h5 {
    font-weight: bold;
}

.articleUl li {
    float: left;
}

    .articleUl li:first-child {
        width: 277px;
    }

    .articleUl li:nth-child(2) {
        width: 560px;
    }

    .articleUl li:first-child img {
        width: 260px;
        height: 150px;
    }

.writeUl.articleUl .writeUl-content .writeWord {
    padding-bottom: 0;
}

.addDragTable.drag > tbody > tr > th {
    background: #fff;
    font-weight: normal;
    color: #999;
    border: none;
    text-align: left;
    vertical-align: middle;
    height: 35px;
}

.addDragTable.drag > tbody > tr > td {
    text-align: left;
    height: 35px;
    line-height: 35px;
}



.span-detail {
    position: relative;
    margin-left: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    height: 31px;
}

.div-cookbook-right {
    margin-left: 60px;
}

#SportTherapyContent .div-msg:last-child {
    margin-bottom: 0;
}

.table-patient.center > tbody > tr:hover {
    background: #f5f7f9;
}
