td, tr {
    border-top: 1px solid black;
    border-right: 1px solid black;
    padding: 2px;
}

div.main {
padding: 0;
border-width: 0;
box-shadow: none;
clear: both;
box-sizing: border-box;
margin: 0 auto 5px auto;
max-width: 1152px;
min-width: 625px;
border-radius: 8px;
text-align: center;
}


.good {
    background: #00ffab4f;
}

tr.naglowek {
    background: rgb(188,46,46);
    background: -moz-linear-gradient(45deg, rgba(188,46,46,1) 0%, rgba(246,246,246,1) 50%, rgba(62,147,62,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(188,46,46,1) 0%, rgba(246,246,246,1) 50%, rgba(62,147,62,1) 100%);
    background: linear-gradient(45deg, rgba(188,46,46,1) 0%, rgba(246,246,246,1) 50%, rgba(62,147,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc2e2e",endColorstr="#3e933e",GradientType=1); 
}

tr.jeden {
    background: #f6f6f6;
}

tr.dwa {
    background: #e3e3e3;
}


.adm-button {
    font-size: 24px;
    padding: 10px;
    border-radius: 50px;
    margin: 10px;
}

.adm-button a{
    text-decoration: none;
    color: inherit;
}

.adm-button#orange{
    background: #d2813a;
    color: white;
    border: 1px solid #e6a62d;
}

.adm-button#red{
    background: #e6a62d;
    color: white;
    border: 1px solid #d2813a;
}

.logowanie
{
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1152px;
    min-width: 625px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dae5ff;
    border-color: #000000;
    border-radius: 10px;
    padding: 10px;
}

.form
{
    width: auto;
    height: auto;
    margin: 0 auto;
}

th {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 2px;
}

.naglowek th {
    overflow-wrap: break-word;
    inline-size: min-content;
}

@keyframes hue
{
    16.6% {filter: hue-rotate(30deg)}
    33.3% {filter: hue-rotate(60deg)}
    50% {filter: hue-rotate(90deg)}
    66.5% {filter: hue-rotate(120deg)}
    83.1% {filter: hue-rotate(150deg)}
    100% {filter: hue-rotate(180deg)}
}

.mirai 
{
    animation-name: hue;
    animation-duration: 1s;
    animation-delay: 1ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    border: 1px solid transparent;
    border-radius: 10%;
    transition: width 1.5s;
}
.mirai:hover
{
    width: 90%;
}

table {
    border: 2px solid black;
    border-right: 1px solid black;
}
body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url(https://forum.insulia.pl/styles/elegance_steelblue/theme/images/background_image.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    word-wrap: break-word;
}

#wrap 
{
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid gray;
}


.kontener-slider
{
    width: 80%;
    margin: 5px 10%;
    display: inline-flex;
}

.imie
{
    width: 33%;
    height: 100%;
    margin: 0;
    text-align: left;
}

.slider
{
    width: 50%;
    -webkit-appearance: none;
    appearance: none;
    background: #4770a8;
    outline: none;
    opacity: 0.6;
    -webkit-transition: .3s;
    transition: opacity .3s;
    border-radius: 15px;
    height: auto;
    margin: 0;
    border: 1px solid #000000ba;
}

.slider:hover
{
    opacity: 1;
}

.slider::-webkit-slider-thumb 
{
  -webkit-appearance: none; 
  appearance: none;
  width: 15px; 
  height: 15px; 
  background: #efefef; 
  cursor: pointer; 
  border-radius: 10px;
  border: 1px solid #00000091;
}

.slider::-moz-range-thumb 
{
  width: 15px; 
  height: 15px; 
  background: #efefef;
  cursor: pointer; 
  border-radius: 10px;
  border: 1px solid #00000091;
}

.przyznane
{
    width: 17%;
    height: 100%;
    margin: 0;
}

.page-width
{
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1152px;
    min-width: 625px;
    min-height: 625px;
}

.navbar
{
    padding: 0;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #f9f9f9;
    clear: both;
    box-sizing: border-box;
    margin: 0 auto 5px auto;
    max-width: 1152px;
    min-width: 625px;
    background-color: #7d0a0a;
    border-radius: 8px;
    text-align: center;
}

.nav th,.nav tr, .nav, .nav a
{
    border: none;
    color: #e7e7e7;
    text-decoration: none;
    padding: 0 5px;
}

.current
{
    padding: 2px 10px;
    border: 4px solid black;
    border-radius: 15px;
    background: #8e0000;
}

.clickable
{
    pointer-events: all;
    background-color: #d0d0d7;
    box-shadow: 0px 0px 5px green;
    cursor:pointer;
}

.disabled
{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #c16868;
}

#submiter
{
    
    border: 1px solid black;
    border-radius: 15px;
    padding: 6px;
    color: black;
    font-size: 100%;
}

.footer 
{
    margin: 10px auto 0;
    height: 50px;
    background-color: #2b732b;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1152px;
    color: white;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
}




