.bg-dark {
    background-color: #007769!important;
}
.admin-content{
  overflow: auto;
  max-height: calc(100% - 7.5rem) !important;
  height: calc(100% - 7.5rem) !important;
}
.admin-content .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 117 104 / 0.1);
}
.admin-content .table-striped tbody tr[to_delete="true"] {
    background-color: rgb(244 67 54 / 33%);
}
.admin-actions i{
  font-size: 1.2rem;
}
.admin-action-wp{
    position: relative;
    width: 1.8rem;
    height: 2rem;
}
.admin-action-wp.admin-action-dendrometer-export i.fas.fa-atom{
  font-size: 1.1rem;
  position: absolute;
  bottom: 0.7rem;
  left: 0.35rem;
}
.admin-action-wp.admin-action-dendrometer-export i.fas.fa-download{
  font-size: 0.7rem;
  position: absolute;
  top: -0.4rem;
  right: -0.1rem;
}
/*.admin-action-wp.admin-action-unarchive-items i.fas.fa-times{
  font-size: 0.7rem;
  position: absolute;
  top: -0.4rem;
  right: -0.1rem;
}
.admin-action-wp.admin-action-show-archived i.far.fa-eye{
  font-size: 0.7rem;
  position: absolute;
  top: -0.4rem;
  right: -0.1rem;
}
.admin-action-wp.admin-action-show-archived-and-unarchived i.far.fa-eye-slash{
  font-size: 0.7rem;
  position: absolute;
  top: -0.4rem;
  right: -0.1rem;
}*/
.admin-action-archive-dropdown .dropdown-toggle::after,
.admin-action-assistant-dropdown .dropdown-toggle::after{
  margin-left: -0.4rem !important;
}
.admin-action-archive-dropdown button,
.admin-action-assistant-dropdown button{
    background-color: transparent;
    color: #007769;
    border: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    box-shadow: none !important;
}
.admin-action-archive-dropdown .btn-secondary:hover,
.admin-action-archive-dropdown .btn-secondary:not(:disabled):not(.disabled):active,
.admin-action-archive-dropdown.show>.btn-secondary.dropdown-toggle,
.admin-action-assistant-dropdown .btn-secondary:hover,
.admin-action-assistant-dropdown .btn-secondary:not(:disabled):not(.disabled):active,
.admin-action-assistant-dropdown.show>.btn-secondary.dropdown-toggle  {
  background-color: transparent;
  color: #007769;
  border: none;
}
.admin-action-archive-dropdown.show>.btn-secondary.dropdown-toggle:focus,
.admin-action-assistant-dropdown.show>.btn-secondary.dropdown-toggle:focus{
  box-shadow: none !important;
}
.admin-action-archive-dropdown .dropdown-menu.show,
.admin-action-assistant-dropdown .dropdown-menu.show{
  right: 0 !important;
  left: auto !important;
}
.admin-service{
  border-radius: 5px;
  background-color: #e6e6e6;
}
.admin-service.active {
    color: white;
    background-color: #007769;
}
.admin-place-services {
    max-height: 64vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.admin-map{
  height: 100%;
}
.admin-map-info{
  position: absolute;
  top: 0.65rem;
  right: 3rem;
  z-index: 10000;
  background-color: white;
  border-radius: 5px;
  max-width: 10rem;
}
.admin-map-plots-without-geom {
    position: absolute;
    bottom: 2.1rem;
    z-index: 9999;
    right: 20px;
    max-height: 20rem;
    overflow-x: hidden;
    overflow-y: auto;
}
@media (min-width: 576px){
    .admin-map-plots-without-geom {
        right: calc(100vw - (50vw + 255px) );
    }
}
@media (min-width: 768px){
    .admin-map-plots-without-geom {
        right: calc(100vw - (50vw + 345px) );
    }
}
@media (min-width: 992px){
    .admin-map-plots-without-geom {
        right: calc(100vw - (50vw + 460px) );
    }
}
@media (min-width: 1200px){
    .admin-map-plots-without-geom {
        right: calc(100vw - (50vw + 555px) );
    }
}
.admin-map-plot-without-geom {
    background-color: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    cursor: pointer;
    margin-bottom: 1px;
    margin-right: 1px;
    border-radius: 3px;
}
.admin-map-plot-without-geom:hover{
    opacity: 0.8;
}
.admin-map-plot-without-geom.selected{
    background-color: #007769;
    color: white;
}
.admin-distribution-edit-form .edit_view {
    overflow: auto;
    max-height: 64vh;
    overflow-x: hidden;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  padding:0;
}
.group.row{
  display:none;
}
.cursor-pointer{
  cursor:pointer !important;
}
div#work-table_paginate {
    font-size: 0.8rem;
}
div#work-table_info {
    font-size: 0.8rem;
}
div#work-table_length {
    font-size: 0.8rem;
}
div#work-table_filter {
    font-size: 0.8rem;
}
tr.hover{
    opacity: 0.6;
    font-weight: bold;
    background-color: rgb(0 119 105);
    color: white;
}
.admin-action-download-distribution-modal,
.admin-action-clone-distribution-modal,
.admin-action-upload-distribution-grid-modal,
.admin-action-integration-distribution-modal{
  font-size: 1rem;
  margin-top: 0.6rem;
  position: absolute;
  right: 2.2rem;
  color: #007769;
}
.admin-action-download-distribution-modal{
  right: 3.6rem;
}
.admin-action-upload-distribution-grid-modal{
  right: 5rem;
}
.admin-action-integration-distribution-modal{
  right: 6.4rem;
}
.admin-actions {
    color: #007769;
}
.admin-distribuion-grid-option {
    padding: 0.75rem;
    border: 1px solid #1f7669;
    margin-top: 0.5rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.admin-distribuion-grid-option.active {
    background-color: #1f7669;
    color: white;
}
.admin-distribuion-grid-actions-title {
    text-transform: uppercase;
    color: #1f7669;
    font-weight: bold;
}
.admin-map-distribution-integration-controls {
    z-index: 1000;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
}
.distribution-integration-confirm-actions{
  background-color: white;
  font-size: 1.3rem;
  text-align: center;
  color: #007769;
  border-radius: 3px;
  padding: 0.15rem;
}
.info-by-code-control .btn-outline-secondary {
    background-color: white;
    border-color: #1f7669;
}
.info-by-code-control .btn-outline-secondary:hover {
    color: #fff;
    background-color: #1f7669;
    border-color: #1f7669;
}
.info-by-code-control .btn-outline-secondary i {
    color: #1f7669;
}
.info-by-code-control .btn-outline-secondary:hover i {
    color: #fff;
}
.admin-table-select-all-checkbox {
    width: 24px;
    padding-left: 0;
    padding-right: 0px;
    margin-left: 0 !important;
    margin-right: 0;
    text-align: center;
}
.admin-tool-info-by-code-result {
    user-select: text;
}

/*DROPDOWN SUBITEMS*/
.dropdown-inner-menu{
  left: 98%;
  top: 80%;
}

.dropdown-sub-item i{
  margin-left: .5rem;
}

.dropdown-sub-item.dropdown-selected i{
  transform: rotate(180deg);
}

.dropdown-selected{
  background-color:#1f7669 !important;
  color: white;
}

.navbar{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
}

@media (max-width: 991px){
  .dropdown-inner-menu{
    padding-left:1.5rem;
  }
  .dropdown-inner-menu{
    border:0;
  }
  .dropdown-inner-menu .dropdown-item{
    border-left: 1px solid rgba(0,0,0,.15);
  }
  .navbar{
    max-height: 100%;
    overflow: auto;
  }

  .dropdown-sub-item i{
    transform: rotate(90deg);
  }

  .dropdown-sub-item.dropdown-selected i{
    transform: rotate(270deg);
  }
}
/*END DROPDOWN SUBITEMS*/
/* ANALYSIS WORKS DONE DATES BY DISTRIBUTION BY CLIENT*/
.admin-list #accordion button.btn.btn-link {
    color: #007769;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
.admin-list .all-areas-worked-summatory{
    color: #007769;
}
/* END ANALYSIS WORKS DONE DATES BY DISTRIBUTION BY CLIENT*/
.navbar-brand{
    display:none;
}

/* DENDROMETER STATUS */
.dendro-status-table-responsive {
    max-height: calc(100vh - 10rem);
}
table.dendro-status-table {
    margin: auto;
    width: 100%;
}
table.dendro-status-table .tr_sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}
table.dendro-status-table .tr_sticky.dendro-status-months{
    top: 2.3rem;
}
table.dendro-status-table .tr_sticky.dendro-status-days{
    top: 4.1rem;
}
table.dendro-status-table .dendro-status-years td,
table.dendro-status-table .dendro-status-data-item.td_sticky {
    background-color: #007769;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem;
    border: 1px solid white;
    font-size: 0.8rem;
    text-transform: uppercase;
}
table.dendro-status-table .td_sticky {
    position: sticky;
    left: 0;
}
table.dendro-status-table .td_sticky.first_column {
    width:50px;
    min-width: 50px;
}
table.dendro-status-table .td_sticky.second_column {
    left: 50px;
}
.dendro-status-id-title,
.dendro-status-code-title{
    z-index: 11;
}
table.dendro-status-table .tr_sticky.dendro-status-months,
table.dendro-status-table .tr_sticky.dendro-status-days{
    z-index: 9;
}
td.dendro-status-years-item {
    background-color: #007769;
    font-size: 0.9rem;
    color: white;
    padding: 0.2rem;
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
}
td.dendro-status-months-item {
    text-align: center;
    vertical-align: middle;
    border: 1px solid white;
    background-color: #8ac1ba;
    color: white;
    font-size: 0.9rem;
    padding: 0.2rem;
}
td.dendro-status-days-item {
    text-align: center;
    vertical-align: middle;
    background-color: #007769;
    color: white;
    font-size: 0.9rem;
    padding: 0.2rem;
    border: 1px solid white;
}
td.dendro-status-data-item {
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
    padding: 0.2rem;
    border: 1px solid white;
}
td.dendro-status-crop-name{
    text-align: center;
    background-color: #007769;
    color: white;
    font-size: 0.9rem;
    padding: 0.2rem;
    border: 1px solid white;
}
tr.dendro-status-crop-name-row.without_data td.dendro-status-crop-name{
    background-color: orange;
}

