html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.icon-blue {
    cursor: pointer;
    color: #051660;
}

.page-title {
    color: #02964a;
    font-size: 2rem !important;
    font-weight: 500;
}

.green-text {
    color: #02964a;
    font-size: 1.9rem !important;
    font-weight: 500;
}

.cursor-pointer {
    cursor: pointer;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quick-links {
    list-style: none;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    padding-left: 0;
}

@media (min-width: 992px) {
    .quick-links {
        padding-left: 10px;
    }
}

.quick-links li {
    margin-right: 10px;
    border-right: 1px solid #ffffff;
    line-height: 1;
}

.quick-links li a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding-right: 10px;
}

.quick-links li:last-child {
    margin-right: 0;
    border-right: none;
}

.quick-links li:last-child a {
    padding-right: 0;
}

#Analysis_Control {
    position: fixed;
    bottom: 0;
    padding: 5px;
    font-size: 20px;
    width: 100%;
    max-height: 100%;
    overflow-y:visible;
    background-color: #051660;
    opacity: 0.95;
    height:55px;
}

.jsgrid-grid-header,
.jsgrid-grid-body {
    overflow: auto !important;
}

.priceIncrease {
    color: #0060df !important;
}

.priceDecrease {
    color: #02964a !important;
}
.warningRed{
    color: red;
}

.link-card{
    color: grey !important;
    text-decoration: none !important;
}

.analysis-scrollbar {
    overflow: hidden;
}

    .analysis-scrollbar::-webkit-scrollbar {
        width: 8px;
        overflow: scroll;
    }

    .analysis-scrollbar::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .analysis-scrollbar::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

.hide-scrollbar {
    overflow: hidden !important;
}

.chart-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.check-large {
    height: 36px;
    width: 36px;
}

.footer-col-border {
    border-right: 1px solid gray;
}

@media (max-width: 960px) { 
    .footer-col-border {
        border-right: none;
    }
}

.popover {
    min-width: 600px;
    width: 600px;
    max-width: 600px;
}

    .popover .popover-header {
        border-color: #02964a;
        background-color: #02964a;
        color: white;
        font-weight: bold;
    }

    .popover .popover-body {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

.nav-dropdown-item {
    padding-left: 10px !important;
}

