.container-center {
	height: 100vh;
}

.container-center>.row {
	align-items: center;
	height: inherit;
}

.form-group {
	margin-bottom: 10px;
}

.card {
	margin-bottom: 15px;
}

.dataTables_wrapper {
	margin-bottom: 25px;
}

.flex-inline span {
	display: inline-block;
}

.flex-inline img {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 5px;
	max-width: 24px;
}

.text-red {
	color: red;
}

.label-checkbox {
	display: flex;
	align-items: center;
	gap: 5px;
}

.container {
	max-width: 1400px;
	width: 100%;
}

.navbar {
	margin-bottom: 25px;
}

.group td {
	font-weight: bold;
	font-size: 18px;
}

td ul {
	margin: 0px;
}

.ace_editor {
	min-height: 300px;
}

.form-group-tip {
	font-size: 12px;
	display: block;
	margin: 5px 0px;
	color: #848484
}