/* 表格样式 */
.easyui-dialog > table > tbody > tr {
    height: 40px;
}

td[class~=title] {
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

td[class~=content] {
    width: 180px;
}

td[class~=content] > input, td[class~=content] > select {
    width: 160px;
}

td[class~=tools] {
    text-align: center;
}

td[class~=tools] > a {
    margin: 0 15px;
}

td[class~=content] > input[class~=double] {
    width: 422px;
}

/* 表格样式 end */
/* 自定义菜单样式 */
.l-menu {
    list-style: none;
}

.l-menu li {
    transition: all .6s;
    border-bottom: solid 1px #c9c9c9;
}

.l-menu li:hover{
    background-color: #efefef;
}

.selected{
    /*border-left: 6px solid palevioletred;*/
    background-color: #EEEEEE;
    /*color: white;*/
    color: #0aa5df;
    padding-left: 10px;
    z-index: 999;
}
.selected a {
    color: #3d8fd1;
}

.l-menu li a {
    padding: 10px;
    display: block;
}

/* 菜单子页面样式 */
.sub-body {
    overflow: hidden;
    padding: 5px;
}

.sub-body > div[id=sub-content] {
    height: 100%;
    width: 100%;
    color:#7a7a7a;
}

/* 自定义菜单样式 end */
/* 禁止用户选中 */
.no-select {
    /* 禁止用户选中内容 */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

/* 禁止用户选中 end */

/* 按钮组边距 */
#tb a {
    margin-right: 3px;
}

/* 按钮组边距 end */

/* 表单文本框 */
.label-2 {
    width: 30px;
    display: inline-block;
    text-align: right;
    padding: 0;
}

.label-3 {
    width: 40px;
    display: inline-block;
    text-align: right;
    padding: 0;
}

.label-4 {
    width: 60px;
    display: inline-block;
    text-align: right;
    padding: 0;
}

.label-6 {
    width: 90px;
    display: inline-block;
    text-align: right;
    padding: 0;
}

.label-8 {
    width: 120px;
    display: inline-block;
    text-align: right;
    padding: 0;
}

/* 表单文本框 end */
.tabs-tag img{
    width: 16px;
}

/**
 * 去掉easyui文本框边框样式
 */
.msg_div + span > input{
    color: black;
    background-color: white;
}

.msg_div + span {
    background-color: rgb(255, 255, 255);
    border: 1px solid #fff8f8;
}