

/*  *************** BASE *************** */ 
select:hover,input:hover{
	cursor: pointer;
}
/*  *************** BASE *************** */ 


/*  *************** HEADER *************** */
#banner{
	border: 0; 
    margin-bottom: 10px;
  	border: 1px solid #006699;
}
/*  *************** HEADER *************** */


/* *************** COLONNE MENU + TESTO *************** */
.column{
	padding-right: 1.5em;
}

#aku_home{
	width: 100%;
}

/* *************** COLONNE MENU + TESTO *************** */


/* *************** GUI DATABASE *************** */
	/* **** CHECK BOX **** */
		
	/* **** CHECK BOX **** */
.text-box{
	width:	60px;
	margin-left: 1px;
}

.DB-search{
	width:	100%;
	float:	left;
	padding-top: 4px;
	border-top: 1px solid #006699;
}
.radio{
	/*float: left;*/	
	margin-left: 20px;
}
.search{
	float: left;
	margin-bottom: 0;
}
#optional-banner{
	clear: both;
	display: none;
	width: 100%;
}
#input-query{
	clear: both;
}
.field-wrapper{
	height:	100%;
}
	/* ***** BOTTONE CHIUSURA ***** */
	.macro-close, .close{
		display: block;
	}
	.macro-expand{
		display: none;	
		position: relative;
	}
	.macro-close, .close, .expand, .macro-expand{
		width: 15px;
		height: 15px;		
		float: right;
		margin-left: 2px;
		margin-right: 5px;
		border-radius: 3px;
		vertical-align: top;
		background-color: #f90;
		color: #fff;
		text-align: center;
	}
	.macro-expand:hover, .expand:hover, .macro-close:hover, .close:hover{
		opacity: 0.6;
		cursor:pointer;
	}

	.expand{
		display: none;	
		position: relative;
		top: -9px;
		left: -3px;	
	}

	.xsmall-col{
		width: 80px;
	}
	.small-col{
		width: 120px;
	}
	.medium-col{
		width: 180px;
	}
	.large-col{
		width: 217px;
	}
	.xl-col{
		width: 230px;
	}
	/* ***** BOTTONE CHIUSURA ***** */
	
	#topics{
		height: 35px;
	}
	#topics th{
		height: 35px;
	}
	.table-wrap select{
		background-color:	#F90;
		border-color:	#F90;	
		border-radius: 3px;
		color: #f2f2f2;	
		-moz-appearance: none; 
	}
	
	.aku_button{
		margin-left: 4px;
		padding: 4px 6px;
		border: 0;
		border-color: #069;
		background-color: #069;
		text-decoration: none;
		color: white;
		cursor: pointer;
	}
	#input-query{
		padding: 4px 6px;
		border: 0;
		border-color: #069;
		margin: 1px;
		background-color: #069;
		text-decoration: none;
		color: white;
	}

	.legend {
		display:none;
		position: absolute;
		top: 0;
		left:216px;
		width: 200px;
		height: 100px;
		padding: 0 0.8em;
		border: 1px solid #069;
		z-index: 100;
		background-color: #f9f9f9;
	}	

/* *************** GUI DATABASE *************** */


/* *************** GUI CORRELAZIONI + DB-table*************** */
.table-wrap{
	clear: both;
	width: 100%;
	margin: 32px 0;
  	border-top: 1px solid #006699;
}


.DB-table,.corr-table{
	width:	100%;
	margin:	0 0 1em 0;
	table-layout:	fixed;
	word-wrap:	break-word;
	background-color:	#dfe9ff;
}
.DB-table,.corr-table, tr{
	border-collapse:	collapse;
}


.DB-table th{
	width:	230px;
	height: 75px;
	padding: 5px 0px;
}
.DB-table td{
	width:	230px;
	height: 25px;
	padding: 5px 0px;
}
.DB-table tr:hover{
	background-color:	#006699;
	color:	#f2f2f2;
}
.DB-table td, .DB-table th,.corr-table td, .corr-table th{
	border:	1px solid #f2f2f2;
	border-collapse:	collapse;
	text-align:	center;
	vertical-align:	middle;
	font-size:	1.2em;
}
.DB-table td:hover,.corr-table td:hover{
	background-color:	#006699;
	font-weight: bold;
}
.DB-table th,.corr-table th{
	background-color:	#006699;
	color: #F90;
}
.corr-table th:hover{
	background-color:	#dfe9ff;
	font-weight: bold;
}
.topic .field-wrapper{
	margin-left: 2em;
	text-align:	left;	
}
.topic h1{
	font-size: 2em;
	color: #F90;
}
.DB-yscroll,#corr-yscroll{
	position:relative;
	top: 0;
	margin: 0;
	/*z-index: 95;*/
}
.corr-xscroll{
	position:relative;
	left: 0;
	margin: 0;
}
#topics,#DB-headers,#corr-headers{
	position: relative;
}
.moderate-corr{
	color: #F90;
}

