html {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    min-height: 100% !important;
}

.ct-point {
    opacity: 0 !important;
    stroke-width: 20px !important;

}

.ct-point:hover {
    opacity: 1 !important;
    stroke-width: 20px !important;

}

.ct-line {
    stroke-width: 2px !important;
}

.ct-line-highlight {
    stroke-width: 3px !important;
}

.navbar {
    margin-bottom: 10px;
}

.navbar-dark {
    background-color: #212529 !important;
}

#loading {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: 50px auto;
}

.nav-icon {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
}

.width-100 {
    width: 100px;
}

.width-120 {
    width: 125px;
}

.chartist-tooltip {
    background: #212529 !important;
    color: white !important;
}

.chartist-tooltip:before {
    border-top-color: #212529 !important;
}

.item-table {
    text-align: center;
    margin: auto;
    font-size: 15px;
    color: #212529 !important;
}

.item-table-row:hover .item-table-link {
    text-decoration: underline !important;
}

#info-box-image {
    display: none;
    border: 1px double gray;
    height: 50px;
    width: auto;
}

.item-table-row {
    cursor: pointer;
}

.item-table-image-container {
    text-align: center;
    display: inline-block;
    width: 40px;
}

.item-table-image {
    width: auto;
    height: 40px;
}

.list-group {
    text-align: center;
}

.menu-image {
    width: auto;
    height: 35px;
}

.menu-item-container {
    text-align: center;
    display: inline-block;
    width: 40px;
}

.list-group-item {
    padding: 0 !important;
}

@media (max-width: 991px) {
    .list-group-item {
        text-align: center !important;
    }
}

.menu-container {
    width: 210px;
    display: inline-block;
    text-align: left;
}

.menu-item-text {
    font-size: 15px;
}

.list-group-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

td {
    vertical-align: middle !important;
}

thead tr {
    background: #212529 !important;
    color: white;
}

.active {
    border-color: #212529 !important;
    background: #212529 !important;
}

a {
    text-decoration: none !important;
}

.ct-axis-title {
}

.vcenter-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcenter-element {
    display: block;
}

#info-box-details {
    visibility: hidden;
}

svg, line, foreignObject, .ct-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#info-box {
    padding-right: 0;
}

#info-box th {
    width: 25% !important;
}

#info-box td {
    width: 25% !important;
}

.item-details-name {
    font-size: 25px;
    vertical-align: middle;
}

.info-box-image-container {
    text-align: center;
    margin: 20px;
}


.svg-text-background {
    fill: white;
}

.svg-text-group:hover {
    opacity: 0 !important;
}

.box-shadow {
    box-shadow: 0px 0px 10px;
}

.bounds {
    width: 10px !important;
}

#info-table {
    margin-left: -15px;
    word-wrap: break-word;
}

.img-fluid {
    width: 100% !important;
}

.toggle-on {
    background-color: #DAA520 !important;
    color: black !important;
    border: none !important;
}

.toggle-off {
    background-color: #FFD700 !important;
    color: black !important;
    border: none !important;
}

.toggle {
    border: none !important;
    background: none !important;
}

#display-currency-container {
    cursor: pointer !important;

}

#display-currency {
    border: 1px solid black;
    padding: 0px;
    pointer-events: none;

    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}

#chart-add-item .dropdown {
    margin-bottom: 10px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
}

#wrapper {
    padding-bottom: 50px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}


.wiki-link {
    border: 1px solid black !important;
    padding: 0px 10px;
}

.wiki-link {
    color: #212529 !important;
}

.updates-banner {
    font-size: 25px !important;
    color: rgb(238, 238, 221) !important
}

.updates-banner a {
    color: rgb(238, 238, 221) !important
}

.no-decoration {
    color: black !important;
}

#item-type-table {
    width: 100% !important;
}

#item-type-table tbody tr {
    cursor: pointer;
}

.search-filter input {
    height: 38px;
    background-color: #F8F9FA;
    border: none;
    border-radius: .25rem;
    top: 3px;
    position: relative;
    padding-left: 10px;
}

.additional-filters > span {
    display: inline-block;
    min-width: 220px;
    margin-bottom: 10px;
}

.additional-filters > span > * {
    width: 100% !important;
}

@media (max-width: 768px) {
    .additional-filters > span {
        width: 100% !important;
    }

    #item-type-table_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.burger-menu {
    cursor: pointer;
    margin-left: -5px;
    margin-right: 15px;
    margin-top: 3px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 400px) {
    .navbar-brand {
        display: none;
    }
    .navbar-nav{
        margin-left: auto;
    }
}