﻿@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf');
}


/****************************************************
                    Global styles
****************************************************/
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    background-color: #fff;
    font-family: OpenSans, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    overflow-y: hidden;
}
h1, h2, h3, h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #4b5a68;
    font-weight: normal;
}
h1 {
    font-size: 34px;
}
h2{
    font-size: 34px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}
a {
    color: #4b5a68;
}
a:hover {
    text-decoration: none;   
}
p {
    margin-bottom: 10px;
}
small {
    font-size: 12px;
}

/****************************************************
                      Layout
****************************************************/
.container {
    width: 100%;
    min-width: 1000px;
}
.home {
    width: 100%;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}
.main-home {
    max-width: 1200px;
    margin: 180px auto 50px;
}
.col {
    float: left;
}
.col-1-2 {
    width: 50%;
    padding: 0 30px 50px;
}
.doc-sidebar {
    width:400px;
    /*height: 810px;*/
    /*overflow-y: scroll;*/
    overflow-y: auto;
    padding: 15px 30px;
}

.main-holder {
    padding: 0 250px 0 30px;
    /*height: 810px;*/
    /*overflow-y: scroll;*/
    overflow-y: auto;
    width: calc(100% - 400px);
    border-left: 1px solid #ddd;
}

/****************************************************
                   Specific styles
****************************************************/

/*------------------Main Header--------------------*/
.main-header {
    width: 100%;
    height: 50px;
    margin: 0;
    position: sticky;
    top: 0;
    background-color: #0c4076;
}
.logo-header {
    margin: 0;
    margin-top: 16px;
    position: absolute;
    left: 30px;
}
    .logo-header a {
        width: 200px;
        height: 18px;
        display: block;
        background: url(/wsp-help/img/posta-logo-header-2025.svg) no-repeat;
        background-size: contain;
        cursor: pointer;
    }


/*------------------Main Nav--------------------*/
nav {
    margin-left:230px;
}
nav ul {
    list-style: none;
    margin: 15px 0 0 20px;
    padding: 0;
}
nav ul li {
    float: left;
    padding: 0 20px; 
}
nav ul li a {
    text-decoration: none;
    color: #d1d1d1;
}
nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.aktivna {
    font-weight: bold;   
}

.logo-pocetna {
    margin: 70px auto 50px;
    border: none;
    box-shadow: none;
}
.istaknuto {
    padding: 30px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    background-color: #f5f5f5;
}
.istaknuto h2 {
    margin: 0;  
}
.naglasen-tekst {
    font-size: 28px;
}
.link-posalji {
    margin-top: 10px;
    padding: 15px 30px;
    display: inline-block;
    background-color: #fbba00;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}
.link-posalji:hover {
    color: #fff;   
}

.primeri {
    padding: 20px 40px;
    border: 1px solid #e2e2e2;
}
.primeri p {
    margin: 0;
}
.primeri .uvucen-text-1t {
    padding-left: 30px;
}
.primeri .uvucen-text-2t {
    text-indent: 60px;
}
.primeri .uvucen-text-3t {
    text-indent: 90px;
}

/*-----------Vertikalna Navigacija--------------*/
.vert-nav {
    margin-top: 5px;
}
.vert-nav li {
    list-style: none;
}

.vert-nav li a {
    text-decoration: none;
    font-size: 14px;
    color: #666;
}
.vert-nav li a:hover {
    /*font-weight: bold;*/
    color: #000;
}
.doc-group {
    font-size: 18px;
    font-weight: bold;
}
.doc-group-item {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-indent: 15px;
}
.item-sidebar {
    padding: 10px;
    position: fixed;
    top: 70px;
    right: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*----------------Tabele-------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
table, th, td {
    border: 1px solid #ddd;
    padding: 10px;
}
table tr th{
    text-align: left;
}

.text-mono {
    font-family: monospace;
}
.col-first {
    width: 270px;
}
.col-second {
    width: 170px;
}
.table-mono tr td:first-of-type {
    font-family: monospace;
    font-size: 16px;
}
/*table thead tr th:nth-of-type(3n+1), table tbody tr td:nth-of-type(3n+1) {
        width: 270px;
    }
table tr td:nth-of-type(3n+2) {
    width: 170px;
}
table tr td:nth-of-type(3n+3) {
    min-width: 200px;
}

.table-col-1 {
    width: 270px;
}*/

img {
    margin: 20px 0;
    border: 1px solid #f2f2f2;
    box-shadow: 5px 5px 8px #f2f2f2;
}

pre {
    padding: 20px 0 5px;
    font-size: 16px;
    background-color: #f5f5f5;
    color: #000;
    margin: 15px 0 25px;
    overflow-x: auto;
}

.primeri pre {
    background-color: #fff;
}
ul {
    margin-bottom: 25px;
}
.plava1 {
    color: #2b91af;
    text-decoration: none;
}
.plava2 {
    color: #0000ff;
}
.crvena {
    color: #b30707;
}
.komentar {
    color: #008000;
}
.main-footer {
    background-color: #ececec;
    padding: 10px 0 20px;
    border-top: 1px solid #bbb;
    text-align: center;
}
/****************************************************
                    Helper classes
****************************************************/
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.visually-hidden {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);   
}
.doc-scroll {
    height: calc(100vh - 100px);
}



