/* your styles go here */

.file-panel {
  width: 200px;
  height: 150px;
  position: relative;
}

.file-image-panel {
  width: 180px;
  height: 140px;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  padding: 5px;
}

.file-image-panel img {
  width: 100%;
  height: 100%;
}

.file-panel:hover a {
  display: block;
}

.file-panel:hover .file-image-panel img {
  opacity: 0.5;
  background: #000;
  transition: all 0.3s;
}

.file-panel a {
  display: none;
  position: absolute;
  /* right: 0; */
  top: 0;
  padding: 5px;
  margin: 8px;
  font-weight: bold;
  border: 2px solid #585454;
  color: #585454 !important;
  font-size: smaller;
  transition: all 0.3s;
  z-index: 999;
  cursor: pointer;
  text-decoration: none;
}

.file-panel a:hover {
  background: #fff;
  color: #585454 !important;
  border: 2px solid #f585454ff;
}

.dropdown_main a.active {
  background: #D0D0D0;
}

.dropdown_main > li > a:hover {
  background: #D0D0D0 !important;
  border-left: 4px solid #D0D0D0 !important;
  color: #686a76 !important;
}

#product-scan-in {
  display: none;
}

table > thead {
  color: #222 !important;
}

table > tbody > tr > td {
  padding-left: 18px !important;
}
