.dataTables_length {
  display: none;
}
.dataTables_filter{
  display: none;
}
.dataTables_paginate {
  display: none;
}
.dataTables_info{
  display: none;
}
* !important{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
     max-height: 100%;
     max-width: 100%;
}
.btn-oro {
  color: #FFF;
  background-color: #ece6c4;
  border-color: #ece6c4;
  border-radius: 10px;
}

.btn-oro:hover {
  color: #FFF;
  background-color: #a7a38f;
  border-color: #a7a38f;
}

.abs-center {
  display:  list-item;
  text-align: left;
  justify-content:  space-between    ; //center;
  min-height: 94vh;
}
.btn-imagen {
  position: relative;
  top:  auto;
  left:  auto;
  font:Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #ffff;
  vertical-align:top;
  padding: 4px;

}
.footer_placa{
  font-size: 12px;
  vertical-align:  text-bottom;
  align-items:   stretch;
  align-content:  flex-end;
  padding-bottom: 0px;
  padding-left: 15px;
  align-self: flex-end;
  /* background-color: #ece6c4; */
}

.prevPhotoPlacas {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #CCC;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
#containerImagesPlacas{
  display: flow-root;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.tile-placa{
    height: 71%;
    padding-left: 10px;
    border-radius: 15px;
    margin-bottom: 15px;

}
.circular--square {
  border-radius: 50% !important;
}

@media (min-height: 720px) {
  .tile-placa {
    height: 74.5%;
  }
}
