/*---------------------------------------------------------------
// Obsługuje pliki: ---------------------------------------------
// konstytucja.php; banerKonstytucja.php; newsForConstytution.php;
//pasek_info_2.php ----------------------------------------------
//-------------------- Style artykułów --------------------------
//-------------------- Dodanie czcionki -------------------------
//-------------------------------------------------------------*/

@font-face{
    font-family: silesiana;
    src:url(../font/silesiana.otf);
    }

/*---------------------------------------------------------------
//------------------- Styl dla drukarki -------------------------
//-------------------------------------------------------------*/

@media print {
    body * {
        visibility: hidden;
    }
    .forPrinter, .forPrinter * {
        visibility: visible;
        display: block;
    }
    .noPrint {
        display: none !important;
    }
    .forPrinter{
        display: block !important;
        margin: 0;
        padding: 1pc 2pc 1pc 4pc;
        color: #000;
        page-break-after: auto;
    }
    .forPrinter > h1{
        font-family: silesiana; 
        font-size: 24px; 
        font-weight: 900;  
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .forPrinter > h1 > span{
        text-decoration: double;
    }
    .forPrinter > h3{
        font-family: silesiana; 
        font-size: 22px; 
        font-weight: 900;  
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .forPrinter > p{
        font-family: silesiana; 
        font-size: 14px; 
        font-weight: 700;  
        text-align: left;
        text-indent:30px;
        padding: 0;
        margin: 0;
    }
    .logoPrint {
        display: block;
        position: fixed;
        bottom: 30px;
        right: 10px;
        width: 100px; 
        height: auto;
    }
    .seeSecTitle > h3,
    .seeText > p{
        padding: 0;
    }
}

/*---------------------------------------------------------------
//------------------- Styl dla monitora -------------------------
//-------------------------------------------------------------*/

@media screen {
    .noMonitor {
        display: none;
    }
    .noPrint {
        display: none;
    }
    .seeSecTitle > h3,
    .seeText > p{
        padding: 0 0 0 15px;
    }
}

/*---------------------------------------------------------------
//---------------------- Styl ogólny ----------------------------
//-------------------------------------------------------------*/

body{
    overflow: hidden;
} 

.seeMainDiv{
    display: grid;
    grid-template-rows: minmax(40px, 155px) minmax(0px, 50px) 1fr 50px;
    height: 100vh;
    gap: 10px; 
    overflow: hidden;
}
.seeMainTitle{
    overflow: auto;
    padding: 50px 5px 1px 10px;
}
.seeMainTitle > h1{
    font-family: silesiana; 
    font-size: 28px; 
    font-weight: 900;  
    text-align: center;
    padding: 0;
    margin: 0;
}
.seeSecTitle{
    padding: 1px 5px 1px 10px;
}
.seeSecTitle > h3{
    font-family: silesiana; 
    font-size: 24px; 
    font-weight: 800;  
    text-align: left;
    text-indent: 30px;
    margin: 0;
}
.seeText{
    overflow-y: auto;
    padding: 1px 5px 1px 10px;
    min-height: 0;
}
.seeText > p{
    font-family: silesiana; 
    font-size: 18px; 
    font-weight: 700;  
    text-indent: 30px;
    margin: 0;
    }
.printLink{
    padding: 1px 5px 1px 10px;  
    margin: 0;
}
.artPrint
    {
    font-size: 18px;    
    color:#FFFFFF;
    text-decoration: none;
    font-weight:bold;
    }

.toPrintText{
	width:1100px;
	height:1300px;
    color:#000;
	display: block !important;
	}
a:hover{
	color: red;
    cursor: pointer;    
	}

/*--------------------------------------------------------------------------
------------------------------ Style strony --------------------------------
---------------------------------- Baner ----------------------------------- 
--------------------------------------------------------------------------*/    
#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;
}
#zegar {
    width: 600px;
    height: 30px;
    font-size: 16pt;
    text-align: left;
    color: #DDDDDD;
    float: left;
}
#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;
}
#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;
}
#level > p{
    margin:0;
    float:left;
}
a.postans_x{
    display:block;
    float:left;
    height: 25px;
    width:35px;
    margin: 0;
    padding:2px 0 0 0;
    font-weight:900; 
    color:yellow;
    text-align:center;
    text-decoration:none;
    background-color:darkslategrey;
}
a.postans_y{
    display:block;
    float:left;
    height: 25px;
    width:35px;
    margin: 0;
    padding:2px 0 0 0;
    font-weight:900; 
    color:red;
    text-align:center;
    text-decoration:none;
    background-color:darkslategrey;
}
a.postans_x:hover,
a.postans_y:hover{
    cursor:pointer;
    color:silver;
}
#leftBanerSingle{
    float: left;
    margin-left:0px;
    width: 400px;
    height: 72px;
}
#rightBanerSingle{
    float: right;
    margin-right:-100px;
    width: 400px;
    height: 72px;
}
#toLogoText{
    float: right;
    margin-top: -2px;
    width: 650px;
    height: 30px;
}
#toLogoText > h1{
    font-family: courier; 
    font-style: italic;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
}

/* -------------------------------------------------------------  
------------------------- Menu ---------------------------------
---------------------------------------------------------------*/

