@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
	color: #333;
	font-size: 14px;
	font-family: "Open Sans",sans-serif, "微軟正黑體", Verdana,"Microsoft YaHei","宋體",Arial,"Microsoft JhengHei";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--theme-color: #E23B28;
}

a, b, i, u, strong, strike, sub, sup, li {
	color: inherit;
	font-size: inherit;
}
ul, ol {
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px auto;
	background-color: #FFF;
	text-align: center;
}

body {
	display: inline-block;
	position: relative;
	min-width: 100%;
}

.content {
	display: inline-block;
	width: 100%;
	padding: 20px;
}

.title {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.desc {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	text-align: justify;
}
.desc:last-child {
	margin-bottom: 0;
}

ol, ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 2em;
}
li {
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	text-align: left;
}
li:last-child {
	margin-bottom: 0;
}


/* custom */

.fix-menu {
	display: inline-block;
	position: fixed;
	top: 0px;
	height: 100%;
	background-color: #444;
	overflow: auto;
}
.left-menu {
	left: 0px;
}
.right-menu {
	right: 0px;
}

.fix-menu .user-item {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.user-item .user-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 25px 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
}
.user-icon-blank {
	background-image: url('image/icon-user.png') !important;
	background-size: 60% !important;
	border: 2px solid #FFF !important;
}
.user-item .user-name {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.fix-menu .menu-item {
	display: inline-block;
	width: 100%;
	padding: 15px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}
.fix-menu .menu-item:hover {
	background-color: #00aeef;
}
.fix-menu .menu-divider {
	display: inline-block;
	width: 50%;
	height: 1px;
	margin: 15px 20%;
	background-color: #CCC;
}
.fix-menu .vert-section {
	display: inline-block;
	width: 100%;
	height: 50%;
	padding-top: 20px;
}
.fix-menu .title {
	display: inline-block;
	width: 100%;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.fix-menu .title-divider {
	display: inline-block;
	width: 80%;
	height: 1px;
	margin: 10px 10%;
	background-color: #CCC;
}

.content {
	display: inline-block;
	width: 100%;
	min-height: 100%;
	background-color: #FEFEFE;
}
.container {
	display: inline-block;
	width: 100%;
	min-height: 100%;
	overflow: auto;
	padding: 20px;
}

.left-menu {
	width: 150px;
}
.right-menu {
	width: 250px;
}
.fix-menu .menu-item {
	font-size: 20px;
	text-align: center;
}

.driver {
	margin-right: 10px;
}