/* Sprint #ffce0a #FFCE0A */
a.link, a.link:hover {
  color:#E20074;
  text-decoration: none;
}

body {
  background-color: black;
  color:black;
  /*height: 100vh;*/
  margin: 0;
}
html, body {
  height:100%;
}

header {
  background-color: #373737;
}

.header-inner {}

div {
  display: block;
}

.header-alert {
  position: absolute;
  right: 69px;
}

.logo {
  padding-left: 10px;
}

.helper {
  /* This hack makes the vertical alignment of inline-block elements set to middle */
  display: inline-block;
  height: 100%;
  width: 0px;
  vertical-align: middle;
}

header img {
  vertical-align: middle;
}

header svg {
  display: inline-block;
  vertical-align: middle;
  /*margin-right: 12px;*/
}

.drop-shadow {
  filter: drop-shadow(2px 3px 3px black);
}
.dropShadowHeader {
  filter: drop-shadow(2px 3px 3px black);
  z-index:2000!important;
}

.drop-shadow-text {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .5));
}

input {
  max-width: 60em;
  min-width: 20em;
  width: 50%;
}

input[type="search"] {
  background-color: #202020;
  color: #848484;
  border: 1px solid #8D7515;
}

.search-glass {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='#999999' d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z' /></svg>");
  background-repeat: no-repeat;
  background-position: bottom 5px right 10px;
}

/* nav */

