html, body
{
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body
{

}


header
{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
}

main
{
    height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: auto;
    margin-top: 60px !important;
    width: 100%;
}


footer
{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
}


/*

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after
{
    position: absolute;
    display: block;
    opacity: 0;
    right: 10px;
    line-height: 9px;
    font-size: .8em
}




*/


.dx-datagrid .dx-row > td
{
    padding: 8px;
    line-height: 1.5;
}

.dx-datagrid-content .dx-datagrid-table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 10px;
    
}


.thumb {
    border: 6px solid #ffffff;
}

.thumb.selected
{
    border: 6px solid #666666;
}



h1, h2, h3 {
    font-weight: 800; 
}


.customlink:hover {
    cursor: pointer;
}

.dx-datagrid-rowsview
{
    min-height: 400px;
}