* { padding: 0; margin: 0; }
html, body { padding: 0px; margin: 0px; width: 100%; height: 100%;min-height: 100% !important;
	position: absolute;
	top:0; bottom:0;
	left:0; right:0;
	overflow:hidden;
}
body {
	color: #666;
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	overflow:hidden;
}
div
{
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
smallBodyText {
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
p
{
	color:#666;
}
h1 {
    font-size: 31px;
    line-height: 31px;
}
h2 {
    font-size: 25px;
    line-height: 25px;
}
h3 {
	
	width: 100%;
	letter-spacing: 0em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	font-size: 1.5em;
	line-height: 1.1em;
}
h5 {
	
	width: 100%;
	margin-top: 0em;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.25em;
	text-align: center;
	color:#333333;
}
table
{
	border-collapse:collapse;
}
a
{
	cursor:pointer;
}
#logoText {
	
	font-size: 2.25em;
	font-weight: normal;
	color:#99CC00;
	overflow:hidden;
	line-height: 62px;
	top: 0;
}
#speciesLabel {
	
	font-size: 1.8em;
	font-weight: normal;
	color:#666666;
	font-style: italic;
	opacity: 0;
}


label {
	
	width: 100%;
	letter-spacing: 0em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	margin-left: 3px;
	font-size: 0.9em;
	color: #999;
	vertical-align: text-bottom;				
}
a:link {color:#000; text-decoration: none;}      /* unvisited link */
a:visited {color:#000; text-decoration: none;}  /* visited link */
a:hover {color:#99CC00; text-decoration: underline;}  /* mouse over link */
a:active {color:#666; text-decoration: none}  /* selected link */ 

greyText {
	color:#BBBBBB;
}
/* Button class */
.button{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 0 18px;
	width: 47%;
	margin: 1%;
	color: #FFF;
	display: inline-block;
	margin-top: 4px;
	cursor:pointer;
	height: 34px;
	border:1px solid #ccc;
	background:#fff;
	color:#000;
	font-size:14px !important;
}
.button:hover{
	background-color:#ddd;
}

/* Popup class */
.popup {
	position: absolute;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #B4B4B4;
	background-color: #FFF;
	box-shadow: 0 3px 5px 2px #787878;
	overflow: auto;
}

/* Icon class */
.icon {
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}
.icon img {
	width: 40px;
	height: 40px;
	/*
		transition:transform 0.25s ease;
		-webkit-transition:-webkit-transform 0.25s ease;
		-moz-transition:-moz-transform 0.25s ease;
	-o-transition:-o-transform 0.25s ease;*/
}
.icon:hover img {
	/*transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
	-o-transform:scale(1.1);*/
}

/* IconSmall class */
.iconSmall {
	width: 30px;
	height: 30px;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}
.iconSmall img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	transition:transform 0.25s ease;
	-webkit-transition:-webkit-transform 0.25s ease;
	-moz-transition:-moz-transform 0.25s ease;
	-o-transition:-o-transform 0.25s ease;
}
.iconSmall:hover img {
	/*transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
	-o-transform:scale(1.1);*/
}
.iconTiny{
	width: 20px;
	height: 20px;
	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
}
.iconTiny img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	transition:transform 0.25s ease;
	-webkit-transition:-webkit-transform 0.25s ease;
	-moz-transition:-moz-transform 0.25s ease;
	-o-transition:-o-transform 0.25s ease;
}
/* GrowWhenHoveredOver class */
.growWhenHoveredOver {
	transition:transform .75s ease;
	-webkit-transition:-webkit-transform .75s ease;
	-moz-transition:-moz-transform .75s ease;
	-o-transition:-o-transform .75s ease;
}
.growWhenHoveredOver:hover {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

/* eplant-geneticElementList-choice class */
.eplant-geneticElementList-choice {
	cursor: default;
	font-size: 14px;
	line-height: 18px;
	color: #3C3C3C;
	background-color: #FFFFFF;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
}
.eplant-geneticElementList-choice:hover {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #3C3C3C;
}

/* Class for items in the gene panel */
.eplant-geneticElementPanel-item {
	display: block;
	vertical-align: middle;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding:0;
	width: 210px;
	margin: 5px 12px;
    color: #000000;
	background-color:#f8f8f8;
	position:relative;
	border: 4px solid #F8F8F8;
	
}
.eplant-geneticElementPanel-item img {
	cursor: pointer;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-left:5px;
}
.eplant-geneticElementPanel-item span {
	cursor: pointer;
	display: inline-block;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:3px;
	position:relative;
}

.eplant-geneticElementPanel-item ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:10px; /* indentation */
	position:relative;
}

.eplant-geneticElementPanel-item ul ul {margin-left:.5em} /* (indentation/2) */

.eplant-geneticElementPanel-item ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid;
}

.eplant-geneticElementPanel-item li {
	margin:0;
	padding:0 11px; /* indentation + .5em */
	color:#369;
	font-weight:bold;
	position:relative;
}

.eplant-geneticElementPanel-item li div.eplant-geneticElementPanel-item{
	min-width: 195px;
	border: 1px solid #000;
}
.eplant-geneticElementPanel-item li div.eplant-geneticElementPanel-item span{
	width: 146px;
}
.eplant-geneticElementPanel-item li div.eplant-geneticElementPanel-item .meter{
	width: 130px;
}

.eplant-geneticElementPanel-item ul li:before {
	content:"";
	display:block;
	width:10px; /* same with indentation */
	height:0;
	border-top:1px solid;
	margin-top:-1px; /* border top width */
	position:absolute;
	top:10px; /* (line-height/2) */
	left:0;
}

.eplant-geneticElementPanel-item ul li:last-child:before {
	background:white; /* same with body background */
	height:auto;
	top:10px; /* (line-height/2) */
	bottom:0;
}
.eplant-geneticElementPanel-item ul li:last-child {
	margin-bottom:10px;
}

.eplant-geneticElementPanel-item-focus {
	background-color: #99cc00;
	font-weight: bold;
	border: 4px solid #99cc00;
}

.eplant-geneticElementPanel-item-focus:before {
	content: '';
	position: absolute;
	background: none;
	top: 7px;
	left: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #99cc00;
}

.eplant-geneticElementPanel-item-focus:after {
	content: '';
	position: absolute;
	background: none;
	top: 7px;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #99cc00 transparent transparent;
}

.eplant-geneticElementPanel-item-annotationTag {
	border-radius: 999px;
	width: 7px;
	height: 7px;
	margin: 1px;
	display: inline-block;
}

/* viewHistoryDialogItem class */
.eplant-historyItem {
	cursor: default;
	font-size: 14px;
	line-height: 18px;
	color: #3C3C3C;
	background-color: #FFFFFF;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.eplant-historyItem:hover {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #3C3C3C;
}

/* Class for genetic element dialog annotation tags */
.eplant-geneticElementDialog-annotationTag {
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	border: 1px solid #3C3C3C;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 2px;
	vertical-align: middle;
}
.eplant-geneticElementDialog-annotationTag:hover {
	cursor: pointer;
}
.eplant-geneticElementDialog-annotationTag[data-selected="true"] {
	border-width: 3px;
	margin: 0;
}

/* Class for chromosome view annotate dialog annotation tags tags */
.eplant-chromosomeView-annotateDialog-annotationTag {
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	border: 1px solid #3C3C3C;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 2px;
	vertical-align: middle;
}
.eplant-chromosomeView-annotateDialog-annotationTag:hover {
	cursor: pointer;
}
.eplant-chromosomeView-annotateDialog-annotationTag[data-selected="true"] {
	border-width: 3px;
	margin: 0;
}

/* .ui-dialog-noTitleBar class for disabling jQuery UI dialog title bar */
.ui-dialog-noTitleBar .ui-dialog-titlebar {
	display: none;
}

/* tooltip */
.eplant-tooltip {
	font-size: 12px;
	margin: 13px;
	padding: 8px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	z-index: 2;
	-webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.6);
	filter:alpha(opacity=97); /* for IE4 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)"; /* IE8 */
	-moz-opacity:0.97;
	-khtml-opacity: 0.97;
	opacity: 0.97;
	overflow:visible;
}

