/* reset css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* No print class */
.no-print {
	display: none !important;
}

/* No print content */
hr, br, footer,
#__footer,
#__recommend_job_modal,
#__comment_form_modal,
#english-info-box,
.nav-wrapper {
	display: none !important;
}

/* Standard print styles */
* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

@page {
	margin: 1cm !important;
}

body {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

img {
	display: block;
	page-break-before: auto;
	page-break-after: auto;
	page-break-inside: auto !important;
}

h2+ul, h3+ul, h4+ul {
	page-break-after: avoid !important;
}

img {
	max-width: 100% !important;
}

ul li {
	list-style-type: disc;
}

p a:after {
	content: " (" attr(href) ")";
	font-size: 80%;
}

p a[href^="http://"]:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}

/*p a:after {
	content: " (http://poslovi.infostud.com" attr(href) ")";
}*/

p a[href^="#"]:after {
	display: none;
}

p a[href^="http://"]:after, a[href^="https://"]:after {
	content: " (" attr(href) ")";
}

p a {
	word-wrap: break-word;
}

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

strong {
	font-weight: bold;
}

h1 {
	font-size: 20pt !important;
	font-weight: bold;
	margin-bottom: 0 !important;
}
h2 {
	font-size: 18pt !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}
h1+h6 {
	margin: 0 !important;
	text-align: center;
}

h6 {
	font-size: 16px;
}

blockquote, ul {
	margin: 0;
}

ol, ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.ogl__text h1 { /*naziv pozicije u oglasu*/
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px !important;
}
.ogl__text h3 { /*podnaslovi: job responsibilites...*/
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
}
.ogl__text h4 { /*rok konkurisanja u tekstu*/
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px !important;
}

.ogl-header {
	overflow: hidden;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.ogl-header > div {
	float:left;
}
.ogl-header > .ogl-header__desc {
	width: 80%;
}

.ogl-header__logo {
	text-align: center
}

.uk-badge  {
	display: inline-block;
	box-sizing: border-box;
	min-width: 24px;
	height: 24px;
	padding: 0 10px;
	border-radius: 500px;
	vertical-align: middle;
	background: #f2f2f2 !important;
	color: #444;
	font-size: 10pt;
}
.uk-alert-danger {
	color:red !important;
	margin-bottom: 20px;
}

/* print specific styles */
.print__notice { /*Napomena:*/
	font-size: 10pt;
	color: grey !important;
	margin-top: 40px;

/* Content message */
/*#ogl:before,
#ogl:after {
	display: block;
	content: "Poslovi.infostud.com";
	margin-bottom: 1cm;
	border: 1px solid #bbb;
	padding: 3px 5px;
	font-style: italic;
	text-align: center;
}*/

