/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.11.2018, 12:04:12
    Author     : geotis
*/

span.far, span.fas {
	/*Abstand zwischen Glyphicon und Span-Text im Span*/
	margin-right: 0.25em;
}

body {
	background-color: white;
	/* Minimale Viewport-Breite */
	min-width: 768px;
}

.flexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.galItem {
	margin: 2px;
	width: 180px;
	height: 180px;
	position: relative;
}

.galItemThumb {
	margin: auto;
	top: 0;
	bottom: 1.20em;
	left: 0;
	right: 0;
	position: absolute;

	-webkit-box-shadow:0px 0px 4px 2px #000000 ;
	-moz-box-shadow:0px 0px 4px 2px #000000 ;
	box-shadow:0px 0px 8px 2px #000000 ;
}

.galItemText {
	position: absolute;
	text-align: center;
	font-size: 0.75em;
	margin-bottom: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.smallText {
	font-size: 0.66rem;
}

.markiert{
	color: white;
	background-color:  darkblue;
}

.inline {
	display: inline;
}

#txtTag {
	display: inline-block;
	width: 7rem;
}

.galleries {
	display: flex;
	flex-wrap: wrap;
}

#tblNewTags {
	margin-left: 2rem;
	background-color: #567aab;
}

h3 {
	background-color: #141c2f;
	color: #deeffb;
	padding-left: 2rem;
}

#userName{
	font-size: 1.6rem;
}

.gtcontainer {
	background-color: rgba(255,255,255,0.60);
	margin: 0.7em;
	padding: 0.3em;
	color: black;
    border: 1px dotted darkgrey;
}

#cntHeader {
	margin: 0.1em;
	padding: 0.3em;
}
