html, body {
	height: 100%;
}
#mainbar {
	overflow: hidden;
}
#mainbar a {
	display: inline-block;
	padding: 7px 11px;
	font-size: 12px;
}
#mainbar a:hover {
	background-image: url(../../grafik/menu_onmouseover.png);
	color: black;
}
#mainbar a.active {
	font-weight: bold;
}
#logo {
	padding: 0;
	margin: 0 -33px;
}
#user {
	padding-right: 0;
}
#mainbar .right {
	float: right;
	padding: 0;
}
#mainbar .right a:last-child {
	padding-right: 0;
}
#user .edit {
	position: relative;
	top: -2px;
}
.info-coins {
	float:left;
	font-size:10px;
	position:absolute;
	padding-top: 4px;
	padding-left: 1em;
}
.linie {
	margin: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #428bca;
}
.container h3 {
	font-size: 125%;
	color: #ccc;
}
.additional-options label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
.additional-options label:not(.inner) {
	color: #ccc;
}
.tab-pane > h3:first-child,
.content-box > h3:first-child,
.col-sm-6 > h3:first-child {
	margin-top: 0;
}
.front-upload {
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	text-align: left;
}
.additional-options {
	margin: 30px 0;
}
.drag-upload input {
	padding: 40px;	
	border: 4px dashed #428bca;
	border-radius: 20px;
	margin: 30px 0;
	background: #f8f8f8;
	width: 100%;
	cursor: pointer;
}
button.btn-lg img{
	max-height: 24px;
}
.user-images {
	margin: 25px -5px;
}
.single-image {
	float: left;
	position: relative;
	text-align: left;
	margin: 5px;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.user-images.has-selection .single-image:not(.selected) img {
	opacity: 0.25;
}
.single-image .top,
.single-image .bottom {
	padding: 5px;
}
.single-image .top {
	position: absolute;
	z-index: 1;
}
.single-image  .top input {
	width: 18px;
	height: 18px;
	margin: 0;
}
.single-image > a {
	display: block;
	text-align: center;
	background: #ccc;
	min-width: 144px;
	min-height: 144px;
}
.single-image > a img {
	max-width: 144px;
	max-height: 144px;
	transition: opacity .1s ease-in-out;
}
.single-image .bottom a{
	float: left;
	display: block;
	margin-right: 5px;
}
.top-space {
	margin-top: 30px;
}
.content-box {
	text-align: left;
	padding: 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.content-box.next-to-tabs {
	margin-top: 42px;
	margin-top: calc(1em + 26px);
}
.content-box.error {
	background: #ffecc5;
	border: 1px solid #ffd17e;
	font-weight: bold;
}
.content-box.success {
	background: #C4FFAD;
	border: 1px solid #99FF56;
	font-weight: bold;
}
.content-box > h2:first-child,
.content-box > .pull-right:first-child + h2 {
	margin-top: 0;
}
.current-folder {
	width: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 10px;
}
.explanation {
	margin-top: 10px;
	font-size: 12px;
}
.url{
	padding: 1em;
	display: inline-block;
	background: #eee;
	margin-top: 10px;
}
li.add-folder a {
	font-weight: bold;
}
.file-label {
	position: absolute;
	margin-top: 1em;
	margin-left: 1em;
	font-size: 100%;
}
.nav-tabs li:not(.active) .label {
	display: none;
}
.glyphicon {
	letter-spacing: 0.2em;
}
#fortbar {
	display: none;
}
#fortschritt {
	width: auto;
	display: block;
	height: 20px;
}
.abf {
	min-height: 100%;
	padding-bottom: 50px;
}
footer {
	height: 20px;
	margin-top: -20px;
	background-color: #c0b6b7;
	border-top: 1px solid #808080;
	font-size: 12px;
}

#uebersicht label {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}
@media (min-width: 768px) {
	#uebersicht .row > .inline {
		height: 40px;
		margin: 0;
	}
	#uebersicht .thumb {
		display: block;
		min-height: 100px;
	}
	#uebersicht .thumb img {
		max-width: 100%;
	}
}
.full-image {
	display: block;
}
.full-image img {
	display: block;
	max-width: 100%;
}
.content-box > .stats:last-child {
	margin: 0;
}
.stats li {
	min-width: 250px;
}
.bar {
  width: 300px;
}

#progress {
  background: #eee;
  border: 1px solid #222;
  margin-top: 20px;
}

#progressbar {
  width: 0px;
  height: 24px;
  background: #333;
}