/**
 * Copyright (c) 2012-2014 Neucadia, LLC (info@neucadia.com)
 */
@import "font-awesome.css";
/**
 * Copyright (c) 2012-2014 Neucadia, LLC (info@neucadia.com)
 */
/* Source Sans Pro */
@import "bootstrap.min.css";
@import "leaflet.css";
@import "leaflet.draw.css";
@import "leaflet.usermarker.css";
@import "select2.css";
@import "jquery.mobile.custom.structure.css";
@import "jquery.mobile.custom.theme.css";
@import "jquery.nouislider.min.css";
@import "L.Control.Locate.css";
@import "datepicker3.css";
@import "baguetteBox.min.css";
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-Black.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-BlackIt.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-BlackIt.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-BlackIt.svg') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-Bold.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-Bold.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-BoldIt.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-BoldIt.svg') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-Semibold.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-SemiboldIt.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-SemiboldIt.svg') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-Regular.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-It.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-It.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-It.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-Light.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-Light.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-LightIt.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-LightIt.svg') format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-ExtraLight.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-ExtraLight.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/webfonts/SourceSansPro-ExtraLightIt.eot?#iefix') format('embedded-opentype'), url('/webfonts/SourceSansPro-ExtraLightIt.ttf.woff') format('woff'), url('/webfonts/SourceSansPro-ExtraLightIt.svg') format('svg');
  font-weight: 100;
  font-style: italic;
}
.pace,
.pace-lg {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-activity {
  display: inline-block;
  position: absolute;
  z-index: 2000;
  right: 0;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  border: solid 2px rgba(0, 0, 0, 0);
  border-top-color: #FAFAFA;
  border-left-color: #FAFAFA;
  border-radius: 20px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
.pace-lg .pace-activity {
  display: inline-block;
  position: absolute;
  z-index: 1003;
  border: solid 2px rgba(0, 0, 0, 0);
  border-left-color: #590;
  border-top-color: #590;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 50%;
  margin-top: -64px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@media screen and (max-width: 645px) {
  .pace .pace-activity {
    margin-top: 3px;
  }
}
@media screen and (max-width: 390px) {
  .pace .pace-activity {
    margin-top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  font: 14px/1.333 "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #fafafa;
  height: 100%;
}
a,
a:hover {
  color: #529102;
}
iframe {
  border: 1px solid #D4D4D4;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 0.75em;
}
::selection {
  background: #6dc304;
  color: #FFF;
}
::-moz-selection {
  background: #6dc304;
  color: #FFF;
}
.focus {
  border-color: #6dc304;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:focus,
a:focus {
  border-color: #6dc304;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.full-width {
  width: 100% !important;
}
.action-link {
  padding: 1em;
  margin: -1em;
}
.center {
  display: block;
  text-align: center !important;
  margin-left: auto;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
}
.table {
  display: table;
}
.table > div[class^="col-"] {
  float: none;
  display: table-cell;
}
.row {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wrapper {
  height: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: -44px;
  padding-top: 44px;
}
.content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* Leaflet Map */
#map {
  height: 100%;
}
.map {
  border: 1px solid #D4D4D4;
}
.field {
  stroke: red;
  fill: #F2F2F2;
  fill-opacity: .2;
  stroke-opacity: .7;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill-rule: evenodd;
}
.fieldsnearby-field {
  fill-opacity: .8;
}
.crop-type-1 {
  fill: #FFD300;
}
.crop-type-2 {
  fill: #267000;
}
.crop-type-3 {
  fill: #A57000;
}
.crop-type-4 {
  fill: #FB9DE4;
}
.crop-type-5 {
  fill: #A50000;
}
.crop-type-6 {
  fill: #A800E5;
}
.crop-type-7 {
  fill: #DDA50C;
}
.crop-type-8 {
  fill: #54FF00;
}
.crop-type-9 {
  fill: #00AF4C;
}
.crop-type-10 {
  fill: #00DDAF;
}
.crop-type-11 {
  fill: #D7006C;
}
.crop-type-12 {
  fill: #A05989;
}
.crop-type-13 {
  fill: #702600;
}
.crop-type-14 {
  fill: #FF6666;
}
.crop-type-15 {
  fill: #00A8E5;
}
.crop-type-16 {
  fill: #FF2626;
}
.crop-type-17 {
  fill: #FF9E0C;
}
.crop-type-18 {
  fill: #9AF87D;
}
.crop-type-19 {
  fill: #A165FA;
}
.crop-type-20 {
  fill: #A38B5D;
}
.crop-type-21 {
  fill: #F9799A;
}
.crop-type-22 {
  fill: #FFFF70;
}
.crop-type-23 {
  fill: #F08F68;
}
.crop-type-24 {
  fill: #A58D5E;
}
.crop-type-25 {
  fill: #020086;
}
.crop-type-26 {
  fill: #5B2F75;
}
.crop-type-27 {
  fill: #f2f2f2;
}
.crop-type-28 {
  fill: #A20070;
}
.crop-type-29 {
  fill: #CB88AE;
}
.crop-type-30 {
  fill: #CDFF29;
}
.crop-type-31 {
  fill: #6D82FA;
}
.crop-type-32 {
  fill: #1EA63E;
}
.crop-type-33 {
  fill: #FFFF2C;
}
.crop-type-34 {
  fill: #D7FF2E;
}
.crop-type-35 {
  fill: #1DA23C;
}
.crop-type-36 {
  fill: #96000E;
}
.crop-type-37 {
  fill: #29DCA2;
}
.crop-type-38 {
  fill: #1DA23C;
}
.crop-type-39 {
  fill: #F84E54;
}
.button-wrapper > .pace {
  background-color: #999;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 0px 1px #888;
  -moz-box-shadow: inset 0 0px 1px #888;
  box-shadow: inset 0 0px 1px #888;
}
.button > .pace-activity {
  position: relative;
  margin-top: 1px;
}
@media screen and (max-width: 390px) {
  .button > .pace-activity {
    margin-top: 6px;
  }
}
.info {
  width: 146px;
  padding: 6px 8px;
  font: 14px/1.333 "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #F3F0EF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.legend-handle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -2em;
  background: #F3F0EF;
  width: 1em;
  text-align: center;
  padding: 1em;
  margin-top: -1em;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  font-weight: 800;
}
.legend-handle:active,
.legend-handle:hover {
  color: #007BAB;
}
.info h4 {
  margin: 0 0 5px;
  color: #777;
}
.legend {
  text-align: left;
  line-height: 18px;
  color: #333;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 1;
}
.copyright {
  text-align: center;
  font-size: .75em;
  color: #999;
}
.copyright-link {
  color: inherit;
  text-decoration: underline;
}
.panel-body > .copyright {
  margin: 1.333em 0 0 0;
}
.panel-body > .copyright + .copyright {
  margin: .75em 0 0 0;
}
.panel-body > .copyright:first-of-type {
  font-size: 1em;
}
.leaflet-control-attribution > .copyright {
  font-size: 1em;
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Leaflet usermarker pulsate animation */
@-moz-keyframes leaflet-usermarker-pulsate {
  from {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
  35% {
    -moz-transform: scale(0.3);
    opacity: 1.0;
  }
  95% {
    -moz-transform: scale(1.5);
    opacity: 0;
  }
  to {
    -moz-transform: scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes leaflet-usermarker-pulsate {
  from {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(0.3);
    opacity: 1.0;
  }
  95% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
}
@keyframes leaflet-usermarker-pulsate {
  from {
    transform: scale(0.3);
    opacity: 0;
  }
  35% {
    transform: scale(0.3);
    opacity: 1.0;
  }
  95% {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}
/* Fade In Right Animation */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* Fade Out Left Animation */
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
/* Slide Out Right Animation */
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(156px);
    transform: translateX(156px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(156px);
    -ms-transform: translateX(156px);
    transform: translateX(156px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
/* Slide Back Left Animation */
@-webkit-keyframes slideBackLeft {
  0% {
    -webkit-transform: translateX(156px);
    transform: translateX(156px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideBackLeft {
  0% {
    -webkit-transform: translateX(156px);
    -ms-transform: translateX(156px);
    transform: translateX(156px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideBackLeft {
  -webkit-animation-name: slideBackLeft;
  animation-name: slideBackLeft;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
img {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
figure,
pre,
table,
fieldset,
hr {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.333;
  margin: 0 0 1.333rem 0;
}
p {
  margin: 0 0 .563rem 0;
}
h1,
.alpha {
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  color: #519103;
  width: 100%;
  text-align: center;
  padding: .563em;
  margin: 0;
}
h2,
.beta {
  font-size: 1em;
  font-weight: 600;
  color: #519103;
  border: 1px solid #bdbdbd;
  background-color: #edecec;
}
h3,
.gamma {
  color: #404040;
  font-size: 1em;
  font-weight: 600;
  padding: .422em;
  border-bottom: 1px solid #CCC;
}
.alpha-size {
  font-size: 1.777em;
}
.beta-size {
  font-size: 1.333em;
}
.gamma-size {
  font-size: 1em;
}
hr {
  clear: both;
  display: block;
  height: 0;
  border-top: 1px solid rgba(6, 8, 8, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.has-error .select2-choice {
  border: 1px solid #b94a48 !important;
}
.docs-h1 {
  padding-top: 1.777em;
  font-size: 3.157em;
  background: none;
  border: none;
  color: #333333;
  text-align: left;
  padding: 1.777em 0 0 0;
  margin: 0 0 1.333rem 0;
}
.docs-h2 {
  padding: 1.777em 0 0 0;
  font-size: 2.369em;
  background: none;
  border: none;
  color: #333333;
}
.docs-h3 {
  padding: 1em 0 0 0;
  font-size: 1.777em;
  background: none;
  border: none;
  color: #333333;
}
.docs-h4 {
  padding: .75em 0 0 0;
  font-size: 1.333em;
  background: none;
  border: none;
  color: #333333;
}
.alert {
  margin: 1em 0 0 0;
  text-align: center;
  border-radius: 0;
}
.alert + .alert {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1003;
}
.alert-woohoo {
  margin: 0 0 1em 8.33333333333332%;
  border-radius: 0;
  color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2MkM0NjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxQTM1MSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #62C462, #51A351);
  background-image: -moz-linear-gradient(top, #62C462, #51A351);
  background-image: -o-linear-gradient(top, #62C462, #51A351);
  background-image: linear-gradient(to bottom, #62C462, #51A351);
}
.alpha-wrapper + .alert,
.header + .alert {
  position: absolute;
  z-index: 1003;
  width: 100%;
  margin: 0;
}
.input-wrapper + .alert {
  float: right;
  padding: 0;
  background: none;
  border: 0;
}
/*============= $BUTTONS ===============*/
.button-wrapper {
  min-width: 150px;
  padding-right: 0;
  text-align: right;
}
.button-round-wrapper {
  width: 52px;
}
.button-wrapper-inline {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .button-wrapper-inline {
    width: 60px;
    min-width: 60px;
    margin-top: -6px;
  }
  .button-wrapper-inline > .button {
    margin: 0;
    font-size: 0;
    width: 60px;
    padding: 6px;
  }
  .button-wrapper-inline > .button > .btn-icon {
    margin-left: 0;
  }
}
.double-button-wrapper,
.double-button-wrapper > .row {
  padding-left: 0;
  padding-right: 0;
}
.input-wrapper + .button-wrapper {
  margin-top: .75em;
  text-align: left;
}
.button-round-wrapper > .cancel {
  margin-top: .75em;
}
.button-round-wrapper > .cancel > .btn-icon-delete {
  background-position: 1px -176px;
}
.email-button-wrapper {
  min-width: 200px;
  padding-right: 0;
  text-align: center;
}
.button-group {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.button-group > .button {
  display: inline;
  font-size: 1em;
}
.button-group > .button:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.button-group > .button:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
#loginButton,
#registerButton,
#resetPasswordButton {
  font-size: 1.333em;
  max-width: 100%;
  width: 100%;
  padding: .75em;
  color: #F5F4F4;
}
.panel {
  margin-top: 1.777em;
}
.embed-responsive {
  margin-bottom: 1.777em;
}
.btn {
  line-height: 1.333;
  padding: 1em;
  margin: .75em;
  min-width: 5.61em;
}
.button {
  position: relative;
  overflow: visible;
  display: inline-block;
  width: 100%;
  max-width: 169.5px;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border: 1px solid #498103;
  border-top: 1px solid #559900;
  border-bottom: 1px solid #417502;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #519101;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxLDEsMSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  zoom: 1;
}
.button-round {
  height: 40px;
  width: 40px;
  padding: 0;
  position: relative;
  overflow: visible;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border: 1px solid #498103;
  border-top: 1px solid #559900;
  border-bottom: 1px solid #417502;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #519101;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxLDEsMSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  zoom: 1;
  z-index: 1;
}
.button-block {
  display: block;
  width: 100%;
  max-width: 370px;
  padding-right: 0;
  padding-left: 0;
  margin: 1.333em auto .75em auto;
  padding: .565em 1em;
  font-size: 1.333em;
  border-radius: 5px;
}
.button-large {
  max-width: 100%;
  padding: 1em;
}
.button-round:active {
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
}
.button-round > .btn-icon {
  margin-top: 8px;
  padding-left: 0;
  margin-left: 0;
}
.button-group > .button {
  position: relative;
  margin-left: -4px;
  color: #555;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #E5E9E9;
  border: 1px solid #A5A8A8;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTksMTE5LDExOSkiIHN0b3Atb3BhY2l0eT0iLjA1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LDI1NSwyNTUpIiBzdG9wLW9wYWNpdHk9Ii4wNSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.05) 0%, rgba(0,0,0,.05) 25%, rgba(255,255,255,.05) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.05) 0%, rgba(0,0,0,.05) 25%, rgba(255,255,255,.05) 100%);
  background-image: -o-linear-gradient(bottom, rgba(119,119,119,.05) 0%, rgba(0,0,0,.05) 25%, rgba(255,255,255,.05) 100%);
  background-image: linear-gradient(to top, rgba(119,119,119,.05) 0%, rgba(0,0,0,.05) 25%, rgba(255,255,255,.05) 100%);
}
.button-group > .button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.email-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  width: 100%;
  max-width: 169.5px;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border: 1px solid #498103;
  border-top: 1px solid #559900;
  border-bottom: 1px solid #417502;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #519101;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 1px 0 0 rgba(0,0,0,0.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxLDEsMSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 100%);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  zoom: 1;
  padding: 1em;
  max-width: 190.5px;
}
.cancel,
.delete {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #7A030A;
  border-bottom: 1px solid #640208;
  background-color: #8f030b;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTksMTE5LDExOSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
}
.button:active,
.email-button:active {
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.5) inset;
}
.btn-icon {
  background: url(../img/btn-icon-sprite-66.png) no-repeat top left;
  background-size: 66px auto;
  display: inline-block;
  height: 23px;
  width: 23px;
  color: #f9f9f9;
  font-size: 1em;
  font-weight: 600;
  padding-left: 2.369em;
  margin-left: -22px;
  line-height: 1.6;
}
.email-button .btn-icon-forward {
  margin-left: -124px;
}
.email-button .btn-icon-print {
  margin-left: -128px;
}
.email-button .btn-icon-recommendation {
  margin-left: -144px;
}
.email-button .btn-icon-saveaccept {
  margin-left: -78px;
}
.btn-icon-addemail {
  margin-left: -62px;
}
.btn-icon-addfarm {
  margin-left: -58px;
}
.btn-icon-addgroup {
  margin-left: -66px;
}
.btn-icon-addlocation {
  margin-left: -76px;
}
.btn-icon-addproduct {
  margin-left: -50px;
}
.btn-icon-call {
  margin-left: -30px;
}
.btn-icon-cancel {
  margin-left: -42px;
}
.btn-icon-center {
  margin-left: -44px;
}
.btn-icon-crop {
  margin-left: -40px;
}
.btn-icon-edit {
  margin-left: -40px;
}
.btn-icon-delete {
  margin-left: -40px;
}
.btn-icon-directions {
  margin-left: -62px;
}
.btn-icon-duplicate {
  margin-left: -60px;
}
.btn-icon-email {
  margin-left: -36px;
}
.btn-icon-forward {
  margin-left: -60px;
}
.btn-icon-location {
  margin-left: -76px;
}
.btn-icon-map {
  margin-left: -32px;
}
.btn-icon-mapit {
  margin-left: -48px;
}
.btn-icon-mapall {
  margin-left: -46px;
}
.btn-icon-prescribe {
  margin-left: -78px;
}
.btn-icon-print {
  margin-left: -36px;
}
.btn-icon-reports {
  margin-left: -48px;
}
.btn-icon-save {
  margin-left: -34px;
}
.btn-icon-saveclean {
  margin-left: -34px;
}
.btn-icon-saveaccept {
  margin-left: -78px;
}
.btn-icon-schedule {
  margin-left: -52px;
}
.btn-icon-scout {
  margin-left: -40px;
}
.btn-icon-search {
  margin-left: -34px;
}
.btn-icon-send {
  margin-left: -34px;
}
.btn-icon-add {
  background-position: 0 0;
}
.btn-icon-addgroup {
  background-position: 0 0;
}
.btn-icon-addlocation {
  background-position: 0 0;
}
.btn-icon-cancel {
  background-position: 0 -44px;
}
.btn-icon-center {
  background-position: 0 -88px;
}
.btn-icon-crop {
  background-position: 0 -132px;
}
.btn-icon-delete {
  background-position: 0 -176px;
}
.btn-icon-directions {
  background-position: 0 -220px;
}
.btn-icon-duplicate {
  background-position: 0 -264px;
}
.btn-icon-edit {
  background-position: 0 -308px;
}
.btn-icon-email {
  background-position: 0 -352px;
}
.btn-icon-forward {
  background-position: 0 -396px;
}
.btn-icon-insect {
  background-position: 0 -440px;
}
.btn-icon-location {
  background-position: 0 -484px;
}
.btn-icon-logout {
  background-position: 0 -528px;
}
.btn-icon-map {
  background-position: 0 -572px;
}
.btn-icon-mapit {
  background-position: 0 -572px;
}
.btn-icon-mapall {
  background-position: 0 -572px;
}
.btn-icon-menu-big {
  background-position: 0 -616px;
}
.btn-icon-menu-small {
  background-position: -44px 0;
}
.btn-icon-phone {
  background-position: -44px -44px;
}
.btn-icon-prescribe {
  background-position: -44px -88px;
}
.btn-icon-print {
  background-position: -44px -132px;
}
.btn-icon-reports {
  background-position: -44px -176px;
}
.btn-icon-saveclean {
  background-position: -44px -220px;
}
.btn-icon-save {
  background-position: -44px -220px;
}
.btn-icon-schedule {
  background-position: -44px -264px;
}
.btn-icon-scout {
  background-position: -44px -308px;
}
.btn-icon-search {
  background-position: -44px -352px;
}
.btn-icon-send {
  background-position: -44px -396px;
}
.btn-icon-share {
  background-position: -44px -440px;
}
.btn-icon-travview {
  background-position: -44px -484px;
}
.alpha-wrapper {
  position: relative;
  z-index: 1002;
  font-size: 1.333em;
  font-weight: 700;
  color: #519103;
  border: 1px solid #bdbdbd;
  background-color: #edecec;
  width: 100%;
  text-align: center;
  padding: .75em;
  margin-bottom: 0;
  height: 76px;
}
@media screen and (max-width: 719px) {
  .alpha-wrapper {
    height: 79px;
  }
}
@media screen and (max-width: 440px) {
  .alpha-wrapper {
    padding: .422em;
    height: 67px;
  }
}
@media screen and (max-width: 350px) {
  .alpha-wrapper {
    height: 60px;
  }
}
.alpha-inner-wrapper {
  height: 100%;
  vertical-align: middle;
  display: table;
}
.alpha-inner-wrapper > h1,
.alpha-inner-wrapper > .alpha {
  vertical-align: middle;
  min-height: 100%;
  display: table-cell;
}
.alpha-wrapper .button-wrapper {
  font-size: .75em;
}
.alpha-wrapper .button-wrapper:first-child {
  text-align: left;
  padding-left: 0;
  padding-right: 15px;
}
.alpha-wrapper .button {
  margin: 0;
}
.beta-wrapper {
  padding: .75em 1em;
  background: #F3F0EF;
  border-bottom: 1px solid #D4D4D4;
}
.beta-link {
  display: inline-block;
  width: 100%;
  padding: 1em;
  margin: -1em;
}
@media screen and (max-width: 719px) {
  .alpha-wrapper .button-wrapper,
  .beta-wrapper .button-wrapper {
    margin-bottom: 5px;
    min-width: 60px;
  }
  .alpha-wrapper .button,
  .beta-wrapper .button {
    margin: 0;
    font-size: 0;
    width: 60px;
    padding: 6px;
  }
  .alpha-wrapper .btn-icon,
  .beta-wrapper .btn-icon {
    margin-left: 0;
  }
  .button-wrapper > .pace {
    margin-top: 8px;
    height: 37px;
  }
}
@media screen and (max-width: 390px) {
  .button-wrapper > .pace {
    margin-top: 5px;
  }
}
@media screen and (max-width: 350px) {
  .alpha-wrapper {
    font-size: 1em;
  }
  h1,
  .alpha {
    font-size: 16px;
  }
}
/* $MENU */
.nav-up {
  position: absolute;
  z-index: 1004;
  -webkit-transform: translate(0, -110%);
  -moz-transform: translate(0, -110%);
  -ms-transform: translate(0, -110%);
  -o-transform: translate(0, -110%);
  transform: translate(0, -110%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
.nav-drop {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.73, 0.62, 1.05);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0, 0.73, 0.62, 1.05);
  -o-transition: -o-transform 0.2s cubic-bezier(0, 0.73, 0.62, 1.05);
  transition: transform 0.2s cubic-bezier(0, 0.73, 0.62, 1.05);
}
.menu {
  height: 100%;
  width: 100%;
  margin-top: -44px;
  padding-top: 44px;
  padding-left: 0;
  padding-right: 0;
}
.menu-wrapper {
  padding: 0;
  background: #F1F3EE;
  border-left: 1px solid #FFF;
  border-right: 1px solid #E0DEDE;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #E0DEDE;
  height: 50%;
}
@media screen and (max-width: 991px) {
  .menu-wrapper {
    height: 33.333%;
  }
}
.menu-item {
  height: 100%;
}
.menu-item-link {
  display: block;
  height: 100%;
}
.menu-item-link:active {
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.menu-item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  padding: 2.369em;
}
@media screen and (max-width: 992px) {
  .menu-item-image {
    padding: 1.777em;
  }
}
@media screen and (max-width: 992px) {
  .menu-item-link {
    text-align: center;
  }
  .menu-item-image {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    max-height: 100%;
  }
}
@media screen and (max-height: 400px) {
  .menu-item-image {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .menu-item-link {
    text-align: center;
  }
  .menu-item-image {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    max-height: 100%;
  }
}
.menu-icon-name {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -2.369em;
  margin-left: -50%;
  width: 100%;
  font-weight: 600;
  color: #519103;
  text-align: center;
  font-size: 1.333em;
}
@media screen and (max-width: 372px) {
  .menu-icon-name {
    font-size: 1em;
  }
}
@media screen and (max-height: 479px) {
  .menu-item-image {
    display: inline;
  }
  .menu-icon-name {
    font-size: 1em;
    margin-top: -1.777em;
  }
}
.header {
  position: relative;
  z-index: 1005;
  background-color: #590;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9InJnYig0MSw0MSw0MSkiIHN0b3Atb3BhY2l0eT0iLjEyIi8+PHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9InJnYigxOCwxOCwxOCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(41,41,41,.12) 7%, rgba(18,18,18,0) 93%);
  background-image: -moz-linear-gradient(bottom, rgba(41,41,41,.12) 7%, rgba(18,18,18,0) 93%);
  background-image: -o-linear-gradient(bottom, rgba(41,41,41,.12) 7%, rgba(18,18,18,0) 93%);
  background-image: linear-gradient(to top, rgba(41,41,41,.12) 7%, rgba(18,18,18,0) 93%);
  border-top: 1px solid #60ae00;
  border-bottom: 1px solid #498301;
  height: 44px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.header-button {
  font-size: 1.333em;
  line-height: 40px;
  font-weight: 200;
  color: #F5F4F4;
  display: inline-block;
  width: 95px;
  height: 43px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1px 0 rgba(54, 98, 0, 0.4);
}
.header-button:hover {
  text-decoration: none;
  color: #F5F4F4;
}
.header-button:active {
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  width: 110px;
}
.header-button-left:active {
  margin-left: -15px;
  padding-left: 15px;
}
.header-button-right:active {
  margin-right: -15px;
  padding-right: 15px;
}
.header-button-left {
  text-align: left;
  border-right: 1px solid #498400;
  -webkit-box-shadow: 1px 0 0 #60ae00;
  -moz-box-shadow: 1px 0 0 #60ae00;
  box-shadow: 1px 0 0 #60ae00;
}
.header-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 2px 0 0 0;
}
.header-button-right {
  float: right;
  text-align: right;
  border-left: 1px solid #498400;
  -webkit-box-shadow: -1px 0 0 0 #60ae00;
  -moz-box-shadow: -1px 0 0 0 #60ae00;
  box-shadow: -1px 0 0 0 #60ae00;
}
.header-button-icon-left {
  padding-left: 30px;
  background: url(../img/header-sprite.png) 8px 4px no-repeat;
  background-size: 20px;
}
.header-button-icon-right {
  padding-left: 30px;
  background: url(../img/header-sprite.png) 0 -17px no-repeat;
  background-size: 20px;
}
.header-button-icon-logout {
  padding-left: 30px;
  background: url(../img/header-sprite.png) 8px -41px no-repeat;
  background-size: 20px;
}
.header-item:focus {
  color: #F5F4F4;
}
@media screen and (max-width: 645px) {
  .header-logo {
    margin: 7px 0 0 0;
  }
  .header-logo-img {
    height: 30px;
    width: 132px;
  }
}
.input-wrapper + .input-button-wrapper {
  margin-top: .422em;
  text-align: right;
}
.btn-no-text {
  margin: 0;
  font-size: 0;
  width: 60px;
  padding: 6px;
}
.btn-no-text .btn-icon {
  margin-left: 0;
}
.btn-no-icon {
  color: #f9f9f9;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 776px) {
  .input-wrapper + .input-button-wrapper {
    margin-top: -0.238em;
  }
}
@media screen and (max-width: 495px) {
  .header-item-wrapper {
    height: 42px;
  }
  .header-item {
    height: 42px;
  }
  .header-button {
    overflow: hidden;
    width: 65px;
    height: 42px;
  }
  .header-button:active {
    width: 80px;
  }
  .header-button-icon-left {
    text-indent: 9999px;
    background: url(../img/header-sprite.png) 20px 4px no-repeat;
  }
  .header-button-icon-right {
    text-indent: 9999px;
    background: url(../img/header-sprite.png) 28px -20px no-repeat;
  }
  .header-button-icon-logout {
    text-indent: 9999px;
    background: url(../img/header-sprite.png) 14px -46px no-repeat;
  }
  .header-button-icon-left,
  .header-button-icon-right,
  .header-button-icon-logout {
    display: inline-block;
    margin: 8px 0 0 0;
    height: 24px;
    background-size: 22px;
  }
}
@media screen and (max-width: 390px) {
  .header-button {
    width: 50px;
  }
  .header-button-icon-left {
    margin: 8px 0 0 -8px;
  }
  .header-button-icon-right {
    margin: 8px 0 0 -8px;
  }
  .header-button:active {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .recentactivity-content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.content-header-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 1em;
  margin-bottom: -1.333em;
}
.content-header-link,
.content-header-link:hover {
  text-decoration: none;
  color: #519103;
  display: block;
  padding: .75em 1em;
}
.arrow-right {
  display: inline-block;
  float: right;
  border-top: 3px solid #519103;
  border-left: 3px solid #519103;
  height: 10px;
  width: 10px;
  margin-top: .422em;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  margin-right: 1em;
}
.content-wrapper {
  background: #f3f0ef;
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: .563em;
  padding-bottom: .563em;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: inset 0 1px 1px #FFF;
  -moz-box-shadow: inset 0 1px 1px #FFF;
  box-shadow: inset 0 1px 1px #FFF;
  overflow: hidden;
}
.content-wrapper:active {
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.1) inset;
}
.content-wrapper:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #D4D4D4;
}
.content-wrapper:last-of-type {
  border-bottom: 1px solid #D4D4D4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.related-models > .content-wrapper:first-of-type {
  border-top: none;
}
.content-wrapper p {
  margin: 0;
}
.content-wrapper .double-button-wrapper {
  padding-right: 15px;
}
.date-wrapper {
  display: inline-block;
  float: left;
  width: 80px;
}
.date-content-wrapper {
  text-align: center;
}
.date-content-wrapper .content-row:first-child {
  margin: .563rem 0 0 0;
}
.content-row {
  margin: 0;
}
.content-row > span {
  display: inline-block;
}
@media screen and (max-width: 720px) {
  .content-row > .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.date-wrapper + .content-link {
  width: auto;
  -lh-property: 0;
width:-webkit-calc(100% - 80px);
width:-moz-calc(100% - 80px);
width:calc(100% - 80px);
;
}
.content-link + .content-link {
  width: auto;
}
.inner-content-wrapper {
  padding-right: 0;
}
.content-link {
  position: relative;
  display: inline-block;
  padding: .75em 0;
  margin: -0.75em 0;
  width: 100%;
  color: inherit;
  float: left;
  white-space: nowrap;
}
.modal-link {
  display: inline-block;
  width: 100%;
  color: inherit;
  float: left;
  text-align: left;
  padding: 1em 3.157em;
}
@media screen and (max-width: 400px) {
  .modal-link {
    padding: 1em 1.777em;
  }
}
.modal-link > .title {
  float: left;
  width: 100%;
  color: #444;
}
.modal-link > .description {
  color: #666;
}
.modal-link > .description,
.secondary-content > .description {
  clear: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-link > .arrow-right {
  margin-right: 3.157em;
  border-color: #666;
}
@media screen and (max-width: 400px) {
  .modal-link > .arrow-right {
    margin-right: 1.777em;
  }
}
.delete-checkbox-col + .content-link {
  width: 100%;
}
.content-link:hover {
  color: inherit;
}
.inner-content-link > .title,
.inner-content-link > .description,
.date-wrapper > span {
  float: left;
}
.inner-content-link > .description,
.secondary-content > .description {
  clear: left;
  white-space: normal;
  width: auto;
}
.date-wrapper + .inner-content-link > span {
  padding-right: 7.478em;
}
.inner-content-link > .field {
  clear: right;
}
.inner-content-link {
  display: inline-block;
  color: inherit;
  width: auto;
  white-space: normal;
}
.date-wrapper > .title {
  clear: left;
}
.single-title-link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.333em 0;
  margin: -1.333em 0;
}
.single-title {
  padding-top: .75em;
  margin-bottom: 0;
  color: #519103;
}
.title-link {
  padding: 1em;
}
.title {
  color: #519103;
}
.title + .title {
  font-weight: 600;
}
.customer {
  color: #519103;
  float: right;
  text-align: right;
}
.description {
  padding-right: .317em;
  font-style: italic;
}
.circle {
  font-style: normal;
  color: #FF4343;
  font-weight: 800;
  display: inline-block;
}
.field {
  float: right;
  font-style: italic;
  text-align: right;
}
.date {
  color: #519103;
  font-weight: 600;
}
.month {
  color: #519103;
  font-size: 1em;
  font-weight: 400;
}
.button-wrapper-inline + .inner-content-wrapper {
  -lh-property: 0;
width:-webkit-calc(100% - 150px);
width:-moz-calc(100% - 150px);
width:calc(100% - 150px);
;
}
@media screen and (max-width: 767px) {
  .button-wrapper-inline + .inner-content-wrapper {
    -lh-property: 0;
width:-webkit-calc(100% - 60px);
width:-moz-calc(100% - 60px);
width:calc(100% - 60px);
;
    padding-left: 30px;
  }
}
.button-round-wrapper + .inner-content-wrapper {
  -lh-property: 0;
width:-webkit-calc(100% - 52px);
width:-moz-calc(100% - 52px);
width:calc(100% - 52px);
;
}
/* Tab Bar */
.tab-bar-wrapper {
  width: 100%;
  padding: 0;
  margin-top: -56px;
  position: relative;
  z-index: 1001;
}
.tab-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 56px;
  position: relative;
  display: block;
  border: 0;
  max-width: 100%;
  overflow: visible;
  background-color: #333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9InJnYig0MSw0MSw0MSkiIHN0b3Atb3BhY2l0eT0iLjUzIi8+PHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9InJnYigxOSwxOSwxOSkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: -moz-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: -o-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: linear-gradient(to top, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
}
.tab-wrapper {
  cursor: pointer;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  text-shadow: none !important;
  border: 0 none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.reports-tab-bar .tab-wrapper,
.scout-tab-bar .tab-wrapper {
  width: 14.2857%;
  float: left;
}
.addfield-tab-bar .tab-wrapper {
  width: 20%;
  float: left;
}
.disabled {
  opacity: .1;
}
.disabled:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-text.disabled {
  opacity: 1;
  color: #888;
  background-color: #EEE;
  text-decoration: line-through;
}
.tab-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #292929;
  border-right: 1px solid #393939;
  background-color: #333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9InJnYig0MSw0MSw0MSkiIHN0b3Atb3BhY2l0eT0iLjUzIi8+PHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9InJnYigxOSwxOSwxOSkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: -moz-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: -o-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: linear-gradient(to top, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
}
.tab-link:active {
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
}
.tab-link-callout:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tab-link.active {
  background-color: #519103;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.5) inset;
}
.tab-icon {
  background: url(../img/tab-icon-sprite-96.png) no-repeat top left;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-top: 3px;
  background-size: 96px auto;
}
.tab-icon-text {
  width: 100%;
  display: block;
  color: #E0E0E0;
  font-size: .857em;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.camera-input {
  height: 0;
  width: 0;
  overflow: hidden;
}
.icon-callout-wrapper {
  position: absolute;
  padding: 1.333em;
  border-radius: 50%;
  display: inline-block;
  margin-top: -25px;
  margin-left: -81px;
  width: 74px;
  height: 74px;
  background-color: #519101;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTksMTE5LDExOSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
}
.icon-callout-wrapper:active {
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.5) inset, 0 0 0 5px #333;
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.5) inset, 0 0 0 5px #333;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.5) inset, 0 0 0 5px #333;
}
.icon-callout-background {
  display: inline-block;
  padding: 1.333em;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #333;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 88px;
  width: 88px;
  margin-top: -32px;
  margin-bottom: -4px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9InJnYig0MSw0MSw0MSkiIHN0b3Atb3BhY2l0eT0iLjUzIi8+PHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9InJnYigxOSwxOSwxOSkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: -moz-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: -o-linear-gradient(bottom, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
  background-image: linear-gradient(to top, rgba(41,41,41,.53) 7%, rgba(19,19,19,0) 93%);
}
.icon-callout-wrapper .tab-icon {
  margin-top: 3px;
}
.tab-icon-add {
  background-position: 0 0;
}
.tab-icon-disease {
  background-position: 0 -832px;
}
.tab-icon-camera {
  background-position: 0 -64px;
}
.tab-icon-crop {
  background-position: 0 -128px;
}
.tab-icon-entrance {
  background-position: 0 -192px;
}
.tab-icon-filter {
  background-position: 0 -256px;
}
.tab-icon-insect {
  background-position: 0 -320px;
}
.tab-icon-pause {
  background-position: 0 -384px;
}
.tab-icon-play {
  background-position: 0 -448px;
  margin-left: 6px;
}
.tab-icon-population {
  background-position: 0 -512px;
}
.tab-icon-prescribe {
  background-position: 0 -576px;
}
.tab-icon-print {
  background-position: -64px 0;
}
.tab-icon-refresh {
  background-position: -64px -64px;
}
.tab-icon-schedule {
  background-position: -64px -128px;
}
.tab-icon-scout {
  background-position: -64px -192px;
}
.tab-icon-send {
  background-position: -64px -256px;
}
.tab-icon-stress {
  background-position: -64px -320px;
}
.tab-icon-weed {
  background-position: -64px -384px;
}
.tab-icon-edit {
  background-position: -64px -448px;
}
.tab-icon-delete {
  background-position: -64px -512px;
}
.tab-icon-save {
  background-position: -64px -576px;
}
.tab-icon-customers {
  background-position: -64px -640px;
}
.tab-icon-salesperson {
  background-position: 0 -640px;
}
.tab-icon-comment {
  background-position: 0 -704px;
}
.tab-icon-density {
  background-position: -64px -704px;
}
.tab-icon-cancel {
  background-position: 0 -768px;
}
.tab-icon-draw {
  background-position: -64px -768px;
}
.tab-icon-okay {
  background-position: -64px -832px;
}
@media screen and (max-width: 590px) {
  .tab-icon-text {
    display: none;
  }
  .tab-icon {
    margin-top: 12px;
  }
}
@media screen and (max-width: 724px) {
  .icon-callout-background {
    padding: 1em;
    height: 74px;
    width: 74px;
    margin-top: -20px;
  }
  .icon-callout-wrapper {
    width: 64px;
    height: 64px;
    padding: 1em;
    margin-left: -69px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 629px) {
  .icon-callout-background {
    padding: .75em;
    height: 68px;
    width: 68px;
    margin-top: -13px;
  }
  .icon-callout-wrapper {
    width: 58px;
    height: 58px;
    padding: .75em;
    margin-left: -63px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 587px) {
  .icon-callout-background {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
  }
  .icon-callout-wrapper {
    width: 54px;
    height: 54px;
    padding: .563em;
    margin-left: -26px;
    margin-top: -3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1), 0 0 0 5px #333;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1), 0 0 0 5px #333;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1), 0 0 0 5px #333;
  }
}
@media screen and (max-width: 460px) {
  .scout-tab-bar .tab-wrapper {
    width: 13.1666%;
  }
  .scout-tab-bar .tab-wrapper-camera {
    width: 21%;
  }
}
.label-wrapper {
  margin-top: 1em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .label-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .no-label-wrapper {
    margin-top: 46px;
  }
}
/* Forms */
.form-wrapper {
  margin-bottom: 0;
}
fieldset,
.fieldset {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
  overflow: visible;
}
.checkbox-legend {
  font-size: 1.333em;
}
.form-subheader {
  margin: 1.777em 0 0 -1em;
  font-size: 1em;
  font-weight: 600;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.form-subheader > .button {
  margin-left: 8px;
  text-shadow: none;
  text-transform: none;
}
.form-group > label,
.form-group > .label {
  padding-left: 0;
  text-align: left;
}
.label,
label {
  width: 100%;
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  color: #333;
  float: left;
  white-space: normal;
  margin-bottom: 0;
}
label > span {
  color: #FF4343;
  font-size: .75em;
}
@media screen and (min-width: 992px) {
  .label,
  label {
    text-align: right;
  }
}
.no-label-wrapper {
  display: none;
}
.label-wrapper > .label,
.label-wrapper > label {
  padding: .563em .563em 0 0;
  line-height: 1.333;
}
.input-wrapper {
  float: left;
  margin-top: 1em;
  padding: 0;
}
.input-wrapper + .label-wrapper > label,
.input-wrapper + .label-wrapper > .label {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .input-wrapper + .label-wrapper > label,
  .input-wrapper + .label-wrapper > .label {
    text-align: left;
  }
}
.input-wrapper + .input-wrapper {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .input-wrapper {
    margin-top: .422em;
  }
}
@media screen and (max-width: 768px) {
  .label-wrapper > .label,
  .label-wrapper > label {
    padding-top: 1em;
    padding-right: 1em;
  }
  .datepicker-label {
    margin-left: .422em;
    padding: 1em 0;
  }
}
.input-search-wrapper {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.input-text {
  padding: .75em 1em;
  width: 100%;
  line-height: 1.333;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  border: 1px solid #D4D4D4;
}
.input-text-required {
  color: #FF4343;
}
.input-text:focus {
  border-color: #6dc304;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #6dc304;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-search {
  background-image: url(../img/select2.png);
  background-repeat: no-repeat;
  background-position: -30px -30px;
  padding-left: 2.369em;
}
.label-right {
  text-align: left;
}
#not-robot {
  clear: left;
}
.checkbox-label {
  width: 90px;
  height: 30px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  border-radius: 14px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background: #8a8a8a;
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #8c8c8c 14%, #9f9f9f 72%, #a4a4a4 100%);
  background: -moz-linear-gradient(top, #8a8a8a 0%, #8c8c8c 14%, #9f9f9f 72%, #a4a4a4 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #8c8c8c 14%, #9f9f9f 72%, #a4a4a4 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #8c8c8c 14%, #9f9f9f 72%, #a4a4a4 100%);
  background: linear-gradient(top, #8a8a8a 0%, #8c8c8c 14%, #9f9f9f 72%, #a4a4a4 100%);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  line-height: 30px;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  -moz-transition: right 1s ease-in;
  -webkit-transition: right 1s ease-in;
  -o-transition: right 1s ease-in;
  transition: right 1s ease-in;
  cursor: pointer;
}
.checkbox[type=checkbox]:checked ~ .checkbox-label.attention:hover:before {
  content: "on";
  font-size: 14px;
}
.checkbox-button {
  position: absolute;
  top: -4px;
  right: 60px;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 36px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.checkbox-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 18px;
  background: #efefef;
  background: -webkit-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.checkbox-label:active .checkbox-button:before {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.checkbox-label:before {
  content: "no";
  margin-left: 23px;
  padding: 1.777em;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.checkbox[type=checkbox]:checked ~ .checkbox-label:before {
  content: "yes";
  text-transform: uppercase;
  margin-right: 23px;
  margin-left: 0;
}
.checkbox[type=checkbox]:checked ~ .checkbox-label {
  background-color: #519103;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTksMTE5LDExOSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
}
.checkbox[type=checkbox]:checked ~ .checkbox-label .checkbox-button {
  right: -6px;
}
/* jQuery slider checkbox */
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
  font: 14px/1.333 "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
}
.ui-slider-switch .ui-slider-label {
  font-size: 1em;
  font-weight: 700;
  line-height: 30px;
}
.ui-btn-active {
  background-color: #519103;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTksMTE5LDExOSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
}
.ui-btn-down-c {
  background: #FFF;
  border: 1px solid #D4D4D4;
}
.ui-slider-switch .ui-btn.ui-slider-handle {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  background: linear-gradient(top, #ffffff 0%, #fcfcfc 11%, #e4e4e4 50%, #dddddd 53%, #cdcdcd 97%, #bfbfbf 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-slider-handle .ui-btn-inner {
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  background: #efefef;
  background: -webkit-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  background: linear-gradient(top, #efefef 0%, #e1e1e1 6%, #e1e1e1 24%, #e5e5e5 94%, #f2f2f2 100%);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
/* Radio button */
.radio-label {
  display: block;
  line-height: 2em;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 2rem;
  margin: 0 -2rem -2rem 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 2rem;
  opacity: 0.001;
}
.radio-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2em;
  height: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-button:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  background: #E5E9E9;
  border: 1px solid #A5A8A8;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px #FFF;
  box-shadow: inset 0 1px #FFF;
}
.radio-button:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background-color: #519103;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTksMTE5LDExOSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
}
.radio-input:checked + .radio-button:after {
  opacity: 1;
}
/* Range inputs */
div.ui-slider {
  margin: 0;
}
.input-range-number {
  padding: .75em 1em;
  width: 100%;
  line-height: 1.333;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  border: 1px solid #D4D4D4;
  float: left;
  text-align: center;
}
.no-input-range-number {
  padding: .75em 1em;
  width: 100%;
  line-height: 1.333;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  border: 1px solid #D4D4D4;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.ui-slider-track {
  margin: 0;
  padding: .75em 0;
  float: right;
  top: 9px;
  width: 80%;
}
@media screen and (max-width: 490px) {
  .ui-slider-track {
    width: 70%;
  }
}
@media screen and (max-width: 380px) {
  .ui-slider-track {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .value-input-wrapper {
    -lh-property: 0;
width:-webkit-calc(81px);
width:-moz-calc(81px);
width:calc(81px);
;
  }
  .input-wrapper + .slider-input-wrapper {
    -lh-property: 0;
width:-webkit-calc(100% - 81px);
width:-moz-calc(100% - 81px);
width:calc(100% - 81px);
;
  }
}
.slider-input-wrapper {
  padding: .563em;
}
.input-range-number:nth-of-type(2) {
  float: right;
}
/* noUi */
.noUi-connect {
  margin-left: 1em;
  background-color: #519103;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTksMTE5LDExOSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to top, rgba(119,119,119,.1) 0%, rgba(0,0,0,.1) 25%, rgba(255,255,255,.1) 100%);
}
/* Radio bar */
.tab-switcher-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tab-switcher-wrapper li,
.tab-switcher-button {
  display: table-cell;
  width: 100%;
  overflow: hidden;
}
.tab-switcher-wrapper li input[type=radio] {
  display: none;
}
.tab-switcher-wrapper li label,
.tab-switcher-item {
  display: block;
  cursor: pointer;
  margin-left: -1px;
  padding: .563em 0;
  width: 100%;
  border: 1px solid #519103;
  font-size: 1em;
  line-height: 1.333;
  text-align: center;
  color: #519103;
  background: #FFF;
}
@media screen and (max-width: 470px) {
  .tab-switcher-wrapper li label {
    font-size: 1em;
    padding: .75em 0;
  }
  .tab-switcher-wrapper {
    font-size: .75em;
  }
  .tab-switcher-item {
    padding: 1em 0;
  }
}
.tab-switcher-wrapper li:first-of-type label,
.tab-switcher-button:first-of-type .tab-switcher-item {
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}
.tab-switcher-wrapper li:last-of-type label,
.tab-switcher-button:last-of-type .tab-switcher-item {
  border-radius: 0 5px 5px 0;
}
.tab-switcher-wrapper input[type=radio]:checked + label,
.tab-switcher-button > .active {
  background: #519103;
  color: #FFF;
}
/* Selects */
select,
.select {
  -webkit-appearance: none;
}
.select2-search input,
.select2-container-multi .select2-choices .select2-search-field input {
  font: 14px/1.333 "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.aa-select2-container {
  padding: 0;
  width: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.select2-dropdown-open {
  border: 1px solid #5897FB;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.aa-select2-container .select2-choice {
  background: #FFF;
  width: 100%;
  height: 39px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.333;
  color: #555;
  border: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -o-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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices {
  border: none;
  min-height: 39px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 8px 10px 8px 20px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  top: 8px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 8px 10px 8px 20px;
}
.aa-select2-container .select2-choice .select2-arrow {
  padding-top: 2px;
  border-left: 1px solid #D4D4D4;
  background: #FFF;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #6dc304;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top-color: rgba(0, 0, 0, 0);
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #6dc304;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-results .select2-highlighted {
  background: #6dc304;
}
.select2-search input {
  padding: .75em;
  background: url('../img/select2.png') no-repeat 100% -30px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-size: 60px 60px !important;
  }
}
.select2-results {
  -webkit-overflow-scrolling: touch;
}
.select2-results .select2-result-label {
  padding: 1em;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #EAEAEA;
  color: #888;
}
/* Modals */
.modal {
  -webkit-overflow-scrolling: touch;
  padding: 1em 0 1em 1em !important;
}
.modal-dialog {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 640px;
  }
}
.modal-dialog > .well {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.close {
  font-size: 18px;
}
.modal-header .close,
.leaflet-container a.leaflet-popup-close-button {
  padding: .75em 1em;
  margin: -0.75em;
  opacity: 1;
  color: #666;
  text-shadow: none;
}
.modal-body {
  padding: 0;
}
.modal-body .scoutingreport-content-wrapper {
  border-top: none;
  border-bottom: none;
  background-color: inherit;
}
.modal-body .scoutingreport-content-wrapper:first-child {
  border-left: none;
}
.modal-body .scoutingreport-content-wrapper:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .modal .scoutingreport-content-wrapper {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .modal .scoutingreport-content-wrapper:first-child {
    border-top: none;
  }
  .modal .scoutingreport-content-wrapper:last-child {
    border-bottom: none;
  }
  .modal .scoutingreport-content-content-wrapper {
    margin: 0;
    padding: 0 0 .563rem 0;
  }
  .modal .scoutingreport-content-content-wrapper:first-child {
    padding: .563em 0 0 0;
  }
}
.modal-content {
  border: 1px solid #DDD;
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.modal-content h2,
.modal-content .beta {
  border: none;
  border-bottom: 1px solid #DDD;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-form {
  padding: 1em;
}
.modal-form .label-wrapper {
  clear: none;
}
.modal-form label,
.modal-form .label {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal-form label,
  .modal-form .label {
    text-align: left;
  }
}
.modal-form .input-search-wrapper {
  margin: 0;
}
.modal-body .content-wrapper:active {
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.1);
}
.modal-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-y: scroll;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal-list .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: #FAFAFA;
  -webkit-box-shadow: inset 0 1px 1px #FFF, inset 1px 0 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 0 #FFF;;
  -moz-box-shadow: inset 0 1px 1px #FFF, inset 1px 0 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 0 #FFF;;
  box-shadow: inset 0 1px 1px #FFF, inset 1px 0 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 0 #FFF;;
}
.modal-list .content-wrapper:first-of-type {
  border-top: none;
  border-radius: 0;
}
.modal-body .content-link {
  text-align: center;
  padding: 1em .422em;
}
.modal-footer [class*="col-xs"] {
  padding-right: 0;
}
.modal-footer .button {
  margin-bottom: .563rem;
}
.modal-form .button-wrapper {
  margin-top: 1em;
}
.modal-carousel-wrapper {
  margin: .75em;
  background: #DDD;
  border: 1px solid #DDD;
  overflow: hidden;
}
.modal-carousel {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal-carousel-list {
  width: 300%;
  height: 256px;
  margin: 0;
}
.modal-carousel-list-item {
  display: inline-block;
  float: left;
  height: 100%;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.modal-carousel-credit {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: .563em;
  background: #FFF;
  font-size: .75em;
  font-style: italic;
}
.modal-carousel-img {
  min-height: 100%;
  min-width: 100%;
}
.modal-carousel-no-img {
  width: 100%;
  position: absolute;
  top: 126px;
  margin-top: -1em;
  text-align: center;
}
.modal-footer {
  padding: 1em;
  clear: both;
}
/* Scouting Report */
.scoutingreport-wrapper {
  height: 100%;
  width: 100%;
  padding-bottom: 55px;
  margin-bottom: -55px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.scoutingreport-wrapper > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.scoutingreport-tab-bar-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1001;
  margin-top: -56px;
}
.report-header-wrapper {
  table-layout: fixed;
}
.report-header-wrapper,
.report-subheader-wrapper {
  margin-bottom: 1em;
  margin-top: 1em;
}
.report-header-wrapper h1,
.report-header-wrapper .alpha {
  font-size: 1.777em;
  padding: 0;
}
.report-header-wrapper > div[class^="col-"] {
  vertical-align: bottom;
}
.scoutingreport-organizationname-wrapper > p {
  padding: 3.888em 0 0 0;
}
.scoutingreport-content-wrapper {
  float: none;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  background-color: #ededed;
}
.scoutingreport-content-wrapper:first-child {
  border-left: 1px solid #bdbdbd;
}
.scoutingreport-content-wrapper:last-child {
  border-right: 1px solid #bdbdbd;
}
@media screen and (max-width: 684px) {
  .scoutingreport-header-wrapper {
    width: 100%;
  }
  .scoutingreport-header-wrapper h1,
  .scoutingreport-header-wrapper .alpha {
    padding: 1em 0 0 0;
  }
  .scoutingreport-organizationname-wrapper,
  .scoutingreport-address-wrapper {
    display: none;
  }
  .scoutingreport-content-wrapper:first-child,
  .scoutingreport-content-wrapper:last-child {
    border: none;
  }
  .scoutingreport-content-wrapper {
    display: table-row;
    width: 100%;
    border: none;
    clear: both;
  }
  .report-subheader-wrapper {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 1px solid #bdbdbd;
  }
  .map {
    margin-left: -14px;
    margin-right: -14px;
  }
  .scoutingreport-thumb-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.scoutingreport-map-wrapper {
  margin-bottom: 1em;
}
.scoutingreport-content-content-wrapper {
  margin: .563rem 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .scoutingreport-content-content-wrapper {
    margin: 0;
    padding: 0 0 .563rem 0;
  }
  .scoutingreport-content-content-wrapper:first-child {
    padding: .563em 0 0 0;
  }
}
.scoutingreport-address-content-wrapper {
  text-align: right;
}
.scoutingreport-address-content {
  display: block;
}
.scoutingreport-scoutfindings-wrapper {
  border: 1px solid #bdbdbd;
  background-color: #ededed;
  margin-bottom: 1em;
  padding: 0;
}
.scoutingreport-scoutfindings-wrapper:last-of-type {
  margin-bottom: 70px;
}
@media screen and (min-width: 685px) {
  .scoutingreport-map-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .scoutingreport-scoutfindings-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .scoutingreport-scoutfindings-wrapper .button-wrapper {
    float: right;
  }
}
.scoutingreport-scoutfindings-wrapper > .row {
  margin-bottom: 1em;
}
@media all and (max-width: 991px) {
  .scoutingreport-scoutfindings-wrapper > .row {
    margin-bottom: .563em;
  }
}
@media all and (max-width: 689px) {
  .scoutingreport-scoutfindings-wrapper .button-wrapper {
    margin-top: -6px;
    min-width: 60px;
  }
  .scoutingreport-scoutfindings-wrapper .button {
    margin: 0;
    font-size: 0;
    width: 60px;
    padding: 6px;
  }
  .scoutingreport-scoutfindings-wrapper .btn-icon {
    margin-left: 0;
  }
}
.scoutingreport-scoutingdate {
  float: right;
  font-weight: 400;
  font-style: italic;
  font-size: .75em;
  padding: .563rem 0 0 0;
}
.scoutingreport-usericon {
  margin-top: -0.563em;
}
.scoutingreport-pestmarker {
  margin-top: -0.75em;
}
.scoutingreport-usericon,
.scoutingreport-pestmarker {
  max-width: 50px;
}
@media all and (max-width: 440px) {
  .scoutingreport-thumb-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.scoutingreport-pestimg {
  margin-bottom: 1em;
  border-left: 2px solid;
}
.scoutingreport-scoutcomments,
.scoutingreport-pestcomment,
.scoutingreport-pestthreshold,
.scoutingreport-recommendationcomment {
  color: #FF4343;
}
.scoutingreport-Weedname,
.scoutingreport-Weedname ~ .scoutingreport-scientificname {
  color: #039555;
}
.scoutingreport-Othername,
.scoutingreport-Othername ~ .scoutingreport-scientificname {
  color: #ed7b25;
}
.scoutingreport-Insectname,
.scoutingreport-Insectname ~ .scoutingreport-scientificname {
  color: #1c3ad3;
}
.scoutingreport-Diseasename,
.scoutingreport-Diseasename ~ .scoutingreport-scientificname {
  color: #ff2323;
}
.scoutingreport-Weedimg {
  border-color: #039555;
}
.scoutingreport-Otherimg {
  border-color: #ed7b25;
}
.scoutingreport-Insectimg {
  border-color: #1c3ad3;
}
.scoutingreport-Diseaseimg {
  border-color: #ff2323;
}
.scoutingreport-scientificname {
  margin-top: -0.563em;
  font-style: italic;
}
.scoutingreport-pestthreshold {
  font-weight: 700;
  text-align: center;
}
.scoutingreport-pestthresholdname {
  margin-top: -0.563em;
  text-align: center;
}
.scoutingreport-pestdensity {
  float: right;
}
.scoutingreport-pest-img-link {
  color: #428bca;
  text-decoration: underline;
  padding: 1.333em 1.333em 1.333em .422em;
}
@media screen and (max-width: 590px) {
  .scoutingreport-scoutfindings-wrapper h3,
  .scoutingreport-scoutfindings-wrapper .gamma {
    padding: .563em .563em 0.317em .563em;
    font-size: 1em;
  }
  .scoutingreport-scoutdetails-wrapper {
    width: 80%;
  }
  .scoutingreport-buttonwrapper {
    display: none;
  }
  .scoutingreport-usericon,
  .scoutingreport-pestmarker {
    max-width: 40px;
    margin-top: 0;
  }
  .scoutingreport-scoutingdate {
    font-size: .75em;
  }
  .scoutingreport-pestdensity {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .scoutingreport-usericon,
  .scoutingreport-pestmarker {
    max-width: 30px;
  }
}
.scoutingreport-recommendationcomment-wrapper {
  margin-top: .75em;
}
/* Related Models Content */
.related-models {
  margin-top: 2.369em;
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 720px) {
  .related-models {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.related-models h2,
.related-models .beta {
  margin-bottom: 0;
  padding: .563em;
  border: none;
  background: none;
  font-size: 1.333em;
  font-weight: 400;
  text-align: center;
}
.related-models h3,
.related-models .gamma {
  font-size: 1em;
  margin: 0;
  text-align: center;
  border: none;
}
.well {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 1em;
  padding: 0;
  background: #F3F0EF;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media screen and (max-width: 720px) {
  .well {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.well .content-wrapper {
  border-left: none;
  border-right: none;
}
.well > .content-wrapper {
  border-top: none;
}
.well > .content-wrapper:last-child {
  border-bottom: none;
}
/* Map */
.map-body .content {
  overflow: hidden;
  padding-top: 44px;
  margin-top: -44px;
}
.map-body .alpha-wrapper {
  margin-bottom: 0;
}
.iframe-wrapper {
  margin-bottom: 1em;
  width: 100%;
}
.map-wrapper {
  height: 100%;
  padding-top: 76px;
  margin-top: -76px;
  padding-bottom: 56px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 719px) {
  .map-wrapper {
    padding-top: 79px;
    margin-top: -79px;
  }
}
.no-tab-bar {
  padding-bottom: 0;
}
.full-map-wrapper {
  padding-top: 0;
  margin-top: 0;
}
/* Driving Directions */
.driving-directions {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 76px;
  margin-top: -76px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.directions-header {
  margin: 1em 0 0 0;
}
@media screen and (max-width: 767px) {
  .directions-map-wrapper {
    height: 50%;
    padding-top: 0;
    margin-top: 0;
    position: relative;
    z-index: 1001;
  }
  .driving-directions {
    height: 50%;
  }
}
@media screen and (max-width: 719px) {
  .driving-directions {
    padding-top: 79px;
    margin-top: -79px;
  }
}
@media screen and (max-width: 440px) {
  .map-wrapper {
    padding-bottom: 56px;
    margin-bottom: -56px;
    padding-top: 67px;
    margin-top: -67px;
  }
  .no-tab-bar {
    padding-bottom: 0;
  }
  .directions-map-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  .driving-directions {
    padding-top: 67px;
    margin-top: -67px;
  }
}
@media screen and (max-width: 350px) {
  .map-wrapper {
    padding-top: 60px;
    margin-top: -60px;
  }
  .no-tab-bar {
    padding-bottom: 0;
  }
  .directions-map-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  .driving-directions {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#map:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
}
/* Add view */
.add-footer-wrapper {
  margin-top: 1.777em;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #E1E1E1;
}
/* Leaflet overrides */
.leaflet-container {
  font: 14px/1.333 "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.leaflet-container a.leaflet-popup-close-button {
  top: .75em;
  right: .75em;
  height: auto;
  width: auto;
  font-family: inherit;
  font-size: 18px;
  line-height: 1;
  z-index: 1003;
}
.leaflet-popup-tip-container {
  margin: -1px auto;
}
.leaflet-popup-content .close {
  display: none;
}
.leaflet-popup-content-wrapper {
  padding: 0;
  background: #FAFAFA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.leaflet-popup-content {
  margin: 0;
  line-height: 1.333;
}
.leaflet-popup-content > .modal-content {
  border: none;
}
.leaflet-popup-content p {
  margin: 0;
}
.leaflet-control-locate.active.following a {
  color: #06F;
}
.leaflet-control-attribution {
  font-size: .75em;
}
.leaflet-usermarker-small i.pulse {
  height: 41px !important;
  width: 41px !important;
  margin: -12px 0 0 -12px;
}
.leaflet-container .leaflet-control-attribution {
  font-size: .75em;
}
@media screen and (max-width: 445px) {
  .leaflet-container .leaflet-control-attribution {
    font-size: .563em;
  }
}
.leaflet-usermarker i.pulse,
.leaflet-usermarker-small i.pulse {
  border: 1px solid #06F;
  -webkit-animation: leaflet-usermarker-pulsate 3s ease-in-out infinite;
  -moz-animation: leaflet-usermarker-pulsate 3s ease-in-out infinite;
  -o-animation: leaflet-usermarker-pulsate 3s ease-in-out infinite;
  animation: leaflet-usermarker-pulsate 3s ease-in-out infinite;
}
/* Fields Nearby button group */
.fieldoptions-btn-wrapper {
  width: 33.333%;
  float: left;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .fieldoptions-btn-wrapper {
    width: 50%;
    text-align: center;
  }
  .fieldoptions-btn-wrapper:nth-child(odd) {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (max-width: 440px) {
  .fieldoptions-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fieldoptions-btn-wrapper {
    width: 33.333%;
  }
  .fieldsnearby-xs-hidden {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .leaflet-popup-content p {
    font-size: .75em;
  }
  .leaflet-popup-content .title-link {
    padding: 0;
  }
  .leaflet-popup-content h2,
  .leaflet-popup-content .beta {
    margin-bottom: 1em;
  }
  .leaflet-popup-content .modal-footer {
    padding: .563em .75em;
  }
  .leaflet-popup-content .button-wrapper {
    min-width: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .leaflet-popup-content .button {
    width: 5.61em;
    padding: .563em;
  }
  .leaflet-popup-content .btn-icon {
    margin-left: 0;
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    font-size: .75em;
    font-weight: 400;
  }
}
.pesthistory-modal-content {
  width: 285px;
}
.pesthistory-modal-header-subcontent {
  display: block;
  font-style: italic;
  font-weight: 400;
}
.pesthistory-modal-footer {
  text-align: left;
  padding: 1.777em 1em;
}
/* Deletable list checkboxes */
.delete-checkbox-col {
  -webkit-transition: width .5s ease, opacity .5s ease;
  -moz-transition: width .5s ease, opacity .5s ease;
  -o-transition: width .5s ease, opacity .5s ease;
  transition: width .5s ease, opacity .5s ease;
  opacity: 0;
  width: 0;
  padding: 0;
  padding-left: .422em;
}
.delete-checkbox-wrapper input[type=checkbox] {
  display: none;
}
.delete-checkbox-wrapper input[type=checkbox]:before {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.delete-checkbox-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 3px;
  font-size: 0;
  text-align: center;
  padding-right: 15px;
}
.delete-checkbox-label:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #FFF;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.delete-checkbox-wrapper input[type=checkbox]:checked + .delete-checkbox-label:before {
  content: "\2716";
  font-size: 28px;
  font-weight: 400;
  color: #8f030b;
  text-align: center;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.double-button-wrapper {
  width: auto;
  float: right;
  margin-right: -1rem;
}
@media screen and (max-width: 627px) {
  .double-button-wrapper .button-wrapper {
    margin-top: -6px;
    min-width: 60px;
  }
  .double-button-wrapper .button {
    margin: 0;
    font-size: 0;
    width: 60px;
    padding: 6px;
  }
  .double-button-wrapper .btn-icon {
    margin-left: 0;
  }
}
/* Bootstrap Datepicker */
.datepicker-label {
  text-align: center;
  margin-bottom: -1em;
}
.datepicker,
.datepicker table {
  width: 100%;
  height: 280px;
  padding: 0;
  margin-bottom: 2.369em;
}
@media screen and (max-width: 350px) {
  .datepicker {
    font-size: .75em;
  }
}
.datepicker table tr td,
.datepicker table tr th {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #DDD;
}
.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: 10px;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-color: #519103;
  border-color: #417502;
}
@media screen and (max-width: 424px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0;
    -webkit-transform: 0;
  }
}
/* Help button */
.help-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72px;
  font-size: .75em;
  padding: 1em;
  margin: .563em;
  background: #519103;
  color: #FFF;
}
@media (max-width: 768px) {
  .help-button {
    left: 0;
    margin-left: -34px;
  }
}
.help-button:hover {
  color: #FFF;
}
.help-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 6px;
  line-height: 1em;
  color: #519103;
  background-color: #FFF;
  font-weight: 800;
  border-radius: 50%;
}
.help-text {
  color: #FFF;
}
.help-block {
  padding-left: 1em;
  color: #999999;
}
/**
 * Copyright (c) 2012-2014 Neucadia, LLC (info@neucadia.com)
 */
@media print {
  * {
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: .5in;
  }
  body {
    font-size: .75em;
    line-height: 1;
    margin: 0 auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
    max-width: 75%;
    max-height: 350px;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  .header,
  .menu,
  .tab-bar-wrapper,
  .button-wrapper,
  .leaflet-top,
  .leaflet-left,
  .mapbox-improve-map,
  .scoutingreport-scientificname {
    display: none;
  }
  .leaflet-control-attribution {
    background: #FFF !important;
  }
  .wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .content,
  .driving-directions {
    overflow-y: visible !important;
  }
  .map-wrapper {
    padding-bottom: 0;
  }
  .directions-header {
    page-break-before: always;
  }
  .scoutinghistories-wrapper {
    padding: 0;
  }
  .report-subheader-wrapper {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 1.777em;
  }
  .scoutingreport-content-wrapper {
    float: left;
    display: inline-block;
    border: none !important;
  }
  .scoutingreport-map-wrapper {
    width: 50%;
    float: right;
  }
  .scoutingreport-scoutfindings-wrapper {
    float: left;
    width: 100%;
    clear: both;
    padding: 0 15px;
    border: none;
  }
  .scoutingreport-thumb-wrapper {
    display: none;
    width: 0 !important;
  }
  .scoutingreport-scoutdetails-wrapper {
    width: 50%;
  }
  .scoutingreport-scoutdetails-wrapper > p:first-of-type {
    font-weight: 600;
  }
  .title {
    font-weight: bold;
  }
  .description {
    font-style: normal;
  }
}
@media print and (orientation: portrait) {
  body {
    height: 881px;
  }
}
@media print and (orientation: landscape) {
  body {
    height: 641px;
  }
}