.arrow-bottom{
	overflow:visible;
}

.arrow-bottom::before, .arrow-bottom::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px;
}

.arrow-bottom::before {
    border-color: #aaa transparent transparent transparent;
    bottom: -21px;
}

.arrow-bottom::after {
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
}
.eplant-tooltip .ui-dialog-titlebar {
	display: none;
}
.eplant-tooltip .ui-dialog-content:hover {
	cursor: default;
}
.eplant-tooltip-leftArrow, .eplant-tooltip-rightArrow, .eplant-tooltip-leftArrow-inner, .eplant-tooltip-rightArrow-inner {
	width: 0;
	height: 0;
	position: absolute;
}
.eplant-tooltip-leftArrow {
	top: calc(50% - 10px);
	left: -14px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 14px solid #AAAAAA;
}
.eplant-tooltip-rightArrow {
	top: calc(50% - 10px);
	right: -14px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #AAAAAA;
}
.eplant-tooltip-leftArrow-inner {
	left: 1px;
	top: -9px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 13px solid #FFFFFF;
}
.eplant-tooltip-rightArrow-inner {
	right: 1px;
	top: -9px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 13px solid #FFFFFF;
}

.eplant-geneticElementDialog {
	filter:alpha(opacity=97); /* for IE4 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)"; /* IE8 */
	-moz-opacity:0.97;
	-khtml-opacity: 0.97;
	opacity: 0.97;
}

.eplant-geneticElementDialog .eplant-geneticElementDialog-minimized {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.eplant-geneticElementDialog .ui-dialog-content {
	overflow: hidden;
	transition: padding 0.25s ease, height 0.25s ease;
	-webkit-transition: padding 0.25s ease, height 0.25s ease;
	-moz-transition: padding 0.25s ease, height 0.25s ease;
	-o-transition: padding 0.25s ease, height 0.25s ease;
}

.eplant-geneticElementDialog .ui-dialog-titlebar {
	background: #E7E7E7;
}

.eplant-geneticElementDialog-loaded .ui-dialog-titlebar {
	background: #E6F9AF;
}

.eplant-geneticElementDialog-active .ui-dialog-titlebar {
	background: #99CC00;
}

.ui-dialog .ui-dialog-titlebar-minimize {
	position: absolute;
	right: 2.2em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-titlebar-focus {
	position: absolute;
	right: 4.1em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

/* indent class */
.indent {
	display: block;
	margin-left: 25px;
	margin-right: 29px;
}

/* center pictures on the instruction page */
.instructionPicture {
	margin-left: auto;
	margin-right: auto;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}



/* ePlant container */
#ZUI_container {
	width:100%;
	height:100%;
	margin:0 auto;
	position:absolute;
	//border-radius:20px;
	background:#fff;
	overflow:hidden;
	
	//-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	
	//subtle internal shading effect
	//-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.05);
	//-moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.05);
	//box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.05);
	
	
	//transition: left .5s ease;
	//-webkit-transition: left .5s ease;
	//-moz-transition: left .5s ease;
	//-o-transition: left .5s ease;
}


/* Page Curl Drop Shadow */

#pageCurlBoxShadow {
	width:90%;
	height:90%;
	margin:0 5%;
	position:absolute;
	border-radius:20px;
	background:#fff;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 100px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 100px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 100px rgba(0, 0, 0, 0.05);
	
	
}

#pageCurlBoxShadow:before, #pageCurlBoxShadow:after
{
	position: absolute;
	width: 40%;
	height: 40px;
	content: ' ';
	left: 12px;
	bottom: 14px;
	border-radius: 20px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

#pageCurlBoxShadow:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

#viewSpecificUI {
	vertical-align: middle;
	width:30%;
}

#crossViewUI {
	vertical-align: middle;
	width:20%;
}

