.navbar {
    background-color: #005ca3;
    font-size: 1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    padding: 8px 5px 8px 5px;
}

.navbar a {
    text-decoration: none;
    color: inherit;
}

.navbar-brand {
    font-size: 1.2em;
    font-weight: 600;
}

.navbar-item {
    font-variant: small-caps;
    margin-left: 30px;
}

.body-content {
    padding: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.spacer-top {
    margin-top: 10px;
}

.spacer-right {
    margin-right: 10px;
}

.spacer-bottom-menu {
    margin-bottom: 50px;
}

.cursor-pointer {
    cursor: pointer;
}

.alphaonly {
    /* placeholder to allow autocomplete jQuery function for class alphaonly */
}

.wide_container_wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.ultra_wide_container_wrapper {
    max-width: 1650px;
    margin: 0 auto;
}

.wide_container_left_wrapper {
    max-width: 1300px;
    margin-right: auto;
    margin-left: 0;
}

.wide_unlimited_container_wrapper {
    margin: 0 auto;
}

.mobile_width {
    max-width: 600px;
}

/* ggl map embed stuff */

iframe {
    left: 0;
    top: 0;
    height: 600px;
    width: 100%;
}

.tabulator-header-filter input {
    border: 1px solid #cccccc;
}

/* show state of collapse with icon */

.collapse-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.collapse-header .accicon {
    font-size: 20px;
    width: 1.2em;
}

.collapse-header {
    cursor: pointer;
    user-select: none;
}

/*
color the background of tabulator tables.
This prevents the dark background if the table is wider than the columns.
 */
.tabulator-tableholder {
    background-color: white;
}
