body {
	background-repeat: repeat;
	background-position: top;
	background-color: white;
	background-size: auto;
}

.forgotPasswordInfo {
    font-size: 0.8rem;
    color: dimgrey;
}

p {
	color: #666666;
}

#mobile-view-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
}

#mobile-view {
	margin: auto;
	border-radius: 0.5rem;
}

.orange-bg {
	background-color: #e45e41;
}

.light-orange-bg {
	background-color: #fff3e2;
}

.white-bg {
	background-color: white;
}

.label-style {
	max-width: 280px;
}

@media screen and (min-width: 40em) {

	#mobile-view {
		max-width: 375px;
		box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.20);
		height: 685px;
		overflow-y: hidden;
	}

	.autoHeight {
		height: auto !important;
	}

	#imgWrapperHomeHeader {
		border-radius: 0.5rem;
	}
}

@media screen and (max-width: 39.9375em) {
	body {
		background-image: none;
	}

	#mobile-view {
		min-width: 100vw;
		min-height: 100vh;
	}

	#imgWrapperHomeHeader {
		border-radius: 0;
	}
}

.disableClick {
	pointer-events: none;
}

/* Top Bar Menu */

.topBarMenu {
	padding: 1rem;
}

	.topBarMenu #topBarMenuLink {
		color: white;
	}

	.topBarMenu #topBarCloseMenuLink {
		color: #e45e41;
	}

		.topBarMenu #topBarMenuLink:hover,
		.topBarMenu #topBarCloseMenuLink:hover {
			color: #1e1e1e;
		}

#pitpatTopBarLogo {
	padding: 1rem;
}

.pawIcon {
	width: 1.5rem;
}

/* End - Top Bar Menu */

/* Mobile Menu */

#mobileMenuWrapper {
	display: none;
}

#mobileMenu {
	background-color: white;
}

#menuFooter {
	background-color: #e45e41;
	margin-top: 5rem;
}

.mobileMenuLink {
	margin: 0.5rem 1rem;
}

	.mobileMenuLink a {
		font-weight: bold;
		color: #1e1e1e;
		font-size: 1.1rem;
	}

		.mobileMenuLink a:hover {
			font-weight: bold;
			color: #e45e41;
			font-size: 1.1rem;
		}

#mobileMenuSignOutEmail {
	color: #999999;
	font-size: 0.9rem;
}

/* End - Mobile Menu */

#imgWrapperHomeHeader {
	background-image: url(../images/PitPat/WhiteHeaderCurve.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

#imgWrapperLoginHeader {
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgPitPatHeader {
	max-width: 175px;
	margin: 2rem 0 1.5rem 0;
}

#homeWelcomeTextWrapper {
	padding-top: 2rem;
	text-align: center;
}

#homeWelcomeText {
	font-size: 1.5rem;
	color: white;
}

#orbit-home {
	margin-top: 2rem;
	text-align: center;
}

	#orbit-home .orbit-bullets {
		margin-top: 2rem;
	}

.orbit-bullets button.btnCarousel {
	border: 2px white solid;
	background: none;
	height: 1rem;
	width: 1rem;
}

	.orbit-bullets button.btnCarousel.is-active {
		background: white;
	}

.imgPatchLarge {
	height: auto;
	width: auto;
	max-height: 10rem;
}

.imgPatchMedium {
	height: auto;
	width: auto;
	max-height: 8rem;
}

.buttonWrapper,
.inputWrapper,
.regProgressWrapper,
.textWrapper {
	width: 80%;
	margin: 0 auto;
}

.smallButtonWrapper {
	width: 60%;
	margin: 0 auto;
}

#btnHomeLogin {
	background-color: white;
	margin-top: 1.5rem;
	font-size: 1.1rem;
}

	#btnHomeLogin:hover {
		color: #1e1e1e;
	}

#btnHomeRegister {
	margin-top: 0.5rem;
	color: white;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.btnRound {
	border-radius: 3rem;
}

#loginImage {
	margin-top: 1.7rem;
}

#btnLoginCancel {
	margin-top: 0;
	font-size: 1.1rem;
}

#btnSignIn {
	color: white;
	margin-top: 1.7rem;
	font-size: 1.1rem;
}

#btnForgotPassword {
    color: white;
    margin-top: 1.7rem;
    font-size: 1.1rem;
}

