th.cellImages {
	padding: 0px;
}
.cellImages td button {
	float: left;
}
.cellImages td button:nth-child(3n+1) {
	clear: left;
}
button.channel_button[name=green],
button.channel_button[name=blue],
button.channel_button[name=red],
button.channel_button[name=yellow],
button.channel_button[name=magenta],
button.lut_button[name=lut],
button.segm_button[name=segm],
button.compare {
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: bold;
	width: 86px;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
}
button.channel_button[name=green] {
	background-color: #00ff40!important;
}
button.channel_button[name=blue] {
	background-color:#0080ff!important;
}
button.channel_button[name=red] {
	background-color:#f00!important;
}
button.channel_button[name=yellow] {
	background-color:#ff0!important;
}
button.channel_button[name=magenta] {
	background-color: #f0f!important;
}
button.lut_button[name=lut] {
	background-color:#fa0!important;
}
button.segm_button[name=segm] {
	background-color:#00ffff!important;
}
button.channel_inactive[name] {
	background-color: #ccc!important;
}
button.compare {
	width: 130px;
}




.droparea {
	width: 360px;
	min-height: 360px;
	margin-top: 0px;
}

.droparea_inner {
	background-image:url('/images_static/loading.gif');
	background-size: 45px 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #555;
	width: 360px;
	height: 360px;
	vertical-align: middle;
	
}
.antibody_info {
	text-align: center;
}
.image_number {
	color: #FFF;
	font-size: 50px;
	bottom: 0px;
	right: 5px;
	position: absolute;
	margin: 0px;
	line-height: 50px;
	z-index: 10;
}
.cellThumbs .image_number {
	width: 100%;
	right: 0px;
	text-align: center;
	font-size: 22px;
}
.number_overlay {
	color: #FFF;
	z-index: 100;
	top: 0px;
	left: 0px;
	position: absolute;
}
.number_overlay_number {
	font-size: 48px;
	font-weight: normal;
	font-style: normal;
	width: 75px;
	max-width: 75px;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

._thumb {
	width: 75px;
	height: 75px;
}

.thumb_overlay {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
}

.medium_image_size {
	width: 360px;
	height: 360px;
}

/*table#thumbs td {
	border-top: 2px solid #DFDFDF;
	background-color: #C2C2C2;
	white-space: nowrap;
	vertical-align: middle;
	width: 5%;
}
table#thumbs td.info {
	width: auto;
	white-space: normal;
}*/
/*table#thumbs th {
	text-align: center;
	font-style: italic;
	padding-top: 2px;
	padding-right: 8px;
}*/

.error-overlay-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,0.75);
}
.error-overlay {
	display: none;
	background: #fff;
	padding: 1%;
	position: absolute;
	top: 15%;
	left: 50%;
	width: 20%;
	margin: 0 0 0 -10%; /* half the width */
	cursor: default;
	z-index: 10001;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.close-btn {
	cursor: pointer;
	border: 1px solid #333;
	padding: 2% 5%;
	background: #a9e7f9; /* fallback */
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.close-btn:hover {
	background: #05abe0;
}

div.cell {
	width: 1080px;
}
div.cell>table {
	margin-bottom: 20px;
	width: 100%;
}
div.cell table.cell_thumbs {
	width: auto;
}
table.cell_thumbs td {
	padding: 0px 5px;
	text-align: center;
	width: 150px;
}
table.cell_thumbs img {
	width: 150px;
}
table.cell_thumbs a:hover {
	text-decoration: none;
}
.cellImg {
	display: block;
	position: relative;
	width: 360px;
	height: 360px;
}
.cellImg.large {
	width: 2048px;
	height: 2048px;
}
.cellImg.thumb {
	width: 50px;
	height: 50px;
}
.cellImg img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%!important;
	height: 100%!important;
}
.cellImg img[src="/images_static/loading.gif"] {
	width: auto!important;
	height: auto!important;
	top: 10%!important;
	left: 10%!important;
}

.cell_intensity_legend, .cell_overlay_legend {
	display: none;
	float: right;
	position: relative;
	margin-top: 3px;
	margin-right: 20px;
	height: 25px;
	line-height: 26px;
	text-align: center;
}
.cell_intensity_legend div, .cell_overlay_legend div {
	float: left;
	height: 100%;
}

td.cellThumbs {
	width: 1px;
	white-space: nowrap;
}
td.cellThumbs div {
	display: inline-block;
	margin: 0px 1px;
	position: relative;
}

table tr.border_top th, table tr.border_top td {
	border-top: 2px solid #DFDFDF;
}
table tr.border_top_dark th, table tr.border_top_dark td {
	border-top: 5px solid #c2c2c2;
}

.boxThumb g.x.axis path {
	display: none;
}
#sirnaThumbnail {
	background-color: #000;
	width: 150px;
	height: 150px;
}
#sirnaThumbnail svg {
	position: relative;
	left: -15px;
}
#sirnaThumbnail line, #sirnaThumbnail rect {
	stroke: #fff;
}
.boxplot .plotBG {
	display: none;
}

@media only screen and (min-width: 0px) and (max-width: 480px){
	.error-overlay {
		width: 96%;
		margin: 0 2%;
		left: 0;
	}
}

#movieDiv {
	display: block;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1500;
}

#movieDiv #imageShade {
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1501;
	opacity: 0.7;
}

#movieDiv #imageContainer {
	border: 1px solid #000;
	background-color: #fff;
	text-align: center;
	z-index: 1503;
	position: relative;
	top: 6%;
	zoom: 1;
	max-height: 88%;
	max-width: 100%;
}

#movieDiv #imageContainer video {
	z-index: 1503;
}