.iframe #page-header {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/******************************************************************************/
/*                               Header Overrrides                            */
/******************************************************************************/
#content-container {
  font-family: pt_sansregular, sans-serif !important;
}
.mobile-menu.menu-open {
  margin-top: 10px;
}
/******************************************************************************/
/*                              Nav / Page structure                          */
/******************************************************************************/
#content-container {
  box-sizing: border-box;
}
#content-container *, #content-container *:before, #content-container *:after {
  box-sizing: inherit;
}
body {
	font-family: sans-serif;
	margin: 0;
  overflow-y: scroll;
  background: white;
}
#main {
	width: 100%;
  max-width: 1000px;
	margin: auto;
}
.iframe #main {
  max-width: 930px;
}
.toLower {
	text-transform: lowercase;
}
.ucfirst {
	text-transform: capitalize;
}
#journalShadow {
	background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
#yearHeader {
  position: relative;
  min-height: 50px;
  width: 100%;
}
#dateBar {
  /* we set this this visible on load */
  /* if it was just displayed then the date buttons would be shown */
  visibility: hidden;
  position: relative;
  top: -21px;
  display: flex;
  align-items: center;
  pointer-events: none; /* Make it click-through-able(?) on mobile, due to overlap */
}
#shortishFromMonth {
  display: none;
}
#ellipsis {
  display: none;
}
.dateBarItem {
	-webkit-flex: 1;
	flex: 1;
}
.dateBarItem.dateRange {
  font-size: 11pt;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
  display: flex;
  justify-content: center;
}
.dateBarItem > * {
  pointer-events: auto; /* Re-enable pointer events for everything in the date bar */
}
#yearLozenge {
  margin: 0;
}
.lozenge {
  cursor: pointer;
  border-radius: 10px;
  height: 40px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  color: #FFF;
  font-size: 12pt;
  position: relative;
}
.lozenge.dark {
  background: #046A4D;
  font-weight: bold;
}
#yearbarCancel, #thisWeekButton {
  display: none;
}
.popout {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  position: absolute;
  padding: 5px 0;
  right: -6px;
  top: 30px;
  z-index: 1; /* go on top of content */
  display: none;
}
.popout > .popChoice:hover {
  color: #FFF;
}
.popout > .popChoice {
  cursor: pointer;
  text-align: center;
  font-size: 11.5pt;
  width: 100%;
  font-weight: bolder;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}
LABEL.popChoice {
  display: block;
  position: relative;
}
.popChoiceValue {
  display: none;
}
.popChoiceValue + .numberCircle {
  display: none;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 10px;
  height: 10px;
}
.popChoiceValue:checked + .numberCircle {
  display: block;
  visibility: visible;
}
.popChoice:hover > .numberCircle {
  background: #FFF;
  color: #00C18A;
}
.dateBarItem.prevWeek, .dateBarItem.nextWeek {
  display: none;
}
#dateLozenge {
  padding: 0;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#dateLozengeCaption {
  cursor: default;
}
#dateLozenge > .prevWeek,
#dateLozenge > .nextWeek {
  height: 100%;
  width: 50px;
  padding-top: 10px;
}
#dateLozenge > .prevWeek {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04dda0+0,04dda0+50,069f74+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(4,221,160,1) 0%, rgba(4,221,160,0.5) 50%, rgba(4,221,160,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(4,221,160,1) 0%,rgba(4,221,160,0.5) 50%,rgba(4,221,160,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(4,221,160,1) 0%,rgba(4,221,160,0.5) 50%,rgba(4,221,160,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04dda0', endColorstr='#0004dda0',GradientType=1 ); /* IE6-9 */
}
#dateLozenge > .nextWeek {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04dda0+0,04dda0+50,04dda0+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(4,221,160,0) 0%, rgba(4,221,160,0.5) 50%, rgba(4,221,160,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(4,221,160,0) 0%,rgba(4,221,160,0.5) 50%,rgba(4,221,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(4,221,160,0) 0%,rgba(4,221,160,0.5) 50%,rgba(4,221,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0004dda0', endColorstr='#04dda0',GradientType=1 ); /* IE6-9 */
}

