.su-body {
  /*HEADER*/
  /*.tabulator .tabulator-col-group.tabulator-col {padding-top:10px;}*/
  /*ROW*/
  /*.tabulator-row-odd,
   .tabulator-cell:hover {
   background-color:#F8F4EB!important;
   }
   */
  /*background-color:#A9BD10;*/
  /*  .tabulator-row-even,
   .tabulator-cell:hover {
   background-color:#bbb;
   }
   */
  /*FOOTER*/
  /* col custom */
  /* Tabulator */ }
  .su-body .tabulator {
    border-radius: 10px;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 1em;
    font-size: 1em;
    background-color: white;
    position: relative;
    z-index: 1; }
  .su-body .tabulator .tabulator-header {
    border: none !important; }
  .su-body .tabulator .tabulator-header {
    background-color: rgba(13, 92, 63, 1) !important;
    color: black !important;
    border-radius: 10px 10px 0px 0px; }
  .su-body .tabulator .tabulator-tableHolder {
    overflow-x: hidden; }
  .su-body .tabulator .tabulator-col {
    background-color: white;
    /*background-color:#cecece;*/ }
  .su-body .tabulator .tabulator-col-content {
    font-size: 16px;
    border: none;
    align-content: center; }
  .su-body .tabulator .tabulator-col-group .tabulator-col .tabulator-col:last-child {
    padding-top: 18px; }
  .su-body .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
    border-top: 1px solid #e3d996 !important; }
  .su-body .tabulator .tabulator-row-odd {
    background-color: #f3f3f3 !important; }
  .su-body .tabulator .tabulator-row {
    background-color: white; }
  .su-body .tabulator .tabulator-row-odd .tabulator-cell {
    /*background-color:rgba(208,223,0,0.00);*/
    /*background-color:#E3D996;*/ }
  .su-body .tabulator .tabulator-row-even .tabulator-cell {
    background-color: white; }
  .su-body .tabulator .tabulator-footer .tabulator-calcs-holder {
    border-top: 1px solid #fff !important;
    color: #4a4a49;
    font-weight: 600; }
  .su-body .tabulator .tabulator-footer .tabulator-page {
    color: #4a4a49; }
  .su-body .tabulator .tabulator-cell {
    white-space: normal; }
