/* style sheet for the cell types selector */

body {
	font-family: "Helvetica", Times, san-serif;
	font-weight: 300;
	font-size: 16;
}

.topdiv {
	/*border: 1px solid red;*/
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 30px;
	/*height: 95%;*/
}

/*div {*/
	/*border: 1px solid black;*/
	/*padding:1 px;*/
/*}*/

.titlediv {
	font-size: 64;
	display: inline-block;
	float:left;
	text-decoration: none;
	color: black;
}

.titlediv a {
	text-decoration: none;
	color: black;
}

.titleDirections {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	display: inline-block;
}

.explaindiv {
	font-size: 16;
	color: #AAA;
	display: inline-block;
	float:left;
	/*height: 76px;*/
	width: 550px;
	/*margin-top: -10px;*/
	/*height:100%;*/
	padding-top: 12px;
	padding-left: 15px;
}

.rightTitleDiv {
	display: inline-block;
	float:right;
	padding-top: 12px;
	/*float:right;*/
	/*height: 76px;*/
}

.searchwidgetsdiv {
	/*border: 1px solid yellow;*/
	/*margin-left: 100px;*/
	/*margin-right: 100px;*/
	/*margin-top: 40px;*/
}

.searchdiv {
	/*border: 1px EEE solid;*/
	padding-top: 10px;
	padding-bottom: 25px;

}

.scrollablediv {
	border: 1px EEE solid;
	/*height: 100%;*/
	padding: 10px;
}

.sidenotediv {
	float: left;
	height: 17px;
	padding-top: 3px;
	vertical-align: bottom;
}

.dc-chart g.row text {
	fill: #CCC;
}

.chart {
	height: 200px;
	margin: 40px;
}

#chart-runs_over-time {
	width: 600px;
	height: 200px;
}

.chart-cell {
	/*border: 1px solid black;*/
	/*display: inline-block;*/
	display: block;
}

.chart-title {
	/*border: 1px solid red;*/
	font-weight: bold;
}

.widgetrow {
	display: block;
	/*border: 1px solid #E6AB02;*/
	padding: 5px;
	/*height: 200px;*/
}

./*widgetrow dc-chart {
	display: inline-block;
	border: 1px solid #9999FF;
	padding: 5px;
}*/

.tablediv {
	margin-left: 100px;
	margin-right: 100px;
	width:100%;
	/*border: 1px solid black;*/
	display: block;
}

#resultsTable {
	/*margin-left: 100px;*/
	width: 100%;
}

#resultsTable thead {
	font-weight: 300;
	font-size: 14px;
}

.table th, .table td {
	padding: 1px;
	border-top: 1px solid #ddd;
	border-spacing:1px;
	/*line-height: 16px;*/
	text-align: center;
}

.dc-table-group {
	visibility: hidden;
}

#resultsTable td {
	font-weight: 300;
	font-size: 14px;
}

.widgetcell {
	/*width: 300px;*/
	height: 200px;
	display: inline-block;
	/*border: 1px solid #9999FF;*/
}

g.row, rect {
	fill: #b2df8a;
}

.chart div {
  font: 12px Helvetica;
  background-color: #ff7ad6;
  text-align: right;
  padding: 3px;
  margin: 1px;
  color: white;
}

#chart-cell-type .x.axis text {
    text-anchor: end !important;
    -webkit-transform: translate(-8px, 3px) rotate(-90deg); /* Chrome, Safari */
    -ms-transform: translate(-8px, 3px) rotate(-90deg); /* IE9 */
    -moz-transform: translate(-8px, 3px) rotate(-90deg); /* Firefox */
}

#readLenChart .x.axis text {
    text-anchor: end !important;
    /*transform: translate(-8px, 3px) rotate(-90deg);*/
    transform: translate(6px, 0px);
}

/* style download buttons */
.downloadBtn, .downloadAllBtn {
	/*cursor:pointer;*/
	display: inline-block;
	text-align:center;
	background-color: #E6AB02;
	border: 1px solid white;
	/*height: 50px;*/
	padding: 10px;
	color: #FEFEFE;
	font-size: 14px;
	text-decoration: none;
}

.downloadBtn:hover, .downloadAllBtn:hover, #helpBtn:hover {
	border: 1px solid gray;
	color: white;
}

#helpBtn {
	display: inline-block;
	text-align:center;
	background-color: #D95F02;
	border: 1px solid white;
	/*height: 50px;*/
	padding: 10px;
	color: #FEFEFE;
	font-size: 14px;
	text-decoration: none;
}

.resetLink {
	background-color: #b2df8a;
	display:none;
	color: #777;
	padding: 4px;
	/*text-decoration: underline;*/
	border: 1px solid white;
	cursor: pointer;
}

.resetLink:hover {
	color: black;
	border: 1px solid #CCC;
}

#cellTypeAutocomplete {
	height:30px;
	maxlength: 256;
	size: 100;
	width: 500px;
}

/* help entries styling */
#helpAnchor {
	/*margin-top: 20px;*/
	/*padding-top:20px;*/
	/*padding-left: -20px;*/
	font-size: 24px;
}

.helpQuestions {
	border: 1px solid #EEE;
	padding: 5px;
	font-size: 20px;
}

.helpEntry {
	padding: 5px;
	padding-top: 15px;
}

.helpEntryTitle {
	font-weight: 500;
	font-size: 18;
}

.helpEntryBody {
	font-size: 14;
	padding-top: 3px;
	padding-left: 10px;
}

#tissueSearchResults {
	font-weight: normal;
	font-size: 14px;
}

/* jQuery items styling */

.ui-menu {
	background-color: EEE;
}

.ui-autocomplete-input {
	margin-left: 15px;
	border: 1px solid EEE;
	height: 24px;
	/*width: 300px;*/
	width: 79%;
	font-size: 16px;
	font-weight: 300;
}

.ui-autocomplete-input:focus,
.ui-autocomplete-input.focus {
	border: 1px solid #b2df8a /*#ff7ad6*/;
	box-shadow: 0 0 3px 0px #b2df8a /*#ff7ad6*/;
}

input:focus, textarea:focus {
	outline: 0;
	border: 1px solid #b2df8a /*#ff7ad6*/;
	/*box-shadow: 0 0 5px 1px #ff7ad6;*/
}

.ui-state-focus {
	border: 1px solid #b2df8a /*#ff7ad6*/;
	/*box-shadow: 0 0 5px 1px #ff7ad6;*/
}
