/*
 * - 2012 -
 *
 * INDAL GmbH & Co. KG
 * Achtermannstr. 19
 * 48143 Muenster
 * - Germany -
 *
 *
 * */

/* überschreibt jQuery DataTable CSS-Attribute */

/*
 * Page length menu
 */
.dataTables_length {
    float: left;
    font-size: 62.5%;
}

/*
 * Filter
 */
.dataTables_filter {
    float: right;
    text-align: right;
    font-size: 62.5%;

}

/*
 * Table information
 */
.dataTables_info {
    padding-top: 3px;
    clear: both;
    float: left;
    font-size: 62.5%;
}

.paging_full_numbers .ui-button {

      padding: 2px 6px;
      margin: 0;
      cursor: pointer;
      * cursor: hand;
      color: #333 !important;

      /* SELFMADE */
      font-size: 62.5%;

    font-size: 62.5%;
}

/*
 * Processing indicator
 */
.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;*/
}
