html, body {
  margin: 0;
  padding: 0;
  color: #606060;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
	height: 100%;
}

#page {
	margin-top: 31px;
}

h1#page-title {
	font-size: 17px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	color: #3b3b3b;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 3%;
}

#content {
	margin: 20px auto 50px;
	width: 94%;
}

a:link, a:visited {
  color: #04f;
}
a:hover, a:focus {
  text-decoration: none;
  color: #06f;
}

.system-button,
a.system-button {
  float: left;
  padding: 8px 15px;
  color: #fff;
  border: none;
  margin: 0;
  background: #ffae00;
  cursor: pointer;
  margin: 0 5px;
}

.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


ul.breadcrumbs {
	display: none;
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	border-radius: 4px;
}
ul.breadcrumbs li {
	display: inline-block;
}
ul.breadcrumbs li:last-child {
	color: #777;
}
ul.breadcrumbs li + li:before {
	padding: 0px 5px;
	color: #ccc;
	content: "/ ";
}


ul.system-messages {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
li.system-message {
	padding: 15px 3%;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}
li.system-message:first-child {
	margin-top: 0;
}
li.system-message-info {
	color: #31708F;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
li.system-message-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
li.system-message-debug,
li.system-message-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
li.system-message-error {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}


a.btn,
.btn {
	padding: 10px 20px 8px;
	border: 0;
	color: #fff;
	background: #a9a9a9;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-appearance: none;
}
a.btn:hover,
.btn:hover {
	background: #989898;
}

a.btn-primary,
.btn-primary {
	background: #49c000;
}
a.btn-primary:hover,
.btn-primary:hover {
	background: #42ae00;
}


table {
	border-collapse: collapse;
	width: 100%;
	background: none;
	box-sizing: border-box;
	margin: 20px 0;
}
table th {
	vertical-align: bottom;
	border-bottom: 2px solid #DDD;
	font-weight: 700;
	text-align: left;
}
table th,
table td {
	padding: 8px;
}
table tbody tr {
	border-top: 1px solid #ddd;
}
table.striped tbody tr:nth-child(2n+1) {
	background: #f9f9f9;
}
tr .actions {
	white-space: nowrap;
	width: 1px;
}
tr .actions a {
	display: inline-block;
	margin-left: 6px;
}
tr .actions a:first-child {
	margin-left: 0;
}
tr.status-info {
	color: #31708F;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
tr.status-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
tr.status-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
tr.status-error {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}
table .actions a .ban,
table .actions a .fa-trash-o {
	color: #A94442;
}
table .actions a:hover .ban,
table .actions a:hover .fa-trash-o {
	color: #833;
}
th a:link,
th a:visited {
	color: inherit;
}
th a:after {
	content: " ";
	font-family: FontAwesome;
	font-size: 12px;
}


.pager {
  margin: 30px 0 0;
  text-align: center;
}
.page {
  display: inline-block;
  padding: 6px 12px;
  margin-left: -1px;
  color: #337AB7;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #DDD;
}
.page:hover {
  color: #23527C;
  background: #EEE;
  border-color: #DDD;
  text-decoration: none;
}
.page:first-child {
  border-radius: 4px 0 0 4px;
}
.page:last-child {
  border-radius: 0 4px 4px 0;
}
.page.page-current {
  color: #FFF;
  background: #337AB7;
  border-color: #337AB7;
}
.footer {
	color: #fff;
}
#menu-footer ul.menu {
    text-align: center;
}
#menu-footer ul.menu li a {
    color: inherit;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}