#page {
	position: relative;
}

.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


ul.system-messages {
	position: absolute;
	top: 20px;
	left: -250px;
	width: 500px;
	padding: 0;
	margin: 0 0 0 50%;
	list-style: none;
}
li.system-message {
	padding: 15px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}
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 {
	background: #f5f5f5;
	color: #000;
	display: inline-block;
	padding: 6px 18px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	border: 1px solid #d9d9d9;
	border-radius: 18px;
	-webkit-appearance: none;
}
.btn:hover {
	background-color: #eee;
	border-color: #ddd;
	text-decoration: none;
}

.btn .fa {
	margin-right: 5px;
}
.btn .fa-spin,
.btn.loading .fa {
	display: none;
}
.btn.loading .fa-spin {
	display: inline-block;
}

a.btn-primary,
.btn-primary {
	color: #FFF;
	background: #40c7e4;
	border-color: #40c7e4;
}
.btn-primary:hover {
	background: #3bcded;
	border-color: #3bcded;
}
a.btn-danger,
.btn-danger {
	color: #FFF;
	background: #D9534F;
	border-color: #D9534F;
}
.btn-danger:hover {
	background: #C9302C;
	border-color: #C9302C;
}
a.btn-success,
.btn-success {
	color: #FFF;
	background: #70af38;
	border-color: #70af38;
}
.btn-success:hover {
	background: #75bc36;
	border-color: #75bc36;
}


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;
}