.txtRegInput {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #d2d2d2;
}

	.txtRegInput:focus {
		box-shadow: none;
		border: none;
		border-bottom: 1px solid #d2d2d2;
	}

.txtRegInputFullBorder {
	box-shadow: none;
	border-color: #d2d2d2;
}

.txtRegInputFullBorder:focus {
	box-shadow: none;
}

	#signInForm {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}

.formErrorWrapper {
	min-height: 1.4rem;
}

#joinForm {
	margin-top: 1rem;
}

.regForm input[type=email],
.regForm input[type=password],
.regForm input[type=text] {
	font-size: 0.9rem;
	margin: 0;
}

.regForm input.is-invalid-input {
	font-size: 0.9rem;
	margin: 0;
}

.regForm .formErrorWrapper {
	padding-top: 0.5rem;
}

.regForm .form-error {
	margin-bottom: 0.5rem;
}

input[type=checkbox] {
	width: auto;
	height: auto;
	vertical-align: middle !important;
	margin-bottom: 1.5rem !important;
}

.checkboxLabel {
	display: inline-block;
	position: relative;
	top: -0.5rem;
	vertical-align: middle !important;
	margin-bottom: 0.5rem !important;
}

#joinInfo {
	font-size: 0.8rem;
}

#btnJoinNext {
	color: white;
	font-size: 1.1rem;
}

.registrationHeader {
	font-size: 1.6rem;
	color: #666666;
	text-align: center;
	padding: 1rem 0 0.5rem 0;
}

#btnResendEmail {
	margin-top: 1rem;
	font-size: 1.1rem;
}

#btnChangeEmail {
	margin-top: 0;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

#confirmForgotPassword {
	margin: 30px;
}
#confirmImage {
	margin-top: 3rem;
}

#confirmInstructions {
	margin: 3rem auto 1rem auto;
	width: 95%;
}

	#confirmInstructions p {
		line-height: 2.5rem;
		font-size: 1rem;
	}

#confirmForgotPassword p {
    line-height: 2rem;
    font-size: 1rem;
}

#confirmationEmailAddress {
	font-weight: bold;
}

#btnCreateAccount {
	color: white;
	font-size: 1.1rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

#detailsForm {
	margin-top: 2rem;
}

#regMobileNumber,
#regPostcode {
	margin-bottom: 3rem;
}

#offersImage {
	margin-top: 2.7rem;
}

#offersText {
	margin-top: 1.5rem;
}

#btnOffersYes {
	color: white;
	font-size: 1.1rem;
	margin-top: 1rem;
}

#btnOffersNo {
	font-size: 1.1rem;
}

#welcomeImage {
	margin-top: 2rem;
}

#welcomeText {
	margin-top: 2.5rem;
}

#accountSetUpText {
	font-weight: bold;
	font-size: 1.3rem;
}

#btnAddMyDog {
	color: white;
	font-size: 1.1rem;
	margin-top: 1rem;
}

#btnWelcomeSkipStep {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

/* No Dogs */

#noDogsTextWrapper {
	padding-top: 3rem;
	text-align: center;
}

#noDogsText {
	font-size: 1.5rem;
	color: white;
}

#worriedImage {
	margin: 3rem 0;
}

#btnAddMyFirstDog {
	background-color: white;
	margin-top: 1.5rem;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

/* End - No Dogs */

/* Dog profile */

#dogProfileWrapper {
	background-color: white;
	margin: 1.5rem 0.5rem 0 0.5rem;
}

	#dogProfileWrapper .dogInputWrapper,
	#dogProfileWrapper .buttonWrapper {
		width: 90%;
		margin: 0 auto;
	}

#dogPhotoWrapper {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: -3rem;
	margin-bottom: 0.5rem;
}

	#dogPhotoWrapper img {
		border-radius: 50%;
		height: 6rem;
		width: 6rem;
		border: 4px solid white;
	}

#dogProfileWrapper #dogName {
	text-align: center;
	margin-bottom: 1.5rem;
}

#dogProfileControlWrapper {
	float: right;
	margin-top: -3rem;
	font-size: 0.8rem;
}

.enteredDogName {
	font-size: 2rem;
	line-height: 2rem;
	color: #666666;
	border: none !important;
}

#completeDogName {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #666666;
}

#breedDropDown {
	color: #999999;
}

#breedDropDown-button {
	width: 100%;
	margin-bottom: 1.5rem;
	background: none;
	color: #666666;
	border: 1px solid #d2d2d2;
}


