::-webkit-input-placeholder {
	font-style: italic;
  }
  
  :-ms-input-placeholder {
	font-style: italic;
  }
  
  ::placeholder {
	font-style: italic;
  }



body {
	background: #FFF;
    font: 12px/18px 'OpenSansRegular', arial, sans-serif;
	color: #000;
}
.tbl_mob {display: none;}
.green-btn {
    background: #009900;
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}


.center {
	width: 1300px;
	margin: 0 auto;
}

.body_wide .center {
	width: 1400px;
}


/* header */

header {
	height: 110px;
	padding-top: 15px;
	background: #fff;
}
.logo {
	display: block;
}

.logo img { 
	max-width: 100%;
	width: 155px;
	height: 59px;
}
.header_right {
	float: right;
	width: 730px;
	padding-top: 20px;
}

.header_right nav {
	float: right;
}

/*header nav.head_nav {
	margin-right: 45px;
}*/

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: #f3f3f3 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: #000000;
	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;
	color: #000000;
    font-weight: bold;
}

header nav.head_nav ul li a:hover {
	background: #d3d3d3;
}	

header nav.head_nav.user_nav ul li a:hover {
	background: none;
	color: #fecf00;
}

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: #0679ae;
    height: 49px;
    padding: 9px 0 0 0;
    position: relative;
    z-index: 100;
}

.topnav ul li {
	float: left;
	position: relative;
	height: 46px;
	margin-right: 10px;
}

.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;
}

.topnav ul li a:hover, .topnav ul li a.active,
.topnav *:hover > a {
	background: #fff;
	color: #000000;
}

.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;
	min-height: 64vh;
}

.left {
	float: left;
	width: 690px;
	padding: 40px 0;
	font-size: 13px;
	line-height: 20px;
}

.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: #fff7ee;
	border-bottom: 10px solid #FFF;
	padding: 10px 15px;
	font-weight: normal;
	font-family: 'OpenSansSemibold',arial,sans-serif;
	width: 125px;
}


table.formtable td {
	background: #fff7ee;
	border-bottom: 10px solid #FFF;
	padding: 10px 15px;
}

table.cke_editor td {
	border: 0;
	padding: 3px;
}

table.formtable td table.tbl4 td {
	padding: 5px;
	border: 0;
	background: none;
	vertical-align: top;
}

table.formtable td.final_td {
	background: #dedede;
}

.form_input {
	background: #FFF;
	color: #000;
	border: 0;
	width: 95%;
	padding: 6px;
	border: 2px solid #d6d6d6;
}

.table-opg .form_input,
.table-opg textarea {
	width: 450px;
}

.table-opg select.form_input {
	width: 100%;
}

textarea.form_input.form_txt_big {
	width: 634px;
	margin: 5px 0;
}

.form_input.input_m {
	width: 50%;
}

.form_input.input_s {
	width: 20%;
}

.prijava .form_input {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

.form_input.checkbox {
	width: 14px !important;
	height: 14px !important;
	vertical-align: middle;
	margin: 0 5px 0 0;
	border: 0;
	background: none;
	display: inline-block;
	margin-right:10px;
}
.form_input.checkbox + label {margin-right: 20px;}
table.formtable label {
	vertical-align: middle;
	margin-right: 40px;
}

.btnSend {
	background: #009900;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'OpenSansBold',arial,sans-serif;
	border: 0;
	cursor: pointer;
	width: 100px;
	padding: 15px 20px;
}

.small-green {
    background: #0679ae;
}

.small-orange {
	background: #ff8400;
}


.btnSend:hover {
	background: #009900;
}

.prijava .btnSend {
	margin-left: 120px;
}

.tabs {
	height: 40px;
	margin-bottom: 20px;
}

.tabs_s {
	height: 35px;
}

.page_content .tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e77800;
	height: 40px;
}

.page_content .tabs_s ul {
	height: 35px;
}

