@charset "UTF-8";

/* Global reset

-------------------------------------------------------------------*/

html,body,div,li,dl,dt,dd,h1,h2,h3,h4,h5,pre,form,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size:1em; font-weight:normal; font-style:normal; }
em { font-size:1em; font-weight:normal; font-style:italic; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { border-collapse:collapse; border-spacing:0; margin-bottom:10px; width:100%; }
table td { padding:0; }
.hidden, .screen_reader, hr { display:none; } /* Paragraph default styling, amend as desired */
p { margin:0 0 0.7em 0; padding:0; } /* Default link styling */
a { text-decoration:underline; }
a:hover { text-decoration:none; position:relative; top:0px; } /* Float an element left with a margin */
a:active { position:relative; top:0px; } /* Float an element left with a margin */
.floatL						{ float:left; } /* Float an element right with a margin */
.floatR 					{ float:right; } /* Float an element right with a margin */
.italic 					{ font-style:italic; } /* Italisise */
.upper 						{ text-transform:uppercase; } /* Italisise */
.clear 						{ clear:both; }
.hideText					{ text-indent:-3000em; overflow:hidden; }
.clearfix:after 			{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
blockquote					{ padding:20px; margin:0 40px 20px 20px; clear:both; }

/* Default

-------------------------------------------------------------------*/
html, body {
	font:14px Helvetica Neue,Helvetica,Arial,sans-serif;
	background:#f2f2f2;
	color:#858585;
	margin:0;
	padding: 0;
/*    background-image: url(images/cpn.png);*/
    background-repeat: space;
}	
body {
    
}

/* Font definition for Internet Explorer */
/* (*must* be first) */
@font-face {
	font-family: OCRRegular;
	src: url(../../fontovi/OCRFWebPro.eot); /* can't use format() */
}
/* Font definition for other browsers */
@font-face {
	font-family: OCRRegular;
	src: url(../../fontovi/OCRFCompPro.ttf) format("opentype");
}

@font-face {
	font-family: OCRBold;
	src: url(../../fontovi/OCRFWebPro-Bold.eot); /* can't use format() */
}
/* Font definition for other browsers */
@font-face {
	font-family: OCRBold;
	src: url(../../fontovi/OCRFCompPro-Bold.ttf) format("opentype");
}

@font-face {
	font-family: OCRLight;
	src: url(../../fontovi/OCRFWebPro-Light.eot); /* can't use format() */
}
/* Font definition for other browsers */
@font-face {
	font-family: OCRLight;
	src: url(../../fontovi/OCRFCompPro-Light.ttf) format("opentype");
}

.osnovni, .osnovni2, .srednji, #uzrast {
    display: none;
}

input {
    margin: 7px;
}

#content {
	width:870px;
    background:#fff;
	margin: 61px auto 0 auto;
	padding:60px 145px;
	position:relative;
    min-height: 600px;
}
body#index #content{
	width:890px;
	padding:60px 35px;
}
#content form{
	width:480px;
}

h1, h2, h3 {
	font-family: "OCRBold", Helvetica; 
	
	font-weight: normal;
	font-style: normal;
}


h1 {
	font-family: "OCRBold", Helvetica; 
	font-size:36px;
	line-height:38px;
	letter-spacing:-2px;
	color:#000;
}
h1, h1 a {
	text-decoration:none;
}

h2 {
	font-size:17pt;
	line-height:1em;
	color:#000000;
	margin-bottom:10px;
	padding:0px;
}

h3 {
	font-family: "OCRLight", Helvetica;
	font-size: 13pt;
	line-height: 1.3em;
	color:#000000;
	padding: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3.popunjena{
	font-family: "OCRRegular", Helvetica;
	padding:10px;
	background:#FFFF00;
}
p#obavestenjeOpopunjenim{
	font-family: "OCRLight", Helvetica;
}
h4{
	margin:-30px 0 30px 0;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover	{
	color:#000000;
	text-decoration:underline;
}

input[type="text"], input[type="password"]{
/*
    background-color: #FBFBFB;
	
	-moz-box-shadow:    inset 0 0 10px #F0F0F0;
	-webkit-box-shadow: inset 0 0 10px #F0F0F0;
	box-shadow:         inset 0 0 10px #F0F0F0;
	
    border: 1px solid #ced4da;
    color: #575756;
    height: 30px;
    width: 455px;
	padding:0px 10px;
	margin:7px 0 0 0;
*/
    
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="text"]#rubrika, input[type="text"]#emisija{
	margin-top:2px;
	margin-bottom:3px;
}
input[type="file"]{
	margin-top:7px;
}

