@charset "utf-8";
/* normalize reset */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *	user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *	Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	`input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *	(include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
	padding: 0;
}
/***************************************************
 header
****************************************************/
.header{
margin:0px; padding:0px;
border-bottom:3px solid #71bf45;
box-shadow:0 1px 0 rgba(255, 255, 255, 1), 15px 15px 15px rgba(240, 34, 38, .3), -15px 15px 15px rgba(240, 34, 38, .3);
}
.headerIn{
width: 95%;
margin: 0px auto;
position: relative;
height: 100px;
}
.headerIn H1{
	font-size:1.2em
}
.headerIn H2{
	font-size:1.1em
}
.odlog{
	position:absolute;
	background:#71bf45;
	width:120px;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:1em;
	box-shadow:0 0 5px rgba(0,0,0,.6);
	border:1px #999 solid;
	border-radius:3px;
	bottom:10px;
	right:0px;
	text-align:center;
	display:block
}
.pass_show{
	position:absolute;
	color:#03F;
	width:180px;
	height:20px;
	line-height:20px;
	border:#03F 1px solid;
	font-size:.8em;
	top:0;
	right:0px;
	text-align:center;
}
/***************************************************
* korteks
***************************************************/
form,body{margin:0;padding:0}
a{text-decoration:none}
body { 
	background:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color:#000
}
input, select{
	border: none;
	color: #222;
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
	height:30px;
	line-height:30px;
	width:70%;
	float:right;
	margin:5px 3%;
	padding:0 2%;
}
#contact_form, #pass_form{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#FFF;
	display:none;
	z-index:2;
}
.formKorteks, .passFormKorteks{
	display:none;
}
.fascikla{
	width: 40%;
	height: 140px;
	position: absolute;
	left: 30%;
	top: -30px;
}
.fascikla span{
	position: absolute;
	left: 230px;
	top: 30px;
	font-size: .8em;
	width: 200px;
	padding: 10px;
	line-height: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	height: auto;
}
.show_btn{
	color:#03F
}
.formalnost{
	width:96%;
	text-align:center;
	color:#666;
	position:absolute;
	font-size:.8em;
	top:245px;
	left:2%;
}
.formalnost a{
	color:#71bf45;
}
#pass_form input, #contact_form input, #contact_form textarea{
	border-bottom:1px solid #000;
	color: #222;
	background:#FFF;
	box-shadow: 0 0 0 rgba(0, 0, 0, .3);
	height:30px;
	line-height:30px;
	width:60%;
	float:right;
	margin:5px 3%;
	padding:0 2%;
}
#contact_form textarea{
	border:1px solid #000;
	height:90px;
}
#contact_form span, #pass_form span{
	display:block;
	float:left;
	line-height:30px;
	height:30px;
	width:auto;
	margin:5px 0px 0px 3%;
	padding-right:5px;
}
.required{
	background:url(../images/zvezdica.png) top right no-repeat;
}
.jsValidator{
	position:absolute;
	display:none;
	border-radius:10px;
	border:solid 2px #F02226;
	background:#fff;
	color:#F02226;
	width:70%;
	height:60px;
	line-height:30px;
	box-shadow:0 0 7px rgba(0, 0, 0, .3);
	left:-80%;
	padding:0 2%;
	text-align:center;
	top:150px;
}
.passValidator{
	position:absolute;
	display:none;
	border-radius:10px;
	border:solid 2px #F6BA4A;
	background:#fff;
	color:#F6BA4A;
	width:70%;
	height:30px;
	line-height:30px;
	box-shadow:0 0 7px rgba(0, 0, 0, .3);
	left:12%;
	padding:0 2%;
	text-align:center;
	bottom:60px;
}
.passEmpty{
	position:absolute;
	display:none;
	border-radius:10px;
	border:solid 2px #F6BA4A;
	background:#fff;
	color:#F6BA4A;
	width:70%;
	height:30px;
	line-height:30px;
	box-shadow:0 0 7px rgba(0, 0, 0, .3);
	left:12%;
	padding:0 2%;
	text-align:center;
	bottom:60px;
}
#result, #resultPass{
	background:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	display:none;
}
#resultPass .errora, #resultPass .success{
	position:absolute;
	top:50px;
	width:90%;
	left:5%;
	height:auto;
	text-align:justify;
	color:#F6BA4A;
}
.errora, .success{
	position:absolute;
	top:170px;
	width:90%;
	left:5%;
	height:auto;
	text-align:center;
	color:#F6BA4A;
}
.submit, .submit_btn, .submit_pass{
	width:94%;
	background:#71bf45;
	margin:5px 3%;
	padding:0 2%;
	margin-top:65px;
	color:#FFF;
	font-size:1em;
	cursor:pointer;
	border-radius:5px;
}
.submit_btn{
	margin-top:10px;
	border:none;
	height:30px;
	line-height:30px;
}
#pass_form p{
	margin:10px 15px;
}
.submit, .submit_pass{
	position:absolute;
	bottom:10px;
	left:0px;
	border:none;
	height:30px;
	line-height:30px;
}
#close_btn, #close_pass{
	position:absolute;
	border-radius:15px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:none;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	background:#FFF;
	color:#F00;
	top:-15px;
	right:-15px;
	font-size:1.1em;
	z-index:4;
}
#submit{
	width:180px;
	margin:10px 3% 5px 3%;
	color:#FFF;
	background:#F93;
	font-size:1em;
	border-radius:3px;
}
select {
	width:74%;
}
option{
	width:100%;
	height:30px;
	line-height:30px;
}
.greska{
	box-shadow: inset 0 0 7px rgba(255, 0, 0, .5);
}
body{
	pading:0px;
	margin:0px;
	width:100%;
}
.bodyIndex {
	top:0;
	bottom:0px;
	position: absolute;
}
#problem, #form-wraper, #pass-wraper{
	margin: 0;
	padding: 15px 0px;
	min-width:60%;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0, .3);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
#index-wraper{
	margin: 0;
	padding: 15px 0px;
	min-width:60%;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0, .3);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	min-width:500px;
	width:500px;
	height:300px
}
.sequester, .workandcare{width:250px; height:250px; float:left;}
.sequester a, .workandcare a{width:100%; height:100%; display:block; background-position:center center; background-size:169px 144px; background-repeat:no-repeat;}
.sequester a:hover, .workandcare a:hover{background-size:175px 149px;}
.sequester a{ background-image: url(../../sequester/images/logo.jpg); }
.workandcare a{background-image: url(../images/logo.jpg);}
.naslovIndex{width:100%; height:50px; clear:both; color:#999; text-align:center}
.naslovIndex h3{font-size:1.2em; margin:6px; font-weight:normal}
#form-wraper{
	min-width:350px;
	width:350px;
	height:325px;
}
#pass-wraper{
	min-width:550px;
	width:550px;
	height:200px;
}
#form-wraper img{
	margin:20px 90px;
}
.index{
	width:90%;
}
.greske{
	width:90%;
	height:auto;
	margin:3%;
	padding:2%;
	box-shadow: 0 0 15px rgba(255, 0, 0, .3);
	color:red;
}
.errorPass{ width: 320px;
	color: #F2B040;
	position: absolute;
	top: 33%;
	height: 160px;
	padding:40px 15px 0 15px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.95);
	text-align:justify;
	right:105%;
}
.error{width:100%; text-align:center; color:#F02226; position:absolute; top:170px;}
.korteks{width:100%; height:auto; margin-bottom:60px}
.pdfList{width:95%; margin:0px auto;}
.listIn, .oglasna_tabla{width:50%; float:left; margin:30px auto 0px;}
.oglasna_tabla{width:47%; padding:0 1% 1% 1%; border:solid 1px #CCC;}
.listIn a, .oglasna_tabla a{color:#71bf45; display:block; width:95%; height:24px; }
.oglasna_tabla a{width:100%; margin-left:0px}
.listIn a:hover{color:#FFF; background:#71bf45}
.oglasna_tabla a:hover{color:#F90}
.listInImage, .oglasInImage{ float:left; width:10%; text-align:center; }
.listInImage img, .oglasInImage img{ margin:3px auto 0px auto;}
.namena, .mesec, .datum, .oglas{
	text-align:left;
	width:30%;
	display: block;
	float: left;
	height: 24px;
	line-height:24px
}
.oglas{
	width:90%;
}
.futer{position:fixed; bottom:0px; width:100%; background-color:#FFF; height:50px; box-shadow:0px 0px 10px rgba(0,0,0, .6); z-index:2}
.futerContent{ height:45px; margin:0px auto; width:95%;}
.futertext{width:92%; position:relative; height:45px; overflow:hidden; background:url(../images/logo-mali.jpg) no-repeat left 3px; padding-left:8%}
.futertext div{width:28%; height:40px; line-height:20px; float:left; text-align:left}
.prviFuter{width:32% !important}
.designation{font-size:.8em; bottom:22px; color:#F00; position:absolute;  -webkit-transition: right 0.5s ease; -moz-transition: right 0.5s ease; -o-transition: right 0.5s ease; transition: right 0.5s ease; right: -12em; padding:2px 7px 2px 2px; display:block}
.designation:hover {right: 0;}
.clr{clear:both}
.create{
position: absolute;
bottom: 150px;
width: 100%;
text-align: center;
}
@media screen and (max-width: 1024px) {
    body{
        margin: 0px auto 100px auto;
    }
    .headerIn H1{
        clear:both;
    }
    .fascikla{
        width: auto;
        margin-right:150px; 
        height: 140px;
        position: relative;
        left:0;
        top:auto;
    }
    .headerIn {
        height: auto;
    }
    .listIn, .oglasna_tabla{
        width:100%;
    }
    .futer{
        height:75px;
    }
    .futerContent {
        height: 70px;
    }
    .futertext {
        height: 70px;
    }
    .futertext div {
        width: 50%;
        height: 20px;
        line-height: 20px;
        float: left;
        text-align: left;
    }
    .prviFuter {
        width:100% !important;
        margin-bottom:10px;
        float: none;
    }
    .designation {
        top: 0px;
    }
    .fascikla span {
        top: 0;
    }
    #form-wraper {
        text-align: center;
        min-width: auto;
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }
    #problem, #form-wraper, #pass-wraper {
        margin: 0;
        padding: 15px 0px;
        min-width: 60%;
        background: #FFF;
        box-shadow:none;
        position: relative;
    }
    .submit, .submit_pass {
        position: relative;
        bottom: -20px;
        left: 0;
        border: none;
        height: 30px;
        line-height: 30px;
    }
    .formalnost {
        top: auto;
        bottom: -100px;
    }
    #form-wraper img {
        margin:0;
        position: absolute;
        top: -150px;
        left: 50%;
        width: 14%;
        margin-left: -7%;
    }
    .error{
        position:relative;
        top:auto;
        bottom: auto;
    }
    .errorPass {
        top: 220px;
        right: 50%;
        width:80%;
        margin-right: -40%;
    }
    #contact_form, #pass_form {
        width: 90%;
        height: auto;
        position: absolute;
        left: 5%;
        top: -100px;
        background: #FFF;
        display: none;
        z-index: 2;
        border: 1px solid #000;
    }
    #pass-wraper {
        position: absolute;
        width: 90%;
        height: auto;
    }
    .futertext{
        width:85%;
        padding-left:15%;
    }
}
@media screen and (max-width: 700px) {
    body{
        font-size:.7em;
    }
    .datum, .mesec{
        width:20%;
        overflow: hidden;
    }
    .namena{
        width:50%;
        overflow: hidden;
    }
    .fascikla{
        width: auto;
        margin-right:50%;
    }
    .fascikla span {
        left: 100%;
        width: 90%;
    }
    .futer{
        height:95px;
    }
    .futerContent {
        height: 90px;
    }
    .futertext {
        height: 90px;
    }
    .prviFuter {
        width:100% !important;
        margin-bottom:10px;
        float: none;
    }
    .designation {
        top:auto;
        bottom: 0;
    }
    #form-wraper img {
        margin:0;
        position: absolute;
        top: -150px;
        left: 50%;
        width: 20%;
        margin-left: -10%;
    }
    #pass_show{
        bottom:50px;
        top:unset;
    }
    #pass_form span{
        width:25%;
        overflow: hidden;
    }
    body{
        margin-bottom: 0;
    }
    .futertext{
        width:75%;
        padding-left:25%;
    }
}
@media screen and (max-width: 600px) {
    #pass_show, .odlog{
        display: block;
        position: relative;
        top: unset;
        bottom: unset;
        right: unset;
        margin: 10px auto;
    }
    .fascikla{
        display:block;
        position:relative;
        margin:0;
    }
    .fascikla span{
        position:relative;
        left:2.5%;
        display:block;
    }
}