.dot-1{
	display: inline-block;;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #3FBAE4;
    margin-right: 0.25rem;
}

.dot-2{
	display: inline-block;;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #33414E;
    margin-right: 0.25rem;
}

.stream-chart-legend{
	font-size:10px;
	margin-top:10px;
	text-align:center;
}


.card-aside-column {

    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;

}



.fp-ratio{

	background-image:url('../img/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-timeline{
	//display:none !important;
	opacity:0;
}



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


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

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

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

.tooltip{
	z-index:11 !important;
}



.sidenav-toggled1 .side-menu__icon i{
 position:absolute;left:10px;top:5px;
}

.fancybox-overlay{
	z-index: 11111221;
}

.bg-streme, .dark-mode .bg-info.bg-streme{
	background-color:#00A0E3 !important;
	border-color:#00A0E3 !important;
}

.dark-mode .btn-success.bg-streme:hover{
	background-color:#00A0E3 !important;
	border-color:#00A0E3 !important;
}

.color-streme{
	color:#00A0E3 !important;
}

.color-streme-hover:hover{
	color:#00A0E3;
}

.dark-mode.register-2{
	background-color:#00A0E3 !important;
}

h4.text-primary{
	color:#00A0E3 !important;
}

#back-to-top{
	background-color:#00A0E3 !important;
	right:105px;
	bottom: 29px;
}

.modal-content .btn-primary, .modal-content .btn-success{
	background-color:#00A0E3 !important;
	border-color:#00A0E3 !important;
}

input:focus, select:focus, textarea:focus { 
    border-color:#00A0E3 !important;
 }
 
 
 .tooltip{
	z-index:1000001 !important;
}