#zoomUI {
	vertical-align: middle;
	width:10%;
}

#textUI{
	width:40%;
	
}


#textUI > div{
	cursor:pointer;
    height: 14px;
    line-height: 14px;
    margin: 6px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    padding: 6px 15px;
    font-size: 14px !important;
	
}



#enter_geneID_box{
	height:140px;
	width:227px;
	background: #F8F8F8;
	margin: 10px;
	margin-top:5px;
	font-size: 12px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Navigation container */
#navigationContainer, #genePanel_container {
	//padding: 15px;
	font-size: 1.2em;
	opacity: 0;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	display:inline-block;
	position:absolute;
}

#navigationContainer {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 66px;
	text-align: center;
}
#navigationContainer div{
	background:#fff;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:10px 5px;
	border:none;
}
#navigationContainer div.selected{
	padding:2px;
    border: 3px solid #99cc00;
}
#navigationContainer div.selected:hover{
}
#navigationContainer div:hover{
	border: 3px solid #e6e6e6;
	padding:2px;
}

/* Gene panel container */
#genePanel_container {
	width: 245px;
	height: 100%;
	overflow: auto;
	font-size: 1.2em;
	opacity: 0;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	padding-top:0px;
}
/* Gene panel label */
#genePanel_label {
	height: 25px;
	font-size: 11px;
	color: #fff;
	display: block;
	margin-left:21px;
	white-space:nowrap;
}

#genePanel_loading_label {
	line-height: 25px;
	font-size: 11px;
	color: #fff;
	display: block;
	margin-left:21px;
	white-space:nowrap;
}

/* Gene panel content */
#genePanel_content {
	padding: 15px 0px;
}

#genePanel_holder {
	height:100%;
}


/* Settings container */
#settings_container {
	font-size: 1.2em;
	opacity: 0;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	width:100%;
	
    height: 40px;
	z-index:5;
	background:#e6e6e6;
	margin-left:312px;
}
#global_settings {
	cursor:pointer;
	width:20px;
}

/* Logo */
#logo {
	width: 56px;
	height: 56px;
	margin: 6px;
	
	transition:All 0.25s ease;
	-webkit-transition:All 0.25s ease;
	-moz-transition:All 0.25s ease;
	-o-transition:All 0.25s ease;
}
#logo:hover {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}

/* Menu icon */
#menuIcon {
	width: 20px;
	height: 20px;
	padding: 3px;
	
	transition:All 0.25s ease;
	-webkit-transition:All 0.25s ease;
	-moz-transition:All 0.25s ease;
	-o-transition:All 0.25s ease;
}
#menuIcon:hover {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	border: 1px #e6e6e6 solid;
	
}

/* Content */
#content {
	//margin: 5px auto 0px auto;
	//padding: 0px 5px 5px 5px;
	//width: 1374px;
	margin:0px;
	width:100%;
	height:100%;
	border: 0px solid #DDD;
}

/* gene input text box */
#enterIdentifier {
	width: 92%;
	height: 30px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #EEEEEE;
	border-radius: 5px;
	margin-right-6px;
	box-shadow:         inset 0 0 3px #EDEDED;
	-moz-box-shadow:    inset 0 0 3px #EDEDED;
	-webkit-box-shadow: inset 0 0 3#px #EDEDED;
	font-size:14px;
}
/* select plant */
#selectIdentifier {
	//background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	//background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	text-indent: 0.01px;
	text-overflow: '';
	width: 92%;
	height: 30px;
	padding: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #EEEEEE;
	border-radius: 5px;
	margin-right-6px;
	box-shadow:         inset 0 0 3px #EDEDED;
	-moz-box-shadow:    inset 0 0 3px #EDEDED;
	-webkit-box-shadow: inset 0 0 3#px #EDEDED;
	
}

.gene-cancel-button {
	
	background-color:#99cc00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #99cc00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:10px !important;
	padding:3px 8px;
	margin-left:5px;
}
.gene-cancel-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.gene-cancel-button:active {
	position:relative;
	top:1px;
}


/* Maximize & Minimize a div jquery stuff from: http://jsfiddle.net/miqdad/Qy6Sj/1/; */ 
.maxMinWindow{
	border:solid 1px;
	border-color: #BBBBBB;
	border-radius: 10px;
	margin-bottom: 10px;
}

.maxMinTitle_bar{
	border-radius: 10px;
	background: #FAFAFA;
	width: 100%;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	color:#333333;
	
}
.maxMinButton{
	border:solid 1px;
	border-radius: 9px;
	width: 25px;
	height: 21px;
	float:right;
	cursor:pointer;
	margin-right: 10px;
	margin-top: 7px;
	padding-top: 1px;
	text-align: center;
	font-size: .75em;
	border-color: #BBBBBB;
	transition: background-color 0.25s ease;
	-webkit-transition: background-color 0.25s ease;
}
.maxMinButton:hover{
	color:#FFFFFF;
	background-color: #99CC00;
}

.maxMinBox{
	background: #FFF;
	border-radius:10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.maxMinIcon {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 19px;
	cursor: pointer;
	vertical-align: middle;
}
.maxMinIcon img {
	width: 30px;
	height: 30px;
	
	transition:transform 0.25s ease;
	-webkit-transition:-webkit-transform 0.25s ease;
	-moz-transition:-moz-transform 0.25s ease;
	-o-transition:-o-transform 0.25s ease;
}


/* Green Bar at bottom of page */
#greenBottom {
	/*background-color: #99CC00;*/
	background-image: url('//bar.utoronto.ca/eplant/img/soil-and-grass.jpg');
	width: 100%;
	height: 130px;
	position:absolute;
	left: 0;
}



