﻿/* IMPORTANT: Style settings in this file will affect all modes (edit, presentation, print, etc.) */

body {
    background: transparent;
}

.pdffileupload {
    border: 0;
    padding: 0;
    margin: 0;
    width: calc(100vw - 50px) !important;
    height: calc(100vh - 30px);
}

.pdfFileuploadframe {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

#closeUploaderPdf {
    right: 6px;
    font-size: xx-large;
    color: #777 !important;
    position: absolute;
    z-index: 2;
    text-decoration: none;
}

.pdfviewer {
    display: none;
}

    .pdfviewer.show {
        display: block;
    }

.pdfFileUploadWrapper {
    position: relative;
    color: black !important;
    position: relative !important;
    top: 35vh;
    width: 50% !important;
    height: 25vh;
    margin: auto;
}
