.table-container{
	max-width:100%;
	max-height:680px;
	overflow-x:scroll;
}

.table-responsive { 
	height:68vh;
	overflow:scroll;
}


thead tr th{ 
	position: sticky;
	top: 0;
	z-index: 20;
	background-color: #ffffff;
}
        
.table-cebra .subtitulo{ 
	position: sticky;
	top: 200;
	z-index: 30;
	background-color:#666666;
}
		

.table-cebra .static {
  position:sticky;
  left: 0;
  min-width:50px;
  z-index: 10;
  background-color:#CCCCCC;
}

.table-cebra .static1 {
  position:sticky;
  left: 0;
  min-width:200px;
  z-index: 10;
  background-color:#CCCCCC;
}

.table-cebra .static2 {
  position:sticky;
  left: 200px;
  min-width:150px;
  z-index: 10;
  background-color:#CCCCCC;
}

.table-cebra .static3 {
  position:sticky;
  left: 350px;
  min-width:150px;
  z-index: 10;
  background-color:#CCCCCC;
}

.table-cebra .static4 {
  position:sticky;
  left: 500px;
  min-width:150px;
  z-index: 10;
  background-color:#CCCCCC;
}

.table-cebra .static5 {
  position:sticky;
  left: 650px;
  min-width:100px;
  z-index: 10;
  background-color:#CCCCCC;
}

.table-cebra .titulo {
  position:sticky;
  top: 0;
  min-width:100px;
  z-index: 10;
  background-color:#ffffff;
}


.first-col {
  padding-left: 600px!important;
}