#header {
		   
  padding: 10px 20px;
}

nav ul {
  float: left;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

nav ul li {
  float: left;
  font: 16px "klavika-web","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
  margin-right: 2px;
  padding: 4px 4px 4px 4px;
}

nav ul a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 6px 10px;
}

nav ul, nav ol {
  list-style: none outside none;
}

nav li a:hover, nav li.current a {
  background: none repeat scroll 0 0 transparent;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.796), 0 0 10px rgba(255, 255, 255, 0.298);
}

nav li a {
  border: 1px solid transparent;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.76);
}

#settingsLink a {
  padding-bottom: 0;
  margin-top: -4px;
}

nav li img {
  width: 30px;
  height: 30px;
  padding-bottom: 4px;
}

/*
Recipe Box on Left.  This is the sidecar of the site.
*/
#recipeLinkBox {
  float: left;
  width: 200px;
  background-color: #585858;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #585858;
  -webkit-box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.698);
          box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.698);
  margin-left: 20px;
  margin-right: 20px;
}

.recipeBoxList {
  list-style-type: none;
}

#recipeLinks {
  background: none repeat scroll 0 0 #FFFFFF;
  clear: both;
  color: #333333;
  overflow: auto;
  padding: 10px 20px 40px;
  border-radius: 0px 0px 5px 5px;
}

#recipeLinksTitle {
  padding: 6px;
  text-align: center;
  font-weight: bold;
}

#addRecipeLink {
  text-align: center;
  width: 100%;
}

/*
 Global Site Search Box.  Changes behavior based on the main content
 */
#searchHolder {
  margin: -5px -5px -5px 0px;
  float: left;
  width: 300px;
}

#searchHolder form {
  padding: 0px;
  margin: 0px;
}

#searchHolder input {
  border: none;
  background: none;
  line-height: 18px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  height: 30px;
  padding: 0px;
  width: 200px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

#searchHolder span {
  padding: 0px;
  margin: 0px;
  background: 1px 1px url(../img/searchbg.png) no-repeat;
  padding-right: 30px;
  display: block;
  float: left;
  width: 280px;
  padding-left: 40px;
  height: 37px;
  padding-top: 5px;
}

#searchHolder .cancelBtn {
  float: left;
  margin-top: 8px;
  border: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

#signInButton {
  background-color: #1874cd;
  color: white;
  cursor: hand;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #fff;
}

/* Recipes */
#sourcesEditLink {
  margin-left: 1em;
}

#RecipeEditForm div {
  padding: 0;
}

#RecipeServingSize {
  width: 4em;
}

#ingredientsSection .text input, #ingredientsSection .ui-widget input {
  width: auto;
  font-size: 1.2em;
}

#RecipeDirections {
  width: 80%;
}

#addNewIngredientsLink {
  display: inline;
}

.ui-icon-trash, .ui-icon-arrow-4, .ui-icon-comment {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  margin: 10px;
  margin-left: 12px;
}

.deleteIcon, .moveIcon, .commentIcon {
  width: 40px;
  padding-top: 6px;
}

#ingredientsSection {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 20px !important;
}

.fraction {
  width: 6em;
}

#relatedRecipes {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 20px !important;
}

#editNoteDialog {
  display: none;
}

#editNoteDialog textarea {
  width: 17em;
  height: 4em;
}

/* View Recipes */
.float50Section {
  float: left;
  width: 50%;
}

.float40Section {
  float: left;
  width: 40%;
}

float60Section {
  float: left;
  width: 60%;
}

#imageSection {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 20px !important;
}

#currentImages {
  width: 100%;
}

.recipeImage {
  float: left;
  width: 80px;
  height: 60px;
  margin: 1em;
}

.recipeImage div {
  margin-bottom: 4px;
}

.recipeImage label {
  float: none;
}

.recipeImage img {
  margin-left: 1.5em;
}

#selectedRecipeImage {
  float: left;
  margin-left: 40px;
  width: 230px;
}

#previewImageOptions a {
  height: 55px;
  margin-bottom: 4px;
  float: left;
  width: 70px;
}

#viewServings {
  width: 2em;
}

