﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #1C1C1C;
  /*color: #aaaaaa;*/
  color: #cccccc;
  font-family: Roboto, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
input {
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #EEE;
  border-radius: 4px;
  border: 0;
}
.WatchedButton {
  background-image: url(/img/Notwatched.png);
  background-repeat: no-repeat;
  background-position: center 25%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.WatchedButton.Watched {
  background-image: url(/img/watched.png);
}
.WatchedButton:hover {
  background-image: url(/img/watched.png);
}
#LoginForm {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background: #282828;
}
#LoginForm a {
  color: red;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  /*background: #FFF;*/
  color: #aaaaaa;
  background: #161616;
  border-bottom: 1px #282828 solid;
  margin-bottom: 20px;
  /*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);*/
  z-index: 999;
}
header.Sub {
  position: fixed;
  left: 0;
  top: 41px;
  right: 0;
}
header.Sub2 {
  position: relative;
  /*left: 0;
        top: 81px;
        right: 0;*/
  z-index: 0;
  top: 10px;
}
header.Sub2 td {
  vertical-align: middle;
}
header.Sub2 img {
  margin-right: 10px;
}
header .item {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /*border-bottom: 1px #E3E5E6 solid;*/
  display: inline-block;
  cursor: pointer;
  color: #aaaaaa;
  text-decoration: none;
  vertical-align: bottom;
  height: 19px;
  margin: 0px;
  /*&.right {
            float: right;
        }*/
}
header .item.noHover:hover {
  background: #161616;
}
header .item:hover {
  background: #333333;
}
header .item.WatchedButton:hover {
  background-image: url(/img/watched.png);
  background-repeat: no-repeat;
  background-position: center 25%;
}
header .item.active {
  background: #333333;
  /*background: #E3E5E6;*/
}
header .RightMenu {
  position: absolute;
  right: 0;
  top: 0;
}
header .logo.small {
  display: none;
}
@media (max-width: 480px) {
  header .logo {
    display: none;
  }
  header .logo.small {
    display: inline-block;
  }
}
.card2 {
  background: #282828;
  border-radius: 3px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  /*margin: 20px 20px 40px 20px;*/
  /*padding: 10px;*/
  align-items: center;
  justify-content: space-around;
  max-width: 787px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  /*&:hover {
        background: #E3E5E6;
    }*/
}
@media (min-width: 787px) {
  .card2.MaxWidth {
    width: 97%;
    height: 100%;
    max-width: none;
    /*width: 787px;
            max-width: 787px;
            height: 515px;*/
    /*&:hover {
                background: #FFF !important;
            }*/
  }
  .card2.MaxWidth .Player-Wrepper {
    min-height: 100%;
    position: relative;
  }
}
.card2.NoShadows {
  box-shadow: none;
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.card2 .title {
  /*position: absolute;
        bottom: 0px;
        left: 0px;
        color: #FFF;
        padding: 10px;*/
  font-size: 20px;
  padding: 10px;
  color: #000;
  text-decoration: none;
  display: block;
}
.card2 time {
  padding: 8px;
  display: block;
}
.card2 .Player-Wrepper {
  width: 100%;
  min-height: 515px;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.card2 .Player-Wrepper.HideBG {
  background-image: none;
}
.card2 .Player-Wrepper iframe {
  width: 100%;
  height: 515px;
}
.card2 .Player-Wrepper .Cover {
  width: 100%;
  height: 515px;
}
.menu {
  background: #161616;
  /*border-bottom: 1px #E3E5E6 solid;*/
  margin-bottom: 20px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  /*margin-top: 41px;*/
}
.menu.noMargin {
  margin-bottom: 0px !important;
}
.menu .item {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /*margin: 5px;*/
  /*border-right: 1px #E3E5E6 solid;*/
  display: inline-block;
  cursor: pointer;
  color: #cccccc;
  /*background: @ButtonColor;*/
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  vertical-align: bottom;
  height: 19px;
  /*margin: 0px;*/
  /*&.right {
            float: right;
        }*/
}
.menu .item.noHover:hover {
  background: #444444;
}
.menu .item:hover {
  background: #444444;
}
.menu .item.WatchedButton:hover {
  background-image: url(/img/watched.png);
  background-repeat: no-repeat;
  background-position: center 25%;
}
.menu .item.active {
  background: #E3E5E6;
}
.menu .RightMenu {
  position: absolute;
  right: 0;
  top: 0;
}
.body {
  margin-top: 30px;
  padding-top: 41px;
}
.List {
  margin-top: 10px;
}
.List .item {
  display: block;
  color: #cccccc;
  text-decoration: none;
  /*background: #FFF;*/
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
}
.List .item:hover {
  background: #444444;
}
.List .item a {
  color: #000;
  text-decoration: none;
}
.List .item.hide {
  display: none;
}
.Page {
  display: none;
}
.Page.show {
  display: block;
}
@media (min-width: 1005px) {
  .Page .items {
    /*display: -ms-flexbox;
            display: -webkit-flex;*/
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .Page .items .item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 787px;
    /*width: 46%;*/
  }
}
/*.channelItem*/
time {
  display: block;
  font-size: 12px;
  color: #686868;
}
.Form {
  background: #FFF;
  display: block;
  width: 400px;
  padding: 15px;
  /*border: 1px #000 solid;*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.Form input {
  width: 300px;
  border: 1px #686868 solid;
}
.Form button {
  float: right;
}
.Form #Error {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
  margin-bottom: -15px;
  padding: 10px;
  background: #F44336;
  color: #FFF;
  display: none;
}
.Form #Error.show {
  display: block;
}
#LoginForm {
  width: 400px;
}
#ThumbnailList,
.Cards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ThumbnailList .Item,
.Cards .Item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 205px;
  /*border: 1px #000 solid;*/
  /*padding: 10px;*/
  margin: 10px;
  position: relative;
  cursor: pointer;
  /*background: #FFF;*/
  /*@media (max-width:463px) {*/
  /*width: 100% !important;*/
  background: #333333;
  color: #aaaaaa;
  /*background: #FFF;*/
  border-radius: 3px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  min-height: 180px;
  /*@media (min-width:1379px) {
            width: 18%;
        }*/
  /*@media (max-width:1346px ) {
            width: 18%;
        }*/
}
#ThumbnailList .Item.hide,
.Cards .Item.hide {
  display: none;
}
@media (max-width: 688px) {
  #ThumbnailList .Item,
  .Cards .Item {
    width: 46%;
  }
}
@media (max-width: 512px) {
  #ThumbnailList .Item,
  .Cards .Item {
    width: 44%;
  }
}
@media (min-width: 1246px) {
  #ThumbnailList .Item,
  .Cards .Item {
    width: 18%;
  }
}
#ThumbnailList .Item.Site,
.Cards .Item.Site {
  background: #E3F3F9;
}
#ThumbnailList .Item time,
.Cards .Item time {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
#ThumbnailList .Item .Channel,
.Cards .Item .Channel {
  font-size: 12px;
  /*color: #686868;*/
  color: #aaaaaa;
  text-decoration: none;
  display: inline-block;
  padding-top: 5px;
  padding-left: 5px;
}
#ThumbnailList .Item .Channel:hover,
.Cards .Item .Channel:hover {
  text-decoration: underline;
}
#ThumbnailList .Item .channelFilter,
.Cards .Item .channelFilter {
  height: 16px;
  vertical-align: bottom;
}
#ThumbnailList .Item .Title,
.Cards .Item .Title {
  color: #eeeeee;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-left: 5px;
}
#ThumbnailList .Item .Title:hover,
.Cards .Item .Title:hover {
  text-decoration: underline;
}
#ThumbnailList .Item .TopVideos,
.Cards .Item .TopVideos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#ThumbnailList .Item .TopVideos.show,
.Cards .Item .TopVideos.show {
  height: 2px;
  background: #FDAA00;
}
#ThumbnailList .Item .Thumbnail,
.Cards .Item .Thumbnail {
  /*width: 200px;*/
  display: block;
  width: 100%;
  /*  min-height: 114px;
            max-height: 114px;*/
  /*object-fit: cover;*/
  /*@media (max-width:463px) {
                width: 100%;
            }

            @media (max-width:688px) {
                width: 100%;
            }

            @media (min-width:1582px) {
                width: 300px;
            }*/
}
#ThumbnailList .Item .Thumbnail.sd,
.Cards .Item .Thumbnail.sd {
  /*min-height: 114px;*/
  /*  max-height: 114px;
         
                object-fit: cover;*/
}
#ThumbnailList .Item .Duration,
.Cards .Item .Duration {
  position: absolute;
  left: 5px;
  top: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 5px;
}
#ThumbnailList .Item .WatchedButton,
.Cards .Item .WatchedButton {
  background-image: url(/img/Notwatched.png);
  background-repeat: no-repeat;
  background-position: center 25%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
#ThumbnailList .Item .WatchedButton.Watched,
.Cards .Item .WatchedButton.Watched {
  background-image: url(/img/watched.png);
}
#ThumbnailList .Item .WatchedButton:hover,
.Cards .Item .WatchedButton:hover {
  background-image: url(/img/watched.png);
}
#ThumbnailList .Item .link,
.Cards .Item .link {
  position: absolute;
  right: 45px;
  top: 5px;
  z-index: 10;
  padding: 5px;
  /*background: rgba(0,0,0,.5);*/
  background: #73cdff;
  border-radius: 5px;
}
#ThumbnailList.ShowDayGroup .DayGroup,
.Cards.ShowDayGroup .DayGroup {
  display: block;
}
#ThumbnailList.ShowMonthGroup .MonthGroup,
.Cards.ShowMonthGroup .MonthGroup {
  display: block;
}
#ThumbnailList .DayGroup,
.Cards .DayGroup,
#ThumbnailList .MonthGroup,
.Cards .MonthGroup {
  width: 100%;
  background: #282828;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  padding: 15px;
  font-weight: bold;
  display: none;
}
#ThumbnailList .NoData,
.Cards .NoData {
  text-align: center;
  display: block;
  width: 100%;
}
.Loading {
  width: 90px;
  height: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.AddChannelList {
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.AddChannelList .item {
  display: block;
  /*color: #000;*/
  text-decoration: none;
  background: #282828;
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
}
.AddChannelList .item .Title {
  /*display: inline-block;*/
  padding: 10px;
}
.AddChannelList .item .thumbnail img {
  width: 90px;
}
.AddChannelList .item .Add {
  background: #333333;
  color: #cccccc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin-right: 10px;
  display: block;
  height: 100%;
  width: 30px;
}
.AddChannelList .item .Add:hover {
  background: #444444;
}
.AddChannelList .item table {
  width: 100%;
}
.AddChannelList .item a {
  color: #000;
  text-decoration: none;
}
.AddChannelSearch {
  padding: 15px;
}
.AddChannelSearch .wrepper #Search {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#MainMenuButton {
  background-image: url(/img/menu-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: -15px;
}
#MainMenuButton:hover {
  background-image: url(/img/menu-dark-hover.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
#Channels {
  /*position: fixed;*/
  /*left: 0;*/
  /*top: 78px;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*overflow-y: scroll;*/
}
#Channels .InfiniteList-item {
  background: #282828;
  margin-bottom: 10px;
}
#Channels td {
  vertical-align: top;
}
#Channels .Thumbnail {
  height: 100px;
}
#Channels time {
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#Channels h1 {
  font-size: 17px;
  margin-top: 0;
  padding-left: 10px;
}
#Channels .Duration {
  padding-left: 10px;
  font-size: 12px;
  color: #686868;
}
#User {
  background-image: url(/img/account.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 39px;
}
#MainMenu {
  position: fixed;
  z-index: 1000;
  min-width: 200px;
  right: 0px;
  top: 40px;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1C1C1C;
  /*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
#MainMenu.show {
  display: block;
}
#MainMenu .item {
  padding: 10px;
  display: block;
  color: #cccccc;
  text-decoration: none;
}
#MainMenu .item:hover {
  background: #444444;
}
.btn {
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 2px;
  color: #000;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
.btn:active {
  background-color: rgba(158, 158, 158, 0.4);
}
.btn.yes {
  background: #4CAF50;
  color: #FFF;
}
.btn.yes:active {
  background-color: #3c833f;
}
.btn.no {
  background: #DD2C00;
  color: #FFF;
}
.btn.no:active {
  background: #bd2600;
}
.NoData {
  text-align: center;
}
.dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #1C1C1C;
  transform: translateX(100%);
  transition: transform 397.961ms cubic-bezier(0, 0, 0.3, 1) 0ms;
  z-index: 3000;
}
.dialog.show {
  transform: none;
}
.dialog .content {
  position: absolute;
  left: 0;
  top: 42px;
  right: 0;
  bottom: 0;
}
#Notification-wrepper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  display: none;
}
#Notification-wrepper #Notification {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #FFF;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 300px;
}
#VideoDialog .Player-Wrepper {
  position: relative;
  min-height: 0;
  height: 100%;
  /*position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;*/
}
#VideoDialog .Player-Wrepper iframe {
  position: absolute;
  top: 0;
  left: 0;
  /*bottom: 0;
            right: 0;*/
  width: 100%;
  height: 100%;
}
#Tags {
  text-align: center;
}
#Tags .tagitems {
  padding: 10px;
}
#Tags .tagitems span {
  background: #333333;
  /*background: #dedede;*/
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
#Tags .tagitems span .delete {
  display: inline-block;
  background: #444444;
  color: #FFF;
  padding: 0px;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  cursor: pointer;
}
#Tags .tagitems span .delete:hover {
  background: red;
}
#Tags #AddTagButton {
  background: #333333;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
