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;
}

.draggable-item {
    cursor: grabbing;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ul.selected-searches li.placeholder {
    position: relative;
    /** More li styles **/
}

    ul.selected-searches li.placeholder:before {
        position: absolute;
        /** Define arrowhead **/
    }

.chk-mark {
    width: 30px;
    height: 30px;
}

.modal-dialog.custom-modal-width {
    max-width: 45%;
}

#home-tab.active, #synced-tab.active, #history-tab.active, #search-tab.active, #results-tab.active {
    font-weight: 700;
    font-size: 18px;
    color: #78c2ad;
    border: 2px solid #78c2ad;
}

.fs-7 {
    font-size: .75rem !important;
}

.pagination {
    display: flex;
    justify-content: center;
}

#resetButton {
    background-color: white;
    border: 1px solid #6c757d;
    color: #6c757d;
}

.select-all-link {
    color: blue;
    font-weight: normal;
    text-decoration: underline;
}

.searchBox-size {
    width: 30%;
}

.sortable {
    cursor: pointer;
}

.sortable:after {
    content: '\25b2';
    float: right;
 }

.sortable.sorted-desc:after {
    content: '\25bc';
}

.filters-section > .col-4 > label {
    line-height: 0px;
    margin-top: 10px;
}

input.form-check-input.custom-switch {
    margin-left: 0;
}
