@charset "utf-8";
/* CSS Document */
/* Version SVN: $ID$ */

/****************************************************************/
/*              WEB TV - simple                                */
/****************************************************************/

.simple #webTV {
  margin-top: 1em;
}

.simple #userActions #loginDropdown .arrow {
    right:0;
}
.simple #userControls .profile:hover {
  background: none;
}

/****************************************************************/
/*              WEB TV                                         */
/****************************************************************/

#webTV #mediaPlayer {
    text-align:center;
    margin-bottom:1em; }

#playlist {
  min-height: 133px;
  max-height: 210px;
}

#contentbrowser {
  min-height: 138px;
  max-height: 233px;
}

#playlistmanage {
  display:none;
  margin:0 40px;
}

#playlist #playlistcontainer,
.playlistrow,
.contentitems,
#contentbrowser .row {
    position:relative; 
}
.playlistrow {
    background-color: #f5f6f7;
}

#playlistitems {
    position: relative; 
    margin-bottom: 0px;
}

#playlistitems li,
.contentitems li {
    float:left;
    padding:0.5em;
    height:110px;
    overflow:hidden; }

#playlistitems li {
    width:145px; }

.contentitems li {
    width:141px; }

.browseleft,
.browseright {
    display:block;
    height:45px;
    overflow:hidden;
    position:absolute;
    top:27px;
    width:24px;
    z-index:900;
    font-size:2.8em; }

    .browseleft:hover i,
    .browseright:hover i {
        color:#475d7b;  }    

.browseleft {
    left:2px; 
}

.browseright {
    right:2px; 
}

.browseright .icon-chevron-right:before {
    transform: none;
    color: inherit;
}

.webTVPlaylist .mediaCover {
    position:relative;
    height:72px;
    overflow:hidden;
    margin-bottom:0.5em; }

    .webTVPlaylist .mediaCover .overlay {
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:20px;
        overflow:hidden;        
        margin:0;
        padding:0.2em 0.5em 0;
        color:#fff;
        /*border-radius:0 0 0.5em 0.5em;
        -moz-border-radius:0 0 0.5em 0.5em;
        -webkit-border-radius:0 0 0.5em 0.5em;*/
        background:url("../images/transBLK-80.png") 0 0 repeat; }

        .webTVPlaylist .mediaCover:hover .overlay {
            visibility:hidden; }

        .webTVPlaylist .mediaCover .overlay i {
            background:transparent;
            padding:0; }

        .webTVPlaylist .mediaCover .overlay .rating {
            float:left; }

        .webTVPlaylist .mediaCover .overlay .time {
            float:right; }

.webTVPlaylist .mediaCover .links {
    position:absolute;
    top:0;
    left:0;
    background:url("../images/transBLK-80.png") 0 0 repeat;
    /*border-radius:0.5em;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;*/
    height:100%;
    padding:15% 0 0;
    text-align:center;
    width:100%;
    visibility:hidden; }

    .playlistrow:focus-within .webTVPlaylist li .links,
    #contentbrowser .row:focus-within .webTVPlaylist li .links,
    .webTVPlaylist li:hover .links {
        visibility:visible;
    }

        .webTVPlaylist .mediaCover .links a {
            /*border-radius:0.5em;
            -moz-border-radius:0.5em;
            -webkit-border-radius:0.5em;*/
            display:inline-block;
            padding:0.75em 1em;
            text-align:center;
            font-size: 0.7em;
        }

            .webTVPlaylist .mediaCover .links a:focus {
                background: #fff;
                color: #000;
            }

            .webTVPlaylist .mediaCover .links a i {
                position:relative;
                top:0;
                left:0;
                background:transparent;
                font-size:1.8em;
                padding:0;
            }

.webTVPlaylist .play {
    background:transparent;
    border: 1px solid #ffffff;
    color: #FFFFFF;
 }
    .webTVPlaylist .play i::before {
        color: #FFFFFF;
    }

    .webTVPlaylist .play:hover {
        background:#ffffff;
        color: #000000;
     }
        .webTVPlaylist .play:hover i::before {
            color: #000000;
        }

.webTVPlaylist .enqueue {
    background:transparent;
    border:1px solid #FFFFFF; 
}
    .webTVPlaylist .enqueue i::before {
        color: #FFFFFF; 
    }
    .webTVPlaylist .enqueue:hover {
        background: #FFFFFF ;
    }
        .webTVPlaylist .enqueue:hover i::before {
            color: #000000; 
        }


.webTVPlaylist .close {
    background:transparent;
    color:#fff;
    float:none;
    font-weight:normal;
    opacity:1;
    text-shadow:none;
    border: 1px solid #ffffff;
}

    .webTVPlaylist .close i:before {
        color:#fff;
    }

    .webTVPlaylist .close:hover {
        background:#FFFFFF;
        color:#000000;
    }
        .webTVPlaylist .close:hover i::before {
            color:#000000;
        }

.webTVPlaylist p {
    font-size:0.9em;
    line-height:1.2em;
    height:16px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }



/*********************************************************/
/*              Playlist                                 */
/*********************************************************/

#playlist #playlistcontainer {
    margin:0 2em;
    height:120px;
    overflow:hidden;
    padding-top:0.5em;
    width:93%; }

