/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6.9.2022, 10:42:52
    Author     : Stroch
*/

.header {
    background: #10843E;
    color: white;
    z-index: 999;
}

img.logo {
    width: 71px;
    height: 100px;
}

.info {
    top: 105px;
}

.scanned td {
    background: #A6DEBC !important;
}

.info table td,
.info table th
{
    padding: 0 10px 0 0;
}

.info table tbody tr td:last-child,
.info table tfoot tr th:last-child
{
    padding: 0 0 0 10px;
}

dl {
    margin: 0 !important;
}

.red {color: red;}

#list thead,
#list tfoot,
#list tbody tr
{
  display: table;
  width: 100%;
  table-layout: fixed;
}

#list tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
}

#list a {
    color: black;
    text-decoration: none;
}

.navbar {
    justify-content: end !important;
}

.collapse {
    margin-left: -100px;
    z-index: 1000;
}

.synchronize {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 576px) {
    .btn {
        padding: .25rem .5rem !important;
        font-size: .875rem !important;
    }
    
    #list tbody tr td:first-child {
        white-space: normal !important;
    }
    
    .synchronize {
        position: relative;
        float: right;
    }
    
    .navbar button {
        padding: 1px 6px 4px 6px;
    }
    
    .navbar button span {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    img.logo {
        width: 78px;
        height: 110px;
    }
}