H3.stretcher {
	color: #59D3AC;
	font-size: 12pt;
	font-weight: normal;
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.stretcher:before {
	margin-right: 20px;
}
.stretcher:after {
	margin-left: 20px;
}
.stretcher:before, .stretcher:after {
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	content: '';
	border-bottom: 1px solid #D0F1E6;
}
.openDatePicker, .thisWeek {
	color: #7AE8C7;
	cursor: pointer;
}
#smallHeader {
	display: none;
}
#journal {
	margin: auto;
	margin-top: 25px;
	display: -webkit-flex;
	display: flex;
	/* on desktop&tablet, background pane behaves differently */
	/*   to how it does on mobile, so reset it accordingly */
	position: static;
	border: none;
	height: auto;
}
#week {
	flex-grow: 1;
	-webkit-flex-grow: 1;
  margin-bottom: 50px;
}
/******************************************************************************/
/*                          Panes - showing and hiding                        */
/******************************************************************************/
.pane {
	display: none;
	z-index: 1;
	width: 400px;
	height: 700px;
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -330px;
}
.pane > SECTION:only-of-type {
  height: 100%;
}
.pane > SECTION:only-of-type:not(.hasRelatedPlants) {
  /* Firefox fix :( */
  min-height: 450px;
}
@media only screen and (max-height: 740px) {
  .pane {
    height: 100%;
    top: 0;
    margin-top: 0;
  }
  .pane > SECTION:only-of-type:not(.hasRelatedPlants) {
    /* Firefox fix :( */
    min-height: 250px;
  }
}
.pane.loading > SECTION {
  position: relative;
}
.pane.loading > SECTION:after {
  display: block;
  background: url(/journal/assets/images/bigspinner.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #CCC;
  opacity: 0.5;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pane > SECTION, .pane > FOOTER {
	background: white;
}
.pane.bottom {
	z-index: 9001;
}
.pane.middle {
	z-index: 9002;
}
.pane.top {
	z-index: 9003;
}
.paneReveal, .paneLoad {
	cursor: pointer;
}
.pane.inView, .pane.inView > SECTION {
	display: -webkit-flex;
	display: flex;
  	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	flex: 1;
}
/******************************************************************************/
/*                                   New Panes                                */
/******************************************************************************/
.pane > HEADER:first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.pane > HEADER {
	color: white;
	text-align: center;
	padding: 10px;
	/* Give this a height such that init state causes plant list to be partially hidden */
	/* thus showing the user that it scrolls */
	min-height: 90px;
}
.pane > HEADER > H1 {
	padding-top: 33px;
	font-size: 18pt;
    font-weight: normal;
}
.paneHeaderItem {
	position: absolute;
	top: 15px;
  cursor: pointer;
}
#closePaneFromPhotoPane {
  display: none;
  padding-left: 4px;
  padding-right: 4px;
}
.paneHeaderItem:first-child {
	left: 15px;
}
.paneHeaderItem:last-child {
	right: 15px;
}
.pane > SECTION > HEADER > H1 {
	margin: 0;
	font-size: 14pt;
}
.pane > SECTION > HEADER > H2 {
	margin: 0;
	font-size: 11pt;
	height: 45px;
	padding-top: 10px;
}
.pane > SECTION > HEADER > H2:empty {
	height: 0;
}
.pane > SECTION > SECTION {
	padding: 0;
	padding-top: 10px;
	-webkit-flex: 1;
	flex: 1;
  height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.pane .row {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	height: 40px;
}
.pane .row:nth-child(even) {
	background: #F7F7F7;
}
.pane .row > div {
	position: absolute;
	top: 10px;
	right: 0;
}
.pane .row .appIcon {
	cursor: default;
}
.pane .row .numberCircle {
	position: static;
}
.pane .row .numberCircle:empty {
	visibility: visible;
	background: #E2E2E2;
}
.pane > FOOTER {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
	padding-top: 6px;
	padding-bottom: 10px;
	display: block; /* to override flex from pane > footer */
	text-align: center;
}
.journalButton {
	cursor: pointer;
	display: inline-block;
	width: 185px;
	height: 45px;
	background: #789F94;
	color: #FFF;
	border: none;
	border-radius: 5px;
	font-size: 12pt;
}
.journalButton:first-child {
	margin-right: 10px;
}
/******************************************************************************/
/*                                    Search                                  */
/******************************************************************************/
#journalSearchDrop {
  display: none;
  text-align: center;
}
#journalSearchBox, #journalSort {
  height: 35px;
  padding: 7px;
}
#journalSearchBox {
  width: 250px;
  outline: none;
}
#journalSearchForm {
  display: none;
}
#journalSearchButton {
  display: inline-block;
  margin-left: 10px;
  padding-top: 12px;
}
.searchOptions {
  text-align: right;
  margin-top: 10px;
  margin-right: 30px;
  max-width: 1000px;
}
#searchFilters {
  margin-top: 10px;
  font-size:  10pt;
}
@media only screen and (min-width: 1024px) {
  .searchOptions {
    margin-top: 0;
    margin-left: 30px;
    display: inline-block;
    position: absolute;
  }
}
.journalBackLink {
  display: inline-block;
  margin-top: 20px;
}
.journalSearchHeader {
  text-align: center;
  margin-bottom: 50px;
}
.journalSearchHeader > H1 {
  margin: 0;
  margin-bottom: 25px;
}
.journalSearchPages {
  text-align: right;
}
#journalSearchResults {
  margin-bottom: 50px;
}
.journalSearchPages:last-of-type {
  margin-bottom: 50px;
}
.journalSearchResult > .dayHeader {
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}
.journalSearchResult:first-child > .dayHeader {
  margin-top: 20px;
}
.journalSearchLink, .journalSearchLink:active, .journalSearchLink:hover, .journalSearchLink:visited {
 color: #1dc089;
}
.jsrEntries {
  display: flex;
  justify-content: space-between;
}
.jsrEntry {
  width: 45%;
}
@media only screen and (max-width: 820px) {
  .journalSearchPages {
    margin-right: 10px;
  }
  #journalSearchStats {
    margin-left: 10px;
  }
  .journalSearchResult .dayHeadline {
    font-size: 12pt;
  }
  #journalSearchResults {
    padding: 10px;
  }
  .jsrEntries {
    flex-wrap: wrap;
  }
  .jsrEntry {
    width: 100%;
  }
}

/******************************************************************************/
/*                                 Panes - misc                               */
/******************************************************************************/
.paneButton {
  display: inline-block;
	border: none;
	border-radius: 6px;
	padding: 10px;
  padding-top: 6px;
	cursor: pointer;
  min-width: 45%;
  height: 35px;
}
#dayLabel {
  display: inline;
  cursor: default; /* overrides pointer CSS elsewhere */
}
#dayChoices {
  display: none;
}
.savedEntry {
  margin-bottom: 45px;
}
#plusPaneSubHeader {
  display: flex;
  background: #FFF;
  padding: 10px 5px;
  min-height: initial;
}
#plusPane > SECTION {
  padding: 0;
}
#noteFields {
  height: 100%;
}
#noteFields.editing {
  padding-top: 20px;
}
#reminderIsSet, #remindCurrentWeek {
  display: none;
}
#setReminder {
  position: relative;
}
#reminderChoices {
  display: none;
  bottom: 100px;
  top: initial;
  right: 123px;
  width: 170px;
}
#plusPane {
  overflow: hidden;
}
#reminderFields {
  position: absolute;
  bottom: -295px;
  height: 295px;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: initial;
  margin: 0 auto;
}
#reminderFieldsInner {
  padding: 0 5%;
}
#reminderFields > H3 {
  color: #ECF8E0;
  text-align: center;
  height: 50px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 13px;
  padding-left: 5%;
}
/* set the green text rules. Needs to have a.clickableText to override header-footer universal style on A elements */
.clickableText, a.clickableText, .autoRelated, .hashtag, A.noteLink, .entryActions, .card:hover .entryActions > .editEntry, .popout > .popChoice {
  color: #1dc089;
}
#reminderFields > H3, .doughnutSummary, .lozenge, .popout > .popChoice:hover, .entry.pane > HEADER:first-child, .related.pane > HEADER:first-child, .paneButton {
  background: #1dc089;
  color: #ECF8E0;
}
.clickableText, a.clickableText {
  cursor: pointer;
  text-decoration: underline;
}
.clickableText:hover, a.clickableText:hover {
  color: #128f65;
  text-decoration: underline;
}
.setReminderContainer {
  text-align: right;
  margin-right: 20px;
  margin-bottom: 10px;
}
.setReminderButton {
  background: white;
}
.setReminderButton:focus {
  outline: 0;
}
.entryIcon {
	display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 26pt;
  margin: 0;
}
.entryIcon:before,
.entryIcon:after {
  /* override fontello's margins */
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.entryOption {
	cursor: pointer;
	font-size: 11pt;
	padding-bottom: 5px;
	padding-top: 5px;
  text-align: center;
  position: relative;
}
.entryOption > .numberCircle {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.entryOption:nth-last-child(2) {
  margin-right: 5px;
}
.entryOption:last-child {
  position: relative;
  padding-left: 5px;
}
.entryOption:last-child:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  height: 80%;
  border-left: 4px dotted #DDD;
}
.entryOption.planting {
	color: #92C717;
}
.entryOption.care {
	padding-left: 1px;
	color: #C17BC3;
}
.entryOption.watering {
	color: #5DD5F7;
}
.entryOption.harvesting {
	color: #EBAC2B;
}
.entryOption.photos {
  color: #00C18A;
}
.entry.pane > SECTION:first-of-type {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color: #7B7B7B;
}
.entryOption > IMG {
	vertical-align: middle;
	padding-right: 10px;
}
.pendingUpload {
	display: none;
}
.pane H1 {
	font-size: 14pt;
	margin: 0;
}
/******************************************************************************/
/*                                Photo Pane                                  */
/******************************************************************************/
#photoPane > SECTION:first-of-type {
	flex: none;
}
#dragClickPhotos {
  display: inline;
}
#tapToUpload {
  display: none;
}
#previewSection {
	padding-left: 20px;
  overflow-y: auto;
}
#previewSection > SECTION {
	padding-top: 0;
}
#photoDropTarget {
	width: 100%;
	height: 200px;
	border: 3px dashed #9BCC9B;
	font-size: 14pt;
	padding-top: 80px;
	text-align: center;
	color: #02C28D;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #e8f4e8;
	/* hide the contained input control */
	position: relative;
	overflow: hidden;
}
INPUT#photoUpload {
	/* stretch this to size of container and make it 100% transparent */
	position: absolute;
	top: -50px; /* cursor pointer doesn't get applied while over the default input controls, so hide them */
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%; /* not sure why I need this given I've specified right:0, but I do, so... */
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.uploadPreview, .uploadPreviewTemplate {
	display: none;
  text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
}
.previewImage {
  max-width: min(360px, 100%);
	max-height: 270px;
	overflow: hidden;
}

