I have a slideshow div, and I have a datepicker field above that div.
When I click in the datepicker field, the datepicker panel show behind slideshow div.
I had to
.datepicker.dropdown-menu { position: relative; z-index: 9999 !important; }