.containerheader{
    background: #ffffff url("images/estante.jpg") no-repeat center;
    background-size: 100%;
    border-bottom: 10px;
}

.mydiv{
    background-color:whitesmoke;
    padding-top:10px;   
    padding-bottom:10px;   
    box-shadow: 0px 2px 10px -2px rgb(0 0 0 / 30%);

}

.temporario1{
    border: 1px solid #000;
}

.overlay{
    padding: 70px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgb(0 0 0 / 50%); 
    text-align: center;
    font-family:'Lato', sans-serif;
    color:#fff;
    font-size: 1.5em;
}

.corpo{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.painel{
    width: 840px;
    height: 700px;
    display: flex;
    flex-direction: row;
    color: #7e440b;
    font-family: 'Lato', sans-serif;
}

.lateralEsq{
    width: 17%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.lateralDir{
    width: 17%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hiddable-inputs {
    border: solid 1px #7e440b;
    padding: 5px;
    border-radius: 5px;
    box-shadow:  1px 1px #7e440b;
}
.painel select, .painel input {
    font-size: 1.2em;
}

.inputs-title {
    color: #7e440b;
    font-size: 1.1em;
    transition-duration: 500ms;  
}

#left-inputs{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#midle-inputs {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#right-inputs{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#botton-inputs{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
#top-inputs{
    margin-left: 10px;
}

#layout-inputs {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.1em;
}

#layout-inputs select {
    padding: 3px;
    font-size: 1em;
}

.arcaMeio{
    width: 66%;
    height: 100%;
}

.dirTopo{
    width: 100%;
    height: 10%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dirMeio{
    width: 100%;
    height: 80%;
    background: url("images/layouts/top-side-both.png") no-repeat center scroll ;
    background-size: 88%;
    transition-duration: 1000ms;   
}

.dirBaixo{
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    padding-left: 11%;
}

.baixoEsq{
    width: 27%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.baixoMeio{
    width: 27%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.baixoDir{
    width: 27%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inptClass{
    width: 70px;

}


.botao{
    /*width: 150px;*/
    border: none;
    margin:5px;
    border-radius: 2px;
    background-color: #8c5d2f;
    color: #FFF;
    height: 30px;
    font-size: 18px;
    transition-duration: 500ms;
}
.botao:hover{
    background-color: #5f4020;
    transform: scale(1.1);
}
#outputDivi {
    margin-top: 10px;
}
#tableResultado td, th{
    border: 1px solid #8c5d2f;
    padding: 2px;
}
#tableResultado td {
    background-color: #8c5d2f;
    border: 1px solid #7e440b;
    padding: 4px;
    color: #FFF;
    font-size: 1.2em;
    justify-content: center;
}
#tableResultado table {
    width: 100%;
}
.resultadoDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#tableResultado {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.body {
	font-family: 'Lato', sans-serif;
}

.btn_troca_modo_controle_orbital{

}
