body, html{
	background: #EDEDED;
	/* height: 100%; */
	}
	
body {
  padding: 1rem;
}

.breadcrumb{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0.3 rem;
}

div.userbar{
	background-color: brown;
	color: white;
	}
	
div.logobar{
	background-color: white;
	color: black;
	border-bottom: 1px solid #A1A1A1;
	margin-bottom: 10px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	height: 74px;
	}	

img.logo{
	margin: 5px 25px 5px 7px;
	}
	
div.colNoPadding{
	padding-left: 0px;
	padding-right: 0px;
	}
	
div.spaceAbove{
	margin-top: 60px;
	}

#sidebar{
	overflow-x: hidden;
}
	
#sidebar a{
	display: block;
	background: #4A4A4A;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	/*text-indent: 12px; */
	border-bottom: 1px solid #EDEDED;
	font-size: 115%;
	}

#sidebar a div.linktext{
	padding-left: 28px; 
	}

#sidebar a i{
	float: left;
	}

#sidebar a:after{
	content: "";
	clear: both;
	}

#sidebar a:active, #sidebar a:hover{
	background: #383838;
	text-decoration: none;
	}
	
#sidebar a.sub{
	padding-left: 28px;
	/* text-indent: 24px; */
	}	
	
#topbar a{
	display: inline-block;
	background: #4A4A4A;
	color: white;
	padding: 4px 12px;
	/*text-indent: 12px;*/
	border-bottom: 1px solid #EDEDED;
	font-size: 115%;
	margin-right: 12px;
	}

#topbar a:active, #sidebar a:hover{
	background: #383838;
	text-decoration: none;
	}

	
a.sort-header-link:link, a.sort-header-link:visited{
	color: black;
	text-decoration: none;
	}
	
a.sort-header-link:hover, a.sort-header-link:active{
	color: #007bff;
	}
	
a.current_asc:after{
	font-family: 'manager';
	content: '\004d';
	margin-left: 0.3em;
	}
	
a.current_desc:after{
	font-family: 'manager';
	content: '\004e';
	margin-left: 0.3em;
	}
	
.not_sortable{
	color: rgb(75,75,75);
	}
	
	
.custom-file-label:after{
	content: 'Durchsuchen...'
	}
	
.markforDelete{
	border: 1px solid red;
	opacity: 0.5;
	
	}
	
div.sellerPhotoContainer{
	margin-bottom: 6px;
	background-color: red;
	display: inline-block;
	}

div.sellerPhotoContainer:after{
	content: "";
	clear: both;
	}
	
.grey{
	color: grey;
	}
	
.font_micro{
	font-size: 18px;
	}
	
.font_tiny{
	font-size: 24px;
	}
	
.font_thumb{
	font-size: 30px;
	}

.font_middle{
	font-size: 48px;
	}
	
.font_full{
	font-size: 64px;
	}
	
div.micro_container{
	width: 24px;
	height: 24px;
	position: relative;
	top: -2px;
	
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: -7px;
	margin-right: 3px;
	padding: 0px;
	border: 1px solid white;
	display: inline-block;
	font-size: 4px;
	line-height: 0px;
	background-color: white;
	}
	
	
div.comments_header{
	margin-bottom: 20px;
	}
	
div.comments_container{
	max-height: 550px;
	overflow: auto;
	}
	
div.comment_container{
	margin: 2px;
	/*border: 1px solid red;
	background-color: violet;*/
	}
	
div.comment_user_img_container{
	width: 48px;
	height: 48px;
	/*outline: 1px solid white;*/
	background-color: white;
	}
	
div.comment_user_img_container.offset-1{ margin-left:  24px !important; }
div.comment_user_img_container.offset-2{ margin-left:  48px !important; }
div.comment_user_img_container.offset-3{ margin-left:  72px !important; }
div.comment_user_img_container.offset-4{ margin-left:  96px !important; }
div.comment_user_img_container.offset-5{ margin-left: 120px !important; }
div.comment_user_img_container.offset-6{ margin-left: 144px !important; }
div.comment_user_img_container.offset-7{ margin-left: 168px !important; }
div.comment_user_img_container.offset-8{ margin-left: 192px !important; }

	
div.comment_content_container{
	display: block;
	/*background-color: orange;*/
	/*vertical-align: top;*/
	/*position: relative;*/
	
	margin-top: -48px;
	
	/*margin-bottom: -48px;*/
	margin-left: 60px;
	}
	
