﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

/* Provide sufficient contrast against white background */
a {
  color: #0366d6; }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px;*/
  font-family: "Montserrat", sans-serif; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */ }

.login,
.image {
  min-height: 100vh; }

.bg-image {
  background-image: url("../img/login.jpg");
  background-size: cover;
  background-position: center center; }

.logo-image {
  width: 120px; }

.home-map {
  height: 75vh; }

.create-farm-map {
  height: calc(100vh - 65px - 33px - 86px - 24px - 54px - 100px); }

.vh-30 {
  height: 30vh; }

.vh-full {
  height: calc(100vh - 65px); }

.vh-20 {
  height: 20vh; }

.table-row {
  cursor: pointer; }

.tp-100 {
  opacity: 0; }

.leaflet-tooltip-pane .text {
  color: orange;
  font-weight: bold;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 1em; }

.my-div-img {
  background-color: #f39c12;
  background-color: rgba(243, 156, 18, 0.15);
  border: 0.25em solid #f39c12;
  border-radius: 50%;
  height: 2.5em;
  width: 2.5em;
  margin: -0.825em;
  text-align: center;
  color: white;
  color: white;
  font-weight: 800;
  line-height: 2em; }

.my-div-img-dist {
  background-color: #f39c12;
  background-color: #f39c12;
  border: 0.25em solid #f39c12;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
  margin: 0.2em;
  text-align: center;
  color: #f89406;
  color: #d35400;
  line-height: 2em; }

.profile-selected {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0.25em solid white;
  color: black; }

.profile-selected-dist {
  background-color: white;
  background-color: white;
  border: 0.25em solid white; }

.profile-selected-justified-dist {
  background-color: #2222f4;
  border: 0.25em solid #2222f4; }

.collection {
  background-color: #FF4D4F;
  background-color: rgba(255, 77, 79, 0.15);
  border: 0.25em solid #FF4D4F;
  color: white; }

.collection-started {
  background-color: #faad14;
  background-color: rgba(250, 173, 20, 0.15);
  border: 0.25em solid #faad14;
  color: white; }

.collection-ended {
  background-color: #52c41a;
  background-color: rgba(82, 196, 26, 0.15);
  border: 0.25em solid #52c41a;
  color: white; }

.collection-justified {
  background-color: #1b1ac4;
  /* , 43%);*/
  border: 0.25em solid #2222f4;
  color: white; }

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.ui-autocomplete > li {
  padding: 3px 20px; }

.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD; }

.ui-helper-hidden-accessible {
  display: none; }

.loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.vertical-center {
  vertical-align: middle !important; }

.blue {
  background-color: blue !important; }

.green {
  background-color: chartreuse !important; }

.dark-green {
  background-color: #52b36c !important; }

.orange {
  background-color: darkorange; }

.yellow {
  background-color: gold !important; }

.red {
  background-color: darkred; }

.card-border {
  border-bottom: 1px solid #ebebeb !important; }

.card-img {
  border-radius: 1rem;
  height: 12rem;
  object-fit: cover; }

.card-img:hover {
  cursor: pointer; }

.filter-nature {
  filter: contrast(110%) saturate(200%); }

.map-container {
  margin-top: -1rem; }

.image-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 26px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
  transition: 0.3s; }

.image-icon:hover {
  height: 32px; }

.image-icon-inverted {
  background-color: black;
  color: white;
  height: 32px;
  box-shadow: 2px 2px 2px 2px rgba(255, 255, 255, 0.2);
  z-index: 1000; }

.image-card:hover {
  background-color: #F4F4F4; }

.calendar-container {
  display: flex;
  flex-direction: column; }

.calendar-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
  border-style: solid;
  border-color: gray;
  border-width: 0 0 1px 0; }

.user-agenda-container {
  display: flex;
  flex-direction: row;
  height: 36px;
  /*position: relative;*/ }

.calendar-header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  height: 3rem;
  font-weight: 800;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 1px; }

.no-border {
  border-width: 0; }

.light-border {
  border-color: rgba(0, 0, 0, 0.15); }

.calendar-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  cursor: pointer; }

.calendar-item-username {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  cursor: pointer;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15); }

.calendar-sibling {
  padding: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 1px 1px; }

.calendar-sibling:hover {
  background-color: whitesmoke;
  transform: scale(1.02); }

