@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');



@font-face {
	font-family: 'icomoon';
	src:	url('fonts/icomoon.eot?6qiit3');
	src:	url('fonts/icomoon.eot?6qiit3#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?6qiit3') format('truetype'),
		url('fonts/icomoon.woff?6qiit3') format('woff'),
		url('fonts/icomoon.svg?6qiit3#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="dbicon-"], [class*=" dbicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dbicon-coffeebean:before {
	content: "\e900";
}
.dbicon-coffeebean-stroke-10pt:before {
	content: "\e901";
}



#tbl-dbbc-chart .dbicon-coffeebean,
#tbl-dbbc-chart .dbicon-coffeebean-stroke {
	margin-left: 0.25em;
	margin-top: 0.25em;
	line-height: 1.4;
	font-size: 14px;
}

.dbbc-minion02 .dbicon-coffeebean:before,
.dbbc-minion04 .dbicon-coffeebean:before,
.dbbc-minion06 .dbicon-coffeebean:before,
.dbbc-minion08 .dbicon-coffeebean:before,
.dbbc-minion10 .dbicon-coffeebean:before,
.dbbc-minion12 .dbicon-coffeebean:before,
.dbbc-minion14 .dbicon-coffeebean:before,
.dbbc-minion16 .dbicon-coffeebean:before,
.dbbc-minion18 .dbicon-coffeebean:before,
.dbbc-minion20 .dbicon-coffeebean:before,
.dbbc-minion22 .dbicon-coffeebean:before,
.dbbc-minion24 .dbicon-coffeebean:before,
.dbbc-minion26 .dbicon-coffeebean:before,
.dbbc-minion28 .dbicon-coffeebean:before,

.dbicon-coffeebean.dbbc-minion02:before,
.dbicon-coffeebean.dbbc-minion04:before,
.dbicon-coffeebean.dbbc-minion06:before,
.dbicon-coffeebean.dbbc-minion08:before,
.dbicon-coffeebean.dbbc-minion10:before,
.dbicon-coffeebean.dbbc-minion12:before,
.dbicon-coffeebean.dbbc-minion14:before,
.dbicon-coffeebean.dbbc-minion16:before,
.dbicon-coffeebean.dbbc-minion18:before,
.dbicon-coffeebean.dbbc-minion20:before,
.dbicon-coffeebean.dbbc-minion22:before,
.dbicon-coffeebean.dbbc-minion24:before,
.dbicon-coffeebean.dbbc-minion26:before,
.dbicon-coffeebean.dbbc-minion28:before
 {
	/*content: "\e901";*/
}

div.dbbc-chart-title {
	border: 3px solid #000;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 3.0em;
	padding: 1.0em 0.5em 0.25em;
	text-align: center;
	display: block;
	margin: 0.5em 0 0.5em;
}

.dbbc-chart-title .dbicon-coffeebean {
	display: inline-block;
	text-align: center;
	width: 1.5em;
	margin-bottom: 15px;
}

.dbbc-chart-title span {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin: 1.5em 0 0;
	font-size: 0.5em;
	line-height: 1;
	height: 1.2em;
}


table.tbl-dbbc {
	font-family: 'Open Sans Condensed', 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	line-height: 1;
	font-size: 13px;
}



#dbbc-chart-sort {
	font-family: 'Open Sans Condensed', 'Roboto Condensed', sans-serif;
	margin: 5px 0;
	text-align: right;
}

#dbbc-chart-sort a {
	display: inline-block;
	padding: 2px 5px;
	background: #5CC0E9;
	color: #fff;
	border-radius: 3px;
}

#dbbc-chart-sort a:hover {
	background: #EA3D6E;
}

table#tbl-dbbc-chart tr:nth-of-type(odd) {
	background: #f9f9f9;
}

table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr {
}

table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr > td {
	padding: 8px 0;
}

table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr > td:first-child {
	padding-left: 0;
	padding-right: 6px;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-right: 1px solid #ccc;
	text-align: right;
}

table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr > td:first-child:hover {
	/*overflow: visible;*/
}

table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr:last-child td {
	border-bottom: 1px solid #ccc;
}

table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr:last-child > td:first-child {
	border-bottom: none;
}



#tbl-dbbc-chart td.td-dbbc-dramacolumn {
	width: 150px;
}

