/*导航栏*/
.navigation-menu .active {
	/*border: 1px solid #313b93;*/
}

/*搜索栏*/
.talbe-search {
	width: 100%;
	padding: 20px 20px 0;
}
.page-breadcrumbs {
	width: 100%;
	display: flex;
	position: relative;
}
.page-select {
	width: 150px;
	margin-right: 10px;
}
.page-input {
	width: 130px;
	margin-right: 10px;
}
.btn-default {
	width: 80px;
	padding: 0 5px;
	border-radius: 5px;
	background-color: inherit;
	border: none;
	border: 1px solid #ced4da;
}
.btn-default i {
	font-size: 12px;
}

.import-btn {
	position: absolute;
	right: 0;
	padding: 0 10px;
	height: calc(2.25rem + 2px);
	line-height: calc(2.25rem + 2px);
}

.forms-file {
	position: absolute;
	right: 0;
	display: flex;
}
.file-input {
	width: 90px;
	height: calc(2.25rem + 2px);
	line-height: calc(2.25rem + 2px);
	margin: 0 10px;
	position: relative;
	border: 1px solid #ced4da;
	border-radius: 5px;
	text-align: center;
}
.file-input input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
}

.vcal-body {
	height: 245px !important;
}