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

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

  .dataTables_filter input { width: 500px }

  .dataTables_wrapper .dataTables_length {
    float: right !important;
    }
  
  .table.dataTable tbody td {
      vertical-align: middle;
  }

  .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;
  }

  .floating-container {
    position: absolute;
    right: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top:60px;
    max-width: 400px;
    min-height:400px;
    padding: 16px;
    background-color: white;
    opacity: 0.95;
    border-radius:10px;
  }

  .floating-text-container {
    position: absolute;
    left: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top:80px;
    padding: 16px;
  }

  .bg-img {
    
  
    /* Control the height of the image */
    min-height: 600px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
