/*通用的CSS*/
*{margin: 0px;padding: 0px;font-size: 14px;font-family: "微软雅黑";}
body,html{width:100%;height:100%;min-width: 300px;}
form{margin: 0px;padding:0px;}
a{text-decoration: none;color:#0076C8;}
a:hover{text-decoration: none;}
input[type="text"]{border: 1px solid #CCC;width: 160px;height: 28px;line-height: 28px;padding:0px 4px;text-indent:5px;}
textarea{border: 1px solid #CCC;}
select{padding: 1px 2px;border: 1px solid #CCC;}
ul{list-style: none;}
img{border: none;}
.wryh{font-family: "微软雅黑";}
.fl{float:left;}
.fr{float:right;}
.red{color: red;}
.green{color: green;}
.yellow{color: yellow;}
.blue{color: yellow;}
.gray{color: gray;}
/*显示EasyUi小图标的样式*/
.eu-icon{display:inline-block;vertical-align:middle;width:16px;height:16px;}

/*表格样式*/
table.table{border-top:1px solid #ddd;border-right:1px solid #ddd;border-collapse:collapse;font-family: Tahoma,Verdana,微软雅黑,新宋体;}
table.table th,table.table td{padding:8px;height:30px;line-height:30px;border-left:1px solid #ddd;border-bottom:1px solid #ddd;empty-cells: show;}
table.table th{font-weight: bold;background-color: #F2F7FE;color: #5E7595;}
table.table td{color:#444;}
/*对齐方式*/
table.table td.l,table.table th.l{text-align: left;}
table.table td.r,table.table th.r{text-align: right;}
table.table td.c,table.table th.c{text-align: center;}
table.table td.t,table.table th.t{vertical-align: top;}
table.table td.m,table.table th.m{vertical-align: middle;}
table.table td.b,table.table th.b{vertical-align: bottom;}
/*间隔条纹*/
table.table-striped  tbody > tr:nth-child(odd) > td,table.table-striped tbody > tr:nth-child(odd) > td{background-color:#f9f9f9}
table.touming,table.touming th,table.touming td{border: none;background-color: inherit;color: inherit;}
table.nobgcolor,table.nobgcolor th,table.nobgcolor td{background-color: inherit;font-weight:normal;color: inherit;}

.ulform{padding-top:15px;}
.ulform li{margin-bottom: 15px;padding: 0 15px 0 30px;}

.radius{border-radius: 4px;}
.nrautohide{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.w100p{width: 100%}
.w90p{width: 90%}
.w80p{width: 80%}

/* index 页面样式 */
#panel-body{overflow: hidden;}
#quick_search{padding: 0px 0px 8px 8px; }
#quick_search .quick_search_item{float: left;padding:8px 0px 0px 8px;}
#quick_search .quick_search_buttom{float: right;padding:8px 8px 0px 0px;}
b.pt{font-family: '微软雅黑';font-size: 14px;padding-left: 2px;}/*index弹出框标题*/
.buttons_bar{height:40px;vertical-align: middle;text-align: right;/*border-top-width:0px;border-top-color: #ddd;*/}/*添加修改页的bar*/

/*修复font aswesome错位*/
.panel-icon.fa{margin-top: -8px;}.fa{font-size:16px;text-align:center;vertical-align: middle;background-image: none;}
.datagrid-cell *{font-size: 12px;}

/*聊天框样式*/
.chatbtn{line-height: 30px;padding: 0 5px;}
.fl .chatbtn .iconfont{font-size: 20px;margin-top: 2px;}
.fr .chatbtn .iconfont{font-size: 18px;margin-top: 3px;}

.layui-layim-close{display: none;}/*layim聊天不显示右下角缩小框*/