/* -------------------------------------------------------------------------
-------------------- Style Globalne style strony --------------------------- 
--------------------------------------------------------------------------*/

body {
    background-image: url("../Grafika/Tla/tlo_logowania_2.png");
    background-size: cover;
    background-attachment: fixed;
    overflow: auto;
}

@font-face{
    font-family: silesiana;
    src:url(../font/silesiana.otf);
    }

/* -------------------------------------------------------------------------
----------------------------- Stylowanie baneru ---------------------------- 
--------------------------------------------------------------------------*/

#logoNew{
    width:1530px;
    height:100px;
    box-sizing: border-box;
    background-image: url("../Grafika/Tla/baner-nowy_long_v2.0.png");
    margin: 0px auto 0px auto;	
    padding: 0;
}        
#l_baner{
    float: left;
    margin-left:0px;
    width: 400px;
    height: 72px;
}
#r_baner{
    float: right;
    margin-right:-97px;
    margin-top:-4px;
    width: 400px;
    height: 72px;
}
#zegar {
    width: 600px;
    height: 30px;
    font-size: 16pt;
    text-align: left;
    color: #DDDDDD;
    float: left;
}
#logLevel{
    width: 200px;
    margin-left:45px;
    height: 30px;
    font-size: 16pt;
    text-align: left;
    color: #DDDDDD;
    float: left;
}
#logLevel > p{
    margin:0;
}
#titleInLogo{
    float: right;
    margin-top: -2px;
    width: 650px;
    height: 30px;
}
#titleInLogo > h2{
    font-family: courier; 
    font-style: italic;
    font-size: 28px;
    text-align: center;
    margin: 0;
}
#z_link_1{
    width: 380px; 
    height: 30px;
    margin: 42px 0 0 -154px; 
    float: left; 
    color:#000;
}
#z_link_1>p{
    font-size: 16pt;
    text-align: left;
    font-weight: bold;
    margin: 6px 0 5px 0;
}
#czasomierz {
    width: 340px;
    height: 28px;
    font-size: 16pt;
    text-align: left;
    color: #DDDDDD;
    float: left;
}
#namePageText{
    width: 750px;
    height: 30px;
    color: #000;
    float: right;
}
#namePageText > p{
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
#level{
    width: 235px;
    margin-left:45px;
    height: 28px;
    font-size: 16pt;
    text-align: left;
    color: #AAA;
    float: left;
}
#z_link{
    float: left; 
    width: 153px; 
    height: 30px;
    margin: 0 0 0 -100px; 
}
#z_link>a{
    display: block; 
    width:149px; 
    height: 20px; 
    border: 2px solid silver; 
    border-radius:5px;
    text-align: center; 
    text-decoration: none; 
    color: black; 
    font-weight: bold; 
    margin: 5px 0 0 0; 
}
#z_link>a:hover{
    background-color:darkred;
    color:#FFF;
}

/* -------------------------------------------------------------------------
-------------------- Stylowanie Okien logowania i pomocy ------------------- 
--------------------------------------------------------------------------*/

#ekranBox {
    width: 1630px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}	

#ekranEmpty{
    width: 140px;
    height: 640px;
    float: left;
    margin: 0;
    box-sizing: border-box;
}

#ekranRej {
    width:487px;
    height: 740px;
    float: left;
    box-sizing: border-box;
}
.ekranRej {
    margin:30px;
}
#errorInfo {
    width: 440px;
    height: 120px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px;
    overflow-y: auto;
}
#errorInfo>p {
    font-size: 20px;
    text-align: center;
    padding: 0 0 0 2px;
    margin: -5px 0 0 5px;
    color:red;
}
#checkboxInfo,
#checkboxErrorInfo {
    width: 300px;
    height: 85px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px;
    float: right;
}
#checkboxInfo{
    background-color: #EEE;
}
#checkboxErrorInfo{
    background-color: red;
}
#checkboxInfo > p {
    text-indent: 20px;
    margin: 2px;
    padding: 0 0 0 45px;
}

/* -------------------------------------------------------------------------
----------------------------- Stylowanie inputów --------------------------- 
--------------------------------------------------------------------------*/

input[type=submit] {
    font-size: 20px;
    font-family: courier;
    font-weight: 600;
    background-color: #444444;
    color: #D1C68F;
    width: 150px;
    height: 28px;
    padding: 2px;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
}
input[type=text] {
    font-size: 18px;
    font-weight: 700;
    background-color: #FFF;
    width: 270px;
    height: 28px;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    display: block;
    margin-top: 10px;
    margin-left: 2px;
}
input[type=text]:first-child {
    margin-top: 28px;
}
input[type=password] {
    font-size: 18px;
    font-weight: 700;
    background-color: #FFF;
    width: 270px;
    height: 28px;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    display: block;
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 8px;
}
input[type=text]:focus,
input[type=password]:focus {
    background-color: #BBB;
}
input[type=submit]:hover,
input[type=submit]:focus {
    background-color: #000000;
    color: red;
} 
.customCheckbox {
    appearance: none;
    -webkit-appearance: none;  /* - Dla Safari */
    -moz-appearance: none;     /* - Dla Firefoxa */
    width: 28px;
    height: 28px;
    border: 1px solid #333;
    background-color: #FFF;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    margin:30px 10px 0 12px;
}
.customCheckbox:checked {
    background-color: #FFF;
    border-color: #000;
}
.customCheckbox:checked::after {
    content: "✔";
    color: #000;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#placeCheckbox{
    width:218px;
    height:70px;
    border: 1px solid black;
    border-radius: 8px;
    padding:1px;
    float: right;
}

#buttonChange{
    display: block;
    float:right;
    margin-right: 5px;
    font-size: 20px;
    font-family: courier;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background-color: #444444;
    color: #D1C68F;
    width: 315px;
    height: 28px;
    padding: 2px;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

