body
{
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 20pt;
	font-weight: 600;
	color: #303030;
	overflow-x: hidden;
	height: 100%;
	padding-top: 75px;
}

a
{
	text-decoration: none;
}

.btn.btn-primary:disabled
{
    background-color: #c5ddff;
	border-color: #c5ddff;
}

.ClickableArea
{
	cursor: pointer;
}

.Header
{
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	background-color: #F0F0F0;
	font-size: 18px;
	font-weight: normal;
	user-select: none;
	position: fixed;
	width: 100%;
	top: 0px;
	padding-top: 10px;
	z-index: 11;
	visibility: hidden;
}

.HeaderIcon
{
	width: 40px;
	height: 40px;
	position: relative;
	top: -2px;
	margin-right: 30px;
}

.HeaderItemText
{
	display: inline-block;
	position: relative;
	top: 2px;
	width: 260px;
}

.HeaderLanguageIcon
{
	position: relative;
	margin-left: 30px;
	width: 40px;
	cursor: pointer;
}

.LoginUI,
.LoggedInDropdown
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color: white;
	border: 1px solid gray;
	text-align: left;
}

.LoginUI
{
	width: 300px;
	padding: 5px;
	border: 1px solid black;
}

.LoginUI button
{
	font-weight: 600;
}

.LoginUIPrivacyCheck,
.LoginUIKeepMeLoggedInCheck
{
	margin-bottom: 20px;
	font-size: 14px;
}

.LoginUIPrivacyCheck img,
.LoginUIKeepMeLoggedInCheck img
{
	width: 20px;
}

.LoginUIPrivacyCheck > .SettingsBox,
.LoginUIPrivacyCheck > .SettingsBox
{
	cursor: pointer;
}

.LoginCodeDialogBoxIcon
{
	width: 40px;
	position: relative;
	top: -3px;
}

