﻿* {
    padding:0px;
    margin:0px;
}
body{
    font-family:"微软雅黑";
}
a{
    text-decoration:none;
}
div.container{
    margin:0px auto;
    width:1200px;
}
.pressuretrace{
    width:910px;
    height:auto;
    margin-left:20px;
    float:left;
}
.pressuretrace-content{
    width:908px;
    height:auto;
    min-height:500px;
    background-color:#fff;
    border: 1px solid #dcdcdc;
    margin:20px 0;
}

div.top{
    font-size:14px;
    color:#00bc9b;
    width:908px;
    height:40px;
    line-height:40px;
}
.top img{
    vertical-align:-8px;
    margin:0 5px;
}

div.tab-title{
   margin:10px 20px 0;
}
div.tab-title ul li{
    display:inline-block;
    background-color:#eee;
    width:155px;
    border-radius:3px;
    font-size:14px;
    font-family:"微软雅黑";
    color:#333;
    text-align:center;  
    vertical-align:middle; 
    padding:10px 0px;
}
div.tab-title ul li.currentOption{
    background-color:#00bc9b;
    color:#fff;
}

div.tab-option{
    border:1px solid #eee;
    margin:0 20px 20px;
}
div.filter{
    margin:20px;
    font-size:14px;
    font-family:"微软雅黑";
    color:#333;
    line-height:40px;
}
div.filter select{
    width:85px;
    height:30px;
    border-radius:2px;
    outline:none;
    font-size:14px;
    font-family:"微软雅黑";
    color:#333;
    border:1px solid #ddd;
}
div.filter input{
    width:180px;
    height:30px;
    border-radius:2px;
    outline:none;
    border:1px solid #ddd;
    font-size:14px;
    font-family:"微软雅黑";
    color:#333;
}
div.filter input[type="button"]{
    width:75px;
    text-align:left;
    padding-left:10px;
    background:url(../images/duc-pressureTrace/icon-search.png) no-repeat right center;
}
div.filter>span{
    color:#3ea891;
}
div.filter>span>input{
    background:url(../images/patientDetails/duc-phyData-date.jpg) no-repeat right center;
}

table{
    width:100%;
    border-collapse:collapse;    
}
table tr{
    height:40px;
}
table>:not(:nth-child(1)) :hover{
    background-color:#dcf3f0;
}
table  tr td{
    border:1px solid #eee;
    font-size:12px;
    font-family:"微软雅黑";
    text-align:center;
}
table>:nth-child(1) {
    font-size:14px;
    background-color:#f5f5f5;
}
.pages span:not(.pagenum){
    display:inline-block;
    padding:0px 15px;
    height:30px;
    line-height:30px;
    border:1px #eee solid;
    text-align:center;
    vertical-align:middle;
    margin:0px 3px;
    border-radius:3px;
    cursor:pointer;
}
.pages span.page-right{
    float:right;
    border:none;
}
.pages span.page-right i{
    padding:0px 5px;
}
.currentpage{
    background-color:#3ea891;
    color:#fff;
}
.pages{
     padding:30px 10px;
     margin:0px auto;
}
div.tab-option{
    background-color:#fff;
}
.lis-tip{
    color: #00bc9b;
    text-align: center;
    line-height: 300px;
}
.lis-tip img{
    vertical-align:middle;
}