﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import "modules/daterangepicker.css";
@import "../../bower_components/angular-timeline/dist/angular-timeline.css";
@import "../../bower_components/angular-timeline/dist/angular-timeline-animations.css";
@import "../../bower_components/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.css";
@import "../../bower_components/toastr/toastr.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f19e14;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f19e14;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #555;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f19e14;
}
a.text-primary:hover {
  color: #c6800c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f19e14;
}
a.bg-primary:hover {
  background-color: #c6800c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 31px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fafafa;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fafafa;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fafafa;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #f19e14;
  border-color: #de900d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d0870c;
  border-color: #a56b0a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f19e14;
  border-color: #de900d;
}
.btn-primary .badge {
  color: #f19e14;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #f19e14;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #f19e14;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #f19e14;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #999;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #f19e14;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f19e14;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 1000px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16.5px 10px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #f19e14;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f19e14;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #f19e14;
  border-color: #c6800c;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #f4b244;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c6800c;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #d58a0d;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c6800c;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #c6800c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #c6800c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #f4b244;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #c6800c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #f19e14;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #f19e14;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f19e14;
  border-color: #f19e14;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #f19e14;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c6800c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #f19e14;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f19e14;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #f19e14;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #f19e14;
  border-color: #f19e14;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fceed5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #f19e14;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f19e14;
  border-color: #f19e14;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f19e14;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f19e14;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 600px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.reco-report-header:before,
.reco-report-header:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.reco-report-header:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Bug Fix Comment: Google "Unexpected token "" 

*/
/* Bug Fix Comment: Google "Unexpected token "" 

*/
html {
  background-color: #ffffff;
  height: 100%;
}
body {
  /*&.app-fixed-adjust {
        padding-top: 50px; //adjust for fixed navbar
    }*/
  height: 100%;
}
.body-wrapper {
  position: relative;
  min-height: 100%;
  /*.app-fixed-adjust {
        padding-top: 50px; //adjust for fixed navbar
    }*/
}
h2 {
  margin-top: 5px;
  color: #f19e14;
}
h5 {
  color: #f19e14;
}
a {
  cursor: pointer;
}
p {
  margin-bottom: 1.5em;
}
.steel {
  color: #506cab;
}
.green {
  color: #00ba09;
}
.brown {
  color: #5c4235;
}
.red {
  color: #ab0028;
}
.yellow {
  color: #e9c709;
}
.blue {
  color: #04a9c1;
}
.uppercase {
  text-transform: uppercase;
}
.farm-color {
  color: #277219;
}
.report-color {
  color: #506cab;
}
.pasource-color {
  color: #96651c;
}
.operation-group-color {
  color: #506cab;
}
.primary-dary {
  color: #d38d17;
}
.danger {
  color: #d9534f;
}
.crumb-outer {
  background: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
  margin-top: -17px;
  margin-bottom: 10px;
}
.crumb-outer .breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
  font-size: 0.9em;
}
.page-header {
  margin-top: 0;
}
.page-header h1 {
  margin-top: 0;
}
.page-header a {
  float: left;
  margin-right: 10px;
  font-size: 24px;
  color: #777;
}
.page-header a:hover {
  color: #f19e14;
}
.body-content {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 648px;
}
.load-screen {
  position: absolute;
  z-index: 1001;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #f9f9f9 url("../../assets/images/indicator_loader.gif") no-repeat center center;
  opacity: 1;
  -webkit-transition-property: z-index, opacity;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: z-index, opacity;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: z-index, opacity;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: z-index, opacity;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  transition-property: z-index, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
.load-screen.load-hide {
  opacity: 0;
  z-index: 0;
}
.zc-license {
  display: none !important;
}
.zc-info {
  color: #f19e14;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.full-height {
  height: 100%;
}
@media (max-width: 978px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* 
.main 
{
	padding-top:1.5em;
	padding-bottom: 2em;
	padding-left:10px;  
	border-left:1px solid #E1E1E1;
}  	   
	 
.content
{
	background: #FFFFFF;
	border-left-color: #E4E4E4;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 0 0 20px 30px;
	min-height: 300px;
}    
	
.addpadding
{
	padding-top:1.5em;
	padding-bottom: 2em;        
}*/
.tooltip-css {
  position: relative;
  display: inline-block;
}
.tooltip-css .tooltiptext-css {
  visibility: hidden;
  width: 150px;
  background-color: white;
  color: black;
  border: 1px solid;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 20;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-css:hover .tooltiptext-css {
  visibility: visible;
}
.specialoffer {
  border: 2px solid #5bc0de;
  padding: 10px;
  margin-bottom: 10px;
}
.specialoffer h2 {
  color: #5bc0de;
  font-weight: bold;
}
.navbar {
  margin-bottom: 0;
  height: 50px;
}
.navbar.with-logo {
  height: auto !important;
}
.header {
  border-width: 0 0 4px 0;
}
.pw-header {
  border-width: 0;
  border-radius: 0;
}
.pw-header.with-logo .navbar-nav li a {
  padding: 13px;
}
.pw-header.with-logo .navbar-nav li:last-child {
  margin-right: -14px;
}
.pw-header .navbar-nav li a {
  font-size: 1.2em;
}
.pw-header .navbar-nav li a.selected {
  background: #f4b244;
}
.pw-header .navbar-nav li a .glyphicon {
  font-size: 1.2em;
  margin-top: -4px;
}
.pw-header .navbar-nav li a:focus {
  background-color: #f19e14;
}
.pw-header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}
.pw-header .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.beta {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../assets/images/beta_corner_left.gif");
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  z-index: 100;
}
.beta-stamp {
  position: absolute;
  top: 40vh;
  left: 40vw;
  background: transparent url("../../assets/images/beta-stamp.png");
  background-size: 290px 188px;
  width: 290px;
  height: 188px;
  z-index: 10000;
}
.navbar-toggle {
  padding-bottom: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.side-menu.list-group {
  border-width: 0;
}
.side-menu.list-group a {
  border-width: 0;
  border-radius: 4px;
}
.logo {
  padding: 5px 0 5px 0;
}
#logincontainer {
  text-align: right;
  color: white;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: -10px;
}
#logincontainer a {
  color: white;
  text-decoration: none;
}
#logincontainer a:hover {
  text-decoration: underline;
}
#logincontainer label.seperator {
  padding: 0 0.8em 0 0.8em;
  color: white;
}
#menucontainer {
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
}
#menu {
  padding: 0 0 0 0;
  position: relative;
  margin: 0 -10px 0 0;
  color: white;
}
#menu li {
  display: inline;
  list-style: none;
}
#menu li a {
  font-size: 1.3em;
  padding: 0.4em 0 0.4em 0;
  margin: 0 0 0 0.8em;
  text-decoration: none;
  color: white;
}
#menu li a:hover,
#menu li a.selected {
  background: #f4b244;
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 20px;
  margin-left: -10px;
}
/* =============================================================================
   Footer
   ========================================================================== */
