*{
	padding: 0;
	margin: 0;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: hsla(220,4%,58%,.3);
  border-radius: 20px;
}

.dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;}
.dropdown-menu > .menu-search .input-group {width:100%;}
.dropdown-menu > .menu-search .input-group-addon {position: absolute; right: 10px; top: 0; z-index: 10; background: none; border: none; color: #666}
.dropdown-menu > .menu-search .form-control {border: none!important; box-shadow: none!important; border-top: 1px solid #ddd!important;}
.dropdown-list {display: block; padding: 0; max-height: 270px; overflow-y: auto;}
.dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap;}
.dropdown-list > li > a:hover,
.dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;}

.el-button{
  margin:1px;
}
.el-table{
	border: 1px solid #dfe6ec;
}
.el-table td, .el-table th{
	padding:1px 0;
	height: 40px;
}
.el-table,.el-table thead{
	color: #1f2d3d;
}
.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #dfe6ec;
}
.el-table th {
  overflow: hidden;
  background-color: #eef1f6;
}

.toolbar{
	background: #f2f2f2;
  margin-bottom: 10px;
  padding: 10px;
}

.el-form-item {
    margin-bottom: 10px;
}