﻿.appointmentGridContainer {
	overflow-x: scroll;
	overflow-y: visible;
}

.appointmentsGridData {
	min-width: 10em;
	max-width: 15em;
}

.timeCellTD {
	background-color: inherit;
	border: inherit;
	min-width: 8em !important;
	position: sticky;
	left: 0;
	max-width: 10em;
}

.appointmentGridTable {
	border: none;
	border-collapse: separate;
}


.appointmentsGridData i {
	font-size: 1.8rem;
	padding-right: 1rem;
	color: black;
}

.appointmentsGridData a {
	text-decoration: none !important;
	color: black;
}

	.appointmentsGridData a:hover {
		text-decoration: underline !important;
		cursor: pointer;
	}


.appointmentsGridData:empty {
	white-space: pre;
}

	.appointmentsGridData:empty::after {
		content: ' ';
	}


.hoverMenuTable th {
	background-color: rgb(186, 12, 47) !important;
}

.hoverMenuTable td a {
	text-decoration: underline !important;
}

.hoverMenuContainer {
	display: flex;
}




	.hoverMenuContainer .hoverMenuSelector:hover .hoverMenuItems {
		position: absolute;
		max-width: fit-content;
		z-index: 10;
	}

	.hoverAdjustToScreen {
		right: 10px;
	}

	.hoverMenuContainer .hoverMenuSelector .hoverMenuItems {
		display: none;
		width: 100%;
	}

	.hoverMenuContainer .hoverMenuSelector:hover .hoverMenuItems {
		display: block;
	}

.hoverAppointmentMenu {
	min-width: 50em;
}




#grid-filter-form .pika-single {
	border: none;
	z-index: 0;
}

#grid-filter-form .pika-lendar {
	border: 1px solid;
}

	#grid-filter-form .pika-lendar table {
		background-color: red;
		margin: 0;
	}

.form-control {
	font-size: inherit;
}
.aptDeleteBtns {
	font-size: 14px;
	line-height: 1.5;
	vertical-align: baseline;
}

.aptDeleteBtn {
	color: #ba0c2f;
	text-decoration: underline;
	line-height: 1.5 !important;
	font-size: 14px;
	vertical-align: baseline;
}

.aptDeleteBtn:hover {
	text-decoration: none;

}