#player-board {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 2px;
  right: 0;
  z-index: 11;
}
#kontikiAgent {
  position: absolute;
  top: -10;
  left: -10;
  width: 1;
  height: 1;
}
.player-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}
#play-button {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -90px;
  z-index: 21;
  cursor: pointer;
}
.banner-player-img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  z-index: 10;
}
.player_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  font-family: Helvetica, Arial, "Trebuchet MS", "Flama", Verdana, Geneva, sans-serif;
  line-height: 1.3em;
  font-size: 14px;
  text-align: justify;
  vertical-align: middle;
  z-index: 2;
}
.retry_link {
  vertical-align: baseline;
  cursor: pointer;
}
#player-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  z-index: 22;
  background: url("../images/transparent.png") repeat;
}
#tools-wrapper {
  height: 20px;
  position: relative;
  white-space: nowrap;
}
#toolbar-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  opacity: 0.8;
  background-color: #eee;
  display: none;
}
#content-info {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 45px;
}
#content-info span {
  font-family: Helvetica, Arial, "Trebuchet MS", "Flama", Verdana, Geneva, sans-serif;
  line-height: 1.3em;
  font-size: 12px;
  color: #434343;
}
#content-name {
  font-family: Helvetica, Arial, "Trebuchet MS", "Flama", Verdana, Geneva, sans-serif;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: bold;
  padding-top: 2px;
  height: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 100px;
}
#content-desc {
  font-family: Helvetica, Arial, "Trebuchet MS", "Flama", Verdana, Geneva, sans-serif;
  line-height: 1.3em;
  font-size: 12px;
  padding-top: 2px;
}
#content-created,
#star-rating-holder,
#share-holder {
  white-space: nowrap;
  text-align: left;
  height: 30px;
  z-index: 2;
}
#content-created {
  margin-top: 5px;
}
.input-height-holder {
  margin-top: 5px;
  height: 30px;
  display: none;
}
#star-rating-holder,
#views-count {
  white-space: nowrap;
  position: relative;
  margin-left: 5px;
}
#star-rating-holder {
  top: -1px;
}
.player-toolbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 1px 1px 1px 15px;
  float: right;
  z-index: 22;
  cursor: pointer;
  position: relative;
  top: -20px;
}
#player-time {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  width: 40px;
}
.player-toolbox .icon,
#expander,
.collapser,
#share-copy,
#share-cancel,
#flag-send,
#flag-cancel {
  height: 18px;
  width: 18px;
  display: inline-block;
  background-size: contain;
}
.hidden {
  display: none;
}
#like-rating-holder .icon {
  background-image: url("../images/svg/thumb-up-434343.svg");
}
#dislike-rating-holder .icon {
  background-image: url("../images/svg/thumb-up-007dc3.svg");
}
#add-playlist-holder .icon {
  background-image: url("../images/svg/bookmark-434343.svg");
}
#added-playlist-holder .icon {
  background-image: url("../images/svg/bookmark-007dc3.svg");
}
#player-share .icon {
  background-image: url("../images/svg/share-434343.svg");
}
#flag-holder .icon,
.flag-comment-holder .icon {
  background-image: url("../images/svg/flag-434343.svg");
}
#flagged-holder .icon,
.flagged-comment-holder .icon {
  background-image: url("../images/svg/flag-007dc3.svg");
}
#download-content {
  display: none;
}
.download-content-100 .icon {
  background: url("../images/svg/inkscape-download-007dc3-24x24.svg");
  background-size: contain;
}
.download-content-80 .icon {
  background: url("../images/svg/inkscape-download-80-24x24.svg");
  background-size: contain;
}
.download-content-60 .icon {
  background: url("../images/svg/inkscape-download-60-24x24.svg");
  background-size: contain;
}
.download-content-40 .icon {
  background: url("../images/svg/inkscape-download-40-24x24.svg");
  background-size: contain;
}
.download-content-20 .icon {
  background: url("../images/svg/inkscape-download-20-24x24.svg");
  background-size: contain;
}
.download-content-0 .icon {
  background: url("../images/svg/inkscape-download-434343-24x24.svg");
  background-size: contain;
}
.download-disabled .icon {
  background: url("../images/svg/inkscape-download-6f6f6f-24x24.svg");
  background-size: contain;
  cursor: default;
}
#expander {
  background: url("../images/svg/chevron-down.svg");
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: -10px;
  height: 30px;
  width: 30px;
}
.collapser_line {
  height: 15px;
}
.collapser {
  background: url("../images/svg/chevron-up.svg");
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: -10px;
  height: 30px;
  width: 30px;
}
#share-copy {
  background-image: url("../images/svg/content-copy-434343.svg");
  cursor: pointer;
}
#share-cancel {
  background-image: url("../images/svg/close.svg");
  cursor: pointer;
}
#flag-send {
  background-image: url("../images/svg/check-434343.svg");
  cursor: pointer;
}
#flag-cancel {
  background-image: url("../images/svg/close.svg");
  cursor: pointer;
}
#like-rating-holder .icon {
  background-image: url("../images/svg/thumb-up-434343.svg");
}
#dislike-rating-holder .icon {
  background-image: url("../images/svg/thumb-up-007dc3.svg");
}
.tabs-content .tabs-pane {
  overflow: auto;
  max-height: 200px;
  padding: 10px;
}
.chapter_info {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #c5c5c5;
}
.chapter_info.active {
  background-color: #c0c0c0;
}
.chapter_info.active .chapter_num {
  display: none;
}
.chapter_info.active .chapter_play {
  display: block;
}
.chapter_image {
  max-width: 98px;
  max-height: 55px;
}
.chapter_num,
.chapter_title,
.chapter_desc,
.chapter_time,
.chapter_link {
  font-family: Helvetica, Arial, "Trebuchet MS", "Flama", Verdana, Geneva, sans-serif;
  line-height: 1.3em;
  font-size: 12px;
}
.chapter_title,
.chapter_desc,
.chapter_time,
.chapter_link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
}
.chapter_link {
  right: 5px;
  bottom: 10px;
  cursor: pointer;
}
.chapter_link .icon {
  background-size: contain;
  background-image: url("../images/svg/share-434343.svg");
  height: 16px;
  width: 16px;
  display: block;
}
.chapter_num {
  position: relative;
  top: 22px;
  left: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.chapter_play {
  display: none;
  background-image: url("../images/play.png");
  background-repeat: no-repeat;
  position: relative;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.chapter_icon {
  position: relative;
  top: -22px;
  left: 25px;
  max-width: 100px;
  max-height: 55px;
  cursor: pointer;
}
.chapter_title {
  top: 10px;
  left: 135px;
  right: 80px;
}
.chapter_desc {
  left: 135px;
  right: 50px;
  bottom: 10px;
  color: #434343;
}
.chapter_time {
  font-size: 10px;
  top: 10px;
  right: 5px;
}
.chapter_link {
  right: 5px;
  bottom: 10px;
}
#share-holder span,
#flag-input-holder span {
  display: inline-block;
}
#share-holder,
#flag-input-holder {
  position: absolute;
  top: 17px;
  right: 20px;
  left: 20px;
  height: 25px;
  text-align: right;
}
#flag-input-holder {
  top: 20px;
}
#share-input,
#flag-input {
  width: 90%;
  margin-top: 8px;
}
#share-copy-holder {
  position: relative;
  top: 7px;
}
.share-copy-flash {
  position: relative;
  top: -16px;
  width: 16px;
  height: 16px;
}
