.logo-ppv{
	margin:0px 20px;
	
}

.logo-ppv img{
	height:40px;	
}

.navbar-list li>a{
	color:#a09e9e;
	font-size:16px;
	padding: 0 10px;
}

.partners{
	padding:20px;
	padding-bottom:30px;
}

.partners p{
	color:#333;
}

.card-img{
	height:200px;
	background-size:cover;
	background-position:center;
}


.btn-primary{
	border:0px;
	font-size:10px;
	font-size:14px;
}

.bg-primary, .badge-primary, .btn-primary {
background: rgb(0,150,203) !important;
background: linear-gradient(299deg, rgba(0,150,203,1) 0%, rgba(0,174,237,1) 100%) !important;
}


.btn-primary:hover{
background: rgb(0,150,203) !important;
background: linear-gradient(58deg, rgba(0,150,203,1) 0%, rgba(0,174,237,1) 100%) !important;
}

.onlyLogo{
	text-align:center;
	padding-bottom:40px;
}

.onlyLogo img{
	max-width:100%;
}



body .jw-error .jw-preview, body .jwplayer.jw-state-error .jw-preview, .jw-wrapper{
}
#player-ppv .jw-error .jw-preview, #player-ppv.jw-state-error .jw-preview, #player-ppv .jw-wrapper, #player-ppv.jw-error {


		background-image:url('../../../../_public/ppv.jpg');
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}
	
	
	#player-ppv.no-bg-start .jw-error .jw-preview, #player-ppv.jw-state-error.no-bg-start .jw-preview, #player-ppv.no-bg-start .jw-wrapper, #player-ppv.jw-error.no-bg-start {
		background-image:none !important;
	}
	

	.jw-error-msg .jw-icon{
		display:none;
	}
	
	.jw-state-buffering{
		
	}
	
	.jw-controls .jw-button-color{
		width:auto !important;
	}
	
	.jw-player-info-ppv, #body .jw-error .jw-error-msg, #body .jwplayer.jw-state-error .jw-error-msg{
		
		    background-color: #000;
    border-radius: 2px;
    padding: 20px;
	line-height:20px;text-align: start;
    color: #FFF;
    font-size:14px;
	margin-top:0px;
	
	background-color:transparent;
	font-size:20px !important;
	line-height:26px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	
	//text-shadow: 1px 0px 5px rgba(150, 150, 150, 1);
	text-transform:uppercase;
	
	white-space:nowrap;
		
	}
	
	#body .jw-error-text{
		font-size:20px !important;
		line-height:26px !important;
		font-family: 'Roboto Condensed', sans-serif !important;
		white-space:nowrap;
		//text-shadow: 1px 0px 5px rgba(150, 150, 150, 1);
		text-transform:uppercase;
	}
	
	.jw-player-info-ppv{
		margin-top:5px;
		padding: 19px 19px;
		padding:20px;
		//padding-right:25px;
	}
	
	.jw-controlbar{
		//background-color:red !important;
	}
	
	.jw-info-container::-webkit-scrollbar-thumb{
		display:none !important;
	}



/* chat */

.ppv-chat{
	width:100%;
	//background-color:#fff;
	
	padding:0px;
	position:relative;
	padding-left:15px;
	padding-top:20px;
}


.ppv-chat-conv{
	height:490px;
	//height:514px;
	margin-bottom:10px;
	overflow-y: auto;
}

.ppv-chat-form{
	border-top:1px solid rgb(179, 191, 200);
	padding-top:20px;
}


.ppv-chat-form input[type="text"]{
	/*border:1px solid rgb(179, 191, 200);
	border-radius:3px;
	padding:10px 10px;
	width:100%;
	font-size:14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0px;
    border: 1px solid rgb(179, 191, 200);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    resize: none;
	*/
	
}

.ppv-chat-form input:focus {
  //box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  //border: 1px solid rgba(81, 203, 238, 1);
}


.ppv-chat-empty, .ppv-chat-nick p{
	text-align:center !important;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
}


.ppv-chat-empty img, .ppv-chat-nick p img{
	width:60%;
	margin-bottom:20px;
	margin-top:40px;
}

.ppv-chat-nick{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	padding:20px;
	padding:0px;
	padding-left:15px;
	padding-top:20px;
}


.ppv-chat-message{
	margin-bottom:10px;
}

.ppv-chat-name{
	font-weight:bold;
	margin-bottom:0px;
}


.ppv-chat-name{
	color:#00aeed;
}

.ppv-chat-name span{
	color:#231f20;
}


.iq-card-header-body{
	background-color:#a2d9f7;
	padding:0px;
	border-radius:7px;
	padding:10px;
	color:#fff;
}


.iq-card-body p{
	color:#333;
	margin:0px;
	padding:5px;

}

.iq-card-header-body{
line-height:40px;
}

.iq-card-header-body img{
	height:40px;
	background-color:#fff;
	padding:5px;
	border-radius:10px;
	float:right;
}
/*
.chat-message{
	margin-left:0px;
	text-align:left;
}
*/


.chat-content .chat-left .chat-message{
	background: rgb(0,150,203) !important;
background: linear-gradient(299deg, rgba(0,150,203,1) 0%, rgba(0,174,237,1) 100%) !important;

}

.chat-content .chat-left .chat-message p {
	color:#fff;
	line-height:18px;
}

.chat-content .chat-left .chat-message p strong{
	text-decoration:underline;
}


.scroller::-webkit-scrollbar-thumb { background-color: rgba(0,174,237,1); }

.chat-content{
	padding:0px;
}

/*
.scroller { overflow-y: auto; scrollbar-color: rgba(0,174,237,1); scrollbar-width: thin; }
.scroller::-webkit-scrollbar-thumb { background-color: rgba(0,174,237,1); }
.scroller::-webkit-scrollbar-track { background-color: rgba(0,174,237,1); }
*/

