

/*.bordered tr th { background-color: #eeeeee; }
.bordered tr th, .bordered tr td { padding:6px 5px;height:initial;}*/


/*====B:数据选择器 控件（独立页面）=========================================*/
.data-selector { display: flex; flex-direction: column; height: 100%; padding: 30px 30px 0 30px; }
.data-selector .header { text-align: center; background-color: #4caf50; padding: 10px; color: #fff; font-size: 1.2rem; border-bottom: 2px solid #1f8524; }
.data-selector .body { flex: 1; background-color: #fff; border: 1px solid #ddd; }
.data-selector .body .content { padding: 20px; }
.data-selector .bottom { text-align: right; padding: 20px 0; }
.data-selector .bottom button { margin: 0 5px; }

.data-item { border-radius: 20px; border: 1px solid #1e95d4; color: #1e95d4; display: flex; align-items: center; margin-bottom: 8px; overflow: hidden; }
.data-item i { margin-right: 4px; }
.data-item label span { padding-left: 14px !important; }
.data-item.radio { cursor: pointer; }
.data-item .title { padding: 6px 10px; color: #fff; flex: 1; background-color: #42A5F5; }

.data-item.green2 { border-color: #26a69a; color: #26a69a }
.data-item.green2 .title { background-color: #26a69a; }
/*====B:数据选择器 控件（独立页面）=========================================*/


/*====B:固定资产标签=========================================*/
.asset-card { overflow: hidden; font-size: 1.2rem; font-family: 'Microsoft YaHei'; padding: 20px 10px 0 10px; }
.asset-card .item { display: flex; margin: 5px 0 }
.asset-card .item .t { font-weight: bold }
.asset-desc { flex: 1 }
/*====E:固定资产标签=========================================*/


/*====B:角色管理=========================================*/
.role-user { background: #fff; margin-bottom: 20px; padding: 15px 15px 15px 0; margin: 0 10px 10px 10px; display: flex; }
.role-user .title { margin-left: 15px; font-size: 16px; font-weight: bold; color: #222; width: 170px; text-align: center; }
.role-user .info { flex: 1; }
.role-user label { display: inline-block; width: 80px; margin-left: 15px }
.role-user [type="checkbox"] + span:not(.lever) { padding-left: 25px !important; margin-left: -10px; }
.role-user [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: fixed; }
/**/
.role-permission { display: flex; flex-wrap: wrap; margin: 0px }
.role-permission .item { width: 20%; padding: 5px }
.role-permission .box { background: #fff; height: 100% }
.role-permission .title { padding: 20px 20px 10px; border-bottom: 1px solid #ddd; font-weight: bold; background: #f5f5f5 }
.role-permission .two { padding: 5px 5px 5px 25px }
.role-permission .two li { padding: 2px 0; position: relative; z-index: 99 }
.role-permission .three { padding-left: 14px; padding-top: 5px; }
.role-permission .three li { position: relative }
.role-permission .three li span { margin-left: 0px !important; margin-top: 3px; }
.role-permission .three .line-l { position: absolute; top: -10px; bottom: 10px; left: -15px; border-left: 1px solid #bbb }
.role-permission .three .line { position: absolute; top: 50%; left: -15px; border-bottom: 1px solid #bbb; width: 15px }
.role-permission [type="checkbox"] + span:not(.lever) { padding-left: 25px !important; margin-left: -10px; }
/*====E:角色管理=========================================*/


/*====B:盘点报告=========================================*/
.report p { text-indent: 2rem; font-size:1.2rem;line-height:2.5rem;}
/*====E:盘点报告=========================================*/