.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #e45e41;
	background-color: #e45e41;
}

.ui-button,
.ui-button:hover,
.ui-button:focus {
	background: none;
	outline-color: #d2d2d2;
}

#DOBTextWrapper {
	padding-top: 0.5rem;
}

#dogDOB {
	color: #1e1e1e;
}

.gridWidth90 {
	width: 90%;
	margin: 0 auto;
}

#dogGenderWrapper {
	width: 90%;
	margin: 0.5rem auto 2rem auto;
	border: 1px solid #d2d2d2;
	border-radius: 0.5rem;
	padding: 0.3rem;
}

.genderOptionWrapper {
	color: #999999;
}

	.genderOptionWrapper:hover {
		color: #e45e41;
		cursor: pointer;
	}

.selectedDogGender {
	color: #e45e41;
}

.genderType {
	font-size: 0.9rem;
}

.dogBits {
	font-size: 0.8rem;
}

#weightWrapper {
	margin-bottom: 1rem;
}

#WeightTextWrapper {
	padding-top: 0.5rem;
}

.weightUnitWrapper {
	padding-top: 0.5rem;
}

	.weightUnitWrapper a {
		color: #999999;
		font-weight: bold;
	}

	.weightUnitWrapper a:hover {
		color: #e45e41;
	}

.selectedWeight {
	color: #e45e41 !important;
}

/* End - Dog profile */

/* Recommend a goal */

.goalWrapper {
	display: none;
}

#editCloseButtonWrapper {
	display: none;
}


.topGreyBorder {
	border-top: 1px solid #d2d2d2;
}

#btnRecommendGoal,
#btnJoinNow,
#btnPPLFinishJoin,
#btnPPLVisitPrizeStore,
#btnPrizeStoreOK,
#btnInsuranceNext,
#btnErrorOK {
	color: white;
	font-size: 1.1rem;
	margin: 1.5rem 0;
}

.goalInformation {
	font-style: italic;
	font-size: 0.8rem;
	color: #999999;
}

#goalSetByYouText {
	display: none;
}

#exerciseMinutes {
	font-size: 4rem;
	line-height: 4rem;
}

#minutesText {
	color: #999999;
	position: relative;
	top: -0.5rem;
}

#goalPitPatLifeLogo {
	width: 30%;
	margin: 1rem auto 0 auto;
}

#goalTopArrow {
	margin-top: 0.5rem;
}

/* End - Recommend a goal */

/* info reveals*/

.infoReveal {
	display: none;
	background-color: #FFE6C3;
	font-style: italic;
	font-size: 0.8rem;
	color: #1e1e1e;
	padding: 1rem;
	text-align: left;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin: 0.5rem 0;
}

/* End - info reveals*/

/* tap to adjust controller */

.ui-dialog .ui-dialog-buttonpane {
	margin: 0;
	padding: 0;
	border: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
		background-color: #e45e41;
		color: white;
		vertical-align: middle;
		padding: 0.85em 1em;
		-webkit-appearance: none;
		border: 1px solid transparent;
		border-radius: 3rem;
		transition: background-color 0.25s ease-out, color 0.25s ease-out;
		font-size: 1.1rem;
		line-height: 1;
		text-align: center;
		cursor: pointer;
		width: 50%;
		margin-bottom: 1rem;
	}

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
		background-color: #d83816;
	}

#minutePicker .quantity {
	text-align: center;
}

	#minutePicker .quantity .minus,
	#minutePicker .quantity .plus {
		display: inline-block;
		cursor: pointer;
		position: relative;
		top: -0.5rem;
	}

#minutePicker .q-status {
	font-size: 4rem;
	line-height: 4rem;
	color: #e45e41;
	margin: 1rem 1.5rem;
}

#minutePicker .qslider {
	display: block;
	margin: 1.5rem 0 1rem 0;
}

#minutePicker input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

#minutePicker input[type=range]:focus {
	outline: none;
}

#minutePicker input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	cursor: pointer;
	background: #999999;
}

#minutePicker input[type=range]::-webkit-slider-thumb {
	border: 2px solid #ffffff;
	height: 2rem;
	width: 2rem;
	border-radius: 50px;
	background: #e45e41;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -12px;
}

#minutePicker input[type=range]:focus::-webkit-slider-runnable-track {
	background: #9c9c9c;
}