.page_content .tabs ul li {
	float: left;
	margin-left: 5px;
	background: none;
	padding: 0;
}

.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;
	
	text-align: center;
	color: #000;
	padding: 0px 30px;
}

.tabs_s li a {
	font-size: 13px;
	line-height: 37px;
	height: 35px;
	width: auto;
	padding: 0 10px;
}

.tabs li a.active,
.tabs li a:hover {
	background: #e77800;
	color: #FFF;
}

.pregled_table {
	width: 100%;
}

.pregled_table a {
	color: #5b5b5b;
    font-weight: bold;
}

    .pregled_table th {
        background: #0679ae;
        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_row2.selected td {
	background: #fff5bb;
}

.pages {
	text-align: center;
	padding-top: 20px;
}

.pages a {
	display: inline-block;
	background: #F2F2F2;
	padding: 3px 10px;
	color: #454545;
}

.pages a.active,
.pages a:hover {
	background: #fecf00;
	color: #FFF;
}


.projektna_col1 {
	width: 400px;
	float: left;
	margin-right: 20px;
}

.projektna_col1 dt {
	float: none;
}

.projektna_col1 dd {
	float: none;
	margin: 0 0 10px 0;
	width: auto;
}

.projektna_col1 section.projektna_dl1 dt {
	float: left;
	width: 160px;
}

.projektna_col1 section.projektna_dl1 dd {
	float: left;
	width: 240px;
	margin: 0;
}

.projektna_col2 {
	float: left;
	width: 680px;
}

.projektna_col3 {
	float: right;
	width: 280px;
}

.projektna_col3_h1 {
	float: right;
	width: 280px;
}

.status_content {
	background: #e8e8e8;
	padding: 0 10px 10px;
}

.status_box {
	background: #FFF;
	margin: 10px 0 0 0;
	float: left;
	width: 240px;
	padding: 8px 10px;
}

.status_box1, .status_box2, .status_box3 {
	float: left;
	/*height: 22px;*/
}

.status_box1 {
	width: 210px;
}

.status_box2 {
	width: 45px;
}

.status_box3 {
	width: 80px;
}

.status_box h4 {
	font-family: 'OpenSansSemibold',arial,sans-serif;
}

.status_icon {
	float: right;
	width: 16px;
	height: 16px;
	/*margin-top: 3px;*/
	margin-top: -17px;
}

.tbl2 .status_icon {
	margin-top: 5px;
}

.status_icon_green {
	background: #57ab05;
}

.status_icon_yellow {
	background: #f8e461;
}

.status_icon_red {
	background: #ed2326;
}

.status_icon_grey {
	background: #454545;
}

.odbor_cols {
	background: url(img/sep_v.gif) repeat-y 480px 0;
}

.odbor_2, .odbor_4 {
	float: left;
	width: 900px;
}

.odbor_1, .odbor_3 {
	float: left;
	padding: 0 20px 0 0;
	width: 460px;
}

.odbor_2, .odbor_4 {
	padding: 0 0 0 20px;
}

.dodaj_link {
	float: right;
	margin-bottom: 10px;
}

.dodaj_link a {
	display: block;
	background: #009900;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'OpenSansBold',arial,sans-serif;
	/* width: 100px; */
	/* height: 35px;
	line-height: 35px; */
	padding: 15px 20px;
	text-align: center;
}

.dodaj_btn {
	display: block;
	background: #009900;
	color: #FFF;
	font-family: 'OpenSansBold',arial,sans-serif;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border: 0;
}

.dodaj_link a:hover, .dodaj_btn:hover {
	background: #067406;
	color: #FFF;
}


/* footer */

footer {
    background: #f0c308;
    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;
	display: none;
}

.footer_cp {
	float: left;
}

.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;
	padding: 5px;
}


.checkbox {
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 3px 5px 3px 0;
	padding: 0;
}


