tab.Site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.Site-content {
    flex: 1;
}

.nexb-orange {
    color: #f7bf3c;
}

.container.max-desktop-width {
    width:100%;
    max-width: 100%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

a {
    color: #0066ff;
    text-decoration: none;
}

a:visited {
    color: #0066ff;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a {
    font-weight: 400;
}

a.button.paging {
    color: #0066ff;
}

a.button.paging:hover {
    color: #000000;
    text-decoration: none;
}

a.button.paging:visited {
    color: #0066ff;
}

.button.is-link {
    background-color: #485fc7;
    border-color: transparent;
    color: #fff;
}

.container.is-fullheight {
    min-height: 100vh;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer {
    background-color: #ffffff;
    padding: 10px 10px 20px 10px;
    border-top: solid 1px #000000;
    font-size: 14px;
    /* This keeps the footer at the bottom of a "short" page. */
    margin-top: auto;
}

@media screen and (min-width: 1024px) {
    .footer {
        width: 100%;
    }
}

.navbar.border-bottom-radius {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

code {
    padding-left: 30px;
    color: #cd0000;
    font-size: 14px;
}

.inline-code {
    padding-left: 0px;
    color: #cd0000;
    background-color: #ffffff;
    border: 0;
    padding: 0;
    /* font-family: Consolas; */
}

/* start tabset */

#tab-content div,
#tab-content div>div {
    display: none;
}

#tab-content div.is-active,
#tab-content div.is-active>div,
#tab-content div.is-active>div>div,
#tab-content div.is-active>div>div>div,
#tab-content div.is-active>div>div>div>div {
    display: block;
    visibility: visible;
}

#tab-content div {
    border-bottom: 0;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

#tab-content .tab-nested-div {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tab-div {
    border: 0;
    background-color: #ffffff;
    padding: 10px;
}

.tabs.is-boxed ul {
    padding-left: 20px;
    border-color: #3298dc;
}

.tabs li {
    margin-left: 0px;
    margin-right: 0px;
}

.tabs.is-boxed li a {
    border-top-width: 3px;
}

.tabs:not(:last-child) {
    margin-bottom: 0px;
}

.tabs.is-boxed li a:hover {
    border: solid 1px #e8e8e8;
    border-top-width: 3px;
    background-color: #ffffff;
    border-color: #e8e8e8;
    border-bottom-color: #3298dc;
}

.tabs.is-boxed li.is-active a,
.tabs.is-boxed li.is-active a:hover {
    background-color: white;
    border-top: solid 3px #3298dc;
    border-bottom-color: transparent !important;
    color: #000000;
    border-color: #3298dc;
}

/* end tabset */

.table.vcio-table tr:last-child td,
.table.vcio-table td {
    border: solid 1px #dbdbdb;
}

.table th {
    border-color: #000000;
}

.table.gray-header-border th {
    border-color: #dbdbdb;
}

.wrap-strings {
    word-break: break-word;
}

.two-col-left {
    width: 255px;
    text-align: right !important;
    font-weight: bold;
    padding-right: 15px !important;
    line-height: 20px;
}

.two-col-right {
    line-height: 20px;
}

pre {
    /* font-family: Consolas !important; */
    font-size: 13px;
    color: #cc0000;
    background-color: #f8f8f8;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    overflow: visible;
    white-space: pre-wrap;
    margin: 10px 0px 0px 0px;
    padding: 12px;
    display: block;
}

ul {
    list-style-type: square;
}

ul li {
    background-repeat: no-repeat;
    margin-left: 20px;
}

.is-clipped-list ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.is-clipped-list ul li {
    margin-left: 0px;
    line-height: 18px;
}

.tag:not(body).is-search-label-left {
    box-shadow: 5px 5px 5px #cccccc;
    border: solid 1px #b8b8b8;
    font-weight: bold;
}

.tag:not(body).is-search-label-right {
    box-shadow: 5px 5px 5px #cccccc;
    border: solid 1px #b8b8b8;
    border-left: 0;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
    color: #0066ff;
    text-decoration: none;
}

.message a:not(.button):not(.tag):not(.dropdown-item):hover {
    color: #0066ff;
    text-decoration: underline;
}

.message.is-info {
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 0.5em 1em -0.125em #e8e8e8, 0 0 0 1px #e8e8e8;
}

.message.is-info .message-header {
    background-color: #3e8ed0;
    color: #fff;
}

.message.is-info .message-body {
    border-color: #3298dc;
    color: #000000;
}

/* This is missing from our local bulma.css file, and is needed for the page-bottom pagination */
.pagination-list li {
    list-style: none;
    margin: 0;
}

.small_page_button {
    border: solid 1px #f2f2f2;
    border-radius: 3px;
    padding: 0px 6px 0px 6px;
    background-color: #f8f8f8;
    color: #cccccc;
    font-size: 12px;
}

a.small_page_button {
    border-color: #99c2ff;
    background-color: #ffffff;
    color: #0066ff;
}

.page_arrow_spacing {
    padding: 0px 3px 0px 3px;
}

.panel:not(:last-child).panel-header-only {
    margin-bottom: 1.0rem;
}

.column.skinny {
    padding: 0.10rem;
    line-height: 17px;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    font-size: 14px;
}

.dropdown-instructions-width {
    width: 600px;
}

.dropdown-instructions-box-shadow {
    box-shadow: 0px 8px 16px 0px #808080;
}

.width-100-pct {
    width: 100%;
}

.search-alert {
    border: solid 1px #ff9999;
    padding: 20px;
    margin-top: 20px;
    background-color: #ffffff;
    color: #ff0000;
    z-index: 10;
}

.navbar-hover-div {
    border: 0;
    box-shadow: 0px 8px 16px 0px #808080;
    min-width: 13rem;
    padding: 0px;
}

.details-container {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(8, 8, 8, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.about-hover-div {
    width: 500px;
}

.fa_link_custom {
    font-size: 10px !important;
    vertical-align: super;
    margin-left: 2px;
}

span.tag.custom {
    margin: 0px 0px 0px 10px;
}
