/*General*/

body {
    font-family: "Roboto Condensed", sans-serif;
}


    body:not(#home) {
       
      /* background-image: url('/media/kp3jvo23/bg_abstract2.png');*/
       background-image: url('http://vm-razvoj:85/media/cujhvzrg/bg-main-sdg.png');
     
        background-size: inherit;
        background-position: center;
        background-attachment: fixed;
        background-color: rgba(255, 255, 255, 0.7); /* Beli poluprovidni sloj */
        z-index: 1; /* Ovaj sloj dolazi iznad slike */
    }

b, strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

h2 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #113873;
    line-height:48px;
}

::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p a {
color: #28a7c4 !important;
}

a, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    a:hover, .btn {
        outline: none !important;
    }


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


.img-responsive {
    width: 100%;
    height: 100%;
   /*  height: auto;
   padding: 10;
    margin-top: 20px;*/
}

.opis2 h4 {
  background: transparent !important;
}
p {
    text-align: justify;
}

/*li {
    list-style: none;
}*/


footer h4 {
  margin-bottom: 10px;
}

.izvestajdiv{
display:flex;justify-content: space-between;margin-top: 50px;
}

.w-80 {
    width:80%;
    margin:0 auto;
}
.p-20 p {
    padding: 0px 20px 0 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30p {
    margin-top: 30%;
}

.mb-15 {
    margin-bottom: 15px !important;
}



.mb-20 {
    margin-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pl-100 {
    padding-left: 100px;
}

/**/

/* Glavni kontejner */
.search-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.search-container h1 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

/* Search polje i dugme */
.search-box {
display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
    background-color: #fff;
    transition: border 0.3s ease;
   /* min-width: 500px;
      max-width: 800px;*/
      margin-top:5px;
    width: 100%;
 
}

.dropdown {
  margin-right: 20px;
}
.search-box:focus-within {
    border-color: #007bff;
}

/* Polje za unos */
.search-box input[type="text"] {
    flex: 1;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    border-radius: 50px;
    outline: none;
}

/* Dugme */
.search-box button {
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-box button:hover {
    background-color: #0056b3;
}
/**/




.block {
    background: #d9edf9;
    padding: 50px;
    border-radius: 6px;
    margin-bottom: 25px;
    opacity: 0.8;
}




/*Header css start*/

.ciljeviheader {
    margin-top: -11%;
}


.brojindikatoraheader {
    padding-top: 60px;
}

.opis h4 {
    /*margin-top: 50px;*/
    line-height: 26px !important;
    font-size: 18px !important;
    background: rgba(6, 32, 71, 0.6);
    border-radius: 6px;
    padding: 20px;
    font-weight: 300;
}

.bg-light {
    background-color: #fff !important;
    padding-top: 9px !important;
    /*padding-bottom: 17px;*/
}

.logoZavod {
    max-height: 80px;
}

.logoSdg {
    max-height: 80px;
}

.ddlJezik {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 12%;
}


.headerBg {
    background: url(/media/f24n1hdu/main-home-1.jpg) left;
    min-height: 550px;
}



.cifra {
    font-size:26px;
    font-weight:bolder;
}
.broj-indikatora {
    
font-size: 90px;
font-weight:bolder;
}


/*Header css end*/
.boxlink{
width:100%;display:flex

}


/*Menu navigation*/
#sidebar {
   margin-top: 100px;
    min-height: 100vh;
    height: 100%;
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #113873;
    display: flex;
    flex-direction: column;
}

    #sidebar.expand {
        width: 260px;
        min-width: 260px;
    }

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

    .toggle-btn i {
        font-size: 1.5rem;
        color: #FFF;
    }

.sidebar-logo {
    margin: auto 0;
}

    .sidebar-logo a {
        color: #FFF;
        font-size: 1.15rem;
        font-weight: 600;
    }

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: 16px;
    color: #FFF;
    display: block;
    font-size: 14px;
    border-left: 3px solid transparent;
}