#buttonChange:hover{
    color: red;
}

#errorInformationText{
   width:437px; 
   height:235px; 
   background-color: #FFF;
   opacity:0.90; 
   border-radius: 8px; 
   margin:175px 5px 0 40px;
   overflow-y:auto; 
}
#errorInformationText > p{
    font-size: 18px; 
    margin: 5px; 
    text-align:left; 
    color:red;
}

/* -------------------------------------------------------------------------
---------------------- Stylowanie rozwijanych okien ------------------------ 
--------------------------------------------------------------------------*/

#dropWindowConteiner{
    position: relative;
    width: 597px;
    height: 650px;
    margin-top:26px;
    overflow: hidden;
    float:left;
}
#ekranInfo{
    width: 597px;
    height: 650px;
    float: left;
    margin: 0;
    box-sizing: border-box;
}
#ekranMotto{
    width: 597px;
    height: 650px;
    background-image: url("../Grafika/Tla/tloStarejKsiegiSmall.png");
    background-size:100% 100%;
    float: left;
    margin: 0;
    box-sizing: border-box; 
    padding:40px;
}
.box{
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: 20px;
    color: white;
}
.boxInfo{
    display: block;
}
.ekranInfoTitle {
    width: 538px;
    height: 40px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding:0;
}
a.info {
    display: inline-block;
    margin-left: 4px;
    margin-top: 2px;
    font-size: 15px;
    font-family: courier;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background-color: #444444;
    color: #D1C68F;
    width: 172px;
    height: 36px;
    padding: 2px;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.info:hover {
    background-color: #000000;
    color: red;
}
#ekranInfoText {
    width: 538px;
    height: 570px;
    color: #000;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
#ekranInfoText>h2{
    font-size: 30px;
    font-weight: 600;
    color:white;
    text-align: center;
    padding: 0 10px 0 10px;
    margin: 0;
}
#ekranInfoText>p{
    font-size: 16px;
    font-weight: 600;
    color:white;
    text-align: left;
    padding: 0 10px 0 10px;
    margin: 0;
    text-indent: 10px;
}
#ekranMotto > p{
    margin: 30px 0 0 10px;
    text-indent: 22px;
    color: black;
    font-family: Silesiana;
    font-size: 22px;
    font-weight: 600;
    margin: 0 20px 0 25px;
}
.scrollTopBar {
        position: sticky;
        bottom: 0;
        background: #222;
        color: white;
        text-align: center;
        cursor: pointer;
        display: none;
        font-size: 20px;
        transition: background 0.3s;
        margin:0;
        padding:0;
    }

/* -------------------------------------------------------------------------
------------------------ Stylowanie przekierowań --------------------------- 
--------------------------------------------------------------------------*/

.linki{
    width: 300px;
    height: 600px;
    margin: 25px 0 0 6px;
    float:left;
}
.buttonLink{
    width: 295px; 
    height: 295px; 
    float: left; 
    margin: 2px 0 30px 2px;
    padding:0;
    background-color: #f0340a;
}
.butonNew
{
    width: 280px;
    height: 280px;
    border-top-style: groove;
    border-top-width: 5px;
    border-top-color: #f0340a;
    border-left-style: groove;
    border-left-width: 5px;
    border-left-color:  #f0340a;
    border-right-style: groove;
    border-right-width: 5px;
    border-right-color:  dimgray;
    border-bottom-style: groove;
    border-bottom-width: 5px;
    border-bottom-color:   dimgray;
}
.butonNew > a :hover
{
    display: block;
    border-top-style: groove;
    border-top-width: 5px;
    border-top-color: dimgray;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: dimgray;
}

/* -------------------------------------------------------------------------
---------------------------- Stylowanie stopki ----------------------------- 
--------------------------------------------------------------------------*/

#pasekConteiner {
    width: 100%;
    height: 30px;
}
#pasek {
    width: 1530px;
    height: 30px;
    margin: 100px auto 0 auto;
    background-color: red;
}
#anonimus {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 240px;
    height: 30px;
}
#anonimus>img {
    display: block;
}
#anonimus>p {
    display: block;
    float: right;
    color: #FFF;
    margin-top: -19px;
    margin-right: 10px;
}

/* -------------------------------------------------------------------------
------------------------- Tylko dla okna rejestracji ----------------------- 
--------------------------------------------------------------------------*/

.captchaFalse {
    width: 306px;
    margin:0;
    padding-left:5px;
    border: 2px solid red;
    background-color: red;
    border-radius: 8px;
    float:right;
}
.captchaOk {
    width: 306px;
    margin:0;
    padding-left:5px;
    background-color: silver;
    border: 2px solid silver;
    border-radius: 8px;
    float:right;
}
#placeCheckboxInRej{
    width:312px; 
    height: 105px; 
    padding: 0; 
    margin: 2px; 
    background-color: silver;
    border: 2px solid silver;
    border-radius: 8px;
    float:right; 
    box-sizing: border-box;
}
#captchaPos{
    width:316px; 
    height: 86px; 
    margin: 2px; 
    padding: 0; 
    float:right; 
    box-sizing: border-box;
} 
#pozCaptcha{
    margin:0 auto 0 auto;
}
.buttonRej {
    width: 170px;
    height: 30px;
    margin:5px 0 0 0;
    float: right;
}
#anulowanie {
    width: 160px;
    height: 52px;
    margin-top: 6px;
    margin-left:55px;
    float: right;
}
.ps_checkbox{
    width:308px;
    height: 31px; 
    margin:2px; 
    padding: 0; 
    float:right; 
    box-sizing: border-box;
} 
#ekranRejTop{
    width: 480px; 
    height:450px;
} 