/**
 *
 * Apply your custom CSS here
 *
*/

body {	
}

a {
}

body.dragging, body.dragging * {
  cursor: move;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.elementsettings {
	display: none;
}

tr.inactive {
	background-color: rgba(178, 0, 0, 0.03);
}

td.draghandler {
	width: 30px;
	background-image: url(/assets/images/sort.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: row-resize;
}

.input-container {
	position: relative;
	width: 100%;
}

.input-container.input {
	height: 62px;
}

.input-container.textarea {
	height: 200px;
}

.input-container.textarea textarea,
.input-container.input input {
	position: absolute;
	height: 100%;
	width: 100%;
}

.input-container.input input,
.input-container.textarea textarea {
	padding-top: 30px;
}

.input-container div.deepl {
	position: absolute;
	height: 32px;
	width: 32px;
	right: 0px;
	top: 0px;
	background-image: url(/assets/images/deepl.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	opacity: 0.2;
}

.input-container ul.deepl-actions {
	position: absolute;
	right: 35px;
	top: 6px;
	height: 32px;
	list-style: none;
	opacity: 0.2;
	transition: opacity 200ms;
}

.input-container ul.deepl-actions:hover {
	opacity: 1;
}

.input-container ul.deepl-actions li {
	cursor: pointer;
	display: inline;
	margin-right: 4px;
	padding: 2px;
	background-color: rgba(255, 255, 255);
}

.galery-seo1,
.galery-seo2,
.galery {
	width: 100%;
	background-color: rgb(248, 248, 248);
	border: 1px solid rgba(151, 152, 152, 0.2);
	min-height: 100px;
	margin-bottom: 10px;
	padding: 0px;
}

.galery-seo1 li,
.galery-seo2 li,
.galery li {
	list-style: none;
	margin: 5px 5px 5px 5px;
	display: inline-block;
}

.galery-seo1 li img,
.galery-seo2 li img,
.galery li img {
	max-width: 200px;
	max-height: 200px;
}