/* Print Style Sheet */

/* Global */

@media print{
	* { 
		margin: 0;
		padding: 0; 
		/*font-size: 100%;*/
		/*line-height: 100%;*/
	}

	body { 
		font-size: 14px;
		line-height: 1.6em; 
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #000; 
		text-rendering: optimizeLegibility;
	}

	img { border: none; }
	.left { float: left; }
	.right { float: right; }
	.clear { clear: both; }
	#main_container { 
		width: 100%; 
		/*margin: 0 auto 20px auto; */
		margin-bottom: 55px;
		min-width: 780px;
		position: relative;
		overflow: hidden;
	}
	h1,h2,h3,h4,h5,p { margin: 0px 0; }
	a { color: #999; text-decoration: none; }
	a:hover { color:#000; }

	p a, #single_left > a, #single_left > ul > li > a{
		color: #222; /*tiago*/
		/*text-decoration: underline;*/ /*tiago*/
		border-bottom: 1px solid #222; /*tiago*/
	}

	p a:hover, #single_left > a:hover, #single_left > ul > li > a:hover{
		color: #aaa; /*tiago*/
		border-bottom: none; /*tiago*/
	}

	h2{
		font-size: 17px;
		line-height: 24px;
	}

	/* Header */
	#header_container{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 10;
		background-color: #fff;
	}
	#header_top { position: relative; border-bottom: 1px solid #D4D4D3; }
	.header_top_border { position: absolute; left: 0; top: 0; height: 9px; width: 1125px; background-color: #272725; z-index: 10; }
	#header_top .search { float: right; position: relative; margin-top: 9px;  }
	#header_top .search img { position: absolute; top: 10px; right: 10px; }
	#header_top .search .search_icon { position: absolute; top: 10px; right: 10px; }
	#header_top .search input[type=text] { width: 265px; height: 33px; border: none; border-left: 1px solid #E4E4E2; padding-left: 10px; color: #666; text-decoration: none;}

	#header_top .social { float: left; margin-top: 15px; }
	#header_top .social img { float: left; margin: 0 7px; }

	#header_top .menu_cont { float: right; position: relative; z-index: 15; margin-right: 15px; }
	#header_top .menu_cont ul { list-style-type: none; }
	#header_top .menu_cont li { float: left; }
	#header_top .menu_cont a { color: #666; text-decoration: none; display: block; padding: 19px 10px 0px; margin: 0 5px; }
	#header_top .menu_cont li.current-menu-item a { border-top: 9px solid #e4e4e2; padding-top: 10px; }
	#header_top .menu_cont a:hover { border-top: 9px solid #e4e4e2; padding-top: 10px; }

	#header { 
		position: relative;
		padding-top: 30px;
		height: 140px;
		width: 90%; 
		margin-left: 30px;
	}

	.loader_44{
		position: absolute;
		width: 30px;
		height: 30px;
		background-image: url("images/loader_30.gif");
		opacity: 1;
		z-index: 10;

		top: 0; left: 0; bottom: 0; right: 0;
		margin: auto;
	}

	.logo_container {
		width: 300px; height: 140px;
		left: 160px;
		border-top: #000 solid 2px;
		position: absolute;
		overflow: hidden;
	}
	.logo_dots {
		bottom: 11px;
		width: 160px; height: 140px;
		position: absolute;
		/*background-image: url("images/logo_dots.png");*/
		/*background-repeat: no-repeat;*/
	}
	.logo { 
		top: -6px;
		position: absolute;
	}

	#logo_raphael, #logo_p5 {
	    width: 150px;
	    height: 150px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    outline: none;
	}

	#logo_raphael {
	    z-index: 10;
	    background-color:#fff;
	}

	#header_menu { 
		border-top: #000 solid 2px;
		position: absolute;
		left: 480px;
		min-width: 140px; float: right; 
		padding-top: 20px;
	}
	#header_menu ul { 
		list-style-type: none; 
		width: 140px;
		float: left;
	}
	#header_menu ul li { 
		float: none; 
		display: block;
		font-size: 12px;
		line-height: 1.25em;
	}
	#header_menu ul li a { 
		/*display: block; */
		color: #000; 
		text-decoration: none; 
		width: 140px;  
		font-family: "Courier New";
		font-size: 12px;
		line-height: 1.25em;
		/*letter-spacing: 0.25px;*/
		/*border-bottom: none; /*tiago*/*/
	}
	#header_menu ul li.current-menu-item a { 
		text-decoration: underline; color: #000; 
		/*border-bottom: 1px solid #000;*/
	}
	#header_menu ul li.current-menu-parent a { 
		text-decoration: underline; color: #000; 
		/*border-bottom: 1px solid #000;*/
	}
	#header_menu ul li a:hover {
		/*border-bottom: 1px solid #000;*/
		text-decoration: underline; /*tiago*/
		color: #000; /*tiago*/
	}


	/* Content */

	#content {  
		margin-top: 190px;
		margin-left: 30px;
		position: relative;
		overflow: hidden;
		width: 100%;
		min-width: 800px;
		opacity: 0;
	}

	#content_inside{
		position: relative;
		overflow: hidden;
		/*width: 100%;*/
		margin: 0 auto;
		padding-left: 20px;
		/*min-width: 780px;*/
	}

	/*Project post*/

	.project_post_box { 
		width: 300px; height: 300px; 
		float: left; overflow: hidden; 
		margin-bottom: 20px;
		position: relative;
	}
	.project_post_box h3 { 
		position: absolute;
		font-size: 16px; 
		font-weight: bold; 
		padding: 25px 10px; margin: 0; 
		z-index: 2;
	}
	.project_post_box h3 a {color: #FFF}
	.project_post_box img {
		min-width: 300px; min-height: 300px;
		opacity:1.0; filter:alpha(opacity=100); 
		z-index: 0;
		position: absolute;
	}
	.project_post_box img:hover { opacity:0.9; filter:alpha(opacity=90); }

	/*News post*/

	.news_post_box { 
		width: 300px; height: 140px; 
		float: left; overflow: hidden;  
		margin-bottom: 20px;
		position: relative;
	}

	/* nao sei se fiz asneira nesta cena
	.news_post_box h3 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.7em;
		letter-spacing: 0px;
	}
	*/

	.news_post_box img { 
		min-width: 300px; min-height: 140px;
		opacity:1.0; filter:alpha(opacity=100); z-index: 0}
	.news_post_box img:hover { opacity:0.9; filter:alpha(opacity=90); }

	/*Instagram post*/

	.post_box { 
		float: left; 
		width: 140px; height: 140px; 
		overflow: hidden; 
		margin-bottom: 20px;
		position: relative;
	}
	.post_box h3 a {color: #fff}
	.post_box img { 
		min-width: 140px; min-height: 140px;
		opacity:1.0; filter:alpha(opacity=100); }
	.post_box img:hover { opacity:0.9; filter:alpha(opacity=90); }
	.post_box h3 { 
		position: absolute;
		font-size: 13px; padding: 25px 10px; 
		font-weight: normal; margin: 0; 
	}

	.post_box_title {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 10px 10px 0px 10px;
		width: 100%;
		color: #fff;
		z-index: 2;
	}

	.post_box_title h3 {
		font-weight: 600;
		letter-spacing: 0px;
		position: relative;
		font-size: 16px;
		line-height: 20px;
		/*font-weight: bold;*/
		margin: 1px 0 0 4px;
		padding: 0;
		width: 270px;
	}


	.post_box_title p {
		position: relative;
		font-size: 10px;
		line-height: 1.5em;
		font-weight: 400;
		padding: 0px 0px 0px 5px;
		margin: 0px;
	}

	.post_box_title h3 a {color: #FFF}

	.post_box_date {
		position: relative;
		/*font-size: 8px;*/
		float: left;
	}

	.post_box_featured{
		float: left;
		background-color: #FFF;
		margin-top: 0px;
		margin-left: 10px;
	}

	.post_box_featured p{
		color: #000;
		padding: 2px 2px 2px 3px;
		line-height: 10px;
	}

	.right_pb {margin-right: 0px}

	.gradient{
		position: absolute;
		width: 100%; height: 100%;
		z-index: 1;
		opacity:0.5; filter:alpha(opacity=50); /*tiago*/
	}

	.project_post_box .gradient{
		background-image: url("images/gradient_5x300.png");
	}

	.news_post_box .gradient, .post_box .gradient, .post_box21 .gradient, .post_box11 .gradient {
		background-image: url("images/gradient_5x140.png");
	}

	.box_link_holder{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.load_more_cont { 
		float: left; 
		width: 140px; height: 140px; 
		cursor: pointer;
	}
	.load_more_text { 
		width: 140px; height: 140px;
		background-image: url("images/load_more_btn.png");
		background-repeat: no-repeat;
		background-position: 0 0;
	 }


	#content_inside h1 { 
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3em;
		letter-spacing: 0px;

		padding: 0px 0px; 
		margin: 0px 0px 20px 0px; /*tiago*/
		line-height: 1.3em;
		vertical-align: top;
	}

	.galleria-counter, .galleria-info-description { /*tiago*/
		font-size: 10px;
		font-weight: 400;top: 3px;
	}

	.info {
		font-size: 10px; /*tiago*/
		line-height: 1.5em; /*tiago*/
		font-weight: 400; /*tiago*/

		width: 140px;
		float: left;
		margin-top: 5px;
	}

	.info b { /*tiago*/
		font-weight: 700;
	}

	.status_info{
		font-size: 9px;
		line-height: 13px;
		width: 140px;
		float: left;
		margin-top: -3px;
	}

	.blog_box { width: 699px; margin-bottom: 25px; }
	.blog_box h3 { font-size: 14px; padding: 8px 10px; font-weight: normal; background-color: #e4e4e2; margin: 0; }
	.blog_box img { width: 699px; height: 209px; }

	.navigation { padding: 15px 0; }
	#submit { padding: 5px 10px; background-color: #000; color: #fff; }

	/*Empty column*/

	.empty_column{
		width: 140px;
		height: 1px;
		float: left;
		position: relative;
	}

	.gutter{
		margin-right: 20px;
	}

	/*Columns*/
	.column_one{
		position: relative;
		float: left;
		width: 140px;
		overflow: hidden;
	}

	.column_two{
		position: relative;
		float: left;
		width: 300px;
		overflow: hidden;
	}

	.column_three{
		position: relative;
		float: left;
		width: 460px;
		overflow: hidden;
	}

	.column_four{
		position: relative;
		float: left;
		width: 620px;
		overflow: hidden;
	}

	.column_four_mais{
		position: relative;
		float: left;
		width: 640px;
		overflow: hidden;
	}

	.column_five{
		position: relative;
		float: left;
		width: 780px;
		overflow: hidden;
	}

	#people_container{
		position: relative;
		overflow: hidden;
	}

	#people_container p{
		letter-spacing: 0.49px;
		line-height: 13px;
	}

	.people_boxes_only{
		position: relative;
		overflow: hidden;
		float: left;
	}

	.single_people h4, .publications h4{
		font-size: 15px;
	}

	#single_left.publications ul{
		/*margin-bottom: 50px;*/
	}

	.margin_right{
		margin-right: 20px;
	}

	.margin_top{
		margin-top: 20px;
	}

	.margin_bottom{
		margin-bottom: 20px;
	}

	.post_box22{
		width: 300px;
		height: 300px;
	}

	.post_box11{
		width: 140px;
		height: 140px;
		float: left;
		overflow: hidden;
		position: relative;
	}

	.post_box21{
		width: 300px;
		height: 140px;
		float: left;
		overflow: hidden; 
		position: relative;
	}

	.gray_box{
		background-color: #AFAFAF;
	}

	/*Single post*/

	#single_left { 
		float: left; 
		width: 460px;
		overflow: visible; 
		margin-right: 20px;
	}

	#single_left img {
		max-width: 460px;
	}

	#single_left h3 { /*tiago*/
		font-size: 15px;
		font-weight: 700;
		line-height: 1.5em;
	}

	#single_left > ul:not(.cdv_papercite_bibliography){
		list-style-image: url("images/en_dash_6.png");
		list-style-type: none;
		list-style-position: outside;
		margin-left: -3px;
	}

	#single_left > ul:not(.cdv_papercite_bibliography) li{
		/*margin-left: 10px;*/
		padding-left: 3px;
	}

	#single_left li{
		color: #000;
	}

	/*#single_left > ul:not(.cdv_papercite_bibliography) li::before{
		content: '\2013\2002\2002';
		margin: 0 1em;
	}*/

	.projects { /*tiago*/
		color: #000;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.6em;
	}

	.post_title{
		width: 460px;
		position: relative;
	}

	.galleria {
		width: 620px;
		height: 349px;
		background: #fff;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.galleria-loader {
	    background: #000;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    top: 155px;
	    left: 290px;
	    z-index: 2;
	    display: none;
	    background: url("images/ajax_loader_gray_512.gif") no-repeat 2px 2px;
	}

	figure{
		/*overflow: hidden;*/
		position: relative;
	}

	figure img {
		max-width: 460px;
		/*overflow: hidden;*/
	}

	figcaption{
		position: absolute;
		top: 0px;
		right: -160px;
		width: 140px;
		font-size: 10px; /*tiago*/
		line-height: 1.5em; /*tiago*/
		font-weight: 400; /*tiago*/
	}

	figcaption b{ /*tiago*/
		font-weight: 700;
	}

	a.anchor{
		position: absolute;
		margin-top: -185px;
	}

	cite::before,blockquote::before,q::before{
		content: open-quote;
	}

	cite::after,blockquote::after,q::after{
		content: close-quote;
	}

	cite,blockquote,q{
		font-style: italic;
	}

	/* Keywords table*/
	.keywords_table {
		width: 140px; height: 100%;
		overflow: hidden;
		clear: right;
		float: left;
		position: fixed;
		bottom: 20px;
		margin: 0px 20px 0px 0;

		font-size: 10px;
		line-height: 1.5em;
		font-weight: 400;
	}
	.keywords_table ul {
		list-style-type: none;
		position: absolute;
		bottom: 0px;
	}
	.keywords_table ul li {
		display: list-item;
		text-align: -webkit-match-parent;
	}
	.keywords_table a {
		display: block;
	}

	/* Sidebar */

	#sidebar { float: right; width: 278px; }
	.side_box { margin-bottom: 25px; }
	.side_box ul { list-style-type: none; margin-left: 10px; }
	.side_box ul li { margin-bottom: 5px; }
	.side_box p { padding: 0 10px; }
	.side_box div { padding: 0 10px; }

	.side_box h3 { font-size: 14px; padding: 8px 10px; font-weight: normal; background-color: #e4e4e2; margin-top: 0; }

	/* Footer */
	#footer_container {
		position: relative;
		bottom: 0px;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background-color: #DCDCDC;
		/*padding: 25px 0px 25px 0px;*/
	}

	#footer { 
		position: relative;
		overflow: hidden;
		/*width: 940px;*/
		margin: 25px 30px 30px 30px;
		font-family: "Courier New";
		font-size: 12px;
		line-height: 1.5em; /*tiago*/
		letter-spacing: 0.25px;

	}

	#footer ul { 
		list-style-type: none; 
		float: left;
	}

	#footer ul li { 
		float: none; 
		display: block;
	}
	#footer ul li a { 
		color:#000; 
		text-decoration: none;

	}

	#footer ul li a:hover { 
		color:#555; 
		text-decoration: underline;
		/*text-underline-position: 1px;*/
		/*border-bottom: 1px solid #555;*/
		/*display: block;*/
	}
	#footer a{
		color: #000;  
		/*display: block;*/
		/*text-decoration: underline;*/
		/*border-bottom: 1px none #555;*/
		/*margin-bottom: 1px;*/
	}

	#footer a:hover { 
		color:#555; 
		text-decoration: underline;
		/*text-underline-position: 1px;*/
		/*border-bottom: 1px solid #555;*/
		/*display: block;*/
	}


	/*-- Papercite --*/

	.papercite_bibtex {
	    display: none;
	}

	.papercite_bibtex pre {
	    white-space: pre-wrap;
	}

	.papercite_toggle:link, .papercite_toggle:visited {
	    color: gray;
	    text-decoration: none;
	}


	.papercite_link, .papercite_link:link, .papercite_link:visited {
	  color: #222;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	}
	.papercite_info {
	  color: #555;
	}

	span.papercite_checked_files 
	{
		padding: 5px;
		margin: 5px;
		border: 1px solid black;
		font-size: 150%;
		cursor: pointer;
		background: #eee;
		color: red;
		border-radius: 3px;
	}

	ul.cdv_papercite_bibliography{
		list-style: none;
		margin-bottom: 50px;
		margin-left: 0px;

	}

	.cdv_papercite_bibliography li{
		margin-bottom: 17px;
		margin-left: 0px;
	}

	.cdv_papercite_bibliography:last-child li:last-child{
		margin-bottom: 0px;
	}

	ul.cdv_papercite_bibliography:last-child{
		margin-bottom: 0px;
	}

	.cdv_papercite {
		font-size: 15px;
		margin-bottom: 17px;
	}

	.cdv_papercite_entry{
		width: 460px;
		overflow: visible;
		position: relative;
	}

	.cdv_papercite_the_entry{
		position: relative;
		width: 460px;
	}

	.cdv_papercite_links{
		position: absolute;
		width: 140px;
		right: -160px;
		top: 2px;
		font-size: 10px;
	}

	.cdv_papercite_links ul{
		list-style: none;
		margin-left: 0px;
	}

	.cdv_papercite_links li{
		display: inline-block;
		margin-right: 1px;
	}

	/* Search Form */

	textarea:focus, input:focus{
	    outline: none;
	    outline-style:none;
		box-shadow:none;
		border-color:transparent;
	}

	#search-container{
		width: 140px;

	}

	form#search-form{
		width: 140px;
		float: right;
		display: block;
	}

	#search-form ::-webkit-input-placeholder {
		
		text-decoration: none; 
		overflow: hidden;
		height: 15px;	
	}

	#search-form input{
		color: #999;
		width: 120px;
		border: none;
		outline: none;
		background: none;
		z-index: 1;
		text-transform: capitalize;
	}

	#autocomplete{
		position: absolute;
		border: none;
		outline: none;
		z-index: -1;
		color: red;
	}

	.search-font{
		font-family: "Courier New";
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.25px;
	}

	#search-icon{
		float: left;
		width: 10px;
		height: 10px;
		margin-top: 1px;
		margin-right: 5px;
		background-image: url("images/search_icon_cdv.png");
		background-repeat: no-repeat;
		background-position: 0px -20px;
		cursor: pointer;
	}

	/*people page*/

	.people_box{
		position: relative;
		width: 100%;
		clear: both;
		overflow: hidden;
	}



	/*DataTables*/
	.igsv-table{

	}

	table.dataTable{
		/*max-width: 400px;*/
		/*width: 2000px;*/
		/*color: rgb(0, 255, 0);*/
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate !important;
		border-spacing: 20px 8px !important;
		left: -20px;
		position: relative;
	}

	.no-footer{
		border: none !important;
	}

	table.dataTable tr{
		/*min-height: 20px;*/
		position: relative;
		overflow: hidden;
		padding: 0px !important; 
	}

	table.dataTable tr:not(:last-child){

	}



	table.dataTable td, table.dataTable th{
		/*border: 20px solid black;*/
		padding: 0px !important; 
		white-space: nowrap;
		text-align: left;
		/*width: 200px;*/
		/*min-width: 460px;*/

		white-space: nowrap;
		overflow: hidden;
		border: none !important;
	}



	table.dataTable td:not(:last-child), table.dataTable th:not(:last-child){
		/*border: 20px solid black;*/
		margin-right: 20px !important;

	}


	.col-2{
		/*color: rgb(255, 0, 0);*/
		/*width: 460px !important;*/ /*tres colunas (140*3 + 20*2)*/
		width: 300px !important; /*duas colunas (140*2 + 20)*/
		/*max-width: 650px;*/
	}

	, .col-3, .col-4, .col-5, .col-6, .col-7{
		width: 140px !important;
		/*max-width: 650px;*/
	}

	td.emptyData{
		text-align: right;
	}

	.dt_link{
		color: #000;
		cursor: pointer;
	}

	.dt_link:hover{
		text-decoration: underline;
	}


	/*sorting arrows*/

	th.sorting{
		background: none !important;
	}

	th.sorting:hover{
		text-decoration: underline;
	}

	th.sorting_asc{
		background: url("images/dataTable_ordering.png") no-repeat !important;
		background-position: right 7px !important;
		text-decoration: underline;
	}

	th.sorting_desc{
		background: url("images/dataTable_ordering.png") no-repeat !important;
		background-position: right -33px !important;
		text-decoration: underline;
	}
}




