html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-group {
    margin-bottom: 15px;
}

.navbar-brand {
    font-size: 28px !important;
    font-weight: bold !important;
}

.bootstrap-select .dropdown-toggle {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    outline: none !important;
}

.trEmptyRow td {
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid #dee2e6;
}

.table th, .table td {
    text-align: center !important;
}

@media (min-width: 575px) {
    .container-fluid {
        justify-content: center !important;
    }
}
