/* Bootstrap customized */
/*
.nav>li>a {
	position: relative;
	display: block;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 14px;
}
*/
.parcel_cell_padding {
	padding-left: 5px; 
	padding-right: 2px;
}

.row_style_1 {
	width: 310px; 
	line-height: 30px; 
	vertical-align: bottom;
	padding-bottom: 0px;
}

.central_cell {
	width: 120px; 
	padding-left: 5px; 
	padding-right: 5px;
}

.search_btn {
	font-size:14px; 
	font-weight: bold; 
	padding: 5px;
}

.select_parcel {
	width: 115px; 
	font-size: 12px; 
	padding: 0px; 
	height: 25px;
}

.textinput_style {
	width: 50px;
	height: 25px;
	font-size: 12px;
}

.parcel_detail_val {
	font-weight:normal; 
	height: auto; 
	overflow: hidden; 
	display: block;
}

.parcel_detail_name {
	width: 55px;
	text-align: right;
	padding-left: 0px;
}

.coord_type {
	width: 105px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-style: italic;
}

.coord_right {
	width: 190px;
	font-size: 12px;
	height: auto;
	text-align: right;
}

.inputtext_coord {
	width: 75px;
}

.inputtext_coord2 {
	width: 25px;
}

.oneline_search {
	width: 300px;
	height: auto;
	
}
.oneline {
	width: 360px;
	overflow: hidden;
	clear: both;
}

.oneline2 {
	width: 275px;
	height: 25px;
	clear: both;
}

.oneline3 {
	width: 45px;
}

.split_no_bkgd {
	/*background-color: #B3B3B3;*/
	margin-top: 2px;
	height: 4px;
}

.left_wrap {
    float: left;
	padding: 2px 2px 2px 5px; 
	font-size: 12px;
	font-weight: bold;
}
.right_wrap {
    padding: 2px 2px 2px 2px; 
	font-size: 12px;
	float: left;
}

.padding_0 {
	padding: 0 2px 0 0;
	margin: 0px;
}

.radio_0 {
	width: 20px; 
	text-align: right;
}

/* jquery ui for autocomplete */
.ui-widget input {
	font-size: 12px;
}

.ui-menu .ui-menu-item a {
	line-height: 1.3;
	font-size: 12px;
}

.selectType, #btnClearGeometry{
	height: 24px;
	width: 36px;
	background-position: 4px 0px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

.geometry-options {
	display: flex;
	flex-direction: row;
}

.geometry-button {
	flex: 1;
	border-style: solid;
	border-width: 1px;
	border-image: none;
}