html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    margin-bottom: 60px;
}

.navbar {
    margin: 0;
}

.nav.navbar-nav {
    max-width: calc(100% - 400px);
}

.nav-link {
    overflow: hidden;
    height: 33px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collection-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

.slider-dropdown-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
    margin-bottom: -.4rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.footer > .container-fluid > .text-muted {
    margin: 20px 0;
}

.footer-position {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.image-container {
    text-align: center;
}

.wide-div {
    position: absolute;
    left: 0;
    right: 0;
}

.image-container img {
    cursor: pointer;
    border: black 1px solid;
}

.image-container img.white {
    border: white 1px solid;
}

.image-container img.no-border {
    border: none;
}

.image-container img.image-pixelated {
    image-rendering: pixelated;
}

.image-complete {
    border: 1px #2aa198 solid;
    color: #2aa198;
}

.jumbotron {
    padding-top: 0;
}

.jumbotron > .container > p {
    font-size: 16px;
}

#active-comparison-name, #active-image-name {
    white-space: normal;
}

.cursor-pointer {
    cursor: pointer;
}

.card-header.card-button:hover {
    background-color: rgba(7, 54, 66, 0.5);
}

.card.card-button:hover {
    background-color: rgba(7, 54, 66, 0.30);
}

#react-select-2-listbox {
    z-index: 3;
}

.table-ellipsis {
    width: 100%;
}

.td-ellipsis {
    position: relative;
    width: 75%;
}

.td-ellipsis a {
    position: absolute;
    left: 0.75rem;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hentai-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.popover {
    max-width: 100%;
}

.mb-120 {
    margin-bottom: 120px;
}

.slider-canvas > div > div {
    background-color: #002b36;
}

.slider-canvas > div > img {
    border: black 1px solid;
}

.slider-canvas > div > div > img {
    border: white 1px solid;
}

h4 i:first-of-type {
    font-size: 1rem;
}

.popover {
    z-index: 1040;
}

.mw-50 {
    max-width: 50%;
}

.w-50 {
    width: 50%;
}
