/* new css for NP */
#extra_shipment_shipment_id_8 {
	/* display: block !important; */
}
#wr_delivery_type label {
	display: flex;
	width: 49% !important;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
	text-align: center;
	justify-content: center;
	background-color: #ccc;
	border: 1px solid #495057;
	border-radius: 5px;
}
#np-a-street { margin-top: 10px; }
#wr_delivery_type input[name="np-delivery-type[]"] {
	display: none;
}
#wr_delivery_type input[name="np-delivery-type[]"]:checked + label {
	background-color: #fff;
}
#np-city {
	margin-bottom: 15px;
}
.form-control.np-select {
	position: relative;
	padding: 0;
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.np-selected-item {
	position: relative;
	cursor: pointer;
	padding: .375rem .75rem;
	padding-right: 38px;
	display: flex;
	height: calc(1.5em + .75rem + 2px);
	box-sizing: border-box;
	align-items: center;
    background-color: #ced4da;
}
#np-recipient-info .form-control {
	margin: 0;
	padding: 0;
	border: 0;
}

#np-city input[name="np-city-search"],
#np-wh input[name="np-wh-search"] {
	position: relative;
	cursor: pointer;
	padding: .375rem .75rem !important;
	padding-right: 38px !important;
	display: flex !important;
	height: 38px !important;
	box-sizing: border-box !important;
	align-items: center;
	margin:0;	
}
#np-recipient-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#np-recipient-info #np-recipient,
#np-recipient-info #np-recipient-tel {
	width: calc(100% - 15px);
}
#np-recipient-info #np-recipient {
	margin-right: 15px;
}
#np-recipient-info #np-recipient-tel {
	margin-left: 15px;
}
#np-city .control-label.name,
#np-wh .control-label.name,
#np-recipient-info .control-label.name {
    font-weight: normal;
    color: #000;
    font-size: 14px;
}

#np-recipient input[name="np-recipient"],
#np-recipient-tel input[name="np-recipient-tel"] {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.np-selected-item span {
	display: block;
	position: relative;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
.np-select .svg-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transition: transform .2s linear;
    pointer-events: none;
	cursor: pointer;
}
.np-selected-item.np-focused {
	border-radius: .25rem .25rem 0 0;
}
.np-selected-item.np-focused .svg-arrow {
	transform: rotate(180deg);
}

.np-dropdown {
    background-color: #fff;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.3);
    position: absolute;
    z-index: 9;
    display: none;
    left: 0;
    right: 0;
    top: 39px;
	border: 0 0 .25rem .25rem;
}
.np-dropdown.np-dd-open {
	display: block;
}
.np-input-search-block {
	padding: 10px !important;
	position: relative !important;
	border: 1px solid #dfe1f0 !important;	
	height: 40px;
}
.np-input-search {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 15px;
    padding-right: 25px;
    width: 100%;
    border: 1px solid #dfe1f0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
    color: #333;
    line-height: 18px;
    vertical-align: middle;
}
.np-input-search:hover,
.np-input-search:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);	
}

.np-input-search-block .np-icon-search {
    width: 20px;
    height: 20px;
    fill: #8c9096;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
}

.np-dropdown-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
    max-height: 300px;
    border: 1px solid #dfe1f0;
    border-top: 0 none;
    overflow-y: auto;
}
.np-dropdown-list:before,
.np-dropdown-list:after {
	content: '';
	display: block;
	height: 5px;
}
.np-dropdown-item, .np-dropdown-noresult {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 5px 10px;
	padding: .375rem .75rem;
    line-height: 20px;
    cursor: pointer;
    word-wrap: break-word;
    transition: background-color .3s ease;
}

.np-dropdown-item:hover,
.np-dropdown-item:focus {
	color: #005e8d;
}


/**/