.button_bar {
    margin-top: 10px;
    margin-bottom: 30px;
}

select {
    font-size: 1em;
    color: #521918;
}

textarea {
    font-size: 1em;
    color: #521918;
    font-family: sans-serif;
}

form input {
    margin-right: 6px;
}

.copyright {
    text-align: center;
}

span.button_link {
    margin-right: 10px;
}

.verification-code {
    display: none;
}

/* sticky footer styles */
/* see https://getbootstrap.com/docs/3.3/examples/sticky-footer/ */

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 90px; /* combined height and margin-top of footer */
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  line-height: 60px; /* vertically center the text */
}

/* custom styles for datatables */

.input-sm {
    font-size: 14px;
}

/* custom styles for bootstrap */

.bg-primary, .bg-info, .bg-danger {
    padding: 15px;
}

.navbar-brand {
    /* allow for a brand image of height 36px */
    /* padding: 7px 7px; */
}

.navbar-brand span {
    /* or allow for brand text as well (because we changed padding on .navar-brand above) */
    line-height: 36px;
    vertical-align: bottom;
}
