/**mobile mobile.tab中底色改成白色**/
.body.mobile-body, .body.mobile-body .rightContent  {
	background-color: #fff;
}
.body.mobile-tab-body {
	background-color: #fff;
}
.ant-menu-dark, .ant-menu-dark .ant-menu-sub {
    color: rgba(255, 255, 255, 0.65);
    background: #40a9ff;
}

div#r05c7 {
    background: url(/res/icon/weixin.png);
}
/*左上角图片*/
.ant-layout-sider.ant-layout-sider-light .antd-pro-components-sider-menu-index-logo {
    background: #007DEE;
    box-shadow: 1px 1px 0 0 #e8e8e8;
}
.ant-layout-sider.ant-layout-sider-light .antd-pro-components-sider-menu-index-logo h1 {
    color: #fff;
}

.ant-btn:hover, .ant-btn:focus {
    color: #0063C7;
    /* background-color: #fff; */
   
}
.cl1.cl2 .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0063C7;
    border-color: #0063C7;
}
/*左侧导航树文字颜色*/
.ant-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    margin-bottom: 0;
    padding-left: 0;
    color: white;
    line-height: 0;
    list-style: none;
    background: #fff;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    -webkit-transition: background 0.3s, width 0.2s;
    transition: background 0.3s, width 0.2s;
    zoom: 1;
}
/*左侧导航栏颜色*/
ul.ant-menu.cl1.cl2.cl3.ant-menu-light.ant-menu-root.ant-menu-inline {
    background: #1d9be5;
}
/* background-color: #fff; */
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #1d9be5;
	color: #f8f9fa;
}
/*左侧导航栏item背景色*/
.ant-menu-submenu > .ant-menu {
    background-color: #6abaea;
    border-radius: 4px;
}

/* 左侧导航栏模块名鼠标颜色*/
.ant-menu-submenu-title:hover{
    color: #4e7287;
}
/*左侧导航栏选中模块颜色*/
.ant-menu-submenu-selected {
    color: #ebf0f4;
}

/* 左侧导航栏item项文字选中颜色*/
.ant-menu-item:hover{
	color: #4e7287;
}
.ant-tabs-tab-btn>.ant-badge {
 font-size: inherit;
} 


.pagewhite>.ant-pagination>.ant-pagination-total-text{
	color:white;
}

.pagewhite .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis{
	color:white;
}


.pagewhite .ant-pagination-options-quick-jumper{
	color:white;
}


/*图片预览窗口调整*/
.lg-backdrop.in{
	width:60%;
	height:60%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.lg-outer.lg-start-zoom{
	width:60%;
	height:60%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
/*隐藏表格某一行*/
tr:has(.aaa){
display:none;
}