#tbl-dbbc-chart td.td-dbbc-beancolumn {
}

#tbl-dbbc-chart td.td-dbbc-totalcolumn {
	width: 50px;
	text-align: center;
	color: #ccc;
	font-size: 1.5em;
}

#tbl-dbbc-chart {
	table-layout: fixed;
	width: 610px;
}




.span-dbbc-beanbar {
	display: block;
	word-wrap: break-word;
}

.dbbc-legend {
	font-family: 'Open Sans Condensed', 'Roboto Condensed', sans-serif;
	text-align: center;
	margin: 1.5em 1.0em;
	width: 100%;
}


.dbbc-legend .dbbc-minionname {
	display: inline-block;
	display: inline-flex;
	font-size: 1.0em;
	align-items: center;
	line-height: 1.5;
	padding: 5px 8px;
	margin: 3px 0;
	border-radius: 3px;
}

.dbbc-legend .dbbc-minionname:hover {
	background: #efefef;
}


.dbbc-legend span i {
	font-size: 1.75em;
	margin-right: 3px;
}


#dbbc-bar-chart-axis span {
	position: absolute;
}





.dbbc-minion01 {
	color: #FF1482;
}
.dbbc-minion02 {
	color: #00AEDB;
}
.dbbc-minion03 {
	color: #FF8C23;
}
.dbbc-minion04 {
	color: #800080;
}
.dbbc-minion05 {
	color: #38BA36;
}
.dbbc-minion06 {
	color: #1024FF;
}
.dbbc-minion07 {
	color: #FFCF3D;
}
.dbbc-minion08 {
	color: #E60000;
}
.dbbc-minion09 {
	color: #6A9BC8;
}
.dbbc-minion10 {
	color: #FFCBD4;
}
.dbbc-minion11 {
	color: #DAF2AC;
}
.dbbc-minion12 {
	color: #FFB68F;
}
.dbbc-minion13 {
	color: #87F8E9;
}
.dbbc-minion14 {
	color: #FF6666;
}
.dbbc-minion15 {
	color: #35A79C;
}
.dbbc-minion16 {
	color: #AF65C6;
}
.dbbc-minion17 {
	color: #C4C1C1;
}
.dbbc-minion18 {
	color: #1F6837;
}
.dbbc-minion19 {
	color: #CEBEE6;
}
.dbbc-minion20 {
	color: #FFEE8F;
}
.dbbc-minion21 {
	color: #1F5586;
}
.dbbc-minion22 {
	color: #46C679;
}
.dbbc-minion23 {
	color: #6c2d31;
}
.dbbc-minion24 {
	color: #d38b7a;
}
.dbbc-minion25 {
	color: #a03a60;
}



.chart {
	height: 420px;
	width: 420px;
	vertical-align: top;
}

#div-pieChart {
	margin: 0 auto;
}

.chart,
.dbbc-piechart-legend,
.dbbc-piechart-legend ul {
	box-sizing: border-box;
}

.dbbc-piechart-legend {
	vertical-align: top;
	margin: 0 auto;
	padding: 0;
}
	.dbbc-piechart-legend ul {
		list-style-type: none;
		font-size: 13px;
		font-family: 'Open Sans Condensed', 'Roboto Condensed', sans-serif;
		margin: 0;
		padding: 0;
		overflow: auto;
	}
	.dbbc-piechart-legend ul > li {
		float: left;
		display: inline-block;
		width: 33%;
		margin: 0.25em 0;
		padding: 0;
	}
	.dbbc-piechart-legend ul > li > span {
		border-radius: 1em;
		height: 1em;
		width: 1em;
		vertical-align: middle;
		margin-right: 0.5em;
		display: inline-block;
	}

.pieTip {
	font-family: 'Open Sans', 'Roboto', sans-serif;
	position: absolute;
	float: left;
	min-width: 30px;
	max-width: 300px;
	padding: 5px 10px 6px;
	border-radius: 2px;
	background: rgba(255,255,255,.97);
	color: #444;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .06em;
	box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
	-webkit-transform: all .25s;
		 -moz-transform: all .25s;
			-ms-transform: all .25s;
			 -o-transform: all .25s;
					transform: all .25s;
	pointer-events: none;
}
.pieTip:after {
			position: absolute;
			left: 50%;
			bottom: -6px;
			content: "";
			height: 0;
			margin: 0 0 0 -6px;
			border-right: 5px solid transparent;
			border-left: 5px solid transparent;
			border-top: 6px solid rgba(255,255,255,.95);
			line-height: 0;
}
.chart path { cursor: pointer; }

