@font-face{
    font-family: interFonts;
    /* src: url("/res/Inter-VariableFont_slnt,wght.ttf"); */
}
*{
    --pozadina-tamna: rgb(46,46,46);
    --pozadina-svetla: rgb(202, 202, 202);
    --pozadina-element: rgb(235, 235, 235);
    --pozadina-polja: white;
    --slova-svetla: #fff;
    --slova-tamna: rgb(33, 33, 33);
    --ivica-tamna: rgb(160, 160, 160);
    --narandzasta: rgb(236, 139,0);
    /* --narandzasta-providna: rgba(236, 138, 0, 0.061); */
    --narandzasta-providna: rgb(255, 244, 229);
    --zelena:rgb(41, 191, 35);
    --zuta: rgb(223, 219, 0);
    --crvena:rgb(255, 13, 0);
    --senka: rgba(0,0,0,0.3);
    --tabela1: var(--pozadina-element);
    --tabela2: rgb(206, 206, 206);

    --velicina-font: .7em;
    --velicinaTeksta1: 1.2em;
    --velicinaTeksta2: 1.4em;
    --velicinaTekstaStd1: 1rem;
    font-family: sans-serif;
    box-sizing:border-box;
    -webkit-tap-highlight-color: rgb(0, 0, 0, 0);

}
input,
span,
textarea,
button,
select,
a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background-color: var(--pozadina-svetla);
}
::-webkit-scrollbar-thumb {
    background: var(--narandzasta);
    border-radius: 10px;
    border: .5px solid var(--pozadina-tamna);
}
#divModalOff,
.divModalOff{
    display: none;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.divModal_Wait{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    font-size: 1.2em;
    z-index: 100;
    border-radius: 1em;
    box-shadow: 0 4px 8px var(--senka);
    background-color: white;
    user-select: none;
}
.divModal_upozorenjePl{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    font-size: 1.2em;
    z-index: 100;
    border-radius: 1em;
    border: 2px solid var(--narandzasta);
    box-shadow: 0 4px 8px var(--senka);
    background-color: white;
    user-select: none;
}
.divModal_upozorenjePl>div{
    margin-top: 1em;
    text-align: center;
    position: relative;
}
.divModal_upozorenjePl>div>span{
    position: absolute;
    /* background-color: var(--narandzasta-providna); */
    background-color: rgba(255,255,255,0.9);
    font-size: 1.2em;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 2.5;
}
.divModal{
    position: fixed;
    display: none;
    z-index: 100;
    background-color: #fff;
    padding: 1em;
    border: 2px solid var(--narandzasta);
    border-radius: 1em;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spnXIzlaz{
    font-size: 1.2em;
    font-weight: 500;
    display: block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
    border: 2px solid var(--narandzasta);
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--pozadina-svetla);
    position: absolute;
    top: 5px;
    right: 5px;
}
.divModal>div{
    display: flex;
    gap: .5em;
    flex-direction: column;
    margin: 1em 0;
}
.divChkButton,
.divRadioButton{
    cursor: pointer;
}
.divChkButton input[type="checkbox"],
.divRadioButton input[type="radio"]{
    display: none;
}
.divChkButton input[type="checkbox"]+label,
.divRadioButton input[type="radio"]+label{
    border: 1px solid var(--narandzasta);
    text-align: center;
    padding: .2em 1em;
    border-radius: .5em;
    box-shadow: 1px 1px 3px var(--senka);
    cursor: pointer;

}
.divChkButton input[type="checkbox"]:checked+label,
.divRadioButton input[type="radio"]:checked+label{
    background-color: var(--narandzasta);
    color: var(--slova-svetla);
}
.spnStatusSig{
    display: block;
    width: 1em;
    height: 1em;
    background-color: var(--zelena);
    border-radius: 50%;
    box-shadow: inset 0px 0px 3px var(--senka),
                        1px 1px 2px var(--senka);
}
.spnStatusSigZauzeto{
    background-color: var(--crvena);

}


.no-select{
    user-select: none;
    -webkit-user-select: none;
}
a{
    color: var(--slova-tamna);
    text-decoration: none;
}
.porukaPozitivna{
    color: var(--zelena);
}
.porukaNegativna{
    color: var(--crvena);
}
.porukaNestajanje{
    transition: opacity 1.3s;
    opacity: 0;
}
.inputTextPretraga_kontrole{
    font-size: var(--velicinaTeksta1);
    padding: .2em 1em;
}
.divInput{
    font-size: var(--velicinaTeksta2);
    margin: .5em 3em;
    display: flex;/*ako pojebe sve, zbog ovoga je*/
    align-items: center;
}
.divInput label{
    width: 12em;
    display: inline-block;
}
.divInput input,
.stilInput{
    font-size: var(--velicinaTeksta1);
    width: 19em;
    padding: .2em 1em;
    display: inline-block;
    background-color: var(--pozadina-polja);
}
.divInput .broj{
    width: 8em;
}
.divInput .datum{
    width: 8em;
}
input,
.stilInput,
textarea{
    border: .5px solid var(--ivica-tamna);
    border-radius: 5px;
}
input:focus,
.stilInput:focus,
textarea:focus{
    outline: 2px solid var(--narandzasta);
}
.divMaliInputi{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.divMaliInputi .divInput{
    margin: .5em 1em;
    /* width: 12em; */
}
.divMaliInputi .divInput label{
    width: 40%;
}
.divMaliInputi .divInput input{
    width: 30%;
    padding: .2em .3em;
}
.divMaliInputi .divInput input[type="date"]{
    width: 50%!important;
    font-size: .8em;
}

.button{
    font-size: var(--velicinaTeksta2);
    padding: 5px 10px;
    min-width: 130px;
    min-height: 50px;
    border: .5px solid var(--narandzasta);
    border-radius: 5px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 200ms background-color ease-in-out,
                300ms color ease-in-out;
}
.buttonS{
    min-width: unset;
    min-height: unset;
}
.button:hover{
    background-color: var(--narandzasta);
    color: var(--slova-svetla);
}
.buttonDisabled{
    pointer-events: none;
    user-select: none;
    color: grey;
}
.buttonDisabled:hover{
    background-color: unset;
    color: grey;
}
button+.buttonBack{
    margin-left: 1em;

}
.buttonBack{
    border: 1px solid var(--slova-tamna);
    box-shadow: inset 0px 0px 5px 2px var(--senka);
    font-size: var(--velicinaTeksta2);
}
.labelCheckButton{
    border: 1px solid var(--narandzasta);
    border-radius: 5px;
    padding: 0.2em .5em;
    box-shadow: 1px 1px 3px var(--senka);
    cursor: pointer;
    user-select: none;
    width: 5.5em!important;
    text-align: center;
}
input[type="checkbox"],
input[type="radio"] {
    width: 1em;
    display: none;
}
input[type="checkbox"]:checked+.labelCheckButton,
input[type="radio"]:checked+.labelCheckButton{
    background-color: var(--narandzasta);
    color: var(--slova-svetla);
}
/* ZAJEDNIČKO ZA TABELE */
table{
    border-collapse: separate;
    overflow-x: auto;
    cursor:context-menu;
    font-size: var(--velicinaTeksta1);
    background-color: transparent;
}
thead{
    /* background-color: var(--pozadina-polja); */
}
th{
    border: .5px solid var(--narandzasta);
    background-color: var(--narandzasta-providna);
}
tbody tr{
    /* background-color: var(--pozadina-element); */
}
tbody tr:hover{
    /* background-color: var(--slova-svetla)!important; */
}

td:has(.spnStatusSig){
    position: relative;
}
td:has(i),
td:has(img){
    width: 2em;
    text-align: center;
    position: relative;
    padding: .2em .5em;
}
td img{
    height: 1.2em;
    width: 1.5em;
    cursor: pointer;
}
/* TABELA PORUKE */
.tblPoruke{
    font-weight: 500;
    display: block;
    width: 100%;
    max-height: 18em;
}
.tblPoruke td:nth-child(1){
    width: 50%;
}
.tblPoruke td:nth-child(2){
    width: 35%;
}
.tblPoruke td:nth-child(3){
    width: 10%;
}
.tblPoruke td:nth-child(4){
    width: 5%;
}
.tblPoruke .novaPoruka{
    font-weight: 700;
}
/* KRAJ TABELA PORUKE */
.divTabela tbody tr{
    background-color: var(--tabela1);
}
.divTabela tbody tr:nth-child(even){
    background-color: var(--tabela2);
    /* background-color: var(--pozadina-svetla); */
}
.divTabela tbody tr:hover{
    background-color: var(--slova-svetla);
    color: var(--slova-tamna);
    /* background-color: var(--narandzasta)!important; */
    /* color: var(--slova-svetla); */
}
.divTabela .thIcon{
    width: 2em;
}
.divTabela td i{
    cursor: pointer;
}
.divTabela td:has(.spnStatusSig:hover)::after,
.divTabela td:has(i:hover)::after{
    content: attr(popup);
    position: absolute;
    display: block;
    font-size: .9em;
    background-color: white;
    color: var(--slova-tamna);
    box-shadow: 2px 2px 5px var(--senka);
    padding: 1em 1em;
    border-radius: 10px;
    top: 90%;
    right: 30%;
    z-index: 1001;
}
.divTabela tr:first-child td:has(.spnStatusSig:hover)::after,
.divTabela tr:first-child td:has(i:hover)::after{
    top: 90%!important;
    bottom: unset!important;
}
.divTabela tr:nth-last-child(-n+4) td:has(.spnStatusSig:hover)::after,
.divTabela tr:nth-last-child(-n+4) td:has(i:hover)::after{
    top: unset;
    bottom: 70%;
}
/* standardne tabele */
/* tabela za specifikacija */
.tblSpecifikacije{
    font-size: var(--velicinaTeksta1);
}
.tblSpecifikacije th{
    padding: .1em .3em;
    width: 10em;
    height: 2.5em;
}
.tblSpecifikacije td{
    border: 1px solid var(--slova-tamna);
    padding: .5em;
}
/* kraj- tabela za specifikacija */
/* BROJEVI STRANA (ZA TABELE) */
.divBrStrana{
    margin: 1em 0;
    width: 100%;
    height: auto;
}
.divBrStrana>span{
    margin: .2em;
    display: inline-block;
    text-align: center;
    line-height: 1.8em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background-color: var(--tabela2);
    box-shadow: 2px 2px 5px var(--senka);
    cursor: pointer;
    user-select: none;
}
.divBrStrana>span:hover,
.divBrStrana .aktivnaStr{
    background-color: var(--narandzasta) !important;
    color: var(--slova-svetla) !important;
}
/* KRAJ - BROJEVI STRANA (ZA TABELE) */

/* div kontrole na str */
#divKontrole{
    font-size: var(--velicinaTeksta2);
    margin-top: 0;
    display: flex;
    gap: 1em;
    overflow:visible !important;
    overflow-x:visible;
}
#divVozila{
    overflow:visible !important;

}
.divCeline{
    padding: 1em;
    margin: 1.5em 0;
    border-radius: 5px;
    box-shadow: 1px 1px 3px var(--senka);
    background-color: var(--pozadina-element);
    overflow: hidden;
    overflow-x: auto;
}
.divStrane{

}
.divStrane span{

}
.divNaslovStr{
    padding: 1em 3em;
    margin-top: 0;
    margin-bottom: 1.5em;
    border-radius: 5px;
    box-shadow: 3px 3px 10px var(--senka);
    background-color: var(--narandzasta);
}
.divNaslovStr h1{
    text-shadow: 1px 1px 3px var(--senka);
}
.divPozitivnaPoruka>*{
    color: var(--zelena);
}
html{
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    background-color: var(--narandzasta);
}
header{
    height: 100px;
    background-color: var(--pozadina-tamna);
    color: var(--slova-svetla);
    display: flex;
    align-content: center;
    padding: 10px 20px;
}
header img{
    height: 100%;
}
header .spnTransporter{
    font-size: 2.8em;
    font-weight: 600;
    line-height: 90px;
    margin-left: 1em;
}
header .divKorisnik{
    margin-left: auto;
}

