
.parcel-parties {
	margin-top: 25px;
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	font-size: 13px;
}
table.parcel-parties.dataTable tbody th, table.dataTable.parcel-parties tbody td
{
	padding: 4px !important;
}

.parcel-parties tr.odd {
	background: #fff;
}
.parcel-parties tr.even {
	background: #f1f1f1;
}
.parcel-parties td, .parcel-parties th {
	padding: 3px;
	box-sizing: border-box;
}
.parcel-parties, .parcel-parties th {
	border-spacing: 1px;
}
.parcel-parties   th  {
	background: #373737;
	color:#f7c600;
	border: 1px #515050 solid;
}
.parcel-parties td {
	border:  #d7dce3  1px solid;
}
.parcel-parties td, .parcel-parties th {
	border-top:0;
	border-right:0;
}
.auth-data a, .auth-data a:visited {
	color: #FF9000;
}
.auth-data a:hover {
	text-decoration: none;
}

#partyEditForm label, #partyEditForm input {

	display: inline-block;
	vertical-align: top;
	margin: 5px 0;
}
#parcelEditForm label {
	width: 130px;
}
#partyEditForm label, #parcelEditForm .inner-order-party  label{
	width: 150px;
}
#partyEditForm input  {
	width: 250px;
}
.alias-wrap {
	padding-left: 15px;
}
#parcelEditForm .alias-wrap {
	padding-left: 0;
}
#parcelEditForm .add-party-wrap label, #parcelEditForm .add-party-wrap input, #parcelEditForm .add-party-wrap select {
	width: 49% !important;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-top: 0;
}
#parcelEditForm  .add-party-wrap {
	margin-top: 20px;
}
.add-sender-btn, .add-receiver-btn,
.hide-sender-btn, .hide-receiver-btn {
	height: 25px;
	line-height: 25px !important;
	padding: 0 10px !important;
	margin-left: 5px;
}
.parcel-top-wrap {
	position: relative;
}
#content {
	position: relative;
}
.add-parcel-btn {
	position: absolute;
	top:0;
	right: 0;
}

fieldset {
	border-color: #d7dce3;
 	border-width: 1px;
	border-style: solid;
}
#parcel-list_wrapper {
	margin-top: 20px;
}
table.dataTable thead th, table.dataTable thead td {
	padding: 3px 20px 3px 0 !important;
}
span.priceSet {
	color: #00e140;
	font-weight: bold;
}

.info-result {
	padding: 20px 0;
	font-weight: bold;
}
#partyEditForm, #parcelEditForm {
	/*margin-top: 20px;*/
}
#parcelEditForm {
	margin-top: -10px;
}
#party-fieldset {
	background: #fff;
}
.inner-block {
	background: #f9f8f0;
}
#parcelEditForm select {
	height: 25px;
	line-height: 25px;
	width: 95%;
	box-sizing: border-box;
}
#parcelEditForm .parcel-item {
	/*margin-top: 20px;*/
	padding-bottom: 10px;
	background: #f9f8f0;
	position: relative;
}
.remove-item, .remove-item-product {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	background:  url(../images/trash.png) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* Only IE */
	.remove-item, .remove-item-product {
		top: 20px;
	}
}

form .parcel-prod-item label {
	margin-bottom: 0;
}
.add-parcel-wrap {
	background: #fff;
}
.service-wrap {
	background: #f9f8f0;
}
#parcelEditForm .parcel-item input, #parcelEditForm .parcel-item label {
	width: 100%;
	box-sizing: border-box;
	height: 25px;
	line-height: 25px;
}
#addItemBlock {
	margin-top: 10px;
	margin-bottom: 10px;
}
.addItemBlock-wrap {
	text-align: right;
}
form label.no-margin {
	margin-top: 0;
}
.validation-error {
	margin: 20px 0;
	color: #FF0000;
	font-weight: bold;
}
.save-ok {
	margin: 20px 0;
	color: #038118;
	font-weight: bold;
}
.submit-button,   #content a.submit-button, .btn-red, .submit-button-reverted, .btn-green {
	background: #f7c600;
	color: #000;
	font-weight: bold;
	border: 0;
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 3px 20px;
}

