td{border: 1px solid #f3f3f3; padding: 10px; font-size: 14px;}
th {border: 1px solid #f3f3f3; padding: 10px; font-size: 14px;}
th a{
    text-decoration: none;
    font-family: Tahoma;
        }
td a{
    text-decoration: none;
    font-family: Tahoma;
        }
        /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #333;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #a3a3a3;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #333;
}

body{
    height: 100vh;
    overflow: hidden;
}
/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}
.navbar-brand span{
    font-size: 12px;
}
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}
.fixed-top{
    background-color: white;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

header{
    height: 50px;
}
.email:hover{
    font-weight: 600;
    cursor: pointer;
}
.listing{
    float: right;
    padding: 10px;
    height: 92vh;
    margin-top: 16px;
    overflow-y: scroll;
}
.filter{
    float: left;
    height: 95vh;
    margin-top: 25px;
    background-color: #f1f1f1;
}
#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 12px;
  padding: 6px 8px 6px 12px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
    height: 100vh;
  border: 1px solid #ddd;
  font-size: 18px;
}
#myTable a{
    margin-top: 3px;
    margin-bottom: 3px;
}
#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}
.kolumna{
    float: left;
}
#myTable tr {
  border-bottom: 1px solid #ddd;
}
#myTable tr.headers, #myTable tr:hover {
  background-color: #f1f1f1;
}
.daty{
    width: 300px;
    float: right;
}
.actionbar{
    height: 5vh;
    position: fixed !important;
    top: 1vh;
    right: 0;
    z-index: 999;
}
.login-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print {
  body * {
    visibility: hidden;
  }
    .actionbar{display: none;}
  #drukowanie, #drukowanie * {
    visibility: visible;
  }
  #drukowanie {
    position: absolute;
    left: 0;
    top: 0;
  }
}