﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body {
    margin: 0px;
    --lte-sidebar-width: 330px;
}

.fixed-table-toolbar {
    margin-left: 10px;
    margin-right: 10px;
}

.fixed-table-pagination {
    margin-left: 10px;
    margin-right: 10px;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    font-weight: bold;
    display: inline-block;
    min-width: 50%;
    text-align: left !important;
}

.app-sidebar {
    width: 330px;
}

.sidebar-brand .brand-image {
    width: 33px;
    height: 33px;
    margin-right: .5rem;
}