td.dendro-status-plot-name {
    text-align: center;
    background-color: #8ac1ba;
    color: white;
    font-size: 0.9rem;
    padding: 0.2rem;
    border: 1px solid white;
}
tr.dendro-status-plot-name-row.dendrometer-unasigned td.dendro-status-plot-name {
    /*background-color: #cbcaca;*/
}
.dendro-status-dendro-data-row td{
    color: #ff847b;
    font-size: 0.8rem;
}
.dendro-status-dendro-data-row.dendrometer-unasigned td {
    background-color: #cbcaca !important;
}
.dendro-status-dendro-data-row td.dendro-status-data-item-value{
    cursor: pointer;
}
.dendro-status-dendro-data-row td.with_data{
    color: #007769;
}
td.dendro-status-data-item.dendro-status-data-item-value{
    position: relative;
}
/*td.dendro-status-data-item.dendro-status-data-item-value.manual_edition:before {
    content: "";
    background-color: #2196f3;
    position: absolute;
    bottom: 0.3rem;
    left: calc(50% - 2px);
    right: calc(50% + 2px);
    height: 4px;
    width: 4px;
    border-radius: 50%;
}
td.dendro-status-data-item.dendro-status-data-item-value.with_data.battery_low:after {
    content: "";
    background-color: #ff847b;
    position: absolute;
    bottom: 0.3rem;
    left: calc(50% - 2px);
    right: calc(50% + 2px);
    height: 4px;
    width: 4px;
    border-radius: 50%;
}*/