/* button that takes people back to the top */
.back-top {
	background-color: #99CC00;
	background-image: url("//bar.utoronto.ca/eplant/img/arrow-up.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	outline: medium none;
	position: fixed;
	text-align: center;
	text-indent: -9999px;
	transition: background-color 0.3s ease;
	width: 50px;
	z-index: 40; 
	float: right;
	right: 30px;
	bottom: 30px;
	text-decoration: none;
	border-radius: 30px;
	display: none;
}
.back-top:hover{
	<<<<<<< HEAD
	background-color: #cbe57a;
	
	=======
	background-color: #cbe57c;
	>>>>>>> db409e058d459ef327ed07c44ea4b914972abbbd
}


.hiddenInSpeciesView {
	visibility: hidden;
	opacity: 0;
	transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	-moz-transition:opacity 1s ease;
	-o-transition:opacity 1s ease;
}

.eplant-selectList {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 600px;
	padding: 30px;
	backgroundColor: transparent;
}

.eplant-selectList-title {
	font-size: 30px;
	margin-left:30px;
	line-height: 56px;
	color: #99CC00;
	display: block;
}

.eplant-selectList-choice {
	font-size: 20px;
	line-height: 40px;
	color: #3C3C3C;
	display: block;
	cursor: pointer;
	
}

.eplant-selectList-choice-selected {
	background-color: #99CC00;
}

.efp-selectList {
	position: absolute;
	font-size: 10px;
	width: 40%;
	height: 80%;
	padding: 0 30px;
	overflow-y:auto;
}

.efp-previewHolder {
	position: absolute;
	height:100%;
	width:50%;
}

.efp-selectList-choice {
	font-size: 14px;
	line-height: 18px;
	color: #777777;
	display: block;
	cursor: pointer;
	margin-bottom:20px;
}

.choice-view-loaded-data {
	color: #000;
}

.choice-view-selected {
	color: #99cc00;
}

.efp-view-svg {
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}

.efp-color-preset{
	border: 1px solid rgb(153, 153, 153);
	display: inline-block;
	padding: 5px;
	margin:5px;
}

.efp-color-preset-color{
	height: 10px;
	width: 10px;
	display: inline-block;
}

.heat-map-hover {
	outline:1px solid #000000
}
.gene-tr{
	padding:10px 0;
	height:25px;
}
.active-gene-tr > td:first-child:before{
	content: '';
	position: absolute;
	background: none;
	top: 8px;
	left: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000000;
}
.active-gene-tr > td:first-child{
	position:relative;
	font-weight:bold;
}
.view-td{
	padding:2px;
	height:25px;
	cursor: pointer;
}

.notSelectable{
	
}

.selectable {
	-ms-user-select: auto;
	-moz-user-select: auto;
	-khtml-user-select: auto;
	-webkit-user-select: auto;
	user-select: auto;
}

.aui_main div {
	-ms-user-select: auto;
	-moz-user-select: auto;
	-khtml-user-select: auto;
	-webkit-user-select: auto;
	user-select: auto;
	/*overflow: auto;*/
}

.aui_content {
	
	overflow: auto;
}

.viewInstruction{
	max-width:600px;
	font-size:16px;
}
.viewInstruction p{
	margin-bottom:10px;
}

.viewInstructionControl{
	max-width:600px;
	font-size:11px;
	margin-top:10px;
	font-weight:bold;
}
.viewInstructionControl img{
	width:24px;
	vertical-align: middle;
}
/* Override  some JQuery design settings */



/* Welcome tour style settings */
.welcomeName {
	font-size: 60px;
	margin-top: 0px;
	color: #99CC00;
}

/* On off switch */
.onoffswitch {
	position: relative; width: 47px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 1px solid #999999; border-radius: 30px;  width: 40px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 15px; padding: 0; line-height: 17px;
	font-size: 10px; color: white; 
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "ON";
	padding-left: 5px;
	background-color: #99CC00; color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 5px;
	background-color: #999999; color: #FFFFFF;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 15px; margin: 0px;
	background: #FFFFFF;
	border: 1px solid #999999; border-radius: 30px;
	position: absolute; top: 0; bottom: 0; right: 31px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}

#dropdown-rsvp{
	white-space: nowrap;
}

#dropdown-rsvp input{
	margin-right: 10px;
	vertical-align: middle;
}
#advancedOptions *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
#advancedOptions .instructions-heading {
	float: left;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
}

#advancedOptions .instructions {
	float: left;
}
#advancedOptions .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
#advancedOptions .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

#advancedOptions .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#advancedOptions .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#advancedOptions .btn-group>.btn:first-child {
	margin-left: 0;
}
#advancedOptions .btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
	z-index: 2;
}
#advancedOptions .btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left;
}
#advancedOptions .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-image: none;
}
#advancedOptions .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
#advancedOptions .btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#advancedOptions .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
#advancedOptions .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
}

#advancedOptions .btn-group {
	display: inline-flex !important;
}
#advancedOptions .btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#advancedOptions .text-center {
	text-align: center;
}
#advancedOptions .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#advancedOptions .panel-body {
	padding: 15px;
}

/* Experiment select list*/
.maxLevelLabel{
	position: absolute;
    bottom: 0px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 4px;
	font-size: 14px;
}
.experimentListTopButton{
	background-color: #e6e6e6;
    border: 0;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 10px !important;
    padding: 3px 16px;
    margin-left: 0px;
	width: 150px;
	text-align:left;
	
}
button.experimentListTopButton img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.rightBorderRadius{
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	
}
.leftBorderRadius{
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.geneSearchPanelBoldText{
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
	margin-top: 5px;
}

.disabled{
	cursor:default;
}

/* Panel */
.panel {
    display: inline-block;
    //opacity: 0.8;
    //-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    // IE8 filter: alpha(opacity=80);
    // IE 5-7;
}
/* left sidebar */
.left {
    width: 307px;
    height: 100%;
    z-index: 2;
    background-color: #4A4A4A;
}
/* left sidebar toggle */
.leftToggle {
    z-index: 1;
    height: 100%;
    left: 307px;
    width: 0px;
    background-color: #858585;
    position: absolute;
    cursor: pointer;
}

.leftToggle img {
	top:30px;
	position: absolute;
}

/* HACK:*IE6/7 _IE6*/
html {
    *padding: 50px 0px 50px 0px;
}

.left {
    *height: 100%;
    *float: left;
    *top: 0px;
    position: absolute;
}

.hideleft {
    *padding-left: 0px;
}




.panel {
    *position: relative;
}

/* toggle point */

.navPoint {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width:20px;
}


/* search box */
#leftSearch {
    width: 247px;
    height: 100%;
    position: absolute;
}

