@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,500,700");
.font-weight-normal {
  font-weight: 400;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Muli", sans-serif;
  font-size: 13pt;
  color: #636363;
}

h1, h2, h3, h4 {
  color: #636363;
}

h1 {
  font-size: 2em;
}

h1.title {
  margin-top: 0;
}

h2 {
  color: #33aed6;
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

.help-block {
  font-size: 0.8em;
}

.form-control {
  border-radius: 0;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover, .table-striped > tbody > tr.clickable-row:nth-of-type(odd):hover {
  background-color: whitesmoke;
}

a {
  color: #33aed6;
  font-weight: bold;
}

a:hover {
  color: #636363;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.text-grey {
  color: #636363;
}

.btn {
  padding: 10px 20px;
  transition: background-color 0.2s ease-out;
  font-size: 1em;
  font-weight: 600;
  border: none;
}

.btn-default {
  background-color: #636363;
  color: #fff;
}

.btn-default:focus, .btn-default.focus, .btn-default.active:focus, .btn-default:active:focus, .btn-default:hover {
  background-color: #343434;
  color: #fff;
}

.btn-success {
  background-color: #62b44f;
}

.btn-success:focus, .btn-success.focus, .btn-success.active:focus, .btn-success:active:focus, .btn-success:hover {
  background-color: #636363;
}

.btn-primary {
  background-color: #33aed6;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:hover {
  background-color: #636363;
  color: #fff;
}

.panel {
  clear: both;
}
.panel.panel-default {
  padding: 0;
}
.panel.panel-default > .panel-heading {
  background-color: #f0f0f0;
}
.panel.panel-default table {
  width: 100%;
  margin: 0;
}
.panel.panel-default table tr td {
  border: 0;
  width: 50%;
}
.panel .panel-actions {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 5px;
  overflow: auto;
}

.qr-code-container {
  position: relative;
  border: 1px solid #33aed6;
  padding: 5px;
  width: 216px;
  height: 216px;
  margin-bottom: 10px;
}
.qr-code-container i {
  font-size: 40pt;
  margin: 75px 79px;
}
.qr-code-container img {
  position: absolute;
  top: 7px;
  left: 7px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -330px;
  padding: 0 0 330px;
}

.wrap > .container {
  background-color: #fff;
}

.wrap .content-container {
  padding: 23px 30px 30px;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.header {
  height: 150px;
  background-color: #fff;
}
.header .container {
  position: relative;
}
.header .container .navbar-top {
  position: absolute;
  z-index: 10;
  right: 15px;
}
.header .container .navbar-top a {
  margin-right: 15px;
  line-height: 35px;
  font-weight: normal;
}
.header .container .navbar-top a.btn {
  margin-right: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header .container .navbar-top a.btn i {
  color: #fff;
}
.header .container .navbar-top a.btn:last-of-type {
  margin: 0;
}
.header .container .navbar-top a > i {
  color: #636363;
}
.header .container .navbar-default {
  background-color: transparent;
  border: none;
}
.header .container .navbar-default .navbar-brand {
  margin-left: -15px;
  margin-top: 55px;
  padding-top: 10px;
}
.header .container .navbar-default .navbar-brand img {
  height: 80px;
  width: auto;
  float: left;
}
.header .container .navbar-default .navbar-brand span {
  display: inline-block;
  margin: 53px 0 0 10px;
  font-size: 1em;
  font-weight: bold;
  color: #33aed6;
}
.header .container .navbar-default .navbar-collapse {
  padding-right: 0;
}
.header .container .navbar-default .navbar-collapse .navbar-nav {
  margin-top: 97px;
}
.header .container .navbar-default .navbar-collapse .navbar-nav > li {
  padding: 10px 15px 0;
}
.header .container .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #343434;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  font-weight: 500;
}
.header .container .navbar-default .navbar-collapse .navbar-nav > li.open > a, .header .container .navbar-default .navbar-collapse .navbar-nav > li.active > a, .header .container .navbar-default .navbar-collapse .navbar-nav > li:active > a, .header .container .navbar-default .navbar-collapse .navbar-nav > li:focus > a, .header .container .navbar-default .navbar-collapse .navbar-nav > li:hover > a {
  background-color: transparent;
  color: #636363;
  border-color: #33aed6;
  transition: border-color 0.2s ease-out;
}
.header .container .navbar-default .navbar-collapse .navbar-nav .open > a {
  background-color: transparent;
}
.header .container .navbar-default .navbar-collapse .navbar-nav .dropdown-menu {
  border-top: transparent;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}
.header .container .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li a {
  padding: 8px 20px;
  font-size: 1rem;
}

.banner {
  position: relative;
  height: 200px;
  margin-bottom: -60px;
}
.banner .photo {
  position: absolute;
  height: 200px;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .photo1 {
  background-image: url("/img/background-farm-3.jpg");
}
.banner .message {
  display: none;
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
}
.banner .message p {
  margin: 0;
}
.banner.frontpage {
  height: 400px;
  margin-bottom: 15px;
}
.banner.frontpage .photo {
  height: 400px;
}
.banner.frontpage .message {
  display: block;
}

.measure-list-table .measure-row td:first-of-type {
  position: relative;
}

.alert-margin-bottom {
  margin-bottom: 20px;
}

.breadcrumb {
  padding: 0 0 8px;
  background-color: transparent;
  font-size: 14px;
}
.breadcrumb > li + li:before {
  color: #636363;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  content: "\f105";
  padding: 0 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb i {
  color: #636363;
}

#request-password-reset-form,
#register-form,
#login-form {
  background-color: #f0f0f0;
  padding: 25px;
  overflow: auto;
  margin: 30px 15px 20px 0;
}
#request-password-reset-form h2,
#register-form h2,
#login-form h2 {
  margin-top: 0;
  line-height: 40px;
}
#request-password-reset-form label,
#register-form label,
#login-form label {
  font-weight: 400;
}

.news-spotlight h2 {
  color: #636363;
  font-weight: bold;
}
.news-spotlight h3 {
  color: #33aed6;
  font-weight: bold;
}
.news-spotlight img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#news-container .item {
  margin-bottom: 15px;
}
#news-container .item h2 a {
  font-weight: normal;
}
#news-container .item .date a:hover {
  text-decoration: none;
}