#minutePicker input[type=range]::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	cursor: pointer;
	background: #999999;
}

#minutePicker input[type=range]::-moz-range-thumb {
	border: 2px solid #ffffff;
	height: 2rem;
	width: 2rem;
	border-radius: 50px;
	background: #e45e41;
	cursor: pointer;
}

#minutePicker input[type=range]::-ms-track {
	width: 100%;
	height: 0.5rem;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 1rem 0;
	color: transparent;
}

#minutePicker input[type=range]::-ms-fill-lower {
	background: #969696;
}

#minutePicker input[type=range]::-ms-fill-upper {
	background: #999999;
}

#minutePicker input[type=range]::-ms-thumb {
	border: 2px solid #ffffff;
	height: 2rem;
	width: 2rem;
	border-radius: 50px;
	background: #e45e41;
	cursor: pointer;
	margin-top: 0;
}

#minutePicker input[type=range]:focus::-ms-fill-lower {
	background: #999999;
}

#minutePicker input[type=range]:focus::-ms-fill-upper {
	background: #9c9c9c;
}


/* End - tap to adjust controller */

/* PPL - Insurance */

#pplInsuranceWrapper {
	display: none;
	margin: 1.5rem 0;
}

.insuranceInformation {
	font-size: 0.8rem;
	color: #1e1e1e;
}

#insuranceDropDown {
	color: #999999;
}

#insuranceDropDown-button {
	width: 100%;
	margin-bottom: 1.5rem;
	background-color: white;
	color: #666666;
	border: 1px solid #d2d2d2;
}

.knownInsurer {
	font-weight: bold;
}

#unknownInsurerWrapper,
#knownInsurerWrapper,
#termsConditionsWrapper,
#insuranceButtonsWrapper {
	display: none;
}

#btnInsuranceCancel {
	margin: 0;
	font-size: 1.1rem;
}

#knownInsurerWrapper {
	margin-bottom: 1.5rem;
	padding: 1.5rem 0 1.5rem 0;
}

#knownInsurerInfo {
	font-size: 1rem;
	color: #1e1e1e;
	margin-bottom: 1.5rem;
}

#knownInsurerWrapper.morethan {
	background-color: #E5F1E5;
	border-top: 1px solid #098401;
	border-bottom: 1px solid #098401;
}

#knownInsurerLogoWrapper {
	width: 60%;
	margin: 0 auto 1.5rem auto;
}
/* End - PPL - Insurance */

/* PPL Finished Joining */

#pplFinishJoinWrapper,
#pplPointsWrapper {
	display: none;
	margin-top: 1rem;
}

.pplLargeText {
	font-size: 1.8rem;
	color: #666666;
}

.pplPointsAvailableText {
	color: #999999;
}

.pointsInformation {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
}

#pointsWhy {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
}

#moreChoicesLinkWrapper,
#fewerChoicesLinkWrapper {
	margin-bottom: 1rem;
}

#profileKnownInsurerLogo {
	width: 40%;
	margin: 0 auto;
}

#profileKnownInsurerLogoWrapper {
	display: none;
}

/* End - PPL Finished Joining */

/* PPL Prize Store Complete */

#pplPrizeStoreWrapper {
	display: none;
	margin-top: 1rem;
}

/* End - PPL Prize Store Complete */

/* PPL Dashboard */

#nonBillPayerPointsTextWrapper {
	line-height: 1rem;
	margin-bottom: 0.5rem;
}

.nonBillPayer p {
	font-size: 0.85rem;
}

#fewerChoicesLinkWrapper {
	display: none;
}

.moreChoicesLinks {
	display: none;
	margin: 0.5rem 0;
	font-size: 1rem;
}

/* End - PPL Dashboard */
/*  PPL Error  */
#pplErrorWrapper {
	display: none;
}

	#pplErrorWrapper p {
		margin-bottom: 0.5rem;
	}

#errorImage {
	margin: 1.5rem 0;
}

.errorInfo {
	font-size: 1rem;
	color: #1e1e1e;
}
/*  End - PPL Error  */

/* temporary arrows for demo */

.tempArrowLeft {
	margin-left: 1rem;
	margin-top: -1rem;
}

.tempArrowRight {
	margin-top: -1rem;
	margin-right: 1rem;
}

#signinoption {
    text-align: center;
}

/* end - temporary arrows for demo  */