/*** CSS for YouTube Ratings - Metric Details Page ***/

/* Categories */
ul.categories {
	background-color: #f5f5f6;
	font-size: 10px;
    min-height: auto;
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 0.25em 1em;
	transition: max-height 1s;
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s;
	-webkit-transition: max-height 1s;
}
ul.categories:hover {
	max-height: 250px;
}
ul.categories > li {
	background-color: #ffe3b6;
	clear: both;
	float: left;
	margin: 0.25em 0;
	padding: 0;
}
ul.categories > li > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.categories > li > ul > li {
	display: inline-block;
	padding: 0.25em 1em 0.25em 0;
	*display: inline;
	*zoom: 1;
}
ul.categories > li > ul > li:after {
	content: '\00bb';
	padding: 0.25em 0 0.25em 1em;
}
ul.categories > li > ul > li:first-child {
	font-family: Helvetica;
	font-weight: bold;
	padding-left: 1em;
}
ul.categories > li > ul > li:last-child {
	color: rgb(255, 166, 25);
	padding-left: 1em;
}
ul.categories > li > ul > li:last-child:after {
	display: none;
}

/* Section */
.section {
	/*padding: 20px 15px 40px;*/
}

/* headings */
.block_heading {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-bottom: 8px;
	display: none;
}
/* Channel Overview */
#overview_placeholder {
	padding: 40% 10%;
	font-size: 15px;
}

#chInfoLoading, #chInfoError {
	font-size: 15px;
	padding-bottom: 12px;
	padding-top: 12px;
	display: none;
}

#chInfoLoading {
	background-color: white;
	font-size: 18px;
	left: 0;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0.91;
	position: absolute;
	right: 0;
	text-align: center;
	top: 16%;
}

#chInfoBlock {
	display: none;
}

#chInfoError {
	color: red;
}

#chImg {
	height: 100px;
	padding-right: 12px;
}

#chTitle {
	display: inline-block;
	font-weight: bold;
	font-size: 23px;
	padding-top: 12px;
}

#chBlurb, #chNoBlurb {
	padding-bottom: 32px;
	font-size: 15px;
	word-wrap: break-word;
}

#chNoBlurb {
	display: none;
	font-style: italic;
}

#detailModal h3 {
	border-bottom: 2px solid #ABABAD;
	margin: 0 0 0.75em 0;
	padding: 0 0 0.25em 0;
}
#detailModal .foot {
	border-top: 2px solid #ABABAD;
	padding: 0.75em 0 0 0;
}

.dataTables_wrapper {
	background-color: #6C6D70;
}

.dataTables_wrapper a {
	color: #fff;
}

table#chDetailsTable {
	display: none;
}

table.table-chstats thead > tr > td {
	font-weight: bold;
}

table.table-chstats tr > td {
	border-top: none;
	font-size: 14px;
}

table.table-chstats tr > td:first-child {
	padding-left: 0;
}

.boldMetric {
	font-weight: bold;
}

#chBtnGroup {
	padding-bottom: 17px;
	display: none;
}

#viewBadgesBtn {
	margin-left: 10%;
}

/* Channel Categorization */
#chCatBlock {
	display: none;
}

/* DataTable */
table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
    cursor: pointer;
}
.dataTables_wrapper .dataTables_filter input{
	width: 90%
	font-size: 12px;
	font-style: italic;
	font-weight: bold;;
}
#metricTable_filter {
	float: left;
	margin: 0.65em 0 0.25em 1em;
	text-align: left;
}

#metricTable td {
	text-align: center;
	white-space: normal !important; 
	overflow: hidden !important;
	word-wrap: break-word;
	/*text-overflow: ellipsis !important; */
}

#metricTable td:nth-child(2) {
	text-align: left;
	/*min-width: 375px !important	;	*/
	white-space: normal;
	text-overflow: hidden;
	display: block;
}
#metricTable td:nth-child(8) {
	/*text-align: left;
	word-break: break-all;*/
	white-space: normal;
}

.form-control {
	/*font-style: italic;*/
}
form-control input-sm{
	width: 150px;
}
.amc {
	/* Add Missing Channel div */
	float: left;
	margin: 0.9em 0 0 0;
	padding-left: 15px;
	padding-bottom: 13px; /* Space between search bar and table */
}

.bbdiv {
	/* Back button div */
	padding: 0.5em 1em;
	text-align: right;
}

#metricTable tbody tr td {
	font-size: 10px;
}
#metricTable tbody tr.activeRow {
	background-color: silver;
	font-weight:bold;
	overflow: hidden;
}

table.dataTable thead th {
	border-color: #C6C7C9 !important;
}
table.table-tvi > tbody > tr > td {
	border-color: #C6C7C9;
}
table.table-tvi td {
	text-align: left;
}
table.table-tvi th {
	color: #5D5D60;
}
table.table-tvi th.sorting_asc,
table.table-tvi th.sorting_desc {
	background-color: #1BAFA4 !important;
	color: #fff;
}
table.table-tvi thead {
	background-color: #F5F5F6;
}

