:root {
    --BG_uni-plava: #023777;
}

body {
    background-color: #f6f6f6;
    position: relative;
    overflow-x: hidden;
}

/*.row {
	margin-right: 15px;
	margin-left: 15px;
}*/
.h1,
h1 {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.h2,
h2 {
    font-size: 1.5rem;
}
.h3,
h3 {
    font-size: 1.3rem;
    text-align: left;
}
a {
    overflow-wrap: break-word;
}
a:hover{
    text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 400px) {

    .h1,
    h1 {
        font-size: 1.9rem;
    }
}

ol {
    text-align: justify;
}

/*HEADER*/
.sticky-top {
    /*position: unset;*/

}

#language {
    display: flex;
    justify-content: flex-end;
}

#language ul {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
}

#language ul li a {
    font-size: 23px;
    color: white;
}

@media (min-width: 992px) {
    #language ul li a {
        font-size: 13px;
        color: #333;
    }
}

.quick_links {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #285388;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #002e65;
}

.quick_links a {
    color: white;
    text-decoration: none;
}

#header-rectorate {
    min-height: 80px;
    position: relative;
    top: 46px;
    /*background-image: url(../pic/rectorate.png);*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media screen and (min-width: 0px) and (max-width: 502px) {
    #header-rectorate {
        display: none;
    }

    /* don't show it on small screens */
}

/*!HEADER!*/
/*NAVIGACIJA*/
#pretraga {
    margin-top: 8px;
    width: 220px;
    float: right;
    position: relative;
    padding-top: 4px;
}

.nav-item {
    border-top: 1px solid #285388;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #023777;
    background-color: #efefef;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #023777;
}

.navbar-brand {
    margin-left: 0;
}

.nav-link {
    /*OVERRIDE .nav-link bootstrap-a*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 24px !important;
    height: 50px;
    color: white !important;
}

@media (min-width: 992px) {

    .dropup,
    .dropdown {
        position: static;
    }

    .nav-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        color: white !important;
        font-size: 18px;
    }

    .nav-link:hover + .dropdown-menu_fullWidth {
        display: block;
    }

    .dropdown-menu_fullWidth {
        position: absolute;
        width: 100%;
        z-index: 9999;
        float: left;
        text-align: left;
        border-top: none;
        display: none;
        left: 0;
        padding: 0;
        top: 100%;
    }

    .dropdown-menu_fullWidth:hover {
        display: block;
    }

    .dropdown-menu_fullWidth li {
        list-style: none;
    }

    .nav-item {
        border: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    [aria-labelledby='clanice_toggle'] .podmeni {
        height: 580px;
    }

}

.navbar-dark .navbar-toggler {
    color: #4d90fe00;
    border-color: #4d90fe;
    margin-bottom: 2px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin-top: 5px;
}

.navigacija_glavni {
    background-color: #023777;
}

.navigacija {
    padding: 0 !important;
    background-color: #023777;
}

#header-logo {
    padding-top: 15px;
}

#language {
    /*float: right;*/
    font-size: 12px;
}

#language ul li,
#grupe_korisnika ul li {
    display: inline-block;
    padding-right: 5px;
}

#language ul li a {
    font-weight: bold;
    background-color: transparent!important;
    padding: 0!important;
}

#grupe_korisnika ul li a {
    color: white;
}

#grupe_korisnika {
    /*background-image: url(/pic/triangle5.png);
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 27px;
    color: white;
    height: 33px;
	position:relative;*/
    background: #023777;
    background-repeat: no-repeat;
    height: 33px;
    position: absolute;
    right: 100px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;

}

#grupe_korisnika > ul {
    /*background-color: #023777;
    border-radius: 0px 0px 30px 30px;
	padding:0px 13px 4px 13px;
	width: fit-content;*/
    text-decoration: none;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 1px;
    color: #fff;
    font-size: 13px;
    margin-left: 0px;
}

#container-header {
    background-color: white;
}

#header_line {
    width: auto;
    height: 3px;
    background-color: #023777;
}

