.thumbnailset {
  margin: 0 -10px 0 0;
  padding: 0;
  clear: both;
  margin-top: 6px;
  font-size: 0px;
  font-size: 0rem;
}
.tn {
  margin-bottom: 10px;
  transition: opacity 0.25s ease-in-out;
}
.tabbox .tn,
.LatestAdditionsList .tn,
aside .tn {
  width: 100%;
}
.tabbox .tn.externalLink,
.LatestAdditionsList .tn.externalLink,
aside .tn.externalLink {
  width: 100%;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner,
aside .tn.externalLink.no-thumbnail .tn-inner {
  font-size: 0;
  text-align: center;
  background-color: #ddd;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a,
aside .tn.externalLink.no-thumbnail .tn-inner a {
  padding: 8px;
  color: #333;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a .fa,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a .fa,
aside .tn.externalLink.no-thumbnail .tn-inner a .fa {
  font-size: 14px;
  margin-right: 6px;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a:hover,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a:hover,
aside .tn.externalLink.no-thumbnail .tn-inner a:hover {
  color: #666;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a::after,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a::after,
aside .tn.externalLink.no-thumbnail .tn-inner a::after {
  font-size: 14px;
  content: "External link";
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner .thumbActions,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner .thumbActions,
aside .tn.externalLink.no-thumbnail .tn-inner .thumbActions {
  display: none;
}
@media (min-width: 260px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 33.33333%;
  }
}
@media (min-width: 670px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 25%;
  }
  .tabbox .tn.collapsed,
  .LatestAdditionsList .tn.collapsed,
  aside .tn.collapsed {
    width: 50%;
  }
}
@media (min-width: 768px) {
  aside .tn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  aside .tn {
    width: 50%;
  }
  aside .tn.collapsed {
    width: 100%;
  }
  .tabbox .tn,
  .LatestAdditionsList .tn {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .tabbox .tn,
  .LatestAdditionsList .tn {
    width: 25%;
  }
  .tabbox .tn.collapsed,
  .LatestAdditionsList .tn.collapsed {
    width: 50%;
  }
  .tabbox .tn.externalLink,
  .LatestAdditionsList .tn.externalLink {
    width: 50%;
  }
}
aside .tn.tn-videoThumb {
  width: 100%;
}
.tn:not(.ph) {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  color: #666666;
  line-height: 1;
  vertical-align: top;
}
.tn:not(.ph) .tn-inner {
  padding: 4px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 10px;
}
.tn:not(.ph) .tn-inner > a {
  text-align: center;
}
.tn:not(.ph) .tn-inner > a .fa-tn {
  font-size: 6em;
  margin: 0.08em;
}
.tn:not(.ph) a {
  display: block;
  position: relative;
}
.tn:not(.ph) a img {
  display: block;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  margin: 0 auto;
  height: auto;
}
.tn:not(.ph) a img:hover {
  opacity: 0.8;
}
.tn:not(.ph) a img:not(.fileicon) {
  width: 100%;
}
.tn:not(.ph) .thumbActions {
  text-align: left;
  margin-top: 8px;
}
.tn:not(.ph) .thumbActions .thumbDescription {
  font-size: 12px;
  padding: 2px 0;
}
.tn:not(.ph) .thumbActions .thumbOptions {
  clear: both;
}
.tn:not(.ph) .thumbActions .thumbOptions label {
  display: inline-block;
  margin-top: 4px;
  padding-left: 18px;
  background-image: url('../img/tickall.png');
  background-position: left 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  cursor: pointer;
  font-weight: inherit;
  color: #999999;
}
.tn:not(.ph) .thumbActions .thumbOptions label input {
  clip: rect(0 0 0 0);
  position: absolute;
}
.tn:not(.ph) .thumbActions .thumbOptions label.untick {
  background-position: left -13px;
}
.tn:not(.ph) .thumbActions .thumbOptions label .thumbDescription {
  display: inline-block;
}
.tn:not(.ph) .thumbActions .thumbOptions .thumbDL {
  display: inline-block;
  float: right;
  font-size: 120%;
  opacity: 0.8;
}
.tn:not(.ph) .thumbActions .thumbOptions .bi-download {
  padding: 6px 0 0 5px;
}
.tn:not(.ph).hidden {
  display: none !important;
  cursor: pointer;
}
.tn:not(.ph) .tipContent {
  font-size: 11px;
  line-height: 1.3;
  cursor: default;
}
.tn-more {
  display: block;
  font-size: 14px;
  text-align: center;
}
.tn-more a {
  cursor: pointer;
}
.tn-more a:after {
  content: '...';
}
.media-left .fa-tn {
  font-size: 5em;
  margin-right: 16px;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions {
  cursor: default;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions label .thumbDescription {
  display: inline;
  color: #666666;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions .thumbViewButton {
  display: none;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions a {
  display: inline-block;
  float: right;
  margin-top: 4px;
  vertical-align: middle;
  height: 13px;
  /*background: url('/Content/shared/images/download_small_dark.png') bottom right no-repeat;*/
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions .ft {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
/*.CssThemeDark .thumbnailset .externalLink.collapsed:not(.ph) .thumbActions .thumbOptions a {
    background-image: url('/Content/shared/images/download_small_light.png');
}*/
.thumbnailset .ph.requested {
  height: 30px;
  width: 100%;
  background-image: url('/Content/shared/images/loading.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.CssThemeDark .thumbnailset .ph.requested {
  background-image: url('/Content/shared/images/loading-white.svg');
}
.btn-download-container {
  text-align: center;
  margin-bottom: 12px;
}
.btn-download-container .bi-download {
  margin-right: 4px;
}
.btn-download-container.floating {
  text-align: right;
  margin-top: -20px;
}
.btn-download-container {
  text-align: center;
  margin-bottom: 12px;
}
.thumbPlay {
  position: relative;
  display: block;
}
.thumbPlayButton {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: url('/Content/shared/images/thumbPlay.png') center center no-repeat;
  top: 0;
  left: 0;
}
.thumbPlayButton:hover {
  opacity: 1;
}
.thumbViewButton {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url('/Content/shared/images/thumbView.png') center center no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.thumbViewButton:hover,
a.thumbView:focus .thumbViewButton {
  opacity: 0.8;
}
.butTickAll {
  display: block;
  float: right;
  cursor: pointer;
  padding-right: 18px;
  background-image: url('../img/tickall.png');
  background-position: right 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  margin: 4px 0 8px 8px;
}
.butTickAll.untick {
  background-position: right -13px;
}
#zipCollection {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
#zipCollectionInner {
  position: relative;
  width: 480px;
  margin: auto;
  border: 1px solid #16359f;
  padding: 20px;
  background-color: #fff;
  -moz-box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  box-shadow: 5px 5px 10px #000;
}
#zipCollectionList {
  width: 100%;
  padding-top: 12px;
  max-height: 300px;
  overflow-y: auto;
}
.ZCLitem {
  padding: 2px 10px 2px 10px;
  background-color: #ededed;
}
.ZCLitem:nth-child(even) {
  background-color: #f8f8f8;
}
#zipCollectionList div div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ZCLname {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ZCLsize {
  width: 20%;
  opacity: 0.6;
  padding: 0 6px;
}
.zipCollectionRemove {
  display: inline-block;
  width: 5%;
  text-align: right;
  height: 12px;
  background-color: transparent;
  background: url('../img/zip_delete.png') no-repeat center right;
  cursor: pointer;
  font-size: 0;
  border: none;
}
#ZCLclose {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background: url('../img/zip_close.png') no-repeat center center;
  cursor: pointer;
}
#zipCollectionSizeContainer {
  padding: 10px 0 20px 0;
  text-align: right;
}
#zipCollectionSize {
  font-weight: bold;
}
#zipCollectionPostZip {
  overflow: hidden;
  text-overflow: ellipsis;
}
#ZCLdownloadbut {
  text-align: right;
}
#ZCLbutClear {
  float: left;
}
#ZCLbutDownload {
  float: right;
}
#ZCLbutCopy,
#ZCLbutCreate {
  opacity: 0.5;
  margin-right: 8px;
}
#ZCLclipboard {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}
.CssThemeDark #ZCLclipboard.admin {
  background-color: #eee;
}
#ZCLpassword input,
#ZCLexpiryDays input {
  border: none;
  background-color: transparent;
  background-color: #ddd;
  padding: 3px 6px 3px 6px;
  margin: 0 4px;
}
#ZCLpassword input {
  width: 150px;
}
#ZCLexpiryDays input {
  width: 20px;
  text-align: center;
}
#ZCLlink,
.ZCLlinkEditable {
  text-align: center;
  margin: 0 auto;
  background-color: #ddd;
  padding: 2px 12px 2px 12px;
}
.ZCLlinkEditable {
  font-weight: bold;
}
#ZCLlink input {
  width: 100%;
  font-weight: bold;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 3px 6px 3px 6px;
}
#ZCLshowLink,
.ZCLlinkInfo,
.ZCLlinkEditorButtons {
  text-align: right;
  margin-top: 5px;
  font-size: 0.9em;
}
.ZCLbutEditSeoTitle {
  float: left;
}
.ZCLnonLiveWarning {
  font-size: 90%;
  margin-top: 8px;
}
.ViewKit .LatestAdditionsList {
  margin-top: 24px;
}
.kitDetails {
  display: block;
  padding-bottom: 12px;
}
.kitDetails .kitImage {
  float: left;
  height: 44px;
  width: 64px;
  background: url('../img/kit-icon.png') no-repeat center center;
}
.kitDetails .kitImage a {
  display: block;
  width: 100%;
  height: 100%;
}
.kitDetails .kitTitle,
.kitDetails .kitContents,
.kitDetails .kitButtons {
  margin-left: 72px;
}
.kitDetails .kitTitle a {
  font-weight: bold;
}
.kitDetails .kitSize {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.9em;
  opacity: 0.8;
}
.kitDetails .kitButtons a {
  display: inline-block;
  margin-right: 8px;
}
.attachedAssets .kitDetails {
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.NewsItemNews .attachments:before {
  content: '+\00a0\00a0';
}
.NewsItemFiles .attachments:before {
  content: '-\00a0\00a0';
}
.bi-file-word,
.bi-file-word:hover {
  color: #2B579A;
}
.bi-file-excel,
.bi-file-excel:hover {
  color: #217346;
}
.bi-file-pdf,
.bi-file-pdf:hover {
  color: #FF3500;
}
.bi-file-ppt,
.bi-file-ppt:hover {
  color: #D24726;
}
.fileCol .bi,
.fileCol .bi:hover {
  color: #666666;
}
