/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.box-main>.box-header .box-title .btn{ font-family: '微软雅黑'; font-size: 13px; margin-left:5px; }
.tablestyle{ border-color: #eaeaea; }
.tablestyle tr td, .tablestyle tr th {border: 1px solid #eaeaea;}
.tablestyle td{ padding: 5px; }
.tablestyleInput{ width:300px;border: 1px solid #caced6; border-radius: 5px}
.tablestyleInput:focus{ outline:none; -webkit-appearance: none;-moz-appearance: none;appearance: none; }
.lotNumberTextArea:focus{ outline:none; -webkit-appearance: none;-moz-appearance: none;appearance: none; }
.lotNumberTextArea{border: 1px solid #caced6; border-radius: 5px}
.no-print-content{ font-size: 20px; padding: 20px; }
@media (min-width: 768px) {
    .form-inline .input-group .input-group-btn {
        width: 1%;
    }
}

