﻿.listajuntada {
    margin-left: auto;
    border: solid 1px #676666;
    min-height: 45px;
    background-color: #fafafa;
    width: 98%;
    border-radius: 6px;
    margin: 5px auto;
}

.listatramitacao {
    border: solid 1px #676666;
    min-height: 45px;
    background-color: #fafafa;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 7px;
    margin-left: 15px;
}

.abrirtramitacao {
    width: 5%;
    height: 34px;
}

.fontTramitacao {
    font-family: 'Inconsolata';
    color: #424242;
}

.linhatramitacao {
    height: 34px;
    padding: 12px 5px 5px 15px;
}

.LinhaConteudoTramitacao {
    padding: 5px 5px 5px 15px;
}

.divisorlinhasconteudoTramitacao {
    border: 1px solid #bebebe;
    margin: 0px 15px 0px 15px;
    margin: 4px;
    background-color: white;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    min-height: 120px;
    height: auto;
    vertical-align: central;
    text-align: left;
    padding: 5px 15px 15px 15px;
    margin-left: auto;
    margin-right: auto;
}

.item-cientificacao-titulo {
    text-align: center;
    font-weight: 600;
    font-size: 14pt;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.divisorlinhasconteudo {
    border: 1px solid #bebebe;
    margin: 4px;
    background-color: white;
    border-radius: 10px;
    width: 80%;
    min-height: 120px;
    height: auto;
    vertical-align: central;
    text-align: left;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}

.incluirpading {
    padding: 15px;
}

.removermargem {
    margin: 0px;
}

.corBotoesTramitacao {
    color: #333333;
}

.tamanhominimo {
    min-height: 800px;
    height: auto;
}

.botaoabrirtramitacao {
    margin-left: 14px;
    margin-top: 14px;
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.TabelaAndamento {
    margin: 15px;
}

table.bordaTabelaAndamento {
    border-collapse: collapse;
}

    table.bordaTabelaAndamento tr td {
        border: 1px solid #424242;
        height: 25px;
        font-size: 12pt;
        padding-left: 5px;
    }

    table.bordaTabelaAndamento th {
        border: 1px solid #424242;
        text-align: center;
        height: 25px;
        font-size: 12pt;
        font-weight: bold;
    }
