header {
  padding: 2em 0 0;
}
header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
label {
  cursor: pointer;
}
#Documento_Form {
  padding: 0 15px;
}
#main-content {
  padding: 1em 0;
}
#results {
  position: relative;
  min-height: 150px;
}
#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  padding-top: 50px;
  display: none;
  z-index: 999;
}
.panel-heading > h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.form-group {
  padding-bottom: 0 !important;
  margin: 0 0 15px !important;
}
table a.btn {
  margin-top: 0;
  margin-bottom: 0;
}
table.table > tbody > tr > td {
  vertical-align: middle;
}
.sweet-alert h2 {
  margin-top: 35px;
}