@page{
    margin-top: 0.25in;
    margin-right: 0.03in;
    margin-left: 0.03in;
    margin-bottom: 0.5in;
    footer: mainfooter;
}

body { font-size: 11px; }

.text-center { text-align: center; }
.text-lg { font-size: 16px; }
.text-capitalize { text-transform: capitalize; }
.text-uppercase { text-transform: uppercase; }
.text-default { color: #222222; }
.text-primary { color: #05971a; }
.text-absent { color: red; }
.text-undertime { color: #ca880e; }
.text-off, .text-holiday, .text-leave, .text-muted { color: #666; }
.text-underline { border-bottom: 1px solid #222; }
.text-upperline { border-top: 1px solid #222; }

.v-separator { border-right: 1px dashed #cccccc; }
.border-top { border-top: 1px solid #666; }
.padding-top { padding-top: 15px; }
.padding-top-sm { padding-top: 5px; }
.padding-top-lg { padding-top: 30px; }
.padding-horizontal { padding-left: 15px; padding-right: 15px; }
.hr-sm { margin: 3px 0; }

.margin-top-sm { margin-top: 5px; }
.margin-bottom { margin-bottom: 60px; }

.table-data { margin: 15px; border-collapse: collapse }
.table-data td, .table-data th { border: 1px solid #000000; padding: 2px 5px; }
