.new-form{
	width: 100%;
	position: relative;

}


.new-form .card{
	width: 100%;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.new-form .card .card-content{

	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.new-form .field{
	padding: 10px 0;
	width: 100%;


	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-form input,.new-form select{
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	font-family: 'Arimo', Arial, sans-serif;
	color: #929292;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 2px solid #DEDEDE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.new-form .focus-error{
	background: #ffebee;
}
.new-form input.fade{
	color: #FFF;
}

.new-form input.mini-input{
	width: 50px;
	padding: 10px 5px;
	text-align: center;
	margin-right: 10px;
}


.new-form label{
	font-size: 16px;
	line-height: 24px;
	padding: 9px 0;
	display: block;
}


.new-form label.ptausch,
.new-form label.lager{
	padding-left: 30px;
}
.new-form label.ptausch .control__indicator,
.new-form label.lager .control__indicator{
	margin-top: 7px;
}

.new-form label.two-lines{
	line-height: 19px;
	padding: 2px 0;
}

.new-form h2{
	margin: 0 0 1em 0;
	line-height: 1em;
}

.new-form input[type="file"]{
	display: none;
}

.new-form .o_upload_button{
	position: relative;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: block;
}
.new-form .o_upload_container{
	width: 100%;
	font-size: 16px;
	font-family: 'Arimo', Arial, sans-serif;
	color: #929292;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 2px solid #DEDEDE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 42px;
	position: relative;
}

.new-form .o_upload_progress_bar{
	width: 0%;
	position: absolute;
	z-index: 1;
	height: 38px;

	-webkit-transition: width .25s, background .25s linear 1.5s;
	-moz-transition: width .25s, background .25s linear 1.5s;
	-ms-transition: width .25s, background .25s linear 1.5s;
	-o-transition: width .25s, background .25s linear 1.5s;
	transition: width .25s, background .25s linear 1.5s;
}

.new-form .o_upload_progress_bar.upload-ok{
	background: #4caf50;
}

.new-form .o_upload_progress_text{
	padding: 10px 5px;
	font-size: 16px;
	position: absolute;
	top:0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.new-form .o_upload_progress_text.inbar{
	z-index: 10;
	color: #FFFFFF;
}

.new-form .o_upload_progress_text .opener{
	height: 20px;
	overflow: hidden;
	margin: 0 auto;

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-ms-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.new-form .o_upload_progress_text span{
	display: inline-block;
}
.new-form .o_upload_button{
	cursor: pointer;
}
.new-form .o_upload_progress_text,.new-form .o_upload_progress_bar{
	display: none;
}

.unset-address{
	color: #f44336;
	text-align: right;
	display:block;
	font-size: 14px;
	cursor: pointer;
}


.new-form .field .one-third, .new-form .field .two-thirds, .new-form .field .one-fourth, .new-form .field .three-fourths, .new-form .field .two-fourths{
	position: relative;
}

.new-form .field .choose-date {
	position: absolute;
	right: 20px;
	top: 12px;
	cursor: pointer;
}
.new-form .field i{
	font-size: 20px;
	line-height: 20px;
}

.new-form .o_plz{
	padding-right: 10px;
}
.new-form .o_ort{
	padding-left: 10px;
}
.new-form .field .error-string{
	color: #f44336;
	display: none;
	width: 100%;
	padding: 5px 0;
	line-height: 16px;
	font-size: 14px;
}

.new-form .field .error-string i{
	font-size: 14px;
	position: relative;
	top: 1px;
}

.new-form h2.margintop{
	margin: 2em 0 1em 0;
}



.new-form .button-bar{
	padding: 60px 0;
}

.new-form input.field-error,.new-form select.field-error{
	background: #ffebee;
	border-color: #f44336;
}



.new-form .table-card{
	margin-top: 80px;
}

.new-form .table-card table{
	width: 100%;
	font-size: 14px;
	border-spacing: 0;
	border: 0px;
}
.new-form .table-card table thead{
	color: #ffffff;
}
.new-form .table-card table thead th,
.new-form .table-card table tbody td{
	font-weight: 400;
	text-align: left;
	padding: 15px 10px;
	width: 10%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new-form .table-card table thead th:nth-child(2),
.new-form .table-card table tbody td:nth-child(2){
	width: 5%;
}
.new-form .table-card table thead th:nth-child(3),
.new-form .table-card table tbody td:nth-child(3){
	width: 15%;
}

.new-form .table-card table thead th:nth-child(4),
.new-form .table-card table tbody td:nth-child(4){
	width: 15%;
}
.new-form .table-card table thead th.delete,
.new-form .table-card table tbody td.delete{
	width: 40px;
}
.new-form .table-card table tbody td.delete i{
	cursor: pointer;
}

.new-form .table-card table tbody td{
	padding: 0;
	border-bottom: 1px solid #dddddd;
}
.new-form .table-card table tbody input,
.new-form .table-card table tbody select{
	padding: 15px 10px;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	width: 100%;
}

.new-form .table-card table tbody input.field-error,.new-form .table-card table tbody select.field-error{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 1px solid #f44336;
}
.new-form .table-card .new-entry {
	padding: 8px 10px 3px 10px;
}
.new-form .table-card .new-entry i{
	font-size: 33px;
	cursor: pointer;
}
.new-form .table-card table tbody .template{
	display: none;
}


.order-done{
	text-align: center;
}

.done-buttons{
	margin-top: 150px;
}



.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	fill: none;
	stroke: rgba(255,255,255,0.2);
	animation: tick-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px rgba(255,255,255,0.2);
	animation: tick-fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
	display: inline-block;
	position: relative;
	top: 2px;
}

.checkmark.big{
	width: 100px;
	height: 100px;
	animation: tick-fill-big .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	stroke-width: 5;
	animation: tick-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes tick-stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes tick-scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes tick-fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.2);
	}
}













.overview-table{
	width: 100%;
	font-size: 14px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.overview-table .overview-head{
	width: 100%;
	color: #ffffff;
}
.overview-table .overview-head .field{
	padding: 17px 10px;
	text-align: left;
}

.overview-table .overview-head th:nth-child(3),
.overview-table .overview-head th:nth-child(4){
	padding-left: 0;
}

.overview-table .overview-head th:nth-child(6),
.overview-table .overview-head th:nth-child(7),
.overview-table .overview-head th:nth-child(8){
	text-align: center;
}
.overview-table .field{
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
	height: 53px;
}
.overview-table a {
	color: #929292;
}
.overview-table .uneditable{
	color: #e0e0e0;
}

.overview-table tbody tr .field-details i{
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	cursor: pointer;
}
.overview-table tbody tr .field-details i.active{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dataTables_filter{
	padding: 10px 0;
	text-align: right;
}

.dataTables_filter label{
}

.dataTables_filter input{
	margin-left: 10px;
	padding: 10px;
}

.dataTables_paginate{
	padding: 30px 0;
	margin-left: -5px;
}
.paginate_button{
	padding: 10px;
	margin: 0 5px;
	display: inline-block;
}



.overview-table .field-details,
.overview-table .field-kopie,
.overview-table .field-retour,
.overview-table .field-edit,
.overview-table .field-etiketten{
	width: 75px;
}

.overview-table tbody tr .field-details,
.overview-table tbody tr .field-kopie,
.overview-table tbody tr .field-retour,
.overview-table tbody tr .field-edit,
.overview-table tbody tr .field-etiketten{
	text-align: center;
	padding: 14px 10px;
}
.overview-table.noedit tbody tr .field-edit{
	display: none;
}

.overview-table tbody tr .field-datum,
.overview-table tbody tr .field-lieferschein{
	padding: 18px 10px;
}

.overview-table .field-datum,
.overview-table .field-lieferschein {
	width: 150px;
}

.overview-table .field-abholung,
.overview-table .field-lieferung{
	width: 285px;
}

.overview-table .order-elements .elements-head{
	color: #ffffff;
}
.overview-table .order-elements .field{
	padding: 10px;
	height: auto;
	font-size: 14px;
	border-bottom: 0px;
	float: left;
}

.overview-table .order-elements .field-artikel,
.overview-table .order-elements .field-einheit{
	width: 9%;
}
.overview-table .order-elements .field-inhalt{
	width: 24%;
}
.overview-table .order-elements .field-anzahl{
	width: 7%;
}
.overview-table .order-elements .field-gewicht,
.overview-table .order-elements .field-breite,
.overview-table .order-elements .field-laenge,
.overview-table .order-elements .field-hoehe,
.overview-table .order-elements .field-quadratur,
.overview-table .order-elements .field-kubatur
{
	width: 8.5%;
}
tbody tr .field-etiketten i{
	cursor: pointer;
}

.card.mt{
	margin-top: 20px;
}

.card.mt .control{
	margin: 0;
}