
body {
    font-family: "Open Sans",sans-serif;
	padding-top: 70px;
	color: #333;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.page-header{
    margin-top:0;
}

.navbar { 
    margin-bottom: 0px;
}

.card-container.card {
    width: 350px;
    padding: 40px 40px;
}
.loginCard{
    padding:20px 0;
    display:block;
}
.card {
    background-color: #FFF;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto;
    /*margin-top: 50px;*/
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
body .dropzone {
    min-height: 1px;
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-horizontal .form-group:last-child {
  margin-bottom: 0;
}

.validation-summary-errors ul{
    list-style:none;
    color:#ff0000;
}

.player-container
    {
        position: relative;                
        margin: 0 0 25px 0;
        width:100%;
        height:100%;
    }
.player-container .vjs-big-play-button{display:none;}

.BrightcoveExperience
    {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-thumb{width:160px;}

.fixed-panel {
    min-height: 10px;
    max-height: 150px;
    overflow-y: scroll;
}

.top10{
    margin-top:10px;
}
.top20{
    margin-top:20px;
}
.top30{
    margin-top:30px;
}
.top40{
    margin-top:40px;
}
.top50{
    margin-top:50px;
}

.bottom50{
    margin-bottom:50px;
}

.pagingInfo{ 
  display: inline-block;  
  vertical-align: middle;
  margin-top: -60px;
}

body .navbar-brand {
    background-image: url("/content/images/logoSmall.png");
    background-position: left center;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 70px;
    line-height: 70px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 40px;
    width: auto;
    color:#85cd70;
    font-weight:400;
}
.navbar-brand:hover{
    color:#a4da94;
}
body .navbar-inverse .navbar-brand{
    color:#85cd70;
}
body .navbar-inverse .navbar-brand:hover{
    color:#a4da94;
}
body .navbar-inverse .navbar-brand:focus{
    color:#a4da94;
}
.navbar-inverse {
    background:#fff;
    border:0;
    border-bottom:1px solid #ccc;
}
.navbar-inverse .navbar-nav {
    margin-left:40px;
    margin-top:10px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #85cd70;
    font-family: "Open Sans",sans-serif;
    font-weight:700;
    font-size:14px;
}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
    color: #a4da94;
}
.panel-body h4{
    color: #85cd70;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #5ED8A5;
    background-color:#5ED8A5;
}
.pagination > li > a, .pagination > li > span {
    color:#5ED8A5;
    font-weight:700;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    border-color: #5ED8A5;
    background-color:#5ED8A5;
    color:#fff;
}

a {
    color: #268aa6;
}
a:hover {
    color: #5da7bd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#fff;
    border-color:#fff;
    background-color:#85cd70;
    border-bottom:1px solid #ddd;
}

.nav-tabs > li > a {
    color:#85cd70;
    font-weight:700;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color:#a4da94;
    background-color:transparent;
    border-color:#fff;
    border-bottom:1px solid #ddd;
}

#leftCol .nav-pills > li.active > a {
    background-color: #85cd70 !important;
    font-weight:700;
    color:#fff;
}
#leftCol .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a4da94 !important;
    color:#fff;
}
#leftCol .ng-binding {
    font-weight:700 !important;
}
#leftCol .ng-binding {
    background-color:transparent !important;
    color:#85cd70;
}
#leftCol .ng-binding:hover {
    background-color:transparent !important;
    color:#a4da94;
}
#leftCol .ng-binding:focus {
    background-color:transparent !important;
    color:#a4da94;
}

.progress-bar{
    background-color:#5ED8A5 !important;
}

body .btn-default {
    background-color:#85cd70;
    border-color:#fff;
    color:#fff;
    font-weight:700;
}
body .btn-default:hover {
    background-color:#a4da94;
    border-color:#fff;
    color:#fff;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{
    color: #fff !important;
}
.btn .text-info {
    color: #fff;
}
body .btn-primary {
    background-color:#5ED8A5;
    border-color:#fff;
    color:#fff;
    font-weight:700;
}
body .btn-primary:hover {
    background-color:#5ED8A5;
    border-color:#fff;
    color:#fff;
}
.page-header .glyphicon{
    color:#85cd70;
}
.page-header .glyphicon:hover{
    color:#a4da94;
}