/******************************************************************************/
/*                             Week view & Entries                            */
/******************************************************************************/
.weekHeader {
  margin-top: 10px;
  text-align: center;
  font-size: 13pt;
}
/* Show loading spinner after a delay */
/* Pure CSS solution via http://devinvinson.com/delayed-fade-in-effects-with-css/ */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
#loadDelayImage {
  opacity: 0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;

  -webkit-animation-delay: 1s;
  -moz-animation-delay:1s;
  animation-delay: 1s;
}
.weekHeader:not(.loading) {
  display: none;
}
#getInTouch {
  display: none;
  margin: auto;
  width: 1000px;
}
#updateNotice {
  font-size: 12pt;
  color: rgb(85, 170, 146);
  border: 1px solid #e8f4e8;
  padding: 15px;
  margin: auto;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}
#updateNotice.urgent {
  color: #E60544;
  border: 1px solid #E60544;
}
#closeUpdateNotice {
  color: rgb(85, 170, 146);
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 14pt;
  cursor: pointer;
}
#updateNotice > a {
  color: rgb(85, 170, 146);
  text-decoration: underline;
}
#youHaveReminders {
  font-size: 12pt;
  color: #333;
  background: #e8f4e8;
  padding: 15px;
  margin: auto;
  margin-bottom: 15px;
  text-align: left;
}
#youHaveRemindersIcon {
  vertical-align: middle;
  margin-right: 7px;
}
#nothingHere {
	color: #AAA;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
	/* on large screens, let this message be larger */
	#nothingHere {
		font-size: 14pt;
	}
}
#weekContents {
	position: relative;
}
.cardColumnContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cardColumn {
  flex: 1;
  width: 310px;
  margin-right: 20px;
  max-width: 100%;
}
.cardColumn:last-child {
  margin-right: 0;
}
.card {
  margin-bottom: 20px;
}
.journalImage {
  /* required otherwise there's a bit of bottom-padding after an image because images are inline by default */
  display: block;
  cursor: pointer;
  max-width: 100%;
}
.relatedPlantsDisplay {
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.relatedPlantsDisplay > .cropCircle,
.relatedPlantsDisplay > .relatedPlantsCaption {
  margin-right: 10px;
  flex: 0 0 auto;
}

.card.pendingEntry {
  min-height: 100px;
  border: 1px solid #9BCC9B;
  font-size: 14pt;
  color: #02C28D;
  background-image: url(/journal/assets/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e8f4e8;
}
.card > .deleteActions {
  display: none;

}
.card.text {
  min-height: 120px;
}
.card.pendingDelete {
  position: relative;
  min-height: 120px;
}
.pendingDelete > .deleteActions {
  display: block;
  color: #f95509;
  background-color: rgb(244, 232, 232);
  font-size: 12pt;
  padding-top: 9px;
  border: 1px solid #f95509;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.pendingDelete > .insideCard {
  opacity: 0.1;
}
.pendingDelete > .entryActions {
  visibility: hidden;
}
.deleteConfirm {
  margin: 12px;  
}
.cancelDelete, .reallyDelete {
  cursor: pointer;
}
.pastDayName {
  font-weight: bold;
}
.ambient {
	margin: auto;
	margin-top: 60px;
}
#week > h2 {
	margin: auto;
	font-size: 16pt;
}
#week > h3 {
	margin: auto;
	font-family: 'serif';
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 16pt;
}
.day:first-child {
	margin-top: 20px;
}
.dayContents {
	margin-bottom: 60px;
}
.future > .dayContents {
	display: flex;
	margin-top: 0;
}
.future .dayHeader {
  margin-bottom: 10px;
}
.futureCol {
  width: 310px;
  margin: auto;
}
.future .card.reminderPrompt {
  text-align: center;
  min-height: 40px;
}
.futureCol > .empty {
	display: none;
}
.futureCol > .card:only-child {
	display: block;
}
.future .card.text {
	min-height: 120px;
	background-repeat: no-repeat;
}
.recommended.card, .alert.card, .reminder.card {
	position: relative;
	padding-left: 40px;
}
.recommended.card:before, .alert.card:before, .reminder.card:before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
}

