/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


a {
  color: #f05451;
  text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  header {
    height: 200px;
    line-height: 225px;
  }
  header h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.gp-video-list-container {
  margin-top: 10px;
  overflow: hidden;
}
.gp-popup-description {
  color: #fff;
}
.auto-play {
  margin-bottom: 15px;
}
.gp-emdeg-width {
 margin-bottom: 10px;
}

.gp-emdeg-height {

}

.gp-video-list-container .tile-right {
    margin-right: 12px;
    margin-top: -72px;
    width: 705px;
}
.gp-video-list-container .tile-right h2{
    color: #32a1d0;
    font-size: 17px;
    font-weight: 600;
    margin-top: -11px;
    margin-left: 22px;
}

.gp-video-list-container .tile-right p.video-summary {
    color: #777;
    font-size: 11.5px;
    margin-top: -10px;
    margin-left: 25px;
    min-height: 36px;
}

.gp-video-list-container .tile-right div.video_date {
    bottom: 7px;
    position: absolute;
    width: 545px;
    left: 177px;
}

.gp-video-list-container .tile-right div.video_date span.gp-video-feed-metadata {
    color: #777;
    margin-right: 20px;
    margin-bottom: 20px;
}
.gp-video-list-container .tile-right .gb-video-feeds-button input {
    margin-right: 15px;
    margin-top: -26px;
    position: relative;
}
.gp-video-list-container .result-tile {
  position: relative;
  width: 100%;
  padding: 4px;
  height: 100px;
  margin-bottom: 5px;
  border: 1px solid #868686;
}

.gp-video-list-container .result-tile .title-right  p.video_date span.gp-video-feed-source {
  color: #32A1D0;
}

.cd-tabs {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 2em auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 450px;
  margin-left: -40px;
  height: 190px;
  margin-bottom: 0px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation ul {
  float: left;
  margin-left: 0px;
}
.cd-tabs-navigation li {
  float: left;
  width: 145px;
  height: 145px;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 10px;
  color: #c3c2b9;
  padding-top: 34px;
}
.cd-tabs-navigation a {
  display: inline-block;
  height: 114px;
  width: 145px;
}
.cd-tabs-navigation a span {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 145px;
    font-weight: bold;
    letter-spacing: -0.9px;
    font: 16px 'Engschrift DIN 1422 W01', Arial;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
 
}
select {
  min-width: 200px;
}
.cd-tabs-navigation a.selected {
  color: #29324e;
}
.cd-tabs-navigation a.create-feed {
  /* icons */
  top: 12px;
  left: 50%;
  margin-left: -10px;
  height: 114px;
  width: 145px;
  background-image: url("../../images/tabs/video_feeds_icon_sprite.png");
  background-repeat: no-repeat;
  background-position:  -1px -109px;
  background-color: #D2D2D2; 
  border-right: none;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #747373;
}
.cd-tabs-navigation a.manage-feed {
  /* icons */
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height:  114px;
  width: 145px;
  background-image: url("../../images/tabs/video_feeds_icon_sprite.png");
  background-repeat: no-repeat;
  background-color: #D2D2D2;
  border-right: none;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  background-position: -147px -109px;
  color: #747373;
}
.cd-tabs-navigation a.select-videos {
  /* icons */
  top: 12px; 
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height:  114px;
  width: 145px;
  background-image: url("../../images/tabs/video_feeds_icon_sprite.png");
  background-repeat: no-repeat;
  background-color: #D2D2D2;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  background-position:  -291px -107px;
  color: #747373;
}
.cd-tabs-navigation a.create-feed.selected {
  background-position: -1px 1px;
  color: #A41E24;
  border-bottom: 1px solid #F1F1F1;
  background-color: transparent;
}
.cd-tabs-navigation a.manage-feed.selected {
    background-position: -147px 1px;
    color: #A41E24;
    border-bottom:  1px solid #F1F1F1;
    background-color: transparent;
}
.cd-tabs-navigation a.select-videos.selected {
    background-position: -291px 3px;
    color: #A41E24;
    border-bottom:  1px solid #F1F1F1;
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }

  .cd-tabs-navigation li {
    width: 145px;
    height: 145px;
    margin-right: 12px;
  }
  .cd-tabs-navigation a {
    height: 80px;
    padding-top: 46px;
  }
 
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    background-color: transparent;
    /* tabbed on top on big devices */
    width: auto;

  }
  .cd-tabs-navigation a {
    height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cd-tabs-navigation a.selected {
/*    tab seleccionado  */
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
 margin-top: -65px;
 margin-left: 22px;
 width: 875px;
 border: 1px solid black;
 height: inherit;
} 
.cd-tabs-content span.gp-video-feed-source {
  color: #32A1D0;
  margin-right: 30px;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}
.cd-tabs-content li.selected {
  display: block;
  height: auto;
  margin-bottom: 90px;
}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    /*min-height: 480px;*/
  }
  .cd-tabs-content li {
  
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    /*min-height: 0;*/
  }
  .cd-tabs-content li {
   
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
  /*-------------------------------- 
  Manage feeds 
  --------------------------------*/

  .manage-feeds-page-title {
    font: 23px Helvetica, Arial;
    font-weight: bold;
    color: rgb(92,92,92);;
  }

  .manage-feeds-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .manage-feeds-title-row {
    min-height: 19px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #A41E24;
    border: 2px solid #909090;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  }

  .manage-feeds-title-col {
    font: 12px Helvetica, arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    width: 8%;
    min-width:60px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
  }

  .manage-feeds-body-row {
    min-height: 10px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #e0e0e0;
    border: 2px solid #909090;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  }

  .manage-feeds-body-col {
    font: 12px Helvetica, arial, sans-serif;
    width: 8%;
    min-width:60px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }

  .manage-feeds-link-preview {
    background-image: url("../../images/tabs/icon-preview-off.png");
    background-size: 30px 30px;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .manage-feeds-link-edit {
    background-image: url("../../images/tabs/icon-edit-off.png");
    background-size: 30px 30px;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .manage-feeds-link-delete {
    background-image: url("../../images/tabs/icon-delete-off.png");
    background-size: 30px 30px;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .manage-feeds-link-preview-hover {
    background-image: url("../../images/tabs/icon-preview-on.png");
    text-indent: -9999px;
  }

  .manage-feeds-link-edit-hover {
    background-image: url("../../images/tabs/icon-edit-on.png");
    text-indent: -9999px;
  }

  .manage-feeds-link-delete-hover {
    background-image: url("../../images/tabs/icon-delete-on.png");
    text-indent: -9999px;
  }


