body{
	background-color:#000000;
	//background-image:url('../images/world2222.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#96a1c2;
}

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


body.subpage-logged{
	background-color:#1c2746;
	background-color:#fff;
	background-image:none;
	color:#000;
}

.mobile{
	padding:30px 0px; 
}

body.subpage-logged .mobile{
	padding-top:130px;
	padding-top:100px;
}

.logo{
	padding:40px 0px;
	text-align:center;
}

.btn{
	border-radius:3px !important;
	border:0px !important;
	line-height:30px;
	//line-height:35px;
	
	
}

.btn-mobile{
background-color:#068977;
color:#fff !important;
text-transform:uppercase;
}

.btn-mobile-secondary{
background-color:#545b62;
color:#fff;
text-transform:uppercase;
}

h1{
	color:#fff;
	font-size:20px;
	line-height:26px;
	text-align:center;
	padding:20px 0px;
	padding-bottom:0px;
}


h3{
	color:#068977;
	font-size:16px;
	line-height:20px;
	text-align:center;
	padding:20px 0px;
	padding-top:5px;
}

a{
	color:#068977;
}


.box-login{
	text-align:center;
}

.box-login .form-control{
	border-radius:3px !important;
	border:0px !important;
	background-color:#fff;
	line-height:47px;
	height:47px;
	padding-top:0px;
	padding-bottom:0px;
}





.width-100{
	width:100%;
}

hr{
	border-color: #96a1c2;
	width:30%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}

.modal-content{
	border-radius:3px !important;
}


.fixed-menu{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background-color:#19233f;
	border-bottom: 0px solid #1f2a47;
	padding:0px;
	z-index:10001;
}

.room-btn{
padding: 25px 20px;
padding: 20px 15px;
padding:10px 0px;
padding-bottom:7px;
    text-align: center;
    width: 100px;
	width: 20%;
	//width: 16.666666666%;
	max-width:100px;
	line-height:22px;
	font-size:20px;
	display:block;
	float:left;
	color:#c5cde9 !important;
	
}

.room-btn span{
	display:block;
	font-size:10px;
}

.room-act{
	background-color:#1c2746;
	background-color:#068977;
	color:#fff  !important;
}

.logout-btn{
	background-color:#dc3545;
	color:#fff !important;
}





/* chat */

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


.ppv-chat-conv{
	height:auto;
	//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:#068977;
}

.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;
*/
background-color:#f5f5f5;
color:#c5c5c5;
border-radius:5px;
padding:20px;
}

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

.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;
	margin-right:0px !important;
}

.chat-user{
	line-height:14px;
	float:none !important;
	width:100%;
	text-align:left !important;
}

.chat-user strong{
	color:#4c4c4c;
	font-size:12px;
}

.chat-time{
	float:right;
	color:#068977;
}

.chat-detail{
	padding-top:5px;
	margin-left:0px;
	width:100%;
}


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

.chat-content .chat-left .chat-message{
	padding:10px 10px;
	margin-left:0px;
}


.iq-timeline .btn{
	line-height:18px;
}

.content-bg{
	background-color:#fff;
	padding:20px ;
	padding:20px 0px;
	padding-top:0px;
	border-radius:3px;
}


.content-full{
	//padding:0px;
	background-color:#fff;
}

h5{
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	font-size:20px;
}

.iq-timeline li .timeline-dots{
	border:3px solid #319e44 !important;
}




.user_box{
	text-align:center;
	margin-bottom:20px;
	display:block;
}

.user_box img{
	width:100%;
	border-radius:50%;
	border: 5px solid #1770bf;
	border-color:#068977;
}

.user_box span{
	display:block;
	color:#000;
	font-weight:bold;
	margin-top:5px;
}


.round-img-txt {
    float: left;
    margin-right: 0px !important;
	color:#333333;
	font-weight: bold;
	margin-bottom:10px;
}

