* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	margin: 0;
}

a,
.tmdheader a {
	color: #E46C0A;
	text-decoration: none;
}

.title1 {
	font-size: 37px;
	font-weight: normal;
	color: white;
	background-color: #595959;
	padding: 10px 10px 5px 30px;
	margin: 7px 5px 0px 7px;
	cursor: pointer;
	line-height: 1.43em;
}

.title2 {
	font-size: 26px;
	color: white;
	background-color: #E46C0A;
	padding: 3px 10px 5px 30px;
	margin: 0px 5px 10px 7px;
	cursor: pointer;
}

.rect {
	margin: 30px 0 10px 0;
}

@media (max-width: 639px) {
	.rect {
		margin-left: 7px;
		margin-right: 5px;
	}
}

@media (min-width: 640px) {
	.rect {
		width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
}

.title3 {
	color: #7F7F7F;
	background-color: #D9D9D9;
	padding: 10px 10px 14px 10px;
	width: 100%;
}

.title3 ol {
	font-size: 13px;
}

.proteomapSel,
.usertreemapformtable {
	font-size: 19px;
	color: #7F7F7F;
	width: 100%;
	border-collapse: collapse;
}

.proteomap,
.comment,
.encodingfile,
.organism,
.username,
.dblink,
.email,
.tmdfile,
.treemapname {
	white-space: nowrap;
	height: 32px;
}

.proteomapSel td,
.usertreemapformtable td{
	height: 32px;
	vertical-align: middle;
}

.proteomapSel td:nth-child(1),
.usertreemapformtable td:nth-child(1){
	text-align: right;
	padding: 0px 12px 0px 0px;
}

.proteomapHint,
.commentHint,
.cushionHint,
.organismHint,
.usernameHint,
.dblinkHint,
.emailHint {
	vertical-align: top;
	font-size: 0.7em;
	color: #E46C0A;
}

.proteomapSel td:nth-child(2),
.usertreemapformtable td:nth-child(2){
	width: 100%;
	padding: 0px;
}

.proteomapBox,
.commentBox,
.encodingFileBoxSim,
#treemapname,
.organismBox,
.usernameBox,
.dblinkBox,
.emailBox,
.tmdFileBoxSim {
	width: 100% !important;
	height: 27px;
	min-height: 17px;
	color: #7F7F7F;
	border: 2px solid #D9D9D9;
	font-size: 13px !important;
	font-weight: bold;
	background: #EEEEEE;
	padding-left: 3px;
}

#treemapname {
	color: #A9A9A9;
	font-size: 12px !important;
	border: none !important;
}

.tdorganismBox {
	font-size: 13px !important;
}
.tdorganismBox > span {
	position: relative;
	display: block;
}
.tdorganismBox input {
	height: 25px;
	min-height: 17px;
	width: 100%;
	border: 2px solid #D9D9D9 !important;
	border-radius: 0px !important;
	background: #EEEEEE !important;
	font-family: Arial, sans-serif important;
	font-size: 13px !important;
	font-weight: bold !important;
	padding-left: 5px;
}

.tdorganismBox a:before {
	content: "select";
}

.tdorganismBox a span {
	display: none !important;
}

.tdtreemapname,
.tdtreemapnameBox {
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.tdproteomapBox,
.tdorganismBox {
	padding: 3px;
	margin: 0px;
	display: inline-block;
	cursor: pointer;
}

.tdproteomapBox label,
.tdorganismBox label {
	display: block;
	width: 100%;
	height: 27px;
	position: relative;
	font-size: 13px !important;
}

.proteomapBox {
	display: block;
	position: absolute;
	left: 0px;
	height: 25px !important;
	top: 2px;
}

.proteomapButton,
.tdorganismBox a {
	position: absolute;
	color: white !important;
	background-color: #E46C0A !important;
	background: #E46C0A !important;
	width: 72px;
	height: 25px;
	line-height: 21px;
	right: 0px;
	top: 2px;
	border-top: 2px solid #D9D9D9 !important;
	border-right: 2px solid #D9D9D9 !important;
	border-bottom: 2px solid #D9D9D9 !important;
	text-align: center;
	font-family: sans-serif !important;
	font-weight: bold !important;
	font-size: 13px !important;
	z-index: 101;
	cursor: pointer;
}

.proteomapButton {
	pointer-events: none;
}

.tdorganismBox a {
	top: 0px;
	margin-right: 0px;
}

.tdproteomapBox label:before,
.tdorganismBox label:before{
	position: absolute;
	display: block;
	content: '';
	right: 2px;
	top: 2px;
	width: 70px;
	height: 21px;
	background: white;
	pointer-events: none;
	z-index: 100;
}

.tdencodingFileBox,
.tdencodingfile,
.tdtmdFileBox,
.tdtmdfile {
	height: 41px;
	padding-top: 15px !important;
	padding-bottom: 4px !important;
}

.tmdFileBoxSim {
	position: relative;
}

.encodingFileBoxSim {
	position: relative;
}

.encodingFileBox,
.tmdFileBox {
	height: 0px;
	width: 0px;
	overflow: hidden;
}

.fileName {
	display: inline-block;
	height: 21px;
	width: calc(100% - 70px - 4px); /*width - .fileButton - border*/
	padding-left: 5px;
	line-height: 21px;
	font-size: 13px !important;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	float:left;
}
#fileNameAddProteomapTemplate:empty:not(:focus):before {
	color: #A9A9A9;
	content: "choose file or skip this";
}

