.grid{
    width : auto;
}
.tag{
	-webkit-user-select: none;
	background-image: none;
	border-radius: 15px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
}

.tag-default{
	background-color: rgb(255, 255, 255);
	border-color: rgb(204, 204, 204);
	color: rgb(51, 51, 51);
}

.tag-primary{
	background-color: rgb(51, 122, 183);
	border-color: rgb(46, 109, 164);
	color: rgb(255, 255, 255);
}

.tag-success{
	background-color: rgb(92, 184, 92);
	border-color: rgb(76, 174, 76);
	color: rgb(255, 255, 255);
}

.tag-info{
	background-color: rgb(70, 184, 218);
	border-color: rgb(91, 92, 222);
	color: rgb(255, 255, 255);
}

.tag-warning{
	background-color: rgb(240, 173, 78);
	border-color: rgb(238, 162, 15);
	color: rgb(255, 255, 255);
}

.tag-danger{
	background-color: rgb(217, 83, 79);
	border-color: rgb(212, 63, 58);
	color: rgb(255, 255, 255);
}

.tag-large{
	border-radius: 30px;
}

.tag2 {
	display: inline-block;
	border-radius: 10px;
	padding: 2px 4px;
	margin: 0 2px;
	color: #000;
	border: none;
	font-weight: normal;
	
	background-image: -webkit-linear-gradient(top, #C8E0F3, $link-blue);
}
.bar-legend  li span{
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.doughnut-legend  li span{
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.pie-legend  li span{
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

li {
	list-style-type: none;
}

.right-small {
	position: absolute;
    right: 0px;
    width: 150px;
}

.left-small {
	position: absolute;
    left: 0px;
    width: 150px;
}