@charset "utf-8";
/* CSS Document */
body {
	/* background-color: #f1f1f1; */
}

p {
	margin: 0 0 1em;
}

h1, h2, h3, h4 {font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color:#09F;
}

h2 {	font-size:24px;}
h3 {	font-size:18px;}
h4 {	font-size:16px;}

a:hover, a:active, a:focus {
  outline: none;
}

table td {
	padding:0.1em 0.1em 0 0.5em;	
}
/* Global attributes */
.disabled,
.irrelevant {
	opacity: 0.6;
}

/* Global text decoration */
span.exponent{
    vertical-align: super;
    font-size: smaller;
}

div.indented {
	margin-left: 4em;
}

/*
.importantLink {
	color: #0CF;
	text-shadow: #FFF;
	font-weight: bold;
}
*/

/* header decoration - graphene-like pattern */
.navbar-inverse {
	background-color: #111;
border-bottom: solid 4px #000;
	background-image: url(../common/images/background/graphene%20background%20pattern.png);
	background-repeat: repeat-x;
}


    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
	margin-bottom: 0;
	border-radius: 0;
    }
ul.nav.navbar-nav li:first-child a {
	color:#0CF;
}

ul.nav.navbar-nav li:first-child a:hover {
	color:#FFF;
}
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {min-height: 500px}
    
    /* Set gray background color and 100% height */
    .sidenav {
	padding-top: 20px;
	background-color: #f1f1f1;
	height: 100%;
	border-right: solid 3px #333;
    border-bottom: solid 1px #888;
    border-radius: 0 0 15px 0;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
		  .sidenav {
			height: auto;
			padding: 15px;
		  }
		  .row.content {height:auto;} 
    }
.HeaderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0CF;
	width:500px;
}

/* LEFT MENU new properties */
p.LeftMenuItem {
	display: block;
	min-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: right;
	padding-bottom:0.5em;
	line-height:1.2em;
}
p.LeftMenuItem:last-child {
	border-bottom: none;
}
p.LeftMenuItem a.inactive {
	color:#999;
	cursor:inherit;	
}
p.LeftMenuItem a.inactive:hover {
	text-decoration:none;
	color:#999;
	cursor:inherit;	
}



/* main part  section */
.col-sm-8 {
	background-color:#FFF;
}

.HeaderTitle .location {
	font-size: 14px;
	display: inline;
}
.HeaderTitle .conferenceTime {
	font-size: 12px;
	color: #eee;
	display: inline;
}

img.razglednica {
	border: 3px solid #FFF;
	width:auto;
	height:auto;
	max-width: 100%;
}

.pale {
	color:#CCC;
}
.small {
	font-size	
}
p.footnote {
	font-size: x-small;
	padding-top: 0.2em;
	margin: 0.5em 0 1.5em 5em;
	border-top: solid 1px #CCC;
	clear: both;
}

span.UnicodeIcon {
	font-size: larger;
}
#loginArea {
	color: #CCC;
	background: black;
	padding: 8px;
	border-radius: 5px;
	font-size: 10px;
	position: absolute;
	display: none;
	height: 75px;
	width: 260px;
	overflow: hidden;
	border: solid 1px #999999;
	right: 10px;
	top: 35px;
	z-index: 2;

}
#loginArea p input{
	background-color:#333;
	color: inherit;
	margin-left:5px;
	border: solid 1px gray;
	border-radius: 3px;
}
#loginArea a {
	display:block;
	position:absolute;
	color: inherit;
	background:#333;
	border-radius:50%;

/*	
	border:solid 1px #999;
*/
	text-align:center;
	height: 1.8em;
	width: 1.8em;	
	opacity:0.5;
	padding-top:0.3em;
}
#loginArea a:hover {
	opacity:1;
}
#loginArea a.Xclose {
	top:3px;
	right:3px;
}
#loginArea a.submit {
	bottom:13px;
	right:13px;
	font-size:large;
}
#EC_help {
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	 float: right; 
	 position:absolute;
	right: 2em;
	width:2em;
	height:2em;
	border:solid 3px #CCC;
	border-radius:50%;
	background-color:inherit;
	top: 100px;
	z-index:0;
}
#EC_help a:link,
#EC_help a:selected {
	text-decoration:none;
}
#EC_textHelp {
	 visibility:hidden;  
	position:relative;
	text-align:right;
	font-size:small;
	padding-right:1.3em;
}

div#btnLeftMenu {
	display:none;
}
@media only screen and (max-width: 767px) {
  /* rules that only apply for canvases narrower than 767px */
	  
	div#btnLeftMenu {
		display:block;
		position:absolute;
		z-index:1;
		height:2.5em;
		background-color:#f1f1f1;
		left:0;  
		font-size:9px;
		padding:0 1em 1em;
		opacity:0.7;
		border:solid 1px gray;
		border-top:none;
		border-radius: 0 0 50% 50%;
		outline:none; 
	}
	
	div#btnLeftMenu:hover {
		font-size:normal;
		opacity:1;
		border-color:black;
	/*	border:groove; */
		box-shadow: 5px 5px 10px #888888;
		
	}
	.HeaderTitle {
		width:auto;
	}
	#leftMenu {
		display:none;	
	}
	  
}


