.ChatTranscriptButton
{

	right: 0;
	bottom: 50px;

}
.ChatTranscriptModal .Inline
{

	display: inline-block;

}
.ChatTranscriptModal .HalfWidth
{

	width: 50%;

}
.ChatTranscriptModal .FullWidth
{

	width: 100%;

}
.ChatTranscriptModal .CenterAlign
{

	text-align: center;

}
.ChatTranscriptModal .BlockLabel
{

	width: 3rem;

}
.ChatTranscriptModal input.Invalid
{

	color: #C00;
	border-color: #C00;
	border-width: 2px;

}
.ChatTranscriptModal p
{

	font-size: 14px;
	font-weight: bold;

}
.ChatTranscriptModal label
{

	margin-bottom: 10px;
	display: block;
	font-weight: bold;
	font-size: small;

}
.ModalDialog.ChatTranscriptModal input[type="text"].flatpickr-input.form-control.input
{

	text-align: center;
	width: 75%;
	min-width: 20em;
	margin-bottom: 0;

}
.ChatTranscriptModal div.Inline.FullWidth.CenterAlign
{

	margin-bottom: 0;

}
.ChatTranscriptModal div.Inline.HalfWidth.Left
{

	padding-right: 10px;

}
.ChatTranscriptModal div.Inline.HalfWidth.Right
{

	padding-left: 10px;

}
.ChatTranscriptModal input[type="text"]
{

	margin-bottom: 15px;

}
.ModalDialog.ChatTranscriptModal input[type="checkbox"]
{

	margin-right: 0.5rem;

}