.main-menu {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.list-group-item {
  background-color: transparent;
  border: none;
  padding: .5rem 1.25rem;
}

.menu-bkg {
  background-color: #272727;
}

.border-right {
  border-color: #464646 !important;
}

.menu-icon>svg {
  fill: gray;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

svg.icon-trending {
  width: 24px;
}

.user {
  height: 100px;
  width: 100px;
}

.list-group-item:hover {
  background-color: rgba(0, 0, 0, .3) !important;
}

.list-group-item-action:focus {
  background-color: transparent;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

a.active-item {
  background-color: rgba(0, 0, 0, .5) !important;
}

a.active-item>span {
  border-bottom: 2px solid #ffce0a;
  color: white;
}

a.menu-icon.active-item>svg {
  fill: #ffce0a;
}

.menu-header {
  border-top: #464646 1px solid;
  font-size: 1.2em;
  font-weight: 100;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

#menu-wrapper {
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.brand-color {
  fill: #ffce0a;
  color: #ffce0a;
}

.inactive {
  fill: grey;
  color: grey;
}

.user {
  display: inline-block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 10px;
}

.user-one {
  background-image: url('../images/profile/Graham_Chapman_Portrait.png');
}

.white {
  color: white;
  fill: white;
}
/*
.feature-video-card:first-child {
  margin-right: 12px;
}

.feature-video-card {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  border-top: 2px solid transparent;
}
*/
.feature-video-card-overlay {
  background-color: rgba(0, 0, 0, .47);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 8px;
  padding-bottom: 0;
  display: block;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.feature-video-card-overlay .feature-video-channel {
  margin: 0;
  font-size: 14px;
  font-weight: medium;
  margin-right: .66em;
}

.feature-video-card-overlay .feature-video-details {
  margin: 0;
  font-size: 12px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.feature-video-card-overlay .feature-video-card-text {
  max-width: 378px;
  padding-bottom: 4px;
}

.feature-video-card-overlay h1 {
  margin: 0;
  font-size: 20px;
  font-family: 'Sprint Sans Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.feature-video-duration {
  background-color: rgba(0, 0, 0, .57);
  padding: 4px 10px 3px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Sprint Sans Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.thumbnail-tile img {
  margin-bottom: 5px;
}

.thumbnail-tile h2 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.thumbnail-tile h3 {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  height: 36px;
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 5px;
}

.thumbnail-tile h4 {
  font-size: 13px;
  line-height: 13px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #95989A;
}

h2.content-header {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}

div.thumbnail-tile {
  display: inline-block;
  max-width: 220px;
  margin-right: 6px;
  vertical-align: text-top;
  border-top: 2px solid transparent;
  position: relative;
  display: inline-block;
}

div.thumbnail-tile:hover {
  background-color: rgb(40, 40, 40);
  cursor: pointer;
  border-top: 2px solid #ffce0a;
}

.list-group-item-action {
  color: gray;
}

.list-group-item-action:hover {
  color: white;
}

a.channel-link>svg {
  fill: gray;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

a.channel-link>span {
  font-size: 13px;
  line-height: 13px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #95989A;
}

a:hover>svg.channel-icon,
a:hover>span.channel-title {
  color: white;
  fill: white;
}

.channel-link:hover {
  text-decoration: none;
}

.thumbnail-tile-meta-container {
  padding: 0px 2px;
  position: relative;
  display: block;
}

.thumbnail-title {
  width: 205px;
  display: inline-block;
}

.thumbnail-dots-menu {
  fill: gray;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  position: absolute;
  top: 0;
  right: 0;
}

.thumbnail-dots-menu:hover {
  fill: white;
}

.home>.red~.red {
  border: none;
}

.video-content-block>.content-header-divider {
  border-top: none;
}

.video-content-block>.content-header-divider~.content-header-divider {

  padding-top: 5px;
  border-top: 2px solid #ffce0a;
  max-width: 912px;
}

footer {
  background-color: black;
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  margin-top: 20px;

}

.container-fluid {
  position: relative;
}

.su-logo {
  width: 300px;
}

div.container {
  padding-left: 0px;
  margin-left: 0;
  margin-right: 0;
}

.autoplay-toggle {
  width: 50px;
  height: 23px;
  cursor: pointer;
}

.autoplay-controller-wrapper {
  padding-top: 8px;
  padding-bottom: 4px;
  position: relative;
}

.autoplay-lable {
  margin-right: 4px;
}

.playlist-column {
  padding: 0;
}

.playlist-thumb-wrapper>.thumbnail-tile-meta-container {
  background-color: rgba(0, 0, 0, .5);
  color: white;
  padding: 8px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 124px;
}

.playlist-thumb-wrapper {
  position: relative;
}

.playlist-index {
  background-color: white;
  color: black;
  padding: 0px 12px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 124px;
  min-width: 32px;
  border-left: 1px solid black;
}

.playlist-index.playlist-active {
  background-color: #ffce0a;
}

.playlist-video-duration {
  background-color: rgba(0, 0, 0, .57);
  padding: 3px 6px 3px 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 32px;
  font-size: 10px;
  line-height: 10px;
  font-family: 'Sprint Sans Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.playlist-thumbnail-tile img {
  margin-bottom: 0;
}

.playlist-thumbnail-tile h2 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.playlist-thumbnail-tile h3 {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  overflow: hidden;
}

.playlist-thumbnail-tile h4 {
  font-size: 13px;
  line-height: 13px;
  font-family: 'Sprint Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #95989A;
}

div.playlist-thumbnail-tile {
  display: inline-block;
  max-width: 220px;
  margin-right: 6px;
  vertical-align: text-top;
  border-top: 2px solid transparent;
  position: relative;
  display: inline-block;
}

.thumbnail-tile-title>.thumbnail-title {
  margin-bottom: 0px;
  margin-top: 4px;
}

div.playlist-thumbnail-tile:hover,
.feature-video-card:hover {
  background-color: rgb(40, 40, 40);
  cursor: pointer;
  border-top: 2px solid #ffce0a;
}

/* need to work on the width of the header */

@media (min-width: 1200px) {
<<<<<<< HEAD
    header {
        /*max-width: 1350px;*/
}
.playlist-thumbnail-tile > .thumbnail-tile-title {
=======
  header {}
}

.playlist-thumbnail-tile>.thumbnail-tile-title {
>>>>>>> 7f980382c4a97ba9ea002ec80c4dd84d968c4824
  line-height: 16px;
}

svg.playlist-thumbnail-icon-clock {
  fill: white;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

.playlist-total-time span {
  color: white;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}

div.playlist-total-time {
  margin-left: auto;
  margin-left: right;
  text-align: center;
}

.playlist-thumbnail-icon-playlist {
  fill: white;
  width: 34px;
  height: 34px;
}

div.playlist-playlist-icon,
div.playlist-count {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

div.playlist-count {
  margin-top: 8px;
  font-size: 20px;
  line-height: 20px;
}

.video-options>.option>svg {
  width: 21px;
  height: 21px;
  fill: #6D6D6E;
}

.video-options>.option>span {
  font-size: 14px;
  line-height: 21px;
  margin-left: 5px;
  margin-right: 15px;
  color: white;
}

.option {
  display: inline-block;
}

.video-description-container {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 30px;
  position: relative;
  max-width: 854px;
}

.video-description-date {
  color: #ACACAC;
  font-size: 16px;
  display: block;
}

.video-options {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 20px;
}

.video-keywords {
  border-top: 1px solid #ffce0a;
  /* border-bottom:1px solid #ffce0a; */
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.video-keywords .keyword {
  color: #769fd8;
  font-size: 14px;
  margin-right: .2em;
}

.video-keywords .keyword:hover {
  cursor: pointer;
  text-decoration: underline;
}

.player-padding {
  padding-left: 30px;
}

.player-no-padding {
  padding-left: 0px;
}

.video-poster {}

.video-channel-icon {
  fill: #ffce0a;
  width: 28px;
  height: 20px;
}

.video-channel-title {
  line-height: 28px;
  vertical-align: middle;
}

.video-channel-container {
  /* border-top: 2px solid #ffce0a;
  margin-top: 20px;*/
}

.video-playlist-description-details p {
  margin-bottom: 0;
}

.video-playlist-description-details-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.video-playlist-thumbnail,
.video-playlist-description-container {
  display: inline-block;
  max-width: 550px;
  vertical-align: top;
}

.video-playlist-outer-container {
  padding-left: 30px;
}

.video-playlist-description-header h1 {
  display: inline-block;
  font-size: 24px;
  font-family: "Sprint Sans";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.video-playlist-description-description p {
  font-size: 15px;
  font-family: "Sprint Sans";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

div.video-playlist-container>.video-playlist-thumbnail>div.playlist-thumbnail-tile {
  background-color: rgb(40, 40, 40);
  cursor: default;
  border-top: none;
}

#root {
  height: 100%;  
}
