@media print
{
  * { overflow: visible !important; }
}


.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
/*  border: solid 1px black; */
}

.column {
  display: flex;
  flex-direction: column;
  flex: 1;
/*  border: solid 1px black; */
}

.paket > li::after {
    content: ';';
}

.paket > li:last-child::after {
    content: '.';
}



#article_metadata {
  
}
#articleCitat{
   flex-basis: 67%;
}
#articlePDF {
   align-self: flex-end;
   flex-basis: 28%;
}

.naslovClanka {
 text-align: justify;
 font-weight: bold;
 font-size: 1.2em; 
  margin-top: 0.75em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}


.autor {
  margin-top: 0.75em;
  text-align: left;
  padding-left: 0.75em;
}

p.retraction {
    text-align: justify;
    padding-right: 0.4em;
    color: #111111;
    font-weight: bold;
}

h3.retraction {
    color: red;
}

/* STAROSLOVENSKI FONT */

  @font-face {
    font-family: mojMonahSrednji;
    src: url('Monah5.woff2');
    /* src: url('MonahKurent-Srednji.woff2'); */
  }
  @font-face {
    font-family: mojMonahKurent;
    src: url('MonahKurent-Levi.woff2');
  }
  
  .staroslovenskiSrednji {
    font-family: mojMonahSrednji;
    font-size: inherit;
    src: url('Monah5.woff2');
  }

  .staroslovenskiKurent {
    font-family: mojMonahKurent;
    font-size: inherit;
    src: url('MonahKurent-Levi.woff2');
  }

  span.podvuceno {
    text-decoration: underline;
    font-size: inherit;
  }


  span.kurziv {
    font-style: italic;
    font-size: inherit;
    letter-spacing: 1px;
  }

  span.kapitale {
    font-variant: small-caps;
    font-size: inherit;
    letter-spacing: 1px;
  }



  i {
    font-size: inherit;
  
  }
/* ODNOSI SE NA SVE -------------------------------------------------------------------*/

/* margine */
* {
	margin: 0;
	padding-top: 0;
	margin-bottom: 0px;
    font-size: 12pt;
	}

