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;
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-max-50 {
    max-width: 50px;
    max-height: 50px;
    padding: 0 2px;
}

.monospaced {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.table-smaller {
    font-size: 85%;
}

.id-field {
    font-size: 90%;
}

.datetime-field {
    font-size: 90%;
}

.filesize-field {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 12px;
}

.tr-triggered td {
    background-color: #0D6EFD;
}

.tr-closed td {
    background-color: #198754;
}

.tr-action-login td {
    opacity: 0.6;
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: #282828;
}

    .tr-action-login td > div > .btn {
        font-size: 95% !important;
    }

.tr-action-halted td {
    background-color: #282828;
    opacity: 0.5;
}

.content-copier {
    cursor: pointer;
}
