@import url(https://fonts.googleapis.com/css?family=Nunito);.logo-color1 {
  color: #C1D62F !important;
}

.logo-color2 {
  color: #363F46 !important;
}

.logo-background-color1 {
  background-color: #C1D62F !important;
}

.logo-background-color2 {
  background-color: #363F46 !important;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
  background-color: #363F46 !important;
}

main {
  background-color: #C1D62F;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.avatar-profile {
  vertical-align: middle;
  width: 25px;
  height: 24px;
  border-radius: 50%;
}

.language-dropdown,
.language-dropdown:after {
  vertical-align: middle !important;
}

.settings-dropdown,
.settings-dropdown:after {
  content: none !important;
  vertical-align: middle !important;
}

.nav-search-icon {
  background-color: transparent !important;
  border-radius: 15px 0 0 15px;
}

.nav-search-input {
  border-radius: 0 15px 15px 0;
}

.card {
  border-radius: 7px;
  margin-bottom: 12px;
  box-shadow: 0 12px 16px 4px rgba(114, 127, 22, 0.18);
  border: 1px solid white;
}

.tab-pane {
  padding: 10px;
  min-height: 180px;
}

/* Default mode */

.header-tabs.nav-tabs {
  border: none;
  margin: 0px;
}

.header-tabs.nav-tabs > li {
  margin-right: 2px;
}

.header-tabs.nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #ffffff;
  padding: 2px 15px;
}

.header-tabs.nav-tabs > li > a.active {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  background-color: transparent;
}

.header-tabs.nav-tabs > li > a.active-dark {
  border-bottom: 2px solid #343a40;
  color: #343a40;
  font-weight: bold;
  background-color: transparent;
}

.header-tabs.nav-tabs > li > a:hover {
  color: #eeeeee;
}


.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

.custom-radio .profile-color1-input:checked ~ .profile-color1-label::before,
.custom-radio .profile-color1-input:disabled:checked ~ .profile-color1-label::before {
  background-color: #C1D62F;
  border-radius: 0 !important;
  width: 2rem;
  height: 2rem;
  position: static;
}

.custom-radio .profile-color2-input:checked ~ .profile-color2-label::before,
.custom-radio .profile-color2-input:disabled:checked ~ .profile-color2-label::before {
  background-color: #5C8D9A;
  border-radius: 0 !important;
  width: 2rem;
  height: 2rem;
  position: static;
}

.custom-radio .profile-color3-input:checked ~ .profile-color3-label::before,
.custom-radio .profile-color3-input:disabled:checked ~ .profile-color2-label::before {
  background-color: #F4F7FC;
  border-radius: 0 !important;
  width: 2rem;
  height: 2rem;
  position: static;
}

.custom-radio .profile-color1-input ~ .profile-color1-label::before,
.custom-radio .profile-color2-input ~ .profile-color2-label::before,
.custom-radio .profile-color3-input ~ .profile-color3-label::before {

  border-radius: 0 !important;
  width: 2rem;
  height: 2rem;
  position: static;
}

.custom-radio .profile-color1-input:checked ~ .profile-color1-label::after,
.custom-radio .profile-color2-input:checked ~ .profile-color2-label::after
.custom-radio .profile-color3-input:checked ~ .profile-color3-label::after {
  background-image: none;
  border-radius: 0 !important;
}

.pagination > .page-item > a {
  color: #C1D62F;
}

.pagination > .page-item.active > a {
  background-color: #C1D62F;
  border: 1px solid #C1D62F;
}

.browse-image::after {
  content: "" !important;
  padding: 0 !important;
  border: none !important;
}

.profile-settings-pill {
  color: #21687a !important;
  background-color: #eeeeee;
}

.profile-settings-pill.active {
  background-color: #363F46 !important;
  color: #ffffff !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.save-btn,
.save-btn:focus {
  background-color: #C1D62F;
  color: #ffffff;
  outline: 0px !important;
  box-shadow: none !important;
}

.save-btn:hover {
  background-color: #5C8D9A;
  color: #ffffff;
  outline: 0px !important;
  box-shadow: none !important;
}

footer {
  background: #fff;
  height: 85px;
  padding: 10px 0;
  margin: 0;
}

#greengo_logo {
  max-width: 150px;
  min-width: 100px;
  height: auto;
}

