/* ----- DYNAMIC CMS 3 - MODULE ----- */

/* ----- DYNAMIC CMS 3 - CONTROLPANEL ----- */

#d3UIModulSelectorMain {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100vh;
	width: 250px;
	background-color: #1F9BDE;
	padding: 16px;
	box-shadow: 0px 0px 5px #137EB6;
	color: #fff;
}

#d3UIModulSelectorLogo {
	width: 100%;
	display: block;
}

.d3LogoImage {
    width: 100%;
	height: auto;
	display: block;	
}

#d3UIModulSelectorTopArea {
	width: 100%;
}

#d3UIModulSelectorBottomArea {
	width: 100%;
}

.d3UIModulSelectorModulLink {
	text-decoration: none;
}

.d3UIModulSelectorModul {
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	color: #fff;	
	font-size: 18px;
	line-height: 18px;
	background-size: auto 28px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 16px;
	padding-left: 48px;
	border-bottom: 1px solid #137EB6;
}
/* ----- DYNAMIC CMS 3 - BASELAYER ----- */

#d3ModulBaseLayer {
	background: #1F9BDE;
	width: 100%;	
	height: 500px;
}

/* ----- DYNAMIC CMS 3 - ANDERES ----- */

.tpd-content {
	font-family: Arial;	
}

/* ----- START Sortable-Formatierungen für Galerie-Sortierungen ----- */

#sortable 
{ 
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#sortable li 
{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 20%;
	height: 150px;	
}

#sortable li.newsSortLayer
{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	height: auto;	
	background: none;
	border: 0px;
	cursor: move;	
}

#sortable li.newsSortLayer:hover
{
	background-color: #ededed;
}

.sortableImageLayer {
	position: relative;
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	border-style:solid;
	border-width: 2px;
	cursor: move;
	opacity: 0.9;
}

.sortableImageLayer:hover {
	opacity: 1;
}

.sortableImageLayer:hover .sortableImageLayerRotateButton1 {
	display: block;
}

.sortableImageLayerRotateButton1 {
	position: absolute;
	background-color: #1F9BDE;
	bottom: 5px;
	right: 127px;	
	cursor: pointer;
	color: #96D6F9;
	font-size: 16px;
	padding: 3px 5px 2px 5px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	display: none;
}

.sortableImageLayer:hover .sortableImageLayerRotateButton2 {
	display: block;
}

.sortableImageLayerRotateButton2 {
	position: absolute;
	background-color: #1F9BDE;
	bottom: 5px;
	right: 96px;	
	cursor: pointer;
	color: #96D6F9;
	font-size: 16px;
	padding: 3px 5px 2px 5px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	display: none;
}

.sortableImageLayer:hover .sortableImageLayerShowButton {
	display: block;
}

.sortableImageLayerShowButton {
	position: absolute;
	background-color: #1F9BDE;
	bottom: 5px;
	right: 63px;	
	cursor: pointer;
	color: #96D6F9;
	font-size: 16px;
	padding: 3px 5px 2px 5px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	display: none;
}

.sortableImageLayer:hover .sortableImageLayerEditButton {
	display: block;
}

.sortableImageLayerEditButton {
	position: absolute;
	background-color: #1F9BDE;
	bottom: 5px;
	right: 34px;	
	cursor: pointer;
	color: #96D6F9;
	font-size: 16px;
	padding: 3px 4px 2px 4px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	display: none;
}

.sortableImageLayer:hover .sortableImageLayerKillButton {
	display: block;
}

.sortableImageLayerKillButton {
	position: absolute;
	background-color: #1F9BDE;
	bottom: 5px;
	right: 5px;	
	cursor: pointer;
	color: #96D6F9;
	font-size: 16px;
	padding: 3px 5px 2px 5px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	display: none;
}

/* ----- ENDE Sortable-Formatierungen für Galerie-Sortierungen ----- */

@keyframes blinker {  
  50% { opacity: 0.5; }
}

.files {
	display: none;
}

#galerieProgressInfo {
	margin: 32px 0px 32px 0px; 
	width: 100%;
	clear: both;
	border: 1px solid #E2E2E2;
	overflow: hidden;
}