/* 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 {
	border-bottom: 2px solid #F2F2F2;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
}

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;
}

.odbor_cols h2 {
	padding: 5px 0 0;
	margin-bottom: 15px;
}

.popup h2 {
	padding: 0;
	margin-bottom: 20px;
}


.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;
}


/* popup */

.overlay { 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: url(img/popup_bg.png); 
	z-index: 100; 
}

.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: 100;
	padding: 20px;
}

.popup2 {
	width: 800px;
	margin: -340px auto 0;
}

.popup_scroll {
	overflow: auto;
	height: 560px;
	padding-right: 20px;
}

.closekontakt { 
	position: absolute; 
	right: -26px; 
	top: -24px; 
	background: url(img/close.png) no-repeat; 
	width: 48px; 
	height: 48px; 
	cursor: pointer; 
}

.login label {
	display: block;
	margin-top: 20px;
}


.search-box {
	padding: 20px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}


.tbl1 td {
	padding-right: 20px;
}


.tbl1 td label {
	display: block;
}


.tbl1 thead td {
	font-weight: bold;
}





.tbl2 {
	width: 100%;
	border-collapse:collapse;
}

.tbl3 {
	width: 100%;
}

table.formtable td table.tbl4 {
	margin: 10px 10px 5px 20px;
}

table.tbl2, table.tbl2 th, table.tbl2 td {
	border: 1px solid #ddd;
}

table.formtable table.tbl3 td {
	border-top: 1px solid #ddd;
	border-bottom: 0;
}

table.formtable table.tbl3 th {
	border: 0;
}

.tbl2 td {
	padding: 2px 5px;
}

table.formtable .tbl3 th, table.formtable .tbl3 td {
	padding: 5px 0;
} 

.tbl2 td label {
	display: block;
}


.tbl2 thead td {
	font-weight: bold;
}

table.formtable .tbl3 th {
	width: auto;
}

table.formtable .tbl3 th.tbl3_ocjena, table.formtable .tbl3 td.tbl3_ocjena {
	width: 100px;
	text-align: center;
}

tr.tbl3_ukupno td {
	background: #D6D6D6;
	text-align: right;
	font-weight: bold;
}



.total {
    text-align: right;
}


.podaci_left {
    float: left;
    width: 640px;
}


.podaci_right {
    float: right;
    width: 300px;
}


dl {

}

dt {
	float: left;
	width: 200px;
	font-weight: bold;
}

dd {
	float: left;
	width: 400px;
}


section {
	padding-bottom: 20px;
	margin-bottom: 20px;
    overflow: hidden;
	border-bottom: 2px solid #F2F2F2;
}

.ocjeneZaPanele {padding:5px 10px;cursor:pointer;font-weight:bolder;margin:0 20px;}

input[type="text"]:disabled {

	background: #F2F2F2;

}
.divopiswrapper, .divoaranzmanwrapper{
	position:relative;
	min-height:450px;
}
.divopis{
	position:relative;
	display:none;
	top:0;
	left:0;
}

.divoaranzmanopis{
	position:relative;
	display:none;
	top:0;
	left:0;
}

.naplata {
    color: #ed2326;
    font-weight: bold;
}

.slike{
	margin:0 5px 5px 0;
	cursor:pointer;
}
.slikeselected{
	border: 2px solid #ED2326;
}
.cijene{width:600px;}

.input-field {
	padding: 10px;
}

a.delete-btn,
.small-delete {
	background: #d30022;
}

a.delete-btn:hover {
	background: #aa0721;
}

.small-green,
.small-orange,
.small-delete {
	color: #fff;
    border: none;
    padding: 7px 10px;
}

.search-box.proizvodi {
	padding: 10px 15px;
}

.search-box.proizvodi .btnSend {
	padding: 10px 20px;
	position: relative;
	top: 9px;
}

.search-box.proizvodi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
}

.search-box.proizvodi.fixed table {
	margin: 0 auto;
}

label {margin: 10px 0 10px 0;}
.margtop10 {margin-top: 10px;}
.margtop20 {margin-top: 20px;}