* {
	background:transparent !important;
	text-shadow: none !important;
	filter: none !important;
		-ms-filter: none !important;
	color: #222 !important;
	box-shadow: none !important;
	border-color: #888 !important;
	background-image: none !important;
	}


@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 0mm 0mm 0mm 0mm;  
} 

body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
}

html {
    width: 100%;
    overflow: visible;
}

.block > .nav-tabs {
    display: none;
}

.block.block-full {
    border-top: 0px;
}

.table > thead > tr > th, table.table-bordered.dataTable td {
    font-size: 10px;
}

table.dataTable thead .sorting:after {
    display: none;
}

table, th, td
{
  border-collapse:collapse;
  border: 1px solid black;
  width:auto;
}

table.dataTable {
    width: 100% !important;
}

.d-print-none {
    display: none;
}


  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
  
 
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
  
 
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }

 
.col-sm-auto {width: auto; max-width: none;}
.col-sm-1 {width: 8.333333%;}
.col-sm-2 {width: 16.666667%;}
.col-sm-3 {width: 25%;}
.col-sm-4 {width: 33.333333%;}
.col-sm-5 {width: 41.666667%;}
.col-sm-6 {width: 50%;}
.col-sm-7 {width: 58.333333%;}
.col-sm-8 {width: 66.666667%;}
.col-sm-9 {width: 75%;}
.col-sm-10 {width: 83.333333%;}
.col-sm-11 {width: 91.666667%;}
.col-sm-12 {width: 100%;}

.col-md-auto {width: auto; max-width: none;}
.col-md-1 {width: 8.333333%;}
.col-md-2 {width: 16.666667%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.333333%;}
.col-md-5 {width: 41.666667%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.333333%;}
.col-md-8 {width: 66.666667%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.333333%;}
.col-md-11 {width: 91.666667%;}
.col-md-12 {width: 100%;}

.col-lg-auto {width: auto; max-width: none;}
.col-lg-1 {width: 8.333333%;}
.col-lg-2 {width: 16.666667%;}
.col-lg-3 {width: 25%;}
.col-lg-4 {width: 33.333333%;}
.col-lg-5 {width: 41.666667%;}
.col-lg-6 {width: 50%;}
.col-lg-7 {width: 58.333333%;}
.col-lg-8 {width: 66.666667%;}
.col-lg-9 {width: 75%;}
.col-lg-10 {width: 83.333333%;}
.col-lg-11 {width: 91.666667%;}
.col-lg-12 {width: 100%;}

.col-print-auto {-ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}
.col-print-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
.col-print-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
.col-print-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
.col-print-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
.col-print-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
.col-print-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.col-print-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
.col-print-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
.col-print-9 {width: 75%;}
.col-print-10 {width: 83.333333%;}
.col-print-11 {width: 91.666667%;}
.col-print-12 {width: 100%;}