/* icon dock holder */
#leftIcon {
    position: relative;
    overflow:hidden;
    width: 66px;
    height: 100%;
    left: 247px;
    background: #858585;
}

#bottom_fade {
	width: 100%;
	height: 20px;
	z-index: 99;
	position: absolute;
	bottom: 0px;
	background: -moz-linear-gradient(top, rgba(74,74,74,0) 0%, rgba(74,74,74,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,74,74,0)), color-stop(100%,rgba(74,74,74,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(74,74,74,0) 0%,rgba(74,74,74,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(74,74,74,0) 0%,rgba(74,74,74,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(74,74,74,0) 0%,rgba(74,74,74,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(74,74,74,0) 0%,rgba(74,74,74,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a4a4a', endColorstr='#4a4a4a',GradientType=0 ); /* IE6-9 */
	
	pointer-events:none;
	display:block;
}

#top_fade {
	width: 100%;
	height: 20px;
	z-index: 99;
	position: absolute;
	top: 0px;
	background: -moz-linear-gradient(top,  rgba(74,74,74,1) 0%, rgba(74,74,74,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,74,74,1)), color-stop(100%,rgba(74,74,74,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(74,74,74,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(74,74,74,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(74,74,74,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(74,74,74,1) 0%,rgba(74,74,74,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#004a4a4a',GradientType=0 ); /* IE6-9 */
	
	
	pointer-events:none;
	display:block;
}
.greenDownloadButton {
	background-color: #99cc00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 0px 12px;
    margin: 0px 25px;
    color: #ffffff !important;
    display: inline-block;
    margin-top: 20px;
	cursor:pointer;
	height: 45px;
    line-height: 45px;
	font-size:20px !important;
}
.greenDownloadButton:hover  {
    background-color:#80A24A;
	color:#ffffff;
	text-decoration:none;
}
.greenbutton {
	background-color: #99cc00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 0 18px;
	
	color: #FFF;
	display: inline-block;
	margin-top: 4px;
	cursor:pointer;
	height: 34px;
	line-height:34px;
	font-size:14px !important;
}
.greenbutton:hover  {
    background-color:#80A24A;
}
.greybutton {
	background-color: #C4C4C4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 0 18px;
	width: 47%;
	margin: 1%;
	color: #FFF;
	display: inline-block;
	margin-top: 4px;
	cursor:pointer;
	height: 34px;
	font-size:14px !important;
}
.greybutton:hover  {
    background-color:#A4A4A4;
}
.leftColumn
{
    width:307px;
    position:relative;
    z-index:100;
}

#infoBar
{
	z-index:100;
	position:absolute;
	bottom:0;
	width: 240px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 4px;
	color:#fff;
	background: #3d3d3d;
	border: none;
	font-size:14px;
}


#infoBar div
{
	margin: 6px;
    float: left;
}

#infoBar a
{
	
	color:#fff;
	
}

#leftIcon .list{
	overflow:visible;
}
#leftIcon .viewport{
	
	height:410px;
}



.pLeft
{
	padding-left:312px;
}

.eplant-geneticElementListDialog .ui-dialog-titlebar {display:none}

.eplant-geneticElementListDialog {
	display: block;
	position: absolute; 
	padding: 0;
	content: attr(title);
	min-width: 120px;
	text-align: center;
	width: auto;
	height: auto;
	white-space: nowrap;
	top: -32px;
	background: rgba(255,255,255,1);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;    
	color: #000;
	font-size: .86em;
}
.eplant-geneticElementListDialog:before {
	position: absolute;
	display: block;
	content: "";  
	border-color: transparent transparent rgba(255,255,255,1) transparent;
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	position:absolute;
	top: -16px;
	left:1em;
}
.displayTab
{
}
.fullTab
{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    padding: 8px 5% !important;
    text-align: center;
}
#add_tab {
	cursor: pointer;
	background-color: #DDDDDD;
	width:12px;
	height:18px;
	margin-top:3px;
	border-width: 10px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	display: block;
	padding: 6px;
	text-align: center;
}
.ui-widget-header {
	background: #FFF;
	border: none;
}
.progressBar {
	position:relative;
}
.progressLabel {
	position:absolute;
	top:4px;
	left:50%;
}
.ui-progressbar .ui-progressbar-value{
	margin: -1px;
	height: 100%;
	background:#99cc00;
}

.ui-widget-overlay {
	background: #333;
}

/* tabs close icon */
#tabs li .ui-icon-close {
	top: 3;
    position: absolute;
    right: 0;
	margin: 0.4em 0.2em 0 0;
	cursor: pointer;
}
/* button to add tab */

/* tabs holder */
div#tabs {
	/*position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding: 0px;
	overflow: hidden;*/
}
/* tabs content */
div#tabs div {
	
}
/* tab */
#tabs .tab {
	position: absolute;
	display: inline-block;
	padding: 0px;
	height: 100%;
	width:100%;
	float: left;
	z-index:0;
}
.ui-tabs
{
	padding:0;
	border-radius: 0px;
	border: 0 none;
}

#tabUl li{ padding: 0 10px;float: left; display: inline-block; position: relative;	border-top-width:0px;
	border-left-width:0px;
border-right-width:0px;}
#tabUl{position: absolute;padding-left: 2px; padding-bottom: 0px;border: 0px;width:100%}
#tabUl li.ui-state-hover{
	border: none;
    background: #e6e6e6 url("images/ui-bg_flat_25_99cc00_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
}
#tabUl li#addTab{
	padding:0;
}
.ui-tooltip {
	background: #77AA00;
	color: white;
	/* text-shadow: 0 -1px 0px black; */
	padding: 0;
	font-size: 12px;
	line-height: 10px !important;
	white-space: nowrap;
	max-width: none;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
	opacity: 1;
	border:none;
}
.ui-tooltip >div{
	position: relative;
	padding: 5px 10px;
	font-size:16px;
	height: 25px;
    line-height: 25px;
}
.ui-tooltip >div::after {
	content: '';
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
.right.ui-tooltip >div::after {
	top: 13px;
	left: -5px;
	border-color: transparent #77AA00;
	border-width: 5px 5px 5px 0;
}
.left.ui-tooltip >div::after {
	top: 10px;
	right: -5px;
	border-color: transparent #77AA00;
	border-width: 5px 0 5px 5px ;
}
.top.ui-tooltip >div::after {
	bottom: -5px;
	left: 72px;
	border-color: #77AA00 transparent;
	border-width: 5px 5px 0;    
}
.bottom.ui-tooltip >div::after {
	top: -5px;
	left: 72px;
	border-color: #77AA00 transparent;
	border-width: 0 5px 5px ;
}


.leftTooltip {
	background: #99cc00;
	color: white;
	/* text-shadow: 0 -1px 0px black; */
	padding: 0;
	font-size: 12px;
	line-height: 10px !important;
	white-space: nowrap;
	max-width: none;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
	opacity: 1;
	border:none;
}
.leftTooltip .qtip-content{
	position: relative;
	padding: 5px 10px;
	font-size:16px;
    line-height: 20px;
	background: #99cc00;
    color: #fff;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #99cc00;
}
.leftTooltip .qtip-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
.leftTooltip .qtip-content::after {
	top: 10px;
	right: -5px;
	border-color: transparent #77AA00;
	border-width: 5px 0 5px 5px ;
}

/* Clearfix */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix {display:block;}

.hide
{
	display:none !important;
}

#iconTopArrow
{
	position:absolute;
	display:none;
	top:0;
	margin:0 auto;
	background: url("../img/topArrow.png") #858585 no-repeat center center;
	width:50px;
	height:60px;
	padding: 10px 5px;
	z-index:1;
}
#iconBottomArrow
{
	position:absolute;
	display:none;
	bottom:0;
	margin:0 auto;
	background: url("../img/bottomArrow.png") #858585 no-repeat center center;
	width:50px;
	height:60px;
	padding: 10px 5px;
	z-index:1;
}

#efpTooltip{
	margin:8px;
	padding:8px;
	border:1px solid #E3E3E3;
	background-color:#fff;
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: 8px 8px 10px -5px rgba(153,153,153,1);
	-moz-box-shadow: 8px 8px 10px -5px rgba(153,153,153,1);
	box-shadow: 8px 8px 10px -5px rgba(153,153,153,1);
}

