body {
  margin: 20px 0;
}

a {
  color: #a14b13;
}

h2,
h3 {
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
}

h1 small {
  font-size: 0.7em;
}

.header {
  background-color: #8e9c92;
  float: left;
}
.header h1 {
  margin: 0;
  padding: 5px;
}
.header h1 a {
  padding: 5px;
  color: #eee;
  background-color: #8e9c92;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}
.header h1 a:hover {
  background-color: #6e7c72;
  -webkit-transition: color, background-color 0.2s ease-out;
  transition: color, background-color 0.2s ease-out;
}

.extra_links {
  margin: 0 0 30px;
  padding: 10px 0;
  color: #adac92;
  background-color: #8d8c72;
  border-bottom: #4d4c32;
}
.extra_links ul {
  margin: 0;
  list-style: none;
}
.extra_links li {
  margin: 0 10px;
  float: left;
}
.extra_links a {
  color: #adac92;
  text-decoration: none;
}

.searches {
  margin-top: -30px;
  background-color: #bdbca2;
  color: #6d6c52;
}

.searches h2 {
  padding: 0 10px;
  color: #adac92;
  background-color: #8d8c72;
  border-bottom: #4d4c32;
}
.searches .inner {
  padding: 20px;
}

.reports {
  float: left;
  margin-top: 20px;
}

.info {
  margin-bottom: 20px;
  position: relative;
}
.info h2 {
  margin: 0;
  font-size: 30px;
  border: 0;
}
.info p {
  color: #888;
  font-size: 16px;
}

.box h2 {
  margin-bottom: 0;
  padding: 0 10px;
  background-color: #d19b43;
  color: #512b03;
  border-bottom: 1px solid #c18b33;
  font-size: 16px;
}

.box .inner {
  padding: 10px;
  background-color: #d4ba7e;
}

.box ul {
  margin: 0;
  list-style: none;
}
.box ul li {
  margin: 0 0 3px;
}

.user {
  color: #555;
  font-style: italic;
}

.fields th {
  text-align: left;
}

.fields th,
.fields td {
  padding: 5px 15px 5px 0;
  border-bottom: 1px solid #ccc;
}

p.last {
  margin-bottom: 0;
}

.errorlist {
  margin: 0;
  list-style: none;
  color: #cd0000;
}

.errorlist li {
  margin: 0;
}

.meta_info {
  margin-top: 20px;
}

.import h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border: 0;
}

.action_date_form {
  text-align: right;
}

form table td.title {
  width: 25%;
}

form table td {
  padding: 0 5px 0 0;
  vertical-align: middle;
}

.status_form {
  padding: 10px;
  color: #888;
  background-color: #eee;
  box-shadow: 0 0 4px #888;
}

.search_results {
  width: 100%;
}

.search_results tr.row1 {
  background-color: #eee;
}

.search_results td {
  padding: 5px;
}

.search_results thead td {
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  white-space: nowrap;
}

.search_results tbody td {
  border: 1px solid #ddd;
  white-space: nowrap;
}

.lien_holder {
  margin-bottom: 20px;
  padding: 10px;
  color: #888;
  background-color: #eee;
  -moz-box-shadow: 0 0 4px #888;
  -webkit-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
}

.additional_section {
  margin-top: 30px;
}

.deprecated-attorney {
  padding: 10px 20px;
  background: orangered;
  color: white;
  border-radius: 4px;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.paid-in-full {
  color: red;
  font-size: 10em;
  opacity: 0.5;
  float: right;
  rotate: 315deg;
  position: absolute;
}

@media print {
  .header,
  .extra_links,
  .note-form,
  .admin_links {
    display: none;
  }
}

.drop-zone {
    max-width: 100%;
    height: 100px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    color: #777;
    border: 2px dashed #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}

.drop-zone--over {
    border-style: solid;
    background: #e1e7f0;
}

.drop-zone__input {
    display: none;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
}

.table tbody td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    color: #212529;
}

.table tbody tr:hover {
    background-color: #f5f5f5;
}

.table tbody tr:last-child td {
    border-bottom: none;
}