/* line 5, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}

/* line 103, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, H:/Downloads/WIN_Scout-App_2.12.12/Scout-App/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
elements-of-type(html5-block) {
  display: block;
}

/* line 4, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/classes.scss */
.master-color {
  color: #00B4D5;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 1) {
  background-color: #ff0066;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 2) {
  background-color: #ff6a6c;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 3) {
  background-color: #ffd471;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 4) {
  background-color: #cadc6f;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 5) {
  background-color: #94e46d;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 6) {
  background-color: #4acca1;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 7) {
  background-color: #00B4D5;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 8) {
  background-color: #68a3e5;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 9) {
  background-color: #d092f4;
}

/* line 9, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.rainbow :nth-child(10n + 10) {
  background-color: #e849ad;
}

/* line 12, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/classes.scss */
.selectable {
  cursor: pointer;
  border: 2px dashed transparent;
  border-radius: 2px;
}

/* line 36, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.selectable:hover {
  background-color: rgba(255, 204, 0, 0.1);
  border-color: rgba(255, 204, 0, 0.6);
}

/* line 40, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.selectable.selected {
  cursor: default;
  background-color: rgba(255, 204, 0, 0.25);
  border-color: #ffcc00;
}

/* line 45, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.selectable:active {
  background-color: rgba(255, 204, 0, 0.17);
  border-color: rgba(255, 204, 0, 0.8);
}

/* line 51, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.deselectable.selected {
  cursor: pointer;
}

/* line 20, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/classes.scss */
.input-clearer {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: -30px;
  position: relative;
  left: -30px;
  color: #bbb;
  text-align: center;
  cursor: pointer;
}

/* line 32, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/classes.scss */
.input-clearer:hover {
  font-weight: bold;
  color: #ffcc00;
}

/* line 37, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/classes.scss */
.input-clearer:active {
  color: #5ac625;
}

/* line 42, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/classes.scss */
.inactive {
  color: #bbb;
}

