html, body {
	height: 100%;
	overflow: hidden;
}

.ez-adm-loading {
	padding-top: 104px;
}

.ez-adm-layout-basic {
	overflow-x: hidden;
	height: 100%;
	display: none;
}

.ez-adm-layout-basic>.ez-layout {
	height: 100%;
}

.ez-layout-sider.ez-adm-layout-sider {
	background: #fff;
	width: 232px;
}

.ez-adm-layout-sider.collapsed {
	width: 0px;
}

.ez-adm-layout-sider-children {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ez-adm-layout-sider-children .sidebar.light {
	border-right: none;
}

.ez-adm-layout-sider-logo {
	flex: 0 0 auto;
	width: 100%;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	padding-left: 16px;
	transition: all .3s;
	background: #1890ff;
}

.ez-adm-layout-sider-title{
	flex: 0 0 auto;
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding-left: 24px;
	box-shadow: 4px 4px 4px rgba(0, 21, 41, .06);
	z-index: 2;
	border-bottom: 1px solid #e8e8e8;
}

.ez-adm-layout-sider-title .icon {
    min-width: 14px;
    margin-right: 4px;
    font-size: 14px;
    display: inline-block;
}

.ez-adm-layout-sider-title .module-title {
	font-weight: bold;
}

.ez-adm-layout-sider-logo img {
	display: inline-block;
	height: 32px;
	vertical-align: top;
	margin: 12px 0;
}

.ez-adm-layout-sider-menu {
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 4px 4px 6px rgba(0, 21, 41, .06);
	z-index: 2;
}

.ez-adm-layout-main-basic {
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

header.ez-adm-layout-header {
	position: relative;
	flex: 0 0 auto;
	padding: 0;
	font-size: 0;
	z-index: 2;
	height: 56px;
	line-height: 56px;
}

.has-top-menu {
	display: flex;
}

.ez-adm-layout-header-menu {
	overflow: hidden;
	flex: 1 1 auto;
}

.ez-adm-layout-header-menu>ul {
	box-sizing: border-box;
	font-size: 14px;
	font-variant: tabular-nums;
	font-feature-settings: "tnum";
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 56px;
	list-style: none;
	outline: none;
	transition: background .3s, width .2s;
	zoom: 1;
	white-space: nowrap;
}

.ez-adm-layout-header-menu>ul>li {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	height: 100%;
	line-height: 52px;
	margin: 0;
	padding: 0 16px;
	white-space: nowrap;
	cursor: pointer;
}

.ez-adm-layout-header-menu>ul>li:hover, .ez-adm-layout-header-menu ul li.active
	{
	color: #fff;
	background: rgba(0, 0, 0, .15);
}

.ez-adm-layout-header-menu>ul>li .icon {
	font-size: 14px;
	color: #fff;
}

.ez-adm-layout-header-menu>ul>li:hover .icon, .ez-adm-layout-header-menu ul li.active .icon
	{
	color: #fff;
}

.ez-adm-layout-header-menu>ul>li .icon+.menu-title {
	margin-left: 8px;
}

.menu-item-overflowed {
	display: none;
}

.ez-adm-header-action {
	display: inline-block;
	height: 100%;
	padding: 0 12px;
	cursor: pointer;
	transition: all .3s;
	color: #fff;
	font-size: 14px;
}

.ez-adm-header-action:hover {
	color: #fff;
	background: rgba(0, 0, 0, .15);
}

.ez-adm-header-action .dividing-line {
	margin: 4px;
}

.ez-adm-search-wrapper {
	display: inline-block;
	margin-top: 12px;
}

.ez-adm-search-wrapper>.ez-adm-search-input {
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 16px;
	width: 160px;
	padding-right: 0;
	padding-left: 40px;
	padding-left: 40px;
	background: transparent;
	color: #FFF;
}

.ez-adm-search-wrapper.ez-adm-search-wrapper-focus .form-control-feedback,
	.ez-adm-search-wrapper:hover .form-control-feedback {
	color: #fff;
}

.ez-adm-search-wrapper.ez-adm-search-wrapper-focus .ez-adm-search-input,
	.ez-adm-search-wrapper:hover .ez-adm-search-input {
	background: rgba(0, 0, 0, .15);
}

.ez-adm-search-wrapper .form-control-feedback {
	left: 0;
	color: #fff;
	width: 40px;
	font-size: 14px;
}

.ez-adm-layout-header-left {
	height: 100%;
	flex: 0 0 auto;
	float: left;
}

.ez-adm-layout-header-right {
	float: right;
	height: 100%;
	flex: 0 0 auto;
}

.ez-adm-layout-header-right>.ez-adm-header-action .icon {
	font-size: 14px;
}

.help-btn .badge {
	padding: 5px;
	vertical-align: middle;
}

.dropdown-menu>li.active .icon.checked {
	color: #1890ff;
	position: absolute;
	right: 16px;
	top: 0;
}

.switch-btn-wrapper .ez-switch {
	position: absolute;
	right: 16px;
	top: 8px;
}

.ez-adm-avatar {
	margin: 16px 8px 16px 0;
	color: #1890ff;
	vertical-align: top;
}

.ez-adm-layout-main-basic>.page-wrapper {
	overflow: auto;
	flex-grow: 1;
    height: 100%;
}

.ez-adm-layout-main-basic .page .page-header {
	padding: 12px 16px;
	background: #fff;
}

.ez-adm-layout-main-basic .page .page-header.has-toolbar {
	padding: 8px 16px;
}

.ez-adm-layout-main-basic .page-header .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	line-height: 1.5;
	background: none;
	display: inline-block;
}

.breadcrumb li, .breadcrumb li a {
	color: #999;
}

.breadcrumb li a:hover {
	color: #1890ff;
}

.breadcrumb li a .icon {
	font-size: 14px;
}

.breadcrumb li a .icon+span {
	margin-left: 4px;
}

.breadcrumb li.active, .breadcrumb li.active a {
	color: #000000;
}

.breadcrumb li.active .return-btn {
	margin-left: 1em;
	color: #1890ff;
}

.ez-adm-layout-main-basic .page-header .page-header-row {
	display: flex;
}

.ez-adm-layout-main-basic .page-header .page-header-row .breadcrumb-wrapper
	{
	line-height: 32px;
	flex: 1 1 auto;
}

.ez-adm-layout-main-basic .page-header .page-header-row .toolbar {
	text-align: right;
	flex: 0 1 auto;
	overflow: hidden;
}

.ez-adm-layout-main-basic .page-header .page-header-content {
	margin-top: 16px;
	overflow: hidden;
}

.page.page-tabs-wrapper>.page-body {
	padding: 0 !important;
}

.page.page-tabs-wrapper>.page-header {
	box-shadow: none;
}

.page.page-tabs-wrapper>.page-body>.tabs {
	background: #F1F3F7;
}

.page.page-tabs-wrapper>.page-body>.tabs>.tabs-bar {
	padding: 0 24px;
	background: #fff;
}

.page.page-tabs-wrapper>.page-body>.tabs>.tab-content>.tab-pane {
	padding: 0 24px 24px 24px;
}

.page.page-default {
	background: #fff;
	min-height: 100%;
}

.page>.page-header {
	box-shadow: 4px 0 8px 0 rgba(0, 0, 0, .2);
	z-index: 1;
	position: relative;
}

.page>.page-body {
	padding: 24px;
}

.page>.page-body.has-footer {
	margin-bottom: 54px;
}

.page.page-sm>.page-body.has-footer {
	margin-bottom: 48px;
}

.page>.page-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 54px;
	padding: 12px 24px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, .03);
	text-align: right;
	z-index: 1;
}

