@charset "utf-8";

body {
	background: #EAEDF1;
}

#layout {
	display: grid;
	grid-template-columns: 160px minmax(600px, 1fr);
	min-height: 100vh;
}

.hide_left {
	grid-template-columns: 0 minmax(600px, 1fr) !important;
}

.hide_left #left {
	height: 0;
	width: 0;
	visibility: hidden;
}

#left {
	margin-right: 10px;
	background-color: #00AA88;
	display: grid;
	grid-template-rows: 1fr 66px;
	color: #FFF;
	padding: 10px;
}

#left .name {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 66px;
	text-align: center;
	border-bottom: 1px solid #12C1A0;
}

#menu {
	overflow: auto;
}

#menu dl {
	padding: 10px 0;
}

#user_info {
	padding: 10px;
	background-color: #12C1A0;
	border-radius: 8px;
	line-height: 46px;
	text-align: center;
}

#menu dl dd {
	line-height: 46px;
	margin-bottom: 8px;
	border-radius: 8px;
	transition: all .5s ease 0s;
	font-size: 18px;
	font-weight: bold;
}

#menu dl dd .icon {
	text-align: center;
}

#menu dl dd a:hover {
	background-color: #12C1A0;
}

#menu dl dd a.current {
	background-color: #12C1A0;
}

#menu dl dd a {
	display: grid;
	grid-template-columns: 40px 1fr;
	color: #FFF;
}

#right {
	display: grid;
	grid-template-rows: 60px 1fr 30px;
}

#header {
	background-color: #FFF;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-content: center;
}

#content {
	margin-top: 10px;
	background-color: #FFF;
	height: calc(100vh - 110px);
	padding: 10px;
	overflow: auto;
	margin-bottom: 10px;
}

#footer {
	background-color: #FFF;
	text-align: right;
	padding-right: 20px;
	line-height: 26px;
}

.hd-1 {
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background: #4B5B6B;
	padding: 0 10px;
	color: #FFF;
}

.bd-1 {
	padding: 10px 0;
	background: #FFF;
}

.page_show {
	margin: 20px 0;
}

.page_show a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	background: #F2F2F2;
	margin-right: 2px;
}

.page_show a:hover,
.page_show a.page_current {
	background: #0A8;
	color: #FFF;
}

#picture_preview {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 1984;
	background: #FFF;
	border: 1px solid #999;
	padding: 9px;
	margin-top: 5px;
	box-shadow: 0 0 10px #CCC;
}

#picture_preview img {
	width: 100%;
}
