﻿.report-layout {
    width: 100%;
    margin: auto;
    background: white;
    color: #000;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/********************************************/

.report-body {
    width: 100%;
    flex: 1;
}

/********************************************/

.paper-a4 {
    width: 210mm;
    min-height: 297mm;
}

.paper-a5 {
    width: 148mm;
    min-height: 210mm;
}

.paper-letter {
    width: 216mm;
    min-height: 279mm;
}

.paper-legal {
    width: 216mm;
    min-height: 356mm;
}

.paper-thermal {
    width: 80mm;
}

/********************************************/

.portrait {
}

.landscape {
    width: 297mm;
    min-height: 210mm;
}

/********************************************/

.theme-classic {
}

.theme-modern {
}

.theme-minimal {
}

.theme-corporate {
}
