@font-face {
    font-family: dunpOpenSans;
    src: url(./static/OpenSans/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: dunpOpenSansBold;
    src: url(./static/OpenSans/OpenSans-Bold.ttf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-image: url("pozadina.jpg");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    backdrop-filter: blur(10px);
    height: auto;

}


.shablon {
    display: grid;
    height: 100vh;
    grid-template: 2vh 2vh auto auto 1vh / 12vw 21vw 21vw 21vw 20vw;
    grid-template-areas:
        'zaglavlje zaglavlje zaglavlje zaglavlje zaglavlje'
        'navigacija program program program program'
        'navigacija program program program program'
        'navigacija program program program program'
        'futer futer futer futer futer';
    grid-gap: 10px;
    padding: 10px;

}


.zaglavlje {
    grid-area: zaglavlje;
    text-align: center;
    font-family: dunpOpenSans;
    font-size: 3vh;
    color: white;
    width: auto;
    text-shadow: 3px 3px 5px black;
    opacity: 1;

}

.naslov {
    grid-area: naslov;
    font-family: dunpOpenSans;
    font-size: 2vh;
    text-shadow: 3px 3px 5px black;
    color: white;
}

.navigacija {
    grid-area: navigacija;
    width: 15vw;


}


.program-unos {
    grid-area: program;
    width: 60%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;

}

.forma-unos {
    margin-top: 2vh;
    width: 35vw;
}


.program-tabela {
    grid-area: program;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    display: grid;


}


.info {
    grid-area: info;
    text-align: left;
    font-family: dunpOpenSans;
    font-size: 1vh;
    color: white;
    text-shadow: 3px 3px 5px black;
    opacity: 1;
}

.dunpLogo {
    padding: 5%;
    width: 12vw;
    margin-left: auto;
    margin-right: auto;
}












.futer {
    grid-area: futer;
    text-align: center;
    color: gold;
    font-family: dunpOpenSansBold;
    text-shadow: 3px 3px 5px black;
    font-size: 12px;
}


.dunp-text {
    text-align: center;
    font-family: dunpOpenSans;
    text-justify: auto;
    font-size: 4vh;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 3px 3px 5px black;
}






.nema {
    display: none;
}



.text {
    display: block;
    text-align: center;
    font-family: dunpOpenSans;
    text-justify: auto;
    font-size: 2vh;
    color: white;
    margin: 0px;
    width: auto;
    padding: 0px;
    text-shadow: 3px 3px 5px black;
    opacity: 1;
}


.evidencija {
    background-color: transparent;
    height: 100%;
    width: 100%;
    margin: auto;
    opacity: 0.9;
    display: grid;
}






/* CHITANJE PODATAKA */
.tabelaEvidencija {
    overflow: auto;
    width: 100%;
    height: 85vh;
    overflow-y: scroll;
}

#evidTabelaId {
    border-collapse: collapse;
    width: 100%;
    height: auto;
}

#evidTabelaId th {
    position: sticky;
    top: 0;
    /* background-color: #fff; Podesite boju zaglavlja */
    z-index: 1;
}



.pretraga {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

table {
    background-color: white;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;

}

table th tr td {
    box-shadow: 15px 15px 20px black;
}

th {
    background-color: rgb(43, 49, 43);
    color: white;
    font-family: dunpOpenSansBold;
}

th,
button {
    cursor: pointer;
}


#pretragaId {
    background-image: url('./pretraga.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    /* width: 100%; */
    font-size: 12px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    font-family: dunpOpenSans;
}

#evidTabelaId {
    border-collapse: collapse;
    /* width: 100%; */
    border: 1px solid #ddd;
    font-size: 12px;
}

#evidTabelaId th,
#myTable td {
    text-align: left;
    padding: 12px;
}

#evidTabelaId tr {
    border-bottom: 1px solid #ddd;
    font-family: dunpOpenSans;
}

#evidTabelaId tr.header,
#evidTabelaId tr:hover {
    background-color: #f1f1f1;
}

.stranice {
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
}

button {
    padding: 5px;
    margin: 3px;
}


.textNaslov {
    margin: 0%;
    padding: 0%;
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
}



.datum {
    margin: 0%;
    margin-left: 3%;
    padding: 0%;
    text-align: left;
    font-size: 4vh;
    font-weight: bold;
}

.ukupnoZauzeto {
    margin: 0%;
    padding: 0%;
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
}

.sat {
    margin: 0%;
    margin-right: 3%;
    padding: 0%;
    text-align: right;
    font-size: 4vh;
    font-weight: bold;
}

label {
    color: white;
    text-shadow: 1px 1px 3px black;
    font-size: 14px;
    font-weight: bold;
    font-family: dunpOpenSans;
}

input {
    padding: 1%;
    margin: 1%;
    font-size: 12px;
    font-weight: bold;
    font-family: dunpOpenSans;
    width: 100%;
}







.tipSobe {
    padding: 1%;
    margin: 1%;
    font-size: 12px;
    font-weight: bold;
    font-family: dunpOpenSans;
    width: 100%;
}


.ispravan {
    padding: 1%;
    margin: 1%;
    font-size: 14px;
    font-weight: bold;
    font-family: dunpOpenSans;
    width: 100%;

}

.brojCasova {
    margin-top: 6px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: dunpOpenSans;
    width: 90%;
    height: 76%;

}

.dugmeSacuvaj {
    font-weight: bold;
    font-size: 14px;
    width: 140px;
}

.dugmeDodaj {
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    font-family: dunpOpenSans;
    font-size: 12px;
    width: 140px;
    color: black;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}

.dugmeDodaj:hover {
    opacity: 0.8;
}

.dugmeNavigacija {
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    font-family: dunpOpenSans;
    font-size: 2vh;
    width: 12vw;
    color: black;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}

.dugmeNavigacija:hover {
    opacity: 0.8;
    color: red;
}


.dugmeStampaj {
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    font-family: dunpOpenSans;
    font-size: 2vh;
    width: auto;
    color: black;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    margin-left: 10px;

}

.dugmeStampaj:hover {
    opacity: 0.8;
    color: red;
}

.dugmeObrisiRed {

    cursor: pointer;
    color: red;
    caret-color: red;
    /* cursor: url(http://findicons.com/files/icons/1840/free_style/128/hand.png) 4 12, auto; */


}




.prikazano {
    display: block;
}


.skriveno {
    display: none;
}


.triU1 {
    display: grid;
    width: 100%;
    grid-template: 1fr / 1fr 2fr 2fr;
    padding: 5px;
}

.dvaU1 {
    display: grid;
    grid-template: 1fr / 6fr 1fr;
    padding: 5px;
}

.razmak {
    margin-left: 10px;
    margin-right: 10px;
}


.napomena {
    display: grid;
    grid-template: 1fr 5fr / 1fr;
    padding: 2px;
    
}

.promenjiva-sirina {
    resize: both;
    overflow: auto;

  }
  



.logovanjeForma {
    width: 30vw;
    height: 58vh;
    margin-left: auto;
    margin-right: auto;
}

.zaboravljenaLozinka {
    color: white;
    text-decoration: none;
    font-size: small;
    font-family: dunpOpenSansBold;
    text-shadow: 3px 3px 5px black;
}

.korisnikInfo {
    padding-left: 7%;
    color: white;
    font-size: 1.3vh;
    font-family: dunpOpenSansBold;
    text-shadow: 3px 3px 5px black;
}

