.dt-container .dt-layout-full > :only-child {
	width: 100% !important;
}

thead, tbody, tfoot, tr, td, th {
	border-top: none !important;
}

.card {
	background-color: white !important;
}

.card-body row {
	background-color: white !important;
}

.btn-light {
	color: black !important;
}

th .fc-scroller {
	overflow: hidden !important;
}

.fc .fc-timegrid-axis-cushion {
	color: black !important;
	text-decoration: none !important;
	text-transform: capitalize;
	white-space: nowrap;
}

.fc .fc-col-header-cell-cushion {
	color: black !important;
	text-decoration: none !important;
	text-transform: capitalize;
	white-space: nowrap;
}

.fc .fc-daygrid-week-number {
	text-decoration: none !important;
	text-transform: capitalize;
}

.fc .fc-daygrid-day-number {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: capitalize;
}

.fc .fc-timegrid-more-link {
	background-color: #2c3e50;
	color: white;
	height: 30px !important;
	text-decoration: none !important;
	text-align: center;
	width: 25px !important;
}

.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: #f8fafc;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 60%;
}

#modal-form {
	margin-bottom: -15px;
}
