.navbar .dropdown-toggle {
    outline: none;
}

body .navbar a {
    color: white;
    text-decoration: none;
}
body .navbar a:hover {
    color: #cccccc;
    text-decoration: none;
}

.navbar .fa-chevron-right {
    margin-right: 5px;
    margin-left: -5px;
}

.search-box {
    font-size: 1rem;
    line-height: 1.20;
    padding: 0.25rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    width: 300px;
}
.search-box::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Font Awesome 5 Free", "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
}

.header {
    display: flex;
    clear: both;
}
.header > .left {
    margin-right: auto;
    text-align: left;
}
.header > .right {
    margin-left: 5px;
}
.header > .left + .right {
    margin-left: auto;
    text-align: right;
}
.header > .tin-btn.right {
    height: min-content;
    margin-top: auto;
    margin-bottom: auto;
}

body {
    margin: 0px;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.5;
    color: #484848;
    background-color: #f2f2f4;
}

#content {
    margin: 0px 0px 0px 0px;
    padding: 15px 26px 26px 26px;
}

#main {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.subheading {
    padding: 10px 20px;
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
}
.subheading h3 {
    font-size: 1.5rem;
    line-height: 34px;
    margin-bottom: 0px;
}

.tbl {
    display: table;
}
.tbl-row {
    display: table-row;
}
.tbl-cell {
    display: table-cell;
}

#footer {
    background-color: #f2f2f4;
    border-top: 1px solid #AAAAAA;
    box-sizing: border-box;
    z-index: 10;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 4px;
    font-size: 10px;
    text-align: right;
}

table.has-border {
    min-width: 100px;
    border-collapse: collapse;
}
table.has-border th, table.has-border td {
    border: 1px solid black;
    padding: 3px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
code > pre {
    white-space: pre-wrap;
}

.errors {
    color: red;
}
h3.errors {
    margin-bottom: 0.5em;
}
ul.errors {
    margin-top: 0.5em;
}

ul.errorlist {
    color: red;
}

.help-text {
    font-size: 80%;
}

.nav-warn {
    background-color: #E65100;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 14px;
}

body a.nav-warn:hover {
    color: white;
}

a.danger:link, a.danger:visited {
    color: red;
}

a.danger:hover, a.danger:active {
    color: #AA0000;
}

.monospace {
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
}
