body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
    font: 12pt "Tahoma";
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page {
    width: 210mm;
    min-height: 297mm;
    padding: 5mm;
    margin: 10mm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.idcard {
    margin-bottom: 25px;
    border: 0px red solid;
    outline: 1px white solid;
    height: 65mm;
    min-height: 65mm;
    max-height: 65mm;
    
}

.card-main-layout {
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.front {
    table-layout: fixed;
    padding: 2px;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    border: 0px solid red;
}

.back {
    table-layout: fixed;
    padding: 2px;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    border: 0px solid red;
}

.front-container {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

.back-container {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

@page {
    size: A4;
    margin: 0;
}

@media print {

    html,
    body {
        width: 210mm;
        height: 297mm;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}


#title-div {
    padding-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

#title-label {
    text-decoration: underline;
    font-weight: bold;
}

#sub-title {
    font-size: 18px;
    font-weight: bold;
}

#front-layout1 {
    width: 100%;
    height: 180px;
}

#front-layout1-col1 {
    width: 40%;
}

#front-layout1-col2 {
    width: 60%;
}

#front-layout1-col2-sublayout1 {
    width: 100%;
    height: 30%;
}

#front-layout1-col2-sublayout2 {
    font-size: 14px;
    width: 100%;
    height: 70%;
}

#front-layout1-col2-sublayout2-col1 {
    width: 30%;
}

#front-layout1-col2-sublayout2-col2 {
    width: 70%;
}

#footer-layout {
    width: 100%;
    height: 20%;
    font-size: 14px;
    margin-bottom: 10px;
}

#footer-layout-col1 {
    width: 20%;
}

#footer-layout-col2 {
    width: 80%;
}

img {
    width: 100%;
    height: 160px;
}

#back-layout1 {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

#back-layout2 {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

#back-layout2-col {
    width: 25%;
}

#back-layout2-colx1 {
    height: 30px;
}