.typeahead-container {
	width:500px;
    position: relative;
    margin:20px;
}

.typeahead{
  float:left;
  width: 230px;
  padding: 8px 12px 8px 35px;
  font-size: 16px;
  border: 1px solid #67AECA;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  outline: none;
  background: url('./fa-search.png') no-repeat;
}

.typeahead:hover {
  border: 1px solid #4390AD;
}
.typeahead:focus {
  border: 1	px solid #E52A6F;
}


.tt-menu {
  width: 500px;
  margin: 2px 0;
  padding: 2px 0;
  background-color: #fff;
  border: 1px solid #67AECA;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
          box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #E52A6F;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #E52A6F;

}

.dropbtn {
	width:268px !important;
	background-color: #5F0F4E;
    color: white;
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    padding: 8px 12px;
  	font-size: 16px;
  	border: 1px solid #67AECA;
 	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  	outline: none;
  	display:inline-block;
}
.dropbtn:hover{
	border-color: #E52A6F;
}


.dropdown {
    position: relative;
    display: inline-block;
    vertical-align:top;
    float:right;
    margin-left:2px;
}

.show {display:block !important;}
.hide {display:none;}

.hidden-caret{
	float:right;
	visibility:hidden;
}
.middleIcon{
	padding-top: 3px;
}
#back{
	color:#5F0F4E;
}
#back-link{
	background-color:#fff;
}

.contentContainer {
 	margin: 2px 0;
 	padding: 2px 0;
    position: absolute;
    right:0;
    display: none;
    width: 500px;
    height: 400px;
  border: 1px solid #67AECA;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
          box-shadow: 0 1px 2px rgba(0,0,0,.2);
    overflow: hidden;
}
.contentContainer a {
    color: black;
 	padding: 3px 20px;
 	font-size: 16px;
 	line-height: 24px;
    text-decoration: none;
    display: block;
}

.contentContainer a:hover {
  color: #fff;
  background-color: #E52A6F;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#wrapper {
    width: 1000px;
    transform: translate3d(0, 0, 0);
    transition: transform .5s ease-in-out;
}
.content {
    float: left;
    width: 500px;
    height: 400px;
	word-wrap: break-word;
	background-repeat: no-repeat;
    overflow-y:auto;
    background-color: #fff;
}

a.pathwayTitle,a.pathwayTitle:hover{
	text-align: center;
	background: #E0CFD5; 
	color:#5F0F4E;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.gene{}
.subset{}