/*****( DEFAULT TAGS )**********************************************/

    html, body {
    }
    
    .hideforprint { display: none !important; }

   body {
      font-family: verdana;
      margin: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
   }

   body,td,th,input,select,textarea {
      font-family: verdana;
      font-size: 9pt;
   }
   
   a { 
        color: black;
        text-decoration: none;
   }
   
   
    .small td, .small th {font-size: 7pt; font-family: Arial}

	.totaal {
	       background-color: #ddd;
	       font-weight: bold;
	 }

/*****( LIST )******************************************************/

   table {
      border: 1px solid black;
      border-right: 0;
   }
   
   table thead th {
      text-align: left;
      border-bottom: 1px solid black;
   }
   
   table thead th a {
      text-decoration: none;
      color: black;
   }
   
   table tbody td {
      border-right: 1px solid black;
   }
   
   table th, table td {
      padding: 2px 5px 2px 5px;
      border-right: 1px solid black;
   }
   
   table tfoot td {
      border-right: 1px solid black;
      border-top: 1px solid black;
   }
   
   table .disabled {
   }
   
   div.noPrint,
   table .noPrint {
        display: none !important;
   }
   
   .box .panel {
      border: none !important;
   }
   
   .box .panel>.table-responsive {
      overflow: visible;
   }
   
   .fa-print {  display: none !important; }