.LoginCodeUIText
{
	text-align: center;
    font-size: 40px;
	width: 166px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.DropdownItem
{
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
}

.DropdownItem:hover
{
	background-color: lightgray;
}

.GenericDialogBox,
.GenericDialogBoxSticky
{
	margin-top: 0px;
	z-index: 2001;
	overflow: hidden;
}

.modal-body
{
	font-size: 20px;
}

/* ************************************************************* */

.TypedMainContainer
{
	padding-left: 20px;
	padding-right: 20px;
	height: 35px;
	position: fixed;
	text-align: center;
	width: 100%;
	top: 50px;
	background-color: #F0F0F0;
	z-index: 10;
	border-bottom: 1px solid lightgray;
	visibility: hidden;
}

.TypedOuterContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.TypedContainer
{
	display: inline-block;
	position: relative;
}

.English,
.Romanian
{
	visibility: hidden;
}

.HideLanguage
{
	display: none;
}

.MainPageParagraph
{
	max-width: 800px;
	margin: auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 18px;
}

.MainPageParagraphNarrow
{
	max-width: 600px;
}

.MainPageTable,
.MainPageMobile,
.Prototype
{
	display: none;
}

.MainPageParagraphImage
{
	width: 400px;
	margin-left: 40px;
	margin-right: 40px;
}

.FindButtonContainer
{
	text-align: center;
}

.FindButtonContainer button
{
	font-weight: 500;
}

.FindButtonContainerInline
{
	display: inline-block;
}

.Header > .FindButtonContainer
{
	visibility: hidden;
}

.ProvidersParagraphImageContainer
{
	text-align: center;
}

.ProvidersParagraphImage
{
	max-width: 400px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	text-align: center;
}

.MainPageHighlight
{
	background-color: rgb(255, 246, 208);
}

/* ************************************************************* */

.TherapistProfile
{
	max-width: 600px;
	margin: auto;
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.TherapistProfileImage
{
	width: 256px;
	height: 256px;
	border-radius: 128px;
	margin: auto;
}

.TherapistName
{
	font-size: 40px;
	line-height: 40px;
}

.TherapistLocation
{
	font-size: 20px;
}

.TherapistSummary
{
	max-width: 800px;
	margin-top: 20px;
	font-size: 12pt;
	font-weight: normal;
}

.TherapistSummaryDiv,
.TherapistSummaryTable
{
	display: none;
}

.TherapistSummaryQuad
{
	font-size: 12pt;
	margin-top: 20px;
}

.TherapistSummaryQuadItemA
{
	display: inline-block;
	text-align: left;
}

.TherapistSummaryQuadItemB
{
	display: inline-block;
	text-align: right;
}

.TherapistSummaryQuadItemLabel
{
	font-weight: bold;
}

.TherapistSummaryQuadItemLabel
{
	width: 150px;
}

.TherapistSummaryLabel
{
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.TherapistSummaryDivLabel
{
	text-align: center;
	font-weight: bold;
}

.TherapistSummaryText
{
	text-align: left;
	padding-left: 15px;
}

.TherapistSummaryDivText
{
	text-align: left;
	margin: auto;
	margin-bottom: 15px;
	width: fit-content;
}

.TherapistSummaryText ul
{
	margin-bottom: 0px;
}

.TherapistAboutHeader
{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.TherapistAboutText
{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}

.TherapistAboutTextEnglish
{
	display: block;
}

.TherapistReviews
{
	text-align: left;
}

.TherapistReviewsHeader
{
}

.TherapistReviewName,
.TherapistReviewDate
{
	width: 100px;
}

.TherapistReviewSummary
{
	width: fit-content;
	margin: auto;
}

.TherapistReview
{
	margin-top: 25px;
	font-size: 13pt;
	font-weight: normal;
	line-height: 24px;
}

.TherapistReviewTable,
.TherapistReviewDiv
{
	display: none;
}

.TherapistReviewSummary
{
	vertical-align: top;
	text-align: center;
}

.TherapistReviewName
{
	font-weight: 600;
}

.TherapistReviewText
{
	padding-left: 20px;
}

.TherapistReviewTextDiv
{
	margin-top: 10px;
}

.ContactFormHeader
{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 50px;
}

.ContactForm
{
	border: 1px solid gray;
	border-radius: 5px;
	padding: 20px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	max-width: 500px;
	margin: auto;
	margin-bottom: 20px;
}

.ContactForm .form-control
{
	border: 3px solid #4b7cd7;
	max-width: 500px;
}

.ContactFormInstructions
{
	margin-bottom: 20px;
}

.ContactFormCommentInput
{
	margin-top: 10px;
}

.ContactFormPrivacyCheck
{
	margin-bottom: 20px;
	font-size: 16px;
}

.ContactFormPrivacyCheck > .SettingsBox
{
	cursor: pointer;
}

.ContactFormSendButton
{
	margin-top: 10px;
}

.ContactFormErrorMessage
{
	font-size: 14pt;
	color: red;
	margin-left: 20px;
}

.ContactFormSuccessMessage
{
	font-size: 14pt;
	color: green;
	margin-left: 20px;
}

.InformationFooter
{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.NetopiaFooter
{
	background-color: blue;
	width: fit-content;
	margin: auto;
	margin-top: 20px;
}

.Footer
{
	margin-top: 30px;
	padding: 5px;
	text-align: center;
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: normal;
}

.FooterItem
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500;
}

.CookiesPrivacyNotice
{
	display: none;
	position: fixed;
	bottom: 0px;
	padding: 10px;
	text-align: center;
	background-color: rgb(250, 250, 210);
	border: 5px solid blue;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
}

.CookiesPrivacyPolicyTable
{
	max-width: 700px;
	margin: auto;
}

.CookiesPrivacyNoticeText
{
	position: relative;
	text-align: left;
	padding-right: 20px;
}

.CookiesPrivacyNotice button
{
	white-space: nowrap;
	font-weight: 600;
}

.LegalPage
{
	max-width: 600px;
	margin: auto;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	font-size: 14px;
}

.PrivacyTitle,
.PrivacyHeading,
.PrivacySubheading
{
	font-weight: bold;
	margin-bottom: 10px;
}

.PrivacySubheading
{
	font-style: italic;
}

/* ************************************************************* */

.Prototypes
{
	display: none;
}

.Disabled
{
	cursor: default;
	opacity: 0.5;
}

.Disabled:hover
{
	background-color: #0094FF;
}

.NoBreak
{
	white-space: nowrap;
}

.Bold
{
	font-weight: bold;
}

.SemiBold
{
	font-weight: 700;
}

.Blue
{
	color: #0094FF;
}

.Red
{
	color: red;
}

.Green
{
	color: #06CE03;
}

.Brown
{
	color: #763E17;
}

.Black
{
	color: black;
}

/* ************************************************************* */

.LoginUI > .Spinner
{
	margin-left: 20px;
	width: 30px;
}

@keyframes spinning
{
	from
	{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to
	{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.Spinning
{
	-webkit-animation: spinning 1s linear infinite;
	animation: spinning 1s linear infinite;
}
