﻿html, body {
    background: #fff;
}

.iconGlycosy {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../../../Images/historical-rec_icon.png) no-repeat;
}

.hemoglobin_wrap {
    width: 99%;
    padding: 16px 30px 0;
    box-sizing: border-box;
}

.hemoglobinList li {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    text-align: center;
    width: 33%;
    box-sizing: border-box;
    background: #edf4fa;
}

    .hemoglobinList li:first-child {
        border-left: 1px solid #e4e4e4;
        box-sizing: border-box;
    }

.bin_L {
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.data-wrap {
    width: 99%;
}

    .data-wrap li {
        height: 50px;
        line-height: 50px;
        width: 33.333%;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        box-sizing: border-box;
        text-align: center;
        float: left;
    }

        .data-wrap li:first-child {
            border-left: 1px solid #e4e4e4;
            box-sizing: border-box;
        }

    .data-wrap:hover {
        background: #f8f7f7;
    }

.hemoglobin_Standard {
    font-size: 12px;
    margin: 18px 0 20px;
    line-height: 1.7;
    color: #666;
}

.GlyColor {
    color: #f6911a;
}

.dataPart {
    height: 250px;
    /*overflow: scroll;*/
}

.dataValue {
    display: inline-block;
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    /*margin-left: 38px;*/
}

.hemogInput {
    /*display: none;*/
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    margin-left: 38px;
    font-size: 15px;
}

.div-hemog {
    display: none;
}

.clickWrite {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../../../Images/editor_icon.png) no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: -20px;
}

    .clickWrite:hover {
        background: url(../../../Images/editor-sel_icon.png) no-repeat;
    }

/*.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -8px;
}*/
