.locked_message {
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
display: none;
height: 100%;
left: 0;
line-height: 50px;
margin: 0 auto;
opacity: 1;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 30100;
background: rgba(0, 0, 0, 0.85);
}
.locked_close {
background-image: url("/data/78f8c2c9-92ab-4689-9d01-ba8e8208a365");
background-size: cover;
display: block;
height: 50px;
margin: 0 auto;
position: absolute;
right: 5px;
top: 5px;
width: 50px;
}
.locked_close > a {
display: block;
height: 100%;
width: 100%;
}
.locked_message a {
color: #0af;
font-size: 1.2em;
text-decoration: none;
cursor: pointer;
}
.locked_message a:hover {
text-decoration: underline;
}
.locked_mark {
position: relative;
display: block;
margin: 13em auto 0 auto;
width: 5em;
height: 5em;
background-image: url("/data/f44cc531-8f80-4a64-a0dd-6fbd4a463d3e");
background-size: cover;
}
.locked-text-embedded {
margin-top: 3em;
}
.locked_message p.information-text { max-width: initial; }
.locked-d-bok {
font-size: 1.2em;
margin: 0.35rem;
position: absolute;
width: 15%;
}
.locked-d-bok svg {
width: 100%;
height: auto;
}