.form-item {
  position: relative;
}

.form-item-required > .form-label:after {
	content: "*";
}

.form-list-search .form-item {
	width: 300px;
}
.form-order-list-search .form-item {
  width: 190px;
}
.form-order-list-search .form-name-q {
  width: 300px;
}
.form-list-search .form-type-actions,
.form-list-search .form-type-actions .form-item ,
.form-list-search .form-type-submit {
  width: auto;
}


.form-invoice-add .invoice-info {
	float: right;
	width: 450px;
	margin: 0;
}
.form-invoice-add .invoice-info td {
	padding: 0;
}
.form-invoice-add .invoice-info td:first-child {
	width: 120px;
}
.form-invoice-add .invoice-info td:nth-child(2) {
	font-weight: 700;
}


.form-order-import .form-name-fields,
.form-order-import .form-type-fieldset {
	width: auto;
}
.form-order-import .form-type-fieldset > .form-items > .inner:after {
	content: "";
	display: block;
	clear: both;
}
.form-order-import .form-type-fieldset .form-type-select {
	float: left;
	width: 90px;
	margin: 0 5px 0 0;
}
.form-order-import .form-name-data {
	width: auto;
}
.form-order-import .form-name-data .form-textarea {
	height: 300px;
}


.order-form .form-name-repeats {
  width: 340px;
}
.order-form .form-name-repeats .form-delete-button {
  top: 4px;
}
.order-form .form-name-ref-nr-title,
.order-form .form-name-ref-nr2-title {
  margin: 10px 10px 0 0;
  float: left;
  width: 245px;
}
.order-form .form-name-week-start,
.order-form .form-name-week-end {
  margin: 0 10px 0 0;
  float: left;
  width: 120px;
}
.order-form .form-name-date-start,
.order-form .form-name-date-end {
  margin: 0 10px 0 0;
  float: left;
  width: auto;
}

.form-order-edit .form-name-remits {
	padding: 0 0 0 15px;
	border-top: 2px solid #a00;
}
.form-order-edit .form-name-places {
	margin: 0 0 25px;
	padding: 0 0 0 15px;
	border-top: 2px solid #08f;
}
.form-order-edit .form-type-fieldset {
	padding: 0;
	border-width: 0;
	border-radius: 0;
	position: relative;
}
.order-form .form-add-button,
.order-form .form-delete-button {
	font-size: 12px;
	padding: 4px 10px;
}
.order-form .form-delete-button {
	position: absolute;
	top: 25px;
	right: 0;
	margin: 0;
	background: #D8504D;
	color: #fff;
}
.form-order-edit .form-name-areas,
.form-order-edit .form-name-areas .form-item {
	width: auto;
}
.form-order-edit .form-name-areas .form-item-textfield {
	width: 220px;
	float: left;
	margin: 0 7px 10px 0;
}
.form-order-edit .form-name-areas .form-type-container {
	clear: both;
	padding-top: 10px;
}
.form-order-edit .form-name-areas .form-name-places .form-item-textfield {
	width: 140px;
}
.form-order-edit .form-name-areas .form-name-places .form-name-text {
	width: 975px;
  max-width: 97%;
}
.form-order-edit .form-name-areas .form-name-places .form-name-address {
	width: 160px;
}
.form-order-edit .form-name-areas .form-name-places .form-name-rooms,
.form-order-edit .form-name-areas .form-name-places .form-name-postal-code {
	width: 70px;
}
.form-order-edit .form-name-areas .form-name-places .form-type-fieldset .form-item {
	float: left;
	margin: 2px 4px 2px 0;
}
.form-order-edit .form-name-areas .form-name-places .form-type-fieldset .form-type-checkbox {
	margin-top: 7px;
}
.form-order-edit .form-name-areas .form-name-places .form-type-fieldset .form-type-checkbox .fa {
  margin: 0;
}
.form-order-edit .form-name-areas .form-name-places .form-textarea {
	height: 34px;
  transition: height .2s;
}
.form-order-edit .form-name-areas .form-name-places .form-type-fieldset > .form-label {
	display: none;
}
.form-order-edit .form-name-areas .form-name-places > .form-items > .inner > .form-item:first-child > .form-label {
	display: block;
}
.form-order-edit .form-name-areas .form-name-places .form-delete-button {
	top: 0;
}
.form-order-edit .form-name-areas .form-name-places > .form-items > .inner > .form-item:first-child .form-delete-button {
	top: 23px;
}
.form-order-edit .form-name-areas .form-name-places .form-name-key-nr {
  width: 70px;
}
.form-order-edit .form-name-places .fa-map-marker {
	font-size: 18px;
	line-height: 34px;
	cursor: pointer;
}
.form-order-edit .form-name-places .fa-user,
.form-order-edit .form-name-places .fa-check {
	font-size: 16px;
	line-height: 34px;
	cursor: pointer;
  margin-left: 3px;
}
.form-order-edit .form-name-places .form-name-remit,
.form-order-edit .form-name-places .form-name-coords,
.form-order-edit .form-name-places .form-name-done {
	position: absolute;
	right: 100px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 2;
}
.form-order-edit .form-name-places .form-name-remit .form-item {
  width: 200px;
}
.form-order-edit .form-name-places .form-name-coords .form-item,
.form-order-edit .form-name-places .form-name-done .form-item {
	width: 100px;
}
.form-order-edit .form-type-actions {
	margin-top: 30px;
}


.form-client-edit .form-name-article-groups,
.form-client-edit .form-name-article-groups .form-type-fieldset {
  width: 910px;
}
.form-client-edit .form-name-articles,
.form-client-edit .form-name-articles .form-type-container {
	width: auto;
}
.form-client-edit .form-name-articles .form-item .form-items {
	float: left;
	width: 750px;
  position: relative;
}
.form-client-edit .form-name-articles .form-item .form-item {
	float: left;
	margin: 0;
}
.form-client-edit .form-name-articles .form-label {
  display: none;
}
.form-client-edit .form-name-articles .form-type-container:first-child .form-label {
  display: block;
}
.form-client-edit .form-name-articles .form-item .form-name-title,
.form-client-edit .form-name-articles .form-item .form-name-invoice-title {
	width: 310px;
	margin-right: 10px;
}
.form-client-edit .form-name-articles .form-item .form-name-price {
	width: 100px;
}
.form-client-edit .form-name-articles .form-delete-button {
	position: absolute;
  right: 0;
  bottom: 0;
}
.form-client-edit .form-name-articles .form-sortable {
  margin: 0;
  bottom: 10px;
  top: auto;
}
.form-client-edit .form-name-articles .form-item-sortable.dragging {
  background: #ededed;
  box-shadow: none;
  border: none;
}
.form-client-edit .form-name-articles .form-sortable-up,
.form-client-edit .form-name-articles .form-sortable-down {
  display: none;
}


.form-stats-filter .form-item {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
}