.faq-searchform input[type=text] {
  width: calc(100% - 90px);
  margin: 0;
  padding: 3px 5px;
}

.faq-searchform button {
  float: right;
  width: 84px;
  height: 34px;
  padding: 6px 20px;
}

#projects .zipcode-check-data {
  padding: 0 15px;
  margin-bottom: 15px;
}
#projects .zipcode-check-data h3 {
  margin: 0 0 5px;
  color: #33aed6;
}
#projects .zipcode-check-data table {
  margin: 0;
}
#projects .zipcode-check-data table tr td:first-of-type {
  padding-left: 0;
}
#projects .project-filters {
  overflow: auto;
  padding: 15px;
}
#projects .project-filters h3 {
  margin: 0 0 10px;
  color: #33aed6;
}
#projects .project-filters .checkbox-list label {
  display: block;
  font-weight: 400;
}
#projects .project-filters .checkbox-list label.control-label {
  font-weight: 700;
}
#projects .project {
  display: block;
  font-weight: normal;
  color: #636363;
  margin-bottom: 45px;
}
#projects .project:hover {
  text-decoration: none;
}

#faq .faq-form {
  background-color: #f0f0f0;
  padding: 25px;
}
#faq .category {
  margin: 30px 0 0;
}
#faq .accordion .question {
  position: relative;
  color: #62b44f;
  font-size: 1em;
  padding: 15px 45px 15px 0;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}
#faq .accordion .question:after {
  position: absolute;
  right: 5px;
  content: " ";
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f067";
  -webkit-text-stroke: 3px #fff;
}
#faq .accordion .question.open:after {
  content: "\f068";
}
#faq .accordion .question:hover {
  background-color: #f0f0f0;
}
#faq .accordion .question:hover:after {
  -webkit-text-stroke: 3px #f0f0f0;
}
#faq .accordion .answer {
  display: none;
  padding: 15px;
  border: none;
}

#cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #636363;
  color: #fff;
  padding: 40px 0;
  border-top: 1px dotted #fff;
  z-index: 9999;
}

#cookies a {
  color: #fff;
  text-decoration: underline;
}

#cookies label {
  color: #fff;
  padding-right: 20px;
}

#cookies .checkbox-group .checkbox label:before {
  border-color: #fff;
}

#cookies .checkbox-group .checkbox input:checked + label:before {
  color: #fff;
}

#cookies .btn {
  float: right;
  background-color: #62b44f;
}

#cookies .btn:hover {
  background-color: #255625;
  color: #fff;
}

.checkbox-group {
  margin-bottom: 20px;
}

.checkbox-group .checkbox input { /* display:none; */
  opacity: 0;
  left: 20px;
}

.checkbox-group .checkbox label {
  padding-left: 20px;
  position: relative;
}

