* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
}

hr
{
    display: block;
    height: 2px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 1px #000000;
}

.navbar
{
    height: 70px;
}

.container-fluid
{
    margin: 0 auto;
    background-color: #EAEAEA;
}

.content
{
    min-height: 700px;
}

.login
{
    width: 600px;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    color: #EAEAFF;
}

.page 
{
    width: 210mm;
    min-height: 297mm;
    padding: 20mm;
    margin: 10mm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage 
{
    padding: .5cm;
    border: none;
    height: 257mm;
    /* outline: 2cm #EAEAEA solid; */
}

.footer
{
    min-height: 80px;
    line-height: 80px;
}

.margin-top-1
{
    margin-top: 10px;
}

.margin-top-2
{
    margin-top: 20px;
}

.margin-top-3
{
    margin-top: 40px;
}

.full-width
{
    width: 100%;
}

.no-border
{
    border: none;
}

.logo
{
    font-size: 18pt !important;
    font-weight: 900 !important;
}

.mirror
{
    display: inline-block; 
    transform:scaleX(-1);
}

.orange
{
    color: rgb(255, 102, 0) !important;
}

.cyan
{
    color: rgb(0, 204, 255) !important;
}

.bg-rasna
{
    background-color: rgb(255, 102, 0) !important;
}

.bg-coder
{
    background-color: rgb(0, 204, 255) !important;
}

.header
{
    background-color: black;
}

.print-title
{
    font-size: 20pt;
}

.print-sub-title
{
    font-size: 16pt;
}

.bold
{
    font-weight: 700;
}

.clear
{
    clear: both;
}

.card-title
{
    font-size: 1.25rem;
    line-height: 40px;
}

.modal-note
{
    font-size: .75rem;
}

.btn-fa
{
    width: 3rem; 
    height: 3rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 0 !important;
    overflow: hidden;
}

@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;
        background-color: white;
    }

    .subpage 
    {
        border: none;
        outline: none;
    }

    .no-print, .no-print *
    {
        display: none !important;
    }
}