* { padding: 0; margin: 0; }
html, body {
    min-height: 100% !important;
    height: 100%;
	width: 100%;
	font-family:arial;
    /*background: linear-gradient(to bottom, gray, white);
    background-attachment: fixed;
	background-image:url("./images/slate.jpg");
	background-repeat: no-repeat;
	background-position:center;*/
	background-color:white;
	background-size:cover;
	padding:0px;
	margin:0px;
	font-size:11pt;

}

a {
	text-decoration:none;
	color:black;
	font-style: italic;
}

a:hover {
	text-decoration:underline;
}
body::after{
 display:none;
 content: url(images/www.png);
 content: url(images/lefthighlight.png);
 content: url(images/righthighlight.png);
 content: url(images/left.png);
 content: url(images/right.png);
 }
#notes {
	font-family:arial;
	font-size:11pt;
}
#top {
	display:block;
	height:50px;
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:10px;
	color:white;
	font-size:18pt;
	font-weight:bold;
	border-bottom:1px solid gray;
}
#nav {
	display:block;
	height:30px;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:brown;
}
.main {
	position:relative;
	display:block;
	width:95%;
	height:auto;
	margin:0 auto;
	border:1px solid gray;
	border-radius:5px;
	background-color:white;
	padding:10px;
}
.mainTop {
	position:relative;
	display:block;
	width:95%;
	margin:0 auto;
	border:1px solid gray;
	border-radius:5px;
	background-color:white;
	padding-top:0px;
}
.mainTop:hover {
	background-color:#c8d8f0;
}
* {
 	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recipeBox {
	display:block;
	position:relative;
	width:100%;
	max-width:900px;
	height:250px;
	white-space: normal;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-top:4px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:white;
	border:1px solid white;
	z-index:1;
	vertical-align:top;
	margin:0 auto;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.friendBox {
	display:block;
	position:absolute;	
	left:0px;
	width:249px;
	height:100%;
	white-space: normal;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-top:4px;
	padding-bottom:5px;
	background-color:white;
	border-bottom:1px solid lightgray;
	z-index:1;
	vertical-align:top;
}
.friendRecipeBox {
	display:block;
	position:absolute;
	left:0px;
	padding-left:250px;
	width:100%;
	/*max-width:1150px;*/
	height:100%;
	white-space: normal;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-top:0px;
	padding-bottom:5px;
	background-color:#ece4dd;
	border-bottom:1px solid lightgray;
	z-index:1;
	vertical-align:top;
}
.actionButton {
	background-color:white;
	display:inline-block;float:right;line-height:30px;width:75px;border:1px solid gray;cursor:pointer;vertical-align:middle;text-align:center;
}
.actionButton:hover {
	background-color:lightgray;
}
.adSpace300x250 {
	display:block;
	position:relative;
	height:250px;
	line-height:35px;
	width:300px;
	white-space: normal;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-top:4px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:white;
	border:1px solid white;
	z-index:1;
	background-color:#f8e5ba;
	border:1px dotted lightgray;
	border-radius:5px;
	overflow:hidden;
	padding:25px;
	font-size:13pt;
	text-align:center;
	margin-left:10px;
}
.banner {
	display:block;
	position:relative;
	height:auto;
	width:98%;
	max-width:920px;
	white-space: normal;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:1;
	background-color:#f8e5ba;
	overflow:hidden;
	padding:10px;
	font-size:13pt;
	text-align:center;
	margin:0 auto;
}
#followBox {
	position:relative;
	display:inline-block;
	float:left;
	width:100%;
	height:250px;
	border:1px solid darkred;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	padding:10px;
	background-color:#dbc3a3;
	margin-bottom:30px;
	white-space: normal;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-left:0px;
	margin-right:5px;
}
#suggestionBox {
	display:inline-block;
	width:97%;
	height:auto;
	border:1px solid darkorange;
	border-radius:10px;
	padding:10px;
	padding-top:0px;
	background-color:white;
}
#body {
	padding-bottom:80px;
}
#bottomBar {
	display:block;
	position:fixed;
	bottom:0px;
	height:50%;
	min-height:500px;
	width:100%;
	background-color:white;
	z-index:50;
}
#topBar {
	display:block;
	position:fixed;
	top:0px;
	height:50%;
	width:100%;
	background-color:white;
	z-index:55;
}
#header1 {
	display:block;
	position:absolute;
	right:0;
	width:100%;
	height:17px;
	text-align:right;
	color:black;
	font-size:10pt;
	padding-top:3px;
}
#header2 {
	position:relative;
	width:100%;
	height:40px;
	color:gray;
	background-color:white;
	padding:0px;
	margin:0px;
}
#footer {
	position:fixed;
	display:block;
	bottom:0px;
	line-height:25px;
	vertical-align:middle;
	width:100%;
	padding:0px;
	border-top:1px solid gray;
	background-color:white;
	color:black;
	text-align:center;
	font-size:9pt;
	z-index:1001;
}
#container {
	min-height:100%;
	position:relative;
}
#content {
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:600px;
	height:500px;
	margin:auto;
}
#left {
	display:inline-block;
	position:relative;
	width:260px;
	height:auto;
	float:left;
}
#right {
	display:inline-block;
	position:relative;
	height:auto;
	width:270px;
	float:right;
}
#pics {
	display:block;
	position:relative;
	width:120px;
	height:120px;
	margin:0 auto;
	border-radius:6px;
	border:1px solid lightgray;
	background: url(images/default.png) no-repeat center;
	background-color:white;
	text-align:center;
	font-style:italic;
	font-size:14pt;
	color:lightgray;
}
#picInfo {
	display:block;
	font-size:10pt;
	width:400px;
	height:47px;
	text-align:center;
	margin-top:5px;
	resize:none;
	font-family:arial;
	border:none;
}
#title {
	display:block;
	font-size:14pt;
	width:395px;
	padding:3px;
	padding-left:5px;
	font-weight:bold;
	font-style: italic;
	border:none;
	border-bottom:1px solid lightgray;
	border-radius:0px;
}
#ingredients {
	display:inline-block;
	float:left;
	width:250px;
	height:100px;
	font-size:11pt;
}
#ingredients[readonly] {
	resize:none;
}
#directions {
	display:inline-block;
	font-size:11pt;
	width:270px;
	height:auto;
	min-height:100px;
	float:right;
}
#directions[readonly] {
	resize:none;
}

