body [class^="icon-"],
body [class*=" icon-"] {
	display: inline-block;
	width: auto;
	height: auto;
	*margin-right: .3em;
	line-height: 16px;
	background-image: none;
	margin: 0;
	text-shadow: none;
}


/* Pagination Overrides */
.pagination [class^="icon-"], 
.pagination [class*=" icon-"] {
	width: auto;
	height: auto;
	line-height: inherit;
}
.pagination .icon-next:before,
.pagination .icon-forward:before {
	content: "\e000";
}
.pagination .icon-previous:before,
.pagination .icon-backward:before {
	content: "\7d";
}
.pagination .icon-first:before,
.pagination .icon-step-backward:before {
	content: "\7c";
}
.pagination .icon-last:before,
.pagination .icon-step-forward:before {
	content: "\7b";
}


/* Frontend Editor */
body .edit .btn,
body #login-form .btn {
	display: inline-block;
	border-radius: 9px !important;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
	background: #ffffff;
	cursor: pointer;
	border: 0 !important;
	text-shadow: none;
	color: inherit;
}
.btn.btn-primary,
.body-dark .edit .btn.btn-primary {
	margin-right: 0;
	color: #006dcc;
}
#adminForm fieldset div [class^="input-"] div {
	line-height: 20px;
}
body .edit [class^="input-"] .btn [class^="icon-"] {
	line-height: inherit;
}
body .jmodedit .icon-edit:before {
	display: none;
}

body .edit .input-append .btn {
	margin-left: 5px;
	margin-right: 5px;
}
body .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
body .breadcrumb a,
body .breadcrumb span {
	text-shadow: none;
}

body .thumbnail {
	margin-bottom: 9px;
}

body .thumbnail > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.width-10 {
	width: 10px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-70 {
	width: 70px;
}
.width-80 {
	width: 80px;
}
.width-90 {
	width: 90px;
}
.width-100 {
	width: 100px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-70 {
	height: 70px;
}
.height-80 {
	height: 80px;
}
.height-90 {
	height: 90px;
}
.height-100 {
	height: 100px;
}
.center {
	text-align: center;
}