.flex-module{
	display: flex;
	align-items: center;
}
.flex-center{
	justify-content: center;
}
.flex_a{
	justify-content: space-around;
}
.flex_b{
	justify-content: space-between;
}

.yellow_class{
    background: #F9CF06 !important;
    border-color: #F9CF06 !important;
}

.white_class{
    background: #FFF !important;
    border-color: #F9CF06 !important;
    color: #F9CF06 !important;
}

.main{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(244, 244, 244, 1);
	display: flex;
}
.rightModule{
	width: 100%;
	overflow: auto;
}

.container{
	margin: 20px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 1);
}


.flex-module{
	display: flex;
	align-items: center;
}
.flex-center{
	justify-content: center;
}
.flex_a{
	justify-content: space-around;
}
.flex_b{
	justify-content: space-between;
}

.main{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(244, 244, 244, 1);
	display: flex;
}
.rightModule{
	width: 100%;
	overflow: auto;
}

.container{
	margin: 20px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 1);
}

.grey-thead tr th{
	background-color: rgba(228, 228, 228, 1)!important;
	color: #333!important;
}
.blue-thead tr th {
	background-color: rgba(78, 122, 255, 0.8)!important;
	color: #fff!important;
}

.el-button{
	padding: 6px 13px!important;
}

.el-button{
	padding: 6px 13px!important;
}

.el-button span{
	font-size: 14px;
}

.edit-btn{
	color: #F93C00!important;
	border: 1px solid #F93C00!important;
}
.search-btn{
	width: 110px!important;
	height: 38px!important;
	padding: 0!important;
	background-color: rgba(78, 122, 255, 1)!important;
	color: #FFFFFF!important;
	border: none!important;
}
.del-btn{
	color: #fff!important;
	background-color: rgba(250, 93, 135, 1)!important;
	border: 1px solid rgba(250, 93, 135, 1)!important;
}

.pink-btn{
	background: rgba(255, 51, 153, 1)!important;
	border: 1px solid rgba(255, 51, 153, 1)!important;
}
.green-btn{
	background: rgba(51, 204, 153, 1)!important;
	border: 1px solid rgba(51, 204, 153, 1)!important;
}


.bule-border-btn{
	border-color: rgba(78, 122, 255, 1)!important;
	color: #4E7AFF!important;
}

.marginLeft80{
	margin-left: 80px!important;
}
.marginLeft100{
	margin-left: 100px!important;
}