.checkbox-group .checkbox label:before {
  border: 1px solid #fff;
  color: transparent;
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  height: 15px;
  width: 15px;
  line-height: 0.3em;
  font-size: 1.4em;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.checkbox-group > label, .radio-group > label {
  line-height: 1em;
}

.footer {
  height: 330px;
  padding-top: 60px;
  background-color: #f0f0f0;
}
.footer > .container {
  height: 220px;
}
.footer .img-responsive {
  max-width: 250px;
  padding-bottom: 30px;
}
.footer h3 {
  font-weight: bold;
  font-size: 13pt;
  margin: 0;
}
.footer a {
  color: #636363;
  font-weight: normal;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer .contact a {
  color: #33aed6;
}
.footer .contact a > i {
  color: #636363;
  margin-right: 10px;
}
.footer .footer-copyright {
  height: 40px;
  line-height: 40px;
  font-size: 11pt;
}
.footer .footer-copyright ul {
  margin: 0;
}
.footer .footer-copyright ul li {
  border-left: 1px solid #cacaca;
  display: inline;
  padding: 0 15px;
}
.footer .footer-copyright ul li:first-of-type {
  padding-left: 0;
  border-left: none;
}
.footer .footer-copyright .author {
  color: #636363;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.7em;
}
.footer .footer-copyright .author a {
  color: #636363;
}
@media (max-width: 990px) {
  .footer,
  .footer > .container,
  .footer .footer-copyright {
    height: auto;
  }
}

#sidebar h4 {
  color: #62b44f;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 0 10px 0;
  margin: 5px 0 0 0;
}
#sidebar > ul {
  padding: 0;
}
#sidebar > ul li {
  position: relative;
  padding: 6px 0;
  list-style: none;
  padding-left: 25px;
}
#sidebar > ul li a {
  color: #000;
  font-weight: 400;
}
#sidebar > ul li a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #62b44f;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}
#sidebar > ul li.active a, #sidebar > ul li.future a {
  text-decoration: none;
  cursor: default;
}
#sidebar > ul li.active a {
  color: #000;
  font-weight: bold;
}
#sidebar > ul li.past a:before, #sidebar > ul li.pending a:before {
  background-color: #62b44f;
}
#sidebar > ul li.past a:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#sidebar > ul li.skipped a:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 8px;
  height: 13px;
  border-bottom: 2px solid #62b44f;
}
#sidebar > ul li.pending a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
}

.module-navigate {
  height: 36px;
  margin-bottom: 15px;
}

.module-navigate.bottom {
  border-top: 1px solid #000;
  padding-top: 10px;
}

.module-navigate .btn {
  position: relative;
}

.module-navigate .btn-backward,
.module-navigate .btn-forward,
.module-navigate .btn-forward:focus,
.module-navigate .btn-forward.active {
  background-color: #330606;
  border-color: #330606;
}

.module-navigate .btn-backward:hover,
.module-navigate .btn-forward:hover {
  background-color: #62b44f;
}

.show-hint {
  border: 2px solid #62b44f;
  color: #62b44f;
  margin-left: 5px;
  padding: 0 6px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.show-hint.active {
  background-color: #62b44f;
  color: #fff;
}

.measure-hint {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  background-color: #d4edda;
  padding: 10px 10px 0 10px;
  font-size: 11pt;
}

.company-radio-option {
  display: block;
  padding: 15px 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  min-height: 120px;
}
.company-radio-option.new-company {
  border: 1px dashed #ccc;
  color: #999;
}
.company-radio-option.new-company h3 {
  color: #999;
}
.company-radio-option:hover, .company-radio-option.selected {
  background-color: #d9edf7;
}
.company-radio-option.selected {
  border: 1px solid #0469a3;
  color: #002544;
}
.company-radio-option.selected h3 {
  color: #002544;
}
.company-radio-option input {
  vertical-align: top;
  margin-top: 5px;
}
.company-radio-option label {
  min-height: 85px;
  cursor: pointer;
  margin-left: 15px;
}
.company-radio-option label h3 {
  margin-top: 0;
}

#procedure-debug {
  position: fixed;
  width: 350px;
  bottom: 0;
  left: 0;
  font-size: 10px;
}
#procedure-debug .alert {
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.view-measure {
  cursor: pointer;
}
.view-measure:after {
  float: right;
  content: " ";
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f067";
  margin-left: 5px;
  -webkit-text-stroke: 3px #f0f0f0;
}
.view-measure.open:after {
  content: "\f068";
}

.scan {
  transition: box-shadow 0.25s;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.scan .scan-image {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.scan .behind-play-btn {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}

.scan .play-btn {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  background-color: #4f7a38;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  display: block;
  margin-top: -40px;
  transition: 0.2s ease-in;
  border-radius: 50%;
  border: 2px solid #4f7a38;
  color: #fff;
}

.scan .play-btn:hover {
  color: #4f7a38;
  background-color: #fff;
}

.scan .play-btn .fa {
  font-size: 2em;
  margin-left: 28px;
  line-height: 80px;
}

.scan .scan-content {
  padding: 20px;
}

.scan .scan-content h2 {
  margin-bottom: 10px;
}

.scan .scan-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px 24px;
}

.scan .scan-action a {
  text-transform: uppercase;
}

#area-agents .area-agent {
  margin-bottom: 30px;
}
#area-agents .area-agent .project-link {
  color: #fff;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.d-none {
  display: none;
}

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