header span{
    /* font-size: 3em; */
    /* font-weight: 600; */
    /* line-height: 100px; */
}
header #spnKorisnik{
    margin-left: auto;
    margin-right: 1em;
    font-size: 1.1em;
    font-weight: 300;
    cursor: pointer;
}
#spnKorisnik{
    fill: var(--slova-svetla);
}
#spnKorisnik:hover{
    text-decoration: underline;
}
/* #spnKorisnik i{
    margin-right: .3em;
    font-weight: 600;
    pointer-events: none;
} */
#icoMeniKorisnik{
    width: 25px;
    height: 25px;
    fill: var(--slova-svetla);
}
header .divUserMeni svg{
    width: 22px;
    height: 22px;

}
header .divUserMeni li:hover svg{
    fill: var(--slova-svetla);
}
@keyframes pulse {
    0% {
        fill: unset;
        -webkit-filter: none;
        filter: none;
    }

    50% {
        fill: var(--narandzasta);
        -webkit-filter: drop-shadow( 3px 3px 12px var(--narandzasta));
        filter: drop-shadow( 3px 3px 12px var(--narandzasta));
    }

    100% {
        fill: unset;
        -webkit-filter: none;
        filter: none;
    }
}
.pulsAnim {
    animation: pulse 1s linear infinite;
}
.divKorisnik{
    /* background-color: palegreen; */
}
.divUserMeni{
    position: absolute;
    margin-top: 5px;
    right: 15px;
    display: none;
    z-index: 1000;
    background-color: var(--pozadina-svetla);
    color: var(--slova-tamna);
    box-shadow: 1px 1px 3px var(--senka);
    outline: .5px solid var(--narandzasta);
}
.divUserMeniPrikazi{
    display: block;
}
.divUserMeni ul{
    list-style: none;
    padding: 1px;
    margin: 0;
}
.divUserMeni ul li{
    padding: .5em 1em;
    display: block;
    cursor: pointer;
}
.divUserMeni ul li:hover{
    background-color: var(--narandzasta);
    color: var(--slova-svetla);
}
#divModalPoruke{
    max-width: 900px;
    min-width: 300px;
    width: 40%;
    z-index: 2000;
}
#divModalPoruke tr{
    /* background-color: var(--pozadina-svetla); */
    background-color: var(--tabela1);
    cursor: pointer;
    font-weight: 100;
}
#divModalPoruke tr:nth-child(even){
    background-color: var(--tabela2);
}
.novaPoruka{
    font-weight: 700!important;
}
#divModalPoruke tr:hover{
    background-color: var(--narandzasta-providna);
    color: var(--slova-tamna);
}
#divModalKonverzacija .divPoruka{
    padding: .3em;
    border: 1px solid var(--narandzasta);
    border-radius: .1em;
    width: 60%;
    
}
#divModalKonverzacija .divPoruka.primljena{
    background-color: var(--pozadina-polja);
    text-align: left;
}
#divModalKonverzacija .divPoruka.poslata{
    align-self: flex-end;
    text-align: right;
    background-color: var(--narandzasta-providna);
    color: var(--slova-tamna);
}
/* #divModalKonverzacija .divPoruka.novaPoruka{
    font-weight: 700;
} */
#divModalKonverzacija{
    display: grid;
    grid-template-rows: auto 40px;
    min-width: 50%;
    max-height: 80%;
    overflow: hidden;
    z-index: 2000;
}
#divModalKonverzacija .divKonverzacija{
    display: flex;
    max-height: 300px;
    flex-direction: column;
    overflow-y: auto;
    padding: 0px 3px;
}
#divModalKonverzacija .divPoruka_gore{
    display: flex;
    justify-content: space-between;
}
#divModalKonverzacija .divPoruka.primljena .divPoruka_gore{
    flex-direction: row;
}
#divModalKonverzacija .divPoruka.poslata .divPoruka_gore{
    flex-direction: row-reverse;
}
#divModalKonverzacija .spnImePosiljaoca{
    /* text-align: ; */
    font-size: .7em;
}
#divModalKonverzacija .spnDatumVreme{
    font-size: .7em;
}
#divModalKonverzacija .spnTekstPoruke{
    margin-top: .5em;
    display: block;
}
#divModalKonverzacija .divDole{
    display: flex;
    flex-direction: column;
}
#divModalKonverzacija .divDole .divPorukaOdgovorInp input{
    font-size: 1.1em;
    outline: none;
}
#divModalKonverzacija .divDole .button{
    min-width: unset;
    min-height: unset;
}
#divModalKonverzacija .divDole .divPorukaOdgovorInp{
    display: grid;
    grid-template-columns: 75% 25%;
}
#divModalNovaPoruka{
    width: 35em;
    z-index: 2000;
}
#divModalNovaPoruka .divOpNovaPoruka{
    display: flex;
    flex-direction: column;
    /* padding-top: 1em; */
}
#divModalNovaPoruka .divOpNovaPoruka select,
#divModalNovaPoruka .divOpNovaPoruka input{
    font-size: 1.2em;
    margin-top: 2px;
    padding: 1px;
}
#divModalNovaPoruka .divOpNovaPoruka>div{
    display: flex;
    gap: 2px;
    flex-direction: column;
}
/* #divModalNovaPoruka  */
#divModalNovaPoruka textarea{
    resize: none;
    height: 3em;
}
#divModalNovaPoruka .divKomande{
    display: flex;
    flex-direction: row;
}
#divModalNovaPoruka .button{
    min-height: unset;
}
#divModalKorisnikDetalji{
    z-index: 2000;
}
#divModalKorisnikDetalji .divDet{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
#divModalKorisnikDetalji .divDet .divPodatak{
    border-bottom: 1px solid var(--narandzasta-providna);
}
#divModalKorisnikDetalji .divDet .spnNaslov{

}
#divModalKorisnikDetalji .divDet .spnPodatak{
    font-weight: 600;
}

