.mdcr-player-body {
	margin: 0,0,0,0;
	background-color: #000;
	font-family: arial, verdana, sans-serif ; 
	font-size: 8pt ;
}

.mdcr-search-hidden {
  visibility: hidden;
  height: 0;
}

.mdcr-search-visible {
  visibility: visible;
  height: 100;
}

.mdcr-medialist  {
border: none;
width: 100%;
}

.mdcr-medialist-container
{
width:100%;
margin-right: 0;
margin-left: 0;
background-color: #fff;
border-color: #ddd;
border-width: 1px;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.mdcr-folders-container
{
float:left;
width:25%;
height: 100%;
}

.mdcr-medialist-with-folders
{
float:right;
left:25%;
width:75%;
height: 100%;

}

.mdcr-media-checkbox
{
float: right;
cursor:  pointer;
}

.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5f5;
border-right: 1px solid #eee;
}

.panel-title:hover {
     cursor: pointer;
}

.list-group-item-disabled {
	background-color: #000;
     cursor: default;
}


div.vjs-big-play-button {
  left: 40%;
  top: 38%;
  font-size: 2.5em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
   
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
    
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
    color:white;
}

div.vjs-big-play-button:hover ,
div.vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;

}
div.vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center; 
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.channel-caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    
    text-align:center;
    color:#fff !important;
    z-index:2;
}


.caption h4 {
    max-height: 2.2em;  /* 2 lines as line-height is 1.1 */
    height: 2.2em;      /* making it a multiple allows usage of overflow */
    overflow: hidden;   /* without cutting a line in the middle */
}

.caption
{
cursor: pointer;
}

.mediaThumbnailInfo {
  display: none;
}

hr.limit {
    color: #FFFFFF;
    margin-right: 15px;
    border: none;
    border-bottom: dashed 1px;
}


.mdcr-alert-hidden {
	display: none;
}