#underConstructionMarker,
#inTestModeMarker  {
	position:relative;
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	width: 100px;
	float: right;
	z-index:10;
}

#underConstructionMarker {
	background-image: url(../common/images/background/UnderConstructionCorner.png);
}
#inTestModeMarker {
	background-image: url(../common/images/background/TestingCorner.png);
	opacity:0.5;
}

#fileVersionInfo {
	position:relative;
	float: right;
	right:-100px;
	font-size:9px;
	z-index:6;
	color:#999;
}


h3 span.userName {
	font-weight:bold;
	font-style:italic;
}

div.dicountPrice {
	padding-right: 60px;
	background-image: url(../common/images/icons/discountIcon.png);
	background-repeat: no-repeat;
	background-position: right;
}


/* registration form , .... */
form#registrationForm {
	max-width:700px;
}

form#registrationForm .formItem {
	padding: 0.2em;
	margin: 0.25em;
	border-bottom: solid 0px gray;
}
form#registrationForm .formItem label {
	padding-right:1em;
	width:20em;
	 border-bottom:dotted 1px gray; 
}
form#registrationForm .formItem input.MSwordField,
form#registrationForm .formItem textarea.MSwordField {
	background-color: #FF8;	
	border: solid 1px #666;
}
form#registrationForm .formItem input.errorFocus,
form#registrationForm .formItem textarea.errorFocus {
	background-color:#0CF;
}


	 /* On small screens modify forms */
    @media screen and (max-width: 767px) {
		form#registrationForm .formItem {
		border-bottom: solid 1px gray;
		}
		form#registrationForm .formItem label {
			width:auto;
			border-bottom:none;
		}
	}
form#registrationForm .formItem ul {
	font-size:12px;
}
	

#mnuPossibleData,
#mnuPossibleFirm {
	border: solid 3px #666;
	z-index:2;
	display:none;
	width:400px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.ajaxOption,
div.ajaxOptionMore  {
	display:block;
	padding:0.3em;
	background-color:#EEE;
	text-decoration: none;
	border-bottom: solid 1px gray;
}
a.ajaxOption:hover {
	background-color:#CCC;
	color:#003;
}
div.ajaxOptionMore {
	text-align:center;
	background-color:#999;
	color:white;
	font-size:12px;
	padding:0;
	
}
 /*    end registration form */

#deadLineExtended {
	font-weight: bold;
	color: #33F;
	position: absolute;
	z-index: 5;
	top: -5px;
	left: 100px;
	width: 328px;
}



/* Conference time table */
table#timeTable {
	border: 2px solid #000;
	box-shadow: 10px 10px 5px #888888;
	font-weight: normal;
}

table#timeTable td,
table#colorInfo td {
	padding:0.3em;
	border: solid 1px black;
	font-weight:normal;
}
table#timeTable th{
	text-align:center;
	border: solid 1px black;
	background-color:#999;
	color:#FFF;
	padding:0.4em;
	font-weight:normal;
}
 
table#timeTable td.regularSession,
table#colorInfo td.regularSession{
	background-color:#8EF;
}
table#timeTable td.specialSession,
table#colorInfo td.specialSession{
	background-color:#FD1;
}
table#timeTable td.touristTour,
table#colorInfo td.touristTour{
	background-color:#FFC;
}
table#timeTable td.facultativeActivity,
table#colorInfo td.facultativeActivity{
	background-color:#FFC;;
}
table#timeTable td.informativeTour,
table#colorInfo td.informativeTour{
	background-color:#FFC;
}
table#timeTable td.generalSession,
table#colorInfo td.generalSession{
	background-color:#3E3;
	font-weight:bold;
}
table#timeTable td.specialMeeting,
table#colorInfo td.specialMeeting{
	background-color:#8EA;
	font-weight:bold;
}
table#timeTable td.administrativeActivity,
table#colorInfo td.administrativeActivity{
	background-color:#CCC;
	font-weight:bold;
}


div#versionInfo {
	font-size: 11px;
	color: #999;
	float: right;
	position: relative;
	top: -1em;
}


div.supporterInfo {
	padding: 1em 2em;
	font-size:10px;
	color:#666;
	min-height:90px;
}
div.supporterInfo img.supporterLogo {
	float:left; 
	margin-left:1em;
}
/*
div.supporterInfo p.supporterText {
	float:left; 
	padding:2em 1em;
	color:#000;
}
*/
table#acronyms {
	border: 2px solid #000;
}
table#acronyms tr td{
	border: 1px solid #000;
	padding: 0.4em 0.4em 0;
}




