@import "/resources/css/lib/mui.css";
@import "/resources/css/lib/icons-extra.css";
@import url("/resources/css/lib/iconfont.css");
@import "/resources/css/lib/utils.css";

.mui-scroll-wrapper{min-height: 100vh;padding-top: 100px;background: #f7f7f7;padding-bottom: 2rem;}
.mui-pull-top-pocket {margin-top: 100px;}
.top-nav-fixed{
	position: fixed;
	height: 56px;
	left: 0;top: 42px;
	background: #196DA6;
	z-index: 9999;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) ;
	background: #f7f7f7;
}
.mui-table-view{background: #f7f7f7;min-height:100vh;}
.top-nav-fixed .act span{color: #378BC4;}
.top-nav-fixed .lab{padding-top: 2px;}
.mui-fullscreen{z-index: 999999999;background: #f7f7f7;height: 14rem;top: 81px;position: fixed;border: 0;}
#asideNavBox{display: none;}
.op-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,.5);z-index: -1;content: " ";}
#asideNavBox .box-fl,.box-fr{background: #eaeaea;margin-top: -.1rem;height: 14rem;}
#asideNavBox .box-fr{background: #f4f4f4;}
#asideNavBox .mui-segmented-control.mui-segmented-control-inverted .mui-control-item{width: 100%;height: 3.5rem;line-height: 3.5rem;}
#asideNavBox .mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item{border-top: 0;border-bottom: 0;}
#asideNavBox .mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item.mui-active{border-bottom: 0;background: #eee;}
#asideNavBox .mui-segmented-control.mui-segmented-control-inverted{width: 101%;}
#asideNavBox .mui-table-view:before{background: none;}
.center .mui-table-view-cell:after{height: 0;}
.center .mui-table-view-cell{padding: 0;}
#asideNavBox .mui-table-view-cell>a:not(.mui-btn) {
    position: relative;
    display: block;   
    margin: auto;   
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}
.center {overflow: hidden;height: 14rem;}
.center .btn-link{
	width:100%;
	display: inline-block;
	text-align: center;
	line-height: 3.5rem;	
	margin: auto;
	padding: 0;
	
	}
.center .mui-table-view-cell{
	height: 3.5rem;
	overflow: hidden;
}
.center .mui-control-content{overflow: auto;}
.right{background: #f4f4f4!important;}
.center .act{background: #f4f4f4;color: #378BC4;}

.sort-box{display: none;top: 80px}
.sort-box .mui-table-view-cell{height: 3.5rem;line-height: 1.5rem;}
.sort-box ul{height: 17.8rem;overflow: hidden;background: #f7f7f7;}
.sort-box ul li.act span{color: #378BC4;}
.sort-box ul .mui-table-view-cell:after{background: #eee;}
.mui-scroll .mui-table-view{padding-top: .5rem;}
.scGroupIcon3{
    width: 3.5rem;	
    height: auto;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}