.cadastrosMain{
    width: 100%;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: 100%;
    grid-template-areas:
        "col01 col02";
    grid-gap: 0.8rem;
}
#col01{
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    grid-area: col01;
}
#col01 .interno{
    padding: 20px;
}
#col02{
    width: 100%;
    grid-area: col02;
}
#col03{
    width: 95%;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
}

#cadastroCabecalho{
    font-size: 20px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #005952;
    width: 95%;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
    color: #005952;
}
#cadastroCabecalhoAreaInterna{
    font-size: 20px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #4915da;
    width: 800px;
    margin-bottom: 5px;
    margin-right: 20px;
    text-align: left;
    color: #4915da;
}

#cadastroDiv{
    width: 95%;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
    -khtml-border-radius: 20px 0px 20px 0px;
    text-align: left;
    color: #000000;

}
#cadastroDivAreaInterna{
    width: 800px;
    border-style: solid;
    border-color: #adba9e;
    border-width: 1px;
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
    -khtml-border-radius: 20px 0px 20px 0px;
    text-align: left;
    margin-right: 20px;
    color: #000000;
}

#cadastroCampos #tabelaCabecalho{
    line-height: 30px;
    color: #000000;
    border-style: solid;
    border-color: #6c543f;
    border-width: 1px;
    background-color: #fffeb6;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 11px;
}
#cadastroCampos #tabelaLinhas{
    line-height: 24px;
    color: #000000;
    border-style: solid;
    border-color: #6c543f;
    border-width: 1px;
    background-color: transparent;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: 3px;
}
#cadastroCampos #tabelaLinhas2{
    line-height: 24px;
    color: #ffffff;
    border-style: solid;
    border-color: #6c543f;
    border-width: 1px;
    background-color: #990000;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: 3px;
}

#cadastroRodape{
    height: 40px;
}

#loginInformacoes{
    padding: 5px;
    color: #000000;
    text-align: left;
}
#loginInformacoes b{
    color: #005952;
    font-size: 14px;
}

#cadastroDivSemUsuario{
    width: 99%;
    border-style: solid;
    border-color: #adba9e;
    border-width: 1px;
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
    -khtml-border-radius: 20px 0px 20px 0px;
    text-align: left;
    color: #000000;
}
#cadastroDivSemUsuario #loginInformacoes{
    padding: 5px;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
#cadastroDivSemUsuario #loginInformacoes b{
    color: #000000;
    font-size: 14px;
}
#cadastroDivSemUsuario #loginInformacoes a{
    color: #005952;
    font-weight: bold;
    font-size: 12px;
}

#cadastroInformacoes{
    padding: 5px;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
#cadastroInformacoes b{
    color: #990000;
}

#cadastroAba{
    font-weight: normal;
    font-size: 16px;
    color: #005952;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 28px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #005952;
}

.statusErro{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    margin-right: 5px;
    width: 85%;
    line-height: 40px;
}
.statusErro02{
    float: right;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
    margin-right: 5px;
    width: 80%;
    line-height: 40px;
}
.statusOK{
    float: right;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #c2a36c;
    margin-right: 5px;
    width: 80%;
    line-height: 40px;
}

.cadastroTexto01{
    font-weight: normal;
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    color: #000000;
    margin-left: 5px;
}
.cadastroCampo01{
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    width: 98%;
    height: 36px;
    margin-bottom: 7px;
}
.cadastroCampo02{
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    width: 40%;
    height: 36px;
    margin-bottom: 7px;
}
.cadastroCampo03{
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    line-height: 26px;
    width: 80px;
    margin-bottom: 7px;
}
.cadastroBotao{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #005952;
    height: 40px;
    width: 100px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.cadastroBotao:hover{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    background-image: linear-gradient(#005952, #598527,#005952);
    height: 40px;
    width: 100px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.cadastroBotao02{
    font-size: 13px;
    line-height: 26px;
    color:#ffffff;
    background-color: #005952;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    height:21px;
    width:55px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
}

.loginLinks{
    font-size: 14px;
    font-weight:bold;
    color: #005952;
    line-height:20px;
    text-decoration:underline;
    cursor:pointer;
}

#menuCadastro{
    width: 100%;
    text-align: left;
}
#menuCadastro #titulo{
    font-size: 20px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #005952;
    width: 95%;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
    color: #005952;
}
#menuCadastro #item{
    font-weight: normal;
    font-size: 13px;
    line-height: 40px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    margin-bottom: 4px;
}
#menuCadastro #item a:hover{
    cursor: pointer;
    text-decoration: underline;
}

.divEntregasNomes{
    line-height: 28px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}

@media only screen and (max-width: 768px) { 

    .cadastroCampo02{
        font-weight: normal;
        color: #000000;
        font-size: 13px;
        width: 98%;
        height: 36px;
        margin-bottom: 7px;
    }
}
