@charset "UTF-8";
/* CSS Document */


body, #ctd2BodyHome {
	margin: 0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	color: #555;
	min-width: 900px;
}

#ctd2BodyHome {
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 20px;
}


a, span.spanlink {
	text-decoration:none;
	color:#91b1a9;
	cursor: pointer;
}


a:hover, span.spanlink {
	color:#81a199;
}

h1, h2, h3{
	font-family:"Roboto", Verdana, Geneva, sans-serif;
	line-height: 1.2;
	font-weight: 400;
}



.fluid {
	width: 100%;
	margin: 0;
}

.header {
	background-color:#6b8599;
	height: 76px;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	background-position: -10px 5px;
	text-align: center;
}

.site-name {
	margin-top: 10px;
}

.site-name:hover {
	color: #ccc;
	color: #fff;
}

.menu-band {
	text-align: center;
	height: 30px;
}

.menu-items {
	width: 100%;
	margin:auto;
}

.menu-item {
	float: left;
	width: 33.333%;
	width: 25%;
	/*
	margin: 0 5px 0 5px;*/
}

.menu-icon {
	float: left;
	background-color: #fff;
	width: 56px;
	height: 56px;
	/*
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;*/
}

.menu-name {
	height: 56px;
	background-color: #fff;
	/*border-radius: 30px;*/
}

.menu-icon-sm, .menu-name-sm {
	height: 30px;
}

.menu-name > a {
	display:inline-block;
	font-family:"Roboto", Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 2px 3px #333;
	margin-left: -30px;
	padding-top: 16px;
	vertical-align:middle;
}

.menu-name-sm > a  {
	display:inline-block;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-weight:500;
	font-size: 16px;
	color: #FFF;
	text-shadow: 0 0 5px #354554;
	padding-top: 5px;
	text-align: center;
}

.compounds {
	background-image:url(../images/compounds.jpg);
	/*border: solid 2px #8df;
	border-right: solid 1px #8df;*/
}

.name-compounds {
	background-image:url(../images/compounds_gray.jpg);
	background-repeat:no-repeat;
	background-color:#85a5bc;
}

.name-compounds:hover {
	background-color:#7595ac;
}

.name-cluster {
	background-image:url(../images/cluster_gray.jpg);
	background-repeat:no-repeat;
	background-color:#c4b1bf;
}

.name-cluster:hover {
	background-color:#aa9aa7;
}


.features {
	background-image:url(../images/features.jpg);
	/*border: solid 2px #Fe6;
	border-right: solid 1px #Fe6;*/
}


.name-features {
	background-image:url(../images/features_gray.jpg);
	background-repeat:no-repeat;
	background-color:#b8aba8;
	
}

.name-features:hover {
	background-color:#a89b98;
}


.targets {
	background-image:url(../images/targets.jpg);
	/*border: solid 2px #be7;*/
}

.name-targets {
	background-image:url(../images/targets_gray.jpg);
	background-repeat:no-repeat;
	background-color:#a1c1b9;
}

.name-targets:hover {
	background-color:#91b1a9;
}


.cluster {
	background-image:url(../images/compounds.jpg);
	/*border: solid 2px #8df;
	border-right: solid 1px #8df;*/
}



.page-indicator-compounds {
	height: 30px;
	border-bottom: solid 5px #85a5bc;
}

.page-indicator-cluster {
	height: 30px;
	border-bottom: solid 5px #85a5bc;
}

.page-indicator-features {
	height: 30px;
	border-bottom: solid 5px #b8aba8;
}

.page-indicator-targets {
	height: 30px;
	border-bottom: solid 5px #a1c1b9;
}

.page-indicator-home {
	height: 30px;
	border-bottom: solid 5px #ccc;
}


.banner {
	min-height: 350px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image:url(../images/circles-bg2.png);
	background-color: #5ac;
	background-color: #5bc;
}

.banner-content {
	width: 80%;
	margin:auto;
	text-align:left;
}

.banner-content > h1 {
	font-size: 45px;
	line-height: 1.1;
	font-weight:100;
	color: #000;
	margin-bottom: -10px;
	margin-top: 20px;
}

.banner-content > img {
	margin-top: 10px;
	margin-right: 30px;
}