/* line 11, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.ng-hide {
  display: none !important;
}

/* View transitions */
/* line 20, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
main.ng-enter {
  transition: all 0.6s linear .6s;
  opacity: 0;
  transform: translateY(-160px);
}

/* line 25, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
main.ng-enter.ng-enter-active {
  opacity: 1;
  transform: translateY(0);
}

/* line 29, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
main.ng-leave {
  transition: all 0.6s linear;
  opacity: 1;
  transform: translateX(0);
}

/* line 34, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
main.ng-leave.ng-leave-active {
  opacity: 0;
  transform: translateX(140px);
}

/* line 39, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.flash {
  animation-name: flash;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

@keyframes flash {
  from {
    color: red;
  }
  to {
    color: black;
  }
}

/* line 53, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.pulsate {
  -webkit-animation: pulsate 4s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.6;
  color: #00B4D5;
}

/* line 60, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.pulsate:hover {
  color: #ffcc00;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}

/* line 76, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.parallax {
  background-image: "G:/Drive/Sol Sustenance/3solvera/images/wood_wallpaper.jpg";
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 85, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
body {
  height: 100%;
  padding: 5px;
  font-size: 16px;
  line-height: 1.25;
  font-family: sans-serif;
  color: #efffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #000000;
}

/* line 97, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
div.cblock {
  position: relative;
  left: 200px;
}

/* line 101, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
h1 {
  font-size: 48px;
}

/* line 104, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
h2 {
  padding: 5px;
  padding-bottom: 15px;
  font-size: 36px;
}

/* line 109, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
h3 {
  font-size: 24px;
  padding-left: 20px;
  padding-top: 10px;
  text-shadow: 2px #ffcc00;
}

/* line 117, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
p {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.75em;
}

/* line 123, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
psingle_space {
  line-height: .8em;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 132, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
input[type="text"] {
  height: 30px;
  font-size: 16px;
  padding: 6px 6px;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #bbb;
  outline: white;
  width: 300px;
  background-color: black;
}

/* line 143, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
input[type="text"]:hover {
  border-color: #a2a2a2;
}

/* line 147, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
input[type="text"]:focus {
  border-color: #997a00;
}

/* line 152, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.box {
  display: none;
  width: 100%;
}

/* line 157, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
a:hover + .box, .box:hover {
  display: block;
  position: relative;
  z-index: 100;
}

/* line 163, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.floated {
  float: left;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-right: 20px;
}

/* line 168, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.floated .right {
  padding-left: 20px;
}

/* line 173, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.amazon-iframe {
  width: 120px;
  height: 240px;
}

/* line 178, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
input[type="checkbox"] {
  position: relative;
  top: 1px;
}

/* line 183, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
button {
  font-size: 16px;
  cursor: pointer;
  padding: 6px 8px;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #bbb;
  background-image: -owg-linear-gradient(#eee, #fff 15%, #eee);
  background-image: -webkit-linear-gradient(#eee, #fff 15%, #eee);
  background-image: -moz-linear-gradient(#eee, #fff 15%, #eee);
  background-image: -o-linear-gradient(#eee, #fff 15%, #eee);
  background-image: linear-gradient(#eee, #fff 15%, #eee);
  color: #444;
}

/* line 193, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
button:hover {
  border-color: #a2a2a2;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-image: -owg-linear-gradient(#e7e7e7, #fff 15%, #e7e7e7);
  background-image: -webkit-linear-gradient(#e7e7e7, #fff 15%, #e7e7e7);
  background-image: -moz-linear-gradient(#e7e7e7, #fff 15%, #e7e7e7);
  background-image: -o-linear-gradient(#e7e7e7, #fff 15%, #e7e7e7);
  background-image: linear-gradient(#e7e7e7, #fff 15%, #e7e7e7);
}

/* line 199, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
button:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) inset, 0 0 8px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) inset, 0 0 8px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) inset, 0 0 8px 1px rgba(0, 0, 0, 0.1) inset;
}

/* line 205, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
::selection {
  background: #ffcc00;
}

/* line 208, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
::-moz-selection {
  background: #ffcc00;
}

/* line 213, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.menu {
  padding-top: 10px;
  float: right;
}

/* line 217, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.menu li {
  display: inline-block;
  height: 50px;
  text-align: right;
  padding-right: 8px !important;
  padding-left: 20px;
}

/* line 224, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  float: right;
  line-height: 50px;
  text-align: right;
  color: #00B4D5;
  text-decoration: none;
  font-size: 24px;
  color: #ffcc00;
  opacity: 0.55;
  border-bottom: 2px dashed transparent;
}

/* line 238, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.menu li a:hover {
  border-bottom-color: #00B4D5;
  opacity: 0.68;
}

/* line 243, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.menu li a:active {
  opacity: 0.85;
}

/* line 249, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.menu li.active a {
  border-bottomcolor: #00B4D5;
  opacity: 1.0;
}

/* line 258, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.tabs li {
  display: inline-block;
  width: 150px;
  height: 50px;
}

/* line 263, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.tabs li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #efffff;
  text-decoration: none;
  font-size: 24px;
  opacity: 0.55;
  border-bottom: 2px dashed transparent;
}

/* line 275, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.tabs li a:hover {
  border-bottom-color: #efffff;
  opacity: 0.68;
}

/* line 280, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.tabs li a:active {
  opacity: 0.85;
}

/* line 286, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
.tabs li.active a {
  border-bottom-color: #efffff;
  opacity: 1.0;
}

/* line 294, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
a {
  color: #00B4D5;
  text-decoration: none;
}

/* line 298, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
a:hover {
  text-decoration: underline;
}

/* line 301, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/main.scss */
a:visited {
  color: #ffcc00;
  text-decoration: line-through;
}

/* line 3, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
[ng-cloak] {
  display: none;
}

/* line 7, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#rectangle {
  width: 905px;
  height: 130px;
  margin: 0 auto;
  padding: 0px;
  background: #000000;
  position: relative;
  bottom: 135px;
  display: block;
}

/* line 19, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.content_button {
  border: none;
  background: #000000;
  color: #00B4D5;
  font-size: 36px;
  position: relative;
  bottom: 2px;
  cursor: pointer;
}

/* line 29, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.content_button:hover {
  color: #ffcc00;
  background: #000000;
}

/* line 35, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.inline_content_button {
  border: none;
  background: #000000;
  color: #00B4D5;
  cursor: pointer;
}

/* line 42, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.inline_content_button:hover {
  color: #ffcc00;
  background: #000000;
}

/* line 47, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.left {
  float: left;
  padding-left: 10px;
}

/* line 52, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.centering {
  align: center;
}

/* line 56, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.right {
  float: right;
  padding-right: 10px;
}

/* line 61, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#wrapper {
  position: relative;
}

/* line 65, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#header-container {
  white-space: nowrap;
  padding-left: 2px;
  text-align: left;
  width: 910px;
  display: block;
  margin: 0 auto;
}

/* line 74, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#main-container {
  background-color: black;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1000px;
  width: 920px;
  margin: 0 auto;
  box-shadow: 0px 0px 40px 6px black;
  /* x offset, y offset, blur, spread*/
}