.sidebar-link i {
    font-size: 1.3rem;
    margin-right: .45rem;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item {
    position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #3b7ddd;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown + .sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}


/*vesti*/
.sidebar {
    background: #e2e4d2 !important;
    padding: 30px !important;
    border-radius: 12px;
    margin-bottom: 40px;
}

.lista {
    padding: 0px;
}

    .lista li {
        list-style: none;
        line-height: 25px;
        border-bottom: 1px solid #caccb7;
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

.allnews {
    border-radius: 6px;
    padding: 10px 15px;
    width: 100%;
    background-color: #a1cc95;
    border: none;
}

.sidebar h4 {
    margin-bottom: 20px;
    border-bottom: 1px solid #caccb7;
    padding-bottom: 10px;
}


h4.date {
    font-size: 15px;
    font-weight: bold;
    color: #0a7baf;
    margin-top: 15px;
}

.slika-vest {
    border-radius: 10px;
    margin-bottom: 5px;
}

h3.naslov {
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 40px;
    background: #d1edf3;
    padding: 20px;
    border-radius: 6px;
    color:#333;
}

.sadrzajvesti {
    /*  padding: 40px;
  background: #eaf0e6;
  border-radius: 10px;*/
    margin-bottom: 40px;
}
/*end vesti*/

/*info*/
.siviblok{
    background: #f8f8f8 !important;
    padding: 50px;
    border-radius: 6px;
}
.sivibg {
    background: #ebf8fb !important;
    padding: 40px;
    border-radius: 6px;
}
.belibg {
    background: #fff !important;
    padding: 40px;
    border-radius: 6px;
}


.info {
    background: url(/media/lrlfqohq/bg_cover.jpg) repeat;
    padding-top: 100px;
    display: none;
}

.mw-180 {
    max-width: 180px;
    margin-bottom: 40px;
}

/**/


/**/

/*PARALLAX SECTION*/
.parallax {
    background: url(/media/lobjmew5/parallax-img-home.jpg) no-repeat center center fixed;
    min-height: 340px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 80px;
    padding-top: 50px;
    /*padding-bottom: 100px;*/
}

.parallax2 {
    background: url(/media/coodad1o/parallax3.jpg) no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 100px;
}


.parallaxcontent {
    padding-top: 50px;
    text-align: center;
}

.parallaxcontent2 {
    padding-top: 50px;
    text-align: center;
}

.parallax h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.parallax p {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    text-align: center !important;
    margin-bottom: 40px;
}

.parallax2 h2 {
    font-size: 68px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.parallax2 p {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    text-align: center !important;
    margin-bottom: 40px;
}


.targetBtn {
    min-width: 150px;
    background: #fff;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    padding: 11px 15px;
    margin: 5px;
    font-size: 15px;
    border-radius: 4px !important;
    border: none;
}

.parallaxBtn {
    min-width: 150px;
    background: #2c9de4;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 11px 15px;
    margin: 5px;
    font-size: 15px;
    border-radius: 4px !important;
    border: none;
}

    .parallaxBtn i {
        padding: 6px;
    }




/*slider*/
.slider {
    margin-top: 80px;
    margin-bottom: 80px;
    background: url(/media/5tipsr0t/bg-044.jpg) repeat;
    background-size: contain;
    background-position: center;
}


/*slider end*/

.oznacenbox {
    text-align: justify;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}

/*NEWS SECTION HOMEPAGE*/

.news {
    background: #fdfdfd;
    padding-top: 40px;
    padding-bottom: 40px;
}

   /* .news h2 {
        font-size: 48px;
        margin-bottom: 40px;
    }
*/



/* Blog 
---------------------*/
.blog-grid {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    min-height:380px;
    
    margin-bottom:20px;
}

.blog-grid .blog-info h3 {
    font-size:18px;
}
    .blog-grid .blog-img {
        position: relative;
    }

        .blog-grid .blog-img .date {
            position: absolute;
            background: #fc5356;
            color: #ffffff;
            padding: 8px 15px;
            left: 10px;
            top: 10px;
            border-radius: 4px;
        }

            .blog-grid .blog-img .date span {
                font-size: 15px;
                display: block;
                line-height: 14px;
                font-weight: 300;
            }

            .blog-grid .blog-img .date label {
                font-size: 14px;
                margin: 0;
            }

    .blog-grid .blog-info {
        padding: 30px;
        min-height: 350px;
    }

        .blog-grid .blog-info h5 {
       font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 24px;
    text-transform: uppercase;
        }

.blog-info h2 {
    font-size:24px;
    margin-bottom:20px;
    line-height: 30px;
}
            .blog-grid .blog-info h5 a {
                color: #20247b;
            }

        .blog-grid .blog-info p {
            margin: 0;
            font-size:15px;
            text-align: left;
            margin-bottom:20px;
        }

 .blog-grid a {
color: #28a7c4 !important;
 }
        .blog-grid .blog-info .btn-bar {
            margin-top: 20px;
        }


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.blog-aside .widget-body {
    padding: 15px;
}

.blog-aside .widget-title {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

    .blog-aside .widget-title h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fc5356;
        margin: 0;
    }

.blog-aside .widget-author .media {
    margin-bottom: 15px;
}

.blog-aside .widget-author p {
    font-size: 16px;
    margin: 0;
}

.blog-aside .widget-author .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-aside .widget-author h6 {
    font-weight: 600;
    color: #20247b;
    font-size: 22px;
    margin: 0;
    padding-left: 20px;
}

.blog-aside .post-aside {
    margin-bottom: 15px;
}

    .blog-aside .post-aside .post-aside-title h5 {
        margin: 0;
    }

    .blog-aside .post-aside .post-aside-title a {
        font-size: 18px;
        color: #20247b;
        font-weight: 600;
    }

    .blog-aside .post-aside .post-aside-meta {
        padding-bottom: 10px;
    }

        .blog-aside .post-aside .post-aside-meta a {
            color: #6F8BA4;
            font-size: 12px;
            text-transform: uppercase;
            display: inline-block;
            margin-right: 10px;
        }

.blog-aside .latest-post-aside + .latest-post-aside {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.blog-aside .latest-post-aside .lpa-right {
    width: 90px;
}

    .blog-aside .latest-post-aside .lpa-right img {
        border-radius: 3px;
    }

.blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px;
}

.blog-aside .latest-post-aside .lpa-title h5 {
    margin: 0;
    font-size: 15px;
}

.blog-aside .latest-post-aside .lpa-title a {
    color: #20247b;
    font-weight: 600;
}

.blog-aside .latest-post-aside .lpa-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.tag-cloud a {
    padding: 4px 15px;
    font-size: 13px;
    color: #ffffff;
    background: #20247b;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}

    .tag-cloud a:hover {
        background: #fc5356;
    }

.blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
}

.article {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin: 15px 0 30px;
}

    .article .article-title {
        padding: 15px 0 20px;
    }

        .article .article-title h6 {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 20px;
        }

            .article .article-title h6 a {
                text-transform: uppercase;
                color: #fc5356;
                border-bottom: 1px solid #fc5356;
            }

        .article .article-title h2 {
            color: #20247b;
            font-weight: 600;
        }

        .article .article-title .media {
            padding-top: 15px;
            border-bottom: 1px dashed #ddd;
            padding-bottom: 20px;
        }

            .article .article-title .media .avatar {
                width: 45px;
                height: 45px;
                border-radius: 50%;
                overflow: hidden;
            }

            .article .article-title .media .media-body {
                padding-left: 8px;
            }

                .article .article-title .media .media-body label {
                    font-weight: 600;
                    color: #fc5356;
                    margin: 0;
                }

                .article .article-title .media .media-body span {
                    display: block;
                    font-size: 12px;
                }

    .article .article-content h1,
    .article .article-content h2,
    .article .article-content h3,
    .article .article-content h4,
    .article .article-content h5,
    .article .article-content h6 {
        color: #20247b;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .article .article-content blockquote {
        max-width: 600px;
        padding: 15px 0 30px 0;
        margin: 0;
    }

        .article .article-content blockquote p {
            font-size: 20px;
            font-weight: 500;
            color: #fc5356;
            margin: 0;
        }

        .article .article-content blockquote .blockquote-footer {
            color: #20247b;
            font-size: 16px;
        }

            .article .article-content blockquote .blockquote-footer cite {
                font-weight: 600;
            }

    .article .tag-cloud {
        padding-top: 10px;
    }

.article-comment {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
}

    .article-comment h4 {
        color: #20247b;
        font-weight: 700;
        margin-bottom: 25px;
        font-size: 22px;
    }

.news img {
    min-width: 100%;
    width: 100%;
    height: auto;
}

/*NEWS SECTION HOMEPAGE END*/



.listica li {
    list-style:disc;
}

.list-unstyled li, .list-unstyled li a {
  font-size: 14px;
}

/*Footer start*/


footer {
    background: rgb(17,56,115);
    background: linear-gradient(90deg, rgba(17,56,115,1) 0%, rgba(17,56,115,1) 35%, rgba(0,212,255,1) 100%);
    padding-top: 40px;
}

.footer-logo {
    width: 200px;
}

.footer-part {
    background: #1484c4;
    min-height: 200px;
}

.footerbg {
    background: #e3e3e3;
}

.text-start.mt-20.mb-20 {
    color: #000;
}




/*kontakt*/
.kontakt-desno {
    background: #dee6d5;
    padding: 30px !important;
    border-radius: 12px;
    min-height: 250px !important;
}

    .kontakt-desno h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .kontakt-desno h5 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600;
        text-align: left;
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
    }

.soc-icons {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

    .soc-icons li {
        margin-right: 15px;
    }




.naslov {
    background: rgb(17,56,115);
    background: linear-gradient(90deg, rgba(17,56,115,1) 0%, rgba(17,56,115,1) 35%, rgba(0,212,255,1) 100%);
    text-align: center;
    padding: 40px;
    color: #fff;
    font-size: 36px;
}





/**/

.flip-container, .front, .back {
   /* width: 100%;*/
    height: 200px !important;
    width:200px !important;
    cursor: pointer;
}


/*Footer end*/

@media only screen and (max-width: 1440px) {

    .pt-150 {
        padding-top: 60px !important;
        text-align: center;
    }

    .sidebar-link i {
        font-size: 14px !important;
        margin-right: 0.25rem;
    }

    a.sidebar-link {
        padding: 10px 0px 10px 20px !important
    }

    #sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
        left: 60px !important;
    }
}




@media only screen and (max-width: 1366px) {

    /*general*/
.targetinformation {
    margin-bottom: 5px;
    display:none !important;
}

.flip-container, .front, .back {
    width:150px !important;
    height:150px !important;
}
    p {
        font-size: 14px;
    }

    h2 {
       font-size: 28px !important;
    line-height: 32px;
    }

    a.sidebar-link {
        padding: 10px 0px 10px 15px;
    }

    .logoZavod {
        max-height: 50px;
        margin-top: 15px;
    }

    .headerBg {
        min-height: 330px;
    }

    .brojindikatoraheader {
        padding-top: 10px;
    }

    .ciljeviheader {
        margin-top: 0%
    }

    .opis h4 {
        margin-top: 40px;
        margin-bottom: 30px
    }

    .headerBg h2 {
        font-size: 64px !important;
        color: #fff;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }

    .brojindikatoraheader h4 {
        text-align: center;
    }

    #sidebar {
        width: 60px !important;
        min-width: 60px;
    }
    
    


    /*.thumbnail img {
  max-width: 100%;
  width: 70px !important;
  position: absolute;
  left: 15%;
}*/
    .headerBg h4 {
        font-size: 18px !important;
        line-height: 25px !important;
    }


    h4.brojke span {
        font-size: 40px !important;
        font-weight: bold;
        text-align: left;
        display: inline-block;
        padding-top: 10px;
        margin-right: 20px;
    }


    h5.targetdescription {
        font-size: 13px !important;
    }

    .targetinformation span {
        color: #fff;
        font-size: 11px !important;
    }

    .back {
        padding: 15px !important;
    }

    .okvir {
        line-height: 25px;
        font-size: 14px;
    }
    /*news*/


    .news img {
        min-width: 100%;
        max-height: 200px;
    }

    .blog-info p {
        font-size: 12px;
    }

    .blog-grid .blog-info h5 a {
        font-size: 14px;
    }

    h5 {
        line-height: 16px;
    }

    .date {
        padding: 4px !important;
    }

    .blog-grid .blog-img .date span {
        font-size: 12px;
    }




    .parallax {
        min-height: 250px;
    }

    .parallaxcontent {
        padding-top: 0px;
    }

    .parallaxBtn {
        min-width: 130px;
        padding: 8px 6px;
        font-size: 11px;
    }
    /*footer*/

    footer h4 {
        font-size: 14px;
    }

    .list-unstyled li {
        font-size: 12px;
    }

        .list-unstyled li a {
            font-size: 12px;
        }

    .footer-logo {
        width: 120px;
    }

    .logotipifuter {
        float: right;
        width: 100%;
        display: flex;
    }

    footer p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {

    
    span.istrazivanje-izvora {
display:inline !important;
    } 
    

  
.flip-container, .front, .back {

  height: 105px !important;
  width: 105px !important;
}
    
#sidebar {
  margin-top: 150px !important;
  min-height: 100vh;

}
.sidebar-nav {
  padding: 2rem 0;
  flex: 1 1 auto;
  margin-top: 0;
}

    .logoZavod {
        width: 50%;
        /*margin-top: 50px;*/
    }

    .logoSdg {
        /*margin-top: 40px;*/
        float: right;
    margin-right: 30px;
    }

    .ddlJezik {
        max-width: 30%;
        top: 0px;
    }
}

.full-width-row {
    overflow-x: hidden;
}

    .full-width-row > div {
        margin-left: -15px;
        margin-right: -15px;
    }



/*responsive table*/

.dokumenti {
    background: #ecf2eb;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.responsive-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 16px;
}

    .responsive-table td {
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
    }

.title {
    font-weight: bold;
}

/*.download-btn {
    display: inline-block;
    padding: 6px 13px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size:13px;
    margin: 4px;
    float: right;
}

.download-btn:hover {
    background-color: #45a049;
}*/

.download-btn {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    float: right;
    margin-left: 5px;
}


    .download-btn:hover {
        background-color: #45a049;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: translateY(-3px);
    }

    .download-btn:active {
        background-color: #388e3c;
        transform: translateY(2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .download-btn i {
        margin-right: 10px;
    }


/**/


/*proba*/
.container-custom {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}
/* h2 {
            color: #333;
            font-size: 28px;
            font-weight: bold;
        }*/
.btn-custom {
    background: #3fb36c;
    color: #fff;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btn-custom:hover {
        background-color: #218838;
        transform: scale(1.05);
    }

.table th, .table td {
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table th {
    color: #333;
    font-weight: 500;
    padding: 10px 15px !important;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #ddd;
}

.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}


.ng-binding:hover {
  text-decoration: underline;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }




/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    background: #E5E9F1;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    background: #e91444;
    padding: 20px;
    /* height:315px;*/
}

    .back hr {
        color: #fff;
    }

.thumbnail {
    background: none;
    border: none;
}

    .thumbnail img {
        /*max-width: 100%;
  width: 170px;
  position: absolute;
  left: 5%;
  bottom: 6%;*/
    }


.targetinformation {
    margin-bottom: 5px;
   
}

h4.title {
    color: #fff;
    font-size: 20px;
}

.target1 {
    background: #e91444;
}

.target2 {
    background: #cf9738;
}

.target3 {
    background: #45a543;
}

.target4 {
    background: #c61c37;
}

.target5 {
    background: #ef423e;
}

.target6 {
    background: #58c8e3;
}

h5.targetdescription {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}





.targetinformation span {
    color: #fff;
    font-size: 14px;
}





.headerBg h2 {
    font-size: 110px;
    color: #fff;
    line-height: 30px;
}

.headerBg h4 {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}

.pt-150 {
    padding-top: 150px;
    text-align: center;
}



.percentage-bar {
    background: #fff;
    display: block;
    height: 50px;
    margin-bottom: 15px;
    position: relative;
    transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    -webkit-transition-property: width, background-color;
    width: 100%;
}

.title {
    color: #ffffff;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

    .title span {
        background: rgba(0, 0, 0, 0.1);
        display: block;
        height: 50px;
        line-height: 35px;
        padding: 0 20px;
        padding-top: 8px;
        text-align: center;
        font-size: 30px;
    }

.bar {
    height: 35px;
    width: 0px;
}

.percent {
    color: #ffffff;
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
}


div.percentage-bar:first-child div.title {
    background: #45a543;
}


.percentage-bar.istrazivanje span {
    background: #ef423e;
}

h4.brojke {
    text-transform: uppercase;
    margin-top: 18px;
    font-size: 18px;
    display: flex;
}

    h4.brojke span {
        font-size: 70px;
        font-weight: bold;
        text-align: left;
        display: inline-block;
        padding-top: 10px;
        margin-right: 20px;
    }

.okvir {
    background: #113873;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 40px;
}

@keyframes mymove {
    50% {
        background-position: center;
    }
}

.logotipifuter {
    float: right;
}

    .logotipifuter img {
        max-width: 120px;
    }

    .logotipifuter li {
        display: inline;
    }

.breadcrumb {
    background:transparent;
  /*  background: #113873;*/
    padding: 10px;
    color: #fff;
    border-radius: 6px;
}

.breadcrumb-item.active {
    font-weight: 300;
    color: #a2d1e7;
}

ul.whitebg li {
    list-style: disclosure-closed;
    line-height: 30px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 36px;
}

ul.whitebg li a {
  font-size: 15px;
 line-height: 30px;
}

@media only screen and (max-width: 1280px) {
    span.broj-indikatora {
            font-size: 16px !important;
    }
}


@media only screen and (max-width: 1024px) {
    span.broj-indikatora {
            font-size: 15px !important;
    }

   .container {
            max-width: 900px;
  }
    .headerBg h4 {
        font-size: 14px !important;
        line-height: 25px !important;
    }
    .cifra {
    font-size: 24px;
    font-weight: bolder;
    display:block;
}

.img-responsive {
    margin-top:0px !important;
}

.flip-container, .front, .back {
    /*width: 140px !important;
  
    max-height: 140px;*/
    height: 140px !important;
        width: 140px !important;
        cursor: pointer;
        margin: 0 auto;
    

}


.broj-indikatora {
     font-size: 50px !important;
     
    font-weight: bolder;
}

}


@media only screen and (max-width: 500px) {
    
    .dropdown-selected {
    min-width: 260px !important;
    margin-bottom: 10px;
    }
    
    table.table.table-responsive {
  background: #fff;
  min-width: 260px !important;
}

    .dropdown-menu{ min-width: 260px !important;}
    
.table > :not(caption) > * > * {
    padding:5px !important;
}

.table th {
    font-size:13px;
}
table.table.table-responsive td a {
  font-size: 13px;
}

span.istrazivanje-izvoraN {
  font-size: 12px !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  color: white;
  margin-top: 15px;
}
.search-box {
  width: 97% !important;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border:none !important;
    border-bottom: 1px solid #f3f3f3!important;
    border-radius: 0px !important;
    display: inline-flex;
  }

#jezikDropdown {
  margin-left: 15px;
}
  .container {


       /* max-width: 260px;*/
/*width: 85%;
    padding: 25px;
    margin: 0px 0px 0px 60px;*/


  }
/*  .ml-70 {
      margin-left:70px;
  }*/
  .containermainresponsive{

      margin-left: 24px;
      
  }
  
   .containermainresponsivepage {
  /*  margin-left: 20% !important;*/
   /* margin-left: 6%;
    padding: 50px;*/
  }
  
  .blog-grid {
 /* min-width: 260px;
  margin-left: 6px;*/
  }
 .containerresponsive {
      padding:0 !important;
      /*width:70%;*/
     /* min-width: 75%;
      margin-left: 75px;*/
  }
  
  .btnresponsiveizvestaj {
      width:100% !important;
      margin-bottom: 10px;
  }
  
  .btn.btn-outline-danger {
  width: 100%;
}
.blog-info h2 {
    font-size: 18px !important;
    margin-bottom: 20px;
    line-height: 30px;
}
.naslov h1{
margin: 0 auto;
    width: 100%;
    margin-left: 30px;}
.search-box {
    margin-top:10px;
    margin-bottom:10px;
}

  
  .parallax {
      margin-bottom:0px;
      margin-top: 250px;
  }
   .parallaxcontent {
    padding-top: 0px;
    margin-left: 40px;
  }
  .parallaxBtn {
    min-width: 130px;
    padding: 8px 6px;
    font-size: 11px;
    width: 60%;
  }

.flip-container, .front, .back {
/*width: 250px !important;
    height: 250px !important;*/
    cursor: pointer;
    
    
  }



.slider {
  margin: 25px;
}
.text-start.mt-20.mb-20 {
  text-align: center !important;
  font-size: 10px;
}

.logotipifuter {
    width: 100%;
    display: block;
  }

 .parallaxcontent {
    padding-top: 0px;
    margin-left: 40px;
    padding-bottom: 40px;
  }


  span.broj-indikatora {
    font-size: 12px !important;

  }
  
  span.ukupno {
      font-size:20px !important;
  }
span.dostupno-na-sajtu{
font-size: 12px !important;
  display:block;
  border-radius: 5px;
  width: 92% !important;
  /*margin-right: 3px !important;*/
  margin-top:10px;

}
.brojindikatoraheader .broj-indikatora {
  font-size: 24px !important;
}
.boxlink .broj-indikatora {
  margin-left: 10px;
}
.infocilja .slika-cilja {
  width: 100%;
}
span.istrazivanje-izvora {
  display:inherit !important;
font-size: 12px !important;
}

/*span.broj-indikatora {
    margin-left:15px;
}
*/
span.broj {
  font-size: 14px !important;
  font-weight: bolder;
  display:block;
}

.slika-cilja {
    max-width: 90% !important;
    margin-bottom: 0px;
    display: block;
    margin:0 auto;
    
}

.headerBg h4 {
  margin-left: 10px;
}
    


.logotipifuter img {
 display: block;
    margin: 0 auto;
    width: 50% !important;
}
 
  
  .boxlink{
width:100%;display:block !important}

  
  .izvestajdiv{
      display: block;
  }
  
  /*kontakt mob*/
  .belibg {
      padding:0px;
      background:none !important;
  }
  ul.whitebg li {

  line-height: 28px !important;
}
  
  .infocilja h4 {
  font-size: 12px;
}

.footer.text-white {
  text-align: center;
}
  
  .box {
      padding:25px !important;
      margin:0 auto !important;
      width:70% !important;
  }
  /**/

}


