.recovery-record-wrapper .mailbox-view{
    padding: 25px 0 0;
    font-size: 12px;
}
.recovery-record-wrapper .mailbox-view-header{
    padding-bottom:11px;
    padding-left:0;
    color:#313534;
    font-size:14px;
    border-bottom: 1px solid #e0e0e0;
}
.recovery-record-wrapper .mailbox-options {
    border-bottom:none;
    padding-top:14px;
    margin-left: 0;
}
.recovery-record-wrapper .mailbox-options ul li{
    height:28px;
}
.recovery-record-wrapper .mailbox-options input[type=text],.recovery-record-wrapper .inputSeach{
    height:26px;
    font-size:12px;
}
.recovery-record-wrapper .mailbox-options ul li{
    margin-right:6px;
    margin-bottom:5px;
}
.recovery-record-wrapper .mailbox-options ul input.orderNumber,.recovery-record-wrapper .mailbox-options ul input.courierNumber,.recovery-record-wrapper .mailbox-options ul input.nickname{
    width: 100%!important;
}
.recovery-record-wrapper .mailbox-options ul .btn-box{
    width:auto;
}
.recovery-record-wrapper .mailbox-options ul .btn-box button{
    padding:0 5px;
    min-width: 60px;
}
.recovery-record-wrapper .table-content thead tr{
    height:31px;
    border-top: 1px solid #E0E0E0;
}
.recovery-record-wrapper .table-content  tr th{
    color:#313534;
    font-size:14px;
    font-family:"微软雅黑", sans-serif;
    font-weight:400;
}
/* 分页 */
.recovery-record-wrapper .mainTablePagingBar{
    width:100%;
    text-align: center;
}
.recovery-record-wrapper .pagination li.active{
    background:#3b82ed!important;
}
/* 日期选择 */
.recovery-record-wrapper .drp-day-selected,.recovery-record-wrapper .setBtnBoot{
    background:#3b82ed!important;
}

.drp-popup{
    top:95px;
}

.supplier_box {
    position: relative;
}
.supplier_box .supplier_item {
    position: absolute;
    top: -48px;
    left: -24px;
    font-size: 12px;
    padding: 6px;
    white-space: nowrap;
    z-index: 10;
    border-radius: 3px;
    background: rgba(37,41,51,0.6);
    box-shadow: 0px 2px 24px 0px rgba(200,201,204,0.5);
    color: #FFFFFF;
    display: none;
}
.supplier_box .supplier_item .supplier_text{
    color: #3b82ed;
    text-decoration:underline;
    cursor: pointer;
}
.supplier_box .supplier_item .trangle {
    position: absolute;
    left: 26px;
    bottom: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgba(37,41,51,0.6);
    box-shadow: 0px 8px 16px 0px rgba(207,211,219,0.8000);
}
.supplier_box:hover .supplier_item {
    display: block;
}
.modal-content {
    color: #252933;
}
.modal-content .printTemplateHtml {
    min-height: 105px;
    border-radius: 2px;
    border: 1px solid #CFD3DB;
    padding: 8px 0;
}
.modal-content .printTemplateHtml label{
    color: #252933;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.printerList {
    display:inline-block !important;
    width:276px;
    height: 32px;
    border-radius: 4px;
}
.color-FB4545 {
    color: #FB4545;
}