/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 21, 2014, 1:16:59 PM
    Author     : Jinesh
*/

    .aFTableCell{
       padding-left: 4px !important;
       padding-right:  4px !important;
       max-width: 100px;
       overflow: hidden; 
       text-overflow: ellipsis; 
       white-space: nowrap; 
    }
    .summary-heading1{

       background-color: #f9f9f9 !important;
       

       height: 35px;
       

       border-top:0 !important;
       

       padding: 7px 0px 7px 0px!important;

       border-bottom: solid 1px #DDD;
   } 

   .summary-heading2{

       background-color: #f9f9f9 !important;
       height: 35px;
       border-top:0 !important;
       padding-top: 5px !important;
       padding-bottom: 7px !important;
       border-bottom: solid 1px #DDD;
   } 

   .summary-align1{
       text-align: center;
   }
   .summary-align2{
       text-align: center;
   }


   .summary-select{

      height: 20px;
      padding:0;
   }
   .summary-page{
       padding:2px 6px !important;
   }
   .summary-paging{
    background-color: #f9f9f9 !important;
   }
   
   
  @media only screen and (max-width: 480px) //for extra small device design    
   {
    .summary-align1{
           text-align: left;
    } 
    .summary-align2{
           text-align: right;
    } 
    .summary-heading1{
        display: inline;
        font-size: 12px;
    }
    .summary-heading2{
        display: block;
    }
   }
  .aFtable-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: scroll;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
}



.headerSort {
    background: url( ../images/bg.gif) no-repeat 99%;
}
.headerSortAsc {
    background: url( ../images/sort_asc.gif) no-repeat 99%;
   
}
.headerSortDesc {
    background: url( ../images/sort-desc.gif) no-repeat 99%;
/*    transform:rotate(90deg);
    -ms-transform:rotate(90deg);  IE 9 
    -webkit-transform:rotate(90deg);  Opera, Chrome, and Safari */
}
table thead tr {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}