#playlisttabs li {
    margin:0 0 0 0.5em; }

#playlisttabs .left {
    float:left;
    margin:0; }

#playlisttabs .clickable {
    float:right; }

#playlisttabs li.clickable #autofillselect {
    margin:0 0 0 4em; }

#playlistitems .active {
    background-color: #acbbc3;
    /* border-radius:0.5em;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;*/ }


/*********************************************************/
/*              Related                                  */
/*********************************************************/

#contentbrowser {
    position:relative; }

#browsertabs {
    height:42px; }

#contenttab_search {
    position:absolute;
    top:0;
    right:20px;
    width:20%;
    display:flex; }

    #contenttab_search #searchfield {
        width: auto;
        flex-grow: 2;
    }
        #contenttab_search #search-go {
            box-shadow: none;
            background-color: #3B6297;
            color: #FFFFFF;
        }
        #contenttab_search #searchfield:focus {
            box-shadow: none;
            background-color: #3B6297;
            color: #FFFFFF!important;
        }

    #contenttab_search .input-group-btn {
        /*position:absolute;*/
        display:block;
        top:0;
        flex-grow: 1;
        /*right:38px;*/ }

#contentbrowser .row {
    position:relative;
    margin:0.5em 0; }

.contentcontainer {
    margin:0.5em 2em; }

#contentbrowser .nav-tabs > li > a {
    height:41px;
    border-bottom:none; }

#contentbrowser .nav-tabs > li.active > a {
    height:42px; }

#browsertabs > li > a {
    color: #1a1c1e;
    font-family: 'Roboto Light',robotolight,sans-serif;
    text-align: left;
    background: 0 0;
    border: none;
    padding: .5em 1em;
    display: block;
    font-size: 1.2em;
}

#browsertabs > li > a:hover {
    border: none;
    background-color: #728594;
    border-bottom: 1px solid #3B6297;
    color: #FFFFFF;
}

#browsertabs > li > a:focus {
    border: none;
    background-color: #3B6297;
    border-bottom: 1px solid #3B6297;
    color: #FFFFFF;
}

#siteContent #playlist #playlisttabs .actionLink:focus,
#siteContent #playlist #playlisttabs .actionLink:focus i:before {
    color: #FFFFFF;
}

.nav.nav-tabs:not(#myTab)>li.active>a,
.nav.nav-tabs>li.active>button
.nav.nav-tabs>li>a:focus {
    background-color: #3B6297;
    color: #FFFFFF
}

.filterMedia li button:hover,
.filterMedia li a:hover {
    background-color: #728594;
    border-bottom: 1px solid #3B6297;
    color: #FFFFFF;
}