#submitButton {
	display:inline-block;
	width:60px;
	padding:6px;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	border:1px solid black;
	border-radius:6px;
	float:right;
	background-color:#6666b2;
	color:white;
	font-size:11pt;
}
#submitButton:hover {
	background-color:navy;
}
/*
#editButton {
	display:block;
	position:absolute;
	cursor:pointer;
	z-index:99;
	background:url(images/editWhite.png) no-repeat 10px -25px;
	background-repeat:no-repeat;	
	position:absolute;
	top:0px;
	right:5px;
	width:28px;
	height:28px;
	border-radius:14px;
	background-color:white;
	border:1px solid gray;
}
#editButton:hover {
	background:url(images/editBlue.png) no-repeat 4px -5px;
	background-color:white;
}*/
#editButton {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	z-index:99;
	width:100px;
	height:auto;
	border:1px solid gray;
	border-bottom:none;
	font-size:11pt;
	color:#004080;
	text-align:center;
	background-color:white;
	font-style: italic;
	border-top-right-radius:5px;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#editButton:hover {
	background-color:lightgray;
}
#saveButton {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	z-index:99;
	width:100px;
	height:auto;
	border-left:2px solid white;
	font-size:11pt;
	color:white;
	text-align:center;
	background-color:green;
	font-style: italic;
	border-top-right-radius:5px;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#saveButton:hover {
	background-color:gray;
}
#copyButton {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	z-index:99;
	width:120px;
	height:auto;
	border:1px solid gray;
	border-bottom:none;
	font-size:11pt;
	color:#004080;
	text-align:center;
	background-color:white;
	font-style: italic;
	border-top-right-radius:5px;
}
#copyButton:hover {
	background-color:lightgray;
}/*
#copyButton {
	display:block;
	position:absolute;
	cursor:pointer;
	z-index:99;
	background:url(images/saveWhite.png) no-repeat 4px 6px;
	background-repeat:no-repeat;
	top:5px;
	right:5px;
	width:42px;
	height:42px;
	border-radius:21px;
	background-color:white;
	border:1px solid gray;	
}
#copyButton:hover {
	background:url(images/saveGreen.png) no-repeat 4px 6px;
	background-color:white;
}
*/
#deleteButton {
	display:inline-block;
	position:relative;
	width:40px;
	height:40px;
	top:6px;
	float:right;
	cursor:pointer;
	right:-2px;
	z-index:99;
	background-image:url("images/delWhite.png");
	background-repeat:no-repeat;
}
#deleteButton:hover {
	background-image:url("images/delRed.png");
}
#recipeNotes {
	display:inline-block;
	background-color:#FFE680;
	width:250px;
	float:left;
	padding:8px;
	border-radius:5px;
}
#author {
	display:inline-block;
	font-size:14pt;
	width:250px;
	border-radius:6px;
	padding:10px;
	font-weight:bold;
	float:right;
	margin:0;
	margin-left:10px;
}
#register{
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	border:1px solid gray;
	border-radius:7px;
	top:-180px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	padding:30px;
	color:black;
	text-align:justify;
}
#register2{
	display:block;
	width:210px;
	height:auto;
	margin:0 auto;
	font-size:11pt;
}
#center {
	display:block;
	width:350px;
	height:auto;
	margin:0 auto;
}
#outer {
	display:block;
	min-width:260px;
	max-width:1003px;
	margin-left:70px;
	margin-right:70px;
	height:230px;
	overflow-x: show;
	overflow-y: hidden;
	white-space: nowrap;
	border-left:1px solid gray;
	border-right:1px solid gray;
	padding-top:2px;
}
#outerShare {
	display:block;
	min-width:260px;
	max-width:1003px;
	width:auto;
	margin-left:5px;
	margin-right:5px;
	height:230px;
	text-align:center;
	overflow-x: show;
	overflow-y: hidden;
	white-space: nowrap;
	border-left:1px solid gray;
	border-right:1px solid gray;
	padding-top:2px;
	padding-left:0px;
	padding-right:0px;
}
.centered2 { /*determines min recipe box width too*/
	position:relative;
	display:block;
	min-width:542px;
	max-width:1164px;
	height:auto;
	margin:0 auto;
	color:black;
	font-size:10pt;
	white-space: nowrap;
	overflow:hidden;
}
.outside {
	display:block;
	position:relative;
	margin:0 auto;
	min-width:543px;
	max-width:650px;
	padding-right:30px;
	padding-left:30px;
	height:100%;
}
#outsidePlanner {
	display:block;
	position:relative;
	margin:0 auto;
	width:auto;
	min-width:600px;
	max-width:1150px;
	padding-right:30px;
	padding-left:30px;
	height:auto;
	font-size:10pt;
	overflow-x:hidden;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#outsidePlannerShare {
	display:block;
	position:relative;
	margin:0 auto;
	width:auto;
	min-width:660px;
	max-width:900px;	
	padding:0px;
	height:auto;
	margin-bottom:0px;
	font-size:10pt;
	overflow-x:hidden;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#aLittleHelp {
	display:inline-block;
	position:absolute;
	right:0px;
	top:20px;
	width:98%;
	height:450px;
	overflow-y:scroll;
	overflow-x:hidden;
	/*border:1px solid darkred;*/
}
#leftScroll {
	position:absolute;
	left:0px;
	top:10px;
	display:inline-block;
	width:50px;
	height:160px;
	cursor:pointer;
	margin-top:25px;
	background: url(images/left.png) no-repeat center;
	background-size: contain;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-tap-highlight-color: transparent;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	  user-select: none;
}
#leftScroll:hover {
	background: url(images/lefthighlight.png) no-repeat center;
	background-size: contain;
}
#rightScroll {
	display:inline-block;
	position:absolute;
	right:0px;
	top:10px;
	width:50px;
	height:160px;
	cursor:pointer;
	margin-top:25px;
	background: url(images/right.png) no-repeat center;
	background-size: contain;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-tap-highlight-color: transparent;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	  user-select: none;
}
#rightScroll:hover {
	background: url(images/righthighlight.png) no-repeat center;
	background-size: contain;
}
#searchBar {
	display:block;
	position:relative;
	width:100%;
	min-width:360px;
	max-width:900px;
	line-height:50px;
	vertical-align:middle;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
}
#displayOwner {
	display:block;
	position:relative;
	color:black;
	line-height:30px;
	vertical-align:middle;
	padding-left:10px;
	width:95%;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	font-size:10pt;
	background-color:#F4D58D;
	margin:0 auto;
}
#invite {
display:inline-block;position:relative;float:left;
width:80px;line-height:35px;vertical-align:middle;padding:0px;border:1px solid gray;text-align:center;cursor:pointer;font-size:12pt;
}
#invite:hover {
	background-color:lightgray;
}
#shareThisPlan{
	display:inline-block;
	position:relative;
	float:left;
	margin-left:90px;
	width:100px;
	line-height:20px;
	vertical-align:middle;
	font-size:9pt;
	cursor:pointer;
}
#sharePlanInput {
	display:inline-block;
	position:relative;
	left:20px;
	border-radius:3px;
	float:left;
}
#sendToFriend {
display:inline-block;
position:relative;
width:50px;
line-height:18px;
padding:0px;
vertical-align:middle;
margin-left:10px;
border:1px solid gray;
border-radius:3px;
text-align:center;
cursor:pointer;
}
#sendToFriend:hover {
	background-color:lightgray;
}
*,*:focus,*:hover{
    outline:none;
}
.selectDay {
	background-color:#bacfc6;
}
.selectDay:hover {
	background-color:lightgray;
}
.manageFriends {
	display:block;
	width:100%;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin:0 auto;
	cursor:pointer;
	background-color:#bacfc6;
	color:black;
}
.manageFriends:hover {
	background-color:gray;
}
.signin {
	background-color:lightgray;
	border:1px solid gray;
	width:70px;
	line-height:30px;
	vertical-align:middle;
	border-radius:3px;
	cursor:pointer;
	float:right;
}
.signin:hover {
	background-color:gray;
}
.signup {
	position:relative;
	display:block;
	float:right;
	right:10px;
	top:10px;
	background-color:#F4D58D;
	border:1px solid gray;
	width:120px;
	height:30px;
	border-radius:3px;
	cursor:pointer;
	z-index:1001;
}
.signup:hover {
	background-color:lightgray;
}
.loginBox {
	display:block;
	position:relative;
	margin:0 auto;
	width:220px;
	line-height:35px;
	height:55px;
	padding-top:20px;
	padding-left:15px;
	padding-bottom:0;
	vertical-align:middle;
}
.searchBox {
	display:inline-block;
	position:relative;
	width:150px;
	padding-bottom:0;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
}
.loginBoxTitle {
	display:block;
	position:relative;
	width:200px;
	line-height:15px;
	height:15px;
	vertical-align:middle;
	font-size:9pt;
	margin:0 auto;
	top:20px;
	z-index:100;
	color:gray;
}
.partnerLink {
	display:block;
	position:relative;
	width:250px;
	line-height:35px;
	vertical-align:middle;
	background-color:#F4D58D;
	float:left;
	margin:10px;
	cursor:pointer;
}
.partnerLink:hover {
	background-color:lightgray;
}/*
.linkage {
	display:none;
	position:absolute;
	top:70px;
	left:70px;
	width:72px;
	height:72px;
	background:url(images/www.png) no-repeat center;
	z-index:99;
}
.adRecipeTile {
	display:inline-block;
	position:relative;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:280px;
	height:100px;
	border:1px solid navy;
}*/
.find {
	display:inline-block;
	position:relative;
	font-size:9pt;
	cursor:pointer;
	width:60px;
	line-height:20px;
	vertical-align:middle;
	padding:0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:#bacfc6;
	margin-left:5px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.find:hover {
	background-color:lightgray;
}
.cursive {
	font-family: Trebuchet MS, sans-serif;
	font-size:13pt;
	font-weight:bold;
	padding-left:20px;
	position:relative;
	display:inline-block;
	width:300px;
	margin:0 auto;
	line-height:20px;
	vertical-align:middle;
}
.recipeTypeButton {
	display:inline-block;
	width:150px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid black;
	border-top:1px solid black;
	background-color:#bacfc6;
	cursor:pointer;
}
.recipeTypeButton:hover {
	background-color:lightgray;
}
.plus {
	display:inline-block;
	position:relative;
	cursor:pointer;
	border:1px solid darkred;
	border-radius:12px;
	vertical-align:middle;
	text-align:center;
	line-height:20px;
	width:20px;
	color:darkred;
	font-size:16pt;
	padding:0px;
	margin-left:10px;
	z-index:10;
	top:-2px;
	background-color:white;
}
.plus:hover {
	background-color:lightgray;
}
.x {
	display:inline-block;
	position:relative;
	width:auto;
	line-height:14px;
	font-size:8pt;
	cursor:pointer;
	color:black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-align:center;
	vertical-align:middle;
	background-color:white;
	padding-left:3px;
	padding-right:3px;
	margin-left:6px;
	margin-bottom:4px;
}
.x:hover {
	background-color:lightgray;
}
.centered {
	display:block;
	position:relative;
	width:900px;
	height:auto;
	margin:0 auto;
	color:black;
	font-size:18pt;
	background-color:white;
	border:1px solid gray;
	border-radius:5px;
}
#collectionMessage {
	display:inline;
	position:absolute;
	right:0px;
	top:0px;
	color:orange;
	font-size:10pt;
}
#friendCollection {
	display:inline-block;
	position:relative;
	color:darkred;
	width:auto;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
	padding-right:7px;
	padding-bottom:3px;
}
.day {
	display:inline-block;
	position:relative;
	height:205px;
	width:196px;
	margin:2px;
	padding-top:5px;
	border:0px solid darkred;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	background-color:#9DBBAE;
}
.dayInner {
	display:inline-block;
	position:relative;
	height:auto;
	width:auto;
}
.dayDate {
	position:relative;
	width:auto;
	height:auto;
	text-align:center;
	font-size:14pt;
}
.dayRecipe {
	position:relative;
	display:block;
	height:40px;
	line-height:13px;
	width:194px;
	float:left;
	margin-left:1px;
	vertical-align:middle;
	cursor: pointer;
	font-size:9pt;
	background-color:white;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index:1;
	color:#413a30;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	text-align:left;
	margin-top:1px;
	white-space: pre-wrap;
	opacity: 0.6;
	overflow:hidden;
}
.dayRecipe:hover {
	background-color:lightgray;
}
.bubble {
	position:absolute;
	width:135px;
	height:40px;
	display:table;
	left:45px;
}
.bubble p {
	display: table-cell;
	vertical-align:middle;
	text-align:left;
}
.bigBubble {
	position:absolute;
	height:52px;
	display:table;
	left:65px;
	padding-right:4px;
	width:100%;
}
.bigBubble p {
	display: table-cell;
	vertical-align:middle;
	text-align:left;
	padding-bottom:5px;
	max-height: 3em;
	line-height:1.3em;
	padding-right:4px;
	width:100%;
	padding-right:65px;
}
.dayRecipeImage {
	display:inline-block;
	position:relative;
	float:left;
	margin-right:5px;
	width:40px;
	height:40px;
	left:-5px;
	top:0px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.menuBurger {
	position:absolute;
	right:0px;
	top:0px;
	width:14px;
	height:13px;
	background: url(images/menuburger.png) no-repeat center;
	background-size: contain;
	padding:0px;
}
.menuBurger:hover {
	background: url(images/menuburger2.png) no-repeat center;
}
.dayMenuBurger {
	position:absolute;
	display:block;
	cursor:pointer;
	right:3px;
	width:10px;
	border-top:2px solid white;
	z-index:98;
}
/*
.autofillOption {
	color:black;
	background-color:white;
}*/
.menuOptions {
	position:absolute;
	display:block;
	top:2px;
	left:-102px;
	padding:1px;
	width:80px;
	height:36px;
	line-height:34px;
	vertical-align:middle;
	background-color:gray;
	border-radius:3px;
	z-index:1000;
}
.menuOption {
	display:block;
	position:relative;
	float:left;
	height:34px;
	width:100%;
	cursor:pointer;
	border:1px solid gray;
	background-color:white;
	font-size:10pt;
	z-index:1000;
	text-align:center;
}
.menuOption:hover {
	background-color:white;
	color:darkorange;
	border-color:darkorange;
}
.menu {
	display:block;
	position:absolute;
	right:1px;
	top:0px;
	cursor:pointer;
	width:15px;
	height:35px;
	z-index:1000;
}

.d1 { 
	background: white url(images/breakfast.png) no-repeat -1px 14px;
}
.d2 { 
	background: white url(images/lunch.png) no-repeat -12px 8px;
}
.d3 { 
	background: white url(images/dinner.png) no-repeat 0px 14px;
}
.d4 { 
	border-bottom:1px solid darkred;
}
.recipeTile {
	position:relative;
	display:inline-block;
	float:left;
	height:54px;
	width:32%;
	min-width:160px;
	margin:2px;
	cursor: pointer;
	background-color:white;
	z-index:0;
	color:#413a30;
	padding-left:3px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:0px;
	text-align:left;
	border-radius:8px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.recipeTile:hover {
	background-color:#eaf0ed;
}
.recipeTileMobile {
	position:relative;
	display:inline-block;
	float:left;
	height:54px;
	width:48%;
	min-width:150px;
	margin:2px;
	cursor: pointer;
	background-color:white;
	z-index:0;
	color:#413a30;
	padding-left:3px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:0px;
	text-align:left;
	border-radius:8px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.recipeTileMobile:hover {
	background-color:#eaf0ed;
}
.recipeTileShare {
	position:relative;
	display:inline-block;
	float:left;
	height:54px;
	width:48%;
	min-width:180px;
	margin:2px;
	margin-left:5px;
	cursor: pointer;
	background-color:white;
	z-index:0;
	color:#413a30;
	padding-left:3px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:0px;
	text-align:left;
	border-radius:8px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.recipeTileShare:hover {
	background-color:#eaf0ed;
}
.recipeTileHighlight {
	position:relative;
	display:inline-block;
	float:left;
	height:54px;
	width:230px;
	margin:2px;
	cursor: pointer;
	font-size:10pt;
	background-color:white;
	z-index:0;
	color:#413a30;
	padding-left:3px;
	padding-right:3px;
	padding-top:4px;
	padding-bottom:0px;
	text-align:left;
	border-radius:8px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	animation-name: color;
	animation-duration: 2s;
}
.recipeTileHighlight:hover {
	background-color:lightgray;
}
@keyframes color {
  0%   {background-color: orange;}
  100% {background-color: white;}
}
.friendTile {
	position:relative;
	display:inline-block;
	float:left;
	height:65px;
	width:95%;
	margin:2px;
	margin-left:5px;
	cursor: pointer;
	font-size:10pt;
	background-color:white;
	z-index:0;
	color:#413a30;
	padding-left:3px;
	padding-right:3px;
	padding-top:8px;
	padding-bottom:0px;
	text-align:left;
	border-radius:8px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
}
.friendTile:hover {
	/*background-color:#F4D58D;*/
	background-color:#f6dda3;
}
.friendCollection {
	position:relative;
	display:inline-block;
	float:left;
	margin-left:5px;
	margin-right:10px;
	top:1px;
	width:42px;
	height:auto;
}
.friendColor {
	color:#3e4a45;
	color:darkgreen;
	position:absolute;
	display:block;
	height:12px;
	width:auto;
	right:7px;
	bottom:0px;
	font-size:8pt;
	background-color:white;
	padding-left:3px;
	z-index:100;
}
.automoose {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	width:17px;
	height:12px;
	background: url(images/automoose.png) no-repeat center;
	background-size: contain;
	padding:0px;
	
	animation: fadeIn ease .7s;
	-webkit-animation: fadeIn ease .7s;
	-moz-animation: fadeIn ease .7s;
	-o-animation: fadeIn ease .7s;
	-ms-animation: fadeIn ease .7s;
}
.automoose:hover {
	background: url(images/automoose2.png) no-repeat center;
}
.emailDay {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	width:17px;
	height:12px;
	background: url(images/emailDay.png) no-repeat center;
	background-size: contain;
	padding:0px;
	
	animation: fadeIn ease .7s;
	-webkit-animation: fadeIn ease .7s;
	-moz-animation: fadeIn ease .7s;
	-o-animation: fadeIn ease .7s;
	-ms-animation: fadeIn ease .7s;
}
.emailDay:hover {
	background: url(images/emailDay.png) no-repeat center;
	background-size: contain;
	opacity:.6;
}

@keyframes fadeIn {
0% {opacity:.1;background: }
100% {opacity:1;background: }
}

@-moz-keyframes fadeIn {
0% {opacity:.1;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:.1;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:.1;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:.1;}
100% {opacity:1;}
}
.menus {
position:absolute;
display:block;
z-index:11;
width:80px;
height:auto;
left:90px;
top:-10px;
padding:0px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.clearButton, .copyButton, .pasteButton {
	display:block;
	float:left;
	width:80px;
	line-height:20px;
	background-color:lightgray;
	font-size:9pt;
	margin:0;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid gray;
	border-bottom:none;
}
.clearButton:hover, .copyButton:hover, .pasteButton:hover {
	background-color:gray;
}
.cancelMe {
	position:absolute;
	display:block;
	top:0px;
	right:-38px;
	width:40px;
	line-height:32px;
	vertical-align:middle;
	color:black;
	background-color:lightgray;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	text-align:center;
	padding:0px;
	border:2px solid gray;
	z-index:1000;
}
.cancelMe:hover {
	background-color:gray;
}
#cancel {
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cancelButton {
cursor:pointer;
display:block;
float:left;
width:80px;
line-height:20px;
vertical-align:middle;
background-color:lightblue;
font-size:9pt;
margin:0;
padding:0px;
text-align:center;
border:1px solid gray;
}
.cancelButton:hover {
	background-color:gray;
}

.login {
	display:block;
	height:39px;
	width:auto;
	font-size:9pt;
	float:right;
	color:black;
	text-align:right;
	font-style:italic;
}
.loginbutton {
	display:block;
	width:60px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
    background: linear-gradient(to bottom right, lightgray, white);
	border:1px solid gray;
	border-radius:5px;
	font-size:9pt;
	float:right;
	margin:0px;
	color:black;
	cursor:pointer;
	padding:3px;
	margin-right:10px;
}
.loginbutton:hover {
	background: linear-gradient(to bottom right, white, lightgray);
}
.stdButton {
	position:relative;
	top:15px;
	display:block;
	width:90px;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
    /*background: linear-gradient(to bottom right, #f1e8dc, white); border-radius:2px;*/
	font-size:10pt;
	color:black;
	cursor:pointer;
	padding:3px;
	border-top:1px solid lightgray;
	border-bottom:1px solid lightgray;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.stdButton:hover {
	/*background: linear-gradient(to bottom right, white, #f1e8dc);*/
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	/*border-radius:2px;*/
}
.left {
	display:block;
	width:120px;
	height:150px;
	text-align:left;
	padding-left:50px;
	padding-top:30px;
	line-height:48px;
	font-size:14pt;
	
}

.joinbutton {
	display:block;
	width:120px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:12pt;
	float:right;
	margin:0px;
	color:black;
	cursor:pointer;
	padding:5px;
	font-style:italic;
	margin-top:130px;
	margin-right:40px;
	float:right;
	border:1px solid gray;
	border-radius:7px;
	background-color:lightgray;
}
.joinbutton:hover {
	background-color:gray;
}
.navlink {
	display:inline-block;
	color:white;
	width:150px;
	height:25px;
	margin:0px;
	padding-top:5px;
	cursor:pointer;
	float:left;
	text-align:center;
}
.navlink:hover {
	background-color:darkred;
}
.title {
	font-size:11pt;
	float:left;
	text-align:left;
}
.allergen {
	font-size:10pt;
	float:left;
	text-align:left;
	margin-right:20px;
	width:93px;
	line-height:22px;
}
.veg {
	display:block;
	float:right;
	width:22px;
	height:10px;
	text-align:center;
	color:green;
	font-weight:bold;
	font-size:9pt;
}
.glu {
	display:block;
	float:right;
	width:22px;
	height:10px;
	text-align:center;
	color:black;
	font-weight:bold;
	font-size:9pt;
}
.dai {
	display:block;
	float:right;
	width:22px;
	height:10px;
	text-align:center;
	color:blue;
	font-weight:bold;
	font-size:9pt;
}
textarea {
	border:1px solid lightgray;
	border-radius:3px;
	resize: vertical;
	padding-top:5px;
	padding-left:5px;
	font-family:arial;
}
textarea[readonly] {
	border:none;
	border-radius:0px;
	overflow:hidden;
}
textarea.picInfo[readonly] {
	border:none;
}
input[type=text] {
	border:1px solid lightgray;
	border-radius:3px;
}
input[readonly] {
	border:none;
}
input[type=password] {
	border:1px solid lightgray;
	border-radius:3px;
}
img {
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}