input[type="text"]:focus{
/*    border: 1px solid #a5a5a4;*/
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

textarea.form-control {
    height: auto;
    margin: 7px;
}

table.datepicker{
	width:auto;	
}

ul{
	padding:0;
	margin:0;
	list-style:none;
}
ul li{
	margin-bottom:25px;
}
ul li ul{
	margin-top:7px;
}
ul li ul li{
	margin-bottom:5px;
}

ul li span{
	color:#575756;
	display:block;
}
ul li span.dontBreak{
	display: inline;
}

a.dugme, #snimi{
/*
	background:url(images/dugme.png) no-repeat;
	color:#fff;
*/
	font-size:14px;
	text-align:center;
	padding:6px 0;
	margin-top:50px;
	border:none;
	width:135px;
    height: 45px;
    display: block;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 10px;
}
#snimi{
	padding:5px 0;
}
a.dugme:hover,#snimi:hover{
/*
	background:url(images/dugme.png) no-repeat 0 -30px;
	text-decoration:none;
*/
    
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

a.dugme:focus,#snimi:focus{
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);

}

/* KALENDAR */

#content table{
	margin-top:20px;
    margin-bottom: 20px;
}

#content table td{
	font-family: "OCRBold", Helvetica;
	font-size:13px;
	border:1px solid #797979;
	border-collapse:collapse;
	height:126px;
	width:126px;
	background:#F7F7F0;
}
#content table td div.hed{
	font-family: "OCRBold", Helvetica;
	font-size:13px;
	height:21px;
	background:#17a8e3;
	color:white;
	display:block;
}
#content table td div.hed span.dan{
	padding-left:8px;
	line-height:20px;
}
#content table td div.hed span.datum{
	font-size:14px;
	line-height:20px;
	text-align:center;
	
	background:#17a8e3;
	
	border-left: 1px solid #797979;
	border-bottom: 1px solid #797979;
	
	width:22px;
	display:block;
	float:right;
}
#content table td div.dogadjaji{
	font-family: "OCRRegular", Helvetica;
	font-size:7px;
	line-height: 10px;
	letter-spacing:0px;
	color: #757575;
	height:350px;
	padding:7px;
	width:90%;
}
caption {
    background: none repeat scroll 0% 0% #F7F7F7;
    height: 21px;
    font-family: "OCRBold",Helvetica;
    font-size: 13px;
    color: #1D1D1B;
    padding: 5px 5px 0px;
}
#content table td div.dogadjaji a{
	font-size:14px;
	color: white;
	letter-spacing:0px;
}
#content table td div.dogadjaji a:hover{
	color:white;
    text-decoration: none;
}
#content table td div.dogadjaji p.popunjeno{
	color: #D4D4D4;
    opacity: 0.4;
}
#content table td div.dogadjaji p{
	margin-bottom: 1em;
    background: cornflowerblue;
    border-radius: 5px;
    padding: 2px 15px;
    box-shadow: 3px 3px 3px;
    transition: 0.3s;
    line-height: 15px;
}
#content table td div.dogadjaji p:hover{
    box-shadow: none;
}
#content table td div.dogadjaji p span{
	display: block;
}

#opis{
	list-style: disc;
}
#opis li {
	margin: 0;
	margin-left: 25px;
}

/* HVALA */

#hvala {
	width:430px;
	margin: 0 auto;
	margin-top:150px;
	background:#FFF;
	padding:35px;
	position:relative;
	border: 1px solid #D8D8D8;
}
#hvala #head{
	height:75px;
}
#hvala #head h1{
	width:200px;
}
#hvala #head a{
	position:absolute;
	top:10px;
	right:5px;
}
#hvala #head img{
	width:180px;
}
#hvala h2{
	margin-top:10px;
}

/* SAJDBAR */

#content div#sidebar{
	float: right;
	margin-top: 25px;
}
#content div#sidebar p{
	font-family: "OCRRegular", Helvetica;
	font-size: 15px;
    line-height: 18px;
	letter-spacing:-1px;
	background:#26ACD7;
	color:#FFF;
	width:175px;
	margin-left:0;
}
#content div#sidebar p a{ 
	font-size:20px;
	line-height:24px;
	min-height:113px;
	padding:12px 0 15px 12px;
	display:block;
	color:#FFF;
}
#content div#sidebar p:first-child a{
	background:#FDDD04;
	color:#000;
}
#content div#sidebar p a:hover{
	background:#666;
	color:#FFF;
	text-decoration:none;
}


/* FOOTER & ELEMENTARIUM */

#footer ul li{
	margin-bottom:0;
}

#elementarium{
	margin-left:-110px;
}

