.menu-icon{
	vertical-align: middle;
}
.menu-text{
	vertical-align: middle;
}
.table-list{
	font-size:12px;
}
.follow_up_remark{
	font-size: 12px;
	color: #aaa;
	float: right;
}
a, a:hover{
	text-decoration: none;
}
.main-content{
	height: 100vh;
}
@media only screen and (max-width: 768px) {
	.main-content{
		height: calc(100vh - 56px);
	}
}
.el-tabs{
	height:100%;
}
.el-tabs__header{
	top:0;
	position: sticky;
	z-index:1000;
	background-color: white;
}
.el-tabs__content{
	overflow-y: scroll;
	height: calc(100% - 40px);
}
.project-schedule-header{
	display: flex;
	padding:5px;
	
}
.project-schedule-item{
	display: flex;
	padding:5px;
	border-top: 1px solid #ccc;
}
.project-schedule-item:hover{
	background:rgba(44,44,44,.1);
}
.project-schedule-check:hover{
	cursor: pointer;
}
.project-schedule-check.active{
	cursor: auto;
}
.project-schedule-check:hover,.project-schedule-check.active{
	color:green;
}
.el-dialog{
	width: 98% !important;
	max-width:1200px;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}