.calendar-item:hover {
  /*background-color: whitesmoke;
    transform: scale(1.02);*/ }

.min-vw-10 {
  min-width: 10vw; }

.work-day-pill {
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0.5rem;
  width: 100px;
  background-color: orange;
  z-index: 5;
  margin-top: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  margin-left: 4px; }

.work-day-pill:hover {
  transform: scale(1.1);
  cursor: pointer; }

.overflow-cards {
  max-height: calc(100vh - 65px - 60.8px - 16px);
  overflow: auto;
  flex-grow: 1; }

.overflow-cards::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px; }

.overflow-cards::-webkit-scrollbar {
  width: 15px;
  background-color: white;
  border-radius: 3px; }

.overflow-cards::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F9AE00; }

.fm-height {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem; }

.soil-plot-card {
  transition: background-color 1s; }

.collection-card {
  transition: background-color 1s;
  transition: display 1s; }

.collection-card:hover {
  cursor: pointer;
  background-color: rgba(120, 120, 120, 0.5); }

.highlighted-card {
  background-color: rgba(120, 120, 120, 0.5); }

.important-small {
  font-size: 80% !important;
  font-weight: 600 !important; }

.important-vertical-full {
  max-height: calc(100vh - 65px) !important; }

.modal-lg-details {
  max-width: 90% !important; }

@media screen and (min-width: 1500px) {
  .modal-lg-details {
    max-width: 70% !important; } }

.w-100-important {
  width: 100% !important; }

.form-over-map {
  position: absolute;
  z-index: 10000;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-left: 50px;
  margin-top: 10px; }

.op-100 {
  opacity: 100%; }

.loaderr {
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: unset;
  background: rgba(0, 0, 0, 0.4) url("../../img/loading-buffering.gif") center no-repeat; }

.loaderr-container {
  position: relative; }

.overflow-hidden {
  overflow: hidden !important; }

.search-input {
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  font-size: xx-large; }

.service-triage-cards {
  max-height: calc(100vh - 65px - 66px) !important; }

.triage-cards {
  padding: 15px;
  padding-bottom: 0px;
  margin-top: 20px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16); }

.triage-card:hover {
  background-color: rgba(120, 120, 120, 0.5); }

.selected-card {
  background-color: #F9AE00; }

.unselected-card {
  background-color: white;
  transition: background-color 2s; }

.overflow-triage-cards {
  max-height: calc(100vh - 65px - 145px);
  overflow: auto;
  flex-grow: 1; }

.overflow-triage-cards::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px; }

.overflow-triage-cards::-webkit-scrollbar {
  width: 15px;
  background-color: white;
  border-radius: 3px; }

.overflow-triage-cards::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F9AE00; }

.cards-container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.cardd {
  background-color: #e4e4e4;
  width: 90%;
  border-radius: 15px;
  margin-bottom: 15px; }

.cardd-header {
  background-color: #F9AE00;
  border-radius: 12px 12px 0px 0px;
  display: flex;
  align-items: center;
  height: 30px;
  justify-content: center;
  font-weight: 700; }

.cardd-body {
  justify-content: center;
  margin: 5px;
  margin-left: 15px;
  margin-right: 15px; }

.card-adress {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.card-farm-city {
  flex: 1; }

.cardd-body hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.card-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: start; }

.card-right {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; }

.title {
  font-size: 25px;
  font-weight: bold; }

.sub-title {
  font-size: 17px; }

.text-big {
  font-size: 40px; }

.text-medium {
  font-size: 20px; }

.btnn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  padding: 0px 20px 0px 20px;
  background-color: #b8b8b8;
  border-radius: 4px;
  border: 3px solid #fad684;
  font-weight: bold;
  cursor: pointer;
  color: black; }

.btnn:hover {
  background-color: #dbd1b8;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3); }

.clean-a {
  text-decoration: none;
  color: inherit; }

.clean-a:hover {
  text-decoration: none;
  color: inherit; }

.tt-menu {
  z-index: 10000 !important; }

#drag {
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 8px;
  cursor: w-resize;
  z-index: 20000; }

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.modal {
  padding-right: 0px !important; }

.modal-open {
  padding-right: 0px !important; }

.clickable:hover {
  cursor: pointer; }
