/* 顶部检索公用宽度限制 */
.iseasy_width { 
    width:150px;
}
/* datagrid外层列表最小高度定义 */
.islist_minheight {
    min-height: 300px;
}
/* 底部页脚样式调整 */
.pagecontrol .pagination {
    display:block;
    margin:13px 0 0 0;
}
/* 遮罩层层级控制（针对耗材） */
.isshade {
    z-index: 2000 !important;
}
/* 弹窗中列表信息样式 */
.button-jasper { /* 墨绿色按钮 */
    background-color: #10a7a6 !important;
    color:#fff !important;
    border:1px solid #10a7a6 !important;
}
.button-newblue { /* 蓝色按钮（新） */
    background-color: #0c80d7 !important;
    color:#fff !important;
    border:1px solid #0c80d7 !important;
}
.button-newred { /* 红色按钮（新） */
    background-color: #ed5757 !important;
    color:#fff !important;
    border:1px solid #ed5757 !important;
}
/* 单据明细信息 */
.detailinfo {
    display: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f3f8fe;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    /*padding: 20px 0;*/
    padding: 0px;
    position: relative;
}
.detailinfo .mainDetailInfo {
    /*width: 1300px;*/
    width: 1650px;
    /*border-top:3px solid #79a2e4;*/
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    /*height: 100% !important;*/
}
.detailinfo .detailTitleInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px dashed rgb(227, 227, 227);
    margin-bottom: 7px;
    box-sizing: border-box;
}
.detailinfo .detailTitleInfo .leftTitleInfo {
    font-size: 16px;
    font-weight: bold;
}
/* 弹窗中字段排列table样式 */
.dymo_fieldinfo {
    width: 100%;
    border:1px solid #000;
    border-bottom: none;
}
.dymo_fieldinfo td {
    height: 40px;
    line-height: 40px;
    border-right:1px solid #333;
    border-bottom: 1px solid #333;
    padding:0 7px;
    box-sizing: border-box;
}
.dymo_fieldinfo tr td:last-child {/* 表格最后一列取消右边线 */
    border-right:none;
}
.dymo_fieldinfo tr:last-child td {/* 表格最后一行取消下边线 */
    border-bottom:none !important;
}
.dymo_fieldinfo .fieldTitle {
    background-color: #f2f5fa;
    color:#3d4658;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 10%;
}
.dymo_fieldinfo .fieldContent {
    width: 15%;
}
.dymo_fieldinfo .fieldContent .fixWidth{
    width: 230px !important;
}
.dymo_fieldinfo .fieldContent .textbox{
    border: none;
    box-shadow:none !important;
}
.dymo_fieldinfo .fieldContent input {
    font-size: 14px !important;
    color:#333;
}
.dymo_fieldinfo .fieldContent .textbox .textbox-text {
    box-shadow:none !important;
}
.dymo_listinfo {
    margin-top: 0px !important;
    border: 1px solid #333;
}
.dymo_listinfo .searchInfo { /* 列表上方检索 */
    padding: 7px;
    background-color: #fafafa;
    border-bottom: 1px solid #333;
}
.dymo_listinfo .datagrid-header-row{ /* 修改easy ui datagrid-header-row 颜色 */
    /*background-color: #e8eef5;*/
    background-color: rgb(198,227,255);

}
.dymo_listinfo .datagrid-header-over{
    background-color: #e8eef5 !important;
}
.dymo_listinfo .datagrid-header-row td{
    border-color:#333;
} 
/* 明细内底部页脚信息 */
.dymo_footerinfo {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 10px;
}
.dymo_footerinfo em {
    color:#f44141;
    font-size: 22px;
}
.dymo_footerinfo .ismargin-right {
    margin-right: 20px;
}
 
/* 滚动盒子定义 */
.isTrundle {
    height: calc(100% - 55px);
    box-sizing: border-box;
    /* overflow-y: auto; */
}

.isBottomLine {
    height: 10px;
    border-bottom:1px dashed #e3e3e3;
}
.isTicketTitle {
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.detailinfo .textbox-disabled .textbox-text, .textbox-readonly .textbox-text {
    background-color: #fff;
}
/* 去掉小三角 */
.detailinfo .textbox-addon-right{
    display: none;
}
.detailinfo .textbox-text {
    width: 100% !important;
}

.detailinfo .datagrid-header {
    border-color: #333; 
}
.detailinfo .datagrid-header-row .datagrid-cell {
    color:#333;
}
.detailinfo .datagrid-header td:last-child{
    border-right: none;
}
.detailinfo .datagrid-body td {
    border-color:#333;
    color:#000 !important;
}

.pageuserinfo{
    cursor: pointer;
}