
body {
	background: #FFF;
    font: 12px/18px 'OpenSansRegular', arial, sans-serif;
	color: #000;
}

.center {
	width: 960px;
	margin: 0 auto;
}


/* header */

header {
	height: 92px;
	padding-top: 15px;
}

.logo {
	float: left;
}

.header_right {
	float: right;
	width: 590px;
	padding-top: 20px;
}

.header_right nav {
	float: right;
}

header nav.head_nav {
	margin-right: 45px;
	max-width: 424px;
  overflow: hidden;
}

header nav.head_nav ul li {
	float: left;
	margin-right: 5px;
}

header nav.head_nav ul li a {
	background: #e8e8e8;
	color: #000;
	float: left;
	display: block;
	height: 36px;
	padding: 0 15px;
	min-width: 90px;
	text-align: center;
	font: 15px/36px 'OpenSansSemibold',arial,sans-serif;
}

header nav.head_nav.user_nav ul li span {
	background: #e8e8e8 url(img/icon_user.png) no-repeat 10px center;
	float: left;
	display: block;
	height: 36px;
	padding: 0 10px 0 38px;
	min-width: 90px;
	text-align: center;
	color: #828282;
	font: 13px/36px 'OpenSansRegular',arial,sans-serif;
}

header nav.head_nav.user_nav ul li a {
	display: inline;
	float: none;
	padding: 0;
	background: none;
	/*margin: 0 7px;*/
	font: 13px/36px 'OpenSansRegular',arial,sans-serif;
}

header nav.head_nav ul li a:hover {
	background: #d3d3d3;
}	

header nav.head_nav.user_nav ul li a:hover {
	background: none;
	color: #ed2326;
}

header nav.lang ul li {
	float: left;
	margin-left: 15px;
	font: 18px/22px 'OpenSansSemibold',arial,sans-serif;
	padding-top: 7px;
}

header nav.lang ul li a {
	color: #969696;
}

header nav.lang ul li a:hover {
	color: #000;
}

header nav.lang ul li a.active {
	color: #ed2326;
}


/* search */

.search {
	float: right;
	border: 1px solid #e7e7e7;
	height: 22px;
	padding: 6px 10px;
	width: 180px;
	margin-right: 35px;
}

.search_input {
	float: left;
	background: none;
	border: 0;
	color: #ed2326;
	font-style: italic;
	font-size: 15px;
	width: 140px;
}

.search_btn {
	float: left;
	height: 21px;
	width: 21px;
	border: 0;
	padding: 0;
	background: url(img/search_icon.png) no-repeat;
	margin-right: 15px;
}


/* topnav */

.topnav {
	background: url(img/topnav.png) repeat-x bottom;
	height: 49px;
	padding: 9px 0 0 0;
	position: relative;
	z-index: 100;
}

.topnav ul li {
	float: left;
	position: relative;
	height: 46px;
	margin-right: 5px;
}

.topnav ul li a {
	font: 16px/40px 'OpenSansSemibold',arial,sans-serif;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	height: 40px;
	padding: 0 20px;
	background: #7A7777;
}

.topnav ul li a:hover, .topnav ul li a.active {
	background: #ED2326;
}

.topnav *:hover > a {
	background: #ED2326;
}

.topnav ul .subnav {
	visibility: hidden;
	position: absolute; 
	top: 46px; 
	left: -1px; 
	width: 220px; 
	padding: 0; 
	z-index: 300;
	float: left;
	background: #FFF;
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	padding: 0 5px 5px;
}

.topnav ul .subnav ul li {
	float: none;
	width: 220px;
	display: block;
	height: auto;
}	

.topnav ul .subnav ul li a {
	color: #000;
	text-transform: none;
	float: none;
	height: auto;
	padding: 0;
	width: 190px;
	font: 14px/18px 'OpenSansSemibold',arial,sans-serif;
	background: #f2f2f2;
	margin-top: 5px;
	padding: 10px 15px;
}

.topnav ul .subnav ul li a:hover {
	background: #ED2326;
	color: #FFF;
}

.topnav ul li:hover .subnav, .topnav ul a:hover .subnav {
	visibility:visible; 
}


/* slider */

.slider {
	position: relative;
	height: 350px;
	background: #f2f2f2;
	margin-bottom: 15px;
}

