.pptSlides {
}
.pptSlide {
  position: relative;
  width: 267px;
  height: 203px;
  padding: 0;
  margin: 3px 3px;
  border: 1px solid #b2b2b2;
}
.pptSlide > img {
  width: 265px;
  height: 201px;
}
.pptslide_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #b2b2b2;
}
.pptslide_wrap {
  position: relative;
}
.pptslide_wrap h3 {
  font-size: 16px;
  margin: 0;
  padding: 12px 10px 10px 30px;
}
.slide_ppticon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 3px;
}
.slideEditable {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  padding: 0px;
  top: 10px;
  width: 30px;
  position: absolute;
  height: 30px;
  background: white;
  left: inherit;
  right: 10px;
  color: #000;
}
.slideEditable i {
  font-size: 20px;
  padding: 5px 8px;
}
.childCheck {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 37px;
  height: 37px;
}
.childCheck.childChecked {
  background: url("../../../img/icons/red check@2x.png") no-repeat 0 0;
  background-size: contain;
}
.childCheck.childUnchecked {
  background: url("../../../img/icons/gray check@2x.png") no-repeat 0 0;
  background-size: contain;
}