/* line 85, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#footer-container {
  position: relative;
  top: 20px;
  height: 80px;
  width: 100%;
  white-space: nowrap;
  padding-top: 5px;
  padding-left: 2px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* line 98, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#content {
  background: black;
  opacity: .8;
  display: block;
  width: 910px;
  margin: 0 auto;
  text-align: left;
}

/* line 107, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#title {
  display: inline-block;
  padding-left: 20px;
  padding-top: 6px;
  color: #ffcc00;
}

/* line 114, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#nav-container {
  display: inline-block;
  float: right;
}

/* line 119, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#loading-message {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px dashed #efffff;
  opacity: 0.55;
  text-align: center;
}

/* line 130, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.ng-invalid input {
  border: 1px solid red;
}

/* line 134, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-list {
  display: block;
  text-align: left;
  width: 910px;
}

/* line 139, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-list li {
  padding: 12px 2px 5px;
}

/* line 142, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-list li .food-label {
  width: 100%;
  color: #efffff;
}

/* line 147, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-list li .food-group {
  float: right;
}

/* line 154, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.nutrient-list li {
  padding: 1px 2px;
}

/* line 159, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.search-form {
  width: 910px;
  padding: 2px 2px 2px;
  white-space: nowrap;
  position: relative;
}

/* line 170, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
food-comparison {
  position: relative;
  left: 100;
}

/* line 173, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
food-comparison h3 {
  margin-bottom: 2px;
}

/* line 177, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
food-comparison div {
  position: relative;
}

/* line 182, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-comparison-list {
  width: 224px;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 1;
}

/* line 189, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-comparison-list li {
  position: relative;
  height: 45px;
  padding-right: 2px;
}

/* line 195, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-comparison-list .food-label {
  height: 100%;
  width: 100%;
  display: table;
}

/* line 200, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-comparison-list .food-label span {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
  color: #efffff;
  line-height: 1;
}

/* line 210, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.remove-button {
  position: absolute;
  left: -6px;
  top: 14px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding-left: 2px;
  color: #bbb;
}

/* line 220, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.remove-button:hover {
  font-weight: bold;
  color: #ffcc00;
}

/* line 225, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.remove-button:active {
  color: #5ac625;
}

/* line 230, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-comparison-graphs {
  white-space: nowrap;
  margin-left: 226px;
}

/* line 234, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-comparison-graphs svg {
  margin-left: -4px;
}

/* line 237, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-comparison-graphs svg:first-child {
  position: relative;
  top: 3px;
}

/* line 244, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.clear-selected-button {
  position: relative;
  top: 5px;
  margin-bottom: 10px;
  margin-left: 2px;
}

/* line 251, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.nutrient-label {
  cursor: pointer;
}

/* line 254, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.nutrient-label:hover {
  text-decoration: underline;
}

/* line 259, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.text-with-icon {
  width: 910px;
  position: relative;
  padding-left: 52px;
  min-height: 48px;
  margin-bottom: 32px;
}

/* line 267, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.text-with-icon img {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 276, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
nutrient-list {
  display: block;
  margin-bottom: 14px;
}

/* line 281, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.nutrient-graph {
  display: inline-block;
  width: 100px;
  height: 16px;
  background-color: rgba(148, 228, 109, 0.5);
  position: relative;
  top: 3px;
}

/* line 290, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.nutrient-bar {
  background-color: #ffcc00;
  height: 16px;
}

/* line 295, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
food-detail {
  white-space: nowrap;
}

/* line 299, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-detail-graph {
  margin: 14px 0;
  display: inline-block;
}

/* line 304, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.food-detail-pie-chart-labels {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: -61px;
  left: 13px;
}

/* line 312, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.fat {
  color: #ff0066;
}

/* line 316, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.carbohydrate {
  color: #ffd471;
}

/* line 320, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.protein {
  color: #00B4D5;
}

/* line 324, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.padded-left {
  padding-left: 2px;
}

/* line 328, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.padded {
  padding: 2px;
}

/* line 332, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
food-group-filter {
  position: absolute !important;
  right: 0;
  top: 2px;
}

/* line 338, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
food-group-filter ul li {
  position: relative;
  padding-right: 46px !important;
}

/* line 342, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
food-group-filter ul li span {
  position: absolute;
  right: 2px;
  top: 6px;
}

/* line 352, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.mm-dropdown {
  position: relative;
}

/* line 63, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-toggle {
  padding: 5px 2px;
  cursor: pointer;
  cursor: pointer;
  border: 2px dashed transparent;
  border-radius: 2px;
  position: relative;
  top: 2px;
}

/* line 36, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-toggle:hover {
  background-color: rgba(255, 204, 0, 0.1);
  border-color: rgba(255, 204, 0, 0.6);
}

/* line 40, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-toggle.selected {
  cursor: default;
  background-color: rgba(255, 204, 0, 0.25);
  border-color: #ffcc00;
}

/* line 45, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-toggle:active {
  background-color: rgba(255, 204, 0, 0.17);
  border-color: rgba(255, 204, 0, 0.8);
}

/* line 72, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown.open .dropdown-toggle {
  background-color: rgba(255, 204, 0, 0.25);
  border-color: #ffcc00;
}

/* line 75, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown.open .dropdown-toggle:active {
  background-color: rgba(255, 204, 0, 0.17);
  border-color: rgba(255, 204, 0, 0.8);
}

/* line 81, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-content {
  position: absolute;
  top: 32px;
  left: 0;
  display: none;
  z-index: 10;
  background-color: black;
  border-radius: 2px;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.15);
  padding: 2px 0;
}

/* line 93, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-content > li {
  padding: 3px 2px;
}

/* line 97, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-content.dropdown-content-right {
  left: auto;
  right: 0;
}

/* line 102, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown .dropdown-content.dropdown-content-left {
  left: 0;
  right: auto;
}

/* line 109, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.mm-dropdown.open .dropdown-content {
  display: block;
}

/* line 356, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.db-dropdown {
  position: relative;
}

/* line 63, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-toggle {
  padding: 5px 2px;
  cursor: pointer;
  cursor: pointer;
  border: 2px dashed transparent;
  border-radius: 2px;
  position: relative;
  top: 2px;
}

/* line 36, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-toggle:hover {
  background-color: rgba(255, 204, 0, 0.1);
  border-color: rgba(255, 204, 0, 0.6);
}

/* line 40, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-toggle.selected {
  cursor: default;
  background-color: rgba(255, 204, 0, 0.25);
  border-color: #ffcc00;
}

/* line 45, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-toggle:active {
  background-color: rgba(255, 204, 0, 0.17);
  border-color: rgba(255, 204, 0, 0.8);
}

/* line 72, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown.open .dropdown-toggle {
  background-color: rgba(255, 204, 0, 0.25);
  border-color: #ffcc00;
}

/* line 75, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown.open .dropdown-toggle:active {
  background-color: rgba(255, 204, 0, 0.17);
  border-color: rgba(255, 204, 0, 0.8);
}

/* line 81, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-content {
  position: absolute;
  top: 32px;
  left: 0;
  display: none;
  z-index: 10;
  background-color: black;
  border-radius: 2px;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.15);
  padding: 2px 0;
}

/* line 93, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-content > li {
  padding: 3px 2px;
}

/* line 97, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-content.dropdown-content-right {
  left: auto;
  right: 0;
}

/* line 102, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown .dropdown-content.dropdown-content-left {
  left: 0;
  right: auto;
}

/* line 109, G:/Drive/Sol Sustenance/3solvera/src/styles/sassy/mixins.scss */
.db-dropdown.open .dropdown-content {
  display: block;
}

