/* Put your CSS here */
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.default-style {
  background-image: url(/assets/sandpaper.png);
}
.custom-1 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/cubes.png");
}
.custom-2 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/swirl_pattern.png");
}
.custom-3 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/concrete_seamless.png");
}
.custom-4 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/eight_horns.png");
}
.custom-5 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/sayagata-400px.png");
}
.custom-6 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/asanoha-400px.png");
}
.custom-7 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/new_year_background.png");
}
.custom-8 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/congruent_outline.png");
}
.custom-9 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/congruent_pentagon.png");
}
.custom-10 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/skulls.png");
}
.custom-11 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/diamond_upholstery.png");
}
.custom-12 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/gplaypattern.png");
}
.custom-13 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/white_tiles.png");
}
.custom-14 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/eight_horns.png");
}
.custom-15 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/arches.png");
}
.custom-16 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/gradient_squares.png");
}
.custom-17 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/furley_bg.png");
}
.custom-18 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/subtle_zebra_3d.png");
}
.custom-19 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/plaid.png");
}
.custom-20 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/struckaxiom.png");
}
.custom-21 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/bgnoise_lg.png");
}
.custom-22 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/square_bg.png");
}
.custom-23 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/paven.png");
}
.custom-24 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/diagonal-noise.png");
}
.custom-25 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/bright_squares.png");
}
.custom-26 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/light_honeycomb.png");
}
.custom-27 {
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/escheresque.png");
}
.milkcheck-calculator .clickable-header,
.milkcheck-reconciliation .clickable-header {
  cursor: pointer;
}
.milkcheck-calculator .clickable-header em,
.milkcheck-reconciliation .clickable-header em {
  color: grey;
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-left: -1px;
  margin-right: -10px;
}
.milkcheck-calculator .clickable-header:hover em,
.milkcheck-reconciliation .clickable-header:hover em {
  color: #222;
}
.milkcheck-calculator .top-right-buttons,
.milkcheck-reconciliation .top-right-buttons {
  float: right;
  text-align: right;
}
.milkcheck-calculator .description,
.milkcheck-reconciliation .description {
  margin-top: -10px;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 8px;
}
.milkcheck-calculator .table thead th,
.milkcheck-reconciliation .table thead th {
  text-align: center;
}
.milkcheck-calculator .table tbody td,
.milkcheck-reconciliation .table tbody td {
  text-align: center;
}
.milkcheck-calculator .table tbody td:first-child,
.milkcheck-reconciliation .table tbody td:first-child {
  font-weight: bold;
}
.milkcheck-calculator .table tbody td.editable-container,
.milkcheck-reconciliation .table tbody td.editable-container {
  padding: 0px !important;
  height: 1px;
}
.milkcheck-calculator .table tbody td.editable-container > div,
.milkcheck-reconciliation .table tbody td.editable-container > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 36px;
}
.milkcheck-calculator thead .padding-0,
.milkcheck-reconciliation thead .padding-0 {
  padding: 0;
}
.milkcheck-calculator th,
.milkcheck-reconciliation th {
  text-align: center;
}
.milkcheck-calculator td.editable-cell,
.milkcheck-reconciliation td.editable-cell {
  padding: 0px !important;
  height: 1px;
}
.milkcheck-calculator td.editable-cell > div,
.milkcheck-reconciliation td.editable-cell > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 37px;
}
.milkcheck-calculator tbody tr:first-child .grid-year-header,
.milkcheck-reconciliation tbody tr:first-child .grid-year-header {
  height: 0;
  display: none;
}
.milkcheck-calculator thead th,
.milkcheck-reconciliation thead th {
  vertical-align: middle !important;
}
.milkcheck-calculator thead th.extra-small-header,
.milkcheck-reconciliation thead th.extra-small-header {
  font-size: 0.9em;
  padding-left: 2px;
  padding-right: 2px;
}
.milkcheck-calculator .first-col-not-bold tbody td:first-child,
.milkcheck-reconciliation .first-col-not-bold tbody td:first-child {
  font-weight: normal;
}
.milkcheck-calculator .quotaEdit,
.milkcheck-reconciliation .quotaEdit {
  margin-bottom: 12px;
}
.milkcheck-calculator .quotaEdit .leftText,
.milkcheck-reconciliation .quotaEdit .leftText {
  float: left;
  padding-right: 10px;
}
.milkcheck-calculator .quotaEdit .editableField > div,
.milkcheck-reconciliation .quotaEdit .editableField > div {
  width: 80px!important;
  border: solid 1px #ddd;
}
@media print {
  .milkcheck-calculator .top-right-buttons,
  .milkcheck-calculator .visible-xs-block {
    display: none !important;
  }
  .milkcheck-calculator .table thead th {
    text-align: center;
    font-size: 10px;
  }
  .milkcheck-calculator .table tbody td {
    font-size: 10px;
    text-align: center;
  }
  .milkcheck-calculator .table tbody td:first-child {
    font-weight: bold;
  }
}
.hedges .print-button {
  margin-top: 10px;
}
.hedges .print-button > div {
  float: right;
}
.hedges .table thead th {
  text-align: center;
}
.hedges .table tbody td {
  text-align: center;
}
.hedges .table tbody td:first-child {
  font-weight: bold;
}
.hedges .table tbody td.editable-container {
  padding: 0px !important;
  height: 1px;
}
.hedges .table tbody td.editable-container > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 36px;
}
.hedges thead .padding-0 {
  padding: 0;
}
.hedges th {
  text-align: center;
}
.hedges td.editable-cell {
  padding: 0px !important;
  height: 1px;
}
.hedges td.editable-cell > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 37px;
}
.hedges tbody tr:first-child .grid-year-header {
  height: 0;
  display: none;
}
.hedges thead th {
  vertical-align: middle !important;
}
.hedges thead th.extra-small-header {
  font-size: 0.9em;
  padding-left: 2px;
  padding-right: 2px;
}
@media print {
  .hedges .print-button,
  .hedges .visible-xs-block {
    display: none!important;
  }
}
.monthpositions .table thead th {
  text-align: center;
}
.monthpositions .table tbody td {
  text-align: center;
}
.monthpositions .table tbody td:first-child {
  font-weight: bold;
}
.monthpositions .table tbody td.editable-container {
  padding: 0px !important;
  height: 1px;
}
.monthpositions .table tbody td.editable-container > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 36px;
}
.monthpositions thead .padding-0 {
  padding: 0;
}
.monthpositions th {
  text-align: center;
}
.monthpositions td.editable-cell {
  padding: 0px !important;
  height: 1px;
}
.monthpositions td.editable-cell > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 37px;
}
.monthpositions tbody tr:first-child .grid-year-header {
  height: 0;
  display: none;
}
.monthpositions thead th {
  vertical-align: middle !important;
}
.monthpositions thead th.extra-small-header {
  font-size: 0.9em;
  padding-left: 2px;
  padding-right: 2px;
}
.monthpositions .back-button {
  margin-top: 10px;
}
.ui-helper-hidden-accessible {
  display: none;
}
.c3-ygrid-line.baseline line {
  stroke: #e7e7e7;
  z-index: 1;
}
.rd-chart .c3-zoom-rect {
  opacity: 1!important;
  fill: #EEE;
  stroke: black;
}
#main-chart .c3-line-data1,
#main-chart .c3-line-data2,
#main-chart .c3-line-data3,
#main-chart .c3-line-data4,
#main-chart .c3-line-data5 {
  stroke-width: 3px;
}
.ui-tooltip {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
.ui-tooltip .ui-tooltip-content {
  background-color: rgba(22, 22, 22, 0.85) !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
  color: white;
}
.ui-tooltip table {
  font-size: 12px;
  border: solid 1px grey;
}
.ui-tooltip table th {
  padding-left: 2px;
  padding-right: 2px;
}
.ui-tooltip table th,
.ui-tooltip table td {
  border: solid 1px grey;
}
.ui-tooltip table td.error {
  color: red;
  font-weight: bold;
}
.show-info-box .info-fade {
  display: none;
}
.show-info-box:hover .info-fade {
  display: inline;
  color: #23527c;
}
.show-info-box:hover .info-fade:hover {
  color: black;
  transition: color 0.3s ease-in;
}
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}
/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
body .ui-tooltip {
  border-width: 2px;
}
.beta-box {
  cursor: default;
  background-color: #062a4a;
  color: #46a0f0;
  line-height: 35px;
  min-height: 35px;
  border: solid 1px #000000;
  box-shadow: 2px 2px 3px #C5C5C5;
}
.beta-box a {
  color: #46a0f0;
  cursor: pointer;
}
.beta-box a:hover {
  color: #a4d0f8;
}
.beta-box .message {
  padding-left: 10px;
  padding-right: 10px;
}
.beta-box .section {
  background-color: #0c5291;
  float: left;
  border-right: solid 1px #0e60a8;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 0px 1px 1px #000000;
  font-weight: bold;
}
.beta-box .feedback {
  float: right;
  padding-right: 10px;
}
.main-container .version {
  font-size: 12px;
  color: #646464;
  ext-shadow: 0px 1px 1px #808080;
  padding-left: 10px;
  font-size: 10px;
  cursor: default;
}
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
div.hopscotch-bubble .hopscotch-nav-button {
  /* borrowed from katy styles */
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  *zoom: 1;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.hopscotch-bubble .hopscotch-nav-button:hover {
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #1b5480;
  color: #fff;
  margin: 0 0 0 10px;
  /* HS specific*/
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #287bbc;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#287bbc', endColorstr='#23639a');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287bbc), color-stop(100%, #23639a));
  background-image: -webkit-linear-gradient(top, #287bbc 0%, #23639a 100%);
  background-image: -moz-linear-gradient(top, #287bbc 0%, #23639a 100%);
  background-image: -o-linear-gradient(top, #287bbc 0%, #23639a 100%);
  background-image: linear-gradient(top, #287bbc 0%, #23639a 100%);
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #2672ae;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
  background-image: -webkit-linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
  background-image: -moz-linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
  background-image: -o-linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
  background-image: linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
  border-color: #a7a7a7;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #e9e9e9 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #e9e9e9 100%);
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), color-stop(100%, #a9a9a9));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
}
div.hopscotch-bubble {
  background-color: #fff;
  border: 5px solid #000;
  /* default */
  border: 5px solid rgba(0, 0, 0, 0.5);
  /* transparent, if supported */
  color: #333;
  font-family: Helvetica, Arial;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  /* for Mozilla browsers*/
  -webkit-background-clip: padding;
  /* Webkit */
  background-clip: padding-box;
  /*  browsers with full support */
}
div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
div.hopscotch-bubble.invisible {
  opacity: 0;
}
div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}
div.hopscotch-bubble h3 {
  color: #000;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0;
}
div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}
div.hopscotch-bubble .hopscotch-content {
  font-family: Helvetica, Arial;
  font-weight: normal;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 8px;
}
div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px;
}
div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #000;
  background: transparent url(/assets/sprite-green.png) -192px -92px no-repeat;
  display: block;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}
div.hopscotch-bubble .hopscotch-bubble-number {
  background: transparent url(/assets/sprite-green.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px 0 0;
  text-align: center;
  width: 30px;
  height: 30px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -22px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -24px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000;
  border-top: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -22px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: 7px;
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000;
  border-right: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: -7px;
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000;
  border-left: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right;
}
.warning-color-transition {
  -webkit-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-duration: 10s;
  -o-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: warningColours;
  animation-name: warningColours;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-moz-keyframes warningColours {
  0% {
    color: #ffa500;
  }
  50% {
    color: #ff7000;
  }
  100% {
    color: #ffa500;
  }
}
@-webkit-keyframes warningColours {
  0% {
    color: #ffa500;
  }
  50% {
    color: #ff7000;
  }
  100% {
    color: #ffa500;
  }
}
@keyframes warningColours {
  0% {
    color: #ffa500;
  }
  50% {
    color: #ff7000;
  }
  100% {
    color: #ffa500;
  }
}
.value-changed-transition {
  -webkit-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: updateFlashColours;
  animation-name: updateFlashColours;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-moz-keyframes updateFlashColours {
  0% {
    color: #08d500;
  }
  100% {
    color: #333;
  }
}
@-webkit-keyframes updateFlashColours {
  0% {
    color: #08d500;
  }
  100% {
    color: #333;
  }
}
@keyframes updateFlashColours {
  0% {
    color: #08d500;
  }
  100% {
    color: #333;
  }
}
.table thead .padding-0 {
  padding: 0;
}
.import-type-label {
  font-size: 0.8em;
  color: #31708f;
}
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 625px;
  min-width: 90px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 1em;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
}
.select .placeholder:hover {
  background: #34383c;
}
.select .placeholder:after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\25BE';
  z-index: 10;
  background: #fff;
}
.select.is-open .placeholder:after {
  content: '\25BE';
}
.select.is-open ul {
  display: block;
}
.select.select-white .placeholder {
  background: rgba(0, 0, 0, 0);
  color: #646C7F;
}
.select.select-white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  min-width: 200px;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  border: solid 1px;
  margin: 0;
  padding: 0;
  z-index: 100;
  max-height: 240px;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 30px;
  color: #999;
  cursor: pointer;
}
.select ul li em {
  margin-left: -20px;
}
.select ul li:disabled {
  color: #cccccc;
}
.select ul li:hover {
  background: #4ebbf0;
  color: #fff;
}
.data-upload .loading-message {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.8em;
}
.data-upload .text-color-transition {
  -webkit-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-duration: 10s;
  -o-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: colours;
  animation-name: colours;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-moz-keyframes colours {
  0% {
    color: #333;
  }
  50% {
    color: #36b54a;
  }
  100% {
    color: #333;
  }
}
@-webkit-keyframes colours {
  0% {
    color: #333;
  }
  50% {
    color: #36b54a;
  }
  100% {
    color: #333;
  }
}
@keyframes colours {
  0% {
    color: #333;
  }
  50% {
    color: #36b54a;
  }
  100% {
    color: #333;
  }
}
.data-upload .drop-zone {
  padding: 54px;
  border: 2px dashed #36b54a;
  border-radius: 5px;
  background: #f4f4f4;
  color: #646C7F;
  vertical-align: baseline;
  text-align: center;
  font-size: 2em;
  margin: 15px;
}
.data-upload .drop-zone > span {
  font-size: 0.6em;
}
.data-upload .btn-file {
  position: relative;
  overflow: hidden;
}
.data-upload .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.table th {
  text-align: center;
}
.table td.editable-cell {
  padding: 0px !important;
  height: 1px;
}
.table td.editable-cell > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 37px;
}
.ember-basic-dropdown {
  position: relative;
}
.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}
.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #FFF;
}
.ember-basic-dropdown-content--left {
  left: 0;
}
.ember-basic-dropdown-content--right {
  right: 0;
}
.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}
.ember-power-select-dropdown * {
  box-sizing: border-box;
}
.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}
.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}
.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
  transform: rotate(180deg);
}
.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}
.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}
.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}
.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}
.ember-power-select-search {
  padding: 4px;
}
.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}
.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--below,
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}
.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role="listbox"] {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}
.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}
.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed;
}
.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}
.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd;
}
.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff;
}
.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}
.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}
.ember-power-select-trigger {
  padding: 0 16px 0 0;
}
.ember-power-select-selected-item,
.ember-power-select-placeholder {
  margin-left: 8px;
}
.ember-power-select-status-icon {
  right: 5px;
}
.ember-power-select-clear-btn {
  right: 25px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}