.fileButton {
	position: absolute;
	width: 70px;
	height: 23px;
	right: 0px;
	top: 0px;
	color: white !important;
	background-color: #E46C0A !important;
	text-align: center;
	line-height: 23px;
	font-family: sans-serif !important;
	font-size: 13px !important;
	font-weight: bold;
	cursor: pointer;
}

.tdencodingdata,
.tdusertreemapComment,
.tdtmddata {
	vertical-align: top !important;
}

.tdencodingdata,
.tdusertreemapComment,
.tdtmddata,
.tdencodingDataBox,
.tdtmdDataBox,
.tdusertreemapCommentBox {
	padding-top: 6px !important;
}

.tdtmddata,
.tdtmdDataBox {
	padding-bottom: 13px !important;
}

.encodingDataEx,
.encodingDataExHint,
.tmdDataEx {
	color: #E46C0A;
	font-size: 0.6em !important;
	font-weight: normal;
	cursor: pointer;
}

.encodingDataExHint {
	padding-right: 0.6em;
}

.encodingDataEx,
.tmdDataEx{
	white-space: nowrap;
}

.encodingDataExHint {
	white-space: nowrap;
	font-weight: bold;
}

.dataExHint,
.tmdDataExHint {
	vertical-align: top;
	color: #E46C0A;
	position: relative;
	top: -0.15em;
}


 input,
 textarea {
	 box-sizing: border-box;
 }

.encodingDataBox,
.tmdDataBox,
.usertreemapCommentBox {
	width: 100%;
	height: 125px;
	color: #7F7F7F;
	border: 2px solid #D9D9D9;
	font-size: 13px !important;
	font-weight: bold;
	background: #EEEEEE;
}

textarea.tmdDataBox:-moz-placeholder {
	text-align:center;
	line-height: 110px;
}
textarea.tmdDataBox::-moz-placeholder {
	text-align:center;
	line-height: 110px;
}
textarea.tmdDataBox:-ms-input-placeholder {
	text-align:center;
	line-height: 110px;
}
textarea.tmdDataBox:-webkit-input-placeholder {
	text-align:center;
	line-height: 110px;
}
textarea.tmdDataBox::-webkit-input-placeholder {
	text-align:center;
	line-height: 110px;
}

.tdcushion,
.tdcushionBox {
	padding-top: 6px !important;
}
.cushionBox {
	width: 21px;
	height: 19px;
	color: #7F7F7F;
	font-weight: bold;
	margin: 5px 0px 0px 0px !important;
	border: 2px solid #D9D9D9;
}

.submitbuttom {
	float:right;
	width: 70px;
	height: 23px;
	margin-top: 2px;
	padding: 1px 0px;
	color: white;
	background-color: #E46C0A;
	text-align: center;
	line-height: 21px;
	font-size: 13px !important;
	font-weight: bold;
	border: 0 none;
	font-family: sans-serif !important;
	border-radius: 0px 0px 0px 0px;
}

#treeMenu {
	font-size: 13px;
}

.missingFileErrorMessage {
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.7em !important;
	text-align: center;
}

.progressComputing {
	min-height: 104px;
	min-width: 104px;
	position: relative;
	text-align: center;
}
.progressComputing div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
.progressComputing div:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.imgProgressBg,
.imgProgress {
	display: inline-block;
	vertical-align: middle;
}
.imgProgressBg {
	height: 104px;
	width: 104px;
}

