.site-header {
  height: 50px;
}

.navbar-brand a {
  color: inherit;
}

.navbar-brand a:hover {
  text-decoration: none;
}

.pagination {
  margin: 0;
}

main {
  padding: 0 1.5em 4em;
}

h2 {
  margin-top: 20px;
}

h3 {
  margin-top: 40px;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: bold;
}

h2:after {
  content: "";
  display: block;
  clear: both;
}

#main_form {
  display: none;
}

.inline-control {
  display: inline-block;
  width: auto;
}

body, ul.dropdown-menu, .form-control, .btn {
  font-size: 16px;
}

.sticky-header {
  position: relative;
}

.sticky-header tr:first-child td, .sticky-header tr:first-child th {
  position: sticky;
  top: 50px;
  background: #f0f0f0;
}

tr.weekend {
  background: #f0f0f0;
}

tr.sunday:not(:last-child) {
  border-bottom: 2px solid #ccc;
}

.table-bordered {
  width: 100%;
}

.table-bordered td {
  padding: 0.125em 0.25em;
  vertical-align: top;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-top: none;
  #border-bottom: none;
}

.table-bordered .strong-border td {
  border-top: 3px solid black;
}

.table-bordered .medium-border td {
  border-top: 1px solid #ccc;
}

.no-left-border {
  border-left: none !important;
}

.no-right-border {
  border-right: none !important;
}

.navbar {
  margin-bottom: 0;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #e8e8e8;
}

.xcrud-list-container td {
  cursor: pointer;
}

.border-bottom {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

.btn-primary {
  border-left-color: #285e8e;
  border-right-color: #285e8e;
}

.alert-danger {
  color: #833;
  background: #ebb;
}

.alert-warning {
  background: #eeb;
  color: #773;
}

textarea.form-control {
  height: 10em;
}

#add-report-form .files div {
  text-align: center;
  margin-right: 0.5em;
}

#add-report-form .files img, #comment-review-screen img, .child-table img {
  max-width: 200px;
  max-height: 200px;
}

#add-report-form .files a {
  margin-top: 0.5em;
}

#add-report-form textarea {
  height: 2.125em;
}

#add-report-form .focused textarea {
  min-height: 10em;
}

td .btn-group, td .btn-group button {
  width: 100%;
}

.table-bordered tr {
  border-top: 1px solid #ddd;
}

.new_job {
  position: relative;
  padding-left: 2em;
}

.new_job > * {
  margin-bottom: 0.5em !important;
}

.new_job > label {
  position: absolute;
  left: 0;
  top: 0.375em;
}
