




		.video{
			height: auto;
			width: auto;
                        background: #000;
		}

		#seriePlayer{
			width:100%;
			height: 450px;
		}

		.icona{
			height: 20px;
			width: 20px;
			padding: 2px;
		}





		@media screen and (max-width: 500px){

		.video{
			height: auto;

		}
		#seriePlayer{
			
			height: auto;
		}
		


		}



/*video detail*/



.detailVideo {
	background-color: black;
	color:white;
	/**/
	height: 2em;
	margin-top:0%;
	width: 100%;


}


.detailVideo ul{
	
	background-color: ;
	padding: .5%;
	/*argin-bottom: 0%;*/
	font-size: .9em;
	font-weight: 500;
	font-family:verdana;
}

.detailVideo a{
text-decoration: none;
color: white;
}

.detailVideo ul li a:hover{
	color:white;
	text-decoration: none;

}

.detailVideo ul .dv1{
	margin-right: ;
}






.detailVideo  #listLeft{
	background-color: ;
	width: 70%;
	float: left;
}
.detailVideo  #listRight{
	background-color: ;
	width: 100%;
	float: right;

}
.detailVideo .allDV{
	background: ;

	

}

.detailVideo .dvreport{
	color:yellow;
}

@media screen and (max-width: 600px){

.detailVideo {
	
	height: 4em;
	margin-top: -2%;


}


.detailVideo ul li{
	display: inline-block;
}

}


@media screen and (max-width: 600px) and (min-width: 1000px){

.detailVideo {
	
	height: 1em;
	

}
}



@media screen and (min-width: 1420px){

.detailVideo {
	
	height: 2.5em;
	


}

}


/************************    pop up report     ************************/




.reportpopup{
	color:gray;
	font-family:;
}



.reportpopup .reportPop{
	width: 100%;
	color:gray;
	border-bottom:1px solid silver;
	padding-bottom: 3%;
	font-size: 1.5em;

}


.reportpopup .poptype{
	padding-left: 0%;
	font-weight: bold;
	font-size:1.5em;
	color:#49bfff;
	margin-bottom:0%; 
	
}
#hideall{
	display: none;
}

.reportpopup .popfield{
	padding-bottom: 5%;
	padding-top: 0%;
}


.reportpopup form div span{
	margin-right: 5%;
	margin-left: 1%;
}
.reportpopup .popfield textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}


.reportpopup input[type="submit"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 12px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}


.reportpopup input[type="submit"] {
  background: #1c83ff;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  }


/* Styles for dialog window */
#small-dialog1 {
	background: #ebebeb;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;

}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}	

#notifications {
  cursor: pointer;
  position: fixed;
  right: 0px;
  z-index: 9999;
  top: 0px;
  margin-top: 22px;
  margin-right: 15px;
  max-width: 400px;   
}

.report_reponse{
    text-align: center;    
}

.report_reponse i {
    font-size:50px;
}


