.dataTables_wrapper .DataTables_sort_wrapper { position: relative; }
.dataTables_wrapper .DataTables_sort_wrapper span {
    margin-top: -8px;
    position: absolute;
    right: 0px;
    top: 50%;
}
.dataTables_wrapper label { display: inline !important; font-weight: normal !important; width: auto !important; }

.dataTables_wrapper select { width: auto; }

.dataTables_wrapper input,
.dataTables_wrapper select { margin: auto;}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,d6d6d6+100 */
background: #f9f9f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f9f9f9 0%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(to bottom, #f9f9f9 0%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
}

.dataTables_wrapper table.dataTable thead th { border-bottom: 1px solid #ccc;}
.dataTables_wrapper .ui-corner-tr { border-radius: 0;}
 .dataTables_wrapper .ui-corner-br { border-radius: 0;}


.fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-bl.ui-corner-br.ui-helper-clearfix {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.dataTables_length select,
#content .dataTables_length select {
    height: 28px;
    margin: 0;
    padding: 2px 15px 2px 0;
    width: auto;
}

/* Additions UxService */
.ux-order-detail-table td label { margin: 0 !important; }
 
.dataTables_wrapper .dataTables_filter {
    width: 300px;
}

.dataTables_wrapper .dataTables_length {
    width: 300px;
}


table.dataTable tbody tr {
    background-color: inherit;
}

table.dataTable tbody tr td:last-child {
    padding-right: 0;
}

table.dataTable tfoot tr td {
    border-bottom: none;
}

table.dataTable thead tr th  {
    background-image: none;
    background-color: inherit;
}

table.dataTable.ux-order-detail-table thead tr th  {
    background-color: #f1f1f1;
}

table.dataTable tfoot tr td:last-child {
    background-image: none;
    background-color: inherit;
    padding-right: 0;
    padding-left: 0;
}

table.dataTable.master-details tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: inherit;
}

table.dataTable.master-details tbody tr.selected {
    background-color: inherit;
}

table.dataTable.master-details.ux-order-detail-table tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #b0bed9;
}

table.dataTable.master-details.ux-order-detail-table tbody tr.selected {
    background-color: #b0bed9;
}


.DataTables_sort_icon { display: none;}