@charset "UTF-8";
/* CSS Document */

.idb_dt{
	float: left;
	display: inline;
	margin: 0px 20px 0px 5px;
	line-height: 31px;
	vertical-align: middle;
}

.idb_dt .idb_select{
	margin-left: 5px;
	margin-bottom: -12px; /*positioning fix when displayed as part of datatable header*/
}

.idb_dt a{
	margin-right: 5px;
}

table.rounded_rows{
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.dataTables_length *{
	line-height: 18px;
	vertical-align: middle;
}

.paginate_button{
	cursor: pointer;
}

.rounded_rows th{
	border: none;
}

.rounded_rows tbody tr.round_me > td{
	border-top: 2px solid darkslategrey;
	border-bottom: 2px solid darkslategrey;
}

.rounded_rows tbody tr.round_me > td:first-child {
	 -khtml-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -o-border-top-left-radius: 8px;
    /*-moz-border-radius-topleft: 8px; firefox doesn't allow rounding of tables yet*/
    border-top-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -o-border-bottom-left-radius: 8px;
    /*-moz-border-radius-bottomleft: 8px; firefox doesn't allow rounding of tables yet*/
    border-bottom-left-radius: 8px;
	border-left: 2px solid darkslategrey;
	border-right: none;
}

.rounded_rows tbody tr.round_me > td:last-child {
	-khtml-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -o-border-top-right-radius: 8px;
    /*-moz-border-radius-topright: 8px; firefox doesn't allow rounding of tables yet*/
    border-top-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    /*-moz-border-radius-bottomright: 8px; firefox doesn't allow rounding of tables yet*/
    border-bottom-right-radius: 8px;
	border-right: 2px solid darkslategrey;
	border-left: none;
}
.rounded_rows tbody td{
	padding: 5px;
}

.action_menu_button{
	cursor: pointer;
}

.table-aligntop{
	vertical-align: top;
	position: relative;
}
.table-alignright{
	text-align: right;
}
.table-aligncenter{
	text-align: center;
}

.table-alignmiddle *{
	vertical-align: middle;
	position: relative;
}

.table-overflow-hidden{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;
}

.manage_actions_datatable_row{
	font-size: larger;
}

.datatable td{
	position: relative;
}

.datatable tfoot{
	font-size: larger;
	font-weight: bold;
	background-color: #CCC;
}

.customer_select_row_height{
	height: 48px;
}

#manage-supervisor_requests-table img.object_preview{
	height: 25px;
}

.dataTables_wrapper select{
	margin-top: -8px;
}

#product_listing-exports-accounts-table td *, #product_listing-exports-records-table td *{
	vertical-align: middle;
	line-height: 24px;
}

.rpc_select_checkbox{
	vertical-align: middle;
	margin-right: 7px;
	margin-top: 3px;
}