.meter { 
	float:left;
	height: 10px;  /* Can be anything */
	width:135px;
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 2px;
	margin: 3px;
	text-align: center;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter p{
	position:absolute;
	font-size:8px;
	text-align:center;
	top:0;
	margin:0 auto;
	color:#fff;
	left: 0px;
	width: 100%;
    line-height: 16px;
}
.meter > span {
	display: block;
	height: 100%;
	max-width:95%;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	/*background-color: rgb(43,194,83);
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(43,194,83)),
		color-stop(1, rgb(84,240,84))
		);
		background-image: -moz-linear-gradient(
		center bottom,
		rgb(43,194,83) 37%,
		rgb(84,240,84) 69%
	);*/
	background-color:#99cc00;
	/*-webkit-box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
		-moz-box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
		box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);*/
	position: relative;
	overflow: hidden;
}
.meter > span:after, .meterAnimate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	-webkit-gradient(linear, 0 0, 100% 100%, 
	color-stop(.25, rgba(255, 255, 255, .2)), 
	color-stop(.25, transparent), color-stop(.5, transparent), 
	color-stop(.5, rgba(255, 255, 255, .2)), 
	color-stop(.75, rgba(255, 255, 255, .2)), 
	color-stop(.75, transparent), to(transparent)
	);
	background-image: 
	-moz-linear-gradient(
	-45deg, 
	rgba(255, 255, 255, .2) 25%, 
	transparent 25%, 
	transparent 50%, 
	rgba(255, 255, 255, .2) 50%, 
	rgba(255, 255, 255, .2) 75%, 
	transparent 75%, 
	transparent
	);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.meterAnimate > span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
	background-color: #f0a3a3;
	background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}


.paletteInput{
	width: 100px;
	border: 1px solid rgb(204, 204, 204);
	height: 33px;
	margin-left: 10px;
	padding: 0 20;
}

#cacheContainer{
	z-index:-1;
	visibility:hidden;
	pointer-events:none;
	left:100%;
}

.ui-menu .ui-menu-item:focus, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background: #99cc00 !important;
	color:#000 !important;
	border-radius: 0;
}

.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #99cc00!important;
	color:#000 !important;
	border-radius: 0;
}

.ui-menu .ui-menu-item a:hover{
	color:#444444;
	text-decoration:none;
}

.ui-menu .ui-state-focus{
	background:none;
	border:none;
	text-decoration: initial;
}

.ui-dialog .ui-dialog-title {
	font-size: 24px;
	font-weight: normal;
}

.aui_loading{
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -50px;
	margin-top: -50px;
}

.heatmapViewIcon{
	position: absolute;
	top: -10;
	left: 50%;
	margin-left: -10px;
	height: 20px;
	width: 20px;
	background: #ffffff;
}

.heatmapViewIconDiv{
	border: 2px solid #eee;
	height: 15px;
	border-bottom: none;
	margin: 0 5px;
	position: relative;
}

.heatmapGeneLoading{
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 0.1em;
	margin: 10px 0 15px;
	position: relative;
}

.heatmapGeneLoading span{
	background: #fff;
	padding: 0 10px;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	font-size:16px;
}

