@charset "UTF-8";

/********* public:snog_tv.less ********/
/* FIX FOR UiX2 STYLE PROBLEM */
.structItem .structItem-cell--main .structItem-minor {
  display: block;
}
.tvhint {
  font-size: 12px;
  color: #8c8c8c;
}
.message-tv {
  display: flex;
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
}
.message-tv.message-tv--reverse {
  flex-direction: row-reverse;
}
.message-tv .message-tv-sidebar {
  flex: 1;
  width: 240px;
  margin: 0 15px 0 15px;
  float: left;
  text-align: center;
  vertical-align: top;
}
.message-tv .message-tv-sidebar .message-tv-sidebar-poster {
  padding-bottom: 6px;
}
.message-tv .message-tv-sidebar .message-tv-sidebar-poster img {
  max-width: 220px;
}
.message-tv .message-tv-sidebar .message-tv-rating {
  padding: 6px;
}
.message-tv .message-tv-sidebar .message-tv-stats {
  padding-bottom: 6px;
}
.message-tv .message-tv-main {
  width: 100%;
}
.message-tv .message-tv-main .message--tv {
  height: auto;
  min-width: 200px;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  padding: 10px !important;
}
.message-tv .tv-providers .tv-provider img {
  height: 48px;
  width: auto;
}
.message-tv .tv-companies .tv-company img {
  height: 30px;
  width: auto;
}
.message-tv .tv-networks .tv-network img {
  height: 30px;
  width: auto;
}
.episodeInputBlock {
  display: block;
  width: 100%;
  overflow: hidden;
}
.episodeBlockInput {
  width: 130px;
  margin-right: 5px;
  float: left;
}
.messageEpisode {
  height: auto;
  min-width: 128px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px !important;
}
.episodeImage {
  width: 300px;
  height: auto;
  float: left;
  display: block;
  vertical-align: middle;
  overflow: hidden;
}
.episodeImage--search {
  width: 150px;
  height: auto;
}
.episodeInfo {
  height: auto;
  width: auto;
  padding-left: 10px;
  padding-top: 5px;
  min-width: 128px;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}
.episodePlot {
  height: auto;
  clear: both;
  min-width: 128px;
  text-align: left;
  padding-top: 10px;
  overflow: hidden;
}
.tvinfo {
  display: none;
}
.tvthreadlistMain {
  height: 133px;
}
.tvthreadlistInfo {
  vertical-align: middle !important;
}
.tvthreadlistReplies {
  padding-top: 27px !important;
}
.TagPoster1 {
  padding-left: 10px;
  width: 190px;
  vertical-align: top;
  overflow: hidden;
}
.TagPoster1 img {
  max-width: 185px;
}
.controls.faint {
  text-align: right !important;
}
.tmdbnotice {
  width: 100%;
  text-align: center;
  color: ;
  font-size: 10px;
}
.structItem-cell.structItem-cell--tv {
  text-align: center;
  width: 130px !important;
  position: relative;
}
.structItem-cell .structItem-secondaryIcon {
  position: absolute;
  right: 10px !important;
  bottom: -5px;
}
.tvPoster {
  margin-top: 5px;
  width: 130px;
  height: auto;
  position: relative;
}
.tvStats {
  font-size: 11px;
  text-align: center;
}
.tvnode-poster {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 87px;
  padding: 10px 0 6px 10px;
}
.tvblock-poster {
  display: block;
  float: left;
  width: 110px;
  height: 155px;
  padding: 10px 0 5px 10px;
  overflow: hidden;
}
.tvblockinfo {
  display: block;
  width: calc(100% - 110px);
  float: left;
  padding: 10px 10px 5px 10px;
  font-size: 13px;
  color: #141414;
}
.tvExplain {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: #8c8c8c;
}
.tvExplain a {
  color: inherit;
  text-decoration: underline;
}
.message-tvUserInfo {
  background: #f5f5f5;
  border-top: 1px solid #d8d8d8;
}
.message-tvUserInfo:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.message-tvUserInfo .contentRow-figure {
  width: 120px;
  text-align: center;
}
.message-tvUserInfo .contentRow-main {
  padding-left: 20px;
  text-align: left;
}
@media (max-width: 650px) {
  .message-tvUserInfo .contentRow-figure {
    width: auto;
  }
  .message-tvUserInfo .contentRow-main {
    padding-left: 10px;
  }
}