
body,h1,h2,h3,h4 { font-family: "Titillium Web", sans-serif;
      font-weight: 400; }
h1 { color: #39b54a; }
h2,h2,h3,h4 { color: #2967bd; }  
div { border: none }
body { padding: 0px; margin: 0px }

div.opar { width: 79%; padding-left: 10%; padding-right: 10%; padding-top: 20px; background-color: #f5f7fa; border: 1px solid #f5f7fa; }
div.epar { width: 79%; padding-left: 10%; padding-right: 10%; padding-top: 20px; background-color: #fff; border: 1px solid #fff; }
div.inpar { padding-left: 10% }

/* Poniżej jest stylkowanie dokumentacji automatycznej */

#toc {
    padding: 10px;
    margin-bottom: 20px;
}

#toc ul {
    list-style-type: none;
    padding: 0;
}

#toc ul ul {
    margin-left: 20px;
}

pre {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.left-column {
    flex: 0 0 20%;
    background-color: #f5f7fa;
    overflow-y: auto;
    padding: 20px;
}
.right-column {
    flex: 1;
    background-color: #ffffff;
    overflow-y: auto; 
    padding: 20px;
}

.hidden {
    display: none;
}

.hasTooltip {
    position:relative
}

.hasTooltip span {
    display:none;
}

.hasTooltip:hover span {
    display:block;
    background-color:black;
    border-radius:5px;
    color:white;
    box-shadow:1px 1px 3px gray;
    position:absolute;
    padding:5px;
    top:1.3em;
    left:0px;   
    max-width:200px; /* I don't want the width to be too large... */
}

.sidebyside {
    display: flex
}

.fieldinfo {
    width: 200px;
}

.fielddesc {
    width: 600px;
}



.container {
    display: flex;
    height: 100%;
}

.container3 {
    display: flex;
    height: 100%;
    position: absolute;
    right: 20px;
    z-index: 5;
}

.uwagi {
    position: absolute;
    width: 150px;
    height: 150px;
    right: 5px;
    top: 5px
}

.uwagi img {
    content:url('../img/uwagi.png');
    width: 150px
}


.container2 {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
select,
textarea,
input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
}
input[type="submit"],
input[type="button"] {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}


.inlinecomment {
    font-style: italic;
    font-family: "Titillium Web", sans-serif; font-weight: 400;
    color: black;
    max-width: 600px;
    width: 600px;
    height: 200px;
}

pre {
    position: relative;
}
.copy-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 30px;
}

.codeBlock { 
    border: 1px solid black;
    width: 60%;
    min-height: 200px
}

.nazwa {
    min-width: 130px;
    font-weight: bold;
    display: inline-block;
}

.opis {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    max-width: 70%; /* Dostosuj szerokość opisu według potrzeb */
}

pre.verified {
    padding: 30px;
    background-color: #f4fff4;
}

