
body, html {
    min-width: 850px;
}

.div-history-record .basic-message-list li {
    width: 226px;
}

    .div-history-record .basic-message-list li:first-child {
        width: 309px;
    }

        .div-history-record .basic-message-list li:first-child > label {
            width: 122px;
        }

.smallBtn.history-search {
    width: 80px;
    margin: 11px 0 0 10px;
    float: left;
}

input {
    width: 150px;
}

/*血糖明细框的样式*/
.message-box {
    width: auto;
    background: #fff;
    box-shadow: 1px 2px 3px #E9FBE4;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    text-align: center;
    color: #0C7823;
    float: left;
    position: absolute !important;
}

.triangle-border {
    position: absolute;
    left: 30px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid dashed dashed dashed;
}

.tb-border {
    top: -20px;
    border-color: transparent transparent #E5E5E5 transparent;
}

.tb-background {
    top: -19px;
    border-color: transparent transparent #fff transparent;
}

.ax_TipRowDiv {
    overflow: hidden;
}

.ax_TipDiv {
    padding: 10px 0px;
    width: 253px;
    overflow: hidden;
    color: #000;
    text-align: left;
}
.ax_TipDiv.onnoe {
        width: 253px;
}
.ax_tipTime {
    float: left;
    width: 30%;
    padding-left: 5px;
}

.ax_tipBloodSugarLevel {
    float: left;
    width: 15%;
}

.ax_tipAction {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 5px;
}

    .ax_tipAction > a {
        font-size: 12px;
    }

.ax_moreTipNote {
    float: right;
    display: block;
    top: 0;
    line-height: 10px;
    width: 10px;
    min-width: 0;
    height: 10px;
    padding: 0;
}


.ax_tipNote {
    width: 100%;
    float: left;
    padding: 5px;
    background-color: #F7F7F7;
}

.ax_tipEditNote {
    width: 100%;
    float: left;
    padding: 5px;
    display: none;
}

ax_tipNoteOptionDiv {
    display: none;
}

.ax_tipNoteOtherText {
    width: 100%;
    display: none;
}

.ax_tipNoteOption {
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding-left: 30px;
    color: #b4b4b4;
    float: left;
    margin: 5px 2px;
    line-height: 25px;
    width: 77px;
    cursor: pointer;
    border-radius: 1px;
    text-align: right;
    padding-right: 6px;
    font-size: 12px;
    background: #fff;
    position: relative;
}

    .ax_tipNoteOption:before {
        content: '';
        display: inline-block;
        width: 21px;
        height: 21px;
        background: url(../../../Images/bicon.png) bottom center transparent no-repeat;
        position: absolute;
        left: 4px;
        top: 2px;
    }

    .ax_tipNoteOption.MCY:before {
        background-position: 0px 0px;
    }

    .ax_tipNoteOption.HJL:before {
        background-position: 0px -21px;
    }

    .ax_tipNoteOption.HYL:before {
        background-position: -41px -21px;
    }

    .ax_tipNoteOption.CTB:before {
        background-position: -63px -21px;
    }

    .ax_tipNoteOption.CSG:before {
        background-position: -20px -21px;
    }

    .ax_tipNoteOption.QT:before {
        background-position: -19px 0px;
    }

    .ax_tipNoteOption.active {
        border: 1px solid #126fe3;
        background: #126fe3;
        color: #fff;
    }
/*血糖明细框的样式end*/

body {
    background: #fff;
}

.pop-content {
    background: #fff;
    border: none;
}

.div-history-record .basic-message-list li {
    width: 226px;
}

    .div-history-record .basic-message-list li:first-child {
        width: 309px;
    }

        .div-history-record .basic-message-list li:first-child > label {
            width: 122px;
        }

.smallBtn.history-search {
    width: 80px;
    margin: 11px 0 0 10px;
    float: left;
}

.timeSelect {
    padding-top: 25px;
}

.down_some_arrow {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(../../../Images/arrow_icon.png);
    margin-left: 10px;
    cursor: pointer;
}

.select-some {
    text-align: center;
    width: 10%;
    min-width: 80px;
    float: left;
    margin-top: 10px;
    position: relative;
}

.inc-pod {
    position: absolute;
    background: #fff;
    left: 0px;
    top: 36px;
    z-index: 1000;
    display: none;
}

.monthSelect {
    width: 100%;
    margin-bottom: 30px;
}

    .monthSelect li {
        float: left;
        width: 7.3%;
        min-width: 40px;
        height: 60px;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
    }

.month_go {
    width: 40px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    margin-left: 4px;
    cursor: pointer;
}

.monthSelect li.active .month_go {
    background: url(../../../Images/locate_icon.png);
    color: #fff;
}

.coin {
    width: 8px;
    height: 8px;
    background: #e6e6e6;
    position: absolute;
    left: 20px;
    bottom: -4px;
    border-radius: 50%;
}

.monthSelect li.active .coin {
    background: #498DFA;
}

.table-patient-data.center > tbody:nth-child(1) > tr:nth-child(3) > th {
    line-height: 21px;
    font-size:12px;
    background: #edf5fb;
}

.table-patient-data.center > tbody:nth-child(1) > tr:nth-child(2) > th {
    background: #edf5fb;
}

.slideContent {
    top: 120px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.incDiv {
    width: 133px;
    max-height: 202px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border: 1px solid #d5d5d5;
}

    .incDiv li {
        height: 40px;
        line-height: 40px;
    }

        .incDiv li:hover {
            background: #fff;
            color: #498DFA;
            font-size: 16px;
            cursor: pointer;
        }

        .incDiv li.active {
            background: #fff;
            color: #498DFA;
            font-size: 16px;
            cursor: pointer;
        }
