.vt_video_statistics_wrapper{
	float:left;
	width:100%;
	padding:70px 0;
}
.nav.nav-tabs.statistics_tabs{
	margin: 0 0 30px;
	border:none;
	text-align:center;
	padding:0;
}
.nav.nav-tabs.statistics_tabs li{
	margin-right:10px;
}
.nav.nav-tabs.statistics_tabs li a {
	background: #eee;
    font-size: 16px;
    border: none;
    color: #737373;
	border-radius:0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.nav.nav-tabs.statistics_tabs li:hover a, .nav.nav-tabs.statistics_tabs li.active a:hover{
	background: #F13435;
    color: #fff;
	border:none;
}
.nav.nav-tabs.statistics_tabs li.active a{
	background: #F13435;
    color: #fff;
	border:none;
} 
.stats_table{
	margin-bottom:0;
}
.stats_table > thead > tr > td{
	background:#ececec;
}
.stats_table > tbody > tr{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;	
}
.stats_table > tbody > tr:hover{
	background:#efefef;
}
.stats_table > thead > tr > th{
	border:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7 !important;
	padding:20px 20px;
	font-size:15px;
	text-align:center;
}
.stats_table > tbody > tr > td{
	border:1px solid #d7d7d7;
	vertical-align: middle;
}
.stats_table > tbody > tr > td .stats_s_no{
	text-align:center;
	font-size:16px;
}
.stats_table > tbody > tr > td .stats_video_box:after{
	content:"";
	width:100%;
	display:table;
}
.stats_table > tbody > tr > td .stats_video_box .stats_video_thum{
	float:left;
}
.stats_table > tbody > tr > td .stats_video_box .stats_video_data{
	float: right;    
	width: calc(100% - 50px);
    padding-top: 9px;
}
.stats_table > tbody > tr > td .stats_video_box .stats_video_data a{
	font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.stats_table > tbody > tr > td .stats_views{
	text-align:center;
	font-size:16px;
}
.stats_table > tbody > tr > td .stats_upld_date{
	text-align:center;
	font-size:16px;
}
.stats_table > tbody > tr > td .stats_post_author{
	text-align:center;
	font-size:16px;
}
.stats_table > tbody > tr.active td{
	background:#f13435;
	color:#ffffff;
}
.stats_table > tbody > tr.active > td .stats_video_box .stats_video_data a{
	color:#ffffff;
}
.vt_video_statistics .table-header{
	margin-bottom:30px;
}
.vt_video_statistics .table-header:after{
	content:"";
	width:100%;
	display:table;
}
.vt_video_statistics .table-header .search-form{
	float:right !important;
	margin-right:0;
}
.vt_video_statistics .table-header .search-form .form-group{
	margin:0;
}
.vt_video_statistics .table-header .search-form .form-group input.form-control{
	height: 35px;
    line-height: 30px;
    background: #efefef;
    border: none;
    font-size: 15px;
}
.vt_video_statistics .table-header #page-rows-form .control-label{
	margin-right: 10px;
    padding-top: 2px;
}
.vt_video_statistics .table-header #page-rows-form select.form-control{
	height: 35px;
    font-size: 14px;
    line-height: 10px;
    padding: 0 20px;
    background: #efefef;
    border: none;
}
.vt_video_statistics .statistics_content #table-footer .pagination{
	margin-top:30px;
}
.vt_video_statistics .statistics_content #table-footer .pagination li a{
	color: #555555;
    border-radius: 0px;
    margin-left: 10px;
    border: none;
    font-size: 15px;
    background: #efefef;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.vt_video_statistics .statistics_content #table-footer .pagination li:first-child a{
	margin-left:0;
}
.vt_video_statistics .statistics_content #table-footer .pagination li.active a, .vt_video_statistics .statistics_content #table-footer .pagination li:hover a{
	color:#ffffff;
	background:#F13435;
}
.col-lg-8 .statistics_content .tab-pane {
	overflow-y: hidden;
}
.col-lg-8 .statistics_content .tab-pane::-webkit-scrollbar {
	width: 1em;
}
.col-lg-8 .statistics_content .tab-pane::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.col-lg-8 .statistics_content .tab-pane::-webkit-scrollbar-thumb { 
	background-color: #F13435;
	outline: 1px solid slategrey;
}