.row.list-item {
	margin-bottom: 20px;
}

.pull-left.jplist-pagination-info {
	margin-right: 15px;
}

.jplist-panel {
	background-color: #e2e2e2;
	border: 1px solid #DDD;
	padding: 10px 20px 5px;
	margin-bottom: 20px!important;
	min-height: 91px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #ec6509;
	border-color: #ec6509;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li>a, .pagination>li>span  {
	color: #ec6509;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ec6509;
	border-color: #000;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ec6509;
	border-color: #000;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #ec6509;
	border-color: #000;
}

span.input-group-addon {
	color: #ec6509;
}

.jplist-panel button:hover {
	color: #ec6509;
}

.jplist-panel input[type=text] {
	height: 34px;
	text-shadow: 1px 1px 1px #fff;
	color: #27252a;
	border: 1px solid #ccc;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group {
	margin-bottom: 8px;
	width: 100%;
}

.jplist-panel button {
	margin: 0;
	height: 34px;
	text-shadow: 1px 1px 1px #aaa;
}

#button-new-sheet,
#button-new-producer {
	margin: 20px 0;
}

.jplist-panel .text-filter-box {
	margin: 0 10px 0 0;
}

ul.typo3-messages {
	list-style: none;
	padding-left: 0 !important;
}

.datenblatt {
	padding-top: 125px;
}
.datenblatt > table td:first-child {
	font-weight: bold;
	padding-right: 20px;
}
#workInProgress_doNotRemoveThisField {
	display: none;
}

#insertedObjects .tabelle > div:first-child > div {
	margin-bottom: 15px;
}
.title-copy-div,
.firstPropertyTitle,
.firstPropertyValue {

	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px
}

div .deleteButton > span {
	width: 100%;
	height: 100%;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: white;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.save {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

.save .button {
	color: #fff;
	background-color: #F44336;
	border: none;
	height: 75px;
	width: 75px;
	font-size: 29px;
	border-radius: 50%;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
}

/** RIPPLE EFFECT */
.wave{
	display:block;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index:0;
}

.ink {
	display: block;
	position: absolute;
	background:rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}

.animate {
	-webkit-animation:ripple 0.65s linear;
	-moz-animation:ripple 0.65s linear;
	-ms-animation:ripple 0.65s linear;
	-o-animation:ripple 0.65s linear;
	animation:ripple 0.65s linear;
}


@-webkit-keyframes ripple {
	100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
	100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
	100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
	100% {opacity: 0; transform: scale(2.5);}
}
/* END */
div#insertedObjects {
	margin: 50px;
}

.tabelle, .textfeld {
	position: relative;
}

button.btn.btn-default.moveup {
	position: absolute;
	left: -50px;
}
button.btn.btn-default.movedown {
	position: absolute;
	left: -50px;
	top: 45px;
}

/* style sheet for "A4" printing */
@media print {
	html, body {
		width: 297mm;
		height: 297mm;
	}
	body {
		margin: 0 -27mm 0 0;
	}

	#footer,
	button,
	a,
	hr{
		display: none;
	}
	img{
		float: right;
	}

	.col-md-4 {
		width: 33%;
		float: left;
	}
	.col-md-8 {
		width: 67%;
		float: left;
	}
	table,
	div {
		font-size: 16px;
		width: 99%;
	}

	.title-copy-div,
	.firstPropertyTitle,
	.firstPropertyValue {
		font-size: 20px !important;
		font-weight: bold !important;
		margin-bottom: 10px !important;
	}
}