.galerieProgressInfoLeft {
	float: left;
	width: 50%;
	padding: 8px;
	font-family: Arial;	
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: left;
}

.galerieProgressInfoRight {
	float: left;
	width: 50%;
	padding: 8px;
	font-family: Arial;	
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

#galerieUploadStatusLayer {
	display: none;
	background-color: #FFF;
	font-family: Arial;	
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	padding: 8px;
	margin: 32px 0px 0px 0px; 	
	text-align: center;
	clear: both;
	overflow: hidden;
	animation: blinker 1s linear infinite;
}

#shareUploadStatusLayer {
	display: none;
	background-color: #FFF;
	font-family: Arial;	
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	padding: 8px;
	margin: 32px 0px 0px 0px; 	
	text-align: center;
	clear: both;
	overflow: hidden;
	animation: blinker 1s linear infinite;
}

.galerieUploadedPreview {
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20%;
    height: 150px;
    border-style: solid;
    border-width: 2px;
	border-color: #FFF;    
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.progress {
	background-color: #E2E2E2;
	height: 32px;
	width: 100%;	
	margin-bottom: 32px;	
}

.progress-bar {
	background-color: #1F9BDE;
	height: 32px;
	padding-top: 9px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-family: Arial;		
	font-weight: bold;
}

.fileinput-button {
	position: relative;
    overflow: hidden;
    display: inline-block;
	margin-top: 32px;
	font-family: Arial;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.fileinput-button input {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.btn {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;	
}

/* ----- START Formatierungen für Modul-Fenster ----- */
.d3ModuleMainWindow {	
    background-color: #1F9BDE;
	-webkit-box-shadow: 0 0 5px 1px #ADADAD;
	box-shadow: 0 0 5px 1px #ADADAD;
	width: 90%;	
	margin-left: auto;
	margin-right: auto;	
	min-height: 600px;	
	z-index: 10;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.d3Module_HeaderMainWindow {
	background-color: #FFFFFF;	
	height: 40px;
	width: 100%;
}

/* ----- ENDE Formatierungen für Modul-Fenster ----- */

/* ----- START Formatierungen für Progress SHARE ----- */

.progressShare {
	background-color: #E2E2E2;
	height: 32px;
	width: 100%;		
}

/* ----- ENDE Formatierungen für MProgress SHARE ----- */

/* ----- START Formatierungen für QR-CODE SHARE ----- */

.qr-code-generator {
width: 560px;
margin: 0 auto;
}

.qr-code-generator * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#qrcode {
width: 0px;
height: 0px;
margin: 0 auto;
text-align: center;
}

#qrcode a {
font-size: 0.8em;
}

.qr-url, .qr-size {
padding: 0.5em;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.qr-url {
width: 79%;
}

.qr-size {
width: 20%;
}

.generate-qr-code {
display: block;
width: 100%;
margin: 0.5em 0 0;
padding: 0.25em;
font-size: 1.2em;
border: none;
cursor: pointer;
background-color: #e5554e;
color: #fff;
}

/* ----- ENDE Formatierungen für QR-CODE SHARE ----- */

#shareAllGroupsSearchInput {
	border: 0px;
	border-bottom: solid 2px #000;
	padding: 4px;
	width: 300px;
	font-family: Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-left: 8px;
}

#shareAllGroupsSearchResultsMainLayer {
	display: none;
}

#modulHeaderArea {
	width: 100%;
	height: 100%;
	position: relative;
}

#modulHeaderIcon {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 85%;
	width: 36px;
	height: 36px;
	float: left;		
}

.modulHeaderIconTitle {
	float: left;
	margin-left: 8px;
	font-size: 28px;
	line-height: 28px;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: bold;	
	margin-top: 5px;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #fff;
}