﻿table {
width:100%;
}

.text_red {
    color:red;
}

.divContent {
width:1006px;
margin-right:auto;
margin-left:auto;
font-size:14px;
}

.patientInfo {
    width:100%;
}
.patientHeadImg {
width:70px;height:70px;
margin:3px;
}
.btn-patientEdit {
    margin-top:15px;
}

.patient-title {
    overflow:hidden;
    margin:10px 0;
}
.patient-title-text {
    font-size:20px;
    color:#333333;
    margin-right:150px;
    float:left;
}
.patient-title-btn {
    width:145px;
    float:right;
    text-align:right;
}

.blockSpan {
    min-width:150px;
    margin:3px 20px;
    display:inline-block;
}
.transverse-line {
    margin:3px 0;
    border-top:1px solid #CCCCCC;
}

.table-analyse td{
    vertical-align:top;
}
.table-analyse-vertical-line {
  border-left:1px solid #000;
  width:1%;
}
/*病人得分*/
.div-circle-score {
    height:100px;width:100px;
    line-height:100px;
    font-size:38px;
    background-color:#FF9999;
    border-radius: 50%;
    text-align:center;
}
/*病人综合分析中的按钮组*/
.btn-group-analyse input{
margin:2px 20px;
}
.btn-patient {
    border-radius: 4px;
    cursor: pointer;
    padding:3px 10px;
    border:1px solid #000;
    background-color:#fff;

}


.table-patient {
 width:100%;
 text-align:center;
border-collapse:collapse;
}
.table-patient th{
 height:35px;
 background-color:blue;
 color:white;
 font-size:14px;
 font-weight:900;
 text-align:center;
  vertical-align:middle;
 border:1px solid #797979;
}
.table-patient  td{
 height:35px; font-size:12px;
 text-align:center; 
  vertical-align:middle;
 border:1px solid #797979;
}
.table-patient  td > div{
    line-height:33px;
}
.table-tool {
    width:100%;
}
.table-tool .tool-sum {
display:inline-block;
width:79%;
text-align:left;
}
.table-tool .tool-btn {
display:inline-block;
width:20%;
text-align:right
}


.reportforms img{
    width:100%;
    height:150px;
}


#table_bloodsugar th{
 width:10%;
}
#table_bloodsugar td{
 width:10%;
}

.ax_editTd {
    width: 80%;
    display: none;
    height:25px;
}
.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;
}   
.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;
}


/*血糖明细框的样式*/
.message-box {
    position:relative;
    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;
}
.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 ;
}