#header_content {
    width: auto;
    height: 115px;
    margin: 0 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

@media (min-width: 992px) {
    #header_content {
        margin: 0 auto;
    }
}

.search {
    background-size: contain;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: relative;
    background-size: contain;
    margin-right: 10px;
    background-image: url(../pic/search_red.png);

}

.search input {
    height: inherit;
    margin: 0;
    padding: 0;
    width: 0;
    border: 0;
    position: absolute;
    right: 40px;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39), 0 -1px 1px #023777, 0 1px 0 #023777;
}

.search a {
    width: 100%;
    height: 100%;
}

.navigacija_glavni nav {
    padding: 0 15px 0 15px;
}

.module_left {
    display: flex;

}

.module_right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*padding: 17px;*/
}
/*@media (max-width: 500px){
    .module_right{
        display: none;
    }
}*/
@media (min-width: 992px) {
    .navigacija_glavni {
        background-color: #023777;
    }

    #language ul {
        margin-left: 0;
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
    }
}

.podmeni h3 {
    line-height: 30px;
    margin-top: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-left: 40px;
    letter-spacing: 0.7px;
    padding-bottom: 8px;
    width: 100%;
}

.podmeni a {
    display: block;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: black;
    padding-top: 3px;
    margin-left: 40px;
    letter-spacing: 0.7px;
    padding: 3px;
    /*border-bottom: 1px solid #DDD;*/
    text-decoration: none;
    margin-right: 40px;
    width: 100%;
}

.podmeni_group li a:hover {
    font-weight: bolder;
    text-decoration: none;
}

.podmeni li {
    list-style-type: none;
}
/*a.activeMenuItem {
    background-color: #023777!important;
    font-weight: bolder !important;
    color: white !important;
    padding: 5px !important;
    border-radius: 2px;
    
}*/
.podmeni {
    background-color: red;
    position: relative;
    height: auto;
    display: flex;
    margin: 0 0 0 0;


    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition-delay: 0.05s;
    transition-duration: 0.3s;

    overflow: hidden;
    background: #f9f9f9;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    min-height: 470px
}

.podmeni > div {
    padding: 0 !important;
}

.clanice_meni {
    position: static;
    padding: 0 !important;
}

.clanice_meni a {
    margin-left: 0px;
}

.clanice_meni a:hover + .clanice_panel {
    display: flex;
}

.clanice_panel {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: white;
    position: absolute;
    overflow: hidden;
}

.clanice_meni > ul > li:first-child .clanice_panel {
    display: flex;
}

.clanice_meni > ul > li:hover {
    background-color: white;
}

.clanice_panel:hover {
    display: flex;
}

.clanice_panel h3 {
    margin-left: 0px;
}

.clanice_panel .podmeni_group {
    display: flex;
    flex-direction: column;
}

.clanice_panel .podmeni_group a {
    text-decoration: none;
    line-height: 23px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: black;
    padding-top: 3px;
    letter-spacing: 0.6px;
    /*float: left;*/
    border-bottom: 1px solid #DDD;
    white-space: wrap;
}

.clanice_panel .podmeni_group a:hover {
    background-color: #F5F5F5;
    border-radius: 3px;
}

.clanice_panel .podmeni_group .podnaslov h3 {
    width: 200px;
    line-height: 20px;
    margin-bottom: 8px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #372f2b;
    text-transform: uppercase;
    text-align: left;
    padding-left: 0px !important;
}

#tabela-bib a {
    display: flex;
    margin-left: 0;
    float: none;
    border-bottom: none;
}

#tabela-bib li {
    display: flex;
}

#tabela-bib td {
    letter-spacing: 0.6px;
    line-height: 32px;
}

#pcNavigation .dropdown-menu {
    padding: 0;
    border: none;
}

.sticky-top .navbar-brand {
    display: block;
}

@media (min-width: 992px) {
    .sticky-top .navbar-brand {
        display: none;
    }
}

/*td {
	padding: 10px;
}
th {
	padding: 10px;
}
.table td, .table th{
	vertical-align: middle;
}*/
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: 0.255em;
}

