

.btns-detail {
  margin-right: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  border-radius: 4px;
  background: #858796;
  border-style: none;
}

.btns-detail:disabled {
    background: #c1c3d1; /* Světlejší barva pro neaktivní tlačítko */
    cursor: not-allowed; /* Změna kurzoru na zakázaný */
    opacity: 0.9; /* Jemný efekt průhlednosti */
}

.btn-icons-detail {
  margin-top: 6px;
  font-size: 16px;
  color: #ffffff;
}

.btns-detail:hover {
  background-color: var(--buttons-hover-backcolor);
}

.no-margin-right {
  margin-right: 0;
}

.det-txt-header { /* #det_val_header_text */
    
  font-weight: bold;
  color: var(--bs-secondary-text-emphasis);
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-align: justify;
  /*
  white-space: nowrap;  Zabrání zalomení textu 
  overflow: hidden;     Skryje text přesahující rodiče */
}

#det_val_picture {
    height: 100%;
    width: 100%; /* doplněno */
    object-fit: cover; /* doplněno */
}

#det_row_head_info {
  margin-bottom: 0px;
  margin-top: 5px;
  gap: 5px;
  height: 50px;
  min-height: 50px;
}

.det-head-info-panels {
  background: #858796;
  margin-left: 0px;
  border-radius: 5px;
  font-family: 'Nunito Sans', sans-serif;
}

.det-head-info-panels-caption {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}

.det-head-info-panels-value {
  font-weight: bold;
  color: rgb(255,255,255);
  font-size: 14px;
}

.det-subinfo {
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.det-subinfo-val {
  margin-bottom: 0px;
  margin-top: 0px;
}

.font-bold {
  font-weight: bold;
}

.gap2 {
  gap: 2px;
}

.padd-right {
  padding-right: 5px;
}

.det-subinfo-val2 {
  margin-bottom: 0px;
  background: var(--bs-gray-400);
  border-radius: 4px;
}

#det_val_full_caption {
  font-size: 11px;
  text-align: justify;
  margin-top: 17px;
}

