/* Author:ZLZ 单据头样式 */

.bill-query {
    border-bottom: 1px solid #eee;
}

.bill-query .form-group label {
    /* width: 80px; */
    font-weight: normal;
}

.bill-query .form-group .form-control {
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
}

.bill-query .form-group .form-control.line {
    width: 490px;
}

.common-wid-90 {
    width: 90px !important;
}

.common-margin-bottom-20 {
    margin-bottom: 20px;
}

.common-left-133 {
    left: 133px !important;
}

.common-font {
    font-size: 12px;
    padding: 8px;
    padding-bottom: 7px;
    margin-left: -33px;
    background-color: #deefff;
}

.bill-query .form-group .form-control:focus,
.modal .form-group .form-control:focus {
    box-shadow: none;
}

.bill-query .form-group .form-control.disable-fff {
    background: #ffffff;
}

.bill-query .form-group .iconfont.icon-riqikongjian,
.modal .form-group .iconfont.icon-riqikongjian,
.bill-query .form-group .iconfont.icon-danchuangxuanze,
.modal .form-group .iconfont.icon-danchuangxuanze {
    position: absolute;
    top: 1px;
    right: 12px;
    line-height: 30px;
    color: #333;
}

.bill-query .form-group .iconfont.icon-danchuangxuanze,
.modal .form-group .iconfont.icon-danchuangxuanze {
    background: #deefff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    right: 1px;
}

.bill-query .form-group .btn {
    padding: 6px 20px;
}

.bill-query .form-group .checkbox-inline {
    width: 180px;
    margin-left: -20px;
}

.bill-query-hidden {
    cursor: pointer;
    background: #def3ff;
    font-size: 12px !important;
    padding: 0 15px;
    color: #666;
    position: relative;
    top: -4px;
}

.bill-query .guanbi,
.modal .guanbi {
    position: absolute;
    line-height: 1.9;
    right: 32px;
    cursor: pointer;
}


/* 分页控件 */


/* .page {
    padding: 10px 0;
} */

.page input[type=number] {
    width: 40px;
    display: inline-block;
}

.page input:focus {
    box-shadow: none;
}

.page .btn.btn-default.active,
.page .btn.btn-default.active:hover {
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
    color: #018efb;
}

.page .btn {
    padding: 6px 12px;
}

.width-230 {
    width: 230px !important;
}

.width-255 {
    width: 255px !important;
}