.revert_arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    margin-top: 0.255em;
}
a.menuitem.submenuheader.dropdown-toggle::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: initial;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    margin-top: 0.255em;
    color: #007bff;
}
/*!NAVIGACIJA!*/
/*SLIDER*/


#bx-pager {
    height: 200px;
}

.slajd_tekst {
    color: black;
    height: 200px;
    overflow: hidden;
    background-color: white;
}

.slajd_tekst h2 {
    color: white;
    background-color: #023777;
}

.slajd_tekst h2 a {
    color: white;
}

.slajd_tekst_relative {
    position: relative;
}

#bx-pager {
    width: 100%;
    right: 0px;
}

.bx-wrapper {
    margin-top: 0px;
}

.bx-wrapper li .info {
    font-family: 'Noto Sans', sans-serif;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
    padding: 0px !important;
    margin: 0 !important;
    z-index: 1;
}

.info p {
    width: 84%;
    font-size: 14px;
}

.info-mobile-container {
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.info-mobile {
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    background-color: white;
    width: 100%;
    padding: 15px;
}

.info-header h2 {
    text-align: left;
    background-color: white;
    margin-bottom: 0;
    height: 100%;
}

.info-header h2 a {
    color: #023777;
    text-decoration: none;
}

.info-header {
    padding: 0;
}

.info-body {
    padding: 0;
    background-color: white;
}

.info-body .info {
    margin: 0;
    text-align: left;
}

#slider1_container .info {
    position: absolute;
    z-index: 100;
    font-family: 'Noto Sans', sans-serif;
    position: absolute;
    right: 69px;
    left: auto;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
    margin: 0 !important;
    z-index: 1;
    color: white;
    padding: 15px;
}

#slider1_container .info h2 {
    font-size: 22px;
    text-shadow: #666 2px 2px 2px;
    color: #fff;
    padding: 5px;
    margin: 0;
    font-style: normal;
    font-weight: 100;
    padding-bottom: 10px;
}

#slider1_container .info h2 a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.jssor-pager {
    display: flex;
    flex-direction: row;

}

.bg-red {
    background-color: #12306db0;
}

.bg-blue {
    background-color: #1d2129bf;
}

.bg-lblue {
    background-color: rgba(48, 163, 207, 0.75);
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

#bx-pager ul {
    width: 100%;
}

#bx-pager div {}

#bx-pager div a {
    text-decoration: none;
    display: block;
    height: 70px;
    font-size: 90%;
    width: 100%;
}

#bx-pager .slajd_tekst h2 {
    height: 70px;
}

.pagerItem a.active:after {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid white;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    content: '';
    bottom: 60px;
    left: 35%;
    z-index: 100;
}

.pagerItem {
    position: relative;
    height: auto;
    background-color: #F9F9F9;
    border-bottom: 0.5px solid #E0E0E0;
    border-right: 0.5px solid #E0E0E0;
    border-left: 0.5px solid #E0E0E0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pagerItem a {
    font-size: 80%;
    padding: 10px 5px 10px 5px;
    height: 100%;
    width: 100%;
}

.pagerItem a.selected {
    /*background-color:white;*/
    font-weight: bold;
}

.pagerItem a.selected::after {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #f9f9f9;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    content: '';
    top: -10px;
    left: 35%;
    z-index: 100;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }


}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .pagerItem {
        position: relative;
        height: auto;
        width: 20%;
    }

    #bx-pager {
        height: auto;
    }

    .bx-wrapper {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

#container-slider {
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 768px) {
    #container-slider {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /* padding: .01rem .75rem; */
    font-size: 1rem;
    padding: 0 7px 2px 7px;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #357ae8;
    border-color: #357ae8;
    margin-bottom: 5px;
    white-space: normal;
}

/*!SLIDER!*/
/* SEARCH BAR U NAVIGACIJI */
.gsc-input-box {
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 27px;
    border-radius: 3px;
}
@media screen and (min-width: 0px) and (max-width: 500px){
  .gsc-input-box {
    height: 40px;
}  
#___gcse_0{
    margin-top: 15px;
}
}