.lead {
	font-family:"Roboto", Verdana, Geneva, sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
}
.cst {
	position:absolute;
	float: right;
	top: 17px;
	right: 20px;
	width: 150px;
}

.content-holder {
	
}
.front-h1 {
	font-size: 37px;
	line-height: 42px;
	margin-bottom: 0px;
	color:#6b8599;
	font-weight: 600;
}

.front-body {
	min-height: 240px;
	font-size: 14px;
	font-weight: 300;
}
.content {
	width: 90%;
	margin:auto;
}

.content-left {
	float:left;
	width:70%;
}

.content-spacer {
	float:left;
	width:2%;
}

.content-right {
	float:left;
	width:28%;
	font-size: 12px;
}

.content-right > img {
	margin-right: 10px;
}


.compound2 {
	background-color: #e7efed;
	padding: 15px;
	border-radius: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.compound2-div {
	background-color: #e7efed;
	padding: 10px;
	border-radius: 15px;
	margin-top: 30px;
	margin-bottom: -20px;
	min-width: 258px;
}

.compound2-div > h1 {
	margin: 0px;
	font-size: 20px;
}

.compound2-div > ul {
	margin-top: 0;
	margin-left: -20px;
}

.compound1 {
	background: none;
}
.compound1-div {
	background-color: #e7e4e3;
}

.content-bottom {
	width: 47%;
	float: left;
	padding-bottom: 50px;
}


.content-bottom-left {
	margin-right: 15px;
}

.front-h2 {
	width: 100%;
	background-color: #949ca2;
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 400;
}

.footer {
	position:fixed;
	bottom:0;
	background-color: #b6c4ce;
	height: 28px;
	padding:3px 0 3px 0;
}
.footer-content {
	text-align: center;
	font-size: 13px;
	color:#fff;
}


.filters-open {
	position:fixed;
	top: 171px;
	right: 3px;	
	z-index: 25;
}



.filters-content {
	border: solid 1px #ccc;
	background-color: #fff;
	width: 272px;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	/* box-shadow: -2px 5px 5px #ccc; */
}

.filters-switch {
	position: absolute;
	background-color: #245;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	width: 80px;
	color: #ccddff;
	text-align:center;
	box-shadow: 5px 1px 5px #aaa;
	margin-left: -65px;
	margin-top: 60px;
}

.filters-switch:hover {
	background-color: #ccddff;
	color: #245;
}

#toggle {
	font-size: 12px;
	color: #fff;
	transition: .5s ease-in-out;
}

.filter-summary {
	position: absolute;
	width: 300px;
	font-size: 12px;
	line-height: 13px;
	margin-top:14px;
	right: 5px;
	text-align:right;
}

div.enrichmentLoadingMessage {
	margin-top: 25px;
	text-align: center; 
	margin-left: 200px;
	width: 25%;
}

span.mutFilter {
	padding-left: 10px;
	padding-right: 10px;
}

div.mutationCallFilter {
	max-width: 700px;
	min-width: 600px;
	width: 600px;	
	display: inline;
	padding-left: 20px;
	vertical-align: center;
}

.plusSizeText {
	font-size: 1.2em;
}	



.rotateNeg90 {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 margin-right: -30px;
}

.fontSizePlusOne {
	font-size: 1.2em;
}

.compoundMenuV2 {
	padding: 2px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #a1c1b9;
	
/* 	background-image: url(../images/compound1.png); */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center; 
	display: inline-block;
	min-height: 30px;
	min-width: 30px;
	color: #EEE;
	position: absolute;
	top: 18px;
	border: 1px solid  #a1c1b9;
	font-size: 19.6px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	
	
}
.compoundMenuV1 {
	top: 54px;
	background-color: #b8aba8;
	border: 1px solid #e7e4e3;
	
/* 	background-image: url(../images/compound2.png); */
	
}

#ctd2Cluster, #ctd2ClusterBody {
	height: 100%;
	margin-top: 10px;
}

#ctd2ClusterBody iframe {

}

img.cdtInCluster {
	cursor: pointer;
	border-radius: 10px;
	margin-left: 10px;
}

img.cdtInCluster:hover {
	background-color: #c4b1bf;
}



