.tpointclick:active {
    background: #636363;
    border-radius: 50%;
}
#list_playlist {
    max-height: 300px;  
    overflow-y: auto; 
}


#playlist-list{ 
    display: flex;
    flex-direction: column; 
	width:100%;
}
 
#playlist-list .playlist-list-item a{ 
    color: #555; 
}

#playlist-list .playlist-list-item {
    display: block;
    background: #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    color: #555;
    width: 100%;
    overflow: hidden;
}
#playlist-list .playlist-list-item:hover {
    background: #d9d9d9;
    color: #000 !important;
}


.playlist-name{
	float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 430px;
	padding: 5px 0px 5px 0px;
}
.fault-content-error {
    margin-bottom: 10px;
    margin-top: -10px;
}
.error-message {
	color: red;
    font-size: 13px;
    background: #ffe7e7;
    padding: 13px;
    border-radius: 5px;
	line-height: 20px;
}
.success-message {
    color: green;
	background: #f1ffe7;
    padding: 13px;
    border-radius: 5px;	
	line-height: 20px;
}

.status-message{
    width: 100%;
    padding: 0px; 
    margin-top: 20px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary {
	background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    color: #e8e8e8;
}
.modal-close {
    line-height: 35px;
    font-size: 11pt;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 40px;
    text-decoration: none;
    background: #fa5c5c;
    color: #fff;
}

@media (max-width: 768px) {
    .playlist_add{
        width: 300px; 
    }
	.playlist-name{
		float: left;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 215px;
	}	
}
.toolicol{
	color:#000;
}

.info .toolicol{
	color:#fff;
}

@media only screen and (min-width: 302px) and (max-width: 1220px) {
    .video-thumb .remwatchdel {
        position: absolute;
        right: 5%;
        z-index: 999;
        display: none;
        top: 55px;
    }
    .video-thumb .remwatchdel i {
        font-size: 20px;
        font-weight: lighter;
        background: #f35921;
        border: 2px solid #fff;
        padding: 3px;
        width: 30px;
        height: 30px;
        padding-left: 6px;
        opacity: .9;
        color: #fff;
        -webkit-transition: all .3s ease 0;
        -moz-transition: all .3s ease 0;
        -ms-transition: all .3s ease 0;
        -o-transition: all .3s ease 0;
        transition: all .3s ease 0;
		border-radius: 5px;
    }	
}
 ul.video-list li:hover .video-thumb .remwatchdel {
    display: block;
}
.video-thumb .remwatch i {
    font-size: 20px;
    font-weight: lighter;
    background: #2196F3;
    border: 2px solid #fffafa;
    padding: 3px;
    width: 30px;
    height: 30px;
    padding-left: 4px;
    opacity: .9;
    color: #fff;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    border-radius: 5px;
}

.video-thumb .remwatchdel {
	position: absolute;
	right: 5%;
	z-index: 999;
	display: none;
	top: 50px;
}
.video-thumb .remwatchdel i {
	font-size: 20px;
	font-weight: lighter;
	background: #f35921;
	border: 2px solid #fff;
	padding: 3px;
	width: 30px;
	height: 30px;
	padding-left: 6px;
	opacity: .9;
	color: #fff;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	border-radius: 5px;
}
 


.mNav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: #333;
    text-align: center;
    z-index: 1038;
    font-size: 8pt;
}
.mNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.mNav ul>li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.mNav ul>li a {
    display: block;
    padding: 7px 0;
	color: #a3a3a3;
	margin-bottom: 5px;
}
.mNav ul>li.active span{
    color: #30c1f0;
}
.mNav ul>li i {
    font-size: 20pt;
    color: #9b9c9b;
}
[class*=" icon-"], [class^=icon-] { 
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 
 
 
.mNav ul>li.active i {
    color: #30c1f0;
}
 

.mNav ul>li span {
    display: block;
    margin-top: 3px;
}

.logo-btn-slidebar {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px!important;
}
 
@media only screen and (min-width: 830px) {
	.mNav{
		display:none;
	}	
}
 
 @media screen and (max-width: 768px) {
    .remwatch .tooltipy {
        display: none !important; /* prevent double click on safari mobile */
    }
}

 @media screen and (max-width: 1023px) {
    .related ul.list-video li {
        width: 100%;
    }
}
@media screen and (max-width: 1380px) {
    .related ul.list-video li {
        width: 100%;
    }
}



.overlaylock {
	position: fixed;  
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#000000;  
	display: none;  
	z-index: 9999;  
}
.unlock-btn {
	position: fixed;
	bottom: 59px;
	right: 0px;
	padding: 7px 7px;
	background-color: #4CAF50;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 16px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.unlock-btn i {
	margin-right: 8px;  
}
.unlock-btn:active {
	background-color: #45a049;
}
		
#box_commentscreenlock svg{
	background: #e3e3e3;
    border-radius: 50%;
}
ul.faces, ul.animals, ul.food, ul.sport, ul.transport, ul.objects a {
  line-height: 35px;
}