.label-text {
  color: #374047;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;

}

.form-control {
  padding-left: 0;
  border-radius: 0;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.form-control:focus {
  border-color: #c1d62f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.custom-select {
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
  padding-left: 0;
}

.custom-select:focus {
  outline: none !important;
  border-bottom: 1px solid #c3c3c3;
  box-shadow: none !important;
}

.form-control:focus,
.custom-select:focus {
  border-color: #c1d62f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.container-upload {
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
}

.container-upload label {
  display: block;
  max-width: 145px;
  margin: 0 auto 15px;
  text-align: center;
  word-wrap: break-word;
  color: #1a4756;
  background: none;
}

.container-upload label img {
  max-width: 100%;
  height: auto;
}

.container-upload .hidden,
.container-upload #uploadImg:not(.hidden) + label {
  display: none;
}

.container-upload #file {
  display: none;
  margin: 0 auto;
}

.container-upload #upload {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  max-width: 100%;
  min-width: 170px;
  background: #374047;
  padding: 4px 50px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.container-upload #upload:hover {
  color: #fff;
  background: #718392;
  text-decoration: none;
  border: 1px solid #718392;
}

.container-upload #upload:active {
  background: #374047;
  transition: 0.1s ease-in-out;
}

.container-upload img {
  display: block;
  margin: 0 auto 15px;
}

@media (min-width: 576px) {
  .container-upload #upload {
    max-width: 170px;
    float: none;
    padding: 4px 50px;
  }

  .align-center-sm {
    text-align: center;
    float: none;
  }
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }

  .container-upload #upload {
    max-width: 100%;
    padding: 4px 30%;
    float: none;
    min-width: 100px;
  }

  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    float: right !important;
    margin-top: 0;
  }
}

.btn-primary {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  max-width: 100%;
  min-width: 170px;
  float: none;
  background: #c1d62f;
  padding: 4px 50px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.btn-primary:hover {
  color: #fff;
  background: #718392;
  text-decoration: none;
  border: 1px solid #718392;
}

.btn.btn-primary:focus {
  background: #718392 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
  color: #fff;
}

.btn.btn-primary:active {
  background: #c1d62f;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
}

.btn-secondary {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  max-width: 100%;
  min-width: 170px;
  float: none;
  background: #374047;
  padding: 4px 50px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.btn-secondary:hover {
  color: #fff;
  background: #718392;
  text-decoration: none;
  border: 1px solid #718392;
}

.btn.btn-secondary:focus {
  background: #718392 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
  color: #fff;
}

.btn.btn-secondary:active {
  background: #374047;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
}

.btn-tertiary {
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  max-width: 100%;
  min-width: 170px;
  float: none;
  background: white;
  padding: 4px 50px;
  border: 1px solid #718392;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
}

.btn-tertiary:hover {
  color: #fff;
  background: #718392;
  text-decoration: none;
  border: 1px solid #718392;
}

.btn.btn-tertiary:focus {
  background: #718392 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #718392;
  color: #fff;
}

.btn.btn-tertiary:active {
  background: #c1d62f;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #718392;
}

.btn-info {
  color: transparent !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  width: 60px;
  margin: 0 auto;
  background: transparent !important;
  padding: 7px 15px;
  border: none;
  border-radius: 0;
}

.btn-info:hover {
  color: transparent;
  background: transparent;
  text-decoration: none;
  border: none;
  outline: none;
  border: none;
}

.btn.btn-info:focus {
  background: transparent !important;
  outline: none !important;
  border: none;
  box-shadow: none !important;
  color: transparent !important;
}

.btn.btn-info:active {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: transparent !important;
  text-decoration: none;
  border: none;
}

.btn-info {
  color: transparent !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  width: 60px;
  margin: 0 auto;
  background: transparent !important;
  padding: 7px 15px;
  border: none;
  border-radius: 0;
}

.btn-info:hover {
  color: transparent;
  background: transparent;
  text-decoration: none;
  border: none;
  outline: none;
}

.btn.btn-info:focus {
  background: transparent !important;
  outline: none !important;
  border: none;
  box-shadow: none !important;
  color: transparent !important;
}

.btn.btn-info:active {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: transparent !important;
  text-decoration: none;
  border: none;
}

.btn-light {
  color: #374047;
  font-size: 15px;
  font-weight: 500;
  width: 60px;
  margin: 0 auto;
  background: transparent;
  padding: 7px 15px;
  border: none;
  border-radius: 0;
}

.btn-light:hover {
  color: #374047;
  background: transparent;
  text-decoration: none;
  border: 1px solid #c1d62f;
  outline: none;
}

.btn.btn-light:focus {
  background: transparent !important;
  outline: none !important;
  border: none;
  box-shadow: none !important;
  color: white;
}

.btn.btn-light:active {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: #c1d62f !important;
  text-decoration: none;
  border: none;
}

.btn-success {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  float: none;
  background: #c1d62f;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-warning {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  float: none;
  background: #d6a200;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn-success:hover {
  color: #fff;
  background: #718392;
  text-decoration: none;
  border: 1px solid #718392;
}

.btn.btn-success:focus {
  background: #718392 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
  color: #fff;
}

.btn.btn-success:active {
  background: #c1d62f;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
}

.btn-danger {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  float: none;
  background: #C82333;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50px;

}

.btn-cancel-drawing{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  float: none;
  background: #C82333;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.btn-danger:hover {
  color: #fff;
  background: #ff2b40;
  text-decoration: none;
  border: 1px solid #ff2b40;
}

.btn.btn-danger:focus {
  background: #ff2b40 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
  color: #fff;
}

.btn.btn-danger:active {
  background: #C82333;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
}

.date-picker button,
.date-picker input,
.date-picker optgroup,
.date-picker select,
.date-picker textarea {
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #666;
}

.date-picker i {
  color: #333;
  font-size: 18px;
}

.date-picker input {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #c3c3c3;
}

.date-picker input:focus {
  outline: none !important;
  border-bottom: 1px solid #c3c3c3;
  box-shadow: none !important;
}

.table th {
  background: #374047;
  color: #d2d2d2;
  vertical-align:top
}

.table td.buttons {
  text-align: left;
}

.table i {
  color: #fff;
}

#map {
  min-height: 85vh;
}
#mapAddUnit {
  min-height: 41vh;
}
#editMapEdit {
  min-height: 41vh;
}
#showMapPests {
  min-height: 60vh;
}
#showMapSensors {
  min-height: 60vh;
}

