html
{
	position: relative;
	overflow: hidden;
}

html, body
{
	padding: 0;
	background-color: white;
	font-family: Verdana;
	user-select: none;
	color: black;
	-webkit-touch-callout: none;
}

.body
{
	position: relative;
	/* margin: auto; */
	white-space: nowrap;
	overflow: hidden;
}

.StandardButton
{
	padding: 3px 10px 3px 10px;
	/* background-color: rgb(222, 226, 248); */
	background-color: white;
	font-weight: bold;
	font-size: 16px;
	width: fit-content;
	border: 1px solid black;
	border-radius: 5px;
	cursor: pointer;
}

.StandardButton:hover
{
	background-color: rgb(202, 206, 208);
}

select
{
	font-weight: bold;
}

.Screen
{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.CenteredScreenContent
{
	text-align: center;
	margin: auto;
	max-width: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	height: 100%;
}

.DocumentationContent
{
	margin-left: 10px;
	margin-right: 10px;
}

.SearchScreen,
.ProfileScreen,
.DatesScreen,
.AboutScreen1
{
	/* margin: auto; */
	width: 600px;
	overflow-y: auto;
}

.SearchScreen
{
	overflow-y: hidden;
	position: relative;
}

.ModalScreenHeader
{
	font-size: 16px;
	padding: 10px;
	/* margin-bottom: 10px; */
	white-space: nowrap;
}

.HeaderGray
{
	background-color: #F0F0F0;
}

.ModalContent
{
	padding-top: 5px;
	padding-bottom: 5px;
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	font-size: 14px;
	position: relative;
}

.ModalBackButton
{
	display: inline-block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	cursor: pointer;
	width: 34px;
	position: relative;
	top: -1px;
}

.DateProgress
{
	position: fixed;
	font-size: 14px;
	font-weight: bold;
	bottom: 0px;
	height: 30px;
	padding: 3px 0px 2px 0px;
	background-color: yellow;
	text-align: center;
	align-content: center;
	white-space: nowrap;
}

.DateProgressText
{
	width: fit-content;
	margin: auto;
}

.DateProgressEnding
{
	background-color: darkorange;
	color: white;
}

/******************************************************************************/

.LogoImage
{
	height: 100px;
}

.AboutLogoImage
{
	height: 80px;
}

.LogoImageOptIn
{
	height: 70px;
}

.LoginHeader,
.AboutHeader
{
	font-weight: 400;
	font-size: 30pt;
	margin-top: 10px;
	margin-bottom: 20px;
}

.AboutHeader,
.LoginOptInHeader
{
	text-align: center;
}

.AboutHeader
{
	margin-top: 20px;
}

.ExplanationHeader
{
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 13px;
}

.LoginSubheader
{
	font-size: 16pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.LoginSentence1 span
{
	color: #C53C2C;
}

.LoginSentence3
{
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.LoginTextEntry
{
	font-size: 14px;
	width: 100%;
	max-width: 300px;
	height: 20px;
	padding: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 4px;
}

.LoginOptInEmailAddress,
.LoginOptInThankYou
{
	text-align: center;
}

.LoginButton
{
	padding: 5px 8px 5px 8px;
	background-color: #C53C2C;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.LoginButton:hover
{
	background-color: red;
}

.LoginButtonGreen
{
	background-color: darkgreen;
	width: fit-content;
}

.LoginButtonGreen:hover
{
	background-color: green;
}

.LoginGoButton,
.LoginOptInButton,
.Processing
{
	margin: auto;
	margin-top: 10px;
	width: fit-content;
	font-size: 16px;
}

.LoginAboutButton,
.LoginMoreAboutTinydateButton,
.LoginContactButton,
.ContactSendButton
{
	width: fit-content;
	font-size: 16px;
	margin: auto;
	margin-top: 20px;
}

.LoginMoreAboutTinydateButton,
.LoginContactButton
{
	font-size: 14px;
}

.AboutParagraph
{
	text-align: left;
	margin-bottom: 20px;
}

.LoginCodeScreen .LoginSentence1,
.LoginCodeScreen .LoginSentence2
{
	max-width: 400px;
	margin: auto;
}

.LoginResendCodeButton
{
	display: inline-block;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
}

.LoginScreenFooter
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 300px;
	height: 30px;
	position: relative;
}

.LoginLegal
{
	font-size: 11px;
}

.LoginOptInEmailAddress span
{
	font-weight: bold;
}

.TermsButton,
.PrivacyButton,
.LoginCodeCancelButton
{
	font-weight: bold;
	color: #C53C2C;
	cursor: pointer;
}

.TermsOfUseScreen .CenteredScreenContent,
.PrivacyPolicyScreen .CenteredScreenContent
{
	padding-left: 5px;
	padding-right: 10px;
}

.LegalHeading
{
	font-weight: bold;
	margin-top: 10px;
	color: black;
}

.BetaVersion
{
	color: #C53C2C;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.BetaNote
{
	color: #C53C2C;
}

.ContactEmailText
{
	width: 50%;
}

.ContactQuestionTextArea
{
	display: block;
	width: 80%;
	height: 80px;
	margin-top: 10px;
	padding: 10px;
}

/******************************************************************************/

.ScreenBar
{
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 100;
	font-size: 0px;
	white-space: nowrap;
}

.ScreenBarItem
{
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #E0E0E0;
}

.SelectedScreenBarItem
{
	background-color: white;
}

.ScreenBarIcon
{
	width: 20px;
	position: relative;
	top: 1px;
}

.ScreenBarLabel
{
	font-size: 10px;
}

.ScreenBarItemDates
{
	z-index: 1;
	position: relative;
}

.ScreenBarAlertContainer
{
	position: absolute;
	top: 8%;
	font-size: 12px;
	left: 62%;
	font-weight: bold;
}

.ScreenBarAlertCount,
.ScreenBarUnanswerRequestCount,
.ScreenBarAcceptedDateCount
{
	display: inline;
	padding: 0px 4px;
	border: 1px solid black;
	width: 20px;
}

.ScreenBarAlertCount
{
	background-color: yellow;
	color: black;
}

.ScreenBarUnanswerRequestCount
{
	background-color: #0AF;
	color: white;
}

.ScreenBarAcceptedDateCount
{
	background-color: darkgreen;
	color: white;
}

/******************************************************************************/

.ListEntry,
.ListGroupHeader,
.SimpleListGroupHeader
{
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	font-size: 14px;
}

.ListEntry
{
	border-top: 1px solid #E0E0E0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.ListEntryNoBar
{
	border-top: none;
}

.ListEntrySpacer
{
	margin-top: 10px;
}

.ListEntryIndented
{
	margin-left: 30px;
}

.ListEntryIndented .EntryContentLabel
{
	font-size: 16px;
}

.ListGroupHeader
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-bottom: 0px;
	text-align: center;
	border-top: 3px solid black;
	/* background: linear-gradient( #F0F0F0, #FFFFFF ); */
	background-color: #F0F0F0;
	padding-bottom: 4px;
}

.SimpleListGroupHeader
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-bottom: 0px;
	border-top: 3px solid black;
	background-color: #F0F0F0;
}

.EntryContent
{
	position: relative;
}

.EntryHasDetails
{
	cursor: pointer;
}

.EntryHasDetails .EntryContentLabel
{
	margin-right: 20px;
}

.EntryDetailsArrow
{
	position: absolute;
	top: 2px;
	font-size: 16px;
	font-weight: bold;
	right: 10px;
	width: 15px;
}

.EntryValue
{
	text-align: left;
	font-weight: bold;
	max-width: 80%;
}

.DetailTextEntry
{
	font-size: 16px;
	width: 350px;
	max-width: 85%;
	height: 20px;
	padding: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 4px;
	margin-left: 10px;
}

.DetailFieldLabel
{
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
}

.DetailNote
{
	margin: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

.DetailNoteSmall
{
	font-size: 12px;
}

.NudgeBotRequestDate
{
	height: 300px;
	margin: auto;
	display: block;
}

.NudgeBotProfileComplete
{
	height: 250px;
	margin: auto;
	display: block;
}

/******************************************************************************/

.ProfileDetailFirstName,
.ProfileDetailLastName,
.ProfileDetailScreenName,
.ProfileDetailPhone
{
	width: 200px;
}

.ProfileDetailLanguages
{
	width: 350px;
	max-width: 95%;
}

.ProfileDetailVenueDescription
{
	width: 600px;
	max-width: 100%;
}

.ProfileDetailDateOfBirthSelections,
.ProfileDetailSeekingAgeRangeSelections
{
	font-size: 16px;
	margin-left: 20px;
}

.ProfileDetailDateOfBirthSelection
{
	display: inline-block;
	text-align: center;
}

.ProfileDetailDateOfBirthSelectionMonth,
.ProfileDetailDateOfBirthSelectionDay
{
	margin-right: 15px;
}

.ProfileDetailDateOfBirthSelection select
{
	margin-top: 5px;
}

.ProfileDetailBirthMonth,
.ProfileDetailBirthDay,
.ProfileDetailBirthYear,
.SearchSeekingAgeRangeLow,
.SearchSeekingAgeRangeHigh,
.Neighborhood,
.ProfileDetailHeight
{
	font-size: 14px;
	height: 30px;
	margin-top: 20px;
}

.Neighborhood,
.ProfileDetailHeight
{
	margin-left: 10px;
}

.Neighborhood
{
	margin-top: 0px;
}

.ProfileDetailBirthMonth,
.ProfileDetailBirthDay,
.ProfileDetailBirthYear
{
	width: 80px;
	text-align: center;
}

.ProfileDetailDateOfBirthError
{
	margin-top: 20px;
	font-size: 14px;
	color: red;
}

.EntryProfileDateOfBirthError
{
	margin-top: 10px;
	color: red;
	max-width: 80%;
	font-weight: bold;
}
	
.City
{
	width: 300px;
	max-width: 90%;
	height: 30px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

.CityChoices
{
	position: absolute;
	border: 1px solid black;
	overflow-y: auto;
	z-index: 1;
	background-color: white;
	width: 300px;
	min-height: 80px;
}

.CityChoice
{
	font-size: 14px;
	padding: 4px 10px;
	cursor: pointer;
}

.CityChoice:hover
{
	background-color: #F0F0F0;
}

.SelectedListItem
{
	background-color: #F0F0F0;
}

.NeighbooodSection
{
	margin-top: 20px;
}

.ProfileDetailCheckBox,
.ProfileDetailRadioButton,
.RadioButton
{
	font-size: 16px;
	margin-top: 10px;
	width: fit-content;
	padding: 2px 6px 5px 6px;
	position: relative;
	text-indent: -33px;
	margin-left: 45px;
}

.ProfileDetailCheckBox
{
	text-indent: -35px;
	margin-left: 50px;
}

.ProfileDetailCheckBox > span,
.ProfileDetailRadioButton > span,
.RadioButton > span
{
	padding: 5px 6px 5px 6px;
	position: relative;
	top: 1px;
	margin-left: 3px;
}

.ProfileDetailCheckBox:hover > input,
.ProfileDetailRadioButton:hover > input,
.RadioButton:hover > input
{
	outline: 2px solid green;
	background-color: rgb(222, 226, 248);
}

.ProfilePicturesRequiredText
{
	color: red;
	font-weight: bold;
}

.ProfilePictureList
{
	position: relative;
	/* background-color: yellow; */
	width: 100%;
}

.ProfilePictureThumbnail,
.AddProfilePictureButton
{
	position: absolute;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.ProfilePictureThumbnail > img,
.DialogBoxThumbnail
{
	width: 80px;
	height: 80px;
	border: 1px solid black;
	z-index: 1;
}

.ProfilePictureThumbnail
{
	touch-action: none;
}

.DialogBoxThumbnail
{
	margin-left: 30px;
}

.AddProfilePictureButton
{
	border-width: 2px;
	border-radius: 10px;
	border: 1px solid black;
}

.AddProfilePictureButtonEnabled
{
	cursor: pointer;
}

.AddProfilePictureButtonDisabled
{
	border: 2px solid lightgray;
	color: lightgray;
}

.ProfilePictureDeleteButton
{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	left: 63px;
	top: 63px;
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
	z-index: 1;
}

.ProfilePictureDeleteButton:hover
{
	background-color: pink;
}

.ProfileDetailAddPictureUploadSection,
.ProfileDetailAddPictureCropSection
{
	text-align: center;
}

.AddProfilePictureButton > div
{
	position: relative;
	top: 21px;
	font-size: 24px;
	text-align: center;
}

.AddProfilePictureButtonEnabled:hover,
.ProfileDetailPictureRotateLeftButton:hover,
.ProfileDetailPictureRotateRightButton:hover
{
	background-color: #F0F0F0;
}

.ProfileDetailUploadPictureButton
{
	margin: auto;
}

.ProfileDetailAcceptPictureButton,
.ProfileDetailCancelPictureButton
{
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}

.ProfileDetailUploadPictureFileInput
{
	width: 0px;
	height: 0px;
}

.ProfileDetailUploadPictureCroppieContainer
{
	position: relative;
	width: fit-content;
	margin: auto;
}

.ProfileDetailUploadPictureCroppie
{
	width: 300px;
	height: 300px;
	margin: auto;
	margin-bottom: 50px;
}

.ProfileDetailPictureRotateLeftButton,
.ProfileDetailPictureRotateRightButton
{
	position: absolute;
	bottom: -42px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	padding: 4px;
}

.ProfileDetailPictureRotateLeftButton
{
	left: -4px;
}

.ProfileDetailPictureRotateRightButton
{
	right: -4px;
}

.EntryProfileSelfSummaryValue,
.EntryProfileSuggestedLocationsValue,
.EntryProfileSuggestedDaysTimesValue,
.EntryProfileSuggestedDurationsValue,
.EntryProfileSuggestedSpecialEventsValue
{
	margin: 10px;
	font-style: italic;
	font-size: 14px;
	max-height: 100px;
	overflow-y: hidden;
	white-space: pre-wrap;
	font-family: Verdana;
}

.EntryProfileSelfSummaryEllipses,
.EntryProfileSuggestedLocationsEllipses,
.EntryProfileSuggestedDaysTimesEllipses,
.EntryProfileSuggestedDurationsEllipses,
.EntryProfileSuggestedSpecialEventsEllipses
{
	margin: 10px;
	font-size: 14px;
}

.ProfileDetailSelfSummary,
.ProfileDetailSuggestedLocations,
.ProfileDetailSuggestedDaysTimes,
.ProfileDetailSuggestedDurations,
.ProfileDetailSuggestedSpecialEvents
{
	width: 90%;
	height: 150px;
	overflow-y: auto;
	padding: 8px 5px;
	border-radius: 4px;
	margin-left: 20px;
}

.NoWarnHideGraphic
{
	height: 40px;
}

.ViewProfileScreenName,
.ViewProfileVenueName
{
	font-weight: bold;
}

.SearchCriteriaItem
{
	display: inline-block;
	margin-top: 4px;
	font-style: italic;
	outline: 1px solid gray;
	padding: 0px 4px;
}

.ViewProfileScreenPreviewNote
{
	font-style: italic;
	margin: auto;
	width: fit-content;
	margin-bottom: 15px;
}

.ViewProfileAttributes,
.ViewProfileSeeking
{
	user-select: text;
}

.ViewProfileAttribute
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.ViewProfileAttribute > div
{
	vertical-align: top;
}

.ViewProfileAttributeLabel
{
	display: inline-block;
	/* background-color: cyan; */
	text-align: right;
	background-color: #EEE;
	padding-left: 2px;
	padding-right: 2px;
}

.ViewProfileAttributeValue
{
	display: inline-block;
	margin-left: 5px;
	/* background-color: yellow; */
}

.ViewProfileHeader
{
	font-size: 14px;
	margin-top: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EEE;
	padding-left: 10px;
	border-top: 3px solid black;
}

.ViewProfilePictures
{
	position: relative;
}

.ViewProfileSelfSummary
{
	margin: 10px;
	white-space: pre-wrap;
	font-family: Verdana;
	font-size: 14px;
	user-select: text;
}

.ProfileSwiperContainer
{
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}

:root
{
	--swiper-pagination-bullet-size: 10px;
}

.swiper-pagination-bullet
{
	background-color: white !important;
	border: 3px solid black;
	border-radius: 5px;
}

.swiper-pagination-bullet-inactive
{
	background-color: white !important;
}

.swiper-wrapper
{
	padding-bottom: 0px;
	text-align: center;
}

.swiper-slide img
{
	width: 100%;
	max-width: 400px;
}

.SwiperLeftArrow,
.SwiperRightArrow
{
	position: absolute;
	top: 190px;
}

.SwiperLeftArrow img,
.SwiperRightArrow img
{
	width: 20px;
}

.SwiperLeftArrow
{
	left: 40px;
}

.SwiperRightArrow
{
	right: 40px;
}

.SwiperArrowDisabled
{
	opacity: 0.2;
}

/******************************************************************************/

.EntrySearchAppDescription
{
	font-style: italic;
	padding: 5px;
	position: relative;
}

.EntrySearchAppDescriptionIcon
{
	width: 15px;
}

.SearchAppLearnLink
{
	border-bottom: 1px solid red;
	cursor: pointer;
}

.Required,
.EntrySearchPreferences span,
.EntryProfilePreferences span
{
	color: red;
	font-weight: bold;
}

.PreferencesRequired
{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.ProfileEmailNewProfiles
{
	padding-top: 10px;
}

.EntrySearchPreferencesValues
{
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

.EntrySearchPreferencesValues .SearchCriteriaItem
{
	font-weight: normal;
}

.EntrySearchPreferences
{
	/* border-bottom: 2px solid black; */
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 0px;
}

.EntrySearchLocation .EntryContent,
.EntrySearchDistance .EntryContent
{
	margin-left: 10px;
}

.SearchPreferencesButton
{
	position: absolute;
	border-bottom: 1px solid red;
	font-style: normal;
	bottom: 8px;
	right: 20px;
	width: fit-content;
	cursor: pointer;
}

.SearchPreferencesButton:hover
{
	background-color: #F8F8F8;
	border-bottom: 2px solid red;
}

.NoUsersFoundNote
{
	height: 22px;
	margin-left: 7px;
	margin-top: 20px;
}

.NoUsersFoundNoteImage
{
	text-align: center;
	margin-top: 50px;
}

.NoUsersFoundNote img
{
	width: 300px;
}

.ProfileContainer
{
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

.PreferencesScreen .ListGroupHeader
{
	margin-top: 20px;
}

.ProfileDisplay
{
	position: relative;
	padding-top: 10px;
	padding-bottom: 80px;
	font-size: 14px;
}

.DateNameAgeDistance
{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

.EntryProfilePreview .EntryContentLabel
{
	background-color: darkgreen;
	padding: 0px 4px 0px 4px;
	color: white;
	width: fit-content;
}

.DateEntry
{
	position: relative;
	cursor: pointer;
}

.CountdownValue
{
	border: 1px solid black;
	padding: 2px 4px;
	position: relative;
	top: 3px;
	margin-left: -4px;
}

.CountdownValueImminent
{
	background-color: yellow;
}

.DateEntryIcon
{
	display: inline-block;
	vertical-align: top;
}

.DateEntryInfo
{
	display: inline-block;
	/* background-color: pink; */
}

.DateEntryUser
{
	font-weight: bold;
	font-size: 14px;
}

.DateEntryIcon img
{
	height: 80px;
	width: 80px;
	border: 1px solid black;
	border-radius: 40px;
	margin-right: 20px;
}

.DateStatusColor
{
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px 4px;
	position: relative;
	left: -4px;
	color: white;
	width: fit-content;
	height: 21px;
	padding-top: 0px;
}

.DateRequestedColor
{
	background-color: #0AF;
}

.DateAcceptedColor
{
	background-color: darkgreen;
}

.DateDeclinedColor
{
	background-color: #F88;
}

.DateCanceledColor
{
	background-color: red;
}

.DatePastColor
{
	background-color: darkgoldenrod;
}

.DateEntryLabel
{
	background-color: #EEE;
    display: inline-block;
    text-align: right;
    padding: 0px 4px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: -4px;
    width: 72px;
    height: 22px;
}

.DateVoteError,
.DateVoteErrorDisagreement
{
	margin-top: 20px;
	color: darkred;
}

.DateVoteContactInformationText
{
	margin-top: 10px;
	width: 90%;
	padding: 0px 4px;
}

.DateVoteBehavior .ProfileDetailCheckBox
{
	margin-left: 45px;
	text-indent: -30px;
}

.DateVoteFeedbackText
{
	margin-top: 10px;
	width: 90%;
	height: 180px;
	padding: 5px 6px;
}

.DateUnseenAlert
{
	padding: 2px 6px;
	width: fit-content;
	color: black;
	background-color: yellow;
	margin-left: -6px;
	margin-top: 8px;
}

.UnhideButton
{
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	color: white;
	width: fit-content;
	font-weight: bold;
	cursor: pointer;
}

.SearchNavigationButton
{
	position: absolute;
	z-index: 10;
	background-color: white;
	border-radius: 30px;
	border: 8px solid white;
}

.SearchNavigationButton:hover
{
	border: 8px solid #DDD;
	cursor: pointer;
}

.SearchNavigationButtonDisabled
{
	opacity: 0.2;
}

.SearchNavigationButtonDisabled:hover
{
	opacity: 0.2;
	cursor: default;
}

.UnhideButton
{
	background-color: #88F;
	margin-top: 10px;
	margin-bottom: 0px;
}

.UnhideButton:hover
{
	background-color: #AAF;
}

.SignOutButton
{
	margin-left: 20px;
}

/******************************************************************************/

.DateInformationArea
{
	margin-bottom: 10px;
	overflow-y: auto;
}

.DateTopTextArea
{
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.DateAction
{
	position: relative;
	left: -4px;
	width: fit-content;
	background-color: yellow;
	padding: 2px 4px;
}

.ProposedDateArea
{
	position: relative;
	/* width: fit-content; */
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 10px;
	border: 4px solid black;
}

.ProposedDateContent
{
	margin-left: 30px;
	margin-right: 30px;
}

.ProposedDateAreaRequested
{
	border-color: #0AF;
}

.ProposedDateAreaAccepted
{
	border-color: darkgreen;
}

.ProposedDateAreaDeclined
{
	border-color: #F88;
}

.ProposedDateAreaCanceled
{
	border-color: red;
}

.ProposedDateRegions
{
	width: fit-content;
	margin: auto;
}

.FeaturedDateSuggestionsRegion
{
	margin-top: 15px;
	margin-bottom: 10px;
}

.FeaturedDateSuggestionsLink
{
	text-decoration: underline;
	cursor: pointer;
	color: darkgreen;
}

.FeaturedDateSuggestionsLink:hover
{
	opacity: 0.7;
}

.FeaturedDateSuggetionsInstructions
{
	margin-top: 10px;
	margin-left: 10px;
}

.FeaturedDateSuggestion
{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	border-top: 5px solid darkgreen;
}

.FeaturedDateSuggestion p
{
	margin: 10px;
}

.FeaturedDateSuggestionButton
{
	border: 3px solid #0AF;
	border-radius: 10px;
	padding: 10px;
	max-width: 75%;
	margin: auto;
	text-align: center;
	cursor: pointer;
}

.FeaturedDateSuggestionButton:hover
{
	background-color: #F8F8F8;
}

.ProposedDateRegion
{
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ProposedDateLabel
{
	width: fit-content;
}

.DateFieldSetButton
{
	position: absolute;
	left: 435px;
	top: 25px;
	height: 20px;
}

.ProposedDateRegionEnabled
{
	cursor: pointer;
}

.ProposedDateField
{
	width: 420px;
	overflow: hidden;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #CCC;
}

.ProposedDateFieldBlank
{
	border: 2px dashed black;
	border-radius: 8px;
}

.ProposedDateLocation
{
	height: 80px;
    overflow-y: auto;
}

.ProposedDateCity,
.ProposedDateDate,
.ProposedDateTime,
.ProposedDateDuration
{
	height: 30px;
}

.DateInformationArea .DateEntryCountdown
{
	width: fit-content;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.DateRequestInstructions
{
	margin-top: 30px;
}

.MiniProposedDateArea .DateEntryCountdown
{
	margin-top: 5px;
}
	
.MiniProposedDateArea
{
	width: fit-content;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.DateVotingStatus
{
	width: fit-content;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.DateVotingStatus
{
	background-color: yellow;
}

.DateVotingStatusMutual
{
	background-color: white;
	border: 4px solid purple;
}

.DateVotingStatus .Label
{
	margin-top: 10px;
}

.DateVotingStatus .Value
{
	width: fit-content;
	background-color: yellow;
	background-color: yellow;
	padding: 2px 5px;
	position: relative;
	left: -5px;
}

/* screen width 320px, 344px */
@media ( width < 350px ), ( max-device-width: 349px )
{
	.ProposedDateField
	{
		width: 200px;
	}
	.DateFieldSetButton
	{
		left: 205px;
	}
}

/* screen width 375px, 390px, 414px, 412px, 430px */
@media ( width < 450px ), ( max-device-width: 449px )
{
	.ProposedDateField
	{
		width: 225px;
	}
	.DateFieldSetButton
	{
		left: 230px;
	}
}

/* screen width 600px */
@media ( width >= 600px ), ( min-device-width: 600px )
{
	.ProposedDateField
	{
		width: 420px;
	}
	.DateFieldSetButton
	{
		left: 435px;
	}
}

.DateButton
{
	padding: 2px 8px;
	border-radius: 5px;
	width: fit-content;
	cursor: pointer;
	display: inline-block;
	margin: 20px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.FakeButton 
{
	padding: 2px 8px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}

.DateButton:hover
{
	background-color: #F0F0F0;
}

.RequestDateButton
{
	border: 3px solid #0AF;
}

.DateEditSaveButton,
.AcceptDateButton,
.ConfirmDetailsButton
{
	border: 3px solid darkgreen;
}

.IConfirmedDetails,
.OtherConfirmedDetails
{
	width: fit-content;
	padding: 0px 4px;
	margin-left: -4px;
	margin-top: 2px;
}

.DetailTBD,
.ConfirmDetailsButton,
.IConfirmedDetails,
.OtherConfirmedDetails
{
	background-color: lightgreen;
}

.DateEditSaveButton
{
	margin-left: 5px;
}

.DateEditCancelButton,
.DeclineDateButton
{
	border: 3px solid #F88;
}

.CancelDateButton,
.ViewDateHistoryButton
{
	width: 100%;
	text-decoration: underline;
	text-align: right;
	cursor: pointer;
	font-size: smaller;
	position: absolute;
	top: 0px;
	right: 10px;
}

.CancelDateButtonDelete
{
	padding-left: 10px;
}

.WhatIsNextHeader
{
	border: 1px solid black;
	padding: 2px 4px;
	margin-left: 5px;
	margin-right: 5px;
}

.WhatIsNextImage
{
	display: inline-block;
	width: 35%;
	vertical-align: top;
}

.WhatIsNextImage img
{
	width: 100%;
}

.WhatIsNextText
{
	display: inline-block;
	width: 60%;
	padding-top: 20px;
}

.DateCommentsArea
{
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
}

.DateHistoryDisplay
{
	padding-top: 20px;
}

.DateCommentsTitle
{
	background-color: darkgoldenrod;
	padding: 2px 4px;
	color: white;
	width: fit-content;
	margin-bottom: 10px;
}

.DateCommentHistory
{
	margin-left: 20px;
}

.AddACommentButton,
.AddThisCommentButton
{
	border: 3px solid darkgoldenrod;
}

.AddACommentButton
{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 30px;
}

.AddThisCommentButton
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.EditDateButton
{
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: underline;
	width: fit-content;
}

.EditDateButton
{
	margin-top: 8px;
	margin-left: 0px;
}

.ViewDateHistoryButton:hover,
.EditDateButton:hover
{
	opacity: 0.7;
}

.DateLocationScreen .ModalContent,
.DateDateScreen .ModalContent,
.DateTimeScreen .ModalContent,
.DateDurationScreen .ModalContent
{
	margin: 10px;
}

.DateLocationScreen .DetailFieldLabel,
.DateLocationScreen .DetailTextEntry
{
	margin-left: 0;
}

.DetailLocationScreenLocationArea
{
	position: relative;
}

.Example
{
	position: absolute;
	left: 6px;
	top: 3px;
	color: #AAA;
	z-index: 0;
}

.DateLocationScreenLocation
{
	position: relative;
	width: 90%;
	padding: 2px 4px;
	z-index: 1;
	background-color: transparent;
}

.DateDateScreenControl
{
	margin-top: 20px;
}

.DateTimeScreenControl
{
	margin-top: 20px;
}

.air-datepicker-nav,
.air-datepicker.-inline-
{
	width: 95%;
}

.air-datepicker-body--cells
{
	--adp-day-cell-height: 60px;
}

.air-datepicker-cell.-disabled-
{
	color: #E0E0E0;
}

.air-datepicker-nav--title,
.air-datepicker-nav--title i,
.air-datepicker-body--day-name,
.air-datepicker-cell
{
	color: black;
	font-weight: 600;
	font-size: 20px;
}

.DateTimeSelect
{
	font-size: 20px;
	margin-top: 10px;
	margin-left: 20px;
}

.DateProfileTopDividerLine
{
	border-top: 1px solid black;
}

.DateListSection
{
	margin-bottom: 0px;
}

.DateListSectionHeader
{
	position: relative;
}

.DateListSectionHeaderTitle
{
	width: 100%;
	color: white;
	display: block;
	height: 25px;
	padding-top: 2px;
	padding-left: 5px;
}

.DateListSectionHeaderTitle.Active
{
	cursor: pointer;
}

.DateListSectionHeaderTitle.Active:hover
{
	opacity: 0.8;
}

.DateListSectionAcceptedDates .DateListSectionHeaderTitle
{
	background-color: darkgreen;
}

.DateListSectionDateRequestsFromYou .DateListSectionHeaderTitle,
.DateListSectionDateRequestsForYou .DateListSectionHeaderTitle
{
	background-color: #0AF;
}

.DateListSectionMutual .DateListSectionHeaderTitle
{
	background-color: darkmagenta;
}

.DateListSectionOpenClose
{
	position: absolute;
	top: 1px;
	right: 10px;
	color: white;
}

.DateListSectionOpenCloseIcon
{
	position: relative;
	top: -1px;
}

.DateListSectionOpenCloseIcon img
{
	width: 15px;
	-webkit-filter: invert( 100% );
	filter: invert( 100% );
}

.DateCommentScreen ul
{
	margin-top: 10px;
}

.DateCommentText
{
	width: 95%;
	margin-top: 5px;
	margin-left: 1px;
	padding: 5px;
}

.ItemUnhiddenNote
{
	margin-top: 10px;
}

.DeleteMyAccountLink
{
	text-decoration: underline;
	cursor: pointer;
}

.DeleteAccountEmailInput
{
	width: 250px;
	font-size: 14px;
}

/******************************************************************************/

.GenericDialogBox,
.GenericDialogBoxSticky
{
	margin-top: 0px;
	z-index: 2001;
	overflow: hidden;
}

.WarningDialogBoxCheckBox
{
	margin-top: 20px;
}

.DialogBoxButtons,
.DialogBoxButtonsReversed
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.DialogBoxButtons .DialogBoxContinueButton
{
	margin-right: 40px;
}

.DialogBoxButtonsReversed .DialogBoxCancelButton
{
	margin-right: 40px;
}

.modal-title
{
	font-size: 16px;
	font-weight: bold;
}

.modal-body
{
	font-size: 16px;
}

/* @media ( orientation: portrait ) */
@media ( width >= 1024px ), ( min-device-width: 1024px )
{
	.ScreenBarIcon
	{
		width: 30px;
	}

	.ScreenBarLabel
	{
		font-size: 10pt;
	}
	.ListEntry,
	.ListGroupHeader
	{
		font-size: 14px;
	}
}

@media ( height < 500px ), ( max-device-height: 499px )
{
	.LogoImage
	{
		height: 80px;
	}
	
	.AboutLogoImage
	{
		height: 60px;
	}
	
	.ProfileDetailAcceptPictureButton,
	.ProfileDetailCancelPictureButton
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.LoginHeader,
	.AboutHeader
	{
		font-size: 26pt;
	}
	
	.LoginSubheader
	{
		font-size: 12pt;
	}
	
	.ListGroupHeader
	{
		font-size: 12px;
	}
	
	.DateProgress
	{
		font-size: 12px;
	}
	
	.ScreenBarAlertContainer
	{
		font-size: 9px;
	}
	
	.EntryContentLabel,
	.EntryValue
	{
		font-size: 12px;
	}
	
	/* ----------------------------- */
	
	.ModalContent,
	.ViewProfileHeader,
	.ViewProfileSelfSummary,
	.DetailNote,
	.StandardButton,
	select,
	.modal-title,
	.modal-body,
	.ProfileDetailRadioButton,
	.RadioButton
	{
		font-size: 14px;
	}	
}

@media ( width < 500px ), ( max-device-width: 499px )
{
	.SearchPreferencesButton
	{
		right: 5px;
	}
	
	.DateEntryItem
	{
		font-size: 12px;
		line-height: 22px;
	}
	
	.CountdownValue
	{
		font-size: 12px;
	}
	
	.DateStatusColor
	{
		font-size: 12px;
		padding-top: 2px;
	}
	
	.DateEntryUser
	{
		font-size: 12px;
	}
	
	/* ----------------------------- */
	
	.ModalContent,
	.ViewProfileHeader,
	.ViewProfileSelfSummary,
	.DetailNote,
	.StandardButton,
	select,
	.modal-title,
	.modal-body,
	.ProfileDetailRadioButton,
	.RadioButton
	{
		font-size: 13px;
	}	
}

@media ( width < 400px ), ( max-device-width: 399px )
{
	.ProfileDisplay
	{
		padding-top: 0px;
	}
	
	.DateNameAgeDistance
	{
		margin-top: 0px;
	}
	
	.EntrySearchAppDescription,
	.BetaVersion
	{
		font-size: 12px;
		margin-left: 0px;
	}
	
	.BetaVersion
	{
		margin-left: 5px;
	}
	
	.DateEntryItem,
	.CountdownValue,
	.DateUnseenAlert
	{
		font-size: 11px;
	}
	
	.DateStatusColor
	{
		font-size: 11px;
		padding-top: 3px;
	}
	
	.DateEditSaveButton,
	.DateEditCancelButton
	{
		margin-left: 0px;
		margin-right: 5px;
	}
	
	/* ----------------------------- */
	
	.ModalContent,
	.ViewProfileHeader,
	.ViewProfileSelfSummary,
	.DetailNote,
	.StandardButton,
	select,
	.modal-title,
	.modal-body,
	.StandardButton,
	.ProfileDetailRadioButton,
	.RadioButton
	{
		font-size: 12px;
	}	
}

@media ( width < 350px ), ( max-device-width: 349px )
{
	.EntrySearchAppDescription,
	.BetaVersion
	{
		font-size: 11px;
	}
	
	.DateEntryItem,
	.CountdownValue,
	.DateUnseenAlert
	{
		font-size: 10px;
	}
}

.Hidden
{
	display: none;
}

.Invisible
{
	visibility: hidden;
}

.Clickable
{
	cursor: pointer;
}

.LeftJustified
{
	text-align: left;
}

.Grayed,
.Grayed:hover
{
	background-color: #EEE;
	color: gray;
}

input[type=checkbox],
input[type=radio]
{
	box-sizing: border-box;
	padding: 0;
	position: relative;
	top: 3px;
}

input[type=checkbox]
{
	-webkit-appearance: none;
	position: relative;
	background-color: white;
	color: #666;
	top: 4px;
	height: 20px;
	width: 20px;
	border: 2px solid #303030;
	border-radius: 4px;
}

input[type=checkbox]:disabled
{
	background-color: #e0e0e0;
}

input[type=checkbox]:checked::before
{
	position: absolute;
	left: 5px;
	top: 1.5px;
	height: 11px;
	width: 7px;
	border-bottom: 3px solid rgb(80, 80, 200);
	border-right: 3px solid rgb(80, 80, 200);
	transform: rotate( 40deg );
	content: " ";
}

input[type=checkbox]:disabled:checked::before
{
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
}

input[type=radio]
{
	-webkit-appearance: none;
	position: relative;
	background-color: white;
	color: #666;
	top: 4px;
	height: 18px;
	width: 18px;
	border: 0.5px solid black;
	border-radius: 10px;
}

input[type=radio]:disabled
{
	background-color: #e0e0e0;
}

input[type=radio]:checked::before
{
	position: absolute;
	left: 3.5px;
	top: 3.5px;
	background-color: rgb(80, 80, 200);
	height: 10px;
	width: 10px;
	content: " ";
	border-radius: 5px;
}

input[type=radio]:disabled:checked::before
{
	background-color: gray;
}
