﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



/* Customize the label (the container) */
.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}










































html {
    scroll-behavior: smooth;
}

.accordion {
    width: 100%;
}

.accordion-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    background-color: white;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

    .accordion-btn:hover {
        background-color: #f5f5f5;
    }

    .accordion-btn .icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 24px;
        text-align: center;
        background-color: #002F5F; /* tamno plava */
        color: white;
        border-radius: 50%;
        font-weight: bold;
        margin-right: 12px;
        font-size: 24px;
    }

.accordion-content {
    display: none;
    padding: 0 16px 16px 52px;
    background-color: white;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-align: justify;
}

.accordion-btn:focus,
.accordion-btn:active {
    outline: none;
    box-shadow: none;
    border: none;
}


.top-bar {
    height: 58px;
    background-color: #003399;
    width: 100%;
}

@media (max-width: 480px) {
    .top-bar {
        height: 140px;
        background-color: #003399;
        width: 100%;

    }    
}


.select {
    color: black;
    background-color: whitesmoke;
    border-width: 3px;
    border-color: white;
    height: 40px;
}

.site-header {
    background-color: white !important;
    color: #00349d;
    font-weight: 700;
}

.site-topheader {

    background-color: #003854 !important;
    color: white;
    font-weight: 500;
    text-align: right;
    padding-right: 30px;
    height:40px;
    align-content:center;
}


.btn-jezik {
    display:inline;
    color: white;
    background-color: blue;
    background-color: #003854 !important;
    font-size:x-small;
    font-family:Arial;
    border-color:none !important;
}

    .site-header .navbar {
        background-color: transparent;
        color: #00349d
    }

.site-header .navbar-brand,
.site-header .nav-link {
    color: #00349d !important;
}


    .program {
        background-color: transparent;
        color:darkblue
    }




.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }


.container1 {
    display: flex;
    justify-content:flex-start;/* ili space-around, space-evenly */
}

.div-1 {
    /* background-color: lightskyblue;*/
    padding: 15px;
    border-radius: 5px;
    border: solid;
    border-color: #003b99;
    border-width: 2px;
}


.button-container {
    display: flex; /* Raspoređuje dugmiće horizontalno */
    justify-content: space-evenly;
    /*gap: 10px; /* Razmak između dugmića (po želji) */
    align-items: center;
}

.my-button {
    padding: 8px 16px; /* Unutrašnji razmak (proširuje dugme) */
    font-size: 14px;
    font-family: Arial;
    font-weight: 800;
    background-color: white;
    color: darkblue;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap; /* Sprečava prelom teksta */
    margin-bottom: 10px;

    text-decoration: none;
    transition-duration: 0.5s;
}

.my-button:hover, .my-button:focus {
    background-color: darkblue; 
    color: white;
}



a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-link1.active, .nav-link1 {
    color: darkblue;
    background-color: white;
    border-color: none;
    
    font-size:medium;

    color: #00349d !important;
}




/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    /*position: absolute;*/
    text-align: center;
    bottom: 0;
    width: 100%;
    white-space: normal;
    line-height: 20px; /* Vertically center the text there */

    background-color: #00349d !important;
    color: white;
}

.paragraf {
    text-align:left;   
}

/*====MILENA=====*/

hmtl, body {
    overflow: unset !important;
}
.navbar {
    background-color: rgba(255,255,255, 0.94);
}

.navbar-collapse li {
    list-style-type: none;
}

.social-top a {
    display: inline;
    margin: 0 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
    line-height: 1;
}

.social-top .fa-brands:first-of-type {
    margin-bottom: 3px;
}

.social-top .fa-brands {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff !important;
}

.social-top button {
    float: right;
    display: inline;
    margin: 0 3px;
}
.top-social-left {
    padding-left:20px;
}
.top-social-left a {
    float: left !important;
}

.top-social-right a {
    display:inline!important;
    float: right !important;
    color: #fff;
    text-decoration:none;
}

.top-social-right .fas {
    color: #fff;
    margin-left: 10px;
}

.top-social-margin {
    margin-left: 10px;
}


.sticky-top {
    z-index: 1030; 
}

ul.navbar-collapse {
    padding-inline-start: 0 !important
}

