@charset "utf-8";

/*(c) zespół MadeNet.pl*/

body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 14px;
    background: url('/design/bg.png');
    margin: 0 auto;
    margin-top: 20px;
}

.container {
    max-width: 880px
}

a {
    text-decoration: none;
    color: #000000;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

.footer {
    border-top: 1px solid #666;
    color: #666;
    margin: 20px 0px;
}

.footer a {
    color: inherit;
}

table, tr, td, th {
    border: 1px solid black;
    border-collapse: collapse;
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid black;
}

.table thead th {
    vertical-align: bottom;
}

.table a {
    color: inherit;
}

.table a:hover {
    text-decoration: underline;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #d7dadd;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.bg-green {
    background-color: #45A73C;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.fs-1 {
    font-size: 0.75rem !important;
}

.fs-2 {
    font-size: 1rem !important;
}

.fs-3 {
    font-size: 1.25rem !important;
}

.fs-5 {
    font-size: 1.75rem !important;
}

table.qr, table.qr tr, table.qr th, table.qr td {
    border: 0 !important;
}