.tblPrivilegije{

}
.tblPrivilegije thead{
    background-color: var(--narandzasta);
    color: var(--slova-svetla);
}
.tblPrivilegije thead .tdNaslov{
    width: 15em;
}
.tblPrivilegije thead .tdCheck{
    width: 4em;
    font-size: 0.8em;
    text-align: center;
}
.tblPrivilegije tbody tr{
    background-color: var(--pozadina-element);
}
.tblPrivilegije tbody td:first-child{
    padding-left: .3em;
}
#divModalKorisnikDetalji{
    z-index: 2000;
}
#divModalKorisnikDetalji .divKomande{
    display: unset;
}
#divModalProblem{
    min-width: 400px;
    z-index: 2000;
}
#divModalProblem .divPrijavaProblema>div>div{
    display: flex;
    flex-direction: column;
    margin: 1em;
}
#divModalProblem .divPrijavaProblema>div>div:nth-child(3){
    flex-direction: row;
    gap: 1em;
}
#divModalProblem .divPrijavaProblema>div>div input+label{
    border: 1px solid var(--narandzasta);
    width: 10em;
    padding: .2em 1em;
    text-align: center;
    box-shadow: 1px 1px 3px var(--senka);
    border-radius: .2em;
    cursor: pointer;
    user-select: none;
}
#divModalProblem .divPrijavaProblema>div>div input:checked+label{
    background-color: var(--narandzasta);
    color: var(--slova-svetla);
}
#divModalProblem .divPrijavaProblema>div>div input:not(:checked)+label+input{
    background-color: rgb(240, 240, 240);
    pointer-events: none;
}
#divModalProblem .divPrijavaProblema textarea{
    resize: none;
}
#divModalProblem .divKomande{
    flex-direction: row;
}

