body {
	cursor: default;
	padding-top: 20px;
	font-size: 12px;
	font-family: 'DejaVu Sans', 'Verdana', sans-serif;
    background: #272B30 url('/static/img/background.png') no-repeat fixed top center;
}

a {
	font-weight: bold;
	text-decoration: none !important;
}

a.btn {
	font-weight: normal;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}

a:hover.btn {
	text-decoration: none !important;
}

.logo {
	margin-bottom: 15px;
	text-align: center;
}

.right {
	text-align: right;
}

.middle {
	text-align: center;
}

.emblem {
	max-width: 64px;
	max-height: 64px;
}

.tab-content {
	margin-top: 25px;
}

.progress {
	position: relative;
}

.progress-bar-success {
	background: #2D862D;
}

.progress span {
	position: absolute;
	display: block;
	width: 100%;
}

.input-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.popover {
	max-width: 100%;
}

.alert-danger, .btn-danger {
	background: #CC4B4B;
}

.alert-success, .btn-success {
	background: #2D862D;
}

.alert-info, .btn-info {
	background: #008AE6;
}

.btn-danger {
	background-image: linear-gradient(#D87474, #CC4B4B 60%, #B33333);
	background-repeat: no-repeat;
}

.btn-success {
	background-image: linear-gradient(#3AAC3A, #2D862D 60%, #205F20);
	background-repeat: no-repeat;
}

.btn-info {
	background-image: linear-gradient(#1AA3FF, #008AE6 60%, #006BB3);
	background-repeat: no-repeat;
}

.row-voffset-1 {
	margin-bottom: 1%;
}

.row-voffset-2 {
	margin-bottom: 2%;
}

.text-italic {
	font-style: italic;
}
