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;
}

.selectBorder {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.selectableTable {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    min-height: 250px;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid grey;
}

.selectableTableRow {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dotted #000;
}

.even {
    background-color: #F5F5F5;
}

.selected {
    background-color: #ddd;
}

.selectableTableRowLine {
    display: flex;
    flex-direction: row;
}

.selectableTableRowLineMulti {
    display: flex;
    flex-direction: row;
}

.selectableTableRowData {
    display: flex;
}

.selectableTableRowDataMulti {
    display: flex;
    padding: 2px;
}

.btnApply{
    margin: 5px 0px 5px 0px;
}

.fontCaption{
    font-family: 'Segoe UI';
    font-size: 11px;
}

.fontCaptionTitle {
    width: 48px;
}

.fontBody {
    font-family: 'Segoe UI';
    font-size: 14px;
}

.selectCategory {
    min-width: 200px;
    width: 100%;
}