body {
	background-repeat: repeat;
	background-position: top;
	background-color: white;
	background-size: auto;
}

p {
	color: #3C3C3C;
}

#mobile-view-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
}

#mobile-view {
	margin: auto;
	border-radius: 0.5rem;
}

#breedDropDown-menu {
	height: 300px;
	overflow-y: auto;
}

input#dogName::placeholder {
	font-style: italic;
}

input#dogName:focus::placeholder {
	opacity: 0;
}

.orange-bg {
	background-color: #e45e41;
}

.light-orange-bg {
	background-color: #fff3e2;
}

.white-bg {
	background-color: white;
}

.noMargin {
	margin: 0;
}

.relativePosition {
	position: relative;
}

.button.disabled {
	background-color: #DCDCDC !important;
	opacity: 1 !important;
}

.noScrollbar {
	overflow: hidden !important;
	width: 100% !important;
}

select {
	color: #333;
	line-height: normal;
	height: 100%;
	outline-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-left: 0.8rem;
}

select > option {
	font-size: 1rem;
}

@media screen and (min-width: 40em) {
	#mobile-view {
		max-width: 375px;
		height: 667px;
		overflow-y: auto;
	}

	.dropShadow {
		box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.20) !important;
	}

	.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;
}

#pitpatTopBarLogo {
	padding: 0.5rem 1rem 1rem 1rem;
}

.pawIcon {
	width: 1.5rem;
}
/* End - Top Bar Menu */

/* Mobile Menu */
#mobileMenuWrapper {
	display: none;
}

#mobileMenu {
	background-color: white;
	padding-top: 0.8rem;
}

.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;
}


@media screen and (min-width: 40em) {
	.centredMenuItems {
		display: block;
		text-align: center;
		margin-top: -60px;
		padding-bottom: 2rem;
	}

		.centredMenuItems .cell {
			margin-bottom: 1rem;
		}
}

.fixedMenuWrapper #mobileHeaderWrapper {
	position: fixed;
	z-index: 9;
	width: 100%;
	background: #e45e41;
}

.fixedMenuWrapper #mobileMenuWrapper {
	position: fixed;
	top: 0;
}

.fixedMenuWrapper #mobileMenu {
	padding-top: 0;
}

.menu a {
	display: inline-block;
	padding: 0;
}

.menu a:hover {
	text-decoration: underline;
}
/* End - Mobile Menu */

.homePageContentView {
	background: linear-gradient(#353535, #999898);
	border-radius: 0 !important;
}

.homePageContentView .imgPitPatHeader {
	max-width: 50%;
	margin: 5rem 0 3.5rem 0;
}

.homePageContentView .imgPatchLarge {
	margin-bottom: 3rem;
}

#imgWrapperHomeHeader {
	background-image: url(../images/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: 40%;
	margin: 2rem 0 1.5rem 0;
}

#homeWelcomeTextWrapper {
	padding-top: 2rem;
	text-align: center;
}

#homeWelcomeText {
	font-size: 1.5rem;
	color: white;
}

#errorText {
	font-size: 1.5rem;
	color: white;
}

#errorTextWrapper {
	padding-top: 2rem;
	text-align: center;
}


#contactUsText {
	font-size: 1.0rem;
	color: white;
}

#contactUsLink {
	font-size: 1.0rem;
	color: yellow;
}

#contactUsTextWrapper {
	padding-top: 2rem;
	text-align: center;
}

#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;
}

.button {
	cursor: pointer;
	text-decoration: none !important;
}

.smallButtonWrapper {
	width: 60%;
	margin: 0 auto;
}

#btnHomeLogin {
	font-size: 1.1rem;
	border: 2px solid white;
	color: white;
}

#btnHomeLogin:hover {
	color: white;
	background-color: #ccc;
	border: 2px solid #ccc;
}

#btnHomeRegister {
	background-color: white;
	color: #1e1e1e;
	font-size: 1.1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.2rem;
}

#btnHomeRegister:hover {
	background-color: #ccc;
	color: white;
}


.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;
}

.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;
}

.checkboxLabel {
	display: inline-block;
	position: relative;
	vertical-align: middle !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;
}

#confirmImage {
	margin-top: 3rem;
}

#confirmInstructions {
	margin: 3rem auto 1rem auto;
	width: 95%;
}

	#confirmInstructions p {
		line-height: 2.5rem;
		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 */
.ui-widget.ui-datepicker {
	z-index: 10 !important;
}

#dogProfileWrapper {
	background-color: white;
	margin: 1.5rem 0.5rem 0 0.5rem;
}

#dogProfileWrapper .dogInputWrapper,
#dogProfileWrapper .buttonWrapper {
	width: 90%;
	margin: 0 auto;
}

#dogProfileWrapper .dogInputWrapper .form-error {
	margin-top: -1rem;
}

	#dogProfileWrapper .form-error {
		text-align: center;
		margin-top: 0.3rem;
	}

#dogPhotoWrapper {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: -3rem;
	margin-bottom: 0.5rem;
}

