.kernel_content{
	background: #fff;
	padding: 0 60px;
}
.notebook_view>iframe{
	width: 100%;
	border: none;
	margin-top: 20px;
}
.kernel_loading{
	font-size: 22px;
	line-height: 100px;
	text-align: center;
}
.submit_file_wrap{
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	color: #333;
}
.submit_title{
	font-size: 18px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
	padding: 0 0 10px 0 ;
}
.submit_content{
	line-height: 25px;
}
.submit_file_name{
	font-size: 14px;
}
.submit_files_btn{
	float: right;
	border: none;
	background: #fff;
	outline: none;
	color: #00a2e8;
	line-height: 25px;
	font-size: 13px;
}
.view_submit_log{
	float: right;
	border: 1px solid #00a2e8;
	background: #fff;
	outline: none;
	color: #00a2e8;
	line-height: 25px;
	font-size: 13px;
	border-radius: 3px;
	padding: 0 15px;
}
#submit_fils_modal .modal-dialog{
	margin-top: 100px;
	width: 900px;
}
.red{
	color: red
}
.green{
	color: green
}
.submitting{
	margin: 20px 0;
	color: #999;
}
.submit_model_con{
	padding-bottom:10px ;
	border-bottom: 1px solid #eee;
}
.files_log_con{
	color: #999;
	background: #333;
	padding: 10px;
	display: none;
	margin-top: 10px;
	max-height: 400px;
	overflow: auto;
}
.upload_btn{
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	margin-top: 20px;
}
.upload_btn img{
	width: 100%;
	height: 100%;
}








