* {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    font-size: 14px;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
}


.bg-modal-modelo {
    /*
    largura
    altura
    cor de fundo
    posi��o fixada nos 100%
    posi�ao do elemento sobreposto ao outro
    borda superior dele estar� em -100% deslocado acima do indice de referencia que � a pagina
    display estar� em bloco um abaixo do outro
    transi��o ser� de 350ms caso haja movimenta��o
    */
    width: 85%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 2;
    top: -120%;
    display: block;
    transition: 350ms;
}

.modal-modelo {
    /*
    margim interna 10px
    largura 
    altura
    cor do fundo
    borda
    borda arrendondada
    margin
    */
    padding: 10px;
    width: 70%;
    height: 80%;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 80px auto 0 auto;
}
.modal-modelo span {
        /*
    Retira do seu lado normal e deixa ele libre para se movimentar
    tamanho da fonte
    cor da font
    margin
    cursor m�o
    */
        float: right;
        font-size: 50px;
        color: #000;
        margin: 20px 20px;
        cursor: pointer;
}

.modal-modelo span:hover {
            /*
    efeito ao sair
    transi��o
    */
     color: #990000;
    transition: 350ms;
}
#imagemdocumento {
    width:85%;
    height:85%;
}
.micon{
    font-size:20px;
}
#fontetable{
    font-size:10px;
}

.imgfiltro{
    width:20px;
    height:20px;
}
#imgdetalhes {
    border:solid;
    border-color:gray;
    width: 600px;
    height: 600px;
}

.texto-centralizado {
    text-align: center;
}

.box {
    border-radius: 25px;
    margin-right: 5px;
    max-height: 75px;
}
.box-indicadores {
    border-radius: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top:5px;
    max-width:150px;
    max-height: 75px;
}
#imagem-init{
    margin-top:50px;
    width:450px;
    height:400px;
}

.painel{
    border-radius:1%;
    border-style: outset;
    border-color: #adaaaa;
    padding: 10px;
    font-size: 10px;
    margin: 3px;
    background-color: beige;
}