/* line 360, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#presets {
  width: 179px;
  margin-bottom: 8px;
}

/* line 364, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#presets .dropdown-content li {
  padding: 0 30px 0 2px;
  position: relative;
}

/* line 368, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#presets .dropdown-content .selectable {
  padding: 3px 2px;
}

/* line 372, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#presets .dropdown-toggle {
  display: inline-block;
}

/* line 375, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#presets #save-preset {
  white-space: nowrap;
  margin-bottom: 2px;
  padding-right: 2px;
}

/* line 379, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#presets #save-preset button {
  margin-left: 2px;
}

/* line 383, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#presets .remove-button {
  left: auto;
  right: 11px;
  top: 5px;
}

/* line 390, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#database-options {
  width: 200px;
  margin-bottom: 5px;
}

/* line 394, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#database-options .dropdown-content li {
  padding: 100px 30px 0 2px;
  position: relative;
}

/* line 398, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#database-options .dropdown-content .selectable {
  padding: 3px 2px;
}

/* line 402, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#database-options .options-toggle {
  display: inline-block;
}

/* line 409, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#nutrients .food-list .food-label {
  cursor: pointer;
}

/* line 411, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#nutrients .food-list .food-label:hover {
  text-decoration: underline;
}

/* line 422, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#nutrient-columns {
  position: relative;
  left: 0px;
  display: block;
  min-height: 90%;
  width: 910px;
  margin: 0 auto;
  text-align: left;
  height: 370px;
}

/* line 434, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column {
  position: absolute;
  top: 0;
  width: 120px;
  padding: 0 2px 2px 2px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(1) {
  left: 0px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(2) {
  left: 120px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(3) {
  left: 240px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(4) {
  left: 360px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(5) {
  left: 480px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(6) {
  left: 600px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(7) {
  left: 720px;
}

/* line 442, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:nth-child(8) {
  left: 840px;
}

/* line 448, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
.column:last-child {
  width: 120px;
}

/* line 453, G:/Drive/Sol Sustenance/3solvera/src/styles/main.scss */
#database-list {
  width: 910px;
}

/* Media Queries */

/*# sourceMappingURL=../../styles/main.map */