.relatedRecipe span {
  background-color: #00547d;
  border-radius: 6px;
  display: block;
  padding: 8px;
  width: 100%;
  color: #FFF;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.relatedRecipe span a {
  color: #FFF;
}

.ingredientViewUnit {
  width: 6em;
}

/* Meal Planner                       */
/* -----------------------------------*/
.mealPlans.index {
  width: 1200px;
}

.mealPlans {
  margin-top: 1em;
}

#weeklyContainer {
  border: 1px solid black;
  border-radius: 4px;
  min-height: 170px;
  padding-left: 4px;
}

.dayHeader {
  border-bottom: 1px solid black;
  float: left;
  font-weight: bold;
  width: 170px;
}

.dayContent {
  border-radius: 1px;
  border-right: 1px solid gray;
  float: left;
  font-weight: normal;
  min-height: 142px;
  padding: 3px;
  width: 158px;
}

.endOfRow {
  border-right: none;
}

.nextMonth {
  background: #DBDBDB;
  width: 167px;
}

.calendarNavigation {
  font-size: 1.5em;
  font-weight: bold;
  margin: 8px;
  text-decoration: none;
}

.currentDay {
  background: rgba(0, 0, 100, 0.2);
  border-right: 1px solid black;
}

.mealType {
  border-radius: 4px;
  margin-right: 2px;
  margin-top: 2px;
  padding: 4px;
  overflow: auto;
  background: #f5f5f5;
  /* Default background for undefined */
  border: 1px solid #DBDBDB;
}

.mealType a {
  float: left;
}

/* Breakfast */
.mealType1 {
  background: #fcf8e3;
}

/* Lunch */
.mealType3 {
  background: #d9edf7;
}

/* Dinner */
.mealType5 {
  background: #dff0d8;
}

/* Dessert */
.mealType6 {
  background: #f2dede;
}

.mealLegend {
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  overflow: auto;
  padding: 1em;
}

.mealLegend div {
  width: 100px;
  float: left;
  margin-right: 1em;
}

/* Edit a meal day */
#recipeServingInfo {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 11em;
  padding-bottom: 0;
  padding-top: 4px;
  display: none;
}

#MealPlanServings, #MealPlanDays {
  width: 4em;
}

#MealPlanSkip {
  margin-left: 11em;
}

.viewRecipe {
  text-align: center;
  margin-top: 22px;
}

.viewRecipe a {
  margin-right: 2em;
}

.shoppingListText {
  font-size: 1.4em;
  padding-left: 1em;
  padding-top: 18px;
}

.shoppingListText a {
  font-size: .8em;
}

.shoppingListText-recipe {
  width: 700px;
}

.shoppingListText-ingredient {
  width: 450px;
}

#ShoppingListEditForm .number {
  width: 6em;
}

.addShoppingListItem span {
  font-size: 1.4em;
}

#selectStore {
  border: 1px solid lightgray;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 8px 0 4px 8px;
  width: 50%;
}

#selectStore label {
  margin-top: 5px;
  width: 8em;
}

.strikeThrough {
  text-decoration: line-through;
}

.storeLocation div {
  background: none repeat scroll 0 0 #2e629d;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px #000;
          box-shadow: 2px 2px 2px #000;
  color: #fff;
  font-size: 0.8em;
  padding: 4px 0 4px 1em;
  text-shadow: 2px 2px #000;
}

.vendor-input {
  width: 24em;
  margin-left: 1em;
}

.selectedRow {
  background: #E6B800 !important;
}

.productOptions img {
  border-style: none;
}

.productOptions a {
  text-decoration: none;
}

/* Buttons */
.btn-primary {
  border: 0;
  clear: both;
  margin-top: 10px;
  display: inline;
  font-size: 110%;
  width: auto;
  background: #62af56;
  background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
  border: 1px solid #2d6324;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
  padding: 8px 10px;
  margin-left: 10px;
  cursor: pointer;
}

.btn-primary:hover {
  background: #5BA150;
}

.btn-secondary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.setup {
  font-size: 1.2em;
  margin: 2em;
}

.setup spacer {
  width: 1200px;
  display: block;
}

