.textarea-identifier{
	display:none;
}

/* SHOW VIDEOS LIST */

/*.video-item{
	width:100%;
	clear:both;
	border-bottom:1px dashed #666666;
	margin-bottom:15px;
	padding-bottom:15px;
}*/

.video-item {
    clear: both;
    height: 76px;
    margin-bottom: 5px;
    width: 100%;
}
.video-item a.img{
	position: relative;
}
.img-thumb-video-list{
   /* display: inline-block;*/
   /* float: left;*/
    height: 75px;
    width: 18%;
   /* z-index: 0;*/
}
.

/* Hover Play on IMG */
/*.changesImgOnHover {
    display: inline-block;
    width: 50px;
    background: url('http://dummyimage.com/50x25/0f0/f00.png&text=Hello!') no-repeat;
}*/
/*.video-item-overlay {
    visibility: hidden;
}*/
.video-item-overlay { background-image:none); position:absolute; width:122px; height:75px; margin-top:2px; margin-left:2px; z-index:1;}
.video-item-overlay:hover { background-image:url(images/play.png); background-position:top center;}

.video-item-overlay-home { background-image:none); position:absolute; width:280px; height:55px; z-index:1;}
.video-item-overlay-home:hover { background:url(images/minplay.png) no-repeat;}

/* Hover Play on IMG */

.div-img{
	float:left;
}

.video-list-details{
	float:left;
	/*width:576px;*/
    width: 80%;
	/*margin-left:5px;*/
}
.video-list-title{
	color: #005188;
    width: 80%;
	/*border-bottom: 1px solid #b3cbb9;
	text-align:right;
	width:100%;*/
}
.video-list-title .gray{
	color: #444;
    font-size: 11px;
}
.video-list-title h2{
	background: none repeat scroll 0 0 #008bd0;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 3px;
    text-align: left;
}

.video-list-links{
	width:100%;
	text-align:right;
	clear:both;
	margin-top: 15px;
	/*height:17px;*/
}

.video-list-links-not-admin {
    text-align: right;
    margin-top: 10px;
}

.video-list-links-not-admin a {
    font-size: 14px;
    font-weight: bold;
}

.clear-rest{
	clear:both;
	margin:0px;
	line-height:0px;
	font-size:0px;
}

/*
#small_video_content{
	width:181px;
	border: solid #0158a0;
	border-width: 0px 1px 1px 1px;
	padding-bottom:2px;
	margin:0;
	background-color:white;
}
*/

#small_video_content{
	width:181px;
	padding-bottom:2px;
	background-color:white;
}


#mediaspace_small{
	width:181px;
	/*height:181px;*/
	height:132px;
}

#small_video_content a{
	/*color:#000000;*/
	text-decoration:none;
	font-weight:bold;
}

#link_to_flash{
	color:#a7aea4;
	font-weight:normal;
	margin-top:10px;
}

#cn_video_view_grand{
	text-align:center;
	width:100%;
}

#cn_video_view_all {
    text-align:center;
	width: 100%;
    margin-top: 32px;
	margin-bottom: 12px;
    /*display: block;*/
    /*position: absolute;*/
    /*top: 25px;
    left: 0;*/


}

.default_video_confirm,
#default_video_confirm {
	height:30px;
	line-height:30px;
	display:none;
	margin:0;
	padding:0;
	margin: 4px 0 4px 10px;
	border:1px solid #4cceae;
	background-color:#e5f8f3;
	text-align:center;
}


#cn_video_wrapper{
	width:100%;
}

#cn_video_small_body{
	padding:3px 5px 1px 5px;
	/*background:red;*/
	height:30px;
	font-weight:bold;
	overflow:hidden;
}

#general-page-content-container #mediaspace{
	text-align: center;
}

#cn_video_description{
	background-color: #008bd0;
    border: 1px solid #dbe3ac;
    color: #ffffff;
    float: left;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 80%;
}

#video_action_div{
	margin-top: 15px;
}

.video-thumb-div {
    height: 50px;
    line-height: 50px;
    float: right;
    width: 500px;
}
.list-group a.list-group-item:hover{
	/*opacity:0.9;*/
}
.list-group-item-custom{
	padding:0 0 5px 5px !important;
}
.list-group-item-heading-custom{
	margin-top:4px !important;
}
.list-group .list-group-item .vjs-default-skin .vjs-big-play-button {
	background-color: rgba(117, 153, 157, 0.6);
    border: 0.2em solid #d5e9f2;
    border-radius: 14em;
    bottom: 0;
    height: 1.7em;
    left: 0;
    margin: 0px 0 0px 45px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 1.7em;
}
.list-group .list-group-item .vjs-default-skin .vjs-big-play-button:before {
    font-size: 26px;
}
.list-group .list-group-item .vjs-default-skin .vjs-big-play-button:before {
   left: 4px;
   top: -6px;
}
@media (max-width: 980px){
	.list-group .list-group-item .vjs-default-skin .vjs-big-play-button{
		display:none;
	}

}