body {
    margin: unset !important;
    width: 100vw;
    height: 100vh;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* Style Header */
.samsat_header {
    width: 100%;
    text-align: left;
    float: left;
    top: 0;
    position: fixed;
}
.header_right, .header_left {
    float: left;
    width: 50%;
}
.header_left .img_header {
    float: right;
    width: 82%;
    height: auto;
}


/* Style Footer */
.samsat_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.samsat_footer .img_footer {
    width: 100%;
    height: auto;
    margin-bottom: -1rem !important;
    position: relative;
}
.footer_content {
    width: 100%;
    position: absolute;
    z-index: 999;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.footer_right, .footer_left {
    float: left;
    width: 50%;
    padding: 0 1.2rem;
    height: 100%;
}
.footer_left img {
    margin: 2rem 0;
    height: 9vh;
}
.footer_right {
    padding-top: 12.75vh;
    text-align: right;
    float: right;
}
.footer_right .copyright_text {
    color: #fff;
    font-weight: 250;
    font-size: 12px;
}


.print {
    display: none;
}

@media print {
    .no-print{
        display:none;
    }

    .print {
        display: block;
    }

    @page {
        margin-top: 0cm;
        margin-bottom: 0cm;
        margin-left: 1cm;
        margin-right: 1cm;
    }
}


/* Style Nopol */
.input-plat-nopol {
    width: 100%;
    color: #fff;
}
.input-plat-nopol input {
    float: left;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
}
#left_plat {
    width: 25%;
}
#center_plat {
    width: 34%;
}
#right_plat {
    width: 27%;
}
.input-plat-nopol span {
    width: 7%;
    float: left;
}