html {
	min-height: 100%;
	position: relative;
}
body {
	font-family: 'Arvo', serif;
	margin-bottom: 60px;
}
#footer {
	background-color: #121212;
	bottom: 0;
	height: 60px;
	margin-top: 60px;
	position: absolute;
	width: 100%;
}
body > .container {
	padding: 30px 15px;
}
body.admin-template > .container {
	padding: 60px 15px;
}
.container .text-muted {
	margin: 20px 0;
}
.uppercase {
	text-transform: uppercase;
}
.nobr { text-wrap: none; }
#footer > .container {
	padding-right: 15px;
	padding-left: 15px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
	font-weight: 300;
}
/*
footer,
span.label { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
	font-weight: 300;
}

ul.ap_ul_vertical_space {
	list-style-type: none;
	padding: 0;
}
ul.ap_ul_vertical_space li {
	padding: 0 0 0.3em 0;
}
*/
/* ICONS */
.icon_notext {
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	text-align: left;
	line-height: 16px;
	height: 16px;
	width: 16px;
}
.icon_add {
	background: transparent url(/assets/img/icon/add.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
}
.icon_delete {
	background: transparent url(/assets/img/icon/delete.png) 0 0 no-repeat;
	margin: 2px 0;
}
.icon_pageprev {
	background: transparent url(/assets/img/icon/resultset_previous.png) 0 0 no-repeat;
}
.icon_pagenext {
	background: transparent url(/assets/img/icon/resultset_next.png) 0 0 no-repeat;
}
.icon_pagefirst {
	background: transparent url(/assets/img/icon/resultset_first.png) 0 0 no-repeat;
}
.icon_pagelast {
	background: transparent url(/assets/img/icon/resultset_last.png) 0 0 no-repeat;
}
.icon_blank {
	display: inline-block;
	width: 16px;
	height: 0;
}
.icon_dim {
	opacity: .75;
}
a.icon_status_toggle_off {
background: transparent url('/assets/img/icon/toggle-off.png') no-repeat;
height: 16px; width: 60px;
display: block; overflow: hidden; text-indent: -999em;
margin: 2px 0;
}
a.icon_status_toggle_off:hover {
background: transparent url('/assets/img/icon/toggle-off.png') 0 -16px no-repeat;
}
a.icon_status_toggle_on {
background: transparent url('/assets/img/icon/toggle-on.png') no-repeat;
height: 16px; width: 60px;
display: block; overflow: hidden; text-indent: -999em;
margin: 2px 0;
}
a.icon_status_toggle_on:hover {
background: transparent url('/assets/img/icon/toggle-on.png') 0 -16px no-repeat;
}

/* PAGINATION / SORTING */
/*
.admin_pagination {
	line-height: 16px;
}
.admin_pagination_text {
	margin: 0 1em;
}
.admin_sort {
margin: 1em 0 2em 0;
}
th .glyphicon { font-size: 80%; }
th a .glyphicon { color: #aaa; }
th a:hover .glyphicon { color: #999; }
*/
