/* 
    Document   : mobile-table
    Created on : 19-nov-2012, 12:10:49
    Author     : cj
    Description:
        Purpose of the stylesheet follows.
*/

@media screen and (max-width: 600px) 
{

     /* Force table to not be like tables anymore */
     .uitvoer table, .uitvoer thead, .uitvoer tbody, .uitvoer th, .uitvoer td, .uitvoer tr { 
         display: block; 
     }
     
     /* Hide table headers (but not display: none;, for accessibility) */
    .uitvoer thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .uitvoer tr { 
        border: 1px solid #ccc;
        margin-bottom: 8px;
    }
	
    .uitvoer td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    
    .uitvoer td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap
    }
    
    .col_middel, .col_middel_glas, .col_middel_onverhard{
        width: auto !important;
        overflow: none;
        display: table-cell;
    }
    
    /* GLASTUINBOUW */
    .uitvoer .glastuinbouw td:nth-of-type(1):before { content: "Middel"; }
    .uitvoer .glastuinbouw td:nth-of-type(2):before { content: "Werkzame stof*"; }
    .uitvoer .glastuinbouw td:nth-of-type(3):before { content: "MBP ruimte-behandeling"; }
    .uitvoer .glastuinbouw td:nth-of-type(4):before { content: "MBP overige toepassingen"; }
    
    .uitvoer .glastuinbouw.en td:nth-of-type(1):before { content: "Pesticides"; }
    .uitvoer .glastuinbouw.en td:nth-of-type(2):before { content: "Active substance (kg/ha)"; }
    .uitvoer .glastuinbouw.en td:nth-of-type(3):before { content: "EIP space treatments"; }
    .uitvoer .glastuinbouw.en td:nth-of-type(4):before { content: "EIP other treatments"; }
    
    /* VERHARD */
    .uitvoer .verhard td:nth-of-type(1):before { content: "Middel"; }
    .uitvoer .verhard td:nth-of-type(2):before { content: "Hoev. werkz. stof (kg)"; }
    .uitvoer .verhard td:nth-of-type(3):before { content: "Werkz. stof*"; }
    .uitvoer .verhard td:nth-of-type(4):before { content: "Waterleven"; }
    .uitvoer .verhard td:nth-of-type(5):before { content: "Grondwater"; }
    .uitvoer .verhard td:nth-of-type(6):before { content: "Toepasser"; }
    
    .uitvoer .verhard.en td:nth-of-type(1):before { content: "Pesticides"; }
    .uitvoer .verhard.en td:nth-of-type(2):before { content: "Quantity active substance (kg)"; }
    .uitvoer .verhard.en td:nth-of-type(3):before { content: "Active substance (kg/ha)"; }
    .uitvoer .verhard.en td:nth-of-type(4):before { content: "Aquatic organisms"; }
    .uitvoer .verhard.en td:nth-of-type(5):before { content: "Ground water"; }
    .uitvoer .verhard.en td:nth-of-type(6):before { content: "Applicator"; }
    
     /* ONVERHARD */
    .uitvoer .onverhard td:nth-of-type(1):before { content: "Middel"; }
    .uitvoer .onverhard td:nth-of-type(2):before { content: "Hoev. werkz. stof (kg)"; }
    .uitvoer .onverhard td:nth-of-type(3):before { content: "Werkzame stof*"; }
    .uitvoer .onverhard td:nth-of-type(4):before { content: "Waterleven"; }
    .uitvoer .onverhard td:nth-of-type(5):before { content: "Bodemleven"; }
    .uitvoer .onverhard td:nth-of-type(6):before { content: "Grondwater"; }
    .uitvoer .onverhard td:nth-of-type(7):before { content: "Bestuivers"; }
    .uitvoer .onverhard td:nth-of-type(8):before { content: "Bestrijders"; }
    .uitvoer .onverhard td:nth-of-type(9):before { content: "Toepasser"; }
    
    .uitvoer .onverhard.en td:nth-of-type(1):before { content: "Pesticides"; }
    .uitvoer .onverhard.en td:nth-of-type(2):before { content: "Quantity active substance (kg)"; }
    .uitvoer .onverhard.en td:nth-of-type(3):before { content: "Active substance (kg/ha)"; }
    .uitvoer .onverhard.en td:nth-of-type(4):before { content: "Aquatic organisms"; }
    .uitvoer .onverhard.en td:nth-of-type(5):before { content: "Soil organisms"; }
    .uitvoer .onverhard.en td:nth-of-type(6):before { content: "Ground water"; }
    .uitvoer .onverhard.en td:nth-of-type(7):before { content: "Pollinators"; }
    .uitvoer .onverhard.en td:nth-of-type(8):before { content: "Natural enemies"; }
    .uitvoer .onverhard.en td:nth-of-type(9):before { content: "Applicator"; }
    
     /* OPEN TEELT */
    .uitvoer td:nth-of-type(1):before { content: "Middel"; }
    .uitvoer td:nth-of-type(2):before { content: "Werkzame stof*"; }
    .uitvoer td:nth-of-type(3):before { content: "Waterleven"; }
    .uitvoer td:nth-of-type(4):before { content: "Bodemleven"; }
    .uitvoer td:nth-of-type(5):before { content: "Grondwater"; }
    .uitvoer td:nth-of-type(6):before { content: "Bestuivers"; }
    .uitvoer td:nth-of-type(7):before { content: "Bestrijders"; }
    .uitvoer td:nth-of-type(8):before { content: "Toepasser"; }
    
    .uitvoer .en td:nth-of-type(1):before { content: "Pesticides"; }
    .uitvoer .en td:nth-of-type(2):before { content: "Active substance (kg/ha)"; }
    .uitvoer .en td:nth-of-type(3):before { content: "Aquatic organisms"; }
    .uitvoer .en td:nth-of-type(4):before { content: "Soil organisms"; }
    .uitvoer .en td:nth-of-type(5):before { content: "Ground water"; }
    .uitvoer .en td:nth-of-type(6):before { content: "Pollinators"; }
    .uitvoer .en td:nth-of-type(7):before { content: "Natural enemies"; }
    .uitvoer .en td:nth-of-type(8):before { content: "Applicator"; }
    
    .empty-result td:before { content: "" !important; }
    
    
}