td.dendro-status-data-item.dendro-status-data-item-value.manual_edition:before {
    content: "";
    background-color: #2196f3;
    position: absolute;
    bottom: 0.3rem;
    right: calc(50% - 4px);
    height: 4px;
    width: 8px;
}
td.dendro-status-data-item.dendro-status-data-item-value.with_data.battery_low:after {
    content: "";
    background-color: #ff847b;
    position: absolute;
    bottom: 0.3rem;
    left: calc(50% - 4px);
    height: 4px;
    width: 8px;
}
td.dendro-status-data-item.dendro-status-data-item-value.manual_edition.battery_low:before {
    right: 50%;
}
td.dendro-status-data-item.dendro-status-data-item-value.manual_edition.battery_low:after {
    left: 50%;
}

/*td.dendro-status-data-item.dendro-status-data-item-value.manual_edition:before {
    content: "";
    background-color: #2196f3;
    position: absolute;
    bottom: 0rem;
    left: 5px;
    height: 4px;
    width: calc(100% - 10px);
}
td.dendro-status-data-item.dendro-status-data-item-value.with_data.battery_low:after {
    content: "";
    background-color: #ff847b;
    position: absolute;
    bottom: 0.3rem;
    left: 5px;
    height: 4px;
    width: calc(100% - 10px);
}*/

.dendro-status-dendro-data-row td.with_data.decreased{
    color: orange;
}
.dendro-status-dendro-data-row td.with_data.increased_too_much{
    color: #f221f3;
}
.dendro-status-dendro-data-row td.deleted{
    background-color: #ff847b;
    color: white;
}
.dendro-status-data-item.battery-cell{
    color: white;
    cursor: initial;
    background-color: darkgrey;
}
.dendro-status-data-item.battery-cell.battery_low{
    background-color: #f44336;
}
.dendro-status-data-item.battery-cell.battery_medium{
    background-color: orange;
}
.dendro-status-data-item.battery-cell.battery_high{
    background-color: #4caf50;
}

.dendro-status-crop-name-row td {
    cursor: pointer;
}
.dendro-status-crop-name-row.data-hidden td {
    background-color: #797979;
}
.modal .all-meassurements table{
    width: 100%;
}
.modal .all-meassurements table th {
    font-weight: bold;
    width: 33.33%;
    border: 1px solid;
    text-align: center;
    padding: 0.2rem;
}
.modal .all-meassurements table td {
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    font-size: 0.85rem;
    padding: 0.2rem;
}


.plot-selection-assistant-modal-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.work-assistant-distribution-selector-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    width: 16rem;
    cursor: pointer;
    margin: 0.5rem;
}
.work-assistant-distribution-selector-item.selected .work-assistant-distribution-selector-item-content{
    background-color: #1f7669;
    color: white;
}
.work-assistant-distribution-selector-item-content {
    padding: 0.5rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: center;
    height: 100% !important;
    padding-top: 1rem;
    border: 1px solid grey;
    width: 16rem;
}
.work-assistant-distribution-selector-item-content-name {
    font-size: 1.4rem;
    line-height: 1;
    word-break: break-word;
}
.work-assistant-distribution-selector-item-content-area {
    font-size: 0.8rem;
}
.plot-selection-assistant-link{
    color: #1f7669;
    font-size: 1rem;
    display: block;
    cursor: pointer;
}
.plot-selection-assistant-link.selected{
    text-decoration: line-through;
}
