.header {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 10px;
    background: #EFF3F8;
    border: 1px solid #eee;
    margin-bottom: 10px;
    position: relative;
}
.title{
    font-size: 16px;
    font-weight: bold;
}

body,html{
    overflow-x:hidden;
    min-height:500px;
}
a{
    cursor: pointer;
}

.table-responsive{
    min-height: 200px;
}
.operation{
    cursor: pointer;
    display: block;
    line-height: 16px;
}

.billHeader {
    table-layout: fixed;
    width: 100%;
    background-color: #EFF3F8;
}
.billHeader p{
    display: inline-block;
}
.billHeader thead td,
.billHeader tfoot td { padding: 0; }
.billHeader td {
    padding: 5px 25px;
    position: relative;
}
.billHeader td span:nth-child(1) { color: #666; }
.billHeader td span.black {
    color: #333;
    font-weight: bold;
}
.billHeader td span.red {
    color: #e60012;
    font-weight: bold;
}
.billHeader td .tips { color: #ff9c46; }
.billHeader input{
    display: inline-block;
    width: 183px;
}
.gropText{
    line-height: 34px;
    padding-right: 3px;
}
.set-btn{
    position: absolute;
    right: 50px;
    top: 10px;
}
.input-group{
    display: inline-table;
    vertical-align: bottom;
}