﻿html, body {
    background: #ecedf1 !important;
    /*width: 939px;*/
    /*min-height: 1450px;*/
}

.report-btn {
    margin: 5px 10px;
    text-decoration: none;
    padding: 5px 17px;
    border: 1px solid #DCDCDE;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
}

    .report-btn.active {
        background: #5ab5ff;
        color: #fff;
        border: none;
    }

#div_report_btns input.active {
    background: #ffb14a;
    color: #fff;
    border: none;
}

/*评分*/
.circle-count {
    position: relative;
    width: 116px;
    margin: auto;
    height: 116px;
}

.dataScore {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    -webkit-transform: translate(-50%,-50%); /*谷歌兼容*/
    -o-transform: translate(-50%,-50%); /*opera*/
    -moz-transform: translate(-50%,-50%); /*火狐*/
    -ms-transform: translate(-50%,-50%); /*IE*/
    transform: translate(-50%,-50%);
}

    .dataScore i {
        font-style: normal;
        font-size: 15px;
        color: #999999;
    }
/*评分end*/


.recipList {
    overflow: hidden;
    margin-top: 10px;
}

.table-patient-data th {
    min-width: 97px;
}

.div-blood-sugar-count-left {
    height: 156px;
}


/*血糖明细框的样式*/
.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_tipTime {
    float: left;
    width: 35%;
    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;
        color: #498DFA;
    }

        .ax_tipAction > a:hover, .ax_tipAction > a:focus {
            text-decoration: none;
        }

.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*/

/*=================================按钮的样式 ==================================*/
.small-btn {
    height: 25px;
    border-radius: 5px;
    line-height: 22px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    overflow: inherit;
    padding: 0 10px;
    border: 0;
    cursor: pointer;
    background-color: #498DFA;
}