#wrapper {
	width: 100%;
	height: 310px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	left: 0;
}
#carousel div.slide {
	display: block;
	float: left;
	width: 960px;
	height: 310px;
	position: relative;
	overflow: hidden;
}
#carousel div.slide .carousel_img {
	position: absolute;
	width: 960px;
	height: 310px;
	overflow: hidden;
}
#carousel div.slide .carousel_txt {
	position: absolute;
	right: 0;
	height: 270px;
	background: url(img/anima_txt.png);
	width: 250px;
	top: 0;
	z-index: 2;
	color: #FFF;
	font: 13px/20px 'OpenSansSemibold',arial,sans-serif;
	padding: 20px;
}
#prev, #next {
	background: url(img/anima_prev_next.png);
	display: block;
	height: 310px;
	width: 50%;
	top: 0;
	position: absolute;
	z-index: 10;
}
#prev {
	left: -490px;
	border-right: 10px solid #F2F2F2;
}
#next {
	right: -490px;
	border-left: 10px solid #F2F2F2;
}
#pager {
	margin-left: -460px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#pager a {
	background: url(img/anima_btn.png) no-repeat;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
#pager a span {
	display: none;
}
#pager a.selected {
	background: url(img/anima_btn_a.png) no-repeat;
}

.slider h2 {
	font: 19px/24px 'OpenSansBold',arial,sans-serif;
	margin-bottom: 5px;
	max-height: 50px; 
	overflow: hidden;
	padding: 0;
}

.slider h2 a {
	color: #FFF;
}

.slider .datum {
	color: #d3d3d3;
	font-style: italic;
	display: block;
}

.carousel_p {
	margin: 10px 0 20px;
	height: 140px;
	overflow: hidden;
}

