

/*====B:人员选择 控件（独立页面）=========================================*/
/*.select-user { display: flex; padding: 30px 30px 77px; height: 100% }
.select-user .title { position: absolute; top: 0; left: 0; right: 0; font-weight: bold; font-size: 16px; background: #4caf50; color: #fff; padding: 10px 15px }
.select-user [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; }*/

/*left*/
/*.select-left { flex: 1; height: 100%; border: 1px solid #ddd; padding: 64px 10px 30px 30px; position: relative; overflow: hidden; background-color: #fff; }
.select-left ul { width: 170px; position: absolute; top: 55px; left: 15px; bottom: 10px; border-right: 1px solid #ddd; padding-right: 15px; }
.select-left ul > li { font-size: 1.1rem; cursor: pointer; margin-bottom: 2px; padding: 10px 0 0 10px; }
.select-left ul > li:hover { font-weight: bold; color: #B87615; background: #ffe6b0; border-radius: 5px; border: 1px #FFB951 solid; }
.select-left ul > li > span { position: relative; top: -10px; left: -10px; }
.select-left ul > li > span.group-blue { color: #0099FF; font-weight: bold; }
.select-left ul > li.active { font-weight: bold; color: #B87615; background: #ffe6b0; border-radius: 5px; border: 1px #FFB951 solid; }
.select-left ul > li .text { display: block; padding: 10px 0 0 10px; }

.select-user-list { margin: 0 10px 0 170px; position: absolute; top: 55px; bottom: 10px; }
.select-user-list .box { display: none }
.select-user-list .box p { font-weight: bold; color: #B87615; background: #ffe6b0; border-radius: 5px; border: 1px #FFB951 solid; padding: 5px; margin-bottom: 10px; text-align: center; }
.select-user-list .item { display: inline-block; padding: 0 5px; width: 94px }
.select-user-list .item span { padding-left: 25px; line-height: 25px; }*/

/*right*/
/*.select-right { width: 40%; height: 100%; border: 1px solid #ddd; border-left: none; position: relative; padding: 55px 10px 10px; background-color: #fff; }
.select-right-ed { position: absolute; left: 15px; right: 10px; top: 55px; bottom: 10px; }
.select-right-ed .box { padding: 6px; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 10px }
.select-right-ed .box p { font-weight: bold }
.select-right-ed .box.active { background: #0095db; border-color: #0095db; color: #fff; padding: 6px 6px }
.select-right-ed .box span { display: inline-block; padding: 3px 6px; background: #0095db; color: #fff; border-radius: 4px; margin: 5px 5px 0 0 }*/
/*bottom*/
/*.select-user-bottom { position: absolute; bottom: 0; left: 30px; right: 30px; padding: 20px 0; text-align: right }*/
/*====B:人员选择 控件（独立页面）=========================================*/

/*====B:人员选择 控件（嵌入页面）=========================================*/
/*.select-user-control { border: 1px solid #2dbcff; border-radius: 10px; padding: 20px 150px 20px 10px; position: relative }

.select-user-control .content .required { color: #ff0000 }
.select-user-control .content {*/ /*padding:10px 0;*/ /*color: #999; display: inline-block; }
.select-user-control .content .box { border-radius: 0px; padding: 5px; margin: 5px 10px 0 0; border: 1px #f37b24 dashed; }
.select-user-control .content .box span { margin: 0 5px 0 0; }
.select-user-control .action { position: absolute; top: 50%; right: 10px; margin-top: -18px }
.select-user-control .box { float: left; border-radius: 4px }
.select-user-control .box.active { padding: 3px 6px; background: #0095db; border-color: #0095db; color: #fff }
.select-user-control .box span { display: inline-block; padding: 3px 6px; background: #0095db; color: #fff; border-radius: 4px; margin: 5px 5px 0 0; position: relative }
.select-user-control .box em { position: absolute; top: -8px; right: -8px; display: block; width: 16px; height: 16px; background: #fff; border-radius: 50%; z-index: 99; box-shadow: 0 0 8px rgba(0,0,0,.2); cursor: pointer }
.select-user-control .box em .icon { vertical-align: top }
.select-user-control .box p { display: inline-block; padding: 3px 6px; background: #fff; border: 1px solid #0095db; font-weight: bold; color: #0095db; border-radius: 4px; margin-right: 5px }
.select-user-control .z-content { overflow: hidden }
.select-user-control .z-content span { margin: 0 }*/

/*====B:人员选择 控件（嵌入页面）=========================================*/


/*.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:盘点报告=========================================*/


