.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 1051; 
}

.panel-primary{
  background-color: #139E74;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dataTables_wrapper .dataTables_filter {
  float: left !important;
  text-align: left !important;
  }

  .dataTables_filter input { width: 500px }

  .dataTables_wrapper .dataTables_length {
    float: right !important;
    }


.img-container-thumbnail {
    position: relative;      
  }
  
  .img-container-thumbnail img {
    max-width: 220px;
    max-height: 150px;
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
  }
  
  .img-container-thumbnail img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  }
  
  
  .img-container-thumbnail .button {
    position: absolute;
    top: 5px;
    left: 25px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgb(199, 83, 83);
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    opacity: 70%
  }
  
  .img-container-thumbnail .button:hover {
    background-color: rgb(151, 10, 10);
    opacity: 100%
  }
  
  .img-container-thumbnail p {  
    position:absolute;
    top: 2px;
    left: 40px;
    color: rgb(155, 41, 41);
    font-size: 10px;
    font-family: Arial;
    background-color: white;
    opacity: 80%;
    padding-left:2px;
    padding-right:2px;
  }

  .photos-panel {
    width: 100%; 
    height: 186px; 
    overflow-y: scroll;
  }