.more_link a {
	display: block;
	float: left;
	background: #FFF;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

.more_link a:hover {
	background: #ED2326;
	color: #FFF;
}


/* */

.news_container {
	background: url(img/news_container.gif) repeat-y;
	margin-bottom: 20px;
}

.news_container .news {
	width: 188px;
	float: left;
	margin-right: 15px;
	padding: 20px;
}

.news_title {
	height: 90px;
}

.news h2 {
	font: 14px/18px 'OpenSansSemibold',arial,sans-serif;
	font-style: italic;
	margin-bottom: 5px;
	padding: 0;
}

.news_container .datum {
	font-style: italic;
	display: block;
}

.news .more_link {
	/*float: right;*/
	padding-top: 20px;
}

.news .more_link a {
	background: none;
	padding: 0;
	height: auto;
	line-height: auto;
	font: 14px/18px 'OpenSansSemibold',arial,sans-serif;
}

.news .more_link a:hover {
	background: none;
	color: #000;
}

.natjecaji_wrapper {
	float: right;
	width: 230px;
}

.right .natjecaji_wrapper {
	margin-bottom: 15px;
	float: none;
}

.natjecaji {
	padding: 15px;
}

.natjecaji_wrapper h2 {
	background: #ed2326 url(img/arrow_down.png) no-repeat right;
	color: #FFF;
	height: 45px;
	line-height: 44px;
	padding: 0 0 0 15px;
	margin: 0;
}	

.natjecaji_wrapper h2 a {
	color: #FFF;
}

.right .natjecaji_wrapper h2 {
	background: #454545 url(img/arrow_down.png) no-repeat right;
}

.natjecaji_first {
	border-bottom: 5px solid #FFF;
}

.natjecaji ul {
	padding: 20px 0 0 0;
}

.right .natjecaji {
	background: #F2F2F2;
}

.natjecaji li {
	background: url(img/bull.png) no-repeat 0 7px;
	padding: 1px 0 1px 15px;
}

.natjecaji a {
	color: #000;
}

.natjecaji a:hover {
	color: #ED2326;
}

.natjecaji h3 {
	font: 12px/18px 'OpenSansSemibold',arial,sans-serif;
	text-transform: uppercase;
}

.natjecaji h3 a {
	color: #ED2326;
}


/* partneri */

.partneri {
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	margin-bottom: 20px;
}

.partneri_logo {
	float: left;
	border-right: 1px solid #e3e3e3;
	width: 233px;
	margin-right: 10px;
	text-align: center;
}

.partneri_last {
	border: 0;
	margin: 0;
	width: 228px;
}


/* podstranica */

.page_content {
	padding-bottom: 20px;
}

.left {
	float: left;
	width: 690px;
	padding: 40px 0;
	font-size: 13px;
	line-height: 24px;
}

.page_bottom {
	margin-top: 20px;
	border-top: 1px dotted #333;
	padding-top: 20px;
}

/* right */

.right {
	float: right;
	width: 230px;
	padding: 40px 0;
}

.rightnav {
	margin-bottom: 15px;
}

.rightnav ul ul {
	padding: 5px 15px 15px;
}

.rightnav li {
	border-left: 5px solid #ED2326;
	margin-top: 5px;
}

.rightnav li li {
	border: 0;
	padding: 0;
}

.links li {
	border-left: 5px solid #6b6b6b;
	margin-top: 5px;
}

.links li li {
	border: 0;
	margin: 0;
	padding-top: 5px;
}

.links li ul {
	padding: 5px 15px 10px;
	background: #f2f2f2;
}

.rightnav li a, .links li a {
	background: #f2f2f2;
	display: block;
	font: 14px/18px 'OpenSansSemibold',arial,sans-serif;
	padding: 10px 15px;
	color: #000;
}

.rightnav li li a {
	display: inline;
	background: none;
	padding: 0;
	font: 12px/18px 'OpenSansSemibold',arial,sans-serif;
}

.links li li a {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}

.rightnav li a:hover, .links li a:hover {
	color: #ED2326;
}

.rightnav li a.active, .links li a.active {
	background: #ED2326;
	color: #FFF;
}

.rightnav li li a.active {
	background: none;
	color: #ED2326;
}


.content_end {
	clear: both;
	border-top: 2px solid #f2f2f2;
	padding-top: 10px;
}

.content_end a {
	font-style: italic;
	color: #454545;
}

.content_end a img {
	margin-right: 5px;
}

.newsListItem {
	border-bottom: 2px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.newsListImg {
	float: left;
	width: 230px;
	height: 160px;
	overflow: hidden;
	margin-right: 20px;
}

.newsListTxt {
	float: left;
	width: 440px;
}

.newsListItem h3 {
	font: 14px/18px 'OpenSansSemibold',arial,sans-serif;
	margin-bottom: 10px;
}

.newsDate {
	font-style: italic;
	display: block;
	padding-top: 10px;
}


/* epp */

.home_content {
	padding: 40px 0;
	font-size: 13px;
}

.home_welcome {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
}

.home_box_left, .home_box_right {
	background: #f2f2f2;
	float: left;
	width: 430px;
	padding: 20px;
	height: 210px;
}

.home_box_left {
	margin-right: 20px;
}

.home_content h1 {
	margin: 0;
	border: 0;
}

.home_content .more_link a {
	background: #ed2326;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'OpenSansBold',arial,sans-serif;
	height: 35px;
	line-height: 35px;
}

.home_content .more_link a:hover {
	background: #454545;
}

.welcome_txt {
	height: 165px;
	overflow: hidden;
}

.prijava {
	padding-top: 5px;
}

.prijava_txt {
	height: 120px;
}

.reg_txt {
	height: 125px;
}

.prijava label {
	float: left;
	clear: left;
	width: 120px;
	padding-top: 7px;
}

table.formtable {
	width: 100%;
}	

table.formtable th {
	text-align: left;
	background: #f2f2f2;
	border-bottom: 10px solid #FFF;
	padding: 10px 15px;
	font-weight: normal;
	font-family: 'OpenSansSemibold',arial,sans-serif;
	width: 340px;
}


table.formtable td {
	background: #f2f2f2;
	border-bottom: 10px solid #FFF;
	padding: 10px;
}

.form_input {
	background: #FFF;
	color: #000;
	border: 0;
	width: 95%;
	padding: 6px;
	border: 2px solid #d6d6d6;
}

.form_input2 {
	background: #FFF;
	color: #000;
	border: 0;
	width: 95%;
	padding: 6px;
	border: 2px solid #d6d6d6;
}

.form_input.disabled {
	color: #838383;
	background: #F2F2F2;
	text-shadow: 1px 1px #FFF;
}

.form_input.input_m {
	width: 50%;
}

.form_input.input_s {
	width: 20%;
}

select.form_input {
}

.prijava .form_input {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

.form_input.checkbox {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	border: 0;
	background: none;
}

table.formtable label {
	vertical-align: middle;
	margin-right: 40px;
}

.btnSend {
	background: #ed2326;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'OpenSansBold',arial,sans-serif;
	border: 0;
	cursor: pointer;
	width: 100px;
	padding: 8px 20px;
	height: 35px;
}

.btnSend:hover {
	background: #454545;
}


.btnSend2 {
	background: #ed2326;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'OpenSansBold',arial,sans-serif;
	border: 0;
	cursor: pointer;
	width: 100px;
	padding: 8px 20px;
	height: 35px;
}

.btnSend2:hover {
	background: #454545;
}



.prijava .btnSend {
	margin-left: 120px;
}

.tabs {
	height: 40px;
	margin-bottom: 20px;
}

.page_content .tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ED2326;
	height: 40px;
}

.page_content .tabs ul li {
	float: left;
	margin-left: 5px;
	background: none;
	padding: 0;
	position: relative;
}

.page_content .tabs ul li:first-child {
	margin: 0;
}

.tabs li a {
	background: #E8E8E8;
	display: block;
	height: 40px;
	font: 15px/40px 'OpenSansRegular',arial,sans-serif;
	width: 236px;
	text-align: center;
	color: #000;
	position: relative;
}

.tabs li a:hover {
	background: #454545;
	color: #FFF;
}

.tabs li a.active {
	background: #ED2326;
	color: #FFF;
}

.pregled_table {
	width: 100%;
}

.pregled_table th {
	background: #454545;
	color: #FFF;
	padding: 7px 10px;
	text-align: left;
	font-family: 'OpenSansSemibold',arial,sans-serif;
	font-weight: normal;
}

.pregled_table td {
	border-bottom: 1px solid #e0e0e0;
	padding: 7px 10px;
}

.pregled_table td.pregled_edit, .pregled_table th.pregled_edit {
	width: 80px;
	text-align: center;
}

.pregled_table td.pregled_edit img {
	vertical-align: middle;
}

.pregled_table td.pregled_edit a {
	margin: 0 5px;
}

.pregled_table td.pregled_id, .pregled_table th.pregled_id {
	width: 50px;
	text-align: center;
}

.pregled_table td.pregled_date, .pregled_table th.pregled_date {
	width: 100px;
	text-align: center;
}

.pregled_row2 td {
	background: #f5f5f5;
}


.pregled_table_RP {
	width: 100%;	
}

.pregled_table_RP th {
	background: #454545;
	color: #FFF;
	padding: 7px 10px;
	text-align: left;
	font-family: 'OpenSansSemibold',arial,sans-serif;
	font-weight: normal;
}

.pregled_table_RP td {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 10px;
	line-height:15px;
	font-size: 11px;
}



.pages {
	text-align: center;
	padding-top: 20px;
}

.pages a {
	display: inline-block;
	background: #F2F2F2;
	padding: 3px 10px;
	color: #454545;
}

.pages a:hover {
	background: #454545;
	color: #FFF;
}

.pages a.active {
	background: #ED2326;
	color: #FFF;
}


.podaci_left {
	float: left;
	width: 640px;
}

.podaci_right {
	float: right;
	width: 300px;
}


/* footer */

footer {
	background: #454545;
	clear: both;
	color: #FFF;
	padding: 20px 0;
}

footer li {
	float: left;
	margin-right: 30px;
	padding-top: 4px;
}

footer li a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}

footer li a:hover {
	color: #bababa;
}

.footer_social {
	float: right;
	border-left: 1px solid #dd3c3c;
	padding-left: 20px;
}

.footer_social a {
	margin-left: 5px;
}

footer .sep {
	border-bottom: 1px solid #727272;
	clear: both;
	padding-top: 15px;
	margin-bottom: 20px;
}

.footer_cp {
	float: left;
	color: #bababa;
}

.footer_right {
	float: right;
	padding-top: 2px;
}


/* links */

a {
	color: #ed2326;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: #000;
}


/* forms */

input, select, textarea {
    font-family: 'OpenSansRegular', arial, sans-serif;
	font-size: 13px;
}

.checkbox {
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 3px 5px 3px 0;
	padding: 0;
}

.instOption option {
	width: 400px;
}


/* other */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page_content ul {
	padding: 10px 0;
}

.page_content ul li {
	background: url(img/bull.png) no-repeat 0 9px;
	padding: 1px 0 1px 18px;
}

.clear {
	clear: both;
	display: block;
}

.sep {
}

strong {
	font-weight: normal;
	font-family: 'OpenSansSemibold',arial,sans-serif;
}


/* headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font: 22px/28px 'OpenSansSemibold',arial,sans-serif;
	margin-bottom: 20px;
	border-bottom: 2px solid #f2f2f2;
	color: #454545;
	padding-bottom: 20px;
}

h2 {
	color: #ed2326;
	font: 18px/20px 'OpenSansSemibold',arial,sans-serif;
	margin-bottom: 10px;
	padding-top: 15px;
}

.error {
	background: #ffe9e9;
	border: 2px solid #ED2326;
	color: #ED2326;
	padding: 15px;
	text-align: center;
	font: 16px/18px 'OpenSansSemibold',arial,sans-serif;
	margin-bottom: 20px;
}

.success {
	background: #f0ffe5;
	border: 2px solid #57ab05;
	color: #57ab05;
	padding: 15px;
	text-align: center;
	font: 16px/18px 'OpenSansSemibold',arial,sans-serif;
	margin-bottom: 20px;
}

.info {
	background: #fffce2;
	border: 2px solid #f0c912;
	color: #c69a00;
	padding: 15px;
	text-align: center;
	font: 16px/18px 'OpenSansSemibold',arial,sans-serif;
	margin-bottom: 20px;
}



.tabs li a.doktorandiTabs {width: 91px;font-size:11px;}


/* popup */

.overlay { 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: url(img/popup_bg.png); 
	z-index: 1000; 
}

.popup_container {
	height: 1px;
	position: relative;
	top: 50%;
}

.popup { 
	background: #FFF; 
	width: 500px; 
	height: 300px; 
	position: relative; 
	margin: -150px auto 0; 
	-webkit-box-shadow:  0px 2px 10px 0px #000000; 
	box-shadow:  0px 2px 10px 0px #000000; 
	z-index: 1000;
	padding: 20px;
}

.closekontakt { 
	position: absolute; 
	right: -26px; 
	top: -24px; 
	background: url(img/close.png) no-repeat; 
	width: 48px; 
	height: 48px; 
	cursor: pointer; 
}

.popup_red_title {
	background: #ED2326;
	color: #FFF;
	padding: 2px 10px 1px;
	font-family: 'OpenSansSemibold',arial,sans-serif;
}

.popup .button {
	background: #454545;
	color: #FFF;
	border: 0;
	font-family: 'OpenSansSemibold',arial,sans-serif;
	cursor: pointer;
	padding: 5px 0;
}

.popup .button:hover {
	background: #7A7777;
}	



.pills {overflow:hidden;margin-top:35px;}
.pill {float:left;padding:3px 15px;text-align:center;border:solid 1px black;border-right:none;}
.pill a {color:black !important;}
.pill.active {color:white;background-color:red;}
.pill.active a {color:white !important;}
.pill:hover {background-color:#ededed;}
.pill.active:hover{background-color:red;}
.pill.first {border-radius: 5px 0 0 5px;}
.pill.last {border-radius: 0 5px 5px 0;border-right:solid 1px black;}

.tblNums {overflow:hidden;margin-top:15px;}
.tblNum {float:left;text-align:center;border:solid 1px gray;border-radius:5px;margin-right:10px;}
.tblNum a {color:black !important;padding:0px 10px;}
.tblNum.active {color:white;background-color:red;}
.tblNum.active a {color:white !important;}
.tblNum:hover {background-color:#ededed;}
.tblNum.active:hover{background-color:red;}

.tblTablice {}
.tblTablice tr td {padding:5px;}
.tblTabliceHead {background-color:lightyellow;}

th.autoWidth {width:auto !important;}
th.smallWidth {width:150px !important;}

.frmSection_title {font-weight:bold;font-size:15px;margin-bottom:10px;background-color:#a50000;color:white;}

.frmSection {font-weight:bold;font-size:15px;margin-bottom:10px;background-color:#ededed;}
.frmSectionSub {font-weight:bold;}

.smallTxt {font-size:9px;line-height:10px;margin-top: 3px;}

.markAsNotDone {background-color:#ffcccc;}

.prkChanged {background-color:#ffbbbb;}


table.formtable2 {
	width: 100%;
}	

table.formtable2 th {
	text-align: left;
	background: #f2f2f2;
	border-bottom: 10px solid #FFF;
	padding: 10px 15px;
	font-weight: normal;
	font-family: 'OpenSansSemibold',arial,sans-serif;
}


table.formtable2 td {
	background: #f2f2f2;
	border-bottom: 10px solid #FFF;
	padding: 10px 15px;
}