.footer {
  color: #777;
  height: 50px;
  border-top: 1px solid #E1E1E1;
  font-size: 1em;
  padding-top: 15px;
  width: 100%;
  background-color: #f1f1f1;
  bottom: 0;
  position: absolute;
}
.footer a {
  color: #777;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .copyright {
  text-align: right;
}
.footer #footermenuleft {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footer #footermenuleft li {
  display: inline;
  color: #777;
  padding: 0 1em 0 0;
}
.footer #footermenuright {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footer #footermenuright li {
  display: inline;
  color: #777;
  padding: 0 1em 0 0;
}
.no-pad-right {
  padding-right: 0;
}
.leftmenu_container {
  margin: 0;
  padding: 0;
}
.leftmenu {
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
  font-size: 1.0em;
  line-height: 1em;
  /*min-width:150;*/
}
.leftmenu li {
  list-style: none;
}
.leftmenu a {
  display: block;
  height: 24px;
  margin: 0 0 0 0;
  padding: 4px 10px 0 10px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #303030;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
  position: relative;
}
.leftmenu a:hover {
  background-color: #f1f1f1;
}
.leftmenu a:active {
  background-color: #CACACA;
}
.leftmenu a.selected,
.leftmenu a.selected:hover {
  background-color: #f19e14;
  color: #222;
  font-weight: bold;
}
.leftmenu a.selected .maintext,
.leftmenu a.selected:hover .maintext {
  font-weight: bold;
}
.leftmenu img {
  display: block;
  float: left;
  padding: 0 8px 0 0;
}
.leftmenu .maintext {
  margin-top: 2px;
  padding: 0 0 0 0;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftmenu .subtext {
  display: none;
  font-size: 0.8em;
}
.leftmenu .count {
  display: block;
  right: 4px;
  top: 4px;
  position: absolute;
  /*float:right;*/
  padding: 0 5px 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #DDD;
  color: #555;
}
.leftmenu_title {
  text-transform: uppercase;
  color: #777;
  font-size: 0.8em;
}
.maps-container {
  position: relative;
  margin-bottom: 1em;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.maps-container .showfs {
  display: none;
}
.maps-container .showedit {
  display: none;
}
.maps-container.editing .showedit {
  display: inline-block;
}
.maps-container.editing .hideedit {
  display: none;
}
.maps-container.fullscreen {
  position: fixed;
  left: 340px;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-width: 0;
}
.maps-container.fullscreen .maps-header {
  padding: 0;
  margin: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 38px;
  z-index: 13;
  border-width: 0;
  background: none;
  overflow: visible;
  height: 0;
}
.maps-container.fullscreen .showfs {
  display: inline-block;
}
.maps-container.fullscreen .hidefs {
  display: none;
}
.maps-container.farms-page-responsive {
  margin-bottom: 0;
}
.maps-container img {
  max-width: inherit;
}
.maps-container .hidden {
  display: none !important;
}
farm-list.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 340px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
farm-list.fullscreen .nav-list-controls {
  margin: 10px 10px 10px 10px;
}
farm-list.fullscreen .list-group {
  overflow-y: auto;
  max-height: calc(100vh - 75px);
}
.maps-header {
  padding: 0 0 0 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
  min-height: 48px;
}
.maps-header.no-min-height {
  min-height: 0;
}
.maps-header .btn .ddicon {
  padding: 0 0 0 0px;
  margin-left: 5px;
}
.maps-header .btn .title {
  margin-left: 0px;
}
.maps-header .btn.right {
  margin-left: 3px;
}
.maps-footer {
  margin-bottom: 1em;
}
.maps-header-btn {
  text-align: center;
  color: #555;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  font-size: 1em;
  -webkit-transition-property: color, background-color, transform, border;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, background-color, transform, border;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, background-color, transform, border;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, background-color, transform, border;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, background-color, transform, border;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  line-height: 1.2em;
}
.maps-header-btn .title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  padding: 0 0 0 0;
  margin-left: 5px;
  min-width: 50px;
}
.maps-header-btn .ddicon {
  display: inline-block;
  padding: 0 0 0 10px;
  margin-left: 20px;
}
.maps-header-btn:hover {
  color: #000;
  background-color: #eeeeee;
  text-decoration: none;
}
.maps-header-btn.collapsed {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.maps-header-btn.right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.maps-header-btn.pin-right {
  right: 0;
  bottom: 0;
  position: absolute;
}
.maps-header-btn.expanded,
.maps-header-btn.dark {
  background-color: #d1d1d1;
  border-color: #bbb;
}
.maps-header-btn.expanded .ddicon,
.maps-header-btn.dark .ddicon {
  border-color: #bbb;
}
.maps-header-btn.active {
  background-color: #333;
  color: #eee;
}
.maps-header-btn.quiet {
  color: #ffffff;
  background-color: #999;
}
.maps-header-btn.quiet:hover {
  background-color: #777;
}
.maps-header-btn.loud {
  color: #ffffff;
  background-color: #3bb2d0;
}
.maps-header-btn.loud:hover {
  background-color: #298ba3;
}
.maps-header-btn.scary {
  color: #ffffff;
  background-color: #ef540c;
}
.maps-header-btn.scary:hover {
  background-color: #a35029;
}
.maps-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.maps-btn-group.right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.maps-btn-group > .maps-btn-group:not(first-child) {
  margin-left: -1px;
}
.maps-btn-group > .maps-btn-group:last-child > .maps-header-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.maps-btn-group > .maps-header-btn {
  float: left;
  margin-left: -1px;
  margin-right: 0;
}
.maps-btn-group > .maps-header-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.maps-btn-group > .maps-header-btn:first-child {
  margin-left: 0;
}
.maps-btn-group > .maps-header-btn:first-child:not(:last-child):not(.maps-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.maps-btn-group > .maps-header-btn:last-child:not(.first) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.maps-btn-group > .maps-header-btn.first {
  margin-left: 0;
}
.maps-btn-group > .maps-header-btn.last {
  margin-left: 0;
}
.collapsable:not(.auto-height) {
  -webkit-transition-property: height, opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: height, opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: height, opacity;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: height, opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-property: height, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 1;
}
.collapsable:not(.auto-height).collapse-hide {
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}
.collapsable.auto-height {
  -webkit-transition-property: max-height, opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: max-height, opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: max-height, opacity;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: max-height, opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-property: max-height, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 1;
}
.collapsable.auto-height.collapse-hide {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}
.maps-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  overflow: visible;
  clear: both;
}
.maps-wrapper.auto-height {
  height: auto;
  max-height: 240px;
}
.maps-wrapper.farms-page-responsive {
  height: calc(100vh - 236px + 17px);
  min-height: 200px;
}
#map_canvas,
.map-canvas,
#maps-section {
  width: 100%;
  height: 100%;
}
.maps-expand {
  position: absolute;
  right: 5px;
  bottom: 25px;
  z-index: 10;
}
.maps-editor {
  position: absolute;
  right: 5px;
  top: 10px;
  margin: 0;
  z-index: 1002;
}
.maps-editor-row {
  height: 40px;
  width: 440px;
  position: absolute;
  overflow: hidden;
  top: 60px;
  left: 10px;
  z-index: 10;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.maps-editor-row.fill {
  background-color: #ffffff;
}
.maps-editor-row.big {
  overflow: visible;
  height: auto;
}
.maps-editor-row.right {
  left: auto;
  right: 10px;
}
.maps-editor-row input[type=text].single {
  display: inline-block;
  width: 230px;
  margin: 10px 10px 0 10px;
}
.maps-editor-row span.info {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.maps-editor-row div.info {
  padding: 10px;
  padding-bottom: 8px;
  float: left;
}
.maps-editor-row .maps-header-btn {
  border-width: 0;
  border-radius: 0;
}
.map-draw-form {
  padding: 20px 20px 0 20px;
}
.maps-editor-dropdown-menu {
  position: absolute;
  min-width: 140px;
  display: none;
  z-index: 1000;
  top: 100%;
  left: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fafafa;
  list-style: none;
  padding: 0;
  margin: -2px 0;
}
.maps-editor-dropdown-menu.open {
  display: block;
}
.maps-editor-dropdown-menu li {
  text-align: left;
  color: #555;
  padding: 8px 10px 12px 10px;
  margin: 0;
  font-size: 1em;
  -webkit-transition-property: color, background-color, transform, border;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, background-color, transform, border;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, background-color, transform, border;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, background-color, transform, border;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, background-color, transform, border;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  line-height: 1.2em;
}
.maps-editor-dropdown-menu li:hover {
  color: #000;
  background-color: #eeeeee;
  text-decoration: none;
}
.maps-editor-dropdown-menu li a {
  color: #555;
  display: block;
}
.maps-editor-dropdown-menu li a:hover {
  color: #000;
  text-decoration: none;
}
#map_editor_othershapes {
  min-width: 154px;
}
.map-btn {
  opacity: 0.9;
  background-color: #333;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  width: 80px;
  margin: 0;
  padding: 10px;
  position: relative;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.map-btn:hover {
  color: #ffffff;
  background-color: #444;
  text-decoration: none;
}
.map-btn.active {
  opacity: 0.95;
  background-color: #f19e14;
}
.map-btn.dark {
  opacity: 0.95;
  background-color: #000;
}
.map-btn.quiet {
  color: #ffffff;
  background-color: #999;
}
.map-btn.quiet:hover {
  background-color: #777;
}
.map-btn.loud {
  color: #ffffff;
  background-color: #3bb2d0;
}
.map-btn.loud:hover {
  background-color: #298ba3;
}
.maps-cursor-pos {
  position: absolute;
  left: 80px;
  bottom: 5px;
  z-index: 10;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  padding: 0 5px 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.maps-help-tour {
  position: absolute;
  left: 220px;
  bottom: 5px;
  z-index: 10;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.maps-help-tour a {
  margin-top: 2px;
}
.maps-help-tour:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.maps-help-tour.tour-hide {
  opacity: 0;
  bottom: 300px;
}
.map-farmname {
  width: 140px;
  background-color: #333;
}
.pin-right {
  right: 0;
  bottom: 0;
  position: absolute;
}
.keyline-left {
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.map-tooltip {
  position: absolute;
  display: block;
  z-index: 10000;
  background: #000;
  color: #FFF;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0.6;
  margin-top: 0px;
  margin-left: 8px;
  left: 100px;
  top: 100px;
}
.maps-draw-label {
  position: absolute;
  display: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1000;
}
.maps-draw-label span {
  position: relative;
  left: -50%;
  top: -3px;
  display: block;
  white-space: nowrap;
  border: none;
  color: #fff;
  padding: 0;
  z-index: 1000;
  font-size: 12px;
  text-align: center;
}
.maps-draw-label span.shadow {
  -webkit-text-shadow: -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111, 1px 1px 0 #111;
  text-shadow: -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111, 1px 1px 0 #111;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#333333, Strength=2);
}
.maps-draw-label span.description {
  font-size: 10px;
  line-height: 12px;
}
.maps-draw-custommarker {
  position: absolute;
  display: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1000;
}
.maps-draw-custommarker span {
  position: relative;
  left: -50%;
  margin-top: -50%;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  border: 2px solid #333;
}
.maps-draw-custommarker span:hover {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.maps-legend {
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11;
  color: #111;
  cursor: pointer;
}
.maps-legend .legend-body {
  display: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  clear: both;
  padding-top: 2px;
}
.maps-legend .legend-title,
.maps-legend .legend-row {
  text-align: center;
  padding: 1px 6px 1px 6px;
  margin: 0;
  display: block;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, border;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, border;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, border;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  font-weight: normal;
  min-width: 100px;
}
.maps-legend .legend-title {
  border: 1px solid rgba(0, 0, 0, 0.2702);
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  font-weight: 500;
}
.maps-legend .legend-title:hover {
  background-color: #eee;
}
.maps-legend .legend-row {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2702);
  border-left: 1px solid rgba(0, 0, 0, 0.2702);
  border-right: 1px solid rgba(0, 0, 0, 0.2702);
  color: #565656;
  background: #ffffff;
}
.maps-legend .legend-row.header {
  font-weight: 500;
  background: #eeeeee;
  height: initial;
}
.maps-legend .legend-row:hover {
  background-color: #eee;
}
.maps-legend .legend-row.on {
  font-weight: 500;
}
@media print {
  .maps-legend {
    display: none;
  }
}
.dom-feedback-button {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  border-color: #AAA;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-top-left-radius: 3px;
  background-color: #E5E5E5;
  background-image: -webkit-linear-gradient(top, #EEE, #DDD);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px, #FFF 0 1px 0 inset;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.dom-feedback-button:hover {
  background-color: #F5F5F5;
  background-image: -webkit-linear-gradient(top, #F5F5F5, #DDD);
  color: #222;
}
.dom-feedback-panel {
  z-index: 1010;
  position: fixed;
  right: 10px;
  bottom: 0px;
  width: 270px;
  font-size: 12px;
  border: 1px solid #E1E1E1;
}
.dom-feedback-panel .header {
  background-color: #f19e14;
  border-color: #c6800c;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 11px;
  font-size: 1.2em;
  color: #fff;
  /*cursor: pointer;*/
}
.dom-feedback-panel .content {
  padding: 10px;
  background-color: #FFF;
}
.dom-feedback-panel .content .btn {
  margin-right: 10px;
}
.dom-feedback-panel .content textarea {
  width: 210;
  height: 140;
}
.dom-feedback-panel-button {
  /*position: fixed;
	right: 0;
	bottom: 0;*/
  padding: 5px 16px;
  margin: 0 5px 0 0;
  border-color: #AAA;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  background-color: #E5E5E5;
  background-image: -webkit-linear-gradient(top, #EEE, #DDD);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px, #FFF 0 1px 0 inset;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.dom-feedback-panel-button:hover {
  background-color: #F5F5F5;
  background-image: -webkit-linear-gradient(top, #F5F5F5, #DDD);
  color: #222;
}
.dom-feedback-panel ul {
  float: left;
  margin: 0;
  padding: 0;
  height: 30px;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.dom-feedback-panel .tools li {
  float: left;
  display: inline;
  position: relative;
  height: 24px;
  line-height: 24px;
  padding: 0 10px 6px;
  border-left: 1px solid #CCC;
  background-color: #EEE;
  background-image: -webkit-linear-gradient(top, #EEE, #DDD);
  background-clip: padding-box;
  box-shadow: #FFF 0 1px 0 inset;
  color: #555;
  text-align: center;
  cursor: default;
}
.dom-feedback-panel .tools li:hover {
  background-color: #F5F5F5;
  background-image: -webkit-linear-gradient(top, #F5F5F5, #DDD);
}
.dom-feedback-panel .tools .highlighter:after {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 4px;
  background-color: #FFA;
  content: '';
}
.dom-feedback-panel .tools .blackener:after {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 4px;
  background-color: #333;
  content: '';
}
.dom-feedback-panel .tools li:first-child {
  border-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dom-feedback-panel .tools li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dom-feedback-panel .tools .active,
.dom-feedback-panel .tools .active:hover {
  height: 25px;
  line-height: 25px;
  padding-bottom: 5px;
  background-color: #DDD;
  background-image: -webkit-linear-gradient(top, #CCC, #DDD);
  box-shadow: #AAA 0 1px 0 inset;
  color: #222;
}
.dom-feedback-panel .tools .active:after {
  bottom: 4px;
}
.dom-feedback-panel p {
  clear: left;
  padding-top: 10px;
  color: #888;
  font-size: 11px;
}
.grid-row {
  display: block;
  max-height: 60px;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  cursor: pointer;
  clear: both;
  border: 1px solid #CCC;
  text-shadow: 0 1px 1px #F6F6F6;
  overflow: hidden;
  line-height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa, endColorstr=#eeeeee);
  background-image: -webkit-linear-gradient(#fafafa, #eeeeee);
  background-image: -moz-linear-gradient(#fafafa, #eeeeee);
  background-image: -ms-linear-gradient(#fafafa, #eeeeee);
  background-image: -o-linear-gradient(#fafafa, #eeeeee);
  background-image: linear-gradient(#fafafa, #eeeeee);
}
.grid-row:hover {
  border: 1px solid #BBB;
  background: #ededed;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed, endColorstr=#DADADA);
  background-image: -webkit-linear-gradient(#ededed, #DADADA);
  background-image: -moz-linear-gradient(#ededed, #DADADA);
  background-image: -ms-linear-gradient(#ededed, #DADADA);
  background-image: -o-linear-gradient(#ededed, #DADADA);
  background-image: linear-gradient(#ededed, #DADADA);
}
.grid-row:active,
.grid-row.selected {
  border: 1px solid #999;
  background: #dfdfdf;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#dfdfdf, endColorstr=#cccccc);
  background-image: -webkit-linear-gradient(#dfdfdf, #cccccc);
  background-image: -moz-linear-gradient(#dfdfdf, #cccccc);
  background-image: -ms-linear-gradient(#dfdfdf, #cccccc);
  background-image: -o-linear-gradient(#dfdfdf, #cccccc);
  background-image: linear-gradient(#dfdfdf, #cccccc);
}
.grid-row.expanded,
.grid-row.expanded.no-hover:hover {
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom: none;
}
.grid-row.no-hover,
.grid-row.no-hover:hover,
.grid-row.no-hover:active {
  display: block;
  max-height: 60px;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  cursor: pointer;
  clear: both;
  border: 1px solid #CCC;
  text-shadow: 0 1px 1px #F6F6F6;
  overflow: hidden;
  line-height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa, endColorstr=#eeeeee);
  background-image: -webkit-linear-gradient(#fafafa, #eeeeee);
  background-image: -moz-linear-gradient(#fafafa, #eeeeee);
  background-image: -ms-linear-gradient(#fafafa, #eeeeee);
  background-image: -o-linear-gradient(#fafafa, #eeeeee);
  background-image: linear-gradient(#fafafa, #eeeeee);
  cursor: default;
}
.grid-row.selected .grid-block.check {
  background: url("../../assets/images/todo-check.png") no-repeat center center;
}
.grid-row-content {
  display: none;
  /*height:0;*/
  padding: 10px 10px 10px 10px;
  background: #fcfcfc;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.grid-row-content.expanded {
  height: 100px;
}
.grid-row-content.visible {
  display: block;
}
.grid-row-content-internal {
  border: solid 1px #eee;
  background: #FFF;
  margin: 0 0 10px 0;
  padding: 10px 10px 0 10px;
  min-height: 30px;
}
.grid-row-content-internal h2,
.grid-row-content-internal h3 {
  float: left;
  margin-top: 0;
}
.grid-row-content-controls {
  float: left;
  padding: 0 0 0 20px;
  margin-top: -3px;
}
.grid-block {
  display: block;
  width: 15%;
  min-height: 30px;
  float: left;
  padding: 10px 1% 10px 1%;
  border-left: 1px dashed #CCC;
}
.grid-block.w5 {
  width: 5%;
}
.grid-block.w6 {
  width: 6%;
}
.grid-block.w10,
.grid-block.thin {
  width: 10%;
}
.grid-block.w12 {
  width: 12%;
}
.grid-block.w13 {
  width: 13%;
}
.grid-block.w14 {
  width: 14%;
}
.grid-block.w15,
.grid-block.thick {
  width: 15%;
}
.grid-block.w20 {
  width: 20%;
}
.grid-block.w25 {
  width: 25%;
}
.grid-block.w30,
.grid-block.thicker {
  width: 30%;
}
.grid-block.w35,
.grid-block.wide {
  width: 35%;
}
.grid-block.w55 {
  width: 55%;
}
.grid-block.first {
  border-left: none;
  padding-left: 0;
}
.grid-block.last {
  padding-right: 0;
}
.grid-block.pad-top {
  padding-top: 15px;
}
.grid-block.check {
  border-left: none;
  border-right: 1px dashed #CCC;
  padding-top: 0;
  min-height: 27px;
  width: 27px;
  padding-left: 4px;
  padding-right: 4px;
  background: url("../../assets/images/todo-nocheck.png") no-repeat center center;
  height: 40px;
  overflow: hidden;
}
.grid-block h1 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  color: #2F3E46;
  padding: 0 0 0.2em 0;
  border: none;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.grid-block h1.orange {
  color: #f19e14;
}
.grid-block h1.green {
  color: #00ba09;
}
.grid-block h1.blue {
  color: #04a9c1;
}
.grid-block h1.red {
  color: #ab0028;
}
.grid-block h1.lightred {
  color: #fc2717;
}
.grid-block h1.steel {
  color: #506cab;
}
.grid-block h2 {
  font-size: 1em;
  font-weight: bold;
  color: #777;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.grid-block p {
  font-size: 0.8em;
  font-weight: normal;
  color: #777;
  padding: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
  max-height: 2em;
  margin: 0;
}
.grid-block sup {
  font-size: 65%;
  font-weight: bolder;
}
.grid-block.paddock-icon {
  border-left: none;
  padding-left: 35px;
  min-width: 20px;
  background: url("../../assets/images/Glyphish/07-map-marker.png") no-repeat 10px center;
}
.grid-block.recommendation-icon {
  border-left: none;
  padding-left: 45px;
  min-width: 20px;
  background: url("../../assets/images/Glyphish/117-todo.png") no-repeat 10px center;
}
.grid-block.observation-icon {
  border-left: none;
  padding-left: 45px;
  min-width: 20px;
  background: url("../../assets/images/Glyphish/06-magnify.png") no-repeat 10px center;
}
.grid-block.mail-icon {
  border-left: none;
  padding-left: 45px;
  min-width: 20px;
  background: url("../../assets/images/Glyphish/18-envelope.png") no-repeat 10px center;
}
.grid-block.report-icon {
  border-left: none;
  padding-left: 45px;
  min-width: 20px;
  background: url("../../assets/images/Glyphish/96-book.png") no-repeat 10px center;
}
.grid-block.edit-icon {
  min-width: 20px;
  background: url("../../assets/images/pencil.png") no-repeat center center;
}
.grid-block.delete-icon {
  min-width: 20px;
  background: url("../../assets/images/cancel.png") no-repeat center center;
}
.grid-block.edit-icon:hover,
.grid-block.delete-icon:hover {
  background-color: #EAEAEA;
}
.grid-block.edit-icon:active,
.grid-block.delete-icon:active {
  background-color: #DDD;
}
.grid-block.tick {
  min-width: 16px;
  background: url("../../assets/images/accept.png") no-repeat 6px 10px;
  text-indent: 16px;
}
.grid-block.cross {
  min-width: 16px;
  background: url("../../assets/images/cross.png") no-repeat 6px 10px;
  text-indent: 16px;
}
.grid-block.error {
  min-width: 16px;
  background: url("../../assets/images/error.png") no-repeat 6px 10px;
  text-indent: 16px;
}
.grid-block.fallow {
  min-width: 16px;
  background: url("../../assets/images/asterisk_orange.png") no-repeat 6px 10px;
  text-indent: 16px;
}
.grid-block.arrow-right {
  border-left: none;
  position: absolute;
  right: 0;
  width: 40px;
  background: url("../../assets/images/arrow_circle_right.png") no-repeat center center;
  height: 100%;
}
.grid-block.arrow-down {
  border-left: none;
  position: absolute;
  right: 0;
  width: 40px;
  background: url("../../assets/images/arrow_circle_down.png") no-repeat center center;
  height: 100%;
}
.grid-block.download {
  border-left: none;
  position: absolute;
  right: 0;
  width: 20px;
  background: url("../../assets/images/Glyphish/57-download.png") no-repeat center center;
}
.grid-block[class^="icon-"],
.grid-block[class*=" icon-"] {
  color: #555;
  border-left: none;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 35px !important;
  top: 0;
  width: 45px !important;
}
.grid-block.icon-ggl-ameliorant {
  top: -8px;
}
.grid-block.icon-ggl-cultivation {
  top: -6px;
}
.grid-block.icon-ggl-cultivation-planned {
  top: -3px;
}
.grid-block.icon-ggl-grain-harvest {
  top: -6px;
}
.grid-block.icon-ggl-ameliorant-planned {
  top: -3px;
}
.grid-block.icon-ggl-windrowing {
  top: -3px;
}
#mode_controls .paddock-filter {
  min-width: 190px;
  max-width: 190px;
  border: 1px solid #cccccc;
  height: 31px;
}
#mode_controls .paddock-filter::-ms-clear {
  display: none;
}
#mode_controls span.form-control-feedback {
  cursor: pointer;
}
#mode_controls .left-radius {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
#mode_controls .right-radius {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
#mode_controls #ListOrder {
  max-width: 190px;
}
/* =============================================================================
   Help Balloons
   ========================================================================== */
.RightButton {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  color: #303030;
  vertical-align: baseline;
  cursor: pointer;
  white-space: nowrap;
  white-space-collapse: discard;
}
.HelpButton {
  font-size: 1.2em;
  color: #f19e14 !important;
  width: 20px;
  height: 16px;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: baseline;
  cursor: pointer;
  white-space: nowrap;
  white-space-collapse: discard;
}
.HelpButton:hover {
  text-decoration: none;
  color: #ffc664 !important;
}
.HelpPopup {
  z-index: 10000;
  cursor: move;
  position: relative;
  display: none;
  min-height: 50px;
  min-width: 100px;
  max-width: 40em;
  position: absolute;
  margin: 0 0 0 0;
  padding: 15px 15px 30px 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #F9EDBE;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  color: #222;
  border: 1px solid #F0C36D;
  text-shadow: 0 1px 1px #F6F6F6;
}
.HelpPopup .balloon-title {
  color: #222;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 0 0 0;
  margin-bottom: 1em;
  display: block;
}
.HelpPopup .balloon-cross {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../../assets/images/cross_gray.png") no-repeat center center;
  cursor: pointer;
}
.HelpPopup .balloon-controls {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
}
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-list li {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  min-height: 40px;
  clear: left;
  cursor: pointer;
  background: #fafafa;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa, endColorstr=#EEEEEE);
  background-image: -webkit-linear-gradient(#fafafa, #EEEEEE);
  background-image: -moz-linear-gradient(#fafafa, #EEEEEE);
  background-image: -ms-linear-gradient(#fafafa, #EEEEEE);
  background-image: -o-linear-gradient(#fafafa, #EEEEEE);
  background-image: linear-gradient(#fafafa, #EEEEEE);
  -webkit-text-shadow: 0 1px 1px #F6F6F6;
  text-shadow: 0 1px 1px #F6F6F6;
}
.feature-list li:hover {
  background: #ededed;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed, endColorstr=#DADADA);
  background-image: -webkit-linear-gradient(#ededed, #DADADA);
  background-image: -moz-linear-gradient(#ededed, #DADADA);
  background-image: -ms-linear-gradient(#ededed, #DADADA);
  background-image: -o-linear-gradient(#ededed, #DADADA);
  background-image: linear-gradient(#ededed, #DADADA);
}
.feature-list li:active {
  background: #dfdfdf;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#dfdfdf, endColorstr=#CCCCCC);
  background-image: -webkit-linear-gradient(#dfdfdf, #CCCCCC);
  background-image: -moz-linear-gradient(#dfdfdf, #CCCCCC);
  background-image: -ms-linear-gradient(#dfdfdf, #CCCCCC);
  background-image: -o-linear-gradient(#dfdfdf, #CCCCCC);
  background-image: linear-gradient(#dfdfdf, #CCCCCC);
}
.feature-list li.selected {
  border-right: none;
  background: #FFF;
  -ms-filter: none;
  filter: none;
  background-image: none;
  cursor: default;
}
.feature-list li.noborder {
  border-bottom: none;
}
.feature-list li.selected .title,
.feature-list li:hover .title {
  color: #f19e14;
}
.feature-list .icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}
.feature-list .title {
  color: #555;
  text-transform: uppercase;
  font-size: 1.2em;
  display: block;
  margin-left: 40px;
}
.feature-list .info {
  color: #666;
  display: block;
  font-size: 0.9em;
  margin-top: 5px;
  margin-left: 40px;
}
.feature-list .info p {
  padding-bottom: 0;
}
.info-box {
  min-height: 120px;
  position: relative;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 10px;
  background: #fefefe;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorstr=#fafafa);
  background-image: -webkit-linear-gradient(#fefefe, #fafafa);
  background-image: -moz-linear-gradient(#fefefe, #fafafa);
  background-image: -ms-linear-gradient(#fefefe, #fafafa);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(#fefefe, #fafafa);
  border: 1px solid #CCC;
  -webkit-text-shadow: 0 1px 1px #F6F6F6;
  text-shadow: 0 1px 1px #F6F6F6;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.info-box .editor-field select {
  width: 262px;
  max-width: 262px;
}
.register-list {
  list-style: none;
}
.register-list p {
  font-size: 1.0em;
  color: #333;
  padding-bottom: 0.5em;
  clear: left;
  margin-bottom: 0;
}
.register-list ul {
  margin-bottom: 0.6em;
}
.register-list .info {
  color: #f19e14;
  font-size: 1.3em;
  font-weight: normal;
  padding-bottom: 0.4em;
  padding-right: 1.6em;
  display: block;
  float: left;
  min-width: 30%;
}
.register-list .sub-info {
  font-size: 1em;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.4em;
  padding-left: 1em;
  display: block;
  float: left;
  min-width: 8em;
}
.register-list .register-content {
  padding-left: 40px;
}
.register-list .icon {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 20px;
  border: 1px solid #f19e14;
  border-radius: 25px;
}
.register-list .icon_text {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  left: 10px;
  top: 20px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.register-list .arrow-right {
  position: absolute;
  display: block;
  right: 0;
  top: 30px;
  width: 30px;
  height: 30px;
  background: url("../../assets/images/arrow_circle_right.png") no-repeat center center;
  color: #f19e14;
}
.register-list li a {
  cursor: pointer;
}
.register-list li a:hover {
  background: #efefef;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#efefef, endColorstr=#dfdfdf);
  background-image: -webkit-linear-gradient(#efefef, #dfdfdf);
  background-image: -moz-linear-gradient(#efefef, #dfdfdf);
  background-image: -ms-linear-gradient(#efefef, #dfdfdf);
  background-image: -o-linear-gradient(#efefef, #dfdfdf);
  background-image: linear-gradient(#efefef, #dfdfdf);
}
.register-list li a:active {
  background: #dfdfdf;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#dfdfdf, endColorstr=#cccccc);
  background-image: -webkit-linear-gradient(#dfdfdf, #cccccc);
  background-image: -moz-linear-gradient(#dfdfdf, #cccccc);
  background-image: -ms-linear-gradient(#dfdfdf, #cccccc);
  background-image: -o-linear-gradient(#dfdfdf, #cccccc);
  background-image: linear-gradient(#dfdfdf, #cccccc);
}
.register-list li a,
.register-list li.static {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px 30px 10px 50px;
  margin: 0 0 10px 0;
  min-height: 20px;
  border: 1px solid #f19e14;
  -webkit-text-shadow: 0 1px 1px #F6F6F6;
  text-shadow: 0 1px 1px #F6F6F6;
}
.account-action-list {
  padding: 0;
  margin: 0;
}
.account-action-list li {
  display: inline;
  color: #777;
  padding: 0 1em 0 0;
}
.nav-list-controls {
  padding-bottom: 10px;
  height: 47px;
}
.nav-list-controls .search-text {
  height: 37px;
  font-size: 1em;
  padding: 10px;
  width: 150px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1.2em;
  margin-top: -2px;
  margin-left: 0px;
  text-decoration: none;
  position: relative;
}
.nav-list {
  padding-bottom: 20px;
  position: relative;
}
.nav-list .panel {
  margin-bottom: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.nav-list .panel > .list-group:last-child .list-group-item.expanded:last-child {
  border-bottom: 1px solid #dddddd;
}
.nav-list .panel.strong {
  border-width: 2px;
  border-color: #506cab;
}
.nav-list .panel.panel-no-box {
  box-shadow: none;
}
.nav-list .no-color-heading {
  color: #444 !important;
}
.nav-list .list-group-item-heading .glyphicon {
  margin-right: 4px;
  vertical-align: -1px;
}
.nav-list .list-group-item-heading.pull-right {
  padding-left: 5px;
}
.nav-list .list-group-item:not(.no-color) h2,
.nav-list .list-group-item:not(.no-color) h1,
.nav-list .list-group-item:not(.no-color) h3,
.nav-list .list-group-item:not(.no-color) h4 {
  color: #3bb2d0;
}
.nav-list .list-group-item:not(.no-color) h2.green,
.nav-list .list-group-item:not(.no-color) h1.green,
.nav-list .list-group-item:not(.no-color) h3.green,
.nav-list .list-group-item:not(.no-color) h4.green {
  color: #00ba09;
}
.nav-list .list-group-item:not(.no-color) h2.steel,
.nav-list .list-group-item:not(.no-color) h1.steel,
.nav-list .list-group-item:not(.no-color) h3.steel,
.nav-list .list-group-item:not(.no-color) h4.steel {
  color: #506cab;
}
.nav-list .list-group-item:not(.no-color) h2.info,
.nav-list .list-group-item:not(.no-color) h1.info,
.nav-list .list-group-item:not(.no-color) h3.info,
.nav-list .list-group-item:not(.no-color) h4.info {
  color: #5bc0de;
}
.nav-list .list-group-item:not(.no-color) h2.warning,
.nav-list .list-group-item:not(.no-color) h1.warning,
.nav-list .list-group-item:not(.no-color) h3.warning,
.nav-list .list-group-item:not(.no-color) h4.warning {
  color: #f0ad4e;
}
.nav-list .list-group-item:not(.no-color) h2.danger,
.nav-list .list-group-item:not(.no-color) h1.danger,
.nav-list .list-group-item:not(.no-color) h3.danger,
.nav-list .list-group-item:not(.no-color) h4.danger {
  color: #d9534f;
}
.nav-list .list-group-item:not(.no-color) h2.red,
.nav-list .list-group-item:not(.no-color) h1.red,
.nav-list .list-group-item:not(.no-color) h3.red,
.nav-list .list-group-item:not(.no-color) h4.red {
  color: #ab0028;
}
.nav-list .list-group-item:not(.no-color) h2.brown,
.nav-list .list-group-item:not(.no-color) h1.brown,
.nav-list .list-group-item:not(.no-color) h3.brown,
.nav-list .list-group-item:not(.no-color) h4.brown {
  color: #5c4235;
}
.nav-list .list-group-item:not(.no-color) h2.farm-color,
.nav-list .list-group-item:not(.no-color) h1.farm-color,
.nav-list .list-group-item:not(.no-color) h3.farm-color,
.nav-list .list-group-item:not(.no-color) h4.farm-color {
  color: #277219;
}
.nav-list .list-group-item:not(.no-color) h2.report-color,
.nav-list .list-group-item:not(.no-color) h1.report-color,
.nav-list .list-group-item:not(.no-color) h3.report-color,
.nav-list .list-group-item:not(.no-color) h4.report-color {
  color: #506cab;
}
.nav-list .list-group-item:not(.no-color) h2.pasource-color,
.nav-list .list-group-item:not(.no-color) h1.pasource-color,
.nav-list .list-group-item:not(.no-color) h3.pasource-color,
.nav-list .list-group-item:not(.no-color) h4.pasource-color {
  color: #96651c;
}
.nav-list .list-group-item:not(.no-color) h2.operation-group-color,
.nav-list .list-group-item:not(.no-color) h1.operation-group-color,
.nav-list .list-group-item:not(.no-color) h3.operation-group-color,
.nav-list .list-group-item:not(.no-color) h4.operation-group-color {
  color: #506cab;
}
.nav-list .list-group-item:not(.no-color) h2.primary,
.nav-list .list-group-item:not(.no-color) h1.primary,
.nav-list .list-group-item:not(.no-color) h3.primary,
.nav-list .list-group-item:not(.no-color) h4.primary {
  color: #f19e14;
}
.nav-list .list-group-item {
  padding-left: 0;
  padding-right: 0;
  page-break-inside: avoid;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom-width: 0 !important;
}
.nav-list .list-group-item a {
  cursor: pointer;
}
.nav-list .list-group-item .list-group-item-extra {
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.nav-list .list-group-item .list-group-item-extra.forceshow {
  max-height: none;
  margin-top: 10px;
  clear: both;
  margin-left: 60px;
}
.nav-list .list-group-item h4 {
  margin-top: 0;
}
.nav-list .list-group-item.no-border,
.nav-list .list-group-item.no-border:hover {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-list .list-group-item.expanded {
  margin: 10px 0 10px 0;
  border-width: 1px !important;
  border-radius: 10px !important;
  border-bottom-width: 1px !important;
}
.nav-list .list-group-item.expanded.no-border {
  margin: 0;
  border-width: 0 !important;
}
.nav-list .list-group-item.expanded:hover {
  background-color: transparent;
}
.nav-list .list-group-item.expanded .list-group-item-extra {
  max-height: 100000px;
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.nav-list .list-group-item.expanded .list-group-item-expand .expand-more {
  display: none;
}
.nav-list .list-group-item.expanded .list-group-item-expand .expand-less {
  display: inline;
}
.nav-list .list-group-item.expanded .list-group-item-actions a,
.nav-list .list-group-item.expanded .list-group-item-expand {
  color: #f19e14;
}
.nav-list .list-group-item.expanded .list-group-item-actions a.info,
.nav-list .list-group-item.expanded .list-group-item-expand.info {
  color: #5bc0de;
}
.nav-list .list-group-item.expanded .list-group-item-actions a.success,
.nav-list .list-group-item.expanded .list-group-item-expand.success {
  color: #5cb85c;
}
.nav-list .list-group-item.expanded .list-group-item-actions a.danger,
.nav-list .list-group-item.expanded .list-group-item-expand.danger {
  color: #d9534f;
}
.nav-list .list-group-item.selectable:hover {
  background-color: #fcfcfc;
  cursor: pointer;
}
.nav-list .list-group-item.selectable .list-group-item-checkbox {
  display: block;
}
.nav-list .list-group-item.selected {
  background-color: #f5f5f5;
}
.nav-list .list-group-item.selected .list-group-item-checkbox {
  background-image: url("../../assets/images/todo-check.png");
}
.nav-list .list-group-item.highlight,
.nav-list .list-group-item.highlight:hover {
  background-color: #fff1a1;
}
.nav-list .list-group-item.secondaryhighlight,
.nav-list .list-group-item.secondaryhighlight:hover {
  background-color: #fff9d4;
}
.nav-list .list-group-item.bad {
  background-color: rgba(204, 0, 0, 0.1);
}
.nav-list .list-group-item.good {
  background-color: rgba(41, 163, 47, 0.1);
}
.nav-list .list-group-item:hover {
  background-color: #fafafa;
}
.nav-list .list-group-item:hover .sneaky-action-link,
.nav-list .list-group-item:hover .list-group-item-actions a,
.nav-list .list-group-item:hover .list-group-item-expand {
  color: #f19e14;
}
.nav-list .list-group-item:hover .sneaky-action-link.info,
.nav-list .list-group-item:hover .list-group-item-actions a.info,
.nav-list .list-group-item:hover .list-group-item-expand.info {
  color: #5bc0de;
}
.nav-list .list-group-item:hover .sneaky-action-link.success,
.nav-list .list-group-item:hover .list-group-item-actions a.success,
.nav-list .list-group-item:hover .list-group-item-expand.success {
  color: #5cb85c;
}
.nav-list .list-group-item:hover .sneaky-action-link.danger,
.nav-list .list-group-item:hover .list-group-item-actions a.danger,
.nav-list .list-group-item:hover .list-group-item-expand.danger {
  color: #d9534f;
}
.nav-list .list-group-item.removed {
  max-height: 0;
  border: 0;
  padding: 0;
  opacity: 0;
}
.nav-list .list-group-item .list-item-content {
  position: relative;
  margin-left: 65px;
  padding: 0 15px 0 15px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  min-height: 60px;
}
.nav-list .list-group-item .list-item-content .list-group-item-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nav-list .list-group-item .list-item-content .list-group-item-text .margin-right {
  margin-right: 15px;
}
.nav-list .list-group-item .list-item-content .heading-text {
  max-width: 70%;
  display: inline-block;
}
.nav-list .list-group-item .list-item-content .icon {
  font-size: 12px;
  top: 1px;
}
.nav-list .list-group-item .list-item-content.no-margin {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.nav-list .list-group-item .list-item-content.no-margin .list-group-item-expand {
  left: 0;
}
.nav-list .list-group-item .list-item-content.no-margin .list-group-item-actions {
  right: 0;
}
.nav-list .list-group-item.compact-size {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-list .list-group-item.compact-size .list-item-content {
  min-height: 30px;
}
.nav-list .list-group-item.compact-size img {
  width: 40px;
}
.nav-list .list-group-item.compact-size .list-group-item-img {
  width: 40px;
  min-width: 40px;
  min-height: 40px;
}
.nav-list .list-group-item .sneaky-action-link {
  color: #333;
}
.nav-list .list-group-item .list-group-item-checkbox {
  display: none;
  padding: 20px 10px 0 0;
  height: 50px;
  width: 30px;
  background: url("../../assets/images/todo-nocheck.png") no-repeat left center;
  float: left;
}
.nav-list .list-group-item-img {
  margin-left: 10px;
  margin-bottom: 0;
  min-width: 50px;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.nav-list .list-group-item-img img {
  width: 50px;
}
.nav-list .list-group-item-img .img-background {
  padding-top: 12px;
  margin: 0;
  height: 50px;
  width: 50px;
  color: #3bb2d0;
  border: 1px solid #3bb2d0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.nav-list .list-group-item-img .img-background.greenblack {
  color: #333;
  border-color: #00ba09;
}
.nav-list .list-group-item-img .img-background.green {
  color: #00ba09;
  border-color: #00ba09;
}
.nav-list .list-group-item-img .img-background.steel {
  color: #506cab;
  border-color: #506cab;
}
.nav-list .list-group-item-img .img-background.info {
  color: #5bc0de;
  border-color: #5bc0de;
}
.nav-list .list-group-item-img .img-background.blueblack {
  color: #333;
  border-color: #04a9c1;
}
.nav-list .list-group-item-img .img-background.warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.nav-list .list-group-item-img .img-background.danger {
  color: #d9534f;
  border-color: #d9534f;
}
.nav-list .list-group-item-img .img-background.red {
  color: #ab0028;
  border-color: #ab0028;
}
.nav-list .list-group-item-img .img-background.brown {
  color: #5c4235;
  border-color: #5c4235;
}
.nav-list .list-group-item-img .img-background.farm-color {
  color: #277219;
  border-color: #277219;
}
.nav-list .list-group-item-img .img-background.report-color {
  color: #506cab;
  border-color: #506cab;
}
.nav-list .list-group-item-img .img-background.pasource-color {
  /*.background-three-gradient(#0000ff, #33cc33, #ff0000);*/
  background-color: #e4e4e4 !important;
  color: #96651c;
  border-color: #96651c;
  border-width: 1px;
}
.nav-list .list-group-item-img .img-background.primary {
  color: #f19e14;
  border-color: #f19e14;
}
.nav-list .list-group-item-img .img-background.primary-dark {
  color: #d38d17;
  border-color: #d38d17;
}
.nav-list .list-group-item-img .img-background.operation-group-color {
  color: #506cab;
  border-color: #506cab;
}
.nav-list .list-group-item-img .img-background .glyphicon {
  font-size: 140%;
  padding-top: 3px;
  width: 48px;
}
.nav-list .list-group-item-img .img-background .repeater-sortable-display {
  padding-top: 3px;
  width: 48px;
  font-size: 25px;
  font-weight: bolder;
  top: -6px;
}
.nav-list .list-group-item-img .img-background [class^="icon-"],
.nav-list .list-group-item-img .img-background [class*=" icon-"] {
  font-size: 160%;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"],
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"] {
  font-size: 260%;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-cultivation,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-cultivation {
  top: -6px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-cultivation-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-cultivation-planned {
  top: -4px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-cutting,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-cutting {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-cutting-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-cutting-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-fertiliser,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-fertiliser {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-fertiliser-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-fertiliser-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-forage-harvest,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-forage-harvest {
  top: -1px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-forage-harvest-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-forage-harvest-planned {
  top: -3px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-grain-harvest,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-grain-harvest {
  top: -4px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-grain-harvest-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-grain-harvest-planned {
  top: -4px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-grazing,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-grazing {
  top: -4px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-grazing-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-grazing-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-irrigation,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-irrigation {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-irrigation-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-irrigation-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-raking,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-raking {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-raking-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-raking-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-soil-test,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-soil-test {
  top: -4px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-soil-test-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-soil-test-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-sowing,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-sowing {
  top: -3px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-sowing-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-sowing-planned {
  top: -3px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-spraying,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-spraying {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-spraying-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-spraying-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-stubble-mgmt,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-stubble-mgmt {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-stubble-mgmt-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-stubble-mgmt-planned {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-windrowing,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-windrowing {
  top: -2px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-windrowing-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-windrowing-planned {
  top: -4px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-ameliorant,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-ameliorant {
  top: -9px;
}
.nav-list .list-group-item-img .img-background [class^="icon-ggl"].icon-ggl-ameliorant-planned,
.nav-list .list-group-item-img .img-background [class*=" icon-ggl"].icon-ggl-ameliorant-planned {
  top: -4px;
}
.nav-list .status-text {
  font-style: italic;
  color: #999;
  margin-bottom: 5px;
  margin-top: 5px;
}
.nav-list .soft-text {
  color: #999;
  margin-bottom: 5px;
  margin-top: 5px;
}
.nav-list .list-group-sub-heading {
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-left: 16px;
}
.nav-list .list-group-sub-item {
  border-bottom: 1px solid #dddddd;
  padding: 10px 10px 10px 10px;
}
.nav-list .list-group-sub-item:last-child {
  border-bottom: none;
}
.nav-list .list-group-sub-item .list-item-content {
  margin-left: 25px !important;
}
.nav-list .list-group-sub-item .list-group-item-img {
  margin-left: 0;
  margin-bottom: 0;
  min-width: 0px;
}
.nav-list .list-group-sub-item .list-group-item-img img {
  width: 50px;
}
.nav-list .list-group-sub-item .img-background {
  height: 30px;
  width: 30px;
  float: right;
  padding-top: 4px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-"],
.nav-list .list-group-sub-item .img-background [class*=" icon-"] {
  font-size: 100%;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"],
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"] {
  font-size: 180%;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-cultivation,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-cultivation {
  top: -3px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-cultivation-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-cultivation-planned {
  top: -2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-cutting,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-cutting {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-cutting-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-cutting-planned {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-fertiliser,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-fertiliser {
  top: 2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-fertiliser-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-fertiliser-planned {
  top: 2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-forage-harvest,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-forage-harvest {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-forage-harvest-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-forage-harvest-planned {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-grain-harvest,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-grain-harvest {
  top: -1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-grain-harvest-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-grain-harvest-planned {
  top: -2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-grazing,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-grazing {
  top: 0px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-grazing-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-grazing-planned {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-irrigation,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-irrigation {
  top: 2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-irrigation-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-irrigation-planned {
  top: 2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-raking,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-raking {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-raking-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-raking-planned {
  top: 0px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-soil-test,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-soil-test {
  top: 0px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-soil-test-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-soil-test-planned {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-sowing,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-sowing {
  top: 0px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-sowing-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-sowing-planned {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-spraying,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-spraying {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-spraying-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-spraying-planned {
  top: 2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-stubble-mgmt,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-stubble-mgmt {
  top: 0px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-stubble-mgmt-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-stubble-mgmt-planned {
  top: 1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-windrowing,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-windrowing {
  top: -1px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-windrowing-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-windrowing-planned {
  top: -2px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-ameliorant,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-ameliorant {
  top: -4px;
}
.nav-list .list-group-sub-item .img-background [class^="icon-ggl"].icon-ggl-ameliorant-planned,
.nav-list .list-group-sub-item .img-background [class*=" icon-ggl"].icon-ggl-ameliorant-planned {
  top: -2px;
}
.nav-list .list-group-sub-item .img-background .glyphicon {
  font-size: 100%;
  padding-top: 3px;
  width: 28px;
}
.nav-list .list-group-sub-item .img-background .icon-number-style {
  padding-top: 0px;
  width: 28px;
  font-size: 20px;
  font-weight: bolder;
  top: -4px;
}
.nav-list .list-group-item-expand {
  color: #ccc;
  cursor: pointer;
  margin: 0;
  float: none;
  bottom: 0;
  left: 15px;
}
.nav-list .list-group-item-expand:hover {
  color: #f19e14;
}
.nav-list .list-group-item-expand .expand-less {
  display: none;
}
.nav-list .list-group-item-actions {
  list-style: none;
  text-align: right;
  margin: 0;
  bottom: 0;
  right: 15px;
}
.nav-list .list-group-item-actions li {
  display: inline;
  margin-left: 10px;
}
.nav-list .list-group-item-actions li a {
  color: #ccc;
}
.nav-list .list-group-item-actions.shift-up {
  margin-top: -17px;
}
.nav-list .list-group-item-actions.absolute {
  position: absolute;
}
.nav-list a.list-group-item .list-group-item-heading {
  color: #f19e14;
}
.nav-list .position-top-right {
  position: absolute;
  right: 10px;
  margin-top: 10px;
  z-index: 2000;
}
.list-item-descriptive-list {
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 150px;
}
.list-item-descriptive-list li {
  margin-bottom: 5px;
  min-width: 90px;
  padding-left: 0;
}
.list-item-descriptive-list li:first-child {
  padding-left: 0;
}
.list-item-descriptive-list li span {
  font-size: 0.8em;
  color: #777;
  display: block;
}
.list-item-descriptive-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.panel-heading-help a {
  margin-top: 11px;
  margin-right: 10px;
}
.modal-body .list-group.thin {
  margin-bottom: 6px;
}
.modal-body .list-group-item.thin {
  padding: 1px 15px;
}
.modal-body .list-group-item.indent {
  padding: 1px 26px;
}
.modal-body .list-group-item.indent-right {
  padding-right: 26px;
}
.modal-body .list-group-item .form-error {
  padding: 4px 6px;
  margin-left: 14px;
}
.modal-body .list-group-item .form-error::before {
  content: "\25C0";
  /* left point triangle in escaped unicode */
  color: #d45252;
  position: absolute;
  top: 6px;
  left: -6px;
}
.modal-body .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.modal-body .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-body .list-group-item.header {
  color: white;
  background-color: #f4b244;
  border: 0;
}
.modal-body .list-group-item.info {
  color: white;
  background-color: #d38d17;
}
.fill-height-70 {
  overflow-y: auto;
  max-height: 70vh;
}
.fill-height-75 {
  overflow-y: auto;
  max-height: 75vh;
}
.fill-height-80 {
  overflow-y: auto;
  max-height: 80vh;
}
.farms-list-group {
  overflow-y: auto;
  overflow-x: hidden;
}
.farm-list-buttons.btn-group > .btn:first-child {
  margin-left: 5px;
}
.dropdown-menu .highlight {
  background-color: #fff1a1;
}
.dropdown-menu .secondaryhighlight {
  background-color: #fff9d4;
}
/* =============================================================================
   Forms
   ========================================================================== */
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
}
button,
.button {
  color: #FFF;
  padding: 5px 20px 5px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  outline: 0;
  background: #f19e14;
  font-size: 1.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-in-out;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
button:hover,
.button:hover {
  color: #FFF;
  background: #d38d17;
  text-decoration: none;
}
button.no-margin,
.button.no-margin {
  margin: 0;
}
input[type=submit],
input[type=button] {
  color: #FFF;
  padding: 5px 20px 5px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  outline: 0;
  background: #f19e14;
  font-size: 1.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-in-out;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover {
  color: #FFF;
  background: #d38d17;
  text-decoration: none;
}
input[type=submit].no-margin,
input[type=button].no-margin {
  margin: 0;
}
input[type=submit]:hover,
input[type=button]:hover {
  color: #FFF;
  background: #d38d17;
  text-decoration: none;
}
input[type=submit].no-margin,
input[type=button].no-margin {
  margin: 0;
}
input.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
input.btn-info:hover,
input.btn-info:focus,
input.btn-info:active,
input.btn-info.active,
.open .dropdown-toggleinput.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
input.btn-info:active,
input.btn-info.active,
.open .dropdown-toggleinput.btn-info {
  background-image: none;
}
input.btn-info.disabled,
input.btn-info[disabled],
fieldset[disabled] input.btn-info,
input.btn-info.disabled:hover,
input.btn-info[disabled]:hover,
fieldset[disabled] input.btn-info:hover,
input.btn-info.disabled:focus,
input.btn-info[disabled]:focus,
fieldset[disabled] input.btn-info:focus,
input.btn-info.disabled:active,
input.btn-info[disabled]:active,
fieldset[disabled] input.btn-info:active,
input.btn-info.disabled.active,
input.btn-info[disabled].active,
fieldset[disabled] input.btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
input.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
input.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
input.btn-success:hover,
input.btn-success:focus,
input.btn-success:active,
input.btn-success.active,
.open .dropdown-toggleinput.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
input.btn-success:active,
input.btn-success.active,
.open .dropdown-toggleinput.btn-success {
  background-image: none;
}
input.btn-success.disabled,
input.btn-success[disabled],
fieldset[disabled] input.btn-success,
input.btn-success.disabled:hover,
input.btn-success[disabled]:hover,
fieldset[disabled] input.btn-success:hover,
input.btn-success.disabled:focus,
input.btn-success[disabled]:focus,
fieldset[disabled] input.btn-success:focus,
input.btn-success.disabled:active,
input.btn-success[disabled]:active,
fieldset[disabled] input.btn-success:active,
input.btn-success.disabled.active,
input.btn-success[disabled].active,
fieldset[disabled] input.btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
input.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date] {
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
  border: solid 1px #E5E5E5;
  outline: 0;
  width: 262px;
  background: #F7F7F7;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#F7F7F7, endColorstr=#FCFCFC);
  background-image: -webkit-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: -moz-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: -ms-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: -o-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: linear-gradient(#F7F7F7, #FCFCFC);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition-property: padding;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: padding;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: padding;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: padding;
  -o-transition-duration: 0.25s;
  -o-transition-timing-function: ease-in-out;
  transition-property: padding;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
input[type=text].thin,
input[type=password].thin,
input[type=file].thin,
input[type=email].thin,
input[type=tel].thin,
input[type=search].thin,
input[type=number].thin,
input[type=date].thin {
  width: 100px;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=file]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=date]:hover {
  border-color: #C9C9C9;
  background: #F1F1F1;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#F1F1F1, endColorstr=#FAFAFA);
  background-image: -webkit-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: -moz-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: -ms-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: -o-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: linear-gradient(#F1F1F1, #FAFAFA);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus {
  border-color: #C9C9C9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  background: #FAFAFA;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FAFAFA, endColorstr=#FFFFFF);
  background-image: -webkit-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: -moz-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: -ms-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: -o-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: linear-gradient(#FAFAFA, #FFFFFF);
}
input[type=checkbox] {
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
  background: none;
  width: 20px;
}
select {
  padding: 5px 5px 5px 5px;
  width: 206px;
  max-width: 250px;
  border: solid 1px #E5E5E5;
  outline: 0;
  margin-bottom: 5px;
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorstr=#EEEEEE);
  background-image: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -moz-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -ms-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -o-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: linear-gradient(#FFFFFF, #EEEEEE);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
}
select.thin {
  width: 100px;
}
select:hover,
select:focus {
  border-color: #C9C9C9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
}
select.right {
  float: right;
}
textarea {
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
  border: solid 1px #E5E5E5;
  outline: 0;
  width: 262px;
  background: #F7F7F7;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#F7F7F7, endColorstr=#FCFCFC);
  background-image: -webkit-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: -moz-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: -ms-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: -o-linear-gradient(#F7F7F7, #FCFCFC);
  background-image: linear-gradient(#F7F7F7, #FCFCFC);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition-property: padding;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: padding;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: padding;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: padding;
  -o-transition-duration: 0.25s;
  -o-transition-timing-function: ease-in-out;
  transition-property: padding;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  max-height: 300px;
  max-width: 400px;
  height: 50px;
  line-height: 150%;
}
textarea.thin {
  width: 100px;
}
textarea:hover {
  border-color: #C9C9C9;
  background: #F1F1F1;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#F1F1F1, endColorstr=#FAFAFA);
  background-image: -webkit-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: -moz-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: -ms-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: -o-linear-gradient(#F1F1F1, #FAFAFA);
  background-image: linear-gradient(#F1F1F1, #FAFAFA);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
}
textarea:focus {
  border-color: #C9C9C9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  background: #FAFAFA;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FAFAFA, endColorstr=#FFFFFF);
  background-image: -webkit-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: -moz-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: -ms-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: -o-linear-gradient(#FAFAFA, #FFFFFF);
  background-image: linear-gradient(#FAFAFA, #FFFFFF);
}
.comments-with-recent textarea[name=Comments] {
  resize: none;
  max-width: none;
  max-height: none;
  width: 540px;
  height: 100px;
  border: 2px solid #cccccc;
  padding: 5px;
}
.savedcomment-table {
  margin-bottom: 0px;
}
.savedcomment-table td {
  padding: 2px !important;
}
.savedcomment-table tr {
  cursor: pointer;
}
label {
  color: #000;
  font-weight: normal;
}
label.error {
  color: #d45252;
  display: block;
}
[disabled],
[disabled]:hover {
  color: #BBB;
  background: #FEFEFE !important;
  border: solid 1px #F1F1F1 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
}
.field-validation-error,
.validation-summary-errors {
  color: #d45252;
}
.validation-summary-valid {
  display: none;
}
.auto-load-data-summary {
  font-size: 0.8em;
  display: block;
}
.form-container {
  padding-bottom: 5px;
  overflow: auto;
  width: 100%;
}
.form-container .validation-summary-valid {
  display: none;
}
.form-container .field-validation-valid {
  display: none;
}
.form-container .input-validation-error,
.form-container .error {
  border-color: #b03535 !important;
  -webkit-box-shadow: #d45252 0 0 5px;
  -moz-box-shadow: #d45252 0 0 5px;
  -ms-box-shadow: #d45252 0 0 5px;
  -o-box-shadow: #d45252 0 0 5px;
  box-shadow: #d45252 0 0 5px;
}
.form-container .field-validation-error {
  color: white;
  background: #d45252;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 6px;
  z-index: 999;
  /* hints stay above all other elements */
  position: absolute;
  /* allows proper formatting if hint is two lines */
  margin-left: 4px;
  margin-right: 4px;
  max-width: 150px;
  min-width: 70px;
  line-height: 1.2em;
}
.form-container .field-validation-error::before {
  content: "\25C0";
  /* left point triangle in escaped unicode */
  color: #d45252;
  position: absolute;
  top: 1px;
  left: -6px;
}
.form-container .editor-field-datepicker {
  margin-bottom: 5px;
}
.form-container .editor-field-datepicker .date-control {
  width: 160px;
  height: 29px;
}
.form-container .editor-label {
  margin-bottom: 5px;
  clear: left;
  display: block;
  float: left;
  text-align: left;
  width: 170px;
  padding-right: 10px;
}
.form-container .editor-label.thick {
  width: 185px;
}
.form-container .editor-label.thin {
  width: 120px;
}
.form-container .editor-label.inline {
  display: inline-block;
}
.form-container .editor-field {
  margin-bottom: 5px;
  display: block;
  min-height: 32px;
}
.form-container .editor-field.thin input {
  width: 180px;
}
.form-container .editor-field.thin select {
  width: 192px;
}
.form-container .editor-field.thin button {
  width: 192px;
  max-width: 192px;
}
.form-container .editor-field select {
  width: 262px;
  max-width: 262px;
}
.form-container .editor-field select.halfsize {
  width: 130px;
  min-width: 130px;
}
.form-container .editor-field button {
  font-size: 1em;
  width: 262px;
  max-width: 262px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #222 !important;
  border: solid 1px #E5E5E5;
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorstr=#EEEEEE);
  background-image: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -moz-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -ms-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -o-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: linear-gradient(#FFFFFF, #EEEEEE);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
}
.form-container .editor-field button:hover,
.form-container .editor-field button:focus {
  border-color: #C9C9C9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
}
.form-container .editor-field.textwithdropdown input {
  width: 119px;
  margin-right: 10px;
}
.form-container .editor-field.textwithdropdown select {
  width: 130px;
  min-width: 100px;
}
.form-container .editor-field.textwithdropdown-soil-moisture input {
  width: 45px;
  margin-right: 2px;
}
.form-container .editor-field.textwithdropdown-soil-moisture select {
  width: 213px;
  min-width: 100px;
}
.form-container .editor-field.cropwithgrade .crop {
  max-width: 160px;
  min-width: 160px;
  width: 80px;
  margin-right: 10px;
}
.form-container .editor-field.cropwithgrade .grade {
  width: 89px;
  max-width: 89px;
  min-width: 89px;
}
.form-container .editor-field .imageThumbnail {
  max-width: 100px;
  max-height: 100px;
  border: 1px solid #d4d4d4;
}
.form-container .editor-field.spinner {
  margin-left: 160px;
  margin-top: 0px;
  margin-bottom: 0px;
  top: -10px;
}
.form-container .editor-field.spinner .double-bounce1,
.form-container .editor-field.spinner .double-bounce2 {
  background-color: #f19e14;
}
.form-container .editor-field label {
  margin-top: 6px;
}
.form-container .editor-field.display {
  line-height: 30px;
}
.form-container .editor-submit {
  padding-top: 10px;
  display: block;
  clear: left;
}
.form-container .editor-submit.thin {
  padding-left: 110px;
}
.form-container .display-label {
  clear: left;
  display: block;
  float: left;
  width: 180px;
  line-height: 30px;
  min-height: 30px;
  color: #777;
}
.form-container .display-label label {
  color: #777;
}
.form-container .display-field {
  display: block;
  float: left;
  line-height: 30px;
  min-height: 30px;
}
.form-container .heading {
  clear: left;
  text-align: left;
  display: block;
  background-color: #D5D5D5;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #333;
  line-height: 2em;
  height: 2em;
  padding-left: 20px;
  margin-bottom: 1.5em;
}
.form-container-break {
  border-bottom: 1px #dddddd dashed;
  margin-bottom: 10px;
}
.form-clear {
  clear: both;
}
/* Styles for editor and display hints
----------------------------------------------------------*/
.field-required:after,
.category-Required:after {
  color: red;
  content: "\00a0* ";
  font-weight: bold;
  cursor: default;
}
.category-Gross-Margin:after {
  color: #169af0;
  content: " $ ";
  font-size: 80%;
  font-weight: bold;
  position: relative;
  top: -0.1em;
  cursor: default;
}
.category-Crop-Tracker:after {
  color: #42d63c;
  content: " CT ";
  font-size: 80%;
  font-weight: bold;
  position: relative;
  top: -0.1em;
  cursor: default;
}
.category-NDVI-Imagery:after {
  color: #96651c;
  content: " NDVI ";
  font-size: 80%;
  font-weight: bold;
  position: relative;
  cursor: default;
}
.form-group {
  padding-right: 10px;
}
.form-group .input-group-addon {
  position: static;
  width: auto;
}
.form-group .form-control-feedback {
  z-index: 1000;
  top: 0;
}
.form-control {
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorstr=#EEEEEE);
  background-image: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -moz-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -ms-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -o-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: linear-gradient(#FFFFFF, #EEEEEE);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  color: black;
}
.collection-repeater .editor-label {
  margin-left: 10px;
  width: 150px;
}
.collection-repeater .editor-field select {
  width: 202px;
  max-width: 202px;
}
.collection-repeater .editor-field .ui-autocomplete-input {
  width: 182px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.collection-repeater .repeater-items {
  /*
        Chrome is doesn't have open hand only closed
        FireFox is perfect
        IE 11 no hands
        Edge drag event fails
    */
}
.collection-repeater .repeater-items .list-group-item {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.collection-repeater .repeater-items .list-group-item .sortable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.collection-repeater .repeater-items .repeateritem {
  margin-right: 10px;
}
.collection-repeater .repeater-items .repeateritem-sortable-placeholder {
  height: 82px;
  width: 512px;
  background-color: cornsilk;
}
.collection-repeater .repeater-items .ui-sortable-handle {
  cursor: hand;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  /*cursor: url('path-to-image.png'), auto;*/
}
.collection-repeater .repeater-items .ui-sortable-helper {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.55);
}
.collection-repeater .repeater-items .repeateritem:last-child .list-group-item.repeateritem-view,
.collection-repeater .repeater-items .repeateritem:last-child .list-group-item.repeateritem-edit {
  border-bottom-width: 1px !important;
}
.collection-repeater .repeater-actions {
  list-style: none;
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  clear: right;
}
.collection-repeater .repeater-actions li {
  display: inline;
  margin-left: 10px;
}
.collection-repeater .repeater-actions li a {
  color: #ccc;
  cursor: pointer;
}
.collection-repeater .repeater-actions li a:hover {
  color: #f19e14;
}
.tabs-left,
.tabs-right {
  padding-top: 2px;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a {
  display: block;
}
.tabs-right > li > a {
  margin-right: 0;
}
.loading-indicator,
.loading-indicator-large {
  background: #f9f9f9 url("../../assets/images/indicator_loader.gif") no-repeat center center;
  min-height: 102px !important;
  min-width: 50px !important;
  margin: 0 auto 17px auto;
  border: none;
}
.loading-indicator-large {
  min-height: 164px !important;
}
.widget {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
}
.error-icon {
  color: #d45252;
}
.top-panel {
  border-radius: 6px;
  border-width: 3px;
  border-style: solid;
}
.top-panel .glyphicon-remove {
  font-size: 18px;
}
.advisor-dashboard-container.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.advisor-dashboard-container.row .panel {
  border-radius: 6px;
  border-width: 3px!important;
  border-style: solid;
}
.advisor-dashboard-container.row .panel-heading {
  border: none;
}
.advisor-dashboard-container.row .panel-body {
  padding: 10px;
}
.advisor-dashboard-container.row .col-sm-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.advisor-dashboard-container.row .col-sm-3:first-child {
  padding-left: 10px;
  margin-left: 15px;
}
.advisor-dashboard-container.row .col-sm-3:last-child {
  padding-right: 10px;
  margin-right: 15px;
}
.advisor-dashboard-container.row .data-box {
  color: #ccc;
  padding-top: 7px;
  margin-bottom: 10px;
  text-align: center;
}
.advisor-dashboard-container.row .data-box.last {
  margin-bottom: 0;
}
.advisor-dashboard-container.row .data-box .title {
  color: #777;
  font-weight: bold;
}
.advisor-dashboard-container.row .table {
  margin: 0;
}
.advisor-dashboard-container.row .table td {
  border: none;
  /*border-bottom-width:3px;
            border-bottom-style:solid;
            border-bottom-color:@primary;*/
  padding: 2px;
}
.advisor-dashboard-container.row .table td.title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
.advisor-dashboard-container.row .table td.value {
  text-align: right;
  font-size: 14px;
  color: #3bb2d0;
  padding-right: 10px;
}
.advisor-dashboard-container.row .table tr {
  border-spacing: 0;
}
.advisor-dashboard-container.row .panel {
  width: 100%;
  border-width: 1px;
}
.climaticFilter {
  padding-right: 0;
  padding-left: 5px;
}
.climaticFilter li {
  text-align: center;
}
.climaticFilter .btn-group {
  width: 100%;
}
.climaticFilter .btn {
  width: 100%;
  display: inline-block;
}
/*admin dashboard*/
/*monthly pricing user stats*/
.dash-board-tile {
  box-shadow: 0px 2px 15px 0px #cccccc;
  padding: 10px;
  cursor: pointer;
  margin: 20px;
  min-height: 175px;
}
.flex-display {
  display: flex;
  justify-content: space-around;
}
.bold-text {
  font-weight: bold;
}
.vertical-line {
  width: 1px;
  /* Line width */
  background-color: #eeeeee;
  /* Line color */
  height: 100%;
  /* Override in-line if you want specific height. */
  float: left;
  /* Causes the line to float to left of content. You can instead use position:absolute or display:inline-block if this fits better with your design */
}
.navbar-collapse.in {
  background-color: #f19e14;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.slide-container {
  position: relative;
  overflow: hidden;
  /*min-height: 400px;
    padding: 0;
    margin-bottom: 0;*/
}
.slide,
.slide-rev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*width: 100%;
    height: 100%;
    display: block;*/
}
.slide.ng-enter,
.slide.ng-leave,
.slide-rev.ng-enter,
.slide-rev.ng-leave,
.slide.ng-move {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide.ng-enter-stagger {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
.slide.ng-enter {
  left: 100%;
  opacity: 0;
}
.slide.ng-enter.ng-enter-active {
  left: 0;
  opacity: 1;
}
.slide.ng-leave.ng-leave-active {
  left: -100%;
  opacity: 0;
}
.slide-rev.ng-enter {
  left: -100%;
}
.slide-rev.ng-enter.ng-enter-active {
  left: 0;
}
.slide-rev.ng-leave {
  left: 0;
}
.slide-rev.ng-leave.ng-leave-active {
  left: 100%;
}
.has-error {
  border-color: #b03535 !important;
  -webkit-box-shadow: #d45252 0 0 5px;
  -moz-box-shadow: #d45252 0 0 5px;
  -ms-box-shadow: #d45252 0 0 5px;
  -o-box-shadow: #d45252 0 0 5px;
  box-shadow: #d45252 0 0 5px;
}
.form-error {
  color: white;
  background: #d45252;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 6px;
  z-index: 999;
  /* hints stay above all other elements */
  position: absolute;
  /* allows proper formatting if hint is two lines */
  margin-left: 4px;
  margin-right: 4px;
  max-width: 150px;
  min-width: 70px;
  line-height: 1.2em;
}
.form-error::before {
  content: "\25C0";
  /* left point triangle in escaped unicode */
  color: #d45252;
  position: absolute;
  top: 1px;
  left: -6px;
}
.form-error.form-error-float-right {
  position: relative;
  float: right;
}
.modal-header {
  background: #F7F7F7;
  border-radius: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 15px 30px;
  border-bottom-color: #dadada;
}
.modal-header .modal-title {
  color: #555;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}
.modal-header.pasource {
  background: #96651c;
}
.modal-header.pasource .modal-title {
  color: #eee;
}
.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
.modal-body.visible-overflow {
  overflow-y: visible;
}
.modal-footer {
  margin-top: 0;
  border-top-color: #dadada;
  background: #F7F7F7;
}
.pagination a,
.dropdown-menu a {
  cursor: pointer;
}
.tile-container {
  background-color: #f7f7f7;
}
.tile {
  margin: 5px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px #cccccc;
  box-shadow: 1px 1px 2px #cccccc;
  white-space: nowrap;
  width: 30%;
  height: 100px;
  text-align: center;
}
.lg-icon {
  height: 60px;
}
.lg-icon.glyphicon {
  top: 10px;
}
.lg-icon::before {
  font-size: 280%;
}
.md-icon::before {
  font-size: 30px;
  text-align: center;
}
.icon-box {
  height: 27px;
  text-align: left;
}
.timeline {
  border-left: 1px solid #e5e5e5;
  margin-left: 80px;
  padding-bottom: 50px;
  padding-top: 20px;
}
.timeline .list-group-item {
  border-width: 0;
}
.timeline li {
  margin-bottom: 0;
}
.timeline li timeline-badge {
  left: 45px !important;
  margin-left: -110px !important;
  top: 0 !important;
  line-height: 55px !important;
  cursor: pointer;
}
.timeline li timeline-badge.green {
  background-color: #00ba09 !important;
}
.timeline li timeline-badge.steel {
  background-color: #506cab !important;
}
.timeline li timeline-badge.blue {
  background-color: #3bb2d0 !important;
}
.timeline li timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline li timeline-badge.pasource-color {
  /*.background-three-gradient(#0000ff, #33cc33, #ff0000) !important;*/
  background-color: #e4e4e4 !important;
  color: #96651c;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 0px;
  background-color: #cccccc;
  left: 50%;
  margin-left: -1.5px;
}
.timeline [class^="icon-ggl-"],
.timeline [class*=" icon-ggl-"] {
  font-size: 180%;
  padding-left: 2px;
}
.timeline .list-group-item-actions {
  width: 350px;
}
.timeline .list-group-item-actions li:before,
.timeline .list-group-item-actions li:after {
  display: inherit;
}
.timeline h3 {
  font-size: 13px;
}
.timeline h3 .small {
  font-size: 10px;
}
.condensed timeline-badge {
  width: 30px !important;
  height: 30px !important;
  font-size: 0.9em !important;
}
.condensed .timeline-badge {
  line-height: 35px !important;
}
.condensedtimeline-event {
  margin-bottom: 10px !important;
}
.condensed timeline-panel {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.condensed .status-text {
  margin-bottom: 0 !important;
  margin-top: 1px !important;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
.condensed .glyphicon-pasource-observation {
  background-size: 20px 13px !important;
  height: 30px !important;
  left: -2px;
}
timeline-event {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
timeline-panel {
  float: none !important;
  display: block !important;
  margin-left: 25px !important;
  margin-top: 0 !important;
  width: calc(100% - 28px) !important;
  width: -moz-calc(100% - 28px) !important;
  width: -webkit-calc(100% - 28px) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
timeline-panel .warning {
  color: #f0ad4e;
}
timeline-panel:before {
  margin-left: -41px;
  will-change: box-shadow;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  float: left;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 7px;
  box-shadow: inset 0 0 0 1px #ccc,0 0 0 1px #fff;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  border: none 0 !important;
  left: 0 !important;
}
timeline-panel:after {
  border-width: 0 !important;
  left: -20px !important;
  position: absolute;
  top: 21px !important;
  display: block !important;
  border-top: 1px dashed #999 !important;
  content: " ";
  width: 15px !important;
}
.time-header {
  padding-left: 20px;
  margin: 0px 0 20px 0;
}
.time-header:before {
  background-color: #999;
  box-shadow: 0 0 0 1px #fff;
  float: left;
  margin-left: -23px;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin-top: 7px;
}
.time-header .time {
  font-size: 11px;
  background-color: #f5f5f5;
  color: #666;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
  line-height: 1em;
  margin-left: -10px;
}
.time-header .time:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: #f5f5f5;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  float: left;
  margin-left: -14px;
  margin-top: 1px;
}
.image-loader {
  margin-right: 12px;
  min-height: 60px;
  min-width: 60px;
  padding: 2px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
  border-radius: 55px;
}
.compact-size .image-loader {
  min-height: 40px;
  min-width: 40px;
  width: 40px;
}
.image-loader.is-loading {
  background: url("../../assets/images/indicator_loader.gif") no-repeat center center;
}
.image-loader.has-error {
  border: 1px solid #cc5500;
}
.image-loader .glyphicon {
  color: #5bc0de;
  font-size: 25px;
  left: 13px;
  top: 16px;
}
.animate-fade-vertical-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.animate-fade-vertical {
  list-style: none;
  /*box-sizing:border-box;*/
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
  overflow: hidden;
}
.animate-fade-vertical.ng-move,
.animate-fade-vertical.ng-enter,
.animate-fade-vertical.ng-leave {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-fade-vertical.ng-leave.ng-leave-active,
.animate-fade-vertical.ng-move,
.animate-fade-vertical.ng-enter {
  opacity: 0;
  max-height: 0;
}
.animate-fade-vertical.ng-leave,
.animate-fade-vertical.ng-move.ng-move-active,
.animate-fade-vertical.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 100px;
}
/**
 * Stagger Leave (hide) animation
 */
.animate-fade-vertical.ng-leave-stagger {
  /* this will have a 100ms delay between each successive leave animation */
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  /* in case the stagger doesn't work then these two values
     must be set to 0 to avoid an accidental CSS inheritance */
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/**
 * Stagger ENTER ANIMATION
 */
.animate-fade-vertical.ng-enter-stagger {
  /* this will have a 100ms delay between each successive enter animation */
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  /* in case the stagger doesn't work then these two values
     must be set to 0 to avoid an accidental CSS inheritance */
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 20px auto;
}
.spinner.menu {
  margin: 10px 40px 10px 10px;
  width: 30px;
  height: 30px;
}
.spinner.menu .double-bounce1,
.spinner.menu .double-bounce2 {
  background-color: white;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.operation-paddock-list,
.farm-paddock-list {
  display: inline-block;
  max-width: calc(100% - 260px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.uploadyield-paddock-list,
.farm-paddock-list {
  display: inline-block;
  max-width: calc(100% - 200px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.left-col-affixed {
  position: fixed;
  top: 60px;
  width: 33.33333333%;
  padding-right: 20px;
}
.toast-top-center {
  top: 53px;
}
@media (min-width: 800px) {
  .modal-custom800 {
    width: 800px;
  }
}
.modal-dialog .tabbed-form .modal-body {
  height: 400px;
  padding: 0px;
  overflow-y: unset;
}
.modal-dialog .tabbed-form .modal-body .nav-col {
  height: 100%;
  background-color: #f0f0f0;
}
.modal-dialog .tabbed-form .modal-body .nav-col .dialog-tally-table {
  width: 195px;
  left: 2px;
}
.modal-dialog .tabbed-form .modal-body .nav-col .nav-tabs {
  padding: 20px;
  border: none;
}
.modal-dialog .tabbed-form .modal-body .nav-col .nav-tabs li {
  padding: 0px;
}
.modal-dialog .tabbed-form .modal-body .nav-col .nav-tabs li a,
.modal-dialog .tabbed-form .modal-body .nav-col .nav-tabs li a:hover {
  background-color: transparent;
  border: none;
  color: inherit;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
.modal-dialog .tabbed-form .modal-body .nav-col .nav-tabs li a.validation-errors:after {
  color: red;
  content: " ! ";
  font-weight: bold;
}
.modal-dialog .tabbed-form .modal-body .nav-col .nav-tabs li.active a {
  background-color: transparent;
  color: #f19e14;
  border: none;
}
.modal-dialog .tabbed-form .modal-body .input-col {
  padding: 20px;
  height: 100%;
}
.modal-dialog .tabbed-form .modal-body .input-col .tab-content {
  height: 100%;
}
.modal-dialog .tabbed-form .modal-body .input-col .tab-content .tab-pane {
  height: 100%;
  overflow-x: visible;
}
.modal-dialog .tabbed-form .modal-body .input-col .tab-content .tab-pane .form-container {
  height: 100%;
  overflow: visible;
}
.modal-dialog .tabbed-form .modal-body .input-col .tab-content .tab-pane .form-container .editor-field-div {
  display: block;
  float: left;
}
.modal-dialog .tabbed-form .modal-body .input-col .tab-content .tab-pane.scroll-pan {
  overflow-y: auto;
}
.modal-dialog .tabbed-form .modal-body .input-col .edit-field input {
  width: 210px;
}
.modal-dialog .tabbed-form .modal-body .input-col .dropdown-multiselect button {
  width: 200px;
}
.modal-dialog .tabbed-form .modal-body .input-col textarea {
  max-width: none;
  width: 540px;
  height: 100px;
}
.modal-dialog .tabbed-form .modal-body .input-col th {
  white-space: nowrap;
}
.horiziontal-paddock-selector {
  margin-bottom: 40px;
}
.horiziontal-paddock-selector div {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.horiziontal-paddock-selector div.editor-label {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.horiziontal-paddock-selector div.editor-field {
  margin-right: 30px;
  margin-top: 2px;
}
.horiziontal-paddock-selector .ui-multiselect {
  text-align: center;
}
.horiziontal-paddock-selector .ui-multiselect.ui-corner-all {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/*this class is for paddock area selector in pac create form*/
.horiziontal-view .dropdown-multiselect button {
  width: 130px !important;
}
.horiziontal-view .grower-list {
  margin-right: 15px;
  width: 30%;
}
.horiziontal-view .grower-list .dropdown-multiselect button {
  width: 175px !important;
}
.horiziontal-view .grower-list .dropdown-multiselect button #sort-text {
  /*font-stretch: semi-condensed;*/
  font-family: sans-serif;
}
.horiziontal-view .multiselect-parent .dropdown-toggle {
  min-width: 120px;
}
/*home page*/
.banner {
  background: transparent url("../../assets/images/banner.jpg") repeat-x center 5px;
  margin-top: -10px;
  margin-bottom: -55px;
  padding-bottom: 10px;
  z-index: 1;
  position: relative;
  min-height: 300px;
}
.quicklinks {
  background-color: #000;
  height: 30px;
  margin-bottom: 20px;
}
#home_links {
  margin: 0 0 0 0;
  padding: 0 0 0 150px;
  width: 600px;
  height: 30px;
  background: url("../../assets/images/quick_links.png") no-repeat left bottom;
  z-index: 10;
  position: relative;
}
#home_links a {
  height: 30px;
  line-height: 30px;
  float: left;
  display: block;
  padding: 0 20px 0 14px;
  margin: 0 0 0 0;
  color: #EEE;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial Narrow, Arial, sans-serif;
  -webkit-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
  background: url("../../assets/images/orange_arrow.png") no-repeat left;
  text-decoration: none;
}
#home_links a:hover {
  color: #f19e14;
}
.home-nav-image {
  border: 1px solid #AAA;
  margin-bottom: 20px;
}
#screen_overlay {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../assets/images/screen.png") no-repeat center center;
  width: 277px;
  height: 290px;
  z-index: 100;
}
.farms-list-container {
  min-height: 200px;
  height: calc(100vh - 236px);
}
.paddock-list-container,
.paddock-detail-list-container {
  min-height: 400px;
  height: calc(100vh - 236px);
}
.paddock-list-container .category-NDVI-Imagery,
.paddock-detail-list-container .category-NDVI-Imagery,
.paddock-list-container .category-Crop-Tracker,
.paddock-detail-list-container .category-Crop-Tracker {
  border: 2px solid #42d63c;
  border-radius: 60px;
  padding: 2px 1px;
  width: 18px;
  text-align: center;
  float: right;
  margin-left: 5px;
  cursor: pointer;
}
.paddock-list-container .category-NDVI-Imagery,
.paddock-detail-list-container .category-NDVI-Imagery {
  border: 2px solid #96651c;
  width: 30px;
}
.paddock-list-container .category-NDVI-Imagery:after,
.paddock-detail-list-container .category-NDVI-Imagery:after,
.paddock-list-container .category-Crop-Tracker:after,
.paddock-detail-list-container .category-Crop-Tracker:after {
  top: 0px;
  cursor: pointer;
}
.link-cell {
  cursor: pointer;
  color: #000;
}
.link-cell:hover,
.link-cell.selected,
.link-cell.selected:hover {
  background: #ffcb70;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffcb70, endColorstr=#f19e14);
  background-image: -webkit-linear-gradient(#ffcb70, #f19e14);
  background-image: -moz-linear-gradient(#ffcb70, #f19e14);
  background-image: -ms-linear-gradient(#ffcb70, #f19e14);
  background-image: -o-linear-gradient(#ffcb70, #f19e14);
  background-image: linear-gradient(#ffcb70, #f19e14);
}
/* =============================================================================
   SprayWise Page Layouts
   ========================================================================== */
.MainDivMiddle {
  padding: 0 10px 5px 10px;
  margin: 0 0 0 0;
  background: #FFFFFF;
  /*position:relative;*/
}
.MainDivMiddle .mainText,
.MainDivTop .mainText {
  display: block;
  /*float:left;*/
  font-size: 1.1em;
  font-weight: bold;
  color: #f19e14;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
/*spray planner*/
#sprayplanner_info_header {
  background: url("../../assets/images/spraywise/header.png") no-repeat;
  margin: 0 0 10px 0;
  width: 750px;
  height: 80px;
}
#sprayplanner_banner {
  background: url("../../assets/images/spraywise/banner1.png") no-repeat;
  margin: 0 0 10px 0;
  position: relative;
  width: 750px;
  height: 200px;
}
.sprayplanner_purchase_button {
  background: url("../../assets/images/spraywise/purchase_btn.png") no-repeat !important;
  margin: 0 0 0 0  !important;
  position: absolute;
  left: 18px;
  top: 135px;
  width: 327px;
  height: 40px;
  display: block;
}
.sprayplanner_features {
  /*background: url("@{images}/spraywise/features_bg.png") no-repeat;*/
  width: 460px;
  min-height: 400px;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
}
#sprayplanner_pricing {
  width: 250px;
  min-height: 400px;
  float: left;
  padding: 0 0 0 0;
  font-size: 1.2em;
}
.sprayplanner_pricing_header {
  width: 230px;
  border: none;
  background: url("../../assets/images/spraywise/blue_grad.gif") repeat-x 0 0;
  height: 32px;
  padding: 7px 0 0 20px;
  margin-top: 2px;
  color: #FFF !important;
  /*font-family:Arial !important;
    font-size:1.3em !important;
    font-weight:bolder !important;*/
  text-shadow: #555 2px 2px 3px !important;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.sprayplanner_pricing_body {
  width: 230px;
  min-height: 600px;
  background: url("../../assets/images/spraywise/lightblue_grad.gif") repeat-x 0 0;
  padding: 10px 10px 0 10px;
}
.sprayplanner_pricing_body p {
  /*font-size:0.9em !important;
   line-height:1.1em;*/
  padding: 0 5px 5px 5px;
}
.sprayplanner_pricing_body em {
  /*  font-size:0.8em !important;*/
  padding: 0 5px 0 5px;
}
.sprayplanner_features ul,
#sprayplanner_pricing ul {
  list-style-type: square;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.sprayplanner_features ul li,
#sprayplanner_pricing ul li {
  margin: 0 10px 0 15px;
  padding: 5px 5px 0 0;
  font-weight: normal;
  /*font-size:1.2em;*/
}
.sprayplanner_features ul li img {
  /*margin-bottom:10;*/
}
.sprayplanner_features .ui-accordion-content {
  border: none;
  /*{borderColorContent}*/
  background: url("../../assets/images/spraywise/lightgreen_grad.gif") repeat-x 0 0;
  color: #222222 /*{fcContent}*/;
}
.sprayplanner_features .ui-accordion-header {
  border: none;
  background: url("../../assets/images/spraywise/green_grad.gif") repeat-x 0 0;
}
.sprayplanner_features .ui-accordion-header a {
  color: #FFF !important;
  /*font-family:Arial !important;
    font-size:1.3em !important;
    font-weight:bolder !important;*/
  text-shadow: #555 2px 2px 3px !important;
  /*text-indent:-5000 !important;*/
}
#report_table td {
  height: 19px;
}
#report_table .totalHeader {
  width: 90px;
  text-align: right;
  padding-right: 10px;
}
#report_table .perHaHeader {
  text-align: right;
  padding-right: 10px;
  width: 80px;
}
#report_table .areaHeader {
  min-width: 70px;
  width: 70px;
}
#report_table .firstColumnHeader {
  width: 150px;
}
#report_table .performedByHeader,
#report_table .performedBy,
#report_table .perHaHeader,
#report_table .moneyHeader,
#report_table .money {
  text-align: right;
  padding-right: 10px;
}
#report_table #misc_cost {
  width: 50px;
  text-align: right;
}
#report_table .EditPrice {
  width: 70px;
  margin: 0 2px 0 0;
}
#report_table .EditYield {
  width: 60px;
  margin: 0 2px 0 0;
}
#report_table .inputPriceCell,
#report_table .inputYieldCell {
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
}
#report_table .inputPriceHeader {
  text-align: center;
  width: 120px;
}
#report_table .inputYieldHeader {
  text-align: center;
  padding-left: 30px;
}
#report_table .misc-edit .money {
  padding: 0;
}
#report_table .editOperation {
  color: black;
  text-decoration: underline;
}
#report_table .editInput {
  color: black;
  text-decoration: underline;
}
.grain-sources .gs-row-head {
  background: #eee;
}
.grain-sources .gs-row-head .gs-cell {
  font-weight: bold;
  max-width: 100px;
}
.grain-sources .gs-cell {
  max-width: 100px;
}
.grain-sources thead th {
  color: #333;
  font-weight: bold;
}
.grain-sources tbody td {
  max-width: 100px;
}
.grain-sources tbody tr {
  background: transparent;
}
.grain-sources tbody tr:nth-child(odd),
.grain-sources tbody tr.tbody-tr-odd {
  background: #fff;
}
.grain-sources tbody tr.selected {
  background: #ffcb70;
}
.grain-sources tbody tr.disabled {
  background: #CCCCCC;
  color: #999999;
  font-style: italic;
}
.grain-sources tbody tr.gs-group-header {
  color: #f19e14;
  font-size: 1.2em;
  font-weight: normal;
  background: #fff;
}
.grain-sources tbody tr.gs-group-header .group-name {
  padding-left: 10px;
}
.grain-sources tbody tr.gs-group-header td {
  padding-top: 20px;
}
.grain-sources tbody tr.gs-group-header td:first-child {
  width: 5px;
  padding-left: 10px;
  text-align: left;
}
.grain-sources tbody tr.gs-group-header:first-child td {
  padding-top: 10px;
}
.grain-sources tbody tr.gs-group-header:first-child:first-child {
  width: 5px;
  padding-left: 10px;
  text-align: left;
}
.grain-sources tbody tr.gs-group-header.disabled {
  background: #fff;
  color: #999999;
}
.grain-sources tbody tr.gs-group-header.disabled .group-name {
  padding-left: 21px;
  border: 0 none !important;
}
.grain-sources .row-select {
  margin-left: 7px;
}
.grain-sources .row-select.disabled {
  display: none;
}
.grain-sources .row-empty {
  margin-left: 7px;
}
.grain-sources .row-empty.disabled {
  display: none;
}
.grain-sources .group-select[disabled] {
  display: none;
}
.grain-sources .remove-row {
  color: #999;
  border: none;
  background: none;
}
.grain-sources .remove-row:hover {
  color: #000;
}
.grain-sources .remove-row:disabled {
  border: 0 none !important;
  visibility: hidden;
}
.grain-sources .tableTotal {
  text-align: right;
  padding-right: 30px;
}
.grain-quantity-overlay {
  background: none repeat scroll 0 0 #ffcb70;
}
.grain-quantity-overlay.error {
  background: none repeat scroll 0 0 #D45252;
}
.grain-quantity-overlay-end {
  text-align: right;
  padding-left: 0;
}
.grain-quantity-overlay-end span {
  padding-right: 16px;
}
.grain-form-validation-summary-errors {
  float: right;
  list-style-position: inside;
  padding-right: 40px;
  min-width: 360px;
}
.grain-transfer {
  border-collapse: separate;
}
.grain-transfer tr {
  border-bottom: none;
  background: none;
}
.grain-transfer tr.quantity {
  background: none repeat scroll 0 0 #ffcb70;
  border-bottom: 1px solid #FFFFFF;
}
.grain-transfer tr th.quantity-column {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 3px;
  background: #FFFFFF;
}
.grain-transfer tr td {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.grain-transfer tr td.quantity-column {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 3px;
  background: #FFFFFF;
}
.grain-transfer tr td.quantity-column input {
  width: 75px !important;
}
.grain-transfer tr td.quantity-column input[readonly="readonly"],
.grain-transfer tr td.quantity-column input[readonly="readonly"]:focus {
  color: #000;
  background: #FEFEFE !important;
  border: solid 1px #F1F1F1 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.grain-transfer tr td.form-label {
  text-align: right;
}
.grain-transfer tr td.form-data {
  text-align: left;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.grain-transfer tr td span {
  z-index: 1;
  position: relative;
}
.grain-transfer tr.form-row {
  background: none;
  border-bottom: none;
}
.grain-transfer tr.form-row td {
  background: none;
}
.grain-transfer tr.form-row td .datepicker,
.grain-transfer tr.form-row td input {
  width: 75px !important;
}
.grain-transfer tr.form-row td input[type=submit] {
  width: 95px !important;
  margin-right: 10px;
}
.grain-transfer tr.form-row td select {
  width: 155px !important;
  min-width: 155px !important;
  margin-right: 5px;
}
.grain-transfer tr.form-row.form-header-row td {
  padding-top: 30px;
}
.storage-diary-container {
  padding: 5px 0 15px 0;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
  min-height: 45px;
}
.storage-diary-container .hidden {
  display: none !important;
}
.storage-diary-container .datepicker {
  width: 85px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  text-indent: 0.01px;
  text-align: center;
  color: #555;
  padding: 13px 8px 13px 8px;
  -webkit-transition-property: color, background-color, transform, border;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, background-color, transform, border;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, background-color, transform, border;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, background-color, transform, border;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, background-color, transform, border;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  line-height: 1.2em;
}
.storage-diary-container .storage-diary-controls {
  text-align: center;
  color: #555;
  display: inline-block;
  padding: 9px 10px 13px 10px;
  font-size: 1em;
  -webkit-transition-property: color, background-color, transform, border;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, background-color, transform, border;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, background-color, transform, border;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, background-color, transform, border;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, background-color, transform, border;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  line-height: 1.2em;
}
.storage-diary-container .storage-diary-controls .title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  padding: 0 0 0 0;
  min-width: 100px;
}
.storage-diary-container .storage-diary-controls .ddicon {
  display: inline-block;
  padding: 0 0 0 10px;
  margin-left: 20px;
}
.storage-diary-container .storage-diary-controls:hover {
  color: #000;
  background-color: #eeeeee;
  text-decoration: none;
}
.storage-diary-container .storage-diary-controls.collapsed {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.storage-diary-container .storage-diary-controls.right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.storage-diary-container .storage-diary-controls.pin-right {
  right: 0;
  bottom: 0;
  position: absolute;
}
.storage-diary-container .storage-diary-controls.expanded,
.storage-diary-container .storage-diary-controls.dark {
  background-color: #d1d1d1;
  border-color: #bbb;
}
.storage-diary-container .storage-diary-controls.expanded .ddicon,
.storage-diary-container .storage-diary-controls.dark .ddicon {
  border-color: #bbb;
}
.storage-diary-container .storage-diary-controls.active {
  background-color: #333;
  color: #eee;
}
.storage-diary-container .storage-diary-controls.quiet {
  color: #ffffff;
  background-color: #999;
}
.storage-diary-container .storage-diary-controls.quiet:hover {
  background-color: #777;
}
.storage-diary-container .storage-diary-controls.loud {
  color: #ffffff;
  background-color: #3bb2d0;
}
.storage-diary-container .storage-diary-controls.loud:hover {
  background-color: #298ba3;
}
.storage-diary-container .storage-diary-controls.scary {
  color: #ffffff;
  background-color: #ef540c;
}
.storage-diary-container .storage-diary-controls.scary:hover {
  background-color: #a35029;
}
.storage-fill-container {
  height: 120px;
  margin-bottom: 20px;
}
.storage-fill-container .storage-fill-left,
.storage-fill-container .storage-fill-right {
  width: 20px;
  height: 100%;
  border-top: 2px solid #ccc;
  float: left;
}
.storage-fill-container .storage-fill-main {
  height: 100%;
  width: 100px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: relative;
  float: left;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.storage-fill-container .storage-fill-background {
  border-top: 1px solid #f19e14;
  background-color: #ffcb70;
  width: 100%;
  bottom: 0;
  position: absolute;
  top: 0;
  margin-top: 1px;
}
.storage-fill-container .storage-fill-info {
  float: left;
  padding: 20px;
}
.metro-container {
  position: relative;
  width: 100%;
  height: auto;
}
.metro-container .tile {
  display: block;
  background-color: #80cc61;
  width: 150px;
  height: 150px;
  color: #fff;
  margin: 5px;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.metro-container .tile.bg-color-blue {
  background-color: #4893e6;
}
.metro-container .tile.bg-color-orange {
  background-color: #ef9b16;
}
.metro-container .tile.bg-color-red {
  background-color: #D45252;
}
.metro-container .tile .feature {
  padding: 20px;
}
.metro-container .tile.accept-drop {
  background-color: #ccc;
}
.metro-container .tile.hover-drop {
  background-color: #fff;
}
.metro-container .tile:hover {
  -webkit-box-shadow: #555 0 0 5px;
  -moz-box-shadow: #555 0 0 5px;
  -ms-box-shadow: #555 0 0 5px;
  -o-box-shadow: #555 0 0 5px;
  box-shadow: #555 0 0 5px;
  background-color: #d6f6c9;
}
.metro-container h1 {
  color: #fff;
  text-align: center;
}
.metro-container h2 {
  color: #fff;
}
.metro-container p {
  color: #ccc;
}
#chart_grain_totals_legend table {
  width: 100%;
}
.status-box {
  width: 150px;
  padding-top: 13px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 5px;
  height: 75px;
  border-width: 4px;
  border-style: solid;
}
.status-box h2 {
  color: black;
  font-weight: bolder;
}
.status-box.description {
  background-color: #D6FCCF;
}
.status-box.trend-up {
  background-color: #619dff;
  background-color: rgba(97, 157, 255, 0.2);
  border-color: #619dff;
}
.status-box.trend-down {
  background-color: #ff6359;
  background-color: rgba(255, 99, 89, 0.2);
  border-color: #ff6359;
}
.status-box.no-drought {
  background-color: #dfecff;
  /* Fall-back for browsers that don't support rgba */
  background-color: rgba(223, 236, 255, 0.2);
  border-color: #dfecff;
}
.status-box.mild {
  background-color: #f2c80c;
  /* Fall-back for browsers that don't support rgba */
  background-color: rgba(242, 200, 12, 0.2);
  border-color: #f2c80c;
}
.status-box.moderate {
  background-color: #f2920c;
  background-color: rgba(242, 146, 12, 0.2);
  border-color: #f2920c;
}
.status-box.severe {
  background-color: #f2640c;
  background-color: rgba(242, 100, 12, 0.2);
  border-color: #f2640c;
}
.status-box.extreme {
  background-color: #f2180c;
  background-color: rgba(242, 24, 12, 0.2);
  border-color: #f2180c;
}
#droughtindex_container {
  margin-bottom: 17px;
}
#droughtindexchart {
  height: 400px;
}
.crop-tracker-status-container {
  margin: 0;
}
.crop-tracker-status-box {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
}
.crop-tracker-status-box.yes {
  border-color: #277219;
  border-width: 1px;
}
.crop-tracker-status-box.no {
  border-color: #ab0028;
  border-width: 1px;
}
.crop-tracker-status-icons {
  text-align: center;
}
.crop-tracker-status-icons .icon-ggl-cultivation {
  top: -2px;
}
.crop-tracker-status-icons .icon-ggl-grain-harvest {
  top: -1px;
}
.crop-tracker-status-icons .icon-search {
  top: 8px;
}
.crop-tracker-status-icons .icon-calendar {
  top: 8px;
}
.crop-tracker-status-icons .yes {
  color: #277219;
}
.crop-tracker-status-icons .no {
  color: #ab0028;
}
.crop-tracker-status-icons .partially {
  color: #e9c709;
}
.crop-tracker-status-icons .soil-icon {
  font-size: 26px;
  top: 8px;
}
.crop-tracker-title {
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: smaller;
  text-align: center;
  font-weight: bold;
}
.crop-tracker-status-text {
  margin-top: 5px;
  text-align: center;
}
.crop-tracker-status-text .crop-tracker-details {
  padding: 0;
  margin: 0, 0, 5px, 0;
  text-align: center;
  font-size: smaller;
}
.crop-tracker-status-col {
  width: 14.28%;
  float: left;
}
#grower-tool-links .btn.active {
  background-color: #f19e14;
  border-color: #f19e14;
}
.crumb-container {
  height: 49px;
  padding-bottom: 10px;
}
.crumb-container label {
  color: black;
  margin-bottom: 0;
}
.crumb-container .breadcrumb {
  padding: 4px 15px 10px 10px;
  border-radius: 0;
  background: none;
  font-size: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
  /*   &:before {
                top:3px;
	            position:relative;
	            font-size:16px;
                font-family: 'fontpw2';
                content: "\e605";
                margin-right:5px;
            }
                */
}
.crumb-container .breadcrumb > .active {
  color: #333;
}
.crumb-container .breadcrumb > li + li:before {
  color: #ccc;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 200;
  font-size: 8px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  padding: 0 7px 5px 5px;
  vertical-align: middle;
}
.template-select-details-table tr.ignoredOperation td {
  color: lightgray;
}
.template-select-details-table tr.ignoredOperation td input {
  color: lightgray;
}
.template-select-details-table th.checkbox-col {
  min-width: 60px;
  max-width: 60px;
}
.joyride-tip-guide.wide-tip {
  max-width: 600px !important;
  width: 600px !important;
}
.diary-gallery {
  padding-left: 0;
}
.diary-gallery li {
  display: inline-block;
  margin: 15px 1em 1em 0;
  list-style-type: none;
  text-align: center;
}
.diary-gallery .img-thumbnail {
  vertical-align: top;
  max-width: 90px;
  max-height: 90px;
}
.diary-gallery .image-loader {
  border-radius: 0;
  margin-right: 0;
}
.lightbox-modal .modal-content {
  border-radius: 0;
}
.lightbox-modal .modal-body {
  max-height: calc(90vh);
  overflow-y: hidden;
}
.lightbox-modal .lightbox-modal .modal-body {
  max-height: calc(90vh);
  overflow-y: hidden;
}
.lightbox-modal .legend-image {
  right: 0;
  float: right !important;
  width: 140px;
}
.lightbox-modal .status-text {
  font-style: italic;
  color: #999;
}
.lightbox-modal .image-loader {
  border-radius: 0;
  margin-right: 0;
}
.lightbox-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  height: 100px;
  min-width: 100px;
}
.lightbox-images {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85%;
}
.lightbox-images img {
  max-width: 95vh;
  max-height: 75vh;
}
.lightbox-comments {
  margin-top: 10px;
}
.lightbox-image-container {
  position: relative;
  text-align: center;
  height: 100%;
}
.lightbox-image-caption {
  color: #96651c;
  margin: 0;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.lightbox-image-date {
  text-align: right;
  width: 140px;
  margin-right: 3px;
  color: #96651c;
}
.lightbox-image-date .glyphicon {
  margin-right: 4px;
}
.lightbox-nav {
  margin-bottom: 20px;
}
.lightbox-nav .btn-group {
  margin-left: 30px;
}
.lightbox-nav .btn {
  font-size: 12px;
}
.pasource .header {
  margin-bottom: 30px;
}
.pasource .subheader {
  color: #96651c;
  margin-bottom: 20px;
  font-size: 20px;
}
.pasource .glyphicon-pasource {
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  margin-right: 4px;
}
.pas-images .main-image img {
  /*object-fit: contain;*/
}
.pas-uploader .mblButton:first-child {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.pas-uploader .mblButton:first-child:hover,
.pas-uploader .mblButton:first-child:focus,
.pas-uploader .mblButton:first-child:active,
.pas-uploader .mblButton:first-child.active,
.open .dropdown-toggle.pas-uploader .mblButton:first-child {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.pas-uploader .mblButton:first-child:active,
.pas-uploader .mblButton:first-child.active,
.open .dropdown-toggle.pas-uploader .mblButton:first-child {
  background-image: none;
}
.pas-uploader .mblButton:first-child.disabled,
.pas-uploader .mblButton:first-child[disabled],
fieldset[disabled] .pas-uploader .mblButton:first-child,
.pas-uploader .mblButton:first-child.disabled:hover,
.pas-uploader .mblButton:first-child[disabled]:hover,
fieldset[disabled] .pas-uploader .mblButton:first-child:hover,
.pas-uploader .mblButton:first-child.disabled:focus,
.pas-uploader .mblButton:first-child[disabled]:focus,
fieldset[disabled] .pas-uploader .mblButton:first-child:focus,
.pas-uploader .mblButton:first-child.disabled:active,
.pas-uploader .mblButton:first-child[disabled]:active,
fieldset[disabled] .pas-uploader .mblButton:first-child:active,
.pas-uploader .mblButton:first-child.disabled.active,
.pas-uploader .mblButton:first-child[disabled].active,
fieldset[disabled] .pas-uploader .mblButton:first-child.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.pas-uploader .mblButton:first-child .badge {
  color: #5bc0de;
  background-color: #fff;
}
.pas-uploader .mblButton {
  margin-right: 10px;
}
.pas-uploader .mblButton {
  padding: 10px 10px 10px 10px;
  font-size: 1em;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.2em;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
}
.pas-uploader #mainview {
  border: none;
}
.pas-uploader .ui-dialog-titlebar {
  padding: 10px 15px !important;
  border-bottom: 1px solid transparent !important;
  border-top-right-radius: 3px !important;
  border-top-left-radius: 3px !important;
  color: #333333 !important;
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}
.pas-uploader .ui-dialog-titlebar .ui-dialog-title {
  font-size: 12px !important;
  line-height: 1.42857143 !important;
}
.pas-uploader .ui-tabs-nav {
  display: none !important;
}
.pas-uploader .ui-tabs-panel {
  margin-left: -6px !important;
}
.pas-uploader .ui-tabs-panel h1 {
  display: none !important;
}
.pas-uploader label {
  margin-right: 5px;
}
.pas-uploader .ui-dialog-buttonpane {
  display: none !important;
}
.pas-uploader .list-group-item.highlight,
.pas-uploader .list-group-item.highlight:hover {
  background-color: #fff1a1;
}
.pas-uploader .pas-upl-master .nav-list {
  padding-bottom: 10px;
}
.pas-uploader .pas-upl-master .list-group-item a:hover {
  text-decoration: none;
}
.pas-uploader .pas-upl-master .list-group-item:hover {
  background-color: #fff1a1;
}
.pas-uploader .pas-upl-master .mblButton {
  color: #fff;
  background-color: #f19e14;
  border-color: #de900d;
  float: right;
}
.pas-uploader .pas-upl-master .mblButton:hover,
.pas-uploader .pas-upl-master .mblButton:focus,
.pas-uploader .pas-upl-master .mblButton:active,
.pas-uploader .pas-upl-master .mblButton.active,
.open .dropdown-toggle.pas-uploader .pas-upl-master .mblButton {
  color: #fff;
  background-color: #d0870c;
  border-color: #a56b0a;
}
.pas-uploader .pas-upl-master .mblButton:active,
.pas-uploader .pas-upl-master .mblButton.active,
.open .dropdown-toggle.pas-uploader .pas-upl-master .mblButton {
  background-image: none;
}
.pas-uploader .pas-upl-master .mblButton.disabled,
.pas-uploader .pas-upl-master .mblButton[disabled],
fieldset[disabled] .pas-uploader .pas-upl-master .mblButton,
.pas-uploader .pas-upl-master .mblButton.disabled:hover,
.pas-uploader .pas-upl-master .mblButton[disabled]:hover,
fieldset[disabled] .pas-uploader .pas-upl-master .mblButton:hover,
.pas-uploader .pas-upl-master .mblButton.disabled:focus,
.pas-uploader .pas-upl-master .mblButton[disabled]:focus,
fieldset[disabled] .pas-uploader .pas-upl-master .mblButton:focus,
.pas-uploader .pas-upl-master .mblButton.disabled:active,
.pas-uploader .pas-upl-master .mblButton[disabled]:active,
fieldset[disabled] .pas-uploader .pas-upl-master .mblButton:active,
.pas-uploader .pas-upl-master .mblButton.disabled.active,
.pas-uploader .pas-upl-master .mblButton[disabled].active,
fieldset[disabled] .pas-uploader .pas-upl-master .mblButton.active {
  background-color: #f19e14;
  border-color: #de900d;
}
.pas-uploader .pas-upl-master .mblButton .badge {
  color: #f19e14;
  background-color: #fff;
}
.pas-uploader .success {
  color: #00ba09;
}
/*css for pasource list page */
pasource-list .btn-big {
  min-width: 170px;
}
.benchmarking-page {
  /*#product-dropdown-list {
        height: 31px;

        button.dropdown-toggle.ng-binding.btn.btn-default {
            width: 100%;
        }

        ul.dropdown-menu.dropdown-menu-form {
            width: 100%;
        }
    }*/
}
.benchmarking-page .benchmarking-table-outter {
  position: relative;
}
.benchmarking-page .benchmarking-table-outter .benchmarking-table-inner {
  overflow-x: auto;
  overflow-y: visible;
  margin-left: 165px;
  margin-right: 115px;
}
.benchmarking-page .benchmarking-table-outter table {
  width: 100%;
  overflow: hidden;
}
.benchmarking-page .benchmarking-table-outter table tr th {
  border-bottom: none;
}
.benchmarking-page .benchmarking-table-outter table tr th,
.benchmarking-page .benchmarking-table-outter table tr td {
  white-space: nowrap;
  width: 100%;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding: 10px;
  position: relative;
  outline: 0;
  border-left: 1px solid black;
}
.benchmarking-page .benchmarking-table-outter table tr th:last-child,
.benchmarking-page .benchmarking-table-outter table tr td:last-child {
  position: absolute;
  width: 105px;
  right: 0;
  margin-right: 20px;
  border-left: 2px solid black;
  background-color: #e4e4e4;
}
.benchmarking-page .benchmarking-table-outter table tr th:first-child,
.benchmarking-page .benchmarking-table-outter table tr td:first-child {
  position: absolute;
  margin-left: -165px;
  width: 165px;
  text-align: left;
  border-left: none;
  border-right: 2px solid black;
  background-color: #e4e4e4;
}
.benchmarking-page .benchmarking-table-outter table tr th:first-child + th,
.benchmarking-page .benchmarking-table-outter table tr th:first-child + td,
.benchmarking-page .benchmarking-table-outter table tr td:first-child + td {
  border-left: none;
}
.benchmarking-page .benchmarking-table-outter table tr th:not(:first-child),
.benchmarking-page .benchmarking-table-outter table tr td:not(:first-child) {
  text-align: right;
}
.benchmarking-page .benchmarking-table-outter .equal-column {
  table-layout: fixed;
}
.benchmarking-page .benchmarking-table-outter .negative-val {
  color: red;
}
.benchmarking-page .benchmarking-table-outter .cell-title {
  text-align: right;
  vertical-align: middle;
}
.benchmarking-page .benchmarking-table-outter .cell-subtitle {
  font-weight: normal;
}
.benchmarking-page .benchmarking-table-outter .no-left-border {
  border-left: none;
}
.benchmarking-page .benchmarking-table-outter .mouseover {
  background-color: #d58a0d;
  opacity: 0.5;
}
.benchmarking-page .benchmarking-table-outter .active {
  background-color: #5fb3ce !important;
}
.benchmarking-page .date-range-picker-inline {
  display: inline-flex;
  width: 75%;
}
.benchmarking-page .date-range-picker-inline input {
  width: 100%;
}
.benchmarking-page .range-picker {
  padding-left: 0px;
  padding-right: 10px;
  height: 36px;
}
.benchmarking-page .uib-clear {
  display: none;
}
.benchmarking-page .display-inline {
  display: inline-flex;
}
.benchmarking-page .error-message {
  margin: 17px;
  max-width: 300px;
}
.benchmarking-page .form-error {
  position: fixed;
}
.benchmarking-page .multiselect-parent.btn-group.dropdown-multiselect {
  width: 100% !important;
}
.benchmarking-page .multiselect-parent.btn-group.dropdown-multiselect .dropdown-toggle {
  width: 100%;
  min-width: 150px !important;
}
.benchmarking-page #query-button {
  margin-top: 40px;
  height: 34px;
  width: 70px;
  float: right;
  padding: 5px 10px;
  text-align: center;
}
.benchmarking-page #crop-type-dropdown {
  margin-left: 70px;
}
.pac-list .traffic-light-margin-top {
  margin-top: -70px;
}
.pac-list .list-group-sub-item {
  padding: 0px;
  margin-bottom: 0px;
}
.pac-list .box-content {
  margin-top: -16px;
  margin-bottom: 10px;
}
.pac-list .expand {
  max-height: 10000px;
}
.pac-list .expand li {
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  overflow: auto;
  height: auto;
}
.pac-list .expand li .comment-text {
  display: block;
  float: left;
  padding-left: 15px;
  max-width: 90%;
}
.pac-list .expand li:last-child {
  border-bottom: none;
  margin-bottom: -10px;
}
.pac-list .list-group-sub-heading {
  margin-top: 30px;
}
.pac-list .warp-text {
  flex-wrap: wrap;
  max-width: 173px;
}
.pac-list .box-view {
  background: #fafafa;
  color: #555;
  border: 1px solid #ddd;
  width: 100px;
  height: 100px;
  border-radius: 3px;
}
.pac-list .box-view.wide {
  width: 190px;
}
.pac-list .box-view div {
  text-align: center;
  padding-bottom: 5px;
}
.pac-list .box-view .box-view-text {
  font-size: 8px;
  color: #999;
  margin-top: 5px;
}
.pac-list .box-view .box-view-label {
  display: inline-block;
  text-align: left;
  width: 60px;
}
.pac-list .box-view .box-view-value {
  display: inline-block;
  text-align: right;
  font-weight: bold;
  width: 40px;
}
.pac-list .box-view .box-view-date {
  display: inline-block;
  text-align: right;
  width: 60px;
}
.pac-list .image-box {
  margin-top: -100px;
}
.pac-list .image-box .lightbox-thumbnail {
  height: 60px;
  min-width: 60px;
  max-width: 95px;
}
#pac-create .modal-body {
  overflow-y: visible;
}
.pacreport-table-outter .default-table tr th {
  vertical-align: inherit !important;
}
.pacreport-table-outter th,
.pacreport-table-outter td {
  min-width: 50px;
  text-align: center;
}
.pacreport-table-outter th.collapsedcolumn,
.pacreport-table-outter td.collapsedcolumn {
  opacity: 0.7;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.pacreport-table-outter .clickable {
  cursor: pointer;
}
.pacreport-table-outter th {
  background-color: #ddd;
}
.pacreport-table-outter th:not(:first-child),
.pacreport-table-outter td:not(:first-child) {
  text-align: center;
  padding: 0 3px;
}
.pacreport-table-outter tr:not(:first-child) td {
  border-bottom: none;
  border-top: none;
}
.pacreport-table-outter tr:last-child td {
  border-bottom: 1px solid;
}
.pacreport-table-outter .selected {
  color: #f19e14;
}
.pacreport-table-outter th:first-child,
.pacreport-table-outter td:first-child {
  text-align: left;
  padding-right: 5px;
}
.pacreport-table-outter .fixed-width {
  width: 80px;
}
.pacreport-table-outter .no-border-left {
  border-left: none;
}
.pacreport-table-outter .no-border-right {
  border-right: none;
}
.pacreport-table-outter .border-left {
  border-left: 5px solid white !important;
}
.pacreport-table-outter .text-content {
  text-align: center !important;
}
.pacreport-table-outter .color-backgroud {
  color: #fff;
  background-color: #f19e14;
  padding-left: 5px;
}
.pacreport-table-outter tbody:after {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.pacreport-table-outter .clickable-row tr:not(:first-child) {
  cursor: pointer;
}
.pacreport-table-outter .clickable-row tr:not(:first-child):hover {
  color: #f19e14;
}
.pacreport-table-outter .pacs-list tr:not(:first-child) td:last-child {
  position: absolute;
  background: none;
}
.pacreport-table-outter .hidden-cell {
  position: absolute;
  background: none !important;
  line-height: 2.5;
}
.pacreport-table-outter .hidden-cell .btn.right {
  padding: 5px 5px;
  float: left;
  margin-left: 0px;
}
.pacreport-table-outter .paclist-table-inner {
  overflow-x: auto;
}
.climate-modal .climate-data-box-view {
  background: #fafafa;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  margin: 5px 10px;
  padding: 10px 0;
  width: 145px;
  height: 120px;
  left: 10px;
}
.climate-modal .completed-pac-climate {
  margin-left: 20%;
}
.climate-modal .bold-text {
  font-size: 25px;
  font-weight: bold;
  padding: 20px 0 0 0;
}
.climate-modal .box-view-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  align-content: center;
}
marketplace-detail #sticky-div-1 {
  position: fixed;
  top: 50px;
  padding-bottom: 5px;
  z-index: 100;
  background-color: #ffffff;
}
marketplace-detail #sticky-div-2 {
  position: fixed;
  position: sticky;
  position: -webkit-sticky;
  z-index: 100;
  top: 100px;
  width: 100%;
  max-width: 1140px;
  background-color: #ffffff;
}
marketplace-detail #sticky-div-2 div .box hr {
  margin: 0px;
}
marketplace-detail #sticky-div-2 .summary-farm-selector-separator {
  margin-bottom: 0;
  margin-top: 0;
}
marketplace-detail .crumb-container .breadcrumb li:before {
  color: transparent;
}
marketplace-detail .crumb-container .breadcrumb li:first-child {
  width: 90%;
}
marketplace-detail .crumb-container .breadcrumb li:last-child {
  width: 9%;
  margin-bottom: -5px;
}
marketplace-detail .crumb-container .breadcrumb li:last-child a {
  color: #fff;
  background: #f19e14;
  float: right;
  padding: 5px 12px;
  text-align: center;
  border-radius: 50%;
}
marketplace-detail .market-place-summary {
  display: flex;
  justify-content: space-around;
}
marketplace-detail .market-place-summary .center {
  text-align: center;
}
marketplace-detail .market-place-summary .vertical-content {
  display: flex;
  align-items: center;
  font-size: 42px;
  justify-content: center;
}
marketplace-detail .market-place-summary .table-center {
  margin: 0 auto;
}
marketplace-detail .market-place-summary .box-header {
  font-weight: bold;
  font-size: 14px;
}
marketplace-detail .market-place-summary .bold {
  font-weight: bold;
  font-size: xx-large;
}
marketplace-detail .market-place-summary .not-border {
  border: none !important;
}
marketplace-detail .market-place-summary table {
  width: 100%;
}
marketplace-detail .market-place-summary table tr td {
  padding-left: 9px;
  text-align: right;
}
marketplace-detail .market-place-summary table tr td:first-child {
  padding-left: 0px;
  text-align: left;
}
marketplace-detail .market-place-summary table tr:last-child {
  border-top: 1px solid black;
}
marketplace-detail .market-place-summary .bold-text {
  font-weight: bold;
}
marketplace-detail .market-place-summary .small {
  font-size: 12px;
  font-weight: normal;
}
marketplace-detail .market-place-summary .smaller {
  font-size: 8px;
}
marketplace-detail .market-place-summary .vertical-top {
  vertical-align: text-top;
}
marketplace-detail .market-place-summary .box {
  border: 1px solid #ddd;
  margin: 10px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  min-height: 125px;
}
marketplace-detail .market-place-summary .box .flex-display.red {
  margin-bottom: -17px;
}
marketplace-detail .market-place-summary .box .flex-display.center {
  margin-top: -17px;
}
marketplace-detail .market-place-summary .box:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
marketplace-detail .market-place-summary .question-marker {
  font-size: 12px;
  vertical-align: top;
  color: #f19e14;
}
marketplace-detail .market-place-summary .popover-content {
  font-size: 12px;
  font-weight: normal;
}
marketplace-detail .market-place-summary .popover-content .price-popover {
  width: 280px;
}
marketplace-detail .market-place-summary .popover-content .total-cost-popover {
  width: 300px;
}
marketplace-detail .market-place-summary .popover-content .sub-popover {
  width: 250px;
}
marketplace-detail .market-place-summary #token_breakdown tr td {
  width: 33%;
}
marketplace-detail .market-place-summary #token_breakdown tr td:nth-child(2) {
  text-align: center;
}
marketplace-detail .confirm-button {
  position: relative;
  right: 10px;
  height: 30px;
  margin-top: 10px;
  width: 60px;
  padding: 3px 8px;
}
marketplace-detail .confirm-button span {
  line-height: 2;
}
marketplace-detail .confirm-button .double-bounce1 {
  float: right;
  background-color: black;
  width: 50%;
  margin: 0 25%;
}
marketplace-detail .add-paddock-button {
  margin-top: 10px;
  height: 34px;
  width: 80px;
  float: right;
  margin-right: 10px;
  padding: 5px 10px;
  text-align: center;
}
marketplace-detail .marketplace_form .paddock-selector {
  width: 30%;
  display: inline-block;
}
marketplace-detail #marketplace-paddocks-list-header {
  z-index: 20;
  color: #333333;
  margin-top: 10px;
  background-color: #f5f5f5;
  border-color: #ddd;
  display: inline-flex;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
marketplace-detail #marketplace-paddocks-list-header .question-marker {
  font-size: 12px;
  vertical-align: top;
  color: #f19e14;
}
marketplace-detail .market-place-list {
  /* Rounded sliders */
}
marketplace-detail .market-place-list .box-view {
  height: 70px;
  background: #fafafa;
  color: #555;
  border: 1px solid #ddd;
  width: 100px;
  border-radius: 3px;
}
marketplace-detail .market-place-list .box-view div {
  text-align: center;
  padding-bottom: 5px;
}
marketplace-detail .market-place-list .display-inline-flex {
  display: inline-flex;
  width: 100%;
}
marketplace-detail .market-place-list .panel-heading {
  display: inline-flex;
  width: 100%;
  padding: 10px 0px;
}
marketplace-detail .market-place-list .farm-row {
  color: black;
  text-align: left;
  font-size: 13px;
  display: inline-block;
  width: 100%;
}
marketplace-detail .market-place-list .farm-row div {
  margin: 0px;
}
marketplace-detail .market-place-list .farm-row .farm-name {
  font-size: 16px;
  color: orange;
}
marketplace-detail .market-place-list .farm-row .clickable {
  color: #f19e14;
  padding-top: 2px;
}
marketplace-detail .market-place-list .pointer-cursor {
  cursor: pointer;
}
marketplace-detail .market-place-list .help-cursor {
  cursor: help;
}
marketplace-detail .market-place-list .glyphicon-link {
  background-color: transparent;
  color: #00ba09;
  font-size: 24px;
}
marketplace-detail .market-place-list .popover-content {
  padding: 0 14px;
  width: 500px;
}
marketplace-detail .market-place-list .icons-container .remove-icon {
  font-size: 32px;
  color: #f19e14;
  background: none;
  margin: 10px;
}
marketplace-detail .market-place-list .icons-container .unlock-feature-icon {
  font-size: 32px;
  color: #00ba09;
  background: none;
  margin: 10px;
}
marketplace-detail .market-place-list .icons-container .lock-icon {
  font-size: 32px;
  color: #00ba09;
  background: none;
  margin: 5px;
  padding: 2px 15px 2px 15px;
}
marketplace-detail .market-place-list .icons-container .no-editable {
  cursor: not-allowed;
}
marketplace-detail .market-place-list .icons-container .no-valid {
  color: #e9c709;
  margin: 5px;
  padding: 2px 15px 2px 15px;
}
marketplace-detail .market-place-list .icons-container .smaller {
  font-size: smaller;
}
marketplace-detail .market-place-list .list-group-item {
  padding: 1px 0;
}
marketplace-detail .market-place-list .list-group-item .list-group-item {
  padding: 5px 0px;
}
marketplace-detail .market-place-list .list-group-item .warp-text {
  margin-right: 10px;
}
marketplace-detail .market-place-list .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-bottom: -4px;
}
marketplace-detail .market-place-list .switch input {
  display: none;
}
marketplace-detail .market-place-list .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
marketplace-detail .market-place-list .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
marketplace-detail .market-place-list input:checked + .slider {
  background-color: #2196F3;
}
marketplace-detail .market-place-list input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
marketplace-detail .market-place-list input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
marketplace-detail .market-place-list .slider.round {
  border-radius: 34px;
}
marketplace-detail .market-place-list .slider.round:before {
  border-radius: 50%;
}
marketplace-detail .market-place-list .scoll-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
}
marketplace-detail .market-place-list #invalid-access {
  background: #ffefef;
  border: solid 1px #ff3108;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
}
marketplace-detail .header {
  text-align: center;
  color: #f19e14;
  font-stretch: condensed;
}
marketplace-detail .subheader {
  color: #96651c;
  margin-bottom: 20px;
  font-size: 20px;
}
marketplace-detail .bold {
  font-weight: bold;
}
marketplace-detail .dotted-border {
  border-top: 1px dotted black;
}
marketplace-detail .green {
  color: #00ba09;
}
marketplace-detail .market-place-list .list-group-item-actions {
  margin-bottom: -10px;
}
@media screen and (max-width: 1024px) {
  marketplace-detail .marketplace_apsim {
    margin-left: 32.5%;
  }
  marketplace-detail .marketplace_ndvi {
    margin-left: 21.5%;
  }
  marketplace-detail #marketplace-farm-selector-title {
    display: none;
  }
  marketplace-detail #marketplace-paddock-selector-title {
    display: none;
  }
  marketplace-detail .marketplace-grower-selector-title {
    display: none !important;
  }
  marketplace-detail .summary-farm-selector-separator {
    margin-bottom: 5px !important;
  }
  marketplace-detail #sticky-div-2 {
    max-width: 960px;
  }
}
.confirm-modal .text-left {
  text-align: left !important;
}
.confirm-modal table tr {
  border: none !important;
}
.confirm-modal table .table-paddock-row td {
  background: #eeeeee !important;
  background-image: linear-gradient(#EEEEEE, #FEFEFE) !important;
}
.confirm-modal .unlock-feature-icon {
  color: #00ba09;
  font-size: 16px;
}
.confirm-modal .remove-icon {
  color: #f19e14;
  font-size: 16px;
}
.modal-body.learn-more-modal {
  background: #fff;
}
.modal-body.learn-more-modal div {
  padding: 10px;
}
.modal-body.learn-more-modal .nav-tabs {
  margin-bottom: 0px;
}
.modal-body.learn-more-modal .nav-tabs li a {
  border: none;
  color: #999;
}
.modal-body.learn-more-modal .nav-tabs li.active a {
  border: none;
  color: #f19e14;
}
.modal-body.learn-more-modal .tab-content .tab-pane .col-sm-6 header {
  font-size: 24px;
}
.modal-body.learn-more-modal .tab-content .tab-pane .col-sm-6 header i {
  vertical-align: text-top;
}
.modal-body.learn-more-modal .tab-content .tab-pane .col-sm-6 header img {
  vertical-align: text-top;
  width: 24px;
}
.list-item-content.header-yield {
  margin-left: 10px !important;
  min-height: unset !important;
}
anonymous-activities-list #btnConfirm {
  margin-top: -5px;
}
.yield-upload-error {
  color: #ab0028;
}
.yield-upload-error-title {
  text-decoration: underline;
}
.yield-upload-status-finished {
  color: #00ba09;
}
.yield-upload-status-errors {
  color: #ab0028;
}
.yield-upload-status-processing {
  color: #04a9c1;
}
.yield-upload-paddock-results-modal {
  text-align: center;
}
.yield-upload-paddock-results-modal .yield-value {
  text-align: right;
  padding-right: 40px;
}
.yield-upload-paddock-results-modal .paddock-name {
  text-align: left;
}
.yield-upload-paddock-results-modal .last-row {
  margin-bottom: 20px;
}
grain-price-comparison .btn-highlight-high,
div[grain-price-comparison] .btn-highlight-high {
  color: forestgreen;
  font-weight: bold;
}
grain-price-comparison .btn-highlight-low,
div[grain-price-comparison] .btn-highlight-low {
  color: #ab0028;
  font-weight: bold;
}
grain-price-comparison .row-filters,
div[grain-price-comparison] .row-filters {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
grain-price-comparison .col-filter,
div[grain-price-comparison] .col-filter {
  margin-top: -10px;
}
@media (min-width: 768px) {
  grain-price-comparison .result-table-outter .result-table-inner .table,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table {
    width: 100%;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell {
    min-width: 135px;
    max-width: 135px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .dropdown-multiselect button,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .dropdown-multiselect button {
    min-width: 95px;
    width: 95px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell.result-location,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell.result-location {
    text-align: right;
    padding-right: 42.5px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell.result-location.no-value,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell.result-location.no-value {
    text-align: center;
    padding-right: inherit;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .addLocationBtn,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .addLocationBtn {
    color: #555;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .remove-location-btn,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .remove-location-btn {
    padding: unset;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell {
    max-width: 160px;
    min-width: 160px;
    border-left: none;
    border-right: 2px solid black;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell .crop-selector .dropdown-multiselect button,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell .crop-selector .dropdown-multiselect button {
    min-width: 140px;
    width: 140px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell.crop-cell-result,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell.crop-cell-result {
    padding-left: 25px;
    text-align: left;
    background-color: #e4e4e4;
    min-width: 160px;
    max-width: 160px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table th,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table th,
  grain-price-comparison .result-table-outter .result-table-inner .table td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table td {
    white-space: nowrap;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding: 10px;
    outline: 0;
    border-left: 1px solid black;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tr,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tr {
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table thead,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table thead {
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody {
    display: block;
    max-height: calc(100vh - 50px - 50px - 50px - 175px);
    overflow-y: auto;
    /* Trigger vertical scroll    */
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .header-row,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .header-row {
    background-color: #e6b63a !important;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .header-row td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .header-row td {
    background-color: #e6b63a !important;
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .data-row:hover,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .data-row:hover {
    background-color: #ffd503 !important;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .data-row:hover td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .data-row:hover td {
    background-color: #ffd503 !important;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody td.highest-price,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody td.highest-price {
    background-color: rgba(41, 163, 47, 0.1) !important;
    color: forestgreen;
    font-weight: bold;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody td.lowest-price,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody td.lowest-price {
    background-color: rgba(204, 0, 0, 0.1) !important;
    color: #ab0028;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  grain-price-comparison .result-table-outter .result-table-inner .table,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table {
    width: 100%;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell {
    min-width: 190px;
    max-width: 190px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .dropdown-multiselect button,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .dropdown-multiselect button {
    min-width: 150px;
    width: 150px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell.result-location,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell.result-location {
    text-align: right;
    padding-right: 70px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell.result-location.no-value,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell.result-location.no-value {
    text-align: center;
    padding-right: inherit;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .addLocationBtn,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .addLocationBtn {
    color: #555;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .remove-location-btn,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .remove-location-btn {
    padding: unset;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell {
    max-width: 160px;
    min-width: 160px;
    border-left: none;
    border-right: 2px solid black;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell .crop-selector .dropdown-multiselect button,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell .crop-selector .dropdown-multiselect button {
    min-width: 140px;
    width: 140px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell.crop-cell-result,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell.crop-cell-result {
    padding-left: 25px;
    text-align: left;
    background-color: #e4e4e4;
    min-width: 160px;
    max-width: 160px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table th,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table th,
  grain-price-comparison .result-table-outter .result-table-inner .table td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table td {
    white-space: nowrap;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding: 10px;
    outline: 0;
    border-left: 1px solid black;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tr,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tr {
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table thead,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table thead {
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody {
    display: block;
    max-height: calc(100vh - 50px - 50px - 50px - 175px);
    overflow-y: auto;
    /* Trigger vertical scroll    */
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .header-row,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .header-row {
    background-color: #e6b63a !important;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .header-row td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .header-row td {
    background-color: #e6b63a !important;
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .data-row:hover,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .data-row:hover {
    background-color: #ffd503 !important;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .data-row:hover td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .data-row:hover td {
    background-color: #ffd503 !important;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody td.highest-price,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody td.highest-price {
    background-color: rgba(41, 163, 47, 0.1) !important;
    color: forestgreen;
    font-weight: bold;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody td.lowest-price,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody td.lowest-price {
    background-color: rgba(204, 0, 0, 0.1) !important;
    color: #ab0028;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  grain-price-comparison .result-table-outter .result-table-inner .table,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table {
    width: 100%;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell {
    min-width: 240px;
    max-width: 240px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .dropdown-multiselect button,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .dropdown-multiselect button {
    min-width: 200px;
    width: 200px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell.result-location,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell.result-location {
    text-align: right;
    padding-right: 95px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell.result-location.no-value,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell.result-location.no-value {
    text-align: center;
    padding-right: inherit;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .addLocationBtn,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .addLocationBtn {
    color: #555;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .location-cell .remove-location-btn,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .location-cell .remove-location-btn {
    padding: unset;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell {
    max-width: 160px;
    min-width: 160px;
    border-left: none;
    border-right: 2px solid black;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell .crop-selector .dropdown-multiselect button,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell .crop-selector .dropdown-multiselect button {
    min-width: 140px;
    width: 140px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table .crop-cell.crop-cell-result,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table .crop-cell.crop-cell-result {
    padding-left: 25px;
    text-align: left;
    background-color: #e4e4e4;
    min-width: 160px;
    max-width: 160px;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table th,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table th,
  grain-price-comparison .result-table-outter .result-table-inner .table td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table td {
    white-space: nowrap;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding: 10px;
    outline: 0;
    border-left: 1px solid black;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tr,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tr {
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table thead,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table thead {
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody {
    display: block;
    max-height: calc(100vh - 50px - 50px - 50px - 175px);
    overflow-y: auto;
    /* Trigger vertical scroll    */
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .header-row,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .header-row {
    background-color: #e6b63a !important;
    cursor: pointer;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .header-row td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .header-row td {
    background-color: #e6b63a !important;
    display: block;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .data-row:hover,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .data-row:hover {
    background-color: #ffd503 !important;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody .data-row:hover td,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody .data-row:hover td {
    background-color: #ffd503 !important;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody td.highest-price,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody td.highest-price {
    background-color: rgba(41, 163, 47, 0.1) !important;
    color: forestgreen;
    font-weight: bold;
  }
  grain-price-comparison .result-table-outter .result-table-inner .table tbody td.lowest-price,
  div[grain-price-comparison] .result-table-outter .result-table-inner .table tbody td.lowest-price {
    background-color: rgba(204, 0, 0, 0.1) !important;
    color: #ab0028;
    font-weight: bold;
  }
}
grain-price-home .grain-price-tabs,
div[grain-price-home] .grain-price-tabs {
  font-size: 15px;
  margin-bottom: 10px !important;
}
grain-price-spot .grain-price-spot-container,
div[grain-price-spot] .grain-price-spot-container,
grain-price-comparison .grain-price-spot-container,
div[grain-price-comparison] .grain-price-spot-container {
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
grain-price-spot .grain-price-spot-new-button,
div[grain-price-spot] .grain-price-spot-new-button,
grain-price-comparison .grain-price-spot-new-button,
div[grain-price-comparison] .grain-price-spot-new-button {
  margin-top: 5px;
}
grain-price-spot .pf-container,
div[grain-price-spot] .pf-container,
grain-price-comparison .pf-container,
div[grain-price-comparison] .pf-container {
  width: 230px;
}
grain-price-spot .pf-logo,
div[grain-price-spot] .pf-logo,
grain-price-comparison .pf-logo,
div[grain-price-comparison] .pf-logo {
  background: url(../../assets/images/profarmer-logo.png) no-repeat center;
  background-size: cover;
  width: 136px;
  height: 50px;
  float: right;
}
grain-price-spot .pf-powered-by-text,
div[grain-price-spot] .pf-powered-by-text,
grain-price-comparison .pf-powered-by-text,
div[grain-price-comparison] .pf-powered-by-text {
  font-weight: bold;
  width: 80px;
  float: left;
  margin-top: 15px;
}
.grain-price-spot-query-builder-modal .locationAutoCompleteBox {
  left: 190px;
  top: 110px;
  width: 260px;
  max-height: 500px;
  overflow: auto;
  position: absolute;
  background-color: white;
  border: 1px solid #c1c1c1;
  padding: 0;
  z-index: 1;
}
.grain-price-spot-query-builder-modal .locationAutoCompleteBoxItem {
  padding: 5px;
  border-bottom: 0.1px solid #cccccc;
  cursor: default;
}
.grain-price-spot-query-builder-modal .locationAutoCompleteBoxItem:hover {
  background-color: #dadada;
}
.grain-price-spot-query-builder-modal .locationAutoCompleteCaretBox {
  position: absolute !important;
  width: 30px !important;
  top: 21px !important;
  margin: 0px !important;
  right: 145px !important;
}
.grain-price-spot-query-builder-modal .locationAutoCompleteCaretBox.selected {
  background-color: #e6e6e6 !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  background-image: none !important;
}
.grain-price-spot-query-builder-modal .editor-field .form-error {
  margin-top: 6px;
  margin-left: 10px;
}
grain-price-spot-tiles,
div[grain-price-spot-tiles] {
  /*.is-old-price h1, .is-old-price h3, .is-old-price h6 {
        color: rgba(255, 0, 0, 1) !important;
    }*/
}
grain-price-spot-tiles .panel-body,
div[grain-price-spot-tiles] .panel-body {
  box-shadow: 0px 2px 15px 0px #cccccc;
  padding-top: 0;
  cursor: default;
}
grain-price-spot-tiles .panel-body div,
div[grain-price-spot-tiles] .panel-body div {
  position: absolute;
  left: 17px;
  top: 5px;
  font-size: 20px;
}
grain-price-spot-tiles .panel-body .price-text,
div[grain-price-spot-tiles] .panel-body .price-text {
  width: 100%;
  text-align: center;
  font-size: 30px;
}
grain-price-spot-tiles .panel-body .price-date-text,
div[grain-price-spot-tiles] .panel-body .price-date-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #888;
}
grain-price-spot-tiles .tile-delete,
div[grain-price-spot-tiles] .tile-delete {
  position: absolute;
  right: 17px;
  top: 5px;
  font-size: 15px;
  margin: 5px;
  cursor: pointer;
  color: #555;
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  text-shadow: none;
}
grain-price-spot-tiles .tile-delete:hover,
div[grain-price-spot-tiles] .tile-delete:hover {
  color: red;
  text-shadow: 0 0 3px #888;
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
grain-price-spot-tiles .pin,
div[grain-price-spot-tiles] .pin {
  color: #777;
  cursor: pointer;
}
grain-price-spot-tiles .pin:hover,
div[grain-price-spot-tiles] .pin:hover {
  text-shadow: 0px 0px 1px #888;
}
grain-price-spot-tiles .spotPriceBox .box,
div[grain-price-spot-tiles] .spotPriceBox .box {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
grain-price-spot-tiles .spotPriceBox .box:hover,
div[grain-price-spot-tiles] .spotPriceBox .box:hover {
  box-shadow: 0px 5px 15px 3px #cccccc;
  transition: box-shadow 0.3s ease-in-out;
}
grain-price-spot-tiles .spotPriceBox .box.is-old-price,
div[grain-price-spot-tiles] .spotPriceBox .box.is-old-price {
  /*opacity: 0.7;*/
}
grain-price-spot-tiles .panel-body.is-old-price,
div[grain-price-spot-tiles] .panel-body.is-old-price {
  box-shadow: 0px 2px 10px -2px rgba(255, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
grain-price-spot-tiles .spotPriceBox .box.is-old-price:hover,
div[grain-price-spot-tiles] .spotPriceBox .box.is-old-price:hover {
  box-shadow: 0px 2px 15px 1px rgba(255, 0, 0, 0.7);
  transition: box-shadow 0.3s ease-in-out;
}
grain-price-spot-tiles .is-old-price .price-text,
div[grain-price-spot-tiles] .is-old-price .price-text {
  color: #ff0000 !important;
}
grain-price-spot-tiles .is-old-price h6,
div[grain-price-spot-tiles] .is-old-price h6 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  grain-price-spot-tiles .price-tile,
  div[grain-price-spot-tiles] .price-tile {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  grain-price-spot-tiles .price-tile,
  div[grain-price-spot-tiles] .price-tile {
    width: 100%;
  }
}
.default-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.default-table h2,
.default-table h3,
.default-table h4 {
  padding: 0.5em 0 0 0;
  margin: 0;
}
.default-table tr th {
  padding: 5px 0 5px 0;
  background: #FFFFFF;
  vertical-align: top;
  text-align: center;
}
.default-table tr th.top {
  vertical-align: top;
}
.default-table tr th.bottom {
  vertical-align: bottom;
}
.default-table tr td {
  border: none !important;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.default-table tr td.EmptyCell {
  background: #FFFFFF !important;
  border-bottom: none !important;
  -ms-filter: none !important;
  filter: none !important;
}
.default-table tr:nth-child(odd),
.default-table tr.table-row-odd {
  border-bottom: 1px solid #F7F7F7;
}
.default-table tr:nth-child(odd) td,
.default-table tr.table-row-odd td {
  background: #DADADA;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#DADADA, endColorstr=#E2E2E2);
  background-image: -webkit-linear-gradient(#DADADA, #E2E2E2);
  background-image: -moz-linear-gradient(#DADADA, #E2E2E2);
  background-image: -ms-linear-gradient(#DADADA, #E2E2E2);
  background-image: -o-linear-gradient(#DADADA, #E2E2E2);
  background-image: linear-gradient(#DADADA, #E2E2E2);
}
.default-table tr:nth-child(even),
.default-table tr.table-row-even {
  border-bottom: 1px solid #F7F7F7;
}
.default-table tr:nth-child(even) td,
.default-table tr.table-row-even td {
  background: #EEEEEE;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#EEEEEE, endColorstr=#FEFEFE);
  background-image: -webkit-linear-gradient(#EEEEEE, #FEFEFE);
  background-image: -moz-linear-gradient(#EEEEEE, #FEFEFE);
  background-image: -ms-linear-gradient(#EEEEEE, #FEFEFE);
  background-image: -o-linear-gradient(#EEEEEE, #FEFEFE);
  background-image: linear-gradient(#EEEEEE, #FEFEFE);
}
.default-table tr.SelectedRow td {
  background: #ffcb70;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffcb70, endColorstr=#f19e14);
  background-image: -webkit-linear-gradient(#ffcb70, #f19e14);
  background-image: -moz-linear-gradient(#ffcb70, #f19e14);
  background-image: -ms-linear-gradient(#ffcb70, #f19e14);
  background-image: -o-linear-gradient(#ffcb70, #f19e14);
  background-image: linear-gradient(#ffcb70, #f19e14);
}
.default-table tr.EmptyRow {
  border-bottom: none !important;
}
.default-table tr.EmptyRow td {
  background: #FFFFFF !important;
  -ms-filter: none !important;
  filter: none !important;
}
@media screen {
  .my-report-table > thead > tr > th,
  .my-report-table > tbody > tr > th,
  .my-report-table > tfoot > tr > th,
  .my-report-table > thead > tr > td,
  .my-report-table > tbody > tr > td,
  .my-report-table > tfoot > tr > td {
    padding: 8px;
  }
}
@media print {
  .my-report-table > thead > tr > th,
  .my-report-table > tbody > tr > th,
  .my-report-table > tfoot > tr > th,
  .my-report-table > thead > tr > td,
  .my-report-table > tbody > tr > td,
  .my-report-table > tfoot > tr > td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.btn {
  padding: 10px 10px 10px 10px;
  font-size: 1em;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1.2em;
  margin-top: 0;
}
.btn .title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  padding: 0 0 0 0;
  margin-left: 5px;
  min-width: 50px;
}
.btn .ddicon {
  display: inline-block;
  padding: 0 0 0 10px;
  margin-left: 20px;
}
.btn.collapsed {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.btn.rotated {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn.right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.btn.pin-right {
  right: 0;
  bottom: 0;
  position: absolute;
}
.btn.expanded,
.btn.dark {
  background-color: #d1d1d1;
  border-color: #bbb;
}
.btn.expanded .ddicon,
.btn.dark .ddicon {
  border-color: #bbb;
}
.btn.active {
  background-color: #333;
  color: #eee;
}
.btn.quiet {
  color: #ffffff;
  background-color: #999;
}
.btn.quiet:hover {
  background-color: #777;
}
.btn.loud {
  color: #ffffff;
  background-color: #3bb2d0;
}
.btn.loud:hover {
  background-color: #298ba3;
}
.btn.scary {
  color: #ffffff;
  background-color: #ef540c;
}
.btn.scary:hover {
  background-color: #a35029;
}
.btn.pasource-offer {
  color: #ffffff;
  background-color: #96651c;
}
.btn.pasource-offer:hover {
  background-color: #a37229;
}
.btn.saving {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background-color: #f19e14 !important;
  color: #f19e14 !important;
  overflow: hidden;
  opacity: 0.3;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.btn .badge {
  min-width: 5px;
  padding: 2px 4px;
  position: absolute;
  top: -7px;
  right: -7px;
  border: solid;
}
button.saving {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background-color: #f19e14 !important;
  color: #f19e14 !important;
  overflow: hidden;
  opacity: 0.3;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.btn-dark,
.btn-dark:active,
.btn-dark:focus {
  color: #fff;
  background-color: #777;
  border-color: #999;
}
.btn-dark:hover,
.btn-dark:active:hover,
.btn-dark:focus:hover {
  color: #fff;
  background-color: #666;
  border-color: #999;
}
.anchor {
  color: #f19e14;
  background: none;
  border: none;
  padding: 0;
  display: inline;
  font-size: 1em;
}
.anchor:hover {
  font-size: 1em;
  color: #f19e14;
  text-decoration: underline;
  background: none;
  border: none;
}
.btn-default {
  background: #fafafa;
  color: #555;
  border: 1px solid #ddd;
}
.btn-info.highlight-border {
  color: #555;
  background-color: #fafafa;
  border-color: #46b8da;
  border-width: 2px;
}
.btn-info.highlight-border:hover,
.btn-info.highlight-border:focus,
.btn-info.highlight-border:active,
.btn-info.highlight-border.active,
.open .dropdown-toggle.btn-info.highlight-border {
  color: #555;
  background-color: #e6e6e6;
  border-color: #269abc;
}
.btn-info.highlight-border:active,
.btn-info.highlight-border.active,
.open .dropdown-toggle.btn-info.highlight-border {
  background-image: none;
}
.btn-info.highlight-border.disabled,
.btn-info.highlight-border[disabled],
fieldset[disabled] .btn-info.highlight-border,
.btn-info.highlight-border.disabled:hover,
.btn-info.highlight-border[disabled]:hover,
fieldset[disabled] .btn-info.highlight-border:hover,
.btn-info.highlight-border.disabled:focus,
.btn-info.highlight-border[disabled]:focus,
fieldset[disabled] .btn-info.highlight-border:focus,
.btn-info.highlight-border.disabled:active,
.btn-info.highlight-border[disabled]:active,
fieldset[disabled] .btn-info.highlight-border:active,
.btn-info.highlight-border.disabled.active,
.btn-info.highlight-border[disabled].active,
fieldset[disabled] .btn-info.highlight-border.active {
  background-color: #fafafa;
  border-color: #46b8da;
}
.btn-info.highlight-border .badge {
  color: #fafafa;
  background-color: #555;
}
.btn-group .disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}
.btn-group .active {
  background-color: #f19e14;
  color: #eee;
}
.btn-group-vertical .btn {
  text-align: left;
}
a.LinkButton,
.LinkButton {
  display: block;
  float: left;
  padding: 2px 10px 0 0;
  text-decoration: none;
  outline: none;
  color: #303030;
  vertical-align: super;
  cursor: pointer;
  white-space: nowrap;
  white-space-collapse: discard;
}
a.LinkButton img,
.LinkButton img {
  vertical-align: bottom;
  margin-right: 5px;
}
.AddLinkButton,
.AddLinkButton:visited,
.EditLinkButton,
.EditLinkButton:visited,
.DeleteLinkButton,
.DeleteLinkButton:visited,
.CogLinkButton,
.CogLinkButton:visited,
.SaveLinkButton,
.SaveLinkButton:visited,
.PrintLinkButton,
.PrintLinkButton:visited,
.PdfLinkButton,
.PdfLinkButton:visited,
.SelectLinkButton,
.SelectLinkButton:visited,
.SelectDocTableButton,
.SelectDocTableButton:visited,
.TrueLinkButton,
.TrueLinkButton:visited,
.FalseLinkButton,
.FalseLinkButton:visited,
.UndoLinkButton,
.UndoLinkButton:visited,
.ShapeLinkButton,
.ShapeLinkButton:visited,
.LoginAsButton,
.LoginAsButton:visited,
.LeftLinkButton,
.LeftLinkButton:visited {
  height: 16px;
  display: inline-block;
  padding: 1px 2px 0 21px;
  margin: 0 5px 0 0;
  text-decoration: none;
  outline: none;
  color: #303030;
  cursor: pointer;
  white-space: nowrap;
  white-space-collapse: discard;
  line-height: 17px;
}
.AddLinkButton:hover,
.EditLinkButton:hover,
.DeleteLinkButton:hover,
.CogLinkButton:hover,
.SaveLinkButton:hover,
.PrintLinkButton:hover,
.PdfLinkButton:hover,
.SelectLinkButton:hover,
.SelectDocTableButton:hover,
.TrueLinkButton:hover,
.FalseLinkButton:hover,
.UndoLinkButton:hover,
.ShapeLinkButton:hover,
.LoginAsButton:hover,
.LeftLinkButton:hover {
  color: #f19e14;
}
.AddLinkButton,
.AddLinkButton:visited {
  background: url("../../assets/images/add.png") no-repeat;
}
.EditLinkButton,
.EditLinkButton:visited {
  background: url("../../assets/images/pencil.png") no-repeat;
}
.DeleteLinkButton,
.DeleteLinkButton:visited {
  background: url("../../assets/images/cancel.png") no-repeat;
}
.CogLinkButton,
.CogLinkButton:visited {
  background: url("../../assets/images/cog.png") no-repeat;
}
.SaveLinkButton,
.SaveLinkButton:visited {
  background: url("../../assets/images/disk.png") no-repeat;
}
.PrintLinkButton,
.PrintLinkButton:visited {
  background: url("../../assets/images/printer.png") no-repeat;
}
.PdfLinkButton,
.PdfLinkButton:visited {
  background: url("../../assets/images/doc_pdf.png") no-repeat;
}
.SelectLinkButton,
.SelectLinkButton:visited {
  background: url("../../assets/images/magnifier.png") no-repeat;
}
.SelectDocTableButton,
.SelectDocTableButton:visited {
  background: url("../../assets/images/doc_table.png") no-repeat;
}
.TrueLinkButton,
.TrueLinkButton:visited {
  background: url("../../assets/images/accept.png") no-repeat;
}
.FalseLinkButton,
.FalseLinkButton:visited {
  background: url("../../assets/images/cross.png") no-repeat;
}
.UndoLinkButton,
.UndoLinkButton:visited {
  background: url("../../assets/images/arrow_undo.png") no-repeat;
}
.ShapeLinkButton,
.ShapeLinkButton:visited {
  background: url("../../assets/images/shape_handles.png") no-repeat;
}
.LeftLinkButton,
.LeftLinkButton:visited {
  background: url("../../assets/images/arrow_left.png") no-repeat;
}
.LoginAsButton,
.LoginAsButton:visited {
  background: url("../../assets/images/key.png") no-repeat;
}
.TrueButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/accept.png") no-repeat;
  cursor: pointer;
}
.FalseButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/cross.png") no-repeat;
  cursor: pointer;
}
.OtherButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/asterisk_orange.png") no-repeat;
  cursor: pointer;
}
.PrintButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/printer.png") no-repeat;
  cursor: pointer;
}
.ExportButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/doc_excel_csv.png") no-repeat;
  cursor: pointer;
}
.ExportSqlButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/table.png") no-repeat;
  cursor: pointer;
}
.PDFButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/doc_pdf.png") no-repeat;
  cursor: pointer;
}
.MailButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/email.png") no-repeat;
  cursor: pointer;
}
.AddButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/add.png") no-repeat;
  cursor: pointer;
}
.EditButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/pencil.png") no-repeat;
  cursor: pointer;
}
.SaveButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/disk.png") no-repeat;
  cursor: pointer;
}
.CancelButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/cross.png") no-repeat;
  cursor: pointer;
}
.DeleteButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/cancel.png") no-repeat;
  cursor: pointer;
}
.RepeatButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/control_repeat.png") no-repeat;
  cursor: pointer;
}
.ClearButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/delete.png") no-repeat;
  cursor: pointer;
}
.SelectButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/magnifier.png") no-repeat;
  cursor: pointer;
}
.ConnectButton {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 16px;
  background: url("../../assets/images/connect.png") no-repeat;
  cursor: pointer;
}
.right {
  float: right;
}
a.LinkButton:hover,
.LinkButton:hover,
.AddLinkButton:hover,
.EditLinkButton:hover,
.DeleteLinkButton:hover,
.SaveLinkButton:hover,
.PrintLinkButton:hover,
.PdfLinkButton:hover,
.SelectLinkButton:hover,
.SelectDocTableButton:hover,
.LoginAsButton:hover,
.CogLinkButton:hover {
  cursor: pointer;
  color: #f19e14;
  text-decoration: underline;
}
#datalistTabs .ui-widget {
  border: none;
  padding: 0;
  margin: 0;
}
#datalistTabs .ui-widget-header {
  border: none;
  padding: 0;
  margin: 0;
}
#datalistTabs .ui-widget-content {
  border: none;
  padding: 0;
  margin: 0;
}
#datalistTabs {
  border: none;
}
@media screen {
  .report-title {
    margin-top: 5px;
    color: #f19e14;
  }
  .report-header-container {
    padding-bottom: 5px;
    padding-left: 10px;
    width: 100%;
    height: 120px;
    margin: 10px auto;
    overflow: hidden;
  }
  .report-header-container h3 {
    color: #f19e14;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 0 0.8em 0;
    margin: 0;
  }
  .report-header-container .sub-title {
    padding-left: 9px;
  }
  .report-header-container .one-third {
    display: inline-block;
    float: left;
    width: 33%;
  }
  .report-header-container .last {
    margin-right: 0;
  }
  .report-header-container .report-label {
    display: block;
    float: left;
    width: 100px;
    padding-left: 9px;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #333;
    text-align: left;
  }
  .report-header-container .report-field {
    display: block;
    float: left;
    margin-bottom: 5px;
    min-height: 20px;
    width: 190px;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 10px;
  }
}
@media print {
  .report-title {
    margin-top: 5px;
    color: #f19e14 !important;
  }
  .report-header-container {
    padding-bottom: 5px;
    padding-left: 10px;
    width: 100%;
    height: 110px;
    margin: 10px auto;
    overflow: hidden;
  }
  .report-header-container h3 {
    color: #f19e14 !important;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 0 0.8em 0;
    margin: 0;
  }
  .report-header-container .sub-title {
    padding-left: 9px;
  }
  .report-header-container .one-third {
    display: inline-block;
    float: left;
    width: 33%;
  }
  .report-header-container .last {
    margin-right: 0;
  }
  .report-header-container .report-label {
    display: block;
    float: left;
    width: 85px;
    padding-left: 9px;
    text-transform: uppercase;
    color: #333 !important;
    text-align: left;
  }
  .report-header-container .report-field {
    display: block;
    float: left;
    margin-bottom: 5px;
    min-height: 16px;
    width: 110px;
    font-weight: bold;
    padding-left: 10px;
  }
}
.group-box {
  position: relative;
  border: 1px solid #f19e14;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen {
  .group-box-legend {
    position: absolute;
    top: -25px;
    left: 0;
    display: inline-block;
    color: #f19e14;
    font-size: 1.3em;
    font-weight: normal;
    border-width: 0;
  }
}
@media print {
  .group-box-legend {
    position: absolute;
    top: -25px;
    left: 0;
    display: inline-block;
    color: #f19e14 !important;
    font-size: 1.3em;
    font-weight: normal;
    border-width: 0;
  }
}
.soil-test-layer {
  border: 1px solid #ccc;
  padding-left: 3px;
  margin-bottom: 3px;
}
.soil-test-layer .title {
  color: #f19e14;
}
/* operation header row */
.grid-operation-header {
  display: block;
  max-height: 60px;
  cursor: default;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  background: #EEEEEE;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#EEEEEE, endColorstr=#fafafa);
  background-image: -webkit-linear-gradient(#EEEEEE, #fafafa);
  background-image: -moz-linear-gradient(#EEEEEE, #fafafa);
  background-image: -ms-linear-gradient(#EEEEEE, #fafafa);
  background-image: -o-linear-gradient(#EEEEEE, #fafafa);
  background-image: linear-gradient(#EEEEEE, #fafafa);
  border: 1px solid #ccc;
  overflow: hidden;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom: none;
}
/* operation header row cell*/
.grid-header-cell {
  display: inline-block;
  width: 17.7%;
  float: left;
  padding: 8px 6px 8px 6px;
  border-left: 1px dashed #ccc;
}
.grid-header-cell.first {
  border-left: none;
}
.grid-header-cell.last {
  padding-right: 0;
}
.grid-header-cell h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #2f3e46;
  padding: 0 0 .2em 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-header-cell h1.orange {
  color: #f19e14;
}
.grid-header-cell h1.green {
  color: #00ba09;
}
.grid-header-cell h1.blue {
  color: #04a9c1;
}
.grid-header-cell h1.red {
  color: #ab0028;
}
.grid-header-cell h1.lightred {
  color: #fc2717;
}
.grid-header-cell h1.steel {
  color: #506cab;
}
.grid-header-cell h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #777;
  padding: 0 0 .3em 0;
  margin: 0;
  max-height: 1em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-header-cell p {
  font-size: .8em;
  font-weight: normal;
  color: #777;
  padding: 0 0 .3em 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 2em;
}
@media print {
  .grid-header-cell {
    display: inline-block;
    width: 110px;
    float: left;
    padding: 10px 6px 10px 6px;
    border-left: 1px dashed #ccc;
  }
}
/* operation body container, include three sub-containers --- details, comments and inputs */
.grid-operation-body {
  display: block;
  padding: 3px 3px 3px 3px;
  /*background:#fcfcfc;*/
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/* operation body details container */
.grid-operation-body-details {
  border-top: solid 1px #eee;
  background: #fff;
  margin: 0 0 0 0;
  padding: 3px 3px 3px 3px;
  min-height: 30px;
}
/* grid-cell-div is the cell of operation body details container, it has two children div, label and value */
@media screen {
  .grid-cell-div {
    overflow: visible;
    display: inline-block;
    padding: 3px 1.3% 12px 0;
    /*margin-bottom: 6px;*/
    position: relative;
    width: 17.7%;
    min-width: 120px;
    height: 40px;
    border-bottom: 1px solid #f7f7f7;
  }
  .grid-cell-div .grid-title {
    position: absolute;
    top: 0;
    font-size: 0.8em;
    height: 13px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .grid-cell-div .grid-value {
    position: absolute;
    top: 16px;
    font-weight: bold;
    text-align: left;
    height: 20px;
    white-space: normal;
    line-height: 0.97;
  }
}
@media print {
  .grid-cell-div {
    overflow: visible;
    display: inline-block;
    padding: 3px 10px 3px 0;
    position: relative;
    width: 111px;
    height: 40px;
    border-bottom: 1px solid #f7f7f7;
  }
  .grid-cell-div .grid-title {
    position: absolute;
    top: 0;
    font-size: 0.8em;
    height: 13px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .grid-cell-div .grid-value {
    position: absolute;
    top: 10px;
    font-weight: bold;
    text-align: left;
    height: 20px;
    white-space: normal;
  }
}
/* operation body details container, it includes title and details */
.grid-operation-body-comments {
  background: #fff;
  overflow: visible;
  display: inline-block;
  padding: 3px 3px 3px 3px;
  position: relative;
  min-width: 120px;
}
.grid-operation-body-comments .title {
  font-size: 0.8em;
  text-transform: uppercase;
  white-space: nowrap;
}
.grid-operation-body-comments .details {
  font-weight: bold;
  /*white-space: pre-line;*/
  text-align: justify;
}
.grid-operation-body-comments .details .paragraph {
  padding-bottom: 0;
}
/* operation body input container, it includes title and operation inputs table, some td in the table have class input-details */
.grid-operation-body-inputs {
  border-top: solid 1px #eee;
  background: #fff;
  margin: 0 0 0 0;
  padding: 3px 3px 3px 3px;
  min-height: 30px;
}
.grid-operation-body-inputs .title {
  height: 20px;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #f19e14;
}
.grid-operation-body-inputs table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.grid-operation-body-inputs table th {
  padding: 5px 0 5px 0;
  background: #FFFFFF;
  vertical-align: top;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  font-size: 0.8em;
}
.grid-operation-body-inputs table th .top {
  vertical-align: top;
}
.grid-operation-body-inputs table th.bottom,
.grid-operation-body-inputs table table.bottom th {
  vertical-align: bottom;
}
.grid-operation-body-inputs table tbody tr:nth-child(odd),
.grid-operation-body-inputs table .table-row-odd {
  border-bottom: 1px solid #f7f7f7;
}
.grid-operation-body-inputs table tbody tr:nth-child(even) {
  border-bottom: 1px solid #f7f7f7;
}
.grid-operation-body-inputs table td {
  border: none !important;
  text-align: left;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #FFFFFF !important;
  filter: none !important;
  -ms-filter: none !important;
}
.grid-operation-body-inputs table td .EmptyCell {
  background: #fff !important;
  border-bottom: none !important;
  filter: none !important;
  -ms-filter: none !important;
}
.grid-operation-body-inputs table .EmptyRow {
  background: #fff !important;
  border-bottom: none !important;
  filter: none !important;
  -ms-filter: none !important;
}
.grid-operation-body-inputs table .EmptyRow td {
  background: #fff !important;
  border-bottom: none !important;
  filter: none !important;
  -ms-filter: none !important;
}
.grid-operation-body-inputs table h2,
.grid-operation-body-inputs table h3,
.grid-operation-body-inputs table h4 {
  padding: .5em 0 0 0;
  margin: 0;
}
.grid-operation-body-inputs table .tbody-tr-odd {
  border-bottom: 1px solid #f7f7f7;
}
.grid-operation-body-inputs table .tbody-td-odd {
  background-color: #dadada;
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#DADADA, endColorstr=#E2E2E2);
}
.grid-operation-body-inputs table .tbody-tr-even {
  border-bottom: 1px solid #f7f7f7;
}
.grid-operation-body-inputs table .tbody-td-even {
  background-color: #eee;
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#EEEEEE, endColorstr=#FEFEFE);
}
@media screen {
  .input-details {
    width: 19.3%;
    padding-left: 0;
  }
}
@media print {
  .input-details {
    width: 123px;
    padding-left: 0;
  }
}
@media screen {
  .table-input-report td.product-col {
    max-width: 200px;
  }
  .table-input-report .sub-text {
    font-style: italic;
  }
  .table-input-report .no-wrap {
    white-space: nowrap;
  }
  .table-input-report .date-col {
    max-width: 80px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .table-input-report .nutrition-title-col {
    max-width: 80px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .table-input-report .img-background {
    margin-right: 5px;
  }
  .table-input-report [class^="icon-"],
  .table-input-report [class*=" icon-"] {
    top: 0;
  }
}
@media print {
  .table-input-report td.product-col {
    max-width: 200px;
  }
  .table-input-report .sub-text {
    font-style: italic;
  }
  .table-input-report .no-wrap {
    white-space: nowrap;
  }
  .table-input-report .date-col {
    max-width: 80px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .table-input-report .nutrition-title-col {
    max-width: 80px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .table-input-report .img-background {
    margin-right: 5px;
  }
  .table-input-report [class^="icon-"],
  .table-input-report [class*=" icon-"] {
    top: 0;
  }
}
.export {
  display: block;
  clear: both;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
.money {
  text-align: right;
  padding-right: 10px;
}
.avoidPageBreak {
  page-break-inside: avoid;
}
.query-group {
  overflow: auto;
  display: table;
}
.query-container {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.query-container:before {
  content: ' & ';
  font-weight: bold;
  font-size: 1.2em;
}
.query-container:first-child:before {
  content: none;
}
.filter {
  width: 320px;
}
.reco-report-header {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 10px;
}
.reco-report-header-logo {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.reco-report-header-text {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.group {
  padding: 10px 10px 10px 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #CCC;
}
.sub-group {
  padding: 10px 10px 0 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sub-sub-group {
  padding: 10px 10px 10px 10px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fefefe;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorstr=#fafafa);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorstr=#fafafa);
  background-image: -webkit-linear-gradient(#fefefe, #fafafa);
  background-image: -moz-linear-gradient(#fefefe, #fafafa);
  background-image: -ms-linear-gradient(#fefefe, #fafafa);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(#fefefe, #fafafa);
  border: 1px solid #CCC;
  page-break-inside: avoid;
}
.sub-sub-sub-group {
  padding: 10px 10px 10px 10px;
  margin: 0 0 20px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #FFF;
  border: 1px solid #CCC;
  page-break-inside: avoid;
}
/******Table Styling**************/
.styletable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  margin-top: 0em;
}
.styletable tfoot td {
  border-bottom: none;
  text-align: left;
}
.styletable th {
  padding: 5px 0 5px 0;
  /*background:#FFFFFF;*/
  vertical-align: top;
}
.styletable tbody tr {
  /*background-color:#EEEEEE;*/
  border-bottom: 1px solid #DDDDDD;
}
.styletable td {
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.styletable tbody tr.nostyle,
.styletable tbody tr.nostyle:nth-child(odd),
.styletable tbody tr.nostyle:nth-child(even) {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}
.styletable tbody tr.nostyle td {
  text-align: left;
  border-bottom: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.styletable tbody tr:nth-child(odd) {
  border-bottom: 1px solid #DDDDDD;
  /*background-color:#DADADA;
	background: -webkit-gradient(linear, left top, left bottom, from(#DADADA), to(#E2E2E2));  
    background: -moz-linear-gradient(top, #DADADA, #E2E2E2); */
}
/*table tbody tr:nth-child(odd) td
{    
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#DADADA, endColorstr=#E2E2E2);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#DADADA, endColorstr=#E2E2E2);
}*/
.styletable tbody tr:nth-child(even) {
  border-bottom: 1px solid #DDDDDD;
  /*background-color:#EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FEFEFE));  
    background: -moz-linear-gradient(top, #EEEEEE, #FEFEFE); */
}
/*table tbody tr:nth-child(even) td
{
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#EEEEEE, endColorstr=#FEFEFE);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#EEEEEE, endColorstr=#FEFEFE);
}*/
@media print {
  .progress {
    background-color: #F5F5F5 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#F5F5F5')" !important;
  }
  .progress-bar-info {
    display: block !important;
    background-color: #5BC0DE !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5BC0DE', endColorstr='#5BC0DE')" !important;
  }
  .progress-bar-success {
    display: block !important;
    background-color: #5cb85c !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5BC0DE', endColorstr='#5BC0DE')" !important;
  }
  .progress,
  .progress > .progress-bar {
    display: block !important;
    -webkit-print-color-adjust: exact !important;
    box-shadow: inset 0 0 !important;
    -webkit-box-shadow: inset 0 0 !important;
  }
  .page-break {
    page-break-before: always;
  }
}
/* =============================================================================
   Custom JqueryUI Styles
   ========================================================================== */
.ui-loading .ui-mobile-viewport {
  overflow: hidden !important;
}
.ui-loading .ui-loader {
  display: block;
}
.ui-loading .ui-page {
  overflow: hidden;
}
.ui-loader {
  display: none;
  position: absolute;
  z-index: 20000;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  margin-top: -80px;
  padding: 10px 30px;
  border: 1px solid #2A2A2A /*{a-body-border}*/;
  background: #000 /*{a-body-background-color}*/;
  color: #fff /*{a-body-color}*/;
  text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000 /*{a-body-shadow-color}*/;
  font-weight: normal;
}
.ui-loader h1 {
  font-size: 15px;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  font-weight: bold;
}
.ui-loader .ui-icon {
  position: static;
  display: block;
  opacity: .9;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background-color: transparent;
}
/* loading icon */
.ui-icon-loading {
  opacity: .85;
  background-image: url("../../assets/images/ajax-loader.gif");
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-size: 35px 35px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* css for multiselect */
.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
}
.ui-multiselect-checkboxes {
  position: relative /* fixes bug in IE6/7 */;
  overflow-y: scroll;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
.ui-buttonset {
  margin-right: 0;
}
.ui-widget-overlay {
  background: #000000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  /*z-index: 2147483646 !important; /*shows over fullscreen*/
  z-index: 1999 !important;
}
.ui-dialog {
  /*z-index: 2147483647 !important; /*shows over fullscreen*/
  z-index: 2000 !important;
  border-radius: 0;
  border-color: #eeeeee;
}
.ui-dialog .ui-dialog-content {
  padding: 20px;
  background: #ffffff;
}
.ui-dialog .ui-dialog-content.no-padding {
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  background: #F7F7F7;
  border-radius: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 15px 30px;
  border-bottom-color: #dadada;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #555;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin: 0;
  top: 0;
  border-width: 0;
  background: none;
  display: none;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  border-top-color: #dadada;
  background: #F7F7F7;
}
.ui-dialog .ui-dialog-buttonpane .dialog-secondary-button {
  background: none;
  border-width: 0;
  color: #f19e14;
  text-decoration: underline;
}
.ui-dialog .ui-dialog-buttonpane .dialog-secondary-button:hover {
  color: #f19e14;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* Classes for javascript image loading and failure */
.loading {
  background: url("../../assets/images/indicator_loader.gif") no-repeat center center;
  display: block !important;
  min-height: 50px !important;
  min-width: 50px !important;
  margin: 0 auto;
  border: none;
  filter: none;
  -ms-filter: none;
}
.loading_failed {
  background: url("../../assets/images/error.png") no-repeat center center;
  min-height: 50px;
  min-width: 50px;
  margin: 0 auto;
  border: none;
  filter: none;
  -ms-filter: none;
}
/*Animation Slides*/
.dailyMapsOuter {
  width: 520px;
  margin: 0 auto;
  padding: 10px 0 5px 0;
}
.dailyMapsInner {
  width: 520px;
  margin: 0 0 5px 0;
}
.dailyMapsViewImage {
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #EEE;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa, endColorstr=#EEEEEE);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa, endColorstr=#EEEEEE);
  background-image: -webkit-linear-gradient(#fafafa, #eee);
  background-image: -moz-linear-gradient(#fafafa, #eee);
  background-image: -ms-linear-gradient(#fafafa, #eee);
  background-image: -o-linear-gradient(#fafafa, #eee);
  background-image: linear-gradient(#fafafa, #eee);
  border: 1px solid #CCC;
}
.dailyMapsSlide {
  margin: 2px 2px 2px 0;
  display: none;
  float: left;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #EEE;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa, endColorstr=#EEEEEE);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa, endColorstr=#EEEEEE);
  background-image: -webkit-linear-gradient(#fafafa, #eee);
  background-image: -moz-linear-gradient(#fafafa, #eee);
  background-image: -ms-linear-gradient(#fafafa, #eee);
  background-image: -o-linear-gradient(#fafafa, #eee);
  background-image: linear-gradient(#fafafa, #eee);
  border: 1px solid #CCC;
  text-shadow: 0 1px 1px #F6F6F6;
}
.dailyMapsSlide.select,
.dailyMapsSlide.select:hover {
  background: #fefefe;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorstr=#fafafa);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorstr=#fafafa);
  background-image: -webkit-linear-gradient(#fefefe, #fafafa);
  background-image: -moz-linear-gradient(#fefefe, #fafafa);
  background-image: -ms-linear-gradient(#fefefe, #fafafa);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(#fefefe, #fafafa);
  border: 1px solid #999;
}
.dailyMapsSlide:hover {
  background: #DADADA;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed, endColorstr=#DADADA);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed, endColorstr=#DADADA);
  background-image: -webkit-linear-gradient(#ededed, #DADADA);
  background-image: -moz-linear-gradient(#ededed, #DADADA);
  background-image: -ms-linear-gradient(#ededed, #DADADA);
  background-image: -o-linear-gradient(#ededed, #DADADA);
  background-image: linear-gradient(#ededed, #DADADA);
  border: 1px solid #BBB;
}
.dailyMapsSlide:active {
  background: #CCC;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#dfdfdf, endColorstr=#CCCCCC);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#dfdfdf, endColorstr=#CCCCCC);
  background-image: -webkit-linear-gradient(#dfdfdf, #CCC);
  background-image: -moz-linear-gradient(#dfdfdf, #CCC);
  background-image: -ms-linear-gradient(#dfdfdf, #CCC);
  background-image: -o-linear-gradient(#dfdfdf, #CCC);
  background-image: linear-gradient(#dfdfdf, #CCC);
}
.dailyMapsSlide img {
  margin: 5px 0 0 5px;
}
.dailyMapsSlide span,
.dailyMapsSlideSelect span {
  display: block;
  text-align: center;
  padding-top: 5px;
}
/*tabs*/
.ui-tabs {
  padding: 0;
  background: none;
  border-width: 0;
}
.ui-tabs .ui-tabs-nav {
  padding-left: 0;
  background: transparent;
  border-width: 0 0 1px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: none repeat scroll 0 0 #FFFFFF;
  border-width: 1px 1px 0;
}
.ui-tabs .ui-tabs-panel {
  border-width: 0 1px 1px 1px;
}
.ui-tabs-anchor {
  outline: 0 !important;
}
.ui-tabs-vertical {
  /*width: 55em;*/
}
.ui-tabs-vertical .ui-tabs-nav {
  padding: 20px 20px 20px 20px;
  float: left;
  width: 220px;
  height: 400px;
  border-width: 0 !important;
  background: #f0f0f0;
  color: #666;
  font-size: 1.3em;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-width: 0 !important;
  margin: 0;
  background: none;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #666;
}
.ui-tabs-vertical .ui-tabs-nav li a.validation-errors:after {
  color: red;
  content: " ! ";
  font-weight: bold;
}
.ui-tabs-vertical .ui-tabs-nav li a:hover {
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #333;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-width: 0;
  background: none;
  margin: 0;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
  color: #f19e14;
  background-color: transparent;
}
.ui-tabs-vertical .ui-tabs-panel {
  padding: 20px 20px 20px 20px;
  width: 580px;
  border-width: 0 !important;
  background: #ffffff;
  max-height: 400px;
  margin-left: 220px;
  overflow: auto;
}
.dialog-tally-table {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 216px;
  overflow: hidden;
}
.dialog-tally-table .dialog-tally-row {
  padding: 0;
  margin: 0;
  width: 100%;
}
.dialog-tally-table .dialog-tally-row .dialog-tally-label {
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 11px;
  display: inline;
}
.dialog-tally-table .dialog-tally-row .dialog-tally-bar-outer {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 20px;
  background: #cccccc;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
.dialog-tally-table .dialog-tally-row .dialog-tally-bar-inner {
  padding: 0;
  margin: 0;
  -moz-transition: color 0.5s ease, width 0.5s ease;
  -o-transition: color 0.5s ease, width 0.5s ease;
  -webkit-transition: color 0.5s ease, width 0.5s ease;
  transition: color 0.5s ease, width 0.5s ease;
  background: #df7e7e;
  height: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.dialog-tally-table .dialog-tally-row .dialog-tally-bar-inner .dialog-tally-label {
  padding: 0;
  margin: 0;
  right: 5px;
  line-height: 18px;
  position: absolute;
  text-align: right;
  font-size: 11px;
  color: #ffffff;
  display: block;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
/* =============================================================================
   Custom ComboBox Style
   ========================================================================== */
.ui-combobox {
  position: relative;
  /*display: inline-block;*/
}
.ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: -4px 0 0 0;
  padding: 3px 0 3px 0;
  width: 18px;
  height: 15px;
}
.ui-combobox-input {
  /*margin: 0;
	padding: 0.3em;*/
  /*padding: 3px 35px 3px 5px !important;
    width: 145px !important;*/
}
ul.ui-autocomplete {
  overflow-y: auto;
  max-height: 300px;
  z-index: 2002;
}
ul.ui-autocomplete li.ui_menu_item {
  color: Blue;
}
.ui-autocomplete-input {
  width: 240px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}
.ui-menu-item {
  padding-left: 5px;
}
/*
.combobox-mask 
{
    background-color: #F0F0F0 !important;
    color: #777777;
}

.combobox-button
{
    width: 17px ;
    height: 16px ; 
    padding: 0 0 0 0;
    margin: 5px 0 0 -20;
    border-bottom-width: 0  !important;
    border-top-width: 0  !important;
    border-right-width: 0  !important;
    border-left-width: 0  !important;
    background-color: Transparent !important;
    
}

.ui-button .combo-icon { 
    background-image: url(../Images/combo_button.png); 
    width: 17px; 
    height: 16px;  
    margin-top: -5px;
} 


.combobox-input
{
   padding: 4px 35px 4px 5px !important;
   width: 164px !important;
        
}

*/
/* Artfully masterminded by ZURB */
#joyRideTipContent {
  display: none;
}
.joyRideTipContent {
  display: none;
}
/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #ffffff;
  display: none;
  color: #333333;
  min-width: 300px;
  max-width: 400px;
  z-index: 2001;
  top: 0;
  /* keeps the page from scrolling when calculating position */
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: -10px;
}
.joyride-content-wrapper {
  padding: 20px;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
    width: 95% !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 2.5% !important;
  }
  .joyride-tip-guide-wrapper {
    width: 100%;
  }
}
/*iPad*/
@media only screen and (max-width: 1024Px) {
  #marketplace-account-settings-tour {
    left: 605px !important;
    top: 65px !important;
  }
  #marketplace-page-tour {
    left: 500px !important;
  }
}
#marketplace-account-settings-tour span.joyride-nub.top-right,
#marketplace-total-cost-tour span.joyride-nub.top-right,
#marketplace-page-tour span.joyride-nub.top-right,
#marketplace-token-credits-tour span.joyride-nub.top-right {
  left: auto !important;
}
/*wider tip*/
.joyride-tip-guide.wider-tip {
  max-width: 700px !important;
  width: 700px !important;
}
/*medium tip*/
.joyride-tip-guide.medium-tip {
  max-width: 560px !important;
  width: 560px !important;
}
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  border: solid 14px;
  margin-left: 10px;
}
.joyride-tip-guide span.joyride-nub.top {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-bottom-color so here we set the border-color
  and override the top,left,right colors below.
  */
  border-color: #ffffff;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-width: 0;
  top: -14px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.bottom {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-top-color so here we set the border-color
  and override the bottom,left,right colors below.
  */
  border-color: #ffffff;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-width: 0;
  bottom: -14px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.right {
  border-color: #ffffff;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-width: 0;
  top: 22px;
  bottom: none;
  left: auto;
  right: -14px;
}
.joyride-tip-guide span.joyride-nub.left {
  border-color: #ffffff;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-width: 0;
  top: 22px;
  left: -14px;
  right: auto;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.top-right {
  border-color: #ffffff;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-width: 0;
  top: -14px;
  bottom: none;
  left: auto;
  right: 28px;
}
/* Typography */
/*.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide h1 { font-size: 30px; }
.joyride-tip-guide h2 { font-size: 26px; }
.joyride-tip-guide h3 { font-size: 22px; }
.joyride-tip-guide h4 { font-size: 18px; }
.joyride-tip-guide h5 { font-size: 16px; }
.joyride-tip-guide h6 { font-size: 14px; }
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.joyride-tip-guide a {
  color: #333;
  text-decoration: none;
}
.joyride-tip-guide a:hover {
  color: #333;
  border-bottom: none;
}*/
/* Button Style */
.joyride-tip-guide .joyride-next-tip {
  margin-left: 10px;
  /*width: auto;
  padding: 6px 18px 4px;
  font-size: 13px;
  text-decoration: none;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,60,180);
  background: rgb(0,99,255);
  background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
  background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
  background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
     -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
          box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;*/
}
.joyride-next-tip:hover {
  /*color: rgb(255,255,255) !important;
  border: solid 1px rgb(0,60,180) !important;
  background: rgb(43,128,255);
  background: -moz-linear-gradient(top, rgb(43,128,255) 0%, rgb(29,102,211) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(43,128,255)), color-stop(100%,rgb(29,102,211)));
  background: -webkit-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -o-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -ms-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b80ff', endColorstr='#1d66d3',GradientType=0 );
  background: linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);*/
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255, 255, 255, 0.25);
}
.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #777;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none !important;
}
.joyride-close-tip:hover {
  color: #000 !important;
  text-decoration: none;
}
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000000;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 2000;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px #ffffff;
  -webkit-box-shadow: 0px 0px 30px #ffffff;
  box-shadow: 0px 0px 30px #ffffff;
}
.joyride-expose-cover {
  background: transparent;
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
}
/* =============================================================================
   Image Dropdown List Style
   ========================================================================== */
.image-dropdown {
  display: none;
  width: 180px;
  height: 30px;
  line-height: 25px;
  cursor: pointer;
  padding: 0 20px 0 5px;
  margin: 0;
  border: solid 1px #E5E5E5;
  outline: 0;
  color: #222;
  position: relative;
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorstr=#EEEEEE);
  background-image: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -moz-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -ms-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: -o-linear-gradient(#FFFFFF, #EEEEEE);
  background-image: linear-gradient(#FFFFFF, #EEEEEE);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: left;
  overflow: hidden;
}
.image-dropdown .title {
  display: inline-block;
  font-weight: normal;
  padding: 0 0 0 0;
  min-width: 50px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 165px;
}
.image-dropdown .ddicon {
  position: absolute;
  right: 5px;
  display: inline-block;
  padding: 0 0 0 10px;
  margin-left: 20px;
}
.image-dropdown:hover {
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorstr=#F5F5F5);
  background-image: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
  background-image: -moz-linear-gradient(#FFFFFF, #F5F5F5);
  background-image: -ms-linear-gradient(#FFFFFF, #F5F5F5);
  background-image: -o-linear-gradient(#FFFFFF, #F5F5F5);
  background-image: linear-gradient(#FFFFFF, #F5F5F5);
  text-decoration: none;
}
.image-dropdown.expanded,
.image-dropdown:active {
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorstr=#FEFEFE);
  background-image: -webkit-linear-gradient(#FFFFFF, #FEFEFE);
  background-image: -moz-linear-gradient(#FFFFFF, #FEFEFE);
  background-image: -ms-linear-gradient(#FFFFFF, #FEFEFE);
  background-image: -o-linear-gradient(#FFFFFF, #FEFEFE);
  background-image: linear-gradient(#FFFFFF, #FEFEFE);
}
.image-dropdown-container {
  position: absolute;
  z-index: 5000;
  left: 0;
  top: 0;
  min-width: 310px;
  max-width: 400px;
  margin: 0;
  padding: 0;
  min-height: 0;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 0 solid #DDD;
  opacity: 0;
  background: #FCFCFC;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FCFCFC, endColorstr=#FAFAFA);
  background-image: -webkit-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -moz-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -ms-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -o-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: linear-gradient(#FCFCFC, #FAFAFA);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition-property: max-height, opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: max-height, opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: max-height, opacity;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: max-height, opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-property: max-height, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.image-dropdown-container.dropped {
  border-width: 1px;
  overflow-y: auto;
  max-height: 500px;
  opacity: 1;
}
.image-dropdown-container.simple {
  min-width: 135px;
  max-width: 200px;
}
.image-dropdown-container.simple .image-dropdown-item {
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.image-dropdown-item {
  cursor: pointer;
  border-bottom: 1px solid #CCC;
  padding: 10px 0 10px 10px;
  margin: 0;
}
.image-dropdown-item:hover {
  background: #E1E1E1;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#E1E1E1, endColorstr=#FAFAFA);
  background-image: -webkit-linear-gradient(#E1E1E1, #FAFAFA);
  background-image: -moz-linear-gradient(#E1E1E1, #FAFAFA);
  background-image: -ms-linear-gradient(#E1E1E1, #FAFAFA);
  background-image: -o-linear-gradient(#E1E1E1, #FAFAFA);
  background-image: linear-gradient(#E1E1E1, #FAFAFA);
}
.image-dropdown-item:active {
  background: #E1E1E1;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#E1E1E1, endColorstr=#DDDDDD);
  background-image: -webkit-linear-gradient(#E1E1E1, #DDDDDD);
  background-image: -moz-linear-gradient(#E1E1E1, #DDDDDD);
  background-image: -ms-linear-gradient(#E1E1E1, #DDDDDD);
  background-image: -o-linear-gradient(#E1E1E1, #DDDDDD);
  background-image: linear-gradient(#E1E1E1, #DDDDDD);
}
.image-dropdown-item img {
  float: left;
  margin-right: 10px;
  max-height: 80px;
  max-width: 80px;
}
.image-dropdown-item img.thumbnail-loading {
  width: 80px;
  height: 80px;
  background: url("../../assets/images/indicator_loader.gif") no-repeat center center;
}
.image-dropdown-item img.thumbnail-error {
  width: 80px;
  height: 80px;
  background: #f1f1f1;
}
.image-dropdown-item .heading {
  padding: 0 0 0.2em 0;
  margin: 0;
  color: #f19e14;
  font-size: 1.2em;
  font-weight: normal;
  vertical-align: top;
  display: block;
}
.image-dropdown-item .info {
  margin: 0 0 0 80px;
  color: #555;
  padding: 0 0 10px 0;
  vertical-align: top;
  display: block;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.image-dropdown-item .clear {
  clear: both;
}
.image-dropdown-item.no-img .info {
  margin-left: 0;
}
.image-dropdown-item.selected {
  background: #ffefd4;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffefd4, endColorstr=#fef6e7);
  background-image: -webkit-linear-gradient(#ffefd4, #fef6e7);
  background-image: -moz-linear-gradient(#ffefd4, #fef6e7);
  background-image: -ms-linear-gradient(#ffefd4, #fef6e7);
  background-image: -o-linear-gradient(#ffefd4, #fef6e7);
  background-image: linear-gradient(#ffefd4, #fef6e7);
}
.image-dropdown-item.selected:hover {
  background: #ffdea4;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffdea4, endColorstr=#fef6e7);
  background-image: -webkit-linear-gradient(#ffdea4, #fef6e7);
  background-image: -moz-linear-gradient(#ffdea4, #fef6e7);
  background-image: -ms-linear-gradient(#ffdea4, #fef6e7);
  background-image: -o-linear-gradient(#ffdea4, #fef6e7);
  background-image: linear-gradient(#ffdea4, #fef6e7);
}
.image-dropdown-item.selected.no-hover {
  cursor: default;
}
.image-dropdown-item.selected.no-hover:hover {
  background: #ffefd4;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffefd4, endColorstr=#fef6e7);
  background-image: -webkit-linear-gradient(#ffefd4, #fef6e7);
  background-image: -moz-linear-gradient(#ffefd4, #fef6e7);
  background-image: -ms-linear-gradient(#ffefd4, #fef6e7);
  background-image: -o-linear-gradient(#ffefd4, #fef6e7);
  background-image: linear-gradient(#ffefd4, #fef6e7);
}
.image-dropdown-item.bad {
  background: #f2d5d5;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#f2d5d5, endColorstr=#fbebeb);
  background-image: -webkit-linear-gradient(#f2d5d5, #fbebeb);
  background-image: -moz-linear-gradient(#f2d5d5, #fbebeb);
  background-image: -ms-linear-gradient(#f2d5d5, #fbebeb);
  background-image: -o-linear-gradient(#f2d5d5, #fbebeb);
  background-image: linear-gradient(#f2d5d5, #fbebeb);
}
.image-dropdown-item.normal {
  background: #FCFCFC;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FCFCFC, endColorstr=#FAFAFA);
  background-image: -webkit-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -moz-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -ms-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -o-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: linear-gradient(#FCFCFC, #FAFAFA);
}
.image-dropdown-item.normal.no-hover {
  cursor: default;
}
.image-dropdown-item.normal.no-hover:hover {
  background: #FCFCFC;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FCFCFC, endColorstr=#FAFAFA);
  background-image: -webkit-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -moz-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -ms-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: -o-linear-gradient(#FCFCFC, #FAFAFA);
  background-image: linear-gradient(#FCFCFC, #FAFAFA);
}
multi-select-dropdown,
div[multi-select-dropdown][disabled] {
  border: none !important;
}
.multiselect-parent.dropdown-multiselect button {
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect-parent .dropdown-toggle {
  min-width: 210px;
  text-align: left;
  vertical-align: middle;
  background-image: linear-gradient(#fff, #eee);
  height: 30px;
}
.multiselect-parent .dropdown-toggle .caret {
  float: right;
}
.multiselect-parent ul.dropdown-menu {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
  min-width: 210px;
}
.multiselect-parent ul.dropdown-menu .multiselect-search {
  width: 100%;
}
.multiselect-parent ul.dropdown-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.multiselect-parent ul.dropdown-menu a:focus {
  outline: none !important;
  width: 100%;
}
.multiselect-parent ul.dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.multiselect-parent ul.dropdown-menu li:hover a:hover {
  background-color: #f5f5f5;
}
.multiselect-parent ul.dropdown-menu .option {
  width: 100%;
}
/* =============================================================================
   Category auto complete Style
   ========================================================================== 
    */
.catcomplete .ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}
.catcomplete .ui-menu-item {
  padding-left: 5px;
}
/*@media only screen and (max-width: 1023px) {
    body {
	    font-size: 0.7em;
	    line-height: 1.4em;
	}

    .main {
        padding-top: 1em;
        padding-bottom: 1.5em;
    }

    #menu
    {
        //padding-top: 1.3em;
    }
    #menu li a
    {
        font-size:1.1em;
        margin-left:0.6em;        
    }
    
    #menucontainer {
        padding-top: 0;
    }

    .maps-wrapper, climatics-wrapper {
        height:260px;
    }
	
}

.maps-header-btn, .storage-diary-controls {
    .title {
         @media all and (min-width: 1280px){             
            max-width:185px;            
            min-width:40px !important;                     
        }      
           @media all and (max-width: 1280px) and (min-width: 1100px) {                        
            max-width:140px;            
            min-width:40px !important; 
        }

        @media all and (max-width: 1100px) and (min-width: 1000px) {                        
            max-width:100px;            
            min-width:40px !important; 
        }

        @media all and (max-width: 1000px) and (min-width: 900px) {              
            max-width:60px;            
            min-width:40px !important; 
        }
        @media all and (max-width: 900px) and (min-width: 845px) {              
            max-width:40px;            
            min-width:40px !important; 
        }
         @media all and (max-width: 845px) {
             display:none !important; 
        }
    }
}*/
.row.no-margin {
  margin: 0;
}
/*
@media handheld, only screen and (max-width: 767px) {    

    body {
	    font-size: 12px;
	    -webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	    width: 100%;
	    min-width: 0;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0;
	    padding-right: 0;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .twocol_wide, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	    width: auto;
	    float: none;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}

    .leftmenu_container {
        //display: none;
    }

    .leftmenu {
        li{
            display:inline-block;
        }
    }

    .main {
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }

    #title, #menu, #logincontainer
    {
        text-align:center;
    }

     .maps-wrapper{
        height:200px;
    }
}  */
@font-face {
  font-family: 'fontpw2';
  src: url('../fonts/fontpw2.eot?-qqe1ks');
  src: url('../fonts/fontpw2.eot?#iefix-qqe1ks') format('embedded-opentype'), url('../fonts/fontpw2.woff?-qqe1ks') format('woff'), url('../fonts/fontpw2.ttf?-qqe1ks') format('truetype'), url('../fonts/fontpw2.svg?-qqe1ks#fontpw') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'farm';
  src: url('../fonts/farm.eot?ja9mvk');
  src: url('../fonts/farm.eot?#iefixja9mvk') format('embedded-opentype'), url('../fonts/farm.woff?ja9mvk') format('woff'), url('../fonts/farm.ttf?ja9mvk') format('truetype'), url('../fonts/farm.svg?ja9mvk#farm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GGLicons';
  src: url('../fonts/GGLicons.ttf') format('truetype'), url('../fonts/GGLicons.svg#GGLicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'weather';
  src: url('../fonts/weathericons-regular-webfont.eot?-qqe1ks');
  src: url('../fonts/weathericons-regular-webfont.eot?#iefix-qqe1ks') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff?-qqe1ks') format('woff'), url('../fonts/weathericons-regular-webfont.ttf?-qqe1ks') format('truetype'), url('../fonts/weathericons-regular-webfont.svg?-qqe1ks#weathericons-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon-large {
  font-size: 16px;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fontpw2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 1px;
  position: relative;
  font-size: 13px;
  margin: 0;
}
[class^="icon-"].push-right,
[class*=" icon-"].push-right {
  float: right;
}
[class^="icon-"].smaller,
[class*=" icon-"].smaller {
  font-size: 12px;
  top: 0;
}
[class^="icon-"].smaller.push-right,
[class*=" icon-"].smaller.push-right {
  line-height: 12px;
}
[class^="icon-"].larger,
[class*=" icon-"].larger {
  font-size: 25px;
}
[class^="icon-farm-"],
[class*=" icon-farm-"] {
  font-family: 'farm';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-ggl-"],
[class*=" icon-ggl-"] {
  font-family: 'GGLicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-ggl-"].larger,
[class*=" icon-ggl-"].larger {
  font-size: 40px;
}
[class^="icon-weather-"],
[class*=" icon-weather-"] {
  font-family: 'weather';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-circle:before {
  content: "\e61c";
}
.icon-rectangle:before {
  content: "\e614";
}
.icon-polyline:before {
  content: "\e634";
}
.icon-polygon:before {
  content: "\e639";
}
.icon-home:before {
  content: "\e600";
}
.icon-pencil:before {
  content: "\e602";
}
.icon-tag:before {
  content: "\e603";
}
.icon-stack:before {
  content: "\e604";
}
.icon-pacman:before {
  content: "\e605";
}
.icon-pushpin:before {
  content: "\e636";
}
.icon-location:before {
  content: "\e637";
}
.icon-print:before {
  content: "\e638";
}
.icon-disk:before {
  content: "\e606";
}
.icon-expand:before {
  content: "\e607";
}
.icon-search:before {
  content: "\e608";
}
.icon-remove:before {
  content: "\e609";
}
.icon-target:before {
  content: "\e60a";
}
.icon-menu:before {
  content: "\e60b";
}
.icon-info:before {
  content: "\e60e";
}
.icon-cancel-circle:before {
  content: "\e610";
}
.icon-share:before {
  content: "\e612";
}
.icon-checkbox-unchecked:before {
  content: "\e613";
}
.icon-rain:before {
  content: "\e615";
}
.icon-sun-stroke:before {
  content: "\e616";
}
.icon-plus-alt:before {
  content: "\e618";
}
.icon-share2:before {
  content: "\e619";
}
.icon-print2:before {
  content: "\e61d";
}
.icon-pencil2:before {
  content: "\e61e";
}
.icon-edit:before {
  content: "\e61f";
}
.icon-move:before {
  content: "\e620";
}
.icon-map-marker:before {
  content: "\e621";
}
.icon-chevron-down:before {
  content: "\e623";
}
.icon-chevron-up:before {
  content: "\e624";
}
.icon-pushpin2:before {
  content: "\e625";
}
.icon-check-empty:before {
  content: "\e626";
}
.icon-sign-blank:before {
  content: "\e628";
}
.icon-caret-up:before {
  content: "\e62a";
}
.icon-caret-down:before {
  content: "\e62b";
}
.icon-spinner:before {
  content: "\e62c";
}
.icon-circle-blank:before {
  content: "\e62d";
}
.icon-sun:before {
  content: "\e62e";
}
.icon-cloud:before {
  content: "\e62f";
}
.icon-ban-circle:before {
  content: "\e631";
}
.icon-hand:before {
  content: "\e630";
}
.icon-calendar2:before {
  content: "\e632";
}
.icon-close:before {
  content: "\e601";
}
.icon-checkmark:before {
  content: "\e60c";
}
.icon-check:before {
  content: "\e60d";
}
.icon-user:before {
  content: "\e61b";
}
.icon-help:before {
  content: "\e622";
}
.icon-calendar:before {
  content: "\e611";
}
.icon-contract:before {
  content: "\e60f";
}
.icon-radio-checked:before {
  content: "\e617";
}
.icon-radio-unchecked:before {
  content: "\e61a";
}
.icon-clean:before {
  content: "\e627";
}
.icon-sale:before {
  content: "\e629";
}
.icon-purchase:before {
  content: "\e641";
}
.icon-transfer-out:before {
  content: "\e635";
}
.icon-transfer-in:before {
  content: "\e633";
}
.icon-adjustment:before {
  content: "\e642";
}
.icon-actions:before {
  content: "\e63b";
}
.icon-pesticide:before {
  content: "\e63c";
}
.icon-inspect:before {
  content: "\e63d";
}
.icon-dry:before {
  content: "\e63f";
}
.icon-farm-wheat:before {
  content: "\e643";
}
.icon-farm-factory:before {
  content: "\e644";
}
.icon-pest:before {
  content: "\e63c";
}
.icon-disease:before {
  content: "\e1ef";
}
.icon-weed:before {
  content: "\e22c";
}
.icon-ggl-cultivation:before {
  content: '\f4bf';
}
.icon-ggl-cultivation-planned:before {
  content: '\f4c0';
}
.icon-ggl-cutting:before {
  content: '\f4c1';
}
.icon-ggl-cutting-planned:before {
  content: '\f4c2';
}
.icon-ggl-farms:before {
  content: '\f4c3';
}
.icon-ggl-farms-planned:before {
  content: '\f4c4';
}
.icon-ggl-fertiliser:before {
  content: '\f4c5';
}
.icon-ggl-fertiliser-planned:before {
  content: '\f4c6';
}
.icon-ggl-forage-harvest:before {
  content: '\f4c7';
}
.icon-ggl-forage-harvest-planned:before {
  content: '\f4c8';
}
.icon-ggl-grain-harvest:before {
  content: '\f4c9';
}
.icon-ggl-grain-harvest-planned:before {
  content: '\f4ca';
}
.icon-ggl-grazing:before {
  content: '\f4cb';
}
.icon-ggl-grazing-planned:before {
  content: '\f4cc';
}
.icon-ggl-inputs:before {
  content: '\f4cd';
}
.icon-ggl-inputs-planned:before {
  content: '\f4ce';
}
.icon-ggl-irrigation:before {
  content: '\f4cf';
}
.icon-ggl-irrigation-planned:before {
  content: '\f4d0';
}
.icon-ggl-details:before {
  content: '\f4d1';
}
.icon-ggl-adv-details:before {
  content: '\f4d2';
}
.icon-ggl-paddocks-option:before {
  content: '\f4d3';
}
.icon-ggl-paddocks-option-planned:before {
  content: '\f4d4';
}
.icon-ggl-raking:before {
  content: '\f4d5';
}
.icon-ggl-raking-planned:before {
  content: '\f4d6';
}
.icon-ggl-soil-test:before {
  content: '\f4d7';
}
.icon-ggl-soil-test-planned:before {
  content: '\f4d8';
}
.icon-ggl-sowing:before {
  content: '\f4d9';
}
.icon-ggl-sowing-planned:before {
  content: '\f4da';
}
.icon-ggl-spraying:before {
  content: '\f4db';
}
.icon-ggl-spraying-planned:before {
  content: '\f4dc';
}
.icon-ggl-stubble-mgmt:before {
  content: '\f4dd';
}
.icon-ggl-stubble-mgmt-planned:before {
  content: '\f4de';
}
.icon-ggl-windrowing:before {
  content: '\f4df';
}
.icon-ggl-windrowing-planned:before {
  content: '\f4e0';
}
.icon-ggl-ameliorant:before {
  content: '\f4bd';
}
.icon-ggl-ameliorant-planned:before {
  content: '\f4be';
}
.icon-weather-sun-rain:before {
  content: '\f009';
}
.icon-weather-wind-direction:before {
  content: '\f0b1';
}
.icon-pasource:before {
  content: "\e060";
}
.timeline-badge .glyphicon-pasource {
  padding-bottom: 0px !important;
  padding-right: 2px !important;
  padding-top: 1px !important;
}
.timeline-badge .glyphicon-pasource-observation {
  border-left: none;
  padding-left: 0px;
  min-width: 35px;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  background: url(../../assets/images/PaSource/pasbtn.png) no-repeat center;
  background-size: 40px 26px;
}
.glyphicon-pasource {
  -moz-transform: rotate(225deg) !important;
  -webkit-transform: rotate(225deg) !important;
  -o-transform: rotate(225deg) !important;
  -ms-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
  padding-bottom: 2px !important;
  padding-right: 2px !important;
  padding-top: 0px !important;
}
.glyphicon-pasource:before {
  content: "\e060";
}
.glyphicon-pasource-observation {
  border-left: none;
  padding-left: 0px;
  min-width: 35px;
  width: 100%;
  margin-top: -15px;
  height: 50px;
  background: url(../../assets/images/PaSource/pasbtn.png) no-repeat center;
  background-size: 40px 26px;
}
/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: 'weathericons';
  src: url('weather-icons/@../{fonts}/weathericons-regular-webfont.eot?-qqe1ks');
  src: url('../fonts/weathericons-regular-webfont.eot?#iefix-qqe1ks') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff?-qqe1ks') format('woff'), url('../fonts/weathericons-regular-webfont.ttf?-qqe1ks') format('truetype'), url('../fonts/weathericons-regular-webfont.svg?-qqe1ks#weathericons-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-fw {
  text-align: center;
  width: 1.4em;
}
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-hot:before {
  content: "\f072";
}
.wi-day-cloudy-high:before {
  content: "\f07d";
}
.wi-day-light-wind:before {
  content: "\f0c4";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-stars:before {
  content: "\f077";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}
.wi-night-cloudy-high:before {
  content: "\f080";
}
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-rain:before {
  content: "\f019";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-smog:before {
  content: "\f074";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-raindrops:before {
  content: "\f04e";
}
.wi-raindrop:before {
  content: "\f078";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-windy:before {
  content: "\f021";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sandstorm:before {
  content: "\f082";
}
.wi-earthquake:before {
  content: "\f0c6";
}
.wi-fire:before {
  content: "\f0c7";
}
.wi-flood:before {
  content: "\f07c";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-tsunami:before {
  content: "\f0c5";
}
.wi-volcano:before {
  content: "\f0c8";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-small-craft-advisory:before {
  content: "\f0cc";
}
.wi-gale-warning:before {
  content: "\f0cd";
}
.wi-storm-warning:before {
  content: "\f0ce";
}
.wi-hurricane-warning:before {
  content: "\f0cf";
}
.wi-wind-direction:before {
  content: "\f0b1";
}
.wi-alien:before {
  content: "\f075";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-moonrise:before {
  content: "\f0c9";
}
.wi-moonset:before {
  content: "\f0ca";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-barometer:before {
  content: "\f079";
}
.wi-humidity:before {
  content: "\f07a";
}
.wi-na:before {
  content: "\f07b";
}
.wi-train:before {
  content: "\f0cb";
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-crescent-1:before {
  content: "\f096";
}
.wi-moon-waxing-crescent-2:before {
  content: "\f097";
}
.wi-moon-waxing-crescent-3:before {
  content: "\f098";
}
.wi-moon-waxing-crescent-4:before {
  content: "\f099";
}
.wi-moon-waxing-crescent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-crescent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-third-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
.wi-moon-alt-new:before {
  content: "\f0eb";
}
.wi-moon-alt-waxing-crescent-1:before {
  content: "\f0d0";
}
.wi-moon-alt-waxing-crescent-2:before {
  content: "\f0d1";
}
.wi-moon-alt-waxing-crescent-3:before {
  content: "\f0d2";
}
.wi-moon-alt-waxing-crescent-4:before {
  content: "\f0d3";
}
.wi-moon-alt-waxing-crescent-5:before {
  content: "\f0d4";
}
.wi-moon-alt-waxing-crescent-6:before {
  content: "\f0d5";
}
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}
.wi-moon-alt-full:before {
  content: "\f0dd";
}
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}
.wi-moon-0:before {
  content: "\f095";
}
.wi-moon-1:before {
  content: "\f096";
}
.wi-moon-2:before {
  content: "\f097";
}
.wi-moon-3:before {
  content: "\f098";
}
.wi-moon-4:before {
  content: "\f099";
}
.wi-moon-5:before {
  content: "\f09a";
}
.wi-moon-6:before {
  content: "\f09b";
}
.wi-moon-7:before {
  content: "\f09c";
}
.wi-moon-8:before {
  content: "\f09d";
}
.wi-moon-9:before {
  content: "\f09e";
}
.wi-moon-10:before {
  content: "\f09f";
}
.wi-moon-11:before {
  content: "\f0a0";
}
.wi-moon-12:before {
  content: "\f0a1";
}
.wi-moon-13:before {
  content: "\f0a2";
}
.wi-moon-14:before {
  content: "\f0a3";
}
.wi-moon-15:before {
  content: "\f0a4";
}
.wi-moon-16:before {
  content: "\f0a5";
}
.wi-moon-17:before {
  content: "\f0a6";
}
.wi-moon-18:before {
  content: "\f0a7";
}
.wi-moon-19:before {
  content: "\f0a8";
}
.wi-moon-20:before {
  content: "\f0a9";
}
.wi-moon-21:before {
  content: "\f0aa";
}
.wi-moon-22:before {
  content: "\f0ab";
}
.wi-moon-23:before {
  content: "\f0ac";
}
.wi-moon-24:before {
  content: "\f0ad";
}
.wi-moon-25:before {
  content: "\f0ae";
}
.wi-moon-26:before {
  content: "\f0af";
}
.wi-moon-27:before {
  content: "\f0b0";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-direction-up:before {
  content: "\f058";
}
.wi-direction-up-right:before {
  content: "\f057";
}
.wi-direction-right:before {
  content: "\f04d";
}
.wi-direction-down-right:before {
  content: "\f088";
}
.wi-direction-down:before {
  content: "\f044";
}
.wi-direction-down-left:before {
  content: "\f043";
}
.wi-direction-left:before {
  content: "\f048";
}
.wi-direction-up-left:before {
  content: "\f087";
}
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}
.wi-wind-beaufort-7:before {
  content: "\f0be";
}
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}
.wi-yahoo-0:before {
  content: "\f056";
}
.wi-yahoo-1:before {
  content: "\f00e";
}
.wi-yahoo-2:before {
  content: "\f073";
}
.wi-yahoo-3:before {
  content: "\f01e";
}
.wi-yahoo-4:before {
  content: "\f01e";
}
.wi-yahoo-5:before {
  content: "\f017";
}
.wi-yahoo-6:before {
  content: "\f017";
}
.wi-yahoo-7:before {
  content: "\f017";
}
.wi-yahoo-8:before {
  content: "\f015";
}
.wi-yahoo-9:before {
  content: "\f01a";
}
.wi-yahoo-10:before {
  content: "\f015";
}
.wi-yahoo-11:before {
  content: "\f01a";
}
.wi-yahoo-12:before {
  content: "\f01a";
}
.wi-yahoo-13:before {
  content: "\f01b";
}
.wi-yahoo-14:before {
  content: "\f00a";
}
.wi-yahoo-15:before {
  content: "\f064";
}
.wi-yahoo-16:before {
  content: "\f01b";
}
.wi-yahoo-17:before {
  content: "\f015";
}
.wi-yahoo-18:before {
  content: "\f017";
}
.wi-yahoo-19:before {
  content: "\f063";
}
.wi-yahoo-20:before {
  content: "\f014";
}
.wi-yahoo-21:before {
  content: "\f021";
}
.wi-yahoo-22:before {
  content: "\f062";
}
.wi-yahoo-23:before {
  content: "\f050";
}
.wi-yahoo-24:before {
  content: "\f050";
}
.wi-yahoo-25:before {
  content: "\f076";
}
.wi-yahoo-26:before {
  content: "\f013";
}
.wi-yahoo-27:before {
  content: "\f031";
}
.wi-yahoo-28:before {
  content: "\f002";
}
.wi-yahoo-29:before {
  content: "\f031";
}
.wi-yahoo-30:before {
  content: "\f002";
}
.wi-yahoo-31:before {
  content: "\f02e";
}
.wi-yahoo-32:before {
  content: "\f00d";
}
.wi-yahoo-33:before {
  content: "\f083";
}
.wi-yahoo-34:before {
  content: "\f00c";
}
.wi-yahoo-35:before {
  content: "\f017";
}
.wi-yahoo-36:before {
  content: "\f072";
}
.wi-yahoo-37:before {
  content: "\f00e";
}
.wi-yahoo-38:before {
  content: "\f00e";
}
.wi-yahoo-39:before {
  content: "\f00e";
}
.wi-yahoo-40:before {
  content: "\f01a";
}
.wi-yahoo-41:before {
  content: "\f064";
}
.wi-yahoo-42:before {
  content: "\f01b";
}
.wi-yahoo-43:before {
  content: "\f064";
}
.wi-yahoo-44:before {
  content: "\f00c";
}
.wi-yahoo-45:before {
  content: "\f00e";
}
.wi-yahoo-46:before {
  content: "\f01b";
}
.wi-yahoo-47:before {
  content: "\f00e";
}
.wi-yahoo-3200:before {
  content: "\f077";
}
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}
.wi-forecast-io-rain:before {
  content: "\f019";
}
.wi-forecast-io-snow:before {
  content: "\f01b";
}
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}
.wi-forecast-io-wind:before {
  content: "\f050";
}
.wi-forecast-io-fog:before {
  content: "\f014";
}
.wi-forecast-io-cloudy:before {
  content: "\f013";
}
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}
.wi-forecast-io-hail:before {
  content: "\f015";
}
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}
.wi-forecast-io-tornado:before {
  content: "\f056";
}
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}
.wi-wmo4680-10:before {
  content: "\f014";
}
.wi-wmo4680-11:before {
  content: "\f014";
}
.wi-wmo4680-12:before {
  content: "\f016";
}
.wi-wmo4680-18:before {
  content: "\f050";
}
.wi-wmo4680-20:before {
  content: "\f014";
}
.wi-wmo4680-21:before {
  content: "\f017";
}
.wi-wmo4680-22:before {
  content: "\f017";
}
.wi-wmo4680-23:before {
  content: "\f019";
}
.wi-wmo4680-24:before {
  content: "\f01b";
}
.wi-wmo4680-25:before {
  content: "\f015";
}
.wi-wmo4680-26:before {
  content: "\f01e";
}
.wi-wmo4680-27:before {
  content: "\f063";
}
.wi-wmo4680-28:before {
  content: "\f063";
}
.wi-wmo4680-29:before {
  content: "\f063";
}
.wi-wmo4680-30:before {
  content: "\f014";
}
.wi-wmo4680-31:before {
  content: "\f014";
}
.wi-wmo4680-32:before {
  content: "\f014";
}
.wi-wmo4680-33:before {
  content: "\f014";
}
.wi-wmo4680-34:before {
  content: "\f014";
}
.wi-wmo4680-35:before {
  content: "\f014";
}
.wi-wmo4680-40:before {
  content: "\f017";
}
.wi-wmo4680-41:before {
  content: "\f01c";
}
.wi-wmo4680-42:before {
  content: "\f019";
}
.wi-wmo4680-43:before {
  content: "\f01c";
}
.wi-wmo4680-44:before {
  content: "\f019";
}
.wi-wmo4680-45:before {
  content: "\f015";
}
.wi-wmo4680-46:before {
  content: "\f015";
}
.wi-wmo4680-47:before {
  content: "\f01b";
}
.wi-wmo4680-48:before {
  content: "\f01b";
}
.wi-wmo4680-50:before {
  content: "\f01c";
}
.wi-wmo4680-51:before {
  content: "\f01c";
}
.wi-wmo4680-52:before {
  content: "\f019";
}
.wi-wmo4680-53:before {
  content: "\f019";
}
.wi-wmo4680-54:before {
  content: "\f076";
}
.wi-wmo4680-55:before {
  content: "\f076";
}
.wi-wmo4680-56:before {
  content: "\f076";
}
.wi-wmo4680-57:before {
  content: "\f01c";
}
.wi-wmo4680-58:before {
  content: "\f019";
}
.wi-wmo4680-60:before {
  content: "\f01c";
}
.wi-wmo4680-61:before {
  content: "\f01c";
}
.wi-wmo4680-62:before {
  content: "\f019";
}
.wi-wmo4680-63:before {
  content: "\f019";
}
.wi-wmo4680-64:before {
  content: "\f015";
}
.wi-wmo4680-65:before {
  content: "\f015";
}
.wi-wmo4680-66:before {
  content: "\f015";
}
.wi-wmo4680-67:before {
  content: "\f017";
}
.wi-wmo4680-68:before {
  content: "\f017";
}
.wi-wmo4680-70:before {
  content: "\f01b";
}
.wi-wmo4680-71:before {
  content: "\f01b";
}
.wi-wmo4680-72:before {
  content: "\f01b";
}
.wi-wmo4680-73:before {
  content: "\f01b";
}
.wi-wmo4680-74:before {
  content: "\f076";
}
.wi-wmo4680-75:before {
  content: "\f076";
}
.wi-wmo4680-76:before {
  content: "\f076";
}
.wi-wmo4680-77:before {
  content: "\f01b";
}
.wi-wmo4680-78:before {
  content: "\f076";
}
.wi-wmo4680-80:before {
  content: "\f019";
}
.wi-wmo4680-81:before {
  content: "\f01c";
}
.wi-wmo4680-82:before {
  content: "\f019";
}
.wi-wmo4680-83:before {
  content: "\f019";
}
.wi-wmo4680-84:before {
  content: "\f01d";
}
.wi-wmo4680-85:before {
  content: "\f017";
}
.wi-wmo4680-86:before {
  content: "\f017";
}
.wi-wmo4680-87:before {
  content: "\f017";
}
.wi-wmo4680-89:before {
  content: "\f015";
}
.wi-wmo4680-90:before {
  content: "\f016";
}
.wi-wmo4680-91:before {
  content: "\f01d";
}
.wi-wmo4680-92:before {
  content: "\f01e";
}
.wi-wmo4680-93:before {
  content: "\f01e";
}
.wi-wmo4680-94:before {
  content: "\f016";
}
.wi-wmo4680-95:before {
  content: "\f01e";
}
.wi-wmo4680-96:before {
  content: "\f01e";
}
.wi-wmo4680-99:before {
  content: "\f056";
}
.wi-owm-200:before {
  content: "\f01e";
}
.wi-owm-201:before {
  content: "\f01e";
}
.wi-owm-202:before {
  content: "\f01e";
}
.wi-owm-210:before {
  content: "\f016";
}
.wi-owm-211:before {
  content: "\f016";
}
.wi-owm-212:before {
  content: "\f016";
}
.wi-owm-221:before {
  content: "\f016";
}
.wi-owm-230:before {
  content: "\f01e";
}
.wi-owm-231:before {
  content: "\f01e";
}
.wi-owm-232:before {
  content: "\f01e";
}
.wi-owm-300:before {
  content: "\f01c";
}
.wi-owm-301:before {
  content: "\f01c";
}
.wi-owm-302:before {
  content: "\f019";
}
.wi-owm-310:before {
  content: "\f017";
}
.wi-owm-311:before {
  content: "\f019";
}
.wi-owm-312:before {
  content: "\f019";
}
.wi-owm-313:before {
  content: "\f01a";
}
.wi-owm-314:before {
  content: "\f019";
}
.wi-owm-321:before {
  content: "\f01c";
}
.wi-owm-500:before {
  content: "\f01c";
}
.wi-owm-501:before {
  content: "\f019";
}
.wi-owm-502:before {
  content: "\f019";
}
.wi-owm-503:before {
  content: "\f019";
}
.wi-owm-504:before {
  content: "\f019";
}
.wi-owm-511:before {
  content: "\f017";
}
.wi-owm-520:before {
  content: "\f01a";
}
.wi-owm-521:before {
  content: "\f01a";
}
.wi-owm-522:before {
  content: "\f01a";
}
.wi-owm-531:before {
  content: "\f01d";
}
.wi-owm-600:before {
  content: "\f01b";
}
.wi-owm-601:before {
  content: "\f01b";
}
.wi-owm-602:before {
  content: "\f0b5";
}
.wi-owm-611:before {
  content: "\f017";
}
.wi-owm-612:before {
  content: "\f017";
}
.wi-owm-615:before {
  content: "\f017";
}
.wi-owm-616:before {
  content: "\f017";
}
.wi-owm-620:before {
  content: "\f017";
}
.wi-owm-621:before {
  content: "\f01b";
}
.wi-owm-622:before {
  content: "\f01b";
}
.wi-owm-701:before {
  content: "\f01a";
}
.wi-owm-711:before {
  content: "\f062";
}
.wi-owm-721:before {
  content: "\f0b6";
}
.wi-owm-731:before {
  content: "\f063";
}
.wi-owm-741:before {
  content: "\f014";
}
.wi-owm-761:before {
  content: "\f063";
}
.wi-owm-762:before {
  content: "\f063";
}
.wi-owm-771:before {
  content: "\f011";
}
.wi-owm-781:before {
  content: "\f056";
}
.wi-owm-800:before {
  content: "\f00d";
}
.wi-owm-801:before {
  content: "\f011";
}
.wi-owm-802:before {
  content: "\f011";
}
.wi-owm-803:before {
  content: "\f012";
}
.wi-owm-804:before {
  content: "\f013";
}
.wi-owm-900:before {
  content: "\f056";
}
.wi-owm-901:before {
  content: "\f01d";
}
.wi-owm-902:before {
  content: "\f073";
}
.wi-owm-903:before {
  content: "\f076";
}
.wi-owm-904:before {
  content: "\f072";
}
.wi-owm-905:before {
  content: "\f021";
}
.wi-owm-906:before {
  content: "\f015";
}
.wi-owm-957:before {
  content: "\f050";
}
.wi-owm-day-200:before {
  content: "\f010";
}
.wi-owm-day-201:before {
  content: "\f010";
}
.wi-owm-day-202:before {
  content: "\f010";
}
.wi-owm-day-210:before {
  content: "\f005";
}
.wi-owm-day-211:before {
  content: "\f005";
}
.wi-owm-day-212:before {
  content: "\f005";
}
.wi-owm-day-221:before {
  content: "\f005";
}
.wi-owm-day-230:before {
  content: "\f010";
}
.wi-owm-day-231:before {
  content: "\f010";
}
.wi-owm-day-232:before {
  content: "\f010";
}
.wi-owm-day-300:before {
  content: "\f00b";
}
.wi-owm-day-301:before {
  content: "\f00b";
}
.wi-owm-day-302:before {
  content: "\f008";
}
.wi-owm-day-310:before {
  content: "\f008";
}
.wi-owm-day-311:before {
  content: "\f008";
}
.wi-owm-day-312:before {
  content: "\f008";
}
.wi-owm-day-313:before {
  content: "\f008";
}
.wi-owm-day-314:before {
  content: "\f008";
}
.wi-owm-day-321:before {
  content: "\f00b";
}
.wi-owm-day-500:before {
  content: "\f00b";
}
.wi-owm-day-501:before {
  content: "\f008";
}
.wi-owm-day-502:before {
  content: "\f008";
}
.wi-owm-day-503:before {
  content: "\f008";
}
.wi-owm-day-504:before {
  content: "\f008";
}
.wi-owm-day-511:before {
  content: "\f006";
}
.wi-owm-day-520:before {
  content: "\f009";
}
.wi-owm-day-521:before {
  content: "\f009";
}
.wi-owm-day-522:before {
  content: "\f009";
}
.wi-owm-day-531:before {
  content: "\f00e";
}
.wi-owm-day-600:before {
  content: "\f00a";
}
.wi-owm-day-601:before {
  content: "\f0b2";
}
.wi-owm-day-602:before {
  content: "\f00a";
}
.wi-owm-day-611:before {
  content: "\f006";
}
.wi-owm-day-612:before {
  content: "\f006";
}
.wi-owm-day-615:before {
  content: "\f006";
}
.wi-owm-day-616:before {
  content: "\f006";
}
.wi-owm-day-620:before {
  content: "\f006";
}
.wi-owm-day-621:before {
  content: "\f00a";
}
.wi-owm-day-622:before {
  content: "\f00a";
}
.wi-owm-day-701:before {
  content: "\f009";
}
.wi-owm-day-711:before {
  content: "\f062";
}
.wi-owm-day-721:before {
  content: "\f0b6";
}
.wi-owm-day-731:before {
  content: "\f063";
}
.wi-owm-day-741:before {
  content: "\f003";
}
.wi-owm-day-761:before {
  content: "\f063";
}
.wi-owm-day-762:before {
  content: "\f063";
}
.wi-owm-day-781:before {
  content: "\f056";
}
.wi-owm-day-800:before {
  content: "\f00d";
}
.wi-owm-day-801:before {
  content: "\f000";
}
.wi-owm-day-802:before {
  content: "\f000";
}
.wi-owm-day-803:before {
  content: "\f000";
}
.wi-owm-day-804:before {
  content: "\f00c";
}
.wi-owm-day-900:before {
  content: "\f056";
}
.wi-owm-day-902:before {
  content: "\f073";
}
.wi-owm-day-903:before {
  content: "\f076";
}
.wi-owm-day-904:before {
  content: "\f072";
}
.wi-owm-day-906:before {
  content: "\f004";
}
.wi-owm-day-957:before {
  content: "\f050";
}
.wi-owm-night-200:before {
  content: "\f02d";
}
.wi-owm-night-201:before {
  content: "\f02d";
}
.wi-owm-night-202:before {
  content: "\f02d";
}
.wi-owm-night-210:before {
  content: "\f025";
}
.wi-owm-night-211:before {
  content: "\f025";
}
.wi-owm-night-212:before {
  content: "\f025";
}
.wi-owm-night-221:before {
  content: "\f025";
}
.wi-owm-night-230:before {
  content: "\f02d";
}
.wi-owm-night-231:before {
  content: "\f02d";
}
.wi-owm-night-232:before {
  content: "\f02d";
}
.wi-owm-night-300:before {
  content: "\f02b";
}
.wi-owm-night-301:before {
  content: "\f02b";
}
.wi-owm-night-302:before {
  content: "\f028";
}
.wi-owm-night-310:before {
  content: "\f028";
}
.wi-owm-night-311:before {
  content: "\f028";
}
.wi-owm-night-312:before {
  content: "\f028";
}
.wi-owm-night-313:before {
  content: "\f028";
}
.wi-owm-night-314:before {
  content: "\f028";
}
.wi-owm-night-321:before {
  content: "\f02b";
}
.wi-owm-night-500:before {
  content: "\f02b";
}
.wi-owm-night-501:before {
  content: "\f028";
}
.wi-owm-night-502:before {
  content: "\f028";
}
.wi-owm-night-503:before {
  content: "\f028";
}
.wi-owm-night-504:before {
  content: "\f028";
}
.wi-owm-night-511:before {
  content: "\f026";
}
.wi-owm-night-520:before {
  content: "\f029";
}
.wi-owm-night-521:before {
  content: "\f029";
}
.wi-owm-night-522:before {
  content: "\f029";
}
.wi-owm-night-531:before {
  content: "\f02c";
}
.wi-owm-night-600:before {
  content: "\f02a";
}
.wi-owm-night-601:before {
  content: "\f0b4";
}
.wi-owm-night-602:before {
  content: "\f02a";
}
.wi-owm-night-611:before {
  content: "\f026";
}
.wi-owm-night-612:before {
  content: "\f026";
}
.wi-owm-night-615:before {
  content: "\f026";
}
.wi-owm-night-616:before {
  content: "\f026";
}
.wi-owm-night-620:before {
  content: "\f026";
}
.wi-owm-night-621:before {
  content: "\f02a";
}
.wi-owm-night-622:before {
  content: "\f02a";
}
.wi-owm-night-701:before {
  content: "\f029";
}
.wi-owm-night-711:before {
  content: "\f062";
}
.wi-owm-night-721:before {
  content: "\f0b6";
}
.wi-owm-night-731:before {
  content: "\f063";
}
.wi-owm-night-741:before {
  content: "\f04a";
}
.wi-owm-night-761:before {
  content: "\f063";
}
.wi-owm-night-762:before {
  content: "\f063";
}
.wi-owm-night-781:before {
  content: "\f056";
}
.wi-owm-night-800:before {
  content: "\f02e";
}
.wi-owm-night-801:before {
  content: "\f022";
}
.wi-owm-night-802:before {
  content: "\f022";
}
.wi-owm-night-803:before {
  content: "\f022";
}
.wi-owm-night-804:before {
  content: "\f086";
}
.wi-owm-night-900:before {
  content: "\f056";
}
.wi-owm-night-902:before {
  content: "\f073";
}
.wi-owm-night-903:before {
  content: "\f076";
}
.wi-owm-night-904:before {
  content: "\f072";
}
.wi-owm-night-906:before {
  content: "\f024";
}
.wi-owm-night-957:before {
  content: "\f050";
}
.wi-wu-chanceflurries:before {
  content: "\f064";
}
.wi-wu-chancerain:before {
  content: "\f019";
}
.wi-wu-chancesleat:before {
  content: "\f0b5";
}
.wi-wu-chancesnow:before {
  content: "\f01b";
}
.wi-wu-chancetstorms:before {
  content: "\f01e";
}
.wi-wu-clear:before {
  content: "\f00d";
}
.wi-wu-cloudy:before {
  content: "\f002";
}
.wi-wu-flurries:before {
  content: "\f064";
}
.wi-wu-hazy:before {
  content: "\f0b6";
}
.wi-wu-mostlycloudy:before {
  content: "\f002";
}
.wi-wu-mostlysunny:before {
  content: "\f00d";
}
.wi-wu-partlycloudy:before {
  content: "\f002";
}
.wi-wu-partlysunny:before {
  content: "\f00d";
}
.wi-wu-rain:before {
  content: "\f01a";
}
.wi-wu-sleat:before {
  content: "\f0b5";
}
.wi-wu-snow:before {
  content: "\f01b";
}
.wi-wu-sunny:before {
  content: "\f00d";
}
.wi-wu-tstorms:before {
  content: "\f01e";
}
.wi-wu-unknown:before {
  content: "\f00d";
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(material-icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(material-icons/MaterialIcons-Regular.woff) format('woff'), url(material-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.joyride-tip-guide.center-nub .joyride-nub {
  left: 180px !important;
}
.right-caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #000000;
  display: inline-block;
  margin-left: 0px;
  width: 8px;
}
.down-caret {
  display: inline-block;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 0;
  width: 8px;
}