.noJobID {
	width: 400px;
	margin-top: 20px;
}

.noJobIDHome {
	width: 200px;
	margin-top: 10px;
}

.noJobID,
.noJobIDHome {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}

.resultTiles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
	grid-row-gap: 10px;
	row-gap: 10px;
	grid-column-gap: 25px;
	column-gap: 25px;
		
	margin: 20px 0px 20px 0px;
	width: 100%;
}

.jobResultTile {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
}

.jobResultThumbnail a,
.progressCancelled a {
	text-align: center;
	display: block;
}

.jobResultThumbnail a img,
.progressCancelled a img {
	border: 2px solid #E46C0A;
	object-fit: contain;
	width: 100%;
}

.jobResultTreemap,
.jobResultDescription,
.jobResultJobID,
.jobResultOrganism {
	color: #7F7F7F;
	white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;
}

td.tdJobResultUsedDataStat,
td.tdJobResultUsedQuantityDataStat {
	padding-top: 0px;
	padding-bottom: 0px;
}

td.tdJobResultUsedDataStat table,
td.tdJobResultUsedQuantityDataStat table {
	border-collapse: collapse;
	font-size: 0.9em;
	width: 100%;
}

td.tdJobResultUsedDataStat table td,
td.tdJobResultUsedQuantityDataStat table td {
	padding: 0px 5px 0px 5px;
}

td.notUsedData {
	background-color: #BBBBBB;
	color: white !important;
}

td.usedData {
	background-color: #EDAC8A;
	color: black !important;
}
td.usedData[onclick],
td.notUsedData[onclick],
td.notAssignedData[onclick] {
	cursor: pointer;
}

td.notAssignedData {
	background-color: white;
	color: black !important;
}

.showAllJobsButtonDiv {
	width: 100%;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
}

.showAllJobsButton {
	width: 100%;
	padding: 5px 0px;
	background: #D9D9D9;
	color: #7F7F7F;
	font-family: sans-serif;
	/*font-weight: bold;*/
	font-size: 16px;
	border: 0 none;
}

/* tooltip styling */
.bstooltip,
.cushionTooltip,
.resultTooltip,
.encodingTooltip,
.imageTooltip,
.dblinktooltip {
	display:none;
	z-index: 3000;
	border: 1px solid #7F7F7F !important;
	background-color: #FCD8BA !important;
	padding: 8px !important;
	opacity: 0.9 !important;
	max-width: 330px;
	cursor: pointer;
	font-size: 0.96em !important;
	font-family: sans-serif !important;
	margin: 0px !important;
	color: black !important;
	font-weight: normal !important;
	background-image: none !important;
}

.cushionTooltip	 {
	width: 300px;
	max-width: 300px !important;
}

.cushionTooltip img {
	opacity: 1.0 !important;
}

