body{
     padding: 1em;
}
 .wrapper{
     margin-top:1em;
     width:95%;
     text-align: center;
     margin: 0 auto;
     position: relative;
}
 table{
     width:100%;
}
 .reintento{
     background-color: #fff3cd;
}
 .permanente{
     background-color: #f5c6cb;
}
 .enviado{
     background-color: #d4edda;
}
 .header {
     width: 100%;
     text-align: right;
}
 .box {
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.box form {
  width: 305px;
}

​ .button-success, .button-error, .button-warning, .button-secondary {
     color: white;
     border-radius: 4px;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
 .button-success {
     background: rgb(28, 184, 65);
}
 .button-error {
     background: rgb(202, 60, 60);
}
 .button-warning {
     background: rgb(223, 117, 20);
}
 .button-secondary {
     background: rgb(66, 184, 221);
}

.attach {
  color:#000;
  text-align: center;
}

.attach a:link,.attach a:visited, .attach a:active {
    color:#000;
}



.active.btn-todos {
  background-color: #007bff !important;
  border-color: #007bff  !important;
}

.active.btn-enviados {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.active.btn-rebotados {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.paginado{
  text-align: center;
}


#search_btn{
      flex: 0 !important;
}

#search_btn .fas {
      width:50px;
}
