@font-face {
    font-family: Cunia;
    src: url(font/Cunia.ttf);
}

.baseColor {
    color: var(--primarycolor) !important;
}

.baseColorBackground {
    background-color: var(--primarycolor) !important;
}

.baseFont {
    font-family: "Cunia", "Montserrat", sans-serif;
}

.jeleTitle {
    font-family: "Cunia", "Montserrat", sans-serif;
    font-size: 2em;
}

.copyright {
    font-family: "Cunia", "Montserrat", sans-serif;
}

#programHeaderIcon {
    font-size: 2em;
}

main > div.container-fluid {
    min-height: 600px;
}

.initials {
    font-size: 18px;
}

.searchIcon {
    font-size: 1.5em;
    padding-top: 5px;
}

.iconNew {
    font-size: 2em;
    margin-right: 10px;
    color: #109d19;
    cursor: pointer;
}

.poruka-lg {
    margin-top: 10px;
    margin-left: 10px;
}

.brisanjeStavke {
    color: red !important;
    font-size: 2em;
}

.autocompete-select {
    padding-top: 5px;
}

.nazivListe {
    padding-top: 7px;
}

.stavka-autocomplete {
    margin-bottom: 10px;
    padding: 5px;
}

ul.pagination > li.active {
    font-weight: bold;
    text-decoration: underline;
}

.geskaAutocomplete {
    color: red;
}

#header-fix .dropdown-menu {
    min-width: 320px;
}

#education_form_times label {
    display: none;
}
#education_form_participants {
    display: none;
}

.input-error {
    color: red !important;
}

.logoFix {
    white-space: no-wrap;
    display: inline-flex;
    flex-wrap: wrap;
}

.logoFix svg {
    width: 78px;
}

.logo-text {
    position: absolute;
    left: 90px;
    top: 23px;
}

#header-fix .logo-bar {
    width: 250px;
!important;
}

.container-iframe {
    width: 600px !important;
    height: 400px !important;
}

@media only screen and (max-width: 600px) {
    .logo-text {
        display: none;
    }

    #header-fix .logo-bar {
        width: 150px;
    }
}

@media only screen and (max-width: 640px) {
    .container-iframe {
        width: 300px !important;
        height: 600px !important;
    }
}

@media only screen and (max-width: 500px) {
    #header-fix .logo-bar {
        width: 100px !important;
    }
    .nav-bar-home-icon {
        display: none !important;
    }
}

@media only screen and (max-width: 800px) {
    .role-name-header {
        display: none;
    }

    .test-alert-header {
        display: none;
    }
}


#institution_form_points label {
    display: none;
}

#other_education_form_points label {
    display: none;
}

.evaluation-box {
    max-width: 100% ;
}

@media only screen and (max-width: 800px) {
    .evaluation-box {
        max-width: 320px;
    }
}

#statistic-graph {
    max-width: 600px;
    margin: auto;
}

@media only screen and (max-width: 660px) {
    #statistic-graph {
        margin: 0px;
    }
}