/* ========================================================================== */
/* Layout Admin
/* ========================================================================== */
@import "app.css";

/* Real Footer */
* { margin: 0; }
html, body { height: 100%; }
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
.footer, .push { height: 60px; }
.footer .copyright { padding-bottom: 10px; }
.footer {
	padding-top: 10px;
	background-color: #efefef;
}

/* Dash List */
.icon-list .thumbnail, .date-list .thumbnail {
	margin: 5px 0;
	clear: both;
}

.icon-list .title, .date-list .title {
	font-size: 115%;
	display: table-cell;
}

.icon-list .glyphicon {
	font-size: 150%;
	float: left;
	position: relative;
	width: 25px;
}

.icon-list dd {
	margin-left: 30px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.icon-list dd blockquote {
	margin: 0;
}

.icon-list h2, .date-list h2 {
	margin-top: 0;
	padding-top: 20px;
}

.icon-list dl, .date-list dl {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: #ccc dashed 1px;
	overflow: hidden;
}

.date-list dt {
	background-color: #917930;
	border-radius: 5px;
	color: #fff;
	float: left;
	margin: 0 10px 5px 0;
	width: 50px;
}

.date-list dt span {
	display: block;
	text-align: center;
}

.date-list dt span.day {
	background-color: rgb(51, 51, 51);
	border-radius: 5px;
	font-size: 200%;
}

.date-list dt span.month {
	font-size: 80%;
	padding: 2px 0;
}

.date-list dd {
	display: table-cell;
}

div.changelog {
	max-height: 400px;
	overflow-y: auto;
	margin-bottom: 15px;
}

ul.changelog {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	line-height: 150%;
}