#chdetails h3{
	border-bottom: 2px solid #ababad;
    margin: 0 0 0.75em;
    padding: 0 0 0.25em;
}
.new_tab_footer{
	border-top: 2px solid #ababad;
    padding: 0.75em 0 0;
}
#metricTable tbody tr:hover{
	font-weight: bolder;
	word-wrap: break-word;
}
#metricTable tbody tr:hover td > span > a{
	opacity: 1!important;
}
#chClassifications > h4{
	font-weight:bold;
}
#chClassifications {
  margin-bottom: 2.5em;
}
#metricTable{
	table-layout:fixed;
	width:100%;
}
/* searchbox css */
.label-font {
    font-size: 12px;
}
.activeRow {
    background-color: silver!important;
    overflow: hidden;
}

.overviewValue {
    color: #00aca2;
    font-size: 1.3em !important;
    font-weight: bold;
    background: #fff none repeat scroll 0 0;
}
.blue-combo-row {
    max-width: 1296px;
    padding-bottom: 60px;
    padding-top: 0px!important;
}
#left_panel.span{
	cursor: pointer;
}
/* searchbox css */
.delBtn {
    cursor: pointer;
    color: #646467;
}
.label-font {
    font-size: 12px;
}
.activeRow {
    background-color: silver!important;
    overflow: hidden;
}

.custome-tooltip + .tooltip > .tooltip-inner {
	background-color: #f5f5f6;
	color: #646467;
	border:2px solid #ccc;
	font-size: 14px;
	padding: 10px;
	text-align: left;
 }
.custome-tooltip + .tooltip > .tooltip-arrow { 
	border-bottom-color:#ccc; 
	background-color: #f5f5f6;
	padding: 0px 2px 0px 2px;
	
}
#rightPanel{
	margin-bottom: 40px;
}
.row-highlight{
	background-color: #09b5a1 !important;
}
/*Change the size here*/
div.tooltip-inner {
    max-width: 350px!important;
    z-index: 1000!important;
}

.first-line {
   min-width: 170px!important;
}
.second-line {
   min-width: 257px !important;
}
.third-line {
   min-width: 160px!important;
}

.third-line .overviewLabel, .overviewValue {
    padding: 0 0.5em!important;
}
.delBtnT {
    color: #646467;
    cursor: pointer;
}

#search-result-box {
  max-height: 300px;
  width: 100%;
  border: 1px solid silver;
  overflow-y: scroll;
  display: none;
}

@media (min-width: 1200px) {
  #search-result-box {
    width: 94%;
  }
}

#chClassifications {
    display: none;
}
.resultBar {
    border-bottom: 1px solid silver;
    display: none;
    padding: 5px 13px;
}
#noResults {
    display: none;
    padding-left: 13px;
    padding-top: 5px;
}
.resultBar .single {
    display: none;
    margin-bottom: 5px;
}
.resultBar .L1.single, .resultBar .L2.single {
    color: #a4a4a7;
}
.resultBar .group {
    display: none;
}
.resultBar .L2.single {
    padding-left: 10px;
}
.resultBar .L1.single, .resultBar .L2.single {
    color: #a4a4a7;
}
.resultBar .single {
    display: none;
    margin-bottom: 5px;
}
.resultBar .L3.single {
    padding-left: 15px;
}
.resultBar .L3 {
    cursor: pointer;
}
.resultBar .L3 .catText {
    font-size: 10px;
    font-weight: 600;
    text-decoration: underline;
}
.resultBar .L3.active {
    background-color: rgb(208, 231, 226);
}
/*.resultBar .L3.single {
    padding-left: 20px;
}*/
.resultBar .catText .highlight {
    color: rgb(238, 153, 50);
    font-weight: bold;
}
#addChannelModal ul.categories {
	background-color: #fff;
	border: none;
	min-height: 0 !important;
	font-size: 10px;	
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 0.25em 1em;
}
.note-info{
	font-size: 12px;
}
.btn-green{
	color:#fff;
	background:#1BAFA4;	
	border-radius: 0;
    border-color: rgb(192, 193, 191);
    cursor: pointer;    
    background-image: none;
    font-style: normal;
}
#addChannelModal .modal-dialog .modal-body {
	max-height:none !important;
	overflow-y:none !important;	
}
.btn-green-disable{
	color: #FFF;
    background-color: #d3d3d3; 
	border-radius: 0;
    border-color: rgb(192, 193, 191);
    cursor: pointer;    
    background-image: none;
    -moz-user-select: none;
}
.error {
	color: #FF0000;
}

div.dataTables_scrollHead>.dataTables_scrollHeadInner {
	/*width: 100% !important;*/
	
}
div.dataTables_scrollHead {
	width: 99.9% !important;
}
div.dataTables_scrollHead>.dataTables_scrollHeadInner>.table {
		width: 100% !important;

}
div.dataTables_scrollBody>.table {
		width: 100% !important;
}
div.dataTables_scroll {
		font-size: 10px !important;
}

/*
div.dataTables_scrollBody>.table {
	width: 100vw !important;
}*/

.youtube-top-brandings-highlight-row {
	background-color: #1BAFA4 !important;
	color:#FFF;
}