body {
  font-color: #222;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
}

p {
  line-height: 1.0em;
}

.fr {
  float: right;
}

@media (min-width: 768px) {
  .rotated {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  }
}

footer {
  text-align: center;
}

.copyright {
  font-size: .8em;
  text-align: center;
}

.mobile {
  display: inherit !important;
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media print {
  .mobile {
    display: none !important;
  }
}

.tablet {
  display: none !important;
}

@media (min-width: 768px) {
  .tablet {
    display: inherit !important;
  }
}

@media print {
  .tablet {
    display: inherit !important;
  }
}

.search-form {
  width: 100%;
}

@media (min-width: 768px) {
  .search-form {
    width: 300px;
  }
}

.search-results-container {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 80px;
  padding: 20px 20px 20px 10px;
}

@media (min-width: 768px) {
  .search-results-container {
    padding: 20px 20px 20px 20px;
  }
}

.search-results-container a {
  color: #3c3c3c;
}

.search-results-container a:hover, .search-results-container a:focus {
  color: #3c3c3c;
  text-decoration: none;
}

.search-result-phyto-box {
  text-align: center;
  width: 100%;
  min-height: 250px;
  border: 1px solid #d0d0d0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 20px 5px;
  zoom: 1;
  *display: inline;
  _height: 250px;
}

.search-result-phyto-box .name {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0px;
}

.search-result-phyto-box .phytofacts-totals {
  font-size: .85em;
  margin: 0 0 20px 0;
}

.search-result-phyto-box img {
  display: block;
  height: 125px;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .search-result-phyto-box {
    width: 265px;
  }
  .search-result-phyto-box .name {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px;
  }
  .search-result-phyto-box .phytofacts-totals {
    font-size: .75em;
    margin: 0 0 20px 0;
  }
}

.search-result-phyto-box:hover {
  box-shadow: 0px 0px 18px -7px black;
}

div.identification-bar {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0px;
}

.phytofacts-container {
  margin-top: 50px;
  padding: 0px;
  background-color: #eeeeef;
}

@media (min-width: 768px) {
  .phytofacts-container {
    padding: 20px;
    background-color: #f8f8f8;
  }
}

@media print {
  .phytofacts-container {
    padding: 20px;
    background-color: #f8f8f8 !important;
  }
}

.section-wide {
  width: 100%;
}

.section-group {
  width: 100%;
  display: table;
}

@media (min-width: 768px) {
  .section-group {
    margin-bottom: 10px;
  }
}

@media print {
  .section-group {
    margin-bottom: 10px;
  }
}

.section-half {
  width: 100%;
}

@media (min-width: 768px) {
  .section-half {
    width: 50%;
    display: table-cell;
  }
}

.phytofacts-section {
  background-color: #f8f8f8;
  position: relative;
}

.phytofacts-section div.section-title p {
  background-color: #3c3c3c;
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
  text-align: center;
  padding: 5px;
}

@media (min-width: 768px) {
  .phytofacts-section {
    padding: 0px;
    margin-bottom: 10px;
    background-color: #eeeeef;
    border: 2px solid #cdcfd0;
  }
  .phytofacts-section div.section-title {
    position: absolute;
    background-color: #cdcfd0;
    width: 40px;
    height: 100%;
    font-weight: 400;
  }
  .phytofacts-section div.section-title p {
    background-color: #cdcfd0;
    color: #222;
    font-size: 1.5em;
    text-transform: uppercase;
  }
}

@media print {
  .phytofacts-section {
    padding: 0px;
    margin-bottom: 10px;
    background-color: #eeeeef;
    border: 2px solid #cdcfd0;
  }
  .phytofacts-section div.section-title {
    position: absolute;
    background-color: #cdcfd0;
    width: 40px;
    height: 100%;
    font-weight: 400;
  }
  .phytofacts-section div.section-title p {
    background-color: #cdcfd0;
    color: #222;
    font-size: 1.5em;
    text-transform: uppercase;
  }
}

img.sample-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.threebars {
  margin-bottom: 10px;
}

.threebars p.phytofacts-title {
  display: none;
  font-size: 2.25em;
  margin-bottom: 0px;
}

.threebars p.phytofacts-sample-name {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.threebars p.phytofacts-sample-name.fr {
  float: none;
}

.threebars p.phytofacts-totals {
  font-size: .85em;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.threebars div.identification-bar {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .threebars p.phytofacts-title {
    display: inherit;
    font-size: 2.75em;
  }
  .threebars p.phytofacts-sample-name {
    display: inherit;
    margin-top: -35px;
    font-size: 1.5em;
    margin-bottom: 0px;
  }
  .threebars p.phytofacts-sample-name.fr {
    float: right;
  }
  .threebars div.identification-bar {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 2px;
  }
}

@media print {
  .threebars p.phytofacts-title {
    display: inherit;
    font-size: 2.75em;
  }
  .threebars p.phytofacts-sample-name {
    display: inherit;
    margin-top: -35px;
    font-size: 1.5em;
    margin-bottom: 0px;
  }
  .threebars p.phytofacts-sample-name.fr {
    float: right;
  }
  .threebars div.identification-bar {
    display: block !important;
    width: 100%;
    height: 10px;
    margin-bottom: 2px;
  }
}

.general-table {
  width: 100%;
}

@media (min-width: 768px) {
  .general-table {
    width: auto;
    margin-left: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .general-table td {
    white-space: nowrap;
  }
  .general-table td:first-child {
    width: 100%;
  }
  .general-table td:last-child {
    padding-right: 40px;
  }
}

.noid-totals-table {
  display: none;
}

@media (min-width: 768px) {
  .noid-totals-table {
    display: inherit;
    padding-left: 20px;
  }
  .noid-totals-table td {
    padding-left: 10px;
    font-size: 1.5em;
    height: 20px;
  }
  .noid-totals-table canvas {
    display: none;
  }
}

@media (min-width: 992px) {
  .noid-totals-table {
    padding-left: 0px;
  }
  .noid-totals-table td {
    padding-left: 0px;
    font-size: 1.1em;
    height: 40px;
  }
  .noid-totals-table canvas {
    display: inherit;
    width: 350px !important;
    height: 30px !important;
  }
}

@media (min-width: 1200px) {
  .noid-totals-table canvas {
    width: 500px !important;
    height: 30px !important;
  }
}

td.chart-label {
  vertical-align: middle;
  padding: 1px 8px 1px 10px;
  text-align: right;
  white-space: nowrap;
}

.sample-details-table {
  margin: 5px auto 10px auto;
}

.sample-details-table td {
  padding: 4px 10px 4px 5px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .sample-details-table tr:nth-child(odd) {
    background: #dddddf;
  }
  .sample-details-table td {
    padding: 1px 10px 1px 5px;
  }
}

.cannabinoids-section-table {
  position: relative;
  width: 100%;
}

.cannabinoids-section-table canvas {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  width: 200px !important;
  height: 200px !important;
  padding: 10px;
}

.cannabinoids-section-table td p {
  display: block;
  text-align: center;
}

.cannabinoids-section-table .chart-legend {
  padding-bottom: 0px;
  width: 200px;
  margin: 10px auto 0px auto;
}

.cannabinoids-section-table .chart-legend ul {
  list-style-type: none;
  padding-left: 0px;
}

.cannabinoids-section-table .chart-legend ul li {
  text-align: left;
  display: table-cell;
  padding-right: 10px;
  line-height: 1em;
}

.cannabinoids-section-table .chart-legend ul li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .cannabinoids-section-table {
    width: auto;
    margin-left: 70px;
  }
  .cannabinoids-section-table .chart-legend {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 15px;
  }
  .cannabinoids-section-table .chart-legend ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .cannabinoids-section-table .chart-legend ul li {
    text-align: left;
    display: table-cell;
    padding-right: 10px;
    line-height: 1em;
  }
  .cannabinoids-section-table .chart-legend ul li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .cannabinoids-section-table img.sample-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 175px;
    height: 175px;
  }
}

.cannabinoid-list-table {
  font-weight: 300;
  text-align: center;
  display: none;
}

.cannabinoid-list-table th {
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .cannabinoid-list-table {
    display: table;
    border: 1px solid #b1ccea;
    width: 190px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cannabinoid-list-table tr:nth-child(odd) {
    background-color: #b1ccea;
  }
  .cannabinoid-list-table tr:first-child {
    background-color: #6ea9dd;
  }
}

@media (min-width: 992px) {
  .cannabinoid-list-table {
    width: 275px;
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media (min-width: 1200px) {
  .cannabinoid-list-table {
    width: 400px;
    margin-left: 100px;
    margin-right: 100px;
  }
}

.section-flavor {
  min-height: 300px;
}

.flavor-images-container {
  text-align: center;
  padding: 20px;
}

.flavor-images-container img.flavor-image {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  height: 130px;
  width: 130px;
  margin: 0px 5px;
}

@media (min-width: 768px) {
  .flavor-images-container {
    padding: 20px 0px 10px 40px;
  }
  .flavor-images-container img.flavor-image {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 992px) {
  .flavor-images-container {
    height: 100%;
    display: table-cell;
    padding-left: 60px;
    vertical-align: middle;
  }
  .flavor-images-container img.flavor-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .flavor-images-container {
    padding-left: 70px;
  }
  .flavor-images-container img.flavor-image {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}

.flavor-chart-container {
  display: block;
  height: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .flavor-chart-container {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .flavor-chart-container {
    display: table-cell;
    padding-left: 20px;
    height: 100%;
    text-align: left;
    vertical-align: middle;
  }
}

.flavor-chart-container canvas {
  height: 300px;
  width: 300px;
}

@media (min-width: 992px) {
  .flavor-chart-container canvas {
    height: 250px !important;
    width: 250px !important;
  }
}

@media (min-width: 1200px) {
  .flavor-chart-container canvas {
    height: 290px !important;
    width: 290px !important;
  }
}

.flavor-chart-container .chart-legend {
  padding-bottom: 0px;
  width: 200px;
  margin: 10px auto 0px auto;
}

.flavor-chart-container .chart-legend ul {
  list-style-type: none;
}

.flavor-chart-container .chart-legend ul li {
  text-align: left;
  display: table-cell;
  padding-right: 20px;
  line-height: 1em;
}

.flavor-chart-container .chart-legend ul li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .flavor-chart-container .chart-legend ul {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .flavor-chart-container .chart-legend ul {
    padding-left: 30px;
  }
}

.section-entourage {
  min-height: 300px;
  vertical-align: top;
}

.entourage-chart-container {
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

.entourage-chart-container p {
  font-size: .8em;
}

.entourage-chart-container canvas {
  width: 320px !important;
  height: 320px !important;
}

@media (min-width: 768px) {
  .entourage-chart-container {
    padding: 50px 0px 0px 60px;
  }
  .entourage-chart-container canvas {
    width: 300px !important;
    height: 300px !important;
  }
}

@media (min-width: 992px) {
  .entourage-chart-container {
    padding: 0px 0px 0px 60px;
  }
  .entourage-chart-container canvas {
    width: 320px !important;
    height: 320px !important;
  }
}

.terpinoids-container {
  padding: 20px 0px 20px 10px;
}

.terpinoids-container canvas {
  width: 200px !important;
  height: 15px !important;
}

@media (min-width: 768px) {
  .terpinoids-container {
    padding: 20px 20px 20px 60px;
  }
  .terpinoids-container canvas {
    width: 500px !important;
    height: 15px !important;
  }
}

@media (min-width: 992px) {
  .terpinoids-container canvas {
    width: 700px !important;
    height: 15px !important;
  }
}

@media (min-width: 1200px) {
  .terpinoids-container canvas {
    width: 900px !important;
    height: 15px !important;
  }
}

.terpinoids-container .terpinoid-bar table {
  border-collapse: collapse;
}

.terpinoids-container .terpinoid-bar table tr {
  height: 15px;
  line-height: 12px;
}

.terpinoids-container .terpinoid-bar table .bar-label {
  margin: 0px;
  text-align: right;
  min-width: 120px;
  white-space: nowrap;
  padding: 0px 10px 0px 0px;
  font-size: .8em;
  vertical-align: middle;
}

/*# sourceMappingURL=phytofacts.css.map */