/*

#sidebar-scrollbar { overflow-y: auto; scrollbar-color: rgba(0,174,237,1); scrollbar-width: thin; }
#sidebar-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(0,174,237,1); }
#sidebar-scrollbar::-webkit-scrollbar-track { background-color: rgba(0,174,237,1);}
*/


.chat-content .chat-left .chat-message{
	padding:7px;
}

.chat-user{
	line-height:14px;
}

.chat-content .chat-left .chat-message{
	margin-bottom:15px;
}

.form-control:focus{
	border-color:rgba(0,174,237,1) !important;
}


.content-page{
	margin-left:0px;
}

.iq-top-navbar{
	width:calc(100% - 59px);
	width:100%;
}

.iq-footer{
	margin-left:0px;
}


#bg-change:hover{
	background: rgb(0,150,203) !important;
background: linear-gradient(58deg, rgba(0,150,203,1) 0%, rgba(0,174,237,1) 100%) !important;
#background-image:none !important;
#background-color:red !important;
}





@media (min-width: 1300px) {
.iq-top-navbar{
	width:calc(100% - 59px);

}
}


.rateBt{
	position:fixed;
	left:-1px;
	top:200px;
	cursor:pointer;
}


.log-bt{
	position: absolute;
    right: 390px;
    top: 13px;
}

.ppv-polls{
	background-color:#f5f5f7;
	padding:15px;
	
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}





.ask_score{
	width:auto;
	text-align:center;

	border:1px solid #a7a9a8;
	padding:0px;
	width:300px;
	border-radius:5px;
	background-color:#fff;
	display:inline-block;
	line-height:30px;
}	

.score-rad{
	font-weight:bold;
	display:inline-block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:25px;
	color:#fff;
	background-color:#0b1d35;
	border:1px solid #00aeed;
	margin-left:20px;
	margin-left:0px;
	margin-right:20px;
}

.ask_score > div{
border-radius:4px;


}





.ppv-polls .btn{
	background-color:#00aeed;
	color:#fff;
	padding:10px 30px;
	display:inline-block;
	border-radius:5px;
	margin-top:20px;margin-right:20px;
	cursor:pointer;
	margin-top:0px;
	margin-right:0px;
	margin-right:10px;
	
}

.ppv-polls .disabled{
	background-color:#a09e9e;
}

.ppv-players-bt a{
	display:block;
	width:33.33%;
	padding:5px;
	text-align:center;
	float:left;
	color:#000;
}


@media (max-width: 700px) {

.navbar-left{
	float:left;
	margin-bottom:0px;
}

.logo-txt{
	display:none;
}

.iq-top-navbar .navbar{
display: flex !important;

}

.content-page, body.sidebar-main .content-page{
	padding-top:120px;
}

}



#async-player .fp-ratio{

	background-image:url('../images/ppv.jpg');
	background-position:center;
	background-size:cover;
}

.fp-error{
	height:50% !important;
	display:none !important; 
}


 .is-playing.is-error .fp-middle, .is-playing.is-error .fp-togglable, .is-waiting .fp-togglable, .is-waiting .fp-middle,
 .is-error .fp-middle, .is-error .fp-togglable{
	display: flex !important;
}


.is-playing.is-error .fp-secondary.fp-togglable, .is-waiting .fp-secondary.fp-togglable, .is-error .fp-secondary.fp-togglable{
	display: block !important;
}


.fp-error{
	height:50% !important;
	display:none !important; 
}


 .is-playing.is-error .fp-middle, .is-playing.is-error .fp-togglable, .is-waiting .fp-togglable, .is-waiting .fp-middle,
 .is-error .fp-middle, .is-error .fp-togglable{
	display: flex !important;
}


.is-playing.is-error .fp-secondary.fp-togglable, .is-waiting .fp-secondary.fp-togglable, .is-error .fp-secondary.fp-togglable{
	display: block !important;
}


#async-player.no-bg{
	background-image:none !important;
}

.fp-share-menu{
	display:none !important;
}

#async-player.flowplayer{
	background-color:#000 !important;
}	


#async-player.flowplayer.is-playing{
	background-color:transparent !important;
	background-image:none!important;
}	


.fp-error{
	height:50% !important;
	display:none !important; 
}


 .is-playing.is-error .fp-middle, .is-playing.is-error .fp-togglable, .is-waiting .fp-togglable, .is-waiting .fp-middle,
 .is-error .fp-middle, .is-error .fp-togglable{
	display: flex !important;
}


.is-playing.is-error .fp-secondary.fp-togglable, .is-waiting .fp-secondary.fp-togglable, .is-error .fp-secondary.fp-togglable{
	display: block !important;
}


.fp-error{
	height:50% !important;
	display:none !important; 
}


 .is-playing.is-error .fp-middle, .is-playing.is-error .fp-togglable, .is-waiting .fp-togglable, .is-waiting .fp-middle,
 .is-error .fp-middle, .is-error .fp-togglable{
	display: flex !important;
}


.is-playing.is-error .fp-secondary.fp-togglable, .is-waiting .fp-secondary.fp-togglable, .is-error .fp-secondary.fp-togglable{
	display: block !important;
}



#async-player.flowplayer{
	background-color:#000 !important;
}	


#async-player.flowplayer.is-playing, #async-player.flowplayer.is-fullscreen{
	background-color:transparent !important;
	background-image:none!important;
}	

#async-player.flowplayer.is-fullscreen{
	border:0px !important;
}

#async-player.flowplayer.is-fullscreen .fp-ratio{
	background-color:transparent !important;
	background-image:none!important;
}