/* velicina slova */
h1 {font-size: 160%; line-height:160%;}	
h2 {font-size: 140%; line-height:150%;}
h3 {font-size: 110%; line-height:110%; color:#003a6f; margin-top: 5px; }
caption {font-size: 110%; line-height:110%; color:#003a6f; margin-top: 5px; margin-bottom: 10px; font-weight: bold;}
input#btnbibtex {color: red; background: white; border-style: none; font-size:16px; margin: auto; width: 100%;}
input#btnbibtex:hover {cursor: pointer;}
h4 {font-size: 100%; line-height:160%;}
h4.issuetitle {font-style: italic; color:#003a6f;}
span.issuetitle {font-style: italic;}
h5{font-size: 90%; line-height:155%;}
h5 nobr {font-size: 100%; line-height:155%;}
span.podnaslov { display: block; font-size: 90%;}

/* pozadinska slika */
div.bck {
	background-image: url('img/bck.jpg');
	background-size: 100%;
    background-position: center;
	position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin-bottom : 0px;
	opacity : 0.3;
	}	

/*frame */
iframe	{
	width: 100%;
	height: 99%;
	border: 0px;
}
	
/* boje linkova */

a {
       text-decoration: none;
  }

.container a { 
	text-decoration: none;
	color: black;
	}	
.container a:visited {
	color: black;
	}	
.menubar a { 
	text-decoration: none;
	color: white;
	}	
.menubar a:visited {
	text-decoration: none;
	color: white;
	}		
	
/* ucitavanje fonta */
@font-face {
  font-family: 'OpenSans-Regular';
     src: url('OpenSans-Regular.ttf') format('truetype') /*, url('OpenSans-Regular.eot') format('eot'); 
  /* src: url('OpenSans-Regular.woff2') format('woff2'), url('OpenSans-Regular.woff') format('woff'); */
}		
	
/* pozivanje fonta */
body { 
	font-family: 'OpenSans-Regular', sans-serif;
	text-decoration: none;
}

/* glavni kontejner */
.page{
	width: 860px ;
	margin: 0 auto;
	display: block;
/*	background-color: #F8F8F3; */
	background-color: #ffffff;
	}

/* ODNOSI SE NA HEADER -----------------------------------------------------------------------*/

/* header kontejner */	
.header {
	color : white;
	background-color : #003a6f;
/*	background-image : url('img/sb.jpg'); */
	height: 45px;
	margin-top: 0px;
	z-index: -1;
	}
.naslov {
	text-align : center;
	}
	
.doilogo {
	background-color : white;
	color: #003a6f;
	display: inline;
	border-radius : 5px;
	line-height: 100% ;
	font-size: 100%;
}

.fillogo {
	color: white;
	background-color : #003a6f;
	font-size: 100%;
	line-height: 100% ;
	display: inline;
	border-radius : 5px;
	padding-right: 5px;
	padding-left: 1px;

}	
	
/* menu kontejner */		
.menubar {
	color : #ffffff;
	background-color : #003a6f;
/*	background-image : url('img/sb.jpg'); */
	height: 26px;
	}

/* dugmici */	
.buttonh {
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px !important;
	white-space: nowrap;
	/*border-right:1px solid white; */
	/*border-left:1px solid white; */
	/*border-top:1px solid white; */
}

.button {
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	white-space: nowrap;
}

.buttonh:hover {
	background-color : #CCC;
	margin-bottom : 0;
	cursor: pointer ;
	}

.button:hover {
	background-color : #CCC;
	margin-bottom : 0;
	cursor: pointer ;
}
	
/* dugmici za godine */	
.year {
	color: black;
	font-size: 12pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 50px;
	display: inline-block;
}	
.year:hover {
	background-color : #CCC;
	margin-bottom : 0;
	cursor: pointer ;
	}
.year a.aktivnaGodina {
 font-weight: bold;
 /* color: red; */
}
	
/* dugmici za jezike */	
.buttonlang {
	height: 12px;
	width: 20px;
}		
.buttonlang:hover {
	background-color : #CCC;
	margin-bottom : 0;
	}		
	
/* kontejner za sadrzaj ispod headera */	
.container {
	position: absolute;
	top: 68px;
	bottom: 0px;
	background-color: #F8f8f3;
	width: 860px;
	padding-top : 2px;
	}





/* ODNOSI SE NA LEVU STRANU -------------------------------------------------------------------*/

/* levi kontejner */	

div.left-cont{
	width: 210px;
	display : inline-block;
    vertical-align:top;

	}	

/* slicica */
div.img1 {
	height: 240px;
	background-repeat: no-repeat;
    background-position: center;
	display: block;
	}
div.img {
    width: 210px;
	height: 260px;
	background-size: 100% 100%;
    background-size: 210px 260px;
    background-position: center;
	display: block;
	background-repeat: no-repeat;
	}
	
/* levi sadrzaj, lista */	

/* kontejner */	
div.left {
	position: absolute;
	top: 270px;
	bottom: 0px;
	width: 210px;
	background-repeat: no-repeat; 
    background-position: center;
	display: inline-block;
	overflow-y: auto;
	font-size: 11pt;

	}		

/* tabela sa listom */		
table.book {
	font-size: 12.5pt;
	width: 100%;
	text-align: center;
	margin-bottom: 3px;
	
	border-color: red;
	}
	
table.book td {
	padding-left: 0px;
	border-bottom: solid 2px #67798B;
	border-right: solid 1px #67798B;
	border-radius : 7px;
}



/* pokazivac na padajuci meni sa tipovima zbornika */
span#ptrZbornici {
    display:inline-block;

}

.aktivanPtrZbornici {
        display:inline-block;
        transform: rotate(90deg);
        position: relative;
        right: -6px;
}


/* ODNOSI SE NA DESNU STRANU ------------------------------------------------------------------*/	

/* glavni kontejner */	
div .right-cont {
	float:none;
	height: 99%;
	width: 644px;
	display: inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	/*background-image : url('img/headerbg2.png');*/
	

	border-left: solid 1px #67798B;

	}
	
/* glavni podkontejner - ceo sadrzaj */	
div .right-cont-sub {
	width: 635px;
	position:relative;
	display: table;
	height:99%;
	text-align : center;
	}	
	
/* gornji podkontejner */		
div .right {
	width: 625px;
	color: #000000;
	/* color: #003a6f; plava boja */
	text-align : center;
	display: block;
	margin-left: 5px
	}		
	
.linkimg img {
	height: 40px
	
}

.buttonh img {
	height: 20px
	
}		
	
/* donji podkontejner - lista casopisa - bez prelamanja redova*/	
div .list-cont {
	display: table-row;
	white-space: nowrap;
	width: 600px;
	bottom: 1px;
	height: 99%;
}	
/* donji podkontejner - lista clanaka - sa prelemanjem redova */
div .list-cont2 {
	display: table-row;
	width: 600px;
	bottom: 1px;
	height: 99%;
	}	


/* podkontejner sa listama - index.php */	
div.list{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	margin-left: 5px;	
	}

td.naslovJedinice {
    width:100%;
    height:30px;
}
td.naslovJedinice.volume {
    padding-left:30px;
}

h5.naslovJedinice {
   /* white-space:nowrap; */
}

/* podkontejner sa listama - unit.php */	
div .listp {
	display: table-row;
	white-space: nowrap;
	width: 630px;
	bottom: 1px;
	height: 100%
	}	
/* podkontejner sa listama - volume.php */	
div.listd{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	margin-left: 4px;
	margin-right: 154px;	
	}

/* tabele sa listama */	
table.lista {
	width: 96%;
	font-weight: bold;
	font-size: 13pt;
	padding-left: 4px;
	text-align: left;
	white-space: normal;
}
table.lista2 {
	width: 96%;
	font-weight: bold;
	padding-left: 4px;
	text-align: left;
}

/* div u koji su upisane godine - index.php */		
div.years{
	overflow-x: scroll;
	width: 640px;
	white-space: nowrap;
	}	
/* podkontejner svake godine - index.php */	
div.year{
	white-space: nowrap;	
	display: inline-block;
	}
	
	
/* obelezje za reference volume.php & i>1 */	
div.referenca {
	top: 0px;
	bottom: 0px;
	width: 630px;
	display: inline-block;
	overflow-y: auto;
	margin-left: 8px;
	margin-left: 6px;
	overflow-y: auto;
	}

/* izgled podataka o clancima - volume.php */
span.tit {
	color: black;
	font-weight: bold;
	font-size: 12pt;
}
/*span.tit */
sub {
	color: black;
	font-weight: bold;
	font-size: 75%;
}
/*span.tit */
sup {
	color: black;
	font-weight: bold;
	font-size: 75%;
}


td.ordin {
	vertical-align: top;
	font-size: 11pt;
	width: 10px;
	padding-right: 2px;
}
td.jour {
	vertical-align: top;
	font-size: 11pt;
	width: 100%
}
.titl {
	padding-bottom: 3px;
	}

		

/* BOJENJE LINKOVA */

.articledet a{	

}

span.doilink a {
	color: red;	
}

span.datalinkrel a {
    color: green;
}

span.datalink a {
	color: red;	
	float: right;
}

span.datalink a:hover {
	color: red;	

}

span.doilink a:visited{
	color: red;	
}

span.datalinkrel a:visited{
    color: green;
}

span.datalink a:visited{
	color: red;	
}
	
div.list tr:nth-child(odd) {
	background-color: #d3e2e5;
/*	background-color: #F8F8F3; */
}

div.list tr:hover {
	background-color: lightblue;
/*	background-color: #F8F8F3; */
}

div.left tr:hover {
	background-color: lightblue;
/*	background-color: #F8F8F3; */
}

div.listd tr:nth-child(odd) {
	background-color: #d3e2e5;
/*	background-color: #F8F8F3; */
}

div.listd tr:hover {
	background-color: lightblue;
/*	background-color: #F8F8F3; */
}

div.leftd tr:hover {
	background-color: lightblue;
/*	background-color: #F8F8F3; */
}

td.issn{
	width: 90px;
}

.bibtex {
	position: absolute;
	top: 260px;
	bottom: 0px;
	width: 620px;
	display: inline-block;
	overflow-y: auto;
}


.ico {
	width : 28px;
	height: 28px;
	margin-top: 3px;
	margin-left : 10px;
	margin-right : 10px;
}

.icosmall {
	width : 15px;
	height: 15px;
}


table.citati {

	background-color: #d3e2e5;
}

/* VANI */

.test {
	width: 615px;
	opacity : 0.8;
}
	
td.jour2 {
	vertical-align: top;
	text-align: right;
	font-size: 9pt;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 2px;
}

.jour2 img {
	width : 21px;
	height : 21px;
}	

/* indeks autora */
br.cistac {clear: both;}
.alphabet {
    list-style-type: none;
    margin:10px auto 0;
    padding:0;
    cursor: pointer;
    width:100%;
    text-align:center;
}

.alphabet li {
    float:left;
    margin:0;
    padding:0;
    border-right:1px solid darkgrey;
    font-size: 14px;
    -moz-box-sizing:border-box;
    color:black;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:2.75%;
}

.alphabet li:last-child {
    border-right: none;
}

.alphabet li:hover {
    color:green;
    background-color: lightgrey;
}

ul.authors {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding-bottom: 10px;   
		-webkit-column-break-inside: avoid;
	break-inside: avoid-column;

}

ul.authors > li {
	list-style-type: none;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;

	}
	
ul.authors ol {
	list-style-type: none;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	}
	
ul.authors div {
	list-style-type: none;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	}

div#indeksAutora {
  text-align: left;
  /*border: solid 1px black;*/
  max-width: 100%;
  height: 99%;
  overflow: scroll;
}

div#indeksAutora-sub {
padding:30px;
}

div#indeksAutora a:link {color: blue;}
div#indeksAutora a:visited {color: green;}
div#indeksAutora a:hover {color: red;}

div#indeksAutora details {display: block;}

/* statistika */
.statHeader {
   font-weight: bold;
   font-size: 110%; 
   line-height:110%; 
   color:#003a6f; 
   margin-top: 5px;
   border-top: solid 1px #003a6f;
}

tr.statTotal td {
   border-top: solid 1px #003a6f;
}


.statSubHeader 
{
   font-weight: bold;
   padding-left: 50px;
   font-size: 100%; 
   color:#003a6f; 
   line-height:160%;
   width: 70%;
}

.statNum { 
   text-align: right;
}

td.statTotal {
   font-weight: bold;
   font-size: 110%; 
   line-height:110%; 
   color:#003a6f; 
   margin-top: 5px;
}

.nobr {
	white-space:nowrap;
}

.eb-info{
	padding-top:3px;
}

.eb-added{
	border:0 !important;
	text-align: left;
	padding-left: 20px !important;
}

.summary:hover{
	cursor: pointer ;
}
