body{
    background-color:#d4d0c8;
    font-family:Tahoma;
    text-align:center;
    margin-top:50px;
}

h1{
    margin-bottom:40px;
}

button{
    background: #c0c0c0;

    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    font-family: Tahoma, sans-serif;
    font-size: 13px;

    min-width: 80px;
    height: 28px;

    padding: 2px 10px;
    margin: 5px;

    color: #000000;
    cursor: default;
}

button:not(.przycisk-zamknij):active {
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;

    padding-top: 3px;
    padding-left: 11px;
}

.okno{
    position: absolute;

    width: 320px;
    min-height: 200px;

    left: 200px;
    top: 120px;

    background-color: #c0c0c0;

    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    box-shadow: 2px 2px 0 #000000;

    text-align: left;
}

.pasek-tytulu{
    height: 22px;

    background: #000080;
    color: #ffffff;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 3px;

    font-size: 13px;
    font-weight: bold;

    user-select: none;

    cursor: default;
}

.przycisk-zamknij{

    width: 18px;
    min-width: 18px;
    height: 18px;

    padding: 0;
    margin: 0;

    background: #c0c0c0;
    color: #000000;

    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;

    cursor: default;
}

.przycisk-zamknij:active{
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;

    padding: 0;
}

.zawartosc{

    padding: 10px;
    background-color: #c0c0c0;
    color: #000000;
    min-height: 150px;

}

#pasek-zadan {
    position: fixed;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 34px;

    background: #c0c0c0;

    border-top: 2px solid #ffffff;

    display: flex;
    align-items: center;

    padding: 2px;

    box-sizing: border-box;

    z-index: 1000;
}

#start {
    height: 28px;
    min-width: 70px;

    margin: 0;

    padding: 2px 10px;
}

#otwarte-okna {
    display: flex;
    flex: 1;

    height: 28px;
    gap: 3px;
}

#zegar {
    height: 26px;
    min-width: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;

    font-size: 12px;

    margin-left: 4px;
}

#panel-regalow {
    position: absolute;

    left: 100px;
    top: 200px;

    width: 190px;

    background: #c0c0c0;

    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    padding: 3px;

    box-sizing: border-box;

    text-align: left;
}

#magazyn {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    padding: 8px;
}

#magazyn button {
    width: 100%;
    height: 28px;

    margin: 3px 0;
}

#skrot-strona {
    width: 22px;
    height: 22px;

    margin-left: 4px;

    background: #c0c0c0;

    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

#skrot-strona span {
    width: 20px;
    height: 10px;
    background: #000000;
}

.naglowek-panelu {
    height: 22px;

    background: #000080;
    color: #ffffff;

    display: flex;
    align-items: center;

    padding: 0 5px;

    justify-content: center;

    font-size: 12px;
    font-weight: bold;

    user-select: none;
}

#obszar-start {
    position: relative;

    display: flex;
    align-items: center;

    height: 28px;
}

#menu-start {
    position: absolute;

    left: 0;
    bottom: 32px;

    width: 190px;

    padding: 3px;

    background: #c0c0c0;

    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    text-align: left;
}

.menu-ukryte {
    display: none;
}

#menu-start a {
    display: block;

    padding: 8px 10px;

    color: #000000;
    text-decoration: none;

    font-family: Tahoma, sans-serif;
    font-size: 13px;
}

#menu-start a:hover {
    background: #000080;
    color: #ffffff;
}

#wyszukiwarka {
    display: flex;
    align-items: center;

    height: 28px;

    margin-left: 4px;
}

#szukaj-przedmiot {
    width: 180px;
    height: 24px;

    margin: 0;
    padding: 2px 5px;

    box-sizing: border-box;

    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

#przycisk-szukaj {
    height: 24px;
    min-width: 60px;

    margin: 0 0 0 3px;
    padding: 2px 8px;

    font-size: 12px;
}

.formularz-edycji {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wiersz-edycji {
    display: flex;
    gap: 6px;
    align-items: center;
}

.wiersz-edycji button {
    min-width: 60px;
    height: 24px;
    margin: 0;
}

.edycja-nazwa {
    flex: 1;

    height: 24px;

    padding: 2px 4px;

    box-sizing: border-box;

    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

.edycja-ilosc {
    width: 70px;
    height: 24px;

    padding: 2px 4px;

    box-sizing: border-box;

    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

.panel-edycji {
    display: flex;
    justify-content: space-between;

    margin-top: 15px;
}

button:disabled {
    color: #808080;
    background: #c0c0c0;
    cursor: default;
}

button:disabled:active {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    padding: 2px 10px;
}

#ekran-logowania {
    position: fixed;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background: #008080;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 9999;
}

.okno-logowania {
    width: 340px;

    background: #c0c0c0;

    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;

    box-shadow: 2px 2px 0 #000000;
}

.pasek-logowania {
    height: 24px;

    background: #000080;
    color: #ffffff;

    display: flex;
    align-items: center;

    padding: 0 5px;

    font-size: 13px;
    font-weight: bold;
}

.zawartosc-logowania {
    padding: 20px;

    text-align: center;

    font-size: 13px;
}

#blad-logowania {
    margin-top: 10px;

    color: #800000;

    font-size: 12px;
}

.logowanie-ukryte {
    display: none !important;
}

#info-uzytkownika {
    margin-top: 4px;
    padding: 8px 10px;

    border-top: 1px solid #808080;

    font-size: 11px;
    line-height: 16px;

    word-break: break-word;
}

#wyloguj {
    width: calc(100% - 10px);
    margin: 5px;
}

.zawartosc {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.przycisk-polki {
    width: 100%;
    height: 28px;

    margin: 3px 0;
}