.recommended.card:before {
	background-image: url('/journal/assets/images/guide.png');
}
.alert.card:before {
	background-image: url('/journal/assets/images/alert.png');
}
.reminder.card:not(.pendingDelete):before {
	background-image: url('/journal/assets/images/reminder.png');
}
.card.icon-1_12_calendar:before {
	color: #50AB9A;
	margin-right: 10px;
	font-size: 16pt;
}
.activityBar .addReminder {
	display: inline-block;
	background: #389F8C;
	color: #FFF;
	width: 130px;
	height: 40px;
	text-align: center;
	padding-top: 8px;
	font-size: 10pt;
	position: absolute;
	top: 14px;
	left: -130px;
	cursor: pointer;
}
.dayHeader {
	width: 100%;
	border-bottom: 1px solid #D0F1E6;
	position: relative;
	height: 38px;
	margin-bottom: 50px;
}
.dayHeader.pastView {
  margin-bottom: 0;
}
.dayHeadline {
	position: absolute;
	left: 0;
	height: 50px;
	padding-top: 8px;
	margin: 0;
	text-align: left;
  font-size: 14pt;
}
.dayHeadline > .dayName > a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.dayHeadline > .dayName.today > a {
    font-weight: bold;
}
.weatherIcons {
  color: #888;
  font-size: 12pt;
  margin-left: 15px;
}
.weatherIcons .icon {
  /* width set in html */
  vertical-align: text-bottom;
  margin-right: 15px;
}
.weatherIcons .icon-temperature-down-arrow:before, .weatherIcons .icon-temperature-up-arrow:before {
    margin-left: -3px !important;
    font-size: 11pt !important;
    margin-right: -1px !important;
}

@keyframes spin {
	0%  {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
.icon-spinner {
  -webkit-animation: spin 1.2s infinite linear;
  display: inline-block;
}
.deletePendingUpload {
  color: #c52727;
  cursor: pointer;
}
.moonIcon {
  position: relative;
}
.moonIcon.vader {
  background: url('/journal/assets/images/may4th.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 21px;
  display: inline-block;
}
.moonTitle {
  display: none;
}
.moonTitle.clicked {
  display: block;
  position: absolute;
  top: -37px;
  background: #EEE;
  padding: 2px 9px;
  right: -14px;
  white-space: nowrap;
  border-radius: 7px;
  z-index: 1;
}
.moonTitle:after {
  /* from https://leaverou.github.io/bubbly/ */
	content: '';
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #EEE;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
}
.moonFlip:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slimChance {
  opacity: 0.6;
}
.activityBar {
	position: absolute;
	right: 0;
	height: 50px;
	text-align: right;
}
.appIcon {
	cursor: pointer;
	float: left;
	width: 48px;
	text-align: center;
}
.appIconImg {
	height: 40px;
	font-size: 15pt;
}
.appIcon > .numberCircle {
	margin: auto;
	position: relative;
	top: -12px;
}
.numberCircle {
  line-height: 1em;
	text-align: center;
	background: #03BB88;
	color: #FFF;
	border-radius: 100%;
	width: 20px;
	height: 20px;
  padding-top: 5px;
	font-size: 9pt;
}
#addNewPlantPane > section {
   padding: 15px;
}

.addPlantCircle {
	color: #FFF;
	border-radius: 100%;
	display: inline-block;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 1px;
  font-size: 20pt;
  height: 30px;
  width: 30px;
}
.showVarieties.numberCircle {
	width: 30px;
	height: 30px;
	padding-top: 7px;
}
.numberCircle:empty {
	visibility: hidden;
}
.numberCircle:empty:after {
	/* Force totals to take up space even if empty */
	/* via http://stackoverflow.com/a/11779092 */
    content: '.';
    visibility: hidden;
}
.dailySummary:not(:empty) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dayContents {
	margin-top: 10px;
	position: relative;
}
.iframe .dayContents {
  margin-top: 30px;
}
.entryActions {
  padding-bottom: 5px;
  font-size: 15pt;
  opacity: 0.2;
  transition: opacity 0.5s, color 0.5s;
}
STRONG > .entryActions {
  margin-left: 20px;
}
.pendingEntry > .entryActions {
  visibility: hidden;
}
.editEntry, .deleteEntry {
  cursor: pointer;
  display: inline-block;
}
.deleteEntry::before {
  /* override icon margin */
  margin-left: 0.1em !important;
}
.card:not(.pendingDelete):hover .entryActions {
  opacity: 1;
}
.card:hover .entryActions > .deleteEntry {
  color: #f95509;
}
.dayItem {
	overflow: hidden;
}
.dayItem.long {
	/* double width of single-card, plus margin */
	width: 666px;
	font-size: 15pt;
	/* stretch to fit content */
	height: auto;
	position: relative;
}
.dayItem.long ~ .dayItem.long:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 80%;
	Xborder-top: 1px solid #D0F1E6;
}
.dayItem.long ~ .dayItem.long {
	padding-top: 12px;
}
.dayItem:last-child {
	margin-right: 0;
}
.noteInput {
  margin: 0 auto;
  padding: 10px;
	width: 90%;
  border: 1px solid #C8C8C8;
  outline: none;
  transform: translate3d(0, 0, 0);
}
#noteInput {
  height: 100%;
  resize: none;
}
#reminderInput {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  height: 150px;
  resize: none;
}
#reminderCreated, #reminderCreatedFooter {
  display: none;
}
#relatedPlants:not(:empty) {
	padding-bottom: 10px;
}
#large_image {
  background: #FFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  min-height: 600px;
  padding: 10px;
  z-index: 9001;
  display: none;
  border-radius: 20px;
}
#large_image_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-right: 10px;
}
#shareLargeImage {
  display: flex;
  align-items: center;
  font-size: 12pt;
}
#large_image_footer_why_am_I_using_underscores_all_of_a_sudden {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#downloadFullImage {
  color: #1dc089;
}
#shareCaption {
  margin-right: 5px;
}
.shareIcon {
  font-size: 18pt;
  color: #1dc089;
  cursor: pointer;
  display: inline-block;
}

#closeImageModal {
  width: 40px;
}
#large_image_inner {
  text-align: center;
}

