/** {box-sizing:border-box} nix gut */

#xvRealContent {
	background-color: white;
	padding: 10px;
	font-size: 12px;
}

.fa {
	cursor:pointer;
}

#xvRealContent a {
	/*color: unset !important;*/
}

#MagList {
	position: fixed !important;
	top: 10px;
	left: 10px;
	font-size: 14px;
	background-color: white;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	z-index: 100;
}

#MagList .XVTable tbody {
	max-height: 90vh;
	display: block;
	overflow-y: auto;
	box-sizing: content-box;
}

#MagList td {
	text-align: left !important;
}

#MagList span:hover {
	text-decoration: underline;
	cursor: pointer;
}

#MagList span {
	display: inline-block;
	width: 100%;
}

.closeMagList {
	position: absolute;
	top: 5px;
	right: 5px;
}

.closeMagList:hover {
	cursor:pointer;
}

#Sitemap ul {
	list-style: none;
	margin-bottom: 5px;
}

#Sitemap a {text-decoration:none;}
#Sitemap a:hover {text-decoration:none;}
#Sitemap > ul {padding-left:0;}
#Sitemap > ul > li > i {display:none}
#Sitemap i {font-size:9px}
table.XVTable tr td img {
    max-width:150px;
    max-height:150px;
}

.fa:hover {
/*	text-shadow: 1px 1px 6px;*/
}

.GallerySet {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	border: 1px #ccc solid;
	padding: 2px;
}

.GallerySet h5 {
	margin:0;
	padding:0;
}

.fileInfo{
    font-style: italic;
    font-size: 10px;
}

.Dropzone {
	padding: 8px;
	margin: 0;
}

.Dropzone.hover {
	background-color: rgba(128,128,128,0.5);
	border: #ccc 2px dotted;
}

.xTendContentList {
	position:relative;
}

img[style*="left"]  {margin:0 20px 20px 0;}
img[style*="right"] {margin:0 0 20px 20px;}


#DetailForm, #DataList {
	display: block;
	vertical-align: top;
}

#DetailForm.actionless {
	display: block;
	width: 99% !important;
}


@media (max-width:800px) {
	#ActionBox {position:relative;float:none; border:none; margin:0}
	#ActionBox h1 {display:none}
	#DetailForm, #DataList {width:100%}
	#Toolbox {display:none}
}


.clearfix::after, .ui-tabs-panel::after {
	content: " ";
	clear: both;
	display: table;
}


.ui-tabs #ActionBox {
	margin-right: 0;
}

#ActionBox {
	z-index: 10;
	position: fixed;
	top: 100px;
	right: 0;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0;
	border: #4E4A46 1px solid;
	background-color: #4E4A46;
	color: white;
	/*	border-radius: 5px 0 0 5px;*/
}

#ActionBox .Button.actionBoxExpander {
	font-size: 19px;
	color: #ccc;
}

#Related #ActionBox .Button.actionBoxExpander {
	display: none
}

#Related #ActionBox{
	position:absolute;
	top:110px;
}


#ActionBox h1 {
	margin-bottom: 22px;
	font-size: 100%;
	position: absolute;
	top: -28px;
	right: 1px;
	border: none;
}

#ActionBox .Button {
	text-align: left;
	display: block;
	width:100%;
	font-size: 24px;
	padding: 5px;
	background-color: transparent;
	color: white;
	border-color: transparent;
	margin:0;
}

#ActionBox .Button:hover {
	background-color: white;
	color: #4E4A46;
}

#ActionBox .Button .actionlabel {
	display: none;
	font-size:12px;
	margin: 0 10px;
	vertical-align:middle;
}

#ActionBox .Button i {
	vertical-align:middle;
}

#ActionBox .pagination {
	display:block;
	margin-top:5px;
	text-align:center;
}

.accordionHeader {
	display: none;
}

.ui-button-text {
	text-align: left;
}

img.preview {
	max-width: 200px;
	max-height: 100px;
	transition: all 0.5s ease;
}

img.preview:hover {
	max-width: 800px;
	max-height: 400px;
}

#xtLoading {
	position:fixed;
	top:50vh;
	left:50vw;
}

.xTendProfil, .xTendLogin {
	width:600px;
	margin:0 auto;
}

.image-style-align-left {
	float: left;
	margin: 0 20px 20px 0;
}