@charset "UTF-8";

/* Edit: #a8bfde - #ddd */
/* Border styles */
#print-fund th, #print-fund td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    max-width: 350px;
    overflow: hidden;
}

#print-fund {
    width: 100%;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
}

/* Padding and font style */
#print-fund td, #print-fund th {
    padding: 1px 5px;
    font-size: 12px;
    font-family: "Microsoft YaHei", Verdana, serif;
    color: #333;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
}

#print-fund th {
    font-weight: bold;
    text-align: center;
    background-color: #eee;
}

#print-fund td.cususer {
    width: 60px;
    text-align: center;
}

/*维修单打印样式*/
.print-title {
    text-align: center;
    font-family: "Microsoft YaHei", serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}

.print-subtitle {
    text-align: center;
    font-family: "Microsoft YaHei", serif;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.print-tips {
    text-align: center;
    line-height: 60px;
    font-family: "Microsoft YaHei", serif;
    font-size: 14px;
    color: #333;
}

.print-header {
    width: 100%;
}

.print-header tr td {
    padding: 3px 5px;
    font-size: 12px;
    font-family: "Microsoft YaHei", Verdana, serif;
    color: #333;
    text-align: left;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50%;
}

.print-footer {
    width: 100%;
    margin-top: 5px;
}

.print-footer tr td {
    padding: 1px 5px;
    font-size: 12px;
    font-family: "Microsoft YaHei", Verdana, serif;
    color: #333;
    text-align: left;
    width: 50%;
}

/*发货单打印样式*/
.print-header-express {
    width: 100%;
    margin-top: 20px;
}

.print-header-express tr td {
    padding: 3px 5px;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, serif;
    color: #333;
    text-align: left;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50%;
}

.print-footer-express {
    width: 100%;
    margin-top: 10px;
}

.print-footer-express tr td {
    padding: 1px 5px;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, serif;
    color: #333;
    text-align: left;
    width: 50%;
}

.print-file {
    width: 100%;
    margin-top: 10px;
}

.print-file-full {
    width: 100%;
    margin-bottom: 5px;
}

.print-file-half {
    width: 45%;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}