﻿/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html {
        font-size: smaller;
    }
}


/* 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. */

.imgbig {
    padding: 0;
    display: block;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    height: auto;
}

img {
    padding: 0;
    display: block;
    max-width: 100%;
    max-height: 80vh;
    height: auto;
}

.btn-sml {
    height: 4vh;
}

.dataTables_filter {
    margin-top: 3px;
    float: left !important;
}

#tableWorkListMain tbody tr.focusedRow {
    font-weight: bold;
}

.dx-datagrid-form-buttons-container_v0 {
    float: left !important;
}

.dx-datagrid-form-buttons-container {
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    max-width: 96vw;
    width: auto;
}

.dx-popup-bottom > .dx-toolbar-items-container > .dx-toolbar-after {
    right: unset !important;
}

.dx-popup-bottom > .dx-toolbar-items-container {
    display: flex;
    justify-content: center;
}