/* ver https://fluent2.microsoft.design/ 

https://getcssscan.com/css-box-shadow-examples


*/

:root {
   --uc_table-background-color:	 red;
   --uc_table-header-borderbottom: 1px solid #ced4da;
   --uc_table-line-borderbottom: 1px solid #ced4da;
   --uc_table-texto-font: "Open Sans"; 
   --uc_table-texto-size: 12pt;
   --uc_table-textotitle-size: 10pt;
   --uc_table-texto-cor: #212529;
   --uc_table-header-texto-size: 12pt;
}

/* .uc_headingsticky { */
	/* position:sticky;  */
	/* top:70px; */
	/* z-index:10;} */

div.minimalistBlack {
  width: 100%;
  border: 1px solid #ced4da;
  border-top: 1px solid #ced4da !important;
}

.divTable.minimalistBlack .divTableCell, .divTable.minimalistBlack .divTableHead {
 border-bottom: 1px solid #ced4da;
 background: var(--uc_control-background);
 padding:10px;
}

.divTable.minimalistBlack .divTableBody .divTableCell {
 font-family: var(--uc_table-texto-font);
 font-size: var(--uc_table-texto-size);
 border-bottom: 1px solid #ced4da;
 padding: 10px;
}

.divTableCell {min-width:100%;}

.divTable.minimalistBlack .divTableHeading  {
  min-width:100%;
  background: var(--uc_control-background);
  border-bottom: 1px solid #ced4da;
  /* position:sticky; */
  /* top:60px; */
}

.divTable.minimalistBlack .divTableHeading .divTableHead {
  background-color: var(--uc_control-background);
  font-family: var(--uc_texto-font);
  color: var(--uc_table-texto-cor);
  font-size: var(--uc_table-textotitle-size);
  font-weight: 10;
  text-transform: none !important;
  letter-spacing: .4px;
  text-decoration: none;
  text-align: left;
}

.minimalistBlack .tableFootStyle {
  font-weight: 550;
  font-size: var(--uc_table-texto-size);
  color: var(--uc_table-texto-cor);
}

.minimalistBlack .tableFootStyle {
  font-size: var(--uc_table-foot-texto-size);
}

/* DivTable.com */
.divTable { display: table; }
.divTableRow { display: table-row; background-color:inherit;}
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: 	table-header-group;}
.divTableFoot { display:  table-footer-group;}
.divTableBody { display: table-row-group;}