.acceptedcell{
    display: table-cell !important;
    background:#57b031;
    color: black;
    font-weight: 500;
}

.badcell{
    display: table-cell !important;
    background: #e7313c;
    color: white;
    font-weight: 500;
}

.dontshowcell{
    display: none; 
}
.counterdiv{
    width: 100%;
    height: 100%;
}

.dataTables_wrapper .dataTables_length {
     color: #e63439;
}

.dataTables_wrapper .dataTables_length select {  
    background-color: white;
  
}

.boton {
    color: white;
    /* background-color:#008000; */
    height: 30px;
  /*  margin-left: 90%;*/   
    /* border-color: #008000; */
    padding: 5px;
    float: right;
}

.btn-info:hover{
    background-color:#213564;
    border-color:#213564;
    color: white;
}

/*
.botonbe {
    color: blue;
    height: 30px;
    padding: 5px;
    float: right;
}*/