
.tablehd0
{
    display: table;
}
.titlehd0
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Table
{
    display: table;
}
.Title
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Cell
{
    display: table-cell;
    border: solid;
    border-width: thin;
    /*width: 500px;*/
    padding-left: 5px;
    padding-right: 5px;
}
/**   Start   FORM  id='schapsdivrow'  **/
.RowFormAps
{
    /*display: table-row;*/
    display:none;
    height: 120px;  
}
.CellFormAps
{
    /*display: table-cell;*/
    display:none;
    border: solid;
    border-width: thin;
    /*width: 735px;
    padding-left: 5px;
    padding-right: 5px;*/
}
.Rowschleft
{
    display: table-row;
   /* width: 300px; 
    height: 80px;  */
}
/**   END   FORM  id='schapsdivrow'  **/
.messageits
{
    display: table-cell;
    border: solid;
    border-width: thin;
    white-space:pre;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.Row
{
    display: table-row;
    /*width: 150%;  */   /*   Menu Vertical left   */
    height: 55px;  
}
.rowtable
{
    display: table-row;
    /*width: 150%;  */
    /*margin-top: 8px; */
    height: 55px;  
}
.table_a
{
    display: table-cell;
    border: 1px solid #283b60;
    border-width: thin;
    height: 30px;
    width: 150%;
    margin-top: 8px; 
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    /*padding-right: 5px;*/
    font-size: 22px;
  }
.Cellbtn
{
    display: table-cell;
    border: 1px solid #73AD21;
    margin: auto;
    /*border: solid;
    border-width: thin;*/
    /*width: 150%;*/
    padding-left: 5px;
    padding-right: 5px;
}
.Celltxt
{
    display: table-cell;
    border: solid;
    border-width: thin;
    /*width: 735px;*/
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

#butonedit, .butonedit
{
    display: table-cell;
    display:block;
    /*border: solid;
    border-width: thin;
    width: 180px;*/
    padding-left: 5px;
    padding-right: 5px;
}
.cellhd0
{
    display: table-cell;
    border: solid;
    /*border: none;*/
    border-width: thin;
    height: 30px;
    width: 250px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
    text-decoration-line: underline;  
  }
  .cellfoot
  {
      display: table-cell;
      border: solid;
      /*border: none;*/
      border-width: thin;
      /*height: 30px;
      width: 250px;*/
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 22px;
      /*text-decoration-line: underline;  */
    }
    .cellform
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        width: 65%;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px;
      }
      .cellpi
      {
          display: table-cell;
          border: solid;
          border-width: thin;
          width: 30%;
          text-align: center;
          padding-left: 5px;
          padding-right: 5px;
          font-size: 10px;
        }
     

.butschleft {
    display: inline-block;
    padding: 10px 10px;
    /*font-size: 1px;*/
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 25px;    /*  era 15px, com 20/25 separou os botões e on click criou uma animação vertical !?*/
    box-shadow: 0 9px #999;
    /*  https://codedamn.com/news/frontend/center-align-css-button     */
    /*border: 1px solid blue;*/
    display: grid;
    place-items: center;
  }
  