#pretraga table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

#pretraga .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}

#pretraga .cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    left: 189px !important;
    margin-top: 2px !important;
    padding: 5px !important;
    position: absolute !important;
    top: 4px !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: #023065 !important;
    border: 1px solid #023065 !important;
    padding: 0 !important;
}

input.gsc-input {
    font-size: 15px !important;
    color: #333 !important;
    width: 100% !important;
    background-color: transparent;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
    padding: 0 !important;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    font-size: 17px !important;
    padding-bottom: 4px !important;
    text-decoration: none !important;
    color: #023555;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
    color: #023777 !important;
    padding-bottom: 3px !important;
}

#pagination {
    background: url("/images/bg-box-4col-pagination.png") no-repeat scroll -1000px 0 transparent;
    display: block;
    margin: 0 auto;
    padding-top: 9px;
    position: relative;
    width: 900px;
}

#pagination li a.next {
    background: url("/images/sprite.png") no-repeat scroll -290px -394px transparent;
    text-indent: -5000px;
    width: 10px;
}

#pagination li a,
#pagination li span {
    border-right: 1px solid #565656;
    color: #FFFFFF;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px;
}

#pagination a {
    color: #FFFFFF;
    font-weight: bold;
}

#gs_tti0 {
    /* Uklanjanje slicice G prilagodjena pretraga */
    background-image: none !important;
    background-color: #FFF;
}

/*NEWS*/
#container-news {
    background-color: #f6f6f6;
    padding-right: 0;
    padding-left: 0;
}

#dogadjaji {
    display: none;
    flex-direction: column;
    /*justify-content: flex-end;*/
}

#dogadjaji > .row {
    margin-left: 0px;
    margin-right: 0px;
}

#dogadjaji h1 {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
}
}

@media (min-width: 768px) {
    #container-news {
        padding-right: 22px;
        padding-left: 24px;
    }
}

.actual-news {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 5px;
}

.actual-news span {
    padding: 0px 2px 1px 5px;
    line-height: 15px;
    font-size: 26px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    float: left;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .actual-news span {
        margin-left: 35px
    }
}

.kockica a {
    padding: 0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*!NEWS!*/
/*DUGMICI*/
.dugmic {
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    display: flex;
    background-color: #0f4d96;
    text-align: center;
    margin-bottom: 10px;
    font-size: 120%;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.dugmic a {
    color: white;
    text-decoration: none;
    width: 100%;
    line-height: 1.2rem;
}

#dugmici-background {
    background-color: #ebebeb;
    padding-bottom: 28px;
    padding-top: 35px;
}

/*#container-dugmici{
	background-color: #f6f6f6;
	margin-top:50px;
	margin-bottom:10px;
}*/
/*!DUGMICI!*/
/*FOOTER*/
#copyright-container {
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #012c61;
    width: 100%;
    position: relative;
}

/*#container_footer{
	color: #E6E6E6;
    clear: both;
    -webkit-box-shadow: 0 0 5px 2px #CCC;
    -moz-box-shadow: 0 0 5px 2px #CCC;
    box-shadow: 0 0 5px 2px #CCC;
    font-family: 'Noto Sans', sans-serif;
    background: #023777;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #023777 0%, #022b5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023777), color-stop(100%,#022b5b));
    background: -webkit-linear-gradient(top, #023777 0%,#022b5b 100%);
    background: -o-linear-gradient(top, #023777 0%,#022b5b 100%);
    background: -ms-linear-gradient(top, #023777 0%,#022b5b 100%);
    background: linear-gradient(to bottom, #023777 0%,#022b5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023777', endColorstr='#022b5b',GradientType=0 );
}*/
#container_footer {
    color: #E6E6E6;
    clear: both;
    -webkit-box-shadow: 0 0 5px 2px #CCC;
    -moz-box-shadow: 0 0 5px 2px #CCC;
    box-shadow: 0 0 5px 2px #CCC;
    font-family: 'Noto Sans', sans-serif;
    background: #023777;
    background: -moz-linear-gradient(top, #023777 0%, #022b5b 100%);
    background: -o-linear-gradient(top, #023777 0%, #022b5b 100%);
    background: -ms-linear-gradient(top, #023777 0%, #022b5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023777', endColorstr='#022b5b', GradientType=0);
}

#container_footer ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    /*margin-left: 40px;*/
    margin-bottom: 30px;
}

.card-body ul {
    margin-left: 40px;
}

#container_footer h3 {
    font-size: 145%;
    margin-bottom: 20px;
    border-bottom: 2px solid #002b5e;
    padding-bottom: 10px;
    letter-spacing: 0.6px;
    font-weight: 200;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    #container_footer h3 {
        margin-top: 20px
    }
}