div.comment_content_container.offset-1{ margin-left:  84px; }
div.comment_content_container.offset-2{ margin-left: 108px; }
div.comment_content_container.offset-3{ margin-left: 132px; }
div.comment_content_container.offset-4{ margin-left: 156px; }
div.comment_content_container.offset-5{ margin-left: 180px; }
div.comment_content_container.offset-6{ margin-left: 204px; }
div.comment_content_container.offset-7{ margin-left: 228px; }
div.comment_content_container.offset-8{ margin-left: 252px; }

div.comment_actions{
	/*background-color: yellow;*/
	margin-top: 6px;
	margin-bottom: 10px;
	}

div.comment_actions a:link,
div.comment_actions a:visited{
	color: #555;
	margin-right: 12px;
	}
	
div.comment_actions a:hover,
div.comment_actions a:active{	
	color: #007bff;
	}
	
span.comment_update_info{
	color: #666;
	}
	
#filters-toggle-btn{
	margin-bottom: 6px;
	}
	
#filters{
	margin-bottom: 10px;
	background-color: white;
	padding: 10px 5px;
	border-radius: 5px;
	border: thin solid #888;
	}
	
.smallHint{
	font-size: 90%;
	}
	
.warning{
	color: red;
	}
	
#buyer_info .warning,
#publication_info .warning{
	font-size: 115%;
	font-weight: bold;
	}
	
.guthaben{
	color: darkgreen;
	}
	
#buyer_info .guthaben,
#publication_info .guthaben{
	font-size: 115%;
	font-weight: bold;
	}

#buyer_comments,
#publication_comments{
	margin-top: 10px;
	}

#buyer_comments h3,
#publication_comments h3,
#returned_publication_comments h3{
	font-size: 100%;
	font-weight: bold;
	}

	
#buyer_info	div.sellerPhoto{
	float: left;
	margin-right: 10px;
	}

#buyer_info table,
#publication_info table{
	margin-bottom: 10px;
	}
	
div.infoBox{
	border: 1px solid #666;
	margin-bottom: 15px;
	padding: 4px;
	min-height: 75px;
	max-height: 375px;
	overflow: auto;
}

div.infoBox_header{
	border: 1px solid #666;
	background-color: #666;
	color: white;
	text-align: center;
	font-size: 100%;
	margin: 0px;
	padding-bottom: 2px;
}


#map_city_scale,
#map_street_scale{
	height: 320px;
	}
	
	
/* Debug */
div.debugBlock{
	margin-bottom: 10px;
	}

div.debugHeader{
	background:#ACC5C8;
	}
	
div.debugFooter{
	background:#C0D1D3;
	}
	
div.debugHeader h5{
	padding-bottom: 3px; 
	margin-bottom: 0px;
	}
	
div.debugContainer{
	background:#D6E3E5; 
	max-height: 350px; 
	overflow: auto;
	}
	
#calculator{
	position: absolute;
	left: 390px;
	top: 280px;
	
	display: none;
	background: white;
	width: 274px;
	height: 160px;
	overflow: hidden;
	border-radius: 6px;
	z-index: 150;
	
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	
	cursor: move;
	}
	
#calculator div.header{
	background: black;
	color: lightgrey;
	size: 14px;
	font-weight: 700;
	padding-bottom: 3px;
	padding-left: 7px;
	}
	
#calculator div.header div.calc_close{
	color: lightgrey;
	size: 14px;
	margin-right: 6px;
	float: right;
	cursor: pointer;
	}

#calculator div.header div.calc_close:hover{
	color: white;
	}
	
#calculator div.content{
	padding: 4px 8px;
	}
	
div.cash{
	text-align: center;
	font-size: 12;
	font-weight: 900;
	border: 2px solid black;
	background-color: green;
	color: black;
	width: 46px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}
	
div.cash span.amount{
	position: relative;
	top: -1px;
	}
	
#calc_results_json{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 460px;
	height:	100px;
	background-color: green;
	border: 2px solid dark-green;
	border-radius: 8px;
	padding: 10px;
	color: white;
	opacity: 0.65;
	}
	