.heatmapRowDomLoading{
	position: absolute;
    left: 100px;
    right: 0;
    margin-top: 2px;
    background: #ffffff;
}

.heatmapRowDomLoading h2{
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 0.1em;
	margin: 10px 0 15px;
	position: relative;
}

.heatmapRowDomLoading h2 span{
	background: #fff;
	padding: 0 10px;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	font-size:16px;
}

/*dialog */
.aui_outer, .aui_close {
    /*margin-top: 20px;*/
}
.aui_title {
	position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 32px;
    text-align: left;
    text-indent: 1em;
    font-size: 25px;
    line-height: 32px;
}
.aui_header{
	height:30px;
	overflow:hidden;
}
.aui_buttons button {
	
    background: #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 20px;
    margin: 1%;
    color: #FFF;
    display: inline-block;
    margin-top: 4px;
    cursor: pointer;
    height: 34px;
	text-shadow: none;
	letter-spacing:0;
	box-shadow: none;
	font-size:14px !important;
}
.aui_buttons button::-moz-focus-inner{ border:0; padding:0; margin:0; }
.aui_buttons button:focus {  }
.aui_buttons button:hover {    background:#80A24A;color:#fff;  }
.aui_buttons button:active { background:#80A24A;color:#fff; }
.aui_buttons button[disabled] { cursor:default; color:#666; background:#DDD; border: solid 1px #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
button.aui_state_highlight {     padding: 10px 35px; 
background: #99cc00;}
button.aui_state_highlight:hover {     background:#80A24A;color:#fff; }
button.aui_state_highlight:active {     background:#80A24A;color:#fff;}


#dropdown-experimentSort .dropdown-menu LI > div, #dropdown-experimentSelect .dropdown-menu LI > div {
    margin: 3px 2px;
	margin-left:8px;
	position:relative;
}

#dropdown-experimentSort .dropdown-menu LI > div.active:before, #dropdown-experimentSelect .dropdown-menu LI > div.active:before{
	content: '';
	position: absolute;
	top: 4px;
	left: -10px;
    display: block;
    width: 3px;
    height: 6px;
    border: solid #666666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/*
	*********************************Molecule Viewer ****************************************
	*****************************************************************************************
*/
.overviewSlider{
	height: 0;
    border: none;
    display: block;
    width: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-top: 10px;
    margin-right: 50px;
    margin-left: 50px;
    bottom: 0px;
	height:100px;
    z-index: 4;
    background: none !important;
}

.overviewSlider .ui-slider-range{
	
    background: none !important;
}
.overviewSlider .ui-slider-handle{
    left: 0%;
    width: 77px;
    height: 77px;
	margin-left:-40px;
    background: rgba(200,200,200,0.5) !important;
	border:3px solid #999999;
	outline: none;
}
.overviewSlider .ui-slider-handle:before{
    content: 'Drag me!';
	text-shadow: none;
    position: absolute;
    left: 0px;
    top: 20px;
    color: #777777;
	width: 100%;
    text-align: center;
}
.overviewSlider .ui-state-hover, .overviewSlider .ui-state-focus, .overviewSlider .ui-state-active {
    background: rgba(200,200,200,0.5) !important;
}

.sequenceOverview .moleculeIndicator{
	border-bottom: 5px solid #000000;
	bottom: 40px;
	position: absolute;
}

.sequenceOverview .moleculeIndicator:before {
	content: ' [';
    width: 10px;
    font-size: 25px;
    margin-top: -9px;
    position: absolute;
    background: #ffffff;
	color: #000000;
    left: 0px;
}
.sequenceOverview .moleculeIndicator:after {
    content: ' ]';
    width: 10px;
    font-size: 25px;
    margin-top: -9px;
    position: absolute;
    background: #ffffff;
	color: #000000;
    right: 0px;
}

.sequenceOverview .sequenceIndicator{
	border-bottom: 5px dotted #999999;
	bottom: 40px;
	position: absolute;
	width:100%;
}

.sequenceOverview .sequenceIndicator:before {
	content: ' \25CF';
	font-size: 25px;
    margin-top: -9px;
    position: absolute;
    left: -2px;
}
.sequenceOverview .sequenceIndicator:after {
    content: ' \25CF';
	font-size: 25px;
    margin-top: -9px;
    position: absolute;
    right: -2px;
}

.sequenceOverview{
	overflow-y: hidden;
    overflow-x: hidden;
    margin-left: 2%;
    height: 90px;
    background: white;
    opacity: 0.6;
    position: relative;
	top: 0px;
    left: 0px;
    right: 0px;
    margin-right: 30px;
    margin-left: 30px;
    bottom: 10px;
    width: auto;
}

.sequenceOverview .SNPIndicator{
    position: absolute;
    width: 5px;
    height: 15px;
    background: #99cc00;
    bottom: 15px;
}

.sequenceOverview .labelNumber{
    z-index: 3;
    top: 10%;
    position: absolute;
}

/*! changing default Green tooltip (qtip2 library) style 
//cdn.jsdelivr.net/qtip2/2.2.1/jquery.qtip.min.css */

/*! Green tooltip style */
.a_qtip-green{
	background-color: rgba(255, 255, 255, 1) !important;/*#99cc00*/
	border-color: rgba(221, 221, 221, 1) !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.a_qtip-green .qtip-content{
    font-size: 16px !important;
	line-height: normal !important;
	text-shadow: none;
}

.a_qtip-green .qtip-titlebar{
	background-color: #B0DE78;
}

.a_qtip-green .qtip-close.qtip-icon{
	background:none;
	border:none;
	top:-18;
	left:-18;
}

.a_qtip-green .qtip-close.qtip-icon .ui-icon-close{
	width: 35px;
	font-size:0;
    height: 18px;
    color: #FFFFFF;
    height: 35px;
    font: 400 bold 10px/13px Tahoma,sans-serif;
    color: inherit;
    background-image: url(../js/skins/idialog/idialog_s.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
}

.a_qtip-green .qtip-close.qtip-icon .ui-icon-close:hover{
    background-position: 0 -94px;
}

.a_qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.lower-z-index{
	z-index:1!important;
	
}

/* END qtip2 library changes */


h4.features {
	margin-bottom: 0px;
	margin-top:15px;
	font-weight: bold;
}

.roundButton{
	margin: 2px 12px;   
	width: 20px;
	height: 20px;    
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:lightgray;
	cursor:pointer;
	display: inline-block;
	line-height: 18px;
	text-shadow: none;
	color:#ffffff;
}

/* For the residues from alignment and the | (pipe) 
	* Don't use this in other parts, the class name is used by javascript
	* to remove the alignment when necessary
*/
span.alignment{
	display: inline-block;
	padding-left: 3px;
	cursor: default;
	width: auto;/*22px;*/
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	color: black;
	font-weight: normal;
	font-size: 40px;
    line-height: 13px;
}

div.labelnumber{
	width: 22px;
	height: 22px; /* there is a layout crash without this param */
	text-align: center;
	vertical-align: bottom;
}

span.sequenceModel{
	display: inline-block;
	padding-left: 3px;
	cursor: pointer;
	width: 22px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px 0px;
	color: black;
}

span.sequence{
	display: inline-block;
	padding-left: 3px;
	cursor: pointer;
	width: 22px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px 0px;
	color: grey;
}

span.deselected {
	
	font-weight: normal;
	font-size: 20px;
}

span.blueSelected {
	color: #0000ff;
	font-weight: bold;
	font-size: 28px;
}

span.selected {
	color: #99cc00;
	font-weight: bold;
	font-size: 28px;
}

span.hoveron {
	color: #556B2F; /* DarkOliveGreen */
	font-size: 24px;
    background:#c4c4c4;
}

span.loading {
}

span.loading:before {
	content: "";
    display: inline-block;
    background: url("../img/loading.gif") no-repeat;
    width: 30px;
    height: 16px;
    float: left;
    margin: 2px 8px 0 2px;
    vertical-align: middle;
}

span.radioMenu {
	float: left;
	clear: left;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* apply to this class and its children */
span.radioMenu *{
	cursor: pointer;
}

input[type="radio"] {
	margin-left:5px;
	margin-right:10px;
	margin-top: -1px;
    vertical-align: middle;
}

label{
	vertical-align: middle;
}

.all  {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
	"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	/* text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; */
	color: gray;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: 20px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;/*hide scrool bar*/
}

.main {
	overflow: hidden;
	padding: 10px;
	float: left;
}

.jmolcontent {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	/* Preserve aspect ratio */
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
	
}

/*reset for the context jsmol menu*/
.jmolPopupMenu {
	line-height: initial;
}

/* user can't select text */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* user can select text */
.yesselect {
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

/*from //bar.utoronto.ca/eplant/*/
.mbutton {
	background-color: #99cc00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 10px 0;
	width: 47%;
	margin: 1%;
	color: #FFF;
	display: inline-block;
	margin-top: 4px;
	cursor: pointer;
	height: 34px;
}

/*from //bar.utoronto.ca/eplant/*/
.selectbutton {
	background-color: #99cc00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 10px 0;
	width: 27%;
	margin: 1%;
	color: #FFF;
	display: inline-block;
	margin-top: 4px;
	cursor: pointer;
	height: 34px;
}

/* for fade effect at sequence div */
.fadeOnCornersSequence{
	z-index: 3;
	width: 200px;
    height: 100px;
    position: absolute; 
    bottom: 0px;
    pointer-events: none;
}

/* for fade effect at left of sequence div */
.fadeOnCornersSequenceLeft {
    /* http://www.colorzilla.com/gradient-editor/ */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	left: 0px;
}

/* for fade effect at right of sequence div */
.fadeOnCornersSequenceRight {	
    /* http://www.colorzilla.com/gradient-editor/ */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	right: 0px;
	/* 	 border: 2px solid blue;  */
}

.SNPTable {
	
}
.SNPTable tr td{
	white-space:nowrap;
}


.sectionHeader {
	font-size:2em;
}

.tableContainer {
	margin: 0 auto;
}

.tableRow {
}

.tableLabel {
	text-align: right;
	vertical-align: top;
	padding-right:20px;
	color:#999999;
	/*width:200px;*/
	min-width: 160px;
	font-size: .85em;
}

.tableContent {
	text-align: left;
	vertical-align: top;
	color:#000000;
	padding-bottom:20px;
	/*max-width: 600px;*/
	font-size:14px;
}
.tableLabel2 {
	text-align: left;
	vertical-align: top;
	padding-right:20px;
	color:#999999;
    font-size: 1.5em;
    line-height: 1.5em;
}


.smallText {
	font-size: .85em;
}

.pubmedLink {
	text-decoration: none;
	color: #000000;
}

.pubmedLink:hover {
	text-decoration: none;
	color: #99CC00;
}

.greybutton {
	background-color: #BBBBBB;
	font-size:12px;
	font-weight: normal;
	border:none;
	border-radius:2px;
}
.greybutton:hover {
	background-color: #888888;
}

.viewTitleLabel{
	position: absolute;
    z-index: 10;
    left: 20px;
    top: 10px;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clear_input{
	position: absolute;
    cursor: pointer;
    display: block;
    top: 16px;
    right: 17px;
    line-height: 10px;
    height: 10px;
}

.expressionAnglerGenesTable{
	margin: 0 auto;
}
.expressionAnglerGenesTable th{
	width:80px;
	text-align:center;
	font-weight: bold;
}
.expressionAnglerGenesTable th:first-child{
	width:auto;
}

.expressionAnglerGenesTable td{
	width:80px;
	text-align:center;
}
.expressionAnglerGenesTable td:first-child{
	width:auto;
}

.greenBorder{
	border: 1px solid #99cc00;
}

.greyBorder{
	border: 1px solid #aaaaaa;

}

.greenText{
	color:#99cc00;
}

.greyText{
	color:#aaaaaa;
}