﻿.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1040px;
    width: 780px;
}

.master {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5003;
    display: none;
}

.popup, .popup-sombra {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
    height: 566px;
    margin-top: -283px;
    width: 800px;
    margin-left: -400px;
    z-index: 5002;
}

.popup-sombra {
    margin-top: -278px;
    margin-left: -395px;
    background-color: black;
    z-index: 5001;
}

.fundo-cinza {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    z-index: 5000;
}

.div-conteudo {
    padding: 5px;
    height: 520px;
}

.altura-padrao {
    height: 308px;
}

.altura-row {
    height: 230px;
}

.div-40-por-cento {
    width: 434px;
    float: left;
    margin-left: 10px;
}

.div-w445 {
    width: 445px;
    float: left;
    margin-left: 10px;
}

.div-w315 {
    width: 315px;
    float: left;
    margin-left: 10px;
}

.div-60-por-cento {
    width: 454px;
    height: 305px;
    padding: 0 10px;
    float: left;
}

.altura-largura-padrao-fieldset {
    width: 444px;
    height: 300px;
    padding: 5px;
}

.altura-largura-padrao-exibir-documento-scanneado {
    width: 444px;
    height: 308px;
    float: left;
}

.altura-largura-padrao-iframe-pdf {
    position: absolute;
    width: 444px;
    height: 305px;

    z-index: 100;
}

.altura-largura-padrao-div-sobreposta-iframe-pdf {
    position: absolute;
    width: 428px;
    height: 305px;
    cursor: pointer;
    z-index: 101;
}

.altura-largura-padrao-exibir-documento-scanneado-min {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.altura-largura-padrao-iframe-pdf-min {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 100;
}

.altura-largura-padrao-div-sobreposta-iframe-pdf-min {
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 101;
}

.altura-largura-padrao-informe {
    float: right;
    width: 368px;
}