.enabled-status {
  color: #0b6c03 !important;
}
.enabled-light-green{
    color: #C1D62F !important;
}
.enabled-blue{
    color: #1d78f3 !important;
}

.disabled-status {
  color: #DA1010 !important;
}

.inactive-status {
  color: #ffee4a !important;
}


.empty-star {
  font-size: 23px;
  color: blue;
}
.text-profile-billing{
  color: #363F46;
  text-transform: uppercase;
  font-size: 12px;
}
.dash-box-title {
  border-bottom: 1px solid #ffffff;
  padding: 0 0 10px 0;
  margin: 0 0 15px;
}
.dash-box-value {
  min-height: 40px;
  font-size: 33px;
}
.dash-box-date {
  color: #1f1f1f;
  background: #d6d6d6;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 0;
}


@media (max-width: 967px) {

  tr.Total2 {
    display: none;

  }
}
thead>tr>th.sorting{
  vertical-align:top

}

thead>tr>th.sorting_asc{
  vertical-align:top

}
thead>tr>th.sorting_desc{
  vertical-align:top

}

@media (max-width: 767px) {

  .vl{
    display: none;

  }
}
.ss-single-selected{
  height: 34px;
}
.custom-radio .sensor-status-input:checked ~ .sensor-status-label::before {
  background-color: #C1D62F;
}

.custom-radio .sensor-status-input:checked ~ .sensor-status-label::after {
  background-image: none;
}
.clear-btn {
  color: #555;
  /*font-size: 16px;*/
  /*font-weight: 600;*/
  /*max-width: 100%;*/
  float: none;
  background: #ddd;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ss-single-selected{
  height: 34px!important;
}
.btn-act-log-live-map {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  max-width: 100%;
  float: none;
  background: #c1d62f;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-radius: 50px;
  box-shadow: none;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#unitSearch {
    padding-left: 35px; /* Adds space for the icon */
    padding-top: 5px;
    padding-bottom: 5px;
}