.high-corr{
	color: #F30;
}

.simmetric-corr{
	background-color:	#e5e5e5;
}


#DB-query td{
	padding: 5px 0;
}

.aku_homepage{
	width: 100%;
}
/*#aku-home{
	width: 800px;
}*/
.aku-images{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
/* *************** GUI CORRELAZIONI *************** */

/* *************** GUI LOGIN *************** */

input[type=text] {
    border: 2px solid #006699;
    width: 100px;
    heigth: 18px;
    margin-left: 10px;
}

input[type=password] {
    border: 2px solid #006699;
}

.elemento_inserimento
{
	
	color:#006699;
}
/* *************** GUI LOGIN *************** */



/* *************** COLORI ARGOMENTI *************** */
#patients_and_mutations{
	background-color: #dfe9ff;
}

/* *************** COLORI ARGOMENTI *************** */

footer{
	clear:	both;
}
/***** RESPONSIVE VIEW  REGULAR SCREENS *****/
@media screen and (min-width: 1025px){
	.corr-table td, .corr-table th{
		width:	90px;
		height: 50px;
		padding: 1px 1px;
	}	
	#correlations,#DB{
		width: 100%;
		height: 400px;	
		overflow:	auto;
	}
		
}
/***** RESPONSIVE VIEW  REGULAR SCREENS *****/

/***** RESPONSIVE VIEW  MEDIUM SCREENS *****/
@media screen and  (min-width: 768px) and (max-width: 1024px){
	.corr-table td, .corr-table th{
		width:	125px;
		height: 70px;
		padding: 1px 1px;
	}
	#correlations,#DB{
		width: 100%;
		height: 600px;	
		overflow:	auto;
	}	
}
/***** RESPONSIVE VIEW  MEDIUM SCREENS *****/

/***** RESPONSIVE VIEW  SMALL SCREENS *****/
@media screen and (max-width: 767px){
	.corr-table td, .corr-table th{
		width:	150px;
		height: 85px;
		padding: 1px 1px;
	}
	#correlations,#DB{
		width: 100%;
		height: 750px;	
		overflow:	auto;
	}	
}
/***** RESPONSIVE VIEW  SMALL SCREENS *****/






/* *************** TEMA DEL SITO *************** */ 
body {
	margin: 20px;
	padding: 0px;
}

body, p, h1, h2, h3, table, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
h1 {
	color: #006699;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}
h2 {
	color: #D97800;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
}
h2:first-of-type {
	margin-top: initial;
}
h3 {
	color: #D97800;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
a {
	color: #006699;
}
tr {
	vertical-align: top;
}
p {

}
table.menubar {
	color: #006699;
	background-color: none;
}
table.menubar td {
	text-indent: 4px;
	border-bottom: 1px solid White;
}
table.menubar td.subject:before,td.page a:before {
	content: '.: ';
	font-weight: bold;
	color: white;
}
table.menubar td.subject {
	background-color: #136798;
	line-height: 17px;
	color: White;
	border-top: 4px solid White;
	border-bottom: 2px solid White;
}
table.menubar td.page {
	color: #006699;
}
table.menubar td.page a {
	text-decoration: none;
}
table.menubar td.page a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	display: block;
}
table.menubar td.news {
	color: #006699;
	background-color: none;
	text-indent: 0px;
}
table.menubar td.news a {
	text-decoration: underline;
}
table.menubar td.news a:hover {
	background-color: #FF9900;
    color: #FFFFFF;
}
.login_button {
	color: White;
	background-color: #136798; /* oppure piï¿½ scuro 004486*/
	border: 0;
	width: 80px;
    height: 18px;
    font-size: 9px;
}
.small_font {
	font-size: 9px;
}
code {
	font-size: 10px;
}
code.block {
	display: block;
	margin: 0.5em 0 0.5em 0em;
	padding: 0.2em 0.2em 0.2em 1em;
	border: solid thin rgb(0, 102, 153);
	background-color:  rgb(217, 200, 125);
}
.prefix-symbol:before {
	color: rgb(255, 153, 0);
	content: '.: ';
	font-weight: bold;
}
/* *************** TEMA DEL SITO *************** */ 