#dogPhotoWrapper .img {
	display: inline-block;
	border-radius: 50%;
	height: 6rem;
	width: 6rem;
	background-color: white;
	background-image: url(/images/no_photo.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#dogPhotoWrapper .img.hasProfileImage {
	border: 4px solid white;
}

#dogProfileWrapper #dogName {
	text-align: center;
	margin-bottom: 1.5rem;
}

#dogProfileWrapper #dogName::-webkit-input-placeholder {
	color: #999;
	font-size: 1.5rem;
	line-height: 100%;
	padding-bottom: 100%;
}

#dogProfileWrapper #dogName::-moz-placeholder {
	color: #999;
	font-size: 1.5rem;
}

#dogProfileWrapper #dogName:-ms-input-placeholder {
	color: #999;
	font-size: 1.5rem;
}

#dogProfileWrapper #dogName::placeholder {
	color: #999;
	font-size: 1.5rem;
	line-height: 100%;
	padding-bottom: 100%;
}

#dogProfileControlWrapper {
	float: right;
	margin-top: -3rem;
	font-size: 0.8rem;
}

.enteredDogName {
	font-size: 2rem;
	line-height: 100%;
	padding-bottom: 0.5rem;
	color: #71777C;
	border: none !important;
}

.textEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

#completeDogName {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #71777C;
}

#breedDropDown {
	margin-bottom: 1.5rem;
}

#breedDropDown-button {
	width: 100%;
	margin-bottom: 1.5rem;
	background: none;
	color: #666666;
	border: 1px solid #d2d2d2;
}

#breedDropDown-menu,
#insuranceDropDown-menu {
	height: 300px;
	overflow-y: auto;
}


.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;
}

.dailyExerciseGoalHeading {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #777;
}

.goalMoreInfoLink {
	position: absolute;
	right: 0;
}

.recommendedMinutesWrapper {
	margin: 0.8rem 0 0.5rem 0;
}

#exerciseMinutesLink {
	color: #eb5d3f;
}

.recommendedGoalWrapper {
	margin-top: 1.5rem;
}

#dogNameReadOnly {
	display: none;
}

#pplNotNowWrapper {
	display: none;
	margin-bottom: 1rem !important;
}

.cancelButton {
	margin-bottom: 1rem !important;
}
/* End - Dog profile */

/* Recommend a goal */
.goalWrapper {
	display: none;
}

#editCloseButtonWrapper {
	display: none;
}


.topGreyBorder {
	border-top: 1px solid #d2d2d2;
}

#btnRecommendGoal,
#btnJoinNow,
#btnPPLFinishJoin,
#btnPPLVisitPrizeStore,
#btnPPLFinishClaimPrize,
#btnPPLUpdatePaymentDetails,
#btnPrizeStoreOK,
#btnInsuranceNext,
#changeInsurerButton,
#btnErrorOK {
	color: white;
	font-size: 1.1rem;
	margin: 1.5rem 0;
	cursor: pointer;
}

#changeInsurerButtonWrapper {
	display: none;
}

.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: #f2f2f2;
	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;
}

#dogInsuredWhyReveal {
	background-color: #ffe6c3;
}
/* 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 */
#pplCreateInsuranceWrapper {
	display: none;
}

.pplInsuranceWrapper {
	margin: 1.5rem 0;
}

.displayInsuranceWrapper > div {
	display: block !important;
}

.insuranceInformation {
	font-size: 0.8rem;
	color: #1e1e1e;
}

.knownInsurer {
	font-weight: bold
}

#insuranceDropDown {
	margin-bottom: 1.5rem;
}

#insuranceDropDown-button {
	width: 100%;
	margin-bottom: 1.5rem;
	background-color: white;
	color: #666666;
	border: 1px solid #d2d2d2;
}

#termsConditionsWrapper,
#prizeChangeWrapper,
#insuranceButtonsWrapper {
	display: none;
}

#prizeChangeWrapper {
	margin-bottom: 3.5rem;
}

#btnInsuranceCancel {
	margin: 0;
	font-size: 1.1rem;
}
/* End - PPL - Insurance */

/* PPL Finished Joining */
#pplFinishClaimPrizeWrapper {
	margin-top: 2rem;
}

#pplFinishJoinWrapper,
#pplPointsWrapper {
	display: none;
	margin-top: 2rem;
}

.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;
}

.finishedPplMessage {
	margin-top: 1rem;
	font-size: 1.1rem;
	color: #666666;
}

.finishedPplMessage > strong {
	color: #3C3C3C;
}

.knownInsurerWrapper > div {
	margin-bottom: 1.5rem;
	padding: 1.5rem 0 1.5rem 0;
}
/* 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;
}

#pplErrorWrapper .errorInfo {
	word-break: break-word;
}

#errorImage {
	margin: 1.5rem 0;
}

.errorInfo {
	font-size: 1rem;
	color: #1e1e1e;
}
/*  End - PPL Error  */

/* Create Account*/
#offersSection {
	display: none;
}
/*end Create Account*/

.offlinewrapperLarge {
	font-size: 3rem;
	text-align: center;
	color: #ffffff;
	margin-left: 1rem;
	margin-right: 1rem;
}

.offlinewrapper {
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
	margin-left: 1rem;
	margin-right: 1rem;
}
