.object_table_wrap .object_table thead th.filtered {
    padding: 0px;
}

.object_table_wrap .object_table .column_filter,
.object_table_wrap .object_table .column_filter:focus {
    height: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    background-image: url('../images/search_13x13px.png');
    background-position: right 3px center;
    background-repeat: no-repeat;
    padding: 2px 21px 2px 3px;
    line-height: 16px;
    margin: 0px auto 0px auto;
    border: 0px;
    outline: none;
}

.object_table_wrap .object_table tbody tr {
    cursor: pointer;
}

#nav-h .object_table_wrap button.IS_Button.controls.column_control_button {
    right: 20px;
}

.object_table_wrap .dataTable tbody tr.odd {
    background-color: #F7F7F7;
}

.object_table_wrap .dataTable tbody td {
    font-weight: normal;
}

.object_table_wrap .dataTables_scroll {
    overflow-x: auto;
}

.object_table_wrap .object_image {
    vertical-align: middle;
}

.object_table_wrap .column_control_button {
    margin-bottom: 5px;
}
img.object_image{
	width: 15px;
	height: 15px;
	margin-right: 3px;
}

.object_colour_select_div {
	width:170px;
	height: 100%;
	position: relative;
	float: left;
}
.object_fill_select, .object_line_select {
	position:relative;
	margin: 0px 8px 0px 13px;
	width:100%;
}
.colour_sample {
	border:3px solid;
	border-radius: 50%;
	width:15px;
	height:15px;
	position: absolute;
	top:25%;
	right:25%;
	display:inline-block;
}

.object_text {
    position: relative;
    margin-left: 4px;
}
.object_icon {
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	margin-right: 3px;
	width: 10px;
	height: 10px;
	display: inline-block;
    position: relative;
	vertical-align: text-top;
}
.object_no_icon {
    margin-right: 3px;
    width: 14px;
    height: 14px;
	float: left;
}

.object_colour_select {
	width:9px;
	height:9px;
	display:inline-block;
	border:2px solid white;
	border-radius:50%;
	position:absolute;
	cursor: pointer; 
	cursor: hand;
}
.object_colour_container {
	width:111px;
	height:32px;
	position:relative
}