.slideNav {
  background: white;
  border: 0;
  top: 39%;
  /*  49%; mm edit */
  padding: 5px;
  height: 100px;
}

.slideMoveLeft {
  position: absolute;
  left: 5px;
  /* 0px; mm edit */
}

.slideMoveRight {
  position: absolute;
  right: 5px;
  /* 0px; mm edit */
}

.slide {
  float: left;
  height: 100%;
  width: 100%;
}

.slideImage {
  float: left;
  width: 100%;
  height: 100%;
}

.slideImage img {
  /* float: left; mm edit*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* mm edit */
  width: 90%;
  /* mm edit */
}

.slideText {
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0;
  /* max-width: 308px; */
  max-height: 222px;
  /* overflow: auto; */
  background: transparent;
  /* min-height: 30px; */
  /* min-width: 40px; */
  width: 100%;
}

.slideText span {
  float: left;
  /* height: 200px; */
  overflow: auto;
  width: 100%;
  display: block;
  background: white;
  padding: 10px;
}

.slideTextToggle {
  position: absolute;
  left: 0;
  top: -32px;
  border: 0;
  /* box-shadow: 0 0 10px #00000066; */
}

.searchHelp {
  position: absolute;
  right: 2.5px;
  top: 0px;
  width: 70px;
  background: transparent !important;
  min-width: 0;
  padding: 4px;
  height: 53px;
  margin: 0;
  margin-top: 5px;
}

.searchHelp i {
  color: #787878 !important;
  font-size: 39px;
}

.searchRefresh{
  position: absolute;
  right: 78px;
  top: 0px;
  width: 70px;
  background: transparent !important;
  min-width: 0;
  padding: 4px;
  height: 53px;
  margin: 0;
  margin-top: 5px;
}

.searchRefresh i {
  color: #787878 !important;
  font-size: 39px;
}

.disabler {
  display: none;
  border: 0;
}

.ui-dialog .ui-dialog-content {
  overflow: hidden !important;
}
