/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
  position: relative;
  // min-height: 200px;
  clear: both;
  _height: 302px;
  zoom: 1; /* Feeling sorry for IE */
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}

.dataTables_wrapper table {
  border-collapse:initial;
  }

.dataTables_length {
  width: 40%;
  float: left;
}

.dataTables_filter {
  /* width: 50%;
  float: right; */
  text-align: center;
  font-size: 1.70em;
  margin-bottom: 5px;
}


.dataTables_info {
    float: left;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.dataTables_paginate {
  width: 44px;
  * width: 50px;
  float: right;
  text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left;
}

.paginate_disabled_previous {
  background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
  background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
  background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
  background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
  margin: 0 auto;
  clear: both;
  padding: 5px 5px 5px 5px
  width: 100%;
  
  /* Note Firefox 3.5 and before have a bug with border-collapse
   * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
   * border-spacing: 0; is one possible option. Conditional-css.com is
   * useful for this kind of thing
   *
   * Further note IE 6/7 has problems when calculating widths with border width.
   * It subtracts one px relative to the other browsers from the first column, and
   * adds one to the end...
   *
   * If you want that effect I'd suggest setting a border-top/left on th/td's and 
   * then filling in the gaps with other borders.
   */
}

table.display thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  * cursor: hand;
}

table.display tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}

table.display td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

table.display td.center {
  text-align: center;
}

a {
    color: #454749;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
  background: url('../images/arrow_up04.png') no-repeat center right;
  background-color: #C40057;
  color: white;
}

.sorting_desc {
  background: url('../images/arrow_down04.png') no-repeat center right;
  background-color: #C40057;
  color: white;
}

.sorting, .sorting_disabled {
  background: url('../images/sort_both.png') no-repeat center right;
  background-color: #4688C8;
  color: white;
}

.sorting_asc_disabled {
  background: url('../images/sort_asc_disabled.png') no-repeat center right;
  
}

.sorting_desc_disabled {
  background: url('../images/sort_desc_disabled.png') no-repeat center right;
  
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */


table.display tr.odd.gradeA {
  background-color: white;
}

table.display tr.even.gradeA {
  background-color: #F0F0F0;
}

tr.odd {
  background-color: white;
}

tr.even {
  background-color: #F0F0F0;
}

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
 background-color: #EFF2FA;
}

tr.odd td.sorting_2 {
 background-color: #DADCFF;
}

tr.odd td.sorting_3 {
 background-color: #E0E2FF;
}

tr.even td.sorting_1 {
 background-color: #B8D2F9;
}

tr.even td.sorting_2 {
 background-color: #F2F3FF;
}

tr.even td.sorting_3 {
 background-color: #F9F9FF;
}

th.alignLeft{
  text-align:left !important;  
}

#standards-table tr td:nth-child(1) {
  white-space:nowrap;
  }

td.alignLeft {
  white-space:normal;
  }

.dataTables_wrapper table td {
    padding: 2px 5px;
}
#memberListTable_filter{
  margin-bottom: 10px;
}

.dataTables_filter input{
    border: 5px solid #F39200;
    border-radius: 5px;
    margin-right: 3px;
    margin-bottom: 10px;
    padding: 1px 4px 1px 4px;
  background: #ffffff url("/https/www.fao.org/fileadmin/templates/codexalimentarius/images/icon-search-magnifier.png") no-repeat right top;
  color: #666;
  
}