@charset "utf-8";

/*-------------------------------
RESET STILOVI
-------------------------------------*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 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 none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong {
	color: #333;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul, ol {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------
GLOBALNI STILOVI
-------------------------------------*/
body {	
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {}
h1 {}
p {}
ul, ol {}
li {}
a {
	color: #023777;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {}

table { width:100%; border: solid 1px #fbeed9; }
table th 
{ 
    background-color:#f0b45e; 
	color:#fff;  
	height: 20px;
	line-height:20px;
	vertical-align:middle;
	padding: 3px;
	font-weight:bold; 
	text-align:center;
}

table td
{ 
    background-color:#fcfcfc;   
	height: 20px;
	line-height:20px;
	vertical-align:middle;
	padding: 2px;
	border: solid 1px #fbeed9;
}

.boldCenter { font-weight:bold; text-align:center; }
.bold { font-weight:bold; }
.center { text-align:center;}

/*-------------------------------------
KONTEJNERSKI OBJEKTI
-------------------------------------*/

div {}
header, section, article, aside, footer { position: relative }

#page-container
{
    width:100%;
	height:auto;
	margin:0 auto;
    /*border: solid 1px #CCC; 
	-moz-box-shadow: 1px 1px 5px #999; 
	-webkit-box-shadow: 1px 1px 5px #999; 
	box-shadow: 1px 1px 5px #999;*/
}

header {
	width: 100%;
	height: 150px;
	/*background-color: #FFFFFF;*/margin:0 auto;
}

#header_logo
{
    width:1000px;
	height:110px;
	position:relative;
	padding:auto 0;
	line-height: 100px;
	margin:0 auto;

}

#header_logo  img { vertical-align: middle; } 

#header_menu
{
    width:100%;
	height:40px;
	/*background-color:#fbeed9;/*#1e2d5d;*/
	margin:0 auto;
	margin:0 auto;
	/*
	-webkit-box-shadow: 0 1px 3px 0 #CCC;
    -moz-box-shadow: 0 1px 3px 0 #CCC;
    box-shadow: 0 1px 3px 0 #CCC;
	/*
	background: -moz-linear-gradient(top, #023777 0%, #022b5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023777), color-stop(100%,#022b5b));
    background: -webkit-linear-gradient(top, #023777 0%,#022b5b 100%);
    background: -o-linear-gradient(top, #023777 0%,#022b5b 100%);
    background: -ms-linear-gradient(top, #023777 0%,#022b5b 100%);
    background: linear-gradient(to bottom, #023777 0%,#022b5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023777', endColorstr='#022b5b',GradientType=0 );
	*/
}

#header_line
{
   width:100%;
   height:2px;
   background-color:#f0b45e;
   -webkit-box-shadow: 0 1px 3px 0 #CCC;
   -moz-box-shadow: 0 1px 3px 0 #CCC;
   box-shadow: 0 1px 3px 0 #CCC;
   
   
}

#content 
{
    width: 998px;
	min-height: 780px; /* samo dok testiram */
	height:auto;
	margin:0 auto;
	/*margin-top:10px;*/
	background-color:#FFF;
	border: solid 1px #CCC; 
	-moz-box-shadow: 1px 1px 5px #999; 
	-webkit-box-shadow: 1px 1px 5px #999; 
	box-shadow: 1px 1px 5px #999;
}

#main { width:705px; height:100%; float:left; padding:20px;  text-align:justify; }
#main p { font-size:12px; margin:0 0 10px 0;}
#main ul  { margin:0 0 10px 0;}
#main h1 { font-size:24px; color:#425dab;  margin-bottom:10px; border-bottom:solid 1px #fbeed9; }
#main h2 { font-size:18px; color:#425dab;  margin-bottom:10px; margin-top:10px;}
#main h3 { font-size:14px; color:#425dab;  margin-bottom:10px; margin-top:10px;}
#main h4 { font-size:16px; color:#1e2d5d;  margin-bottom:10px; border-bottom:solid 1px #fbeed9; }
#sidebar { width:250px; height:100%; float:left; display:block; background-color:#f6f6f6; border:#e2e2e2 solid 1px; padding-bottom:130px;}
#news { width:720px;  }
#news h1 { font-size:24px; color:#425dab;  margin-bottom:10px; border:none;}

footer {
	width: 1000px;
	height: 50px;
	/*background-color: #FFF;*/
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	color:#555;
	clear:both; 
	/*border-top:solid 1px #1e2d5d;
	-webkit-box-shadow: 0 1px 3px 0 #CCC;
    -moz-box-shadow: 0 1px 3px 0 #CCC;
    box-shadow: 0 1px 3px 0 #CCC;
	/*background: -moz-linear-gradient(top, #283d7f 0%, #1e2d5d 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#283d7f), color-stop(80%,#1e2d5d));
    background: -webkit-linear-gradient(top, #283d7f 0%,#1e2d5d 80%);
    background: -o-linear-gradient(top, #283d7f 0%,#1e2d5d 80%);
    background: -ms-linear-gradient(top, #283d7f 0%,#1e2d5d 80%);
    background: linear-gradient(to bottom, #283d7f 0%,#1e2d5d 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283d7f', endColorstr='#1e2d5d',GradientType=0 );*/
}

#footer_line
{
    width:600px;
	margin:0 auto;
	padding-bottom:20px;
	border-top: 1px solid #79787C;
    -webkit-box-shadow: inset 0 1px 0 #ccc;
    -moz-box-shadow: inset 0 1px 0 #ccc;
    box-shadow: inset 0 1px 0 #ccc;
}

/*-------------------------------------
OSTALO
--------------------------------------*/
/*
Boje:
Narandzasta: #f0b45e, #f6cf99 i #fbeed9
Plava #1e2d5d, #425dab i #9baad7
*/
.clear { clear: both; }

.page { float:right; margin-bottom:5px; margin-right:15px;}
.page a { font-weight:bold; color:#425dab; }


#content ul li { list-style-type:square; }
#logo { width:300px; float:left;}

#tempus_logo { width:150px; float:left; margin-left:400px;}

#panel_right { width:100%; height:100%; }

/* NEWS ITEMS */
.news_item  { border:#e2e2e2 solid 1px; float:left; width:705px; }
#news .news_text  h1 { font-size: 16px; margin-top:5px; border:none; }
.news_item .heading { height:20px; background-color:#f6f6f6; border-bottom:#425dab solid 2px; line-height: 20px; vertical-align: middle; display: block;  }
#news .news_item .heading  p {  padding: 2px; color:1e2d5d; font-size: 14px; margin:0; }
.news_text .more { float:right; font-weight: bold; }
.news_text .more a:hover { color:#425dab; }
.news_text, .news_photo { float:left; padding: 0; margin: 0; }
.news_text { width:420px; padding:5px 5px 5px 10px; padding-top:0px; text-align: justify; }
.news_item { margin-bottom: 3px;}
.news_item .news_photo { width:270px;}
.news_item .news_photo img 
{
    padding: 0;
    margin: 0;
    display: block;
	height: 180px;
}
.news_item .news_photo2 img 
{
    padding: 0;
    margin: 0;
    display: block;
	height: 320px;
	 float:left; padding: 0; margin: 0;
}
.news_item .news_photo2 
{
   
	width:270px; float:left; padding: 0; margin: 0; height: 230px;
}

#main .long_news_img img { width:250px; float:right; margin: 0px 0px 10px 10px; }


/* SIDEBAR */
#sidebar #panel_right  h1 { font-size: 24px; margin-top:20px; margin-left:10px; padding-bottom:5px; color:#1e2d5d; }
.social { width:230px; margin-left:20px; float:left; }
#socialDiv p {  line-height: 45px; vertical-align: middle;}
#socialDiv span { padding-left:10px; }
#socialDiv a
{  
    background-image: url("../images/social.png");
	width:45px;
	height:45px;
	background-color: transparent;
	background-repeat:no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 none;
    text-indent: -9999px;
    overflow: hidden;
    float: left;	
}
.social2{ width:250px; margin-left:0px; float:left; }
#socialDiv a.twitter { background-position: 0px -45px; }
#socialDiv a.twitter:hover
{
   background-position: 0px 0px;
}

#socialDiv a.facebook { background-position: -45px -45px; }
#socialDiv a.facebook:hover
{
   background-position: -45px 0px;
}

#socialDiv a.google { background-position: -90px -45px; }
#socialDiv a.google:hover
{
   background-position: -90px 0px;
}

#socialDiv a.linkedin { background-position: -135px -45px; }
#socialDiv a.linkedin:hover
{
   background-position: -135px 0px;
}

#socialDiv a.youtube { background-position: -180px -45px; }
#socialDiv a.youtube:hover
{
   background-position: -180px 0px;
}

#tweets { height:400px; }
#wp_description { margin-top: 10px; }
.tooltip_data { display:none; width:360px; font-size:12px; float:left; margin-right:5px; }
.tooltip_data .data_left { width:100px; float:left; }
.tooltip_data .data_left img { width:100px; }
.tooltip_data .data_right { width:220px; float:left; padding:5px 20px;}
.tooltip_data .data_right p { line-height: 0.9; padding-top:5px; }
.tooltip_data .data_right  .title { font-weight:bold; }


#partnerList { margin-top:10px; width:100%; height:100%;}
#partnerList .tooltip_data_list { width:350px; height:100px; font-size:12px; float:left; margin-bottom:10px; }
#partnerList .tooltip_data_list  .data_left { width:80px; float:left; }
#partnerList .tooltip_data_list  .data_left img { width:70px; } 
#partnerList .tooltip_data_list  .data_right { width:250px; float:left; padding:5px 10px;}
#partnerList .tooltip_data_list  .data_right p { line-height: 0.1; padding-top:5px; }
#partnerList .tooltip_data_list  .data_right .title { font-weight:bold; }

/* LEGEND */
#legend { margin-top:10px; }
.outputs table { width:100%; border: solid 1px #fbeed9; }
table.outputs tr { height:40px; }
table.outputs th
{
    background-color:#5F497A; 
	color:#fff;  
	height: 20px;
	line-height:20px;
	vertical-align:middle;
	padding: 3px;
	font-weight:bold; 
	text-align:center;
	
	background: #5F497A;
    background: -moz-linear-gradient(top, #5F497A 0%, #422e5d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5F497A), color-stop(100%, #422e5d));
    background: -webkit-linear-gradient(top, #5F497A 0%, #422e5d 100%);
    background: -o-linear-gradient(top, #5F497A 0%, #422e5d 100%);
    background: -ms-linear-gradient(top, #5F497A 0%, #422e5d 100%);
    background: linear-gradient(top, #5F497A 0%, #422e5d 100%);
}

table.outputs td.upcoming { background-color:#95B3D7; font-weight:bold; color:#FFF;}
table.outputs td.in_progress { background-color:#FFE0A3; font-weight:bold;  color:#FFF;}
table.outputs td.completed{ background-color:#76923C; font-weight:bold; color:#FFF;}
table.outputs td.late { background-color:#953734; font-weight:bold; color:#FFF;}

.upcomingSpan { width:25px; height:14px; background-color:#95B3D7; border:solid 1px #666; float:left; font-weight:bold;}
.in_progressSpan { width:25px; height:14px; background-color:#FFE0A3; border:solid 1px #666; float:left; font-weight:bold;}
.completedSpan { width:25px; height:14px; background-color:#76923C; border:solid 1px #666; float:left; font-weight:bold;}
.lateSpan { width:25px; height:14px; background-color:#953734; border:solid 1px #666; float:left; font-weight:bold;}

#content ul li.nob { list-style-type:none; margin-left:-20px;}