@charset "utf-8";
@media screen, projection
{
html {
	font-family: 'Arimo', sans-serif !important;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
    line-height: 1.8;
}
#navigacija {
	position: fixed;
	background-color:#FFF;
    width: 100%;
    z-index: 1000;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	display: block;
}
#navigacija a {
	white-space: normal;
	color: #317ac9;
	padding: 8px 20px;
	float: left;
    width: auto;
    border: none;
    outline: none;
    display: block;
	text-decoration: none;
	vertical-align: middle;
    z-index: 1010;
}
#navigacija a.invert {
	background-color: #317ac9;
	color: #FFF;
}
#navigacija a:hover, 
#navigacija a:active, 
#navigacija a:focus {
	background-color: #317ac9;
	color: #FFF;
}
#kontejner {
	width: 90%;
	max-width: 1100px;
	min-width: 230px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 5%;
	padding-top: 50px !important; 
	font-size:0.9em;
}
.primarna {
	color: #317ac9 !important;
}
.sekundarna {
	color: #FF772E !important;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(49, 122, 201, 0), rgba(49, 122, 201, 0.8), rgba(49, 122, 201, 0.7), rgba(49, 122, 201, 0.3), rgba(49, 122, 201, 0));
}
ul, ol, dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	color: #FF772E !important;
    line-height: 1.3;
}
h1 {
	text-align: center !important;
}
h2 {
	font-size:1.4em;
	text-align: center !important;
}
h3 {
	font-style: italic;
	margin-bottom: 1.2em;
}
.kanon {
	font-size:1.2em;
	text-align: left;
	margin-bottom: 0em;
	white-space: pre-line;
}
.kanon-uporedni {
	font-size:1em;
	text-align: left;
	margin-bottom: 1em;
}
.komentar {
	font-size:1em;
	text-align: left;
	margin-bottom: 1em;
}
.kanon:before {
content:"";
display:block;
height:80px; /* fixed header height*/
margin:-80px 0 0; /* negative fixed header height */
}
.kanon:target {
	color: #FF772E;
}
.referenca {
	font-size:0.9em;
	text-align: right;
	padding-left: 50%;
	color: #999;
	margin-top: 0px !important;
}
.referenca a {
	color: #999;
}
.referenca a:hover {
	position: relative;
	color: #317ac9;
	text-decoration:underline;
}
.referenca a[data-title]:hover:after {
	content: attr(data-title);
    line-height: 1.2;
	padding: 10px;
	position: absolute;
	min-width:300px;
	right: 0;
	top: 100%;
	z-index: 20px;
	background-color: #317ac9;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	box-shadow: 0px 0px 4px #222;
}
a img {
	border: none;
}
a:link {
	color:#317ac9;
	text-decoration: none;
}
a:visited {
	color: #317ac9;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#sadrzaj {
	padding: .5em;
	margin: .5em;
}
#forma {
	padding: 0;
}
select,
input[type=text],
textarea,
button
{
	font-family: 'Arimo', sans-serif !important;
	color:#666;
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 2px #CCC;
	-webkit-box-shadow: 0 0 2px #CCC;
	box-shadow: 0px 0px 2px #CCC;
	margin: 0.5em;
	padding: 0.7em;
	min-width: 1em;
	text-align: left;
	max-width: 95%;
	font-size: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
input[type=text],
button
{
    height:4em;
}
input[type=text]:active,
select:active,
textarea:active
{
}
input[type=text] {
	font-weight:bold;
}
button {
	background-color: #317ac9;
	color: #FFF;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}
button:hover {
	background-color:#2b6db5;
}
button:active {
	background-color:#215b9b;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}
#myUL {
	font-size: .8 em !important;
    list-style-type: none;
	margin-left:auto;
	margin-right:auto;
    width: 95%;
	margin-bottom:2em;
	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
}
#myUL li a {
    border: 1px solid #CCC; 
    margin-top: -1px; 
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none; 
    font-size: 18px; 
	color: #317ac9;
    display: block;
	cursor:pointer;
}
#myUL li a.header {
    background-color: #e2e2e2;
	color: #333;
    cursor: default;
	text-transform: uppercase;
	font-weight:bolder;
	padding: 1.2em 0 1.2em 12px;
}
#myUL li a:hover:not(.header) {
    background-color: #eee;
}
.indeks li {
	font-weight: bold;
	list-style-type: upper-roman;
	text-transform: uppercase;
	margin-top: 1em;
	font-size: 1.2em;
	color: #317ac9;
}
.indeks ul li {
	list-style-type: decimal;
	text-transform: none;
	font-size: 1em;
	color: black;
}
.indeks ul ul li {
	list-style-type: none;
	font-style: normal;
}
.indeks ul ul ul li {
	font-weight: normal;
	list-style-type: disc;
	font-style: italic;
	margin-top: 0em;
}
.indeks ul ul ul ul li {
	font-weight: normal;
	list-style-type: none;
	font-style: normal;
	margin-top: 0em;
}
.indeks a {
	font-weight:bold;
}
table.primeri {
  border: 0px solid #317AC9;
  font-size: .8em;
  background-color: #F8F8F8;
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 5em;
}
table.primeri td, table.primeri th {
  border: 1px solid #AAAAAA;
  padding: 6px 10px;
}
table.primeri tr:nth-child(even) {
  background: #EAEAEA;
}
table.primeri thead {
  background: #ECEFF4;
}
table.primeri thead th {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.highlight
{
	color: #ea4335;
}
}
/* samo za VECE ekrane */
@media screen and (min-width:980px)
{
select {
	margin-right: 0;
	border-right-width: 0;
	background-color: #f8f8f8;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 30%;
}
input[type=text] {
	margin-right: 0;
	margin-left: 0;
	border-right-width: 0;
	border-left-width: 0;
	width: 55%;
}
button {
	display: inline-block;
	box-sizing: border-box;
	margin-left: 0;
	border-left-width: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 10%;
}
}
/* samo za manje ekrane */
@media screen and (max-width:979px)
{
select,
input[type=text],
button
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:85%;
}
button {
	width: 100px;
	height: 100px;	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 1.5em;
}
}

@media screen and (min-width:450px)
{
#navigacija a.small {
	display: none !important;
}
#navigacija a.big {
	display: block !important;
}
}
@media screen and (max-width:449px)
{
#navigacija a {
	font-size: 1.2em;
}
#navigacija a.small {
	display: block !important;
}
#navigacija a.big {
	display: none !important;
}
ul, ol {
	margin-left: 1em;
}
}