#Tags #AddTagButton:hover {
  background: #444444;
}
#Tags .winbase {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
  display: none;
}
#Tags .winbase.show {
  display: block;
}
#Tags .winbase .win {
  /*border: 1px #000 solid;*/
  border-radius: 10px;
  background: #1C1C1C;
  padding: 15px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  box-sizing: padding-box;
}
@media (max-width: 415px) {
  #Tags .winbase .win {
    width: auto;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
#Tags .winbase .win .title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: -15px;
  margin-top: -15px;
  margin-right: -15px;
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 415px) {
  #Tags .winbase .win .title {
    border-radius: 0;
  }
}
#Tags .winbase .win input {
  /*box-sizing:border-box;*/
  width: 100%;
  display: block;
  box-sizing: padding-box;
  /*background-color: #333333;*/
  border: 0;
  /*padding: 5px;
                box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
}
#Tags .winbase .win button {
  background: #333333;
  color: #cccccc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  margin-top: -3px;
}
#Tags .winbase .win button:hover {
  background: #444444;
}
#Tags .winbase .win .SearchResults {
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px #000 solid;
}
#Tags .winbase .win .SearchResults .item {
  border-bottom: 1px #000 solid;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
#Tags .winbase .win .SearchResults .item:last-child {
  border-bottom: 0;
}
#Tags .winbase .win .SearchResults .item.hide {
  display: none;
}
#Tags .winbase .win .SearchResults .item button {
  float: right;
  padding: 5px;
}
.tags {
  padding: 10px;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.tags.small {
  padding: 0;
  padding-left: 5px;
  /*margin-bottom: -5px;*/
}
.tags.small .tag {
  min-width: 15px;
  border-radius: 0;
  padding: 3px;
  margin: 0;
  /*margin-bottom: 3px;*/
}
.tags.NoMaxWidth .tag {
  min-width: auto;
}
.tags .tag {
  background: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 5px;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  word-break: keep-all;
  vertical-align: middle;
  /*&.tagcolor0 {
            background: #F44336;
            border: 1px #F44336 solid;
            color: #FFF;

            &.selected {
                background-image: linear-gradient(to bottom, darken(#F44336,20%), #F44336);
            }
        }

        &.tagcolor1 {
            background: #E91E63;
            border: 1px #E91E63 solid;
            color: #FFF;
        }

        &.tagcolor2 {
            background: #B71C1C;
            border: 1px #B71C1C solid;
            color: #FFF;
        }*/
  /*&.tagcolor3 {
            background: #BF360C;
            border: 1px #BF360C solid;
            color: #FFF;
        }*/
  /*&.tagcolor4 {
            background: #880E4F;
            border: 1px #880E4F solid;
            color: #FFF;
        }

        &.tagcolor5 {
            background: #9C27B0;
            border: 1px #9C27B0 solid;
            color: #FFF;
        }*/
  /*&.tagcolor6 {
            background: #673AB7;
            border: 1px #673AB7 solid;
            color: #FFF;
        }

        &.tagcolor7 {
            background: #3F51B5;
            border: 1px #3F51B5 solid;
            color: #FFF;
        }

        &.tagcolor8 {
            background: #0074D9;
            border: 1px #0074D9 solid;
            color: #FFF;
        }

        &.tagcolor9 {
            background: #2196F3;
            border: 1px #2196F3 solid;
            color: #FFF;
        }*/
  /*&.tagcolor10 {
            background: #00BCD4;
            border: 1px #00BCD4 solid;
            color: #000;
        }

        &.tagcolor11 {
            background: #7FDBFF;
            border: 1px #7FDBFF solid;
            color: #000;
        }

        &.tagcolor12 {
            background: #009688;
            border: 1px #009688 solid;
            color: #FFF;
        }

        &.tagcolor13 {
            background: #26A69A;
            border: 1px #26A69A solid;
            color: #FFF;
        }*/
  /*&.tagcolor14 {
            background: #3D9970;
            border: 1px #3D9970 solid;
            color: #FFF;
        }

        &.tagcolor15 {
            background: #4CAF50;
            border: 1px #4CAF50 solid;
            color: #FFF;
        }

        &.tagcolor16 {
            background: #2ECC40;
            border: 1px #2ECC40 solid;
            color: #000;
        }

        &.tagcolor17 {
            background: #64DD17;
            border: 1px #64DD17 solid;
            color: #000;
        }*/
  /*&.tagcolor18 {
            background: #01FF70;
            border: 1px #01FF70 solid;
            color: #000;
        }

        &.tagcolor19 {
            background: #8BC34A;
            border: 1px #8BC34A solid;
            color: #000;
        }

        &.tagcolor20 {
            background: #AEEA00;
            border: 1px #AEEA00 solid;
            color: #000;
        }

        &.tagcolor21 {
            background: #CDDC39;
            border: 1px #CDDC39 solid;
            color: #000;
        }*/
  /*&.tagcolor22 {
            background: #FFEB3B;
            border: 1px #FFEB3B solid;
            color: #000;
        }

        &.tagcolor23 {
            background: #FFC107;
            border: 1px #FFC107 solid;
            color: #000;
        }

        &.tagcolor24 {
            background: #FF9800;
            border: 1px #FF9800 solid;
            color: #000;
        }

        &.tagcolor25 {
            background: #FF5722;
            border: 1px #FF5722 solid;
            color: #000;
        }

        &.tagcolor26 {
            background: #5D4037;
            border: 1px #5D4037 solid;
            color: #FFF;
        }

        &.tagcolor27 {
            background: #795548;
            border: 1px #795548 solid;
            color: #FFF;
        }

        &.tagcolor28 {
            background: #8D6E63;
            border: 1px #8D6E63 solid;
            color: #FFF;
        }

        &.tagcolor29 {
            background: #9E9E9E;
            border: 1px #9E9E9E solid;
            color: #FFF;
        }

        &.tagcolor30 {
            background: #607D8B;
            border: 1px #607D8B solid;
            color: #FFF;
        }*/
  /*&.tagcolor31 {
            background: #00458c;
            border: 1px #00458c solid;
            color: #FFF;
        }

        &.tagcolor32 {
            background: #B39DDB;
            border: 1px #B39DDB solid;
            color: #000;
        }

        &.tagcolor33 {
            background: #E1BEE7;
            border: 1px #E1BEE7 solid;
            color: #000;
        }

        &.tagcolor34 {
            background: #BBDEFB;
            border: 1px #BBDEFB solid;
            color: #000;
        }

        &.tagcolor35 {
            background: #E57373;
            border: 1px #E57373 solid;
            color: #000;
        }

        &.tagcolor36 {
            background: #9E9D24;
            border: 1px #9E9D24 solid;
            color: #000;
        }

        &.tagcolor37 {
            background: #FF5722;
            border: 1px #FF5722 solid;
            color: #000;
        }

        &.tagcolor38 {
            background: #00C853;
            border: 1px #00C853 solid;
            color: #000;
        }

        &.tagcolor39 {
            background: #81C784;
            border: 1px #81C784 solid;
            color: #000;
        }

        &.tagcolor40 {
            background: #0091EA;
            border: 1px #0091EA solid;
            color: #000;
        }*/
}
.tags .tag.match {
  box-shadow: 0 0px 10px #EEE;
}
.tags .tag.selected {
  border: 1px #000 solid !important;
  background: #FFF !important;
  color: #000 !important;
}
.tags .tag.tagcolor0 {
  background: #F44336;
  border: 1px #F44336 solid;
  color: #000;
  color: #FFF;
}
.tags .tag.tagcolor1 {
  background: #E91E63;
  border: 1px #E91E63 solid;
  color: #000;
  color: #FFF;
}
.tags .tag.tagcolor2 {
  background: #B71C1C;
  border: 1px #B71C1C solid;
  color: #FFF;
}
.tags .tag.tagcolor3 {
  background: #BF360C;
  border: 1px #BF360C solid;
  color: #FFF;
}
.tags .tag.tagcolor4 {
  background: #880E4F;
  border: 1px #880E4F solid;
  color: #FFF;
}
.tags .tag.tagcolor5 {
  background: #9C27B0;
  border: 1px #9C27B0 solid;
  color: #FFF;
}
.tags .tag.tagcolor6 {
  background: #673AB7;
  border: 1px #673AB7 solid;
  color: #FFF;
}
.tags .tag.tagcolor7 {
  background: #3F51B5;
  border: 1px #3F51B5 solid;
  color: #FFF;
}
.tags .tag.tagcolor8 {
  background: #0074D9;
  border: 1px #0074D9 solid;
  color: #FFF;
}
.tags .tag.tagcolor9 {
  background: #2196F3;
  border: 1px #2196F3 solid;
  color: #000;
}
.tags .tag.tagcolor10 {
  background: #00BCD4;
  border: 1px #00BCD4 solid;
  color: #FFF;
}
.tags .tag.tagcolor11 {
  background: #7FDBFF;
  border: 1px #7FDBFF solid;
  color: #000;
}
.tags .tag.tagcolor12 {
  background: #009688;
  border: 1px #009688 solid;
  color: #FFF;
}
.tags .tag.tagcolor13 {
  background: #26A69A;
  border: 1px #26A69A solid;
  color: #FFF;
}
.tags .tag.tagcolor14 {
  background: #3D9970;
  border: 1px #3D9970 solid;
  color: #FFF;
}
.tags .tag.tagcolor15 {
  background: #4CAF50;
  border: 1px #4CAF50 solid;
  color: #FFF;
}
.tags .tag.tagcolor16 {
  background: #2ECC40;
  border: 1px #2ECC40 solid;
  color: #FFF;
}
.tags .tag.tagcolor17 {
  background: #64DD17;
  border: 1px #64DD17 solid;
  color: #FFF;
}
.tags .tag.tagcolor18 {
  background: #01FF70;
  border: 1px #01FF70 solid;
  color: #000;
}
.tags .tag.tagcolor19 {
  background: #8BC34A;
  border: 1px #8BC34A solid;
  color: #000;
}
.tags .tag.tagcolor20 {
  background: #AEEA00;
  border: 1px #AEEA00 solid;
  color: #FFF;
  color: #000;
}
.tags .tag.tagcolor21 {
  background: #CDDC39;
  border: 1px #CDDC39 solid;
  color: #000;
}
.tags .tag.tagcolor22 {
  background: #FFEB3B;
  border: 1px #FFEB3B solid;
  color: #000;
}
.tags .tag.tagcolor23 {
  background: #FFC107;
  border: 1px #FFC107 solid;
  color: #000;
}
.tags .tag.tagcolor24 {
  background: #FF9800;
  border: 1px #FF9800 solid;
  color: #FFF;
}
.tags .tag.tagcolor25 {
  background: #FF5722;
  border: 1px #FF5722 solid;
  color: #000;
}
.tags .tag.tagcolor26 {
  background: #5D4037;
  border: 1px #5D4037 solid;
  color: #FFF;
}
.tags .tag.tagcolor27 {
  background: #795548;
  border: 1px #795548 solid;
  color: #FFF;
}
.tags .tag.tagcolor28 {
  background: #8D6E63;
  border: 1px #8D6E63 solid;
  color: #FFF;
}
.tags .tag.tagcolor29 {
  background: #9E9E9E;
  border: 1px #9E9E9E solid;
  color: #000;
}
.tags .tag.tagcolor30 {
  background: #607D8B;
  border: 1px #607D8B solid;
  color: #FFF;
}
.tags .tag.tagcolor31 {
  background: #00458c;
  border: 1px #00458c solid;
  color: #FFF;
}
.tags .tag.tagcolor32 {
  background: #B39DDB;
  border: 1px #B39DDB solid;
  color: #000;
}
.tags .tag.tagcolor33 {
  background: #E1BEE7;
  border: 1px #E1BEE7 solid;
  color: #000;
}
.tags .tag.tagcolor34 {
  background: #BBDEFB;
  border: 1px #BBDEFB solid;
  color: #000;
}
.tags .tag.tagcolor35 {
  background: #E57373;
  border: 1px #E57373 solid;
  color: #000;
}
.tags .tag.tagcolor36 {
  background: #9E9D24;
  border: 1px #9E9D24 solid;
  color: #FFF;
}
.tags .tag.tagcolor37 {
  background: #FF5722;
  border: 1px #FF5722 solid;
  color: #000;
}
.tags .tag.tagcolor38 {
  background: #00C853;
  border: 1px #00C853 solid;
  color: #FFF;
}
.tags .tag.tagcolor39 {
  background: #81C784;
  border: 1px #81C784 solid;
  color: #000;
}
.tags .tag.tagcolor40 {
  background: #0091EA;
  border: 1px #0091EA solid;
  color: #FFF;
}
.tags .tag.tagcolor41 {
  background: #C5E1A5;
  border: 1px #C5E1A5 solid;
  color: #000;
}
.tags .tag.tagcolor42 {
  background: #4FC3F7;
  border: 1px #4FC3F7 solid;
  color: #000;
}
.tags .tag.tagcolor43 {
  background: #B0BEC5;
  border: 1px #B0BEC5 solid;
  color: #000;
}
.tags .tag.tagcolor44 {
  background: #EC407A;
  border: 1px #EC407A solid;
  color: #000;
}
.tags .tag.tagcolor45 {
  background: #3F51B5;
  border: 1px #3F51B5 solid;
  color: #FFF;
}
.tags .tag.tagcolor46 {
  background: #B388FF;
  border: 1px #B388FF solid;
  color: #000;
}
.tags .tag.tagcolor47 {
  background: #00BFA5;
  border: 1px #00BFA5 solid;
  color: #FFF;
}
.tags .tag.tagcolor48 {
  background: #689F38;
  border: 1px #689F38 solid;
  color: #FFF;
}
.tags .tag.tagcolor49 {
  background: #FFAB40;
  border: 1px #FFAB40 solid;
  color: #000;
}
.tags .tag .test {
  content: 47.84313725%;
}
.ChannelSearch {
  padding: 5px;
}
.ChannelSearch button {
  background: #282828;
  color: #cccccc;
  border: 0;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.ChannelSearch button.selected {
  background: #bebebe;
  color: #000;
}
.padding {
  padding-top: 10px;
}
.TotalTimeRow {
  padding-left: 10px;
  margin-top: -18px;
}
.TotalTimeRow .FilterTime {
  display: inline-block;
  background: #333333;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 5px;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  word-break: keep-all;
  user-select: none;
  /*border: 2px #dedede solid;*/
  box-sizing: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.TotalTimeRow .FilterTime.selected {
  /*border: 2px #000 solid;*/
  background: #5e5e5e;
}
.TotalTimeRow .FilterTime span {
  font-size: 13px;
}
#Discover-list {
  position: absolute;
  left: 0;
  top: 41px;
  right: 0;
  bottom: 0;
}
.channelItem h1 {
  color: #FFF;
}
.channelItem img {
  border-radius: 15px;
  min-width: 100px;
}