* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: sans-serif;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.3em;
}

.content {
    width: 447pt;
    height: 630pt;
    padding: 10pt;
}

#protocolFrameHolder {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
}

#protocolMenu {
    margin-right: 5px;
    width: 50px;
    height: 80%;
    max-height: 272mm;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.protocolButton {
    border: 0px;
    width: 30px;
    height: 30px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color:rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.closeButton {
    background-image: url('../close.png');
}

.printButton {
    background-image: url('../print.png');
}

#protocolFrame {
    height: 80%;
    max-width: 192mm;
    max-height: 272mm;
    width: 80%;
    background: white;
    border-color: black;
    border-width: 1px;
    border-radius: 8px;
    box-shadow: 10px 10px 20px #000000;
    z-index: 1000;

}

.screenshot {
    width: 100%;
}

.pdfLogo {
  width: 200px;
  height: 100px;
  position: fixed;
  bottom: 0;
  right: 0;
}


.pdfLogoImg {
  max-width: 100%;
  max-height: 100%;
  margin-left: 70px;
  margin-right: 15px;
  margin-top: 20px;
  display: block;
}

.protocol {
    display: flex;
    flex-direction: row;
}

.protocol .textColumn {
    width: 50%;
    margin-right: 10px;
    background-color: deepskyblue;
}

.protocol .screenshotColumn {
    width: 50%;
    margin-left: 10px;
    background-color: grey;
}

.notesfield {
    width: 100%;
    height: 150px;
}

.notesfieldLabel {
    font-weight: bold;
}

@media print {
    .pagebreak { page-break-after: always; }
    .notesfield {
        overflow: visible;
        border-width: 0px;
        height: auto;
    }
    .notesfieldLabel {
        display: none;
        visibility: hidden;
    }
}

.html-unity-element {
    position: absolute;
    transform: translate(-50%, 50%);
    opacity: 0;
}

#newsLetter.html-unity-element {
    width: calc((100vw / 1450 + 100vh / 700) / 2 * 40) !important;
    height: calc((100vw / 1450 + 100vh / 700) / 2 * 40) !important;
}