.logo-main img {
    width: 180px !important;
    height: auto;
    padding: 0;
    margin-left:15px;
    margin-right:20px;
}

.navbar li, .navbar li a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #043597 !important;
    font-style: normal;
    font-weight: 800;
}
.navbar-nav {
    gap:50px;
    margin-left:-30px;
}

    .navbar-nav .active > .nav-link, .nav-link.active, .nav-link:hover {
        padding: 8px 16px;
        /*color: #fff !important;*/
        color: white !important;
        background: #003399;
    }
.navbar .text-dark > .nav-link, .nav-link.text-dark {
    color:#00349d !important;
}
    .nav-link.text-dark:hover {
        color: white !important;
        /*color: #222 !important;*/
    }
    .nav-link.text-dark.active {
        color: #222 !important;
        background: #fff;
    }

.nav-logos-small1 {
    width: 180px;
}
.nav-logos-small2 {
    width: 180px;
}

.mei {
    width: 130px !important;
    height: auto;
    padding-top: 0.2rem !important;
    margin-left: 2em !important;
   /* padding-left: 2rem !important;*/
}

.logo-eu {
    width: 120px !important;
    height: auto;
    margin-top: 1em;
    margin-left: -0.5em !important;
}

.logo-eu1 {
    width: 90px !important;
    height: auto;
    margin-top: 0.5em;
    padding-right: 1rem;
    margin-left: -0.5em !important;
}

.main {
    padding-top:250px !important;
}
footer {
    padding:1rem 1.5rem;
    background-color: #003854;
    color:#fff;
}
.copyright {
    background:#e5e5e5;
    display: table;
    width: 100%;
    margin-top: 0;
    padding:0.5rem 1rem 0 1rem;
    color:#000 !important;
}
.copyright a{
    color:#000;
}
copyright p {
    color:#000 !important;
     margin-bottom:0.2rem !important;
}
.copyright-left {
    float: left;
    margin-right: 0;
    flex-grow: 1;
    color: #000;
    font-size: 0.9rem;
}
.copyright-right a {
    float: right !important;
    color: #fff;
}
.social-footer a {
    display: inline;
    margin: 0 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    box-shadow: none !important;
    line-height: 1;
}

.social-footer .fa-brands:first-of-type {
    margin-bottom: 3px;
}

.social-footer .fa-brands {
    padding-left: 10px;
    padding-right: 5px;
    color: #000 !important;
}

.social-footer button {
    float: right;
    display: inline;
    margin: 0 3px;
}


@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media(max-width:1024px) {

    .navbar-collapse .collapse {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:980px) {
    .navbar-nav {
        gap:10px;
    }
    .navbar-nav {
        gap: 15px;
        margin-top: 20px;
        margin-left: 5px;
        background-color: #f5f5f5;
    }

        .navbar-collapse, .navbar-nav .nav-item, .navbar-nav a {
            background-color: #f5f5f5;
        }

        .navbar-nav .nav-link, .navbar-nav .nav-link.text-dark {
            margin-left: 20px;
        }

            .navbar-nav .nav-link.text-dark {
                margin-left: 20px;
                border: 0;
                background-color: #f5f5f5;
            }

            .navbar-nav .nav-link.text-dark {
                margin-left: 20px;
                border: 0;
            }

    .nav-logos-small1 {
        margin-bottom: 30px;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        border: none !important;
    }
    a.nav-link.my-bottom.active {
        margin-left:-10px;
        background: #003399;
    }
    a.nav-link.text-dark:hover {
        margin-left:20px;
    }
 
  }

@media screen and (max-width:400px) {
    .top-social-right {
        float: none !important;
    }

    .nav-logos-small1 {
        width: 150px;
        margin-bottom: 20px;
    }

    .nav-logos-small2 {
        width: 160px;
        margin-left: -20px;
    }

    .top-social-right{
        float:none !important;

}
    .top-social-right a {
        float:none;
        display:inline;
    }
    span.left-social {
        float: left;
        margin-left: -20px;
    }
    span.right-social {
        float: right;
        margin-right: -20px;
    }
        span.right-social a {
            text-decoration:none;

        } 

}
@media (max-width:364px) {
    .social-top .fa-brands {
        padding-left: 10px;
        padding-right: 7px;
        color: #fff !important;
    }
}