
@font-face {
	font-family: 'ChunkFive';
	src: url('../fonts/chunkfive-webfont.woff2') format('woff2'),
	     url('../fonts/chunkfive-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

h1.title {
	margin-bottom: 32px;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

.messages {
	z-index: 1;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 16px;
}

.alert {
	margin-top: 15px;
}

.navbar-header .navbar-brand {
	margin-bottom: 16px;
}

.navbar-header .navbar-brand img {
	position: relative;
	height: 48px;
	top: -6px;
}

.navbar-nav {
	margin-top: 8px;
}

.navbar h2.title {
	font-family: 'ChunkFive';
}

.login-panel {
	margin-top: 25px;
}

.tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0px 0px 5px 5px;
	padding: 20px;
}

.nav-tabs {
	margin-bottom: 0;
}

div[edit-type=images] .input-group input {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

div[edit-type=images] .input-group .input-group-btn button {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 6px;
}

.gallery {
	padding: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.gallery .images {
	margin-bottom: 16px;
}

.gallery .images .image {
	float: left;
	margin: 8px;
	padding: 8px;
	border: 1px solid #ccc;
	position: relative;
}

.gallery .images .image img {
	height: 128px;
}

.gallery .images .image .delete {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 12px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
	font-weight: bold;
	color: #CC0000;
}

#links table {
	width: 100%;
}

#links table th {
	text-align: center;
	vertical-align: middle;
}

#links textarea {
	width: 100%;
	height: 102px;
	font-size: 9pt;
	color: #555;
}
