﻿#imageamento {
    width: 50%;
    height: calc(100% - 60px);
    position: fixed;
    float: right;
    left: 50%;
    display: none;
    top: 60px;
    z-index: 1100;
}

#imageamento-block {
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    display: none;
    top: 60px;
    z-index: 20;
}

#imageamento-btn-fechar {
    position: absolute;
    font-family: 'Roboto';
    background: rgb(255 255 255 / 80%);
    padding: 5px;
    border-radius: 3px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}


.data-imageamento {
    background: repeating-radial-gradient(black, transparent 100px); 
    color: honeydew;
    margin-top: -70px;
    margin-left: 475px;
    position: absolute;
    transform: translateZ(1e12px) translate(5px, -25px) translate(-37.5px, 11px) rotate( 0deg ) translate(37.5px, -11px);
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    #imageamento {
        width: 100%;
        height: 50%;
        position: absolute;
        float: none;
        left: 0;
        top: 50%;
        z-index: 1100;
    }
}