.parental-hover .ph-show {
  display: none;
}
.parental-hover:hover .ph-show {
  display: inline-block;
}
a.unstyled {
  text-decoration: none !important;
  color: inherit !important;
}
.siralanabilir-item {
  border-top:  1px solid red;
  border-bottom:  1px solid red;
  background: #e9ecef;
}

.cursor-move {
  cursor: row-resize;
}