[v-cloak] { display: none; }
.top{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	text-align:right;	
	z-index:2001;
	background-color:#0276ff;
	color:#c1c6c8;
}
.logo{
	float:left;	
	line-height:60px;
	position:relative;
	left:10px;
	z-index:1;
	font-size:14pt;
	font-weight:bold;
	color:#fff;
}
.logo img{
	width:36px;
	height:36px;
	border-radius:20px;
	vertical-align: middle;
	margin:0px 10px;
}
.top .icon{
	width:16px;
	height:16px;
	margin:0px 5px;
	position:relative;
	top:-1px;	
}
.el-menu-top{
	float:right;
}
.el-menu.el-menu--horizontal{
	border-bottom-width:0px;
	background-color: transparent;
}
.menu{
	float:right;
}
.el-aside{
	width:200px;
	position:fixed;
	top:61px;
	left:0px;
	bottom:0px;
	box-shadow:2px 0 8px 0 rgb(28 40 40 / 5%);
}
.el-menu-vertical{
	border-right-width:0px;
}
.el-menu-item span,.el-submenu__title span{
	display: inline-block;
	max-width:178px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.el-submenu .el-menu-item {
	overflow: hidden;
    text-overflow: ellipsis;	
}
.el-main{
	position: relative;
	margin-left: 280px;	
}
.el-aside .el-menu-item.is-active {
    color: #409EFF;
    border-right: #409EFF 5px solid;
    background-color: #e6f7ff;
}
.block{
	display:inline-block;
	margin:10px;
	text-align:center;
}
.block .title{
	display:block;
	margin:5px auto;
}
.el-image{
	border-radius:5px;
}
.el-menu--horizontal>.el-menu-item.is-active,.el-menu--horizontal>.el-menu-item,.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
	border-bottom-width:0px;
}
.topPanel{
	margin:0px auto 20px auto;
}
.topPanel .button{
	margin:0px 20px;
	vertical-align:middle;
	float:right;
}
.previewdiv table,.previewdiv table tr th,.previewdiv table tr td {
	border:1px solid #AAAAAA;
}
.previewdiv table tr td{
	padding:6px;
}
.previewdiv table{
	border-collapse: collapse;
	cursor:default;
}
.operation{
	margin:20px auto;
}
.input{
	margin:10px auto;
}
.inline{
	display:inline-block;
}
.message-override{
	z-index: 99999 !important;
}
::-webkit-scrollbar {
	width:6px;
}
::-webkit-scrollbar-track {
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(0,0,0,0.07);
}