/**/

.page__content {
	background: #fff !important;
}


.popover__content {
	min-height: 0;
}

.list_icon {
	color: #777;
	font-size: 18px;
}

.list_name {
	font-weight: bold;
	line-height: 1.8em;
}

.list_other {
	font-size: 14px;
	line-height: 1.8em;
}

.selectable label {
	-webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.vendor_list_row {
	border: 1px solid #ccc;
	padding: 12px 4px;
	font-size: 14px;
}

.reg_form input, textarea {
	width: 100%;
	border: 1px solid #eee !important;
	padding: 8px !important;
}

.reg_form ons-row {
	margin-top: 16px;
}

.reg_form textarea {
	margin-top: 6px;
}

.label_part {
	text-align: right;
	margin-top: 6px;
	padding-right: 12px;
}

.label_part label {
	color: #555;
	font-size: 14px;
}

.error_msg {
	font-size: 14px;
	color: darkorange;
	
}

.no_underline_a a {
	text-decoration: none !important;
}
