body{
  padding-bottom: 130px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  background-color: #eee;
  z-index: 10;
}

#falseinput{
  transition: all 1s linear;
}

#stampit{
 	transition: all 1s linear;
}

.spinner {
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 120px;
    height: 22px;
}
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 19999;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  display: none;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

#loadingGif {
  z-index:20000;
  opacity: 0.8;
}

.cell {
  word-wrap: break-word; 
  font-size: 14px;
}

.bg-st-success {
  background-color: #81c784;
}

.bg-st-success:hover{
  background-color: #05df41!important;
}

.text-st-success {
  color: #81c784;
}

.custom-file-label::after {
  content: "Explorar";
}

.table-responsive-fix {
  display: table;
  table-layout: fixed;
}

#doc_hash {
  font-size:85%;
  font-family:'Courier', Courier, monospace;
  background-color: #e9ecef;
  word-wrap: break-word;
}

.text-wrap {
  word-wrap: break-word;
}