.cushionTooltip div {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.cushionTooltip img.cushion {
	margin-left: 10px;
}

.resultTooltip {
	/*white-space:pre-wrap;*/
	max-width: fit-content !important;
}
.resultTooltipTable td:nth-child(1) {
	white-space: nowrap;
	vertical-align: text-top;
	padding-right: 5px;
}

.encodingTooltip {
	max-width: 500px !important;
}

.encodingTooltip .encodingTooltipTable {
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid black;
}

.encodingTooltip .encodingTooltipTable th {
	text-align: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.encodingTooltip .encodingTooltipTable th,
.encodingTooltip .encodingTooltipTable td {
	padding-left: 5px;
	padding-right: 5px;
}

.dblinktooltip {
	max-width: 480px !important;
	width: 480px;
}

.footer {
	color: #777777;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}

.footerNonProfit,
.footerCite {
	color: black;
}
.footer div {
	margin-bottom: 4px;
}
.footer:last-child {
	margin-bottom: 60px;
}
.footerPrivacyPolicy {
	margin-top: 20px;
}
.footerPrivacyPolicy a {
	display: block;
	color: blue;
	background: #D9D9D9;
	padding: 7px 0px;
	text-align: center;
}

.piwikOptOut {
	border: 0;
	margin-top: 12px;
	width: 100%;
}

.jobResultTable {
	background-color: #D9D9D9;
	padding: 10px 10px 14px 10px;
	width: 100%;
}

.jobResultTable > tr > td:nth-child(1),
.jobResultTable > tbody > tr > td:nth-child(1) {
	color: black;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	white-space: nowrap;
}

.jobResultTable > tr > td:nth-child(2),
.jobResultTable > tbody > tr > td:nth-child(2) {
	color: #7F7F7F;
	width: 70%;
}

.imageComputing,
.imageComputingCancelled,
.imageComputingFailed {
	color: black;
	padding-top: 35px;
	padding-bottom: 20px;
}

.imageComputingCancelledText {
	color: black;
	padding-bottom: 20px;
}

.imageComputing img {
	margin-right: 5px;
}

.resulttablecontrols {
	width: 100%;
	margin-bottom: 12px;
}

.resulttablecontrols:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.download {
	text-align: center;
	float: right;
}

.downloadImages,
.downloadSVG {
	display: inline-block;
	color: white;
	background-color: #E46C0A;
	border-radius: 5px;
	padding: 3px 12px;
	font-weight: bold;
	cursor: pointer;
}

.downloadImages {
	margin: 0px 16px 0px 0px;
}

.proteinsearch {
	display: none;
	float: left;
	padding: 1px;
	margin: 1px;
}

#proteinsearchfield {
	margin-left: 2px;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	font-size: 0.9em !important;
	opacity: 0.9;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 300px;
}

.imageTabs,
.versionTabs,
.tmdDataTabs {
	padding: 0px !important;
	border: 0px solid white !important;
	background: white !important;
}

.imageTabs img,
.imageTabs .svgimage,
.imageTabs svg,
.imageTabs svg image {
	width: 620px;
	height: 620px;
	padding: 0px !important;
	/*opacity: 0.5;*/
}

.imageTabs .svgimage {
	position: absolute;
	z-index: -1;
}

.imageTabs ul.ui-tabs-nav,
.versionTabs ul.ui-tabs-nav,
.tmdDataTabs ul.ui-tabs-nav {
	border: 0px solid white !important;
	background-color: white !important;
	background-image: none !important;
	padding: 0px 5px 0px 5px !important;
}

.imageTabs > ul > li,
.versionTabs > ul > li,
.tmdDataTabs > ul > li {
	border: 0px solid white !important;
	border-radius: 4px 4px 0px 0px !important;
}

.imageTabs > ul li a,
.versionTabs > ul li a,
.tmdDataTabs > ul li a {
	padding: 2px 20px !important;
}

.imageTabs .ui-state-default a, .ui-state-default a:link, .ui-state-default,
.versionTabs .ui-state-default a, .ui-state-default a:link, .ui-state-default,
.tmdDataTabs .ui-state-default a, .ui-state-default a:link, .ui-state-default {
	color: #7F7F7F !important;
}

.imageTabs .ui-tabs-nav li:not(.ui-tabs-selected),
.imageTabs .ui-tabs-nav li:not(ui-state-active),
.versionTabs .ui-tabs-nav li:not(.ui-tabs-selected),
.versionTabs .ui-tabs-nav li:not(ui-state-active),
.tmdDataTabs .ui-tabs-nav li:not(.ui-tabs-selected),
.tmdDataTabs .ui-tabs-nav li:not(ui-state-active) {
	background-color: #D9D9D9 !important;
	color: #E46C0A !important;
	background-image: none !important;
}

.imageTabs .ui-tabs-nav li.ui-tabs-selected,
.imageTabs .ui-tabs-nav li.ui-state-active,
.versionTabs .ui-tabs-nav li.ui-tabs-selected,
.versionTabs .ui-tabs-nav li.ui-state-active,
.tmdDataTabs .ui-tabs-nav li.ui-tabs-selected,
.tmdDataTabs .ui-tabs-nav li.ui-state-active {
	background-color: #E46C0A !important;
	background-image: none !important;
}

.imageTabs .ui-tabs-nav li.ui-tabs-selected a,
.imageTabs .ui-tabs-nav li.ui-state-active a,
.versionTabs .ui-tabs-nav li.ui-tabs-selected a,
.versionTabs .ui-tabs-nav li.ui-state-active a,
.tmdDataTabs .ui-tabs-nav li.ui-tabs-selected a,
.tmdDataTabs .ui-tabs-nav li.ui-state-active a {
	color: #D9D9D9 !important;
	background-image: none !important;
}

.versionTabs > ul > li.tabs-userspec,
.versionTabs > ul > li.tabs-addusermap {
	float: right;
}

.imageTabs div#zoomableImageContainer {
	padding: 0px !important;
	border-width: 0 !important;
	background: none !important;
}

.imageTabs div.labelTabContainer {
	position: relative;
	width: 620px;
	padding: 0px 0px 45px 0px !important;
}

.imageTabs div.labelTabContainer > ul {
	position: absolute;
	height: 45px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 5px 0px 5px !important;
	border: 0px solid white !important;
	background-color: white !important;
}


.imageTabs div.labelTabContainer > ul > li {
	border-radius: 0px 0px 4px 4px;
	border: 0px solid white !important;
	margin-top: 0px !important;
}

.imageTabs .imageTimeout {
	height: 620px;
	text-align: center;
	vertical-align: middle;
	line-height: 620px;
}

.imageTabs svg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 620px;
	height: 620px;
	z-index: 5;
}

