﻿body {
    margin: 0;
}

.overlay-background {
    background: url('assets/img/nathan-dumlao-ewGMqs2tmJI-unsplash.jpg') no-repeat center center fixed;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.overlay-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46,75,107, 0.5);
    /*background-color: rgba(255,255,255, 0.5); */
    z-index: 1000;
}

.overlay-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow: auto;
}

.program {
    border: 1px solid #CCC;
    background-color: rgba(255,255,255, 0.3);
    /*background-color: rgba(66, 110, 158, 0.1);*/
    transition: background-color 0.3s ease;
    border-radius: 5px;
    color: #2e4b6b;
    font-size: 14px;
}

.grupa-programa .naslov {
    background-color: rgba(28, 55, 94, 0.5);
    color: white;
}

.program:hover {
    /*background-color: rgba(255,255,255, 0.8);*/
    background-color: rgba(28, 55, 94, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.program .gornji-podaci {
    font-size: 16px;
}

    .program .gornji-podaci .odsjek {
        font-size: 16px;
        color: #ff7f50;
    }

.program .opis {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 20px;
    color: #4d4d4d;
}

.program .donji-podaci {
    font-size: 14px;
}

    .program .donji-podaci .naslov-kategorije {
        font-weight: bold;
        text-align: right;
    }

    .program .donji-podaci .vrijednost {
        text-align: left;
        color: #4d4d4d;
        -ms-word-break: break-word;
        word-break: break-word;
    }

.features-icons {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .features-icons .features-icons-item {
        max-width: 100%;
    }

.bg-light {
    background-color: rgba(255,255,255, 0.9) !important;
}

.bordered {
    border-bottom: 2px solid #33557a;
}

.nav-link {
    color: #33557a;
}

    .nav-link:hover {
        color: #4e85c2;
    }

.nav-pills .nav-link {
    border-radius: 0;
    border-top: 5px solid transparent;
}

.nav-pills .nav-link .subtitle {
    font-size:14px;
}

    .nav-pills .nav-link.active {
        color: #33557a;
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
        border-radius: 0;
        border-top: 5px solid #33557a;
        background-color: transparent;
    }

    .nav-pills .nav-link.disabled {
        opacity: 0.7;
    }

    .nav-pills .nav-link.active:hover {
        color: #426e9e;
        border-top: 5px solid #426e9e;
    }

.btn-filter, .btn-action {
    border: 1px solid #ced4da !important;
    color: #33557a;
    background-color: white;
    text-decoration: none
}

    .btn-filter:hover, .btn-action:hover {
        border: 1px solid #ced4da !important;
        color: #426e9e !important;
        background-color: white;
        text-decoration: none;
        opacity: 0.8;
    }

.link-detalji {
    color: #ff7f50;
    text-decoration: none;
    font-weight: bold;
}

    .link-detalji:hover {
        color: #ff7f50;
        opacity: 0.8;
    }

.call-to-action {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.list-inline-item a {
    color: #33557a;
    text-decoration: none
}

.list-inline-item a:hover {
    color: #426e9e !important;
    text-decoration: none;
    opacity: 0.8;
}

.program-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

    .program-link:hover {
        color: inherit;
    }

.detalji {
    color: #2e4b6b;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

    .detalji .row .collabela {
        text-align: left;
    }

    .detalji .row .collabela {
        text-align: left;
    }

    .detalji .row .colvrijednost {
        padding-left: 5px !important;
    }

  

@media (min-width: 767.98px) {
    .detalji .row .collabela {
        text-align: right;
    }

    .detalji .row .colvrijednost {
        padding-left: 1.5rem !important;
    }
}

    .detalji .row div {
        border-bottom: 1px solid rgba(28, 55, 94, 0.1);
        padding: 5px;
    }

    .detalji .labela {
        font-weight: bold;
        font-size: 14px;
    }

.detalji .tekst {
    font-size: 14px;
    text-align: justify;
    /*border-left: 1px solid #CCC;*/
}

#Pretraga:hover, #Pretraga:active {
    border: 1px solid #ced4da;
}

#Pretraga:focus {
    border: 1px solid #ced4da;
    opacity: 0.8;
}

.form-floating label {
    color: #7d858c;
}

.form-floating textarea.form-control {
    min-height: 100px;
}

.link-prijava, .link-slanje {
    color: #ff7f50;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s ease;
    background-color: transparent;
    border: none;
}

    .link-prijava:hover, .link-slanje:hover {
        color: #ff7f50;
        opacity: 0.6;
        cursor: pointer;
    }

.field-validation-error {
    color: #D2D2D2;
    text-align: left;
    display: block;
    margin-left: 20px;
}

.grupa-kolona {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.izvedbeni .semestar {
    border: none;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .izvedbeni .semestar .naziv {
        text-align: left;
        color: #2e4b6b;
        padding-bottom: 10px;
        border-bottom: 1px solid #ced4da;
    }

.izvedbeni .grupa {
    text-align: left;
    color: #2e4b6b;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
}

.izvedbeni .podgrupa {
    text-align: left;
    color: #2e4b6b;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

.izvedbeni .lista-predmeta {
    text-align: left;
}

    .izvedbeni .lista-predmeta .naziv-predmeta {
        color: #2e4b6b;
        padding-right: 20px;
    }

    .izvedbeni .lista-predmeta .podaci-predmeta {
        color: #7d858c;
    }

input[type="search"]::-webkit-search-cancel-button {
    /* Remove default */
    /*Your new styles */
    height: 10px;
    width: 10px;
    background: red;
}

.naziv-programa {
    color: #33557a;
}
.link-kontakt-voditelja{
    font-size:14px;
}
.link-povratak, .link-kontakt-voditelja {
    color: #33557a;
    text-decoration: none;
}

    .link-povratak:hover, .link-kontakt-voditelja:hover {
        color: #426e9e;
        text-decoration: none;
    }


@media (max-width: 767.98px) {
    .mx-w-100 {
        max-width: 100% !important;
    }
}

.link-poveznica-na-detalje {
    color: #33557a;
    font-size: 14px;
    text-decoration: none;
}

    .link-poveznica-na-detalje:hover {
        color: #426e9e;
        text-decoration: none;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 767.98px) {
    #navbar_programs .nav-item {
        width: 100%;
        text-align: left;
    }

        #navbar_programs .nav-item .nav-link {
            margin-top:1px;
            padding-top: 0px;
            padding-bottom: 1px;
        }
}


    