#large_image_inner img {
  max-width: 780px;
  max-height: 580px;
}
#large_image_link {
  width: 100%;
  height: 100%;
}
#large_image_img {
  max-height: 90%;
  max-width: 90%;
  margin-bottom: 20px;
}
/******************************************************************************/
/*                          Weather Summary Week View                         */
/******************************************************************************/
.weatherWidget {
  line-height: 1.15em;
  min-height: 200px;
}
.weatherSummary {
  display: flex;
  flex-wrap: wrap;
}
.weatherDay {
  flex-basis: 20%;
  text-align: center;
  color: #FFF;
  background: #CCC;
  transition: background-color 1s;
  padding: 10px 0;
  border-right: 1px solid white;
}
.weatherDay.fullDay {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  text-align: left;
  margin-bottom: 1px;
}
.weather {
  color: #888;
  font-size: 13.5px;
  margin-top: -45px;
  min-height: 23px;
  max-width: 450px; /* Stop going under plus button on long weather summaries */
}
.weatherIcon {
  flex: 0 30px;
  padding: 0 10px;
}
.weatherIconImage {
  width: 25px;
}
.fullDay > .weatherIcon {
  flex-basis: 20%;
  text-align: center;
}
.highLowDisplay {
  visibility: hidden;
  font-size: 9pt;
  text-align: center;
  margin-top: 5px;
}
.highLowDisplay.fullDay,
.highLowDisplay.fullDay > .highTemp,
.highLowDisplay.fullDay > .lowTemp {
  display: inline;
}
.tempUnit {
  /*font-size: 8pt;*/
}
.fullDay > .tempUnit {
  /*font-size: 17pt*/
}
.tempArrow {
  display: inline-block;
  margin-right: 5px;
  width: 9px;
  font-size: 8pt;
}
.weatherDayName {
  text-transform: uppercase;
  padding: 5px;
  padding-left: 0;
}
.longDayName {
  display: none;
}
.fullDay .longDayName {
  display: inline-block;
  width: 80px;
}
.shortDayName {
  font-size: 8pt;
}
.fullDay .shortDayName {
  display: none;
}
.fullDay .weatherText {
  flex: 1;
  padding: 10px;
  padding-left: 0px;
}
.weatherDaySummary {
  display: none;
}
.fullDay .weatherDaySummary {
  display: block;
  font-size: 9pt;
}

/******************************************************************************/
/*                              Activity Summary Pane                         */
/******************************************************************************/
#summaryPane > header:first-child {
	text-align: left;
	height: 115px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ca69c+0,1c322b+100 */
	background: #7ca69c; /* Old browsers */
	background: -moz-linear-gradient(left, #7ca69c 0%, #1c322b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #7ca69c 0%,#1c322b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #7ca69c 0%,#1c322b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca69c', endColorstr='#1c322b',GradientType=1 ); /* IE6-9 */
}
#summaryPane:after {
	/* Put a white BG on the pane positioned to not overlay the border radius */
	/* We can't just put bg white on the pane because we need the header to overflow */
	/* upwards and yet not interfere with the pane's top radius */
	/* Also I think there's some weirdness with border radius and background gradients */
	/* technique from http://stackoverflow.com/a/29223812/1173402 */
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    background: white;
}
#summaryPane > header:nth-child(2) {
	z-index: 1;
	color: #6F968D;
	padding-left: 15px;
	text-align: left;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 2px solid #EAEAEA;
	min-height: 95px;
	position: relative;
}
#summaryIcons {
	position: absolute;
	right: 0;
	bottom: 0;
}
#summaryIcons > .appIcon > .appIconImg {
	height: 28px;
}
#summaryPane > header:nth-child(2) > H1 {
	padding-top: 0;
}
#summaryDoughnut {
	margin: auto;
	position: relative;
	top: -100px;
	height: 255px;
	width: 255px;
}
#summaryDoughnut .doughnutSummary {
  width: 86%;
  height: 86%;
}
H2.varietyName {
	margin-top: 4px;
	font-size: 11pt;
}
/******************************************************************************/
/*                                 Plant list                                 */
/******************************************************************************/
#mainPlantList {
	border-top: 1px solid #E4E4E4;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
	/* So we can re-order the results by weight, by simply altering the order property */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#plantList > SECTION > SECTION {
	overflow-y: scroll; /* not auto because we want the scrollbar to always be there so the header lines up on non-scrolling */
}
.relatedPlantsControl {
  display: none;
}
.paneTextField {
	text-align: center;
	background: #E4E4E4;
	position: relative;
	padding: 15px;
  padding-top: 0;
}
.paneTextField > INPUT {
	padding-left: 10px;
	width: 100%;
	height: 30px;
	border: none;
	/* doing this stops iOS from zooming the screen when the user taps! */
	font-size: 16px;
}
/* weirdly, you can't put these placeholder styles in a comma separated list; it stops working. */
.paneTextField > INPUT::-webkit-input-placeholder {
   text-align: center;
   color: #CCC;
}
.paneTextField > INPUT::-moz-placeholder {
   text-align: center;
   color: #CCC;
}
.paneTextField > INPUT:-ms-input-placeholder {
   text-align: center;
   color: #CCC;
}
.plantListRow.addNewPlant {
	order: 99999;
}
.addPlantInput {
	margin-bottom: 16px;
	width: 100%;
	padding: 4px;
}
#detailDescription {
	height: 200px;
}
.inputPane > section {
	padding: 20px;
}
H1.paneInnerHeading {
	padding-bottom: 6px;
	margin-bottom: 16px;
	border-bottom: 1px solid #BDC1C0;
}
H2.paneInnerHeading {
	font-size: 14pt;
	margin-top: 32px;
	margin-bottom: 16px;
}
#addVariety {
	display: none;
}
.varietyRow {
	padding-left: 20px;
  border-top: 1px solid #F7F7F7;
  font-size: 10pt;
}
.addNewVariety {
  cursor: pointer;
}
.plantListRow:nth-child(2n) {
	/* zebra stripe plant rows */
	border-bottom: 1px solid #F7F7F7;
}
.plantListRow {
  transition: background 0.5s;
}
.plantListRow.newlyAdded {
  background: #C6F9FF;
}
.varietyRow:last-child {
	border-bottom: 1px solid #DEDEDE;
}
.plantListRow, .plantListHeader {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	order: 0;
  align-items: stretch;
  justify-content: space-between;
  height: 45px;
  font-size: 10pt;
}
.plantListHeader {
  margin: 0 -5px;
}
.plantHeaderCell {
  margin: 0 5px;
  flex-shrink: 0;
}
.headerInput {
  width: 100%;
  height: 25px;
  padding: 4px;
  font-size: 10pt;
  line-height: 1.15;
  border: 1px solid #AAA;
}
.headerInput:not(INPUT) {
  color: #AAA;
}
/* Doesn't work if you comma separate these placeholder instructions */
.headerInput::-webkit-input-placeholder {
   color: #AAA;
}
.headerInput::-moz-placeholder {
   color: #AAA;
}
.headerInput:-ms-input-placeholder {
   color: #AAA;
}
#selectAllPlantsInGroup.disabled {
  display: none;
}
#untickAll {
  display: none;
}
.stretchHeader {
  flex: auto;
}
.plantListCell {
  display: flex;
  align-items: center;
}
.addNewPlant > .plantListCell:nth-child(2) {
	padding-top: 12px;
	height: 43px;
	cursor: pointer;
}
#amAdding {
  display: none;
}
#addANewPlant.adding > #amAdding {
  display: block;
}
#addANewPlant.adding > #notAdding {
  display: none;
}
.plantListCell:nth-child(1) {
  flex-basis: 65px;
	text-align: center;
  justify-content: center;
}
.plantListCell:nth-child(2) {
	/* plant name in related plants */
	text-align: left;
  flex-grow: 1;
}
.plantListCell:nth-child(3) {
	flex-basis: 55px;
	justify-content: center;
}
.plantListCell:nth-child(4){
  flex-basis: 65px;
  display: flex;
}
.plantListHeader {
  margin: 0 10px;
  align-items: center;
}
#plantGroupSelect {
  color: black;
}
#plantGroupSelect:after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 23px;
  background: #CCC;
  padding-top: 4px;
  text-align: center;
  content: '\25BC';
  color: white;
  font-size: 12pt;
}
#plantGroupCell {
  position: relative;
}
#plantGroupChoices {
  width: 96%;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
