.m-toolbar{
	position: relative;
	text-align: center;
	min-height: 32px;
}
.m-toolbar .m-title{
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.m-left{
	position: absolute;
	height: 100%;
	vertical-align: middle;
	top:0;
	left:0;
	z-index: 1;
}
.m-right{
	position: absolute;
	height: 100%;
	vertical-align: middle;
	top:0;
	right:0;
	z-index: 1;
}
.m-left>.l-btn,.m-right>.l-btn,
.m-left>.switchbutton,.m-right>.switchbutton{
	position: relative;
	vertical-align: top;
	top: 50%;
	margin-top: -13px;
}
.m-back::before,.m-next::after{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width: 10px;
	height: 10px;
	top: 7px;
	content: '';
}
.m-back::before{
	border-width: 0 0 1px 1px;
	margin-left: 6px;
	margin-right: -6px;
}
.m-next::after{
	border-width: 1px 1px 0 0;
	margin-left: -6px;
	margin-right: 6px;
}
.m-buttongroup{
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}
.m-buttongroup .l-btn{
	float: left;
	margin-left: -1px;
}
.m-buttongroup .l-btn:last-child::after{
	content: '';
	clear: both;
}
.m-buttongroup .l-btn:not(:first-child):not(:last-child){
	border-radius: 0;
}
.m-buttongroup .l-btn:first-child{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-left: 0;
}
.m-buttongroup .l-btn:last-child{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.m-buttongroup-justified{
	display: table;
	table-layout: fixed;
}
.m-buttongroup-justified .l-btn{
	float: none;
	display: table-cell;
}
.m-badge:not(.l-btn),
.l-btn.m-badge::after{
	display: inline-block;
	min-width: 10px;
	line-height: 1;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	border-radius: 10px;
	padding: 2px 4px;
	border-style: solid;
	border-width: 0px;
	background-color: #d9534f;
	color: #fff;
	z-index: 99999;
}
.l-btn.m-badge::after,
.l-btn .m-badge{
	position: absolute;
	top: -10px;
	right: -10px;
}
.tabs-inner .m-badge{
	position: absolute;
	top: 1px;
	right: -10px;
}
.tabs-inner>.tabs-title>.m-badge{
	top: 0;
	right: 0;
}
.tabs-header-bottom .tabs-inner>.tabs-title>.m-badge{
	top: auto;
	bottom: 0;
	right: 0;
}
.panel-footer .l-btn .l-btn-icon-top .m-badge,
.panel-footer .l-btn .l-btn-icon-bottom .m-badge{
	top: 0;
	right: -10px;
}
.l-btn.m-badge::after{
	content: attr(data-badge);
}
.l-btn,.l-btn-left{
	overflow: visible;
	position: relative;
}
