.boxdbshadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

.bg-hover:hover,
.bg-hover:focus,
.bg-hover:active,
.bg-hover:target {
  opacity: 0.45 !important;
}

.sisarzer {
  width: 63px;
  height: 60px;
  font-size: 24px;
}


.ratilou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px dashed rgb(175 146 146);

  /*
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}


.imgtrasp {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' opacity='0.15' fill='%23ddd'%3E %3Crect width='10' height='10' x='10' /%3E%3Crect width='10' height='10' y='10' /%3E %3C/svg%3E");
}