.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item,
.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}
.ember-power-select-trigger {
  display: inline-block !important;
  width: 350px;
}
.editable-cell {
  vertical-align: middle !important;
}
@font-face {
  font-family: 'Roboto-Condensed';
  src: url('/fonts/Roboto-Condensed-Regular.eot');
  src: local('Roboto-Condensed Regular'), local('Roboto-Condensed-Regular'), url('/fonts/Roboto-Condensed-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Condensed-Regular.woff2') format('woff2'), url('/fonts/Roboto-Condensed-Regular.woff') format('woff'), url('/fonts/Roboto-Condensed-Regular.ttf') format('truetype'), url('/fonts/Roboto-Condensed-Regular.svg#Roboto-Condensed') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Condensed-Regular';
  src: url('/fonts/Roboto-Condensed-Regular.eot');
  src: local('Roboto-Condensed Regular'), local('Roboto-Condensed-Regular'), url('/fonts/Roboto-Condensed-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Condensed-Regular.woff2') format('woff2'), url('/fonts/Roboto-Condensed-Regular.woff') format('woff'), url('/fonts/Roboto-Condensed-Regular.ttf') format('truetype'), url('/fonts/Roboto-Condensed-Regular.svg#Roboto-Condensed') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'), url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto-Regular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('/fonts/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'), url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto-Regular.svg#Roboto') format('svg');
}
.row .c3 svg {
  font-family: 'Roboto-Condensed-Regular', sans-serif;
  font-size: 10px;
}
h1,
h2,
h3 {
  text-shadow: #cecece 1px 1px 2px;
}
.debug-area table {
  border-collapse: collapse;
  margin-bottom: 5px;
  font-size: 12px;
  width: 100%;
}
.debug-area table th {
  background-color: #337ab7;
  color: #fff;
  text-align: center;
}
.debug-area table,
.debug-area th,
.debug-area td {
  border: 1px solid black;
}
.debug-area th,
.debug-area td {
  padding: 2px;
  text-align: left;
}
.vd-select {
  border: solid 1px #adadad;
  width: 200px;
}
.vd-select .select {
  min-width: 30px;
}
.vd-select .select.select-white .placeholder {
  padding-top: 5px;
  padding-bottom: 5px;
}
.vd-select .select ul {
  min-width: 171px;
}
.milkcheck-calculator .table .select {
  min-width: 30px;
}
.milkcheck-calculator .table .select.select-white .placeholder {
  padding-top: 26px;
  padding-bottom: 25px;
  white-space: nowrap;
}
.milkcheck-calculator .table .select ul {
  min-width: 171px;
}
.milkcheck-reconciliation .table {
  font-size: 13px;
}
.milkcheck-reconciliation .table .select {
  min-width: 60px;
  max-width: 112px;
}
.milkcheck-reconciliation .table .select.select-white .placeholder {
  padding-top: 26px;
  padding-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
}
.milkcheck-reconciliation .table .select ul {
  min-width: 171px;
}
.quotaEdit {
  margin-bottom: 12px;
}
.quotaEdit .leftText {
  float: left;
  padding-right: 10px;
}
.quotaEdit .editableField > div {
  width: 80px !important;
  border: solid 1px #ddd;
}
.navbar {
  box-shadow: 2px 2px 3px #C5C5C5;
}
.navbar li .fa {
  margin-right: 10px;
  margin-left: -5px;
}
.c3-grid line {
  stroke: #d5d5d5;
}
.c3-ygrid-line.baseline line {
  stroke: #8e8e8e;
}
.integrations-info-box {
  height: 18px;
  margin-top: -18px;
  margin-right: -20px;
  text-align: center;
}
.integrations-info-box span {
  color: grey;
  font-weight: bold;
  padding: 5px 8px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 0 0 4px 4px;
  border-top: none;
  cursor: default;
}
.table tbody tr:first-child .grid-year-header {
  height: 0;
  display: none;
}
.table thead th {
  vertical-align: middle !important;
}
.table thead th.extra-small-header {
  font-size: 0.9em;
  padding-left: 2px;
  padding-right: 2px;
}
.grid-year-header {
  text-align: center;
  font-weight: bold;
  padding: 0 !important;
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #f9f9f9 5px, #f9f9f9 10px);
  height: 8px !important;
}
.integrations-box {
  margin-bottom: 15px;
  border: 1px solid #e1e1e8;
  background-color: #f7f7f9;
  border-radius: 3px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.integrations-box .import-info {
  margin-left: 20px;
  margin-top: 12px;
}
.integrations-box .import-info p {
  margin: 0;
}
.integrations-box .import-info .success {
  color: #36b54a;
  font-weight: bold;
}
.integrations-box .import-info .error {
  color: red;
  font-weight: bold;
}
.integrations-box .alert {
  margin-right: 10px;
}
.integrations-box .zero-status {
  height: 0;
  position: relative;
}
.integrations-box .zero-status .active {
  color: #36b54a;
}
.integrations-box .zero-status > div {
  color: grey;
  font-weight: bold;
  position: absolute;
  right: 0;
  z-index: 10;
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 0 4px 0 4px;
  border-top-right-radius: 0;
  border-top: none;
  border-right: none;
}
.changelog .version {
  font-size: 12px;
  color: #646464;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}
.changelog .title {
  font-weight: bold;
  margin-bottom: 0;
}
.changelog .date {
  font-size: 11px;
  font-style: italic;
}
.warning-icon {
  color: orange;
  cursor: pointer;
}
.no-wrap {
  white-space: nowrap;
}
.border-right-none {
  border-right: none;
}
.border-right-none td:last-child,
.border-right-none th:last-child {
  border-right: none;
}
.border-left-none {
  border-left: none;
}
.border-left-none td:first-child,
.border-left-none th:first-child {
  border-left: none;
}
.btn-default:hover {
  background-color: inherit;
}
.vertical-horizontal-center {
  vertical-align: middle !important;
  text-align: center !important;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.clickable {
  cursor: pointer;
}
.total-row {
  font-weight: bold !important;
}
.total-row td {
  border-top: double #ddd !important;
  border-bottom: double #ddd !important;
}
.bold-row {
  font-weight: bold !important;
}
.combined-mode-selected {
  border: solid 1px;
  border-radius: 4px;
}
table th {
  cursor: default;
}
#operating-costs-grid th {
  white-space: nowrap;
  min-width: 32px;
}
@media (max-width: 550px) {
  .hidden-xss {
    display: none !important;
  }
}
.fixed-height {
  max-height: 37px;
  height: 37px;
}
.fixed-height .ember-view {
  padding-left: 10px;
  padding-right: 10px;
}
.main-container {
  max-width: none;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.shift-container {
  -webkit-transform: translate3d(0px, 0, 0);
}
.monthly-feed-options {
  float: right;
}
.price-scenario-overflow {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 550px;
}
.matrix-options {
  float: right;
}
.report-month {
  width: 250px;
  float: right;
  margin-top: 18px;
  margin-right: 10px;
}
.report-actions {
  float: right;
  margin-top: 18px;
}
.content-sub-title-header {
  padding: 8px 10px;
  border-bottom: solid 1px #808080;
  background-color: #cfcfcf;
  color: #808080;
}
#os-nav {
  display: none;
  background-color: #373737;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #161616;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 200px;
  text-shadow: 0 0 2px #0b0b0b;
  z-index: 0;
}
#os-nav .nav a {
  width: 100%;
  color: #cfcfcf;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: solid 3px rgba(39, 39, 41, 0);
  background: none !important;
}
#os-nav .nav a:hover {
  color: #ffffff;
  background: none !important;
  border-left: solid 3px #ccc;
}
#os-nav .positive {
  color: #82cd71;
}
#os-nav .negative {
  color: #cd7871;
}
.navigation-side-bar-break {
  width: 100%;
  height: 1px;
}
.page {
  background-color: #FFFFFF;
  border: solid 1px #A5A5A5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #C5C5C5;
}
.navigation-side-bar-break-top {
  width: 100%;
  height: 1px;
  background-color: #262626;
}
.navigation-side-bar-break-bottom {
  width: 100%;
  height: 1px;
  background-color: #434343;
}
body {
  font-family: 'Roboto', sans-serif;
  background-image: url('/assets/sandpaper.png');
}
.login-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: scroll;
  background-image: url('/assets/sandpaper.png');
}
.login-frame .container {
  margin-top: 30px;
}
.highlight-opportunity {
  color: green;
}
.navbar-inverse .navbar-nav > li > a {
  color: #CCC;
}
.datepicker {
  z-index: 1151 !important;
}
.pl-chart path.line {
  fill: none;
  stroke: #111;
  stroke-width: 4px;
}
.pl-chart .negative-area,
.pl-chart .positive-area {
  display: none;
}
.pl-chart .axis {
  shape-rendering: crispEdges;
  font-size: 8pt;
}
.pl-chart .axis path {
  fill: none;
  stroke: #000;
}
.pl-chart .axis line {
  stroke: #DDD;
}
.pl-chart rect {
  fill: #ccc;
}
.pl-chart .chart-body {
  fill: #EEE;
}
.os-tooltip {
  background-color: rgba(46, 204, 64, 0.97);
  padding: 10px;
}
.scenario-chart .line:nth-of-type(3) {
  stroke: #CCC !important;
}
.scenario-chart text {
  font-size: 1.1em;
}
.dashboard-chart .line {
  stroke: #7FDBFF !important;
}
.dashboard-chart .currentLine {
  stroke: #001F3F !important;
}
.dashboard-chart .totalRevenueLine {
  stroke: #0074D9 !important;
}
.dashboard-chart .totalCostOfProductionLine {
  stroke: #7FDBFF !important;
}
.dashboard-chart .objectiveLine {
  stroke: #0074D9 !important;
}
.dashboard-chart .scenarioline {
  stroke: #7FDBFF !important;
}
.dashboard-chart .class4Line {
  stroke: #0074D9 !important;
}
.dashboard-chart .class3Line {
  stroke: #7FDBFF !important;
}
.dashboard-chart .soybeanMealLine {
  stroke: #3D9970 !important;
}
.dashboard-chart .cornLine {
  stroke: #01FF70 !important;
}
.dashboard-chart .zeroLine,
.pl-chart .zeroLine {
  stroke: rgba(0, 0, 0, 0.1) !important;
  stroke-width: 2px !important;
}
.dashboard-chart text {
  font-size: 1.2em;
}
[contenteditable="true"] {
  background-color: rgba(255, 255, 0, 0.05) !important;
  text-align: center;
  cursor: cell;
  vertical-align: middle;
}
[contenteditable="true"]:focus {
  background-color: rgba(255, 255, 0, 0.05);
  outline: solid 2px rgba(66, 139, 202, 0.7);
  -webkit-user-select: text;
}
div.ember-view {
  display: inline;
}
.rd-table-divider {
  border-right: dashed 2px #777 !important;
}
ul.nav-wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}
ul.nav-wizard:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 46px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: middle;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}
ul.nav-wizard li a {
  color: #468847;
  padding: 0;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
ul.nav-wizard li.active {
  color: #3a87ad;
  background: #d9edf7;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #d9edf7;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #3a87ad;
  background: #d9edf7;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}
.login-container {
  margin: 50px auto 20px;
  width: 800px;
  text-align: center;
}
.login-container img {
  margin-bottom: 1em;
}
.login-page {
  background-color: #FFFFFF;
  border: solid 1px #A5A5A5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #C5C5C5;
  width: 500px;
  margin: 10px auto 0;
  text-align: left;
}
#dashboard-percentile-table-container {
  overflow-x: visible;
}
#dashboard-percentile-header-small {
  display: none;
}
#dashboard-percentile-options {
  margin-top: 9px;
}
@media (max-width: 1200px) {
  #dashboard-percentile-table-container {
    overflow-x: scroll;
  }
  #dashboard-percentile-header-large {
    display: none;
  }
  #dashboard-percentile-header-small {
    display: inline;
  }
}
@media (max-width: 768px) {
  #mobile-nav {
    display: block;
  }
  #os-nav {
    display: block;
  }
  .main-container {
    background-color: #f1f1f1;
    -webkit-overflow-scrolling: touch;
  }
  .shift-container {
    -webkit-transform: translate3d(200px, 0, 0);
  }
  .page {
    background-color: #FFFFFF;
    border: none;
    padding: 5px;
    border-radius: 0;
    box-shadow: none;
  }
  .price-scenario-overflow {
    overflow: initial;
    max-height: none;
  }
  .mobile-overflow {
    overflow-x: scroll;
  }
  .monthly-feed-options {
    float: none;
    margin-top: 10px;
    text-align: right;
  }
  .monthly-feed-options-copy {
    float: left;
  }
  .matrix-options {
    float: none;
    margin-top: 10px;
  }
  .report-month {
    width: 250px;
    margin-top: 10px;
    clear: both;
    float: none;
  }
  .report-header {
    clear: both;
  }
  .report-actions {
    float: none;
    margin-top: 10px;
  }
  .login-frame .login-container {
    margin-top: 10px;
  }
  .login-frame .login-page {
    margin-top: -10px;
  }
}
@media (max-width: 992px) {
  #dashboard-percentile-table-container {
    overflow-x: visible;
  }
  #dashboard-percentile-header {
    font-size: 18px;
  }
  #dashboard-percentile-header-large {
    display: inline;
  }
  #dashboard-percentile-header-small {
    display: none;
  }
  #dashboard-percentile-options {
    margin-top: 0;
  }
  #dashboard-percentile {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .login-frame {
    background: #FFF;
  }
  .login-frame div {
    margin: none;
    width: auto;
    border: none;
    box-shadow: none;
  }
  .login-page {
    width: auto;
    margin: none;
  }
}
