@charset "utf-8";

.video-js {
	height: 455px;
	width: 100%;
	max-width:809px;
	max-height:100%;
	margin: 0 auto 0;
}

.p3sdk-container {

}

.p3sdk-interactive-transcript {
	/*width: <?php echo (isset($product_page) && !$product_page) ? '360' : '500'; ?>px;*/
	/*height: <?php echo ($options & I_VIEW_OPTION_CLIPMAKER ? 420 : ((isset($product_page) && !$product_page) ? '430' : '250')); ?>px;*/
	border: solid black 1px;
	margin: 0 auto;
	padding: 5px;
}

#iat_head_title {
	font-size: 85%;
}

#hideshow_iat{
	font-size: 85%;
/*	text-align:right; */
/*	padding-right: 16px;*/
	float:right;
	color: blue;
	font-family: Arial;
}

#chapters {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    margin: 4px auto 0;
    padding-bottom: 10px;
    padding-top: 3px;
    text-align: center;
    /*width: 500px;*/
}

#chapters a {
	text-decoration: none;
	color: #003F7F;
	font-size: 1em;
}
#chapters a:hover {
	text-decoration: underline;
	color: #445555;
}
#player_report {
	width: 500px;
	text-align: center;
}
#ccbox {
	padding-top: 10px;
	padding-bottom: 10px;
	float:right;
	display:block;
	position:static;
}
#transcript1 {
	/*margin-top: 50px;*/

}
/*
.iatranscript {
	margin-top: 15px;
	text-align: center;
	padding-left:215px;
}

.iatranscript h3 {
	font-size:15px;
	text-align: left;
}
*/

.player_left_column {
	display:block;
	float:left;
	width:64%;
}

.player_right_column {
	display:block;
	float:right;
	width: 35%;
}

.debug_report {
	display:block;
	clear: both;
}

.remote_viewer {
	width: 950px;	/*I_IFRAME_IAT_WIDTH*/
}


.movieplayer {
	margin: 30px auto 0;
	margin-top: 30px;
}
.movieplayer_iat {
	margin-top: 30px;
}

p.movieplayer_back {
	text-align: center;
	margin: auto;
	width: 809px;
}

p.movieplayer_back_iat {
	text-align: center;
	margin: 15px auto 0;
	width: 809px;
}

.iat_head {
	margin: 9px auto 5px;
	width: 370px;
}



.vjs-dock-title {
	text-align: left;
}


.p3sdk-interactive-transcript-searchbox {
    width: 125px;
}

.p3sdk-interactive-transcript-search-hit {
  background: blue;
  color: white;
}

.p3sdk-interactive-transcript-progressbar {
    display: block;
	background: lightgray;
    border: 1px solid #fff;
    width: 96%;
    height: 10px;
    margin: 5px 0 5px 0;
    cursor: pointer;
    cursor: hand;
}

.p3sdk-interactive-transcript-progress{
    display: block;
    float: left;
    background: blue;
    width: 0%;
    height: 10px;
}

.p3sdk-current-word {
    background: blue;
    color: #fff;
    border-radius: 2px;
}

.preview_player {
	text-align:left;
	/*margin: 15px 0 0 40px;*/
}

#clip_buttons {
	margin: 15px 0 20px 0;
}

#clip_buttons a {
	display:inline;
}

/***************************
 * Accessibility           *
 ***************************/
.vjs-title-bar-description {
	white-space: normal !important;
}

.vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
	color: white;
}

.video-js .vjs-volume-bar{
	background-color: white;
}

.video-js .vjs-volume-level{
	background-color: #66fcf1;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
	color: black !important;
	background-color: white !important;
}

.video-js .vjs-play-progress {
	background-color: #66fcf1;
}

.video-js .vjs-progress-control .vjs-progress-holder {
	background-color: white !important;
}