.page.page-sm>.page-footer {
	height: 48px;
	padding: 8px 16px;
}

.page>.page-footer .btn+.btn {
	margin-left: 8px;
}

.page .page-back {
	margin-left: 16px;
}

.page.page-default>.page-body {
	padding: 24px;
}

.page.page-sm.page-tabs-wrapper>.page-body>.tabs>.tabs-bar {
	padding: 0 16px;
}

.page.page-sm.page-tabs-wrapper>.page-body>.tabs>.tab-content>.tab-pane {
	padding: 0 16px 16px 16px;
}

.func-list {
	display: none;
	position: absolute;
	overflow: auto;
	padding: 16px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	width: 660px;
	max-height: 400px;
	z-index: 2;
}

.func-list .close-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	color: #777;
	z-index: 3;
}

.func-list .close-btn:hover {
	color: #333;
}

.func-list .moudle {
	margin-bottom: 16px;
	overflow: hidden;
}

.func-list .moudle:last-child {
	margin-bottom: 0;
}

.func-list .title {
	font-weight: 500;
	color: #262626;
}

.func-list .moudle .item {
	margin-bottom: 16px;
}

.func-list .icon {
	margin-right: 8px;
}

.func-list .item a:focus, .func-list .item a:hover {
	color: #1689C0;
}

