html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f1f1f1;
}

.filter-section-title {
    font-weight: bold;
}

.filter-section-body > ul > li {
    font-size: 13px;
    text-align: left;
}

    .filter-section-body > ul > li .form-check {
        min-height: 1.2rem;
        margin-bottom: 0;
    }

#filtercontainer .filter-section-footer {
    background-color: #F5F5F5;
    font-style: italic;
    font-size: 13px;
}

#productTable tr td img {
    max-height: 50px;
}

.nav-link.disabled > img {
    filter: grayscale(100%);
}

.dataTables_length {
    padding: 10px;
}

.twitter-typeahead {
    width: 100%;
}


td.table-image-cell {
    background: #fff !important;
}

.cursor-pointer {
    cursor: pointer;
}

.typeahead-container {
    flex-grow: 1; 
}