
/*权限样式*/
.vbutton { display: none !important; }
.vbutton-right { cursor: pointer; }
.vbutton-non-right { display: none !important; }

/*Grid操作按钮样式*/
.mini-grid-columns { z-index: 1; }
.mini-grid-summaryRow { z-index: 1; }
.mini-resizer-trigger { z-index: 1; }
.mini-panel-body { position: static; }

.grid-dropdown { position: static; display: inline-block; width: 80%; border: 1px solid #a9acb5; padding: 3px 0; border-radius: 5px; }
.grid-dropdown-text { font-size: 13px; color: #333; border: none; cursor: pointer; width: auto; }
.grid-dropdown-arrow { font-size: 11px; margin-left: 5px; }
.grid-dropdown-content { display: none; position: fixed; background-color: #f9f9f9; min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 999; }
.grid-dropdown-content span { color: #333 !important; padding: 10px 0; text-decoration: none; display: block; width: 100% }
.grid-dropdown-content span:hover { font-weight: bolder; background-color: #f1f1f1 }
.grid-dropdown:hover .grid-dropdown-content { position: fixed; display: block; z-index: 999; }
.grid-dropdown:hover .grid-dropdown-text { font-weight: bolder; }


/*弹出操作列表*/
.optLay { width: 100px; position: absolute; display: none; box-shadow: 0 1px 2px rgba(0,0,0,.3); background: #FFF; border: solid 1px #e0e0e0; border-radius: 3px; overflow: hidden; }
.optLay a { display: block; height: 24px; line-height: 24px; color: #00AFF0; font-size: 12px; background: #FFF; text-align: center; border-bottom: solid 1px #EEE; text-decoration: none; border-radius: 0; }
.optLay a:hover { background: #00AFF0; color: #FFF; }
.optLay a:active { box-shadow: inset 0 1px 3px rgba(0,0,0,.3); }
.optLay a.last { border: none 0; }


/*头部样式*/

.title { width: 100%; margin: 0; padding: 6px 0 8px 0; }
.title_text { font-size: 15px; font-family: 微软雅黑; padding-left: 10px; margin-left: 5px; margin-top: 3px; color: #ED7600; border-left: solid 3px #0096E0; }
.title_textdetail { font-size: 12px; font-family: 微软雅黑; padding-left: 10px; margin-left: 5px; margin-top: 5px; color: #ED7600; }
.title_text_mini { font-size: 12px; font-family: 微软雅黑; padding-left: 10px; margin-left: 15px; margin-top: 3px; color: #000; border-left: solid 2px #0096E0; }
.title div { float: right; margin-right: 5px; }
.title_line { border-bottom: solid 1px #cccedb; }

.title_order { background: #fff; border-bottom: 0; }
.title_order table { width: 100%; margin: 0; padding: 0; border-bottom: solid 1px #0096E0; }
.title_order table th { font-size: 15px; font-family: 微软雅黑; font-weight: 800; color: #ED7600; padding-bottom: 3px; text-align:left; }
.title_order table td { padding-bottom: 3px; text-align: right; }
.title_order_content { background: #fff; margin-bottom: 8px; }

.tableOrderItem { padding:0; margin:0; }
.tableOrderItem table { border-spacing:0;}
.tableOrderItem table th {border-top:solid 1px #ddd; border-left:solid 1px #ddd;}
.tableOrderItem table td {border-top:solid 1px #ddd; border-left:solid 1px #ddd;}


.title_OrderDetail { width: 1000px; font-size: 14px; font-family: 微软雅黑; font-weight: 800; padding-left: 10px; margin-left: 5px; margin-top: 8px; margin-bottom: 3px; color: #ED7600; border-bottom: solid 1px #0096E0; }

/*头部样式*/
.editTitle { width: 100%; margin: 0 10px; }
.editTtitle_text { font-size: 16px; font-family: 微软雅黑; font-weight: 800; padding-left: 10px; margin-left: 5px; margin-top: 3px; color: #ED7600; border-left: solid 3px #0096E0; }
.editTtitle div { float: right; margin-right: 5px; }
.editTtitle_line { border-bottom: solid 1px #cccedb; }

/*查询样式*/
.search { padding: 3px; display: block; }
.search table td { padding: 5px; white-space: nowrap; }
.search td { padding: 5px; white-space: nowrap; }

/*编辑样式*/
.edit { padding: 12px 0; }
.edit th { padding: 5px; white-space: nowrap; }
.edit td { padding: 5px; white-space: nowrap; }
#table_bottom td { padding-bottom: 8px; }
.edit2 { padding: 12px 0; }
.edit2 th { padding: 5px; }
.edit2 td { padding: 5px; }

.edit_title { padding: 12px 0; }
.edit_title th { padding: 8px; white-space: nowrap; }
.edit_title td { padding: 8px; white-space: nowrap; text-align: right; }

/*富文本编辑器的样式处理*/
.rich_text          { font-size: 16px; font-family: 'Microsoft YaHei'; word-spacing:4px;  letter-spacing: 1px; color:#666666 }
.rich_text p        { font-size: 16px; font-family: 'Microsoft YaHei'; word-spacing:4px;  letter-spacing: 1px; color:#666666 }
.rich_text p span   { font-size: 16px; font-family: 'Microsoft YaHei'; word-spacing:4px;  letter-spacing: 1px; color:#666666 }
.rich_text span     { font-size: 16px; font-family: 'Microsoft YaHei'; word-spacing:4px;  letter-spacing: 1px; color:#666666 }
.rich_text span p   { font-size: 16px; font-family: 'Microsoft YaHei'; word-spacing:4px;  letter-spacing: 1px; color:#666666 }
.rich_text div      { font-size: 16px; font-family: 'Microsoft YaHei'; word-spacing:4px;  letter-spacing: 1px; color:#666666 }
.rich_text img      { -ms-interpolation-mode: bicubic; width: 800px; }

/*编辑样式*/
.layer_Title { color: #ED7600; border-left: solid 3px #0096E0; padding-left: 10px; font-size: 14px; }

/*DataGrid 超链接按钮样式*/
.gridLink { text-decoration: none; color: #0000EE; cursor:pointer; }
.gridLink:hover { text-decoration: none; color: #EC6B37; }
.gridLink:active { text-decoration: none; color: #EC6B37; }
.gridLink .edit { }
.gridLink .delete { }
.gridLink .detail { }

/*图片列表样式*/
.listUl { overflow: hidden; width: 100%; padding: 0px; }
.listUl li { width: 25%; float: left; margin: 0 0 10px 0; padding: 0; list-style: none; text-align: center; }
.listUl li:hover { width: 25%; float: left; margin: 0 0 10px 0; padding: 0; list-style: none; text-align: center; background-color: #e0e0e0; }
.listUl li img { width: 95%; }
.listUl li img:hover { width: 95%; cursor: pointer; }
.listUl li .divCheck { position: absolute; margin-left: 15px; margin-top: 7px; }
.listUl li .divCheck .chk { width: 16px; height: 16px; }
.listUl li .divContent { margin: 10px 0px; }
.listUl li .divContent .rightSpan { padding-left: 15px; }
.listImgCon .divContent .rightSpan table { margin: 8px auto; font-size: 14px; text-align: center; opacity: 0.85; color: #fff; height: 60px; width: 100%; }

/*表格审批记录样式*/
.auditLogUl { overflow: hidden; width: 96%; }
.auditLogUl li { width: 20%; float: left; list-style: none; }

/*流程帮助*/
.workflow-help-1{ background: #394451 url(https://admin.tuanjianjia.net/Resource/css/images/fdj_w.png) 20px center no-repeat; margin-left: 20px; }
.workflow-help-2{ background: #394451 url(https://admin.tuanjianjia.net/Resource/css/images/fdj_w.png) 20px center no-repeat; margin-left: 20px;
                display: inline-block; font-size: 13px; text-decoration: none; line-height: 35px; color: #fff; border-radius: 20px; padding: 0 20px 0 50px;position: absolute; top: 0; right: 10px; }



/*控件重新SPAN样式*/
.spanButton { color: blue !important; cursor: pointer; text-decoration: underline; }


/*Grid合计行样式*/
.mini-grid-summaryCell { border-right: 1px solid #ccc; text-align: center; padding: 5px; }

