/* 
    Created on : May 27, 2016, 4:32:54 PM
    Author     : coder
*/
.inner-menu, i.fa,.not-print{
    display: none;
}
body,[type=text],[type=email],[type=password],
[type=number],textarea{
    color: black;
}
.table tr:first-of-type th{
    text-shadow: none;
    border-top: 1px solid #009688;
    border-bottom: 1px solid #009688;
}
table tr{
    background-color: transparent;
}
.kibox{
    outline-color: black;
    box-shadow: none;
}
/*........................*/
@media print and (color) {
    *{
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
@page{
    size: A4;
    margin: 0;
    page-break-after: always;

}
@page ls{
    size: landscape;
}
.table,.plain-table{
    /*page: ls;*/
}
.print-preview .preview{
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.print-preview [printable]{
    padding: 12mm;
}
body.print-preview{
    background-color: white;
}