text.hide {
	fill: rgba(255, 255, 255, 0);
}

.dbbc-img-piebanner {
	display: block;
	margin: 0 auto;
}

#dbbc-barchart-group {
	margin: 0 auto;
}

@media (min-width: 651px) {
	#tbl-dbbc-chart {
		width: 100%;
	}
}

@media (max-width: 650px) {
	
	#dbbc-container,
	#tbl-dbbc-chart td.td-dbbc-totalcolumn,
	table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr > td:first-child,
	#tbl-dbbc-chart .dbicon-coffeebean,
	#tbl-dbbc-chart .dbicon-coffeebean-stroke
	{
		font-size: 10px;
	}
	
	#dbbc-barchart-group,
	#dbbc-chart-sort,
	#tbl-dbbc-chart,
	#div-pieChart,
	.chart {
		width: 400px;
	}
	
	#div-pieChart,
	.chart {
		height: 400px;
	}

	#tbl-dbbc-chart td.td-dbbc-dramacolumn {
		width: 100px;
	}

	#tbl-dbbc-chart td.td-dbbc-beancolumn {
		width: 280px;
	}

	#tbl-dbbc-chart td.td-dbbc-totalcolumn {
		width: 20px;
	}

	#tbl-dbbc-chart .dbicon-coffeebean,
	#tbl-dbbc-chart .dbicon-coffeebean-stroke {
		line-height: 1.2;
	}
	
	div.dbbc-chart-title {
		font-size: 2.0em;
		padding: 0.75em 1.0em;
		margin: 0.25em 0;
		margin-bottom: 0; /* override mobile styles */
	}
	
	.dbbc-legend {
		margin: 1.0em 0.5em;
	}
	.dbbc-legend .dbbc-minionname {
		font-size: 1.1em;
	}
	.dbbc-legend span i {
		font-size: 1.3em;
	}
	
	.dbbc-piechart-legend ul > li {
		width: 49%;
		margin: 0;
	}
}


@media (max-width: 450px) {
	
	#dbbc-container,
	#tbl-dbbc-chart td.td-dbbc-totalcolumn,
	table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr > td:first-child,
	#tbl-dbbc-chart .dbicon-coffeebean,
	#tbl-dbbc-chart .dbicon-coffeebean-stroke
	{
		font-size: 9px;
	}
	
	#dbbc-barchart-group,
	#dbbc-chart-sort,
	#tbl-dbbc-chart,
	#div-pieChart,
	.chart {
		width: 300px;
	}
	
	#div-pieChart,
	.chart {
		height: 300px;
	}
	
	.chart {
		width: 300px;
		height: 300px;
	}

	#tbl-dbbc-chart td.td-dbbc-dramacolumn {
		width: 90px;
	}

	#tbl-dbbc-chart td.td-dbbc-beancolumn {
		width: 190px;
	}

	#tbl-dbbc-chart td.td-dbbc-totalcolumn {
		width: 20px;
	}
	
	.dbbc-piechart-legend ul > li {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 320px) {
	
	#dbbc-container,
	#tbl-dbbc-chart td.td-dbbc-totalcolumn,
	table#tbl-dbbc-chart > tbody#dbbc-tbody-chart > tr > td:first-child,
	#tbl-dbbc-chart .dbicon-coffeebean,
	#tbl-dbbc-chart .dbicon-coffeebean-stroke
	{
		font-size: 8px;
	}
	
	#dbbc-barchart-group,
	#dbbc-chart-sort,
	#tbl-dbbc-chart,
	#div-pieChart,
	.chart {
		width: 250px;
	}
	
	#div-pieChart,
	.chart {
		height: 250px;
	}

	#tbl-dbbc-chart td.td-dbbc-dramacolumn {
		width: 80px;
	}

	#tbl-dbbc-chart td.td-dbbc-beancolumn {
		width: 155px;
	}

	#tbl-dbbc-chart td.td-dbbc-totalcolumn {
		width: 15px;
	}
}