/* Format imported from EC */
div#timeTable_EC {
	max-height:600px;
	overflow-y:auto;
}
div#timeTable_EC table td {
	vertical-align:top;
	padding:0.4em;
}
div#timeTable_EC table td div#title,
div#timeTable_EC table td div#main_menu,
div#timeTable_EC table td div#menu2,
div#timeTable_EC table td div#menu3,
div#timeTable_EC table td div#pagetitle{
	display:none;
}

a.day_with_abstracts,
a.day_next_link,
a.program_days
	{
	margin:0 1em;
}

div#timeTable_EC table td div.heading{
	font-weight:normal;
}
div#timeTable_EC table td div.heading:hover {
	text-decoration:none;
}
div#timeTable_EC table td div.heading span.interval{
	display:inline-block;
	font-weight:bold;
	padding-right:3em;
}
div#timeTable_EC table td div.heading span.title{
	display:inline-block;
	font-size:16px; 
	font-weight:normal;
	padding:0;
	margin:0;
}


div#timeTable_EC table td div.date{
	font-weight:bold;
	background-color:#888;
	color:#FFF;
	padding:0 0.4em;
	margin: 1em 0;
}
div#timeTable_EC table td div.title{
	font-weight:bold;
}
div#timeTable_EC table td div.session {
	border-top:solid 1px #999;
	margin-top:1em;	
	padding-top:0.5em;
}
div#timeTable_EC table td div.session_desc {
	padding-top:0em;
	font-weight:bold;
	font-size:18px; 
	color:#39F;
}
div#timeTable_EC table td div.session_chair {
	padding-bottom:1em;
	font-weight:bold;
/*	font-size:12px;  */
	color:#39F;
}
div#timeTable_EC table td div.room {
	border-bottom:solid 1px #CCC;
	width:30%;
}

div#timeTable_EC table td span.room_name {
	font-weight:bold;
	color:#338;
}
div#timeTable_EC div#disclaimer {
	display:none;	
}

/* awarded pages */

div#awardedPages h3 {
	padding-top:0.5em;
	border-top: solid 1px gray;
}
div#awardedPages p {
	margin-left:1em;
}
div#awardedPages p.paperTitle {
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 0;
	margin-left: 0;
	margin-bottom:0.2em;
	line-height:normal;
}
div#awardedPages p.linkPDF {
	margin-bottom:0;	
	margin-left:0;
	color:#09F;
	font-weight:bold;
}
div#awardedPages p.linkPDF a{
	font-weight:normal;
}

div#awardedPages p.titleTranslated {
		text-transform:none;
		margin-top:0;
		color:#999;

}
/* NEWS BOARD */
div#newsBoard div.newsItem {
	clear:both;
	margin: 1em;
	border-bottom: solid 1px #999;
	position: relative;
}

div#newsBoard div.newsItem div.newsHeader {
	background-color:#CCC;
	clear:both;
}
div#newsBoard div.newsItem div.newsHeader div.newsDate {
	position:absolute;
	font-size:10px;
	top:0;
	left:0;
	padding: 0 1em;
	width:12em;
	color:#CCC;
	background-color:%666;
}
div#newsBoard .newsItem .newsHeader .newsTitle {
	float: left;
	font-weight: bold;
	margin-left: 10em;
}


div#newsBoard .newsItem .newsContent {
	clear: both;
	padding:1em;
	border-top:solid 1px #CCC;
	border-bottom:solid 3px #CCC;

}
/*   News */
div#newsBoard .newsItem div.kindRegards {
	font-size: x-small;
	color: #999;
	margin-left: 10%;
}

/* top menu */
ul.nav.navbar-nav li a span.emphasized {
/*	border-bottom:1px solid #666;*/
	display:inline-block;
	border-bottom: dotted 1px #666;
	color:inherit; 
	
}

/* registration form/confirmation report */
div#izvestajPrijave {
	display:none;
	background-color:#CCC;
	position:absolute;
	z-index:5;
	left:-3px;
	width: 100%;
	padding:1em;
}
div#regFormData {
	clear:both;
	margin: 1em 0;
	background-color:#EEE;
	padding:1em;	
}
div#regFormData div.dataField {
	clear:both;
	padding: 0;
	margin-bottom: 3px;
}
div#regFormData div.dataField  p.fieldLabel,
div#regFormData div.dataField p.fieldValue
 {
	float:left;
	border-bottom: solid 1px #333;
	padding: 0.2em 1em;
	
}
div#regFormData div.dataField p.fieldLabel {
	min-width: 30%;
 	background-color: #666;
	color: #FFF;	
	text-align:right;
}
div#regFormData div.dataField p.fieldValue {
 	background-color: #FFF;	
	color:#333;	
	border: none;
	min-width: 4em;
	min-height:2em;
}

/*  page navigation */

.pageNavigationMenu {
	clear: both;
	background-color:#333;
	color:#888;
	border-radius: 0 0 10px 10px;
	border: solid #333 4px;
	padding:1em;
}
.pageNavigationMenu  a:link,
.pageNavigationMenu  a:visited {
	color:#FFF;
	font-weight:normal;
}
.pageNavigationMenu  a:hover {
	color:#000;
	text-decoration:none;
}