.func-list .item a {
	cursor: pointer;
	color: #000000;
}

.ez-adm-welcome {
	padding-top: 200px;
	text-align: center;
}

.ez-adm-welcome img {
	height: 64px;
}

.ez-adm-welcome span {
	font-size: 24px;
	margin-left: 16px;
	vertical-align: middle;
}

.search-input-placeholder {
	color: #fff;
	position: absolute;
	top: 5px;
	left: 42px;
	font-size: 14px;
	line-height: 22px;
}

/* 系统消息 */
.notice-btn .badge {
    padding: 4px;
}

.ez-adm-notice-wrapper {
    width: 320px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
}

.ez-adm-notice-wrapper .notice-header-tabs {
	display: flex;
}

.ez-adm-notice-wrapper .notice-header-tabs .active {
	color: #1890ff;
	cursor: default;
	border-bottom: 2px solid #1890ff;
}

.ez-adm-notice-wrapper .notice-header-tabs div {
    padding: 8px 16px;
    font-weight: bold;
    color: #262626;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    width: 50%;
    cursor: pointer;
}

.ez-adm-notice-list, .ez-adm-todo-list {
    margin: 0;
    list-style: none;   
    padding: 0;
}

.ez-adm-notice-list li, .ez-adm-todo-list li {
    padding: 8px 16px;
    border-bottom: 1px solid #e8e8e8;
}

.ez-adm-todo-list .todo-list-item div {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ez-adm-notice-list li.notice-list-item, .ez-adm-todo-list li.todo-list-item {
    color: #262626;
    cursor: pointer;
}

.ez-adm-notice-list li.notice-list-item:hover, .ez-adm-todo-list li.todo-list-item:hover {
    background: #e6f7ff;
}

.ez-adm-notice-list li.notice-list-item .item-date, .ez-adm-todo-list li.todo-list-item .item-description {
    color: #999;
}

.ez-adm-notice-wrapper .notice-list-actions div {
    float: left;
    width: 50%;
    cursor: pointer;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ez-adm-notice-wrapper .notice-list-actions div, .ez-adm-notice-wrapper .todo-list-actions div {
    padding: 8px 16px;
    float: left;
    text-align: center;
    width: 50%;
    cursor: pointer;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ez-adm-notice-wrapper .todo-list-actions div {
    width: 100%;
}
.ez-adm-notice-wrapper .notice-list-actions div:not(:only-child):last-child {
    border-left: 1px solid #e8e8e8;
}
.modal-backdrop-phone-menu {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #000;
    opacity: 0.5;
}

/*如果为手机或平板，隐藏侧边栏，顶部等*/
@media ( max-width : 768px) {
	body > div.ez-adm-layout-basic {
		min-width: 0;
	}
	
	div.ez-adm-layout-basic > section.ez-layout > aside {
        position: absolute;
        z-index: 20000605;
        height: 100%;
	}
	.ez-adm-leyout-header-left-phone {
       -webkit-transition: all .2s;
        transition: all .2s;
	}
	.ez-adm-layout-sider.collapsed .ez-adm-layout-sider-logo {
	   padding-left: 0px;
	}
	
	section.ez-layout > header.ez-layout-header > div.ez-adm-search-wrapper {
		display: none;
	}
	
	.ez-adm-layout-header-right> .ez-adm-header-action.help-btn{
	   display: none;
	}
	
	div.ez-adm-layout-sider-logo {
		display: block !important;
	}
	
	div.ez-adm-layout-sider-logo > a {
		pointer-events: none;
	}
	
	div.page > div.page-footer {
		width: 100% !important;
	}
}
.page > .page-body > .ezui.tabs>.tab-content>.tab-pane {
    padding: 0 16px 16px;
}
.page>.page-body .ezui.tabs>.tabs-bar{
	padding-top:16px;
}