.guidedForm {
	display: flex;
	flex-direction: row;
}
.container {
	display: flex;
	flex-direction: column;
}

.myTooltip {
	position: relative;
	background-color: #edf2f4;
	visibility: hidden;
}

.myTooltipHead {
	width: 100px;
	height: 50px;
	border-radius: 5px;
	top: -100px;
	right: 35px;
	font-size: 30px;
}

.myTooltipPointer {
	height: 40px;
	width: 40px;
	margin: 0 auto;
	top: -50px;
	transform: rotate(45deg);
	left: calc(0.5vw - 14px);
}

.timetableRow2>div {
	visibility: visible;
}

div.selected {
	background-color: #f9c74f !important;
}

div.selected:hover {
	background-color: #f8961e !important;
}

div.green {
	background-color: #73a942;
}

div.red {
	background-color: #ad2831;
}

div.green:hover {
	background-color: #538d22;
	cursor: pointer;
}

#calendar {
	width: 100%;
}

.slot {
	width: 55px;
	max-width: 55px;
	margin-bottom: 3px;
	margin-right: 3px;
}

.error-message {
	width: 100%;
	font-size: 26px;
    text-align: center;
}

.overlap {
	position: absolute;
    z-index: 1000;
    
    opacity: 0.1;
    background-color: lightslategray;
    cursor: not-allowed;
}

.srcstring-container {
	display: flex !important;
	flex-direction: row;
}

.srcstring-container > #customer-srcstring-btn {
	width: 50px;
}

.srcstring-container > #attendee-srcstring-btn {
	width: 50px;
}

.documents-send-container > .panel {
	margin-bottom: 0;
}