#menuContener {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1530px;
    height: 36px;
    box-sizing: border-box;
}
#menu {
    margin: 0px auto 0px auto;
    width: 1530px;
    height: 30px;
    background-image: url("../Grafika/Tla/footer_gradient.png");
    text-align: left;
}
ol {
    margin: 0 0 0 2px;
    padding: 0px;
    line-height: 200%;
    list-style-type: none;
    display: inline-block;
}
ol a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding-left: 10px;
}
ol b{
    color: #666;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    display: block;
    padding-left: 10px;
}
ol>li {
    float: left;
    width: 303px;
    height: 30px;
    border-right: 2px solid #CCC;
}
ol>li:hover {
    background-color: black;
}
ol>li:hover>a {
    color: red;
}
ol>li:first-child {
    border-left: 2px solid #CCC;
}
ol>li>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    display: none;
}
ol>li:hover>ul {
    display: block;
    overflow-y: auto;
    height: 650px;
}
ol>li>ul>li {
    background-color: #333;
    position: relative;
    z-index: 100;
}
ol>li>ul>li:nth-child(odd){
    background-color: #444;
}
ol>li>ul>li:last-child {
    border-bottom: 2px solid #CCC;
}
ol>li>ul>li:hover {
    background-color: black;
}
ol>li>ul>li:hover>a {
    color: red;
}

/*-----------------------------------------------------------------------
------------------- Menu odrębne dla konstytucji ------------------------
-----------------------------------------------------------------------*/
        
.navyChapter{
    background-color: #7C1729;
    color:#ffcc00;
}

ol>li:first-child {
    border-left: 2px solid #CCC;
    display: block;
    width: 28px;
    border-right:none;
}

ol>li:nth-child(2){
    display: block;
    width: 247px;
    border-right:none;
}

ol>li:nth-child(3){
    display: block;
    width: 28px;
}

ol>li>ul>li {
    background-color: #333;
    position: relative;
    z-index: 100;
    overflow-y: auto;
    overflow-x: none;
}

/*---------------------------------------------------------------
//------------------------ Kontener -----------------------------
//-------------------------------------------------------------*/

#mainWindowContener {
    width: 1534px;
    height: 805px;
    margin: -2px auto 0px auto;
    box-sizing: border-box;
}

/*---------------------------------------------------------------
//------------------------- Lewe okno ---------------------------
//-------------------------------------------------------------*/

#windowLeft {
    width: 1000px;
    height: 764px;
    float: left;
    background-image: url("../Grafika/Tla/st_ks_1.png");
    margin: 0 2px 0 0px;
    padding: 0;
    border: 3px solid silver;
    border-radius: 10px;
    box-sizing: border-box;   
}

/*---------------------------------------------------------------
//------------------------ Prawe okno ---------------------------
//-------------------------------------------------------------*/

#windowRight {
    width: 505px;
    height: 764px;
    float: right;
    background-image: url("../Grafika/Tla/gradient_right.png");
    margin: 0 0 0 5px;
    padding: 0;
    border: 3px solid silver;
    border-radius: 10px; 
    box-sizing: border-box;   
}
#windowRight > h1{
    color: #FFCC00;
    font-size: 36px;
    text-align: center;
    margin-top: 5px;
}
#kalendariumButton{
    width: 480px;
    height: 44px;
    margin: -15px auto 5px auto;
}
#kalendarium {
    width: 484px;
    height: 652px;
    margin: 0 auto 0 auto;
    background-image: url("../Grafika/Tla/gradient_kalendarium.png");
    overflow-y: auto;
}
.kalendariumData{
    text-align: left;
    margin: 20px;
    color:#FFF;
}
.kalendarium2ndTitle{
    text-align: center;
    color:#FFF;
    font-size: 26px;
}
.kalendariumText{
    text-align: left;
    color:#FFF;
    font-size: 18px;
    text-indent: 25px;
}
.showHide {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #444;
    color: white;
    width: 280px;
    height: 40px;
    margin: 0 auto 0 auto;
    padding: 0;
    border-right: 3px solid silver;
    border-bottom: 3px solid silver;
    border-radius: 10px;
    box-sizing: border-box;
}
.showHide:hover{
    border-top: 3px solid red;
    border-left: 3px solid red;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    color: red;
}
.contentDiv {
    width: 484px;
    height: 652px;
    margin: 10px auto 0 auto;
    overflow-y: auto; 
    background-image: url("../Grafika/Tla/gradient_kalendarium.png");
}
#kalendariumRoll{
    width: 484px;
    height: 652px;
    margin: 0 auto 0 auto;
    overflow-y: auto; 
    background-image: url("../Grafika/Tla/gradient_kalendarium.png");
}

/*--------------------------------------------------------------------------- 
----------------------------------- Newsy ----------------------------------- 
---------------------------------------------------------------------------*/

.newsTytul{
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 0 5px 0 5px;
}
.newsData,
.newsInfo	{
	color: #FFF;
	text-indent: 15px;
	font-size: 20px;
}
a.info {
    display: block;
    float: right;
    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: 20px;
    padding: 2px;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.info:hover {
    background-color: #000000;
    color: red;
}

/*----------------------------------------------------------------------------
------------------------------ pasek newsów ----------------------------------
----------------------------------------------------------------------------*/

#pasek {
    width: 1530px;
    height: 30px;
    margin: 0px;
    background-color: red;
}

/*----------------------------------------------------------------------------
------------------------------ pasek admina ----------------------------------
----------------------------------------------------------------------------*/

#pasekAdmina {
    width: 1530px;
    height: 30px;
    margin: 0px;
    background-color:#000099;
}