#container_footer ul li a {
    color: #9bb1cf;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.6px;
}

#container_footer ul li a:hover {
    text-decoration: none;
}

#container_footer .container .row {
    padding-top: 25px;
}

/*#copyright-container{
	background-color: #023777;
}*/
.container {
    height: 100%;
}

#social-f {
    height: 28px;
    overflow: hidden;
    margin-top: 10px;
    padding-right: 30px;
    margin-bottom: 40px;
}

.vest-deli_i_stampaj {
    /*height: 84px;
    overflow: hidden;
    display: inline-grid;*/
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

#social-f img:hover {
    margin-top: -60px;
}

#contact p {
    color: #9bb1cf;
    font-size: 14px;
    line-height: 10px;
}

/*!FOOTER*/
/*VESTI*/
.vestiContainer {
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.vest {
    height: 400px;
    color: #666;
    margin-bottom: 30px;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.vest_thumb a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.vest_thumb {
    display: flex;
    align-items: center;
    height: 200px;
    width: 100%;
    overflow: hidden;
    background-color: white;
}

.vest_thumb_image {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.naslov {
    color: #333;
    text-align: center;
    height: 30%;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 13px;

    font-size: 14px;
    font-weight: bold;
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.6px;
}

.opis {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    height: 55%;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
}

.vest_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    height: 10%;
    font-size: 0.9rem;
}

.twitter-share-button {
    margin-right: 9px !important;
    margin-left: 19px !important;
}
.btn-o {
   border-radius: 3px !important;
}
.fb_iframe_widget {
    /*margin-left: 8px;
	float: right;*/
    margin-right: 8px;
}
.fb-like span {
    height: 20px !important;
    margin-left: -20px !important;
    margin-right: -30px !important;
}
@media screen and (min-width: 0px) and (max-width: 990px) {
    .fb_iframe_widget {
        margin-left: 2px;
    }
}

@media screen and (min-width: 0px) and (max-width: 900px) {
    .vest_footer {
        font-size: 11px;
        margin-left: 7px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    .vest_footer {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.vest_inner {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    height: 100%;
    box-shadow: 0 0 2px 1px #ccc;
}

.vest_main {
    max-width: 100%;
    height: 200px;
    width: 100%;
    background-color: white;
}

.loading {
    width: 100%;
}

.loadingContainer {
    width: 20%;
}

/*!VESTI!*/
/*DOGADJAJI-WIDGET*/
.events {
    height: auto;
    width: 100%;
    position: relative;
    right: 0;
    top: 50%;

}

.events-header {
    /*display: flex;*/
    justify-content: space-around;
    /*align-items: center;*/
    text-align: center;
    color: white;
    background-color: #023777;
    /*border-radius:20px 0px 0px 0px;*/
    //border-style: solid;
    //border-width: 0px 0 50px 25px;
    //border-color: transparent transparent #023777 transparent;
}

.events-header > h3,
.events-header > a {
    //margin-bottom:-45px;
    margin-left: 10px;
    text-align: center;
}

.events-main {
    padding-left: 30px;
    background-color: white;
    border: 1px solid #023777;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 35px solid #023777;
    ;
}

.event-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.event {
    height: fit-content;
}

.event-title_event-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #023777;
}

.event-time {
    font-size: 13px;
    color: #6C6C6C !important;
    font-weight: bold;
}

.event-title a {
    font-size: 16px;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    color: #023777;
}

.event-date-square {
    background-color: #023777;
    height: 75px;
    width: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.event-date-square a:nth-child(1) {
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.event-date-square a:nth-child(2) {
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.events-handle {
    position: absolute;
    left: -35px;
    top: 33%;
    //background-color:#023777;
    height: 150px;
    width: 25px;
    cursor: pointer;

}

@media (min-width: 992px) {
    .events {
        position: fixed;
        right: -300px;
        width: 400px;
        z-index: 100000;
        height: fit-content;
    }
}

/*!DOGADJAJI-WIDGET!*/
/*DOGADJAJI-STRANA*/
#container-events {
    background-color: white;
    /*border-radius: 25px;*/
}

#container-events > h1 {
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.event {
    background-color: white;
    margin-bottom: 5px;
    margin-top: 5px;

}

.event-title {
    margin: unset;
}

.pagination_item {
    /*border: 1px solid #023777;
    width: fit-content;
    min-width: 26px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    color: #023777;
    align-items: center;
    background-color: white;*/
    border: 1px solid #ddd;
    display: inline-flex;
    justify-content: center;
    color: #428bca;
    align-items: center;
    background-color: white;
    margin: 0 5px;
    text-decoration: none;
    padding: 6px 12px;
}

a.pagination_item:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    text-decoration: none;
    padding: 6px 12px;
}

.vesti-pagination {
    width: 100%;
    justify-content: center;
    display: flex;
    padding-bottom: 30px;
}

.vesti-pagination > div {
    text-align: center;
}

/*!DOGADJAJI-STRANA!*/
/*DOGADJAJ*/
#container-dogadjaj {
    height: 1200px;
    background-color: white;
    padding: 40px 40px 0px 40px;
}

.event-header h2 {
    line-height: 30px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: normal;
}

.event-header {
    margin-bottom: 40px;

}

.event-main tr td:nth-child(2) {
    padding-left: 35px;
}

.events-navigation {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.events-navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.events-navigation .previous {
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background: transparent url(http://www.bg.ac.rs/pic/elements.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background-position: -20px -35px;
}

.events-navigation .next {
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background: transparent url(http://www.bg.ac.rs/pic/elements.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background-position: -70px -35px;
}

/*!DOGADJAJ!*/
/*PAGE NAVIGATION*/
#page_navigation {
    background-color: white;
}

/*!PAGE NAVIGATION!*/

/*POJEDINACNA VEST*/
.content figure img {
    width: 100%;
}

.content figcaption {
    text-align: center;
    background-color: #97a4b924;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    /*text-align:center;
	background-color:#ECECE4;
	font-size:13px;*/
}

.content p {
    text-align: justify;
}

.content .glosa {
    font-size: 20px;
    font-style: italic;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 25px;
    background-color: #97a4b924;
    padding: 10px 10px 10px 15px;
    width: 250px;
    border-radius: .25rem;
    float: right;
    margin: 0 0 20px 26px;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .content .glosa {
        display: none;
    }
}

/*.content .glosa{
	font-size: 20px;
    font-style: italic;
    text-align: left;
    font-family: Georgia,'Times New Roman',Times, serif;
    line-height: 25px;
    background-color: #E6E6E6;
    padding: 10px 10px 10px 15px;
    width:250px;
	float:right;
	margin: 0 0 20px 26px;
}*/
#container-vest {
    background-color: white;
    padding-bottom: 80px;
}

.border_bottom-blue {
    border-bottom: 1px solid #023777;
}

.social hr {
    width: 80%;
    margin-left: 0;
}

.vest-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.vest-navigation .previous {
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background: transparent url(http://www.bg.ac.rs/pic/elements.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background-position: -20px -35px;
}

.vest-navigation .next {
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background: transparent url(http://www.bg.ac.rs/pic/elements.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background-position: -70px -35px;
}

/*!POJEDINACNA VEST!*/
/* ZAJEDNICKI MENI */
a.menuitem {
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
    /*width: fit-content;*/
    /*width: 200%;*/
    padding: 15px 100% 15px 10px;
    line-height: 19px;
    text-decoration: none;
    border-bottom: 1px solid #DDD;
    letter-spacing: 0.6px;
    /*white-space: normal;*/
}

.submenu ul li a {
    display: block;
    font: normal 14px 'Noto Sans', sans-serif;
    color: #333;
    text-decoration: none;
    padding: 5px 10px 5px 0px;
    margin-left: 30px;
    letter-spacing: 0.4px;
    white-space: normal;
    border-bottom: 1px solid #DDD;

}

.submenu {
    display: none;
}

.stranica_vertikalni_meni {
    /*max-width: 320px;*/
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0;
    background-color: white;
    z-index: 1;
    white-space: nowrap;
    -webkit-box-shadow: 5px 0px 9px 0px rgba(0, 0, 0, 0.58);
    box-shadow: 5px 0px 9px 0px rgba(0, 0, 0, 0.58);
}

.stranica_vertikalni_meni > .close {
    padding-right: 15px;
}

.stranica_vertikalni_meni > button {
    /*width:100%;*/
    float: none;
    text-align: right;
}

.stranica_vertikalni_meni > button > span {
    font-size: 40px;
}

.meni-toggler {
    border: 1px solid #023777;
    float: left;
    margin-left: 5px;
}

.meni-toggler span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2,55,119, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.stranica_vertikalni_meni-relative {
    position: relative;
    width: 0px;
    height: 200%;
    //overflow:hidden;
    padding: 0;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .stranica_vertikalni_meni {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    a.menuitem {
        padding: 7px 100% 7px 10px;
        font-size: 14px;
    }
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    a.menuitem {
        width: 310px;
    }
}

/*!ZAJEDNICKI MENI!*/
/*POJEDINACNE STRANE*/
.main p {
    text-align: justify;
}

#container-main img.prva_slika {
    width: 100%;
    padding-bottom: 30px;
}

.trista_godina_box {
    width: fit-content;
    background-color: white;
}

.trista_godina_box img {
    max-width: 80%;
    /*width: 100%;*/
    padding: 20px;
}

#container-main {
    background-color: white;
    padding: 5px 32px 80px 45px;

}

.main > div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .main {
        margin-left: auto;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .main p {
        text-align: justify;
    }
}

/*!POJEDINACNE STRANE!*/
/*GOOGLE SEARCH*/
.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: #02306500 !important;
    border: 1px solid #02306500 !important;
    padding: 0 !important;
}

#pretraga .cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    top: 4px !important;
}

/*!GOOGLE SEARCH!*/
@media (min-width: 992px) {
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#facebook_iFrame {
    height: 100%;
}

.anchor {
    margin-top: -70px;
    padding-top: 70px;
}

.grey_mask {
    background-color: rgba(128, 128, 128, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5000;
    display: none;
}

#back_to_top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    /*border: 1px solid #023777;
	background-color:white;
    border-radius: 50%;*/
}

#back_to_top img {
    width: 40px;

}

.revert_arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    margin-top: 0.255em;
}

/*UPIS*/
.rec_rektora {
    position: relative;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: justify;

    font-size: 15px;
    line-height: 13px;
    color: #333;
}

.potpis_rektora {
    position: relative;
    margin-top: -50px;
    left: 0;
    bottom: 5px;
    width: 60%;
    font-family: 'Noto Sans', sans-serif;
    color: #039;
    font-size: 14px;
    font-style: italic;
}

@media (min-width: 768px) {
    .rec_rektora {
        position: absolute;
        left: 0;
        top: 5px;
        width: 60%;
        padding-left: 20px;

        font-size: 13px;
        line-height: 13px;
        color: #333;
        text-shadow: #F0F0F0 1px 1px 1px;
    }

    .potpis_rektora {


        position: absolute;
        left: 0;
        bottom: 5px;
        padding-left: 20px;
        font-family: 'Noto Sans', sans-serif;
        color: #039;
        font-size: 14px;
        font-style: italic;
    }
}

.upis h2 a {
    color: #023777;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

.upis h2 {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
    font-family: 'Noto Sans', sans-serif;
}

.upis h2:last-child {
    margin-bottom: 40px;
}

.upis .panel {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;

}

.upis .panel > h2 {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.upis .panel > div {
    -moz-box-shadow: 0 0 2px 1px #E0E0E0;
    -webkit-box-shadow: 0 0 2px 1px #E0E0E0;
    box-shadow: 0 0 2px 1px #E0E0E0;
    height: 100%;
}

.upis .panel > a {

    width: 100%;
}

.upis .panel a img {
    width: 100%;
}

.panel_upper {
    height: 50%;
    overflow: hidden;
}

.panel_lower {
    height: 50%;
}

.panel_lower > ul {
    padding: 0px 0px 0px 15px;
}

.panel ul > li,
.panel_lower > ul > li {
    width: 100%;
    line-height: 15px;
    font-size: 8px;
    list-style-image: url(../pic/list.png);
}

.panel ul > li > a,
.panel_lower > ul > li > a {
    font-size: 13px;
    color: #0056b3;
}

.panel.list {
    min-height: 550px;
}

@media (min-width: 575px) {
    .panel.list {
        min-height: 350px;
    }

    .panel_lower > ul > li > a {
        font-size: 13px;
        line-height: 18px;
        color: #0056b3;
    }
}

@media (min-width: 768px) {
    .panel.list {
        min-height: auto;
    }
}

/*!UPIS!*/
/*ZAPOSLENI*/
.zaposleni_tekst {
    position: absolute;
    color: white;
    top: 5%;
    right: 0;
    width: 30%;
    margin-right: 15px;
}

@media (min-width: 700px) {
    .zaposleni_tekst {
        position: absolute;
        color: white;
        top: 20%;
        right: 0;
        width: 30%;
        margin-right: 15px;
    }
}

/*!ZAPOSLENI!*/
/*!POJEDINACNE STRANE!*/
p span.intro {
    font-size: 17px;
    color: #777;
    letter-spacing: 1px;
    display: block;
    padding: 25px 0 8px 0;
}

span.datum_obav {
    display: flex;
    padding-bottom: 15px;
    font-size: 14px;
    color: #C4652D;
    /*float: left;*/
}

.studije-uni h2 {
    text-align: justify;
    font-size: 20px;
}

.centri li {
    margin-left: 30px;
    margin-bottom: 4px;
    text-align: left;

}

/* CLANICE */
.clanice {
    padding-top: 35px;
}

.clanice h2 {
    font-size: 20px;
    padding: 7px 0 30px 0;
    margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .clanice {
        padding-top: 0;
    }

    /* remove the padding-top on smaller screens */
}

/*!breadcrumb!*/
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.25rem 1rem;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: .25rem;
    margin-top: 20px;
    font-size: .85rem;
}

.breadcrumb-item.active {

    text-align: left;
}

/*!POJEDINACNE STRANE!*/

@media screen and (min-width: 0px) and (max-width: 400px) {
    #UB-210 {
        display: none;
    }
}

/*KARTICE ERASMUS*/
#podmeni {
    position: relative;
    margin-bottom: 30px;
}

#podmeni li {
    display: inline-block;
    margin-right: 20px;
    /*background-color:#F2F2F2;*/
    text-decoration: none;
}

#podmeni li.aktivan a {
    padding: 3px 3px;
    color: #fff !important;
    background-color: #0066ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#podmeni li:hover {
    display: inline-block;
    margin-right: 20px;
    background-color: #F2F2F2;
    text-decoration: none !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media only screen and (max-width: 576px) {
    #blog-uni {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (min-width: 576px) {
    #blog-uni-mob {
        display: none;
        visibility: hidden;
    }
}
.fb_iframe_widget span{
    margin-right: 10px;
}
.image_center {
    margin-bottom: 20px;
}
