@font-face {
    font-family: PoiretOne;
    src: url('PoiretOne-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}


html{
    position: relative;
    min-height:100%;
}

body{
    margin-bottom: 50px;
}

/******* OMOTAC SADRZAJA ******/

#content_wrapper{
    width: 100%;
    margin: auto;
    min-height:100%;
    position: relative;
}

/********* DNO STRANE *******/
footer{
    text-align: center;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 50px;
    padding-top: 5px;
    border-top: 1px solid  #6b8e23;
}

footer .matf{
    font-family: 'Tahoma', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #444444;
}


/****** DEKORACIJA *********/
#decoration{
    background-image: url("../images/sarica.gif");
    height: 56px;
    width: 100%;
    background-repeat: repeat-x;
}


/****** NASLOV *********/
header h2{
    text-align: center;
    font-weight: bold;
    color:  #6b8e23;
    font-family: 'PoiretOne', cursive;
    letter-spacing: 2px;
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 30px;

}


/****** NAVIGACIJA ******/
#panels{
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav-link{
    color: #212529;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-link:hover{
    /*color: #fdcc52;*/
    color:  #6b8e23;

}

.nav-item a.active{
    color: white;
    background-color: #6b8e23 !important;
}

div.active{
    color: black;
    background-color: #F7F7F7;
}

.tab-pane{
    padding: 10px;
    text-align: justify;
    min-height: 100px;
}

.tab-pane div{
    color: #444444;
}

.tab-pane a{
    color:  #6b8e23;
}

/*
#o_kursu, #obaveze_studenata, #predavanja, #vezbe, #praktikumi, #obavestenja{
    border: 2px dotted #28365B;
    border-top-width: 0px;
    min-height: 900px;
    font-size: 15px;
    color: #444444;
}
*/

/******** O KURSU ***************/
#o_kursu ul{
    list-style-type: square;
}

#o_kursu ul a{
    text-decoration: none;
}

#o_kursu ul a:hover{
    cursor: pointer;
    text-decoration: underline;
}

/*****  OBAVESTENJA ***********/
.obavestenje{
    border-bottom: 1px solid  #6b8e23;
    color: #444444;
    padding: 10px;
}

.obavestenje .datum_objavljivanja{
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-align:right;
}


/******* POJEDINACNI CASOVI VEZBI I PRAKTIKUMA *******/
.practicals{
}

.practicals .title{
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}
.practicals ul{
    margin-top: 0;
}
.practicals ul li{
    list-style-type: square;
}

.practicals a:link, .practicals:visited, .practicals:active{
    text-decoration: none;
}

.practicals a:hover{
    cursor: pointer;
    text-decoration: underline;
}

.subtitle{
    font-weight: bold;
    font-size: 16px;
}