#plantGroupChoices > .popChoice {
  text-align: left;
}
.plantListHeader > .plantListCell:nth-child(1) {
  display: none;
}
.plantListHeader > .plantListCell:nth-child(2) {
  justify-content: center;
}
.plantListHeader > .plantListCell:nth-child(4) {
  border: 0;
  flex-basis: 80px;
  padding-right: 15px;
  justify-content: center;
}
.plantListRow .numberCircle {
	background: #E2E2E2;
	visibility: visible;
	margin: auto;
}
.varietiesCheckbox:checked + .varietiesList {
  display: block !important;
}
.varietiesCheckbox:checked + .varietiesList > .varietyRow {
	display: flex !important;
}
#appPlantStrip {
	padding-top: 13px;
	border-top: 1px solid #E4E4E4;
	-webkit-flex: 0 0 66px;
	flex: 0 0 66px;
}
#plantStrip {
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	font-size: 14pt;
	min-height: 35px;

	-webkit-flex: 1;
	flex: 1;
	-webkit-align-items: center;
    align-items: center;
}
.plantStripItem {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 15px;
}
label[for]:not([for='']) {
	cursor: pointer;
}
/******************************************************************************/
/*                                    Miniapps                                */
/******************************************************************************/
.careChoices {
  display: none;
  top: 66px;
  right: -46px;
  /* If you alter width, check that it is exactly centered under the caption */
  /* By editing the first option to say 'Tending', removing the BG color and adjusting top in inspector */
  /* also adjust position in .activityBar > .careChoices to reflect new width */
  width: 166px;
}
.activityBar > .careChoices {
  /* Positioned so the middle numberCircle exactly overlays the watering numberCircle  */
  top: -59px;
  right: 99px;
}
.dailySummary {
  position: relative;
}
.dailySummary  .careChoices {
  top: 0;
  left: 50%;
  margin-left: -83px;
}
@media only screen and (min-width: 1025px) {
  .loadDetail[data-appname=care] {
    position: relative;
  }
  .dailySummary  .careChoices {
    top: 16px;
    left: -119px;
    margin-left: 0;
  }
}
.careChoices > .popChoice {
  color: #C17BC3;
  position: relative;
  text-transform: capitalize;
}
.careChoices > .popChoice:hover {
  background: #C17BC3;
  color: #FFF;
}
.careChoices > .popChoice > .numberCircle {
  position: absolute;
  top: 6px;
  right: 10px;
}
.careChoices > .popChoice > .numberCircle:empty {
  display: none;
}
.careChoices > .popChoice:hover > .numberCircle {
  /* Invert care circles on pop hover */
  background: white;
  color: #C17BC3;
}

.detailData {
	border: 1px solid #BBC6C2;
	text-align: center;
}
.appDetails H2 {
	font-size: 1em;
	border-bottom: 1px solid #BDC1C0;
	margin: 0;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}