.round-img {
    width: 50px;
    border-radius: 25px;
    padding: 2px;
    background: #19233f!important;
    background: linear-gradient(
299deg
, #19233f 0%, #068977 100%) !important;
    float: left;
    margin-right: 10px;
	margin-bottom:10px;
}

.round-img-txt span {
    color: #9d9d9d;
    font-weight: normal;
}


.ppv-chat{
padding:0px;
padding-bottom:120px;
}


.box-repeat .form-control, .ppv-chat-form .form-control, .register-form .form-control{
	border-radius:3px !important;
	line-height:55px;
	height:55px;
	padding-top:0px;
	padding-bottom:0px;
}

.ppv-chat-form{
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
}

.iq-card-body p{
	color:#333 !important;
}

.register-form label{
color:#333 !important;
}

.register-form .form-control{
margin-bottom:10px;
}

.content-bg p{
	line-height:20px;
}

@media (max-width: 575.98px) {
.width-100{
margin-top:15px;
}

}


.note{
	font-size:30px !important;
	color:#068977;
	cursor:pointer;
	margin:3px;
}

.menu-top{
	background-color:#1c2746;
	color:#c29bee;
	color:#fff;
	line-height:40px;
	padding-left:10px;
	padding-right:0px;
}

.menu-top span{
	color:#c29bee;
}

.logout-btn{
	line-height:40px;
	padding:0px 0px;
	font-size:20px;
	margin-left:10px;
	width:50px;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.live-tick{
	background-color:#dc3545;
	background-color:#fff;
	border:2px solid #dc3545 !important;
	border-radius:5px;
	color:#fff !important;
	color:#dc3545 !important;
	line-height: 18px;
	    font-size: 11px;
    padding: 2px 7px;
	display: inline-block;
    margin-top: -2px;
    margin-left: 10px;
	font-weight:800;
}

.iq-timeline li h6 a{
line-height: 25px;
    display: inline-block;
}

.blob{
background: #ff0000;
    border-radius: 50%;
    margin: 2px;
    margin-right: 7px;
    height: 5px;
    width: 5px;
    display: inline-block;
    box-shadow: 0 0 0 0 rgb(255 0 0);
    transform: scale(1);
    animation: pulse 2s infinite;
}


@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

.live-element h6 a{
	color:#dc3545 !important;
}

.iq-timeline li.live-element .timeline-dots{
border-color:#dc3545 !important;
}

.live-element .btn-mobile{
	background-color:#dc3545 !important;
}

.ticker-container ul div li{
	padding:2px 0px !important;
	
}

.ticker-container{
	margin-bottom:0px !important;

}

.info-news-container{
	border-top:3px solid #000;
	border-bottom:3px solid #000;
}



/*
.ticker-container .ticker-caption{
    width: 100px !important;
    background-position: right center !important;
	text-align:center !important;
}

.ticker-container .ticker-caption p{
	text-align:center !important;
	padding-right:20px;
}

.ticker-container ul {
    margin-left: 120px !important;
}*/


@media (max-width: 700px) {
.ticker-container .ticker-caption{
	display:none !important;
}

.ticker-container{
	height:30px !important;
}


.ticker-container ul div.ticker-active {
		top: 0 !important;
	}
	.ticker-container ul div.not-active {
		top: 30px !important;
	}
	.ticker-container ul div.remove {
		top: -30px !important;
	}
	
	
	
	.ticker-container ul {

		height: 100% !important;
	}
	.ticker-container ul div {
		height: 100% !important;

	}
	
	.ticker-container ul {
		margin-left:0px !important;
	}
	
	.ticker-container ul div{
		left:0px !important;
	}
	

}


.live-tick-new{
	background-color:#dc3545;
	//background-color:#fff;
	//border:2px solid #dc3545 !important;
	//border-radius:5px;
	color:#fff !important;
	//color:#dc3545 !important;
	line-height: 18px;
	    font-size: 11px;
    padding: 2px 7px;
	display: inline-block;
    margin-top: -4px;
   // margin-left: 10px;
	font-weight:800;
	margin-right:10px;
	margin-left:10px;
}

.next-tick-new{
	background-color:#068977;
	//background-color:#fff;
	//border:2px solid #dc3545 !important;
	//border-radius:5px;
	color:#fff !important;
	//color:#dc3545 !important;
	line-height: 18px;
	    font-size: 11px;
    padding: 2px 7px;
	display: inline-block;
    margin-top: -4px;
   // margin-left: 10px;
	font-weight:800;
	margin-right:10px;
	margin-left:10px;
}


.page_27 .mobile{
	padding-top: 50px !important;
}

.page_27 .content-full .col-sm-12{
	padding:0px !important;
}

.page_27 .content-full .row{
	margin:0px;
}

.page_27 .content-full{
	padding:0px;
}

.page_27 .content-bg{
	padding-bottom:0px;
}

.content-full-page{
	padding:0px !important;
	margin-top:-25px;
	margin-bottom:20px;
}

.content-full-page .col-sm-12{
	padding:0px !important;
}

.content-full-page .row{
	margin:0px;
}

.note-prelegent{
	margin-top:10px;
}

.note-prelegent i{
 cursor:pointer;
 color:#068977;
 font-size:30px;
 margin:3px;
}

.chat-user .chat-time{
	color:#787878;
}

.chat-user strong.color_firma{
	color:#068977;
}