/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 4, 2021, 10:08:11 PM
    Author     : Eko Budi Setiawan
*/

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 8mm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    padding: 10mm;
}
page[size="A4"] {  
    width: 21cm;
    height: 29.7cm; 
}
page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;  
}
page[size="A5"] {  
    width: 140mm;
    height: 210mm; 
}
page[size="A5"][layout="landscape"] {
    width: 210mm;
    height: 140mm;
}

.pg-block {
    margin: 7px 5px;
    padding: 30px 10px 5px;
    background: #ccc;
    border-radius: 6px;
    overflow: auto;
}

.pg-kartu {
    background: white;
    display: block;
    margin: 0 auto 30px;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    padding: 2mm;
    width: 110mm;
    height: 140mm;
}

.cover {
    height: 18cm;
    width: 13cm;
    border: 2px solid #555;
    padding: 0;
    box-sizing: border-box;
    margin-left: 0px;
    margin-top: 0px;
}
.cover-header {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.cover-header-title {
    padding: 2px;
    color: #fff;
    font-family: 'Century Gothic';
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    background: #003366 !important;
}
.cover-body {
    height: 440px; 
    width: 100%;
    padding: 80px 10px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #555;
    box-sizing: border-box;
}
.cover-footer {
    width: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
}
.rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*============= KARTU ============*/  
.kartu {
    width: 100%;
    height: auto;
    border-top: 1px solid #aaa;
    padding: 0;
    margin: 0 0 0mm;
    box-sizing: border-box;
}
.kartu-left {
    float: left;
    width: 50%;
    border-right: 1px dashed #999;
    padding: 5px 0;
    padding-right: 7px;
    box-sizing: border-box;
}
.kartu-right {
    width: 45%;
    margin-left: 105mm;
    padding: 0;
    box-sizing: border-box;
}
.kartu-box {
    border: 2px solid #555;
    height: 133mm;
}
.kartu-header {
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
}
.kartu-header-title {
    padding: 2px;
    color: #fff;
    font-family: 'Century Gothic';
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
.kartu-body {
    height: 10cm; 
    width: 100%;
    padding: 20px 10px;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
}
.kartu-body ul {
    padding: 0 30px 0;
    text-align: left;
}
.kartu-body ul li {
    margin: 0 0 5px;
}
.kartu-footer {
    width: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Century Gothic';
    font-size: 10px;
    font-weight: normal;
    box-sizing: border-box;
}
.tb-kartu {
    width: 100%;
    font-size: 14px;
}
.tb-kartu tbody tr td {
    padding: 2px 4px;
    vertical-align: top;
}
.bg-d3 {background: #003366 !important;}
.bg-d4 {background: #003366 !important;}
.bg-s1 {background: #003366 !important;}
.bg-profesi {background: #990033 !important;}
.bg-magister {background: #003366 !important;}