body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    min-height: 100vh;
    background-color: #e6e6e6;
    justify-content: center;
}

header {
    position: fixed;
    background-color: #333;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#logo {
    height: 60px;
}

#login-box, #izbor-lokacije {
    position: static;
    margin-top: 320px;
    width: 400px;
    height: 280px;
    border: none;
    border-radius: 10px;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

#login input {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    width: 300px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;   
}

#log {
    padding: 12px;
    background-color: #1c8c2c;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 300px;
}

#logout-link {
    position: absolute;
    right: 40px;
    top: 35px;
}

#logout-link a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

#logout-link a:hover {
    color: #1c8c2c;
}

#logout-icon {
    width: 20px;
    height: 20px;
}

#izbor-lokacije {
    display: block;
}

#izbor-lokacije a {
    padding: 10px;
    margin-bottom: 40px;
    margin-left: 50px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: white;
    color: black;
}

#nova-lokacija {
    position: static;
    margin-top: 220px;
    width: 700px;
    height: 450px;
    border: none;
    border-radius: 10px;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

#poruka {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-family: Arial, sans-serif;
    z-index: 1000;
    display: none;
}

#nova-lokacija select, #nova-lokacija input {
    display: block;
    padding: 10px;
    margin-bottom: 40px;
    margin-left: 50px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 500px;
    height: 40px;
    box-sizing: border-box;
}

#ponisti, #pon {
    padding: 12px;
    background-color: white;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 250px;
    margin-left: 50px;
}

#unesi, #un {
    padding: 12px;
    background-color: #1c8c2c;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    width: 250px;
}

#prikaz-jednog {
    position: absolute;
    margin-top: 750px;
    width: 1200px;
    height: 90px;
    border: none;
    border-radius: 10px;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
}

#prikaz-jednog input {
    padding: 10px;
    margin-top: 25px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 900px;
    height: 40px;
    box-sizing: border-box;
}

#prikaz-jednog button, #tijela button {
    padding: 10px;
    background-color: white;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 150px;
}
label {
    display: block;
    padding-top: 10px;
}

#tijela {
    position: static;
    margin-top: 150px;
    width: 1200px;
    border: none;
    border-radius: 10px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#bilbord-ispod12, #bilbord-iznad12, #totem, #citylight {
    display: block;
    width: 1200px;
    height: 90px;
    margin-left: 50px;
    margin-top: 20px;
}

#bilbord-ispod12-select, #bilbord-iznad12-select, #totem-select, #citylight-select {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 1000px;
    height: 40px;
    box-sizing: border-box;
}

#javna-povrsina, #privatna-povrsina {
    position: static;
    margin-top: 150px;
    width: 1500px;
    border: none;
    border-radius: 10px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
}


#osnovne-informacije {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 1400px;
    height: 40px;
    box-sizing: border-box;
}

#stanje-dokumentacije, #administrativne-obaveze {
    display: inline-block;
    width: 44%; 
    margin-top: 10px;
    padding: 20px;
    vertical-align: top;
}
input.a {
    padding: 10px;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    box-sizing: border-box;
}

button#dodaj-inpute.a {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    box-sizing: border-box;
}

input.b {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 450px;
    height: 40px;
    box-sizing: border-box;
}
input.c {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 600px;
    height: 40px;
    box-sizing: border-box;
}

#administrativne-obaveze input, #administrativne-obaveze select {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    width: 650px;
    height: 40px;
    box-sizing: border-box;
}

#butt {
    display: flex;
    flex-direction: row;  
    justify-content: right;
    margin-right: 120px;
    gap: 10px;
}

#btn-otvori {
    padding: 12px;
    background-color: #1c8c2c;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    width: 350px;
    margin-top: 20px;
    margin-left: 500px;
}

h2 {
    margin-left: 50px;
}

h4 {
    color: #555 !important;
}

li {
    background-color: #e6e6e6;
    list-style-type: none;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#nazad-link {
    position: absolute;
    left: 40px;
    top: 35px;
}

#nazad-link a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

#nazad-link a:hover {
    color: #1c8c2c;
}