.imageTabs div#imageContainer {
  position: absolute;
  top: 28px;
	width: 620px;
	height: 620px;
}

.imageTabs div#imageContainer div#zoomContainer {
	width: 620px;
	height: 620px;
}

.imageTabs div#imageContainer .zoomImage {
	/*position: absolute;*/
	width: 620px;
	height: 620px;
}

.imageTabs div#imageContainer .zoomImage {
	display: none;
}

.versionTabs,
.rectusertreemaps {
	margin-top: 50px;
	margin-bottom: 60px;
}

.versionTabs > div {
	margin-left: -10px;
	margin-right: -10px;
	padding: 20px 10px 0px 10px !important;
	background-image: url(resources/icons/tabs_border_background_640.png) !important;
	background-size: 100% 100px !important;
	background-repeat: no-repeat !important;
	border: none;
}

.versionTabs > div > form {
	width: 100%;
}

.tmdDataTabs > div {
	min-height: 150px;
	padding: 0px 0px 0px 0px !important;

	background-repeat: no-repeat !important;
	border: none;
}

.tmdDataTabs > div > .tmdDataBox,
.tmdDataTabs > div > .tmdViewBox {
	min-height: 150px;
	border: 2px solid #D9D9D9;
}

#tmdViewBox > ul {
	border: none;
}

.tmdheader {
	font-size: 13px;
	margin-bottom: 13px;
}

.newJobRect {
	position:fixed;
	top: 35%;
	/*top: 50%;*/
	left: 0%;
	right: 0%;
	z-index: 99999;
}

.newJobMessageRect {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	padding: 20px;
	border: 1px solid gray;
	border-radius: 10px;
	background-color: #FCD8BA;
}

.newJobMessage {
	text-align:center;
	margin-top: 13px;
}

.newJobClose {
	position: absolute;
	top: 9px;
	right: 12px;
	border-radius: 10px;
	padding: 2px 9px;
	color: black;
	font-weight: bold;
	cursor: pointer;
}

.messageJobID {
	color: #E46C0A;
	font-weight: bold;
}

.messageJobDate {
	color: #E46C0A;
	white-space: nowrap;
}

table.issueexample {
	font-size: 13px;
	table-layout: fixed;
	width: 100%;
}

table.issueexample th,
table.issueexample td {
	text-align: left;
}

table.issueexample th:nth-child(3),
table.issueexample td:nth-child(3) {
	width: 20%;
}

#cookie-bar {display:none; height:auto; line-height:24px;
						 position:fixed; top:auto; left:0; bottom:0; width:100%;
						 background:rgba(50, 50, 50, 0.9); color:#bbbbbb;
						 text-align:left; padding:3px 0; z-index:1000;}
#cookie-bar span#cookie-bar-txt {padding: 0 12px; font-size:90%;}
#cookie-bar span#cookie-bar-btn {float:right;}
#cookie-bar .cb-enable {color:#000000; font-weight:bold; background:rgba(255, 255, 255, 0.85); margin-right:12px;}
#cookie-bar .cb-enable:hover {background:rgba(255, 255, 255, 1);}
#cookie-bar .cb-policy {background:rgba(10, 10, 10, 0.0); font-size:90%;}
#cookie-bar .cb-policy:hover {background:rgba(0, 0, 0, 1);}
#cookie-bar a {display:inline-block; border-radius:3px; }
#cookie-bar a.cb-enable {text-decoration:none; font-size:100%; line-height:20px; padding:2px 6px 0px 6px; margin-top:1px;}
#cookie-bar a.cb-policy {text-decoration:none; color:#bbbbbb; padding:0 6px;}