.show-links.submit-button, #content a.show-links.submit-button {
	line-height: 15px;
}

.btn-red {
	background: #dd0f1d;
	color: #fff;
}
.btn-green  {
	background: #00a341;
	color: #fff;
}
.order-btn-wrap {
	margin-top: 20px;
}
.result-msg {
	font-weight: bold;
	padding: 20px;
	margin: 20px 0;
	background: #fff;
	border-color: #d7dce3;
	border-width: 1px;
	border-style: solid;
}
.submit-button-reverted  {
	background:  #373737;
	color: #f7c600;
}
#content .submit-button-reverted a {
	color: #f7c600;
	text-decoration: none;
}
.submit-button-reverted:hover, .btn-green:hover, #content  a.submit-button-reverted:hover {
	background: #606060;
	color:  #fff;
}
#content .submit-button-reverted a:hover {
	color: #fff;
	text-decoration: none;
}
.attorney-example {
	margin-top: -10px;
}
.remove-wrap {
	float: right;
}
.ib {
	display: inline-block;
	vertical-align: top;
}
.remove-wrap div {
	text-align: right;
}
.submit-button:hover, #content a.submit-button:hover, .btn-red:hover {
	background: #606060;
	color:  #fff;
	text-decoration: none;
}
.t20 {
	margin-top: 20px;
}
.req-marker {
	color: #ff0000;
}
.inp-small {
	width: 100px;
}
.services input, .services label {
	display: inline-block;
	margin: 0;
}
.services label {
	margin-left: 5px;
	cursor: pointer;
}
#submitParcel {
	margin-top: 10px;
}


#parcelEditForm .parcel-item input.addItemProduct {
	display: inline-block;
	width: auto;
	height: auto;
	cursor: pointer;
	text-decoration: none;
	padding: 3px 20px;
	line-height: 30px;
}
.addItemProduct-wrap {
	margin-top: 10px;
}
.parcel-item div {
	vertical-align: top;
}
.parcel-prod-item {
	background: #fff;
	position: relative;
}
.parcel-prod-description {
	margin-top: 10px;
	display: block;
}
.disabled-form #parcelEditForm .parcel-item input.goods_price, .disabled-form #parcelEditForm select.currency_code {
	/*width: 85px;*/
	width: 100%;
}
#parcelEditForm .parcel-item input.order_reference  {
	width: 193px;
}
.label-tab-link {
	display: block;
	color: #f7c600 !important;
	margin-bottom: 5px;
}
.label-tab-link.submit-button-reverted {
	line-height: normal;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 5px;
}
.show-links {
	display: block;
	text-align: center;
}
.error {
	border: 1px #ff0000 solid;
}
.formLineCompact label, .formLineCompact span {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.auth-data, .parcel-navigation, .parcel-navigation .submenu li {
	display: inline-block;
	vertical-align: top;
	border: 0;
}
.parcel-navigation .submenu  {
	margin: 0;
}
.parcel-navigation .submenu li {
	width: auto;
	margin-left: 15px;
}
.parcel-navigation .submenu li a.selected {
	font-weight: bold;
}
.parcel-top {
	border-bottom: solid #d7dce3 1px;
}

.auth-data {
	line-height: 30px;
}

.parcel-part #content {
	width: 100%;
	float: none;
	border-left: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 20px;
	z-index: 99;
}
.error-text, .success-text {
	background: #fff;
 	padding: 10px 20px;
	box-sizing: border-box;
	margin: 15px 3px;
	color: #ff0000;
}
.success-text {
	border: 1px #1b8809 solid;
	color: #1b8809;
}
.ui-autocomplete.ui-menu .ui-menu-item {
	width: 100%;
	max-width: 300px;
	font-size: 12px;
	border-bottom: 1px #ccc solid;
}
.nhm_block {
	padding-left: 8px;
}
.ui-corner-all {
	border-radius: 0;
}
.party_name_surname_tip {
	color: #898989;
	font-size: 13px;
	margin-bottom: 10px;
}
.pary-val {
	width: 305px;
}