.dtable-button{
	background-color: #91CF00;
	top:5px;	
}
.lk{
	cursor:pointer;
}
.bottom_page{
position:absolute;
bottom:0;
height:30px;
background-color:#198754;
color:white;
width:100%;

}
.center{
 text-align: center;
}

.btn.btn-secondary.buttons-excel.buttons-html5{
  border: none;
  font: inherit;
  background-color: #198754;
  cursor: pointer;
  border-radius: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  margin-left: 10px;
}
#forbidden{
width:100%;
text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }