﻿.top-bar-info-right {
    padding: 0px;
}

    .top-bar-info-right li {
        font-size: 13px;
        font-weight: 500;
        color: #aaa;
        border-left: 1px solid #eee;
        list-style-type: none;
        float: right;
        margin: 0px;
        padding: 13.5px 14px 12.5px 14px;
    }

        .top-bar-info-right li i {
            font-size: 15px;
            color: #999;
            padding-right: 8px;
        }



.list-wbullet
{
}
.list-wbullet ul li
{
    list-style-type: square !important;
    margin-left:15px;
}
.list-wbullet ul li ul
{
    list-style-type: none !important;
}
.list-wbullet ul li li
{
    list-style-type: circle !important;
    margin-left:15px;
}
.list-wbullet ol li
{
    list-style-type: decimal !important;
}

/* breadcrumbs */


.breadcrumbs ul li{
	position: relative;
	display: inline-block;
}

.breadcrumbs ul li:after{
	content: ">";
	font-size: 13px;
	display: inline-block;
	color: #000;
	opacity: .6;
	margin: 0px 6px 0px 8px;
}

.breadcrumbs ul li:last-child:after{
	content: none;
}

.breadcrumbsul li a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	opacity: .5;
	text-align: center;
	margin-bottom: 5px;
	margin: 5px;
}

.breadcrumbs ul li a:hover{
	opacity: 1;
}

/* foot */

.footer-list-links
{
    color:#eee;
}

.footer-list-links a {
    color: #eee;
}

    .footer-list-links span a {
        color: #eee;
    }

.mt-0 {
    margin-top: 0px;
}

.pt-15{
    padding-top:15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.mt-50
{
    margin-top:50px
}

.mt-60 {
    margin-top: 60px
}

.edutable th {
    background-color: #214373;
    color: white;
}

.edutable td {
    background-color: #ebecec;
    color: #000;
}

.edutable td:first-child
{
    background-color: #56698f;
    color: white;
}

.btn-prijava{
    background-color: #9eb422;
    color: #fff;
}

.no-col-padding
{
    padding-left:0px;
    padding-right:0px;
}

/* edukacije */
.edukacije h2
{
    color:#214373;
    font-weight:400;
}

.edukacije h5
{
    color:#214373;
}

.tableNS1 td
{
    padding-top:3px;
    padding-bottom:3px;
}

.cardNS1
{
    padding: 4px 4px 4px 10px;
    border-radius:0px;
}

.informacije h3{
    margin-bottom:8px;
    margin-top:15px;
}
.informacije h4{
    margin-top:10px;
    margin-bottom:5px;
}

.informacije ul > li
{
    list-style:initial;
    margin-left:15px;
}

.knjiga-autori h3
{
    font-size:16px;
}

@media screen and (max-width:576px) {
    .informacijeIdx h4
    {
        font-size:14px;
    }
}

@media screen and (max-width:576px) {
    .etestiranje h3
    {
        font-size:18px;
    }
}

/* MAIN PAGE LOGO */
.top-logo img
{
    height:46px;
    width:300px;
}

@media screen and (max-width:767px) {
  .top-logo img {
    height:31px;
    width:200px;
  }
}

/* tražilica */
.trazilicaAZ a
{
    font-size:18px;
    padding: 5px;
    color:#214373;
}

.trazilicaAZ a:hover
{
    background-color:#214373;
    color:#fff;
}

/* home xs pad */


@media screen and (max-width:576px) {
    .homeXS img
    {
        padding:0%;
        margin-bottom:5px;
    }
}

/* nav pills */

.nav-pills > li > a {
    background-color: #ebecec !important;
}

.nav-pills > li > a.active {
    background-color: #ff0000!important;
}

/* cv */
.cvNS1 img
{
    max-width:200px;
}

.authors-v2 h3
{
    color:#808080 !important;
    font-size: 1.1rem !important;
}