.inventory-technical-only-hidden
{
  display: none;
}
.js-Panel-inventory-layer
{
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #00000033;
  border-radius: .25rem;
  box-shadow: 0 1px 5px #00000066;
}

.js-Panel-inventory-layer .jsPanel-content
{
  background-color: #FFFFFFD2;
  font-size: 80%;
}
.js-Panel-inventory-layer .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50%;
}
.index-point-date-selector-modal-body
{
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.inventory-layer-container
{
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 8px;
  width: 100%;
}
.avaialable-layer-containter
{
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.btn
{
  cursor: pointer;
}
.clickable-black
{
  cursor: pointer;
  font-weight: bolder;
}
.clickable-black:hover {
    color: #616b77;
    text-decoration: underline;
}
.inventory-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: start;
}

.inventory-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inventory-image {
  width: 85%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.inventory-info {
  font-size: 14px;
  line-height: 1.5;
}

.inventory-attachments {
  margin-top: 20px;
}

.inventory-procedure {
  margin-top: 20px;
  width: 100%;
  overflow: auto;
}

.attachments-list {
  list-style: none;
  padding: 0;
}

.attachments-list li {
  background: #f9f9f9;
  padding: 5px;
  margin: 5px 0;
  border-radius: 4px;
}

.inventory-actions {
  margin-top: 20px;
  text-align: right;
}

.message-item {
  margin-bottom: 10px;
  width: 100%;
  overflow: auto;
}

.message-date {
  font-size: 12px;
  color: gray;
}

.inventory-list-modal
{
  z-index: 20001;
}
.new-inventory-modal
{
  z-index: 20002;
}
.edit-inventory-modal
{
  z-index: 20002;
}
.inventory-map-modal
{
  z-index: 20003;
}
.clickable-inventory-row
{
  cursor: pointer;
  font-weight: bolder;
}
.clickable-inventory-row:hover {
  background-color: #7fbf3f36;
}
.clickable-inventory-row-resolved
{
  background-color: #7fbf3f90;
  cursor: pointer;
  font-weight: bolder;
}
.clickable-inventory-row-resolved:hover
{
  background-color: #73737390;
}
.inventory-resolution
{
  font-size: 14px;
  line-height: 1.5;
  grid-column: 1 / span 2;
}
.create-new-active {
  border-left: 5px solid #28a745;
  background-color: rgba(40, 167, 69, 0.05); /* verde sutil */
  padding-left: 10px;
  border-radius: 4px;
}

.create-new-badge {
  display: inline-block;
  margin-left: 5px;
  background: #28a745;
  color: white;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 3px;
}
@media only screen and (max-height: 750px)
{
  .js-Panel-inventory-layer
  {
    max-height: 75%;
  }
}
@media only screen and (max-width: 280px)
{
  .js-Panel-inventory-layer
  {
    left: 0!important;
    max-width: 100%;
  }
}
