﻿.nav-home-btn {
    font-family: Hieroglyphic;
    font-size: 1.8em;
    line-height: 1;
    color: white;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background-color 0.2s;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.nav-home-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    position:absolute;
    height:100%;
    display:table;
    top: 0;
    left: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    display:table;
    width: 100%;
}

form {
    display: table-cell;
    vertical-align: middle;
    width: 100%;

}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.search_div {
    display:flex;
}

.search_config {
    display: flex;
    font-size: smaller;
    border-radius: 10px;
    margin: 4px;
    background-color: steelblue !important;
    color: white !important;
    border-color: steelblue !important;
}
.search_config:hover {
    background-color: #a8cfe0 !important;
    border-color: #a8cfe0 !important;
    color: white !important;
}
.btn-check:checked + .search_config {
    background-color: #2255a4 !important;
    border-color: #2255a4 !important;
    color: white !important;
}
.search-submit {
    background-color: #2255a4 !important;
    border-color: #2255a4 !important;
    color: white !important;
}

.top_margin {
    margin-top: 2em;
}

.large_text {
    font-size: 3em;
}

.jumbo_image {
    background-color: #041240;
    width: 100%;
    height: 100%;
}

.img_overlay {
    border-radius: 5px;
}

.custom-switch .custom-switch-input + .custom-switch-btn {
    background: #4a7ab5 !important;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn {
    background: #2255a4 !important;
}

.max_width {
    width: 100%;
}

.dropdown {
    margin-left: 3px;
    margin-right: 3px;
}

.select2 {
    flex: 1 1 auto;
    min-width: 0;
}

.search_div .input-group {
    width: 340px;
}

.toggle-label {
    padding: 1em 1em 0 0.5em;
    display: flex;
}
