/*
 * YouTube TV
 */

#player
{
    width: 100%; 
    display: inline-block;
    position: relative;
}
#player:after
{
    padding-top: 56.25%;
    display: block;
    content: '';
}

/*
 * Base Canvas
 */
.ytv-canvas{
	display: block;
	background: #f0f0f0;
	overflow: hidden;
	font-family: arial, sans-serif;
	}
.ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
	}
.ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
	}

/*
 * Video
 */
.ytv-video{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
	}
	.ytv-video iframe{
		width: 100%;
		height: 100%;
		border: none;
		outline: none;
		display: block;
		}
    
.ytv-video-info {
}

.ytv-video-description {
    margin:1em 0em;
    padding:0px 0px;
    /*font-size:0.875em;
    line-height:1.25em;*/
}

.ytv-description-inner {
    background:#ffffff;
    padding:10px;
}
/*
 * List
 */
.ytv-button a {
    float:right;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:5px;
    outline:1px solid #005990;
	}
.ytv-button:hover a {
    outline:0px solid #005990;
	}
.ytv-button.next a {
    background: #005990 url('../Images/arrow_rt_public.png') center center no-repeat;
	}
.ytv-button.next:hover a {
    background: #00ADEF url('../Images/arrow_rt_public.png') center center no-repeat;
	}
.ytv-button.prev a {
    background: #005990 url('../Images/arrow_lt_public.png') center center no-repeat;
	}
.ytv-button.prev:hover a {
    background: #00ADEF url('../Images/arrow_lt_public.png') center center no-repeat;
	}
.ytv-button.disabled {
    float:right;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:5px;
    outline:1px solid #919293;
	}
.ytv-button.prev.disabled {
    background: #919293 url('../Images/arrow_lt_public.png') center center no-repeat;
    opacity:0.375;
	}
.ytv-button.next.disabled {
    background: #919293 url('../Images/arrow_rt_public.png') center center no-repeat;
    opacity:0.375;
	}
.ytv-button.chain {
    background: transparent url('../Images/video_chain_dark.png') center center no-repeat;
    float:left;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:5px;
    outline:1px solid #005990;
	}
.ytv-button.chain.enabled {
    background: #005990 url('../Images/video_chain.png') center center no-repeat;
    outline:0px solid #005990;
	}
.ytv-button.chain:hover, .ytv-button.chain.enabled:hover{
    background: #00ADEF url('../Images/video_chain.png') center center no-repeat;
    outline:0px solid #005990;
	}
.ytv-divider, .ytv-fill {
    float:right;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:10px;
	}
.ytv-divider {
    background: #005990 url('../Images/video_list_light.png') center center no-repeat;
	}
.ytv-fill {
	}
.ytv-divider.collapsed {
    background: transparent url('../Images/video_list_dark.png') center center no-repeat;
    outline:1px solid #005990;
	}
.ytv-divider:hover {
    background: #00ADEF url('../Images/video_list_light.png') center center no-repeat;
}
.ytv-divider.collapsed:hover {
    outline:1px solid #00ADEF;
}
.ytv-button.category 
{
    display:inline-block;
}
.ytv-button.category a
{
    border-top:1px solid #e0e0e0;
    border-right:1px solid #b8b8b8;
    border-bottom:1px solid #b8b8b8;
    border-left:1px solid #e0e0e0;
    background:#ffffff;
    color: #005590;
    display: block;
    float: none;
    height: auto;
    line-height: 1em;
    margin: 0 0 0 4px;;
    outline: 0 solid #005990;
    padding: 4px 6px;
    text-decoration: none;
    width: auto;
    font-weight:bold;
}
.ytv-button.category a:hover
{
    text-decoration:none;
    background:#00ADEF;
    color:#f0f0f0;
}
.ytv-list{
    position: relative;
    width:100%;
	}
	.ytv-list-inner{
		position: relative;
		}
	.ytv-list ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		.ytv-list .ytv-active a{
			border-left: 4px solid #fff;
			background: rgba(0,89,144,0.125);
            color:#007EBF;
			}
		.ytv-list a,.ytv-list-header a{
			display: block;
			text-decoration: none;
			font-size: 1em;
			color: #005990;
			padding: 4px;
			padding-left: 8px;
			border-top: 1px solid rgba(255,255,255,0.5);
			border-bottom: 1px solid rgba(0,0,0,0.25);
			border-left: 2px solid transparent;
			}
			.ytv-list a b{	
			    overflow: hidden;
			    display: block;
			    text-overflow: ellipsis;
				}
			.ytv-list li:first-child a{ border-top: none; }
			.ytv-list li:last-child a{ border-bottom: none; }
			.ytv-list a:hover,
			.ytv-list-header .ytv-playlists a:hover{ background: rgba(0,173,239,0.125); color:#007EBF; }
			.ytv-list a:active,
			.ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }
		
		.ytv-list .ytv-content{ padding-left: 0px; }
		.ytv-list .ytv-thumb-stroke{
			position: absolute;
			top: 1px;
			left: 1px;
			bottom: 1px;
			right: 1px;
			z-index: 2;
			outline: 1px solid rgba(255,255,255,0.1);
			}
		.ytv-list .ytv-thumb{
			float: left;
			position: relative;
			outline: 1px solid rgba(0,0,0,0.5);
			}
			.ytv-list .ytv-thumb img{
				width: 72px;
				display: block;
				}
			.ytv-list .ytv-thumb span{
				position: absolute;
				bottom: 5px;
				right: 5px;
				color: #eee;
				background: rgba(0,0,0,0.7);
				font-size: 11px;
				font-weight: bold;
				padding: 0px 4px;
				
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}
		.ytv-views{
		    display: block;
		    margin-top: 5px;
		    font-size: 10px;
		    font-weight: normal;
		    opacity: 0.3;
			}


	.ytv-list-header{
		height: 52px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		}
		.ytv-list-header a{
			background: rgba(255,255,255,0.05);
    		position: relative;
    		z-index: 10;
			}
		.ytv-list-header img,
		.ytv-list .ytv-playlists .ytv-thumb img{
			width: 30px;
			vertical-align: middle;
			}
		.ytv-list-header span{		
		    padding-left: 10px;
		    font-size: 12px;
		    font-weight: bold;
			}

/*
 * Playlists
 */
.ytv-playlists{
    z-index: 9;
    position: absolute;
    background: #282828;
    top:0px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
	}
	.ytv-playlists img,
	.ytv-list-header img{
	    float: left;
		}
	.ytv-playlists a span,
	.ytv-list-header a span{	
	    white-space: nowrap;
	    padding-left: 10px;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
		}
	.ytv-list-header > a span{
		line-height: 30px;
		}
	.ytv-list-header .ytv-playlists a{
		background: none;
		}
	.ytv-playlist-open .ytv-playlists{
		display: block;
		}

/*
 * Modifiers
 */
.ytv-relative{
	position: relative;
	width: 100%;
	height: 100%;
	}
.ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	}
.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
	}
	.ytv-has-playlists .ytv-arrow{
		display: inline-block;
		}
	.ytv-playlist-open .ytv-arrow{
		border-color: transparent;
		border-bottom-color: rgba(0,0,0,0.4);
		top: -10px;
		}

.ytv-list-header a:after,
.ytv-clear:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}