/**
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#ima-sample-container {
  width: 100%;
  /*max-height:400px;*/
  margin:0px auto;
}
/*
#ima-sample-placeholder {
  background-image: url("posters/android.png");
  width: 640px;
  height: 360px;
}*/

.urlLink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#ima-sample-videoplayer {
  /*position: relative;*/
  background-color: #fff;
  /*border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
  border: 2px #ccc solid;*/
  /*width: 640px;
  height: 360px;*/
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 20px;
  min-height:450px;*/
  padding-top: 0;
}

/*#content_video {
  overflow: hidden;
}*/

#ima-sample-content-wrapper {
  /*position:relative;
  top: 0px;
  left: 0px*/
}

#ima-sample-playpause, #ima-sample-replay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#ima-sample-replay {
  display: none;
}

#ima-sample-playpause:hover, #ima-sample-replay:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#ima-sample-fullscreen {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#ima-sample-fullscreen:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#ima-sample-content, #ima-sample-adcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}

#ima-sample-playlistDiv {
  /*height: 122px;
  width: 224px;*/
  margin-left: auto;
  margin-right: auto;
 /* margin-top: 10px;*/
  margin-bottom: 15px;
}

/*.ima-sample-playlistItem {
  height: 122px;
  width: 102px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}*/

.ima-sample-playlistImg {
  border: 1px solid;
  height: 122px;
  width: 102px;
}

#ima-sample-console {
  font-family: courier, monospace;
  font-size: 12px;
  margin-top: 20px;
  height: 200px;
  width: 630px;
  padding: 5px;
  border: 1px #ccc solid;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
}

#ima-sample-companionDiv {
  width: 728px;
  height: 90px;
  margin-top: 20px;
}



.listBox {
	border:0px solid red;
}
.ima-sample-playlistItem {
	display:block;
	margin:0px;
	padding: 5px;
	margin-bottom: 0px;
	border-bottom:1px solid #ededed;
	font-size:14px;
	color:#000;
	clear: both;
}
.ima-sample-playlistItem:hover {
	background:#333;
	cursor:pointer;
	color:#fff;
}
.ima-active {
  background:#0187a6;
  color:#fff;
}
.ima-sample-playlistItem img {	
	width:65px;
	height:40px;
	margin:0 5px 0 5px;
	float:left;
}

.ima-sample-playlistItem p {
	width:50%;
	font-size:13px;
	line-height:16px;
}
/*control volume horizontal bar on video js player*/
.vjs-volume-panel .vjs-volume-horizontal{
	display: none !important;
}


