/* index样式修改文件提取 */

.sidebar,
.nav-list,
.nav-li {
	background-color: #434c55 !important;
}

#sidebar {
	width: 232px;
	/*padding: 16px;*/
	box-sizing: border-box;
}

.sidebar:before,
.no-skin .sidebar-toggle {
	background-color: #434c55;
	border-bottom-color: #434c55;
}

.ace-nav>li:hover {
	background-color: rgba(0,0,0,0) !important;
}

.ace-nav>li.open.grey>a:hover {
	background-color: rgba(0,0,0,0) !important;
}

.ace-nav>li.open.grey>a {
	background-color: rgba(0,0,0,0);
}

#menus>li {
	padding: 3px 16px;
	box-sizing: border-box;
}

.nav>li {
	border-top-color: #434c55 !important;
	border-bottom-color: #434c55 !important;
	width: 100%;
	min-height: 48px;
	margin-bottom: 10px;
}

.no-skin .nav-list>li>a {
	background-color: #49525a;
	color: white;
	border-radius: 5px;
}

.menusOpen {
	padding-right: 11px !important;
	border-right: 5px solid rgba(0,0,0,0) !important;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.breadcrumbs {
	border: none !important;
	padding-right: 5px;
	display: flex;
	box-shadow: 0 2px 2px rgba(195, 195, 195, 0.2);
	background-color: #fff !important;
}

.sidebar .sidebar-toggle:before {
	border-color: #434c55;
}

.no-skin .nav-list>li .submenu>li>a,
.nav-list>li .submenu>li {
	background-color: #49525a;
	color: white;
}

.no-skin .nav-list>li .submenu {
	border-color: #49525a;
}

.open>ul>li>a {
	background-color: #fff !important;
}

.menusOpen>ul>li>a {
	background-color: #394148 !important;
}

#menus>.actives>a {
	background-clip: #394148;
	cursor: pointer;
}

.nav-list > li:before {
	height: 51px !important;
}

.no-skin .nav-list .open>a,
.no-skin .nav-list .open>a:hover {
	background-color: rgba(0, 0, 0, 0.15);
	
}

.no-skin .nav-list>li:hover>a {
	background-color: #49525a;
	color: white;
}

.menusOpen>a {
	background-color: #394148 !important;
	color: white;
}

.no-skin .nav-list .open>a:focus {
	background-color: #5b6a74;
	color: white;
}

.no-skin .nav-list>li>a {
	/*background-color: #49525a;*/
	color: white !important;
}

.no-skin .nav-list>li>a:focus {
	background-color: #49525a;
	color: white;
}

/*#sidebar {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}*/

.no-skin .nav-list>li .submenu>li>a:hover {
	background-color: #49525a;
	color: white;
}

.nav-list>li .submenu>li:focus {
	background-color: #49525a;
}

.ace-nav>li.grey>a:hover {
	background-color: rgba(0,0,0,0) !important;
}

.breadcrumbs-fixed+.page-content {
	/*padding-top: 40px !important;*/
	background-color: #f1f1f2;
}

.min-content {
	margin-left:100px !important;
}

.min-sidebar {
	margin-left:57px;
}

.min-sidea {
	text-align: center;
}


/* 头部 */

.navbar {
	min-height: 55px;
	background-color: #1966aa;
}

.ace-nav>li.grey>a {
	background-color: rgba(0,0,0,0);
	/*width: 186px !important;*/
	margin-right: 10px;
}

.ace-nav>li.grey>a:focus {
	background-color: rgba(0,0,0,0);
}

.layui-this {
	/*background-color: #ebf5fb;*/
	/*border-bottom: 2px solid #2980b9;*/
	background-color: white !important;
	border-bottom: 1px solid #e6e6e6;
}

.layui-this>a {
	color: #349bd7;
}

.layui-tab-title>li:first-child>i {
	display: none;
}

.layui-tab {
	width: 100%;
	margin: 0;
	position: relative;
	display: inline-block;
	padding-left: 3px;
}

.layui-tab-title {
	height: 41px;
	background-color: white;
}

.layui-tab-bar {
	height: 41px;
}

.layui-tab-title {
	position: absolute;
	top: 0;
	/*left: 35px;*/
	width: 95%;
	height: 48px;
	border-bottom: none;
	padding-left: 5px;
	box-sizing: border-box;
	/*border-left: 1px solid #f4f4f4;*/
}

.icon-qingkong:before {
	color: #c5c5c5;
}

.btn-danger {
	background-color: #ffffff !important;
	border-color: #ffffff;
}

.btn-dangers,
.btn-dangers:hover,
.full,
.full:hover {
	background-color: #fafafa !important;
	border-color: #fafafa;
	height: 36px;
	border-radius: 6px;
	color: #1b1b1b !important;
	font-family: PingFangHK-Regular;
	font-size: 16px;
	text-shadow:none !important;
}

.kong {
	margin-right: 10%;
	color: #FF6191;
}

.btn-danger:hover {
	background-color: #fff !important;
	border-color: #fff;
}

.layui-tab-title>li>a {
	text-decoration: none;
}

.layui-tab-title .layui-this:after {
	border-bottom-color: transparent;
}

.layui-tab-title li {
	height: 36px;
	line-height: 36px !important;
	border-radius: 5px;
	background-color: #fafafa;
	margin: 0 2px;
}

.layui-tab-title .layui-this:after {
	height: 36px !important;
	border-radius: 5px;
}

.layui-tab-title li .layui-tab-close {
	margin-left: 4px;
}

.layui-tab-title li {
	padding: 0 10px;
}

.mainContent,
.frame {
	width: 100%;
	height: 100%;
	border:none;
}

/*.refreshTab {
	position: absolute;
	top: 0px;
    right: 54px;
    width: 60px;
    height: 56px;
    padding: 0px 2px 0px 2px;
    cursor: pointer;
}*/

.refreshTab>span:first-child {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: url("../images/刷新.png") no-repeat;
	background-size: 100%;
	margin-top: 7px;
}

.refreshTab>span:last-child {
	position: absolute;
	top: 0px;
	font-size:12px;
}