.setup ul {
  margin-left: 30px;
}

.setup ul li {
  margin-bottom: 4px;
}

.toast-success {
  background-color: #00a9ee;
}

.ui-progressbar div {
  padding: 0;
}

.ui-progressbar {
  position: relative;
}

.progress-label {
  position: absolute;
  margin-top: 8px !important;
  left: 50%;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

#UserAddForm .input.checkbox > label {
  width: 20em;
}

#UserAddForm .input.checkbox {
  margin-left: 12em;
}

.reviewCell {
  border: 1px dashed gray;
  border-radius: 4px;
  margin-bottom: 2em;
  padding: 1em;
  width: 80%;
}

.reviewCell .reviewComment {
  font-style: italic;
  margin: 1em;
}

.reviewCell a {
  margin-left: 1em;
}

body {
  background: #b5b5b5;
  color: #fff;
  font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
  font-size: 90%;
  margin: 0;
}

/** General Style Info **/
a {
  color: #1874cd;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #4f9eea;
  text-decoration: none;
}

a img {
  border: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 0.5em;
}

h1 {
  background: #fff;
  color: #003d4c;
  font-size: 100%;
}

h2 {
  background: #fff;
  color: #585858;
  font-family: 'Gill Sans','lucida grande', helvetica, arial, sans-serif;
  font-size: 190%;
}

h3 {
  color: #2c6877;
  font-family: 'Gill Sans','lucida grande', helvetica, arial, sans-serif;
  font-size: 165%;
}

h4 {
  color: #993;
  font-weight: normal;
}

ul, li {
  margin: 0 6px;
}

p {
  margin: 0 0 1em 0;
}

.constrain {
  margin: 0;
  max-width: 1240px;
  padding: 0;
}

.clear {
  clear: both;
  width: 100%;
}

.hide {
  display: none;
}

.float-left {
  float: left;
}

.disabled {
  color: darkGray;
  font-style: italic;
}

#main {
  background-color: #585858;
  border-left: 1px solid rgba(2, 2, 2, 0.28);
  border-radius: 10px 10px 0 0;
  border-right: 1px solid rgba(2, 2, 2, 0.28);
  border-top: 1px solid rgba(250, 250, 250, 0.27);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.698);
          box-shadow: 0 0 5px rgba(1, 1, 1, 0.698);
  float: left;
}

#content {
  background: #fff;
  clear: both;
  color: #333;
  padding: 10px 20px 40px 20px;
  overflow: hidden;
  border: 1px solid #00547d;
  margin: -1px;
}

@media (max-width: 1024px) {
  .higherRes {
    display: none;
  }
}

dl {
  margin-top: 1em;
}

dl dt {
  display: block;
  float: left;
  clear: both;
  width: 12em;
  font-weight: bold;
  padding-top: 4px;
}

dl dd {
  display: block;
  float: left;
  padding-top: 4px;
}

.loadingImage {
  background-color: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(250, 250, 250, 0.27);
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.698);
          box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.698);
  height: 80px;
  text-align: center;
  width: 100px;
  float: left;
  margin: 10px;
}

.loadingImage > div {
  width: 100px;
  height: 50px;
  background: white;
}

.loadingImage img {
  padding: 10px 0 0;
}

/* Action Links */
#moreActionLinks {
  width: 180px;
}

#moreActionLinksContent li {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Breadcrumbs */
.breadcrumb > li + li:before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb .active {
  color: #777;
}

.pagination {
  display: inline-block;
}

.pagination .disabled {
  display: none;
}

.pagination li {
  float: left;
  padding: 8px 16px;
  list-style: none;
  border-radius: 5px;
}

.pagination li a {
  text-decoration: none;
  color: black;
}

.pagination li.active {
  background-color: #00547d;
  border-radius: 5px;
}

.pagination li.active a {
  color: white;
}

.pagination li:hover:not(.active) {
  background-color: #ddd;
}

/* QTip2  */
.qtip {
  font-size: 1em;
}

/* Bootstrap copy/mods */
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert {
  padding: .5em;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
}
/*# sourceMappingURL=default.css.map */