.mti_analysis_form {
	position: relative;
	padding: 20px;

	border: 1px solid #cccccc;
	background-color: #f7f7f7;

	box-shadow: 0 2px 3px #999999;
	overflow: hidden;
}

.input_row_mirna_list > .input_textbox {
	width: 600px;
	height: 200px;
}

.mti_analysis_result {
	margin: 20px 0 0 0;
	border: 1px solid #999999;
}

.mti_analysis_result_warning {
	padding: 2px 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'dejavu_sans';
	font-size: 14px;
	font-weight: bold;
	color: #832a31;

	border-bottom: 1px solid #999999;
	background-color: #e9c4c7;
}

.mti_analysis_result_header {
	font-weight: bold;
	font-size: 0;

	background-color: #efefef;
	border-bottom: 1px solid #999999;
}

.mti_analysis_result_download {
	float: right;
}

.mti_analysis_result_download_button {
	display: inline-block;
	margin: 2px 23px 2px 2px;
	padding: 4px 20px;
	height: 20px;
	line-height: 20px;

	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	font-family: 'dejavu_sans';
	font-size: 14px;

	border: 3px solid #3db4c4;
	background-color: #3db4c4;
	color: #ffffff;

	cursor: pointer;

	transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
}

.mti_analysis_result_download_button:hover {
	background-color: transparent;
	color: #3db4c4;
}

.mti_analysis_result_content {
	max-height: 580px;
	overflow-y: scroll;
}

.mti_analysis_result_row {
	font-size: 0;

	cursor: pointer;
}

.mti_analysis_result_row:nth-child(even) {
	background-color: #f7f7f7;
}

.mti_analysis_result_row:nth-child(odd) {
	background-color: #ffffff;
}

	.mti_analysis_result_row.show_mirnas {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		box-shadow: inset 0 1px 5px #333333;
	}

.mti_analysis_result_cell {
	display: inline-block;

	padding: 2px 10px;
	width: 100px;
	line-height: 25px;

	font-family: 'dejavu_sans';
	font-size: 16px;
	color: #000000;

	border-right: 1px solid #999999;
}
	.mti_analysis_result_header .mti_analysis_result_cell {
		line-height: 34px;
	}

.mti_analysis_result_cell.cell_entrez_id {
	width: 120px;
}

.mti_analysis_result_cell.cell_gene_symbol {
	width: 150px;
}

.mti_analysis_result_cell.cell_degree {
	width: 80px;
	text-align: center;
}
.mti_analysis_result_cell.cell_strength {
	width: 80px;
	text-align: center;
}
.mti_analysis_result_cell.cell_upregulated {
	width: 120px;
	text-align: center;
}
.mti_analysis_result_cell.cell_downregulated {
	width: 140px;
	text-align: center;
}

.mti_analysis_result_row_mirnas {
	display: none;
	padding: 5px 10px;

	font-family: 'dejavu_sans';
	font-size: 14px;

	border-top: 1px solid #cccccc;
}

	.mti_analysis_result_row.show_mirnas > .mti_analysis_result_row_mirnas {
		display: block;
	}

.mti_analysis_mirna {
	padding: 5px 0;
	heigth: 21px;
}

.mti_analysis_mirna_name {
	display: inline-block;
	margin: 0 10px 0 0;
}

.mti_analysis_mirna_name.mirna_ureg {
	color: #f05059;
}

.mti_analysis_mirna_name.mirna_dreg {
	color: #006521;
}

.mti_analysis_mirna_mti {
	display: inline-block;

	padding: 1px 5px;
	height: 19px;

	font-size: 12px;
	color: #ffffff;

	background-color: #3db4c4;
	border: 1px solid #2d8692;
	border-radius: 3px;
}

.mti_analysis_mirna_mti_db {
	font-weight: bold;
}

.mti_analysis_loader {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	background-color: rgba(255, 255, 255, 0.7);
	background-image: url("/img/mti_analysis_loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

	.mti_analysis_loader.loading {
		display: block;
	}

.mti_analysis_result_footer {
	font-weight: bold;

	background-color: #efefef;
	border-top: 1px solid #999999;
}

.mti_analysis_result_footer_export {

}

.mti_analysis_result_export_title {
	display: inline-block;
	padding: 2px 10px;
	line-height: 40px;

	font-family: 'dejavu_sans';
	font-size: 14px;
	color: #000000;
}

.mti_analysis_result_export_gml_button {
	display: inline-block;
	margin: 5px 23px 5px 2px;
	padding: 4px 20px;
	height: 20px;
	line-height: 20px;

	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	font-family: 'dejavu_sans';
	font-size: 14px;

	border: 3px solid #3db4c4;
	background-color: #3db4c4;
	color: #ffffff;

	cursor: pointer;

	transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
}

.mti_analysis_result_export_gml_button:hover {
	background-color: transparent;
	color: #3db4c4;
}