.appDetails li:nth-child(1) > H2 {
	margin-top: 0;
}
.detailsList {
	padding: 0;
  margin: 0;
}
.plantDetailInput {
  list-style-type: none;
  padding-top: 10px;
}
.plantDetailInput:nth-child(even) {
	background: #F7F7F7;
}
.plantDetailRow {
	padding-left: 25px;
	padding-right: 15px;
	display: flex;
	display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.plantDetailRow:nth-of-type(n + 3) {
  padding-top: 13px;
}
.plantDetailRow:last-of-type {
  padding-bottom: 10px;
}
.plantDetailInput:not(:last-child) > .plantDetailRow:last-of-type {
  border-bottom: 1px solid #AAA;
}
.plantDetailRow:not(:first-of-type) > .plantDetailCell:nth-child(2) {
  padding-left: 25px;
}
.plantDetailCell {
	-webkit-flex: 1;
	flex: 1;
	align-items: center;
}
.detailToggle, .detailVarietyName {
	font-size: 10pt;
}
INPUT:checked + .toggleSwitch.planting > .isUnchecked,
INPUT:not(:checked) + .toggleSwitch.planting > .isChecked {
  display: none;
}
.detailVarietyName:empty {
	display: none;
}
input.detailData {
  text-align: left;
  height: 25px;
  padding: 4px;
}
input.detailData.numeric {
  text-align: center;
	width: 40px;
  height: 25px;
}
.plantDetailCell .cropCircle {
	/* fixed vertical align */
	margin-top: 5px;
}
.plantDetailCell:nth-child(1) {
	-webkit-flex: 0 0 40px;
	flex: 0 0 40px;
	text-align: center;
}
.plantDetailCell:nth-child(2) {
  padding-left: 10px;
}
.plantDetailCell:nth-child(3) {
  flex: 0 0 130px;
  text-align: left;
}
.plantDetailRow:first-of-type > .plantDetailCell:nth-child(3) {
  color: #f95509;
}
.plantDetailCell.deleteItem:nth-child(3) {
  flex: 0 0 60px;
	cursor: pointer;
	text-align: right;
}
.deleteItem > .undoIt {
	display: none;
}
.deleteItem[data-undo] > .deleteIt {
	display: none;
}
.deleteItem[data-undo] > .undoIt {
	display: inline;
}

/******************************************************************************/
/*                         Crop circles & plant strip                         */
/******************************************************************************/
.cropCircle {
  position: relative;
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
  height: 30px;
  width: 30px;
}
.cropCircle.isUserDefined {
  background: #ACA;
}
.cropCircleLabel {
  position: absolute;
  color: white;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 12pt;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plantDetailCell > .cropCircle > .cropCircleLabel {
  font-size: 13pt;
}
.cropCircle:not(.isUserDefined) > .cropCircleLabel {
  /* This is being overlayed on an image so make it clearer */
  font-weight: bold;
  text-shadow: 1px 1px 0 #333;
}
.cropCircleLabel:not(:empty) + .cropCircleImg {
  /* and make the image faded */
  opacity: 0.75;
}
.cropCircleImg {
	position: relative;
	top: -4px;
  float: left;
  width: 30px;
}
.plantStripItem > .cropCircle {
	height: 35px;
    width: 35px;
}
.plantStripItem > .cropCircle > .cropCircleImg {
    width: 35px;
    top: -8px;
}
.plantCheckbox, .varietiesCheckbox {
	display: none;
}
/******************************************************************************/
/*                               Action Sumary                                */
/******************************************************************************/
#actionSummaryContainer:not(:empty) {
	text-align: center;
}
.actionSummaryItem {
	position: relative;
	width: 55px;
	height: 55px;
	display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
  cursor: pointer;
}
.actionSummaryItem:nth-child(5n) {
	margin-right: 0;
}
.summaryHoleImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/******************************************************************************/
/*                               Doughnut chart                               */
/******************************************************************************/
.plusButton {
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	height: 75px;
	width: 75px;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
}
.doughnutTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0,0,0,.7);
  line-height: 0;
}
.doughnutSummary {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 90%;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doughnutSummary + svg {
	/* Have to have the svg position absolute  */
	/* So that the summary can go behind it (otherwise new stacking context) */
  position: absolute;
  left: 0;
}
.doughnutSummaryTitle {
	font-size: 48px;
	color: #FFF;
  z-index: 1;
  padding-top: 7px;
}
.actionSummaryItem .doughnutSummaryTitle {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #333;
}
.doughnutSummaryNumber {
 	display: none;
}
/******************************************************************************************/
/*                                                                                        */
/*                                   All mobile devices                                   */
/*                                                                                        */
/******************************************************************************************/
@media only screen and (max-device-width: 768px) {
  body.clickable {
    /* allows document.click, which in turn allows us to dismiss datebar dropdowns by tapping outside it */
    /* style is only applied to body when the dropdowns are open. */
    cursor: pointer;
  }
  .dailySummary:not(:empty) {
    margin-top: 30px;
  }
  /* Janky solution to prevent day contents overlapping weather info if daily summary is empty  */
  .dailySummary:empty ~ .dayContents:not(:empty) {
    margin-top: 30px;
  }
  .weather {
    margin-top: -20px;
  }
  .weatherIcons {
    margin-left: 0;
    display: flex;
    margin-top: 12px;
  }
  .moonIcon {
    order: -1;
  }
  .moonTitle.clicked {
    right: initial;
  }
  .moonTitle:after {
    left: 15px;
  }
  #large_image {
    width: 90%;
    position: absolute;
    left: 2.5%;
    transform: none;
  }
  .cardColumn {
    width: 300px;
  }
  .entryActions {
    opacity: 1;
  }
  .deleteEntry {
    color: #f95509;
  }
  #dayLabel {
    display: inline;
    cursor: pointer;
    background: #FFF;
    color: #00C18A;
    padding: 3px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
  }
  #dayLabel:after{
    content: ' \25BE';
    display: inline;
  }
  #dayChoiceContainer {
    position: relative;
  }
  #dayChoices {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  #dragClickPhotos {
    display: none;
  }
  #tapToUpload {
    display: inline;
  }
  #photoDropTarget {
    padding-top: 20px;
    border-style: solid;
    margin:auto;
    width: 200px;
    height: 75px;
  }

  #yearHeader {
    background: #1dc089;
    display: flex;
    flex-direction: column;
  }
  #dateLozenge {
    min-width: initial;
    display: block;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #yearHeader:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#39927a+0,1dc089+100 */
    background: #39927a; /* Old browsers */
    background: -moz-linear-gradient(left, #39927a 0%, #1dc089 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #39927a 0%,#1dc089 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #39927a 0%,#1dc089 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39927a', endColorstr='#1dc089',GradientType=1 ); /* IE6-9 */
  }
  #yearHeader:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1dc089+0,39927a+100 */
    background: #1dc089; /* Old browsers */
    background: -moz-linear-gradient(left, #1dc089 0%, #39927a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1dc089 0%,#39927a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1dc089 0%,#39927a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc089', endColorstr='#39927a',GradientType=1 ); /* IE6-9 */
  }
  #yearLozenge {
    margin-left: 0;
  }
  #timelineBar {
    order: 1;
  }
  #dateBar {
    order: 0;
    top: 0;
    height: 60px;
  }
  .iframe #dateBar {
    order: 1;
  }
  .dateBarItem.prevWeek, .dateBarItem.nextWeek {
    display: block;
    flex: 0 0 50px;
    color: #FFF;
    font-size: 20pt;
    cursor: pointer;
    pointer-events: auto;
  }
  #dateLozenge > .prevWeek, #dateLozenge > .nextWeek {
    display: none;
  }
  .prevWeek {
    text-align: left;
    padding-left: 3px;
  }
  .nextWeek {
    text-align: right;
    padding-right: 3px;
  }
}
/******************************************************************************/
/*                                                                            */
/*                           Larger portrait devices                          */
/*                          (e.g. avg sized tablets)                          */
/*                                                                            */
/******************************************************************************/
@media only screen and (orientation: portrait) and (min-device-width: 768px) {
	#main {
		width: 726px; /* leaves room for two 348px cards with a 30 margin between them */
		margin: auto;
  }
  .iframe #main {
    max-width: 674px;
  }
  .subheader {
    padding: 0 !important;
  }
  .cardColumn:nth-child(2) {
    order: 1;
  }
  .futureCol {
    flex-basis: 75%;
    margin: auto !important;
    margin-bottom: 50px;
  }
  .futureCol.alerts {
    order: -1;
  }
	.future > .dayContents {
    flex-direction: column;
		width: 100%;
	}
	.card {
		width: 348px;
  }
  .iframe .card {
    width: 300px;
  }
	.weather {
		font-size: 12pt;
	}
	#nothingHere {
		font-size: 12pt;
	}
}
/******************************************************************************/
/*                                                                            */
/*                       Small/medium portrait devices                        */
/*                             (e.g. most phones)                             */
/*                        and small landscape devices                         */
/*                            (e.g. mini tablets)                             */
/*                                                                            */
/******************************************************************************/
@media only screen and (orientation: portrait) and (max-device-width: 767px), (orientation: landscape) and (max-device-width: 667px) {
	body, #main {
		/* ios doesn't respect overflow:hidden on body, so we need the #main wrapper */
		overflow-x: hidden;
	}
  #plusPane > FOOTER {
    /* Make the footer larger to avoid conflicts with safari mobile navigation */
    height: 80px;
  }
  .futureCol {
    width: 100%;
    margin-left: 0;
  }
  .cardColumnContainer {
    display: block;
  }
  .cardColumn {
    margin-right: 0;
  }
  .subheader {
    padding: 0 !important;
  }
  .pane > HEADER > H1 {
    font-size: 14pt;
  }
	/* Hide footer */
	#top-footer > .footer-column:nth-child(1),
	#top-footer > .footer-column:nth-child(2) {
		display: none;
	}
	.card {
		width: 100%;
	}
	#content-container {
		background: none;
	}
	.pane > HEADER:first-child {
		border-radius: 0;
	}
	.pane > FOOTER:last-child {
		border-radius: 0;
	}
	.headerInput {
		font-size: 13pt;
	}
	.longerText {
		display: none;
	}
	#journal {
		display: block;
	}
	.dayContents {
		/* needs to cover footer */
		margin-bottom: 100px;
	}
	.future > .dayContents {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.alerts {
		order: 0;
	}
	.guides {
		order: 1;
	}
	.reminders {
		order: 2;
	}
	.dayContents {
		display: block;
	}
	.dayItem {
    position: relative;
		width: 100%;
		margin-bottom: 20px;
	}
  #smallHeader.hidden {
    display: none;
  }
	#smallHeader {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
    height: 70px;
    justify-content: center;
    align-items: center;
	}
  .smallHeaderSection {
    flex: 1;
    height: 100%;
    background: #FFF;
  }
  .smallHeaderSection:first-child, .smallHeaderSection:last-child {
    border-top: 1px solid #B4B4B4;
  }
  .smallHeaderButtonContainer {
    border-top: 1px solid #B4B4B4;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    flex: 0 95px;
    height: 100px;
    margin-top: -20px;
    margin-left: -5px;
    margin-right: -5px;
  }
	.plusButton {
    margin-top: 10px;
		width: 70px;
		height: 70px;
	}
	.doughnutSummaryTitle {
	    font-size: 36px;
	    line-height: 50px;
	}
	#main {
		width: 100%;
	}
	#journal {
		margin-top: 0;
		width: 100%;
		height: 100%;
		padding: 0 10px;
	}
	.pane {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 100%;
		border-radius: 0;
	}
	.plantListRow {
		width: initial;
	}
	.pane > HEADER {
		min-height: initial;
	}
	.pane > HEADER:after {
	    border-radius: 0;
	}
	.pane.inView {
		left: 0;
	}
	.pane.showing {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.slide {
		-webkit-transform: translateZ(0);
		transition: left 0.3s;
	}
	#week.behindPane {
		display: none;
	}
	#mainPlantList > OL {
		margin: 0;
	}
}
@media only screen and (max-device-width: 667px) {
	.dayHeader > .plusButton {
		display: none;
	}
}
/******************************************************************************/
/*                                                                            */
/*                               Small devices                                */
/*                                                                            */
/******************************************************************************/
@media only screen and (max-device-width: 420px) {
  /* Hide date range on tiny devices */
  .whichDayCaption {
    display: none;
  }
  .lozenge {
    font-size: 11pt;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dateBarItem.prevWeek, .dateBarItem.nextWeek {
    flex: 0 0 30px;
  }
  #ellipsis {
    display: inline;
  }
  #toMonth, #toDate {
    display: none !important; /* gets set to display: inline in JS so override that. */
  }
}
/******************************************************************************/
/*                                                                            */
/*                                Tiny devices                                */
/*                                                                            */
/******************************************************************************/
@media only screen and (max-device-width: 340px) {
  #fromMonth {
    display: none;
  }
  #shortishFromMonth {
    display: inline;
  }
}
/******************************************************************************/
/*                             AUTOCOMPLETE STYLES                            */
/******************************************************************************/
.autocomplete-suggestions { font-family: pt_sansregular,sans-serif; border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


/******************************************************************************/
/*   Toggle button modifed from https://codepen.io/mburnette/pen/LxNxNg       */
/******************************************************************************/
INPUT.toggle {
	display: none;
}
.toggleLabel {
  display: inline-block;
}
.toggleSwitch {
	cursor: pointer;
	width: 90px;
	height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}
INPUT:checked + .toggleSwitch {
	background: #BADA55; /* This is just the default, see branding CSS for miniapp-specific colours */
}
.toggleCaption {
  display: flex;
  height: 100%;
  align-items: center;
  color: #FFF;
}
.isUnchecked {
  justify-content: flex-end;
  padding-right: 20px;
  padding-left: 50px
}
.isChecked {
  padding-left: 20px;
  padding-right: 50px
}
INPUT:checked + .toggleSwitch > .isUnchecked,
INPUT:not(:checked) + .toggleSwitch > .isChecked {
  visibility: hidden;
	height: 0;
}

INPUT:checked + .toggleSwitch:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.toggleSwitch:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 20px;
	transition: 0.3s;
}
.toggleSwitch:active:after {
	width: 50px;
}

#login-error {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 24px;
}

.hidden {
  display: none;
}

.acm-button {
  border: 1px solid #00C18A;
  padding: 6px 24px;
  border-radius: 0;
  color: #00C189;
  transition: background-color 0.4s;
  text-decoration: none;
}
.acm-button:hover {
  background: #00C18A;
  text-decoration: none;
  color: white;
}