/* *** backend *** */
.videoSrc
{
  float: left;
}

.videoThumb
{
  float: right;
  text-align: center;
  padding-right: 20px;
  padding-top: 70px;
}

.videoThumb button
{
  display: block;
  margin: 20px auto;
  width: 300px;
}

/* proof of purchase in course book videos */
.questionInfo
{
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.questionInfo:hover
{
  background-color: aliceblue;
}

.questionInfo > div
{
  display: inline-block;
  vertical-align: middle;
}

.questionInfo > div.questionData
{
  width: 80%;
}

.questionInfo > div.questionActions
{
  width: 15%;
  text-align: center;
}

.questionInfo > div.questionActions a
{
  background: url(../sfDoctrinePlugin/images/edit.png) no-repeat 0 0;
  padding-left: 20px;
}

.answerData > div
{
  display: inline-block;
  margin-right: 30px;
}

.answerData > div span
{
  font-weight: bold;
}

.correctAnswerText
{
  min-width: 220px;
}

.correctAnswerText span
{
  color: #6BD22C;
}

.addMore
{
  padding: 10px;
}

.addMore a
{
  background: url(../sfDoctrinePlugin/images/new.png) no-repeat 0 0;
  padding-left: 20px;
}

/* *** frontend *** */
.blockList, .videoDescription
{
  margin-top: 15px;
}

.blockList > div
{
  border: 1px solid transparent;
  text-align: center;
}

.blockList > div:hover
{
  border-color: #f3c314;
  border-radius: 15px;
}

.bookThumbContainer
{
  padding: 10px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: 170px;
}

.videoThumbContainer
{
  padding: 0 9px;
  display: inline-block;
  position: relative;
  margin: 10px 0;
  background-image: url(/images/film_background.png);
  background-size: contain;
  max-width: 100%;
}

.videoThumbContainer .lockedContent
{
  position: absolute;
  right: -5px;
  bottom: -5px;
}

.bookThumbContainer > img:first-child, .videoThumbContainer > img:first-child
{
  max-width: 100%;
}

.bookThumbContainer .videoFolderIcon
{
  position: absolute;
  left: 0;
  bottom: -5px;
}

.bookTitle, .videoTitle
{
  text-align: center;
  margin-top: 5px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flowplayer
{
  background-color: transparent !important;
}

#videoMarks
{
  display: inline-block;
}

.videoMark
{
  text-indent: 20px;
  text-align: right;
}

.videoMark a
{
  cursor: pointer;
}

.fp-cuepoint
{
  background-color: #FF4500;
  min-height: 10px;
  display: inline-block;
  width: 4px;
  position: absolute;
  margin-left: -2px;
  opacity: 0.7;
}

.videoNoAccessNotice .message
{
  padding: 15px 0;
  text-align: center;
}

.videoNoAccessNotice .message > div
{
  padding: 10px 0;
}

.videoNoAccessNotice .message > div > .slidingDiv
{
  display: none;
}

.videoNoAccessNotice #videoAccessCode *
{
  vertical-align: top;
}

.videoNoAccessNotice .returnMessage
{
  margin: 0 auto;
  display: none;
}

.videoNoAccessNotice .returnMessage > div
{
  margin-top: 3px;
  padding: 8px !important;
  display: inline-block;
  max-width: 610px;
}

.ppQuestionBlock
{
  padding: 10px 0;
}

.ppQuestionBlock .ppQuestion
{
  padding: 30px;
  background-color: #FDF0D1;
}

.ppQuestionBlock .ppQuestion .questionText
{
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 22px;
}

.ppQuestionBlock .ppQuestion .answers
{
  padding-left: 20px;
}

.ppFormActions
{
  text-align: right;
}

.ppFormActions *
{
  vertical-align: middle;
  margin: 0 6px;
}

@media all and (max-width: 767px)
{
  .videoContainer .flowplayer
  {
    border: 1px dotted #ddd;
  }
  
  div.flash_notice
  {
    text-align: justify;
    line-height: inherit !important;
  }
}