.page-header h2 {
    margin-top: 0;
}

.videoThumbUpload form {
    width: 100%;
	height: 100%;
}

.videoThumbUpload .dropzone.dz-started .dz-message {
    display: none;
}

.dz-message h1{
    background-image: url("/content/images/upl.png");
    background-position: left top;
    background-repeat: no-repeat;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	position:relative;
	height:76px;
	text-align:center;
	font-size:22px;
	font-weight:700;
	color:#BDC7C1;
	font-family:"Open Sans",sans-serif;
	line-height:76px;
}
.dropzone {
    float: left;
    padding: 0;
    width: 100%;
    height: 100%;
}
.rowFormBtn {
    margin-top:10px;
    float:right;
    width:auto;
}

.pager-container{
    display: inline;
}
.followBtn a{padding: 0 5px; text-transform: uppercase;}
.noItems a{text-transform: uppercase;}
.channelBtn a{text-transform: uppercase;}
.noItems p{margin: 10px 0 20px 0;}
.transBtn a{padding: 0 5px; margin: 0 10px 10px 0; background-color: #85cd70;}
.transRxBtn a{padding: 0 5px; text-transform: uppercase; background-color: #85cd70;}
body .listVideos .transRxBtn{padding-right:15px; border-left: 1px solid #ddd; padding-top:5px; padding-bottom:5px; }
.numVid{color: #999;  font-size: 18px;}
.numVid .num{color: #5ED8A5; display: block; font-weight:700; font-size: 20px;}
.listBox .pagination {
    margin-top: 0;
}
body .noMarginTop {
    margin-top: 0px;
}
.btnDate{display: inline-block;}
@media (max-width: 1000px){
body .navbar-brand{
    font-size:13px;
}
.navbar-header .navbar-toggle {
    background-color:#fff;
    border-color:#fff;
    margin-top:20px;
}
.navbar-header .navbar-toggle:hover {
    background-color:#fff;box-shadow: 0 0 7px 0 #d1d1d1;
    border-color:#fff;
}
body .navbar-brand {
     clear:none;
     margin-left:15px;
}
}

@media (min-width: 768px) {
    .toolbutton{
    top:58px;
}
}


.btn-custom{
padding: 2px 5px !important;
}

/* NEW STYLE */

.bold{font-weight: 700;}
.semibold{ font-weight: 600;}
.regular{ font-weight: 400;}
.green{
	color:#85cd70;
}
.btnGreen{
	color: #fff;
	background: #5ed8a5;
	height:20px;
	line-height: 20px;
	text-align: center;
	padding: 0 30px;
	display: inline-block;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 700;
}
.btnGreenSmall{
	padding: 0 15px;
	height:25px;
	line-height: 25px;
	font-size: 11px;
}
.btnGreen:hover{
	color: #fff;
	background: #5ed8a5;
	box-shadow: 0px 0px 7px 0px #d1d1d1;
	text-decoration: none;
}
a{
	color:#5ED8A5;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:#5ED8A5;
}
.blue{
	color:#1c9bd8;
}
.bgGreen{
	color: #fff;
	background: #5da7bd;
}
.bgGreen a{
	color: #fff;
}
.bgGreen a:hover{
	color: #fff;
}
.table-striped svg{height: 6px; width: 7px;}
.navbar{
	color: #fff;
	background: #5da7bd;
	border: 0;
	box-shadow: 0 0 0 0 #5da7bd;
	height: 69px;
}
.header{
	border-bottom: 1px solid #fff;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.header .logo{
}
.header .logo img{
	margin-right: 15px;
}
.header .nav{
}
.header .nav li{
	display: inline-block;
	margin: 0 25px;
	line-height: 68px;
	padding: 0;
}
.header .nav li a{
	line-height: 67px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.header .nav li.selected a{
	border-bottom: 2px solid #fff;
}
.header .nav li a:hover{
	border-bottom: 2px solid #fff;
}
.header .nav li a:hover,.header .nav li a:active,.header .nav li a:focus{
	background: transparent;
}
.header .welcome{
	font-size: 11px;
}
.header .welcome .logout{
	margin: 0 0 0 15px;
}
.header .welcome .logout svg{
	margin-top: 22px;
	float:right;
}
.profileCover{
    border-radius: 55px;
}
.headerBoard{
	height: 130px;
}
.headerBoard .profile{
	margin-top: 35px;
	margin-bottom: 35px;
}
.headuser .profile img{
	margin-right: 25px;
	border-radius: 55px;
	float: left;
	width: 55px;
	height: 55px;
}

.headerBoard .profile img{
	margin-right: 25px;
	border-radius: 55px;
	float: left;
	width: 55px;
	height: 55px;
}
.headerBoard .profile a{
	font-size: 22px;
    font-family: "Signika",sans-serif;
	display: block;
}
.headerBoard .profile a.back{
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}
.headerBoard .profile a.back img{
	margin-right: 5px;
	width: 15px;
	height: 15px;
}
.headerBoard .profile a.back svg{
	margin-right: 5px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	float:left;
}

.headerBoard .analytics .col-md-4{

	margin-top: 30px;
	margin-bottom: 30px;	
	height: 70px;
	border-right: 1px solid #fff;
}
.headerBoard .analytics .first{
	border-left: 1px solid #fff;
}
.headerBoard .analytics .num{
	font-size: 25px;
    font-family: "Signika",sans-serif;
	display: block;
}
.headerBoard .analytics .arg{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
.headerBoard .analytics .dtl{
	font-size: 10px;
	display: block;
	margin-top: 5px;
}
.headerBoard .analytics .dtl img{
	width: 10px;
	margin-left: 5px;
}
.headerBoard .analytics .dtl svg{
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.footer{
	font-size: 10px;
	padding: 20px 0;
}

.page{
	background-color: #f7f7f7;
}

.dashBoard{
	padding-top: 15px;
	padding-bottom: 45px;
}

.grid-item{
	margin-top: 10px;
	margin-bottom: 10px;
}
.grid-item .item{
	background: #fff;
	padding: 15px;
}

.widget{
	background: #fff;
	padding: 40px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #d9d9d9;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:30px;
}
.widget h3{
	font-size: 16px;
    font-family: "Signika",sans-serif;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #333;
}
.widget a.blue{
	font-size:9px;
	margin-top: 4px;
}
.widget .views{
	color: #999;
	font-size: 10px;
	margin-top: 4px;
}
.widget .rightTxt{
	color: #999;
	font-size: 10px;
	margin-top: 4px;
	font-weight: 400;
}
.widget .num{
	color: #999;
}

.accountSummary .col-md-2{ padding-right: 0;}
.accountSummary .row{ margin-bottom: 15px;}
.accountSummary .col-md-4 span.num{ font-size: 18px; font-weight: 600;}
.accountSummary .col-md-4 span{ font-size: 12px; font-weight: 400; display: block;}
.listVideos .row{ margin-bottom: 15px;}
.listVideos h2,.listVideos h2 a{ font-size: 12px; font-weight: 700; margin: 0; color: #000;}
.col2 .listVideos h2{margin-bottom: 11px;}
.listVideos .num{ font-size: 11px;}
.listVideos img{ width: 100%;}
.listVideos .col-md-2{ padding-right: 0;}
.listVideos .col-md-3{ padding-right: 0;}
.contactUs h3{margin-bottom: 5px;}
.contactUs .col-md-2{ padding-left: 0;}
.topVideos ol li{ margin: 11px 0; padding-left: 15px; color:#85cd70; font-size: 11px; font-weight: 700;}
.topVideos ol{margin: 0 0 0 15px; padding: 0;}
.topVideos ol li a{ color: #000;}
.topVideos ol li .rightTxt{
	color: #999;
	font-size: 11px;
	margin-top: 4px;
	font-weight: 400;
}
.box{clear: both; float: left; width: 100%;}
.searcher input{float: left;width: calc(100% - 25px);border:1px solid #ccc; border-right: 0; height: 25px; line-height: 25px; padding: 0 10px;}
.searcher button{ float: left;height: 25px; padding: 0; border:1px solid #ccc; border-left: 0; width: 25px; background:transparent;}
.searcher button img{ height: 15px; width: 15px; float: left;}
.searcher button svg{ height: 15px; width: 15px; float: left;}
.searcher a{ float: left;height: 25px; padding: 0; border:1px solid #ccc; border-left: 0; width: 25px; background:transparent;}
.searcher a img{ height: 23px; width: 15px; float: left;}
.searcher a svg{ height: 23px; width: 15px; float: left;}
.listVideos .table-responsive th{
	color: #999;
	font-size: 10px;	
	font-weight: 400;
	text-transform: uppercase;
}
.listVideos .table-responsive th.bold,.listVideos .table-responsive td.bold{font-weight: 700;}
.listVideos .table-responsive td{
	color: #000;
	font-size: 11px;
}
.listVideos .table-responsive .bold td{
	font-weight: 700;
}
.listVideos .table-responsive img{
	margin-right: 10px;
	width: 17px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.header .brandMob{
	display: none;
}
.searchBox{
	padding-top: 50px;
	padding-bottom: 30px;
}
.formBox .row{
	margin-bottom: 15px;
}
.formBox .widget{
}
.formBox label{
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	color: #666;
}
.formBox input{
	display: block;
	width: 100%;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	border: 1px solid #d1d1d1;
}
.formBox select{
	display: block;
	width: 100%;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	border: 1px solid #d1d1d1;
}
.formBox .checkBox input{
	display: inline-block;
	width: auto;
	line-height: normal;
	height: auto;
	padding: 0;
	border: 1px solid #d1d1d1;
	margin: 0 3px 0 0;
	float: left;
}
.formBox .checkBox label{
	margin: 0 30px 0 0;
	float: left;
	width: auto;
}
.greenTitle{
	font-size: 16px;
    font-family: "Signika",sans-serif;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #5ed8a5;
}
.paginationBox{ font-size: 10px;color: #999;}
.paginationBox input{ width: 20px; text-align: center; height: 20px; line-height: 20px;}
.paginationBox img{ height: 7px; margin: 6px; }
.paginationBox svg{ height: 7px; margin: 6px; vertical-align: middle; width: 7px;}
.paginationBox svg,.paginationBox svg path{ color:#999; fill: #999;}
.pager svg{ height: 7px; margin: 6px 0; vertical-align: middle; width: 7px;}
.pager svg,.paginationBox svg path{ color:#999; fill: #999;}
.pager span{ color:#5ed8a5; text-decoration: underline; font-weight: 700; display: inline-block; padding: 0 5px;}
.pager a{ color:#999; display: inline-block; padding: 0 3px;}
.pager{ font-size: 10px;}
.table-striped > tbody > tr.greenBg{
    background-color: rgba(95,217,167,0.15);
}
.listTitle .greenTitle{ margin-bottom: 5px;}
.listTitle h4{ 
	font-size: 11px;
	font-weight: 400;
	margin: 0;
	color: #999;
}
.borderBottom{ border-bottom: 1px solid #d1d1d1; padding-bottom: 15px; margin-bottom: 10px;}
.borderBottomGreen{ border-bottom: 3px solid #5ed8a5;}
.borderTop{ border-top: 1px solid #d1d1d1; padding-top: 15px; margin-top: 10px;}
.border{ border: 1px solid #d1d1d1;}
.topData .border{
	float: left; width: 100%;
	padding: 15px 0;
}
.topSection{
	clear: both;float: left;width: 100%;background: #fff;
}
.topData{
	padding: 50px 0 20px 0; 
}
.topData h1{
	font-size: 22px;
    font-family: "Signika",sans-serif;
	display: block;
	font-weight: 400;
	margin: 0;
}
.topData .info{
	font-size: 10px;
	color: #999;
	border-left: 1px solid #d1d1d1; padding-top: 30px; padding-bottom: 30px;
}
.topData .info span{
	color: #000;
	font-size: 15px;
    font-family: "Signika",sans-serif;
	display: block;
}
.perc{
	width: 100px;
	height: 2px;
	background: #ccc;
	margin: 5px 0;
}
.percVal{
	height: 2px;
	background: #5ed8a5;
	margin: 0;
}
.topData svg{
	width: 30px; height: 30px; padding: 5px; float: left; margin-right: 10px; margin-bottom: 10px;
	border-radius: 50px; border: 1px solid #5ed8a5;
}
.topData img{
	width: 100%;
}
.topData .dtl{
	font-size: 10px;
}
.topData .dtl a{
	color:#1c9bd8;
}
.tabs{
	clear: both; float:left; width: 100%; margin: 15px 0; padding: 0;
}
.tabs li{
	list-style: none;
	float:left; width: auto; margin: 0; padding: 0 10px; position: relative; line-height: 22px;
}
.tabs li::before{
	position: absolute; right: 0; top: 0; width: 1px; height: 22px; background: #ccc; content: "";
}
.tabs li.selected a::before{
	position: absolute; left: 50%; bottom: -15px; width: 14px; height: 5px; background-image: url('/content/images/arr.png'); background-position: center center; background-repeat: no-repeat;
	margin-left: -7px; content: "";
}

.tabs li a{
	line-height: 22px; display: inline-block; font-weight: 600; font-size: 12px; color: #333;
}

.widget .filters{
	display: block; width: 100%; margin: 10px 0; padding: 0; list-style: none;
}
.widget .filters li{
	list-style: none;
	display:inline-block; width: auto; margin: 0; padding: 0; position: relative; line-height: 13px;
}
.widget .filters li.selected a{
	color: #5ed8a5;
}

.widget .filters li a{
	line-height: 10px; display: inline-block; font-weight: 600; font-size: 10px; color: #333;
}

.noSpacePadding{ padding: 0 !important;}

.topAnalytics h2{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #666;
	display: block;
}
.topAnalytics svg{
	width: 35px; height: 35px; float: left; margin-right: 20px; margin-bottom: 20px;
}
.topAnalytics .info{
	font-size: 12px;
	color: #999;
	font-weight: 600;
}
.topAnalytics .info span{
	font-size: 10px;
	color: #ccc;
	display: block;
	font-weight: 400;
}
.topAnalytics .info span.num{
	color: #333;
	font-size: 25px;
    font-family: "Signika",sans-serif;
	display: block;
	font-weight: 400;
	line-height: 25px;
}
.mobView{ display: none;}
.filterPeriod{
	margin-top: 50px;
	margin-bottom: 20px;
}
.filterPeriod .widget h3{
	margin-bottom: 0;
}
.filterPeriod ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.filterPeriod ul li{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.filterPeriod ul li a{
	display: inline-block;
	color: #999;
	background: #fff;
	height:20px;
	line-height: 20px;
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 400;
	border: 1px solid #aaa;
}
.filterPeriod ul li a:hover{
	border: 1px solid #5ed8a5;
	text-decoration: none;
}
.filterPeriod ul li.selected a{
	color: #fff;
	background: #5ed8a5;
	border: 1px solid #5ed8a5;
	font-weight: 700;
}
.topAnalytics .analyticsBox{
	padding: 20px 0 40px 0;
	float: left; clear: both; width: 100%;
}
.topList{
	font-size: 11px;
	color: #999;margin-bottom: 15px;
}
.topList a{
	font-size: 11px;
	color: #999;
}
.checkBox input{
	display: inline-block;
	width: auto;
	line-height: normal;
	height: auto;
	padding: 0;
	border: 1px solid #d1d1d1;
	margin: 0 3px 0 0;
	float: left;
}
.checkBox span{
	margin: 0 30px 0 0;
	float: left;
	width: auto;
	font-size: 11px;
	color: #999;
}
.topList a.expLink img{
	height: 11px; margin-right: 5px;
}
.topList a.expLink svg{
	height: 11px; margin-right: 5px; width: 11px;
}
.dateInterval{ font-size: 10px; margin-left: 20px; display: inline-block;}
.dateInterval input{ width: 80px; padding: 0 10px; height: 20px; line-height: 20px; border:1px solid #999; margin: 0 15px;}
.resultsList .checkBox{
    width: 20px;
    clear: both;
    display: inline-table;
    vertical-align: middle;
	margin-bottom: 55px;
}
.resultsList .widget{
    width: calc(100% - 24px);
    clear: none;
    float: none;
    display: inline-table;
}
.resultsList .listVideos .col-md-2,.resultsList .listVideos .col-md-1,.resultsList .listVideos .col-md-7 {
	height: 70px;
	overflow: hidden;
}
.resultsList .listVideos .col-md-1{
	border-left: 1px solid #d1d1d1;
}
.resultsList .listVideos .num {
	color: #000;
	position: absolute;
	bottom: 0;
}
.resultsList .listVideos .desc {
	color: #000;
	font-size: 10px;
	margin: 20px 0;
}
.resultsList .listVideos .col-md-1 img,.resultsList .listVideos .col-md-1 svg{ 
	height: 18px;
	margin-top: 15px;
}
/*.resultsList .listVideos .col-md-1 svg path{ fill:#5ed8a5 }*/
.resultsList .listVideos .col-md-1 span{
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
	color: #666;
	display: block;
}
.resultsList .listVideos .row {
	margin-bottom: 0;
}

.listBox{
	padding-bottom: 50px;
}



@media (max-width: 767px){
.navbar-collapse{
	color: #fff;
	background: #5ed8a5;
	width: 100%;
}
.header .nav li{
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
.header .nav li a{
	padding: 0 15px;
	line-height: 30px;
	border-bottom:0;
}
.header .nav li.selected a{
	border-bottom:0;
	color: #5ed8a5;
	background: #fff;
}
.header .nav li a:hover{
	border-bottom:0;
	color: #5ed8a5;
	background: #fff;
}
.header .nav li a:hover,.header .nav li a:active,.header .nav li a:focus{
	border-bottom:0;
	color: #5ed8a5;
	background: #fff;
}
.header .logo{
	display: none;
}
.header .brandMob{
	display: inline-block;
}
.header .brandMob img{
	margin-right: 5px;
}
.header .welcome {
    font-size: 11px;
}
.header{
	position: absolute;
}
.topAnalytics h2 {
    margin-left: 15px;
}
	
	
}

@media (max-width: 1050px){
	.header .nav li{ margin: 0 10px;}
}
@media (max-width: 1600px){
	.header .logo span{font-size: 11px;}
}

@media (max-width: 1000px){
	.filterPeriod .text-right{text-align: left; margin-top: 10px;}
.filterPeriod ul li{
	margin: 0 15px 0 0;
}
	.headerBoard{
	height: auto;
}
.header .welcome {
    font-size: 9px;
}

.resultsList .listVideos .col-md-2,.resultsList .listVideos .col-md-1,.resultsList .listVideos .col-md-7 {
	height: auto;
	overflow: hidden;
}

.resultsList .listVideos .num {
	position:inherit;
	bottom: auto;
}
	.header .logo span{display: none;}
.mobView{ display: block; margin: 10px 0;}


}

@media (max-width: 500px){
.topData .info span {
    font-size: 12px;
}
.topAnalytics svg {
    width: 100%;
    margin-right: 0;
	margin-bottom: 5px;
}
.analyticsBox .info{
	text-align: center;
	margin-bottom: 20px;
}
.topAnalytics .analyticsBox {
    padding: 20px 0;
}
.filterPeriod ul li{ margin: 0 5px 5px 0;}
.filterPeriod ul li a{ padding: 0 5px;}
.dateInterval {
    margin-left: 0;
	margin-top: 5px;
}

}

@media (max-width: 500px){
.pagingInfo.ng-binding{display: none;}
	.pager-container{margin-top: 10px; display: block;}
.dateInterval input {
    width: 75px;
	margin: 0 2px;
}
}

@media (min-width: 1600px){
.container {
    width: 1500px;
}
}