.spnNapomena{
    color: var(--narandzasta);
    font-style: italic;
    display: block;
}
.mainButton{
    outline: 3px solid var(--narandzasta);
    font-weight: 800;
}
menu{
    position: fixed;
    background-color: var(--pozadina-svetla);
    padding: .2em 0.2em;
    box-shadow: inset .2em .2em .7em rgba(0, 0, 0, .3),
                0 0 .5em rgba(0, 0, 0, .5);
    border: 5px solid var(--pozadina-tamna);
    border-left: none;
    border-radius: 0 .5em .5em 0;
    max-width: 2.8em;
    overflow: hidden;
    transform-origin: left;
    transition: 300ms max-width ease-in-out;
    z-index: 25;
}
menu:hover{
    max-width: 50em;
}
menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    overflow: hidden;
}
menu ul li{
    padding: .1em;
    margin: .5em 0;
    /* max-height: 1.8em; */
    height: 34px;
    overflow: hidden;
    z-index: 1;
}
.meniSel a svg{
    color: var(--narandzasta);
    width: 30px;
    height: 30px;
}
.meniSel a svg path{
    fill: var(--narandzasta);
    /* width: 30px; */
}
.meniSel a span{
    text-decoration: underline!important;
    text-decoration-color: var(--narandzasta)!important;
    text-decoration: 3px solid var(--narandzasta);
}
menu ul li:hover span{
    text-decoration: underline;
}
/* menu i{
    font-size: 1.5em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    position: relative;
} */
menu svg{
    /* font-size: 1.5em; */
    /* width: 1.2em; */
    /* height: 1.2em; */
    /* line-height: 1.2em; */
    width: 30px;
    height: 30px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    position: relative;
}
menu span{
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.3em 1em;
    letter-spacing: .1em;
    color: unset;
    text-decoration: unset;
}
menu ul li:hover{
    cursor: pointer;
}
main{
    background-color: var(--pozadina-svetla);
    color: var(--slova-tamna);
    min-height: 80vh;
    margin: 3px;
    padding: 1em 2em;
    /* font-size: var(--velicina-font);VELIČINA FONTA */
}
footer{
    background-color: var(--pozadina-tamna);
    color: var(--slova-svetla);
    min-height: 250px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
footer img{
    margin: 10px 40px;
    height: 250px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,.6));
}
footer ul{
    list-style: none;
}
footer li{
    font-size: 1.2em;
    margin: .3em 0;
}
footer svg{
    width: 20px;
    text-align: center;
    font-weight: 100;
    fill: var(--slova-svetla);
}
footer a{
    color: var(--slova-svetla);
    margin-left: 1em;
}
footer a:hover{
    text-decoration: underline;
}
@media screen and (max-width:480px) {
    ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }
    html{
        overflow-x: hidden;
    }
    body{
        overflow-x: hidden;
        /* padding: 0; */
    }
    .divModal_upozorenjePl{
        width: 80%;
    }
    header{
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        padding: .1em;
        align-items: center;
    }
    header img{
        height: 2em;
        width: 2em;
        width: unset;

    }
    header .spnTransporter{
        font-size: 2.2em;
        line-height: unset;
        margin-left: unset;
        margin: 0.1em;
    }
    .divUserMeni{
        font-size: 10px;
    }
    menu{
        display: block;
        position: unset;
        max-width: unset;
        border: unset;
        border-radius: 0;
        padding: unset;
        box-shadow: inset .2em .2em .7em rgba(0, 0, 0, .3),
                0 0 .5em rgba(0, 0, 0, .5);
        border-bottom: 1px solid black;
        overflow-x: scroll;
        margin: 5px 0;
    }
    menu ul{
        display: grid;
        grid-template-columns: repeat(13, 1fr);
        width: 160%;
    }
    menu ul li{
        display: inline-block;
        text-align: center;
        margin: .5em 0;
    }
    main{
        margin: 0;
        /* padding: 5px; */
        padding:  5px 0;
    }
    .divNaslovStr{
        padding: .3em;
        margin-top: 0;
    }
    .divCeline{
        padding: .3em .1em;
        margin: .9em 0;
        box-shadow: none;
        border-radius: 0;
    }
    .divInput{
        /* display: block; */
        display: flex;
        flex-direction: column;
        margin: .5em;
        margin-bottom: 1.5em;
        align-items: stretch;
    }
    .divInput label{
        width: 100%;
        /* display: block; */
    }
    .divInput>input,
    .stilInput{
        width: 100%;
        padding: .1em .5em;
    }
    .divInput .broj,
    .divInput .datum{
        width: 100%;
        margin: .1em 0;
    }
    .divMaliInputi{
        gap: .5em;
    }
    .divMaliInputi>.divInput{
        margin: 0!important;
    }
    .divMaliInputi>.divInput label{
        display: block;
    }
    .divMaliInputi>.divInput input{
        display: block;
        width: 100%;
        height: min-content;
    }
    #divKontrole{
        /* display: flex; */
        justify-content: space-around;
        /* gap: .5em; */
    }


    #divKontrole{
        font-size: var(--velicinaTeksta2);
        margin-top: 0;
        display: flex;
        gap: 1em;
        overflow:visible !important;
        overflow-x:visible;
    }
    .buttonBack{
        display: none;
    }

    #divModalPoruke{
        width: 99%;
    }
    #divModalKonverzacija{
        width: 99%;
    }
    .divPorukaOdgovorInp .button{
        letter-spacing: normal;
        padding: 1px;
        font-size: smaller;
    }
    #divModalNovaPoruka{
        width: 99%;
    }
    #divModalKorisnikDetalji{
        width:90%;
    }
    #divModalProblem{
        width: 98%;
        min-width: unset;
    }
    #divModalProblem .divPrijavaProblema>div>div:nth-child(3){
        flex-direction: column;
    }



    #divVozila_nosivost{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .divVozilo{
        width: 45%;
    }
    #divVozila{
        overflow:visible !important;
    
    }
    .divCeline{
        width: 100%;
    }
    footer{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    footer>div:first-child{
        display: flex;
        align-content: center;
    }
    footer img{
        width:70%;
        height: 70%;
        margin: 1em auto;
    }
    footer span{
        display: block;
        text-align: center;
        width: 100%;
        margin: 2em 0;
    }
    footer ul{
        /* width: 60%; */
        width: max-content;
        margin: 0 auto;
        margin-bottom: 3em;
        text-align: left;
    }
}
@media screen and (min-width:481px) and (max-width:768px) {
    td:has(i),
    td:has(object){
        padding: 0px .5em;
    }

    #divModalPoruke{
        width: 80%;
    }
    #divModalKonverzacija{
        width: 80%;
    }
    .divPorukaOdgovorInp .button{
        /* letter-spacing: normal; */
        /* padding: 1px; */
        /* font-size: smaller; */
    }
    #divModalNovaPoruka{
        width: 80%;
    }
    #divModalKorisnikDetalji{
        max-width:80%;
    }
    footer{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    footer img{
        margin: 10px;
        width: 80%;
        height: auto;
        aspect-ratio: 1;
    }
    footer>div:last-child ul{
        padding: 1em .1em;
    }
}
@media screen and (min-width:769px) {
    #divModalPoruke{
        width: 60%;
    }
    #divModalKorisnikDetalji{
        width: 500px;
    }
    main{
        padding: 1em 3em;
        padding-left: max(45px, 3em);
    }
    
}